/*
Theme Name:   How To Fascinate Marketing - Theme
Theme URI:    https://yourwebsite.com
Description:  How To Fascinate Marketing - Theme, based on Divi
Author:       SpinGroup
Author URI:   https://www.spingroup.com
Template:     Divi
*/

:root {
    --fascinate-orange: #E77213;
}

/* layout classes */

.align-center {
    display: flex;
    align-items: center;    
}
.numbered-columns .et_pb_column {
    display: flex;
    align-items: flex-start;
	justify-content: center;
}
.numbered-columns .et_pb_column > .et_pb_module:first-child {
    margin-right: 10px;
}
.inline-buttons .et_pb_button_module_wrapper {
    width: fit-content;
    display: inline-block;
}
.font-weight400 h1,
.font-weight400 h2,
.font-weight400 h3,
.font-weight400 h4,
.font-weight400 h5,
.font-weight400 h6
{
	font-weight: 400 !important;
}

/* misc */

.infinite-ruler::after {
    content: "";
    background-image: url(/assets/themes/fascinate-theme/assets/long-ruler.png);
    width: 2880px;
    height: 40px;
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -30px;
}
.apply-gradient p {
    background-color: transparent;
    background: -webkit-linear-gradient(90deg,#e77d13 0%,#e7a013 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.step-four-row {
    display: flex;
    align-items: center;
}
.step-four-row .et_pb_column:nth-child(1){
    width: 5%;
    margin-right: 5px;
    top: -65px;
    position: relative;
}
.step-four-row .et_pb_column:nth-child(2){
    width: 25%;
}
.et_pb_section.force-img-to-right-side .et_pb_row {
    max-width: unset;
    margin-right: 0px;
    width: 90%;
}
.et_pb_section.force-img-to-left-side .et_pb_row {
    max-width: unset;
    margin-left: 0px;
    width: 90%;
}

@media screen and (min-width: 1830px) {
    .et_pb_section.force-img-to-left-side .et_pb_row {
        max-width: unset;
        width: 100%;
    }
    .et_pb_section.force-img-to-left-side .et_pb_row .et_pb_column:nth-child(2) {
        padding-right: calc(45vw - 600px);
    }
    .et_pb_section.force-img-to-right-side .et_pb_row {
        max-width: unset;
        width: 100%;
    }
    .et_pb_section.force-img-to-right-side .et_pb_row .et_pb_column:first-child {
        padding-left: calc(45vw - 600px);
    }
}
@media screen and (max-width: 981px) {
    .step-four-row .et_pb_column:nth-child(2),
    .step-four-row .et_pb_column:nth-child(1){
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
	.et_pb_section.force-img-to-right-side .et_pb_row {
		max-width: unset;
		margin-right: auto;
		width: 80%;
	}

}

/* List styling */

.checkmark-list ul  {
    padding-left: 3em;
}
.checkmark-list ul li {
    list-style: none;
    padding-bottom: 30px;
}
.checkmark-list ul li::before {
    content: "";
    background-image: url('/assets/themes/fascinate-theme/assets/checkmark.png');
    position: absolute;
    height: 36px;
    width: 36px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
.fascinate-list ul {
    padding-left: 3em;
}
.fascinate-list ul li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
}
.fascinate-list ul li::before {
    content: "";
    position: absolute;
    background-image: url(/assets/themes/fascinate-theme/assets/fascinate-list.svg);
    height: 16px;
    width: 14px;
    left: -30px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
}

/* Table styling */
.team-pricing-table table {
    border: 0px !important;
}
.team-pricing-table table thead tr {
    background: -webkit-linear-gradient(0deg,#e77d13 0%,#e7a013 100%);
    position: relative;
}
.team-pricing-table table thead tr th {
    color: white;
    font-family: "effra", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 21px 24px;
    border: 0px;
}   
.team-pricing-table table tbody tr:nth-child(even) {
    background-color: #E6E6E6;
}
.team-pricing-table table tbody tr {
    position: relative;
}
.team-pricing-table table tbody tr td {
    color: #505050;
    font-family: "effra", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 21px 24px;
    border: 0px;
}
.team-pricing-table thead tr th:first-child::before {
    content: "";
    background-color: #e77d13;
    height: 100%;
    width: 999999px;
    position: absolute;
    left: -999999px;
    top: 0px;
}
.team-pricing-table tbody tr:nth-child(even) td:first-child::before {
    content: "";
    background-color: #f9f9f9;
    height: 100%;
    width: 999999px;
    position: absolute;
    left: -999999px;
    top: 0px;
}
.team-pricing-table tbody tr:nth-child(even) td:first-child::before {
    content: "";
    background-color: #e6e6e6;
    height: 100%;
    width: 999999px;
    position: absolute;
    left: -999999px;
    top: 0px;
}
.team-pricing-table tbody tr td:nth-child(2) {
    font-weight: bold;
}
@media screen and (max-width: 1100px) and (min-width: 981px) {
    .team-pricing-table table thead tr th {
        font-size: 18px;
        padding: 16px 5px;
    }
    .team-pricing-table table tbody tr td {
        font-size: 16px;
        padding: 16px 5px;
    }
}
@media screen and (max-width: 981px) {
    .team-pricing-table table thead tr th {
        font-size: 18px;
    }
    .team-pricing-table table tbody tr td {
        font-size: 16px;
    }
}
@media screen and (max-width: 610px) {
    .team-pricing-table table thead tr th {
        font-size: 18px;
        padding: 16px 5px;
    }
    .team-pricing-table table tbody tr td {
        font-size: 16px;
        padding: 16px 5px;
    }
}
@media screen and (max-width: 520px) {
    .team-pricing-table .et_pb_code_inner {
        overflow-x: scroll;
    }
    .team-pricing-table table {
       min-width: 500px;
    }
}

/* main nav */
.nav-col  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.nav-col.et_pb_column .et_pb_button {
    width: fit-content;
    white-space: nowrap;
}
body #page-container .nav-col.et_pb_column .et_pb_button.login-button {
    padding-top: 6px!important;
    padding-right: 22px!important;
    padding-bottom: 6px!important;
    padding-left: 22px!important;
}
body #page-container .nav-col.et_pb_column .et_pb_button.login-button:hover {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}
.nav-col.et_pb_column .et_pb_menu {
    width: 100%
}
.nav-col.et_pb_column .et_pb_menu .et_pb_menu__wrap {
    justify-content: space-between;
}
.fascinate-courtesy-nav.et_pb_menu .et_pb_menu__menu,
.fascinate-courtesy-nav.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
.fascinate-courtesy-nav .et_mobile_nav_menu {
    display: none;
}
header .nav-col button.et_pb_menu__close-search-button::after,
header .nav-col button.et_pb_menu__search-button::after {
    font-weight: bold;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 22px;
}
header .nav-col button.et_pb_menu__search-button::after {
    transform: rotate(275deg);
}
/* header .nav-col button.et_pb_menu__close-search-button::after {
    content: none !important;
} */

header .nav-col button.et_pb_menu__close-search-button::after,
header .nav-col button.et_pb_menu__search-button:hover::after {
    background-color: transparent;
    background: -webkit-linear-gradient(90deg,#e77d13 0%,#e7a013 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header .nav-col button.et_pb_menu__close-search-button::after,
header .nav-col button.et_pb_menu__search-button:active::after {
    background-color: transparent;
    background: -webkit-linear-gradient(90deg,#e77d13 25%,#E73613 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* header .nav-col button.et_pb_menu__close-search-button::after{
    content: "$";
} */
header .nav-col .et_pb_menu__logo-wrap {
    margin-right: 50px;
}
header .nav-col ul#menu-fascinate-primary-menu li.show-mobile {
    display: none;
}
header nav ul#menu-fascinate-primary-menu li.current-menu-item::after {
    content: "";
    width: 100%;
    height: 5px;
    background: -webkit-linear-gradient(90deg,#e77d13 0%,#e7a013 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
}
header nav ul#menu-fascinate-primary-menu li ul.sub-menu  {
    border-radius: 0px 0px 15px 15px;
}
header nav ul#menu-fascinate-primary-menu li ul.sub-menu li a  {
    text-transform: capitalize;
    font-weight: 400;
}
header nav ul#menu-fascinate-primary-menu li ul.sub-menu {
    padding: 0px;
    width: 260px;
}
header nav ul#menu-fascinate-primary-menu li ul.sub-menu li {
    padding: 0px 20px;
    width: 100%;
}
header nav ul#menu-fascinate-primary-menu li ul.sub-menu li.current-menu-item::after {
    content: none;
}
header nav ul#menu-fascinate-primary-menu li ul.sub-menu li.current-menu-item a {
    color: var(--fascinate-orange) !important;
}
header nav ul#menu-fascinate-primary-menu li ul.sub-menu li a {
    padding: 20px 0px;
}
header nav ul#menu-fascinate-primary-menu li ul.sub-menu li a:hover {
    color: var(--fascinate-orange) !important;
}
header nav ul#menu-fascinate-primary-menu li ul.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #B7B7B7;
    width: 100%;
}
header nav ul#menu-fascinate-primary-menu li ul.sub-menu li:hover a {
    background-color: white;
    opacity: 1;
}


