/*
Theme Name: Neve Child
Description: Neve WordPress child theme.
Template: neve
Text Domain: neve-child
*/ 

@font-face {
    font-family: 'helveticaneuebold';
    src: url('fonts/helvetica_neu_bold-webfont.woff2') format('woff2'),
         url('fonts/helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneueblackcond';
    src: url('fonts/helveticaneue_blackcond-webfont.woff2') format('woff2'),
         url('fonts/helveticaneue_blackcond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuelight';
    src: url('fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('fonts/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuemedium';
    src: url('fonts/helveticaneue_medium-webfont.woff2') format('woff2'),
         url('fonts/helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuethin';
    src: url('fonts/helveticaneue_thin-webfont.woff2') format('woff2'),
         url('fonts/helveticaneue_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4{ font-family: 'helveticaneuebold' !important; font-weight: unset !important;}
h1 strong, h2 strong, h3 strong, h4 strong{font-weight: unset !important;}
h5, h5 strong{font-family: 'helveticaneuemedium' !important; font-weight: unset !important;}
p, a, li{font-family: 'helveticaneuelight' !important;}

html{ scroll-behavior: smooth;}
body{overflow-x: hidden; font-family: 'helveticaneuelight' !important;}
body > .wrapper:not(.et-fb-iframe-ancestor) {overflow: unset !important;}
.container{ width: 95% !important; max-width: 1440px !important;}
.sp-50{ padding-top:30px; padding-bottom:30px;}
.spt-50{ padding-top:30px;}
.spb-50{ padding-bottom:30px;}
.mb-10{ margin-bottom: 10px;}
.mb-20{ margin-bottom: 20px;}
.mb-30{ margin-bottom: 30px;}


.btn:focus, .btn.focus, a:focus, .swiper-pagination-bullet:focus, button:focus {outline: 0; box-shadow: none !important;}


.sticky-top {position: -webkit-sticky; position: sticky; top: 0; z-index: 1020;}
.neve-main{ padding-top: 30px;}
.category .neve-main{ padding-top: 0px;}
@media (min-width: 992px) {
    .neve-main{ padding-top: 50px;}
  .container{ width: 90% !important; max-width: 1440px !important;}
	span.db{ display: block;}
	.sp-50{ padding-top:50px; padding-bottom:50px;}
	.spt-50{ padding-top:50px;}
	.spb-50{ padding-bottom:50px;}
	.max-800{max-width: 800px; margin-left: auto; margin-right: auto;}
  .max-940{max-width: 940px; margin-left: auto; margin-right: auto;}
  .max-980{ max-width: 980px; margin-left: auto; margin-right: auto;}
  .max-1000{ max-width: 1000px; margin-left: auto; margin-right: auto;}
  .mb-50{ margin-bottom: 50px;}
  .nv-page-title h1{ font-size: 26px;}
}



/*Scroll to Top*/
#return-to-top .upIcon{ content: url("img/top.svg");}
#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 0px;
    background: rgba(131, 157, 181, 0.5);
	/*box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.3);*/
  	padding:5px 8px 9px 10px;
	border-radius:5px 0px 0px 5px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	 z-index:99;
     font-size: unset;
     line-height: unset;
}
#return-to-top:hover {
   background: rgba(131, 157, 181,1);
}

.header{background: #fff; backdrop-filter: blur(20px); z-index: 999; padding: 5px 0px 10px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);}
.header .container{ position: relative;}
.header.my-fixed{ background: rgba(255, 255, 255, 0.92); transition: all .4s ease;}
.header .header-logo{position: relative; z-index: 9; padding: 5px 0px 5px;}

@media (min-width: 992px) {
  .cnt-btn .btn {font-size: 16px; padding: 10px 20px !important;}
  .cnt-btn {top: 15px !important;}
}

@-moz-document url-prefix() { 
    .header.my-fixed{ background: rgba(255, 255, 255, 0.95);}
  }

@media (max-width: 991px) {
	.desktop--menu{display:none;}
	.header .header-logo{position: relative; top: 3px}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header{padding: 10px 0px 10px;}
    .header .header-logo{padding: 0px 0px 0px;}
}

@media (min-width: 992px) {
    .header{padding: 10px 0px 0px;}
    .header .header-logo{padding: 0px 0px 10px;}
}

/*Footer*/

.footer-top{ background: #181818; color: #fff; font-weight: 300; font-size: 14px;}
.footer-top a{ color: #fff; transition: all 300ms linear;}
.footer-top a:hover{color: rgba(255,255,255,0.7);}
.footer-top h5{ font-size: 18px; margin-bottom: 16px;}
.ftr-subscribe{ margin-bottom: 30px;}
.ftr-subscribe .btn-white{ background: #fff; color: #000; border-radius: 3px; border: 0; font-size: 14px; font-weight: 500;}
.ftr-subscribe input{ border: 1px solid #fff; background: transparent; color: rgba(255,255,255,0.7); border-radius: 5px; height: 50px;}
.footer-top ul{ padding: 0 0px 0px 0px;}
.footer-top ul li{ padding-bottom: 10px; list-style-type: none;}
.footer-top ul li a{ color: #fff;}
.ftr-social{ margin-top: 30px;}
.ftr-addr{ position: relative; padding-left: 40px;}
.ftr-addr:before{content: url("img/ftr-icon1.svg"); position: absolute; left: 0; right: 0; width: 32px;}
.ftr-phone{ position: relative; padding-left: 40px; margin-top: 30px; line-height: 30px;}
.ftr-phone:before{content: url("img/ftr-icon2.svg"); position: absolute; left: 0; right: 0;width: 32px;}
.ftr-email{ position: relative; padding-left: 40px; margin-top: 30px; line-height: 30px;}
.ftr-email:before{content: url("img/ftr-icon3.svg"); position: absolute; left: 0; right: 0;width: 32px;}
.ftr-social .linkedin{ position: relative; padding-left: 40px; line-height: 30px;}
.ftr-social .linkedin:before{content: url("img/linkedin.svg"); position: absolute; left: 0; right: 0; width: 32px;}
.ftr-social .fb{ position: relative; padding-left: 40px; line-height: 30px;}
.ftr-social .fb:before{content: url("img/fb.svg"); position: absolute; left: 0; right: 0; width: 32px;}
.ftr-social .insta{ position: relative; padding-left: 40px; line-height: 30px;}
.ftr-social .insta:before{content: url("img/insta.svg"); position: absolute; left: 0; right: 0; width: 32px;}
.ftr-social .twit{ position: relative; padding-left: 40px; line-height: 30px;}
.ftr-social .twit:before{content: url("img/twit.svg"); position: absolute; left: 0; right: 0; width: 32px;}

@media (max-width: 767px) {
    .ftr-addr br{ display: none;}
    .socicon {float: left; margin: 0px 20px 20px 0px;}
}

@media (min-width: 768px) {
    .ftr-subscribe{ margin-bottom: unset;}
    .ftr-col3{ display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; flex-shrink: 0;}
    .ftr-social{ flex-basis: 100%;}
    .ftr-social .socicon{ margin-bottom: 20px;}
}

@media (min-width: 1200px) {
    .footer-top{ font-size: 16px;}
    .ftr-col3{ display: flex; justify-content: space-between;}
    .footer-top h5{ font-size: 20px; margin-bottom: 30px;}
    .ftr-social{ margin-top: unset;}
    .ftr-phone{ margin-top: 20px;}
    .ftr-social{ flex-basis: unset;}
}

.ftr-ql-row ul{ padding: 0 0px 0px 0px; margin: 0;}
.ftr-ql-row ul li{ padding-bottom: 3px; list-style-type: none;}
.ftr-ql-row ul li a{ color: #fff; font-size: 14px; font-weight: 300;}

@media (min-width: 768px) {
    .ftr-ql-row ul li{ padding-bottom: 10px;}
    .ftr-ql-row{ display: grid; grid-template-columns: auto auto; justify-content: space-between;}
}

@media (min-width: 1024px) {
    .ftr-ql-row{ display: grid; grid-template-columns: auto auto auto;}
}

@media (min-width: 1200px) {
    .ftr-ql-row{ display: grid; grid-template-columns: auto auto auto auto;}
}

.footer-btm{ background: #181818; padding-bottom: 20px;}
.ftr-btm-inner{border-top: 1px solid rgba(255,255,255,0.3); padding-top: 20px; }
.footer-btm .copy{ text-align: center; color: rgba(255,255,255,0.7); font-size: 11px; font-weight: 300;}
@media (min-width: 768px) {
    .footer-btm .copy{ font-size: 14px;}
}

.ftr-cta{ position: relative; background: linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 50%,#181818 50%,#181818 100%);}
.ftr-cta-inner{ background: url(img/ftr-cta-bg.jpg); border-radius: 20px; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; text-align: center; color: #fff}
.ftr-cta h2{ margin-bottom: 10px;}
.ftr-cta h4{ font-family: 'helveticaneuemedium' !important;}
.ftr-cta .btn-white{ font-family: 'helveticaneuelight'; font-size: 16px}
.ftr-cta .btn{ border-radius: 5px; font-size: 16px; font-weight: 400; transition: all 300ms linear; border: 0;}
.ftr-cta .btn-white{ background: #fff !important; color: #151515 !important; padding: 10px 30px !important; border: 1px solid #fff !important;}
.ftr-cta .btn-white:hover{ background: transparent !important; color: #fff !important;}
.ftr-cta .btn-white:active, .ftr-cta .btn:focus{background: #fff; color: #151515;}

@media (min-width: 1366px) {
	.ftr-cta h2{ font-size: 36px;}
	.ftr-cta .btn-white{ font-size: 18px}
}

/*Single page*/
.resource-inner-banner img{ height: 300px; width: 100%; object-fit: cover; object-position: top;}
.rs-author h5{ margin-bottom: 2px;}
.rs-author{ display: flex; align-items: center; margin-bottom: 30px;}
.rs-author .s--author{ margin-left: 20px;}
.rs-date{ color: #9A9A9A; font-size: 14px;}
.resource-inner-banner{ margin-bottom: 16px;}
.rs-tags{margin-bottom: 16px; font-weight: 500; font-size: 14px;}
.rs-tags a{ font-weight: 400; color: #000;}
.rs-tags a:before{ content: "#";}
.rs-cat-name{font-size: 14px; font-weight: 500; background: #EFEFEF; border-radius: 4px; text-transform: uppercase; padding: 5px 10px; display: inline-block; margin-bottom: 20px;}
.rs-cat-name a{ color: #000;}
.rs-cat-name a:hover{color: rgba(0, 0, 0, 0.7);}
.rs-post-content ul{ padding: 0px 0px 20px 20px; list-style: unset !important;}
.rs-post-content ul li{ padding-bottom: 10px;}
.rs-post-content img{ margin-bottom: 1rem;}

.rs-post-content h4 { text-transform: lowercase;}
.rs-post-content h4::first-letter { text-transform: uppercase;}
.rs-post-content h5 { text-transform: lowercase;}
.rs-post-content h5::first-letter { text-transform:uppercase;}

.postid-128 .rs-post-content h5 { text-transform: unset;}

.rht-sidebar-title h4{ position: relative; padding:0px 0px 20px 60px; margin-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.rht-sidebar-title h4:before{ content:""; background-size: 44px 44px; width: 44px; height: 44px; display: inline-block; position: absolute; left: 0; top: 0;}
.rht-sidebar-title li{ margin-bottom: 10px;}
.rht-sidebar-title li a{ color: #000;}
.trending-blogs h4:before{ background: url("img/tb-icon.svg");}
.sidebar-tags h4:before{ background: url("img/tags-icon.svg");}
.sidebar-tags-inner{ background: #f5f5f5; border-radius: 4px; padding: 20px;}
.sidebar-categ h4:before{background: url("img/cat-icon.svg");}
.sidebar-categ a{ color: #000; text-transform: uppercase;}
.sidebar-categ a{color: rgba(0, 0, 0, 0.6);}
.sidebar-categ .rhs-cat-list .badge{ color: rgba(0, 0, 0, 0.4); font-size: 13px;}
.rhs-cat-list{ margin-bottom: 10px; padding: 10px 15px; line-height: 18px; display: flex; justify-content: space-between; border-radius: 5px;}
.rhs-cat-list a{ position: relative; padding-left: 20px; font-weight: 500;}
.rhs-cat-list a:before{content:"\f125"; font-family: "Ionicons"; position: absolute; left: 0;}

.rhs-cat-list:nth-of-type(1) {background: rgba(198, 220, 131, 0.15);}
.rhs-cat-list:nth-of-type(1) a{ color: #354F12;}
.rhs-cat-list:nth-of-type(2) {background: rgba(164, 218, 245, 0.15);}
.rhs-cat-list:nth-of-type(2) a{ color: #1B4586;}
.rhs-cat-list:nth-of-type(3) {background: rgba(240, 206, 124, 0.15);}
.rhs-cat-list:nth-of-type(3) a{ color: #663D11;}
.rhs-cat-list:nth-of-type(4) {background: rgba(246, 197, 202, 0.15);}
.rhs-cat-list:nth-of-type(4) a{ color: #802323;}

.layout-grid .content > .blog-entry-title {margin-bottom: 10px; font-size: 18px;}

.sidebar-tags-inner .rhs-tags{margin-bottom: 10px; font-size: 0px;}
.sidebar-tags-inner .rhs-tags ul{ padding: 0; margin: 0;}
.sidebar-tags-inner .rhs-tags ul li{ list-style-type: none; display: inline-block; margin: 0px 10px 0px 0px;}
.sidebar-tags-inner .rhs-tags li a{ font-weight: 400; color: rgba(0, 0, 0, 1); font-size: 13px;}
.sidebar-tags-inner .rhs-tags li a:hover{color: rgba(0, 0, 0, 0.6);}
.sidebar-tags-inner .rhs-tags li a:before{ content: "#";}
.sidebar-tags-inner .rhs-tags li a:after{ content: ""; margin-right: 10px;}
.sidebar-tags-inner .rhs-tags li a:nth-last-of-type(1):after{margin-right: 0px;}

div#ez-toc-container {margin: 30px 0px; padding-left: 20px !important; padding-bottom: 20px !important;}
.ez-toc-title-container {border-bottom: 1px solid #e5e5e5; padding-top: 10px; padding-bottom: 10px; margin-bottom: 20px;}
.ez-toc-list li{ position: relative; padding-left: 20px !important;}
.ez-toc-list li:before{content: url("img/vector1.svg"); position: absolute; left: 0px; top: -3px;}

.related-articles{background: #F7F7F7;}
.listen-box{ background: #000; text-align: center; padding: 10px 10px; max-width: 200px;}
.listen-box button{ background: #000; font-size: 16px;}

.social-share{ display: flex; flex-direction: row; align-items: center; margin-bottom: 30px;}
.social-btm{display: flex; flex-direction: row; align-items: center; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 4px; justify-content: space-around;}
.clipboard {cursor: copy;} 
.clipboard:hover{ opacity: 0.8;}



@media (max-width: 767px) {
    .rs-title-sec h1{ font-size: 26px; line-height: 36px;}
    
}
@media (max-width: 991px) {
    .rhs-cat-list {margin-bottom: 10px; line-height: 18px; display: inline-block; margin-right: 20px;}
    .social-share.sticky-top{ position: relative;}
    .sshare, .social-btm div{ line-height: 0;}
    .social-btm{ margin-left: 5px;}
    .social-btm div { margin-right: 20px;}
    .social-btm div:nth-last-of-type(1){ margin-right: 0;}
    .social-btm .shared-counts-wrap{ width: auto; margin: 0px;}
    .social-btm .shared-counts-wrap.style-icon .shared-counts-button {margin-right: 10px; margin-left: 10px;}
    .social-btm .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {fill: #000; width: 20px; height: 20px;}
    .social-btm .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon{width: 20px; height: 20px; line-height: 20px;}
}

@media (min-width: 992px) {
    .social-share.sticky-top{ top: 100px; z-index: 99;}
    .social-share{ display: flex; flex-direction: column; align-items: center;}
    .social-btm{display: flex; flex-direction: column; align-items: center; padding-top: 10px;}
    .sborder{ border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 10px; margin-bottom: 10px;} 
    .slinkedIn{ margin-bottom: 5px;}
    .rs-author h5{ margin-bottom: 16px;}
    .rs-cat-name{font-size: 16px;}
    .social-btm .shared-counts-wrap{ width: auto; margin-bottom: 0px; padding-top: 10px;}
    .social-btm .shared-counts-wrap.style-icon .shared-counts-button {float: unset; display: block; margin-bottom: 10px;}
    .social-btm .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {fill: #000; width: 24px; height: 24px;}
}

@media (min-width: 1200px) {
    .listen-box{ padding: 30px 10px; max-width: unset;}
    .listen-box button{ background: #000; font-size: 20px;}

}

/*Blog listing page*/
.nv-meta-list, .excerpt-wrap{ display: none;}
.page-template-template-blog .neve-main {padding-top: 0px; background: #F7F7F7;}
.resource-banner{background: #181818; padding: 30px 0px;}
.resource-banner h1{ text-align: center; color: #fff; margin-bottom: 0;}
.resource-banner h1 a, .resource-banner h1 a:hover{ color: #fff;}
.blog-listing a{ color: #000; text-decoration: none;} 
.blog-listing a:hover{ opacity: unset;}
.blog-box{ margin-bottom: 30px; background: #fff; padding: 20px 20px; width: 100%;}
.blog-box a{ text-decoration: none;}
.blog-box h5{ font-size: 16px; line-height: 22px; margin-bottom: 16px;}
.blog-box h5 a{ color: #000;}
.bl-author{ display: flex; align-items: center; margin-bottom: 16px; color: #000;}
.bl-author .bl-author-txt{ margin-left: 10px; font-size: 14px;}
.bl-date{ color: #9A9A9A; font-size: 14px;}
.blog-listing .row{align-items: stretch;}
.blog-listing-col{ display: flex; align-items: stretch;}
.bl-tags{margin-bottom: 10px; font-size: 0px;}
.bl-tags a{ font-weight: 400; color: rgba(0, 0, 0, 0.32); font-size: 12px;}
.bl-tags a:hover{color: rgba(0, 0, 0, 0.4);}
.bl-tags a:before{ content: "#";}
.bl-tags a:after{ content: ""; margin-right: 3px;}
.bl-tags a:nth-last-of-type(1):after{margin-right: 0px;}
.blog-listing .blog-img{ position: relative; margin-bottom: 10px;}
.bl-cat-name{font-size: 14px; font-weight: 500; background: #EFEFEF; border-radius: 4px; text-transform: uppercase; padding: 5px 10px; display: inline-block; position: absolute; top: 10px; left: 10px;}

.bl-cat-name.SEO{ background: #A4DAF5;}
.bl-cat-name.SEO a, .bl-cat-name.SEO a:hover{color: #1B4586;}
.bl-cat-name.Website{ background: #F6C5CA;}
.bl-cat-name.Website a, .bl-cat-name.Website a:hover{color: #802323;}
.bl-cat-name.General{ background: #C6DC83;}
.bl-cat-name.General a, .bl-cat-name.General a:hover{color: #354F12;}
.bl-cat-name.PPC{ background: #F0CE7C;}
.bl-cat-name.PPC a, .bl-cat-name.PPC a:hover{color: #663D11;}

.rs-cat-name.SEO{ background: #A4DAF5;}
.rs-cat-name.SEO a, .rs-cat-name.SEO a:hover{color: #1B4586;}
.rs-cat-name.Website{ background: #F6C5CA;}
.rs-cat-name.Website a, .rs-cat-name.Website a:hover{color: #802323;}
.rs-cat-name.General{ background: #C6DC83;}
.rs-cat-name.General a, .rs-cat-name.General a:hover{color: #354F12;}
.rs-cat-name.PPC{ background: #F0CE7C;}
.rs-cat-name.PPC a, .rs-cat-name.PPC a:hover{color: #663D11;}

.bl-last{ display: flex; justify-content: space-between;}
.bl-read a{ color: #000; font-size: 14px; position: relative; display: inline-block; text-decoration: underline;}
.bl-read a:hover{ color: #000; text-decoration: none;}
.bl-read a:after{content: url("img/arr.svg"); position: absolute; right: -20px;}
.bl-read-min{ color: rgba(0, 0, 0, 0.6); font-size: 14px;}

.wp-pagenavi {text-align: center; margin-top: 20px !important;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #181818; background: #181818; color: #fff;}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 8px;
	margin: 2px;
}
.wp-pagenavi a{ color: rgba(0, 0, 0, 0.6);}

@media (max-width: 374px) {
    .blog-box{ padding: 10px 10px;}
}
@media (min-width: 992px) {
    .resource-banner{padding: 100px 0px;}
}
@media (min-width: 1200px) {
    .blog-box{ margin-bottom: 30px;}
    .blog-box .blog-img img{ width: 100%; height: 325px; object-fit: cover;}
    .nv-post-thumbnail-wrap img{width: 100%; height: 325px; object-fit: cover;}
    .bl-tags a:after{ content: ""; margin-right: 10px;}
    .blog-title{ min-height: 60px;}
}

ul.page-numbers {justify-content: center;}
ul.page-numbers .current {background: #181818 !important; color: #fff;}
ul.page-numbers a, ul.page-numbers input[type="submit"], ul.page-numbers span{ margin-right: 8px !important;}