html{
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}
body{
    font-size: 18px;
}
/* related articles styles */
h4{
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    padding: 12px 0;
}
body h3{
    color: #272d4e;
    font-family: poppins,Sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    padding: 13px 0px 10px 0px;
}
body h2{
    color: #272d4e;
    font-family: poppins,Sans-serif;
    font-size: 41px;
    font-weight: 600;
    line-height: 50px;
    padding: 16px 0 14px 0;
}
body h1{
    font-size: 54px;
    font-weight: 600;
    font-family: poppins,Sans-serif;
}
body p{
    margin-top: 0;
}
body p,body li, .postdata, .col2-category{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
body a{
    color: #8C0CF8;
}
.review-content h2 , .review-content h3 , .review-content h4{
    padding-bottom: 0;
}
.review-content h3 span{
    font-weight: 600 !important;
}
.review-content ul{
    margin-top: 11px;
}
@media (max-width: 1024px){
    body h4 {
        font-size: 24px;
        line-height: 30px;
    }
    body h3 {
        font-size: 28px;
        line-height: 35px;
    }
    body h2 {
        font-size: 35px;
        line-height: 40px;
    }
}
@media (max-width: 767px){
    body  h4 {
        font-size: 22px;
        line-height: 30px;
    }
    body h3 {
        font-size: 27px;
        line-height: 30px;
    }
    body h2{
        font-size: 34px;
        line-height: 35px;
    }
}
/*
@media (max-width: 480px){
    h4 {
        font-size: 20px;
        line-height: 30px;
    }
    h2{
        font-size: 30px;
        line-height: 30px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

remove testimonial text on sales process*/

#_testimonial-84-2278 .oxy-testimonial-text{
	display:none;
}

/* make the first letter in posts and categories bigger */
@media (max-width:767px){
    .single-post .postdata .ct-span:first-child{
        margin-top: 5px;
    }
}

.commission-disclaimer-message + p::first-letter, .category .ct-new-columns .ct-div-block .first-cat-paragraph::first-letter {
    font-size: 50px;
    display: inline-block;
    line-height: 50px;
    margin-right: 10px;
    float: left;
}