@media screen and (max-width: 1420px) {
    header .nav-col .et_pb_menu__logo-wrap {
        margin-right: 0px;
    }
    header .nav-col ul#menu-fascinate-primary-menu li a {
       font-size: 13px;
    }
    .fascinate-main-nav-container > .et_pb_row,
    .fascinate-courtesy-nav-container > .et_pb_row {
        width: 95%;
    }
    body #page-container .nav-col .et_pb_button.show-desktop {
       font-size: 12px;
    }
    body #page-container .nav-col .et_pb_menu__search-button {
        margin: 0px;
    }
    header .nav-col button.et_pb_menu__search-button::after {
        font-size: 16px;
    }
    body #page-container .fascinate-main-nav #menu-fascinate-primary-menu > li {
        padding: 0px 9px;
    }
}

@media only screen and (max-width: 1191px) {
    .nav-col {
        padding: 10px 0px;
    }
    .nav-col .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .nav-col .et_mobile_nav_menu {
        display: flex;
        align-items: center;
    }
        /*remove bullet points from submenu*/
    .nav-col .et_pb_menu ul.et_mobile_menu {
        list-style-type: none;
    }
    #mobile_menu2 .sub-menu {
        list-style: none;
    }
    /*remove padding left on submenu*/
    .nav-col .et_pb_menu .et_mobile_menu {
        padding-left: 0;
    }
    .nav-col .et_pb_button.show-desktop {
        display: none;
    }
    header .nav-col ul#menu-fascinate-primary-menu li.show-mobile {
        display: block;
    }
    .nav-col.et_pb_column .et_pb_menu .et_pb_menu__wrap {
        justify-content: flex-end;
    }
}

/* Overwrite divi buttons */

.et_pb_button:hover {
    border-color: transparent !important;
}


/* Fascinate Traits Wheel */

.fascinate-trait-wheel-svg svg {
    position: absolute;
    top: -355px;
    transition: all .2s;
}
.fascinate-trait-wheel-svg svg g.circle {
    transition: all .2s ease 0s;
    /* transform: rotate(345deg) !important; */
}
.traits-text .words span {
    font-family: "trade gothic", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
    font-size: 103px;
    font-weight: 700;
    line-height: 136px;
    letter-spacing: 3.1px;
    text-transform: uppercase;
    color: #181818;
}

.traits-text .rotating-text-wrapper {
    box-sizing: content-box;
    background: transparent;
    height: 100px;
    display: flex;
}

.traits-text .rotating-text-wrapper .words {
    overflow: hidden;
}

.traits-text .rotating-text-wrapper .words span {
    display: block;
    height: 100%;
    transition: all .2s;
}
.traits-text .rotating-text-wrapper .words span:nth-of-type(1){
   color: #181818;
}
.traits-text .rotating-text-wrapper .words span:nth-of-type(2),
.traits-text .rotating-text-wrapper .words span:nth-of-type(9),
.traits-text .rotating-text-wrapper .words span:nth-of-type(16) {
    color: #283361;
}
.traits-text .rotating-text-wrapper .words span:nth-of-type(3),
.traits-text .rotating-text-wrapper .words span:nth-of-type(10) {
    color: #005B5D;
}
.traits-text .rotating-text-wrapper .words span:nth-of-type(4),
.traits-text .rotating-text-wrapper .words span:nth-of-type(11) {
    color: #285A18;
}
.traits-text .rotating-text-wrapper .words span:nth-of-type(5),
.traits-text .rotating-text-wrapper .words span:nth-of-type(12) {
    color: #E89E17;
}
.traits-text .rotating-text-wrapper .words span:nth-of-type(6),
.traits-text .rotating-text-wrapper .words span:nth-of-type(13) {
    color: #AF432B;
}
.traits-text .rotating-text-wrapper .words span:nth-of-type(7),
.traits-text .rotating-text-wrapper .words span:nth-of-type(14) {
	color: #81181B;
}
.traits-text .rotating-text-wrapper .words span:nth-of-type(8),
.traits-text .rotating-text-wrapper .words span:nth-of-type(15) {
	color: #5E2C65;;
}
.rotating-text-module.et_pb_code_0{
	margin-bottom: 15px !important;
}

.traits-text .traits-end-text, .traits-text .traits-mid-text {
	font-family: "trade gothic", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
}

@media screen and (min-width: 1100px) {
	.traits-text .words{
		height:120px;
	}
}
@media screen and (min-width: 1550px) {
	.rotating-text-module.et_pb_code_0{
		margin-bottom: 30px !important;
	}
}
@media screen and (max-width: 1550px) {
    .traits-text .rotating-text-wrapper .words span,
    .traits-text .traits-end-text {
        font-size: 80px;
	}
	.traits-text .traits-mid-text {
		font-size: 60px;
	}
}
@media screen and (max-width: 1101px) {
    .traits-text .rotating-text-wrapper .words span {
        font-size: 70px;
	}
	.traits-text .words{
		height:103px;
	}
}
@media screen and (max-width: 767px) {
	.traits-text .rotating-text-wrapper .words span,
	.traits-text .traits-end-text {
		font-size: 58px;
	}
	.traits-text .traits-mid-text {
		font-size: 48px;
	}
	.traits-text .rotating-text-wrapper .words span {
        font-size: 58px;
	}
	.rotating-text-module.et_pb_code_0{
		margin-bottom: 5px !important;
	}
}

/* Accordion Styling */

/* add accordion icon to opened accordion */
.et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\e04f";
    transform: rotate(180deg);
    transition: all .5s;
    color: var(--fascinate-orange);
}
.et_pb_accordion_item.et_pb_toggle_close .et_pb_toggle_title:before {
    transition: all .5s;
    transform: rotate(0deg);
}

/* 3 col cards */

