/*
Theme Name: Neve Child
Description: Neve WordPress child theme.
Template: neve
Text Domain: neve-child
*/ 

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --font-main: 'Inter';


	--font-size-h1: 26px;
	--font-size-h2: 24px;
	--font-size-h3: 22px;
	--font-size-h4: 20px;
	--font-size-h5: 18px;
	--line-height-h1: 38px;
	--line-height-h2: 34px;
	--line-height-h3: 32px;
	--line-height-h4: 30px;
	--line-height-h5: 26px;

    /*colors*/
    --color-blue: #2E63D8;
    
}

@media (min-width: 992px) {
	:root {
		--font-size-h1: 38px;
		--font-size-h2: 32px;
		--font-size-h3: 24px;
        --line-height-h1: 48px;
		--line-height-h2: 42px;
        --line-height-h3: 34px;
        
	}	
}

@media (min-width: 1336px) {
	:root {
		--font-size-h1: 42px;
		--font-size-h2: 36px;
        --font-size-h3: 32px;
        --font-size-h4: 24px;
        --font-size-h5: 20px;
		--line-height-h1: 50px;
		--line-height-h2: 43px;
        --line-height-h3: 42px;
        --line-height-h4: 34px;
        --line-height-h5: 26px;
	}	
}

/**** heading ***/
h1{ 
	font-family: var(--font-main); 
	font-size: var(--font-size-h1);
	line-height: var(--line-height-h1);
    font-weight: 700;
}

h2{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
    font-weight: 700;
}

h3{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h3);
	line-height: var(--line-height-h3);
    font-weight: 700;
}

h4{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h4);
	line-height: var(--line-height-h4);
    font-weight: 600;
}

h5{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h5);
	line-height: var(--line-height-h5);
    font-weight: 500;
}

/**** paragraph****/
p, li{ 
	font-family: var(--font-main); 
	line-height: 24px;
    font-weight: 400;
}



@media (min-width: 1200px) {
    p, li{ 
        font-size: 16px;
        line-height: 24px;
    }
    a{ font-size: 16px;}
}

a{
	font-family: var(--font-main); 
	text-decoration: none !important;
    font-weight: 400;
}