/* change h3 links color on sales career*/
.category-sales-career h3>a{
    color:#272d4e;
}
/*header styles */
.oxy-pro-menu-list{
	gap:23px;
}
/*header submenu item */
.oxy-pro-menu .menu-item ul.sub-menu {
	padding: 17px 0 0 0;
    background-color: #ffffff;
}
/*header search*/
.search-inp-container{
    display: none;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 10001;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.58);
    height: 100vh;
}
 div.search-inp-container input#headersearch{
    position: absolute;
    width: 95%;
	outline:none;
    top: 30%;
    transform: translate(2.7%,30%);
    background-color: transparent;
    color: white;
    font-weight: 600;
    letter-spacing: 1.4px;
    font-size: 24px;
    border: none;
    border-bottom: 2px solid white;
    border-radius: 0;
    padding: 38px 0 10px 0;
}
 div.search-inp-container input#headersearch::placeholder{
    color: rgba(255, 255, 255, 0.85);
}
.oxy-pro-menu .menu-item ul.sub-menu a{
	padding: 7px 0 7px 5px;
	justify-content:start;
}
#-pro-menu-119-2227 .oxy-pro-menu-container .sub-menu li.menu-item > a{
	justify-content:start;
	font-size: 1em;
	font-weight:400;
}
.related-art-header{
    text-align: center;
}
.related-art-header p{
    margin-top: 6px;
    margin-bottom: 34px;
    font-size:18px;
}
.related-art-header .related-articles-title{
    line-height: 18px;
    margin-top: 12px;
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #272D4E;
} 
@media (max-width: 1024px){
    .related-art-header .related-articles-title {
        font-size: 35px;
        line-height: 40px;
    }
}
@media (max-width: 767px){
    .related-art-header .related-articles-title {
        font-size: 34px;
        line-height: 35px;
    }
}
.related-posts.oxy-posts-grid{
 display: block;
}
.related-posts{
    list-style: none;
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px 20px;
}
ul.related-posts li, .related-posts li, .related-posts .post-single{
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
.related-posts .post-img-container{
    width: 100%;
    height: 244px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%);
    padding-bottom: calc( 0.66 * 100% );
    position: relative;
}
.related-posts .post-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.related-posts .post-tittle{
    margin: 5px 0 0 0;
    line-height: 34px;
}
.related-posts .post-tittle a{
    color: #272D4E;
    font-size: 21px;
}
.related-posts .post-date{
    padding: 8px 0 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #54595F;
}
.related-posts .post-contents{
    font-size:18px;
    margin-bottom: -4px;
}
.post-more{
    text-transform: uppercase;
    background: linear-gradient(
    91.05deg
    ,#005DC7 1.8%,#A100FF 111.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
    font-weight: 700;
    margin-top: 12px;
}
.post-more::after{
    content: url(https://sellingsignals.com/wp-content/uploads/2020/12/Button_icon.svg);
    padding-left: 12px;
    width: 5px;
    height: 10px;
    margin: 0;
    vertical-align: sub;
    bottom: 35px;
}
.related-posts .post-category{
    position: absolute;
    background-color: #fff;
    color: #1d274e;
    border-radius: 50px;
    font-size: 14px;
    margin: 20px;
    padding: 1px 16px;
    font-family: poppins,Sans-serif;
    font-weight: 500;
    right: 0;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.article-pgn{
    text-align: center;
    margin: 35px 0 45px 0;
}
.article-pgn a{
    padding: 11px 15px;
    color: #005dc7;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.article-pgn .prev{
    margin-right: 5px;

}
.article-pgn .next.active::after {
    content: url(https://sellingsignals.com/wp-content/uploads/2020/12/Button_icon.svg);
    padding-top: 0px;
    margin-top: 5px;
    vertical-align: middle;
    position: absolute;
}
.article-pgn .prev.active{
    position: relative;
}
.article-pgn .prev.active::before {
    content: url(https://sellingsignals.com/wp-content/uploads/2020/12/Button_icon.svg);
    padding-top: 0px;
    margin-top: 5px;
    vertical-align: middle;
    position: absolute;
    transform: rotate(180deg);
    left: -21px;
    bottom: 9px;
}
@media(max-width:1025px){
    .related-posts{
        grid-template-columns: 1fr 1fr !important;
        padding: 80px 30px 0;
    }
}
@media(max-width:767px){
    .related-posts{
        grid-template-columns: 1fr !important;
        padding: 10px 15px 0;
        gap: 46px 20px;
    }
    .related-posts .post-img-container{
        padding-bottom: calc( 0.5 * 100% );
        height: auto;
    }
    .related-posts .post-date {
        padding: 0px 0 3px;
        margin-top: -1px;
    }
    .related-posts .post-contents {
        margin-bottom: 0px;
    }
    .related-posts .post-tittle{
        line-height: 30px;
    }
    .related-art-header {
        padding-top: 15px;
    }
    .related-art-header .related-articles-title {
        margin-bottom: 7px;
        padding:0;
    }
    .related-posts .post-contents p{
        margin-bottom: 11px;
    }
    .related-art-header p{
        padding: 0 15px;
    }
}

.article-pgn .disabled{
    pointer-events: none;
    color: #626567;
}

/* email subscribe section */
/* .subscribe-container{
    padding: 0px 230px; 
} */
.email-subscribe{
    max-width: 1281px;
    width: 100%;
    align-content: center;
    align-items: center;
    margin: 50px auto;
    text-align: center;
    border: 1px solid #000; 
    border-radius: 20px;
    padding: 40px 0 30px 0;
}
.email-subscribe .subscribe-header{
    padding: 0 10px;
}
.email-subscribe .subscribe-form{
    position: relative;
    display: inline-block;
    width: 44%;
    margin: 15px 0 7px 0;
}
.subscribe-form .big-sub-email{
    width: 100%;
    border: 1px solid #717171;
    border-radius: 30px;
    padding: 15px 40px;
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #272d4e;
    outline: none;
}
.subscribe-form .big-sub-email::placeholder{
    opacity: .8;
    font-size: 70%;
}
.email-subscribe .subscribe-form form{
    display: flex;
    align-items: center;
    margin: 15px auto 7px auto;
}

.subscribe-form .sub-submit{
    position: absolute;
    right: 4px;
    background: linear-gradient( 91.05deg,#F1A34F 1.8%,#F18C2F 111.06%);
    border: 1px solid #FFF;
    color: white;
    padding: 13px 40px 13px 32px;
    transition: all .3s ease-in-out; 
    backface-visibility: hidden;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 50px;
}
.subscribe-form .sub-submit:hover{
    transform: scale(.9);
    color: white;
    border-color: white;
}
/* add fuel to your sales input placeholder*/
#code_block-19-2239 .sub-email::placeholder{
	font-size:13px;
	font-weight:400;
    opacity:.85;
}
/*end of add fuel to your sales input placeholder*/
@media screen and (max-width:767px){
   /* .subscribe-form .sub-submit{
        top: 6px;
    }*/
    .email-subscribe{
        margin: 50px auto 50px auto;
    }
    .email-subscribe .subscribe-header{
        font-size: 27px;
        line-height: 30px;
    }
}
@media screen and (max-width:500px){
    section.subscribe-container{
        padding: 0px 6px;
    }
}

/* mini subscription form*/
#code_block-2-2233 .sub-email{
	background-color: white;
	color: #525252;
	border: 1px solid #005DC7;
	border-radius: 50px;
	outline: none;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	padding: 16px 40px;
    line-height: 23px;
}
#code_block-2-2233 .sub-email::placeholder{
	font-weight:500;
	font-size:13px;
	letter-spacing:1px
}
#code_block-2-2233 .sub-submit {
	background: linear-gradient(91.05deg, #005DC7 1.8%, #A100FF 111.06%);
	color: #ffffff;
	border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 80px 14px 90px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
    letter-spacing: 2px;
	font-family: "Rubik", sans-serif;
	cursor: pointer;
	position: absolute;
    right: 5px;
    top: 5px;
    backface-visibility: hidden;
}
@supports (-webkit-touch-callout: none) {
	#code_block-2-2233 button.sub-submit {
		transform: translateY(1px);
	}
}
@-moz-document url-prefix(){
	#code_block-2-2233 button.sub-submit {
		transform: translateY(1px);
	}
}
#code_block-2-2233 .sub-submit:hover{
    transform: scale(.9);
	transition: 0.3s ease-in-out;
}
@media(max-width:767px){
	#code_block-2-2233 .sub-submit {
	     padding: 12px 40px 12px 40px;
		 top: 7px;
	}
}
@media(max-width:540px){
	#code_block-2-2233 .sub-submit {
		padding: 12px 30px 12px 30px;
	}
}
/* on submit animation */
.testform{
    transition: opacity .3s ease;
}
.testform.sending{
    opacity: 0.45;
}
.subscribe-form .subscribe-submit:focus{
    outline: none;
    border: 1px solid #FFF;
    color: white;
}
.subscribe-form .subscribe-submit:active{
    border: 1px solid #FFF;
    color: white;
}
.subscribe-response.red{
    color: #E74C3C;
    font-weight: 500;
}
.subscribe-response.red svg{
    fill: #E74C3C;
}
.subscribe-response.green svg{
    fill: #239B56;
}
.subscribe-response.green{
    color: #239B56;
    font-weight: 500;
}
.testform .spinner svg{
    fill: white;    
    animation: spin .7s ease-in-out infinite;
    margin-left: -19px;
    display: none;
    position: absolute;
}
.testform.sending .spinner svg{
    display: inline;
}
.subscribe-response{
    margin-top: 8px;
}
@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}
@media(max-width:1171px){
    .email-subscribe .subscribe-form{
        width: 54%;
    }
}
@media(max-width:1030px){
    .subscribe-container{
        padding: 0px 95px;
    }
    .email-subscribe .subscribe-form {
        width: 80%;
    }
}
@media(max-width:767px){
    .subscribe-container{
        padding: 0px 20px;
    }
    .email-subscribe{
        padding: 30px 0 30px 0;
    }
    .email-subscribe .subscribe-form {
        width: 95%;
        margin: 10px 0 2px 0;

    }
    .subscribe-form .subscribe-submit{
        top:7px;
    }
}
@media(max-width:600px){
    .subscribe-form .subscribe-submit{
        top: 2px;
        padding: 12px 30px !important;
    }
}