.three-col-packages-product .et_pb_row .et_pb_column .et_pb_text{
	flex: 0 0 100% !important;
}
.three-col-packages .et_pb_row .et_pb_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: visible;
}
.three-col-packages .et_pb_row .et_pb_column > .et_pb_text {
    margin-bottom: 0;
}
.three-col-packages .et_pb_row .et_pb_column ul {
    padding-left: 2em;
}
.three-col-packages .et_pb_row .et_pb_column ul li {
    padding: 10px 0px;
}
.three-col-packages .et_pb_row .et_pb_column > .et_pb_module:nth-child(1),
.three-col-packages .et_pb_row .et_pb_column > .et_pb_module:nth-child(2) {
    flex: 0 0 50%;
    margin: 0px;
}
.three-col-packages .et_pb_row .et_pb_column > .et_pb_module:nth-child(1),
.three-col-packages .et_pb_row .et_pb_column > .et_pb_module:nth-child(2) {
    flex: 0 0 100%;
    margin: 0px;
}
.three-col-packages .et_pb_row .et_pb_column > * {
    flex: 0 0 100%;
}
.three-col-packages .et_pb_row .et_pb_column .card-price p {
    padding: 30px 0px;
    text-align: right;
}
.three-col-packages .et_pb_row .et_pb_column .card-price p {
    font-family: "trade gothic", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
    font-size: 64px;
    font-weight: 700;
    background-color: transparent;
    background: -webkit-linear-gradient(90deg,#e77d13 0%,#e7a013 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 70px;
}
.three-col-packages .absolute-img {
    position: absolute;
    top: -90px;
    left: 0px;
}

@media screen and (max-width: 1290px) and (min-width: 981px) {
    .three-col-packages .et_pb_column {
        margin-bottom: 100px;
    }
}

/* number counter section */
@media screen and (min-width: 767px) {
	.number-counter-row .et_pb_column {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.number-counter-row .et_pb_column .et_pb_module:nth-child(1) {
		flex: 0 0 35%;
		margin-right: 25px;
		margin-bottom: 0px;
	}
	.number-counter-row .et_pb_column .et_pb_module:nth-child(2) {
		flex: 0 0 calc(65% - 18px);
	}
	.result-section-text{
		margin-top: 112px;
		margin-left: -77px;
	}
}
/* clients section */

.clients-section .et_pb_column {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.clients-section.et_pb_section > .et_pb_row .et_pb_column > * {
    margin: 0px;
	padding: 0px 40px;
}
.clients-section.et_pb_section > .et_pb_row .et_pb_column > *:not(:first-child):not(:last-child)::after {
	content: ""; 
	height: 125%;
	width: 1px;
	background: #B7B7B7;
	right: 0px;
	position: absolute;
	top: -3px;
}

@media screen and (min-width: 980px) {
	.clients-section.et_pb_section > .et_pb_row .et_pb_column .et_pb_module:last-child::after {
		content: "";
		height: 2px;
		width: 9999px;
		position: absolute;
		background: #B7B7B7;
		top: -45px;
		right: 0px;
	}
}
@media screen and (max-width: 980px) {
    .clients-section .et_pb_column {
        flex-direction: column !important;
    }
    .clients-section.et_pb_section > .et_pb_row .et_pb_column > *:not(:first-child):not(:last-child)::after {
        content: none;
    }
}
@media screen and (max-width: 768px) {
	.clients-section.et_pb_section > .et_pb_row .et_pb_column > * {
		margin: 0px;
		padding: 0px 20px;
	}
}
/*  Fascinate Slider */

.fascinate-carousel .dica_divi_carouselitem h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
}

.fascinate-carousel .dica-container {
    gap: 15px;
} 
.fascinate-carousel .swiper-container { 
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.05);
}
.fascinate-carousel .dica_divi_carouselitem .dica-item.image_left > * { 
    padding: 0px 20px;
}
.fascinate-carousel .dica_divi_carouselitem .dica-item.image_left .dica-image-container { 
    border-right: 2px dashed #B7B7B7;
}
.fascinate-carousel .swiper-pagination .swiper-pagination-bullet { 
    height: 15px;
    width: 15px;
    margin-right: 10px !important;
    border: 2px solid #B7B7B7;
}
.fascinate-carousel .swiper-pagination .swiper-pagination-bullet-active { 
    height: 15px;
    width: 15px;
    margin-right: 10px !important;
    border: 0px;
}
.fascinate-carousel .swiper-button-container .swiper-button-disabled::before { 
    color: #B7B7B7 !important;
}
.extravaganza-swiper-slider .et_pb_testimonial_author{
	padding-left: 30px !important;
}
/* Fascinate System Section */

.et_pb_module.et_pb_image.system-img {
    position: absolute;
    top: -65px;
    left: -105px;
}
@media screen and (max-width: 980px) {
	.system-img-alignment{
		top: -80px !important;
		left: -70px !important;
	}
	.et_pb_module.et_pb_image.system-img {
		top: -40px;
		left: -50px;
	}
    .fascinate-carousel .dica_divi_carouselitem .dica-item.image_left .dica-image-container { 
        border-right: 0px dashed #B7B7B7;
        border-bottom: 2px dashed #B7B7B7;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .fascinate-carousel .dica_divi_carouselitem .dica-item-content .content {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
	.system-img-alignment{
		top: -80px !important;
		left: -30px !important;
	}
	.fascinate-carousel .dica_divi_carouselitem h3 {
		font-size: 32px;
		line-height: 38px;
	}
	.fascinate-carousel .dica_divi_carouselitem .dica-item.image_left > * { 
		padding: 0px 10px;
	}
	.fascinate-carousel .dica-item-content{
		margin-top: 20px;
	}
	.fascinate-carousel .swiper-button-prev{
		left: 30px !important;
	}
	.fascinate-carousel .swiper-button-next{
		right: 30px !important;
	}
	.et_pb_module.et_pb_image.system-img {
		top: -30px;
		left: -30px;
	}
}

/* footer */

.footer-section::before {
    content: "";
    background-image: url(/assets/themes/fascinate-theme/assets/footer-topper.svg);
    position: absolute;
    height: 25px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0px;
}

/* .footer-section .et_pb_row > .et_pb_column:first-child,
.footer-section .et_pb_row > .et_pb_column:last-child {
    width: 25%;
}
.footer-section .et_pb_row > .et_pb_column {
    width: 12.5%;
} */

.footer-section nav ul#menu-fascinate-footer-menu {
    display: flex;
}
.footer-section .et_pb_menu__menu,
.footer-section .et_pb_menu__menu .et-menu-nav,
.footer-section .et_pb_menu__menu #menu-fascinate-footer-menu {
    width: 100%;
}
.footer-section .et_pb_menu__menu .et-menu-nav {
    justify-content: center;
}
.footer-section nav ul#menu-fascinate-footer-menu li.menu-item-has-children {
    flex-direction: column;
    flex: 0 0 25%;
}
.footer-section nav ul#menu-fascinate-footer-menu li.menu-item-has-children > a::after {
    content: none;
}
.footer-section nav ul#menu-fascinate-footer-menu li.menu-item-has-children > a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-section nav ul#menu-fascinate-footer-menu li.menu-item-has-children ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0px;
    width: unset;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.footer-section nav ul#menu-fascinate-footer-menu li.menu-item-has-children ul.sub-menu li,
.footer-section nav ul#menu-fascinate-footer-menu li.menu-item-has-children ul.sub-menu li a {
    width: unset;
    padding: 0px;
    font-size: 16px;
    color: #b7b7b7 !important;
    line-height: 20px;
}
.footer-section nav ul#menu-fascinate-footer-menu li.menu-item-has-children ul.sub-menu li a {
    padding: 5px 0px;
}
.footer-section nav ul#menu-fascinate-footer-menu li.menu-item-has-children ul.sub-menu li a:hover {
    color: var(--fascinate-orange) !important;
}

.footer-section .footer-form input[type="email"] {
    background-color: transparent;
    color: white;
    border: 0px;
    border-bottom: 2px solid white;
}
.footer-section .footer-form input[type="email"]::placeholder {
    color: white;
}
.footer-section .footer-form .gform_footer.before {
    position: absolute;
    top: 3px;
    right: 0px;
    margin: 0px;
    padding: 0px;
}
.footer-section .footer-form .gform_footer.before input[type="submit"] {   
    all: unset;
    font-size: 16px;
    background: -webkit-linear-gradient(90deg,#e77d13 0%,#e7a013 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}
.footer-section .footer-form .footer-signup-consent {
	color: white;
	font-size: 14px;
}
.footer-section .footer-form .footer-signup-consent .gfield_required_text {
	display: none;
}
.footer-section .sally-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-section .sally-col > .et_pb_module:first-child {
    flex: 0 0 75px;
    margin: 0px;
}
.footer-section .sally-col > .et_pb_module:nth-child(2) {
    flex: 0 0 75%;
    padding-left: 10px;
}
.footer-section .sally-col > .et_pb_module:nth-child(n+3) {
    flex: 0 0 100%;
}
body #page-container .footer-section .sally-col .footer-button::after {
    background: -webkit-linear-gradient(90deg,#e77d13 0%,#e7a013 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px !important;
    margin-left: 0px;
}

body #page-container .footer-section .sally-col .footer-button {
    background-color: transparent;
    background: -webkit-linear-gradient(90deg,#e77d13 0%,#e7a013 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-menu.et_pb_menu .et_pb_menu__menu,
.footer-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.footer-menu .et_mobile_nav_menu {
    display: none;
}
.fascinate-footer-courtesy.et_pb_menu .et_pb_menu__menu,
.fascinate-footer-courtesy.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.fascinate-footer-courtesy .et_mobile_nav_menu {
    display: none;
}
.fascinate-footer-courtesy nav ul#menu-fascinate-footer-courtesy-menu li:not(:last-child)::after{
    content: "";
    height: 90%;
    width: 1px;
    background: white;
    right: 0px;
    position: absolute;
    top: -3px;
}
footer .footer-topper .et_pb_column {
    display: flex;
    flex-direction: row;
    align-items: center;
}
footer .footer-topper .et_pb_column .et_pb_module {
    margin-bottom: 0px;
}
footer .footer-topper .et_pb_column .et_pb_module:not(:last-child) {
    margin-right: 50px;
}
footer .footer-topper .et_pb_column .et_pb_module img {
    filter: opacity(.5);
}

@media screen and (max-width: 1280px) {
    footer .footer-top-section.et_pb_row {
        flex-direction: column;
    }
    footer .footer-top-section.et_pb_row > .et_pb_column {
        width: 100%;
        padding: 20px 0px;
    }
}
@media screen and (max-width: 768px) {
    .footer-section nav ul#menu-fascinate-footer-menu li.menu-item-has-children {
		flex: 0 0 50%;
	}
	footer .footer-topper .et_pb_column .et_pb_module:not(:last-child) {
		margin-right: 0px !important;
	}
}
@media screen and (max-width: 370px) {
    .footer-section nav ul#menu-fascinate-footer-menu li.menu-item-has-children {
        flex: 0 0 100%;
    }
}

