/*
 Theme Name:     Alchemy Child Theme
 Description:    Alchemy Child Theme for Wordpress
 Author:         Alchemy Marketing
 Author URI:
 Template:       twentynineteen
 Version:        1.0.0.30
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/

/*------------------------------ Meta -------------------------------*/
@font-face {
    font-family: "EB Garamond";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/EB_Garamond/EBGaramond-VariableFont_wght.ttf");
}
@font-face {
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    src: url("fonts/Montserrat/Montserrat-Bold.ttf");

}
@font-face {
    font-family: "montserrat",sans-serif;
    font-weight: 400;
    src: url("fonts/Montserrat/Montserrat-Regular.ttf");
}

:root {
    --primary-font: 'interregular', sans-serif;
    --secondary-font: 'interregular', sans-serif;
    --third-font: 'EB Garamond', sans-serif;
    --primary-color: #333333;
    --secondary-color: #666666;
    --third-color: #8E7676;
    --site-width: 80vw;
    --site-max-width: 1400px;
    --site-width-large: 93vw;
    --dark-grey: #333333;
    --medium-grey: #666666;
    --light-grey: #f2f2f2;
    --am-button-4-icon: '>';
}

@media only screen and (min-width: 981px) {
   .tool-for-section ul {
    padding-left: 45px!important;
}
    .mobile-only {
        display: none !important;
    }
}

@media only screen and (max-width: 980px) {

    .desktop-only {
        display: none !important;
    }

}

.logged-in-only {
    display: none;
}

.logged-in .logged-in-only {
    display: initial;
}

::selection {
    background-color: var(--primary-color);
    color: #ffffff;
}

/*------------------------------ EO Meta -------------------------------*/

/*------------------------------ Text Settings -------------------------------*/
/*@import "../twentynineteen/style.css?k=ff";*/
@import "../twentynineteen/style.css?k=ff";

body, input, textarea, select, table, ul, li {
    font-family: 'Montserrat', sans-serif; /* Backup for IE11 */
    color:var(--dark-grey);; /* Backup for IE11 */
    font-family: var(--primary-font);
    font-size: 18px;
    color: var(--dark-grey);
}

h3, h4, h5, h6 {
    font-family: var(--secondary-font);
}

h1,h2{
    font-family: var(--primary-font);
    color: var(--primary-color);
}

p {
    font-size: 18px;
    line-height: 160%;
    margin: 0px;
    padding-bottom: 12px;
    color: var(--dark-grey);
    font-family: var(--primary-font);
}

h1 {
    font-size: 61px;
    line-height: 120%;
    margin: 0px;
    padding-bottom: 12px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--primary-font);
}

h2 {
    font-size: 41px;
    line-height: 140%;
    margin: 0px;
    padding-bottom: 12px;
    color: var(--primary-color);
    font-family: var(--primary-font);
}

h3 {
    font-size: 27px;
    line-height: 140%;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 12px;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
}

h4 {
    font-size: 18px;
    line-height: 180%;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
    margin-top: 18px;
}
/*h4,.pre-h{
    color: var(--third-color-red);
}*/
.pre-h {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 1px;
    font-family: var(--primary-font);
    color: var(--secondary-color);
}
ul#wp-admin-bar-root-default,
ol#wp-admin-bar-root-default {
    max-width: inherit;
}

ul,
ol {
    margin: 0px;
    padding-bottom: 12px;
    max-width: 650px;
}

li {
    font-size: 18px;
    line-height: 180%;
    margin: 6px 0px;
}
a:hover{
    cursor: pointer;
}
a:hover, a:active{
    color:var(--secondary-color);
}
a, a:visited {
    color: var(--medium-grey);
}
a:focus{
    outline: none;
}
a{
    cursor: pointer;
}
a h1,
a h2,
a h3,
a h4,
a h5 {
    text-decoration: none;
}

a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover {
    opacity: 0.7;
}

a.am-button-1,
a.am-button-2,
a.am-button-3,
a.am-button-4 {
    text-decoration: none !important;
    transition: all 0.5s;
    position: relative;
    line-height: 30px;
}
a.am-button-1 {
    background-color: #dcd1bb;
    color: #000!important;
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 12px 41px;
    border: none;
	border-radius: 5px;
}
a.am-button-2 {
    background-color: transparent;
    color: var(--primary-color);
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 10px 39px;
    border: 2px solid #dcd2bc;
    border-radius: 6px;
    color: #dcd2bc !important;
}

a.am-button-3 {
    background-color: var(--secondary-color);
    color: #ffffff;
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 12px 41px;
    border: none;
}

a.am-button-4 {
    color: var(--secondary-color);
}

a.am-button-4:after {
    content: '\35';
    font-family: 'ElegantIcons';
    margin: 0px 0px 0px 1px;
    transition: all 0.5s;
}

a.am-button-1:hover,
a.am-button-2:hover,
a.am-button-3:hover,
a.am-button-4:hover {
    opacity: 0.8;
}

a.new-tab:after {
    content: ' ';
    height: 1em;
    width: .66em;
    margin-left: 2px;
    display: inline-block;
    background-image: url('/wp-content/uploads/2020/08/new-tab-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
}

a.new-tab:hover:after {
    opacity: 1;
}

ol.breadcrumbs {
    list-style: none;
    padding-left: 0px;
}

ol.breadcrumbs li {
    font-size: 14px;
    display: inline-block;
}

ol.breadcrumbs a:after {
    content: '>';
    display: inline-block;
    margin: 0px 0px 0px 8px;
}

ol.breadcrumbs li:last-of-type a {
    text-decoration: none;
    font-weight: bold;
}

ol.breadcrumbs li:last-of-type a:after {
    content: none;
}
.no-padding-top{
    padding-top: 0px!important;
}
.no-padding-bottom{
    padding-bottom: 0px!important;
}
/*------------------------------ Color Design ---------------------------------*/

.dark-section {
    background-color: var(--primary-color);
}

.dark-section > *,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section a,
.dark-section a:visited {
    color: #ffffff;
}

.dark-section a.am-button-2,
.dark-section a.am-button-4 {
    color: #ffffff;
    border-color: #ffffff;
}

.dark-section .lighter {
    opacity: 0.8;
}
.dark-section p, .dark-section ul li, .dark-section ol li {
    color:#ffffff !important;
}
.grey-section {
    background-color: var(--light-grey);
}

/*------------------------------ EO Color Design ---------------------------------*/

/*------------------------------ Secondary Header ------------------------------ */

.secondary-header {
    background-color: #333333;
    background-color: var(--light-grey);
    padding: 0px;
    position: absolute;
    width: 100%;
}

.secondary-header,
.secondary-header a {
    color: #ffffff;
    color: var(--dark-grey);
    font-size: calc(1em - 2px);
}

.secondary-header ul {
    list-style: none;
}

.secondary-nav {
    padding: 0px;
    max-width: none;
}

.secondary-nav:first-of-type {
    float: right;
}

.secondary-nav:last-of-type {
    float: left;
}

.secondary-nav li {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.icon_phone:before {
    font-size: 15px;
}

@media only screen and (min-width: 981px) {

    .secondary-nav li a {
        padding: .66em 1em;
    }

    .secondary-nav:first-of-type {
        margin-right: -.66em;
    }

    .secondary-nav:last-of-type {
        margin-left: -.66em;
    }

    .secondary-nav li a:hover {
        background-color: rgba(255,255,255,0.1);
    }

    .secondary-nav li a:active {
        background-color: rgba(255,255,255,0.3);
    }

}

@media only screen and (max-width: 980px) {
     #page.open-menu-items .primary-header{
        -moz-transition: all .4s ease-in !important;
        -o-transition: all .4s ease-in !important;
        -webkit-transition: all .4s ease-in !important;
        transition: all .4s ease-in !important;
        overflow: auto;
        min-height: 100%;
        background: #e8e8e8;
    }
    .secondary-header {
        padding: 1em 0px;
    }

    .secondary-nav {
        width: 100%;
    }

    .secondary-nav li {
        display: block;
        text-align: center;
    }

    .secondary-nav li a {
        padding: 0px;
        margin: 0px;
        font-size: 1em;
    }

    .box-section.testimonial-box{
        width: 100%;
        margin-left:0;
    }

}

/*----------------------------- EO Secondary Header ---------------------------- */

/*----------------------------- Primary Header Desktop --------------------------------*/
.space-header-mobile{
    display: none;
    position: absolute;
    width: 100%;
    height: 98px;
    top: 0px;
    background-color: #fff;
    right: 0;
    left: 0;
}
.primary-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: #ffffff;
    top:33px;
}

.primary-header ul {
    list-style: none;
}

#logo {
    position: relative;
    display: block;
    float: left;
    padding: .66em 0px;
    line-height: 0px;
    width: auto;
}

#logo img {
    width: 100%;
}

.menu {
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    float: right;
    position: relative;
    padding-top: 1.3em;
}

.menu ul.main-nav {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0px;
    max-width: inherit;
}

.menu .main-nav > li {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 200;
    zoom: 1;
}

.menu .main-nav a {
    text-decoration: none;
    display: block;
}

.menu .main-nav > li > a {
    padding: .66em 1em;
    position: relative;
    display: block;
}

.menu .main-nav > li:last-of-type > a {
    margin-right: -.25em;
}

.main-nav > li:hover > a {
    color: var(--primary-color);
}

.main-nav > li > a:active {
    color: var(--secondary-color);
}

.menu .main-nav > li.has-children > a {
    padding-right: 2.5em;
}

.menu .main-nav > li.has-children > a::before {
    content: '\33';
    font-family: 'ElegantIcons';
    font-size: 1.8em;
    position: absolute;
    right: .25em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    vertical-align: middle;
    top: .5em;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.menu .main-nav > li.has-children:hover > a::before{
    transform: rotate(180deg);
    top: .6em;
}

.menu .main-nav > li.has-children > a:after {   /* Upward facing arrow from dropdown menu  */
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    margin-top: 1.5em;
    display: inline-block;
    background: transparent;
    border-style: solid dashed dashed;
    border-color: transparent;
    font-size: 0;
    border-width: 10px 10px 0;
    padding-top: 1px;
    border-top-color: var(--secondary-color);
    opacity: 0;
    width: 0;
    height: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
li.item-contact {
    background: var(--secondary-color);
    margin-left:10px !important;
}
li.item-contact a, li.item-contact a:hover {
    padding: 8px 18px 8px 16px !important;
    color: #ffffff;
}
#logo {
        width: 290px;
        top: 23px;
    }
@media only screen and (min-width: 981px) {

}
@media only screen and (max-width: 1490px) and (min-width: 981px){
     #logo {
        width: 180px;
        top: 29px;
    }
}
@media only screen and (max-width: 980px) {
    .space-header-mobile{
        display: block;
    }
    li.item-contact{
        display: none !important;
    }
    .primary-header{
        top:64px;
    }
}
/*------------------------------ EO Primary Header Desktop --------------------------------*/
/*---------------------------------- Footer ----------------------------------*/

footer {
    background-color: var(--dark-grey);
}

footer,
footer a {
    color: #ffffff;
}
.footer-section h3, .footer-section li {
    color: #ffffff;
}

footer a:hover,
footer a:active, footer a, footer a:visited {
    color: #ffffff;
    opacity: 1;
}
footer p {
    color:#ffffff;
}
.secondary-footer {
    padding: 1.5em 0px;
    font-size: 1em - 2px;
}

.footer-social {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 2em;
}

.footer-social p {
    display: inline-block;
    line-height: 1.5em;
}

.footer-social ul {
    display: inline-block;
}

.footer-social li {
    display: inline-block;
    line-height: 100%;
    margin: 0px .5em;
}
ul.footer-social-icons li img {
    width: 20px;
}

.footer-info {
    font-size: calc(1em - 2px);
    opacity: 0.8;
}
.uai.userway_dark{
    display: none !important;
}

/*---------------------------------- EO Footer --------------------------------*/

/*-------------------------------- Desktop Layout -------------------------------*/
.site-content{
    padding-top: 128.75px;
}
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.center p {
    margin: auto;
}

.right {
    text-align: right;
}

div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#page{
    position: relative;
}

.entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.container {
    width: 1400px; /* Backup for IE11 */
    max-width: 90%; /* Backup for IE11 */
    width: var(--site-width);
    max-width: var(--site-max-width);
    position: relative;
    text-align: left;
    margin: auto;
}
.container::before, .container::after {
    content:"";
    display: table;
    clear: both;
}
.am-section {
    padding: 50px 0px;
    clear: both;
}

.am-row {
    margin: auto;
    display: flex;
    width: 90%;    /* Set width of container */
    max-width: 1400px !important;    /* Set max-width of container */
}

.am-column-1-1 {
    width: 100%;
    padding: 40px 60px;
}

.am-column-1-2 {
    width: 50%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}

.am-column-1-3 {
    width: 33%;
    float: left;
    padding: 40px 30px;
    box-sizing: border-box;
}

.am-column-1-4 {
    width: 25%;
    float: left;
    padding: 40px 25px;
    box-sizing: border-box;
}

.am-column-1-5 {
    width: 20%;
    float: left;
    padding: 40px 20px;
    box-sizing: border-box;
}

.am-column-1-6 {
    width: 16.6%;
    float: left;
    padding: 40px 15px;
    box-sizing: border-box;
}

