.smmch-config .smmchshadow-box {
    background: none repeat scroll 0 0 white;
    border-radius: 10px;
    box-shadow: 0 0 16px 0 #ddccce inset;
	margin-bottom: 30px;
    overflow: hidden;
    padding: 20px 20px 30px;
}
.smmch-config .left-side-box {
    box-sizing: border-box;
    float: left;
    margin-right: 1.5%;
    min-width: 450px;
    padding: 20px 0;
    width: 72%;
}
.smmch-config .right-side-box {
	box-sizing: border-box;
	float: right;
    margin-right: 1.5%;
	min-width: 200px;
	padding: 20px 0;
	width: 25%;
}
.smmch-config h1 {
    font-size: 40px;
}
.smmch-config .left-side-box h2 {
	font-size: 25px;
}
.smmch-config .left-side-box label.main-descpn {
    font-weight: lighter;
    font-size: 18px;
}
.smmch-config .left-side-box .smmch-each-section input[type=text], .smmch-config .left-side-box .smmch-each-section input[type=password]{
	min-width: 250px;
}
.smmch-config .left-side-box .smmch-each-section {
	margin: 20px 0 0;
    position: relative;
}
.smmch-each-section.smmch-hide {
	display: none;
}
.smmch-config .smmch-each-section span.description {
    font-size: 12px;
    max-width: 30%;
	padding-top: 6px;
    position: absolute;
}
.smmch-config .smmch-statistics h3 {
    display: inline-block;
	font-size: 20px;
    margin-right: 30px;
}
.smmch-config .smmch-statistics span {
	font-size: 18px;
}
.smmch-config .smmch-col-6 {
	float: left;
	padding: 0;
	width: 50%;
}

/*---Admin Custom Popup CSS---*/
.smmch-popup {
	background-color: rgba(51, 51, 51, 0.95);
	display: none;
	height: 100%;
    position: fixed;
	width: 100%;
    z-index: 9999;
}
.smmch-popup-inner {
    background-color: #eee;
	box-shadow: 0 0 36px 6px rgba(0,0,0,0.8);
    height: 517px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
    padding: 0;
	position: absolute;
    width: 500px;
}
.smmch-popup-row {
    border-bottom: 1px solid;
    padding: 30px 20px;
    overflow: hidden;
	font-size: 20px;
}
.smmch-popup-row:nth-child(odd) {
	background-color: #fff;
}
.smmch-popup-row:nth-child(even) {
	background-color: #eee;
}
.smmch-popup-row:last-child {
	border-bottom: 0 none;
}
.smmch-popup-row h2 {
	float: left;
	margin: 10px 0;
}
.skip-primary {
	border: 2px solid #000;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	float: right;
}

/*---Feauture Section---*/
.smmch-config .right-side-box .smmchshadow-box {
    padding: 0;
}
.smmch-features {
    background-color: #0073aa;
    padding: 10px 20px;
	text-align: center;
}
.smmch-features p {
    box-sizing: border-box;
    color: white;
	font-size: 19px;
    margin: 0 0 20px;
    line-height: 27px;
}
.smmch-features a {
    color: #ffb900;
	background-color: #ffffff;
    border-radius: 50px;
    box-sizing: border-box;
    display: inline-block;
	font-size: 29px;
	font-weight: bold;
	padding: 10px 10px 5px;
    line-height: 36px;
	text-decoration: none;
}
.smmch-features img {
	border-radius: 50px;
}
.smm-newp {
    padding: 30px;
    clear: left;
    box-shadow: inset 0 0 6px -1px rgba(0,0,0,0.5);
    padding-right: 100px;
    background-color: white;
	margin-left: -20px;
}
.smm-newp .newp-col {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}
.smm-newp h3 {
	font-size: 24px;
    line-height: 28px;
	margin: 0;
}
.smm-newp h4 {
	font-size: 20px;
    line-height: 22px;
	margin-top: 0;
}
.smm-newp span {
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
    font-style: italic;
}
.smm-newp ul {
    font-size: 14px;
    line-height: 16px;
    margin: 3px 0 0 10px;
}
.smm-newp ul li {
    margin-bottom: 12px;
}
.smm-newp p {
    font-size: 14px;
    line-height: 18px;
}
.smm-newp a.newp-link {
    color: white;
    background-color: #ff6600;
    padding: 10px;
	border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
}
.smm-newp .newp-lighted, .smm-newp .newp-lighted a {
	color: #aaa;
}
.h-green {
	background-color: green;
	color: white;
}
.recommender {
    margin-top: 3px;
    display: inline-block;
    vertical-align: top;
}