/* Post Content */
.headerMiniDesc span a {
	color: white;
    text-transform: uppercase;
}
.postdata {
    font-size: 18px;
    color: #272d4e;
}
.postdata a {
    color: #8c0cf8;
}
.postdata figure{
    text-align: center;
}
@media(min-width:768px){
    .postdata figure{
        padding: 15px 50px;
        margin: 0;
    } 
}
.postdata img, .single-post .postdata img{
    border-radius: 24px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    height: auto;
}
.postdata figcaption {
    text-align: center;
}

/* table of contents */
.oxel_toc__container.shown{
	max-height:100%;
}
.oxel_toc__container #fancy_icon-166-2243, .oxel_toc__container.shown #fancy_icon-147-2243{
	display:none;
}
.oxel_toc__container.shown #fancy_icon-166-2243, .oxel_toc__container #fancy_icon-147-2243{
	display:block;
}

/* related articles widget */
.sdb-rel-posts ul {
    list-style-position: inside;
    padding-left: 0;
}
.sdb-rel-posts li {
    list-style: none;
    margin-bottom: 10px;
}
.sdb-rel-posts li a {
    color: #272d4e;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    font-size: 18px;
}

/* Custom TOC */
.customtoc {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #8c0cf8;
}
.customtoc li{
    list-style: none;
    margin-bottom: 10px;
}
.customtoc li a {
    color: #272d4e;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    font-size: 18px;
}