.am-column-2-5 {
    width: 35%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}

.am-column-3-5 {
    width: 65%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}

.am-column-3-4 {
    width: 75%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}

.am-section + p{
    display: none;
}
.am-section p:empty{
    display: none;
}
.am-section ul, .am-section ol {
    padding-left: 2rem;
}
.am-section .am-row:has(.am-column-1-2):not(:has(.am-column-1-2[style*="background-image"])) {
    align-items: center;
}
.am-full-width-box{
    width: 100%;
    max-width: inherit !important;
}
.am-full-width-box .am-column-1-1{
    padding-left: 0px;
    padding-right: 0px;
}
.am-parallax-bg{
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment:scroll;
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-attachment: fixed;
}

.am-primary-circle,
.am-secondary-circle,
.am-light-grey-circle,
.am-third-circle,
.am-dark-grey-circle{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 18px;
    display: inline-block;
}

.am-primary-circle{background-color: var(--primary-color);}
/*.primary-color{color: var(--primary-color);}*/

.am-secondary-circle{background-color: var(--secondary-color);}
/*.secondary-color{color: var(--secondary-color);}*/

.am-third-circle{background-color: var(--third-color);}
/*.third-color{color: var(--third-color);}*/

.am-light-grey-circle{background-color: var(--light-grey);}
/*.light-grey{color: var(--light-grey);}*/

.am-dark-grey-circle{background-color: var(--dark-grey);}
/*.dark-grey{color: var(--dark-grey);}*/

.am-column-1-3 input:not(.wpcf7-submit){
    width: 100%;
}
@media only screen and (min-width: 981px) {
    .am-equal-column-center{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        direction: ltr;
        align-items: center;
    }
    .float-left {
        float: left;
        width: 47%;
        margin: 1em 3% 1em 0px;
    }

    .float-right {
        float: right;
        width: 47%;
        margin: 1em 0 1em 3%;
    }

    .am-column-1-5 h3,
    .am-column-1-6 h3 {
        font-size: 1em;
    }

    a.am-button-1 + a.am-button-1,
    a.am-button-1 + a.am-button-2,
    a.am-button-1 + a.am-button-3,
    a.am-button-1 + a.am-button-4,
    a.am-button-2 + a.am-button-1,
    a.am-button-2 + a.am-button-2,
    a.am-button-2 + a.am-button-3,
    a.am-button-2 + a.am-button-4,
    a.am-button-3 + a.am-button-1,
    a.am-button-3 + a.am-button-2,
    a.am-button-3 + a.am-button-3,
    a.am-button-3 + a.am-button-4,
    a.am-button-4 + a.am-button-1,
    a.am-button-4 + a.am-button-2,
    a.am-button-4 + a.am-button-3,
    a.am-button-4 + a.am-button-4 {
        margin-left: .66em;
    }

    .two-column-full-width-right-image,
    .two-column-full-width-left-image {
        padding: 0px;
        margin: 0px;
    }

    .two-column-full-width-right-image .am-row,
    .two-column-full-width-left-image .am-row {
        width: 100%;
        /*  max-width: 2200px;  */
    }

    .two-column-full-width-right-image .am-column-1-2,
    .two-column-full-width-left-image .am-column-1-2 {
        padding: 100px 60px;
    }

    .two-column-full-width-right-image .am-row .am-column-1-2:last-of-type {
        padding-right: calc(80px + 5%);
        box-sizing: border-box;
    }

    .two-column-full-width-left-image .am-row .am-column-1-2:first-of-type {
        padding-left: calc(80px + 5%);
        box-sizing: border-box;
    }

}
@media only screen and (max-width: 1150px) and (min-width: 981px) {
    .am-column-1-2 a.am-button-1 + a.am-button-1,
    .am-column-1-2 a.am-button-1 + a.am-button-2,
    .am-column-1-2 a.am-button-1 + a.am-button-3,
    .am-column-1-2 a.am-button-1 + a.am-button-4,
    .am-column-1-2 a.am-button-2 + a.am-button-1,
    .am-column-1-2 a.am-button-2 + a.am-button-2,
    .am-column-1-2 a.am-button-2 + a.am-button-3,
    .am-column-1-2 a.am-button-2 + a.am-button-4,
    .am-column-1-2 a.am-button-3 + a.am-button-1,
    .am-column-1-2 a.am-button-3 + a.am-button-2,
    .am-column-1-2 a.am-button-3 + a.am-button-3,
    .am-column-1-2 a.am-button-3 + a.am-button-4,
    .am-column-1-2 a.am-button-4 + a.am-button-1,
    .am-column-1-2 a.am-button-4 + a.am-button-2,
    .am-column-1-2 a.am-button-4 + a.am-button-3,
    .am-column-1-2 a.am-button-4 + a.am-button-4 {
        margin-left: 0px;
        display: table;
    }
}
@media only screen and (max-width: 480px) {
    .am-parallax-bg{
        background-attachment: inherit;
    }
}

.center .am-column-1-1 p {
    max-width: 650px;
}

h1.blog-title {
    font-size: 2.25em;
}

.blog-sub-header {
    padding-bottom: 1.5em;
}

span.read-time:before {
    content: "\7d";
    font-family: 'ElegantIcons';
    font-size: calc(1em - 2px);
    margin-right: 5px;
}
span.post-date:before {
    content: "\e023";
    font-family: 'ElegantIcons';
    font-size: calc(1em - 2px);
    margin-right: 5px;
}
@media only screen and (max-width: 980px) {
    .site-content{
        padding-top: 161px;
    }
}
/*------------------------------ EO Desktop Layout -------------------------------*/

/*------------------------------ Mobile Layout ---------------------------------*/

@media only screen and (max-width: 980px) {

    h1,
    h2,
    h3,
    h4 {
        line-height: 120%;
    }

    .am-column-1-1,
    .am-column-1-2,
    .am-column-1-3,
    .am-column-1-4,
    .am-column-1-5,
    .am-column-1-6,
    .am-column-2-5,
    .am-column-3-5,
    .am-column-3-4 {
        width: 100%;
        padding: 15px 10px;
    }

    .am-column-1-4,
    .am-column-1-5,
    .am-column-1-6 {
        text-align: center;
    }
    div[class*="am-column"] ul {
        text-align:left;
    }
    .am-row {
        display: block;
    }
    .reverse-section .am-row, .reverse-section.am-row {
        display: -webkit-flex;
        -webkit-flex-direction: column-reverse;
        display: flex;
        flex-direction: column-reverse;
    }

    .am-row:after {  /*---This preserves a row's background color as columns break to new lines ---*/
        content: " ";
        clear: both;
        display: block;
        visibility: hidden;
        line-height: 0px;
        height: 0px;
        width: 0px;
    }

    .box-section {   /*---Apply to any row, column, or element with a background color---*/
        width: 92vw;
        margin-left: calc(((-100vw + 100%)/2) + 4vw);
        padding: 5vw;
    }

    .box-section div {   /*---Removes redundant padding---*/
        padding-left: 0px;
        padding-right: 0px;
    }

    a.am-button-1,
    a.am-button-2,
    a.am-button-3,
    a.am-button-4 {
        display: block;
        text-align: center;
        margin: 1em auto;
    }

    .two-column-full-width-right-image .am-column-1-2,
    .two-column-full-width-left-image .am-column-1-2 {
        min-height: 300px;
    }

}

/*------------------------------ EO Mobile Response ---------------------------------*/

/*------------------------------ Button Hover on Desktop ----------------------------*/

@media only screen and (min-width: 981px) {

    a.am-button-1:hover,
    a.am-button-3:hover {
        padding-left: 26px;
        padding-right: 56px;
        opacity: 1;
        position: relative;
    }

    a.am-button-2:hover {
        padding-left: 24px;
        padding-right: 54px;
        opacity: 1;
    }

    a.am-button-1:after,
    a.am-button-2:after,
    a.am-button-3:after {
        /* For using an image as button hover icon
        content: ' ';
        background-image: url('/wp-content/uploads/2020/08/button-icon.png');
        background-size: auto 12px;
        background-position: center right;
        background-repeat: no-repeat;
        width: 20px;
        height: 32px; */
        content: '\24';
        font-family: 'ElegantIcons';
        font-size: 1.5em;
        display: inline-block;
        position: absolute;
        opacity: 0;
        margin-left: -10px;
        transition: all 0.5s;
        line-height: 1.3
    }

    /* When using an image file for button hover icon
      a.am-button-1:after,
      a.am-button-3:after {
        filter: grayscale(100%) invert(100%);
      }

      .dark-section a.am-button-2:after,
      .hero-level-1 a.am-button-2:after,
      .hero-level-2 a.am-button-2:after {
        filter: grayscale(100%) invert(100%);
      }
    */

    a.am-button-1:hover:after,
    a.am-button-2:hover:after,
    a.am-button-3:hover:after {
        margin-left: 10px;
        opacity: 1;
    }

    a.am-button-4:hover:after {
        margin: 0px 0px 0px 12px;
    }

}

/*------------------------- EO Button Hover on Desktop ---------------------------*/

/*---------------------------------- Lists ----------------------------------------*/

ul.checkmarks li {
    list-style: none;
    padding-top: 5px;
}

ul.checkmarks li:before {
    content: "\e052";
    font-family: 'ElegantIcons';
    color: var(--primary-color);
    position: absolute;
    margin-right: 10px;
    margin-left: -30px;
    color: #F6C01D;
}

ul.checkmarks {
    margin-left: 30px;
}

@media only screen and (max-width: 980px) {

    ul.checkmarks {
        margin-left: 10px;
    }

}

/*---------------------------------- EO Lists ----------------------------------------*/

/*--------------------------------- Tables -----------------------------------------*/

table {
    margin: 1em 0px;
    line-height: 120%;
}

thead th {
    background-color: #333333;
    color: #ffffff;
}

tfoot td {
    background-color: #eeeeee;
}

caption {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 1em;
    text-align: left;
    max-width: 300px;
    left: 0px;
    position: sticky;
}

td {
    font-size: 16px;
}

table th,
table td {
    word-break: normal;
    min-width: 10em;
    vertical-align: middle;
    padding: 1em 1em;
    border-color: #ffffff;
}

.table-key {
    background-color: #ffffff;
    font-weight: initial;
    text-align: left;
}

.sticky {
    left: 0px;
    position: sticky;
    display: table-cell;
    min-width: 0px;
    padding-left: 4px;
    padding-right: 1.5em;
}

@media only screen and (min-width: 981px) {

    table {
        max-width: 100%;
    }

}

@media only screen and (max-width: 980px) {

    .table-scroll {
        overflow: scroll;
    }

    .table-scroll:after {
        content: 'Scroll to view full table';
        font-size: 14px;
        font-style: italic;
        position: absolute;
    }

    .table-key {
        box-shadow: 10px 0 5px -2px rgba(0,0,0,.15);
    }

    .table-key + td,
    .table-key + th {
        padding-left: 1.5em;
    }

}

/*------------------------------- EO Tables -----------------------------------------*/

/*--------------------------------- FAQs --------------------------------------------*/

.faq-section h3 {
    font-size: 1em;
    padding-bottom: calc(1em + 10px);
    padding-top: calc(1em + 10px);
    position: relative;
    cursor: pointer;
    padding-right: calc(1.5em + 20px);
    padding-left: 1.5em;
    transition: padding-bottom .2s ease .1s;
}
.faq-section h3::after {
    content: "\33";
    margin-left: 5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'ElegantIcons';
    font-weight: 900;
    vertical-align: middle;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: absolute;
    right: 1em;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
}
.faq-section h3.open-toggle{
    padding-bottom: 10px;
}
.faq-section h3.open-toggle::after{
    transform: translateY(-50%) rotate(180deg);
}

.faq-section .item-faq-block {
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    padding: 0;
}

.faq-section div + div {
    margin-top: .66em;
}
.item-faq-block .block-description-question{
    display: none;
    padding: 0px 1.5em 1em;
}
.block-description-question + p{
    display: none;
}

.collapse-standard {
    float: right;
    text-decoration: none !important;
    margin-top: 1em;
    padding-right: 2px;
}
.collapse-standard::after {
    display: none;
}
.collapse-standard span {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
}
.collapse-standard br {
    display: none;
}

.box-collapse {
    float: right;
    position: relative;
}
.block-faq-title {
    overflow: hidden;
}
.block-faq-title h2 {
    float: left;
}
.collapse-toggles-color{
    color: var(--secondary-color) !important;
}

@media only screen and (max-width: 480px) {
    .faq-section h3:after {
        top: 14px;
    }
}

/*--------------------------------- EO FAQs --------------------------------------------*/

/*------------------ Breadcrumds (Use shortcode [yoast-breadcrumb]  ---------------------*/

.breadcrumbs-customize {
    margin-bottom: 100px;
    color:#fff;
    font-size: 14px;
}

.breadcrumbs-customize .breadcrumb_last {
    font-weight: bold;
}
.breadcrumbs-customize span a {
    text-decoration: underline;
}
.breadcrumbs-customize span a:hover {
    text-decoration: none;
}

/*------------------------------ EO Breadcrumds -------------------------------*/

/* ----------------------------- Global Announcement Bar -------------------------------*/

.announcement-bar {
    padding: 5px 10px;
    margin: 0px;
    background-color: #ff0000; /* Backup for IE11 */
    background-color: var(--secondary-color);
    color: #ffffff;
}

