/*
Theme Name: Divi-child
Template: Divi
*/
@font-face {
font-family: 'Conv_lato-heavy';
src: url('fonts/lato-heavy.eot');
src: local('☺'), url('fonts/lato-heavy.woff') format('woff'), 
url('fonts/lato-heavy.ttf') format('truetype'), 
url('fonts/lato-heavy.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Conv_Gotham-Bold';
src: url('fonts/Gotham-Bold.eot');
src: local('☺'), url('fonts/Gotham-Bold.woff') format('woff'), 
url('fonts/Gotham-Bold.ttf') format('truetype'), 
url('fonts/Gotham-Bold.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'gotham_lightregular';
src: url('gotham-light_0-webfont.eot');
src: url('gotham-light_0-webfont.eot?#iefix') format('embedded-opentype'),
 url('fonts/gotham-light_0-webfont.woff2') format('woff2'),
 url('fonts/gotham-light_0-webfont.woff') format('woff'),
 url('fonts/gotham-light_0-webfont.ttf') format('truetype'),
 url('fonts/gotham-light_0-webfont.svg#gotham_lightregular') format('svg');
font-weight: normal;
font-style: normal;

}
@font-face {
font-family: 'gotham_mediumregular';
src: url('fonts/gotham-medium_0-webfont.eot');
src: url('fonts/gotham-medium_0-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/gotham-medium_0-webfont.woff2') format('woff2'),
url('fonts/fonts/gotham-medium_0-webfont.woff') format('woff'),
url('fonts/gotham-medium_0-webfont.ttf') format('truetype'),
url('fonts/gotham-medium_0-webfont.svg#gotham_mediumregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'gotham_blackregular';
src: url('fonts/gotham-black_0-webfont.woff2') format('woff2'),
url('fonts/gotham-black_0-webfont.woff') format('woff');
font-weight: normal;
font-style: normal; 
}
@font-face {
font-family: 'proxima_nova_rgbold';
src: url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
url('fonts/proximanova-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novaextrabold';
src: url('fonts/proximanova-extrabold-webfont.woff2') format('woff2'),
url('fonts/proximanova-extrabold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'proxima_novaregular';
src: url('fonts/proximanova-regular-webfont.eot');
src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova-regular-webfont.woff') format('woff'),
url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
url('fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book_0-webfont.eot');
    src: url('fonts/gotham-book_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book_0-webfont.woff2') format('woff2'),
         url('fonts/gotham-book_0-webfont.woff') format('woff'),
         url('fonts/gotham-book_0-webfont.ttf') format('truetype'),
         url('fonts/gotham-book_0-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.container {
width: 1200px;
}
#main-header {
padding: 23px 0 0;
min-height: auto;
box-shadow: none;
}
.et_fixed_nav #page-container {
padding-top: 65px;
}
#main-header nav#top-menu-nav {
padding-top: 0;
}
#top-menu > li#menu-item-5989 {
padding-left: 0;
}
#top-menu li > a {
padding-bottom: 29px;
}
#top-menu li {
font-size: 13px;
padding-right: 30px;
font-family: 'Conv_lato-heavy';
text-transform: uppercase;
letter-spacing: 1.2px;
font-weight: normal;
}
ul#top-menu > li > a, #top-menu li.current-menu-item > a {
color: #090909;
}
#top-menu li#menu-item-5989 > a, .navsignup-btn a {
background-color: #ffc420;
display: block;
padding: 6px 22px !important;
margin: 0;
border-radius: 22px;
color: #090909 !important;
border: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#top-menu li#menu-item-5989 > a:hover, .navsignup-btn a:hover
{
background-color: #090909;
color: #ffc420 !important;
}
#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
content: '';
font-size: 0;
right: -2px;
top: 9px;
transform: none;
background: url(images/nav_li_arrow.png) no-repeat;
width: 10px;
height: 6px;
}
.main-logo {
margin: 0;
display: inline-block;
	position: relative;
    top: -5px;
}
.et-fixed-header .main-logo {
margin: 9px 0 0 0;
}
.top_head_content h2 {
font-size: 33px;
color: #fff;
text-transform: uppercase;
padding: 0 0 38px 0;
font-family: 'Conv_Gotham-Bold';
position: relative;
margin: 0 0 27px 0;
}
.top_head_content h2:after
{
width: 174px;
height: 3px;
background-color: #ffffff;
position: absolute;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
bottom: 0;
left: 50%;
content: "";
}
.first_about_outer .et_pb_row {
padding: 0;
}
.et_pb_text.top_head_content {
margin: 0;
}
.et_pb_section.first_about_outer {
padding: 270px 0;
}
.home_main_outer
{
padding:50px 0 400px !important;
}
.top_head_content p {
font-size: 23px;
color: #fff;
line-height: 38px;
font-weight: 500;
letter-spacing: 1.8px;
}
.Our_Background_content h3 {
font-size: 25px;
color: #712b5a;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 25px 0;
letter-spacing: 1.2px;
line-height: 44.63px;
}
.Our_Background_content p {
font-size: 17.75px;
color: #24142c;
line-height: 39.94px;
font-weight: 400;
letter-spacing: 0.25px;
padding: 0 8%;
}
.Our_Background_content p strong{
color: #962d89;
}
.Our_Background_section .et_pb_row {
padding: 0;
}
.Our_Background_section .Our_Background_content {
margin: 0;
}
.et_pb_section.Our_Background_section {
padding: 88px 0 86px;
}
.et_pb_section.Our_Background_section.perform_better_section {
padding: 112px 0 106px;
}
.certified_partner_section .et_pb_row {
padding: 0;
}
.certified_partner_section.et_pb_text {
margin: 0;
}
.et_pb_section.certified_partner_section {
padding: 95px 0 97px;
}
.certified_partner_content h3 {
font-size: 25px;
color: #ffffff;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 4px 0;
letter-spacing: 2px;
line-height: 44.63px;
text-align: center;
}
.full_content_outer {
width: 90%;
float: left;
padding: 0 0 0 10%;
}
.full_content_outer .colums-left {
width: 50%;
float: left;
padding-top: 70px;
padding-right: 0;
}
.full_content_outer .colums-right {
width: 50%;
float: left;
text-align: center;
}
.et_pb_text.certified_partner_content02 {
margin: 0;
padding: 28px 0 0 0;
}
.certified_partner_content02 p {
font-size: 16px;
color: #fdfefe;
line-height: 38.25px;
font-weight: 400;
letter-spacing: 0.25px;
margin: 0 0 20px 0;
padding: 0 9% 0 0;
}
.certified_partner_content02 ul {
margin: 0;
padding: 0;
list-style: none;
}
.certified_partner_content02 ul li {
font-size: 16px;
color: #ffffff;
line-height: 21.25px;
font-weight: 400;
margin: 0 0 15px 0;
padding: 0 0 0 25px;
background: url(images/content_li_whitecheck.png) left 6px no-repeat;
}
.certified_partner_content02 ul li a{
color: #ffffff;
font-weight: 700;
text-decoration: none;
}
.about_Team_content h3 {
font-size: 25px;
color: #ffffff;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 28px 0;
letter-spacing: 1px;
line-height: 44.63px;
}
.about_Team_content p {
font-size: 17.75px;
color: #ffffff;
line-height: 39.94px;
font-weight: 400;
letter-spacing: 0.25px;
}
.about_Team_inner {
/* background: url(images/about_team_image.png) 86% bottom no-repeat; */
padding: 0px 0% 35px 0%;
}
.about_team_Section .et_pb_row {
padding: 0;
}
.certified_partner_content.et_pb_text {
margin: 0;
}
.et_pb_section.about_team_Section {
padding: 116px 0 98px;
}
.pricing_model_section .et_pb_row {
padding: 0;
}
.pricing_model_content.et_pb_text {
margin: 0;
}
.et_pb_section.pricing_model_section {
padding: 104px 0 82px;
}
.pricing_model_content .plus_section {
margin: 85px 0 76px 0;
}
.pricing_model_content .plus_section p {
font-weight: 600;
font-size: 17px;
margin: 0;
line-height: normal;
margin: 0 0 14px 0;
}
.pricing_model_content .plus_section p:last-child {
margin: 0;
}
.Our_Background_content.pricing_model_content p {
padding: 0 11%;
}
.pricing_model_btn {
margin: 74px 0 70px;
}
.pricing_model_btn a {
font-size: 15px;
color: #712b5a;
text-decoration: none;
padding: 16px 37px;
margin: 0 10px;
display: inline-block;
font-family: 'gotham_mediumregular';
border: 2px #d2d2d2 solid;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 37px;
}
.pricing_model_btn a:hover {
background-color: #d2d2d2;
}
.pricing_model_btn a.premium_publisher_btn {
background-color: #fec129;
border-color: #fec129;
color:#4a4c4d;
font-family: 'gotham_blackregular';
letter-spacing: 0;
}
.pricing_model_btn a.premium_publisher_btn:hover {
background-color: #712b5a;
border-color: #712b5a;
color:#fff;
}
#footer-bottom {
background-color: transparent;
padding: 54px 0 52px;
border-top: 1px #655868 solid;
}

#footer-info {
text-align: center;
color: #fff;
padding-bottom: 0;
font-size: 13.7px;
font-weight: 700;
float: none;
}
.footer_newsletter {
background: #24142c;
border-bottom: 1px #625666 solid;
padding: 74px 0 57px 0;
}
.footer_newsletter .container {
text-align: center;
}
.footer_newsletter #text-4 {
margin: 0;
width: 100%;
}
.footer_newsletter h4 
{
color: #ffffff;
font-family: "proxima_novaextrabold";
font-size: 31px;
letter-spacing: 2px;
padding: 0 0 54px;
}
#footer-widgets {
/* padding-top: 63px; */
padding: 63px 0 100px;
}
.footer-widget {
margin: 0;
width: 25%;
}
.footer-widget .title {
font-size: 14.86px;
color: #fff !important;
text-transform: uppercase;
font-family: 'proxima_novaextrabold';
letter-spacing: 4px;
padding: 0 0 34px 0;
}
.footer-widget .textwidget p {
font-size: 13.7px;
font-weight: 700;
line-height: 20px;
padding: 0 60px 0 0;
color: #e2dfe2;
}
#menu-important-links li {
font-size: 13.7px;
font-weight: 700;
margin: 0;
padding: 0 0 0 17px !important;
line-height: 20px;
}
#footer-widgets .footer-widget li a
{
color: #e2dfe2;
}
#footer-widgets .footer-widget li::before {
border-color: #b4b4b5;
top: 7px;
}
#footer-widgets .footer-widget a
{
color: #e2dfe2;
}
#footer-widgets .footer-widget a:hover {
color:#ffc420 !important;
}
#text-3 .textwidget span {
margin: 0 0 18px 0;
display: inline-block;
}

#footer-widgets .footer-widget li a:hover {
color:#ffc420 !important;
}
.et-social-icons {
list-style: none;
margin: 0;
padding: 0;
}
.et-social-icons li {
margin: 0 43px 32px 0 !important;
padding: 0 !important;
font-size: 18px;
font-weight: 300;
color: #ffffff;
}
.et-social-icons li a
{
color: #fff !important;
}
.et-social-icons li:before{
display: none;
}
.et-social-icons li a::before {
font-size: 19px;
color: #ffffff;
}
.et-social-icons li a:hover::before {
color:#ffc420;
}
.et_pb_section.Our_Background_section.be_one_section {
padding: 94px 0 105px;
}
.Our_Background_content.be_one_content p {
margin-bottom: 52px;
}
.et_pb_text.Our_Background_content.be_one_content p:last-of-type {
margin-bottom: 0px;
}
body a {
color: #007ab7;
}
.row_section_padding .et_pb_row {
padding: 0;
}
.et_pb_section.row_section_padding {
padding: 0;
}
.current_job_content h3 {
font-size: 25px;
color: #ffffff;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 50px 0;
letter-spacing: 2px;
line-height: 44.63px;
text-align: center;
}
.current_job_section .et_pb_row {
padding: 0;
}
.et_pb_section.current_job_section {
padding: 65px 0 74px;
}
.current_job_content.et_pb_text {
margin: 0;
}
.current_job_boxes h4 {
font-size: 17.75px;
color: #ffffff;
text-transform: uppercase;
padding: 0;
font-family: 'gotham_mediumregular';
margin: 0 0 15px 0;
letter-spacing: 0;
}
.current_job_boxes p {
font-size: 16px;
color: #ffffff;
line-height: 24.94px;
font-weight: 300;
letter-spacing: 0.25px;
padding: 0 10%;
}
.current_job_boxes_inn {
border: 1px #7c456e solid;
padding: 35px 18% 54px;
position: relative;
}

.careers_apply_btn {
position: absolute;
width: 100%;
left: 0;
bottom: -28px;
}
.careers_apply_btn a {
font-size: 16px;
text-decoration: none;
padding: 17px 48px;
margin: 0;
display: inline-block;
text-transform: uppercase;
border-radius: 37px;
background-color: #fec129;
border-color: #fec129;
color:#4a4c4d;
font-family: 'gotham_blackregular';
letter-spacing: 0;
opacity: 0;
visibility: hidden;
transition:All 0.2s ease;
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;
}
.careers_apply_btn a:hover {
background-color: #ffffff;
}
.current_job_boxes_inn:hover .careers_apply_btn a
{
visibility: visible;
opacity: 1;
}
.current_job_boxes p:empty
{
display: none;
}
.et_pb_text.current_job_boxes {
margin-bottom: 39px;
}
.current_job_boxes_inn {
border: 1px #7c456e solid;
padding: 35px 1% 54px;
position: relative;
text-align: center;
width: 80%;
display: inline-block;
cursor:pointer;
}
.current_job_boxes_inn:hover .careers_apply_btn a:hover 
{
background-color: #712b5a;
color:#fff;
}
.current_job_boxes_inn.find_out_one {
border: none;
padding-top: 14px;
padding-bottom: 0;
}
.current_job_boxes .find_out_one h5 {
font-size: 25px;
color: #ffffff;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 14px 0 11px;
letter-spacing: 2px;
line-height: 38.63px;
}
.current_job_boxes_inn.find_out_one p {
font-size: 17px;
font-weight: 400;
}
.current_job_boxes_inn.find_out_one p a{
color: #ffffff;
text-decoration: underline;
}
.current_job_boxes_inn:hover {
border-color: #ffffff;
}
.current_job_boxes_inn.find_out_one p a:hover{
text-decoration: none;
}
.media-center-blog .excerpt_cont, .media-center-blog .et_main_video_container {
display: none;
}
.media-center-blog-section .et_pb_row {
padding: 0;
}
.et_pb_section.media-center-blog-section {
padding: 0 0 70px;
}
.media-center-blog-section.et_pb_text {
margin: 0;
}
.News_slider_head h3 {
font-size: 25px;
color: #712b5a;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0;
letter-spacing: 2px;
line-height: normal;
display: inline-block;
background-color: #fff;
padding: 0 40px;
}
.media-center-blog .owl-wrapper-outer {
border: 10px #e3e3e3 solid;
width: 98% !important;
z-index: 99;
}
.et_pb_text.News_slider_head {
margin: 0 0 -20px 0px;
position: relative;
z-index: 999;
/* background-color: #fff; */
}
.media-center-blog .item {
display: table;
width: 100%;
}
.media-center-blog .et_pb_post {
margin: 0;
text-align: center;
height: 220px;
display: table-cell;
width: 100%;
vertical-align: middle;
padding: 0 7%;
}
.media-center-blog .et_pb_post h2 {
font-size: 25px;
color: #712b5a;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 20px 0;
letter-spacing: 2px;
line-height: 31.62px;
}
.media-center-blog .et_pb_post h2 a{
color: #712b5a;
}
.media-center-blog .et_pb_post p.post-meta {
font-size: 17px;
color: #1481bb;
padding: 0;
margin: 0 ;
letter-spacing: 0.25px;
font-weight: 600;
}