/* related articles fixed-widget */
.admin-bar .fixed-articles{
    top: 50px;
}
div.fixed-articles{
    width:24% ;
    position: fixed;
    top: 25px;
}

/* dropdown accordions block */
.category section.elementor-top-section{
	overflow-y: hidden;
}

 .dropdowns-section {
	 display: flex;
	 align-items: center;
}
 .dropdowns-container.criteria-dropdowns {
	 border-left: 2px solid #dfdfdf;
}
 .dropdown .contents {
    display: none;
}
 .dropdown .contents .winner {
	font-style: italic;
}
 .dropdown-tittle {
	margin: 0;
	padding: 15px 20px 3px;
	display: grid;
	grid-template-columns: auto 27px;
	position: relative;
	cursor: pointer;
}
 .dropdown-tittle::after {
	content: url(/wp-content/plugins/core-oxy/media/plus.svg);
	width: 19px;
	transform: scale(0.6);
	right: 6px;
}
 .dropdown.active .dropdown-tittle::after {
	content: url(/wp-content/plugins/core-oxy/media/minus.svg);
}
 .dropdown.active .contents {
	display: block;
}
@media(max-width:435px){
	 .dropdown.active .contents {
		display: block;
		max-height:390px;
	}
}


/* category post breadcrumbs */
.breadcrumbs-shortcode .rank-math-breadcrumb p{
    margin: 0px;
    font-size: 15px;
    margin-top: -5px;
}
.breadcrumbs-shortcode .rank-math-breadcrumb a{
    color: white;
}

/* infographics */
@media(min-width:768px) {
    .hideInfoDesktop {
        display: none;
    }
}
@media(max-width:767px) {
    .hideInfoMobile {
        display: none;
    }
}

.single-post .wp-block-table{
    padding-left: 0;
    padding-right: 0;
    border: none;
    overflow-x:hidden;
}
.single-post .wp-block-table table{
    width: 100%;
    border-collapse: collapse;
}
.single-post .wp-block-table table, .single-post .wp-block-table th, .single-post .wp-block-table td {
    border: 1px solid #dfdede;
    padding: 9px 5px;
}
.single-post .wp-block-table table img{
    border-radius: 0;
    box-shadow: none;
    margin: 10px 5px;
}
.single-post .wp-block-table tr:nth-of-type(odd) td{
    background-color: #fff;
}
.single-post .wp-block-table tr:nth-of-type(even) td{
    background-color:#F0F0F0;
}
.single-post .wp-block-table figcaption{
    font-style: italic;
    margin-top: 10px;
}
@media(max-width:600px){
    .single-post .wp-block-table table{
        font-size: 16px;
    }
    .single-post .wp-block-table table img{
        margin: 0px;
    }
}
.single-post .postdata .wp-caption{
    width: 100% !important;
}



/* footer overflow */
.footerSvg div{
    max-width: 100%;
    width: 100%;
}
.footerSvg div svg{
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}

#inner_content-56-2227{
    max-width: 100vw;
    overflow: hidden;
    width: 100%;
}


/* custom button */
.wp-block-buttons {
    display: block;
    margin: auto;
}
.wp-block-button .wp-block-button__link{
    background-color: #e98c40;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin: 7px auto 27px;
    display: block;
    backface-visibility: hidden;
    font-family: "Rubik", sans-serif;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    padding: 15px 20px;
    border: none;
    min-width: 220px;
}

.wp-block-button .wp-block-button__link:hover{
    transform: scale(.98);
}

@media (max-width:767px) {
    .wp-block-button .wp-block-button__link{
        margin: 7px auto 21px;
    }
}