
#adminmenu .wp-menu-image img {
    padding: 6px 0 0;
}

.top-ads {
	width: 86%;
    margin: 20px 20px 20px 0 !important;
	padding: 20px;
	box-sizing: border-box;
	background-color: #7fc6bf;
    border: 3px dashed #c3425c !important;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.top-ads p {
	float: left;
	width: 80%;
	font-size: 24px;
}

.top-ads strong a {
	text-decoration: none;
	color: #c3425c;
	font-weight: 600;
}

.coupon {
	padding: 0 20px;
	font-size: 16px;
    border: 2px dashed #c7e6eb !important;
	text-transform: uppercase;
	cursor: pointer;
}

.top-ads .right-text {
	float: right;
	width: 20%;
	text-align: right;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 30px;
} 

.ecp-wrap {
	width: 98%;
	float: left;
    margin: 20px 20px 20px 0 !important;
    border: 2px solid #c7e6eb !important;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
	position: relative;
}

.ecp-option-title {
	text-transform: uppercase;
	padding-left: 70px !important;
	padding-bottom: 0px !important;
	padding-top: 25px !important;
	padding-bottom: 23px !important;
	background: url(../img/icon-title.png) 25px 25px no-repeat;

    font-size: 28px !important;
    font-weight: 600;
    margin: 0;
    line-height: 36px !important;
}

.ecp-wrap .nav-tab {
    border-bottom: none;
    padding: 0px 25px;
    font-size: 18px;
    line-height: 36px;
    background: #c7e6eb;
    color: #555;
    border: none;
    text-transform: uppercase;
}

.ecp-wrap .nav-tab-active, 
.ecp-wrap .nav-tab-active:focus, 
.ecp-wrap .nav-tab-active:focus:active, 
.ecp-wrap .nav-tab-active:hover {
    background: #c3425c;
    color: #FFF;
}

.ecp-wrap h2.nav-tab-wrapper, .ecp-wrap h1.nav-tab-wrapper, .ecp-wrap h3.nav-tab-wrapper {
    border-bottom: 2px solid #c7e6eb;
    }

.ecp-wrap .metabox-holder h2 {
	text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 36px !important;
	padding-left: 10px !important;
	padding-bottom: 5px !important;
	border-bottom: 2px solid #c7e6eb;
	color: #c3425c;
}

.ecp-wrap .form-table tr {
    font-size: 16px  !important;
	border-bottom: 2px solid #c7e6eb !important;
	height: 100px;
}

.ecp-wrap .form-table th {
    width: 250px !important;
    line-height: 1.6 !important;
}


.ecp-ads {
	box-sizing: border-box;
	width: 25%;
	float: left;
    margin: 20px 0 20px 0 !important;
    overflow: hidden;
}

.ecp-ads img {
	width: 100%;
	height: auto;
}

.ecp-ads .ads-txt {
    font-size: 16px  !important;
}