.announcement-bar a,
.announcement-bar a:visited{
    color: #ffffff;
}

.announcement-bar p{
    padding: .66em 0px;
    color:#ffffff;
}

.announcement-bar p:before {
    content: '\26A0';
    font-size: 1.5em;
    line-height: 100%;
    display: inline-block;
    position: absolute;
    margin-left: -35px;
    margin-top: 1px;
}

/* ---------------------------------- EO Announcement Bars ----------------*/

/* --------------------------------- Sidebar ------------------------------*/

.sidebar h3,
#sidebar h3 {
    margin-top: 1.5em;
    margin-bottom: 0px;
}

.sidebar > h3:first-of-type {
    margin-top: 0px;
}

.sidebar img,
#sidebar img {
    margin: .66em 0px;
}
.sidebar-testimonial {
    background-color: var(--secondary-color);
    color: #ffffff;
    padding: 18px 27px;
    margin-bottom: 27px;
}
.sidebar-testimonial img {
    max-width: 40px;
    opacity: 0.3;
    margin: 12px auto 8px;
    display: block;
}

.sidebar-testimonial p {
    font-size: 14px;
    color:#ffffff;
}
.sidebar-testimonial .testimonial-author {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
}

.sidebar-testimonial .testimonial-author-descriptor {
    font-size: 14px;
    font-style: italic;
    opacity: 0.6;
    padding-left: 12px;
    padding-right: 12px;
}

/*.form-label-top {
    margin-bottom: 6px;
    display: block;
    white-space: normal;
}
.form-label-top, .form-label-left, .form-label-right {
    font-weight: bold;
    margin-bottom: 9px;
}*/

#sidebar input[type=text], #sidebar input.text, #sidebar input.title, #sidebar textarea, #sidebar select, #sidebar .form-line-active input:focus, #sidebar .form-line-active textarea:focus {
    padding: 10px 20px;
    border: 1px solid #999 !important;
    display: block;
    background-color: #eee;
    font-size: 15px;
    width: 100%;
}
#sidebar .form-section{
    width: 100%;
    max-width: inherit;
    padding: 0px;
}

#sidebar .am-contact_submit {
    margin: 0px auto;
    width: 100%;
    background: #232162;
    color: #ffffff !Important;
}
#sidebar .am-contact_submit {
    background-color: #232162!important;
    color: #fff!important;
    border-radius: 0px;
}

.sidebar-inc {
    border: 1px solid #dddddd;
    padding: 18px 18px 6px;
}
.sidebar-inc img{
    display: block;
    max-width: 100%;
    margin: auto !important;
}
.sidebar-inc a {
    background-color: #232162;
    color: #ffffff;
    padding: 6px 18px 8px;
    margin: 0px auto !important;
    text-align: center;
    display: block;
    border: solid 2px #232162;
    transition-duration: 0.3s;
}
.sidebar-inc a:hover {
    background: #ffffff;
    color: #232162;
    font-weight: 500;
    transition-duration: 0.3s;
}

#downloadable-forms{
    padding: 0px;
    list-style-type: none;
    margin-left:30px;
}
#downloadable-forms li {
    margin-bottom: 14px;
    line-height:1.3em;
}
#downloadable-forms li a {
    color: #232162;
    font-size: 15px;
    font-weight: 600;
}

ul#downloadable-forms span.icon_cloud-download {
    margin-left: -25px;
    font-size: 17px;
    margin-top: 2px;
    position: absolute;
}

#sidebar input[name="formID"] + p{
    display: none;
}
#sidebar .sidebar-form + p{
    height: 0px !important;
    overflow: hidden;
    padding: 0px;
}

#sidebar .form-section li{
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 0px;
}
#sidebar .form-section li .form-input-wide{
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
#sidebar .form-section li .form-buttons-wrapper{
    margin-top: 10px;
    display: block;
}
.sidebar-testimony {
    background-color: #232162;
    border-radius: 3px;
    margin: 12px 0px 0px;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
}

.sidebar-testimony img {
    display: block;
    max-width: 140px;
    margin: 0px auto 12px !important;
    opacity: 0.5;
}
.sidebar-testimony-author {
    font-weight: bold;
    font-style: none;
    display: block;
    text-align: right;
    margin-top: 8px;
}
#sidebar p{
    font-size: 18px!important;
}
.widget_categories a {
    text-decoration: none;
    color: #666;
    font-weight: 600;
    font-size: 14px!important;
}
.widget_categories li{
    margin: 0px !important;
}

/*--------------------------------- EO Sidebar ---------------------------------------*/

/*------------------------------ Animation ---------------------------------*/

.am-button-1, .am-button-2, .am-button-3, .am-button-4 {
    opacity: 0;
}
.show-effect-button {
    animation: effect_animation .5s ease-in forwards;
}
@-webkit-keyframes effect_animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes effect_animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes effect_animation{
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-ms-keyframes effect_animation{
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes effect_animation{
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/*------------------------------ EO Animation ---------------------------------*/

/*--------------------------------Scroll Bar ----------------------------------*/
@media only screen and (min-width: 981px) {

    html {
        --scrollbarBG: #e9e6e6;
        --thumbBG: #c1c1c1;
        overflow-y: auto;
    }
    body::-webkit-scrollbar {
        /*width: 25px;*/
        width: 17px;
    }

    body {
        scrollbar-width: thin;
        scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    }

    body::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    body::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG);
        /*border-radius: 30px;*/
        border: 0px solid var(--scrollbarBG);
    }

    body::-webkit-scrollbar-thumb:hover {
        background-color: #a09f9f !important;
    }
    body::-webkit-scrollbar-thumb:active {
        background-color: #828282;
    }
    ::-webkit-scrollbar-thumb:active {
        background: linear-gradient(left, #22ADD4, #1E98BA);
    }

}

/*------------------------------ EO Scroll Bar ------------------------------*/

/*------------------------------ Overwriting Default Wordpress Theme ---------------------------------*/

h1:before,
h2:before {
    display: none !important;
}

.entry .entry-content > *,
.entry .entry-summary > *,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
    margin: 0px !important;
    max-width: none !important;
}

header.entry-header {
    display: none;
}

footer.entry-footer {
    display: none;
}

/*------------------------------ EO Overwriting Default Wordpress Theme ---------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
body .uwy{
    z-index: 99 !important;
}
@media only screen and (min-width: 601px) {
    .logged-in .primary-header.am-fixed-header.scrollUp {
        top: 32px !important;
    }

}

/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/

/*-----Scroll Bar ------*/
@media only screen and (min-width: 981px) {
    html {
        --scrollbarBG: #EEEEEE;
        --thumbBG: #4F4d81a3;
    }

    body {
        scrollbar-color: var(--thumbBG) var(--scrollbarBG);

    }

    body::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    body::-webkit-scrollbar-thumb {
        /* background-color: var(--thumbBG) ;
         border: 3px solid var(--scrollbarBG);*/

        background-color: #c1c1c1;
        border-right: 4px solid var(--scrollbarBG);
        border-left: 4px solid var(--scrollbarBG);
        box-sizing: border-box;
    }

    body::-webkit-scrollbar-thumb:hover {
        /*background-color: #232162 !important;*/
        background-color: var(--primary-color) !important;
        border-right: 4px solid var(--scrollbarBG);
        border-left: 4px solid var(--scrollbarBG);
        box-sizing: border-box;
    }
    body::-webkit-scrollbar-thumb:active {
        background-color: #181744;
        border-right: 4px solid var(--scrollbarBG);
        border-left: 4px solid var(--scrollbarBG);
        box-sizing: border-box;
    }

    /*Buttons*/

    ::-webkit-scrollbar-button:single-button {
        background-color: #EEEEEE;
        display: block;
        border-style: solid;
        height: 20px;
        width: 20px
    }

    /*Up*/

    ::-webkit-scrollbar-button:single-button:vertical:decrement {
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent transparent transparent;
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/up-arrow.svg");
        background-position: center 3px;
        background-repeat: no-repeat;
        background-size: 10px;
        width: 10px;
    }

    ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/up-arrow.svg");
    }

    ::-webkit-scrollbar-button:single-button:vertical:decrement:active {
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/up-arrow-dark.svg");
        background-size: 10px;
    }
    /*Down*/

    ::-webkit-scrollbar-button:single-button:vertical:increment {
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent transparent transparent;
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/down-arrow.svg");
        background-position: center 4px;
        background-repeat: no-repeat;
        background-size: 10px ;
        width: 10px;
    }

    ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/down-arrow.svg");
    }

    ::-webkit-scrollbar-button:vertical:single-button:increment:active {
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/down-arrow-dark.svg");
        background-size: 10px;
    }
}
/*----- EO Scroll Bar for Avion ------*/

/*------------------------------Secondary Header--------------------------------*/

.secondary-header {
    background-color: var(--primary-color);
}

.secondary-header,
.secondary-header a{
    color: #ffffff;
}

/*------------------------------EO Secondary Header--------------------------------*/

/*---------------------------------- Mega Menu ---------------------------------------------*/

.menu .main-nav > li ul.mega-menu{
    padding: 20px;
    left: auto;
    right: auto;
    position: absolute;
    display: none;
    text-shadow: none;
    -webkit-box-shadow: 0px 5px 10px #bbbbbb;
    -moz-box-shadow: 0px 5px 10px #bbbbbb;
    box-shadow: 0px 5px 10px #bbbbbb;
    background-color: var(--light-grey);
    border-top: 4px solid var(--secondary-color);
}

.mega-menu-columns .mega-menu-row li {
    padding: .66em;
    box-sizing: border-box;
}

.mega-menu-columns .mega-menu-row {
    margin: 0px;
    padding: 0px;
    clear: both;
    overflow: hidden;
    max-width: inherit;
}

.mega-menu-columns .mega-menu-row li .title-item {
    display: block;
}

/*---------------------------------- EO Mega Menu ---------------------------------------------*/

/*------------------------------Primary Header Desktop--------------------------------*/

.menu ul li a {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1100px) {
    /*  .primary-header .container {
          min-width: 1100px;
      }*/
}

.mega-menu-columns .mega-menu-row li .title-item {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.menu .main-nav > li > ul.mega-menu > li {
    width: 100%;
    padding: 6px 0px;
    margin: 0;
}
.menu .main-nav > li.mega-menu-width ul.mega-menu > li > a {
    border-bottom: 0px;
}
.menu .main-nav > li.mega-menu-width ul.mega-menu > li,
.menu .main-nav > li.mega-menu-width ul.mega-menu {
    padding: 0px;
    margin: 0px;
}
@media only screen and (min-width: 981px) {
    body:not(.am-fixed-header) .menu .main-nav > li > a{
        padding-bottom: 28px;
    }
    .menu .main-nav > li > a{
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 981px) {

    .mega-menu-columns .mega-menu-row li .title-item{
        font-size: 10px;
    }

}

@media only screen and (max-width: 1100px) and (min-width: 981px) {

    .menu .main-nav > li > a{
        font-size: 10.5px;
    }
    .menu .main-nav > li.has-children > a::before {
        top: .9em !important;
    }

}

/*--------------------------Mobile Menu Button-----------------------*/

#btn-menu:focus {
    outline: inherit;
}

#btn-menu {
    width: 43px;
    height: 43px;
    display: block;
    float: right;
    padding: 8px 8px;
    background: var(--secondary-color);
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    top: 25px;
}

#btn-menu .sr-only {
    display: none;
}

#btn-menu .icon-bar {
    display: block;
    width: 85%;
    height: 3px;
    background: #fff;
    margin: 4px 2px;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

#btn-menu.btn-close .icon-bar:first-of-type {
    transform: rotate(45deg) translate(3px,4px);
}

#btn-menu.btn-close .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg) translate(10px,-15px);
    transform-origin: right center;
}

#btn-menu.btn-close .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.post-mobile-menu {
    display: none;
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.contact-link-mobile {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    color: #fff!important;
    background-color: #e02127;
    padding: 5px 25px;
}

@media only screen and (min-width: 981px) {

    .menu .main-nav > li ul.mega-menu {
        top: -1000px;
        display: block;
    }

    .show-only-mobile {
        display: none!important;
    }

    #btn-menu {
        display: none;
    }
}

@media only screen and (max-width: 980px) {

    .post-mobile-menu{
        display: block;
    }

}

@media only screen and (max-width: 480px) {

    #btn-menu{
        width: 45px;
        height: 45px;
        padding: 10px 8px;
        top: 25px;
    }

}

/*-------------------------EO Mobile Menu Button-----------------------*/

.menu .main-nav > li.mega-menu-width ul.mega-menu{
    /*max-width: none;*/
    width: calc(var(--site-width) + 75px);
    padding-left: 30px;
    padding-right: 33px;
    right: -35px;
}

body.all-control-menu{
    overflow: hidden;
}

.header-group{
    position: relative;
    z-index: 999;
}