/*owl-carousel css*/

.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls {
margin-top: 0;
text-align: center;
position: absolute;
width: 100%;
top: 48%;
z-index: 9;
}
.owl-theme .owl-controls .owl-buttons div{
opacity: 1;
width: 12px;
height: 15px;
background: url(images/arrow-button.png) no-repeat;
display: inline-block;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center
}
.owl-prev
{
float: left;
margin: 0 0 0 -30px;
}
.owl-next {
float: right;
margin: 0 -30px 0 0;
background-position: -28px 0 !important;
}
/*owl-carousel css End*/

.media-center-blog #demo {
padding: 0 8%;
}
.et_pb_section.video_media_section {
padding: 0 0 50px;
}
.et_pb_text.News_slider_head.watch_video_head {
margin: 0 0 47px 0;
}
.et_pb_video.media_watch_video {
/* border: 9px #e3e3e3 solid; */
padding: 0 8%;
margin: 0;
}
.et_pb_video.media_watch_video .et_pb_video_box
{
border: 9px #e3e3e3 solid;
}
.et_pb_video.media_watch_video .et_pb_video_overlay {
top: 50%;
left: 50%;
height: 96.7%;
width: 82.4%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.News_slider_head.For_inquiries_content h3 {
margin-bottom: 19px;
}
.For_inquiries_content p
{
color: #24142c;
font-size: 17.75px;
line-height: 28.94px;
font-weight: 400;
}
.for_inquiries_section .et_pb_row {
padding: 0;
}
.For_inquiries_content.et_pb_text {
margin: 0;
}
.et_pb_section.for_inquiries_section {
padding: 0 0 70px;
}
.For_inquiries_code {
margin-top: 45px;
text-align: center;
}
.For_inquiries_code form {
width: 50%;
display: inline-block;
}
.for_inquiries_outer {
width: 100%;
float: left;
}
.for_inquiries_inner {
width: 100%;
float: left;
margin-bottom: 10px;
}
.for_inquiries_inner .colum {
width: 49.5%;
float: left;
}
.for_inquiries_inner .colum:last-child
{
float: right;
}
.for_inquiries_inner input, .for_inquiries_inner textarea
{
width: 82%;
height: 54px;
border:2px #e3e3e3 solid;
padding: 0 22px;
font-size: 15px;
color: #918995;
font-weight: 400;
font-family: 'Open Sans', Arial, sans-serif;
}
.for_inquiries_inner textarea
{
height: 182px;
resize: none;
width: 91%;
padding: 18px 22px;
}
.for_inquiries_submit .wpcf7-submit {
width: 100%;
background-color: #ffc420;
border: none;
font-size: 15px;
font-family: 'gotham_blackregular';
text-transform: uppercase;
color: #4a4c4d;
font-weight: normal;
padding: 20px 0;
cursor: pointer;
}
.for_inquiries_submit .wpcf7-submit:hover {
background-color: #712b5a;
border-color: #712b5a;
color:#fff;
}
.for_inquiries_outer ::-webkit-input-placeholder { 
color:#918995;
opacity:1 !important;
}
.for_inquiries_outer ::-moz-placeholder {
color:#918995;
opacity:1 !important;
}
.for_inquiries_outer :-ms-input-placeholder { 
color:#918995;
opacity:1 !important;
}
.for_inquiries_outer :-moz-placeholder { 
color:#918995;
opacity:1 !important;
}
.et_pb_text.News_slider_head.watch_video_head.For_inquiries_content {
margin: 0;
}
div.wpcf7-validation-errors, .div.wpcf7-mail-sent-ok{
width: 99%;
float: left;
padding: 0;
margin: 0;
}

.products_content_outer h3 {
font-size: 35.28px;
color: #ffffff;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 12px 0;
letter-spacing: 2px;
}
.products_content_outer p {
font-size: 18.75px;
font-weight: 300;
color: #ffffff;
}
.products_main_outer .et_pb_row {
padding: 0;
}
.products_content_outer.et_pb_text {
margin: 0;
}
.et_pb_section.products_main_outer {
padding: 97px 0 73px;
position: relative;
}
.publisher_service_section .et_pb_row {
width: 100%;
padding: 0;
}
.et_pb_section.publisher_service_section {
padding: 0;
}
.et_pb_section.publisher_service_section .et_pb_column.et_pb_column_1_2 {
width: 50%;
margin: 0;
padding: 95px 0 200px 0;
}
.publisher_service_section .et_pb_column .publisher_service_inner {
width: 296px;
float: right;
margin-right: 56px;
text-align: center;
}
.publisher_service_section .et_pb_column:nth-child(2) .publisher_service_inner {
float: left;
margin-right:0; 
margin-left:56px; 
}
.publisher_service_section .et_pb_column:nth-child(2) {
background-color:#028ac7;
}
.publisher_service_content h4 {
font-size: 27.28px;
color: #4a4c4d;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 20px 0;
letter-spacing: 0.40px;
line-height: normal;
}
.publisher_service_content span {
font-size: 16.72px;
color: #4a4c4d;
padding: 0;
font-family: 'Conv_Gotham-Bold';
letter-spacing: 0.40px;
line-height: normal;
}
.publisher_service_content ul {
margin: 32px 0 0 0;
padding: 0;
list-style: none;
text-align: left;
}
.publisher_service_content ul li{
font-size: 16.75px;
line-height: 29.16px;
font-weight: 700;
color: #4a4a4a;
margin:0 0 25px;
padding: 0 0 0 25px;
background: url(images/pricing_listing_icon.png) left 9px no-repeat;
}
.apply_now_btn02 a {
font-size: 16px;
text-decoration: none;
padding: 17px 48px;
margin: 0;
display: inline-block;
text-transform: uppercase;
border-radius: 37px;
background-color: #fec129;
border-color: #fec129;
color:#4a4c4d;
font-family: 'gotham_blackregular';
letter-spacing: 0;
}
.apply_now_btn02 a:hover {
background-color: #712b5a;
border-color: #712b5a;
color:#fff;
}
.et_pb_text.publisher_service_content {
margin: 0;
}
.et_pb_section.products_main_outer::after {
width: 0;
height: 0;
border-left: 35px solid transparent;
border-right: 35px solid transparent;
border-top: 35px solid #6e215c;
position: absolute;
bottom: -35px;
left: 50%;
-webkit-transform: translate(-50%);
-ms-transform: translate(-50%);
transform: translate(-50%);
z-index: 9;
content: "";
}
.publisher_service_content h4 {
font-size: 27.28px;
color: #4a4c4d;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 20px 0;
letter-spacing: 0.40px;
line-height: normal;
}
.publisher_service_content span {
font-size: 16.72px;
color: #4a4c4d;
padding: 0;
font-family: 'Conv_Gotham-Bold';
letter-spacing: 0.40px;
line-height: normal;
}
.publisher_service_content02 h4, .publisher_service_content02 span, .publisher_service_content02 ul li{
color: #ffffff;
}
.publisher_service_content02 ul li
{
background: url(images/pricing_listing_icon02.png) left 9px no-repeat;
}
.publisher_service_part {
min-height: 706px;
}
.what_publisher_section .et_pb_row {
padding: 0;
}
.et_pb_text.what_publisher_content {
margin: 0 0 60px 0;
}
.et_pb_section.what_publisher_section {
padding: 90px 0 0;
}
.what_publisher_content h3 {
font-size: 29.64px;
color: #712b5a;
text-transform: uppercase;
padding: 0;
font-family: 'gotham_blackregular';
margin: 0 0 15px 0;
letter-spacing: 3.5px;
line-height: normal;
}
.what_publisher_content p {
font-size: 22.09px;
font-weight: 300;
color: #4a4c4d;
}
.what_publisher_section .et_pb_column.et_pb_column_1_3 {
text-align: center;
position: relative;
}
.et_pb_image.publisher_need_img {
margin-bottom: 15px;
}
.publisher_need_content h5 {
font-size: 19.46px;
color: #4a4c4d;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 15px 0;
line-height: normal;
padding-top: 35px;
position: relative;
letter-spacing: 1px;
}
.publisher_need_content h5::after {
width: 174px;
height: 2px;
background-color: #80807f;
display: inline-block;
position: absolute; 
top:0;
left: 50%;
-webkit-transform: translate(-50%);
-ms-transform: translate(-50%);
transform: translate(-50%);
content: "";
}
.publisher_need_content p {

font-size: 15.71px;
font-weight: 300;
color: #4a4c4d;
line-height: 21.81px;
padding: 0 2%;
}
.find_out_more a {
font-size: 11.46px;
color: #712b5a;
font-family: 'Conv_Gotham-Bold';
letter-spacing: 2px;
text-transform: uppercase;
padding: 11px 30px;
border-radius: 50px;
border: 2px #d8d8d8 solid;
display: inline-block;
}
.find_out_more {
margin-top: 24px;
}
.find_out_more a:hover {
background-color:  #d8d8d8;
}
.et_pb_text.publisher_need_content {
margin: 0;
}
.partner_logo_section .et_pb_gallery_image.landscape img {
height: auto;
min-height: auto;
max-width: 100%;
min-width: auto;
}
.partner_logo_section .et_pb_gallery_image.landscape {
width: 100%;
height: auto;
}
.et_pb_gallery_grid.partner_logo_section .et_pb_gallery_item {
width: 20%;
position: relative !important;
left: 0 !important;
top: 0 !important;
float: none;
display: inline-block;
margin: 0;
}
.partner_logo_section .et_pb_gallery_image.landscape a {
display: block;
text-align: center;
}
.et_pb_gallery.partner_logo_section {
text-align: center;
margin: 0;
}
.partner_logo_section .et_pb_gallery_items.et_post_gallery {
height: auto !important;
}
.et_pb_gallery.partner_slider_section {
margin: 0 0 58px;
}
.partner_main_section .et_pb_row {
padding: 0;
}
.et_pb_text.partner_main_section {
margin: 0 0 50px 0;
}
.et_pb_bg_layout_light.partner_slider_section .et-pb-arrow-prev, .et_pb_bg_layout_light.partner_slider_section .et-pb-arrow-next {
color: #ffffff;
}
.what_publisher_section .et_pb_column.et_pb_column_1_3::after {
width: 1px;
height: 374px;
content: "";
display: inline-block;
position: absolute;
right: -30px;
background-color: #c8c8c8;
top: 55px;
}
.what_publisher_section .et_pb_column.et_pb_column_1_3:last-child:after
{
display: none;
}
.team_section_main {
/* background-size: cover !important; */
background-position: center bottom;
}
.team_main_outer {
padding-bottom: 200px;
text-align: center;
}
.google_certified_logo {
border: 24px rgba(255,255,255,0.3) solid;
margin: 0;
float: right;
}
.certified_partner_content02 h3 {
font-size: 37.67px;
color: #ffffff;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 4px 0;
line-height: 41.63px;
letter-spacing: 1.5px;
}
.Learn_More_btn a {
font-size: 15px;
color: #4a4c4d;
font-family: 'gotham_blackregular';
text-transform: uppercase;
background-color: #ffffff;
padding: 14px 32px;
display: inline-block;
border-radius: 50px;
/* left: 1px; */
letter-spacing: 3px;
}
.Learn_More_btn a:hover {
background-color: #ffc420;
}
.Learn_More_btn {
margin-top: 22px;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-pointer;
cursor: -webkit-pointer;
cursor: pointer;
}
#main-header {
border-bottom: 1px #dad9db solid;
}
.team_main_inner {
width: 76%;
/* float: left; */
border: 7px #e1e1e1 solid;
display: inline-block;
padding: 78px 3% 50px;
position: relative;
}
.team_top_bar {
position: absolute;
top: -57px;
width: 100%;
left: 0;
}
.team_top_bar li {
display: inline-block;
width: 97px;
height: 97px;
border-radius: 50%;
overflow: hidden;
border: 6px transparent solid;
margin: 0 10px;
}
.team_top_bar li img
{
width: 97px;
height: 97px;
border-radius: 50%;
}
.team_main_outer .et_pb_row {
padding: 0;
}
.team_content_outer {
text-align: left;
display: none;
}
.team_content_outer h2 {
font-size: 20px;
color: #712b5a;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 6px;
text-transform: uppercase;
padding: 0;
}
.position_content {
font-size: 17px;
color: #24142c;
font-weight: 400;
margin: 0 0 15px;
}
.team_content_outer p {
font-size: 17px;
color: #24142c;
line-height: 37.94px;
margin-bottom: 35px;
font-weight: 400;
padding: 0;
}
.team_content_outer p:last-child
{
margin: 0;
}
.team_content_outer:nth-child(2) {
display: block;
}
.team_top_bar li.active img
{
opacity: 0.5;
}
.et_pb_section.Our_Background_section.testimonail_first_section {
padding-bottom:  22px;
}
.team_top_bar li.active
{
border-color:#ffffff;
background-color:#007ab7;
}

.testimonail_inner_content a
{
font-weight: 600;
}

