@charset "utf-8";

/*
Theme Name: Business of Apps
Author: Nick Boldison
Author URI: http://nick.boldison.com
Theme URI: http://nick.boldison.com
Description: A custom build for Business of Apps
Version: 1.1.4.2
*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i&display=swap);

/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased;}

em {
    margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased;}


input[type=submit],
a { margin: 0; padding: 0; vertical-align: baseline; background: transparent; text-decoration: none; color: #000000; }

.h-top_i h1 a:hover,
.h-top_i p a:hover,
.f-copy p a:hover,
input[type=submit]:hover,
.n-list__item__title h3 a:hover,
.n-list__item__title h1 a:hover,
a:hover { color: #0087D0;}

h1, h2, h3, h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 34px;
    letter-spacing: -0.5px;
    line-height: 2.4rem;
}
h2 {
    font-size: 25px;
    letter-spacing: -1px;
}
h3 {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.25rem;
}
h4 {
    font-size: 18px;
    letter-spacing: -1px;
}
@media only screen and (max-width: 767px){
    h1 { font-size: 25px; }
    h2 { font-size: 22px; }
}

hr {
    background: #D8DCDE;
    border: 0;
    height: 1px;

}

p {
    font-size: 18px;
}
ul li {
    font-size: 18px;
}

table { border-collapse: collapse; border-spacing: 0; }
td, td img { vertical-align: top; }

.button,
.cta-button,
input[type="button"],
input[type="submit"],
button {
    background: #000000;
    border-radius: 4px;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    cursor: pointer; 
    color: white !important;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 40px 12px 20px;
    background: #000000;
    position: relative;
}
.button-green {
    background: #00AC18;
}
.button-green:hover {
    background: #009915 !important;
}

.button::after,
.cta-button::after,
input[type="button"]::after,
input[type="submit"]::after,
button::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 20px;
}
.button:hover,
.cta-button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover  {
    background: #0087D0;
    color: white;
}

input, select, button, textarea { margin: 0; font-size: 100%; color: #000000; }
input[type="checkbox"] { vertical-align: bottom; }
input[type="radio"] { vertical-align: text-bottom; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

body .main .main__l.contentright						{ float:right; padding-right:0; }
body .main .main__l.contentleft						{ float:left; }
body .main .main__l.fullwidth .comments__item__r,
body .main .main__l.fullwidth 						{ width:100%; }
body .main .main__r.sidebarright						{ float:right; padding-right:0; }
body .main .main__r.sidebarleft						{ float:left; padding-left:0; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto !important;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

@media only screen and (max-width: 767px) {
	.single-post .main__r.sidebarright{
		display: none;
	}
}

/* .main_i { padding-bottom:40px; } */

body .ma_sitemenu_container{ width:960px; }
@media (max-width: 1199px) {
	body .ma_sitemenu_container {
		width: 960px;
	}
}

@media (max-width: 991px) {
	body .ma_sitemenu_container {
		width: 750px;
	}
}

ul.ul-styled {
    border: 1px solid #D8DCDE;
    padding: 0px !important;
    list-style-type: none;
    border-radius: 4px;
    margin-left: 0 !important;
}

ul.ul-styled li {
    padding: 15px !important;
    list-style-type: none;
    border-bottom: 1px solid #D8DCDE;
}
ol {list-style-position: inside;}
ol.ul-styled {
    border: 1px solid #D8DCDE;
    padding: 0px !important;
    border-radius: 4px;
}
ol.ul-styled li {
    padding: 15px 15px 15px 60px !important;
    border-bottom: 1px solid #D8DCDE;
}
ol {
    list-style: none;
    counter-reset: item;
  }
ol li {
    counter-increment: item;
}
ol li::before {
    content: counter(item) " ";
    font-weight: bold;
    position: absolute;
    transform: translate(-60px, -6px);
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    width: 45px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D8DCDE;
  }
/* ol.ul-styled {
    border: 1px solid #D8DCDE;
    padding: 0px !important;
    border-radius: 4px;
}
ol.ul-styled li {
    padding: 15px 15px 15px 55px !important;
    border-bottom: 1px solid #D8DCDE;
}
ol {
    list-style: none;
    counter-reset: item;
  }
ol li {
    counter-increment: item;
}
ol li::before {
    content: counter(item) " ";
    color: white;
    font-weight: bold;
    position: absolute;
    transform: translate(-42px, -5px);
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    background: black;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  } */
.ul-styled li:last-child {
    border-bottom: none;
}

/* --------------- /reset.css --------------- */
.clearfix:before, .cols__c3:before, .search-box:before, .form__row:before, .b-form__row__r:before, .b-form__c-row__r:before, .p-list__item__ava:before, .p-info__item__top:before, .clearfix:after, .cols__c3:after, .search-box:after, .form__row:after, .b-form__row__r:after, .b-form__c-row__r:after, .p-list__item__ava:after, .p-info__item__top:after { content: "\0020"; display: block; height: 0; visibility: hidden; }

.clearfix:after, .cols__c3:after, .search-box:after, .form__row:after, .b-form__row__r:after, .b-form__c-row__r:after, .p-list__item__ava:after, .p-info__item__top:after { clear: both; }

.clearfix, .cols__c3, .search-box, .form__row, .b-form__row__r, .b-form__c-row__r, .p-list__item__ava, .p-info__item__top { zoom: 1; }