html{ scroll-behavior: smooth;}
body{overflow-x: hidden; font-family: 'Inter' !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;}
.btn{ border-radius: 5px; font-size: 16px; transition: all 300ms linear; border: 0;}
.btn-rounded{ border-radius: 44px !important;}
.btn-black{ background: #151515; color: #fff; padding: 7px 30px;}
.btn-black:hover{ background: rgba(0, 0, 0, 0.7); color: #fff;}
.btn-black:active, .btn:focus{background: #151515; color: #fff;}
.btn-white{ background: #fff; color: #000; padding: 7px 30px; border: 1px solid #fff;}
.btn-white:hover{ background: transparent; color: #fff;}
.btn-white:active, .btn:focus{background: #fff; color: #000;}
.btn-blue{ background: #3948FF; color: #fff; padding: 7px 30px; border: 1px solid #3948FF;}
.btn-blue:hover{ background: #3948FF; color: #fff; border: 1px solid #3948FF;}
.btn-blue:active, .btn-blue:focus{background: #3948FF; color: #fff; border: 1px solid #3948FF;}
.btn-blue-o{ background: #3948FF; color: #fff; padding: 7px 30px; border: 1px solid #3948FF;}
.btn-blue-o:hover{ background: transparent; color: #3948FF; border: 1px solid #3948FF;}
.txt-blue{ color: #2E63D8;}
.bg-black{ background: #151515;}
.bg-grey{background: #F4F4F6;}
.bg-lblue{ background: #F9FAFF;}
.bg-dblue{background: #0D1D32;}
.w-100{ width: 100%;}
.img-blend{ mix-blend-mode: darken;} 


.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-960{max-width: 960px; 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;}
}

.rm-link a{ color: #3948FF !important; font-weight: 500; position: relative;}
.rm-link a:after{ content: url(images/blu-arr.svg); position: relative; right: -10px; top: 3px;} 

/*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*/
.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: 0px 0px 0px;}

@media (max-width: 1079px) {
	.desktop--menu{display:none;}
	.header .header-logo{position: relative; top: 3px}
  .header .header-logo img{ height: 40px;}
}

@media (min-width: 1080px) {
    .header{padding: 10px 0px 0px;}
    .header .header-logo{padding: 0px 0px 10px;}
} 
/*header end*/



/*Footer*/

.footer-top{ background: #2E445C; color: #fff; font-weight: 300;}
.footer-top, .footer-top a, .footer-top p{ font-size: 14px;}
.footer-top a{ color: #fff; transition: all 300ms linear;}
.footer-top a:hover{color: rgba(255,255,255,0.6);}
.footer-top h5{ font-size: 16px; margin-bottom: 16px; border-bottom: 1px solid #969696; padding-bottom: 10px; margin-bottom: 20px;}
.footer-top ul{ padding: 0 0px 0px 0px;}
.footer-top ul li{ padding-bottom: 5px; list-style-type: none;}
.footer-top ul li a{ color: #fff;}
.ftr-email{ position: relative; padding-left: 40px; margin-top: 30px; }
.ftr-email:before{content: url("img/footer/email.svg"); position: absolute; left: 0; top: 2px; width: 24px; height: 24px;}
.ftr-phone{ position: relative; padding-left: 40px;}
.ftr-phone:before{content: url("img/footer/phone.svg"); position: absolute; left: 0; top: 2px; width: 24px; height: 24px;}
.ftr-addr{ position: relative; padding-left: 40px; margin-top: 30px;}
.ftr-addr:before{content: url("img/footer/addr.svg"); position: absolute; left: 0; top: 2px; width: 24px; height: 24px;}

.ftr-social{ margin-top: 30px;}
.ftr-soc-icons a{ margin-right: 10px;}
.ftr-soc-icons a:nth-last-of-type(1){ margin-right: 0;}
.ftr-titl{ font-weight: 500; font-size: 18px;}

@media (min-width: 1200px) {
    .footer-top, .footer-top a, .footer-top p{ font-size: 16px;}
    .footer-top ul li{ padding-bottom: 10px; }
}

.footer-btm{ background: rgba(202, 202, 202, 0.4); padding: 15px 0px; font-size: 14px; color: #414141;}
.ftr-btm-links{ text-align: center; margin-bottom: 5px;}
.footer-btm .ftr-btm-links a{ color: #414141; font-size: 14px;}
.footer-btm .ftr-btm-links a:hover{color: rgba(0,0,0,1);}
.footer-btm .copy{ text-align: center;}

@media (min-width: 768px) {
    .footer-btm .copy{text-align: right;}
    .ftr-btm-links{ text-align: left; margin-bottom: unset;}
}

/*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; margin-top: 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; margin-top: 30px; margin-bottom: 20px;}
.rs-post-content h5::first-letter { text-transform:uppercase;}

.rs-post-content h3{ margin-top: 30px; margin-bottom: 5px;}

.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; text-decoration: none;}
.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; text-decoration: none}
.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;}
.listen-box button:hover{background: #d12163;}

.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;}

.social-btm .shared-counts-label {
	display: none;
}

@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: 5px;}
    .rs-cat-name{font-size: 16px;}
	.rs-cat-name a{ text-decoration: none;}
    .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;}
}

@media (min-width: 1366px) {
    .rs-title-sec h1{ font-size: 48px; line-height: 62px;}
}

/*Blog listing page*/
.nv-meta-list, .excerpt-wrap{ display: none;}
.page-template-template-blog .neve-main {padding-top: 0px; background: #fff;}
.resource-banner{background: #2E445C; 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; box-shadow: 0px 0px 25px rgba(57, 72, 255, 0.1); border-radius: 10px; width: 100%;}
.blog-box-btm{ padding: 10px 20px 20px;}
.blog-box a{ text-decoration: none;}
.blog-box h5{ font-size: 18px; line-height: 24px; 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: 0px; 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);}

.blog-box .blog-img img{ border-radius: 10px 10px 0px 0px;}
.blog-single-top {display: flex; justify-content: space-between;}
.blog-single-top .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
    background: linear-gradient(159.55deg, #01BFEF -3.39%, #3BBCA7 104.95%);
	margin: 0px 5px;
	border-radius: 100%;
}

.blog-single-top .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
	fill: #fff;
}

.blog-single-top .shared-counts-wrap.style-icon .shared-counts-button:hover svg {
	fill: #fff !important;
}

.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
	fill: #fff;
	width: 16px;
	height: 16px;
}

@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: 250px; 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;}