.et_pb_testimonial.testimonails_boxes {
box-shadow: 0 0 14px #DADADA;
padding: 60px 28px 20px;
min-height: 450px;
margin: 15px 0 60px 0;
}
.testimonial_boxes_section .et_pb_row .et_pb_column_1_3 {
    margin: 0 11px;
    width: 30.91%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.et_pb_testimonial.testimonails_boxes::before {
display: none;
}
.testimonails_boxes .et_pb_testimonial_description {
	font-size: 15px;
	color: #24142c;
	line-height: 23px;
}
.testimonails_boxes .et_pb_testimonial_portrait {
margin: 0 auto 30px;
background-size: 100% auto;
}
.testimonails_boxes .et_pb_testimonial_author {
margin-top: 25px;
font-weight: 600;
color: #007ab7;
font-size: 14px;
line-height: normal;
}
.testimonails_boxes .et_pb_testimonial_meta {
color: #007ab7;
font-size: 14px;
font-weight: 600;
line-height: normal;
}
.testimonial_boxes_section .et_pb_row {
padding: 0;
}

.et_pb_section.testimonial_boxes_section {
padding: 0;
}
.et_pb_text.testimonail_inner_content02 {
margin-bottom: 49px;
}
.testimonail_inner_content h3 {
font-size: 25px;
color: #712b5a;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 38px 0;
letter-spacing: 1.2px;
line-height: 37.63px;
}
.testimonail_inner_content p {
font-size: 17.75px;
color: #24142c;
line-height: 25.94px;
margin-bottom: 35px;
font-weight: 400;
letter-spacing: 0.25px;
padding: 0 8%;
}
.testimonail_inner_content.testimonail_inner_content02 p {
margin-bottom: 20px;
padding: 0 11%;
}
.testimonail_inner_content.testimonail_inner_content02 h3 {
margin: 0 0 16px 0;
}
.et_pb_testimonial.testimonial_bottom_part {
border: 7px #e3e3e3 solid;
padding: 70px 6% 70px 6%;
}
.testimonial_bottom_part .testimonial_author_meta {
text-align: center;
position: absolute;
width: 100%;
bottom: -26px;
left: 0;
}
.et_pb_testimonial.testimonial_bottom_part .et_pb_testimonial_meta, .et_pb_testimonial.testimonial_bottom_part .et_pb_testimonial_author {
color: #007ab7;
font-size: 17px;
font-weight: 600;
line-height: normal;
text-transform: none;
letter-spacing: 0;
font-family: 'Open Sans', Arial, sans-serif;
/* display: table; */
width: 435px;
background-color: #fff;
margin: auto;
}
.et_pb_testimonial.testimonial_bottom_part::before {
display: none;
}
.testimonial_bottom_part .et_pb_testimonial_description {
font-size: 25px;
color: #712b5a;
line-height: 37px;
font-family: 'Conv_Gotham-Bold';
text-align: left;
padding: 0;
letter-spacing: 2px;
}

.et_pb_section.testimonial_main_bottom {
padding: 22px 0 87px;
}
.testimonial_bottom_part .et_pb_testimonial_portrait {
position: absolute;
top: -52px;
left: 50%;
-webkit-transform: translate(-50%);
-ms-transform: translate(-50%);
transform: translate(-50%);
}
.testimonial_main_bottom .pricing_model_btn {
margin: 58px 0 0 0;
}
.et_pb_section.testimonial_main_bottom {
padding: 65px 0 87px;
}
#post-6357
{

background: url(images/team_background_img.png) center bottom no-repeat;
}
#post-6357 .et_pb_section
{
background: none;
background-repeat: no-repeat;
}
.et_pb_section.partner_main_section {
padding-top: 0;
}
.video_media_section .et_pb_row {
padding: 0;
}
.et_pb_video_overlay_hover .et_pb_video_play::before {
content: "";
width: 107px;
height: 105px;
display: inline-block;
background: url(images/video_play_icon.png) no-repeat;
}
.et_pb_section.exchange_video_section {
padding: 75px 0 82px;
}
.exchange_video_section .et_pb_row {
padding: 0;
}
.et_pb_video.exchange_video_outer {
/* border: 9px #e3e3e3 solid; */
padding: 0 8%;
margin: 0;
}
.et_pb_video.exchange_video_outer .et_pb_video_box {
border: 9px #e3e3e3 solid;
box-shadow: 0 0 14px #D4D4D4;
}
.et_pb_video.exchange_video_outer .et_pb_video_overlay {
top: 50%;
left: 50%;
height: 96.7%;
width: 82.4%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.upgrade_exchange_content h3 {
font-size: 39.75px;
color: #712b5a;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 38px 0;
letter-spacing: 1.2px;
line-height: normal;
}
.et_pb_section.upgrade_exchange_section {
padding: 0 0 60px;
}
.upgrade_exchange_section .et_pb_row {
padding: 0;
}
.upgrade_exchange_section .et_pb_text
{
margin: 0
}
.upgrade_exchange_content .images_exchange {
margin: 0 0 36px 0;
}
.upgrade_exchange_content p {
font-size: 17.75px;
color: #24142c;
line-height: 39.94px;
font-weight: 400;
letter-spacing: 0.25px;
padding: 0 8%;
}
.et_pb_text.upgrade_exchange_content {
margin-bottom: 73px;
}
.ad_exchange_boxes .et_pb_main_blurb_image {
margin: 0 0 20px;
}
.ad_exchange_boxes .et_pb_blurb_content h4 {
font-size: 17.75px;
color: #1788c2;
text-transform: uppercase;
padding: 0;
font-family: 'gotham_mediumregular';
margin: 0 0 3px 0;
letter-spacing: 0.25px;
line-height: normal;
min-height: 46px;
}
.ad_exchange_boxes .et_pb_blurb_content p {
font-size: 16px;
color: #161616;
line-height: 24.94px;
font-weight: 300;
letter-spacing: 0.25px;
}
.upgrade_exchange_section .et_pb_column.et_pb_column_1_3 {
margin: 0;
width: 33.33%;
}
.et_pb_blurb.ad_exchange_boxes {
border-bottom: 1px #eee solid;
min-height: 270px;
padding-top: 16px;
margin: 0;
border-left: 1px #eee solid;
padding: 35px 15% 0;
}
.upgrade_exchange_section .et_pb_column.et_pb_column_1_3:nth-child(1) .et_pb_blurb.ad_exchange_boxes {
border-left: none;
}
.upgrade_exchange_section .et_pb_column.et_pb_column_1_3:nth-child(2) .et_pb_blurb.ad_exchange_boxes:last-child {
border-right: 1px #eee solid;
border-bottom: none;
}
.exchange_content_outer {
padding: 90px 0 0 0;
}
.et_pb_text.about_Team_content {
margin: 0;
}
.team_right_laptop {
margin: 42px 0 0;
}
.exchange_content_outer p {
font-size: 17.75px;
color: #24142c;
line-height: 39.94px;
font-weight: 400;
letter-spacing: 0.25px;
padding: 0 9%;
}
.exchange_content_outer p strong{
font-weight: 600;
}
.sign_up_btn {
margin-top: 30px;
}
.sign_up_btn a {
font-size: 16px;
text-decoration: none;
padding: 17px 38px;
margin: 0;
display: inline-block;
text-transform: uppercase;
border-radius: 37px;
background-color: #fec129;
border-color: #fec129;
color:#4a4c4d;
font-family: 'gotham_blackregular';
letter-spacing: 0;
}
.sign_up_btn a:hover {
background-color: #4a4c4d;
border-color: #4a4c4d;
color:#fec129;
}
.et_pb_row_width .et_pb_row {
width: 890px;
}
.et_pb_testimonial.exchange_testimonial {
box-shadow: 0 0 15px #DEDEDE;
padding: 58px 21px 46px 50px;
margin: 0;
}
.et_pb_testimonial.exchange_testimonial::before {
display: none;
}
.exchange_testimonial .et_pb_testimonial_description
{
font-size: 17.75px;
color: #24142c;
line-height: 25.94px;
font-weight: 400;
letter-spacing: 0.25px;
}
.et_pb_testimonial.exchange_testimonial .et_pb_testimonial_meta, .et_pb_testimonial.exchange_testimonial .et_pb_testimonial_author {
color: #007ab7;
font-size: 14px;
font-weight: 600;
line-height: normal;
text-transform: none;
letter-spacing: 0;
font-family: 'Open Sans', Arial, sans-serif;
}
/*.et_pb_section.et_pb_row_width.exchange_testimonial_main {
padding: 0 0 108px 0;
}*/
.exchange_testimonial_main .et_pb_row {
padding: 0;
}
.exchange_testimonial_main
{
padding: 80px 0 6px 0 !important;
}
.et_pb_section.sign_up_now_main {
padding: 85px 0;
}
.et_pb_section.sign_up_now_main .et_pb_row {
padding: 0;
}
.et_pb_text.sign_up_now_inner {
background-color: #028ac7;
/* text-align: center; */
border-radius: 3px;
}
.sign_up_form_box {
text-align: center;
}
.sign_up_form_outer {
text-align: left;
background-color: #fff;
border-radius: 2px;
}
.sign_up_form_box {
text-align: center;
padding: 39px 10px 10px; min-height: 650px;
}
.sign_up_form_box h4 {
font-size: 29.56px;
color: #fff;
text-transform: uppercase;
margin: 0 0 1px;
padding: 0;
font-family: 'Conv_Gotham-Bold';
}
.sign_up_form_box p {
font-size: 18.75px;
color: #fff;
font-weight: 300;
}
.sign_up_form_outer {
text-align: left;
background-color: #fff;
border-radius: 2px;
margin-top: 38px;
padding: 48px 25px;
}

.sign_up_form_outer .colums {
width: 47%;
float: left;
}
.sign_up_form_outer .colums:nth-child(3) {
float: right;
}
.sign_up_form_outer .submit_btn {
width: 100%;
/* float: left; */
display: inline-block;
text-align: center;
}
.sign_up_form_outer .colums_inner label {
font-size: 13px;
color: #323232;
letter-spacing: 0.20px;
font-family: 'gotham_mediumregular';
text-transform: uppercase;
display: block;
line-height: normal;
}
.sign_up_form_outer .colums_inner span {
color: #818181;
font-size: 14px;
font-weight: 300;
}
.sign_up_form_outer .colums_inner input {
width: 95%;
border: 2px #e4e4e4 solid;
border-radius: 4px;
height: 40px;
margin: 6px 0 0 0;
padding: 0 8px;
}
.sign_up_form_outer .colums .colums_inner {
margin-bottom: 18px;
}
.sign_up_form_outer .colums_inner label span {
color: #ef7a6c;
font-size: 16px;
}
.sign_up_form_outer .colums .colums_inner .wpcf7-list-item {
display: block;
margin: 0;
}
.sign_up_form_outer .colums .colums_inner .wpcf7-list-item input {
height: auto;
width: auto;
margin: 0;
position: relative;
top: 1px;
}
.sign_up_form_outer .colums .colums_inner .wpcf7-list-item .wpcf7-list-item-label {
font-size: 16.28px;
}
.sign_up_form_outer .colums_inner .wpcf7-form-control-wrap.radio-125 {
margin: 17px 0 0 0;
width: 100%;
display: inline-block;
}
.sign_up_form_outer .colums .colums_inner .wpcf7-list-item input[type="radio"] {
opacity:0;
}

.sign_up_form_outer .colums .colums_inner .wpcf7-list-item input[type="radio"] + span::before {
display: inline-block;
width: 22px;
height: 22px;
margin: -1px 8px 0 0;
vertical-align: middle;
cursor: pointer;
}
.sign_up_form_outer .colums .colums_inner .wpcf7-list-item input[type="radio"] + span::before {
content: '';
background:url('images/radio_btn_img01.png') no-repeat center center;
}
.sign_up_form_outer .colums .colums_inner .wpcf7-list-item input[type="radio"]:checked + span::before {
content: '';
background:url('images/radio_btn_img02.png') no-repeat center center;
}
.sign_up_form_outer .colums .colums_inner .wpcf7-list-item .wpcf7-list-item-label {
font-size: 16.28px;
font-weight: 300;
font-family: 'Open Sans', Arial, sans-serif;
color: #818181;
}

.sign_up_form_outer .colums_inner span {
color: #818181;
font-size: 14px;
font-weight: 300;
}
.sign_up_form_outer .submit_btn input {
font-size: 19.21px;
text-decoration: none;
padding: 23px 72px;
margin: 13px 0 0 0;
display: inline-block;
text-transform: uppercase;
border-radius: 37px;
background-color: #fec129;
border-color: #fec129;
color:#4a4c4d;
font-family: 'gotham_blackregular';
letter-spacing: 0;
border: none;
}
.sign_up_form_outer .submit_btn input:hover {
background-color: #4a4c4d;
border-color: #4a4c4d;
color:#fec129;
}
.sign_up_form_outer .wpcf7-radio label:first-child
{
margin-bottom:8px;
}

.get_your_free_dfp span {
font-size: 19.75px;
color: #712b5a;
font-family: "Conv_Gotham-Bold";
letter-spacing: 1.2px;
line-height: normal;
margin: 0 0 38px;
padding: 0;
text-transform: uppercase;
}
.get_your_free_dfp h3
{
font:19.75px;
color: #712b5a;
font-family: "Conv_Gotham-Bold";
font-size: 35.75px;
letter-spacing: 1.2px;
line-height: normal;
margin: 0 0 38px;
padding: 0;
text-transform: uppercase;
}
.dfp_content_outer p
{
color: #24142c;
font-size: 17.75px;
font-weight: 400;
letter-spacing: 0.25px;
line-height: 39.94px;
padding: 0 0 30px;
}
.doubleclick_for_publishers
{
box-shadow: 0 0 15px #dedede;
float:left;
margin-bottom:60px !important; 
margin-top:50px;
}
.doubleclick_for_publishers h4 {
color: #712b5a;
font-family: "Conv_Gotham-Bold";
font-size: 31.68px;
letter-spacing: 1.2px;
line-height: normal;
margin: 0;
padding: 65px 0 15px 0;
text-transform: uppercase;
}
.doubleclick_for_publishers p
{
color: #24142c;
font-size: 17.75px;
font-weight: 400;
letter-spacing: 0.25px;
line-height: 26.94px;
padding: 0 72px 35px !important;
}
.doubleclick_for_publishers section 
{
padding:0 120px;
}
.doubleclick_for_publishers ul
{
width:305px;
float:left;
text-align:left;
margin-bottom:50px;
}
.doubleclick_for_publishers li {
background: url(https://redesign17m2.wpengine.com/wp-content/uploads/2017/07/green_listing_icon.jpg) left 20px no-repeat;
font-size: 15.75px;
color: #24142c;
padding: 12px 0 9px 30px;
}
.et_pb_row , .et_pb_text
{
padding:0;
margin-bottom:0;
}
.doubleclick_section
{
padding:0;
}


.monetizemore_offers_a_suite h2 {
color: #712b5a;
font-family: "Conv_Gotham-Bold";
font-size: 25px;
letter-spacing: 2px;
line-height: normal;
margin: 0 0 38px;
padding: 0;
text-transform: uppercase;
}
.monetizemore_offers_a_suite p
{
color: #24142c;
font-size: 17.75px;
font-weight: 400;
letter-spacing: 0.25px;
line-height: 39.94px;
padding: 0 0 35px !important;
}
.monetizemore_offers_a_suite p span
{
color:#018dbc;
}

.pub_guru_outer h3 {
color: #712b5a;
font-family: "Conv_Gotham-Bold";
font-size: 25px;
letter-spacing: 2px;
line-height: normal;
margin: 0 0 9px;
padding: 0;
text-transform: uppercase;
}

.pub_guru_outer p
{
color: #24142c;
font-size: 17.75px;
font-weight: 400;
letter-spacing: 0.25px;
line-height: 23.94px;
padding: 0 0 10px !important;
}
.pub_guru_outer ul
{
widows:100%;
float:left;
margin:0;
padding:0;
width:100%;
}
.pub_guru_outer ul li
{
background:url(https://redesign17m2.wpengine.com/wp-content/uploads/2017/07/green_listing_icon.jpg) left 12px no-repeat;
font-size:17.75px;
color:#24142c;
padding:5px 0 5px 30px;
}
.pub_guru_outer div
{
float:left;
margin:30px 10px 0 !important
}
.pub_guru_outer .find_out_more a
{
font-size:15px !important;
padding:15px 30px !important;
}

.get_your_free_dfp p
{
color: #24142c;
font-size: 17.75px;
font-weight: 400;
letter-spacing: 0.25px;
line-height: 39.94px;
padding: 0 0 10px !important;
}

.premium_publisher_plan_list ul
{
width:696px !important;
}
.premium_publisher_plan_list section {
padding: 0 89px !important;
}
.premium_publisher_plan_list h4
{
padding-bottom:0px;
}
.premium_publisher_plan_list ul 
{
margin-bottom: 13px;
}
.premium_publisher_plan_list strong {
font-weight: 600;
margin: 15px 0 18px;
display: inline-block;
font-size: 22px;
}
.pub_guru_main_outer h3
{
margin:10px 0 6px !important;
}

.pubguru_video_section
{
padding-top:0 !important;
}


.top_home_head_content h1 {
color: #712b5a;
font-family: "Conv_Gotham-Bold";
font-size: 56.07px;
line-height:80px;
margin: 20px 0 27px;
padding: 0 0 38px;
position: relative;
text-transform: uppercase;
letter-spacing:10px;
}

.top_home_head_content h1::after {
background-color: #712b5a;
bottom: 0;
content: "";
height: 3px;
left: 50%;
position: absolute;
transform: translate(-50%, 0px);
width: 174px;
}
.top_home_head_content p {
color: #712b5a;
font-size: 23px;
font-weight: 600;
letter-spacing: 1.8px;
line-height: 38px;
padding-bottom:30px !important;
}
.what-publishers-need h3 
{
color: #712b5a;
font-family: "gotham_blackregular";
font-size: 30px;
line-height: normal;
margin: 0 0 15px;
padding: 0;
text-transform: uppercase;
letter-spacing:5px;
}
.what-publishers-need
{
font-size:24px;
color:#646364;
font-weight:300;
}
.home-performance-outer .apply_now_btn02
{
margin:0 !important;	
}

.home-performance-outer p
{
margin:25px 0 !important;	
}

.official_google_adsense h4
{
color: #fff;
font-family: 'Conv_Gotham-Bold';
font-size: 44.62px;
letter-spacing: 2px;
line-height: normal;
margin: 0 0 45px;
padding: 0;
}
.official_google_adsense p
{
color: #fff;
font-size: 16px;
font-weight:400;
letter-spacing: 1.8px;
line-height: 32px;
padding-bottom:30px !important;
}
.official_google_adsense ul
{
margin:0;
padding:0;
}
.official_google_adsense ul li
{
color: #fff;
font-size: 16px;
font-weight:400;
letter-spacing: 1.8px;
line-height: 20px;
background:url(https://redesign17m2.wpengine.com/wp-content/uploads/2017/07/home_listing_icon.png) left 5px no-repeat;
padding:0 0 18px 23px;
}
.official_google_adsense ul li a
{
font-weight:600;
color:#fff !important;
}
.official_google_adsense ul li a:hover
{
text-decoration:underline;
}
.official_google_adsense_img
{
border:41px solid rgba(255,255,255,0.67)
}
.official_google_adsense_outer
{
padding:170px 0 130px ;
}
.performance_image_outer
{
width:100% !important;
}
.publisher_partner_content 
{
margin: 80px 0 60px !important;
}

.footer_newsletter form
{
background:#f0f !important;
width: 624px !important;
height:0px !important;
}
.footer_newsletter ._form_element
{
width:297px !important;
float:left;
margin:0 14px 0 0 !important;
}
.footer_newsletter input
{
height:43px !important;
border-radius:50px !important;
padding:0 31px !important;
color:#565656 !important;
border:0 !important;	
}
.footer_newsletter ._form_element:first-child input
{
background:#FFFFFF url(https://redesign17m2.wpengine.com/wp-content/uploads/2017/07/newsletter_arrow_img.png) 90% center no-repeat !important;
padding-right:50px !important;
}

.footer_newsletter label
{
margin:0 !important;
}
.footer_newsletter ._button-wrapper {
    float: left;
    width: auto !important;
    margin: 33px 0 0 83px !important;
}
.footer_newsletter form._inline-form #_form_300_submit._submit {
padding: 0 !important;
color: #4a4c4d !important;
font-family: 'proxima_nova_rgbold' !important;
border-radius: 50px !important;
width: 132px !important;
height: 44px !important;
background: #fec129 !important;
line-height: normal !important;
font-size: 15px !important;
letter-spacing: 1px;
/* font-weight: 700 !important; */
}
.footer_newsletter form._inline-form #_form_300_submit._submit:hover {
color: #ffffff !important;
background: #712b5a !important;
}

.bottom_title_img
{
padding-bottom:21px !important;
}
#main-footer {
background-color: #24142c;
background-image:url(https://redesign17m2.wpengine.com/wp-content/uploads/2017/07/footer_map_img.png);
background-position:center 10px;
background-repeat:no-repeat;
}
.banner_top_arrow {
left: 84px;
margin: -115px 0 0;
position: absolute;
}
.banner_top_arrow_outer
{
position:inherit !important
}
.banner_top_arrow_outer .et_pb_row
{
position:inherit !important
}
.Publshers_need_top 
{
padding: 15px 0 0;
}
.video_series_heading h3
{
font-size:25px !important;
line-height:40px !important;
}
.video_series_store {
box-shadow: none;
margin: 0 !important;
}

.video_series_store h4 {
font-size: 25px !important;
line-height: 40px !important;
padding: 10px 0 35px !important;
letter-spacing: 2px;
}
.video_series_store p {
padding: 0 0 10px !important;
line-height: 39px;
}
.video_series_store_new ul
{
margin:0 0 20px !important;
}
.video_series_store .apply_now_btn02
{
margin:25px 0 !important; 
}
.video_series_store_new
{
margin: 20px 0 0 !important;
box-shadow: none;
}
.video_series_store_new h4 {
font-size: 25px !important;
line-height: 40px !important;
padding: 10px 0 17px !important;
letter-spacing: 2px;
}
.home_two_section-02 .et_pb_column.et_pb_column_1_3 {
float: right;
margin-right: 0;
margin-left: 60px;
}
.sign_up_banner_outer {
text-align: center;
padding:108px 0 !important;
}

.sign_up_bottom_img
{
float:right;
}

.sign_up_banner_outer h2 {
color: #712b5a;
font-family: 'Conv_Gotham-Bold';
font-size: 47.93px;
letter-spacing: 3.5px;
line-height: normal;
margin: 0 0 60px;
padding: 0;
text-transform: uppercase;
}
.official_google_adsense .apply_now_btn02 a
{
background-color:#fff !important;
}
#top-menu li#menu-item-6457 > a {
background-color: #ffc420;
display: block;
padding: 6px 22px !important;
margin: 0;
border-radius: 22px;
color: #090909 !important;
border: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#top-menu li#menu-item-6457 > a:hover {
background-color: #712b5a;
color: #ffffff !important;
}
.nav li ul {
padding: 9px 10px;
width: 208px;
}
#top-menu li li a {
padding: 10px 20px;
width: auto;
}
#main-header .nav li ul li {
padding: 0;
width: 100%;
}
.et_pb_text.DoubleClick_Ad_Exchange {
margin-top: 70px;
}
.blog_banner {
background-position: center top;
}
.dfp_content_outer.premium_publisher_plan_list strong {
font-size: 17.75px;
line-height: 39px;
}
.et_pb_section.monetizemore_offers_a_suite {
padding: 65px 0 30px 0;
}
.get_your_free_dfp.benefits h3 {
font-size: 35.75px;
}
.get_your_free_dfp.benefits p {
color: #4a4c4d;
font-size: 18.75px;
font-weight: 300;
padding: 0!important;
}
.dfp_get_free .get_your_free_dfp h3 {
font: 19.75px;
font-size: 39.75px;
margin: 0 0 22px;
}
.dfp_get_free .doubleclick_for_publishers li {
font-size: 17.75px;
}
.et_pb_section.solutions_colums_section.solutions_colums_section03 {
padding-bottom: 25px;
}
.solutions_twocolums_section .et_pb_column.et_pb_column_1_3 {
float: right;
margin-right: 0;
}