@media only screen and (min-width: 981px) {
    .menu .main-nav > li.mega-menu-width ul.mega-menu{
        max-width: none;

    }

    .main-nav li button {
        display: none;
    }

    .menu .main-nav > li:hover > a::after{
        opacity: 1 !important;
        transition-delay: 0.2s;
    }

    .menu #main-nav > li.has-children:hover > a::after{
        opacity: 1;
    }
    .menu .main-nav > li:hover ul.mega-menu{
        /* display: block;
         box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);*/

        visibility: visible;
        opacity: 1;
        z-index: 30;
        top: 100%;
        transition-delay: 0.2s;
    }
    .menu .main-nav > li.item-contact ul.mega-menu{
        width: 300px;
        right: 0;
        left: auto;
    }
    .menu .main-nav > li ul.mega-menu{
        width: 180px;
    }
    .mega-menu-columns .mega-menu-row li {
        display: inline-block;
        width: 16.666%;
        float: left;
    }
    .mega-menu-columns .mega-menu-row.second-row li {
        width: 20%;
    }
    .menu .main-nav > li{
        display: inline-block;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 981px){
    .menu .main-nav > li > a{
        padding: 12px 3px;
    }
    .menu .main-nav > li.has-children > a::before{
        top: .8em;
    }
    .menu .main-nav > li.has-children > a {
        padding-right: 2.2em;
    }
}

@media only screen and (min-width: 1501px) {
    /*.menu .main-nav > li.mega-menu-width ul.mega-menu {
        width: calc(1400px + 60px);
        padding-left: 45px;
       padding-right: 35px;
        margin-left: -30px;
      }*/
}

@media only screen and (min-width: 1750px) {
    .menu .main-nav > li.mega-menu-width ul.mega-menu {
        width: 1460px;
        right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1360px) and (min-width: 981px) {
    .menu .main-nav > li.mega-menu-width ul.mega-menu {
        width: calc(var(--site-width-large) + 75px);
        padding-left: 30px;
        padding-right: 30px;
        right: -35px;
    }
    .header-group .container{
        width: var(--site-width-large);
    }
}
@media only screen and (max-width: 1280px) and (min-width: 981px) {
    .menu .main-nav > li.mega-menu-width ul.mega-menu {
        width: calc(var(--site-width-large) + 30px);
        padding-left: 12px;
        padding-right: 12px;
        right: -12px;
    }

}
@media only screen and (max-width: 1061px) and (min-width: 981px) {
    .menu .main-nav > li.mega-menu-width ul.mega-menu {
        padding-left: 10px;
        padding-right: 10px;
        right: -10px;
    }

}

@media only screen and (min-width: 981px) {

    span.line-break-mobile:after {
        content: '|';
        margin-left: 5px;
    }
    span.line-break-mobile:last-of-type:after {
        content: none;
    }

}

@media only screen and (max-width: 980px) {

    .menu .main-nav > li.mega-menu-width ul.mega-menu{
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        right: 0;
        width: 100% !important;
        max-width: inherit;
    }
    .menu .main-nav > li ul.mega-menu{
        width: 100% !important;
        max-width: inherit;
    }
    /*.menu ul{
      background: #e8e8e8 !important;
    }*/
    #logo{
        padding: 15px 0px 10px 0px;
    }
    .primary-header::before{
        content: '';
        position: absolute;
        top: 98px;
        width: 100%;
        height: 4px;
        background-color: var(--secondary-color);
        z-index: 9999;
    }

    .main-nav li{
        position: relative;
    }
    .main-nav > li{
        margin: 0px;
    }
    .main-nav > li > a {
        padding: 15px;
        border-bottom: 1.5px solid #888888;
        color: #00205c;
        font-weight: bold !important;
        font-size: 22px;
    }
    .main-nav .active-parent-current{
        border-bottom: 1.5px solid #888888;
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
    .main-nav>li:last-child.active-parent-current>a{
        border-bottom: 1.5px solid #888888;
    }
    .main-nav .active-parent-current + li{
        margin-top: 0px;
    }
    .main-nav li button:focus{
        outline: inherit;
    }
    .main-nav li button {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 15px;
        background: none;
        border: none;
        border-radius: 0px;
        width: 44px;
        height: 44px;
        top: 10px;
        margin: auto;
        right: 20px;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        transform: none;
        color: #666666;
        z-index: 9999;
    }

    .main-nav li button i::before{
        font-family: eleganticons;
        content:"\4c";
        speak: none;
        font-weight: 700;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-size: 22px;
        display: inline-block;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }
    .main-nav li button.active-button i::before{
        transform: rotate(45deg);
    }
    .main-nav>li:last-child>a{
        border-bottom: 0px;
        box-shadow: none;
    }
    .menu .main-nav{
        padding: 25px;
    }

    .menu .main-nav > li.has-children > a::before,
    .menu .main-nav > li.has-children > a::after{
        display: none;
    }

    .menu .main-nav > li.has-children > a::after{
        top: 12px;
        right: 7px;
    }
    body:not(.am-fixed-header) #page.open-menu-items .header-group{
        position: fixed;
        min-height: 100%;
        width: 100%;
        z-index: 999999999999;
        overflow: scroll;

    }
    body:not(.am-fixed-header) #page.open-menu-items .primary-header{
        position: absolute !important;
        height: fit-content;
        overflow: visible;
    }

    #page.open-menu-items .primary-header{
        position: fixed !important;
        -moz-transition: all .4s ease-in !important;
        -o-transition: all .4s ease-in !important;
        -webkit-transition: all .4s ease-in !important;
        transition: all .4s ease-in !important;
        overflow: auto;
        min-height: 100%;
    }

    body:not(.am-fixed-header) #page.open-menu-items .primary-header .menu{
        top: 101px;
    }
    .menu .main-nav > li> ul.mega-menu>li a{
        padding-left: 5px;
        padding-bottom: 0px;
    }

    .menu .main-nav > li ul.mega-menu{
        position: relative;
        padding-top: 0px;
        padding-bottom: 0px;
        border: 0px !important;
        box-shadow: initial;
        left: inherit !important;
        width: auto !important;
    }
    .mega-menu-columns .mega-menu-row li figure img{
        width: auto;
    }
    .shadow-mobile{
        position: absolute;
        width: 25px;
        height: 25px;
        right: 0px;
        top:5px;
        z-index: 99;
    }
    .secondary-menu{
        display: none;
    }
    .secondary-header .container, .primary-header .container {
        width: 85%;
        max-width: 1080px;
        margin: auto;
        padding-right: 0px;
        padding-left: 0px;
        position: static;
    }
    .icon-mobile{
        display: block;
    }
    .menu{
        width: 0%;
        height: fit-content;
        overflow: hidden;
        position: absolute;
        left: 100%;
        top: 101px;
        bottom: 0;
        z-index: 500;
        box-shadow: inset 0 10px 10px -8px rgba(0,0,0,.1);
        background: #e8e8e8;
        -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
        padding-top: 0px;
        z-index: 9999;
    }
    .menu.open{
        left:0;
        width: 100%;
    }

    .menu .main-nav > li{
        float: none;
        position: relative;
    }
    .menu .main-nav > li > a{
        position: relative;
        display: block;
        padding: 15px;
    }
    span.line-break-mobile {
        display: block;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

}

@media only screen and (max-width: 768px) {
    /*.menu{
        width: 100%;
    }*/
    .main-nav > li > a {
        font-size: 20px;
    }
    #header .hdr-tools .container{
        width: 95%;
        max-width: inherit;
    }

    .wrapper-service-box{
        padding-left: 30px;
    }
}
@media only screen and (max-width: 480px) {
    #logo{
        width:250px;
    }
    .main-nav li button {
        right: 10px;
        padding: 5px;
        width: 30px;
        height: 30px;
        top: 16px;
    }
    /*.menu{
      width: 100%;
     }*/
    .main-nav > li > a {
        font-size: 20px;
    }
    .list-services-box ul li{
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 375px) {

    #logo{
        width: 200px;
    }
}

@media only screen and (max-width: 320px) {
    .secondary-header .container,
    .primary-header .container {
        width: 90%;
    }
}

/*------------------------------EO Section Header --------------------------------*/

/*---------------------------Upscroll Header---------------------------*/

.primary-header.am-fixed-header.scrollUp{
    position: fixed !important;
    top: 0px !important;
    -moz-transition: all .4s ease-in !important;
    -o-transition: all .4s ease-in !important;
    -webkit-transition: all .4s ease-in !important;
    transition: all .4s ease-in !important;

}
.primary-header.am-fixed-header.scrollDown{
    position: absolute !important;
    top: -120px !important;
    -moz-transition: all .4s ease-in !important;
    -o-transition: all .4s ease-in !important;
    -webkit-transition: all .4s ease-in !important;
    transition: all .4s ease-in !important;
}
.primary-header.am-fixed-header{
    position: absolute !important;
    top: -120px !important;
    -moz-transition: all .4s ease-in !important;
    -o-transition: all .4s ease-in !important;
    -webkit-transition: all .4s ease-in !important;
    transition: all .4s ease-in !important;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;

}
.primary-header.am-fixed-header.scrollUp #logo {
    width: 200px;
    padding: 0px;
    top: 27px;
}
.primary-header.am-fixed-header.scrollUp #btn-menu {
    top: 7px;
}
@media only screen and (min-width: 981px) {
    .large-container{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
    .primary-header.am-fixed-header.scrollUp .menu {
        padding-top: 13px;
    }

}
@media only screen and (max-width: 980px) {
    .primary-header.am-fixed-header .space-header-mobile{
        top: 0px;
        height: 72px;
    }
    .primary-header.am-fixed-header.scrollUp #logo{
        top: 0px;
    }
     .primary-header.am-fixed-header #logo img{
        height: 4em;
    }
    .primary-header.am-fixed-header.scrollUp::before{
        top: 72px;
    }
    .primary-header.am-fixed-header.scrollUp #btn-menu{
        top:14px;
    }
     .primary-header.am-fixed-header.scrollUp .icon-mobile{
        margin-top: 23px;
    }
    .primary-header.am-fixed-header.scrollUp{
        border-bottom: 0px;
    }
    .primary-header.am-fixed-header .menu{
        top: 76px;
    }
}

/*---------------------------EO Upscroll Header---------------------------*/

/*------------------------------ BO General -------------------------------------*/

@media only screen and (max-width: 980px) {

    div[class*="two-column-full-width"] p.pre-h {
        margin-top:20px;
    }
    .menu ul.main-nav {
        width: 85%;
        margin: 0px auto;
    }

}

/*------------------------------ EO General -------------------------------------*/

/*------------------------------ Category CSS --------------------------------------*/

.archive #content{
    margin: auto;
    width: 100%;
}
.archive #primary{
    width: 100%;
    padding: 40px 60px;
}

.archive #main{
    width: 100%;
    padding: 40px 60px;
    max-width: 1400px;
    margin: auto;
}
.archive #main article{
    width: 45%;
    margin: 19px;
    background: #f2f2f2;
    padding: 30px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
}

.archive .page-header {
    padding: calc(3% + 60px) calc(3 * 1rem) !important;
    text-align: center;
    background-color: var(--primary-color);
    margin: 0 !important;
}

.archive .page-header .page-title {
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: var(--primary-font);
}

.archive .page-header .page-title .page-description {
    margin-top: 18px;
    line-height: 110%;
    font-size: 63px;
    font-family: var(--secondary-font);
    color: #FFF;
}

.archive .pagination{
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px){
    .archive #main article{
        width: 44%;
    }
}

@media only screen and (max-width: 980px){
    .archive #primary #main {
        padding: 0;
    }

    .archive #primary{
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 768px){
    .archive article {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 425px){
    .archive .page-header {
        padding: calc(3% + 60px) calc(1 * 1rem) !important;
    }
    .archive .page-header .page-title .page-description{
        font-size: 45px;
    }
}
@media only screen and (max-width: 325px){
    .alignleft {
        margin-right: 0rem;
    }
}

.pagination .nav-links > a{
    color: var(--primary-color);
    text-decoration: none;
}

.pagination .nav-links  .page-numbers.dots:hover{
    background-color: transparent;
    color: var(--dark-grey);
}

.pagination .nav-links  .page-numbers.current{
    background-color: var(--light-grey);
    color: var(--primary-color);
}

.pagination .nav-links .page-numbers:hover{
    background: var(--primary-color);
    color: var(--light-grey);
}

.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers{
    line-height: initial;
    padding-top: 20px;
    display: flex;
    text-decoration: none;
}

.pagination .nav-links .prev.page-numbers:hover,
.pagination .nav-links .next.page-numbers:hover{
    background-color: transparent;
    color: var(--primary-color);
}

.pagination .nav-links .prev.page-numbers .svg-icon,
.pagination .nav-links .next.page-numbers .svg-icon{
    opacity: 0;
}

.pagination .nav-links .prev.page-numbers:hover .svg-icon,
.pagination .nav-links .next.page-numbers:hover .svg-icon{
    opacity: 1;
}

.pagination .nav-links {
    margin-left: 0;
    padding: 0;
    margin: auto;
    width: fit-content;
}
.archive .pagination,
.blog-post-mention .pagination{
    margin-top: 20px;
}

@media only screen and (max-width: 767px){
    .pagination .nav-links .prev.page-numbers .svg-icon,
    .pagination .nav-links .next.page-numbers .svg-icon {
        opacity: 1;
    }

    .pagination .nav-links .prev.page-numbers,
    .pagination .nav-links .next.page-numbers{
        padding: calc(.5 * 1rem);
    }
}
/*------------------------------ ---------------------------------------------------*/
/*------------------- Slide Testimonials css----------------*/
.slick-active .testimonial-box{
    background-color: #ccc;
}
.testimonial-box {
    padding: 20px;
    background-color: white;
    background-position: bottom;
    border-radius: 0;
}

.testimonial-box > p{
    /*    overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;*/
    padding-bottom:initial;
    font-size: calc(1em - 2px);
}
.testimonial-box > h3{
    padding: 5px 0px;
}
.testimonial-box a.toggle-read-more{
    display: none;
    font-size: calc(1em - 2px);
}

.entry .entry-content .wp-block-separator, .entry .entry-content hr{
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
}
.no-padding-top-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}
.section-slide-testimonials{
    padding-bottom: 100px;
}
.section-slide-testimonials .slick-prev::before, .section-slide-testimonials .slick-next::before{
    display: none;
}