/* Hero Slider */

.fascinate-hero-slider .dica-container .dica-item {
    min-height: 725px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 45px;
}
.fascinate-hero-slider .dica-container .dica-item .dica-item-content {
    height: 100%;
    justify-content: center;
    position: relative;
}
.fascinate-hero-slider .dica-container .dica-item .dica-item-content .item-title,
.fascinate-hero-slider .dica-container .dica-item .dica-item-content .item-subtitle {
    max-width: 555px;
}
.fascinate-hero-slider .dica-container .dica-item .dica-item-content .content {
    position: absolute;
    right: 0px;
    bottom: 40px;
}
.fascinate-hero-slider .dica-container .swiper-pagination-bullets {
    top: -40px;
}
.fascinate-hero-slider .dica-container .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 2px solid white;
    width: 16px;
    height: 16px;
    margin-right: 10px !important;
}
@media screen and (max-width: 980px) {
	.fascinate-hero-slider .dica-container .dica-item .dica-item-content .item-title,
	.fascinate-hero-slider .dica-container .dica-item .dica-item-content .item-subtitle {
		max-width: 425px;
	}
}
@media screen and (max-width: 768px) {
	.fascinate-hero-slider .dica-container .dica-item .dica-item-content .item-title,
	.fascinate-hero-slider .dica-container .dica-item .dica-item-content .item-subtitle {
		max-width: 340px;
	}
}
/* Custom Advantage Accordion */

.fa-advantage-accordion .accordion-item {
    padding-bottom: 30px;
	position: relative;
}