/** Custom Slider **/
.et-pb-slider-arrows a{
text-decoration:none;
}

.review_section div.review_slide {
display:none;
}

.review_section div.review_slide.active{
display:block;
}

.review_section .testimonial_background{
position:absolute;
width:100%;
}

.review_section .slide1{
background-image: url("images/background-3-1.png");
position: relative;
}

.review_section .slide2{
background-image: url("images/background-1.png");
position: relative;
background-position:center;
}

.review_section .slide3{
background-image: url("images/boredpanda.png");
position: relative;
background-position:center;
}

.review_section .slide4{
background-image: url("images/lifehack-bg-img.jpg");
position: relative;
background-position:center;
background-size: cover;
}

.review_section .slide5{
background-image: url("images/monkeymediainc-bg-img.jpg");
position: relative;
background-position:center;
background-size: cover;
}

.review_section .overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#565E62;
opacity:0.9;
}

.review_slide {
position:relative;
height:auto;
}


.testimonial_text{
position:relative;
height:345px;
width:85%;
margin-left:auto;
margin-right:auto;
}

.testimonial_text span.content{
display:table-cell;
vertical-align:middle;
height:418px;
color:#FFFFFF;
font-family:'Lato';
font-size:20px;
font-weight:700;
line-height:28px;
text-align:center;
}


.customer_profile{
background-color: rgba(0,0,0,.35);
height:150px;
position:relative;
}

.customer_profile_wrapper{
width:100%;
display:block;
margin-left:auto;
margin-right:auto;
height:100%;
}

.customer_profile div.c1, .customer_profile div.c2, .customer_profile div.c3 {
display:block;
float:left;
}
.customer_profile div.c1 {
width:40%;
}
.customer_profile div.c2, .customer_profile div.c3  {
width:30%;
}

.customer_profile img.headshot{
float:left;
width:150px;
height:150px;
}

.customer_profile div.text_container {
display:table-cell;
vertical-align:middle;
text-align:center;
height:150px;
color:#fff;
width:300px;
}

.customer_profile .text_container span{
display:block;
padding-left:20px;
padding-right:20px;
line-height:20px;
}

.customer_profile span.customer_name {
font-size:17px;
font-weight:900;
}

.customer_profile span.customer_title, .customer_profile span.site_url {
font-size:14px;
font-weight:500;
}

.customer_profile span.site_url{
color:#9ADAFF;
}

.customer_profile span.performance_title {
font-size:18px;
font-weight:700;
line-height:25px;
}

.customer_profile span.rpm_increase {
color:#11D765;
font-size:50px;
font-weight:700;
line-height:60px;
display:inline;
padding-right:0;
}

.customer_profile span.traffic_rank {
font-size:37px;
font-weight:700;
line-height:60px;
}

/** slider control area **/
.prev, .next {
cursor: pointer;
position: absolute;
top: 40%;
width: auto;
margin-top: -22px;
padding: 16px;
color: rgba(193,193,193,1);
font-weight: bold;
font-size: 27px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;

/*background: rgba(130, 130, 130, 0.33);
opacity: 1.00;
border: 1px solid #C4C4C4;
box-sizing: border-box;
*/
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}