.section-slide-testimonials .slick-prev.slick-arrow{
    left: 0px;
    z-index: 9999999;
    top: 10px;
    margin: auto;
    height: calc(100% - 40px);
    transform: initial;
    position: absolute;
    width: 130px;
}

.section-slide-testimonials .slick-next.slick-arrow{
    right: 0px;
    z-index: 9999999;
    top: 10px;
    margin: auto;
    height: calc(100% - 40px);
    transform: initial;
    position: absolute;
    width: 130px;
}

.section-slide-testimonials .slick-next,
.section-slide-testimonials .slick-prev{
    width: 10%;
    padding: 0px;
}

@media (hover: hover) and (pointer: fine){
    .section-slide-testimonials .slick-next {
        cursor: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/SVG/Next.svg?v=1.2") 60 30, e-resize;
    }

    .section-slide-testimonials .slick-prev {
        cursor: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/SVG/Prev.svg?v=1.2") 0 30, w-resize;
    }
}

.section-slide-testimonials .slick-slide{
    padding: 10px;
    transition: all 300ms ease;
    transform: scale(1);
    opacity: 0.5;
    cursor: grab;
    position: relative;
}
.section-slide-testimonials .slick-slide.dragg{
    cursor: grabbing;

}

.section-slide-testimonials .slick-slide.slick-center,
.section-slide-testimonials .slick-slide.slick-center + .slick-slide,
.section-slide-testimonials .slick-slide.back-center{
    transform: scale(1);
    opacity: 1;
}

.section-slide-testimonials .slick-slide[aria-hidden="false"]{
    transform: scale(1);
    opacity: 1;
}

/* slide when active (when play last to first) */
.section-slide-testimonials .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]  {
    transform: scale(1);
    opacity: 1;
}

.testimonials-list-box{
    margin: auto !important;
    padding: 0px 0px 20px 0px;
    max-width: calc(var(--site-max-width) + 200px) ;
}

.testimonials-list-box .slick-slide img{
    margin: auto;
}
.section-slide-testimonials .slick-list.draggable{
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.section-slide-testimonials .slick-slide li {
    padding: 55px 50px;
    background-color: #f2f2f2;
    border-radius: 20px;
    position: relative;
}
.section-slide-testimonials .slick-dots{
    max-width: inherit;
}
.section-slide-testimonials.row-slick-carousel {
    max-width: 100% !important;
    width: 100%;
    display: block;
}

.section-slide-testimonials.row-slick-carousel .am-column-1-1{
    padding-left: 0px;
    padding-right: 0px;
}
.section-slide-testimonials .slick-arrow{
    background: transparent !important;
}

div.ruler-ticks.ruler-ticks-center:after{
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
    margin-top: -20px;
}

.slick-dots li button{
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 13px;
    border: 2px solid var(--primary-color);
    opacity: 1 !important;
    position: relative;

}

.slick-dots li button::before{
    content:'';
    background-color: var(--primary-color);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    opacity: 0 !important;

}

.slick-dots li button:hover::before{
    opacity: 1 !important;
}
.slick-dots li.slick-active button{
    background-color: var(--primary-color);
}

.woocommerce-product-gallery img{
    width: 100%;
}

.flex-control-nav.flex-control-thumbs{
    padding-left: 0;

}

.flex-control-nav.flex-control-thumbs > li{
    margin-right: 5px;
}

.woocommerce-product-gallery > .flex-viewport{
    height: auto !important;
}

.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-list.draggable {
    padding-left: 40px!important;
    padding-right: 40px!important;
    padding-top: 20px !important;
}
.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-prev,
.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-next{
    width: 40px !important;
}

.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-slide{
    transform: scale(1) !important;
    margin-top: 0px !important;
    opacity: 1 !important;
}
.section-sidebar-testimonials{
    margin-top: 55px;
}

@media only screen and (min-width: 1601px){
    .section-slide-testimonials .slick-next.slick-arrow{
        /*background: -prefix-linear-gradient(left, transparent, white) !Important;*/
        /*background: linear-gradient(to right, transparent, white) !Important;*/
        background: rgb(204,204,204)!Important;
        background: linear-gradient(90deg, rgba(204,204,204,0) 0%, rgba(255,255,255,1) 100%)!Important;
    }

    .section-slide-testimonials .slick-prev.slick-arrow{
        /*background: -prefix-linear-gradient(right, transparent, white) !Important;
        background: linear-gradient(to left, transparent, white) !Important;*/
        background: rgb(204,204,204)!Important;
        background: linear-gradient(-90deg, rgba(204,204,204,0) 0%, rgba(255,255,255,1) 100%)!Important;

    }

    .section-slide-testimonials .slick-list.draggable {
        padding-right: 140px !important;
        padding-left: 140px !important;
    }

}
@media only screen and (max-width: 1600px){
    .section-slide-testimonials .slick-list.draggable {
        padding-right: 170px !important;
        padding-left: 170px !important;
    }
}
@media only screen and (max-width: 1200px){
    .section-slide-testimonials .slick-prev, .section-slide-testimonials .slick-next {
        width: 150px;
    }
}
@media only screen and (max-width: 980px){
    .section-slide-testimonials .slick-list.draggable {
        padding-right: 250px!important;
        padding-left: 250px!important;
    }
    .section-slide-testimonials .slick-slide {
        padding: 20px 5px;
    }
}
@media only screen and (max-width: 768px){
    .section-slide-testimonials .slick-list.draggable {
        padding-right: 100px!important;
        padding-left: 100px!important;
    }
}
@media only screen and (max-width: 500px){
    .section-slide-testimonials .slick-list.draggable {
        padding-right: 40px!important;
        padding-left: 40px!important;
    }
}
@media only screen and (max-width: 480px){
    .section-slide-testimonials .slick-slide.slick-center + .slick-slide, .section-slide-testimonials .slick-slide {
        /*transform: scale(0.8);*/
        opacity: 1;
    }

    .section-slide-testimonials .slick-prev, .section-slide-testimonials .slick-next {
        width: 40px;
    }

}
/* -----------------------------------------EO Slide Testimonials css------------------*/
/* ------------------ BO Gradient Layout on Hero ------------------*/

div[class*="overlay-section"] {
    position: relative;
}
div[class*="overlay-section"]:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;
}
div[class*="overlay-section"] > * {
    z-index: 2 !important;
    position: relative;
}
.overlay-section-color:before {
    background: var(--primary-color);
}
.overlay-section-dark:before{
    background: var(--dark-grey);
}

/* ------------------ EO Gradient Layout on Hero ------------------*/

/* ------------------ Single Custom Block CSS ------------------*/

.hero-blog.single-post{
    padding-top: 0;
    padding-bottom: 0;
}

.hero-blog.single-post > .am-row{
    width: 100%;
}

.hero-blog.single-post > .am-row .am-column-1-2:nth-child(1){
    width: 90%;
    margin: auto;
    padding: 40px;
}

.single-post .site-content ul:not(.highlights ul){
    padding-left: 40px;
    padding-bottom: 35px;
}

.single-post .definition-block{
    border-left: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    width: 70%;
    margin: auto !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;

}
.single-post .dark-box-blog {
  background-color: var(--primary-color);
  padding: 10px 20px;
  margin: 20px 0px;
}
.single-post .dark-box-blog p {
  font-weight: 700;
  padding: 15px 20px;
  font-style: italic;
  color: #fff;
}
.single-post .definition-block > h3{
    padding: 10px 30px;
    text-align: center;
}

.single-post .definition-block .text-definition{
    padding: 10px 30px;
    width: 102%;
    background-color: #FFF;
    margin-left: -1%;
}

.single-post .definition-block .title-definition{
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 480px) {
    .single-post .entry-content .definition-block{
        width: 90%;
    }
}

.single-post .highlights{
    width: 90%;
    margin: auto !important;
    margin-top: 50px !important;
    margin-bottom: 40px !important;
    position: relative;
}

.single-post .highlights h3{
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 0;
    padding-left: 5px;
}

.single-post .highlights ul{
    max-width: 100%;
}

.single-post .highlights:before,
.single-post .highlights:after{
    content: "";
    position: absolute;
}

.single-post .highlights:before{
    width: 300px;
    height: 58px;
    border-top: 2px solid var(--primary-color);
    border-left: 2px solid var(--primary-color);
    top: -20px;
    left: -15px;
}

.single-post .highlights:after{
    width: 300px;
    height: 58px;
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    bottom: 0;
    right: -15px;
}

.single-post .pull-quote{
    width: 70%;
    margin: auto !important;
    margin-top: 60px !important;
    margin-bottom: 40px !important;
    position: relative;
}

.single-post .pull-quote h4{
    text-transform: capitalize;
}

.single-post .pull-quote:before{

    content: "\201c";

    position: absolute;

    left: -59px;

    width: 50px;

    height: 50px;

    text-align: center;

    font-size: 80px;

    line-height: 1;

    top: -35px;

    color: var(--primary-color);

}

.single-post .pull-quote:after{

    content: "";

    position: absolute;

    height: 2px;

    background-color: var(--primary-color);

    width: 50%;

    top: -17px;

}

.single-post .table-of-contents{

    padding: 20px 0;

    position: relative;

    width: 90%;

    margin: auto !important;

    margin-top: 10px !important;
    margin-bottom: 30px !important

}

.single-post .table-of-contents h4{

    padding-bottom: 0;

}

.single-post .table-of-contents ul{

    list-style: none;

}

.single-post .table-of-contents ul > li {

    position: relative;

}

.single-post .table-of-contents ul > li p{

    padding-bottom: 0;

    width: fit-content;

    text-decoration: underline;

    text-decoration-color: var(--primary-color);

}

.single-post .table-of-contents ul > li > span{

    position: absolute;

    left: -25px;

    color: var(--primary-color);

    font-size: 17px;

}

.single-post .table-of-contents .am-row{

    width: 100%;

}

.single-post .table-of-contents .am-row .am-column-1-2{

    padding: 0;

}

.single-post .table-of-contents:after{

    content: '';

    position: absolute;

    width: 100%;

    height: 5px;

    background-color: var(--primary-color);

}

.single-post .comparison-block{
    margin: 30px 0px 60px 0px !important;
}
.single-post .comparison-block h4{
    color: #fff!important;
    padding-bottom: 0;

}
.single-post .comparison-block h4.title-cons{
    background: #C65647!important;
    text-align: center;
}
.single-post .comparison-block h4.title-pros{
    background: #58B171!important;
    text-align: center;
}
.single-post .comparison-block .am-row .am-column-1-2{
    padding: 0;
}
.single-post .comparison-block ul.list-pros, .single-post .comparison-block ul.list-cons {
    padding: 20px 20px 20px 20px!important;
}
.single-post .comparison-block .am-row .am-column-1-2 > div{
    border: 1px solid #666;
    margin: 10px;
    box-shadow: 0px 0px 3px #666;
    height: 100%;
}
.single-post .comparison-block ul{
    margin: 0 0 0 20px;
    list-style: square;
    padding-bottom: 0;
}
.single-post .comparison-block ul li{
    line-height: 1.4;
    position: relative;
    list-style: none;
}
.single-post .comparison-block ul.list-pros li:before{
    content: "\5a";
    left: -24px;
    font-weight: 700;
    position: absolute;
    font-family: 'ElegantIcons';
}
.single-post .comparison-block ul.list-cons li:before{
    content: "\51";
    left: -24px;
    font-weight: 700;
    position: absolute;
    font-family: 'ElegantIcons';
}
.single-post .comparison-block .title-pros,
.single-post .comparison-block ul.list-pros li:before{
    color: #58B171;
}
.single-post .comparison-block .title-cons,
.single-post .comparison-block ul.list-cons li:before{
    color: #C65647;
}

.single-post div.inline-cta {
    margin: 20px 0 !important;
    padding: 20px;
    text-align: center;
    background-color: var(--light-grey);
}
.single-post div.inline-cta + .blog-pre-h{
    padding-top: 25px;
}
.single-post div.inline-cta + h2,
.single-post div.inline-cta + h3{
    padding-top: 20px;
}

.inline-cta .am-button-1{
    display: block;
    position: relative;
    text-align: center;
}
.inline-cta .am-button-1:after{
    top: 6px;
}

.single-post div.tip-block{
    padding: 20px;
    background-color: var(--light-grey);
    text-align: left;
    position: relative;
    width: 90%;
   margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;

}
.single-post div.tip-block + .blog-pre-h{
    padding-top: 25px;
}
.single-post div.tip-block + h2,
.single-post div.tip-block + h3{
    margin-top: 0px;
    padding-top: 20px;
}