.fa-advantage-accordion .row {
    display: flex;
    flex-direction: row;
}
.fa-advantage-accordion .bottom-section {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out; 
}
.fa-advantage-accordion .accordion-item.active .bottom-section {
    display: flex;
    max-height: 1000px; 
}
.fa-advantage-accordion .title-container {
    width: 100%;
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 40px;
    align-items: center;
    cursor: pointer;
}
.fa-advantage-accordion .title-container .accordion-trigger {
    cursor: pointer;
    display: flex;
}
.fa-advantage-accordion .accordion-item .title-container .accordion-trigger svg {
    transition: all .2s;
}
.fa-advantage-accordion .accordion-item.active .title-container .accordion-trigger svg {
    transform: rotate(180deg);
}
.fa-advantage-accordion .title span.advantage {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Effra';
    font-size: 32px;
    padding: 20px 0px;
    position: relative;
    -webkit-text-stroke: 1px #5D3F0980;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa-advantage-accordion .title span.advantage::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0px;
    left: calc(100% - 1px);
    clip-path: polygon(40% 50%, 0 0, 0 100%);
    z-index: 10;
}
.fa-advantage-accordion .title span.title {
    color: #181818;
    font-family: "trade gothic", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.fa-advantage-accordion .content {
    background-color: white;
    padding: 20px 40px;
}
.fa-advantage-accordion .row > *:first-child {
    flex: 0 0 240px;
}
.fa-advantage-accordion .advantages {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}
.fa-advantage-accordion .advantages ul li {
    list-style: none;
    position: relative;
    color: white;
    font-family: "Effra", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0px;
}
.fa-advantage-accordion .advantages ul li::before {
    content: "";
    left: -15px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    top: 50%;
    transform: translateY(-50%);
}


.fa-advantage-accordion .accordion-item.yellow .advantages ul li::before {
    border-color: transparent transparent transparent #E89E17;
}
.fa-advantage-accordion .accordion-item.yellow .title span.advantage,
.fa-advantage-accordion .accordion-item.yellow .title span.advantage::after {
    background-color: #E89E17;
}
.fa-advantage-accordion .accordion-item.yellow.active .title-container .accordion-trigger svg path {
    fill: #E89E17;
}


.fa-advantage-accordion .accordion-item.orange .advantages ul li::before {
    border-color: transparent transparent transparent #AF432B;
}
.fa-advantage-accordion .accordion-item.orange .title span.advantage,
.fa-advantage-accordion .accordion-item.orange .title span.advantage::after {
    background-color: #AF432B;
}
.fa-advantage-accordion .accordion-item.orange.active .title-container .accordion-trigger svg path {
    fill: #AF432B;
}


.fa-advantage-accordion .accordion-item.red .advantages ul li::before {
    border-color: transparent transparent transparent #81181B;
}
.fa-advantage-accordion .accordion-item.red .title span.advantage,
.fa-advantage-accordion .accordion-item.red .title span.advantage::after {
    background-color: #81181B;
}
.fa-advantage-accordion .accordion-item.red.active .title-container .accordion-trigger svg path {
    fill: #81181B;
}


.fa-advantage-accordion .accordion-item.purple .advantages ul li::before {
    border-color: transparent transparent transparent #5E2C65;
}
.fa-advantage-accordion .accordion-item.purple .title span.advantage,
.fa-advantage-accordion .accordion-item.purple .title span.advantage::after {
    background-color: #5E2C65;
}
.fa-advantage-accordion .accordion-item.purple.active .title-container .accordion-trigger svg path {
    fill: #5E2C65;
}


.fa-advantage-accordion .accordion-item.blue .advantages ul li::before {
    border-color: transparent transparent transparent #283361;
}
.fa-advantage-accordion .accordion-item.blue .title span.advantage,
.fa-advantage-accordion .accordion-item.blue .title span.advantage::after {
    background-color: #283361;
}
.fa-advantage-accordion .accordion-item.blue.active .title-container .accordion-trigger svg path {
    fill: #283361;
}


.fa-advantage-accordion .accordion-item.teal .advantages ul li::before {
    border-color: transparent transparent transparent #005B5D;
}
.fa-advantage-accordion .accordion-item.teal .title span.advantage,
.fa-advantage-accordion .accordion-item.teal .title span.advantage::after {
    background-color: #005B5D;
}
.fa-advantage-accordion .accordion-item.teal.active .title-container .accordion-trigger svg path {
    fill: #005B5D;
}


.fa-advantage-accordion .accordion-item.green .advantages ul li::before {
    border-color: transparent transparent transparent #285A18;
}
.fa-advantage-accordion .accordion-item.green .title span.advantage,
.fa-advantage-accordion .accordion-item.green .title span.advantage::after {
    background-color: #285A18;
}
.fa-advantage-accordion .accordion-item.green.active .title-container .accordion-trigger svg path {
    fill: #285A18;
}


.title .advantage:not(:last-child):before {
    content: "";
    position: absolute;
    top: 36%;
    left: -140px;
    background-color: #505050;
    width: 108px;
    height: 2px;
}
.accordion-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: -80px;
    left: -140px;
    width: 2px;
    height: -webkit-fill-available;
    background-color: #505050;
}
.title .advantage:last-child:before {
    content: "";
    position: absolute;
    top: 36%;
    left: -140px;
    background-color: #505050;
    width: 108px;
    height: 2px;
}
.accordion-item:last-child:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -140px;
    width: 2px;
    height: 30px;
    background-color: #505050;
}
@media screen and (max-width: 768px) {
	.fa-advantage-accordion .title-container {
	    padding: 15px 5px 15px 30px;
	}
	.fa-advantage-accordion .title span.advantage {
		font-size: 22px;
		padding: 20px 0px;
	}
	.fa-advantage-accordion .row > *:first-child {
		flex: 0 0 140px;
	}
	.fa-advantage-accordion .accordion-item.active .bottom-section {
		display: flex;
		flex-direction: column;
	}
	.fa-advantage-accordion .accordion-item .bottom-section {
		display: flex;
		flex-direction: column;
	}
	.fa-advantage-accordion .accordion-item.active .bottom-section .advantages {
		justify-content: start;
		padding-left: 30px;
	}
	.fa-advantage-accordion .accordion-item .bottom-section .advantages {
		justify-content: start;
		padding-left: 30px;
	}
	.fa-advantage-accordion .accordion-item.active .bottom-section .advantages {
		padding: 15px 40px;
	}
	.fa-advantage-accordion .accordion-item .bottom-section .advantages {
		padding: 15px 40px;
	}
	.fa-advantage-accordion .title span.title {
		font-size: 22px;
	}
}
/* dev test popup*/
dialog::backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}
.section-width{
    max-width: 64rem;
    padding: 0px !important;
    border-radius: 10px;
    overflow: hidden;
	border: 0;
}
.pop-header{
    background: #6D1F1C;
    display: flex;
    gap: 50px;
    padding: 30px;
    justify-content: space-between;
    align-items: center;
}
.pop-header-close{
    background: transparent;
    border:0;
    cursor: pointer;
}
.pop-header-close svg{
    width: 40px;
}
.header-text{
    font-size: 40px;
    color: white;
	padding: 0 !important;
	text-align: start !important;
}
.pop-body{
    padding: 25px 30px;
    background: white;
    max-height: 650px;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pop-header-body{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.pop-header-body h3{
	padding: 0;
	color: #000000;
}
.pop-body-header{
    display: flex;
    gap: 5px;
    align-items: center;
}
.pop-header-heading{
    font-size: 22px;
    text-transform: capitalize;
	text-align: start !important;
}
.pop-adjectives-text{
	text-align: start !important;
}
.pop-header-text{
    font-size: 20px;
}
.pop-body-body{
    margin-top: 20px;
	text-align: start !important;
}
.pop-body-body h3{
    font-size: 38px;
	color: #000000;
    text-transform: capitalize;
	font-weight: bold !important;
}
.pop-body-body-list{
    padding: 10px;
}
.pop-body-body-list-item{
    list-style-position: inside;
    font-size: 20px;
    padding-top: 5px;
}
.fd-block-svg svg{
	min-width:800px;
}
.fd-block-svg svg .cell:hover{
	cursor: pointer !important;
	opacity: 0.8;
}
@media screen and (max-width: 980px) {
    .pop-header{
        gap: 20px;
        padding: 20px;
    }
    .header-text{
        font-size: 34px;
        color: white;
    }
    .pop-header-heading{
        font-size: 20px;
    }
    .pop-header-text{
        font-size: 18px;
    }
    .pop-body{
        padding: 20px;
    }
    .pop-body-body h3{
        font-size: 32px;
    }
    .pop-body-body-list-item{
        list-style-position: inside;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .pop-header{
        background: #6D1F1C;
        display: flex;
        gap: 10px;
        padding: 15px;
    }
    .header-text{
        font-size: 26px;
        color: white;
    }
    .pop-header-heading{
        font-size: 18px;
    }
    .pop-header-text{
        font-size: 16px;
    }
    .pop-body{
        padding: 10px;
    }
    .pop-body-body h3{
        font-size: 26px;
    }
    .pop-body-body-list-item{
        list-style-position: inside;
        font-size: 16px;
    }
}
/* dev test popup end*/

/* About Fascinate */
.fd-about-f-blurb .et_pb_blurb_container .et_pb_blurb_description{
	margin-left: -60px !important;
	margin-top: 16px !important;
}
/* About Fascinate and */

/* About Sally*/
.fd-about-s-list ul{
	padding-bottom: 15px !important;
	padding-left: 2rem !important;
	display: flex;
	column-gap: 50px;
}
.fd-about-s-slider .et-pb-controllers a{
	background-color: transparent !important;
	width: 12px !important;
	height: 12px !important;
	border: 1px solid #ffffff !important;
}
.fd-about-s-slider .et-pb-controllers .et-pb-active-control{
	background-color: #ffffff !important;
}
.fd-about-s-slider .et-pb-slider-arrows .et-pb-arrow-prev{
	font-size: 64px !important;
}
@media screen and (max-width: 768px) {
	.fd-about-s-list ul{
		padding-bottom: 0px !important;
		padding-left: 2rem !important;
		display: block;
	}
}
/* About Sally end*/

/* product for you*/
.fd-list-style-cros ul{
	padding-bottom: 0 !important;
}
.fd-list-style-click ul{
	padding-bottom: 0 !important;
}
.fd-list-style-click li{
	list-style: none !important;
}
.fd-list-style-click li::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(/assets/img/uploads/2023/09/Table-Icons-X-Check.svg);
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.fd-list-style-cros li{
	list-style: none !important;
}
.fd-list-style-cros li::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(/assets/img/uploads/2023/09/Table-Icons-X-Check-2.svg);
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.fd-about-s-slider .et-pb-slider-arrows .et-pb-arrow-prev{
	opacity: 1 !important;
	left: 0 !important;
}
.fd-about-s-slider .et-pb-slider-arrows .et-pb-arrow-next{
	opacity: 1 !important;
	right: 0 !important;
}
@media screen and (min-width: 768px) {
	.fd-products-btn-float{
		float: left;
		margin-right: 30px !important;
	}
}
@media only screen and (max-width: 1290px) and (min-width: 981px)  {
	.pricing-card-detail-row{
		display: grid !important;
		grid-template-columns: auto auto !important;
		gap: 50px !important;
	}
	.pricing-card-detail-row .et_pb_column{
		width: 100% !important;
	}
/* 	.pricing-card-detail-row .et_pb_column:last-child{
		margin-top: 150px !important;
	} */
	.pricing-card-detail-row .et_pb_column{
		order: 0 !important;
	}
}
/* product for you end*/

/* how it work page */
.fd-slider-text-position .item-title span{
	font-family: "trade gothic", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px; 
	text-transform: uppercase;
	white-space: nowrap !important;
	position: relative;
	top: -9px;
}
body #page-container .et_pb_section .fd-slider-text-position .et_pb_module_inner .dica-item .dica-item-content .et_pb_button_wrapper .et_pb_button{
	line-height: 24px !important;
	padding: 16px 24px !important;
	font-size: 18.7px !important;
}
body #page-container .et_pb_section .fd-slider-text-position .et_pb_module_inner .dica-item .dica-item-content .et_pb_button_wrapper .et_pb_button:hover{
	padding: 16px 24px !important;
}

@media screen and (max-width: 980px) {
	.fd-block-svg{
		overflow-x: scroll !important;
	}
}
@media screen and (max-width: 980px) {
	.fd-slider-text-position .item-title span{
		font-size: 48px;
		line-height: 64px; 
		top: -3px;
	}
}
@media screen and (max-width: 768px) {
	.fd-slider-text-position .content{
		position: relative !important;
		right: 0 !important;
		bottom:	0 !important;
	}
	.fd-slider-text-position .item-title span{
		font-size: 36px;
		line-height: 44px; 
	}
}
/* how it work page end */

/* Diamond Studdes analytics*/
.fd-diamond-page-form_wrapper .gform_heading{
	display: none;
}
.fd-diamond-page-form_wrapper form label{
	font-family: Effra;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 177.778% */
	text-transform: uppercase;
	color: #ffffff !important;
}
.fd-diamond-page-form_wrapper form .gform-body input,
.fd-diamond-page-form_wrapper form .gform-body select {
	border-radius: 15px !important;
	padding: 14px !important;
}
.fd-diamond-page-form_wrapper form .gform-body textarea{
	border-radius: 15px !important;
	height: 200px !important;
}
.fd-diamond-page-form_wrapper form .gfield--type-email span{
	display: none !important;
}
.fd-diamond-page-form_wrapper form .gfield--type-html{
	display: flex !important;
	flex-direction: column !important;
}
.fd-diamond-page-form_wrapper form .gfield--type-html input{
	max-width: 150px !important;
} 

.fca-filter-block #divi_filter_button,
.fd-diamond-page-form_wrapper form .gform_footer input,
a.dmpro_popup_trigger_button,
a.dmpro_popup_close_button,
.show_reset_always .reset-filters,
.gform_wrapper.gravity-theme .gform_footer input {
	color: #FFFFFF!important;
	border-width: 0px!important;
	border-color: RGBA(255,255,255,0);
	border-radius: 0px;
	font-size: 18.7px;
	font-family: 'Effra',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	background-color: #E77213;
	padding: 16px 24px;
    width: 250px;
	margin-bottom: 0 !important;
	line-height: 24px !important;
	cursor: pointer;
    text-align: center;
}

body #page-container .fca-filter-block #divi_filter_button,
body #page-container .fca-filter-block.show_reset_always .et_pb_button.reset-filters {
	display: inline-block;
    padding: 5px 5px !important;
    width: 150px;
}

.fd-diamond-page-form_wrapper form .gform_footer input:hover,
a.dmpro_popup_trigger_button:hover,
a.dmpro_popup_close_button:hover,
.show_reset_always .reset-filters:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
	background-image: linear-gradient(90deg,#e77d13 0%,#e7a013 100%);
	background-color: #E77213;
}
.fd-diamond-page-form_wrapper .gfield--type-number .gform-field-label span{
	display: none;
}
.fd-diamond-page-form_wrapper .gfield--type-number .ginput_container_number input{
	max-width: 164px !important;
}
.fd-diamond-page-form_wrapper .gfield--type-number .ginput_container_number .gfield_description {
	display: none !important;
}