/*Css-17-July-2020*/
.et_pb_section.home_main_outer_17072020.et_section_regular {height: 664px; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; padding: 0;}
.top_home_head_content-17072020 h1 {letter-spacing: 0; color: #712B5A; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 36px; line-height: normal; margin: 0 0 18px; padding: 0; letter-spacing: 0;}
.top_home_head_content-17072020 p {font-size: 18px; line-height: 24px; color: #6D6D6D; margin: 0 0 40px 0; font-family: 'Open Sans', sans-serif; font-weight: 400;}
.et_pb_text.top_home_head_content-17072020 {width: 495px; max-width: 100%;}
.top_home_head_content-17072020 .apply_now_btn02 {text-align: center;}
.top_home_head_content-17072020 .apply_now_btn02 a {font-size: 18px; padding: 0; min-width: 200px; font-family: 'Open Sans', sans-serif; font-weight: 800; height: 42px; line-height: 43px;}
.page-id-13083 .et_pb_row {width: 1200px;}
.et_pb_section.optimization-home-section {padding: 50px 0 40px 0;}
.optimization-home-head h3 {color: #712B5A; font-size: 32px; font-family: 'Open Sans', sans-serif; font-weight: 700; margin: 0; padding: 0;}
.gcpp-container {
	text-align: center;
}
.gcpp-logo {
	max-width: 300px;
}
.home_optimization_section img {margin-bottom: 0;}
.home_optimization_section .et_pb_row {display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center;}
.home_optimization_section h3 {color: #4A4C4D; font-size: 18px; font-weight: 700; padding: 0 0 20px 0;}
.home_optimization_section p {font-size: 16px; color: #6D6D6D; line-height: 24px; padding-right: 9%;}
.read-more-btn {margin-top: 20px;}
.read-more-btn a {color: #4285F4; font-size: 16px; padding-right: 20px; background: url(images/reamore-arrow.png) center right no-repeat;}
.et_pb_section.home_optimization_section {padding: 10px 0 72px 0;}
.home_optimization_section .et_pb_column_1_2, .home_optimization_section .et_pb_column_1_3, .home_optimization_section .et_pb_column_2_3 {width: 567px; text-align: center;}
.home_optimization_section:nth-child(2n+2) .et_pb_row {flex-direction: row-reverse; -webkit-flex-direction: row-reverse;} 
.home_optimization_section:nth-child(2n+2) .et_pb_row .et_pb_column.et_pb_column_1_3 {margin-right: 0; margin-left: 60px;}
.latest_Products_section.pricing-new-three-table-wc.pricing-table-17072020 {padding-top: 60px; padding-bottom: 60px;}
.price-head-17072020 h3 {color: #712B5A; font-size: 32px; font-weight: 700; letter-spacing: 0; margin: 0 0 10px 0;}
.price-head-17072020 p, .signup-home-new p {font-size: 16px; color: #6D6D6D;}
.price-head-17072020 {margin-bottom: 70px;}
.highest-roi {background-color: #5CD4AB; height: 42px; color: #FFFFFF; font-size: 14px; text-transform: uppercase; line-height: 42px; margin: -42px 0 0 0;}
.pricing-new-three-table-wc.pricing-table-17072020 .et_pb_column.et_pb_column_1_3 {margin: 0 7px !important; width: 357px; float: none; display: inline-block; vertical-align: top;}
.pricing-table-17072020 .pricing-new-three-inn-wc {background: #fff; box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; text-align: center; border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; position: relative; border: 1px solid #CCCCCC;}
.pricing-table-17072020 .monetizemore-starter-heading-wc h3 {font-size: 28px; line-height: 28px; font-family: 'Open Sans', sans-serif; margin: 0; padding: 0 20px; color: #1691C7; letter-spacing: 0; text-transform: uppercase; font-weight: 700;}
.pricing-table-17072020 .monetizemore-starter-heading-wc.monetizemore-starter-heading-sec-wc,
.pricing-table-17072020 .monetizemore-starter-heading-wc.monetizemore-starter-heading-third-wc {background: none;}
.pricing-table-17072020 .monetizemore-starter-heading-wc {background: none; border-bottom: 1px #CCCCCC solid;}
.pricing-table-17072020 .et_pb_row {text-align: center;}
.pricing-new-three-table-wc.pricing-table-17072020 .et_pb_row .et_pb_column.et_pb_column_1_3:nth-child(3) .pricing-new-three-inn-wc {box-shadow: none; border-color: #5CD4AB;}
.pricing-table-17072020 .pricing-table-listing-wc ul {margin: 0; padding: 0 0 6px !important;}
.pricing-table-17072020 .pricing-get-started-or-wc::before {display: none;}
.pricing-table-17072020 .pricing-get-started-button-wc {border: none; padding: 0px 19px 30px !important; width: auto;}
.pricing-table-17072020 .pricing-table-listing-wc h4 {color: #4A4C4D; text-align: left; font-family: 'Open Sans', Arial, sans-serif; font-weight: 700; font-size: 15px; padding: 0; margin: 0; line-height: 26px;}
.price-bottom-text {border-top: 1px #CCCCCC solid; padding: 16px 0 30px 0; color: #4A4C4D; text-align: left; font-size: 15px;}
.pricing-table-17072020 .et_pb_text.pricing-table-listing-wc {padding: 15px 20px 0; width: auto;}
.pricing-table-17072020 .pricing-table-listing-wc.pricing-table-listing-sec-wc ul {padding-top: 10px !important;}
.pricing-table-17072020 .pricing-table-listing-wc ul li {font-size: 15px; color: #4A4C4D;}
.pricing-table-17072020 .pricing-table-listing-wc ul li:last-child {margin: 0 0 10px;}
.pricing-new-three-table-wc.pricing-table-17072020  .et_pb_column .pricing-get-started-button-wc .price-bottom-text strong:first-child {display: block !important;}
.pricing-new-three-table-wc.pricing-table-17072020  .et_pb_column .pricing-get-started-button-wc .price-bottom-text strong {display: inline-block !important; margin: 0 0 2px !important; font-size: 15px !important; color: #712B5A !important;}
.pricing-table-17072020 .pricing-get-started-button-wc a {font-family: 'Open Sans', Arial, sans-serif; font-weight: 700; font-size: 17px;  color: #4A4C4D; padding: 15px 42px;}
.pricing-table-17072020 .more-pupular-wc {margin: 0 -1px; width: auto;}
.page-id-13083 ul#top-menu > li > a, .page-id-13083 #top-menu li.current-menu-item > a, .page-id-13083 .navsignup-btn a, .page-id-13083 #top-menu a {color: #4A4C4D;}
.page-id-13083 .navsignup-btn a {padding: 8px 32px !important;}
.page-id-13083 #top-menu li {font-size: 15px; padding-right: 30px; font-family: 'Open Sans', sans-serif; text-transform: uppercase; letter-spacing: 0; font-weight: 700;}
.testimonial_slider_17072020 {width: 880px; margin: 0 auto; border: 1px solid #E6E6E6; box-shadow: -1px 3px 6px #0000001A; text-align: center; border-radius: 4px;}
.testimonial_inn_17072020 {padding: 40px;}
.testimonial_logo_wbc {margin-bottom: 20px;}
.testimonial_main_slider {margin-bottom: 60px;}
.testimonial_inn_17072020 h4 {color: #6D6D6D; font-size: 22px; font-weight: 700; padding: 0 0 30px;}
.testimonial_inn_17072020 h4 strong {color: #00B755; font-size: 28px; margin: 0 4px 0;}
.testimonial_inn_17072020 p {color: #6D6D6D; font-size: 18px; line-height: 33px;}
.partner_main_section_17072020 h3, .featured_on_main_17072020 h3, .signup-home-new h3 {color: #712B5A; font-size: 32px; margin-bottom: 44px; font-weight: 700; padding: 0;}
.et_pb_section.partner_main_section_17072020 {padding: 72px 0 95px 0;}
.testimonial_author_wbc p strong {color: #712b5a; display: block; line-height: normal;}
.testimonial_author_wbc p {font-size: 16px; line-height: 22px; color: #4A4C4D;}
.testimonial_author_wbc_img {display: inline-block; width: 75px; height: 75px; background-position: center; background-size: cover; border-radius: 50%;}
.et_pb_section.ad-tech-nerds {height: 585px; padding: 0; position: relative; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center;}
.et_pb_section.ad-tech-nerds.et_section_regular:before {content: ""; width: 100%; height: 100%; background-color: #000000B3; display: block; opacity: 0.97; left: 0; top: 0; position: absolute;}
.ad-tech-nerds h3 {color: #ffffff; font-size: 32px; font-weight: 700; margin-bottom: 30px; padding-bottom: 0;}
.et_pb_section.ad-tech-nerds p {color: #ffffff; font-size: 16px; line-height: 26px; padding: 0 17%; margin-bottom: 30px;}
.talk-ad-tech a {color: #ffffff; font-weight: 700; font-size: 16px; border: 1px solid #FFFFFF; border-radius: 3px; height: 42px; display: inline-block; line-height: 42px; min-width: 242px;}
.talk-ad-tech a:hover {background-color: #ffc420; border-color: #ffc420; color: #4A4C4D;}
.et_pb_section.featured_on_main.featured_on_main_17072020 {padding: 85px 0 0 0;}
.testimonial_main_slider .owl-theme .owl-controls .owl-prev {position: relative; margin: 0 !important;}
.testimonial_main_slider .owl-theme .owl-controls .owl-next {position: relative; margin: 0 !important;}
.testimonial_main_slider .owl-theme .owl-controls .owl-prev {left: -60px;}
.testimonial_main_slider .owl-theme .owl-controls .owl-next {right: -60px; transform: rotate(182deg); -webkit-transform: rotate(182deg);}
.testimonial_main_slider .owl-theme .owl-controls .owl-buttons div {background: url(images/publishers-slider-arrow.jpg) no-repeat !important; height: 43px}
.et_pb_section.our-results-wbc {height: auto; padding: 110px 0; position: relative; background-position: center 34%;}
.et_pb_section.our-results-wbc.et_section_regular:before {content: ""; width: 100%; height: 100%; background-color: #000000; display: block; opacity: 0.7; left: 0; top: 0; position: absolute;}
.et_pb_section.our-results-wbc h3 {color: #fff; font-size: 32px; text-align: center; font-weight: 700; padding: 0 0 30px;}
.et_pb_text.our-results-head {color: #ffffff; font-size: 72px; line-height: normal; margin-bottom: 3px;}
.et_pb_text.our-results-text {color: #ffffff; text-align: center; font-size: 24px;}
.et_pb_text.our-results-text span {display: block; font-size: 16px; margin-top: 7px; font-weight: 300;}
.footer-bottom-left {float: left;}
.social-footer-icons .et_pb_widget  {display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center;}
.social-footer-icons .et_pb_widget  h4.widgettitle {margin: 0 30px 0 0; padding: 0; color: #ffffff; font-weight: 700; position: relative; top: -2px; font-size: 16px;}
.footer-bottom-left #footer-info {font-size: 16px; font-weight: 400;}
.footer-bottom-right .et-social-icons li {margin: 0 30px 0 0 !important;}
.footer-bottom-right.social-footer-icons {float: right;}
.footer-bottom-right .et-social-icons li:last-child {margin-right: 0 !important;}
#footer-bottom {padding: 28px 0;}
div#text-16, div#custom_html-3, .page-id-13083 div#text-2, .page-id-13083 #nav_menu-2, 
.page-id-13083 #text-9, .page-id-13083 #text-3, #custom_html-4, #custom_html-5, .footer-widget:last-child {display: none;}
.page-id-13083 div#text-16, .page-id-13083 div#custom_html-3, .page-id-13083 div#custom_html-5, .page-id-13083 div#custom_html-4, .page-id-13083 .footer-widget {display: block;}
.main-footer-new .footer-widget .textwidget p {font-size: 16px; font-weight: 400; line-height: 22px;}
.main-footer-new .footer-widget .title, .main-footer-new .footer-widget .widgettitle {font-size: 16px; color: #fff !important; text-transform: none; font-family: 'Open Sans', Arial, sans-serif; letter-spacing: 0; padding: 0 0 12px 0; font-weight: 700;}
.main-footer-new .footer-widget:nth-child(1) {width: 25%;}
.main-footer-new #footer-widgets .footer-widget li {padding: 0; position: relative; margin: 0;}
.main-footer-new #footer-widgets .footer-widget li::before {display: none;}
.main-footer-new .footer-widget {width: 18%;}
.main-footer-new {background-image: none !important;}
.page-id-13083 #footer-bottom, .page-id-13083 .footer_newsletter {border-top-color: #3D2F44;}
.contact-us-footer > a {border: 2px solid #FFFFFF; border-radius: 3px; width: 178px; display: inline-block; height: 42px; text-align: center; margin-bottom: 11px; font-size: 16px; font-weight: 700; padding: 0; line-height: 41px;}
.contact-us-footer span {display: block; font-size: 16px;}
.contact-us-footer {width: 100%; display: block; margin-top: 6px;}
.main-footer-new #footer-widgets {padding: 55px 0 35px;}
.contact-us-footer > a:hover {border-color: #ffc420 !important;}
.signup-home-new h3 {font-size: 32px; margin-bottom: 20px;}
.et_pb_section.signup-home-new .et_pb_text:first-child {margin-bottom: 35px;}
.et_pb_section.signup-home-new .et_pb_text:nth-child(2) > div {padding: 0 10%;}
/*Css-17-July-2020 End*/

.et_pb_section.signup-home-new {padding-top: 80px;}
.sign_up_form_outer p {color: #646364; text-align: center; font-size: 14px; font-weight: 400; margin-top: 16px;}
.business-badges-logos ul li {display: inline-block; width: 227px; background: none; vertical-align: middle; margin: 0 22px; padding: 0;}
.business-badges-logos ul li:nth-child(1) img {max-height: 96px;}
.business-badges-logos ul li:nth-child(1) {width: auto; margin-right: 29px;}
.business-badges-logos ul li:nth-child(3) img {border: 1px #eee solid;}
.et_pb_section.gcpp-container.gcpp-logo-container p {font-size: 16px; color: #6D6D6D; line-height: 24px; margin: 16px 0 35px;}
.et_pb_section.gcpp-container.gcpp-logo-container {padding-top: 75px;}


/** Mobile Responsive Code**/
@media screen and (max-width: 1030px) {
.customer_profile_wrapper {
width:100%;
}

}

@media screen and (max-width: 900px) {
.customer_profile div.c1, .customer_profile div.c2, .customer_profile div.c3  {
float:none;
margin-left:auto;
margin-right:auto;
width:100%;
}

div.c2, div.c3 {
background-color:#3f3f3f;
}

.customer_profile {
height:auto;
}

.customer_profile_wrapper {
height:auto;
width:100%;
}

.customer_profile div.text_container {
display:block;
background-color:#3f3f3f;
height:80px;
}

.customer_profile img.headshot {
float:none;
margin-left:auto;
margin-right:auto;
display:block;
}

.customer_profile span.rpm_increase{
font-size:30px;
line-height:40px;
}


.customer_profile span.traffic_rank{
font-size:20px;
line-height:40px;
}

}	
.dfp_double_click strong {
font-size: 19.75px;
font-family: 'Conv_Gotham-Bold';
line-height: 30px;
color: #712b5a;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
}
#demo.testimonial_slider_inner {
margin-bottom: 43px;
}

.testimonial_text .content {
color: #fff;
font-family: "Open Sans",Arial,sans-serif;
font-size: 22px;
line-height: 40px;
padding: 98px 0 0;
text-align: center;
font-weight: 400;
}
.owl-prev 
{
margin: 0 0 0 20px !important;
}
.owl-next 
{
margin: 0 20px 0 0 !important;
}
.c1 p
{
display:none !important;
}
.customer_name {
font-size: 17px;
font-weight: 700;
margin: 0 0 4px 0;
}
.customer_title, .site_url {
font-size: 16px;
font-weight: 300;
color: #cecdcc;
}
.customer_title a, .site_url a {
color: #cecdcc;
}
.performance_title {
font-size: 16px;
font-weight: 500;
color: #cecdcc;
margin-bottom: 5px;
}
.rpm_increase
{
font-size:33px !important;
font-weight:700;
color:#94bd3d !important;
}
.traffic_rank
{
font-size:31px;
font-weight:800;
}
.owl-theme .owl-controls .owl-buttons div 
{
height: 40px;
width: 30px;
}
.rpm_increase div
{
display:inline-block;
}


.contact_us_btn a {
font-size: 15px;
text-decoration: none;
padding: 13px 37px;
margin: 0 5px;
display: inline-block;
font-family: 'gotham_mediumregular';
border: 2px #d2d2d2 solid;
text-transform: uppercase;
letter-spacing: 0px;
border-radius: 37px;
background: none;
color:#712b5a;
}
.contact_us_btn a.email_us {
background: none;
border-color: #d2d2d2;
color:#712b5a;
letter-spacing: 1px;
}
.contact_us_btn a.active {
background-color: #fec129;
color: #4a4c4d ;
border-color: #fec129;
font-family: 'gotham_blackregular';
}
.contact_us_tab h3
{
font-size: 25px;
color: #712b5a;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 35px 0;
letter-spacing: 1px;
line-height: normal;
}
.et_pb_section.contact_us_Section {
padding: 106px 0 55px 0;
}
.et_pb_text.contact_us_tab {
margin-bottom: 68px;
}
.contact_us_forms {
width: 587px;
display: none;
text-align: left;
}
.contact_us_forms.show
{
display: inline-block;
}

.contact_us_forms h2 {
font-size: 25px;
color: #712b5a;
text-transform: uppercase;
padding: 0;
font-family: 'Conv_Gotham-Bold';
margin: 0 0 49px 0;
letter-spacing: 2px;
text-align: center;
}
.contact_form_field {
width: 100%;
float: left;
margin-bottom: 25px;
}
.contact_form_field label
{
font-weight: 400;
display: block;
color: #918995;
font-size: 15px;
margin-bottom: 12px;
}
.contact_form_field input, .contact_form_field select, .contact_form_field textarea {
width: 100%;
border: 2px #e5e5e5 solid;
height: 50px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #918995;
font-size: 15px;
padding: 0 21px;
font-family: 'Open Sans', Arial, sans-serif;
}
.colum .contact_form_field input {
width: 84%;
}
.contact_form_field input, .contact_form_field textarea {
width: 92%;
}
.contact_form_field textarea
{
padding: 21px 21px;
height: 130px;
resize: none;
}
.colum .contact_form_field {
width: 49%;
float: left;
}
.colum .contact_form_field:last-child
{
float: right;
}
.contact_form_btn {
width: 100%;
float: left;
}
.contact_form_btn input {
font-size: 15px;
font-family: 'gotham_blackregular';
color: #4a4c4d;
height: 58px;
width: 100%;
text-align: center;
text-transform: uppercase;
border: none;
background: #ffc420;
}
.contact_form_field.text-area {
margin-bottom: 11px;
}
.contact_form_field.file_attached input {
border: none;
padding: 0;
height: 40px;
}
.exchange_video_section.video_academy_section {
padding: 105px 0 60px;
}
.video_series_store p strong {
font-weight: 600;
}
.sign_up_now_main.video_page_sign_up {
padding: 70px 0 80px;
}

.testimonial_gallery > div {
    display: inline-block;
    margin: 0 42px;
    text-align: center;
    width: auto;
    height: 52px;
    vertical-align: top;
    line-height: normal;
}
.testimonial_gallery > div:first-child {
    margin-left: 0;
}
.testimonial_gallery > div:last-child {
    margin-right: 0;
}
.testimonial_gallery div img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.testimonial_gallery {
text-align: center;
}
.wistia_responsive_padding {
box-shadow: 0 0 15px #dedede;
margin: 0;
padding: 58px 21px 46px 50px;
}
.footer_newsletter ._button-wrapper
{
position:relative !important;
}
.latest_Products_section .products_content_outer h3 {
font-size: 27px;
margin: 0 0 20px 0;
letter-spacing: 5px;
color: #712b5a;
}
.latest_Products_section .products_content_outer p {
font-size: 23px;
color: #646364;
}
.et_pb_section.publisher_service_section.latest_Products_section {
border-top: 1px #d3d3cd solid;
padding: 128px 0 148px;
}
.latest_Products_section .products_content_outer.et_pb_text {
margin: 0 0 75px 0;
}
.publisher_service_section.latest_Products_section .et_pb_column:nth-child(2)
{
background:none;
}
.publisher_service_section.latest_Products_section .et_pb_column .publisher_service_inner {
width: 383px;
}
.publisher_service_section.latest_Products_section .et_pb_column:first-child .publisher_service_inner
{
background:#fff;
border-radius:5px;
-webkit-border-radius:5px;
padding:45px 0 0;
margin-right:28px;
box-shadow:8px 8px 20px #cacaca;
position:relative;
}
.publisher_service_section.latest_Products_section .et_pb_column:first-child .publisher_service_inner:before
{
width:155px;
height:292px;
position:absolute;
bottom:0;
left:-155px;
content:"";
background:url(images/bottom_left_img.png) no-repeat;
}
.publisher_service_section.latest_Products_section .et_pb_column:nth-child(2) .publisher_service_inner
{
background:#529dff;
border-radius:5px;
-webkit-border-radius:5px;
padding:45px 0 0;
margin-left:28px;
position:relative;
box-shadow:8px 8px 20px #cacaca;
}
.publisher_service_section.latest_Products_section .et_pb_column:nth-child(2) .publisher_service_inner:before
{
width:113px;
height:245px;
position:absolute;
bottom:0;
right:-95px;
content:"";
background:url(images/bottom_right_img.png) no-repeat;
}
.publisher_service_section.latest_Products_section .publisher_service_content h4
{
font-size:27px;
text-transform:none;
color:#4a4c4d;
letter-spacing:2px;
margin:0;
font-family: 'proxima_novaextrabold';
}
.publisher_service_section.latest_Products_section .publisher_service_inner img
{
margin:0;
}
.publisher_service_section.latest_Products_section .publisher_service_part p
{
color:#4a4c4d;
font-family: 'proxima_novaextrabold';
font-size:18px;
letter-spacing:1px;
}
.publisher_service_section.latest_Products_section .publisher_service_content ul {
margin: 38px 32px 0;
}
.publisher_service_section.latest_Products_section .publisher_service_content ul li {
color: #4a4c4d;
font-size: 15px;
font-family: 'proxima_novaregular';
line-height: 21px;
padding: 0 0 0 30px;
letter-spacing: 1px;
margin: 0 0 30px;
background: url(images/tick_ico02.png) left 5px no-repeat;
font-weight: 400;
}
.publisher_service_section.latest_Products_section .publisher_service_content02 ul li
{
color:#ffffff;
font-size:15px;
font-family: 'proxima_novaregular';
line-height:21px;
padding:0 0 0 30px;
letter-spacing:1px;
margin:0 0 30px;
background:url(images/tick_ico01.png) left 5px no-repeat;
}
.publisher_service_section.latest_Products_section .publisher_service_content02 h4, .publisher_service_section.latest_Products_section .publisher_service_content02 p
{
color: #ffffff;
}
.et_pb_section.publisher_service_section.latest_Products_section .et_pb_column.et_pb_column_1_2
{
padding:0;
}
.publisher_service_section.latest_Products_section .publisher_service_content .apply_now_btn02
{
margin:0 0 50px;
}
.publisher_service_section.latest_Products_section .publisher_service_content .apply_now_btn02 a {
background:none;
border: 2px solid #949797;
color: #712b5a;
font-family: "proxima_novaextrabold";
font-size: 16px;
letter-spacing: 3px;
line-height: normal;
padding: 12px 25px;
}
.publisher_service_section.latest_Products_section .publisher_service_content .apply_now_btn02 a:hover
{
background:#712b5a;
border-color:#712b5a;
color: #fff;
}
.publisher_service_section.latest_Products_section .publisher_service_part
{
min-height:600px;
}
.publisher_service_section.latest_Products_section .publisher_service_content02 .apply_now_btn02 a
{
background:#fdc12e;
border:none;
color:#53504d;
padding:15px 25px;
font-size:14px;
}
.publisher_service_section.latest_Products_section .publisher_service_content02 .apply_now_btn02 a
{
background:#edb428;
}
.media-center-blog-section .owl-theme .owl-controls .owl-buttons div{
background: url(images/arrow-button-02.png) no-repeat;
width: 26px;
}
.media-center-blog-section .owl-theme .owl-controls {
top: 42%;
}
.media-center-blog-section .owl-theme .owl-controls .owl-buttons div.owl-prev {
background-position: left center;
}
.media-center-blog-section .owl-theme .owl-controls .owl-buttons div.owl-next {
background-position: right center !important;
}
.media-center-blog-section .owl-prev {
margin: 0 0 0 -36px !important;
}
.media-center-blog-section .owl-next {
margin: 0 -36px 0 0 !important;
}
.media-center-blog-section .owl-carousel .owl-item {
display:table;
}
[data-testid="big-play-button__button"] {
background-color: rgba(16, 119, 187, 0.8) !important;
}
#wistia_chrome_12 #wistia_video_wrapper_42 .w-control {
background-color: rgba(16, 119, 187, 0.8) !important;
}
.videacademy_main_inner
{
text-align: center;
}
.videacademy_main_inner #demo {
width: 885px;
display: inline-block;
box-shadow: 0 0 14px #D4D4D4;
padding: 10px;
}
.videacademy_main_inner {
text-align: center;
}
.videacademy_main_outer {
padding: 24px 0 70px 0;
}
.videacademy_slider_video {
width: 100%;
float: left;
margin: 0 0 22px 0;
}
.videacademy_slider {
text-align: left;
margin: 0 0 12px 0;
}
.videacademy_title_post {
color: #712b5a;
font-family: "Conv_Gotham-Bold";
font-size: 26px;
letter-spacing: 1px;
line-height: normal;
margin: 0;
padding: 0 0 7px 0;
text-transform: uppercase;
}
.videacademy_title_post a{
color: #712b5a;
}
.videacademy_post_meta {
margin: 3px 0 21px;
font-size: 14px;
}
.videacademy_slider .videacademy_content {
font-size: 15px;
line-height: 27px;
}
.videacademy_slider_content {
width: 92%;
/* float: left; */
padding: 10px 4%;
display: inline-block;
text-align: center;
}
.become_our_image {
margin-bottom: 52px;
}
.ad-networks-form form._inline-form {
margin-top: 0 !important;
}
.full-width-image {
width: 100%;
margin: 0 0 15px 0;
display: inline-block;
}
.full-width-image02 {
width: 100%;
margin: 0 0 15px 0;
display: inline-block;
}
.et_right_sidebar #left-area article .entry-content .full-width-image img
{
width: 100%;
}
.et_right_sidebar #left-area article h3.head_h3_css {
margin: 46px 0 26px 0;
}
.full-width-image02 img {
width: auto !important;
max-width: 100% !important;
}
.single-post pre, .entry-content li{
white-space: normal;
word-wrap: break-word;
overflow-wrap: break-word;
}
.not_found_404page .et_pb_post
{
margin: 0;
}
#main-content.not_found_404page .container
{
padding: 0;
}
/*.entry.error {
margin: 0 auto;
padding:40px 0 0;
width: 1000px;
}*/

.entry.error {
  float: left;
  margin: 100px 0 130px;
  padding: 0 5%;
  width: 90%;
}
.entry.error .et_pb_column
{
width:50%;
margin:0;
}
.entry.error h1
{
font-family: "Conv_Gotham-Bold";
color:#595d60;
font-size:100px;
}
.entry.error .left-content {
margin:30px 0 50px;
}
.entry.error h2 {
color: #595d60;
font-family: "Open Sans",Arial,sans-serif;
font-size: 22px;
font-weight: 500;
line-height: 25px;
padding-right: 0;
margin:15px 0 5px;
}
.entry.error span, .entry.error p {
color: #595d60;
font-family: "Open Sans",Arial,sans-serif;
font-size: 14px;
font-weight: 600;
}
.entry.error p
{
margin:5px 0 0;
}
.entry.error li a
{
color:#712b5a;
}

.success_out p a.btn {
background-color: #ffc420;
border: medium none;
border-radius: 22px;
color: #090909;
display: inline-block;
font-size: 15px;
line-height: 20px;
margin: 0;
padding: 10px 25px;
text-align: center;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.success_out p a.btn:hover {
background-color: #712b5a;
color: #ffffff !important;
}
.success_out p {
line-height: 30px !important;
}
.right-image  img 
{
  margin: 80px 0 0;
}
.et_right_sidebar #left-area article .read_more a:empty {
    display: none;
}
.search .blog_banner {
	display: none;
}
.et_right_sidebar .search-page #left-area article {
    padding: 22px 16px 50px;
    width: 28.2%;
    float: left;
    margin: 0px 16px 42px 0;
    min-height: 238px;
}
.et_right_sidebar .search-page #left-area article:nth-child(3n+3) {
    margin-right: 0;
}
.et_right_sidebar .search-page #left-area article h2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.23px;
    word-wrap: break-word;
}
.et_right_sidebar .search-page  #left-area article .read_more a {
    font-size: 14px;
    padding: 15px 29px;
}
.et_right_sidebar .search-page  #left-area article .read_more {
    bottom: -20px;
}
.et_right_sidebar .search-page #left-area article .con {
    font-size: 15px;
}
.et_right_sidebar .search-page #left-area article .con p {
	line-height: 26px;
	word-wrap: break-word;
}
.et_right_sidebar .search-page #left-area article .post-meta {
    padding: 0;
}
.et_right_sidebar .search-page #left-area article .con .full-width-image02, .et_right_sidebar .search-page #left-area article .con .full-width-image, .et_right_sidebar .search-page #left-area article .con p:empty
{
	display: none;
}
.et_right_sidebar .search-page #left-area .pagination {
    margin: 70px 0 0;
    float: left;
}
.entry-content .featured_on_inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.entry-content .featured_on_inner ul li {
    margin: 0 20px;
    padding: 0;
    display: inline-block;
    background: none;
	vertical-align: middle;
}
.entry-content .featured_on_inner ul li:first-child {
    margin-left: 0;
}
.entry-content .featured_on_inner ul li:last-child {
    margin-right: 0;
}
.featured_on_main .publisher_partner_content {
    margin: 0 0 50px !important;
}
.featured_on_main.et_pb_section {
    padding: 70px 0;
}
.entry-content .featured_on_inner ul li a img:hover {
    opacity: 0.7;
}

.testimonails_boxes.testimonails_boxes-new .et_pb_testimonial_portrait {
	background-size: 85%;
}
.testimonails_boxes.testimonails_boxes-new {
	margin-bottom: 60px;
}
.testimonial_boxes_section_latest .et_pb_row {
    text-align: center;
}
.testimonial_boxes_section_latest .et_pb_column.et_pb_column_1_3.et_pb_column_empty {
    display: none;
}
.testimonial_boxes_section_latest .et_pb_row:nth-child(2) .et_pb_column.et_pb_column_1_3 {
    /*float: none;
    display: inline-block;*/
    vertical-align: top;
}
.footer_newsletter form label._form-label
{
	display: none !important;
}
.footer_newsletter form .g-recaptcha {
    margin-top: 16px;
}
.et_pb_section.mediacenter-featured {
    padding-top: 0;
    padding-bottom: 80px;
}
.mediacentre-coumns {
    padding: 0 7px;
    width: auto;
}
.media-center-featured {
    box-shadow: 0 0 26px #ececec;
    border-radius: 3px;
    padding: 47px 0 41px;
    min-height: 348px;
}
.et_pb_section.mediacenter-featured .et_pb_column_1_3 {
    width: 33.333%;
    margin: 0;
}
.social-icons-media {
    width: 100%;
    float: left;
}
.mediacentre-coumns-01 .social-icons-media {
    margin-bottom: 70px;
}
.logo-media .logo-featured-media {
    /* width: 50%; */
    float: left;
    text-align: left;
    padding: 0 0 0 26px;
}

.social-icons-media ul {
    /* width: 50%; */
    text-align: right;
    float: right;
    padding: 0 26px 0 0 !important;
}
.social-icons-media ul li {
    background: none;
    padding: 0;
    margin: 0 0 0 8px;
    display: inline-block;
}
.social-icons-media ul li a {
    color: #ee3623;
    font-size: 14px;
}

.media-center-featured h3 {
    font-size: 25px;
    line-height: 33px;
    color: #303030;
    font-family: 'gotham_mediumregular';
    padding: 0;
    margin:0 12px 28px;
}
.media-center-featured h3 a{
    color: #303030;
    text-decoration: none;
}
.media-center-featured p {
    font-size: 15px;
    line-height: 21px;
    color: #303030;
    font-family: 'gotham_lightregular';
    padding: 0 26px 32px;
}
.media-center-featured p a {
    color: #303030 !important;
}
.media-center-featured span {
    font-size: 14px;
    color: #ee3623;
    font-style: italic;
    font-family: 'gotham_mediumregular';
}
.media-center-featured span a{
    color: #ee3623 !important;
}
.mediacentre-coumns-02 .media-center-featured {
    padding-bottom:0;
}
.mediacentre-coumns-02 .bg-color-section {
    background-color: #ff4300;
    padding: 32px 0 40px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.logo-featured-media {
    display: table;
    /* vertical-align: middle; */
    width: 100%;
}
.logo-featured-media a {
    height: 176px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0 22px;
}
.mediacentre-coumns-02 .media-center-featured h3 {
    margin-bottom: 20px;
}
.mediacentre-coumns-03 .media-center-featured {
    background: #5d3687 url(images/featured-media-bg03.jpg) center top no-repeat;
    background-size: cover;
    padding-bottom: 33px;
}
.mediacentre-coumns-04 .media-center-featured {
    background: #614487 url(images/featured-media-bg04.jpg) center top no-repeat;
    background-size: cover;
}
.mediacentre-coumns-06 .media-center-featured
{
	background: #01659e;
}
.mediacentre-coumns-03 .logo-featured-media img {
    max-width: 88%;
}
.mediacentre-coumns-06 .logo-featured-media img,.mediacentre-coumns-05 .logo-featured-media img  {
	max-width: 85%;
}
.logo-media .logo-featured-media, .logo-media .logo-featured-media a {
    height: auto;
    display: inline-block;
    width: auto;
}
.logo-media .logo-featured-media a {
	padding: 0;
}
.mediacentre-coumns-03 .media-center-featured h3 {
    margin-bottom: 18px;
}
.mediacenter-featured .et_pb_row {
    margin-bottom: 30px;
}
.mediacentre-coumns-05 .media-center-featured {
    /* padding-top: 0; */
    background-color: #000000;
}
.video-mediasenter .fluid-width-video-wrapper {
    padding: 0 !important;
}
.video-mediasenter .fluid-width-video-wrapper iframe {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 190px;
}
.video-mediasenter {
    margin-bottom: 22px;
}

.mediacentre-coumns-06 .media-center-featured .logo-featured-media a, .mediacentre-coumns-05 .media-center-featured .logo-featured-media a {
    height: 143px;
}
.mediacentre-coumns-02 .media-center-featured h3 a, .mediacentre-coumns-02 .media-center-featured p a, .mediacentre-coumns-02 .media-center-featured span a, .mediacentre-coumns-03 .media-center-featured h3 a, .mediacentre-coumns-03 .media-center-featured p a, .mediacentre-coumns-03 .social-icons-media ul li a, .mediacentre-coumns-03 .media-center-featured span a, .mediacentre-coumns-04 .media-center-featured h3 a, .mediacentre-coumns-04 .media-center-featured p a, .mediacentre-coumns-04 .social-icons-media ul li a, .mediacentre-coumns-04 .media-center-featured span a, .mediacentre-coumns-06 .media-center-featured h3 a, .mediacentre-coumns-06 .media-center-featured p a, .mediacentre-coumns-06 .social-icons-media ul li a, .mediacentre-coumns-06 .media-center-featured span a, .mediacentre-coumns-04 .media-center-featured span a, .mediacentre-coumns-05 .media-center-featured h3 a, .mediacentre-coumns-05 .media-center-featured p a, .mediacentre-coumns-05 .social-icons-media ul li a, .mediacentre-coumns-05 .media-center-featured span a {
    color: #ffffff !important;
}
.social-icons-media ul li a:hover
{
	color: #000 !important;
}
.mediacentre-coumns-05 .social-icons-media ul li a:hover
{
	color: #0dbd97 !important;
}
.featured_on_main.et_section_regular .et_pb_row {
    width: 1200px;
}

/*FREE CONSULTATION PAGE*/
.free-consultation-banner-outer {
	padding: 100px 0;
}
.free-consultation-heading h2 {
    color: #fff;
    font-size: 63px;
    font-family: 'proxima_nova_rgbold';
    line-height: 58px;
}
.free-consultation-heading p
{
	color:#fff;
	font-size:21px;
	line-height:26px;
 font-family: 'proxima_novaregular';
  margin:3px 0 50px
}
.free-consultation-testimonial-panel {

    text-align: center; position: relative; padding:140px 0;
}
.free-consultaion-quotes-pic{
	display: inline-block;
	float: none;
	text-align: center;
}
.free-consultaion-testimonial-outer h5
{
	color:#1a1a1a; 
	font-size:29px;
	line-height:25px;
	 font-family: 'proxima_novaregular'; 
}
.free-consultaion-testimonial-outer h4
{
	color:#820f6c; 
	font-size:61px;
	line-height:40px;
	font-family: 'proxima_novaextrabold'; margin-bottom:10px
}
.free-consultation-testimonial-con {
	font-size: 26px;
	line-height: 41px;
	font-family: 'proxima_novaregular';
	margin-bottom: 49px;
	font-weight: 300;
	padding: 0 90px;
	display:none;
	transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	min-height: 210px;
}
.free-consultation-testimonial-con strong
{
	color:#008bc4;
	font-family: 'proxima_nova_rgbold';
}
.free-consult-click-outer
{
	border-bottom:3px solid #e8e9ed; text-align: center; padding-bottom: 40px;
}
.free-consult-click-outer ul
{
	margin:0; padding:0;
	list-style:none; 
}
.free-consult-click-outer li {
	/* float: left; */
	background: none;
	display: inline-block;
	width: 33%;
	padding-left: 0 !important;
}
.free-consult-click-outer li a {
	border-bottom: 3px solid #e8e9ed;
	position: relative;
	bottom: 0;
	padding-bottom: 49px; 
	cursor: pointer; 
}
.free-consult-click-outer li a img
{
	/*-webkit-filter: grayscale(100%) !important; 
    filter: grayscale(100%) !important;*/
	opacity:0.3;
}
.active img {
/*-webkit-filter: grayscale(0) !important; 
    filter: grayscale(0) !important;*/
	opacity:1 !important;
}
.active {
	border-bottom: 3px solid #820f6c !important;
}
.free-consult-click-outer li a:hover img {
	opacity:1 !important;
}
.free-consult-author {
	float: left;
	text-align: center;
	font-size: 15px;
	font-family: 'proxima_novaregular';
	color: #1a1a1a;
	width: 33%;
	padding: 50px 0 0;
	visibility: hidden 
}
.free-consult-author.show {
	visibility: visible;
}
.free-consult-author strong
{
	float:left;
	width:100%;
	text-align:center;
	font-size:23px; 
	font-family: 'proxima_nova_rgbold';
	color:#292929; line-height: 20px;
}
.free-consultation-testimonial-con.show { display:block; }
.free-consult-click-outer.active
{
	border-bottom:3px solid #820f6c;
}

.consultation-integration-main-panel {
	padding: 110px 0;
}
.consultation-integration-main-panel h3
{
		color: #820f6c;
	font-size: 61px;
	font-family: 'proxima_novaextrabold';
	line-height:40px; margin-bottom: 20px;
}
.consultation-integration-main-panel h6 {
	font-size: 21px;
	line-height: 20px;
	color:#7d7d7d;
	font-family: 'proxima_novaregular';
	margin-bottom:80px;
}

.consultation-integration-main-panel .et_pb_column.et_pb_column_1_3 {
	background: #fff;
	text-align: center;
	border-radius:8px;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	-moz-box-shadow: -2px 2px 9px #e9e9e9;
    -webkit-box-shadow: -2px 2px 9px #e9e9e9;
    box-shadow: -2px 2px 9px #e9e9e9;
	padding:40px 35px;
	box-sizing: border-box;
}
.integration-content-panel {
	text-align: center;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
.integration-content-panel h4
{
			color: #632251;
	font-size: 27px;
	font-family: 'proxima_nova_rgbold';
	line-height:18px; margin-bottom: 10px;
}
.integration-content-panel p{
	font-size: 18px;
	line-height: 29px;
	color:#5c5c5c;
	font-family: 'proxima_novaregular';
}
.free-consult-author-outer
{
	width:100%;
	float:left;
}
.page-id-7998 #et-top-navigation, .page-id-8000 #et-top-navigation, .page-id-7999 #et-top-navigation {
    display: none;
}
.page-id-7998 #main-header, .page-id-8000 #main-header, .page-id-7999 #main-header {
    padding: 23px 0 !important;
    position: absolute;
}
.page-id-7998 .et-fixed-header, .page-id-8000 .et-fixed-header, .page-id-7999 .et-fixed-header {
    padding: 9px 0 5px 0 !important;
}
.page-id-7998 .footer_newsletter, .page-id-8000 .footer_newsletter, .page-id-7999 .footer_newsletter {
    display: none;
}
.page-id-7998 #footer-widgets, .page-id-8000 #footer-widgets, .page-id-7999 #footer-widgets {
    display: none;
}
.page-id-7998 #footer-bottom, .page-id-8000 #footer-bottom, .page-id-7999 #footer-bottom {
    padding: 30px 0;
}


/*2-AUG-2018*/
/*CONTACT-FORM-CSS*/
.contact_sign_up_inner .sign_up_form_box {
    min-height: auto;
    padding: 27px 10px 10px;
}
.contact_sign_up_inner .sign_up_form_outer {
    margin-top: 22px;
  	padding-top:35px;
  	padding-bottom:35px;
}

.et_pb_text.my-video-outer {
    margin-top: 85px;
}
.myVideo-outer video#myVideo {
    width: 100%;
    height: 608px;
    object-fit: cover;
}
.myVideo-outer {
    position: relative;
    height: 608px;
    width: 100%;
}
.videothumbnail-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: contain;
    cursor: pointer;
}
.videothumbnail-outer:hover img
{
	opacity: 0.5;
}
.videothumbnail-outer img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 87px;
}
.media_watch_testimonial-new {
    margin-bottom: 85px;
}
.testimonails_boxes.testimonails_boxes-new.testimonails_boxes-new-center {
    min-height: 448px;
}
.et_pb_testimonial.testimonails_boxes.testimonails_boxes-new.testimonails_boxes-new-last {
    min-height: 643px;
}
.et_pb_section.row_section_padding.media_watch_testimonial-new.media_watch_testimonial-video {
    margin-bottom: 0;
    padding-top: 85px;
}

/*Pricing New Start*/
.pricing-table-section-wc h3 {
	color: #712b5a;
	text-transform: uppercase;
	font-family: 'gotham_blackregular';
	font-size: 25px;
	line-height: 32px;
	padding: 0 0 18px;
	letter-spacing: 2px;
}
.pricing-table-section-wc p {
    color: #24142c;
    font-size: 17.75px;
    line-height: 39.94px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}
.pricing-table-section-bottom-wc .pricing-table-section-wc p
{
	padding: 0 1%;
}
.pricing-table-section-wc p span a
{
	color:#007ab7;
	display:inline-block;
}
.content-ad-img-wc {
	padding: 110px 0 0;
	text-align:center;
}
.content-ad-img-wc .et-waypoint.et_pb_image.et_pb_animation_bottom.et-animated {
	width: 75%;
	display: inline-block;
}
.customer-saying-wc h3 {
	color: #712b5a;
	text-transform: uppercase;
	font-family: 'gotham_blackregular';
	font-size: 29px;
	line-height: 42px;
	padding: 0;
	letter-spacing: 2px;
}
.customer-saying-video-outer-wc .et_pb_video_box {
	box-shadow: none !important;
}
.et_pb_section.customer-saying-video-wc.et_section_regular {
	padding: 65px 0;
}

.testimonial-section-wc {
    padding: 70px 0;
    border-bottom: 3px #eee solid;
}
.testimonial-left-wc p.testimonial-left-text-wc {
    font-size: 17px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 31px;
    padding: 0 148px 0 0;
}

.testimonial-left-wc p.testimonial-left-text-wc::before {
	position: relative;
	content: "";
	display: inline-block;
	background: url(images/testmonial-qoute-left.png) no-repeat;
	top: -4px;
	left: 0;
	width: 30px;
	height: 20px;
}
.testimonial-left-wc p.testimonial-left-text-wc::after {
	position: relative;
	content: "";
	width: 30px;
	height: 20px;
	display: inline-block;
	background: url(images/testmonial-qoute-right.png) no-repeat;
	right: -10px;
	bottom: 0px;
}
.testimonial-left-wc span {
    font-size: 17px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #890d6b;
    float: left;
    width: 100%;
    padding: 30px 0;
}
.testimonial-left-wc span strong
{
	font-weight:800;
	float:left;
	width:100%;
	font-size: 19px;
}
.testimonial-left-wc a {
    float: left;
    display: inline-block;
    background: #007bb4;
    border-radius: 50px;
    font-size: 13px;
    font-family: 'Conv_Gotham-Bold';
    padding: 14px 39px;
    text-transform: uppercase;
    color: #fff;
}
.testimonial-right-img-wc {
	position: absolute;
	right: 0;
	width: 49%;
	bottom: -70px;
}
.common-question-wc
{
	padding:70px 0 110px;
	background-size:cover;
	background-position:left top;
	background-repeat:no-repeat;
}
.comon-question-inner-wc h3 {
	color: #161616;
	text-transform: uppercase;
	font-family: 'gotham_blackregular';
	font-size: 32px;
	line-height: 42px;
	padding: 0 0 55px;
	text-align: center;
	letter-spacing: 2px;
}
.comon-question-inner-wc h4 {
	color: #191919;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 15px;
}
.comon-question-inner-wc p {
	color: #1a1a1a;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	padding: 0 0 35px;
}

.pricing-new-three-inn-wc {
    background: #fff;
    box-shadow: 0 0 22px #dad5d5;
    -webkit-box-shadow: 0 0 9px #f1f1f1;
    -ms-box-shadow: 0 0 22px #dad5d5;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    position: relative;
}
.pricing-new-three-table-wc .et_pb_row .et_pb_column.et_pb_column_1_3:nth-child(3) .pricing-new-three-inn-wc {
    box-shadow: 0 0 16px #dad5d5;
}
.pricing-new-three-table-wc {
	background-size: 100%;
	background-position: left 0 bottom -40px;
	padding: 10px 0 130px;
}
.et_pb_section.customer-saying-wc.et_section_regular {
	padding: 0 0 35px;
}
.pricing-table-icon-wc {
	padding: 22px 0;
	margin: 0;
}
.pricing-table-icon-wc.pricing-table-icon-last-wc
{
	padding: 23px 0 0;
}
.monetizemore-starter-heading-wc
{
	background:#d6afee;
	text-align:center;
	padding:25px 0;
}
.monetizemore-starter-heading-wc h3 {
	font-size: 24px;
	line-height: 28px;
	font-family: 'gotham_blackregular';
	margin: 0;
	padding: 0 20px;
	color: #fff;
	letter-spacing: 2px;
}
.pricing-table-listing-wc h4 {
	color: #24142c;
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 35px 100px 0;
	margin: 0;
	line-height: 26px;
}
.pricing-table-listing-wc ul {
	margin: 0;
	padding: 40px 30px 15px !important;
}
.pricing-table-listing-wc.pricing-table-listing-sec-wc ul
{
	padding-top:20px !important;
}
.pricing-table-listing-wc ul li {
	font-size: 15px;
	line-height: 22px;
	color: #636264;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	background: url(images/pricig-table-listing-icon.png) left 4px no-repeat;
	text-align:left;
}
.pricing-table-listing-wc ul li strong
{
font-family: 'Open Sans', Arial, sans-serif;
	font-weight:600;	
	color: #742f5f;
}

.pricing-get-started-button-wc {
	text-align: center;
	padding: 45px 0;
	border-top: #fec129 solid 3px;
}
.pricing-get-started-button-wc a {
	font-family: 'Conv_Gotham-Bold';
	font-size: 12px;
	color: #4a4c4d;
	padding: 15px 35px;
	display: inline-block;
	text-transform: uppercase;
	background: #fec129;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	line-height: 16px;
}
.pricing-get-started-button-wc a:hover
{
	background:#007bb4;
	color:#fff;
}

.benner-get-started-button-wc {
    margin-top: 36px;
}
.benner-get-started-button-wc a {
    font-family: 'Conv_Gotham-Bold';
    font-size: 13px;
    color: #4a4c4d;
    padding: 18px 38px;
    display: inline-block;
    text-transform: uppercase;
    background: #fec129;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    line-height: 16px;
}
.benner-get-started-button-wc a:hover
{
	background:#007bb4;
	color:#fff;
}
.monetizemore-starter-heading-wc.monetizemore-starter-heading-sec-wc
{
	background:#6b88be;
}
.monetizemore-starter-heading-wc.monetizemore-starter-heading-third-wc
{
	background:#742f5f;
}
.pricing-get-started-button-wc.pricing-table-listing-wc ul {
	padding: 0 28px 10px 30px !important;
}
.pricing-get-started-or-wc
{
	position:relative;
}
.pricing-get-started-or-wc::before {
	content: "Or";
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 0;
	border: #fec129 solid 2px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #636264;
	font-size: 20px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	background: #fff;
	border-radius: 50px;
	line-height: 47px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
}
.pricing-new-three-table-wc .et_pb_column {
	margin: 0 16px !important;
}
.et-waypoint.et_pb_image.et_pb_animation_left.testimonial-right-img-wc.et_pb_image_sticky.et-animated {
	margin: 0 !important;
}
.et_pb_section.pricing-table-section-outer-wc.et_section_regular {
	padding: 70px 0 60px;
}
.pricing-table-listing-wc ul li:last-child {
	margin: 25px 0 10px;
}
.pricing-table-listing-wc.pricing-get-started-or-wc ul li:last-child {
	margin: 10px 0 20px;
}
.et_pb_section.pricing-table-section-outer-wc.pricing-table-section-bottom-wc.et_section_regular
{
	padding:90px 0;
}
.more-popular-wc-inner {
	position: absolute;
	top: 13px;
	right: -10px;
	height: 35px;
	font-size: 16px;
	line-height: 33px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	background: #01c752;
	padding: 0 25px;
	text-transform: capitalize;
	color: #fff;
}
.more-popular-wc-inner::before {
	position: absolute;
	left: -18px;
	top: 0;
	content: "";
	border-bottom: transparent solid 18px;
	width: auto;
	height: auto;
	border-left: none;
	border-right: #01c752 solid 18px;
	border-top: transparent solid 17px;
	display: inline-block;
}
.more-popular-wc-inner::after {
	position: absolute;
	right: 0px;
	bottom: -15px;
	content: "";
	border-bottom: transparent solid 15px;
	width: auto;
	height: auto;
	border-right: none;
	border-left: #058138 solid 10px;
	/* border-top: transparent solid 17px; */
	display: inline-block;
}
.et_pb_video.exchange_video_outer.customer-saying-video-outer-wc {
    padding: 0 15%;
}
.et_pb_video.exchange_video_outer.customer-saying-video-outer-wc .et_pb_video_overlay {
    width: 68.4%;
}
.customer-saying-video-outer-wc .et_pb_video_overlay_hover .et_pb_video_play::before {
    width: 80px;
    height: 80px;
    background-size: contain;
}
.et_pb_section.first_about_outer.first_about_outer-n {
    padding: 227.9px 0;
}
/*Pricing New End*/

.content-ad-img-wc.content-ad-img-wc-02 .et-waypoint.et_pb_image.et_pb_animation_bottom.et-animated {
    width: auto;
}
.et_pb_section.pricing-table-section-outer-wc.pricing-table-section-outer-wc-02.et_section_regular {
    padding: 20px 0 100px;
}
.pricing-new-three-table-wc.pricing-new-three-table-wc-02 {
    background-color: #f2f7ff !important;
    padding-top: 100px;
}
ul.Benefits-Professional-list li {
    width: 160px;
    height: 158px;
    /* background-color: #fff; */
    box-shadow: 0 0 72px #e4e4e4;
    border-radius: 11px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 22px;
    background: #fff;
    padding: 16px 0 14px;
}
ul.Benefits-Professional-list li span {
    display: table-cell;
    height: 103px;
    vertical-align: middle;
    width: 160px;
}
ul.Benefits-Professional-list {
    text-align: center;
    margin-top: 52px;
}
ul.Benefits-Professional-list li samp {
    margin-top: 8px;
    display: block;
    color: #712b5a;
    font-size: 16px;
    font-family: 'gotham_mediumregular';
    line-height: 23px;
    padding: 0 5%;
}
ul.Benefits-Professional-list li span img {
    margin: 0 auto -5px;
}
.customer-saying-wc h3 {
    color: #712b5a;
    text-transform: uppercase;
    font-family: 'gotham_blackregular';
    font-size: 29px;
    line-height: 42px;
    padding: 0;
    letter-spacing: 2px;
}
.Benefits-Professional-Section {
    padding: 115px 0 90px 0;
     text-align: center;
}

.testimonial-section-wc-02 .testimonial-left-wc span {
    padding-top:34px;
}
.pricing-new-three-table-wc .et_pb_row .et_pb_column.et_pb_column_1_3:nth-child(2) .pricing-new-three-inn-wc .pricing-table-icon-wc.pricing-table-icon-last-wc {
    padding-top: 20px;
    padding-bottom: 4px;
}
.pricing-table-listing-wc ul li.highlight-list-text {
    background: url(images/pricing-list-icon-img.png) left 4px no-repeat;
    padding-left: 64px;
    min-height: 38px;
    color: #742f5f;
}
.latest_Products_section.pricing-new-three-table-wc {
    padding-top: 110px;
}
.testimonial-section-wc.testimonial-section-wc-02 {
    border: none;
}

.et_right_sidebar .blog_sidebar:before {
	display: none;
}
.et_right_sidebar .blog_sidebar {
    padding-top: 0;
}
.et_right_sidebar #sidebar {
    border-top: none;
}
.et_right_sidebar #sidebar {
    padding: 0;
}
.traning-top-img img {
    width: 100%;
}
.traning-top-img img {
    width: 100%;
    float: left;
}
span.training-sub-paragraph {
    background-color: #f1f1f1;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 4px 1px 14px;
    margin: 0;
    color: #702b59;
    font-size: 15.98px;
     font-family: 'gotham_bookregular';
}
span.training-sub-paragraph em {
    font-family: 'Conv_Gotham-Bold';
}
p.training-content {
    padding: 10px 14px 0;
    text-align: center;
    font-size: 19px;
    line-height: 29px;
    color: #2c2b2c;
    margin: 0 0 19px;
    display: inline-block;
    background-color: #fff;
}
p.training-content strong {
    font-family: 'Conv_Gotham-Bold';
    font-weight: normal;
}
.embedded-joinwebinar-button {
    background: #397ba7;
    background: -moz-linear-gradient(-45deg,#397ba7 0%,#4599d0 100%);
    background: -webkit-linear-gradient(-45deg,#397ba7 0%,#4599d0 100%);
    background: linear-gradient(135deg,#397ba7 0%,#4599d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#397ba7',endColorstr='#4599d0',GradientType=1);
    text-align: center;
    padding: 21px 0;
}
.embedded-joinwebinar-button button
{
    background: none;
    border: none;
}
.embedded-joinwebinar-button button a {
    display: inline-block;
    background: #fec129;
    color: #4a4c4d;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 16px 31px;
    letter-spacing: .5px;
    font-family: 'gotham_blackregular';
    line-height: normal;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
}
.embedded-joinwebinar-button button a:hover {
    background: #712b5a;
    color: #fff;
}
.monetize-free-traning {
    margin-bottom: 22px;
}
.traning-top-img {
    position: relative;
    width: 100%;
    float: left;
        overflow: hidden;
}
.traning-top-img:before, .traning-top-img:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 50%;
    background-color: #ffffff;
    padding-bottom: 4%;
    z-index: 9;
}
.traning-top-img:before {
    right: 50%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}
.traning-top-img:after {
    left: 50%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.et_pb_video.media_watch_video.media_watch_video_n {
    padding: 0;
}
.et_pb_video.media_watch_video.media_watch_video_n .et_pb_video_overlay {
    height: 94.7%;
    width: 97%;
}
.media_watch_video_n .et_pb_video_overlay_hover .et_pb_video_play:before {
    width: 70px;
    height: 69px;
    background-size: cover;
}
.subscribe-monetizemore-newsletter h3 {
 font-size: 25.64px;
    color: #712b5a;
    padding: 0;
    font-family: 'Conv_Gotham-Bold';
    margin: 0 0 48px;
    letter-spacing: .5px;
    line-height: normal;
}
.entry-content .subscribe-monetizemore-newsletter li {
    padding: 0 0 19px 30px;
    background-position: 0 8px;
}
.subscribe-monetizemore-newsletter .et_pb_row .et_pb_column_1_3:first-child .et_pb_text {
    padding: 0;
}
.subscribe-monetizemore-newsletter {
    padding: 80px 0;
}
.subscribe-monetizemore-newsletter ._form_152 ._button-wrapper {
    text-align: left;
}
.subscribe-monetizemore-newsletter .et_pb_row .et_pb_column_1_3 .et_pb_text {
    padding: 0 0 0 16%;
}
body .subscribe-monetizemore-newsletter ._form_152._inline-form ._button-wrapper button._submit {
padding: 0 !important;
color: #4a4c4d !important;
font-family: 'proxima_nova_rgbold' !important;
border-radius: 50px !important;
width: 132px !important;
height: 44px !important;
background: #fec129 !important;
line-height: normal !important;
font-size: 15px !important;
letter-spacing: 1px;
/* font-weight: 700 !important; */
}
body .subscribe-monetizemore-newsletter ._form_152._inline-form ._button-wrapper button._submit:hover {
color: #ffffff !important;
background: #712b5a !important;
}
.subscribe-monetizemore-newsletter ._form_152._inline-form  input[type="text"], .subscribe-monetizemore-newsletter ._form_152._inline-form input[type="date"], .subscribe-monetizemore-newsletter ._form_152._inline-form  textarea {
    height: 40px !important;
}
.et-social-icons.newsletter-social-icons {
	float: left;
}
.et-social-icons.newsletter-social-icons li {
	 margin: 0 22px 32px 0 !important;
    background-position: 0 8px;
    background: none;
}
.et-social-icons.newsletter-social-icons li a::before {
	color: #ffc420;
}
.et-social-icons.newsletter-social-icons li a:hover::before
{
	color: #24142c;
}
.et-social-icons.newsletter-social-icons {
	margin: 6px 0 0;
}
.page-id-4983 .footer_newsletter {
	display: none !important;
}
.newsletter-social-con strong a {
	background: #ffc420;
	padding: 10px 20px;
	color: #090909;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border: none;
	-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.newsletter-social-con strong a:hover {
	background: #090909;
	color: #ffc420;
}
.newsletter-social-con p {
font-size: 19px;
    font-weight: 700;
    margin: 13px 0 6px;
}
.et_pb_section.first_about_outer.first_subscribenewsletter_outer {
    padding: 154px 0 100px;
}

.blog.et_right_sidebar #left-area article:first-child {
    padding-top: 0;
}
.blog.et_right_sidebar #left-area article {
    box-shadow: none;
    -webkit-box-shadow:none;
}
.blog.et_right_sidebar #left-area article h2 {
    padding-top: 0;
}
.single-post.et_right_sidebar #left-area article h2, .single-post.et_right_sidebar #left-area article h1 {
    padding-top: 0;
}


.testimonial-bottom-main 
{
	padding: 70px 0;
}
.testimonial-bottom-main  .testimonial-bottom-inner {
	text-align: center;
	padding: 0 60px;
}
.testimonial-bottom-main .testimonial-left-text-wc {
	padding: 0 !important;
}
.testimonial-bottom-main .testimonial-bottom-inner a {
	display: inline-block;
	float: none;
}
.testimonial-bottom-main .testimonial-bottom-inner a:hover
{
	text-decoration:none;
	background:#007bb4;
	color:#fff;
}

.testimonial-bottom-main .testimonial-right-img-out1 {
	padding-top: 0;
	height: 110px;
	width: 110px;
	border-radius: 50%;
	float: none;
	display: flex;
	display:-webkit-flex;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	margin: 30px auto 0px auto;
	align-content: center;
	-webkit-align-content: center;
	align-items: center;
	-webkit-align-items: center;
	padding: 15px;
}

.testimonial-bottom-main .testimonial-left-wc span {
	padding: 18px 0 25px 0;
}

/* 20 nov 2019 */
.sign_up_form_box.sign_up_form_box-wbc2 {
	min-height: auto;
}

/* 20 nov 2019 */


.testimonial_boxes_section .et_pb_row:nth-child(4) .et_pb_column_1_3 {
    width: 30.91%;
}
.testimonial_boxes_section .et_pb_row:nth-child(4) .et_pb_column_1_3:nth-child(1) {
    width: 64%;
}
.testimonial_boxes_section .et_pb_row:nth-child(4) .et_pb_column_1_3:nth-child(2) .et_pb_testimonial.testimonails_boxes {
    min-height: 690px;
}
.testimonial_boxes_section .et_pb_row:nth-child(4) .et_pb_column_1_3 .testimonails_boxes-new
{
	padding-bottom: 36px;
}
.testimonial_boxes_section .et_pb_row:nth-child(4) .et_pb_column_1_3 .testimonails_boxes.testimonails_boxes-new .et_pb_testimonial_portrait {
    border-radius: 50%;
    background-size: 94%;
    background-color: #000;
}
.bottom_title_img img {
    display: inline-block;
    width: 188px;
}
.mediacentre-coumns-07 .media-center-featured span a
{
    color: #000000 !important;
}

.sp-container {
	font-size: 18px;
	line-height: 2;
}
.sp-container img.alignright {
	margin-bottom: 10px;
}
#post-6150 .main_title {
	font-family: 'Conv_Gotham-Bold';
    color: #712b5a;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 1px;
    padding: 15px 0 10px;
}
.sp-container h1, .sp-container h2 {
	line-height: 1.4;
	font-family: 'Conv_Gotham-Bold';
    color: #712b5a;
    text-transform: uppercase;
    padding: 15px 0 10px;
}
.sp-container .et_post_video {
	margin-bottom: 10px;
}
.sp-container .sp-left-col {
	float: left;
	width: 69.7%;
	margin: 0;
}
.sp-container .sp-right-col {
	float: right;
    width: 29%;
    position: relative;
    padding: 24px 18px;
    padding-top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sp-comparison-table {
	border: 1px solid #eee;
}
.sp-comparison-table, .sp-comparison-table th, .sp-comparison-table td {
	border: 1px solid #eee;
}
.sp-comparison-table .note {
	color: #6d6d6d;
	line-height: 1.3;
	font-size: 90%;
}
.sp-comparison-table td {
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-align: center;
	font-size: 14px;
}
.sp-comparison-table td img {
	max-width: 25px;
}
.sp-comparison-table tr:first-child td {
	background: #f3ac5d;
	padding: 20px !important;
}
.sp-comparison-table tr:first-child img {
	max-width: 100%;
}
.sp-comparison-table tr td:first-child {
	background: #003859;
	color: #fff;
	text-align: left;
	border: 1px solid rgba(238,238,238,0.2);
	border-right-color: transparent;
}
.sp-sidebar {
	text-align: center;
	box-shadow: 0 0 15px #d3d3d3;
    -webkit-box-shadow: 0 0 15px #d3d3d3;
}
.sp-sidebar .inner-content {
	font-size: 18px;
	padding: 10px 14px;
}
.sp-sidebar .sp-btn-cta-container {
	margin-top: 10px;
	padding: 21px 0;
	background: linear-gradient(135deg,#397ba7 0%,#4599d0 100%);
}
.sp-sidebar .sp-btn-cta-container .sp-btn-cta {
	display: inline-block;
    background: #fec129;
    color: #4a4c4d;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 16px 31px;
    font-family: 'gotham_blackregular';
    line-height: normal;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
	transition: all ease 0.3s;
}
.sp-sidebar .sp-btn-cta-container .sp-btn-cta:hover,
.sp-sidebar .sp-btn-cta-container .sp-btn-cta:active {
	background: #712b5a;
    color: #fff;	
}
.pricing-table-listing-wc ul li strong {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #742f5f;
}
.pricing-new-three-table-wc .et_pb_column:first-child .pricing-get-started-button-wc {
    padding-top: 28px;
}
.pricing-new-three-table-wc .et_pb_column:first-child .pricing-get-started-button-wc strong {
    font-size: 16px;
    margin-bottom: 21px;
    display: block;
    color: #742f5f;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 639px) {
	.sp-container {
		font-size: 13px;
		line-height: 2;
	}
	.sp-container .sp-left-col {
		width: 100%;	
	}
	.sp-container .sp-right-col {
		width: 100%;
		padding: 0;
		padding-top: 30px;
	}
	.sp-comparison-table{
		font-size: 90%;
	}
	.sp-comparison-table td {
		padding: 10px !important;
	}
	.sp-comparison-table td img {
		max-width: 15px;
	}
	.sp-comparison-table tr:first-child td {
		padding: 10px !important;		
	}
	.sp-comparison-table tr:first-child img {
		max-width: 100%;
	}
}

.media_watch_testimonial-new.media_watch_testimonial-video .et_pb_row:last-child .et_pb_column.et_pb_column_1_2 {
    float: none;
    display: inline-block;
    margin: 0;
}
.media_watch_testimonial-new.media_watch_testimonial-video .et_pb_column.et_pb_column_1_2.et_pb_column_empty {
    display: none !important;
}
.media_watch_testimonial-new.media_watch_testimonial-video .et_pb_row:last-child {
    text-align: center;
    padding-top: 42px;
}