.tip-block h4{

    padding-bottom: 0;
    color: var(--primary-color);
    position: relative;
    padding-left: 30px;

}

.tip-block h4:after{

    content: "\e082";
    position: absolute;
    font-family: "ElegantIcons";
    top: 0;
    color: var(--primary-color);
    font-size: 25px;
    left: -5px;
}
.single-post .blog-pre-h {
    color: var(--secondary-color);
    font-size: 1.2em;
    font-weight: 800;
    padding-bottom: 0px;
    padding-top: 15px;
    text-transform: uppercase;
}
.single-post .blog-pre-h + h2,
.single-post .blog-pre-h + h3 {
    margin-top: 0px !important;
}
.single-post div.article-sources{

    padding: 20px;

    position: relative;

    width: 90%;

    margin: auto !important;

    margin-top: 20px !important;

    margin-bottom: 20px !important;

}

.article-sources h4{

    color: var(--primary-color);

    width: fit-content;

    position: relative;

    cursor: pointer;

}

.article-sources h4:before{

    content: "\50";

    position: absolute;

    font-family: "ElegantIcons";

    right: -35px;

    top: -1px;

    font-size: 24px;

}

.next-element-toggle.open:before{

    content: "\4f";

}

.article-sources ul{

    list-style: none;

}

.article-sources ul li{

    position: relative;

    line-height: 1.5;

}

.article-sources .nro{

    position: absolute;

    left: -25px;

}

.article-sources .text-underline{

    text-decoration: underline;

}

.cite-article {

    padding-right: 30px;
    margin: 40px 0 !important;

}

.cite-article .cite-content{

    width: fit-content;

    position: relative;

    margin-left: auto;

    margin-right: 0;

}

.cite-article .cite-content .am-window{

    display: none;
    position: absolute;
    border: 1px solid;
    margin-top: 24px;
    z-index: 5;
    width: 390px;
    overflow-wrap: break-word;
    text-align: left;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 233, 233);
    border-image: initial;
    padding: 20px;
    right: 0;

}

.cite-article .cite-content .am-window .close-window{

}

.cite-article .cite-content .am-window .close-window svg{

    width: 18px;

    position: absolute;

    right: 30px;

}

.cite-article .cite-content .am-window:before,

.cite-article .cite-content .am-window:after{

    content: "";

    position: absolute;

    bottom: 100%;

    right: 0px;

    margin-right: 27px;

    border-style: solid;

}

.cite-article .cite-content .am-window:before{

    right: -2px;

    border-color: transparent transparent rgb(233, 233, 233);

    border-width: 12px;

}

.cite-article .cite-content .am-window:after{

    border-color: transparent transparent rgb(255, 255, 255);

    border-width: 10px;

}

.cite-article .cite-content .am-window > ul{

    list-style: none;

    padding: 0;

    margin: 0;

}

.cite-article .cite-content .toggle-window{

    text-decoration: none;
    font-weight: 700;
    position: relative;
    background-color: var(--light-grey);
    padding: 15px;
    padding-right: 40px;

}

.cite-article .cite-content .toggle-window:after{

    content: "\7c";
    position: absolute;
    font-family: "ElegantIcons";
    right: 10px;
    font-size: 20px;
    top: 7px;

}

.cite-article .cite-content .toggle-window:hover:after{

    color:var(--primary-color);

}

.cite-article .cite-content .am-window > ul li{

    display: inline-block;

    margin: 0;

    margin-right: 10px;

    margin-bottom: 10px;

}

.cite-article .cite-content .am-window > ul li a{

    text-transform: uppercase;

    text-decoration: none;

    font-weight: 700;

}

.cite-article .cite-content .am-window > ul li a:hover{

    color: var(--primary-color);

}

.cite-article .cite-content .am-window > ul li a.tab-selected{

    color: var(--primary-color);

    font-weight: 700;

}

.cite-article .am-window .content-tab{

    display: none;

}

.cite-article .am-window .content-tab.show{

    display: block;

    margin-top: 4px;

}

.cite-article .am-window h5{

    padding: 0;

    margin: 0;

    text-transform: uppercase;

    font-size: 13px;

}

.cite-article .am-window button{

    font-weight: 700;

    background-color: rgb(233, 233, 233);

    text-transform: uppercase;

    color: rgb(51, 51, 51);

    height: 48px;

    border-width: initial;

    border-style: none;

    border-color: initial;

    border-image: initial;

    outline: 0px;

    overflow: hidden;

    border-radius: initial;

}

.cite-article .am-window button:hover{

    background-color: var(--primary-color);

    color: #FFF;

}
.single-post .authority-bio{
    width: 90%;
    margin: auto !important;
    position: relative;
    align-items: center;
    background-color: var(--light-grey);
    padding: 40px 25px;
    padding-left: 120px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.single-post .authority-bio .thumb{
    position: absolute;
    width: 120px;
    height: 120px;
    left: -30px;
    padding: 3px;
    background-color: var(--light-grey);
    border: 1px solid var(--secondary-color);
}

.single-post .authority-bio h3{
    padding-bottom: 0;
}
.single-post .authority-bio h4{
    color: var(--secondary-color);
    opacity: 0.5;
    font-style: italic;
}
.single-post .authority-bio .strong-text{
    color: var(--primary-color);
    font-weight: 700;
}

.single-post .authority-bio.without-photo{
    padding-left: 25px;
}

@media only screen and (max-width: 480px) {
    .single-post .definition-block{
        width: 90%;
    }
}

/* ------------------ EO Single Custom Block CSS ------------------*/

/*------------------------------ BO Blog --------------------------------*/
.blog-post-mention article.am-post {
    float: none;
    display: inline-block;
    width: 49%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 60px;
}
.blog-post-mention a{
    text-decoration: none !important;
}
.am-post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.am-post .entry-featured-image-url img{
    opacity: 0;
}
.pagination {
    clear: both;
}
a.entry-featured-image-url{
    display: block;
    height: 340px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media(max-width:980px){
    .am-posts article{
        min-height: inherit;
    }
}
@media only screen and (max-width: 768px) {
    .blog-post-mention article.am-post {
        width: 100%;
    }
      a.entry-featured-image-url{
        height: auto !important;
    }
}
/*------------------------------ EO blog CSS --------------------------------*/

/* ------------------ Single Custom Block CSS ------------------*/

.hero-single-section{
    padding-top: 0px;
    padding-bottom: 0px;
}
.hero-single-section h1{
    color: var(--primary-color);
    font-size: 2.25em;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: none;
}
.content-single-section h2{
    font-weight: 600;
    font-size: 2.2em;
    line-height: 140%;
    margin: 0 0 0.2em !important;
    padding: 10px 0px 0px 0px;
}

.am-row.hero-single{
    position: initial;
}
.hero-single{
    justify-content: space-between;
}
.hero-single .mention-information{
    padding: 10px 0px;
}

.hero-single .mention-information span{
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}

.hero-single h1,
.hero-single .entry-title{
    margin: 0 !important;
    padding:  0 !important;
}

.hero-single .sub-section.head-line-news.divider-line{
    margin-top: 15px;
    padding-top: 15px !important;
}

.hero-single > .am-column-1-2:nth-child(1){
}
.hero-single > .am-column-1-2:nth-child(2){
    background-repeat: no-repeat;
    margin: auto !important;
}

@media only screen and (min-width: 981px) {
    .hero-single > .am-column-1-2:nth-child(2){
        position: initial;
        width: 580px;
        min-height: 580px;
        margin-right: 28px;
    }
    .hero-single-section{
        background: var(--light-grey);
    }
}

@media only screen and (max-width: 980px) {
    .content-single-section{
        padding-top: 0px;
    }
    .hero-single-section{
        text-align: center;
        padding-top: 50px;
    }
    .hero-single{
        flex-direction: column;
    }
    .hero-single > .am-column-1-2{
        width: 100% !important;
    }

    .hero-single > .am-column-1-2:nth-child(1){
        padding-right: 0;
    }
    .hero-single > .am-column-1-2:nth-child(2){
        padding: 0 !important;
        background-image: inherit !important;
    }

}

/* ------------------ EO Single Custom Block CSS ------------------*/

/*--------------form Alchemy------------*/
.form-alchemy-section br,
.form-alchemy-section p:empty,
.form-alchemy-section .wpcf7-not-valid-tip {
    display: none;
}
.form-alchemy-section .am-content-form {
    display: flex;
}
.form-alchemy-section .am-content-form>.form-column-1-1 {
    width: 100%;
}
.form-alchemy-section .am-content-form>.form-column-1-2 {
    width: 48.5%;
    position: relative;
}
.form-alchemy-section .am-content-form>.form-column-1-2:nth-child(even) {
    margin-left: 3%;
}
.form-alchemy-section .am-content-form>.form-column-1-3 {
    width: 32%;
}
.form-alchemy-section .am-content-form>.form-column-1-3:nth-child(even) {
    margin: 0 2%;
}
.form-alchemy-section select {
    background-image: url('/wp-content/themes/Alchemy Child Theme/img/Arrow-down.svg') !important;
    background-position: 96% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
}
.form-alchemy-section input,
.form-alchemy-section select,
.form-alchemy-section textarea {
    border: solid 1px var(--dark-grey) !important;
    color: #333 !important;
    width: 100%;
    padding: 15px 20px;
    border-radius: 3px;
    box-shadow: none !important;
    padding-right: 2em;
    line-height: 1.8;
    font-size: 15px;
    box-sizing: border-box;
     -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.form-alchemy-section textarea {
    min-height: 90px;
    height: 90px;
    overflow: hidden;
    line-height: 1.3;
}
.form-alchemy-section input[type='submit'] {
    padding: .5em 0 !important;
    border-radius: initial;
    border-bottom: none;
}
.form-alchemy-section .content-input input:focus,
.form-alchemy-section .content-input textarea:focus {
    padding-top: 25px;
    padding-bottom: 5px;
    box-shadow: none !important;
}
.form-alchemy-section input[type="text"]:focus,
.form-alchemy-section input[type="tel"]:focus,
.form-alchemy-section input[type="email"]:focus,
.form-alchemy-section textarea:focus {
   outline: solid 3px var(--third-color);
   outline-offset: 3px;
}
.form-alchemy-section .icon-checked-2 {
    font-size: 1.563em;
    position: absolute;
    color: #5eba7d;
    left: -30px;
    top: 6px;
}
.form-alchemy-section .content-input {
    position: relative;
    margin-bottom: 1em;
}
.form-alchemy-section .icon-checked-3 {
    font-size: 1.2em;
    position: absolute;
    color: #5eba7d;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.form-alchemy-section .icon-warning {
    font-size: 1.2em;
    position: absolute;
    color: #ff6600;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.form-alchemy-section .title-input {
    position: absolute;
    color: #333;
    z-index: 1;
    padding: 0;
    font-size: 0.6em;
    display: none;
    top: 8px;
    -webkit-animation-name: moveit2;
    -webkit-animation-duration: .1s;
    animation-name: moveit2;
    animation-duration: 0.1s;
    left: 20px;
    font-weight: bold;
}
.form-alchemy-section .focus-on {
    display: block;
    top: 8px;
    font-size: 0.8em;
}
.form-alchemy-section .icon>span,
.form-alchemy-section .icon-checked-2 {
    display: none;
}
@-webkit-keyframes moveit2 {
    from {
        top: 20px;
    }
    to {
        top: 8px;
    }
}
@keyframes moveit2 {
    from {
        top: 20px;
    }
    to {
        top: 8px;
    }
}
.form-alchemy-section ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8e8e8e !important;
}
.form-alchemy-section :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8e8e8e !important;
}
.form-alchemy-section ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8e8e8e !important;
}

.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item,
.form-alchemy-section .wpcf7-radio .wpcf7-list-item {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-left: 0px;
}
.form-alchemy-section .wpcf7-radio .wpcf7-list-item label {
    display: block;
}
.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item input,
.form-alchemy-section .wpcf7-radio .wpcf7-list-item input {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    top: calc((100% / 2) - 9px);
    padding: 0;
}
.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item span,
.form-alchemy-section .wpcf7-radio .wpcf7-list-item span {
    display: block;
    color: var(--medium-grey);
    vertical-align: middle;
}
.form-alchemy-section .am-button-3 {
    color: #fff !important;
}

.form-alchemy-section form.wpcf7-form .am-content-form-submit input.wpcf7-submit{
   display: none;
}
.form-alchemy-section form.wpcf7-form .am-content-form-submit .wpcf7-spinner {
   vertical-align: middle;
    background-color: var(--primary-color);
    position: absolute;
    left: calc(50% + 120px);
    top: calc(50% - 12px);
    margin:0 10px;
}
.form-alchemy-section form.wpcf7-form .am-content-form-submit .wpcf7-spinner::before{
   background-color:var(--secondary-color);
}
.am-content-form-submit .am-button-1{
   opacity: 1 !important;
}