body { position: relative; color: #000; text-align: left; font: 62.5%/2em "Lato", sans-serif; background: #fff; }

label, input[type="button"], input[type="submit"], button { cursor: pointer; -webkit-appearance: none; }

.archive .single-guide .post p { font-size: 16px; color: #444; line-height: 30px; padding-bottom: 20px; }
.archive.post-type-archive-marketplace_entry .single-guide .post,
.archive.post-type-archive-app_developer .single-guide .post,
.archive.post-type-archive-advertising_network .single-guide .post,
.archive.post-type-archive-affiliate_network .single-guide .post {
    padding-bottom: 0;
    max-width: 800px;
}
.single-research .post {
    max-width: 800px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .post-type-archive-marketplace_entry .post {
        width: 640px;
    }
}
.post-type-archive .full-width-header {
    background-color: #39464F;
}
.post {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.post .responsive-table { overflow-x: auto; }
.post .responsive-table table.full-width { width: 100% !important; }
.post, .post p,
.network-single .tab_window p { line-height: 30px; padding-bottom: 20px; }
@media only screen and (min-width: 1025px) {
	.single-post .post p{ font-size: 18px; }
}
.network-single .tab_window a {
    color: #0087D0 !important; text-decoration: underline;
}
.network-single .tab_window a:hover {
    color: #000000 !important; text-decoration: underline;
}
b, strong, .post strong, .post b { font-weight: bold; }
.post a { color: #0087D0; text-decoration: underline; }
.post a:hover { color: #000; }
.post img { margin: 0 0 20px; }
.post img[align="left"] { float: left; margin: 0 20px 20px 0; }
.post img[align="right"] { float: right; margin: 0 0 20px 20px; }
.comments__item__r .text .post h1,
.post h1 { font-size: 32px; line-height: 36px; color: #000; padding-bottom: 20px; }
.post h2 { font-size: 21px; line-height: 26px; color: #000; padding-bottom: 20px; }
.post h3 { font-size: 20px; line-height: 24px; /*color: #D14A24;*/ color:#000; padding-bottom: 15px; }
.post h4 { font-size: 18px; line-height: 20px; /*color: #D14A24;*/ color:#000; padding-bottom: 10px; }
.post h5 { font-family: 'Lato'; font-size: 16px; font-weight: 700; line-height: 20px; color: #000; padding-bottom: 10px; }
.post h6 { font-family: 'Lato'; font-size: 14px; font-weight: 700; line-height: 18px; color: #000; padding-bottom: 10px; }
.post ul { padding: 0 0 0 25px; }
.post ul li { line-height: 25px; padding: 0 0 15px 0; }
.single-post .post ul li{ padding: 0 0 10px 0; }
.single-post .post ul{ padding-bottom: 10px; }
@media only screen and (max-width: 767px) { .post ul { padding: 0 0 20px 24px; }
  .post ul li { padding: 0 0 4px; } }
.post ol { padding-left: 15px; }
.post ol li { line-height: 21px; padding-bottom: 10px; }
.post table { width: 100%; margin-bottom: 20px; font-size: 12pt; }
.post table tr td {line-height: 18px; padding-bottom: 15px; padding: 10px; }
.post table[border="1"] tr td { border: 2px solid #333333; }
.post blockquote { color: #000000; font-size: 16px; line-height: 30px; margin: 0 0 30px; border-left: 10px solid #f2f3f4; padding: 5px 0 5px 15px; }
.post blockquote p:last-of-type{ padding-bottom:0; }
.post iframe:not([id^="lf-iframe-embed-code"]) { height: auto; max-width: 100%; }
.post .rll-youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    z-index: 100;
    background: 0 0;
}
iframe#lf-iframe-embed-code { border: none; }
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed { height: 100% !important; }

.fullwidth-centred ul li,
.fullwidth-centred p,
.single-data ul li,
.single-data .post p,
.single-guide ul li,
.single-guide .post,
.single-guide .post p,
.archive .single-guide .post p { font-size: 18px; }


.link-block {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 33%;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 22px;
}
.link-block--title {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.link-block--title h2 {
    font-size: 33px;
    line-height: 36px;
    margin-bottom: 1rem;
}

a.link-block--item {
    width: calc(100% * (1/3) - 40px);
    /* background-image: url("https://www.businessofapps.com/wp-content/uploads/2020/01/APSL20-1440x708-rev5.003.png");
    background-size: cover;
    background-position: center center; */
    background-color: black;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 20px;
    padding: 22px;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.home .fullwrap .main .main_i .link-block {
    margin-bottom: 60px;
}
/* .home .fullwrap .main .main_i .link-block + hr {
    margin-bottom: 45px;
} */

/* .home .fullwrap .main .main_i .link-block a.link-block--item {
    width: calc(100% * (1/4) - 40px);
    padding: 22px 30px 22px 22px;
    justify-content: flex-start;
    text-align: left;
    min-height: 84px;
} */

a.link-block--item p::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    margin-left: 10px;
}
a.link-block--item p {
    z-index: 1;
    font-size: 16px;
}
/* 
.home .fullwrap .main .main_i .link-block a.link-block--item p::after {
    top: 0;
    right: 22px;
    height: 100%;
    display: flex;
    align-items: center;

} */


a.link-block--item:hover {
    background-color: #0087D0;
}
/* a.link-block--item:hover.link-block--item:before {
    background-color: rgba(0, 0, 0, 0.6);
} */
/* a.link-block--item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
} */
@media only screen and (max-width: 767px) { 
    .link-block {
        margin-left: -10px;
        margin-right: -10px;
    }
    a.link-block--item {
        width: calc(100% * (1/2) - 30px);
        margin: 0 15px 15px 15px;
        padding: 30px;
        min-height: 100px;
    }
    /* .home .fullwrap .main .main_i .link-block a.link-block--item {
        width: calc(100% * (1/2) - 30px);
    } */
}

.sitemap-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1 1 33%;
    margin-left: -20px;
    margin-right: -20px;
}
.sitemap-block-directory {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #efefef;
}
.network-tab-page-content .sitemap-block-directory h2 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 26px;
}
.sitemap-block-directory__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sitemap-block-directory__content a {
    width: calc( 33% - 10px );
    color: #0087D0;
    text-decoration: underline;
    font-size: 16px;
    padding: 5px 10px 5px 0px;
}
@media only screen and (max-width: 1024px) { 
    .sitemap-block-directory__content a {
        width: calc( 50% - 10px );
    }
}
@media only screen and (max-width: 500px) { 
    .sitemap-block-directory__content a {
        width: 100%;
    }
}
.sitemap-block-directory__content a:hover {
    color: #000000;
}
.sitemap-col {
    width: calc(100% * (1/3) - 40px);
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px;
}
.sitemap-col h2,
.sitemap-col h3,
.sitemap-col h4 {
    margin-bottom: 15px;
}
.sitemap-col h2 {
    line-height: 26px;
}
.sitemap-col .sitemap-block--item h2 a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    padding: inherit;
}
.sitemap-col .sitemap-block--item h2 a:hover {
    text-decoration: underline;
}
.sitemap-col.affiliate {
    display: none;
}
.sitemap-block--item {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #efefef;
}
.sitemap-block--item hr {
    background: #efefef;
    border: 0;
    height: 1px;
    margin: 15px 0;
}
.sitemap-block--item a {
    display: block;
    color: #0087D0;
    text-decoration: underline;
    font-size: 16px;
    padding: 5px 0;
}
.sitemap-block--item a:hover {
    color: #000000;
}

@media only screen and (max-width: 767px) { 
    .sitemap-block--item {
        margin-bottom: 20px;
    }
    .sitemap-block {
        margin-left: -10px;
        margin-right: -10px;
    }
    .sitemap-col {
        width: calc(100% * (1/2) - 30px);
        margin: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .sitemap-block--item {
        margin-bottom: 0px;
    }
    .sitemap-col {
        width: 100%;
    }
    .sitemap-block--item.affiliate {
        display: none;
    }
    .sitemap-col.affiliate {
        display: block;
    }
}

/*
@font-face { font-family: 'latoblack'; src: url("lib/assets/fonts/lato-black-webfont.eot"); src: url("lib/assets/fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("lib/assets/fonts/lato-black-webfont.woff") format("woff"), url("lib/assets/fonts/lato-black-webfont.ttf") format("truetype"), url("lib/assets/fonts/lato-black-webfont.svg#latoblack") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'latobold'; src: url("lib/assets/fonts/lato-bold-webfont.eot"); src: url("lib/assets/fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("lib/assets/fonts/lato-bold-webfont.woff") format("woff"), url("lib/assets/fonts/lato-bold-webfont.ttf") format("truetype"), url("lib/assets/fonts/lato-bold-webfont.svg#latobold") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'latoitalic'; src: url("lib/assets/fonts/lato-italic-webfont.eot"); src: url("lib/assets/fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("lib/assets/fonts/lato-italic-webfont.woff") format("woff"), url("lib/assets/fonts/lato-italic-webfont.ttf") format("truetype"), url("lib/assets/fonts/lato-italic-webfont.svg#latoitalic") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'latolight'; src: url("lib/assets/fonts/lato-light-webfont.eot"); src: url("lib/assets/fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("lib/assets/fonts/lato-light-webfont.woff") format("woff"), url("lib/assets/fonts/lato-light-webfont.ttf") format("truetype"), url("lib/assets/fonts/lato-light-webfont.svg#latolight") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'latoregular'; src: url("lib/assets/fonts/lato-regular-webfont.eot"); src: url("lib/assets/fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("lib/assets/fonts/lato-regular-webfont.woff") format("woff"), url("lib/assets/fonts/lato-regular-webfont.ttf") format("truetype"), url("lib/assets/fonts/lato-regular-webfont.svg#latoregular") format("svg"); font-weight: normal; font-style: normal; }
*/

.icon { display: inline-block; zoom: 1; *display: inline; text-indent: 100%; white-space: nowrap; overflow: hidden; }

.icon_fb { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -353px no-repeat; width: 9px; height: 21px; }

.icon_tw { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -141px no-repeat; width: 20px; height: 18px; }

.icon_gp { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -24px no-repeat; width: 22px; height: 19px; }

.icon_in { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -281px no-repeat; width: 20px; height: 20px; }

.icon_yt { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -502px no-repeat; width: 22px; height: 20px; }

.icon_rss { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -164px no-repeat; width: 18px; height: 18px; }

.icon_menu { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -447px no-repeat; width: 20px; height: 12px; }

.icon_m-glass { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -187px no-repeat; width: 18px; height: 18px; }

.icon_m-glass-grey { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -258px no-repeat; width: 18px; height: 18px; }
/* 
.single-memberpressgroup .mepr-price-box-button a,
input[type=submit].mepr_front_button,
.gform_button,
.main__l input[type=submit],
body input.mepr_front_button[name=wp-submit],
.btn { display: inline-block; zoom: 1; *display: inline; position: relative; border:none; } */

.btn_white { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 0 10px; color: #64ce83; font-size: 16px; text-align: center; border: 2px solid #64ce83; height: 29px; line-height: 29px; -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; -moz-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; -o-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; text-transform: uppercase; }
.btn_white:hover { border: 2px solid transparent; color: #fff; background: #64ce83; -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; -moz-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; -o-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; }
/*
input[type=submit].mepr_front_button,
input[type=submit].gform_button,
input[type=submit].btn_blue,
.btn_blue { -webkit-appearance: none; font-family: 'Lato'; font-weight: 900; background-color: #10b7dc !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 0 10px; color: #fff; font-size: 16px; text-align: center; height: 33px; line-height: 33px; text-transform: uppercase; }
*/
.btn.right{ float:right; margin-bottom:40px; }

/* .signup-btn,
input[type=submit].mepr_front_button,
input[type=submit].gform_button,
input[type=submit].btn_blue,
.btn_blue { background: #2da836; padding: 5px 20px; box-sizing: content-box; color: #fefefe; font-size: 14pt; text-align: center; font-family: 'Lato'; font-weight: 900; line-height: 29px; border: 2px solid transparent; -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; -moz-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; -o-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; text-transform: uppercase; }

.signup-btn:hover,
input[type=submit].mepr_front_button:hover,
input[type=submit].gform_button:hover,
input[type=submit].btn_blue:hover,
.btn_blue:hover { color: #2da836; background: #fff; border: 2px solid #2da836; -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; -moz-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; -o-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; } */

.logo { display: block; }
.logo img { display: block; }

header { position: relative; height: 80px; }

.header__full{
	background: #000;
	box-sizing: border-box;
	float: left;
    height: 80px;
    padding: 0 30px;
	position: fixed;
	width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    align-items: center;
    display: flex;
}
.header__full a.logo{
	display: block;
	float: left;
    margin-right: 30px;
}
.header__full a.logo img{
	width: 200px;
}
@media only screen and (max-width: 1100px) {
	.header__full a.logo img{
        width: 160px;
    }
}
.header__social{
    float:right;
    margin-left: auto;
}

.header__social .fa-envelope {
    font-size: 14px;
    margin-right: 4px;
}
.sidr__links .fa-envelope {
    font-size: 14px;
    margin-right: 4px;
    margin-top: 3px;
}
.header__social a{
	color: #fff;
	display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 700;
	padding: 10px 8px;
}
.header__social a:hover{
	opacity: 0.8;
}
.header__social__links {
    display: none;
}
.header__social__member{
	display: inline-block;
}
.header__search{
	display: none;
	font-size: 16px;
	max-width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
.header__search input{
	background: #4b4b4b;
	border: none;
	box-sizing: border-box;
	color: #cacaca;
	height: 80px;
	padding: 20px 15px;
	width: 100%;
}
.header__search__close{
	position: absolute;
	right: 20px;
	top: 27px;
	z-index: 20;
}
.header__search__close img{
	width: 24px;
}
.header__social a.mobile-menu {
	display: none;
}
.sidr{
	display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto;
	background: #39464F;
    box-sizing: border-box;
    /* padding: 20px 30px; */
}
.sidr.right{
	left:auto;
	right:-260px;
}
.sidr.left{
	left:-260px;
	right:auto;
}
.sidr .sidrinner{
	position: relative;
}
.mobile-nav li a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidr a{
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 700;
    /* width: 100%; */
    display: flex;
    padding: 10px;
    /* text-transform: uppercase; */
}
.sidr a:hover{
    background-color: #526068;
}
.sidr a.close-button{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.sidr a.close-button img{
	width: 24px;
}
.sidr ul{
    list-style: none;
    padding: 30px 0 0;
	margin-bottom: 30px;
}
.sidr ul li{
    /* margin-bottom: 25px; */
}
.sidr__links{
    margin-bottom: 30px;
    display: flex;
}
.sidr__social {
    display: flex;
}
.sidr__social a,
.sidr__links a{
	font-size: 16px;
	margin-right: 15px;
    text-transform: none;
    text-decoration: none;
}
.sidr__social a{
	font-size: 18px;
}
.c-hamburger {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: -5px 0;
  padding: 0;
  width: 20px;
  height: 16px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #fff;
  transition: background 0.4s ease-in-out 0s;
}
.c-hamburger span:before,
.c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  transition: background 0.4s ease-in-out 0s;
}
.c-hamburger:hover span:before,
.c-hamburger:hover span:after,
.c-hamburger:hover span{
	background-color: #0087D0;
}

.c-hamburger span::before {
  top: 7px;
}

.c-hamburger span::after {
  bottom: -14px;
}
@media only screen and (max-width: 1100px) {
    header { height: 60px; }
	.header__full{
        padding: 0px 20px;
        height: 60px;
    }
	.header__social a {
	    padding: 5px 8px;
	}
}
@media only screen and (max-width: 1023px) {
	.header__social__member a {
	    font-size: 14px;
	}
}
@media only screen and (max-width: 1240px) {
	.header__social__links,
	#menu-top-menu{
		display: none;
	}
	.header__social a.mobile-menu{
		display: inline-block;
        padding: 4px 8px;
	}
}
@media only screen and (max-width: 800px) {
	a.header__social__search_button{
		font-size: 21px;
		padding: 3px 8px;
	}
	.header__social__search_button{
		margin-right: 5px;
	}
}
@media only screen and (max-width: 480px) {
	.header__social__member{
		display: none;
	}
	.header__search{
		max-width: 100%;
	}
}

.header__top { background: #000; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .header__top { padding: 0 20px; } }
@media only screen and (max-width: 767px) { .header__top { display:none; } }

.header__top_i { margin: 0 auto; width: 960px; padding: 8px 0; }
.header__top_i .links { float: right; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .header__top_i { width: 100%; } }
@media only screen and (max-width: 767px) { .header__top_i { width: 100%; }
  .header__top_i .links { float: none; text-align: center; } }

.header__middle { background: #fff; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .header__middle { padding: 0 20px; } }
@media only screen and (max-width: 767px) { .header__middle { padding: 0 10px; } }

.header__middle_i { margin: 0 auto; width: 960px; }
.header__middle_i .logo { margin: -3px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .header__middle_i { width: 100%; } }
@media only screen and (max-width: 767px) { .header__middle_i { width: 100%; } }

.header__bottom { background: #000; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .header__bottom { padding: 0 20px; } }
@media only screen and (max-width: 767px) { .header__bottom { padding: 0 10px 0 0; } }

.header__bottom_i { margin: 0 auto; width: 960px; position: relative; }
.header__bottom_i nav { float: left; }
@media only screen and (min-width: 1024px) { .header__bottom_i nav { margin: 0 0 0 -19px; } }
.header__bottom_i .soc { position: absolute; top: 50%; right: 0; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .header__bottom_i { width: 100%; } }
@media only screen and (max-width: 767px) { .header__bottom_i { width: 100%; } }

.links__item { position: relative; float: left; margin: 0 0 0 30px; }
.links__item img { position: relative; z-index: 2; }
.links__item .hover { display: none; position: absolute; z-index: 3; top: 0; left: 0; }
.links__item:hover .hover { display: block; }
.links__item.moby{margin-top:-1px;}
@media only screen and (max-width: 767px) { .links__item { float: none; margin: 0 5px; display: inline-block; zoom: 1; *display: inline; }
  .links__item img { width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) { .main { padding-left: 20px; padding-right: 20px; } }
@media only screen and (max-width: 767px) { .main { padding-left: 10px; padding-right: 10px; } }

.main.hero-image{
	padding-top: 0;
}

.hero-wrap{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 500px;
}

.hero-image .main_i{
	background: #fff;
	padding-top: 30px;
	margin-top: -110px;
	width: 800px;
}

.fullwidth-centred .n-list__item__title h3,
.fullwidth-centred .n-list__item__title h1,
.single-data .main_i .n-list__item__title h3,
.single-data .main_i .n-list__item__title h1,
.single-guide .main_i .n-list__item__title h3,
.single-guide .main_i .n-list__item__title h1 {
	font-size: 40px;
	line-height: normal;
    text-align: center;
}

.single-guide .main_i .n-list__item__title h3,
.single-guide .main_i .n-list__item__title h1 {
    margin-bottom: 20px;
}

.fullwidth-centred .n-list__item__title h3,
.fullwidth-centred .n-list__item__title h1{
    margin-bottom: 30px;
}

.single-data .n-list__item__main__top .text,
.single-guide .n-list__item__main__top .text {
    padding-top:30px;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    position: relative;
}
@media only screen and (max-width: 768px) {
    .single-data .n-list__item__main__top .text,
    .single-guide .n-list__item__main__top .text {
        justify-content: flex-start;
	}
}

.main.single-data-report .scrollspy-wrapper
{
    display: none !important;
}

.single-guide .n-list__item__main__top .text {
    padding-top: 0;
}

.single.single-guide .n-list__item__main .partner_post {
    margin: 15px 0;
}

.n-list__item__main .partner_post {
    border: 1px solid #D8DCDE !important;
    margin-top: 30px;
    margin-bottom: 0;
}

.single-data .n-list__item__main__top .text .meta p,
.single-guide .n-list__item__main__top .text .meta p {
    font-size: 10px;
}

.single-guide .n-list__item__main__top .text .meta {
    font-size: 12px;
    color: #64717A;
}

#archive_intro .text a,
#archive_intro .text p {
    font-size: 11px; text-transform: uppercase; letter-spacing: 1px; 
    font-family: 'Ubuntu', sans-serif;
}
.single-data .n-list__item__main__top .text a,
.single-guide .n-list__item__main__top .text a {
    font-size: 10px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0px; line-height: 16px;
}

.hero-image .partner_post {
    margin-bottom: 0;
    display: flex;
    justify-content: start;
    color: #000;
    border: 1px solid #D8DCDE;
    align-items: center;
}

.hero-image .partner_post a {
    color: #0087D0;
    font-weight: 700;
}

.hero-image .partner_post a:hover {
    color: #000;
}

.hero-image .partner_post img {
    width: auto;
    max-width: 50px;
    height: auto;
    max-height: 40px;
    margin-right: 10px;
}

.single-data .n-list__item__main__top img,
.single-guide .n-list__item__main__top img {
    display: block;
    width: 35px;
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
    margin-right: 10px;
}

@media only screen and (min-width: 768px){

    .single-data ul.shareaholic-share-buttons,
    .single-guide ul.shareaholic-share-buttons { text-align: center !important; }
    .single-data ul.shareaholic-share-buttons li,
    .single-guide ul.shareaholic-share-buttons li { display: inline-block !important; float: none !important;}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main.hero-image{ padding-left:0; padding-right:0; }
	.hero-image .main_i{ max-width:90%; }
}
@media only screen and (width: 768px) {
	.hero-wrap{ height: 340px; }
}
@media only screen and (max-width: 767px) {
	.main.hero-image{ padding-left:0; padding-right:0; }
	.hero-image .main_i{ max-width:90%; margin-top: 0;}
	.hero-wrap{ height: 125px; }
    .single-appleaders .hero-wrap{ height: 300px; }
    .single-data .main_i .n-list__item__title h3,
    .single-data .main_i .n-list__item__title h1,
    .single-guide .main_i .n-list__item__title h3,
    .single-guide .main_i .n-list__item__title h1{ font-size: 24px; text-align: left; line-height:30px;}
}

.wpb_row.vc_row-fluid.main_i,
.main_i { width: 960px; margin: 0 auto; }
@media only screen and (min-width: 1060px) {
	.blog .main_i,
	.archive .main_i,
	.search .main_i,
        .main.single-data-report .main_i,
	.single-post .main_i { width: 1060px; margin: 0 auto; }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) { .wpb_row.vc_row-fluid.main_i,.main_i,.single-post .main_i, .main.single-data-report .main_i { width: 100%; } }
@media only screen and (max-width: 767px) { .wpb_row.vc_row-fluid.main_i,.main_i,.single-post .main_i, .main.single-data-report .main_i { width: 100%; } }

.main__l { float: left; width: 625px; }
@media only screen and (min-width: 1060px) {
    .fullwidth-centred .main__l,
	.blog .main__l,
	.archive .main__l,
	.search .main__l,
        .main.single-data-report .main__l,
	.single-post .main__l { float: left; width: 720px; }
}
.fullwidth-centred .main__l,
.single-data .main__l,
.single-guide .main__l{ float: none; margin: 0 auto; width:730px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main__l { width: 70%; }
    .fullwidth-centred .main__l,
	.single-data .main__l,
	.single-guide .main__l{ width: 80%; }
}
@media only screen and (max-width: 767px) {
	.main__l { width: 100%; float: none; }
    .fullwidth-centred .main__l,
	.single-data .main__l,
	.single-guide .main__l{ width: 100%; }
}

.shareaholic-share-buttons{ width:625px; }

/* .main__r { float: left; width: 295px; padding: 0px 0 0 19px; margin-left: 20px; border-left: 1px solid #D8DCDE; } */
.main__r { float: left; width: 295px; padding: 0px 0 0 0; }

.archive.post-type-archive .main,
.single .main
{
    clear: both;
}

.archive.post-type-archive .rwp-rating-stars-count,
.single-marketplace_entry .rwp-rating-stars-count,
.single-app_developer .rwp-rating-stars-count,
.single-advertising_network .rwp-rating-stars-count,
.single-affiliate_network .rwp-rating-stars-count {
	display: none;
}

.archive.post-type-archive .single_post_rating,
.single-marketplace_entry .single_post_rating,
.single-app_developer .single_post_rating,
.single-advertising_network .single_post_rating,
.single-affiliate_network .single_post_rating {
	display: inline-block;
	margin-top: 10px;
}

.archive.post-type-archive .single_post_rating a,
.single-marketplace_entry .single_post_rating,
.single-app_developer .single_post_rating,
.single-advertising_network .single_post_rating,
.single-affiliate_network .single_post_rating {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.single-marketplace_entry .single_post_rating:hover,
.single-app_developer .single_post_rating:hover,
.single-advertising_network .single_post_rating:hover,
.single-affiliate_network .single_post_rating:hover {
    color: #000000;
}
.archive.post-type-archive .single_post_rating a span,
.single-marketplace_entry .single_post_rating span,
.single-app_developer .single_post_rating span,
.single-advertising_network .single_post_rating span,
.single-affiliate_network .single_post_rating span {
    font-size: 18px;
}
.archive.post-type-archive .single_post_rating a span.reviews,
.single-marketplace_entry .single_post_rating span.reviews,
.single-app_developer .single_post_rating span.reviews,
.single-advertising_network .single_post_rating span.reviews,
.single-affiliate_network .single_post_rating span.reviews {
    font-size: 12px;
    color: #85939B;
}
.single-marketplace_entry .single_post_rating:hover span.reviews,
.single-app_developer .single_post_rating:hover span.reviews,
.single-advertising_network .single_post_rating:hover span.reviews,
.single-affiliate_network .single_post_rating:hover span.reviews {
    text-decoration: underline;
}
.archive.post-type-archive .single_post_rating a > div {
    margin-left: 6px;
    margin-right: 6px;
}
.single-marketplace_entry .single_post_rating > div,
.single-app_developer .single_post_rating > div,
.single-advertising_network .single_post_rating > div,
.single-affiliate_network .single_post_rating > div {
    margin-right: 6px;
    margin-left: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 917px) {
	.archive.post-type-archive .single_post_rating,
	.single-marketplace_entry .single_post_rating,
	.single-app_developer .single_post_rating,
    .single-advertising_network .single_post_rating,
    .single-affiliate_network .single_post_rating {
		margin-top: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.archive.post-type-archive .single_post_rating,
	.single-marketplace_entry .single_post_rating,
	.single-app_developer .single_post_rating,
    .single-advertising_network .single_post_rating,
    .single-affiliate_network .single_post_rating,
    .single-marketplace_entry .full-width-header--inner---ratings span.r-average,
    .single-app_developer .full-width-header--inner---ratings span.r-average,
    .single-advertising_network .full-width-header--inner---ratings span.r-average,
    .single-affiliate_network .full-width-header--inner---ratings span.r-average {
		display: none;
	}
    .single-marketplace_entry .full-width-header--inner---ratings span.reviews,
    .single-app_developer .full-width-header--inner---ratings span.reviews,
    .single-advertising_network .full-width-header--inner---ratings span.reviews,
    .single-affiliate_network .full-width-header--inner---ratings span.reviews {
        margin-top: 4px;
        display: inline-block;
    }
}

.page-template-tpl-download-search-php .main__r,
.archive.post-type-archive  .main__r,
.page-template-tpl-event-search-php .main__r,
.page-template-tpl-webinars-search-php .main__r,
.page-template-tpl-mp-search-php .main__r,
.page-template-tpl-post-search-php .main__r { width: 199px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) { .main__r { width: 25% !important; padding: 0 0 0 5%; } }
@media only screen and (max-width: 767px) { .main__r { width: 100% !important; float: none; padding: 0 0 25px; clear:both; } .main__r.main__r_no-pb { padding: 0; } }

.cols__c3 { float: left; width: 200px; padding: 0 0 0 12px; }
.cols_diff-width .cols__c3:first-child,
.cols__c3:first-child { padding-left: 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .cols__c3 { width: 30%; padding: 0 0 0 5%; } }
@media only screen and (max-width: 767px) { .cols__c3 { width: 100%; float: none; padding: 0 0 15px; } }

@media only screen and (min-width: 768px) { .cols_diff-width .cols__c3 { width: 31%; padding: 0 0 0 2%; } }

.cols_diff-width .cols__c3.sidey { width: 100%; float: none; padding: 0 0 15px; }

.header__middle { padding-top: 20px; padding-bottom: 20px; }

.header__middle_i { position: relative; }
.header__middle_i .logo { float: left; }
.header__middle_i .r-btns { position: absolute; top: 50%; right: 0; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }

.r-btns .btn { float: left; margin: 0 0 0 10px; }
.r-btns .btn_green { padding: 0 20px; }
.r-btns .btn_green.btn_pl { padding: 0 10px; }
.r-btns .btn_white { padding: 0 12px; }

.nav__item_2{ list-style:none; height: 100% }

.nav__item_2 li{ float:left; display: flex; align-items: center; height: 100%; }
.nav__item_2 li:last-of-type{ border-right: none; }

.nav__item_2,
.nav__item { float: left; position: relative; z-index: 11; }
.nav__item_2 li:first-child,
.nav__item:first-child { border-left: 0; }
.nav__item_2 li.open-sub,
.nav__item.open-sub { background: #fff; }
.nav__item_2 li.open-sub .nav__item__link,
.nav__item.open-sub .nav__item__link { color: #0087D0; }
.nav__item_2 li.open-sub .nav__item__link .incon_menu,
.nav__item.open-sub .nav__item__link .icon_menu { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -430px no-repeat; width: 20px; height: 12px; }

.nav__item_2 li a,
.nav__item__link {
    padding: 0px 15px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -0.5px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.single-download .nav__item_2 li.download-link > a,
.single-webinar .nav__item_2 li.webinar-link > a,
.single-member-post .nav__item_2 li.member-post-link > a,
.single-event .nav__item_2 li.event-link > a,
.single-post .nav__item_2 li.post-link > a,
/* .nav__item_2 li.current-menu-ancestor > a, */
.nav__item_2 li a:hover,
.nav__item__link:hover { color: white; background: #39464F;}
.nav__item_2 li a .icon,
.nav__item__link .icon { display: block; }
.nav__item_2 li a .icon_menu,
.nav__item__link .icon_menu { margin: 2px 0 0; }

.nav__item_2 > .current-menu-item > a,
.nav__item_2 > .current-menu-parent {
    background: #1F282D;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.nav__item_2 li a, .nav__item__link {
	    font-size: 13px;
	    padding: 7px;
	}
}

#menu-top-menu li.menu-item-has-children{
	position: relative;
}

#menu-top-menu li.menu-item-has-children > a{
	padding-right: 30px;
}

#menu-top-menu li.menu-item-has-children > a:after{
	content: "\f107";
    font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
    right: 10px;
    margin-top: 2px;
}

#menu-top-menu ul.sub-menu li.menu-item-has-children > a:after{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 10px;
}

#menu-top-menu ul.sub-menu{
	display: none;
}

#menu-top-menu li.menu-item-has-children:hover  { color: #fff; background: #39464F; }
#menu-top-menu li.menu-item-has-children:hover > .submenu a { background: #526068; }
#menu-top-menu ul.sub-menu li.menu-item-has-children:hover > a { color: #FFF; }

#menu-top-menu li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
}

/* Dropdown Content (Hidden by Default) */
/* .menu-item .submenu {
    background: red;
    margin-top: 18px;
} */
ul.sub-menu {
    display: none;
    position: absolute;
	left: 0;
	top: 100%;
    background-color: #39464F;
    min-width: 200px;
    list-style: none;
    border-left: 1px solid rgba(255,255,255,0.1);
	/* margin-top: 18px; */
}

ul.sub-menu ul.sub-menu{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding-top: 0px;
}

ul.sub-menu li{
	width: 100%;
}

/* Links inside the dropdown */
ul.sub-menu a {
    color: #fff;
	font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
	text-transform: none;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

ul.sub-menu li.current_page_item a,
ul.sub-menu a:hover {background-color: #526068; color: #fff; }

.sub-nav { list-style: none; position: absolute; z-index: 10; top: 42px; left: 0; -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.8); box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.8); max-height: 0; background: #fff; overflow: hidden; }
.open-sub .sub-nav { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; max-height: 1000px; overflow: visible; }

.sub-nav li,
.sub-nav__item { border-top: 1px solid #edeef0; }
.sub-nav li:first-child,
.sub-nav__item:first-child { border-top: 0; }
.sub-nav li:hover,
.sub-nav__item:hover { background: #fafafb; }

.sub-nav li a,
.sub-nav__item__link { display: block; padding: 12px 18px 11px; color: #6b6b74; font-size: 16px; line-height: 17px; white-space: nowrap; min-width: 190px; }
.sub-nav li a:hover,
.sub-nav__item__link:hover { color: #0087D0; }

.search-box { position: absolute; right: 175px; top: 50%; transform: translate(0px, -50%); }
.search-box .input { background: none; border:none; overflow: hidden; float: left; height: 33px; }
.search-box .input input { height: 33px; padding: 0 12px; line-height: 31px; font-size: 16px; color: #000; border: 0; background: #efefef; width:250px; }
.search-box__btn { position: relative; display: block; padding: 6px 10px; height: 21px; float: left; background:#000; font-size:18px; color:#fff; }
.search-box__btn:hover { background:#64ce83; color:#fff; }

.search-tab-mob{ display:none; padding:10px; background:#efefef; clear:both; width:100%; box-sizing:border-box; }
.search-tab-mob .search-box {
    position: static;
    transform:none;
}
.logged-in .search-box{ right:238px; }
.search-tab-mob .search-box .input{ width:95%; float:left; box-sizing:border-box; height:33px; }
.search-tab-mob .search-box .input input{ width:100%; box-sizing:border-box; height:33px; background:#fff; }
.search-tab-mob .search-box__btn { width:5%; box-sizing:border-box; height:33px; float:right; text-align:center; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.search-desk{ display:none; }
.search-tab-mob{ display:block; }
}
@media only screen and (max-width: 767px) {
.search-desk{ display:none; }
.search-tab-mob{ display:block; }
.search-box__btn { padding: 0 18px; } .search-box { position: absolute; z-index:100; }
.search-tab-mob .search-box .input{ width:85%; }
.search-tab-mob .search-box__btn { width:15%; padding:6px 0; }
}

.soc.soc_diff { padding: 12px 0; }
.soc.soc_diff .soc__item:first-child { margin: 0; }

.soc__item { float: left; margin: 0 0 0 14px; position: relative; }
.soc__item.fb { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -353px no-repeat; width: 9px; height: 21px; }
.soc__item.fb:hover { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -306px no-repeat; width: 9px; height: 21px; }
.soc__item.tw { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -141px no-repeat; width: 20px; height: 18px; top: 2px; }
.soc__item.tw:hover { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -95px no-repeat; width: 20px; height: 18px; }
.soc__item.gp { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -24px no-repeat; width: 22px; height: 19px; }
.soc__item.gp:hover { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 0 no-repeat; width: 22px; height: 19px; }
.soc__item.in { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -281px no-repeat; width: 20px; height: 20px; top: -1px; }
.soc__item.in:hover { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -210px no-repeat; width: 20px; height: 20px; }

.soc__item.yt { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -502px no-repeat; width: 22px; height: 20px; }
.soc__item.yt:hover { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -482px no-repeat; width: 22px; height: 20px; }
.soc__item.rss { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -162px no-repeat; width: 18px; height: 20px; }
.soc__item.rss:hover { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -46px no-repeat; width: 18px; height: 20px; }


.soc__item.fb-b { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -404px no-repeat; width: 9px; height: 21px; }
.soc__item.fb-b:hover { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -306px no-repeat; width: 9px; height: 21px; }
.soc__item.tw-b { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -235px no-repeat; width: 20px; height: 18px; top: 2px; }
.soc__item.tw-b:hover { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -95px no-repeat; width: 20px; height: 18px; }
.soc__item.gp-b { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -71px no-repeat; width: 22px; height: 19px; }
.soc__item.gp-b:hover { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 0 no-repeat; width: 22px; height: 19px; }
.soc__item.in-b { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -379px no-repeat; width: 20px; height: 20px; top: -1px; }
.soc__item.in-b:hover { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -210px no-repeat; width: 20px; height: 20px; }

.main { background: #fff; clear: both;}
.single-app_developer .main,
.single-marketplace_entry .main,
.single-advertising_network .main,
.single-affiliate_network .main,
.single-event .main { padding: 20px 0; }

@media only screen and (min-width: 1025px){
	.blog .main,
	.archive .main,
	.search .main,
	.single-post .main { padding-top: 0; }
}
@media only screen and (min-width: 1025px){
    .blog .main { margin-top: 40px; }
    .blog .main.news-landing { margin-top: 0px; }
}
.main.grey { background: #edeef0; padding-top: 50px; padding-bottom: 20px; }
.main.p-top-s { padding-top: 30px; padding-bottom: 1px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .main.main_p-diff { padding: 0 20px; } }
@media only screen and (max-width: 767px) { .main.main_p-diff { padding: 15px 10px 0; } .main { padding-top: 10px; } }
@media only screen and (max-width: 767px) { .main.p-top-s10 { padding-top: 10px; padding-bottom: 1px; } .main.grey { padding-top: 30px; } }
.main.pt-26 { padding-top: 26px; }
.main.main_l-to-r .main__r { padding: 0 15px 0 20px; float: right; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .main.main_l-to-r .main__r { padding: 0; } }
@media only screen and (max-width: 767px) { .main.main_l-to-r .main__r { padding: 0; } }
.main.main_l-to-r .main__l, .archive.post-type-archive .main__l { width: 720px; float: right; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .main.main_l-to-r .main__l, .archive.post-type-archive .main__l { width: 70%; padding: 0 0 0 5%; } }
@media only screen and (max-width: 767px) { .main.main_l-to-r .main__l, .archive.post-type-archive .main__l { width: 100%; float: none; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .main.main_diff-width .main__r { width: 28%; padding: 0 0 0 2%; } }
@media only screen and (min-width: 1025px) { .main_diff-width.top-m { margin-top: 35px; } }

.p-title h2 { color: #000;
    font-size: 25pt;
    font-weight: 700;
    line-height: 40px; }
.p-title p { color: #000000; font-size: 18px; line-height: 20px; font-family: 'Lato'; font-weight: 700; padding: 0 0 30px; }
@media only screen and (max-width: 767px) {
body{ padding-top:0 !important; }
.p-title h2 { font-size: 36px; line-height: 40px; }
.p-title p { font-size: 16px; line-height: 21px; } }

.latest.latest_notp .latest__row { border-top: 0; padding: 5px 0 0; }

.latest__row { /*border-top: 20px solid #e3e5e7;*/ padding: 25px 0 0; }

.latest__row__title p { color: #000; font-size: 18px; line-height: 18px; padding: 0 0 25px; font-family: 'Lato'; font-weight: 900; text-transform: uppercase; text-align: center;}

.latest__row__main .cols__c3 { padding-bottom: 20px; }
.latest__row__main .cols__c3 .img { display: block; margin: 0 0 10px;   
    width: 100%;    
    border-bottom: 1px solid #D8DCDE;   
    height: 95px;   
    margin-bottom: 30px;    
    text-shadow: 0 0 black; 
}   
.latest__row__main .cols__c3 .img img {     
    max-width: 100%;    
    width: auto;
    margin: 0 auto;
}
.latest__row__main .cols__c3 .img a { display: block; }
.latest__row__main .cols__c3 .img a img { display: block; max-width: 100%; height:auto; width:100%; }
.full_width_widget .latest__row__main .cols__c3 .img a img { display: block; max-width: 100%; height:auto; width: auto; max-height: 85px; margin-right: auto; margin-left: auto; }
.download_block .latest__row__main .cols__c3 .img a img { border:1px solid #dcdcdd; }
.latest__row__main .cols__c3 .img span { color: #38383c; font-size: 18px; line-height: 24px; font-weight: 900; font-family: 'Lato'; }
.latest__row__main .cols__c3 .text h3 { color: #38383c; font-size: 18px; line-height: 24px; padding: 0 0 15px; }
.latest__row__main .cols__c3 .text p { color: #000000; font-size: 13px; line-height: 21px; padding: 0 0 5px; font-family: 'Lato'; font-weight: 700; }
.widget li a,
.latest__row__main .cols__c3 .text a { color: #000000; font-size: 16px; line-height: 17px; font-weight: normal; font-family: 'Lato'; padding: 0 0 15px; display: block; }
.widget li a:hover,
.latest__row__main .cols__c3 .text a:hover { text-decoration: underline; }
.no_full_width_widget.featured_networks_section_shortcode .latest__row__main .featured_cols:nth-of-type(n+4) { display: none; }
@media only screen and (min-width: 1025px) and (max-width: 1200px) { .full_width_widget.featured_networks_section_shortcode .latest__row__main .featured_cols:nth-of-type(n+8) { display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .full_width_widget.featured_networks_section_shortcode .latest__row__main .featured_cols:nth-of-type(n+7) { display: none; } }
@media only screen and (max-width: 767px) {
  .latest__row__main .cols__c3 { padding-bottom: 25px; }
  .latest__row__main .cols__c3 .img { float: left; width: auto; padding: 0; margin: 0; border-bottom: 0;}
  .latest__row__main .cols__c3 .img a { margin: 0; }
  .latest__row__main .cols__c3 .text { width: auto; padding: 0 0 0 149px; }
  .latest__row__main .cols__c3 .text h3 { font-size: 16px; line-height: 21px; }
  .latest__row__main .cols__c3 .text p { font-size: 12px; line-height: 18px; }
  .latest__row__main .cols__c3 .text a { font-size: 16px; line-height: 21px; }
  .latest__row__main .cols__c3 .img a img { height: auto; width: 100% !important; max-height: none !important; max-width: 300px !important; margin-right: auto; margin-left: auto; }
  .full_width_widget.featured_networks_section_shortcode .latest__row__main .featured_cols:nth-of-type(n+4) { display: none; }
}
.download_block .latest__row__main .cols__c3 .img a { display: block; }
.download_block .latest__row__main .cols__c3 .img a img{ max-height: 140px; max-width: 100%; width: auto; border:none; margin: 0 auto; }
@media only screen and (max-width: 768px) { .download_block .latest__row__main .cols__c3 .img a img{ max-height: 100px; } }

.widget_featuredlatestwidget2 .latest__row__main .cols__c3 .img{ margin-bottom:10px; }
.widget_featuredlatestwidget2 .latest__row__main .cols__c3 .text a{ padding-bottom:0; }
.widget_featuredlatestwidget2 .latest__row__main .cols__c3 .text{ margin-bottom:20px; }

.widget_featuredlatestwidget2 .latest__row__main .cols__c3 .smallthumb .img{
    float:left;
    width:30%;
}
.widget_featuredlatestwidget2 .latest__row__main .cols__c3 .smallthumb .text{
    float:left;
    margin-left:5%;
    padding:0;
    width:65%;
}
.widget_featuredlatestwidget2 .latest__row__main .cols__c3 .smallthumb .text a{
    font-size:16px;
}

.addthis_toolbox{ margin:0 auto; display: table; }
.addthis_toolbox a{ display: inline; }

.p-box { margin: 0 0 20px; }

.p-box__title { background: #0087D0; padding: 14px 13px; }
.p-box__title p { font-size: 16px; line-height: 17px; color: #fff; font-family: 'Lato'; font-weight: 900; font-style: italic; text-transform: uppercase; }

.p-box__main { -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); }

.p-box__main__center { padding: 20px 10px; background: #fff; position: relative; }
.p-box__main__center .img { float: left; width: 70px; margin: 0 15px 0 0; }
.p-box__main__center .text { width: 100px; position: absolute; left: 90px; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }
.p-box__main__center .text p { color: #38383c; font-size: 16px; line-height: 24px; font-family: 'Lato'; font-weight: 900; }

.p-box__main__bottom { background: #fafafb; }
.p-box__main__bottom a { padding: 12px 20px; display: block; color: #6b6b74; font-size: 16px; line-height: 18px; }
.p-box__main__bottom a:hover { color: #0087D0; }

.widget.widget_nav_menu,
.m-list { -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); margin: 0 0 20px; padding-bottom:0; }

.widget.widget_nav_menu h3,
.m-list__title { background: #fff; }
.widget.widget_nav_menu h3,
.m-list__title p { padding: 12px 20px; font-size: 16px; line-height: 18px;}

.widget.widget_nav_menu ul li,
.m-list__item { border-top: 1px solid #edeef0; }
.m-list__item:first-child { border-top: 0; }
.widget.widget_nav_menu ul li a,
.m-list__item a { display: block; padding: 12px 20px; font-size: 16px; line-height: 18px; color: #6b6b74; background: #fafafb; }
.widget.widget_nav_menu ul li a:hover,
.m-list__item a:hover { color: #0087D0; background: #fff; }
.widget.widget_nav_menu ul li.current-menu-item a,
.m-list__item.active a { color: #fff; background: #0087D0; }

footer { background: #000; clear: both;}
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer { padding: 0 20px; } }
@media only screen and (max-width: 767px) { footer { padding: 0 10px; } }

.footer_i { width: 960px; margin: 0 auto; padding: 40px 0 20px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer_i { width: 100%; } }
@media only screen and (max-width: 767px) { .footer_i { width: 100%; padding: 32px 0 20px; } }

.footer__l { float: left; width: 365px; margin: 0 120px 0 0; }
.footer__l h3 { color: #fff;
    font-size: 27px;
    line-height: 32px;
    font-weight: 900;
    padding: 0 0 10px;
}
.footer__l p { color: #fff; font-size: 18px; line-height: 27px; padding: 0 0 5px; font-family: 'Lato'; font-weight: 700; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer__l { width: 40%; margin: 0 13% 0 0; }
  .footer__l h3 { font-size: 24px; line-height: 30px; }
  .footer__l p { font-size: 16px; line-height: 24px; } }
@media only screen and (max-width: 767px) { .footer__l { float: none; width: 100%; padding: 0 0 30px; }
  .footer__l h3 { font-size: 24px; line-height: 30px; text-align: center; padding: 0 0 20px; }
  .footer__l p { font-size: 17px; line-height: 21px; text-align: center; } }

.footer__r { float: left; width: 375px; }
.footer__r .f-list { float: left; margin: 0 0 0 160px; width: 100px; }
.footer__r .f-list:first-child { margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer__r { width: 47%; }
  .footer__r .f-list { width: 45%; margin: 0 0 0 10%; } }
@media only screen and (max-width: 767px) { .footer__r { float: none; width: 100%; padding: 0 0 20px; }
  .footer__r .f-list { width: 48%; padding: 0 0 0 4%; margin: 0; }
  .footer__r .f-list:first-child { padding: 0; } }

.f-list__title p { color: #fff; font-size: 21px; line-height: 23px; font-weight: 900; font-family: 'Lato'; padding: 0 0 20px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .f-list__title p { font-size: 18px; line-height: 21px; } }

.f-list__item li{ padding: 0 0 12px; }
.f-list__item a { font-family: 'Lato'; font-weight: 700; color: #fff; display: block; font-size: 16px; line-height: 18px; }
.f-list__item a:hover { color: #0087D0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .f-list__item a { font-size: 16px; line-height: 17px; } }

.f-list__i-item { padding: 0 0 12px; }
.f-list__i-item a { font-family: 'Lato'; font-weight: 700; color: #fff; display: block; font-size: 16px; line-height: 18px; position: relative; padding: 0 0 0 27px; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.f-list__i-item a .icon { position: absolute; top: 0; left: 0; }
.f-list__i-item a .icon_fb { left: 3px; }
.f-list__i-item a .icon_in { top: -4px; }
.f-list__i-item a:hover { color: #0087D0; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.f-list__i-item a:hover .icon_fb { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -306px no-repeat; width: 9px; height: 21px; }
.f-list__i-item a:hover .icon_tw { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -95px no-repeat; width: 20px; height: 18px; }
.f-list__i-item a:hover .icon_in { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -210px no-repeat; width: 20px; height: 20px; }
.f-list__i-item a:hover .icon_rss { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -48px no-repeat; width: 18px; height: 18px; }
.f-list__i-item a:hover .icon_gp { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 0 no-repeat; width: 22px; height: 19px; }
.f-list__i-item a:hover .icon_yt { background: url('lib/assets/images/icons-sc44cc3d017.png') 0 -482px no-repeat; width: 22px; height: 20px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .f-list__i-item a { font-size: 16px; line-height: 17px; } }

.footer__bottom { clear: both; }
.footer__bottom .f-logo { float: left; width: 250px; }
.footer__bottom .f-logo img {width: 100%;}
.footer__bottom .f-copy { float: left; padding: 30px 0 0 235px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .footer__bottom .f-logo { width: 40%; margin: 0 5% 0 0; }
  .footer__bottom .f-copy { width: 55%; padding: 30px 0 0; } }
@media only screen and (max-width: 767px) { .footer__bottom .f-logo { width: 100%; float: none; text-align: center; padding: 20px 0 40px; }
  .footer__bottom .f-copy { text-align: center; float: none; width: 100%; padding: 0 0 30px; } }

.f-copy p a,
.f-copy p { color: #9ea0a6; font-size: 12px; line-height: 14px; font-family: 'Lato'; font-weight: 700; }

@media only screen and (max-width: 767px) { .m-hide { display: none !important; } }

.m-show { display: none !important; }
@media only screen and (max-width: 767px) { .m-show { display: block !important; } }

.l-list__item { padding: 15px 0 30px; border-bottom: 5px solid #f1f2f3; }
.l-list__item .header { color: #38383c; font-size: 18px; line-height: 24px; padding: 0 0 20px; font-family: 'Lato'; font-weight: 900; }
.l-list__item .ava { position: relative; color: #4e4f53; font-size: 12px; line-height: 14px; padding: 0 0 0 45px; }
.l-list__item .ava img { position: absolute; left: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }
.l-list__item .ava a { color: #0087D0; font-family: 'Lato'; font-weight: 900; }

.widget ul.tabs__controls { border-bottom: 5px solid #f1f2f3; padding: 0 0 20px; }

.tabs__controls__item { color: #38383c; font-size: 16px; line-height: 17px; float: left; padding: 0 0 0 10px; margin: 0 0 0 10px; border-left: 5px solid #e3e5e7; font-family: 'Lato'; font-weight: 900; }
.tabs__controls__item:first-child { margin: 0; padding: 0; border-left: 0; }
.tabs__controls .ui-tabs-active.tabs__controls__item a{ color: #10b7dc; }

.s-box { background: #f1f2f3; position: relative; /*margin: 0 0 30px;*/ -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); }
.s-box.membersearch{ margin: 0 0 30px; }
.s-box input { border: 0; background: none; height: 40px; width: 90%; color: #97979d; font-size: 16px; line-height: 40px; padding: 0 5%; }

.s-box__btn { display: block; position: absolute; right: 10px; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }

.s-box_white { background: #fff; }

.subsr_dark { background: #e3e5e7; }

.widget{ /*margin: 0 0 15px 0;*/ padding-bottom:15px; }
/*.single .widget,
.blog .widget{ border-bottom: 5px solid #F1F2F3; }*/
.widget ul{ list-style:none; padding:0; margin:0; }
.widget ul li{}
.single-member-post .widget,
.widget.widget_featuredlatestwidget,
.widget.widget_search{ border-bottom:none; }

.subsr__bott,
.signup__bott { background: #fff; border: 1px solid #efefef; padding: 22px 20px; margin: 0 0 20px; }
.signup__bott .gform_body ul li { padding: 0; }
.signup__text h3,
.widget h3,
.subsr__text h3 { font-size: 18px; color: #000; line-height: 21px;  /*padding: 0 0 10px;*/ }
.subsr__text h3,
.signup__text h3{ width: 100%; background: #efefef; padding: 10px; box-sizing: border-box; }
.signup__text h3{ text-align: center;  }
.widget,
.subsr__text p { color: #000000; font-size: 12px; line-height: 21px; padding: 0 0 25px; font-family: 'Lato'; font-weight: 700; }
.subsr__text img { margin: 0 0 10px; }
.subsr__text span { color: #0087D0; }

.widget h3{ background: #efefef; padding: 15px; }

.downloadbox .widget h3{ border-bottom: 5px solid #fff; padding-bottom:10px; margin-bottom:10px; }
.downloadbox .widget p{ padding-bottom:10px; font-size: 16px;}

.subsr__bott{ padding: 10px; }
.subsr__bott .input,
.gform_wrapper .signupfield .ginput_container,
.signup__bott .input{ background: #fff; margin: 0; width: 75%; }
.subsr__bott .input{ width: 65%; float: left;}
.gform_wrapper .signupfield input[type="email"],
.subsr__bott .input input,
.signup__bott .input input{ border: 1px solid #efefef !important; width: 100%; float:left; background: none; color: #999 !important; font-size: 13px !important; line-height: 40px !important; height: 43px !important; font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; box-sizing: border-box; padding: 0 2.5% !important; }
.subsr__bott input#mc-embedded-subscribe{ float: right; width: 35%; font-size: 13px; height: 35px;}

#mc-embedded-subscribe{
    width: 22%;
    float: right;
    box-sizing: border-box;
    height: auto;
}

.widget.widget_mailingwidget .subsr__bott { margin-bottom: 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.subsr__bott input#mc-embedded-subscribe{
		float: left;
		width: 100%;
	}
	.subsr__bott .input{ width: 100%; margin-bottom: 10px; }
}
@media only screen and (max-width: 767px) {
	.signup__bott .input{ margin: 0 0 10px 0; width: 100%; float:left; }
	.subsr__bott input#mc-embedded-subscribe{
		float: left;
		width: 100%;
	}
    #mc-embedded-subscribe {
    	width: 100%;
        box-sizing: border-box;
        height: auto;
    }
}

.bt-title { border-top: 20px solid #f1f2f3; padding: 25px 0 0; }
.bt-title h2 { color: #38383c; font-size: 36px; line-height: 40px; padding: 0 0 20px; }

.n-list,
.n-list__item{ float:left; width:100%; }

.n-list__item__title h3,
.n-list__item__title h1 { color: #000; font-size: 25pt; line-height: 35px; }
@media only screen and (min-width: 1025px) {
	.single-post .n-list__item__title h3,
    .single-post .n-list__item__title h1 { font-size: 50px; line-height: 60px; margin-bottom: 20px; margin-top: 20px; }
}

.blog .n-list__item__title h3,
.archive .n-list__item__title h3 { font-size: 30px; }
.single-post .n-list__item__content h3,
.single-guide .n-list__item__content h3,
.single-data .n-list__item__content h3 { 
    font-size: 30px; 
    color: #000; 
    line-height: 35px; 
}

.page-template-tpl-register-php .n-list__item__title h3{ margin-bottom: 20px;}
.n-list__item__title h3 a, 
.single-post .n-list__item__content h3 a,
.single-guide .n-list__item__content h3 a,
.single-data .n-list__item__content h3 a { color: #000; }
.single-post .n-list__item__content h3 a:hover,
.single-guide .n-list__item__content h3 a:hover,
.single-data .n-list__item__content h3 a:hover { color: #0087D0; }
@media only screen and (max-width: 767px) { .n-list__item__title h3, .n-list__item__title h1 { font-size: 24px; line-height: 30px; } }

.n-list__item__main { padding: 0 0 30px; float:left; width: 100%;}
@media only screen and (max-width: 767px) {
    .n-list__item__main {
        padding: 20px 0 0;
        width:auto;
        float: none;
        display: flex;
    }
    .news .n-list__item__main {
        padding-top: 0px;
    }
    .single-data .n-list__item__main,
    .single-guide .n-list__item__main {
        display: block;   
    }
    .blog .partner_post { float: none; width: auto; }
    .blog .n-list__item__main__top { display: block; }
    .blog .n-list__item__main__top img {
        width: 35px;
        display: none;
        position: absolute;
        top: 45%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .blog .n-list__item__main__top .text {
        padding: 20px 0 20px 0;
        color: #4e4f53;
        font-size: 16px;
        line-height: 16px;
    }

}

.blog .n-list__item,
.archive .n-list__item,
.search .n-list__item{
	border-bottom: 1px solid #D8DCDE;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.single-post .latest_notp .n-list__item,
.single-guide .latest_notp .n-list__item,
.single-data .latest_notp .n-list__item{
    border-bottom: 1px solid #D8DCDE;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blog .n-list__item__main,
.archive .n-list__item__main,
.search .n-list__item__main{
	padding-bottom: 0;
}

.blog .n-list__item .img-1,
.archive .n-list__item .img-1,
.search .n-list__item .img-1,
.single-post .n-list__item .img-1,
.single-guide .n-list__item .img-1,
.single-data .n-list__item .img-1{
	float: left;
	width: 250px;
	margin-right: 20px;
	display: block;
}

.single-post .n-list__item .n-list__item__author,
.single-guide .n-list__item .n-list__item__author,
.single-data .n-list__item .n-list__item__author{ display: flex; margin-top: 10px; }
.single-post .n-list__item .n-list__item__author .partner_post,
.single-guide .n-list__item .n-list__item__author .partner_post,
.single-data .n-list__item .n-list__item__author .partner_post{ margin: 20px 0px 0px 0px; }
.single-post .n-list__item .n-list__item__author .author_post,
.single-guide .n-list__item .n-list__item__author .author_post,
.single-data .n-list__item .n-list__item__author .author_post{ 
    margin: 0px; 
    position: relative;
    padding: 0;
}
.single-post .n-list__item .n-list__item__author .partner_post img,
.single-guide .n-list__item .n-list__item__author .partner_post img,
.single-data .n-list__item .n-list__item__author .partner_post img { max-width: 50px; }
.single-post .n-list__item .n-list__item__author .author_post .text,
.single-guide .n-list__item .n-list__item__author .author_post .text,
.single-data .n-list__item .n-list__item__author .author_post .text { 
    padding: 0;
    color: #64717A;
    font-size: 16px;
    line-height: 16px;
}
.author_post .text p,
.author_post .text p a {
    font-size: 12px;
    color: #64717A;
}
.author_post .text p {
    float: left;
    clear: both;
}
.author_post .text p a:hover {
    color:#0087D0;
}
.author_post .text .meta,
.single-data .n-list__item .n-list__item__author .author_post .text .meta {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;    
}
.author_post .text .meta a,
.single-data .n-list__item .n-list__item__author .author_post .text .meta a {
    font-size: 10px;
    color: #64717A;
}
.author_post .text .meta a:hover,
.single-data .n-list__item .n-list__item__author .author_post .text .meta a:hover {
    color:#0087D0;
}

/* .single-post .n-list__item .n-list__item__author .author_post .text a,
.single-guide .n-list__item .n-list__item__author .author_post .text a,
.single-data .n-list__item .n-list__item__author .author_post .text a {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato';
    font-weight: 700;
} */
/* .single-post .n-list__item .n-list__item__author .author_post .text a:hover,
.single-guide .n-list__item .n-list__item__author .author_post .text a:hover,
.single-data .n-list__item .n-list__item__author .author_post .text a:hover { color: #333; } */
.single-post .n-list__item .n-list__item__author .author_post .text p,
.single-guide .n-list__item .n-list__item__author .author_post .text p,
.single-data .n-list__item .n-list__item__author .author_post .text p { display: inline; padding-left: 0px; }

.blog .n-list__item .img-1 img,
.archive .n-list__item .img-1 img,
.search .n-list__item .img-1 img,
.single-post .n-list__item .img-1 img,
.single-guide .n-list__item .img-1 img,
.single-data .n-list__item .img-1 img{
	max-width: 100%;
	height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1059px) {
    .single-post .n-list__item__content h3,
    .blog .n-list__item__title h3,
    .blog .n-list__item__title h1,
    .single-guide .n-list__item__content h3,
    .single-data .n-list__item__content h3 { 
        font-size: 24px; 
        line-height: 28px;
    }
    .single-post .n-list__item .n-list__item__author .partner_post img,
    .single-guide .n-list__item .n-list__item__author .partner_post img,
    .single-data .n-list__item .n-list__item__author .partner_post img { max-width: 40px; }
    .single-post .n-list__item .n-list__item__author .partner_post,
    .single-guide .n-list__item .n-list__item__author .partner_post,
    .single-data .n-list__item .n-list__item__author .partner_post{ margin: 15px 0px 0px 0px; }
    .single-post .n-list__item .n-list__item__author .author_post .text,
    .single-guide .n-list__item .n-list__item__author .author_post .text,
    .single-data .n-list__item .n-list__item__author .author_post .text { padding: 10px 0 10px 0; }

}
@media only screen and (min-width: 500px) and (max-width: 768px) {
    .single-post .n-list__item__content h3,
    .blog .n-list__item__title h3,
    .blog .n-list__item__title h1,
    .single-guide .n-list__item__content h3,
    .single-data .n-list__item__content h3,
    .news-landing .n-list__item .n-list__item__right h3 { 
        font-size: 22px; 
        line-height: 26px;
    }
    .news-landing .n-list__item .n-list__item__right h3 { margin-bottom: 0px; }
    .single-post .n-list__item .n-list__item__author .partner_post img,
    .single-guide .n-list__item .n-list__item__author .partner_post img,
    .single-data .n-list__item .n-list__item__author .partner_post img { max-width: 40px; }
    .single-post .n-list__item .n-list__item__author .partner_post,
    .single-guide .n-list__item .n-list__item__author .partner_post,
    .single-data .n-list__item .n-list__item__author .partner_post{ margin: 10px 0px 0px 0px; }
    .single-guide .n-list__item .img-1,
    .single-data .n-list__item .img-1{ width: 200px; }
    .news-landing .n-list__item__main { padding-top: 0px; }
    .blog .news-landing .n-list__item__main__top .text { padding: 20px 0px; }
}
@media only screen and (max-width: 499px) {
    .single-post .n-list__item .n-list__item__author,
    .blog .n-list__item__main,
    .single-guide .n-list__item .n-list__item__author,
    .single-data .n-list__item .n-list__item__author { display: none; }
    .single-post .n-list__item__content h3,
    .blog .n-list__item__title h3,
    .blog .n-list__item__title h1,
    .single-guide .n-list__item__content h3,
    .single-data .n-list__item__content h3,
    .news-landing .n-list__item .n-list__item__right h3 { 
        font-size: 18px; 
        line-height: 24px;
    }
    .news-landing .n-list__item .n-list__item__right h3 { margin-bottom: 0px; }
    .single-post .n-list__item .n-list__item__author .partner_post,
    .single-guide .n-list__item .n-list__item__author .partner_post,
    .single-data .n-list__item .n-list__item__author .partner_post{ margin: 10px 0px 0px 0px; }
    .single-post .n-list__item .n-list__item__author .author_post .text,
    .single-guide .n-list__item .n-list__item__author .author_post .text,
    .single-data .n-list__item .n-list__item__author .author_post .text,
    .blog .news-landing .n-list__item__main__top .text { padding: 10px 0px; }
    .single-post .n-list__item .img-1,
    .blog .n-list__item .img-1,
    .single-guide .n-list__item .img-1,
    .single-data .n-list__item .img-1{ width: 150px; }
}

.blog .n-list__item .img-2,
.archive .n-list__item .img-2,
.search .n-list__item .img-2{
	display: none;
}

.n-list__item__right{
	float: right;
	max-width: 450px;
	margin-top: -5px;
}
.n-list__item__right .item {
    padding: 0 !important;
    border-left: 0 !important;
}

.blog .post p,
.archive .post p,
.search .post p{
	padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1059px) {
	.blog .n-list__item .img-1,
	.archive .n-list__item .img-1,
	.search .n-list__item .img-1{
		max-width: 35%;
		margin-right: 3%;
	}

	.n-list__item__right{
		float: right;
		max-width: 62%;
		margin-top: -5px;
	}
}

@media only screen and (max-width: 767px) {

	.search .n-list__item .img-1,
	.archive .n-list__item .img-1{
		display: none;
	}

	.blog .n-list__item .img-2 { display: none; }
	.archive .n-list__item .img-2,
	.search .n-list__item .img-2{
		display: block;
	}

	.blog .n-list__item .img-2 img,
	.archive .n-list__item .img-2 img,
	.search .n-list__item .img-2 img{
		max-width: 100%;
		margin-right: 0%;
	}

	.n-list__item__right{
		float: right;
		max-width: 100%;
		margin-top: 0;
	}

    .blog .n-list__item .n-list__item__right {
        float: none;
    }
}

.n-list__item__main__top { /*border-top: 10px solid #f1f2f3;*/ position: relative; padding: 0; }
.n-list__item__main__top.no-author{ padding:0; clear: both; }
.n-list__item__main__top .text { padding: 0; color: #64717A; font-size: 16px; line-height: 16px; display: flex; justify-content: center; align-items: center; }
.news-landing .n-list__item__main__top .text,
.news .n-list__item__main__top .text  { display: inline-block; position: relative; margin-left: 5px; top: -5px; }
.home.page-template  .n-list__item__main__top .text { display: inline-block; position: relative; margin-left: 0px; top: -5px; }
.n-list__item__main__top.no-author .text { padding: 10px 0 5px; }
.n-list__item__main__top .text > img, .n-list__item__main__top .text > a, .n-list__item__main__top .text > p {display: flex; align-items: center;}
.home.page-template .n-list__item__main__top .text > p {display: block;}
.n-list__item__main__top .text > a {margin-right: 25px;}
.n-list__item__main__top .text a { color: #64717A;}
.n-list__item__main__top .text .meta { font-size: 10px; text-transform: uppercase; letter-spacing: 1px;}
.n-list__item__main__top .text a:hover { color: #0087D0; }
.n-list__item__main__top .text p { margin-bottom: 0px; font-size: 12px; }
.n-list__item__main__top.no-author .text p { padding: 0; }
@media only screen and (max-width: 767px) { 
    .n-list__item__main__top { border-top: 0; }
    .n-list__item__main__top img { top: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
    .n-list__item__main__top .text { padding: 0px; }
    .n-list__item__main__top .text > a { display: block; margin: 0 0 1px; }
    .n-list__item__main__top .text p { display: block; padding: 0 0 1px; }
    .n-list__item__main__top.diff-pb .text { padding: 0 0 14px; }
    .news .n-list__item__main__top.diff-pb { margin-top: 15px; }
    .news .n-list__item__main__top.diff-pb .text { line-height: 20px; } 
    .news.main_i { margin-top: 10px; } 
    .news-landing .nav-menu { display: none; }
}

.guide-topic-link{color: #0087D0; }
.guide-topic-link:hover{color: #000; }

@media only screen and (min-width: 1025px) {
	body.single-post div.shareaholic-share-buttons-container ul.shareaholic-share-buttons{
		padding-left: 0 !important;
		margin-left: -5px !important;
	}
}

/*.n-list__item__main__content .post { padding: 0 0 20px; }*/
.n-list__item__main__content .post img { max-width: 100% !important; height:auto; margin: 9px 0px 20px 0; display:block; }
.archive.post-type-archive .post img { max-width: 100% !important; height:auto; }
.single-post .n-list__item__main__content .post img:first-of-type { margin-top: 0; }
.single .n-list__item__main__content .post img { margin-bottom: 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .n-list__item__main__content { padding: 0 0 20px; } }
@media only screen and (max-width: 767px) { .n-list__item__main__content { padding: 0 0 20px; } }

.pagination { margin: 0 0 40px; padding: 20px 0 0; }
.pagination span.page-numbers.dots,
.pagination span.page-numbers.current,
.pagination a { background: #f1f2f3; float: left; color: #6b6b74; font-size: 16px; line-height: 40px; -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; width: 40px; text-align: center; height: 40px; }
.pagination span.page-numbers.current,
.pagination a.active { background: #fff; color: #38383c; font-size: 16px; }
.pagination a:hover { background: #fff; color: #38383c; -webkit-transition: background-color 0.4s ease-in-out; -moz-transition: background-color 0.4s ease-in-out; -o-transition: background-color 0.4s ease-in-out; transition: background-color 0.4s ease-in-out; }
.pagination.pagination_p { padding: 0 0 0 15px; }

.page-template-tpl-data-php .pagination_p,
.page-template-tpl-guides-php .pagination_p{ clear: both; padding-left: 0; float:left; width: 100%; display: inline-block;}
.page-template-tpl-data-php .pagination_p .pagination,
.page-template-tpl-guides-php .pagination_p .pagination{ margin: 0 auto; display: table;  }

.join { background: #f2f3f4; padding: 25px 10px; margin: 0 0 25px; }
.join h3 { text-align: center; color: #0087D0; font-size: 21px; line-height: 23px; padding: 0 0 10px; font-weight: 900; font-family: 'Lato'; }
.join p { font-size: 16px; line-height: 21px; color: #000000; padding: 0 0 15px; font-family: 'Lato'; font-weight: 700; text-align: center; }
.join .btn { background: #64ce83; height: 41px; line-height: 41px; font-size: 16px; text-align: center; margin: 0 auto; width: 225px; display: block; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-family: 'Lato'; font-weight: 900; -webkit-transition: background 0.4s ease-in-out; -moz-transition: background 0.4s ease-in-out; -o-transition: background 0.4s ease-in-out; transition: background 0.4s ease-in-out; text-transform: uppercase; }
.join .btn:hover { background: #0087D0; -webkit-transition: background 0.4s ease-in-out; -moz-transition: background 0.4s ease-in-out; -o-transition: background 0.4s ease-in-out; transition: background 0.4s ease-in-out; }
.join.green { background: #64ce83; }
.join.green p { color: #fff; }
.join.green h3 { color: #fff; }
.join.green .btn { color: #fff; border: 2px solid white;  -webkit-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out; -moz-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out; -o-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out; transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out; background: none; }
.join.green .btn:hover { -webkit-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out; -moz-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out; -o-transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out; transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out; color: #0087D0; border: 2px solid #0087D0; }

@media only screen and (max-width: 767px) {
	.blog .n-list__item__main__top .text,
	.archive .n-list__item__main__top .text,
	.search .n-list__item__main__top .text {
		padding: 0 0 10px;
	}
	.blog .n-list__item,
	.archive .n-list__item,
	.search .n-list__item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.n-list__item__main__content {
		padding: 0;
	}
	.blog .n-list__item .img-2 img,
	.archive .n-list__item .img-2 img,
	.search .n-list__item .img-2 img {
		height: auto;
		width: 100%;
		margin-bottom: 10px;
	}
	.archive .n-list__item__title h3,
    .archive .n-list__item__title h1,
	.search .n-list__item__title h3,
    .search .n-list__item__title h1 {
		font-size: 24px;
		line-height: 27px;
	}
}

.soc-box { text-align: center; padding: 10px 20px; background: #f1f2f3; margin: 0 0 20px; }
.soc-box img { display: inline; width: auto !important; margin: 0; max-width:100%; height:auto; }

.h-title h3 { color: #38383c; font-size: 16px; line-height: 24px; padding: 0 0 15px; }

.dashboard .text p { color: #000000; font-size: 16px; line-height: 30px; padding: 0 0 25px; }
.dashboard .text p a { color: #0087D0; font-family: 'Lato'; font-weight: 900; text-decoration: none; }
.dashboard .text p a:hover { text-decoration: underline; }

.comments { border-top: 20px solid #f1f2f3; padding: 30px 0 0; }
.comments.comments_nbt { border-top: 0; padding-top: 0; }

.comments__r { float: left; padding: 0 0 15px 200px; width: 500px; }
.comments__r.bt .h-title { border-top: 20px solid #e3e5e7; padding: 30px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .comments__r { width: 100%; float: none; padding: 0 0 15px; } }
@media only screen and (max-width: 767px) { .comments__r { width: 100%; float: none; padding: 0 0 15px; } }

/*.comments__item__r { float: left; padding: 0 0 20px 30px; width: 550px; }*/
.comments__item__r { float: left; padding: 0 0 20px 0; width:625px; }
.author .comments__item__r,
.page-template-tpl-no-left-sidebar-php .comments__item__r { padding: 0; width: 100%; }
.page .subsr,
.author .subsr{ margin:0; }
.comments__item__r .post p { color: #000000; font-size: 16px; line-height: 30px; padding: 0 0 15px; }
.comments__item__r .post p a { color: #0087D0; font-size: 12px; line-height: 21px; font-family: 'Lato'; font-weight: 900; text-decoration: none; }
.comments__item__r .post p a:hover { text-decoration: underline; }
.comments__item__r .post p i { color: #333; font-size: 21px; line-height: 30px; }
p.noresults,
.comments__item__r .text p { color: #000000; font-size: 16px; line-height: 30px; padding: 0 0 25px; }

.comments__item__r .n-list__item__main__top .text p {
    display: inline;
    padding: 0 0 0 10px;
    color: #4e4f53;
    font-size: 14px;
    line-height: 16px;
}

.comments__item__r .text p a { color: #0087D0; text-decoration: underline; }
.comments__item__r .text p a:hover { color:#000; }
.comments__item__r .text p i { color: #333; font-size: 21px; line-height: 30px; }
.comments__item__r .text h1 { color: #000;
    font-size: 25pt;
    line-height: 40px;
    margin-bottom:20px;
}
.single-event .comments__item__r .text h1{
    margin-bottom:20px;
}

.comments__item__r .text h2 { color: #38383c; font-size: 21px; line-height: 24px; padding: 0 0 20px;}
.comments__item__r .text h3 { color: #38383c; font-size: 18px; line-height: 24px; padding: 0 0 20px;}
.comments__item__r .text ul { padding: 0 0 20px 25px; }
.comments__item__r .text ul li { font-size: 16px; color: #000000; line-height: 25px; padding: 0 0 10px 0; }
.comments__item__r .text hr { height: 20px; width: 100%; border: 0; background: #e3e5e7; margin: 0 0 30px; }
.comments__item__r .page-title { width: 100%; padding: 0; }
.comments__item__r .page-title h1 { color: #38383c; text-align: left; font-size: 40px; line-height: 44px; padding: 0 0 30px; }
.comments__item__r .page-title p { text-align: left; font-size: 21px; line-height: 30px; padding: 0; }
.comments__item__r .page-title p i { font-style: normal; font-family: 'Lato'; font-style:italic; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .comments__item__r { float: none; width: 100%; padding: 0 0 20px; text-align: left; } }
@media only screen and (max-width: 767px) { .comments__item__r { float: none; width: 100%; padding: 0 0 20px; text-align: left; }
  /*.comments__item__r .post p { font-size: 13px; line-height: 21px; }*/
  .comments__item__r .text ul li { padding: 0 0 4px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) { .comments__item_pr .comments__item__l { padding: 0 0 0 60px; } }
@media only screen and (max-width: 767px) { .comments__item_pr .comments__item__l { padding: 0 0 0 60px; } }

.comments__item__l { float: left; width:120px; /*width: 170px;*/ padding: 0 0 45px; text-align: right; position: relative; }
.comments__item__l .item { padding: 0 0 20px; }
img.avatar{ -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }
.author .authimg{ text-align:center; }
.author .authimg img.avatar{ -webkit-border-radius:0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.comments__item__l .item img { margin: 0 0 10px; }
.comments__item__l .item p { color: #000000; font-size: 12px; line-height: 15px; padding: 0 0 10px; }
.comments__item__l .item p a { color: #0087D0; font-family: 'Lato'; font-weight: 900; }
.comments__item__l .item p span { color: #0087D0; font-family: 'Lato'; font-weight: 900; }
.comments__item__l.comments__item__l_text .item p { font-size: 12px; line-height: 21px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .comments__item__l { float: none; width: 100%; margin: 0 0 20px; padding: 0 0 0 40px; text-align: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .comments__item__l .item { padding: 0; }
  .comments__item__l .item p { display: inline; padding: 0 0 0 10px; }
  .comments__item__l .item img { padding: 0; position: absolute; top: 50%; left: 0; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); } }
@media only screen and (max-width: 767px) { .comments__item__l { float: none; width: 100%; margin: 0; padding: 0 0 0 40px; text-align: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .comments__item_no-pl .comments__item__l { padding: 0; -webkit-box-sizing: initial; -moz-box-sizing: initial; box-sizing: initial; }
  .comments__item_no-pl .comments__item__l .item_bt { position: relative; }
  .comments__item__l.diff-text-p .item p { padding: 0 0 5px 5px; }
  .comments__item__l .item p { padding: 0 0 0 5px; }
  .comments__item__l .item img { padding: 0; position: absolute; top: 0; left: 0; }
  .comments__item__l .item_bt { margin: 0 0 25px; }
  .comments__item__l .item_bt p { padding: 0 0 0 45px; }
  .comments__item__l .item_bt img { left: 0; float: left; position: static; max-width: 35px; }
  .comments__item__l .item_bt:first-child:before { position: absolute; content: ""; width: 100%; height: 10px; background: #e3e5e7; top: -25px; left: 0; right: 0; }
  .comments__item__l .item_bt:after { position: absolute; content: ""; width: 100%; height: 10px; background: #e3e5e7; bottom: -10px; left: 0; right: 0; } }

.sponsorbox{
    padding: 0 0 0 64px;
    margin-bottom:20px;
    position:relative;
    height:50px;
}
.sponsorbox img{
    width:50px;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
.comments__item__r .text .sponsorbox p{
    padding:0;
    line-height:normal;
}
.comments__item__r .text .sponsorbox p a{
    text-decoration:none;
}
@media only screen and (min-width: 1025px) {
	.single-post .partner_post{ margin:10px 0 20px 0; }
}
.partner_post.nomargintop{ margin: 0 0 20px; }
.partner_post img{ float:left; margin-right:10px; max-width: 50px; }
.n-list__item__main .partner_post p.meta { color: #000; font-size: 15px; font-weight: bold; margin-bottom: 0px; line-height: 16px;}
.n-list__item__main .partner_post p { font-size: 18px; color: #000; }
.archive .partner_post img,
.search .partner_post img,
.blog .partner_post img {
	position: static;
	top: 0;
	transform: none;
	width: 36px;
}

@media only screen and (max-width: 767px) {
	.blog .partner_post,
	.archive .partner_post,
	.search .partner_post {
	  margin: 0 0 10px 0;
	}
    .blog .partner_post img {
        width: 30px;
        max-width: 30px;
    }
}

.comments__item__r .partner_post p,
.comments__item__r .partner_post p a,
.partner_post p a{ color: #64717A; text-decoration: none;}
.partner_post p a:hover{ color: #0087D0; }
@media only screen and (max-width: 767px) { .comments__item__r .partner_post p,.partner_post p{  } }
@media only screen and (max-width: 320px) { .comments__item__r .partner_post p,.partner_post p{ font-size:12px; } .partner_post img { margin-right: 10px; } }

.comments__item__r .text ul.gform_fields,
.gform_fields{ list-style:none; padding:0; margin:0; }

span.gfield_required{ color:#c00; margin-left:5px; }
.page-template-tpl-no-left-sidebar-php .error,
.validation_error,
.validation_message{ color:#c00; margin:10px 0; background-color: #FFEBE8; font-size:15px; }
.validation_message{ background:none; }
.page-template-tpl-no-left-sidebar-php .error,
.validation_error{ padding:10px; margin:0 0 20px 0; border:1px solid #BD1414; font-size:15px; line-height:25px; }
.gform_confirmation_message{ padding:10px; color:#47AF43; margin:0 0 20px 0; border:1px solid #208813; font-size:15px; line-height:25px; }

.form { padding: 30px 0 10px; border-top: 20px solid #f1f2f3; }
.form.form_grey-bt { border-top: 20px solid #e3e5e7; }

.form__title p { color: #38383c; font-size: 16px; line-height: 24px; font-family: 'Lato'; font-weight: 900; padding: 0 0 20px; text-transform: uppercase; }

.form__row { padding: 0 0 14px; }
.mepr-account-info-label label{ position:relative; top:10px; }
.page-template-tpl-no-left-sidebar-php label,
#mepr-member-account-wrapper label,
.mepr-account-info-label,
.gform_wrapper label,
.form__row label { color: #000000; font-size: 16px; line-height: 17px; padding: 0 0 10px; }
#mepr-member-account-wrapper input[type=password],
#mepr-member-account-wrapper input[type=text],
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=url],
.page-template-tpl-no-left-sidebar-php label input[type=text],
.page-template-tpl-no-left-sidebar-php label input[type=password],
.form__row label input { display: block; background: #f1f2f3; border: 1px solid #999; width: 100%; padding: 0 10px; height: 35px; line-height: 35px; margin: 6px 0 0; font-size: 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.gform_wrapper textarea,
.form__row label textarea { display: block; resize: none; width: 100%; padding: 5px 10px; background: #f1f2f3; border: 1px solid #999; height: 200px; font-size: 16px; margin: 6px 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form__row .btn_blue { padding: 0 30px; float: right; }

.mepr-account-change-password,
#mepr-account-nav{ display:none; }

input.mepr_front_button[type="submit"]{ margin:0px 10px 40px 0; }
input.mepr_front_button[name="mepr-account-form"]{ margin:40px 10px 40px 0; }

.archive.post-type-archive .gfield input[type=text],
.archive.post-type-archive .gfield input[type=email],
.page-template-tpl-no-left-sidebar-php .gfield input[type=text],
.page-template-tpl-no-left-sidebar-php .gfield input[type=email],
#mepr-member-account-wrapper input[type=password],
#mepr-member-account-wrapper input[type=text],
.page-template-tpl-no-left-sidebar-php label input[type=text],
.page-template-tpl-no-left-sidebar-php label input[type=email],
.page-template-tpl-no-left-sidebar-php label input[type=password],
.page-template-tpl-event-search .gfield input[type=text],
.page-template-tpl-event-search .gfield input[type=email],
.page-template-tpl-event-search .gfield input[type=url]{
	width:300px;
	max-width:100%;
}
.page-template-tpl-event-search .gfield_label,
.data-cpt .gform_wrapper .gfield_label,
.post-type-archive-podcast .gform_wrapper .gfield_label,
.post-type-archive-appleaders .gform_wrapper .gfield_label {
    display: inline !important;
}
.post-type-archive-podcast .gform_wrapper .name_first label,
.post-type-archive-podcast .gform_wrapper .name_last label {
    display: none;
}
.post-type-archive-podcast .gform_wrapper .name_first input {
    margin-bottom: 15px;
}
.data-cpt .gform_wrapper .get-custom-app-data-name label:not(.gfield_label) {
    display: none;
}
.page-template-tpl-no-left-sidebar-php label{ display:block; margin-bottom:14px; padding:0; }
#rememberme{ margin-bottom:3px; margin-right:5px; margin-left:175px; }
.mepr-login-actions{ font-size:14px; }

.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error input{
    border: 1px solid #c00;
}

.gform_validation_container{
    display: none;
}

.post ul li.gform_hidden{
    padding:0;
}

.page-template-tpl-no-left-sidebar-php .gform_wrapper{
    margin-top: 20px;
}

.mepr-login-actions,
div.submit{
    margin-left:175px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #rememberme,
    .mepr-login-actions,
    div.submit{
        margin-left:0;
    }
}

@media only screen and (max-width: 767px) {
    #rememberme,
    .mepr-login-actions,
    div.submit{
        margin-left:0;
    }
}

.page-template-tpl-no-left-sidebar-php .gfield{ margin-bottom:14px; }
.page-template-tpl-no-left-sidebar-php .latest__row{ margin-bottom:40px; }
.page-template-tpl-no-left-sidebar-php .latest__row h3{
    color: #38383C;
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 25px;
}

.archive.post-type-archive .gform_wrapper input[type=text],
.archive.post-type-archive .gform_wrapper input[type=email],
.page-template-tpl-no-left-sidebar-php label input[type=text],
.page-template-tpl-no-left-sidebar-php label input[type=password],
#mepr-member-account-wrapper input[type=password],
#mepr-member-account-wrapper input[type=text],
.page .gform_wrapper input[type=text],
.page .gform_wrapper input[type=email],
.page .gform_wrapper input[type=url],
.form_white .form__row input { background: #fff; }
.archive.post-type-archive .gform_wrapper textarea,
.page .gform_wrapper textarea,
.form_white .form__row textarea { background: #fff; }
.archive.post-type-archive .gform_wrapper textarea {
    margin-bottom: 0;
}

.archive.post-type-archive .gform_wrapper li.gfield:not(.gform_hidden):not(.gform_validation_container),
.page-template-tpl-event-search .gform_wrapper li.gfield:not(.gform_hidden):not(.gform_validation_container) {
    padding-bottom: 15px;
}
.archive.post-type-archive .gform_wrapper select.gfield_select,
.page-template-tpl-event-search .gform_wrapper select.gfield_select {
    font-size: 18px;
}
.archive.post-type-archive .gform_wrapper input[type=submit].gform_button,
.page-template-tpl-event-search .gform_wrapper input[type=submit].gform_button {
    margin-bottom: 20px;
}

#mepr-member-account-wrapper input[type=password],
#mepr-member-account-wrapper input[type=text]{
	margin-bottom:10px;
}

#mepr-member-account-wrapper p small{ display:none; }

#mepr-account-payments-table,
#mepr-account-subscriptions-table{
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 25px;
}
table#mepr-account-subscriptions-table th,
table#mepr-account-payments-table th{
	border-bottom:3px solid #E3E5E7;
	padding-bottom:5px;
}
body tr.mepr-subscription-row td,
body tr.mepr-payment-row td,
body tr.mepr-subscription-row td:last-child,
body tr.mepr-payment-row td:last-child,
body tr.mepr-subscription-row td:first-child,
body tr.mepr-payment-row td:first-child,
body tr.mepr-subscription-row td, tr.mepr-payment-row td {
    border:none;
    padding: 0;
}
#mepr-account-subscriptions-table{ margin-bottom:40px;}
#mepr-account-subscriptions-table td{ padding-top:5px; }

.single-download .mepr-login-form-wrap,
.single-member-post .mepr-login-form-wrap{ display:none; }

.banner { position: relative; max-height: 200px; height:300px; background: #383838; overflow:hidden; background-position:center; background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .banner { max-height: 150px; } }
@media only screen and (max-width: 767px) { .banner { max-height: 100px; } }
.banner img{ width:100%; height:auto; display:block; }

.grey-box { padding: 20px; background: #e3e5e7; margin: 0 0 20px; }

.grey-box__l { float: left; width: 70px; padding: 0 20px 0 0; }
@media only screen and (max-width: 767px) { .grey-box__l { float: left; width: 40px; padding: 0 10px 0 0; }
  .grey-box__l img { width: 100%; height:auto; } }

.grey-box__r { float: left; width: 495px; }
.grey-box__r .t-text h3 { color: #38383c; font-size: 18px; line-height: 21px; font-weight: 900; padding: 0 0 15px; font-family: 'Lato'; }
.grey-box__r .t-text p { color: #000000; font-size: 14px; line-height: 27px; padding: 0 0 10px; font-family: 'Lato'; font-weight: 700; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .grey-box__r { float: none; width: auto; padding: 0 0 0 90px; } }
@media only screen and (max-width: 767px) { .grey-box__r { float: none; width: auto; padding: 0 0 0 55px; } }

.grey-box__w220 { float: left; width: 270px; padding: 0 30px 0 0; }
.grey-box__w220 .btn { margin: 0 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; }
.grey-box__w220 .s-text { text-align: center; width: 100%; }
@media only screen and (max-width: 767px) { .grey-box__w220 { float: none; width: 100%; padding: 0 0 15px; } }

.grey-box__w210 { float: left; width: 280px; }
@media only screen and (max-width: 767px) { .grey-box__w210 { float: none; width: 100%; padding: 0 0 15px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .grey-box__w220 { width: 220px; }
    .grey-box__w210 { width: 210px; }
}

.page-title { width: 960px; margin: 0 auto; padding: 30px 0 0; }
.page-title h1 { color: #38383c; font-size: 48px; line-height: 52px; font-weight: 900; text-align: center; padding: 0 0 5px; }
.page-title p { color: #000000; font-size: 18px; line-height: 32px; padding: 0 0 20px; font-family: 'Lato'; font-weight: 700; text-align: center; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .page-title { width: 100%; }
  .page-title h1 { font-size: 36px; line-height: 40px; }
  .page-title p { font-size: 16px; line-height: 21px; } }
@media only screen and (max-width: 767px) { .page-title { width: 100%; padding: 0 0 5px; }
  .page-title h1 { font-size: 34px; line-height: 36px; text-align: left; }
  .page-title p { font-size: 16px; line-height: 21px; text-align: left; } }

@media only screen and (max-width: 767px) { .page-title_bb { border-bottom: 20px solid #e3e5e7; margin: 0 0 20px; } }

.page-title_c h1 { text-align: center; }
.page-title_c p { text-align: center; }
@media only screen and (max-width: 767px) { .page-title_c h1 { font-size: 26px; line-height: 30px; }
  .page-title_c p { font-size: 16px; line-height: 21px; } }

.s-text { display: inline-block; }
body .mepr_signup_table .mepr_signup_table_row .mepr_price_cell,
.s-text p { padding: 2px 8px 2px 4px; background: #0087D0; display: inline-block; color: #fff; font-size: 13px; line-height: 17px; font-family: 'Ubuntu', sans-serif; font-weight:700; letter-spacing: 1px; text-transform: uppercase;}
.s-text span { padding: 2px 4px 2px 4px; background: #0087D0; display: inline-block; color: #fff; font-size: 13px; line-height: 17px; font-family: 'Ubuntu', sans-serif; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;}
.s-text.featured span { background: #0087D0; }

.b-form { padding: 0 0 35px; }

body .mepr_signup_table .mepr_signup_table_row input,
body .mepr_signup_table .mepr_signup_table_row password,
body .mepr_signup_table .mepr_signup_table_row textarea,
body .mepr_signup_table .mepr_signup_table_row select,
body .mepr_signup_table .mepr_signup_table_row .mepr_signup_table_cell{
	max-width: 70%;
    min-width: 70%;
    padding: 5px;
    width: 70%;
}

body .mepr_signup_table .mepr_signup_table_row,
.b-form__row { padding: 0 30px 10px 0; margin-bottom:0; }
body input.mepr_front_button[name=wp-submit]{ float: right; padding: 0 23px; height:35px; margin: 15px 30px 0 10px; }
.b-form__row .btn_green { float: right; padding: 0 30px; margin: 15px 0 0 10px; }
.b-form__row .btn_blue { float: right; padding: 0 30px; margin: 15px 0 0; }
.b-form__row .right-text { float: right; width: 370px; color: #9e9e9f; font-size: 11px; line-height: 14px; margin: 15px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .b-form__row { padding: 0 0 10px; } }
@media only screen and (max-width: 767px) {
body .mepr_signup_table .mepr_signup_table_row,
.b-form__row { padding: 0 0 10px; }
.b-form__row .right-text { float: none; width: 100%; }
body input.mepr_front_button[name=wp-submit]{ margin-right:0; }
}

#mepr_registerform{ float:left; width:100%; margin-bottom:40px;}
.b-form p small:last-of-type{ display:none; }

.b-form__row__l { float: left; width: 160px; padding: 0 10px 0 0; }
.b-form__row__l p { color: #38383c; font-size: 16px; line-height: 17px; padding: 15px 0 0; }
.b-form__row__l p b { font-weight: 900; font-family: 'Lato'; }
@media only screen and (max-width: 767px) {
body .mepr_signup_table .mepr_signup_table_row label,
.b-form__row__l { float: none; width: 100%; display:block; }
.b-form__row__l p { padding: 15px 0 5px; }
body .mepr_signup_table .mepr_signup_table_row input,
body .mepr_signup_table .mepr_signup_table_row password,
body .mepr_signup_table .mepr_signup_table_row textarea,
body .mepr_signup_table .mepr_signup_table_row select,
body .mepr_signup_table .mepr_signup_table_row .mepr_signup_table_cell{ max-width: 100%; min-width: 100%; width: 100%; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) { .b-form__row__l { width: 30%; padding: 0 5% 0 0; } }

.b-form__row__r { float: left; width: 500px; }
.mepr_signup_table .mepr_signup_table_row input,
.mepr_signup_table .mepr_signup_table_row password,
.mepr_signup_table .mepr_signup_table_row textarea,
.mepr_signup_table .mepr_signup_table_row select,
.mepr_signup_table .mepr_signup_table_row .mepr_signup_table_cell,
.b-form__row__r .input input { display: block; background: #f1f2f3; border: 0; width: 100%; padding: 0 10px; -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); height: 35px; line-height: 35px; margin: 6px 0 0; font-size: 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b-form__row__r .select { display: inline-block; margin: 0 10px 10px 0; -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b-form__row__r .select select { height: 35px; line-height: 35px; color: #000000; font-size: 16px; background: #f1f2f3; border: 0; }
@media only screen and (max-width: 767px) { .b-form__row__r { float: none; width: 100%; }
  .b-form__row__r img { float: none; display: block; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .b-form__row__r { width: 65%; } }

.mepr_signup_table .mepr_signup_table_row input.mepr-form-checkbox{ height:auto; top:-3px; position:relative; }

.b-form__c-row { padding: 0 0 10px; }

.mepr_signup_table .mepr_signup_table_row label,
.b-form__c-row__l { float: left; width: 160px; padding: 0 10px 0 0; }
.mepr-mailchimp-signup-field,
.mepr_signup_table .mepr_signup_table_row label,
.b-form__c-row__l p { color: #555; font-size: 16px; line-height: 17px; padding: 13px 0 0; }

body .mepr_signup_table .mepr_signup_table_row label {
    max-width: 30%;
    min-width: 30%;
    vertical-align: top;
    width: 30%;
}
@media only screen and (max-width: 767px) {
    body .mepr_signup_table .mepr_signup_table_row label {
        max-width: 90%;
        min-width: 90%;
        vertical-align: top;
        width: 90%;
    }
}

/*.mepr-mailchimp-signup-field{ padding-left:29%; }*/
@media only screen and (max-width: 767px) { .mepr-mailchimp-signup-field{ padding-left:0; } }

.mepr-mailchimp-privacy-link{ margin-top:10px; display:block; }

.mepr_signup_table .mepr_signup_table_row.mepr_price label{ padding:3px 0 0; }
.b-form__c-row__l p b { font-weight: 900; font-family: 'Lato'; }
@media only screen and (max-width: 767px) { .b-form__c-row__l { max-width: 60px; width: 10%; padding: 0 5% 0 0; }
  .b-form__c-row__l p { padding: 2px 0 0; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .b-form__c-row__l { width: 30%; padding: 0 5% 0 0; }
  .b-form__c-row__l p { padding: 3px 0 0; } }

.b-form__c-row__r { float: left; width: 530px; }
.b-form__c-row__r .input input { display: block; background: #f1f2f3; border: 0; width: 100%; padding: 0 3%; -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); height: 35px; line-height: 35px; margin: 6px 0 0; font-size: 16px; }
@media only screen and (max-width: 767px) { .b-form__c-row__r { width: 85%; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .b-form__c-row__r { width: 65%; } }

.b-form__b-row { padding: 30px 0 15px; }
.b-form__b-row .r-text p { color: #38383c; font-size: 16px; line-height: 17px; font-family: 'Lato'; font-weight: 900; }

.mepr_signup_table .mepr_signup_table_row input,
.mepr_signup_table .mepr_signup_table_row password,
.mepr_signup_table .mepr_signup_table_row textarea,
.mepr_signup_table .mepr_signup_table_row select,
.mepr_signup_table .mepr_signup_table_row .mepr_signup_table_cell,
.b-form_white .b-form__row .input input { background: #fff; }
.b-form_white .b-form__row .select select { background: #fff; }
.b-form_white .b-form__row .b-form__row__l p { color: #000000; }

.r-list { -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); }

.r-list__title { background: #fff; }
.r-list__title p { color: #38383c; font-size: 16px; line-height: 18px; font-family: 'Lato'; font-weight: 900; padding: 15px 20px; }

.r-list__main { background: #fafafb; padding: 0 0 10px; }
.r-list__main ul { list-style: none; }
.r-list__main ul li { background: url(lib/assets/images/icons/check-green.png) 20px 50% no-repeat transparent; padding: 9px 10px 9px 50px; color: #000000; font-size: 16px; line-height: 17px; }

.r-list_no { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.r-list_no .r-list__main { background: none; }
.r-list_no .r-list__main ul li { font-size: 12px; line-height: 15px; padding: 0 10px 12px 30px; background: url(lib/assets/images/icons/check-green.png) 0 0 no-repeat transparent; }
.r-list_no .r-list__title { background: none; padding: 0 0 20px; }
.r-list_no .r-list__title p { font-size: 18px; line-height: 21px; padding: 0; }

.qtip-content { color: #fff; font-size: 12px; line-height: 15px; font-family: 'Lato'; font-weight: 700; }

.qtip-default.qtip-custom { background: #0087D0; border-width: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.qtip-default.qtip-custom .qtip-tip { border: 0; border-color: #0087D0; }
.qtip-default.qtip-custom .qtip-tip canvas { background: #0087D0; }
.qtip-default.qtip-custom .qtip-content { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; padding: 2px 5px; }

.p-list { margin: 0 0 20px; }

.p-list__item { padding: 20px 0; position: relative; display: block; background: none; margin: 0 0 10px; border-bottom: 1px solid #D8DCDE; }

.p-list__item:hover { background: rgba(255, 255, 255, 0.8); -webkit-transition: background 0.4s ease-in-out; -moz-transition: background 0.4s ease-in-out; -o-transition: background 0.4s ease-in-out; transition: background 0.4s ease-in-out; }
.p-list__item:hover .p-list__item__img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }
.p-list__item:hover .p-list__item__text .t-text { color: #0087D0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .p-list__item { padding: 0; margin: 0 0 25px; }
  .p-list__item:hover { background: none; }
  .p-list__item:hover .p-list__item__img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
  .p-list__item:hover .p-list__item__text .t-text { color: #38383c; } }
@media only screen and (max-width: 767px) { .p-list__item { padding: 0; margin: 0 0 20px; }
  .p-list__item:hover { background: none; }
  .p-list__item:hover .p-list__item__img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
  .p-list__item:hover .p-list__item__text .t-text { color: #38383c; } }

.p-list__item__img { position: relative; float: left; width: 225px; padding: 0 20px 0 0; -webkit-transition: opacity 0.4s ease-in-out; -moz-transition: opacity 0.4s ease-in-out; -o-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.p-list__item__img img { width: 100%; height:auto; }
.page-template-tpl-download-search-php .p-list__item__img img { border:1px solid #dcdcdd; }
.p-list__item__img .s-text { position: absolute; top: 0; left: 0; transform: translate(-10px, -20px); }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .p-list__item__img { width: 35%; padding: 0 5% 0 0; } }
@media only screen and (max-width: 767px) { .p-list__item__img { padding: 0 5% 0 0; width: 45%; }
  .p-list__item__img img { display: block; margin: 0 0 10px; } }

.page-template-tpl-download-search-php .p-list__item__img { display: block; }
.page-template-tpl-download-search-php .p-list__item__img .p-list__item__img__inner{ display: block; }
.page-template-tpl-download-search-php .p-list__item__img img { height: auto; max-height: 200px; max-width: 100%; width: auto; margin: 0 auto; display: block;}
@media only screen and (width: 768px) { .page-template-tpl-download-search-php .p-list__item__img img{ max-height: 150px; } }

.p-list__item__text { float: left; /*width: 390px; padding: 0 20px 0 0;*/ width:445px; padding:0; }
.p-list__item__text .t-text { font-size: 25px; line-height: 28px; padding: 0 0 15px; display: block; margin-bottom: 10px; font-family: 'Ubuntu', sans-serif; font-weight: 700; letter-spacing: -1px; }
.p-list__item__text .text { text-transform: uppercase; color: #64717A; display: block; letter-spacing: 1px; font-size: 14px; line-height: 21px; padding: 0 0 5px; font-weight: 700; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .p-list__item__text { width: 45%; padding: 0 5% 0 0; } }
@media only screen and (max-width: 767px) { .p-list__item__text { width: 50%; padding: 0; }
  .p-list__item__text .t-text { font-size: 18px; line-height: 20px; }
  .p-list__item__text .text { font-size: 13px; line-height: 18px; }
  .page-template-tpl-download-search-php .p-list__item__text .text { display:none; }
}


.p-list__item__ava { float: left; width: 35px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .p-list__item__ava { width: 10%; }
  .p-list__item__ava .qtip-box { float: right; } }
@media only screen and (max-width: 767px) { .p-list__item__ava { display: none; } }

.qtip-box { display: block; position: relative; }

.filter { padding: 25px 0 0; background: #fff; border-bottom: 1px solid #dcdcdd; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .filter { padding-left: 20px; padding-right: 20px; } }
@media only screen and (max-width: 767px) { .filter { padding-left: 10px; padding-right: 10px; } }

.filter_i { width: 960px; margin: 0 auto; }
.filter_i .filters { float: right; }
.filter_i .text { float: right; padding: 0 40px 0 0; }
.filter_i .text p { color: #000000; font-size: 13px; line-height: 15px; font-family: 'Lato'; font-weight: 900; text-transform: uppercase; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .filter_i { width: 100%; } }
@media only screen and (max-width: 767px) { .filter_i { width: 100%; }
  .filter_i .text { float: left; } }

.filters a { color: #000000; font-size: 16px; line-height: 18px; float: left; margin: 0 0 0 20px; padding: 0 0 16px; border-bottom: 4px solid transparent; -webkit-transition: border-color 0.4s ease-in-out; -moz-transition: border-color 0.4s ease-in-out; -o-transition: border-color 0.4s ease-in-out; transition: border-color 0.4s ease-in-out; }
.filters a:first-child { margin: 0; }
.filters a:hover { color: #0087D0; -webkit-transition: border-color 0.4s ease-in-out; -moz-transition: border-color 0.4s ease-in-out; -o-transition: border-color 0.4s ease-in-out; transition: border-color 0.4s ease-in-out; }
.filters a.active { color: #38383c; font-family: 'Lato'; font-weight: 900; border-bottom: 4px solid #0087D0; }

.c-cols { -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); width: 700px; margin: 0 auto 60px; }
@media only screen and (max-width: 767px) { .c-cols { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; width: 100%; } }

.single-memberpressgroup .mepr-price-boxes.mepr-2-col .mepr-price-box,
.c-cols__w50 { float: left; width: 350px; }
.single-memberpressgroup .mepr-price-boxes.mepr-2-col .mepr-price-box:last-of-type,
.c-cols__w50 + .c-cols__w50 { width: 349px; border-left: 1px solid #dbdcde; }
@media only screen and (max-width: 767px) { .single-memberpressgroup .mepr-price-boxes.mepr-2-col .mepr-price-box:last-of-type, .single-memberpressgroup .mepr-price-boxes.mepr-2-col .mepr-price-box, .c-cols__w50 { float: none; width: 100%; border-left: 0; margin: 0 0 25px; }
  .single-memberpressgroup .mepr-price-boxes.mepr-2-col .mepr-price-box + .single-memberpressgroup .mepr-price-boxes.mepr-2-col .mepr-price-box, .c-cols__w50 + .c-cols__w50 { width: 100%; border-left: 0; margin: 0 auto 25px; } }

.single-memberpressgroup .mepr-price-boxes.mepr-2-col .mepr-price-box{ -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

@media only screen and (min-width: 768px) and (max-width: 1024px) { .single-memberpressgroup .mepr-price-boxes.mepr-2-col .mepr-price-box{ margin:0; } }

.single-memberpressgroup .mepr-price-boxes.mepr-2-col .mepr-price-box,
.c-info__top { background: #fff; padding: 30px 0 0 0; }
.single-memberpressgroup .mepr-price-box-title,
.c-info__top h2 { text-align: center; color: #38383c; font-size: 36px; line-height: 40px; font-weight: normal; font-weight: 900; padding: 0 0 15px; }
.single-memberpressgroup .mepr-price-box-heading,
.single-memberpressgroup .mepr-price-box-price,
.c-info__top p { padding: 0 0 15px; color: #000000; font-size: 16px; line-height: 21px; font-family: 'Lato'; font-weight: 700; text-align: center; }
.c-info__top .btn { width: 130px; text-align: center; margin: 0 auto; display: block; }

.single-memberpressgroup .mepr-price-box-benefits .mepr-price-box-benefits-list .mepr-price-box-benefits-item,
.c-info__main__item { background: #fafafb; border-bottom: 1px solid #edeef0; font-weight:normal; }
.single-memberpressgroup .mepr-price-box-benefits .mepr-price-box-benefits-list .mepr-price-box-benefits-item,
.c-info__main__item p { color: #6b6b74; font-size: 16px; line-height: 18px; text-align: center; padding: 11px 0; }
.single-memberpressgroup .mepr-price-box-benefits .mepr-price-box-benefits-list .mepr-price-box-benefits-item:first-of-type,
.c-info__main__item:first-child { border-top: 1px solid #edeef0; }

.single-memberpressgroup .mepr-price-box-benefits .mepr-price-box-benefits-list,
.single-memberpressgroup .mepr-price-box-footer{ background:#FAFAFB; margin:0; }

.single-memberpressgroup .mepr-price-box-benefits .mepr-price-box-benefits-list{ margin-top:20px; }

.single-memberpressgroup .mepr-price-box-button,
.c-info__bot { background: #fafafb; padding: 30px 0; margin:0; display:block; }
.single-memberpressgroup .mepr-price-box-button a,
.c-info__bot .btn { width: 130px; text-align: center; margin: 0 auto; display: block; font-weight:normal; }

.p-info { padding: 45px 0 65px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .p-info { padding: 35px 0; } }
@media only screen and (max-width: 767px) { .p-info { padding: 0 0 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.grey.main_p-diff{ padding-top:35px; }
	.main_i.wpb_content_element{ margin-bottom:0; }
}

@media only screen and (max-width: 767px) {
	.grey.main_p-diff{ padding-top:30px; }
	.main.main_p-diff{ padding-top:20px; }
	.main_i.wpb_content_element{ margin-bottom:0; }
}

.p-info__item { float: left; /*width: 261px;*/ padding: 15px 20px; margin: 20px 0 40px 0; border: 1px solid #bdbdbd; }
/*@media only screen and (min-width: 768px) and (max-width: 1024px) { .p-info__item { width: 30%; margin: 0 0 0 5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; } }*/
@media only screen and (max-width: 767px) {
	body .vc_row-fluid .vc_span6,
	body .wpb_teaser_grid.wpb_carousel .vc_span6,
	body .vc_row-fluid .vc_span4,
	body .wpb_teaser_grid.wpb_carousel .vc_span4 {
		width: 100%;
		margin-left:0;
	}
}

@media only screen and (max-width: 767px) { .p-info__item { float: none; width: 100%; margin: 0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; }
  .p-info__item:first-child { margin: 0 0 20px; } }

.p-info__item__top { padding: 0 0 20px; }
.p-info__item__top .img { float: left; width: 70px; margin: 0 15px 0 0; }
.p-info__item__top .img img{ -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }
.p-info__item__top .text { float: left; width: 176px; }
.p-info__item__top .text p { color: #38383c; font-size: 18px; line-height: 20px; font-family: 'Lato'; font-weight: 700; font-style: italic; text-transform: uppercase; }
.p-info__item__top .text p b { color: #767678; font-weight: 900; font-size: 44px; line-height: 46px; font-family: 'Lato'; font-style: normal; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .p-info__item__top .text { max-width: 100px; } }

.p-info__item__main .post p { font-size: 16px; line-height: 21px; }

.p-text { padding: 45px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .p-text { padding: 35px 0 0; } }
@media only screen and (max-width: 767px) { .p-text { padding: 0; } }

.main_p-diff h3,
.p-text__top h3 { color: #38383c; font-size: 21px; line-height: 25px; padding: 0 0 20px; font-family: 'Lato'; }

.p-text__main__item { float: left; width: 450px; padding: 0 0 0 60px; }
.p-text__main__item:first-child { padding: 0 0 30px; }
.main_p-diff p,
.p-text__main__item p { color: #000000; font-size: 16px; line-height: 30px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .p-text__main__item { width: 45%; padding: 0 0 0 5%; }
  .p-text__main__item:first-child { width: 50%; padding: 0; } }
@media only screen and (max-width: 767px) {
.p-text__main__item { float: none; width: 100%; padding: 0 0 15px; }
.p-text__main__item:first-child { padding: 0 0 15px; } }
.h-top { background: #384047; /*height: 400px;*/ position: relative; overflow: hidden; background-position:center; background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.h-top_i { margin: 0 auto; width: 960px; padding: 30px 0 20px 0; position: relative; }
.h-top_i h1 a,
.h-top_i h1 { color: #fff; font-size: 50px; line-height: 54px; font-weight: 700; text-align: center; padding: 0 0 10px; }
.h-top_i p a,
.h-top_i p { color: #fff; font-size: 24px; line-height: 32px; padding: 0 0 5px; text-align: left; font-family: 'Lato'; font-weight: 700; }
.h-top_i p { width:640px; float:left; }
.h-top_i .glow-box{ margin:0 auto; float:right; margin:0; }
/*.h-top_i .glow-box { position: absolute; left: 50%; top: 30px; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0);  width: 744px; height: 517px; }*/
.h-top_i .glow-box .btn_glow { /*position: absolute; z-index: 10; top: 232px; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0);*/ font-size: 18px; width: 260px; height: 53px; line-height: 53px; padding: 0; }
/*.h-top_i .glow-box .btn_glow:hover { background: #10b7dc; }*/
a.closeheader{
    float:right;
    margin-left:10px;
    font-size:30px;
    color:#fff;
    margin-top:12px;
}
a.closeheader{
    color:#fff;
}
.h-top_i .glow-box a.closeheader:hover{
    color:#64ce83;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.h-top_i { width: 100%; }
  .h-top_i h1 a,
  .h-top_i h1 { font-size: 38px; line-height: 44px; }
  .h-top_i p { font-size: 21px; line-height: 25px; width:65%; }
  .h-top_i .glow-box { width:30%; } }
@media only screen and (max-width: 767px) {
.h-top_i { width: 100%; }
  .h-top_i h1 a,
  .h-top_i h1 { font-size: 30px; line-height: 34px; }
  .h-top_i p { font-size: 18px; line-height: 20px; }
  /*.h-top_i .glow-box { width: 500px; height: 517px; }*/
  .h-top_i .glow-box .btn_glow { width: 252px; }
.h-top_i p a, .h-top_i p {
    font-size: 20px;
    line-height: 26px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
/*.h-top { height: 300px; }*/
.h-top_i { padding: 20px; box-sizing:border-box; }
.h-top_i .glow-box{ margin-top:5px; }
.h-top_i .glow-box .btn_glow {
    width: 80%;
}
/*.h-top_i .glow-box .btn_glow { top: 162px; }*/ }
@media only screen and (max-width: 767px) {
/*.h-top { height: 350px; }*/
.h-top_i { padding: 20px; box-sizing:border-box; }
.h-top_i .glow-box{ margin-top:10px; width:100%; }
.h-top_i .glow-box .btn_glow {
    width: 80%;
}
/*.h-top_i .glow-box .btn_glow { top: 210px; }*/
.h-top_i p { line-height:1.5; width:100%; } }

.main-pr { padding: 0 0 20px; }
.home .main-pr { padding: 0; display: inline-block; width: 100%; margin-bottom: 45px; border-bottom: 1px solid #D8DCDE; }
.home .main-pr.no-border {border: 0;}

.main-pr__title,
.main-pr .header,
.filter_i .header
 {
    /* border-top: 1px solid #D8DCDE; */
    padding-top: 30px;
}
.main-pr__title h1, 
.main-pr__title h2,
.insights .header h1,
.insights .header h2 { 
    font-size: 18px;
    padding: 0 0 27px; 
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-pr__title p,
.main-pr .header p {
    margin-bottom: 30px;
}

.main-pr__main + .main-pr__main {
    border-top: 1px solid #D8DCDE;
    padding-top: 20px;
}
.main-pr__main .item {
    width: calc(100% * (1/3) - 28px );
    display: block;
    float: left;
    padding: 0 20px;
    border-left: 1px solid #D8DCDE;
    margin-bottom: 20px;
}
.main-pr__main .item:last-child {
    padding-right: 0;
}
.main-pr__main .item.cols-2 {
    width: 625px;
    padding: 0 20px 20px 30px;
}
.main-pr__main .item.item .img:hover,
.insight-item .img:hover,
.content .item .img:hover {
    opacity: 0.9;
}
/* .main-pr__main .item.item:hover a,
.insight-item:hover a,
.content .item:hover a  {
    color: #0087D0;
} */
.main-pr__main .item .img { display: block; background: #fff; margin: 0 0 15px; }
/* .main-pr__main .item .img:hover { opacity: 0.9; } */
.main-pr__main .item .img img { width: 100%; display: block; height:auto; }
.main-pr__main .item .text__title { display: block; color: #38383c; font-size: 18px; line-height: 20px; padding: 0 0 3px; font-family: 'Ubuntu', sans-serif; font-weight: 700; letter-spacing: -1px;}
.main-pr__main .item .text__t { display: block; color: #4e4f53; font-size: 14px; line-height: 16px; }
.main-pr__main .item .text__t strong { color: #0087D0; }
.main-pr__main .item:first-child { padding-left: 0; clear: both; border-left: 0;}
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
  .main-pr__main .item .text__title { font-size: 16px; line-height: 21px; }
  .main-pr__main .item .text__t { font-size: 13px; line-height: 21px; } }
@media only screen and (max-width: 767px) { .main-pr__main .item { float: none; width: 100%; padding: 0; margin: 0 0 25px; border: 0; } }

.download-posts .main-pr__main .item .img a{ display: block; }
.download-posts .main-pr__main .item .img img{ max-width: 100%; width: auto; max-width:100%; max-height: 190px; margin: 0 auto; }

.mp-posts .item{ width: 225px; padding: 0 0 27px 20px; }
.mp-posts .item:nth-of-type(3n+1){ clear:none; padding: 0 0 27px 20px;}
.mp-posts .item:nth-of-type(4n+1),
.mp-posts .item:first-child { padding-left: 0; clear: both;}

.events-wrap {
    background: #EEEEEE;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    border-bottom: 0;
}
.events-wrap-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
}
.events-wrap .events-wrap-inner .main-pr__title h2 {
    text-align: center;
    font-size: 33px;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
}
.events-wrap .events-wrap-inner .main-pr__title {
    text-align: center;
}
.events-wrap .events-wrap-inner .main-pr__main .item span.mp-img a {
    padding: 0 !important;
}
.events-wrap .events-wrap-inner .main-pr__main .item {
    border-left: 0 !important;
    width: calc(100% * (1/4) - 30px );
}
@media only screen and (max-width: 767px) {
	.events-wrap .events-wrap-inner .main-pr__main .item {
        width: 100%;
        /* float: left !important; */
    }
}
.events-wrap .main-pr__main .item .img a,
.mp-posts .main-pr__main .item .img a{ display: block; }
.events-wrap .main-pr__main .item .img img,
.mp-posts .main-pr__main .item .img img{ max-width: 100%; width: 100%; max-width:100; margin: 0 auto; }

.events-wrap .main-pr__main .item .img,
.mp-posts .main-pr__main .item .img{ min-height: 140px; }
.events-wrap .main-pr__main .item .img img,
.mp-posts .main-pr__main .item .img img{ vertical-align: middle; display:inline-block; }
.events-wrap .main-pr__main .item .img a,
.mp-posts .main-pr__main .item .img a{ min-height: 110px; line-height: 110px; text-align: center; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .events-wrap .main-pr__main .item .img,
	.mp-posts .main-pr__main .item .img{ min-height: 110px; }
    .events-wrap .main-pr__main .item .img a,
	.mp-posts .main-pr__main .item .img a{ padding-top: 15px; padding-bottom: 15px; min-height: 80px; line-height: 80px; }
    .events-wrap .main-pr__main .item .img img,
    .mp-posts .main-pr__main .item .img img{ max-height: 75px; }
}
@media only screen and (max-width: 767px) {
    .events-wrap .main-pr__main .item .img,
	.mp-posts .main-pr__main .item .img{ min-height: 100px; }
    .events-wrap .main-pr__main .item .img a,
	.mp-posts .main-pr__main .item .img a{ padding-top: 15px; padding-bottom: 15px; min-height: 70px; line-height: 70px; }
}

.home-banner-box{ width: 100%; height: 250px; text-align: center; position: relative; background: url("lib/assets/images/home-banner-image.jpg") no-repeat; background-size: cover;}
.home-banner-box { display: block; width: 100%; height: 100%; transition: background-color 0.4s ease-in-out; font-family: 'Ubuntu', sans-serif;}
.home-banner-box span { box-sizing: border-box; font-size: 18px; color: #fff; font-weight: 700; width: 100%; background: rgba(0, 0, 0, 0.8); padding: 10px; margin: 0; line-height: normal; position: absolute; bottom: 0; left: 0; transition: 0.4s ease-in-out; }
.home-banner-box h1{ box-sizing: border-box; color: #fff; width: 100%; background: rgba(0, 0, 0, 0.8); padding: 10px; margin: 0; line-height: normal; position: absolute; bottom: 0; left: 0; transition: 0.4s ease-in-out; }
/* .home-banner-box a:hover{ background: rgba(0, 0, 0, 0.2); }
.home-banner-box a:hover span{ background: rgba(76,76,76, 0.8); } */
.home-banner-box-first{ height: 400px; }
.home-banner-box-first .meta { text-transform: uppercase; letter-spacing: 1px; font-size: 11px; }
.home-banner-box-first a,
.home-banner-box-first p {z-index: 1; color: white;}
.home-banner-box-first p {font-size: 12px;}
.home-banner-box-first a:hover { color: #0087D0;}
.home-banner-box-first{ display: inline-flex; align-items: center; justify-content: center; flex-direction: column;}
.home-banner-box-first:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.4);}
/* .home-banner-box-first a:hover{ background: rgba(0,0,0,0.6); } */
.home-banner-box-first span{ font-size: 36px; background: none; max-width: 650px; display: block; position: static; margin: 0 auto; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); }
.home-banner-box-first h1{ background: none; max-width: 650px; display: block; position: static; margin: 0 auto 10px auto; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); }
.home-banner-box-first a:hover span{ background: none; }
.g-single img{ max-width: 100%; height: auto;}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main-pr__main .item.cols-2 { width: 66%; padding: 0 0 20px 0; }
	.mp-posts .item{ width: 22%; padding: 0 0 27px 4%; }
	.mp-posts .item:nth-of-type(3n+1){ clear:none; padding: 0 0 27px 4%;}
	.mp-posts .item:nth-of-type(4n+1),
	.mp-posts .item:first-child { padding-left: 0; clear: both;}
}
@media only screen and (width: 768px){
	.home-banner-box{ height: 200px; }
	.mp-posts .item{ width: 22%; padding: 0 0 27px 4%; }
	.mp-posts .item:nth-of-type(3n+1){ clear:none; padding: 0 0 27px 4%;}
	.mp-posts .item:nth-of-type(4n+1),
	.mp-posts .item:first-child { padding-left: 0; clear: both;}
}
@media only screen and (min-width: 1024px){
	.home-banner-box{ height: 250px; }
    .home-banner-box-first{ height: 400px; }
}
@media only screen and (max-width: 767px){
	.main-pr__main .item.cols-2 {
	    padding: 0;
	    width: 100%;
	}
	.main-pr__main .item.bnr-home{ display: none; }

	.mp-posts .item:nth-of-type(3n+1),
	.mp-posts .item:nth-of-type(4n+1),
	.mp-posts .item:first-child,
	.mp-posts .item{ width: 100%; padding: 0 0 27px 0; }

    .home-banner-box-first{  padding: 60px 30px; box-sizing: border-box; }
    .home-banner-box-first span{ font-size: 18px; }

}


.btn-box { padding: 0 0 25px; }
@media only screen and (max-width: 767px) { .btn-box { /*border-top: 20px solid #e3e5e7;*/ padding: 0 0 25px 0; } }

.btn-box__btn { padding: 0 0 10px; }
.btn-box__btn .btn { width: 100%; padding: 0; text-align: center; }
@media only screen and (max-width: 767px) { .btn-box__btn { width: 230px; margin: 0 auto; } .main-pr { padding: 0 0 20px; } }

.btn-box__bott { text-align: center; }

.featboxcl{ float:left; clear:both; width:100%; }

.hide { display: none; }

@media only screen and (max-width: 767px) { .hide-mobile { display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .hide-tablet { display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .show-tablet { display: block; } }
@media only screen and (max-width: 767px) { .show-mobile { display: block; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .comments_dif .comments__item .comments__item__l { float: none; padding: 0; }
  .comments_dif .comments__item .comments__item__l .item { padding: 0 0 25px; }
  .comments_dif .comments__item .comments__item__l .item img { position: static; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); margin: 0 0 15px; }
  .comments_dif .comments__item .comments__item__l .item p { display: block; padding: 0 0 2px; } }

.top-text { padding: 0 0 20px; }
.top-text h1 { color: #38383c; font-size: 24px; line-height: 30px; padding: 0 0 20px; font-weight: 900; font-family: 'Lato'; }
.top-text p { color: #333; font-size: 18px; line-height: 30px; padding: 0 0 20px; }

.insearch{ width:225px; }

.widget ul,
.widget_featuredlatestwidget2 .cols__c3{ padding:10px 0 0 0; }
.widget_featuredlatestwidget2 .cols__c3.sidey{ padding:20px 0 0 0; }

.widget_nav_menu ul{ padding:0; margin-top:0; }

.single-event .widget ul,
.single-event .widget_featuredlatestwidget2 .cols__c3,
.single-download .widget ul,
.single-download .widget_featuredlatestwidget2 .cols__c3,
.single-member-post .widget ul,
.single-member-post .widget_featuredlatestwidget2 .cols__c3{ border-top: 5px solid #fff; }

.downloadbox .widget a{ font-size:16px; font-family: "Lato"; font-weight: 700; }
.downloadbox .widget ul{ border-top: none; }

.rccolthumb{ margin-bottom:20px; }
.rccolthumb img{ max-width:100%; height:auto; display:block; width:100%; }
.rccolthumb a.rcolthumba{ position:relative; display:block; }
.rccolthumb a.rcolthumba:hover span.hover{ background-color: rgba(0, 0, 0, 0.2); }
.rccolthumb span.hover{ background-image:url(lib/assets/images/play-dark.png); background-position:center; background-repeat:no-repeat; position:absolute; top:0; left:0; display:block; height:100%; width:100%; }
.rccolthumb.downloadbox{ margin-bottom:0; }
.single-download .rccolthumb span.hover{ background-image:url(lib/assets/images/download-dark.png); }

.single-download .rccolthumb { display: block; margin: 0 0 15px; padding: 4px; }
.single-download .rccolthumb a{ display: block; }
.single-download .rccolthumb img { height: auto; max-height: 190px; max-width: 100%; width: auto; margin: 0 auto;}
@media only screen and (width: 768px) { .single-download .rccolthumb img{ max-height: 100px; } }

.nextprev{ margin-bottom:20px; }
.prevpost{ float:left; }
.nextpost{ float:right; }
.nextprev a{ line-height:79px; font-family: "Lato"; font-weight: 700; font-size:24px; display:block; width:50px; height:79px; color:#bfbfbf; }
.prevpost a{ background:url(lib/assets/images/prev.png) no-repeat top left; }
.nextpost a{ background:url(lib/assets/images/next.png) no-repeat top right; }
.prevpost a:hover{ background-position:bottom left; }
.nextpost a:hover{ background-position:bottom right; }
@media only screen and (min-width: 1220px) {
    .nextprev a{ position: fixed; top: 45%; }
    .prevpost a{ left: 50px; }
    .nextpost a{ right: 50px; }
}

.eventtable{ color: #000000; font-size: 16px; line-height: 30px; margin-bottom:30px; padding: 0 0 25px; width:100%; }
.eventtable tr{ border-bottom:1px dotted #ccc; }
.eventtable tr td:first-of-type{ text-align:right; padding-right:10px; width:100px; }
.eventtable tr td:nth-of-type(2n){ color:#000; font-family: "Lato"; font-weight: 700; }

.shareaholic-share-buttons-wrapper,
body .shareaholic-share-buttons-container ul.shareaholic-share-buttons{ margin-left:0 !important; width: 100%; }

.g {
    text-align: center;
}

.mp_wrapper .mp-form-row {
    float:left;
    width:100%;
}

body .mp_wrapper label{
    color:#666666;
    font-size:15px;
}

body .mp-form-label{
    float:left;
    width:175px;
    margin-bottom:5px;
    padding:10px 0 0 0;
}

body .mp_wrapper .mepr_price label {
    color: #38383c;
    font-weight:bold;
    float:left;
    width:175px !important;
    display:block !important;
    margin-bottom:10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .mp_wrapper .mepr_price label {
        width:100% !important;
    }
}

@media only screen and (max-width: 767px) {
    body .mp_wrapper .mepr_price label {
        width:100% !important;
        display:block !important;
        margin-bottom:5px;
    }
}



body .mp_wrapper textarea, .mp_wrapper select,
body .mp_wrapper input[type="text"],
body .mp_wrapper input[type="url"],
body .mp_wrapper input[type="email"],
body .mp_wrapper input[type="tel"],
body .mp_wrapper input[type="number"],
body .mp_wrapper input[type="password"]{
	font-size: 16px !important;
    float:left;
    width:450px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .mp_wrapper textarea, .mp_wrapper select,
    body .mp_wrapper input[type="text"],
    body .mp_wrapper input[type="url"],
    body .mp_wrapper input[type="email"],
    body .mp_wrapper input[type="tel"],
    body .mp_wrapper input[type="number"],
    body .mp_wrapper input[type="password"]{
        width:100% !important;
    }
}

@media only screen and (max-width: 767px) {
    body .mp_wrapper textarea, .mp_wrapper select,
    body .mp_wrapper input[type="text"],
    body .mp_wrapper input[type="url"],
    body .mp_wrapper input[type="email"],
    body .mp_wrapper input[type="tel"],
    body .mp_wrapper input[type="number"],
    body .mp_wrapper input[type="password"]{
        width:100% !important;
    }
}

body input.mepr-submit{
    margin-left:175px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body input.mepr-submit{
        margin-left:0;
    }
}

@media only screen and (max-width: 767px) {
    body input.mepr-submit{
        margin-left:0;
    }
}

.mepr_price_cell {
    background: #0087D0 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Lato";
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    line-height: 17px;
    padding: 2px 8px;
}

/* APPINDEX DIRECTORIES */
/* Stu /*
/* .profile_section_with_title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
} */
.profile_section_with_title .sidebarleft {
    padding-left: 0;
}
.profile_section_with_title .main__r {
    margin-left: 0px;
    padding-right: 0;
    border-right: 1px solid #D8DCDE;
    border-left: 0;
}
.get_started_profile_type {
	vertical-align: middle;
	width: 100%;
	text-align: right;
}

.directory_wrapper .get_started_badges {
	text-align: right;
}

.directory_wrapper .get_started_badges .profile_is_premium_main {
	/* margin-right: 3px; */
}

.network-single .get_started_badges {
	text-align: right;
}

.network-single .get_started_profile_type span {
	margin-right: 10px;
}

.network-single .btn_get_started a {
	padding: 14px 18px;
	background: #00AC18;
	vertical-align: middle;
	color: #fff;
}

.network-single .btn_get_started a,
table.get_started_details .btn_get_started a,
div.get_started_details a.btn_get_started {
    padding: 15px 40px 15px 20px;
    background: #00AC18;
    vertical-align: middle;
    color: #fff;
    margin-left: 6px;
    height: 22px;
    border-radius: 4px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
div.get_started_details a.btn_get_started.btn-blue {
    background: #197EBB;
}
div.get_started_details a.btn_get_started.btn-blue:hover {
    background: #156ea3;
}

.archive .network-single .btn_get_started a,
.archive table.get_started_details .btn_get_started a {
  background: #00AC18 none repeat scroll 0 0;
  color: #fff;
  padding: 14px 18px;
  vertical-align: middle;
}

div.get_started_details .get_started_badges a {
	/* display: inline-block;
	float: left;
	margin-left: 5px; */
}

div.get_started_details .get_started_badges a:hover{
    text-decoration: none;
}

.get_started_details .get_started_badges {
	display: inline-block;
	/* margin: auto 0; */
}

.get_started_details .get_started_badges span {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}

.get_started_details .get_started_badges ul {
	display: inline-block;
	margin: 24px 0px;
	float: right;
}

.get_started_details .get_started_badges ul li a {
	font-size: 12pt;
}

.get_started_details_logo {
	width: 155px;
}


.get_started_details_logo .tagline-small {
	font-weight: 500;
	font-style: italic;
}

.get_started_details ul {
	min-width: 150px;
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

.get_started_details ul li {
	list-style: none;
	width: 100%;
	margin-bottom: 5px;
}

.get_started_details .textlink {
	display: inline-block;
	background: #f0f0f0;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	font-weight: 700;
}

.get_started_details .textlink a {
	display: block;
	text-align: center;
	color: #000;
}

.get_started_badges .ma_badge {
	display: inline-block !important;
	width: 87px;
	height: 23px;
	background: #666;
}

.profile_is_featured_main .ma_badge {
	background: url('img/featured.png') no-repeat;
}

.profile_is_premium_main .ma_badge {
	background: url('img/premium.png') no-repeat;
}

.get_started_details .btn_get_started {
	background: #2ea836;
	padding-top: 6px;
	padding-bottom: 6px;
}
.get_started_details .btn_get_started:hover {
	background: #009915;
}
.get_started_details a.btn_get_started,
.get_started_details .btn_get_started a {
	display: block;
	text-align: center;
    color: #fff;
}
.btn_get_started {
    font-size: 16px;
    position: relative;
}
.btn_get_started::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 20px;
}

.get_started_details_rating {
	vertical-align: middle;
}

.network_rating {
	display: inline-block;
	padding: 5px;
	margin-left: 20px;
	border: solid 2px #f0f0f0;
}

.network_rating_stars {
	display: block;
}

.network_rating_stars .base {
	background: url('img/wpcr_newstars.png') 0 0 no-repeat;
	width: 85px;
	height: 17px;
	float: left;
	padding-right: 4px;
	overflow: hidden;
	display: block;
}

.network_rating_stars .average {
	background: url('img/wpcr_newstars.png') 0 -16px no-repeat;
	text-indent: -9999px;
	height: 17px;
	display: block;
}

table.get_started_details .btn_get_started a {
    padding: 14px 18px;
	vertical-align: middle;
	color: #fff;
        line-height: 26px;
}

.get_started_details .get_started_badges ul {
	display: inline-block;
	margin: 24px 0px;
	float: right;
}

.get_started_details .get_started_badges ul li a {
	font-size: 12pt;
}

.get_started_details_logo {
	width: 69%;
}

.get_started_details_logo h3 {
        font-size: 15pt;
        line-height: initial;
}

.get_started_details_logo .tagline-small {
	font-weight: 500;
	font-style: italic;
}

.directory_wrapper .get_started_badges {
    text-align: right;
}

.get_started_details ul {
	min-width: 150px;
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

.get_started_details ul li {
	list-style: none;
	width: 100%;
	margin-bottom: 5px;
}

.get_started_details .textlink {
	display: inline-block;
	background: #f0f0f0;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	font-weight: 700;
}

.get_started_details .textlink a {
	display: block;
	text-align: center;
	color: #000;
}

.get_started_badges .ma_badge {
	display: inline-block !important;
	width: 87px;
	height: 23px;
	background: #666;
}

.profile_is_featured_main .ma_badge {
	background: url('lib/assets/images/featured.png') no-repeat;
}

.profile_is_premium_main .ma_badge {
	background: url('lib/assets/images/premium.png') no-repeat;
}

.get_started_details .btn_get_started {
	background: #2ea836;
	padding-top: 7px;
	padding-bottom: 6px;
}

.get_started_details .btn_get_started a {
	display: block;
	text-align: center;
	color: #fff;
}

.get_started_details_rating {
	vertical-align: middle;
}

.network_rating {
	display: inline-block;
	padding: 5px;
	margin-left: 20px;
	border: solid 2px #f0f0f0;
}

.network_rating_stars {
	display: block;
}

.network_rating_stars .base {
	background: url('lib/assets/images/wpcr_newstars.png') 0 0 no-repeat;
	width: 85px;
	height: 17px;
	float: left;
	padding-right: 4px;
	overflow: hidden;
	display: block;
}

.network_rating_stars .average {
	background: url('lib/assets/images/wpcr_newstars.png') 0 -16px no-repeat;
	text-indent: -9999px;
	height: 17px;
	display: block;
}

.btn_moreinfo,.btn_download {
	width: 50%;
	text-align: center;
}

.guide_thumbnail img {
	margin-left: 10px;
}

.guide_intro_description h3 {
	padding: 0;
	margin: 0px 10px;
}

.btn_moreinfo a {
	background: #f0f0f0;
	padding: 6px 0px;
	display: block;
	margin: 10px;
	font-size: 13pt;
	font-weight: 700;
}

.btn_download a {
	background: #2ea836;
	padding: 6px 0px;
	display: block;
	margin: 10px;
	font-weight: 700;
	font-size: 13pt;
	color: #fff;
}

.guides_divider {
	display: block;
	padding: 1px;
}

.post-archive,.post-search {
	display: block;
    border: solid 1px #D8DCDE;
    border-bottom: 0;
    padding: 10px;
	margin-bottom: -2px;
}
.post-archive:last-child {
    border-bottom: solid 1px #D8DCDE;
}
.post-archive:hover {
    background: #f4f4f4;
    /* border-left: 2px solid #0087D0;
    padding-left: 19px !important; */
    /* cursor: pointer;
    /* background-color: white;
    transform: scale(1.02);
    border-color: white;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    z-index: 9; */ 
}

.post-archive:hover .entry-title {
    color:#0087D0;
}
.post-archive:hover a .entry-title {
    color:#0087D0;
}

article a {
	text-decoration: underline;
	color: #0087D0;
}

.post-search img {
	max-width: 100%;
	height: auto;
}

.post-archive h3 {
	margin-top: 0;
}

.post-search h3 a {
	font-size: 25pt;
}

.network_rating_stars {
	background: url('lib/assets/images/wpcr_newstars.png') no-repeat center left;
}

.network-tab-page-content {
	border: 2px solid #efefef !important;
	padding: 0 25px !important;
}

.network-tab-page-content h2,
.network-tab-page-content h3,
.page-template.page .post h2,
.page-template.page .post h3{
    margin-top: 20px;
    margin-bottom: 10px;
}

.wp-pagenavi .pages,.wp-pagenavi .current {
	border: solid 1px #0087D0;
	color: #fff;
	background: #0087D0;
	padding: 5px;
	margin-right: 3px;
}

div.wp-pagenavi {
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0 !important;
	text-align: center;
    width: 100%;
    float: left;
}

.wp-pagenavi a {
	border: solid 1px #c8c8c8;
	color: #333;
	background: #f9fafa;
	padding: 5px;
	margin-right: 3px;
}

.wp-pagenavi a:hover {
	border: solid 1px #c8c8c8;
	color: #333;
	background: #c8c8c8;
	padding: 5px;
	margin-right: 3px;
	text-decoration: none;
}

.wp-pagenavi a,.wp-pagenavi span {
	font-size: 16px;
}

.wp-pagenavi .extend {
	margin-right: 3px;
}

.guides_wrapper .guides {
	min-width: 100%;
	display: inline-block;
}

.guides_wrapper .guides img {
	float: left;
}

.guides_wrapper .guides h3 {
	float: right;
}


/* APPINDEX SINGLES */
.guide-single #profile_header,
.data-single #profile_header,
.network-single #profile_header {
	border: solid 2px #efefef;
	padding: 10px;
        width: 100%;
}

#sticky-wrapper{
	position: relative;
	z-index: 1000;
	display: block;
}

.is-sticky .full-width-header{
	/* -webkit-box-shadow: 1px 3px 10px -4px #ccc;
    box-shadow: 1px 3px 10px -4px #ccc; */
    background: white;
}

.full-width-header {
	border-bottom: 1px solid #d5d2d2;
	padding: 30px 0;
    z-index: 999 !important;
}

.hero-header {
    background: #007BC9;
	border-bottom: 1px solid #d5d2d2;
	padding: 60px 0;
    z-index: 999 !important;
}
.hero-header .container {
    max-width: 960px;
    margin: 0 auto;
}
.hero-header--content {
    max-width: 50%;
}
.hero-header p,
.hero-header h1,
.hero-header h2,
.hero-header h3 {
    color: white;
}
.hero-header h1 em {
    font-weight: 400;
}


#archive_intro{
	position: relative;
}

.full-width-header--inner{
	display:flex;
	/* align-items: center; */
}

.full-width-header--inner---image{
	float: left;
	margin-right: 35px;
	max-width: 155px;
}

.full-width-header--inner---image img{
	max-height: 80px;
    max-width: 100%;
    height: auto;
}

.full-width-header--inner---title{
	float: left;
	flex: 1;
	margin-right: 20px;
	width: 495px;
}

.full-width-header--inner---title----image img{
    max-width: 100%;
    height: auto;
    max-height: 75px;
    width: auto;
}

body.single-marketplace_entry .full-width-header--inner---title h1,
body.single-app_developer .full-width-header--inner---title h1,
body.single-mobile_ad_network .full-width-header--inner---title h1,
body.single-advertising_network .full-width-header--inner---title h1,
body.single-affiliate_network .full-width-header--inner---title h1{
	margin-top: 0;
	margin-bottom: 5px;
}

/* body.single-app_developer .full-width-header--inner---title h1 a:hover,
body.single-marketplace_entry .full-width-header--inner---title h1 a:hover,
body.single-advertising_network .full-width-header--inner---title h1 a:hover,
body.single-affiliate_network .full-width-header--inner---title h1 a:hover{
    text-decoration: underline;
} */

.full-width-header--inner---title p{
	color: #000000;
	font-size: 16px;
	margin-bottom: 2px;
    line-height: 1.3;
}

.full-width-header--inner---title .network_rating{
	border: 0;
	margin-left: 0;
	padding-left: 0;
}

.get_started_details .get_started_badges.full-width-header--inner---badges{
    margin-left: 0;
    display: flex;
}
.get_started_badges-icons {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 1061px) and (max-width: 1199px) {
    .single .get_started_details .get_started_badges.full-width-header--inner---badges{
        margin-right: 50px;
    }
    .single .get_started_details .get_started_badges.full-width-header--inner---badges a.btn_get_started {
        min-width: 195px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1060.9px) {
    .single .get_started_details .get_started_badges.full-width-header--inner---badges{
        margin-right: 40px;
    }
    .single .get_started_details .get_started_badges.full-width-header--inner---badges a.btn_get_started {
        min-width: 195px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024.9px) {
    .single .get_started_details .get_started_badges.full-width-header--inner---badges a.btn_get_started {
        min-width: 180px;
    }
}

.full-width-header h1{
	margin-top: 0;
}
@media only screen and (min-width: 960px) {
    .full-width-header.hero-image--home .container {
        width: 960px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .single-app_developer .container,
    .single-marketplace_entry .container,
    .single-advertising_network .container,
    .single-affiliate_network .container,
    .post-type-archive-app_developer .container,
    .post-type-archive-marketplace_entry .container,
    .post-type-archive-advertising_network .container,
    .post-type-archive-affiliate_network .container,
    .full-width-header .container {
		width: 960px;
        margin: 0 auto;
	}
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

.visible-lg {
    display: block !important;
}

.tabwrap{
	/* margin-right: 15px; */
}
.news-landing .ma_tab_toolbar,
.insights .ma_tab_toolbar {
    max-width: 100%;
}
.news-landing {
    padding-top: 27px !important;
}
@media only screen and (min-width: 768px) {
    .news-landing .main__l.contentleft, .news-landing .main__r.sidebarright {
        padding-top: 15px;
    }
}

.ma_tab_toolbar {
	border: 1px solid #D8DCDE;
    margin-bottom: 20px;
	padding: 0 25px;
    line-height: 1.42857143;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* max-width: 750px; */
    margin-left: auto;
    margin-right: auto;
}
.directory_wrapper .ma_tab_toolbar {
	padding: 0 25px 0 0;
}
@media only screen and (max-width: 767px) {
    .ma_tab_toolbar {
        display: block;
    }
}

.ma_tab_toolbar #tab_directory {
    padding: 12px 42px 12px 14px;
    position: relative;
    border-right: 1px solid #D8DCDE;
}
.ma_tab_toolbar #tab_directory:hover,
.ma_tab_toolbar #tab_directory.btn-hover {
    background: #39464F;
    color: #FFF;
}
@media only screen and (max-width: 767px) {
    .ma_tab_toolbar #tab_directory.btn-hover {
        background: transparent;
        color: #000;
        border-right: 0;
    }
}
.ma_tab_toolbar #tab_directory.active {
    border-bottom: solid 3px #0087D0;
}
.ma_tab_toolbar #tab_directory.active.btn-hover {
    border-bottom: 3px transparent;   
}
.ma_tab_toolbar #tab_directory:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.ma_tab_toolbar #tab_directory .ma_tab_header > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 10px;
    margin-top: 2px;
}

.ma_tab_toolbar a {
	display: inline-block;
	border-bottom: none;
	margin: 0;
	margin-right: 5px;
	margin-bottom: -1px;
	padding: 12px 10px;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

.ma_tab_toolbar a.active {
	border-bottom: solid 3px #0087D0;
	position: relative;
    outline: 0;
    font-weight: 700;
}

.ma_tab_toolbar a span.ma_tab_header {
	display: block;
	text-align: center;
}
/*.ma_tab_toolbar a#tab_connect span.ma_tab_header span.connect_inner {
	display: block;
	margin: 0;
	background: #efefef;
}

.ma_tab_toolbar a#tab_connect.tab_connect_premium span.ma_tab_header span.connect_inner
	{
	background: #0087D0 url('img/connect_tab.png') no-repeat right center;
	color: #fff;
}

.ma_tab_toolbar a#tab_connect.active span.ma_tab_header {
	padding-left: 0px;
}

.ma_tab_toolbar a#tab_connect.tab_connect_premium.active span.ma_tab_header
	{
	padding-left: 7px;
	border-left: none;
}*/

.network-single .ma_badge {
	margin-right: 5px;
}

.network-single .get_started_details_logo img {
	max-width: 185px;
	height: auto;
}

.tab_window {
	display: none;
	z-index: 0;
}

.tab_window.active {
	display: block;
	border: 1px solid #D8DCDE;
	padding: 15px;
	width: 100%;
	height: auto;
    box-sizing: border-box;
}
.tab_window.events-list {
    text-align: center;
    border: 0;
}
.tab_window.events-list .p-list.content {
    display: inline-block;
}
.tab_window.events-list .p-list.content .p-list__item__text {
    text-align: left;
}

.archive.post-type-archive .tab_window.active
{
    border: none;
    padding: 0;
}
.archive.post-type-archive .tab_window.extra-info p,
.archive.post-type-archive .tab_window.extra-info ul,
.page-template.page-template-tpl-event-search .tab_window.extra-info p,
.page-template.page-template-tpl-event-search .tab_window.extra-info ul
{
    font-size: 18px;
    margin: 0 auto 20px auto;
    /* line-height: 23px; */
}
.archive.post-type-archive .tab_window.extra-info .gform_wrapper ul.gform_fields,
.page-template-tpl-event-search .tab_window.extra-info .gform_wrapper ul.gform_fields { margin-bottom: 0; }
.archive.post-type-archive .tab_window.extra-info ul:not(.gform_fields),
.page-template.page-template-tpl-event-search .tab_window.extra-info ul:not(.gform_fields) { margin-left: 20px; }
.network-single  .tab_window table {
	width: 100%;
    border: solid 1px #D8DCDE;
}

.network-single .tab_window h2,  .archive.post-type-archive .tab_window.extra-info h2,
.network-single .tab_window h3,  .archive.post-type-archive .tab_window.extra-info h3,
.network-single .tab_window .profile_subtitle,
.directory_wrapper .tab_window .profile_subtitle,
#wpcr_postcomment
{
	font-weight: 700;
	font-size: 18pt;
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
    line-height: initial;
    letter-spacing: -0.5px;
}

.network-single .tab_window p {
	font-size: 18px;
	margin: 0 auto 20px auto;
}

.network-single .tab_window li, 
.archive.post-type-archive .tab_window.extra-info li,
.page-template.page-template-tpl-event-search .tab_window.extra-info li {
	font-size: 18px;
}

.network-single .tab_window tr {
	border: solid 1px #D8DCDE;
}

.network-single .tab_window tr.alternate {
	background: #fff;
}

.network-single .tab_window td {
	padding: 10px;
	vertical-align: middle;
}

.network-single .tab_window td p {
	font-size: 18px;
}

.network-single .tab_window th {
	width: 200px;
	font-size: 18pt;
	padding-left: 10px;
}

.tab_window td.tab_getstarted a,.tab_window td.tab_downloads a {
	/* display: block;
	padding-right: 30px; */
	/* background: url('lib/assets/images/view.png') no-repeat right center; */
}

.tab_window td.tab_getstarted a, .tab_window #connectwebpage
{
    font-size: 16px;
}

.tab_window ul.twitterfeed
{
    position: relative;
}

.tab_window ul.twitterfeed li:after, .tab_window ul.twitterfeed li:before{
    content: " ";
    display: table;
}

.tab_window ul.twitterfeed li p
{
    margin-top: 0;
}

.tab_window #mobile_ad_network_features {
	margin-top: 20px;
}

.tab_connecttable th {
	padding: 0;
}

.tab_connecttable th p,
.tab_connecttable td p {
    padding: 0px;
    margin: 0 !important;
    line-height: 23px !important;
    font-size: 18px !important;
}

.tab_connecttable td a {
    padding: 0px;
    line-height: 30px !important;
    font-size: 18px !important;
}


.tab_connecttable td {
	padding: 0;
}
.tab_connecttable td a {
    color: #0087D0;
    text-decoration: underline;
}
.tab_connecttable td a.ma_network_social {
    color: #000 !important;
    text-decoration: none !important;
    display: inline-flex !important;
}
.tab_connecttable td a.ma_network_social:hover {
    color: #0087D0 !important;
    text-decoration: none !important;
}
.tab_connecttable td a:hover {
    color: #000;
    text-decoration: underline;
}
.rich_profile_button {
	padding: 6px 14px;
	margin-right: 5px;
}

.rich_profile_button_twitter {
	background: url('lib/assets/images/twitter.png') no-repeat;
}

.rich_profile_button_facebook {
	background: url('lib/assets/images/facebook.png') no-repeat;
}

.rich_profile_button_linkedin {
	background: url('lib/assets/images/linkedin.png') no-repeat;
}

.rich_profile_button_youtube {
	background: url('lib/assets/images/youtube.png') no-repeat;
}

.rich_profile_button_google {
	background: url('lib/assets/images/googleplus.png') no-repeat;
}

.tab_window .twitterfeed {
	padding: 0;
}

.tab_window .twitterfeed li {
	display: block;
	clear: both;
	margin-bottom: 15px;
}

.tab_window .twitterfeed p {
	font-size: 14px;
	margin-bottom: 0;
}

.tab_window .twitterfeed a {
	color: #0087D0;
}

.tab_window .twitterfeed img {
	margin-right: 10px;
}

.tab_window .twitterfeed .intent {
	position: absolute;
	right: 20px;
}

.twitterfeed .tweet {
    border-bottom: 1px solid #D8DCDE;
}
.tab_window .twitterfeed .timeline {
	/* position: absolute;
	left: 84px; */
    
    line-height: 16px;
    color: #64717A;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tab_window ul.newsfeed_list {
	padding: 0;
	list-style: none;
}

.tab_window .newsfeed_list li {
	padding: 5px 10px;
}

.tab_window .newsfeed_list li span {
	display: block;
	font-size: 14px;
    line-height: initial;
}

.wpcr_fl.wpcr_rname {
	font-size: 8pt;
	vertical-align: bottom;
}

.wpcr_fl.wpcr_rname .dtreviewed {
	margin-left: 5px;
}

#wpcr_button_1 {
	display: block;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: 700;
	background: #2da836;
	font-size: 13pt;
}

#wpcr_respond_2 {
	display: none;
	border: none;
}

#wpcr_respond_2 table {
	border: none;
}

#wpcr_respond_2 td {
	width: auto;
}
.network_sidebar_contact {
    border: 1px solid #D8DCDE;
    margin-bottom: 20px;
}

.network_sidebar_contact .network_sidebar_heading, .network_sidebar_message .network_sidebar_heading {
	/* background: #efefef none repeat scroll 0 0; */
	font-size: 18px;
	font-weight: 700;
	padding: 15px 15px 0 15px;
	text-align: center;
    box-sizing: border-box;
    line-height: 1.42857143;
}

.network_sidebar_message .gform_wrapper {
	background: #efefef;
	padding: 5px 15px;
	margin: 20px 0;
	max-width: 100%;
	width: 100%;
    box-sizing: border-box;
}

.network_sidebar_message .gform_wrapper label{
    padding-bottom: 0;
    margin: 1em 0 0 !important;
}

.network_sidebar_message .gfield input[type="text"],.network_sidebar_message .gfield input[type="email"],.network_sidebar_message .gfield textarea
{
	margin-top: 10px;
	width: 100% !important;
	padding: 5px !important;
	border: 1px solid #ddd;
	border-radius: 0px;
	font-size: 14px;
    background-color: #fff;
}

/* body .network_sidebar_message input[type="submit"],
body .network_sidebar_message input[type="submit"]:hover {
	width: 100% !important;
	background: #0087D0;
	color: #fff;
	border: 0px;
	padding: 10px;
	font-size: 1.5em !important;
    font-weight: normal;
    border-radius: 0;
} */

.network_ad {
    float: right;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0;
}

.network_ad img {
    max-width: 100%;
}

.network_sidebar_contact ul {
	/* background: #efefef; */
	margin: 10px 0px;
	padding: 10px;
	list-style: none;
}
.network_social {
    padding: 10px 10px 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.ma_network_social {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #D8DCDE;
    margin-right: 10px;
    margin-bottom: 10px;
}
.ma_network_social_google:before {
    content: '\f1a0';
    font: normal normal normal 22px/1 FontAwesome;
}
.ma_network_social_slideshare:before {
    content: '\f03d';
    font: normal normal normal 22px/1 FontAwesome;
}
.ma_network_social_youtube:before {
    content: '\f167';
    font: normal normal normal 22px/1 FontAwesome;
}
.ma_network_social_facebook:before {
    content: '\f09a';
    font: normal normal normal 22px/1 FontAwesome;
}
.ma_network_social_twitter:before {
    content: '\f099';
    font: normal normal normal 23px/1 FontAwesome;
}
.ma_network_social_linkedin:before {
    content: '\f0e1';
    font: normal normal normal 23px/1 FontAwesome;
}
.ma_network_social_instagram:before {
    content: '\f16d';
    font: normal normal normal 23px/1 FontAwesome;
}

li.ma_network_contact {
    /* background: #ddd; */
    border: 1px solid #D8DCDE;
	padding: 0;
	min-height: 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 16px;
}

li.ma_network_contact:not(:last-of-type){
    margin-bottom:10px;
}
li.ma_network_contact a {
    font-size: 16px;
}

li.ma_network_contact:before {
	content: '';
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 20px;
    height: 20px;
    padding: 12px;
    background-color: #D8DCDE;
}

li.network_contact_phone:before {
    content: '\f095';
    width: 23px;
    height: 23px;
    padding: 11px;
    /* background: url(lib/assets/images/network-phone.png) no-repeat scroll 0px 2px #D8DCDE; */
    font: normal normal normal 26px/1 FontAwesome;
}
li.ma_network_contact a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
li.network_contact_other > span {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
li.network_contact_other:before {
    content: '\f1e6';
    font: normal normal normal 20px/1 FontAwesome;
}

li.network_contact_web:before {
    content: '\f0c1';
    font: normal normal normal 20px/1 FontAwesome;
}
li.network_contact_email:before {
	content: '\f0e0';
    /* background: url(lib/assets/images/network-phone.png) no-repeat scroll 0px 2px #D8DCDE; */
    font: normal normal normal 18px/1 FontAwesome;
}
li.network_contact_skype:before {
    content: '\f17e';
    width: 24px;
    height: 24px;
    padding: 10px;
    /* background: url(lib/assets/images/network-skype.png) no-repeat scroll 0px 2px #D8DCDE; */
    font: normal normal normal 26px/1 FontAwesome;
}


/* Thank you ColorRating for the inspiration and image */
#wpcr_respond_1 #wpcr_hcard_h
{
    display: none;
}
#wpcr_respond_1 .sp_rating {
	line-height: 1.7em;
	display: block;
}

#wpcr_respond_1 .sp_rating * {
	border: 0 none;
	margin: 0;
	padding: 0;
}

#wpcr_respond_1 .base { /* TODO fix the background images */
	background: url(lib/assets/images/wpcr_newstars.png) 0 0 no-repeat;
	width: 85px;
	height: 17px;
	float: left;
	padding-right: 4px;
	overflow: hidden;
	display: block;
}

#wpcr_respond_1 .average {
	background: url(lib/assets/images/wpcr_newstars.png) 0 -15px no-repeat;
	text-indent: -9999px;
	height: 17px;
}

#wpcr_respond_2 {
	display: none;
	background-color: inherit;
}

#wpcr_commentform .sp_rating {
	line-height: 1.7em;
	display: block;
}

#wpcr_commentform  .sp_rating * {
	border: 0 none;
	margin: 0;
	padding: 0;
}

#wpcr_commentform .status {
	height: 16px;
	width: 100px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: block;
}

#wpcr_commentform  .base {
	display: none;
}

#wpcr_commentform .score {
	background: url(lib/assets/images/wpcr_newstars.png) 0 0 no-repeat;
	width: 85px;
	height: 17px;
	float: left;
	position: relative;
}

#wpcr_commentform .score a {
	display: block;
	height: 17px;
	float: left;
	text-indent: -9999px;
	position: absolute;
	overflow: hidden;
	line-height: 1em;
}

#wpcr_commentform .score a:hover {
	background: url(lib/assets/images/wpcr_newstars.png) bottom right no-repeat;
}

#wpcr_commentform .score1 {
	width: 20%;
	z-index: 55;
}

#wpcr_commentform .score2 {
	width: 40%;
	z-index: 54;
}

#wpcr_commentform .score3 {
	width: 60%;
	z-index: 53;
}

#wpcr_commentform .score4 {
	width: 80%;
	z-index: 52;
}

#wpcr_commentform .score5 {
	width: 100%;
	z-index: 51;
}

#wpcr_commentform #fconfirm1,#wpcr_commentform #fconfirm3 {
	display: none;
}

#wpcr_submit_btn {
	border: none;
	box-shadow: none;
	background: #0087D0;
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
}

.wpcr_fl {
	display: inline-block;
	float: left;
	margin-right: 3px;
	margin-top: -3px;
}

.hreview blockquote {
	margin-top: 35px;
	padding-top: 0;
}

.commentlist {
	padding: 0;
	list-style: none;
}

.comments-title {
	font-weight: 700;
}

.comment.even {
	background: #efefef;
	border: none;
	padding: 10px;
	margin: 10px;
}

.comment.odd {
	background: #fff;
	border: solid 2px #efefef;
	padding: 10px;
	margin: 10px;
}

.comment-body p {
	font-size: 11pt;
}

.comment-meta {
	display: inline-block;
}

.comment-meta ul {
	padding: 0;
	list-style: none;
	float: right;
	margin: 0px 10px;
	font-size: 9pt;
}

.comment-meta img {
	border: solid 1px #c8c8c8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 2px;
	background: #fff;
}

.comment-edit-link {
	display: block;
}

.comment-form-comment {
	vertical-align: top;
}

.comment-form-comment textarea {
	width: 100%;
}

.comment-form .form-submit #submit {
	background: #2ea836;
	font-weight: 700;
	font-size: 12pt;
	padding: 5px 20px;
	border: none;
	box-shadow: none;
	color: #fff;
}

.guide-single .guide_intro_description {
	vertical-align: top;
    font-size: 20pt;
    font-weight: 700;
	padding-left: 10px;
	display: inline-block;
}

.guide-single .btn_download {
	vertical-align: bottom;
}

.guide-single .btn_download a {
	max-width: 200px;
}

#profile_downloads li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #efefef;
}

#profile_downloads li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

/* Featured Networks */
.featured_networks_section {
	margin-bottom: 10px;
        clear: both;
}

.single .featured_networks_section p a,
.featured_networks_section h4,
h4.featured_networks_section_title {
	background: #efefef;
    margin: 0px;
    padding: 10px;
    /*margin: 0px;
        text-transform: uppercase;
	padding: 10px 0;
	font-weight: 900;
        font-size: 18px;
        color: #000;*/
}

.featured_networks_section_shortcode.full_width_widget {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
@media only screen and (max-width: 767px) {
    .featured_networks_section_shortcode.full_width_widget {
        width: auto;
        margin-left: auto;
        left: auto;
    }
}
.featured_networks_section_shortcode.full_width_widget .latest__row__main .cols.cols_diff-width {
    display: flex;
}
.featured_networks_section_shortcode .featured_networks_section_title p { padding-bottom: 5px; }
.featured_networks_section_shortcode .featured_networks_section_title p a {
    background: #efefef;
    margin: 0px;
    padding: 10px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    color: #333;
}
.featured_networks_section_shortcode .featured_networks_section_title p a:hover { text-decoration: underline; color: #0087D0; }
.featured_networks_section_shortcode .latest__row__main {
    background: #EFEFEF;
    margin: 5px 0 10px;
    padding: 5px;
    text-align: center;
}
.featured_networks_section_shortcode .latest__row__main .featured_cols {
    display: inline-block;
    float: none;
    text-align: left;
    background-color: #FFF;
    padding: 10px;
    margin: 3px;
    width: 29%;
    border: 2px solid #FFF;
    transition: border 0.4s ease-in-out;
}
.featured_networks_section_shortcode .latest__row__main .featured_cols:hover { border-color: #0087D0; }
.featured_networks_section_shortcode .latest__row__main .featured_cols .text { height: 62px; display: table; }
.featured_networks_section_shortcode .latest__row__main .featured_cols .text a {
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}
.featured_networks_section_shortcode .latest__row__main .featured_cols .text a:hover { text-decoration: underline; }
@media only screen and (min-width: 768px) and (max-width: 930px) {
    .featured_networks_section_shortcode .latest__row__main .featured_cols {
        width: 28%;
    }
}
@media only screen and (max-width: 767px) {
    .featured_networks_section_shortcode.full_width_widget .latest__row__main .cols.cols_diff-width {
        display: block;
    }
    .featured_networks_section_shortcode .latest__row__main .featured_cols {
        border: none;
        width: auto;
        padding: 10px;
        margin: 0px 0px 5px 0px;
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
    .featured_networks_section_shortcode .latest__row__main .featured_cols:last-child {
        margin-bottom: 0px;
    }
    .featured_networks_section_shortcode .latest__row__main .featured_cols .img {
        float: none;
        padding: 20px;
        display: block;
        max-width: 500px;
        width: auto;
        margin: 0 auto;
        vertical-align: middle;
    }
    .featured_networks_section_shortcode .latest__row__main .featured_cols .text {
        display: block;
        padding: 0px;
        padding-bottom: 5px;
        padding-left: 10px;
        height: auto;
    }
}

.featured_networks_section h4
{
    text-align: center;
}

.widget_ma_widget_latest_networks h3:hover {
	color: #000;
}

.featured_networks_items
{
    display: table;
    width: 100%;
    margin-top: 5px;
	margin-bottom: 30px;
}

.featured_networks_item {
	display: inline-block;
	min-height: 125px;
	margin: 4px 2px;
	vertical-align: top;
}

.featured_networks_item .featured_logo_inner {
	background: #fff;
	display: inline-block;
	width: 96%;
	margin: 2%;
}

.featured_networks_item .featured_logo_inner img {
	max-width: 100%;
}

.featured_networks_item.item_count_4 {
	width: 25%;
        display: table-cell;
}

.featured_networks_item.item_count_3 {
	width: 33%;
        display: table-cell;
}

.network_section_guides .featured_networks_item.item_count_3 {
	min-height: 162px;
}

.network_section_guides .featured_networks_item.item_count_4 {
	min-height: 192px;
}

.featured_networks_item.item_count_3.item_idx_1 {
	margin-left: 0;
}

.featured_networks_item.item_count_3.item_idx_3 {
	margin-right: 0;
}

.featured_networks_item:hover {
	background: #cdcdcd;
}

.featured_networks_item a {
	text-align: center;
	display: block;
	padding: 0;
}

.page-template-tpl-mp-search .featured_networks_item a
{
    display: table;
    width: 100%;
}


.page-template-tpl-mp-search .featured_networks_item .featured_logo_inner
{
    display: table-cell;
    vertical-align: middle;
}

.featured_networks_item img {
	background: #fff;
	min-width: 160px;
	height: auto;
	margin: 4px;
}

.featured_networks_item_title a,.post.type-post .featured_networks_item_title a
{
	color: #000;
	font-size: 16px;
	line-height: 18px;
        font-weight: bold;
	margin: 5px;
	padding-bottom: 5px;
}

.featured_networks_item_title a:hover,.post.type-post .featured_networks_item_title a:hover
{
	color: #000;
}


/* Featured Posts - Below blog articles */
.ma_featured_posts_wrapper_post_footer {
	clear: both;
	margin: 0 0 15px 0;
}

body span.mp-img a{
	padding-top:30px;
	padding-bottom:30px;
}

.ma_featured_posts_wrapper_post_footer h4 a {
	font-size: 16px;
        text-transform: uppercase;
}

.ma_featured_posts_wrapper_post_footer h4 {
	margin: 0;
	padding: 10px 0;
}

.ma_featured_posts_wrapper_post_footer h4 a {
	color: #000;
}

.n-list__item__main__content .featured_networks_section
{
    margin-bottom: 25px;
}

/* Featured Networks - Tabs Widget */

.sidebarright ul.ma_widget_tab_hdr {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebarright ul.ma_widget_tab_hdr li,.sidebarright ul.ma_widget_tab_hdr li:first-child
	{
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 50%;
    box-sizing: border-box;
	border-right: solid 2px #efefef;
	text-align: center;
}

.sidebarright ul.ma_widget_tab_hdr li a {
	display: block;
	font-size: 12pt;
	font-weight: 700;
	padding: 10px 12px;
	line-height: 1em;
	margin: 0;
	color: #000;
	border-bottom: solid 2px #efefef;
	white-space: nowrap;
}

.sidebarright ul.ma_widget_tab_hdr li.active a {
	border-bottom: none;
	border-left: solid 7px #0087D0;
}

.sidebarright ul.ma_widget_tab_hdr li a:hover {

}

.widget_ma_widget_featured_networks h3 {
	padding: 10px;
	margin: 0;
	font-weight: 800;
	margin-bottom: 10px;
	font-size: 16pt;
}

.ma_widget_tab_body {

}

.ma_widget_tab_body_block {
	display: none;
}

.ma_widget_tab_body_block.active {
	display: block;
}

.sidebarright .ma_widget_body_table {
	margin: 0;
	padding: 0;
}

.sidebarright .ma_widget_body_table td {
	vertical-align: middle;
	padding: 10px;
}

.sidebarright .ma_widget_body_table  td.ma_widget_body_thumb {
	width: 115px;
	text-align: center;
}

.sidebarright .ma_widget_list_type_guides_featured td.ma_widget_body_thumb {
	width: 65px;
}

.sidebarright .ma_widget_body_table tr.alternate td {

}

.sidebarright .ma_widget_body_table img {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.sidebarright .ma_widget_body_table .network_rating {
	padding: 0;
}

.sidebarright .ma_widget_body_title {
	font-size: 9pt;
	line-height: 1.1em;
	width: 100%;
	vertical-align: middle;
}

.sidebarright .ma_widget_body_title a {
	color: #000000;
	display: block;
	min-height: 30px;
	background: url('img/view.png') no-repeat right center;
	vertical-align: middle;
	padding-right: 30px;
	padding-top: 4px;
	line-height: 17px;
}

.sidebarright.network_sidebar .ma_widget_body_title a {
	padding-right: 15px;
}

.network_sidebar .single_post_rating {
	display: none;
}

.sidebarright.network_sidebar .ma_widget_body_table td.ma_widget_body_thumb {
	width: 50px;
}

.sidebarright .ma_widget_body_title a .single_post_rating {
	display: none;
}
h2.cat-name {
    margin-top: 2rem;
    padding-bottom: 0;
}
.entry-content .widget_adrotate_widgets {
	text-align: center;
	margin: 20px 0px;
}

.ma_blog_archive .sidebarright .widget_adrotate_widgets {
	text-align: center;
}


.widget_ma_widget_latest_networks {
	margin-bottom: 0;
}

.widget_ma_widget_latest_networks ul{
    padding: 0;
    border-right: 1px solid #D8DCDE;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.latest__row__title h3 {
	font-size: 18px;
	text-align: center;
    padding: 0;
}

.inline-widget .latest__row__title h3 {
    font-size: 21px;
    text-align: left;
}

.latest__row__title.featured_blogpost_section_title h3 {
    padding: 5px 0px 25px 0px;
    background: transparent;
    text-transform: uppercase;
    line-height: 18px;
}

.latest__row__title h3 a{
    padding: 15px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}

.inline-widget .latest__row__title h3 a{
    color: #000000;
    padding-left: 0px;
}

.full_width_widget .latest__row__title h3 a,
.no_full_width_widget .latest__row__title h3 a {
    padding: 10px 15px;
}

.latest__row__title h3 a:hover{
    color: #0087D0;
}

.widget_ma_widget_latest_networks li{
    border-bottom: 1px solid #D8DCDE;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.widget_ma_widget_latest_networks li:first-child{
    border-top: 1px solid #D8DCDE;
}

.widget_ma_widget_latest_networks li a{
    padding: 15px 10px;
    border-left: 1px solid #D8DCDE;
    display: flex;
    float: left;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}

.widget_ma_widget_latest_networks li a:hover{
    background: #f4f4f4;
}

.widget_ma_widget_latest_networks li a:hover span.tagl{
    text-decoration: underline;
}

.widget_ma_widget_latest_networks li a span.imgwrap{
    width: 100px;
    min-width: 100px;
    display:block;
}

.widget_ma_widget_latest_networks li a span.tagl{
    font-size: 14px;
    float: right;
    width: 160px;
}

.widget_ma_widget_latest_networks li a span.tagl .tagl-title{
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
    color: #222;
}

.widget_ma_widget_latest_networks li a img{
    max-width: 90px;
    float: left;
    max-height: 50px;
    width: auto;
}

.widget .all-link {
    display: inline-block;
    margin-top: 30px;
}
.all-link{
    clear: both;
    margin: 40px auto 50px auto;

    text-align: center;
}

.all-link a{
    color: white;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 40px 12px 20px;
    background: #000000;
    border-radius: 4px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.all-link a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 20px;
}

.all-link a:hover{
    color: white;
    background: #0087D0;
}
.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mb40{
    margin-bottom: 40px;
}

@media only screen and (min-width: 767px) {
    .feature_widget {
        margin-bottom: 60px;
    }
}

.feature_widget .cols__c3.item_count_3{
    width: 240px;
    padding:0;
}
.single-guide .feature_widget .cols__c3.item_count_3,
.single-data .feature_widget .cols__c3.item_count_3{
    width: 33.3%;
}
.full_width_widget.feature_widget .cols__c3.item_count_3,
.no_full_width_widget.feature_widget .cols__c3.item_count_3 {
    width: 31.8%;
}
@media only screen and (min-width: 881px) and (max-width: 1024px) {
    .no_full_width_widget.feature_widget .cols__c3.item_count_3 {
        width: 31.4%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
    .no_full_width_widget.feature_widget .cols__c3.item_count_3 {
        width: 31%;
    }
}

.feature_widget .cols__c3.item_count_4{
    width: 25%;
    padding:0;
}

.feature_widget .cols__c3 a{
    border-right: 1px solid #D8DCDE;    
    padding:30px;   
    box-sizing: border-box; 
    display: block; 
    border-bottom: 1px solid #D8DCDE;   
    float: left;    
    width: 100%;    
    text-decoration: none;  
    text-align: center;
}

.inline-widget.feature_widget .cols__c3 a {
    border-top: 1px solid #D8DCDE;
    position: relative;
    padding-bottom: 70px;
}

.feature_widget .cols__c3:first-of-type a{
    border-left: 1px solid #D8DCDE; 
}   
.feature_widget + .all-link {   
    border-bottom: 1px solid #D8DCDE;   
    padding-bottom: 40px;
}

.feature_widget .cols__c3 a:hover{
    background: #f4f4f4;
}
.feature_widget .cols__c3 a:hover .btn {    
    background: #000000;
}

.single .n-list__item__main__content .post .feature_widget .cols__c3 a img{
    margin-bottom: 10px;
}

.feature_widget .cols__c3 a div.text-wrapper {
    display: block;
}

.feature_widget .cols__c3 a span.text{
    color: #000000;
    font-size: 16px;
    float: unset;
    display: block;
    line-height: 1.3;
    margin-bottom: 20px;    
}   
.feature_widget .cols__c3 a .btn {  
    color: white;   
    font-size: 16px;    
    text-decoration: none;  
    padding: 6px 20px; 
    background: #009915;    
    border-radius: 4px; 
    font-family: 'Ubuntu', sans-serif;  
    font-weight: 700;   
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.feature_widget .cols__c3 a span.text-title{
    display: block; 
    font-family: 'Ubuntu', sans-serif;  
    font-weight: 700;   
    font-size: 14pt;    
    letter-spacing: -0.5px; 
    margin-bottom: 10px;    
    color: #000000;
}

@media ( max-width : 1060px) {
    .feature_widget .cols__c3.item_count_3{
        width: 33.3%;
    }
}
@media ( max-width : 1024px) {
    /*.feature_widget .cols__c3.item_count_3:last-of-type{
        width: 33.4%;
    }*/
    .feature_widget .cols__c3 a{
        padding: 15px;
    }
    .widget_ma_widget_latest_networks li a span.imgwrap{
        width: 90px;
        min-width: 90px;
    }
    .widget_ma_widget_latest_networks li a img{
        width: 80px;
    }
}

@media ( max-width : 1024px) {
    .widget_ma_widget_latest_networks li a{
        display: block;
    }
    .widget_ma_widget_latest_networks li a span.imgwrap{
        width: 100%;
        min-width: 100%;
    }
    .widget_ma_widget_latest_networks li a img{
        width: auto;
        max-width: 100%;
        margin-bottom: 15px;
        max-height: 60px;
    }
    .widget_ma_widget_latest_networks li a span.tagl{
        width: 100%;
    }
}

@media ( max-width : 767px) {
    .feature_widget .cols__c3 a {   
        text-align: left;   
    }
    .feature_widget .cols__c3 a div.text-wrapper {
        width: 75%;
        padding-left: 10px; 
        box-sizing: border-box; 
    }   
    .feature_widget .cols__c3 a .btn {  
        padding: 7px 20px;
    }
    .feature_widget .cols__c3.item_count_3{
        width: 100% !important;
    }
    .feature_widget .cols__c3 a{
        border-right:1px solid #D8DCDE; 
        border-left:1px solid #D8DCDE;
    }
    .feature_widget .cols__c3 a span.text,
    .full_width_widget.feature_widget.featured_networks_section_shortcode .cols__c3 a span.text,
    .no_full_width_widget.feature_widget.featured_networks_section_shortcode .cols__c3 a span.text {
        color: #000000;
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 0;
        line-height: 1.3;
    }
    .full_width_widget.feature_widget.featured_networks_section_shortcode .cols__c3 a,
    .no_full_width_widget.feature_widget.featured_networks_section_shortcode .cols__c3 a {
        text-decoration: none;
    }
    .feature_widget .cols__c3 a img {
    	margin-bottom: 0;
        margin-right: 5%;
    	width: 20%;
    }
    .feature_widget .cols__c3 a {
    	padding: 20px;
    	display: flex;
        align-items: center;
    }
    .inline-widget.feature_widget .cols__c3 a {
        border-top: 0px;
        display: flex;  
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }
    .inline-widget.feature_widget .cols__c3:first-of-type a {
        border-top: 1px solid #D8DCDE;
    }
}

.feature_widget-large {
    /* background: red; */
}
.feature_widget-large .cols__c3 a .btn {  
    color: white;   
    font-size: 16px;    
    text-decoration: none;  
    padding: 6px 20px; 
    background: #009915;    
    border-radius: 4px; 
    font-family: 'Ubuntu', sans-serif;  
    font-weight: 700;   
}

.feature_widget-large .cols__c3.item_count_3{
    width: 100% !important;
}

.inline-widget.feature_widget-large .cols__c3 a {
    flex-direction: row;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 70px;
    /* flex-wrap: nowrap !important; */
}
@media ( min-width: 768px) {
    .feature_widget-large .cols__c3 a .btn { 
        position: inherit; 
        bottom: 0;
        left: 0;
        transform: translateX(0);
    }
    .inline-widget.feature_widget-large .cols__c3 a {
        padding-bottom: 30px;
        /* flex-wrap: nowrap !important; */
    }
    .feature_widget-large .cols__c3 a div.text-wrapper {
        max-width: 50%;
    }
}

.feature_widget-large .latest__row__main .cols__c3 .img {
    width: 185px;
    min-width: 185px;
    margin-bottom: 0px;
    border-bottom: 0;
    border-right: 1px solid #D8DCDE;
    margin: 0 20px 0 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.feature_widget-large .latest__row__main .cols__c3 .img img {
    margin: 0 auto;
}

.feature_widget-large .cols__c3 a .btn {
    width: 85px;
    margin-left: auto;
}
.feature_widget-large .cols__c3 a span.text {
    margin-bottom: 0;
}
.feature_widget-large .cols__c3 a div.text-wrapper {
    max-width: 60%;
}


@media ( max-width : 767px) {
    .feature_widget-large .cols__c3 a .btn {
        width: auto;
    }

    .feature_widget-large .cols__c3 a div.text-wrapper {
        padding-left: 0;
        padding-right: 10px;
    }

    .feature_widget-large .cols__c3 a {
        flex-wrap: nowrap !important;
    }
}

.inline-widget.feature_widget-large .cols__c3 a {
    border-left: 1px solid #D8DCDE;
    border-right: 1px solid #D8DCDE;
    border-bottom: 1px solid #D8DCDE;
    border-top: none;
}
.inline-widget.feature_widget .cols__c3:first-of-type a {
    border-top: 1px solid #D8DCDE;
}

.feature_widget.full_width_widget .cols__c3 a,
.feature_widget.no_full_width_widget .cols__c3 a {
    padding:10px;
    border: none;
    text-decoration: none;
}

.border-top{
	border-top: 5px solid #f1f2f3;
	padding-top: 20px;
}

.ma_widget_latest_networks_list {
	margin: auto 0;
}

.ma_widget_latest_networks_list img {
	padding-right: 10px;
}

.ma_widget_latest_networks_list td {
	padding-bottom: 10px;
}

.ma_widget_latest_networks_detail {
	font-size: 10pt;
}

.ma_widget_latest_networks_detail a {
	display: block;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    font-weight: normal;
}

.ma_widget_latest_networks_detail a:hover {
	text-decoration: underline;
}

.ma_widget_latest_networks_detail .tagline-hypen {
	display: none;
}


@media ( max-width : 1199px) {
	.ma_featured_post_text_wrap {
		height: auto;
	}
}

/* SMALL DESKTOP */
@media ( max-width : 1199px) and (min-width: 992px) {
	#ma_homepage_signup_subtitle {
		font-size: 1.6em;
		padding: 1.1em;
	}
	.featured_networks_item {
		width: 150px !important;
	}
	.post-single .featured_networks_item {
		width: 205px !important;
	}
	.featured_networks_item img {
		min-width: 0px;
		max-width: 142px;
	}
	.post-single .featured_networks_item img {
		max-width: 185px;
	}
	.sidebarright.network_sidebar .ma_widget_body_table td.ma_widget_body_thumb img
		{
		width: 50px;
	}
	.sidebarright.network_sidebar ul.ma_widget_tab_hdr li a {
		font-size: 9pt;
	}
}

@media ( max-width : 991px) {
	#ma_homepage_signup .gform_wrapper .top_label input.medium {
		width: 250px;
	}
}

/* TABLET */
@media ( max-width : 991px) and (min-width: 768px) {
	.post-single .featured_networks_section {
		text-align: center;
		margin-bottom: 20px;
	}
	.ma_widget_body_title .single_post_rating {
		display: none;
	}
	.sidebarright .ma_widget_body_table img {
		max-width: 50px;
		height: auto;
	}
	.featured_networks_section_title {
		text-align: center;
	}
	.get_started_details ul {
		min-width: 150px;
	}
    .hidden-sm {
    	display: none !important;
    }
    .visible-sm {
    	display: block !important;
    }
}



/* MOBILE */
@media ( max-width : 767px) {
	.featured_networks_item {
		width: 49% !important;
		margin: 0.5%;
		overflow: hidden;
	}
        .featured_networks_item.item_count_4, .featured_networks_item.item_count_3 {
            display: inline-block;
        }
        .page-template-tpl-mp-search .featured_networks_item.item_count_4,
        .page-template-tpl-home .featured_networks_item.item_count_3
        {
            width: 100% !important;
            display: block;
        }
	.featured_networks_item a img {
		width: 100% !important;
		max-width: 100%;
		min-width: 0;
	}
	.post-single .featured_networks_section {
		margin-bottom: 20px;
	}
	.post-single .featured_networks_item a img {
		max-width: 95% !important;
	}
	.featured_networks_section {
		text-align: center;
	}
	.guide-single .ma_tab_toolbar a {
		padding: 5px 12px;
	}
	.get_started_details td {
		text-align: center;
		float: none;
	}
	.get_started_details .tagline-content {
		display: block;
	}
	.get_started_details img,.network-single .get_started_details_logo img {
		max-width: 100px;
		height: auto;
	}
	.directory_wrapper h1 {
		text-align: center;
		margin-top: 10px;
		font-size: 24pt;
	}
	.directory_wrapper .intro_html {
		font-size: 14pt;
	}
	.get_started_details_logo h3 {
		font-size: 10pt;
	}
	.get_started_details_logo a {
		font-size: 12pt;
		text-decoration: underline;
	}
	.get_started_details .get_started_badges ul {
		display: inline-block;
		clear: both;
		float: none;
		margin: 5px 0px 5px 5px;
	}
	.get_started_details .get_started_badges {
		min-height: 0px;
		text-align: right;
		padding-left: 5px;
		padding-right: 10px;
		display: table-cell;
		width: 100%;
	}
	.directory_wrapper #posts-wrap>div {
		padding: 0px;
	}
	.profile_is_premium_main {
		clear: right;
	}
	.get_started_details .single_post_rating {
		display: none;
	}
	.get_started_details .get_started_badges span {
		margin: 0;
		margin-top: 5px;
	}
	.directory_wrapper h1#pre_title {
		float: left;
	}
	.profile_is_featured_main .ma_badge {
		background: url('lib/assets/images/featured_small.png') no-repeat;
	}
	.profile_is_premium_main .ma_badge {
		background: url('lib/assets/images/premium_small.png') no-repeat;
	}
	.network-single #profile_header {
		padding: 5px 0px;
	}
	.network-single .get_started_badges {
		width: 75%;
	}
	.get_started_details_logo {
		width: auto;
		padding-left: 10px;
	}
	.type-post img {
		max-width: 100% !important;
		height: auto;
	}
	.tab_window a {
		overflow: hidden;
	}
    .tab_window.events-list a {
        overflow: visible;
    }
	.tab_connecttable th p {
		font-size: 10pt;
	}
	.tab_window .tab_connecttable tr {
		display: block;
		max-width: 100%;
	}
	.tab_window .tab_connecttable td a {
		font-size: 10pt;
		font-weight: 700;
		word-wrap: break-all;
	}
	.tab_window .tab_connecttable td p {
		font-size: 9pt;
		word-wrap: break-word;
	}
	.tab_window .tab_connecttable td {
		overflow: hidden;
	}
	.tab_connecttable th {
		width: 90px;
	}
	.post-single .featured_networks_item a img {
		max-width: 95% !important;
		min-width: 0 !important;
	}
	.header_rss {
		display: none;
	}
	.ma_blogmenu_outer {
		display: none !important;
	}
	header .navbar-blog-toggle {
		display: none;
	}
	.ma_featured_posts_wrapper {
		margin-left: 5px;
		margin-right: 5px;
	}
	.ma_featured_post {
		margin-bottom: 5px;
	}
}

@media ( max-width : 416px) {
	.ma_sponsored_header {
		background-position: 6px center;
	}
	.featured_networks_item.item_idx_3,.featured_networks_item.item_idx_4 {
		display: none;
	}
}


/* APPINDEX FIXES */

.single .profile_section_inner ul,
.single .profile_section_inner ol
{
    margin-top: 0;
    margin-bottom: 10px;
    list-style-position: inside;
}
.single .profile_section_inner ol li::before {
    content: counter(item) " ";
    font-weight: bold;
    position: absolute;
    transform: translate(-35px, 0px);
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    display: block;
    border-right: none;
}
.single .profile_section_inner ol li::marker {
    content: "";
}

.newsfeed_rss_posts {
    border-bottom: 1px solid #D8DCDE;
}
.newsfeed_rss_posts li {
    padding: 15px;
    line-height: 23px;
    border: 1px solid #D8DCDE;
    border-bottom: 0;
}
.newsfeed_rss_posts li a {
    font-size: 18px;
    line-height: initial;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.single .profile_section_inner ul li,
.single .profile_section_inner ol li
{
    padding: 15px;
    line-height: 30px;
}

.single .profile_section_inner h3,
.single .profile_section_inner h2,
#archive_intro h1
{
    margin: 0 0 10px 0;
    line-height: initial;
}

#archive_intro h1
{
    font-size: 40px;
    line-height: normal;
}

#archive_intro h1 em
{
    font-weight: 400;
}

.post-type-archive-marketplace_entry #archive_intro.has-social-buttons {
    margin: -5px 0 19px !important;
}

.post-type-archive-marketplace_entry #archive_intro,
.post-type-archive-app_developer #archive_intro,
.post-type-archive-advertising_network #archive_intro,
.post-type-archive-affiliate_network #archive_intro,
#archive_intro {
    text-align: center;
    margin-bottom: 40px;
}
.post-type-archive-marketplace_entry #archive_intro h1,
.post-type-archive-app_developer #archive_intro h1,
.post-type-archive-advertising_network #archive_intro h1,
.post-type-archive-affiliate_network #archive_intro h1,
#archive_intro h1 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.post-type-archive-marketplace_entry #archive_intro .author-line,
.post-type-archive-app_developer #archive_intro .author-line,
.post-type-archive-advertising_network #archive_intro .author-line,
.post-type-archive-affiliate_network #archive_intro .author-line {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
}
.post-type-archive-marketplace_entry #archive_intro .author-line p,
.post-type-archive-app_developer #archive_intro .author-line p,
.post-type-archive-advertising_network #archive_intro .author-line p,
.post-type-archive-affiliate_network #archive_intro .author-line p {
    font-size: 14px;
}
.post-type-archive-marketplace_entry #archive_intro .author-line a,
.post-type-archive-app_developer #archive_intro .author-line a,
.post-type-archive-advertising_network #archive_intro .author-line a,
.post-type-archive-affiliate_network #archive_intro .author-line a,
#archive_intro a {
    color: #FFF !important;
    /* font-weight: 700; */
    font-family: 'Lato';
    margin-left: 5px;   
}
#archive_intro a:hover {
    color: #0087D0 !important;
}
.post-type-archive-marketplace_entry .hero-image #archive_intro .author-line a,
.post-type-archive-app_developer .hero-image #archive_intro .author-line a,
.post-type-archive-advertising_network .hero-image #archive_intro .author-line a,
.post-type-archive-affiliate_network .hero-image #archive_intro .author-line a {
    color: #FFF !important;
}
.post-type-archive-marketplace_entry .hero-image #archive_intro .author-line a:hover,
.post-type-archive-app_developer .hero-image #archive_intro .author-line a:hover,
.post-type-archive-advertising_network .hero-image #archive_intro .author-line a:hover,
.post-type-archive-affiliate_network .hero-image #archive_intro .author-line a:hover {
    color: #1b7ebb !important;
}
.post-type-archive-marketplace_entry #archive_intro .author-line a:hover,
.post-type-archive-app_developer #archive_intro .author-line a:hover,
.post-type-archive-advertising_network #archive_intro .author-line a:hover,
.post-type-archive-affiliate_network #archive_intro .author-line a:hover {
    color: #000 !important;
}

.post-type-archive-marketplace_entry .hero-image #archive_intro .author-line p {
    font-size: 14px !important;
}
.post-type-archive-marketplace_entry #archive_intro .author-line .author-box,
.post-type-archive-app_developer #archive_intro .author-line .author-box,
.post-type-archive-advertising_network #archive_intro .author-line .author-box,
.post-type-archive-affiliate_network #archive_intro .author-line .author-box {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.post-type-archive-marketplace_entry .hero-image #archive_intro .author-line .author-box,
.post-type-archive-app_developer .hero-image #archive_intro .author-line .author-box,
.post-type-archive-advertising_network .hero-image #archive_intro .author-line .author-box,
.post-type-archive-affiliate_network .hero-image #archive_intro .author-line .author-box {
    margin-right: 25px;
    background: transparent;
    padding: 5px;
    border-radius: none;
}
.post-type-archive-marketplace_entry.archive.post-type-archive #tabs-guide.tab_window.active,
.post-type-archive-app_developer.archive.post-type-archive #tabs-guide.tab_window.active,
.post-type-archive-advertising_network.archive.post-type-archive #tabs-guide.tab_window.active,
.post-type-archive-affiliate_network.archive.post-type-archive #tabs-guide.tab_window.active {
    padding: 0 !important;
    border: 0 !important;
}
.archive.post-type-archive-marketplace_entry .main__l,
.archive.post-type-archive-app_developer .main__l,
.archive.post-type-archive-advertising_network .main__l,
.archive.post-type-archive-affiliate_network .main__l {
    margin-top: 30px;
}

#archive_intro h2
{
    font-size: 24px;
    line-height: 24px;
    padding-top: 15px;
    color: #000000;
    margin-bottom: -15px;
}

#archive_intro .intro_html > a
{
    color: #0087D0;
    text-decoration: underline;
}

#archive_intro .intro_html{
    margin-bottom: 15px;
}

#archive_intro .intro_html,
#archive_intro .intro_html p {
	font-size: 16px;
    line-height: 1.42857143;
}

.post-archive h3.entry-title {
	font-size: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-type-archive-marketplace_entry .post-archive,
.post-type-archive-app_developer .post-archive,
.post-type-archive-advertising_network .post-archive,
.post-type-archive-affiliate_network .post-archive {
	padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.single .profile_section_inner table th,
.single .profile_section_inner table td
{
    /* vertical-align: middle; */
    line-height: initial;
    font-size: 12pt;
    line-height: 23px;
    padding: 15px 10px 30px 15px;
}

#filtering_msg_overlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1002;
	opacity: 0.5
}

/* QMT */
.widget_taxonomy-drill-down {
    height: 45px;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.post-type-archive-app_developer .ma_tab_toolbar,
.post-type-archive-advertising_network .ma_tab_toolbar,
.post-type-archive-affiliate_network .ma_tab_toolbar {
    margin-bottom: 20px;
}

.taxonomy-drilldown-lists {
    display: block;
    position: absolute;
}

.taxonomy-drilldown-lists > div {
	border: 2px solid #efefef;
    padding: 10px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
    min-width: 180px;
    display: inline-grid;
    position: relative;
    z-index: 1;
}

.taxonomy-drilldown-lists h4 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	cursor: pointer;
	font-size: 16px;
	color: #000;
    font-weight: 400;   
}
.taxonomy-drilldown-lists h4:after {
    content:'\f078';
    font-family: 'FontAwesome';
    display: block;
    float: right;
    margin-left: 15px; 
}
.taxonomy-drilldown-lists h4.active:after {
    content:'\f077';
    font-family: 'FontAwesome';
    display: block;
    float: right;
    margin-left: 15px; 
}

.taxonomy-drilldown-lists ul {
	padding-left: 0;
	margin-bottom: 0 0 30px;
	display: none;
    padding-top: 20px;
    border: none;
    margin-top: 0;
    max-width: 150px;
}

.taxonomy-drilldown-lists .active ul{
	display: block;
    padding-top: 20px;
    border: none;
    margin-top: 0;
}

.taxonomy-drilldown-lists li {
	list-style: none;
	margin-bottom: 15px;
}

.taxonomy-drilldown-lists li a {
	color: #000000;
	display: block;
	padding-left: 5px;
	font-size: 16px;
    padding-bottom: 0;
    line-height: 22px;
}

.taxonomy-drilldown-lists li.term-item.current-term a,
.taxonomy-drilldown-lists li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.taxonomy-drilldown-reset {
	display: block;
	text-align: center;
	padding: 4px 3px;
	background: #f0f0f0;
	color: #000;
	font-size: 13pt;
	font-weight: 700;
}

.taxonomy-drilldown-lists div.check-style {
    display: inline-block;
    vertical-align: middle;
    width:12px;
    height: 12px;
    border: 2px solid #CCC;
    background-color: #FFF;
    margin-right: 5px;
    margin-top: -2px;
}
.taxonomy-drilldown-lists div.check-style.checked:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0087D0;
    position: relative;
    top: -7px;
    left: 1px;
    font-size: 11px;
}
@media only screen and (max-width: 768px) {
    .widget_taxonomy-drill-down {
        height: auto;
        padding-bottom: 0;
    }

    .taxonomy-drilldown-lists {
        position: relative;
    }

    .taxonomy-drilldown-lists > div {
        margin-right: 0;
        display: block;
    }
    .taxonomy-drilldown-lists ul {
        max-width: 100%;
    }
}

#filtering_msg {
	display: none;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	z-index: 1005;
	background: #fff;
	padding: 40px;
	border-radius: 5px;
}

#filtering_msg .filtering_msg_loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-loader 2s linear infinite;
    vertical-align: middle;
    display: inline-block;
}

@-webkit-keyframes spin-loader {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin-loader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.header_rss {
    float: right;
}

/* Admin Only Section on Archives */
.admin_only {
	font-size: 9pt;
	background: #efefef;
	margin: 10px;
	padding: 10px;
	line-height: 1.2em;
}

.admin_only label {
	padding-right: 5px;
	font-weight: bold;
}

.admin_only a {
	font-size: 9pt;
}

/* New styles */


ul.marketplace-sections
{
    width: 100%;
    list-style: none;
    text-align: center;
}

ul.marketplace-sections li
{
    font-size: 18px;
    line-height: initial;
    display: inline;
    display: inline-block;
    margin: 0 10px 20px 10px;
}

/* callout boxes */
div.yellowbox-callout {
	background: none repeat scroll 0 0 #ff9;
	clear: both;
	margin-bottom: 18px;
	overflow: hidden;
	border: 1px solid #e5e597;
	padding: 15px;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
}

div.greybox-callout {
	background: none repeat scroll 0 0 #DDD;
	clear: both;
	margin-bottom: 18px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	padding: 15px;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

div.yellowbox-callout p,
div.greybox-callout p {
	padding-bottom: 10px;
	line-height: 22px;
}

div.yellowbox-callout p:last-child,
div.greybox-callout p:last-child {
	padding-bottom: 0px;
}

/* banners */
.featured-ad-banner-container
{
    text-align: center;
}

.featured-ad-banner-container > a
{
    color: #000;
}

.featured-ad-banner-container > a:hover
{
    text-decoration: none;
}

.featured-ad-banner-container .featured-ad-banner
{
    width: 728px;
    height: 90px;
    margin: 20px auto 10px auto;
    background-color: #efefef;
}
.single-post .featured-ad-banner-container .featured-ad-banner{
	margin: 20px auto 0px auto;
}
.blog .featured-ad-banner-container .featured-ad-banner,
.archive .featured-ad-banner-container .featured-ad-banner{
	margin: 20px auto 40px auto;
}
.featured-ad-banner-container .featured-ad-banner.no-banner
{
    width: 0px;
    height: 0px;
    background-color: transparent;
}
.featured-ad-banner-container .featured-ad-banner .tagline-hypen
{
    display: none;
}
.featured-ad-banner-container .featured-ad-banner .b-center
{
    font-size: 25px;
    line-height: initial;
}
.featured-ad-banner-container td.b-center:hover
{
    color: #2a6496;
    text-decoration: underline;
}
.featured-ad-banner-container .featured-ad-banner .tagline-content
{
    font-style: normal;
}
.featured-ad-banner-container .feature-ad-button
{
    background-color: #2DA836;
    color: #fff;
    width: 159px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    display: inline-block;
}
.featured-ad-banner-container .feature-ad-button:hover
{
    color: #fff;
    text-decoration: underline !important;
}
.featured-ad-banner-container table
{
    vertical-align: middle;
}
.featured-ad-banner-container td
{
    padding: 15px;
}

@media ( max-width : 991px) {
    .featured-ad-banner-container
    {
        display: none;
    }
}

/*----------------------------------*/
/* Custom classes for archive pages */
/*----------------------------------*/

#profile_main a {
    color: #0087D0;
    text-decoration: underline;
}
#profile_main a:hover {
    color: #000;
    text-decoration: underline;
}

.app_developer-template-default .main_i .network-single .profile_section_inner img,
.app_monetization-template-default .main_i .network-single .profile_section_inner img,
.user_acquisition-template-default .main_i .network-single .profile_section_inner img,
.marketplace_entry-template-default .main_i .network-single .profile_section_inner img,
.app_development_tool-template-default .main_i .network-single .profile_section_inner img,
.advertising_network-template-default .main_i .network-single .profile_section_inner img,
.affiliate_network-template-default .main_i .network-single .profile_section_inner img {
    max-width: 100%;
    height: auto;
}

.app_developer-template-default .main_i .network-single #profile_main ul ,
.app_monetization-template-default .main_i .network-single #profile_main ul,
.user_acquisition-template-default .main_i .network-single #profile_main ul,
.marketplace_entry-template-default .main_i .network-single #profile_main ul,
.app_development_tool-template-default .main_i .network-single #profile_main ul,
.advertising_network-template-default .main_i .network-single #profile_main ul,
.affiliate_network-template-default .main_i .network-single #profile_main ul,
.app_developer-template-default .main_i .network-single #profile_main ol,
.app_monetization-template-default .main_i .network-single #profile_main ol,
.user_acquisition-template-default .main_i .network-single #profile_main ol,
.marketplace_entry-template-default .main_i .network-single #profile_main ol,
.app_development_tool-template-default .main_i .network-single #profile_main ol,
.advertising_network-template-default .main_i .network-single #profile_main ol,
.affiliate_network-template-default .main_i .network-single #profile_main ol {
	list-style: outside;
	margin-left: 35px;
}
.app_developer-template-default .main_i #profile_main .profile_section_inner table th,
.app_monetization-template-default .main_i #profile_main .profile_section_inner table th,
.user_acquisition-template-default .main_i #profile_main .profile_section_inner table th,
.app_development_tool-template-default .main_i #profile_main .profile_section_inner table th,
.marketplace_entry-template-default .main_i #profile_main .profile_section_inner table th,
.advertising_network-template-default .main_i #profile_main .profile_section_inner table th,
.affiliate_network-template-default .main_i #profile_main .profile_section_inner table th,
.app_developer-template-default .main_i #profile_main .profile_section_inner table td,
.app_monetization-template-default .main_i #profile_main .profile_section_inner table td,
.user_acquisition-template-default .main_i #profile_main .profile_section_inner table td,
.marketplace_entry-template-default .main_i #profile_main .profile_section_inner table td,
.app_development_tool-template-default .main_i #profile_main .profile_section_inner table td,
.affiliate_network-template-default .main_i #profile_main .profile_section_inner table td,
.advertising_network-template-default .main_i #profile_main .profile_section_inner table td
{
    padding: 10px;
}

@media only screen and (min-width: 1200px) {
	.archive.post-type-archive .wpb_row.vc_row-fluid.main_i, .archive .main_i,
	.app_developer-template-default .main_i,
	.app_monetization-template-default .main_i,
	.user_acquisition-template-default .main_i,
	.marketplace_entry-template-default .main_i,
    .advertising_network-template-default .main_i,
    .affiliate_network-template-default .main_i,
	.app_development_tool-template-default .main_i {
		width: 1140px;
		margin: 0 auto;
	}

    .post-type-archive-marketplace_entry .main_i,
    c .main_i,
    .app_developer-template-default .main_i,
    .marketplace_entry-template-default .main_i,
    .advertising_network-template-default .main_i,
    .affiliate_network-template-default .main_i {
		width: 1060px;
	}
	.archive.post-type-archive .main__l { width: 100%; }

    /* .app_developer-template-default .main__l,
	.app_monetization-template-default .main__l,
	.user_acquisition-template-default .main__l,
	.marketplace_entry-template-default .main__l,
    .advertising_network-template-default .main__l,
    .affiliate_network-template-default .main__l,
    .app_development_tool-template-default .main__l { width: 830px; } */
    .app_developer-template-default .main__l,
	.app_monetization-template-default .main__l,
	.user_acquisition-template-default .main__l,
	.marketplace_entry-template-default .main__l,
    .advertising_network-template-default .main__l,
    .affiliate_network-template-default .main__l,
	.app_development_tool-template-default .main__l {  width: calc(75% - 10px); }

    .archive.post-type-archive-app_developer .main__l,
    .archive.post-type-archive-advertising_network .main__l,
    .archive.post-type-archive-affiliate_network .main__l,
    .app_developer-template-default .main__l,
    .marketplace_entry-template-default .main__l,
    .advertising_network-template-default .main__l,
    .affiliate_network-template-default .main__l {
		/* width: 100%; */
	}

    .archive.post-type-archive-marketplace_entry .main__l {
        width: 100%;   
    }

	.archive.post-type-archive .main__r,
	.app_developer-template-default .main__r,
	.app_monetization-template-default .main__r,
	.user_acquisition-template-default .main__r,
	.app_development_tool-template-default .main__r { width: 270px; }

    .archive.post-type-archive-marketplace_entry .main__r,
    .archive.post-type-archive-app_developer .main__r,
    .archive.post-type-archive-advertising_network .main__r,
    .archive.post-type-archive-affiliate_network .main__r,
    .app_developer-template-default .main__r,
    .marketplace_entry-template-default .main__r,
    .advertising_network-template-default .main__r,
    .affiliate_network-template-default .main__r{
        width: calc(25% - 10px);
        padding-left: 0px;
        box-sizing: border-box;
    }

    body.archive.post-type-archive-marketplace_entry .main__r,
    body.archive.post-type-archive-app_developer .main__r,
    body.archive.post-type-archive-advertising_network .main__r,
    body.archive.post-type-archive-affiliate_network .main__r{
        padding-right: 15px;
    }
    .single .get_started_details .get_started_badges.full-width-header--inner---badges a.btn_get_started{
        min-width: 210px;
    }

}
@media only screen and (min-width: 1060px) and (max-width: 1199px) {
	.archive.post-type-archive .main__l { width: 100%; }
	.archive.post-type-archive .main__r { width: 270px; }
    .archive.post-type-archive-marketplace_entry .main__l { width: 100%; }
	.app_developer-template-default .main__l,
	.app_monetization-template-default .main__l,
	.user_acquisition-template-default .main__l,
	.marketplace_entry-template-default .main__l,
    .advertising_network-template-default .main__l,
    .affiliate_network-template-default .main__l,
	.app_development_tool-template-default .main__l { width: calc(75% - 10px); }
	.app_developer-template-default .main__r,
	.app_monetization-template-default .main__r,
	.user_acquisition-template-default .main__r,
	.marketplace_entry-template-default .main__r,
    .advertising_network-template-default .main__r,
    .affiliate_network-template-default .main__r,
	.app_development_tool-template-default .main__r { width: calc(25% - 10px);; }
}
@media only screen and (min-width: 1025px) and (max-width: 1059px) {
	.archive.post-type-archive .main__l { width: 100%; }
	.archive.post-type-archive .main__r { width: 240px; }
    .archive.post-type-archive-marketplace_entry .main__l { width: 100%; }
	.app_developer-template-default .main__l,
	.app_monetization-template-default .main__l,
	.user_acquisition-template-default .main__l,
	.marketplace_entry-template-default .main__l,
    .advertising_network-template-default .main__l,
    .affiliate_network-template-default .main__l,
	.app_development_tool-template-default .main__l { width: calc(75% - 10px); }
	.archive.post-type-archive .main__r,
	.app_developer-template-default .main__r,
	.app_monetization-template-default .main__r,
	.user_acquisition-template-default .main__r,
	.marketplace_entry-template-default .main__r,
    .advertising_network-template-default .main__r,
    .affiliate_network-template-default .main__r,
	.app_development_tool-template-default .main__r { width: calc(25% - 10px); }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.archive.post-type-archive .main__l { width: 100%; padding: 0 0 0 2%; }
	.archive.post-type-archive .main__r { width: 27% !important; }
    .archive.post-type-archive-marketplace_entry .main__l { width: 100%; }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.full-width-header--inner---title{
		width: 400px;
	}
}

@media only screen and (min-width: 1024px) {
	.network_sidebar{
        padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .single-app_developer .main_i,
    .single-marketplace_entry .main_i,
    .single-advertising_network .main_i,
    .single-affiliate_network .main_i,
    .container {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .full-width-header .container {
		width: 960px !important;
        margin: 0 auto;
        padding: 0 20px;
	}
    .single-app_developer .main__l,
    .single-marketplace_entry .main__l,
    .single-advertising_network .main__l,
    .single-affiliate_network .main__l {
    	width: 75%;
    }
    .single-app_developer .main__r,
    .single-marketplace_entry .main__r,
    .single-advertising_network .main__r,
    .single-affiliate_network .main__r {
    	width: 25%;
        padding: 0 0 0 15px;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .single-app_developer .main_i,
    .single-marketplace_entry .main_i,
    .single-advertising_network .main_i,
    .single-affiliate_network .main_i,
    .container {
    	width: 970px;
        margin: 0 auto;
    }
}

.last-updated-box {
	position: absolute;
	right: 0;
	top: -10px;
	margin-bottom: 10px;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.last-updated-box {
		position: static;
		margin-bottom: 0;
	}
    #archive_intro h2 {
        margin-bottom: 25px;
    }
    #archive_intro h1 br {
        display: none;
    }
}

@media only screen and (width: 768px) {
	.full-width-header--inner---image{
		width: 100px;
		float: left;
		margin-left: 15px;
		margin-right: 20px;
	}
	.get_started_details .get_started_badges.full-width-header--inner---badges{
		margin-right: 15px;
	}
	#tabs-directory .get_started_details .get_started_badges.full-width-header--inner---badges{
		margin-right: 0;
	}
	.full-width-header--inner---title----image{
		margin-bottom: 10px;
	}
    .full-width-header--inner---image {
    	width: 100px;
    	float: left;
    	margin-left: 15px;
    	margin-right: 20px;
    }
    .full-width-header--inner---image img{
        max-width: 100%;
    }
	.full-width-header--inner---title{
		width: 290px;
	}
	.tabwrap{
		margin-left:15px;
        margin-bottom: 15px;
	}
    .single-app_developer .main__l,
    .single-marketplace_entry .main__l,
    .single-advertising_network .main__l,
    .single-affiliate_network .main__l {
    	width: 750px;
        margin: 0 auto;
    }
    .single-app_developer .main__r,
    .single-marketplace_entry .main__r,
    .single-advertising_network .main__r,
    .single-affiliate_network .main__r {
    	width: 750px !important;
        margin: 0 auto !important;
        padding: 0 15px !important;
        box-sizing: border-box;
    }
    .post-type-archive-marketplace_entry .main,
    .post-type-archive-app_developer .main,
    .post-type-archive-advertising_network .main,
    .post-type-archive-affiliate_network .main {
    	padding-left: 10px;
    	padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .full-width-header.hero-image--home #archive_intro {
        max-width: 70% !important;
    }
    .full-width-header.hero-image--home {
        padding: 10px 0 !important;
    }
	.full-width-header{
		padding: 20px 0;
		margin-bottom: 0px;
        float: left;
        width: 100%;
	}
	.archive .full-width-header{
		margin-bottom: 0;
	}
	.full-width-header--inner{
		display: block;
		padding: 0 20px;
	}
	.archive .directory_wrapper{
		padding-top: 0;
	}
	.archive .full-width-header--inner{
		padding:0;
	}
	.full-width-header--inner---image,
	.full-width-header--inner---title{
		width: 100%;
		clear: both;
	}
	.full-width-header--inner---title{
		float: left;
		margin: 0 0 10px 0;
		text-align: left;
		width: 62%;
	}
	.full-width-header--inner---title p{
		font-size: 11px;
	}
	.full-width-header--inner---image{
		text-align: center;
	}
	.full-width-header--inner---image-mobile{
		float: right;
		max-width: 35%;
	}
	.full-width-header--inner---image-mobile img{
		float: right;
		max-width: 100%;
		max-height: 50px;
		margin-top: 4px;
	}
	div.get_started_details .get_started_badges a{
		float: left;
		width: 20%;
		margin: 0 3% 0 0;
		padding: 0;
	}
	.get_started_details .get_started_badges{
		display: block;
		float: left;
		clear: both;
		width: 62%;
		padding: 0;
	}
	.get_started_details .get_started_badges span {
		margin: 0;
		width: 100%;
	}
	.get_started_badges .ma_badge {
		height: 31px;
		width: 100%;
	}
	.profile_is_featured_main .ma_badge {
		background: #f5ac3e url("img/featured_small_mob.png") no-repeat scroll center center;
	}
	.profile_is_premium_main .ma_badge {
		background: #0087D0 url("img/premium_small_mob.png") no-repeat scroll center center;
	}
	.full-width-header--inner---ratings{
		float: right;
		width: auto;
		text-align: right;
		margin-top: 0px;
	}
	.full-width-header--inner---ratings .network_rating {
		border: none;
		display: inline-block;
		margin-left: 0;
		padding: 0;
	}
	.tabwrap{
		margin: 0 15px;
	}
	.ma_tab_toolbar {
		padding: 0;
	}
	.ma_tab_toolbar a{
		font-size: 14px;
		padding: 8px 6px;
		margin: 0 0 -2px;
	}
	div.get_started_details a.btn_get_started {
		/* font-size: 12px; */
		padding: 10px 15px 9px 0;
		width: 54%;
		margin-right: 0;
	}
    div.get_started_details a.btn_get_started.btn-blue {
        margin-bottom: 10px;
    }
	.col-sm-4 > #sidebar, #sidebar.guide_sidebar, #sidebar.network_sidebar {
  		padding-top: 0;
	}
	.post-type-archive .post-archive {
		padding: 10px;
        float: left;
	}
	#archive_intro .last-updated-box {
		position: static;
		margin-bottom: 0;
		text-align: left;
		font-size: 11px;
		margin-top: 0;
	}
    .hidden-xs{
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .single-app_developer .main__r,
    .single-marketplace_entry .main__r,
    .single-advertising_network .main__r,
    .single-affiliate_network .main__r {
    	width: 100% !important;
        margin: 0 auto !important;
        padding: 0 15px !important;
        box-sizing: border-box;
    }
    body.single-app_developer .full-width-header--inner---title h3,
    body.single-marketplace_entry .full-width-header--inner---title h3,
    body.single-advertising_network .full-width-header--inner---title h3,
    body.single-affiliate_network .full-width-header--inner---title h3{
        margin-bottom: 10px;
        line-height: 1.1;
    }
    #archive_intro {
        padding: 0 15px;
    }
    #archive_intro h1 {
        font-size: 30px;
        line-height: 31px;
    }
    #archive_intro h1 br {
        display: none;
    }
    #archive_intro h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    #archive_intro .intro_html,
    #archive_intro .intro_html p{
        font-size: 11px;
    }
    .archive.post-type-archive .main{
        padding-top:10px;
    }
}

.gfield_label{
    display: none !important;
}
.gform_wrapper textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
body .gform_wrapper div.ginput_container{
    margin-top: 0 !important;
}

body .gform_wrapper div.ginput_container > span > input {
    margin-bottom: 10px;
}

body .gform_wrapper div.ginput_container > span:last-child > input {
    margin-bottom: 0;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"]{
    padding: 5px !important;
}

.gform_wrapper textarea{
    padding: 5px;
}

.post ul.gform_fields {
	padding: 0;
}

ul.gform_fields textarea{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    letter-spacing: 0.04em;
}

.page-template-tpl-no-left-sidebar-php .gfield {
	margin-bottom: 0;
}

.page-template-tpl-email-signup-php .validation_message{
    display: none;
}

.page-template-tpl-email-signup-php .gfield_error input[type="email"]{
    border: 1px solid #BD1414 !important;
}

.page-template-tpl-email-signup-php .gform_button{
    width: 22% !important;
    float: right !important;
    box-sizing: border-box !important;
    height: auto !important;
}

.sidebarright .gfield{
    margin-bottom: 5px;
}

body .sidebarright .gform_button {
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

body .sidebarright .gform_wrapper{
    padding-top: 15px;
}

.team-title{
    margin-top: 50px;
}

.departments{
    margin-top: 50px;
}

.department{
    float: left;
    clear: both;
    margin-bottom: 30px;
}

.department h2{
    font-size: 28px;
    margin-bottom: 20px;
}

.team-member{
    margin-bottom: 30px;
    clear: both;
    float: left;
}

.team-member--image{
    float: left;
    margin-right: 20px;
}

.team-member--data{
    float: left;
}

.team-member--data p.job-title{
    color: #76797C;
}

.team-member--data h3{
    padding-bottom: 0;
    font-size: 24px;
}

.team-member--data .email{
    padding-bottom: 0;
}

.team-member--data i{
    margin-right: 10px;
}

.line{
    border-top: 1px solid #e9ecef;
    width: 100px;
    padding: 20px 0 0;
}

.grey-section{
    background: #efefef;
    padding: 60px 0 35px;
    float: left;
    width: 100%;
}

.testimonal-section{
    width: 730px;
    margin: 0 auto;
    float: none;
}

.block-section > h3,
.testimonal-section h3{
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 24px;
}

.block-section > h3{
    margin-bottom: 60px;
}

.block-section .block p,
.testimonal-section p{
    color: #000000;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 23px;
}

.testimonal-section p.testimonee{
    font-size: 13px;
}

.testimonial-image{
    float: left;
    width: 86px;
    max-width: 12%;
}

.testimonial-image img{
    border-radius: 100px;
    width: 100%;
}

.testimonial-content{
    float: right;
    max-width: 83%;
}

.block-section{
    padding: 20px 0 35px;
    width: 100%;
    text-align: center;
}

.block-section .block img{
    margin-bottom: 30px;
}

.block-section .block{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.block-section .block h3{
    font-size: 18px;
    margin-bottom: 20px;
}

.block-section .block:nth-of-type(3n){
    margin-right: 0;
}

.signup-btn-wrap{
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
}

.signup-btn{
    font-size: 16px;
    color: #fff;
    padding: 15px 70px;
    text-transform: uppercase;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .team-member--data{
        clear: both;
        margin-bottom: 20px;
    }
    .team-member--data p.job-title{
        padding-bottom: 7px;
    }
    .line {
    	padding: 5px 0 0;
    }
    .post .team-member--image img{
        margin-bottom: 10px;
    }
    .team-member {
    	margin-bottom: 10px;
    }
    .gform_wrapper textarea,
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="email"],
    body .gform_wrapper div.ginput_container{
        margin-bottom: 10px;
    }
    .block-section > h3, .testimonal-section h3 {
    	font-size: 18px;
    	line-height: 18px;
        margin-bottom: 40px;
    }
    .block-section {
    	padding: 0 0 15px;
    }
    .block-section .block {
    	width: 100%;
    	margin-right: 0;
        margin-bottom: 20px;
    }
    .block-section .block h3 {
    	margin-bottom: 10px;
    }
    .signup-btn-wrap {
    	margin-top: 10px;
    }
    .grey-section {
    	padding: 40px 0 15px;
    }
    .testimonal-section {
    	width: 100%;
    }
    .testimonial-image {
    	float: none;
    	width: 50px;
    	max-width: 50px;
    	margin: 0 auto 20px auto;
    }
    .signup-form-title{
        padding: 20px 10px 0 10px;
    }
    .fullwidth-centred .n-list__item__title.signup-form-title h3{
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px;
    }
    .main__l .post.signup-form-content{
        padding: 0 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .main__l .post.signup-form-content p{
        font-size: 16px;
        line-height: 22px;
    }
    .testimonial-content {
    	float: none;
    	max-width: 100%;
    	padding: 0 20px;
    }
    .testimonal-section h3 {
    	margin-bottom: 25px;
    }
    .signup{
        padding: 0 10px;
    }
    .signup__bott {
    	padding: 10px;
    }
    .gform_wrapper .signupfield .ginput_container,
    .page-template-tpl-email-signup-php .gform_button,
    .page-template-tpl-email-signup-php .gfield_error input[type="email"]{
        width: 100% !important;
    }
}

/*----------------------------------*/
/*  Custom classes for search page  */
/*----------------------------------*/
h3.search_title, h3.result_subheading { font-size: 36px; font-weight: 700; }
h3.result_subheading { margin-bottom: 25px; line-height: 36px; }
#results_count ul { 
    padding-left: 30px; 
    font-size: 18px; 
    line-height: 24px;
    margin-bottom: 30px;
}
#results_count ul li a { color: #000; }
#results_count ul li a:hover { color: #0087D0; }
.n-list__item .n-list__item__right { float: left; }
.n-list__item .n-list__item__right h3 { 
    font-size: 25px; 
    line-height: 28px;
    margin-bottom: 10px;
}
.n-list__item .n-list__item__right .entry_search_footer { 
    font-size: 16px; 
    font-style: italic;
}

/*----------------------------------*/
/*  Custom classes for newsfeed     */
/*----------------------------------*/
.profile_section_inner ul.newsfeed_ullist,
.profile_section_inner ul.twitterfeed,
.profile_section_inner ul.newsfeed_rss_posts {
    list-style: none !important;
    margin-left: 0px !important;
    margin-bottom: 0px;
}
.profile_section_inner ul.newsfeed_ullist li {
    border-bottom: 1px solid #D8DCDE;
    margin-bottom: 15px;
    padding-bottom: 20px;
    display: inline-block;
    width: 96%;
}
.profile_section_inner ul.newsfeed_ullist li .newsfeed_img_thumb {
    float: left;
    width: 250px;
    margin-right: 20px;
    display: block;
}
.profile_section_inner ul.newsfeed_ullist li .newsfeed_img_thumb img {
    max-width: 100%;
    height: auto;
    margin: 5px 20px 0px 0;
}
.profile_section_inner ul.newsfeed_ullist li .newsfeed_content a.newsfeed_title {
    font-size: 22px;
    line-height: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.profile_section_inner ul.newsfeed_ullist li .newsfeed_content .newsfeed_date_details,
.tab_window .newsfeed_list li span {
    line-height: 16px;
    color: #64717A;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.profile_section_inner ul.newsfeed_ullist li .newsfeed_content .newsfeed_date_details a {
    color: #64717A;
}

.profile_section_inner ul.newsfeed_ullist li .newsfeed_content a:hover {
    color: #0087D0;
    /* text-decoration: underline; */
}
.network-single .tab_window .profile_subtitle {
    padding: 25px 0 10px 0px;
}
.network-single .tab_window .profile_subtitle.xl-tp {
    padding-top: 35px;
}
.tab_window .profile_section_inner.directory_page .profile_subtitle {
    margin-bottom: 20px;
}
.tab_window .profile_section_inner.directory_page.xl-marginbottom {
    margin-bottom: 25px;
}
.tab_window .profile_section_inner.directory_page.xl-margintop,
.archive.post-type-archive .tab_window.active.xl-margintop {
    margin-top: 35px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .profile_section_inner ul.newsfeed_ullist li .newsfeed_img_thumb {
        width: 180px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 669px) and (min-width: 350px){
    .profile_section_inner ul.newsfeed_ullist li {
        width: 94%;
    }
    .profile_section_inner ul.newsfeed_ullist li .newsfeed_img_thumb {
        width: 30%;
        min-width: 110px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 449px){
    .profile_section_inner ul.newsfeed_ullist li .newsfeed_content .newsfeed_date_details {
        display: none;
    }
    .n-list__item__main__content .post img { width: 100%; }
}
@media only screen and (max-width: 349px){
    .profile_section_inner ul.newsfeed_ullist li {
        width: 92%;
    }
    .profile_section_inner ul.newsfeed_ullist li .newsfeed_img_thumb {
        float: none;   
        width: 100%;
    }
    .profile_section_inner ul.newsfeed_ullist li .newsfeed_img_thumb img {
        width: 100%;
        margin-bottom: 10px;
    }
}
    
/*----------------------------------*/
/*    Custom competitors styles     */
/*----------------------------------*/

.competitors-box { 
    display: flex; 
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 10px;
}
.competitors-box a { 
    width: calc(100% * (1/3) - 4px); 
    border: 1px solid #efefef;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.competitors-box a:hover {
    background-color: #f4f4f4;
    cursor: pointer;
    border: 1px solid #0087D0;
} 
.competitors-box .competitors-item {
    padding: 20px 15px;
}
.competitors-box .competitors-item .competitors-logo {
    text-align: center;
    min-height: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}
.competitors-box .competitors-item .competitors-logo img {
    max-width: 90%;
    max-height: 80px;
    width: auto;
    vertical-align: middle;
}
.competitors-box .competitors-item .competitors-content h3 {
    font-size: 15pt;
    color: #000000;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}
.competitors-box .competitors-item .competitors-content h3:hover {
    color: #0087D0;
}
.competitors-box .competitors-item .competitors-content p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 1.3;
}
@media ( max-width : 767px) {
    .competitors-box a { 
        width: calc(100% - 4px);
        border: 1px solid #efefef;
        border-top: 1px solid transparent;
    }
    .competitors-box a:hover {
        border: 1px solid #0087D0;
    }
    .competitors-box a:first-of-type {
        border-top: 1px solid #efefef;
    }
    .competitors-box a:first-of-type:hover {
        border-top: 1px solid #0087D0;
    }
    .competitors-box .competitors-item .competitors-logo {
        display: inline-block;
        text-align: left;
        margin-bottom: 0px;
        width: 30%;
        padding-right: 10px;
        min-height: auto;
        max-height: 80px;
        height: 100%;
        line-height: inherit;
        vertical-align: top;
    }
    .competitors-box .competitors-item .competitors-logo img {
        width: auto;
        height: auto;
        vertical-align: top;
    }
    .competitors-box .competitors-item .competitors-content {
        display: inline-block;
        width: calc(70% - 15px);
    }
}

/*---------------------------*/
/*     Review Box styles     */
/*---------------------------*/
#profile_main .customer_reviews.profile-inset {
    padding: 10px;
}
#profile_main .customer_reviews.profile-inset h2 {
    margin-top:15px;
}
#profile_main .customer_reviews.profile-inset ul.rwp-scores-sliders {
    margin-left: 0px;
}

#profile_main .customer_reviews.profile-inset ul.rwp-scores-sliders > li {
    padding: 15px 0;
    margin-left: -12px;
}

#profile_main .customer_reviews.profile-inset .rwp-people-label,
#profile_main .customer_reviews.profile-inset .rwp-users-reviews-toolbar,
#profile_main .customer_reviews.profile-inset .rwp-u-review__actions {
    display: none;
}


.clutch-widget {
    margin-top: 25px;
}


/*-------------------------------------------------*/
/*     Business Of apps Rating and Review pael     */
/*-------------------------------------------------*/

.boa-rating-review {
    display: flex; align-items: center; margin: 0 0 0 8px;
}

.boa-rating-review .review-on-label {
    font-size: 11px; color: #6a797e; text-transform: uppercase; letter-spacing: 1px; display: block; margin: 0; white-space: nowrap; font-family: Roboto,sans-serif;
}

.boa-rating-review .reviews {
    color: #6a797e; text-decoration: none; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; text-align: left; white-space: nowrap;
}


/*--------------------------------*/
/*     Directory network tags     */
/*--------------------------------*/
.archive-content .full-header-tag-container {
    margin-top: 5px;
}
.archive-content .full-header-tag-container .tag-items { 
    margin-left: 190px;
    display: block; 
}
.archive-content .full-header-tag-container .tag-items a{
    margin-right: 6px;
    padding: 4px 8px;
    border: 1px solid #D8DCDE;
    background-color: #fff;
    display: inline-block;
    white-space: nowrap;
    outline: 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    color: #64717A;
    letter-spacing: 1px;
}
.archive-content .full-header-tag-container .tag-items a:hover {
    background-color: #ebebeb;
    border-color: #e8e8e8;
    color: #999;
}
@media only screen and (max-width: 991px) {
    .archive-content .full-header-tag-container .tag-items {
        margin-left: 0px;
    }
}
@media ( max-width : 767px) {
    .archive-content .full-header-tag-container { 
        display: none;
    }
}

/*--------------------------------*/
/*     Footer Directory Links     */
/*--------------------------------*/
.footer-Links__wrapper {
    background-color: #eee;
    padding: 50px 0px 50px 0px;
}
.footer-Links__wrapper .footer-Links__row {
    margin: 0px auto;
    display: flex;
    justify-content: center;
}
.footer-Links__wrapper .footer-Links__row:first-child {
    margin-bottom: 50px;
}
.footer-Links__wrapper .footer-Links__box {
    padding: 0px 60px;
}
.footer-Links__wrapper .footer-Links__box h3 {
    display: block;
    color: #38383c;
    font-size: 18px;
    line-height: 21px;
    padding: 0 0 3px;
    text-align: center;
    margin-bottom: 15px;
}
.footer-Links__wrapper .footer-Links__box ul {
    list-style: none;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}
.footer-Links__wrapper .footer-Links__box ul li {
    
}
.footer-Links__wrapper .footer-Links__box ul li a {
    color: #0087D0;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}
.footer-Links__wrapper .footer-Links__box ul li a:hover {
    color: #000;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .footer-Links__wrapper .footer-Links__box {
        padding: 0px 30px;
    }
}
@media ( max-width : 767px) {
    .footer-Links__wrapper .footer-Links__box ul {
        list-style: none;
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
        -moz-column-gap: 0px; /* Firefox */
        column-gap: 0px;
    }
    .footer-Links__wrapper .footer-Links__box {
        padding: 0px 30px;
    }
    .footer-Links__wrapper .footer-Links__row:first-child {
        margin-bottom: 20px;
    }
}
@media ( max-width : 480px) {
    .footer-Links__wrapper {
        flex-direction: column;
    }
    .footer-Links__wrapper .footer-Links__box ul { text-align: center; }
    .footer-Links__wrapper .footer-Links__box h3 { margin-bottom: 10px; }
    .footer-Links__wrapper .footer-Links__box:first-child { margin-bottom: 30px; }
}


/*----------------------------------------------*/
/*        Guides Styling                        */
/*----------------------------------------------*/

.single-guide .post-author h3 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 25px;
}
.single-guide .author-content {
    display: flex;
    align-items: start;
    margin-bottom: 40px;
}
.single-guide .author-content img {
    border-radius: 50%;
    max-width: 200px;
    height: auto;
    margin-right: 60px;
}
.single-guide .author-content h4 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
}
.single-guide .author-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}
.single-guide .author-content a {
    color: #0087D0;
    text-decoration: underline;
}
.single-guide .author-content a:hover {
    color: #000;
}
.single-guide .author-content a.social {
    font-size: 22px;
    margin-right: 20px;
    margin-top: 15px;
    display: inline-block;
}

/*----------------------------------------------*/
/*        Insights & App Leaders Styling        */
/*----------------------------------------------*/
.insights {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 27px;
    border-bottom: none;
}
.insights.single-guide {
    max-width: 730px;
}
.hero-image .insights.appleaders.single-guide {
    margin-top: -110px;
    background-color: #FFF;
}
.insights .post-header h1 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.insights.appleaders .post-header h5 {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 10px;
    text-align: center;
}
.insights.appleaders .post-header .company {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.insights.appleaders .post-header {
    margin-bottom: 20px;
}
.insights .nav-menu .ma_tab_toolbar a {
    padding: 12px 10px;
}
.insights .related-post h3 {
    line-height: 28px; 
    font-size: 18px;
    padding: 0 0 27px; 
    text-transform: uppercase;
    letter-spacing: 1px;
}
.insights.appleaders .related-post h3 {
    font-size: 24px;
    padding: 27px 0 27px 0;
    letter-spacing: 0.5px;
    text-align: center;
    border-top: 1px solid #D8DCDE;
}
.insights .content,
.insights-home .insights-content,
.data-cpt .main-pr__main,
.guide-cpt .main-pr__main {
    display: flex; 
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 10px;
}
/* App home */
.data-cpt.data-category-page- .main-pr
{
    padding-bottom: 0;
}

.insights-content-border {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #D8DCDE !important;
}

.insights .content .item,
.insights-home .insights-content .insight-item,
.content .item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 50%;
    margin-right: 0;
    padding: 0 20px;
    border-left: 1px solid #D8DCDE;
}
.latest-item {
    width: calc(100% * (1/3)) !important;
}
.latest-item .mp-posts .item {
    width: 100%;
}
@media only screen and (max-width: 767px) { 
    .insights .content .item,
    .insights-home .insights-content .insight-item,
    .content .item,
    .latest-item {
        width: 100% !important;
    }
}

.insights .content .item:nth-child(odd),
.insights-home .insights-content .insight-item:first-child { padding-left: 0; border-left: 0;}

.insights .content .item:nth-child(odd),
.insights-home .insights-content .insight-item:first-child { padding-left: 0; border-left: 0;}

.insights .content .item:nth-child(odd) {
    padding-right: 20px;
}
.insights .content .item:nth-child(even) {
    padding-right: 0;
}
.insights-home .insights-content .insight-item:last-child {
    padding-right: 0;
}

.insights.appl-layout .content .item:nth-child(even){
    border-left: 1px solid #D8DCDE;
    padding-left: 19px;
    padding-right: 0;
}
.insights.appl-layout .content .item:nth-child(odd){
    border-left: 0;
    padding-right: 20px;
    padding-left: 0;
}
.insights.appl-layout .data-tab-content {
    border: 2px solid #efefef;
    padding: 25px 20px;
    display: none;
}
.insights.appl-layout .content .item .text {
    text-align: center;
}

.insights.appl-layout .content .item .text h4 {
    margin-bottom: 5px;
    padding: 0;
}
.insights.appl-layout .content .item .text h5,
.insights.appleaders .content .item .text h5 {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px;
}
.insights.appleaders .content .item .text {
    text-align: center;
}
.insights.appleaders.single-guide .post-content { position: relative; }
.insights.appleaders.single-guide .post-content .post h2 {
    font-size: 26px;
    margin-top: 20px;
    letter-spacing: 0.1px;
}
.insights.podcast-listing .tabs-content .tab_window {
    border: 1px solid #D8DCDE;
    padding: 15px;
}
.insights.podcast-listing .tabs-content .tab_window .podcast_player,
.insights.podcast-listing .tabs-content .tab_window .podcast_meta {
    display: none;
}
body .main .insights.appleaders .main__r.sidebarright {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px;
    float: unset;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.9px) {
    body .main .insights.appleaders .main__r.sidebarright {
        width: 210px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1199.9px) {
    body .main .insights.appleaders .main__r.sidebarright {
        width: 180px !important;
    }
    .insights.appleaders.single-guide {
        max-width: 550px;
    }
}
@media only screen and (max-width: 999.9px) {
    body .main .insights.appleaders .main__r.sidebarright {
        position: relative;
        left: 0;
        margin-left: 0;
        padding-left: 0;
        width: 100% !important;
    }
    .insights.appleaders.single-guide .post-content .post h2 {
        font-size: 24px;
        margin-top: 15px;
    }
}

.item.hero {
    padding-left: 0 !important;
    border: 0 !important;
}
.data-cpt .main-pr__main > h3 {width: 100%; margin: 20px 5px;text-transform: uppercase;}
.data-cpt .main-pr__main > p {width: 100%; margin: 0 5px 20px 5px; }
.data-cpt .main-pr__main > .show-more {width: 100%; margin-bottom: 20px; text-align: center;}
.data-cpt .main-pr__main .item {position: relative;}
.insights .content .item:after,
.data-cpt .main-pr__main .item:after,
.guide-cpt .main-pr__main .item:after {
    content: '';
    position: absolute;
    width: calc(100% + 1px);
    height: 1px;
    background: #D8DCDE;
    bottom: -20px;
    left: 0;
}
.data-cpt .main-pr__main .item .guide-cpt .main-pr__main .item {
    width: calc(100% * (1/3) - 28px );
    position: relative;
    /* margin-right: 20px; */
    margin-bottom: 40px; 
    padding: 0 20px;
    border-left: 1px solid #D8DCDE;
    /* width: 292px; */
}
.guide-cpt .main-pr__main .item {
    width: calc(100% * (1/2) - 24px );
    position: relative;
    /* margin-right: 20px; */
    margin-bottom: 40px; 
    padding: 0 20px;
    border-left: 1px solid #D8DCDE;
    /* width: 292px; */
}
@media only screen and (max-width: 767px) { 
    .insights.appleaders .content .item:after {
        content: '';
        position: absolute;
        width: calc(100% + 1px);
        height: 1px;
        background: #D8DCDE;
        bottom: -20px;
        left: 0;
    }
    .insights .content .item:after,
    .data-cpt .main-pr__main .item:after {
        display: none;
    }
    .data-cpt .main-pr__main .item,
    .guide-cpt .main-pr__main .item {
        padding-left: 0;
        border: 0;
    }
    .insights .content .item:nth-child(odd) {
        padding-right: 0;
    }
    .insights.podcast-listing .content {
        display: block;
    }
    .insights.podcast-listing .content .item.hero .home-banner-box-first {
        margin-top: 20px;
    }
}
.guide-cpt .main-pr__main .item:nth-of-type(2n+1) {
    border-left: 0;
    padding-left: 0;
}
.guide-cpt .main-pr__main .item:nth-of-type(2n+2) {
    padding-right: 0;
}
.data-cpt .main-pr__main .item:nth-of-type(3n+1) {
    border-left: 0;
    padding-left: 0;
}
.data-cpt .main-pr__main .item:nth-of-type(3n) {
    padding-right: 0;
    margin-right: 0;
}
.data-cpt .item-hero,
.guide-cpt .item-hero {
    margin-bottom: 30px;
}
.insights .content .item.hero,
.data-cpt .item-hero,
.guide-cpt .item-hero {
    width: 100%;
    margin-right: 0px;
}

.sidebarright .advertisement,
.latest-item .advertisement,
span.advertisement {
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64717A;
    transform: translateY(-100%);
    text-align: center;
    line-height: 20px;
    display: block;
}
.sidebarright .advertisement {
    width: 295px;
}
.latest-item .advertisement {
    width: calc(100% - 20px);
}
.n-list__item__main__content .advertisement {
    max-width: 730px;
    width: 100%;
}
.insights-home .insights-content .insight-item {
    margin-bottom: 5px;
}
.insights .content .item:nth-of-type(odd),
.insights-home .insights-content .insight-item:nth-of-type(even) {
    margin-right: 0px;
}
.insights .related-post .content .item:nth-of-type(even) {
    margin-right: 0px;
    padding-left: 20px;
    border-left: 1px solid #D8DCDE;
    padding-right: 0;
}
.insights .related-post .content .item:nth-of-type(odd) {
    /* margin-right: 20px; */
    padding-right: 20px;
    padding-left: 0;
    border-left: none;
}
/* .related-post .content .item:first-child {
    padding-left: 0;
    border-left: 0;
} */
.insights .content .item h4,
.insights-home .insights-content .insight-item h4 {
    display: block;
    font-size: 25px;
    line-height: 28px;
    padding: 0 0 3px;
    letter-spacing: -1px;
}
.insights .content .item .img,
.insights-home .insights-content .insight-item .img {
    background: #fff;
    margin: 0 0 15px;
}
.insights .content .item .img a,
.insights-home .insights-content .insight-item .img a {
    display: block;
    line-height: 0;
}
.insights .content .item .img:hover,
.insights-home .insights-content .insight-item .img:hover{
    opacity: 0.9;
}
.insights .content .item img,
.insights-home .insights-content .insight-item img {
    width: 100%;
    height: auto;
}
.insights .content .item .thumbnail,
.insights .post-header .author-thumbnail {
    line-height: 0;
}
.insights .content .item .thumbnail img,
.insights .post-header .author-thumbnail img {
    width: 40px;
    max-width: 40px;
    height: auto;
    border-radius: 100px;
    margin-right: 10px;
}
.single.single-guide .partner_post,
.insights .content .item .author-box,
.insights .content .item .partner_post,
.insights .post-header .author-box,
.single.single-insights .post-header .author-box {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    min-height: 40px;
    color: #4e4f53;
}
.author-thumbnail + p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64717A;
}
.single.single-guide .partner_post,
.insights .post-header .author-box,
.single.single-insights .post-header .author-box {
    justify-content: center;
    margin-bottom: 15px;
}
.single.single-guide .partner_post,
.insights .post-header .author-box.partner_post,
.single.single-insights .post-header .author-box.partner_post {
    justify-content: start;
    color: #000;
    border: 1px solid #D8DCDE;
}
.single.single-guide .partner_post a,
.insights .content .item .author-box a,
.insights .post-header .author-box a,
.single.single-insights .post-header .author-box a {
    color: #0087D0;
    font-weight: 700;
}
.single.single-guide .partner_post a:hover,
.insights .content .item .author-box a:hover,
.insights .post-header .author-box a:hover,
.single.single-insights .post-header .author-box a:hover {
    color: #000;
}
.single.single-guide .partner_post,
.insights .content .item .partner_post,
.insights .post-header .partner_post {
    margin: 0;
    float: unset;
}
.single.single-guide .partner_post img,
.insights .content .item .partner_post img,
.insights .post-header .partner_post img,
.insights-home .insights-content .insight-item .partner_post img {
    width: auto;
    max-width: 50px;
    height: auto;
    max-height: 40px;
    margin-right: 10px;
}
.single.single-guide .partner_post p,
.insights .content .item .partner_post p,
.insights .post-header .partner_post p {
    margin-left: 0px;
}
.insights-home .insights-content .insight-item .partner_post {
    margin-top: 10px;
}
.insights .post-header p.posted-time {
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 16px;
}

.insights .post-content img {
    max-width: 100% !important;
    height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
    .insights {
        padding-left: 25px;
        padding-right: 25px;
    }
    .insights .header h1 { 
        font-size: 21px; 
        line-height: 24px; 
    } 
    .insights .header p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) { 
    .insights {
        padding-left: 25px;
        padding-right: 25px;
    }
    .insights .header h1 { 
        font-size: 18px; 
        line-height: 20px; 
    }   
    .insights .post-header h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .insights .related-post h3 {
        font-size: 20px; 
        line-height: 22px; 
    }
    .insights .header p {
        font-size: 14px;
    }
    .insights .content .item,
    .insights-home .insights-content .insight-item {
        width: 100%; 
        margin-right: 0px;
        border: 0;
        /* border-bottom: 1px solid #D8DCDE; */
        margin-bottom: 20px;
        padding: 0 0 20px 0;
    }
    .item.hero .home-banner-box-first,
    .item-hero .home-banner-box-first { 
        height: 225px; 
    }
    .insights .related-post .content .item:nth-of-type(odd) {
        margin-right: 0px;
    }
    .data-cpt .main-pr__main .item,
    .guide-cpt .main-pr__main .item {
        width: 100%; 
        margin-right: 0;
        margin-bottom: 30px;
    }
    .guide-cpt .main-pr__main .item {
        padding-right: 0;
    }
    .insights.appleaders .related-post .content .item:nth-of-type(odd) {
        margin-bottom: 0;
    }
    .insights.appleaders .related-post .content .item:nth-of-type(even) {
        margin-right: 0px;
        padding-left: 0px;
        border-left: 0;
        padding-right: 0;
        border-top: 1px solid #D8DCDE;
        padding-top: 20px;
    }
}

/**
 * Author content, Person and Company. Used by Guide, Insights, and AppLeaders
 */
.post-author h3 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 25px;
}
.post-author .author-content {
    display: flex;
    align-items: start;
    margin-bottom: 40px;
}
.post-author .author-content img {
    border-radius: 50%;
    max-width: 200px;
    height: auto;
    margin-right: 60px;
}
.post-author .author-content h4 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
}
.post-author .author-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}
.post-author .author-content a {
    color: #0087D0;
    text-decoration: underline;
}
.post-author .author-content a:hover {
    color: #000;
}
.post-author .author-content a.social {
    font-size: 22px;
    margin-right: 20px;
    margin-top: 15px;
    display: inline-block;
}
@media only screen and (max-width: 767px) { 
    .post-author .author-content img {
        max-width: 140px;
        margin-right: 40px;
    }
    .post-author .author-content h4 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) { 
    .post-author .author-content {
        flex-direction: column;
    }
    .post-author .author-content img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}


/* quoted text styling */
.quoted_text {
    display: flex;
    font-size: 14px;
    background: #efefef;
    margin-top: 15px;
    padding: 10px;
    line-height: 1.4;
    color: #333;
}
@media only screen and (max-width: 449px){
    .quoted_text {
        display: none;
    }
}
.full-header-tag-container .quoted_text,
.full-header-tag-container .company-info
 {
    margin-left: 190px;
}

/*--------------------------------*/
/*        Research Styling        */
/*--------------------------------*/
@media only screen and (min-width: 1200px) {
    .single-research .main_i {
        width: 1060px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1060px) {
    .single-research .container {
        max-width: 1060px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1059px) and (min-width: 992px){
    .single-research .container {
        max-width: 970px;
        margin: 0 auto;
    }
}
.single-research .post img {
    max-width: 100%;
    height: auto;
    margin: 9px 0px 20px 0;
    display: block;
}
.single-research .ma_tab_wrapper .widget.widget_taxonomy-drill-down {
    display: none !important;
}
.single-research .single-guide.tab_window.active {
    border: none;
}
.single-research .single-guide .post ul li,
.single-research .single-guide .post,
.single-research .single-guide .post p {
    font-size: 18px;
}
.single-research #archive_intro {
    text-align: center;
}
.single-research #archive_intro h1 {
    line-height: 1.3;
}
.single-research #archive_intro .nc_socialPanel {
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 0px !important;
} 
@media only screen and (max-width: 767px) { 
    .single-research #archive_intro {
        text-align: left;
    }
}

/*--------------------------------*/
/*            Breadcrums          */
/*--------------------------------*/
.breadcrumb-wrapper {
    margin-top: 15px;
}
.breadcrumb-wrapper.data-inner::before {
    content: '';
    position: absolute;
    height: 55px;
    left: 0;
    right: 0;
    top: -15px;
    z-index: -1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.7497373949579832) 14%, rgba(0,0,0,0.5088410364145659) 50%, rgba(203,203,203,0) 95%);
}
.breadcrumb-wrapper.hero-bg {
    position: absolute;
    z-index: 9991;
    width: 100%;
}
.breadcrumb-wrapper.hero-bg.data {
    margin-top: -15px;
}
.breadcrumb-wrapper.hero-bg.data-inner .container {
    max-width: 960px;
}
.breadcrumb-wrapper .container .breadcrumbs {
    margin-bottom: 0px;
}
.breadcrumb-wrapper.hero-bg .container {
    margin: 0 auto;
    padding: 0 10px;
}
.breadcrumbs {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.3;
}
.breadcrumbs li {
    display: inline;
    font-size: 16px;
    text-transform: capitalize;
    color: #999;    
}
.breadcrumb-wrapper.hero-bg .breadcrumbs li {
    color: #FFF;
}
.breadcrumbs li a {
    color: #000000;
}
.breadcrumb-wrapper.hero-bg .breadcrumbs li a {
    color: #FFF;
}
.breadcrumb-wrapper.hero-bg.data-inner .breadcrumbs li {
    font-size: 16px;
}
.breadcrumbs li a:hover,
.breadcrumb-wrapper.hero-bg .breadcrumbs li a:hover {
    color: #0087D0;
}
.breadcrumbs li+li:before {
    content: "/\00a0";
    color: #000000;
    padding-left: 8px;
    padding-right: 7px;
}
.breadcrumb-wrapper.hero-bg .breadcrumbs li+li:before {
    color: #FFF;
}
@media only screen and (max-width: 767px) { 
    .breadcrumbs {
        padding: 0 15px;
    }
    .breadcrumb-wrapper.hero-bg.data-inner {
        margin-top: 5px;
    }
    .breadcrumb-wrapper.hero-bg.data-inner .breadcrumbs li {
    font-size: 14px;
    }
    .breadcrumbs li {
        font-size: 14px;
    }
    .breadcrumbs li+li:before {
        padding-left: 6px;
        padding-right: 6px;
    }
    .breadcrumb-wrapper .container {
        padding-left: 4px;
    }
}
/*--------------------------------*/
/*         Clutch Iframe          */
/*--------------------------------*/
.clutch-iframe-2 {
    border: none;
    width: 100%;
    height: 75px;
    overflow-y: hidden;
}
.clutch-iframe-5 {
    border: none;
    width: 100%;
    height: 1200px;
}

/*--------------------------------*/
/*    Custom Social buttons       */
/*--------------------------------*/
.boa-social-buttons {
    max-width: 730px;
    margin: 15px auto 0 auto;
}

.boa-social-buttons a {
    width: calc(100% * (1/3) - 30px);
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.boa-social-buttons a:last-of-type {
    margin-right: 0px;
}
.boa-social-buttons a.facebook-bt {
    background-color: rgb(58, 88, 158);
}
.boa-social-buttons a.facebook-bt:hover {
    color: #FFFFFF;
}
#archive_intro .boa-social-buttons a.facebook-bt:hover {
    color: #FFFFFF !important;
}
.boa-social-buttons a.twitter-bt {
    background-color: rgb(66, 156, 214);
}
.boa-social-buttons a.twitter-bt:hover {
    color: #FFFFFF;
}
#archive_intro .boa-social-buttons a.twitter-bt:hover {
    color: #FFFFFF !important;
}
.boa-social-buttons a.linkedin-bt {
    background-color: rgb(13, 119, 183);
}
.boa-social-buttons a.linkedin-bt:hover {
    color: #FFFFFF;
}
#archive_intro .boa-social-buttons a.linkedin-bt:hover {
    color: #FFFFFF !important;
}
.boa-social-buttons a i {
    padding: 8px 0px;
}

/*----------------------------------------------*/
/*    Full width Header + Hero image styling    */
/*----------------------------------------------*/
.full-width-header.hero-image,
.full-width-header.hero-image .container {
    position: relative;
}
.full-width-header.hero-image *,
.full-width-header.hero-image *:before {
    color: #fff !important;
}
.full-width-header.hero-image .breadcrumbs li {
    color: #bbb !important;
}
.full-width-header.hero-image .breadcrumbs li a,
.full-width-header.hero-image #archive_intro h1,
#archive_intro h1 {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

.hero-image + .main_diff-width,
.full-width-header + .main_diff-width {
    padding-top: 40px;
}

.full-width-header.hero-image--home {
    padding: 10px 0;
}
.full-width-header.hero-image--home #archive_intro {
    text-align: left;
    max-width: 50%;
}

#archive_intro {
    color: #fff;
}
.full-width-header.hero-image .hero-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}

/*----------------------------------*/
/*    Homepage Featured networks    */
/*----------------------------------*/
/* *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */

.featured-news {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8DCDE;
}
.featured-news__main {
    width: 50%;
    padding-right: 20px;
}
.featured-news__main a:hover h2,
.featured-news__list a:hover h3 {
    color: #0087D0;
}
.featured-news__main img:hover,
.featured-news__list-item img:hover {
    opacity: 0.9;
}
/* .featured-news__main:hover:hover a,
.featured-news__list-item:hover a {
    color: #39464F;
} */
.featured-news__main:hover a:hover,
.featured-news__list-item:hover a:hover {
    color: #0087D0;
}
.featured-news__main img {
    width: 100%;
    margin: 0 0 10px;
}
.featured-news__main h2 {
    font-size: 33px;
    line-height: 36px;
}
@media only screen and (max-width: 767px){
    .featured-news__main h2 {
        font-size: 25px;
        line-height: 28px;
    }
}

.featured-news__main .n-list__item__main__top {
    margin-top: 16px;
}
.featured-news__list {
    width: 50%;
    padding-left: 20px;
    border-left: 1px solid #D8DCDE;
    display: flex;
    flex-direction: column;
}
.featured-news__list .n-list__item__main__top {
    margin-top: 10px;
}
.featured-news__list-item {
    border-bottom: 1px solid #D8DCDE;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
}
.featured-news__list-item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.featured-news__list-item__image {
    width: 150px;
    margin-right: 20px;
}
.featured-news__list-item__image img {
    width: 150px;
}

@media only screen and (max-width: 767px) { 
    .featured-news {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .featured-news__main {
        width: 100%; 
        padding-right: 0px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border: 0;
        border-bottom: 1px solid #D8DCDE;
    }
    .featured-news__list {
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }
}
.insight-item .n-list__item__main__top {
    margin-top: 16px;
}

.home .main-pr__main.home-ft { 
    display: flex; 
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.home .main-pr__main.home-ft a { 
    /* width: calc(100% * (1/4) - 8px);  */
    width: 25%;
    border-top: 1px solid #D8DCDE;
    border-bottom: 1px solid #D8DCDE;
    border-right: 1px solid #D8DCDE;
    text-decoration: none;
    padding: 30px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.home .main-pr__main.home-ft a:first-of-type,
.home .main-pr__main.home-ft a:nth-child(5) {
    border-left: 1px solid #D8DCDE;
}
.home .main-pr__main.home-ft a:nth-child(n+5) {
    border-top: 0;
}
.home .main-pr__main.home-ft a:hover {
    background-color: #f4f4f4;
    cursor: pointer;
    /* border-bottom: 1px solid #0087D0; */
}
.home .main-pr__main.home-ft a img {
    max-width: 100%;
    width: auto;
}
.home .main-pr__main.home-ft a .img {
    width: 100%;
    border-bottom: 1px solid #D8DCDE;
    height: 95px;
    margin-bottom: 30px;
}
.home .main-pr__main.home-ft a .text__title {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 14pt;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.home .main-pr__main.home-ft a .text__tagline {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 1.3;
}
@media ( max-width : 1024px) {
    .home .main-pr__main.home-ft a { 
        padding: 15px;
    }
}

@media ( max-width : 767px) {
    .home .main-pr__main.home-ft {
        flex-wrap: wrap;
    }
    .home .main-pr__main.home-ft a { 
        width: 100%;
        border-left: 1px solid #D8DCDE;
        border-bottom: 1px solid #D8DCDE;
        border-right: 1px solid #D8DCDE;
        border-top: none;
        padding: 20px;
        display: flex;
        align-items: center;
        text-align: left;
    }
    .home .main-pr__main.home-ft a:first-of-type {
        border-top: 1px solid #D8DCDE;
    }
    
    .home .main-pr__main.home-ft a .img {
        margin-bottom: 0;
        margin-right: 5%;
        width: 20%;
        border-bottom: 0;
        height: auto;
    }
    .home .main-pr__main.home-ft a .text {
        width: 75%;
    }
}

/*--------------------------------*/
/*     Newsletter footer box      */
/*--------------------------------*/
.newsletter-wrapper {
    background-color: #f5f6f7;
    border-top: 1px solid #D8DCDE;
    text-align: center;
    padding: 70px 0px;
    display: block;
}
.newsletter-wrapper ._form_73 {
    max-width: 700px;
    margin: 0 auto;
}
.newsletter-wrapper ._form_73 ._form-title {
    background: transparent;
    color: #000000;
    font-size: 26px;
    line-height: 30px;
    padding: 0px;
    margin-bottom: 15px;
    font-weight: 900;
    font-family: 'Ubuntu', sans-serif;
}
.newsletter-wrapper ._form_73 ._html-code p {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato';
    margin-bottom: 20px;
}
.newsletter-wrapper ._form_73 ._form_element._x50188974 {
    width: 70%;
    display: inline-block;
}
.newsletter-wrapper ._form_73 ._form_element._x50188974 ._error._below {
    text-align: left;
    color: red;
    font-size: 12px;
}
.newsletter-wrapper ._form_73 ._form_element ._form-label { display: none; }
.newsletter-wrapper ._form_73 ._form_element input[type="text"] {
    background: white;
    background-color: white;
    border: 1px solid white !important;
    font-size: 14px !important;
    width: 100%;
    padding: 0 5px;
    float: left;
    color: #999 !important;
    font-size: 15px !important;
    line-height: 40px !important;
    height: 43px !important;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.newsletter-wrapper ._form_73 ._button-wrapper {
    width: 22%;
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}
.newsletter-wrapper ._form_73 ._button-wrapper ._submit {
    float: right;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    border-radius: 4px;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: white;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 20px;
    background: #000000;
    position: relative;
}
.newsletter-wrapper ._form_73 ._button-wrapper ._submit:hover {
    background: #0087D0;
}
.newsletter-wrapper ._form_73 ._button-wrapper ._submit::after {
    display: none;
}
.newsletter-wrapper .disclaimer {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Lato';
    margin-top: 15px;
    font-style: italic;
    margin-top: 10px;
}
.newsletter-wrapper .disclaimer a {
    color: #0087D0;
    text-decoration: underline;
}
.newsletter-wrapper .disclaimer a:hover,
.newsletter-wrapper .disclaimer a:focus {
    color: #000;
}
@media only screen and (max-width: 767px) {
    .newsletter-wrapper ._form_73 ._form_element._x50188974 {
        width: 98%;
        display: block;
        margin-bottom: 10px;
    }
    .newsletter-wrapper ._form_73 ._button-wrapper {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .newsletter-wrapper ._form_73 ._button-wrapper ._submit {
        float: none;
    }
    .newsletter-wrapper ._form_73 ._form_element input[type="text"] {
        float: none;
    }
    .newsletter-wrapper ._form_73 {
        padding: 0 15px;
    }
}

/*--------------------------------*/
/*     Show More pagination       */
/*--------------------------------*/
.sm-pagination {
    text-align: center;
    margin: 0px 20px 20px 20px;
}
.sm-btn {
    color: #FFFFFF;
    background-color: #000;
    border: none;
    padding: 10px 40px 10px 20px;
    display: inline;
    font-size: 18px;
    margin-top: 30px;
}
.directory_wrapper .sm-pagination {
    margin-top: 25px;
}

.sm-btn.disabled .sm-loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    animation: spin-loader 2s linear infinite;
    vertical-align: middle;
    display: inline-block;
}

@-webkit-keyframes spin-loader {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin-loader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*--------------------------------*/
/*       Inline Featured Ad       */
/*--------------------------------*/
.inline-featured-ad {
    width: auto;
    background-color: #f5f6f7;
    border: 1px solid #D8DCDE;
    padding: 25px 50px;
    margin: 15px 0 30px 0;
    display: flex;
}
.inline-featured-ad .featured-img {
    margin-right: 30px;
}
.inline-featured-ad .featured-img img {
    min-width: 140px;
    width: auto;
    margin: 0;
    border: 1px solid #D8DCDE;
}
.inline-featured-ad .featured-content {
    line-height: 1.3;
}
.inline-featured-ad .featured-content h5 {
    color: #000;
    font-size: 25px;
    line-height: 2rem;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 700;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}

.inline-featured-ad .feature-ad-link {
    display: inline-block;
}
.inline-featured-ad .featured-content .headline:hover h5,
.inline-featured-ad .featured-content .headline:focus h5{
    color: #0087D0;
}
.inline-featured-ad .featured-content a,
.inline-featured-ad .featured-content a:hover,
.inline-featured-ad .featured-content a:focus {
    text-decoration: none;
}
.inline-featured-ad .featured-content a:not(.feature-ad-link),
.inline-featured-ad .featured-content a:not(.feature-ad-link):hover,
.inline-featured-ad .featured-content a:not(.feature-ad-link):focus {
    text-decoration: underline;
}
/* .inline-featured-ad .featured-content .cta-button {
    box-shadow: 2px 2px 2px #CCCCCC;
    color: #FFFFFF;
    background-color: #2DA836;
    border: none;
    padding: 12px 16px;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
}
.inline-featured-ad .featured-content .cta-button:hover,
.inline-featured-ad .featured-content .cta-button:focus {
    text-decoration: none;
    box-shadow: 0 0 0;
    position: relative;
    cursor: pointer;
    top: 1px;
    left: 1px;
} */
@media only screen and (max-width: 599px) and (min-width: 500px){
    .inline-featured-ad .featured-img img {
        min-width: 120px;
    }
}
@media ( max-width : 499px) {
    .inline-featured-ad { 
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .inline-featured-ad .featured-img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .inline-featured-ad {
        padding: 20px;
    }
}
@media ( max-width : 299px) {
    .inline-featured-ad .featured-img img {
        min-width: 100%;
    }
}
/*--------------------------------*/
/*           Mega Banner          */
/*--------------------------------*/
.mega-banner-wrapper > div > div:first-child {
    margin-bottom: 20px;
    text-align: center;
}

.mega-banner-wrapper > div {
    max-width: 970px;
    width: 100%;
    background: white;
    margin: 0 auto;
}
.mega-banner-wrapper > div img {
    width: auto;
    max-width: 100%;
}

/*--------------------------------*/
/*    Ad Rotate 480x640 banner    */
/*--------------------------------*/
.ad-rotate-480 {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.post .g.g-7 img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.single-data .post .a-single img,
.single-data .post .g-single img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px !important;
}

/*--------------------------------*/
/*         Settings form          */
/*--------------------------------*/
.page-template ._form._form_64 ._row._checkbox-radio {
    display: inline-block;
    width: auto !important;
}
.page-template ._form._form_64 ._row._checkbox-radio:first-of-type {
    margin-right: 15px;
}

.page-template .testimonials-block
{
    margin-top: 0;
    position: absolute;
}
/*--------------------------------*/
/*         What is BOA            */
/*--------------------------------*/
.home .main-pr.main-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #eee;
    display: flex;
    border-bottom: 0;
    min-height: 50vw;
}
@media only screen and ( max-width: 768px) {
    .home .main-pr.main-full-width  {
        flex-direction: column;
    }
}
.main-full-width--text h2 {
    font-size: 33px;
    line-height: 36px;
    margin-bottom: 2rem;
}
.main-full-width--text h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
.main-full-width--text hr {
    border: 0;
    background: #D8DCDE;
    height: 1px;
    margin: 20px 0;
    width: 100%;
}
.main-full-width--text p {
    font-size: 18px;
}
.home .main-pr.main-full-width .main-full-width--img,
.home .main-pr.main-full-width .main-full-width--text {
    width: 50%;
}
.home .main-pr.main-full-width .main-full-width--text {
    padding: 40px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and ( max-width: 768px) {
    .home .main-pr.main-full-width .main-full-width--img,
    .home .main-pr.main-full-width .main-full-width--text  {
        width: 100%;
    }
    .home .main-pr.main-full-width .main-full-width--text  {
        padding: 20px 10px;
    }
}
.home .main-pr.main-full-width .main-full-width--img {
    background-image: url("/wp-content/themes/boa/img/whatis-boa.jpg");
    background-size: cover;
    background-position: top center;
}

@media only screen and ( max-width: 768px) {
    .home .main-pr.main-full-width .main-full-width--img {
        height: 100vw;
    }
}


/*--------------------------------*/
/*     Homepage Video Wrapper     */
/*--------------------------------*/
.home .main-pr.full-video-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #eee;
    padding-bottom: 60px;
}
.home {
    overflow-x: hidden;
}
.home .main-pr.full-video-width .main-pr__title,
.full-video-width + .main-pr .main-pr__title {
    border-top: 0;
}
.videoWrapper {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    max-height: 520px;
    min-height: 520px;
    overflow: hidden;
}
@media only screen and ( max-width : 367px) {
    .videoWrapper {
        min-height: 250px;
    }
}
@media only screen and (max-width: 499px) and (min-width: 368px){
    .videoWrapper {
        min-height: 300px;
    }
}
@media only screen and (max-width: 667px) and (min-width: 500px){
    .videoWrapper {
        min-height: 350px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 668px){
    .videoWrapper {
        min-height: 400px;
    }
}
@media only screen and (max-width: 960px) and (min-width: 768px){
    .videoWrapper {
        min-height: 450px;
    }
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------------------------------*/
/*     Company info table Views    */
/*---------------------------------*/
.company-info {
    margin: 30px 0 30px 0;
    padding: 30px 0;
    border-top: 1px solid #D8DCDE;
    border-bottom: 1px solid #D8DCDE;
}
.company-info table {
    border-collapse: separate;
}
.company-info table th {
    color: #919DA5;
    font-size: 10px !important;
    line-height: 12px !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.company-info table th,
.company-info table td {
    /* width: 20%; */
    border-right: 1px solid #D8DCDE;
    background-color: #fff;
    padding: 0 10px;
}
.company-info table tr {
    background: white;
}
.company-info table th:first-child,
.company-info table td:first-child {
    padding-left: 0;
}
.company-info table th:last-child,
.company-info table td:last-child {
    /* width: 20%; */
    border-right: 0;
    padding-right: 0;
}
.company-info table td {
    color: #000;
    font-size: 14px !important;
    line-height: 18px !important;
}
.post-archive:hover .company-info table th,
.post-archive:hover .company-info table td {
    /* background-color: #fff; */
}
.feature_table.company-info table {
    width: auto;
    border: none;
}
.feature_table.company-info table th,
.feature_table.company-info table td {
    width: 200px;
    max-width: 200px;
}
.company-info p.source {
    color: #222;
    font-style: italic;
}

/*-----------------*/
/*     Webinars    */
/*-----------------*/
.page-template-tpl-webinars-search .filter {
    border-bottom: 0;
}
body .main.webinar-listing .main__l.contentleft {
    float: unset;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) { 
    body .main.webinar-listing .main__l.contentleft { 
        float: left;
    } 
}

/*---------------------------------*/
/*   Additional Network Content    */
/*---------------------------------*/
.entry-content.archive-content .additional-content {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 190px;
    border-top: 1px solid #D8DCDE;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .entry-content.archive-content .additional-content  {
        margin-left: 0px;
	}
}
.entry-content.archive-content .additional-content p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 1.5;
}
.entry-content.archive-content .additional-content blockquote p {
    padding-bottom: 0;
}
.entry-content.archive-content .additional-content.post ul li,
.entry-content.archive-content .additional-content.post ol li {
    font-size: 14px;
    line-height: 15px;
}
.entry-content.archive-content .additional-content.post ol {
    padding-left: 50px;
}
.entry-content.archive-content .additional-content.post ol li::before {
    font-size: 14px;
}
.entry-content.archive-content .additional-content.post table {
    font-size: 14px;
}
.entry-content.archive-content .additional-content.post table tr td {
    border: 1px solid #CCC;
    line-height: 22px;
}
.entry-content.archive-content .additional-content img {
    max-width: 100%;
    height: auto;
}
.entry-content.archive-content .additional-content a {
    font-size: 14px;
    margin-top: 10px;
    color: #0087D0;
    text-decoration: underline;
    clear: both;
}
.entry-content.archive-content .additional-content a:hover {
    color: #000;
}

/*--------------------------------*/
/*     Sidebar Widget Style       */
/*--------------------------------*/

.widget.featured-style.ajdg_grpwidgets h3 {
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64717A;
    transform: translateY(-100%);
    text-align: center;
    font-family: 'Lato';
    padding: 0;
    width: 295px;
    line-height: 16px;
    font-weight: 500;
}
.widget.featured-style h3 { 
    background: transparent;
    font-size: 21px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    /* border-bottom: 2px solid #efefef; */
}
.widget.featured-style li a:hover,
.widget.featured-style li a:hover span.tagl {
    text-decoration: none;
}

/*--------------------------------*/
/*     Downloads page layout      */
/*--------------------------------*/
body.page-template-tpl-download-search .main .main__l.contentleft {
    float: unset;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
    body.page-template-tpl-download-search .main.main_l-to-r .main__l { 
        width: 100%; 
    } 
}
@media only screen and (max-width: 767px) { 
    body.page-template-tpl-download-search .main_i { 
        width: 96%; 
    } 
}

.newsletter-redirect header ul,
.newsletter-redirect header .header__social,
.newsletter-redirect header .header__search,
.newsletter-redirect footer {
    display: none;
}
.newsletter-redirect-wrapper {
    margin: 8rem auto 5rem auto;
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.newsletter-redirect-wrapper .post {
    margin-top: 4rem;
    margin-bottom: 8rem;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0087D0;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*-------------------*/
/*     Scrollspy     */
/*-------------------*/
.scrollspy-wrapper {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}
.scrollspy-wrapper .scrollspy-navbar {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;
    /* height: 100%; */
    transition: opacity 0.4s ease-in-out;
    border: 1px solid #D8DCDE;
}
.scrollspy-wrapper .scrollspy-navbar.show-navbar {
    visibility: visible;
    opacity: 1;
}
.scrollspy-wrapper .scrollspy-navbar h5 {
    padding: 1rem;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}
.scrollspy-wrapper .scrollspy-navbar h5 .fa-bars {
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
}
.scrollspy-wrapper .scrollspy-navbar ul {
    list-style: none;
    padding: 0;
    display: none;
    margin-bottom: 20px;
}
.scrollspy-wrapper .scrollspy-navbar ul ul {
    list-style: none;
    padding: 0 ;
    margin-bottom: 0px;
}
.scrollspy-wrapper .scrollspy-navbar ul li {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.scrollspy-wrapper .scrollspy-navbar ul ul li {
    margin-bottom: 0px;
}
.scrollspy-wrapper .scrollspy-navbar ul a {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 0.6rem 0px;
    border-radius: 0;
    line-height: 1.4;
    border-top: 1px solid #D8DCDE;
    color: #000;
    text-decoration: none;
    margin: 0 1rem;
}
.scrollspy-wrapper .scrollspy-navbar ul a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: white;
    top: 0;
    left: -1rem;
}

.scrollspy-wrapper .scrollspy-navbar ul a.active::before {
    background-color: #0087D0;
}
.scrollspy-wrapper .scrollspy-navbar ul a:hover::before {
    background-color: #D8DCDE;
}
.scrollspy-wrapper .scrollspy-navbar ul ul li a {
    padding: 2px 10px;
    line-height: 1.2em;
}
.scrollspy-wrapper .scrollspy-navbar ul a.active,
.scrollspy-wrapper .scrollspy-navbar ul a.active:hover {
    font-weight: bold;
    text-decoration: none;
}
.scrollspy-wrapper .scrollspy-navbar ul a.active:hover::before {
    background-color: #0087D0;
}
.scrollspy-wrapper .scrollspy-navbar ul a:hover {
    /* color: white;
    background: #000; */
    text-decoration: none;
}

/* @media only screen and (min-width: 700px) { 
    .scrollspy-wrapper {
        transform: translateX(-100%);
    }
} */
@media only screen and (min-width: 961px) and (max-width: 1024px) {
    .scrollspy-wrapper {
        max-width: 203px;
        transform: translateX(calc(-100% - 30px));
    }
}
@media only screen and (min-width: 961px) { 
    .scrollspy-wrapper {
        display: block;
        position: sticky;
        top: 50px;
        transform: translateX(calc(-100% - 30px));
    }
    .scrollspy-wrapper .scrollspy-navbar {
        position: absolute;
        top: 20px;
        visibility: hidden;
        opacity: 0;
    }
    .scrollspy-wrapper .scrollspy-navbar h5 {
        font-size: 16px;
        line-height: 1;
        cursor: default;
    }
    .scrollspy-wrapper .scrollspy-navbar h5 .fa-bars {
        display: none;
    }
    .scrollspy-wrapper .scrollspy-navbar ul {
        display: block !important;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1025px) { 
    .scrollspy-wrapper {
        max-width: 220px;
    }
}
@media only screen and (min-width: 1101px) { 
    .scrollspy-wrapper {
        top: 80px;
        max-width: 240px;
    }
}
@media only screen and (min-width: 1201px) { 
    .scrollspy-wrapper {
        max-width: 240px;
    }
}
@media only screen and (min-width: 1395px) { 
    .scrollspy-wrapper {
        max-width: 270px;
        transform: translateX(calc(-100% - 30px));
    }
}
@media only screen and (min-width: 1550px) { 
    .scrollspy-wrapper {
        transform: translateX(calc(-100% - 60px));
    }
}

/* Avoiding an video inside an iFrame to expand after the page has loaded */
.insights.single-guide .post-content p iframe {
    width: 100%;
}

.insights.single-guide .post-content p > iframe {
    height: 0 !important;
    padding-top: 56.2%;
}

.insights.single-guide .post-content p noscript iframe {
    height: auto;
    padding-top: 0;
}

.main.single-data-report .main_i
{
    margin-top: 30px;
}
.single-data .main.single-data-report .main_i .n-list__item__title > h1
{
    text-align: left;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}
.single-data .main.single-data-report .main_i .n-list__item__title > h2
{
    text-align: left;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
}

.single-data .main.single-data-report .main_i .breadcrumb-wrapper
{
    margin-top: 0;
}

.single-data .main.single-data-report .main_i .breadcrumb-wrapper li
{
    font-size: 16px;
}

.single-data .main.single-data-report .main_i .n-list__item__main__top .text
{
    padding-top: 0;
    justify-content: left;
}

.data-category-page-app-reports .main-pr__main .item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 50%;
    margin-right: 0;
    padding: 0 20px;
    border-left: 1px solid #D8DCDE;
}

@media only screen and (max-width: 767px) { 
    .data-category-page-app-reports .main-pr__main .item {
        width: 100% !important;
    }
}

.data-category-page-app-reports .main-pr__main .item:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
    padding-right: 20px;
}
.data-category-page-app-reports .main-pr__main .item:nth-child(even) {
    padding-right: 0;
}

/*------------------------------*/
/*     Directory menu hover     */
/*------------------------------*/
.filter-dropdown-hover {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 20;
}
.filter-dropdown-hover .taxonomy-drilldown-lists {
    position: relative;
}
.filter-dropdown-hover .taxonomy-drilldown-lists .main-taxonomy {
    display: block;
    margin: 0;
    background-color: #39464F;
    border: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
}
.filter-dropdown-hover .taxonomy-drilldown-lists .main-taxonomy h4 {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
}
.filter-dropdown-hover .taxonomy-drilldown-lists .main-taxonomy h4:after {
    content:'\f054';
    color: #fff;
}
.filter-dropdown-hover .taxonomy-drilldown-lists .main-taxonomy ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    padding: 0; 
    background-color: #39464F;
    max-width: 100%;
    min-width: 200px;
}
.filter-dropdown-hover .taxonomy-drilldown-lists .main-taxonomy ul li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 10px 15px;
}
.filter-dropdown-hover .taxonomy-drilldown-lists .main-taxonomy ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.filter-dropdown-hover .taxonomy-drilldown-lists .main-taxonomy ul li a:hover {
    font-weight: 400;
    text-decoration: underline;
}
.filter-dropdown-hover .taxonomy-drilldown-lists .main-taxonomy ul li a .link-count,
.filter-dropdown-hover .taxonomy-drilldown-lists .main-taxonomy ul li .check-style {
    display: none;
}
.profile_section.ma_tab_toolbar {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .filter-dropdown-hover {
        display: none !important;
    }
}


/* Sticky Right Sidebar */
.sidebarright.sidebarsticky {
    position: sticky;
    top: 120px;
    margin-right: -112px;
    margin-top: 290px;
    display: none;
}
@media only screen and (min-width: 1160px) {
    .sidebarright.sidebarsticky {
        display: block;
    }
}

/* Relative Right Sidebar */
.sidebarright.sidebarrelative {
    position: relative;
    top: 0;
    margin-right: -112px;
    margin-top: 290px;
    display: none;
}
@media only screen and (min-width: 1160px) {
    .sidebarright.sidebarrelative {
        display: block;
    }
}

/* Google Static Map */
.gstatic-map.full-width {
    width: 100%;
}

/* Absolute Right Sidebar */
.sidebarright.sidebarabsolute {
    position: absolute;
    top: 290px;
    right: 0;
    margin-top: 0px;
    margin-right:-200px;
    display: none !important;
}
@media only screen and (min-width: 1360px) {
    .sidebarright.sidebarabsolute {
        display: block !important;
    }
}


/*------------------------------*/
/*     Directory menu hover     */
/*------------------------------*/

.testimonials-block {
	position: relative;
	text-align: center;
	background-color: #F1F1F1;
	padding: 80px 0;
	width: 100vw;
    max-width: 100%;
    left: 50%;
	transform: translateX(-50%);
	margin-top: 80px;
    overflow-x: hidden;
}

.testimonials-block h3 {
	margin-bottom: 50px !important;
	margin-top: 0 !important;
    font-size: 36px;
    line-height: 1.1;
    padding-left: 10px;
    padding-right: 10px;
}
.testimonials {
	width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.testimonials-item {
	background: white;
	border-radius: 15px;
	border: 1px solid #E1E2E5;
	margin: 0 20px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
.testimonials-item__image {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin-bottom: 15px;
}
.testimonials-item__author {
	display: flex;
	align-items: center;
}

.testimonials-item p {
	color: #839098;
	margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
}

.testimonials-item .author {
	font-size: 16px;
	color: #839098;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
    line-height: 20px
}

.testimonials-item__author .author {
	text-align: left;
	margin: 0 0 0 20px;
	margin-top: 0;
	padding: 0;
	
}

.testimonials-item__author .author strong {
	color: #ff0000;
}

@media (max-width: 730px) {
	.testimonials-item {
		margin: 0 10px;
	}
}


.slick-slider {
	position: relative;
}
.slick-arrow {
	background: green;
	z-index: 999;
}


/*------------------------------*/
/*          User review         */
/*------------------------------*/

.rwp-submit-wrap input[type="button"] {
    background-color: #00AC18 !important;
    padding: 15px 20px 15px 70px !important;
    min-width: 210px;
}
.rwp-submit-wrap input[type="button"]::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    right: 20px;
}
.rwp-submit-wrap input[type="button"]:hover {
    background-color: #009915 !important;
}

.rwp-users-reviews-wrap .rwp-u-review__date {
    display: none;
}

.clutch-iframe-2 + .rwp-review-wrap,
.clutch-iframe-2 + * + .rwp-review-wrap {
    display: none;
}

.rwp-rating-form-user-info,
.default-avatar {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #000;
    margin-right: 20px;
    border-radius: 50px;
}

.rwp-rating-form-user-info::after,
.default-avatar::after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-color: #000;
    background: #000;
    color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 65"><path d="M32.5 32.4c4.5 0 8.2-3.6 8.2-8s-3.7-8-8.2-8c-4.5 0-8.2 3.6-8.2 8 0 4.5 3.7 8 8.2 8zm0-14.6c3.8 0 6.9 3 6.9 6.7s-3.1 6.7-6.9 6.7c-3.8 0-6.9-3-6.9-6.7s3.1-6.7 6.9-6.7zm16 24.7v6h-1.3v-6c0-1.4-.9-2.5-2.2-2.9l-2.1-.6c-6.7-2-13.9-2-20.7 0l-2.2.6c-1.3.4-2.2 1.6-2.2 2.9v6h-1.2l-.1-.6v-5.4c0-1.9 1.3-3.6 3.2-4.1l2.2-.7c7-2.1 14.4-2 21.4 0l2.1.6c1.8.6 3.1 2.3 3.1 4.2z"/></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 65"><path d="M32.5 32.4c4.5 0 8.2-3.6 8.2-8s-3.7-8-8.2-8c-4.5 0-8.2 3.6-8.2 8 0 4.5 3.7 8 8.2 8zm0-14.6c3.8 0 6.9 3 6.9 6.7s-3.1 6.7-6.9 6.7c-3.8 0-6.9-3-6.9-6.7s3.1-6.7 6.9-6.7zm16 24.7v6h-1.3v-6c0-1.4-.9-2.5-2.2-2.9l-2.1-.6c-6.7-2-13.9-2-20.7 0l-2.2.6c-1.3.4-2.2 1.6-2.2 2.9v6h-1.2l-.1-.6v-5.4c0-1.9 1.3-3.6 3.2-4.1l2.2-.7c7-2.1 14.4-2 21.4 0l2.1.6c1.8.6 3.1 2.3 3.1 4.2z"/></svg>');
}

.rwp-rating-form-user-info img,
.rwp-rating-form-user-info span {
    display: none !important;
}

/*------------------------------*/
/*          Stats panel         */
/*------------------------------*/

.stats-block {
    position: relative;
    padding: 40px 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 25px;
    margin-top: 5px;
}

.stats-block.full-width {
    width: 100vw;
}

.stats-block.fill-width {
    margin: 0 -31px 0 0px;
}

.stats-block h1,
.stats-block h2,
.stats-block h3,
.stats-block h4 {
    margin-top: 0px;
}

.stats-block .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.stats {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.stats h1,
.stats h2,
.stats h3,
.stats h4 {
    margin-bottom: 50px;
}
.stats-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 10px;
    align-self: center;
}
.stats-item:last-of-type {
    border-right: none;
}

.stats-item > p {
    margin-bottom: 0 !important;
}

.stats-item h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
}

.stats-item h1,
.stats-item h2,
.stats-item h3,
.stats-item h4,
.stats-item h5 {
    margin: 0 0 10px 0;
}
.stats-item,
.stats-item p {
    margin-top: auto;
    font-size: 26px !important;
    line-height: 26px !important;
    margin-bottom: auto;
    padding-bottom: 0;
}

.background-black p,
.background-black h1, 
.background-black h2, 
.background-black h3,
.background-black .stats-item,
.background-red p, 
.background-red h1, 
.background-red h2, 
.background-red h3,
.background-red .stats-item {
    color: white;
}
.background-black {
    background-color: black;
}
.background-red {
    background-color: #ff0000;
}

.app-list-table{ color: #000000; font-size: 16px; line-height: 30px; margin-bottom:30px; padding: 0 0 25px; width:100%; }
.app-list-table tr td, .app-list-table th{ padding: 10px; border:1px dotted #ccc; text-align: center; padding-right:10px; width:100px; vertical-align: middle;  }
.app-list-table tr td.logo-image img{ width: 50px; height: 50px;}
.app-list-table tr td a{ color: #0087D0; text-decoration: underline; }
.app-list-table th.category-filter { position: relative; }
.app-list-table th.category-filter a { font-weight: normal; }
.app-list-table th.category-filter ul { display: none; position: absolute; top: 80px; left: 0; background-color: #fff; border: 1px solid #ccc; z-index: 9999; }
@media only screen and (min-width: 774px){
    .app-list-table th.category-filter ul { top: 50px; }
}
.app-list-table th.category-filter:hover ul { display: block; }
.app-list-table th.category-filter ul { list-style: none; text-align: left; padding: 15px; }
.app-list-table th.category-filter ul li { padding: 3px 0;; }
.app-list-table th.category-filter a.selected { text-decoration: underline; }
.app-list-table thead tr:first-child { position: sticky; background-color: #fff; z-index: 9000;}
.app-list-table th.category-filter > span:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}
@media only screen and (max-width: 595px){
    .app-list-table th:last-child,
    .app-list-table tr td:last-child
    {
        display:none;
    }
}
@media only screen and (max-width: 510px){
    .app-list-table th:nth-child(4),
    .app-list-table th:nth-child(5),
    .app-list-table tr td:nth-child(4),
    .app-list-table tr td:nth-child(5)
    {
        display:none;
    }
}
/* Network office location */
.office-locations-wrapper {
    margin: 30px 0 30px 0;
    padding-top: 30px;
    border-top: 1px solid #D8DCDE;
}
.gstatic-map {
    margin-bottom: 20px;
}
.office-locations-wrapper .gstatic-map {
    margin-bottom: 0;
}

.profile_section_inner .office-locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 20px;
}
.profile_section_inner .office-locations .office-address {
    flex: 0 0 calc(100% * (1/3) - 52px);
    margin: 10px 0;
    padding: 0 20px 0 30px;
    border-right: 1px solid #D8DCDE;
}
.profile_section_inner .office-locations.has-hq .office-address:nth-of-type(2),
.profile_section_inner .office-locations.has-hq .office-address:nth-of-type(3) {
    margin-top: 45px;
}
.profile_section_inner .office-locations .office-address .office-address-content {
    position: relative;
}
.profile_section_inner .office-locations .office-address .office-address-content:before {
    content: '\f041';
    font: normal normal normal 24px/1 FontAwesome;
    position: absolute;
    top: 0;
    left: -20px;
    color: rgba(0,0,0,0.9);
}
.profile_section_inner .office-locations .office-address h5 {
    color: #222;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border: 1px solid #222;
    border-radius: 4px;
    padding: 2px 8px;
    display: inline-block;
    word-break: break-word;
}
.profile_section_inner .office-locations .office-address p {
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.4;
}
.profile_section_inner .office-locations .office-address p i:before {
    content: '\f095';
    padding-right: 6px;
    font: normal normal normal 20px/1 FontAwesome;
}
@media only screen and (min-width: 767px){
    .profile_section_inner .office-locations .office-address:nth-of-type(3n) {
        border-right: 0;
    }
}
@media only screen and (max-width: 766.9px){
    .profile_section_inner .office-locations .office-address {
        flex: 0 0 calc(100% * (1/2) - 52px);
    }
    .profile_section_inner .office-locations .office-address:nth-of-type(2n) {
        border-right: 0;
    }
    .profile_section_inner .office-locations.has-hq .office-address:nth-of-type(3) {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 499.9px){
    .profile_section_inner .office-locations .office-address:nth-of-type(n) {
        border-right: 0;
        border-bottom: 1px solid #D8DCDE;
    }
    .profile_section_inner .office-locations .office-address:last-of-type {
        border-bottom: 0;
    }
    .profile_section_inner .office-locations .office-address {
        flex: 0 0 calc(100% - 52px);
    }
    .profile_section_inner .office-locations.has-hq .office-address:nth-of-type(2),
    .profile_section_inner .office-locations.has-hq .office-address:nth-of-type(3) {
        margin-top: 10px;
    }
}

/* Network key people */
.profile_section_inner .key-people-wrapper {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D8DCDE;
}
.profile_section_inner .key-people-wrapper h3 {
    margin-bottom: 25px;
}
.profile_section_inner .key-people-wrapper .key-people {
    display: flex;
    align-items: start;
    margin-bottom: 40px;
}
.profile_section_inner .key-people-wrapper .key-people img {
    border-radius: 50%;
    max-width: 200px;
    height: auto;
    margin-right: 60px;
}
.profile_section_inner .key-people-wrapper .key-people h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.profile_section_inner .key-people-wrapper .key-people p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
    padding: 0;
}
.profile_section_inner .key-people-wrapper .key-people a {
    color: #0087D0;
    text-decoration: underline;
}
.profile_section_inner .key-people-wrapper .key-people a:hover {
    color: #000;
}
.profile_section_inner .key-people-wrapper .key-people a.social {
    font-size: 22px;
    margin-right: 20px;
    margin-top: 15px;
    display: inline-block;
}
@media (max-width: 600px) {
    .profile_section_inner .key-people-wrapper .key-people {
        flex-direction: column; 
    }
    .profile_section_inner .key-people-wrapper .key-people img {
        margin-right: 0px;
        margin-bottom: 25px;
    }
}
.n-list__item__main__content .post img.wp-image-68903, .data-cpt img.wp-image-68903 {
    position: absolute !important;
    padding: 40px 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 98vw;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.main.single-data-report .testimonials-block
{
    position: absolute;
}
.data-cpt .data-bottom .testimonials-block
{
    margin-top: 0;
    position: absolute;
}

@media (max-width: 730px) {
    .hidemobile,
    img.wp-image-68903,
    .testimonials-block,
    .full-testimonials-height-fix,
    #full-testimonials-height-fix,
    #full-banner-height-fix,
    .full-banner-height-fix
    {
        display: none !important;
    }
    .stats-block .container {
        max-width: 724px;
    }
    .stats {
        justify-content: space-evenly;
        flex-direction: column;
    }
    .stats-item {
        flex: 0;
        margin-bottom: 25px;
    }
    .stats-item:last-of-type {
        margin-bottom: 0;
    }
}