.fd-diamond-page-form_wrapper .ginput_container--name .gform-field-label--type-sub:after{
	content:"*";
	color: red;
}
.fd-diamond-page-form_wrapper .gfield--type-email .gform-field-label:after{
	content:"*";
	color: red;
}
.fd-diamond-page-form_wrapper .gfield--type-number .gform-field-label:after{
	content:"*";
	color: red;
}

/* Diamond Studdes analytics end */

/* Contact Us page */

.contact-us-form label.gform-field-label.gform-field-label--type-sub,
.contact-us-form label.gfield_label.gform-field-label,
.contact-us-form legend.gfield_label.gform-field-label.gfield_label_before_complex {
    color: #505050!important;
}

.contact-us-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #505050!important;
	font-weight: 400!important;
	text-transform: none;
}

.contact-us-form .gform_wrapper.gravity-theme input[type=text],
.contact-us-form .gform_wrapper.gravity-theme input[type=tel],
.contact-us-form .gform_wrapper.gravity-theme input[type=email],
.contact-us-form .gform_wrapper.gravity-theme select,
.contact-us-form .gform_wrapper.gravity-theme textarea {
	background-color: #F2F2F2!important;
	border: none;
}

input#gform_submit_button_3 {
    width: 120px;
}

/* .gform_wrapper.gravity-theme .gfield input.large,.gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    border-radius: 15px !important;
    padding: 14px !important;
} */

/* Contact us page end */

/* testimonial slider */