@media only screen and (max-width:600px) {
    .form-alchemy-section .am-content-form>.form-column-1-1,
    .form-alchemy-section .am-content-form>.form-column-1-2,
    .form-alchemy-section .am-content-form>.form-column-1-3 {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .form-alchemy-section .am-content-form {
        display: block;
    }
}

@media only screen and (max-width:480px) {
   .form-alchemy-section form.wpcf7-form .am-content-form-submit .wpcf7-spinner{
      left: calc(50% + 100px);
   }
}
/*--------------eo form Alchemy------------*/

.page-template-meeting{
   --grey_color: #9A9BA0;
   background-color: #0c0c0e;
   color: #fff;
}
.page-template-meeting .site-content{
   padding-top: 0;
}
.page-template-meeting p, .page-template-meeting li{
	color: #ffffffd6!important;
}
/*.page-template-meeting strong{
	color: #fff!important;
}*/
.page-id-196 h1 {
    font-size: 40px!important;
    line-height: 52px;
    margin-top: 0px;
}
.page-id-196 p.pos-h {
    font-size: 32px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}
.page-id-49 a.am-button-1, .page-id-196 a.am-button-1, .page-id-161 a.am-button-1, .page-id-253 a.am-button-1, .page-id-290 a.am-button-1, .page-id-319 a.am-button-1, .page-id-346 a.am-button-1, .page-id-376 a.am-button-1, .page-id-402 a.am-button-1, .page-id-423 a.am-button-1, .page-id-444 a.am-button-1, .page-id-454 a.am-button-1, .page-id-472 a.am-button-1, .page-id-539 a.am-button-1 {
    background-color: #F6C01D;
}
.page-id-49 #contact-form-footer, .page-id-49 #contact-form-hero, .page-id-196 #contact-form-footer, .page-id-196 #contact-form-hero, .page-id-161 #contact-form-footer, .page-id-161 #contact-form-hero, .page-id-253 #contact-form-footer, .page-id-253 #contact-form-hero, .page-id-290 #contact-form-footer, .page-id-290 #contact-form-hero, .page-id-319 #contact-form-footer, .page-id-319 #contact-form-hero, .page-id-346 #contact-form-footer, .page-id-346 #contact-form-hero, .page-id-376 #contact-form-footer, .page-id-376 #contact-form-hero, .page-id-402 #contact-form-footer, .page-id-402 #contact-form-hero, .page-id-423 #contact-form-footer, .page-id-423 #contact-form-hero, .page-id-444 #contact-form-footer, .page-id-444 #contact-form-hero, .page-id-454 #contact-form-footer, .page-id-454 #contact-form-hero, .page-id-472 #contact-form-footer, .page-id-472 #contact-form-hero, .page-id-539 #contact-form-footer, .page-id-539 #contact-form-hero{
    width: fit-content;
    max-width: 100%;
    margin: 35px auto;
    border: 5px solid #F6C01D;
    border-radius: 40px;
    overflow: hidden;
}
.comparison-table .wrapper-grid-table > div:first-child {
    border: 2px solid #F6C01D;
}

.comparison-table .wrapper-grid-table > div:first-child > div {
    font-weight: 700;
    font-size: 22px;
}
.comparison-table .wrapper-grid-table > div:nth-last-child(2) {
    border-top: 2px solid #F6C01D;
    margin-top: 6px;
    padding-top: 6px;
}
.comparison-table .wrapper-grid-table > div:first-child {
    border: 2px solid #F6C01D !important;
    border-radius: 3px;
}
.page-template-meeting h1,
.page-template-meeting p,
.page-template-meeting h2,
.page-template-meeting h4,
.page-template-meeting h3,
.page-template-meeting li,
.page-template-meeting a {
   color: #fff;
}

.page-template-meeting .header-group,
.page-template-meeting footer{
   display: none;
}

.page-template-meeting h1, .page-template-meeting h2{
   font-size: 45px;
   line-height: 52px;
}

.page-template-meeting ul{
   padding-left: 15px;
   text-align: left;
}
.page-template-meeting ul li{
   line-height: 25px;
}
.page-template-meeting .am-row{
   max-width: 1400px !important;
   margin: auto;
   padding-right: 25px;
   padding-left: 25px;
   width: 100%;
}
.page-template-meeting .am-row > .am-column-1-1{
   padding: 0;
}

.page-template-meeting .am-row.small-container{
   max-width: 780px !important;
}
.page-template-meeting h1 span, .pos-h span{
    color: #F6C01D;
}
.video-container{
    border: 10px solid #fff;
    border-radius: 10px;
}
.page-template-meeting .am-row.fullwidth-container{
   max-width: 100% !important;
}

.wrapper-text-video{
   --wrapper_width_text: 550px;
   --wrapper_width_video: 1;
   gap:50px;
}
.wrapper-text-video video{
   display: flex;
    aspect-ratio: 1080 / 700;
    object-fit: contain;
    width: 100%;
    position: relative;
    background-color: rgb(29, 30, 32);
    border-radius: calc(1.48148%) / calc(2.28571%);

}
.wrapper-text-video > div{
   position: relative;
}

@media only screen and (max-width: 1800px) and (min-width: 1101px){
   .page-template-meeting .wrapper-text-video{
      max-width: 100% !important;
      padding-left: 30px;
      padding-right: 30px;
      align-items: center;
   }
   .wrapper-text-video{
      gap:100px;
   }
}
@media only screen and (max-width: 1400px) and (min-width: 1101px){
   .wrapper-text-video{
      gap:50px;
      --wrapper_width_text: 450px;
   }
   .wrapper-text-video h2{
      font-size: 35px;
   }
}

@media only screen and (min-width:1101px) {
   .wrapper-text-video > div:nth-child(1){
      width: var(--wrapper_width_text);
   }
   .wrapper-text-video > div:nth-child(2){
      flex: var(--wrapper_width_video);
   }
   .wrapper-text-video-reverse > div:nth-child(1){
      width:auto;
      flex: var(--wrapper_width_video);
   }
   .wrapper-text-video-reverse > div:nth-child(2){
      width: var(--wrapper_width_text);
      flex: none;
   }
}
@media only screen and (min-width:1801px) {
   .page-template-meeting .wrapper-text-video{
      max-width: 1800px !important;
   }
   .wrapper-text-video{
      --wrapper_width_text: 700px;
      align-items: center;
      gap:100px;
   }
}

@media only screen and (min-width:2500px) {
   .page-template-meeting .wrapper-text-video{
      max-width: 2300px !important;
   }
   .wrapper-text-video{
      --wrapper_width_text: 900px;
      gap:150px;
   }
}

@media only screen and (max-width:1100px) {
   .wrapper-text-video{
      display: flex;
   }
   .wrapper-text-video-reverse{
      flex-direction: column;
   }
   .wrapper-text-video:not(.wrapper-text-video-reverse){
       -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
   }
   .wrapper-text-video>div:nth-child(1){
      margin-bottom: 25px;
   }
   .wrapper-text-video>div{
      width: 100%;
   }
   .page-template-meeting .am-section{
      padding-top: 25px;
      padding-bottom: 25px;
   }
}

.form-book-live{
   background-color: rgba(255,255,255, 0.2);
   border-radius: 15px;
   padding: 25px;
   margin-top: 20px;
   margin-bottom: 20px;
}
.form-book-live h4{
   text-transform: capitalize;
   padding-bottom: 5px;
}
.form-book-live img{
   margin-bottom: 25px;
   margin-top: 25px;
   width: 100%;
}
.form-book-live h4 + p{
   color: var(--grey_color);
}
.form-book-live p.info-privacy, .form-book-live p.info-privacy a{
   font-size: 14px;
   color: var(--grey_color);
}
.tool-for-section .am-column-1-1>span{
   display: block;
   font-size: 22px;
   line-height: 30px;
   color: var(--grey_color);
   margin-bottom: 7px;
}
.tool-for-section .am-column-1-1>span strong{
   color: #ffffff;
}

p.pos-h{
   font-size: 22px;
}
.hero-page-section p.pos-h{
   margin-bottom: 12px;
   margin-top: 12px;
}
.wrapper-text-video p.pos-h{
   margin-bottom: 10px;
   margin-top: 10px;
   font-weight: 700;
}
.box-profile{
   display: flex;
   gap: 20px;
   align-items: center;
    margin-top: 25px;
   padding-top: 25px;
   border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.box-profile>div:nth-child(1){
   width: 50px;
}
.box-profile>div:nth-child(2){
   flex: 1;
   line-height: 25px;
}
.box-profile>div:nth-child(2) span{
   font-weight: bold;
}
.box-profile>div:nth-child(2) p{
   color:var(--grey_color);
   padding-bottom: 0;
   font-weight: 400;
}

.box-profile>div:nth-child(3){
   width: 50px;
}
.box-profile img{
   border-radius: 50%;
}
@media only screen and (max-width:480px) {
   .box-profile{
      display: block;
      text-align: center;
   }
   .box-profile>div{
      margin-left: auto;
      margin-right: auto;
   }
   .box-profile>div:nth-child(2){
      margin-bottom: 10px;
      margin-top: 10px
   }
}

.box-detail-testimonial > a{
   text-decoration: none !important;
}
.box-detail-testimonial{
   background-color: #000000;
   border-radius: 15px;
   border: 1px solid rgba(255, 255, 255, 0.2);
   padding: 25px;
}
.box-detail-testimonial blockquote{
   padding-left: 0;
   margin: 0;
   border-left: 0;
   line-height: 25px;
    letter-spacing: 0rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
blockquote > p {
    margin: 0 0 0rem!important;
	font-style: italic;
}
.box-slide-linear .slick-track .slick-slide>div{
   padding-left: 10px;
   padding-right: 10px;
}

.wrapper-grid-table>div{
   display: flex;
}
.wrapper-grid-table>div>div{
   border: 1px solid rgba(255, 255, 255, 0.2);
    vertical-align: top;
    color: #fff;
   padding: 15px 10px;
   flex: 1;
}
.comparison-table div span{
   font-size: 12px;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0rem;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.comparison-table div.secondary,
.comparison-table div.secondary{
   color: rgba(255, 255, 255, 0.5);
}
.comparison-table div.negative{
   color: rgb(239, 83, 80);
}
.comparison-table div.positive{
   color: rgb(70, 208, 143);
}
.wrapper-grid-table>div:first-child > div:first-child{
   border-top-left-radius: 10px;
}
.wrapper-grid-table>div:last-child > div:last-child{
   border-bottom-right-radius: 10px;
}
.wrapper-grid-table>div:first-child > div:last-child{
   border-top-right-radius: 10px;
}
.wrapper-grid-table>div:last-child > div:first-child{
   border-bottom-left-radius: 10px;
}

@media only screen and (max-width:550px) {
   .wrapper-grid-table>div>div{
      padding-left: 5px;
      padding-right: 5px;
      font-size: 15px;
   }

}
@media only screen and (max-width:375px) {
   .comparison-table div span{
      display: none;
   }
   .wrapper-grid-table>div>div{
      font-size: 13px;
   }
}

.container-logo a{
   display: block;
   max-width: 170px;
   margin: auto;
   margin-bottom: 25px;
}
.container-logo a img{
   display: block;
   max-width: 100%;
}

@media only screen and (max-width:480px) {

   .page-template-meeting h2, .page-template-meeting h1{
      font-size: 45px;
      line-height: 45px;
   }
   p.pos-h, .tool-for-section .am-column-1-1>span{
      font-size: 20px;
   }
}
@media only screen and (max-width: 767px) {
.video-container {
    border: 5px solid #fff;
	padding: 5px;
}
   .wrapper-grid-table > div > div:nth-child(2) {
       display: none;
   }
   .wrapper-grid-table > div {
       display: grid;
       grid-template-columns: 1fr 1fr 1fr;
   }
}
.btn-box-section{
   padding-top: 30px;
   padding-bottom: 30px;
}
.percent-box-section{
   padding-top: 20px;
   padding-bottom: 20px;
}
.row-featured-service{
   text-align: center;
}
.row-featured-service>div{
   display: flex;
   flex-direction: column;
   gap:6px;
   align-items: center;
}
.row-featured-service>div>*{
   padding-bottom: 0;
}
.row-featured-service h4{
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.75rem;
    letter-spacing: 0rem;
    background: linear-gradient(90deg, rgb(255, 225, 180) 2.37%, rgb(255, 189, 89) 99.82%) text;
    -webkit-text-fill-color: transparent;
   text-transform: initial;
}
.row-featured-service span{
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0rem;
    color: rgba(255, 255, 255, 0.5);
}

.info-book-testimonial{
   display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 3.5rem 2rem;
}
.block-detail-testimonial{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 1rem;
    max-width: 27rem;
    border-radius: 1.5rem;
    background: linear-gradient(rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    max-width: 500px;
    margin: auto;
    width: 100%;
}
.block-detail-testimonial img{
    border-radius: 1000rem;
    width: 2.5rem;
    height: 2.5rem;
}
.block-detail-testimonial p{
   padding-bottom: 0;
}
.block-detail-testimonial span{
   background: linear-gradient(rgb(245, 203, 137) 15.12%, rgb(202, 139, 80) 81.4%) text;
   -webkit-text-fill-color: transparent;
}

.trusted-logos-list{
   display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 20px 0;
    max-width: 100%;
}

.trusted-logos-list img{
    object-fit: contain;
    opacity: 0.5;
}
.trusted-by-section h2{
   font-size: 20px;
   opacity: 0.5;
}

.reviews-section{
   --grid-max-width: 1200px;
   --grid-margin: 40px;
   --grid-columns: 12;
   --grid-gutter: 24px;
   --graphite-800: #141315;
   --border: rgba(255,255,255,0.1);
   --icon-secondary: rgba(255,255,255,0.5);
   --text-primary: #f2f1f2;
   --text-secondary:rgba(255,255,255,0.5);
}
.reviews-container{
   width: 100%;
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    gap: var(--grid-gutter);
    box-sizing: border-box;
    align-items: start;
    transition: background-color .5s ease, color .5s ease, border-color .5s ease, box-shadow .5s ease, filter .5s ease;
}
.review-card{
   background: var(--graphite-800);
    border: .5px solid var(--border);
    border-radius: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    min-height: 280px;
    text-decoration: none !important;
    color: inherit;
    cursor: pointer;
    position: relative;
    grid-column: span 4;
}
.review-social-icon{
   position: absolute;
    bottom: 24px;
    right: 24px;
    width: 20px;
    height: 20px;
    color: var(--icon-secondary);
    opacity: .8;
    pointer-events: none;
}
.review-quote{
   font-size: 16px;
    line-height: 1.5;
    color: var(--text-primary);
    letter-spacing: -.2px;
    margin: 0;
    font-weight: 400;
}
.review-meta{
   display: flex;
    align-items: center;
    gap: 12px;
}
.review-avatar{
   width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}
.review-person{
   min-width: 0;
    flex: 1 1 auto;
    padding-right: 28px;
    line-height: 20px;
}
.review-name{
   font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: -.2px;
}
.review-title{
   font-size: 14px;
    color: var(--text-secondary);
    letter-spacing: -.1px;
    margin-top: 2px;
    padding-bottom: 0;
}

.review-name, .review-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cta-footer-section{
   --redesign-swoosh:url("https://book.ro.am/wp-content/uploads/2026/08/swoosh.svg");
}

.footer-cta-inner{
   position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left !important;
    gap: 32px;
    border-radius: 0;
    padding: 64px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-color: #0000001a;
}
.footer-cta-inner::before{
   content: "";
    position: absolute;
    inset: 0;
    mask-image: var(--redesign-swoosh), linear-gradient(90deg, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-repeat: no-repeat, no-repeat;
    mask-position: -200px -200px, center;
    mask-size: auto 300%, 100% 100%;
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    opacity: .15;
    pointer-events: none;
    z-index: 0;
    background-color: #000;
    opacity: .08;
}

.footer-cta-lead{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    min-width: 0;
}
.footer-cta-icon{
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
}
.footer-cta-text{
   display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
}
.page-template-meeting .footer-cta-title{
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.6px;
    margin: 0;
    text-transform: uppercase;
    text-wrap: balance;
    color:#333333 !important;
}
.page-template-meeting .footer-cta-sub{
    margin: 0;
    max-width: 52ch;
    text-wrap: balance;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.32px;
    color: #666666 !important;
}
.cta-row{
       display: flex;
    gap: 12px;
    margin-top: 8px;
}
 .page-id-81 .wrapper-text-video>div img, .page-id-161 .wrapper-text-video>div img{
   width: 100%;
}
@media only screen and (max-width:1100px) {
   .page-id-81 .wrapper-text-video{
      gap:25px;
   }
}

@media only screen and (max-width: 1024px) {
   .review-card{
      grid-column: span 6;
   }
}
@media only screen and (max-width: 768px) {
   .review-card{
      grid-column: span 12;
      min-height: 230px;
   }
   .footer-cta-inner {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
        padding: 24px !important;
    }
        .footer-cta-lead {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }
    .page-template-meeting .footer-cta-sub{
      padding-bottom: 0;
    }

}
.row-list-slide{
   overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    opacity: 0.5;
}
.row-list-slide .slick-slide img{
   margin: auto;
   vertical-align: middle;
}
.enterprise-hero-section .hero-description {
   max-width: 780px;
   margin: 18px auto 0;
}
.enterprise-narrow-copy {
   max-width: 900px;
   margin-left: auto;
   margin-right: auto;
}
.testimonial-sec{
   background: #181818;
   padding: 25px!important;
   border-radius: 10px;
}
.eyebrow {
   text-transform: uppercase;
   letter-spacing: .08em;
   font-size: 18px;
   font-weight: 700;
   opacity: .65;
   padding-bottom: 0px;
}
.enterprise-intro-section,
.enterprise-presence-section,
.enterprise-closing-section,
.enterprise-table-section,
.enterprise-comparison-section,
.enterprise-quote-section {
   padding-top: 90px;
   padding-bottom: 90px;
}
.enterprise-featured-quote {
   font-size: clamp(18px, 3vw, 22px);
   line-height: 1.2;
   margin: 0 auto 24px;
   max-width: 980px;
   border: 0;
   padding: 0;
}
.enterprise-quote-meta {
   margin-bottom: 0;
}
.enterprise-comparison-card {
   max-width: 1120px;
   margin: 0 auto;
   padding: 56px;
   border: 1px solid rgba(127,127,127,.22);
   border-radius: 28px;
}
.enterprise-flow-grid {
   display: grid;
   grid-template-columns: repeat(2,minmax(0,1fr));
   gap: 22px;
   margin: 42px 0;
}
.enterprise-flow-column {
   padding: 30px;
   border-radius: 20px;
   background: rgba(127,127,127,.08);
}
.enterprise-flow-column-highlight {
   background: rgba(191,151,74,.12);
}
.enterprise-flow-column p {
   margin-bottom: 0;
}
.enterprise-flow-column span {
   opacity: .45;
   display: inline-block;
   padding: 0 3px;
}
.enterprise-comparison-bottom {
   max-width: 760px;
   margin: 0 auto;
}
.enterprise-knock-list {
   margin-top: 22px;
}
.enterprise-knock-list p {
   margin: 8px 0;
}
.enterprise-table-heading {
   max-width: 800px;
   margin: 0 auto 40px;
}
/* ==============================
   ROAM COMPARISON TABLE
============================== */

.enterprise-table-wrap {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
}

.enterprise-comparison-table {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse;
    background: transparent !important;
}

.enterprise-comparison-table thead,
.enterprise-comparison-table tbody,
.enterprise-comparison-table tr {
    background: transparent !important;
}

.enterprise-comparison-table th,
.enterprise-comparison-table td {
    width: 50%;
    padding: 20px 24px;
    text-align: left;
    vertical-align: middle;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
}

/* Table headings */
.enterprise-comparison-table th {
    font-size: 20px;
    font-weight: 700;
}

/* Force first header to stay dark */
.enterprise-comparison-table thead th:first-child {
    background: transparent !important;
}

/* Subtle highlight for "With Roam" */
.enterprise-comparison-table thead th:last-child,
.enterprise-comparison-table tbody td:last-child {
    background: rgba(203, 173, 105, 0.06) !important;
}

/* Divider between columns */
.enterprise-comparison-table th + th,
.enterprise-comparison-table td + td {
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
}

/* Remove final horizontal divider */
.enterprise-comparison-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

/* Override alternating row styles from theme */
.enterprise-comparison-table tbody tr:nth-child(odd),
.enterprise-comparison-table tbody tr:nth-child(even),
.enterprise-comparison-table tbody tr:nth-child(odd) td:first-child,
.enterprise-comparison-table tbody tr:nth-child(even) td:first-child {
    background: transparent !important;
}

/* ==============================
   MOBILE
============================== */

@media (max-width: 767px) {

    .enterprise-table-wrap {
        border-radius: 16px;
        overflow-x: auto;
    }

    .enterprise-comparison-table {
        min-width: 650px;
    }

    .enterprise-comparison-table th,
    .enterprise-comparison-table td {
        padding: 16px;
        font-size: 14px;
        line-height: 1.45;
    }

    .enterprise-comparison-table th {
        font-size: 17px;
    }
}
.enterprise-closing-emphasis {
   font-size: 1.35em;
}
@media (max-width: 767px) {
   .enterprise-intro-section,
   .enterprise-presence-section,
   .enterprise-closing-section,
   .enterprise-table-section,
   .enterprise-comparison-section,
   .enterprise-quote-section {
      padding-top: 60px;
      padding-bottom: 60px;
   }
   .enterprise-comparison-card {
      padding: 30px 20px;
   }
   .enterprise-flow-grid {
      grid-template-columns: 1fr;
   }
}
.enterprise-hero-stats-section {
   padding-top: 0;
   padding-bottom: 38px;
}
.enterprise-hero-stats {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   max-width: 910px;
   margin: 0 auto;
   border-top: 1px solid rgba(255,255,255,.14);
   border-bottom: 1px solid rgba(255,255,255,.14);
}
.enterprise-hero-stat {
   text-align: center;
   padding: 25px 24px 22px;
}
.enterprise-hero-stat + .enterprise-hero-stat {
   border-left: 1px solid rgba(255,255,255,.14);
}
.enterprise-hero-stat h3 {
   margin: 0 0 10px;
   font-size: 18px;
   line-height: 1.25;
}
.enterprise-hero-stat p {
   margin: 0;
   font-size: 14px;
   opacity: .58;
}
.hide-button{
	display: none!important;
}

@media (max-width: 767px) {
   .enterprise-hero-stats { grid-template-columns: 1fr; }
   .enterprise-hero-stat + .enterprise-hero-stat {
      border-left: 0;
      border-top: 1px solid rgba(255,255,255,.14);
   }
}
/* ==========================================
   TESTIMONIAL CARDS
========================================== */
.testimonial-row {
    display: flex;
    align-items: stretch;
    gap: 24px;
}
.testimonial-row > .am-column-1-2 {
    display: flex;
    width: calc(50% - 12px);
}
.testimonial-card {
    width: 100%;
    min-height: 170px;
    padding: 28px 24px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #111213;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
    margin: 10px 0px 20px 0px;
    box-sizing: border-box;
}
.testimonial-quote {
    margin-bottom: 34px;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
    text-align: left;
}
.testimonial-quote a {
    color: #765cff;
    text-decoration: none;
}
.testimonial-footer {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.testimonial-person {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}
.testimonial-avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-info {
    min-width: 0;
    text-align: left;
}
.testimonial-name {
    margin-bottom: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}
.testimonial-title {
    color: #999;
    font-size: 16px;
    line-height: 1.35;
}
}
@media (max-width: 767px) {
    .testimonial-row {
        display: block;
    }
    .testimonial-row > .am-column-1-2 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .testimonial-row > .am-column-1-2:last-child {
        margin-bottom: 0;
    }
    .testimonial-card {
        min-height: 0;
        padding: 24px 20px 20px;
        border-radius: 20px;
    }
    .testimonial-quote {
        margin-bottom: 28px;
        font-size: 15px;
    }
    .testimonial-footer {
        padding-top: 18px;
    }
    .testimonial-avatar {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }
    .testimonial-name {
        font-size: 16px;
    }
    .testimonial-title {
        font-size: 14px;
    }
}
.am-icon-grid {
   display: grid;
   grid-template-columns: repeat(6, minmax(0, 1fr));
   gap: 30px;
   width: 100%;
   align-items: start;
   text-align: center;
   margin: 25px 0px 30px 0px;
}
.am-icon-grid-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: flex-start;
   min-width: 0;
}
.am-icon-grid-item p {
   margin: 10px 0 0;
}

@media (max-width: 980px) {
   .am-icon-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
   }
}
@media (max-width: 600px) {
   .am-icon-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 25px 15px;
   }
}
.zoom-comparison-table .wrapper-grid-table > div:nth-last-child(2) {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.teams-workflow .teams-way,
.teams-workflow .roam-way {
  position: relative;
  padding-left: 30px;
}

.teams-workflow .teams-way::before,
.teams-workflow .roam-way::before {
  font-family: 'ElegantIcons';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
.teams-workflow .teams-way::before {
  content: "\e051";
  color: #eb6d6d;
}
.teams-workflow .roam-way::before {
  content: "\e052";
  color: #2e9b61;
}
.alternative-comparison {
   width: 100%;
   max-width: 900px;
   margin: 20px auto 50px auto;
   border-radius: 12px;
   overflow: hidden;
   text-align: left;
}

.alternative-comparison-row {
   display: grid;
   grid-template-columns: 1fr 1fr;
   border-bottom: 1px solid #d8d5d53d;
}

.alternative-comparison-row:last-child {
   border-bottom: 0;
}

.alternative-comparison-row > div {
   padding: 10px 22px;
}

.alternative-comparison-row > div + div {
   border-left: 1px solid #d8d5d53d;
}

/* Header */
.alternative-comparison-header > div {
   font-size: 20px;
   font-weight: 700;
   text-align: center;
}

/* Alternative */
.alternative-option {
   position: relative;
   padding-left: 52px !important;
}

.alternative-option::before {
   content: "\e051";
   font-family: "ElegantIcons";
   position: absolute;
   left: 22px;
   top: 10px;
   font-size: 18px;
   color: #eb6d6d;
}
/* Roam */
.roam-option {
   position: relative;
   padding-left: 52px !important;
   font-weight: 500;
}

.roam-option::before {
   content: "\e052";
   font-family: "ElegantIcons";
   position: absolute;
   left: 22px;
   top: 10px;
   font-size: 18px;
   color: #F6C01D;
}

@media (max-width: 767px) {
   .alternative-comparison-row > div {
      padding: 15px;
   }

   .alternative-option,
   .roam-option {
      padding-left: 42px !important;
   }

   .alternative-option::before,
   .roam-option::before {
      left: 15px;
      top: 15px;
   }

   .alternative-comparison-header > div {
      font-size: 17px;
   }
}