.fd-testimonial-slider{
	border-radius: 15px;
	overflow: hidden;
}
.fd-testimonial-slider .et_pb_testimonial_description{
	margin: 0 !important;
}
.fd-testimonial-slider:before{
	font-size: 28px;
	left: 50px;
	top: 20px;
}
.fd-testimonial-slider .et_pb_testimonial_portrait{
	position: absolute;
	bottom: 25px;
	z-index: 1;
	left: 20px;
	width: 70px !important;
	height: 70px !important;
}
.fd-testimonial-slider .et_pb_testimonial_description .et_pb_testimonial_content{
	padding: 0 25px;
}
.fd-testimonial-slider .et_pb_testimonial_description .et_pb_testimonial_author{
	background: var(--Button-Hover, linear-gradient(90deg, #E77D13 0%, #E7A013 100%));
	padding-left: 100px;
	padding-top: 24px;
	padding-bottom: 0 !important;
}
.fd-testimonial-slider-row.no-images .et_pb_testimonial_description .et_pb_testimonial_author{
	background: var(--Button-Hover, linear-gradient(90deg, #E77D13 0%, #E7A013 100%));
	padding-left: 25px;
	padding-top: 24px;
	padding-bottom: 25px !important;
}
.fd-testimonial-slider .et_pb_testimonial_description .et_pb_testimonial_meta{
	padding-left: 100px;
	background: var(--Button-Hover, linear-gradient(90deg, #E77D13 0%, #E7A013 100%));
	padding-bottom: 24px;
}
.fd-testimonial-slider-row .swiper-button-prev{
	background-image: url(/assets/img/uploads/2023/09/Chevron-Left.svg);
	left: -50px !important;
	margin-top: -50px !important;
} 
.fd-testimonial-slider-row .swiper-button-prev:after{
	display: none;
}
.fd-testimonial-slider-row .swiper-button-next{
	right: -50px !important;
	background-image: url(/assets/img/uploads/2023/09/Chevron-Right.svg);
	margin-top: -50px !important;
}
.fd-testimonial-slider-row .swiper-button-next:after{
	display: none;
}



@media screen and (max-width: 768px) {
	.fd-testimonial-slider .et_pb_testimonial_portrait{
		bottom: 0 !important;
	}
	.fd-testimonial-slider-row .swiper-button-prev{
			left: -35px !important;
	}
	.fd-testimonial-slider-row .swiper-button-next{
		right: -35px !important;
	}
}
/* testimonial slider end */

/* Timeline */

.fascinate-timeline .dmpro_timeline_item_card .wrapper > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	position: relative;
}
.fascinate-timeline .dmpro_timeline_item_card .wrapper > div:first-child::before {
    background-image: url(/assets/themes/fascinate-theme/assets/timeline-dotted-line.svg);
    background-size: contain;
    content: "";
    height: 10px;
    position: absolute;
    width: calc(100% - 162px);
    background-repeat: no-repeat;
	bottom: -3px;
}
.fascinate-timeline .dmpro_timeline_item_card .wrapper > div:first-child > span {
	padding-bottom: 10px;
	font-family: "trade gothic", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 125% */
	text-transform: uppercase;
	color: #181818 !important;
}
.fascinate-timeline .dmpro_timeline_item_card .wrapper > div:last-child {
	font-weight: 400 !important;
	line-height: 28px !important;
	color: #181818 !important;
}
.fascinate-timeline .dmpro_timeline_item_card .wrapper > div:last-child {
    max-width: 75%;

}
/* .fascinate-timeline .dmpro_timeline_item_card .wrapper > div:nth-child(odd){
	align-self: end;
} */
.fascinate-timeline .dmpro_timeline_item_card .wrapper{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* .fascinate-timeline .dmpro-timeline-items .dmpro_timeline_item:nth-of-type(even) .wrapper > div:first-child {
    flex-direction: row-reverse;
} */
.fascinate-timeline .dmpro-timeline-items .dmpro_timeline_item:nth-of-type(even) .wrapper > div:last-child {
    max-width: 75%;

}
.fascinate-timeline .dmpro-timeline-items .dmpro_timeline_item:nth-of-type(even) .wrapper > div:first-child::before {
    background-image: url(/assets/themes/fascinate-theme/assets/timeline-dotted-line.svg);
    background-size: contain;
    content: "";
    height: 10px;
    position: absolute;
    width: calc(100% - 162px);
    background-repeat: no-repeat;
	right: -0;
	bottom: -3px;
}
.dmpro_timeline_item_0:hover .date-icon,
.dmpro_timeline_item_0 .date-icon.active {
  color:#b7b7b7 !important;
}
.dmpro_timeline_item_7:hover .date-icon,
.dmpro_timeline_item_7 .date-icon.active {
  color:#b7b7b7 !important;
}

.fascinate-timeline .date-icon-wrap{
	margin-bottom: 0 !important;
}


@media screen and (max-width: 768px) {
	.fascinate-timeline .dmpro_timeline_item_card .wrapper > div:first-child > span {
		padding-bottom: 10px;
		font-family: "trade gothic", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px; /* 125% */
		text-transform: uppercase;
		color: #000000;
	}
	.fascinate-timeline .dmpro_timeline_item_card .wrapper img{
		max-height: 130px !important;
		max-width: 130px !important;
	}
	.fascinate-timeline .dmpro-timeline-items .dmpro_timeline_item:nth-of-type(even) .wrapper > div:first-child::before {
		width: calc(100% - 140px);
	}
	.fascinate-timeline .dmpro_timeline_item_card .wrapper > div:first-child::before {
		width: calc(100% - 140px);
	}
}


/* pricing calculator */
.fd-total-pricing-cards-col a.et_pb_button {
    margin-top: 15px;
}
.pricing-blurb-text-align ul{
	padding-left: 25px;
	padding-bottom: 0;
}
.pricing-blurb-text-align ul li{
	list-style: none;
	position: relative;
}
.tft-blurb-list-icon li:first-child:before {
	content: "";
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(/assets/img/uploads/2023/09/Table-Icons-X-Check.svg);
	left: -25px;
	top: 4px;
	background-size: contain;
	background-repeat: no-repeat;
}
.tft-blurb-list-icon li:nth-child(2),
.tft-blurb-list-icon li:nth-child(3){
	color: #B7B7B7 !important;
}
.tft-blurb-list-icon li:nth-child(2):before,
.tft-blurb-list-icon li:nth-child(3):before{
	content: "";
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(/assets/img/uploads/2023/09/Table-Icons-X-Check-2.svg);
	left: -25px;
	top: 4px;
	background-size: contain;
	background-repeat: no-repeat;
}
.db-blurb-list-icon li:last-child{
	color: #B7B7B7 !important;
}
.db-blurb-list-icon li:nth-child(1):before,
.db-blurb-list-icon li:nth-child(2):before{
	content: "";
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(/assets/img/uploads/2023/09/Table-Icons-X-Check.svg);
	left: -25px;
	top: 4px;
	background-size: contain;
	background-repeat: no-repeat;
}
.db-blurb-list-icon li:last-child:before{
	content: "";
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(/assets/img/uploads/2023/09/Table-Icons-X-Check-2.svg);
	left: -25px;
	top: 4px;
	background-size: contain;
	background-repeat: no-repeat;
}
.lc-blurb-list-icon li:before{
	content: "";
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(/assets/img/uploads/2023/09/Table-Icons-X-Check.svg);
	left: -25px;
	top: 4px;
	background-size: contain;
	background-repeat: no-repeat;
}
.price-team-size-input   input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.product-card-active{
	border: 2px solid #E77213 !important;
}
@media only screen and (max-width: 1140px) and (min-width: 981px)  {
	.pricing-blurb-text-align .et_pb_blurb_description ul{
		float: none !important;
	}
	.pricing-blurb-text-align .et_pb_blurb_description p{
		float: none !important;
		margin-top: 0 !important;
		text-align: start !important;
	}
	.pricing-blurb-text-align .et_pb_main_blurb_image span{
		margin: 0 !important;
	}
	.pricing-radio-btn-blurb{
		min-height: 217px !important;
		display: flex !important;
		align-items: center !important;
	}
}
@media screen and (max-width: 768px) {
	.pricing-blurb-text-align .et_pb_main_blurb_image span{
		margin: 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.pricing-radio-btn-blurb{
		min-height: 172px;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 540px) {
		.pricing-blurb-text-align .et_pb_blurb_description ul{
		float: none !important;
	}
	.pricing-blurb-text-align .et_pb_blurb_description p{
		float: none !important;
		margin-top: 0 !important;
		text-align: start !important;
	}
}
/* pricing calculator end */
.caculator-hidden-cls{
	display: none !important;
}

/* Product CPT Layout Styles */

.product-intro .info-col h1 {
    font-size: 48px;
    text-transform: uppercase;
}
.product-intro .info-col .description {
    line-height: 28px;
}
.product-intro .info-col .description ul li {
    padding: 5px 0px;
}
.product-intro .info-col .et_pb_button_module_wrapper {
    margin-right: 25px;
}
.product-intro .info-col .et_pb_button_module_wrapper,
.product-intro .info-col .inline-with-button {
    display: inline-block;
}

/* Product Gallery */
.product-left .swiper-wrapper {
    padding-bottom: 10px;
}
.product-left .swiper-slide,
.product-thumbs .swiper-slide {
    height: auto !important;
}
.product-left .swiper-slide img,
.product-thumbs .swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.product-thumbs .swiper-slide img {
	border: 2px solid #B7B7B7;
	object-fit: cover;
	cursor: pointer;
	border-radius: 15px;
}
.product-thumbs .swiper-slide-active img {
	border-color: #E77D13;
}
/* .product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
font-size: 20px;
color: #000;
font-weight: bold;
} */

/* range */
.fd-pricing-card-range .range-wrap {
	position: relative;
	margin: 0 auto 3rem;
}
.fd-pricing-card-range .range {
	width: 100%;
}
.fd-pricing-card-range .range:after {
	content: "";
    position: absolute;
    height: 16px;
    width: 2px;
    left: 10%;
    z-index: 1;
    background: #F9F9F9;
}
.fd-pricing-card-range .range:before {
	content: "";
    position: absolute;
    height: 16px;
    width: 2px;
    left: 50%;
    z-index: 1;
    background: #F9F9F9;
}
.fd-pricing-card-range .bubble {
	background: #181818;
	color: white;
	padding: 4px 12px;
	position: absolute;
	border-radius: 15px;
	top: -60px;
	left: 49%;
	transform: translateX(-50%);
	width: 120px;
	text-align: center;
}
.fd-pricing-card-range .bubble::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/uploads/2023/09/Polygon-6.svg);
    background-repeat: no-repeat;
    bottom: -20px;
    left: 40%;
    right: auto;
    background-size: contain;
}
.fd-pricing-card-range input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    /*  overflow: hidden;  remove this line*/

    /* New additions */
    height: 16px;
    background-color: #D9D9D9 !important;
}

/* Thumb: webkit */
.fd-pricing-card-range input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    height: 26px;
    width: 26px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #e77213;

    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
}

/* Thumb: Firefox */
.fd-pricing-card-range input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #E77213 !important;
    border-radius: 50%;
    border: none;

    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

.fd-pricing-card-range input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
/* input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
} */
/* input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
} */
/* Hover, active & focus Thumb: Firfox */

.fd-pricing-card-range input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
/* input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
} */
/* input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
} */
.fd-pricing-card-range .calculator-next-offer-cls {
	bottom: -120px !important;
}
.fd-pricing-card-range .calculator-next-offer-discount-cls{
	padding-left:40px !important;
}
.total-price-cls{
	display:none !important;
}

.section-to-toggle {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .5s ease-in-out; 
}
.toggle-section-btn {
    cursor: pointer;
    position: relative;
    padding-left: 55px;
    transition: all .2s;
}
.toggle-section-btn.open p {
    color: #8F8F8F;
}
.toggle-section-btn::before {
    content: "";
    background-image: url(/assets/themes/fascinate-theme/assets/accordion-section-plus.svg);
    position: absolute;
    height: 28px;
    width: 28px;
    left: 15px;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.toggle-section-btn.open::before {
    background-image: url(/assets/themes/fascinate-theme/assets/accordion-section-minus.svg);
}
.section-to-toggle.open {
    max-height: 1500px;
}

#closeSection .et-pb-icon {
    cursor: pointer;
}

.compare-analytics-section .list-col .check,
.compare-analytics-section .list-col .cross {
    position: relative;
}
.compare-analytics-section .list-col .check::before {
    content: "";
    background-image: url(/assets/img/uploads/2023/09/Table-Icons-X-Check.svg);
    position: absolute;
    height: 28px;
    width: 28px;
    left: 15px;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.compare-analytics-section .list-col .cross::before {
    content: "";
    background-image: url('/assets/img/uploads/2023/09/Table-Icons-X-Check-2.svg');
    position: absolute;
    height: 28px;
    width: 28px;
    left: 15px;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.text-icon-section .et_pb_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.text-icon-section .et_pb_column .et_pb_module:nth-child(even) {
    margin: 0px;
    flex: 0 0 86%;
    margin-bottom: 60px;
}

.text-icon-section .et_pb_column .et_pb_module:nth-child(odd) {
    margin: 0px;
    flex: 0 0 14%;
    margin-bottom: 60px;
}

/* FCA Page Styling */

.fca-card .top .pic img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}
.fca-card .bottom > .et_pb_column {
    display: flex;
    flex-direction: row !important;
}
.fca-card .bottom > .et_pb_column > .et_pb_module {
    margin-right: 15px;
    margin-top: 0px !important;
}
.fca-card .dmach-acf-label {
	font-weight: 700!important;
	font-size: 16px;
	color: #505050!important;
}
.fca-card .dmach-acf-label + a {
	margin-left: 4px;
	font-size: 16px;
}
@media screen and (max-width: 980px) {
.fd-pricing-card-range .range:after {
	left: 11%;
	}
}

/* Products for teams page styling */
.bubble{
	width: 138px !important;
}


/* fascinate for teams page */
.fd-hero-sec-heat-map svg g:hover{
	cursor: pointer !important;
	opacity: 0.8 !important;
}
.fd-hero-sec-heat-map{
	overflow-x: auto !important;
}
@media screen and (min-width: 980px) {
    .fd-hero-sec-heat-map svg {
        width: 100%;
    }
}


/* fascinate for teams page end */


/* Blog */
.object-cover img {
    object-fit: cover;
}
body.single-post h1.entry-title,
body.blog h2.entry-title,
body.archive h2.entry-title {
    word-wrap: break-word;
}
.blog-post-card-content .fluid-width-video-wrapper,
.blog-post-card-content .wistia_embed,
.blog-post-card-content audio{
	display: none !important;
}
.blog-post-card-content .et_pb_module_inner img{
	display: none !important;
}
.blog-post-card-content .et_pb_section{
	padding: 0 !important;
}
.blog-post-card-content .et_pb_section .et_pb_row{
	width: 100% !important;
	padding: 0 !important;
}
.blog-post-card-content .et_pb_module_inner div{
	margin: 0 !important;
}
.blog-post-card-content ol, .blog-post-content ul{
	margin-left: 35px !important;
}
.blog-post-card-content p{
	padding-left: 0 !important;
}
.blog-post-content ol, .blog-post-content ul{
	margin-left: 35px !important;
}
.blog-post-card-btn a{
	line-height: 24px !important;
}

.blog-post-card-btn a::after{
	top: -1px !important;
    right: 0px;
}
.blog-post-archive-loop .et_pb_module_inner .divi-filter-result-count.result_count_left{
	position: absolute;
	top:-70px;
}
.blog-post-archive-loop .divi-filter-pagination.result_count_left{
	float: none !important;
}
.blog-post-email-form-row .et_pb_code .gform_heading{
	display: none !important;
}
.blog-post-email-form-row .gform_validation_errors{
	border-radius: 0 !important;
}
.blog-post-email-form-row .gform_validation_errors h2{
	padding: 0 !important;
}
.blog-post-email-form-row .et_pb_code form .gfield--type-email input{
	height: 48px;
}
.blog-post-email-form-row .et_pb_code form{
	position: relative;
}
.blog-post-email-form-row .et_pb_code form .gform_footer input{
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px;
	flex-wrap: wrap;
	color: #ffffff;
	font-family: Effra;
	font-size: 18.7px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 128.342% */
	text-transform: uppercase;
	background-color: #E77213;
	border: 0;
	cursor: pointer;
}
.blog-post-email-form-row .et_pb_code form .gform_footer input:hover{
	background-image: linear-gradient(90deg,#e77d13 0%,#e7a013 100%);
    background-color: #E77213;
}
/*.blog-post-email-form-row .et_pb_code form .gfield--type-checkbox input{*/
.footer-section .footer-form form input[type=checkbox],
.blog-post-email-form-row .et_pb_code form input[type=checkbox] {
	width: 24px;
	height: 24px;
	border-radius: 15px !important;
	overflow: hidden;
	margin-left: 0 !important;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
}
.footer-section .footer-form form input[type=checkbox]:checked,
.blog-post-email-form-row .et_pb_code form input[type=checkbox]:checked,
.gform_wrapper.gravity-theme .gfield input[type=checkbox]:checked {
	accent-color: #E77213;
}
/* .blog-post-email-form-row .et_pb_code form .gfield--type-checkbox label{ */
.blog-post-email-form-row .et_pb_code form label.gfield_consent_label  {
	display: inline-block;	
	color: #ffffff;
	font-family: Effra;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	max-width: calc(100% - 32px);
    vertical-align: middle;
}
.blog-post-email-form-row .et_pb_code form .gfield--type-checkbox label span{
		color: #E77213 !important;
}
.blog-post-archive-loop .divi-filter-pagination ul li{
	border: 0 !important;
}
.blog-post-archive-loop .divi-filter-pagination ul li a{
	padding: 5px 9px !important;
}
.blog-post-archive-loop .divi-filter-pagination ul li span.current{
	border-radius: 50px;
	background: #e77213;
	color: #fff;
	padding: 5px 9px !important;
}
.blog-post-category .grid-posts{
	gap: 5px !important;
}
.blog-post-card-categories span{
	padding: 5px 12px;
	border-radius: 15px;
	background: #DBF0F0;
	white-space: nowrap;
    font-weight: 600;
    margin-right: 7px;
}
.post-share-row {
    display: flex;
    flex-direction: row;
}
.post-share-row .et_pb_column {
    margin-bottom: 0px;
}
.post-share-row .comment-count {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.post-share-row .comment-count a,
.post-share-row .comment-count a i {
    display: flex;
    align-items: center;    
    justify-content: center;
    margin: 0px 10px;
    color: #8F8F8F;
}
.post-share-row .comment-count a:hover,
.post-share-row .comment-count a:hover i svg g path {
    color: #a4a4a4;
    fill: #a4a4a4;
}
.post-share-row .essb_links {
    margin: 5px 0px;
}

.about-the-author {
    display: flex;
    flex-direction: row;
}
.about-the-author > .et_pb_column:first-of-type {
    margin-right: 0px !important;
    flex: 0 0 115px;
}
.about-the-author > .et_pb_column:last-of-type {
    width: auto !important;
}
.blog-post-popular-category ul{
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.blog-post-popular-category ul li a{
	line-height: 32px; 
}
.archive-post-comments .comment_postinfo .comment_date{
	display: none !important;
}
.archive-post-comments .comment_postinfo{
	padding: 32px 32px 19px 32px;
	background-color: #f2f2f2;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin: 0 !important;
}
.archive-post-comments .comment_area{
	padding: 0px 32px 19px 32px;
	background-color: #f2f2f2;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.archive-post-comments .page_title{
	margin-left: 30px;
}
.archive-post-comments .page_title:after{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-image: url(https://fascinatedev.wpengine.com/wp-content/uploads/2023/10/mode_comment.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.archive-post-comments .submit.et_pb_button:hover{
	background-image: linear-gradient(90deg,#e77d13 0%,#e7a013 100%);
    background-color: #E77213;
}
.blog-card .blog-post-card-content .et_pb_module_inner,
.related-post-layout .blog-post-card-content .et_pb_module_inner {
    height: 86px;
    overflow: hidden;
}
.blog-card .blog-post-card-content .et_pb_module_inner p,
.related-post-layout .blog-post-card-content .et_pb_module_inner p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
	.blog-post-email-form-row .et_pb_code form .gform_footer{
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 !important;
		margin: 0 !important;
	}
	.blog-post-email-form-row .et_pb_code form .gfield--type-email input{
		width: 85% !important;
	}
	.blog-post-email-form-row .et_pb_blurb .et_pb_blurb_content{
		display: flex;
		align-items: center;
	}
	.blog-post-email-form-row .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image{
		display: block !important;
		width: 140px;
		margin: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.blog-post-archive-loop .et_pb_module_inner .divi-filter-result-count.result_count_left{
		font-size: 14px;
	}
    .about-the-author {
        flex-direction: column;
    }
	.archive-post-comments .comment_avatar{
		position: relative;
		top: 0;
		margin-bottom: 10px;
	}
	.comment-body.clearfix{
		padding: 0 !important;
	}
}
/* Blog End */


/* Overlay styling */

#divi-overlay-container-35990 .divioverlay-bg,
#divi-overlay-container-35990 #overlay-35990 {
    height: unset !important;
    position: absolute;
}

/* home page */
.rotating-text-wrapper .words span{
	text-decoration: underline;
}
/* home page end */

/* fcas find page */
.fcas-find-post-loop .divi-filter-pagination{
	float: none !important;
}
.fcas-find-post-loop .divi-filter-result-count.result_count_left{
	position: absolute;
	top: -60px;
}
.fcas-find-post-loop .divi-filter-pagination ul li{
	border: 0 !important;
}
.fcas-find-post-loop .divi-filter-pagination ul li a{
	padding: 5px 9px !important;
}
.fcas-find-post-loop .divi-filter-pagination ul li span.current{
	border-radius: 50px;
	background: #e77213;
	color: #fff;
	padding: 5px 9px !important;
}
@media (min-width: 980px) and (max-width: 1390px){
	.fcas-find-post-loop .loop-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}	
}
/* fcas find page end */

/* popup */
/*
.popup-form-row .et_pb_blurb_content{
	align-items: start !important;
}
.popup-form-row .et_pb_main_blurb_image{
	width: 180px !important;
	position: relative;
	top: -115px;
}
*/
.popup-form-row .et_pb_code form .gfield--type-email input{
	width: 67% !important;
}
@media screen and (max-width: 980px) {
	/*
	.popup-form-row .et_pb_blurb_content{
		align-items: end !important;
	}
	.popup-form-row .et_pb_main_blurb_image{
		width: 130px !important;
		position: relative;
		top:0;
	}
	*/
	.popup-form-row .et_pb_code form .gfield--type-email input{
		width: 85% !important;
	}
}
/* popup end */


/* Success Stories Masonry Layout */

.masonry-layout .et_pb_column > .et_pb_testimonial {
    height: fit-content !important;
}
.masonry-layout .et_pb_column > .et_pb_testimonial .et_pb_testimonial_author {
    padding-bottom: 0px !important;
}
.masonry-layout .et_pb_column > .et_pb_testimonial .et_pb_testimonial_meta {
    padding-left: 25px;
    padding-right: 25px;
}

/* One Hour Personal Brand */
@media screen and (max-width: 1310px) {
	.hpb-numbered-columns{
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
	}
	.hpb-numbered-columns .et_pb_column{
		width: 100% !important;
		order: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.hpb-numbered-columns{
		display: grid !important;
		grid-template-columns: 1fr !important;
	}
	.hpb-numbered-columns .et_pb_column{
		margin: 0 !important;
	}
}
/* One Hour Personal Brand end */

/* Anthem start */
.fd-anthem-list ul li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
	padding-left:12px;
}
.fd-anthem-list ul li::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(/assets/img/uploads/2023/09/Table-Icons-X-Check.svg);
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
	margin-left:-24px !important;
}
/* Anthem end */

/* podcast */
.podcast-episode-pages-audio .mejs-duration{
	position: relative !important;
	top: -4px !important;
}
/* podcast end */