/*
 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: "EB Garamond";
    src: url("fonts/EB_Garamond/static/EBGaramond-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "EB Garamond";
    src: url("fonts/EB_Garamond/static/EBGaramond-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "EB Garamond";
    src: url("fonts/EB_Garamond/static/EBGaramond-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EB Garamond";
    src: url("fonts/EB_Garamond/static/EBGaramond-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "EB Garamond";
    src: url("fonts/EB_Garamond/static/EBGaramond-MediumItalic.ttf") format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "EB Garamond";
    src: url("fonts/EB_Garamond/static/EBGaramond-BoldItalic.ttf") format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


@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: 'montserrat', sans-serif;
    --secondary-font: 'Montserrat', sans-serif;
    --third-font: 'EB Garamond', sans-serif;
    --primary-color: #00B090;  
    --secondary-color: #ab7e51;
    --third-color: #f7efd7;
    --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) {

    .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(--third-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(--third-font);
}

h2 {
    font-size: 41px;
    line-height: 140%;
    margin: 0px;
    padding-bottom: 12px;
    color: var(--primary-color);
    font-family: var(--third-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;
}

a.am-button-1 {
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 12px 41px;
    border: none;
}

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 var(--primary-color);
}

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;
}
/*------------------------------ 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;
    min-height: 101vh;
}

.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-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: 30px 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;
        top: 5px;
    }

    /* 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;
}

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;
}*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    -webkit-backface-visibility: hidden;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    padding: 0.36rem 0.66rem;
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 5px;
    border: 2px solid #979696;
    cursor: pointer;
    font-size: 20px;
    color: #797979;
   opacity: 1;
}

#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;
    -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: 1px;
}

#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;
}
    #btn-menu {
        display: none;
    }
@media only screen and (min-width: 981px) {

    .menu .main-nav > li ul.mega-menu {
        top: -1000px;
        display: block;
    }

    .show-only-mobile {
        display: none!important;
    }
}

@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) {

    .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 -------------------------------------*/

.video-section, .video-section .am-column-1-1 {
    padding-block: 0;
}
.video-section video {
    display: block;
    margin-inline: auto;
    width: 400px;
    max-width: 100%;
    /*border: solid 15px var(--third-color);*/
}
/*p.post-video {
    background: var(--third-color);
    text-align: center;
    font-size: 13px;
    padding: 0px 0 15px 0;
    width: 400px;
    max-width: 100%;
    display: block;
    margin-inline: auto;
}*/


@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;
}
.no-padding-bottom {
    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 ------------------*/

/*---------header section------------*/
#logo-box{
   display: block;
   margin:auto;
   max-width: 300px;
}
.header-section{
   display: grid;
   gap: 20px;
   grid-template-columns: repeat(1, minmax(0, 1fr));
   align-items: center;
   justify-content: center;
   text-align: center;
}
.header-wrapper-primary{
   background-color: #000000;
    transition: all 0.5s ease;
   position: absolute;
   top: 0px;
   width: 100%;
}
.header-mobile-section{
   display: flex;
   align-items: center;
   gap: 5px;
   padding: 10px 25px;
   width: 100%;
   max-width: 900px;
   margin: auto;
}
.header-mobile-section>div{
   display: flex;
   align-items: center;
   z-index: 99;
   flex: 1;
}
.header-mobile-section>div:nth-child(1) .logo-mobile{
   max-width: 300px;
   width: 100%;
}
.header-mobile-section>div:nth-child(2){
   justify-content: end;
}
.btn-sample{
    padding: 5px 15px;
    background-color: var(--primary-color);
    color: #fff !important;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 0px black, -1px 1px 0px black, 1px -1px 0px black, -1px -1px 0px black;
    font-family: var(--third-font);
   padding-bottom: 10px;
   line-height: 20px;
   text-decoration: none !important;
}
.btn-phone{
   position: absolute;
    top: auto;
    width: 43px;
    height: 43px;
    padding: 8px;
    background: transparent;
    -webkit-transition: .6s cubic-bezier(.23, 1, .32, 1);
    transition: all .6s cubic-bezier(.23, 1, .32, 1);
    position: relative;
    font-family: ElegantIcons;
    transform: rotate(270deg);
}
.btn-phone::after{
    content: "\e090";
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo-mobile{
   display: flex;
}
.header-wrapper-primary::after{
   content: "";
   position: absolute;
   background-image: url('https://doorstepfloors.com/wp-content/uploads/2024/09/layer3.png?k=ddd');
   width: 100%;
   height: 60px;
   top: 65%;
   background-repeat: no-repeat;
   left: 0;
   background-size: cover;
   background-position: top center;
}
.element-ready-show{
   top: -300px;
}
.hide-header{
  /* opacity: 0;
   pointer-events: none;*/
   top: -300px !important;
}
.customize-header-site{
   padding-top: 61px;
}
body.fixed-menu-customize .header-wrapper-primary{
   z-index: 9999;
   position: fixed;
   top: 0;
}
body.fixed-menu-customize .header-wrapper-primary::after{
   opacity: 0;
}
@media only screen and (min-width: 481px) {
   .header-mobile-section>div:nth-child(2){
      gap:10px;
   }
}
@media only screen and (min-width: 1800px) {
   .header-wrapper-primary::after{
      top: 99%;
   }
}
@media only screen and (min-width: 2500px) {
   .header-wrapper-primary::after{
      background-image: url(https://doorstepfloors.com/wp-content/uploads/2024/09/layer4.png);
      top: 100%;
   }
}
@media only screen and (max-width: 480px) {
   .header-mobile-section{
      padding: 10px;
   }
   
   .head-step.sticky{
      padding-top: 20px !important;
   }
   .header-wrapper-primary::after{
     background-image: url(https://doorstepfloors.com/wp-content/uploads/2024/09/circle-layer2.png);
     height: 50px;
     top: 58%;
   }
}

@media only screen and (max-width: 450px) {
   .btn-sample {
       font-size: 17px;
    }
   
}
@media only screen and (max-width: 375px) {
   .btn-sample {
       padding-left: 10px;
       padding-right: 10px;
       font-size: 15px;
       border-radius: 10px;
    }
}
/*---------eo header section------------*/


/*---------avalability page------------*/
.tab-custom-section{
   padding-top: 25px;
}


body.home .block-list-manual{
   display: block;
   max-width: 700px;
   width: 100%;
   margin: auto;
}

.title-it-work.sticky{
   -webkit-box-shadow: 1px 15px 16px -8px rgba(255,255,255,1);
   -moz-box-shadow: 1px 15px 16px -8px rgba(255,255,255,1);
   box-shadow: 1px 15px 16px -8px rgba(255,255,255,1);
   z-index: 999;
}
.serif-font{
	font-family: var(--third-font);
	font-size: 20px !important;
	text-align: center;
	font-weight: 900;
}

.box-paginator-steps{
   display: grid;
   gap:5px;
   align-items: center;
   position:relative;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   padding-top: 5px;
   padding-bottom: 5px;
   -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; 
}
.box-paginator-steps a{
   padding: 5px 0px;
   color:var(--secondary-color);
   display: flex;
   align-items: center;
   position: relative;
   font-weight: bold;
   text-decoration: none !important;
   justify-content: center;
}
.box-paginator-steps a::after{
    content: '\33';
    font-family: 'ElegantIcons';
    font-size: 1.4em;
    right: 13px;
    -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;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.box-paginator-steps a.load-less-step::after{
   content: '\32';
}
.box-paginator-steps a.end-paginate-step{
   display: none;
}
.summary-toggle-mobile ol{
   padding-left: 15px;
}
.link-form-contact{
   opacity: 1 !important;
   border-radius: 5px;
}
.paginator-fixed-step{
   position: fixed;
   width: 90%;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: #ebe0c1;
   transition: background-color 0.7s ease;
   padding-left: 20px;
   padding-right: 20px;
}

.area-with-read-more{
   position: relative;
}

.toggle-block-secondary{
      background-color: #ebe0c1;
     border-bottom: 3px solid var(--secondary-color);
     box-sizing: border-box;
     margin-bottom: 20px;
     position: relative;
     margin-top: 20px;
}
.block-list-manual .toggle-block-secondary h4{
   background-color: #ebe0c1;
}
.toggle-summary-secondary{
   color: var(--secondary-color) !important;
   text-align: left;
   padding-left: 15px;
   padding-right: 15px;
}
.nested-header-section{
  position: relative; 
}


.block-list-manual h4{
   position: relative;
   text-transform: lowercase;
   font-size: 20px !important;
   font-weight: bold !important;
   line-height: inherit;
   padding-top: 5px;
   padding-bottom: 5px;
   background-color: var(--third-color);
   text-align: center;
   z-index: 99;
   padding-right: 10px;
   padding-left: 10px;
   cursor: pointer;
}
.block-list-manual h4.title-it-work{
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; 
}

.toggle-detail-mobile{
   background-color: var(--third-color);
  border-bottom: 3px solid var(--secondary-color);
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
   -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;  
}
.block-list-manual h4::first-letter {
     text-transform: uppercase;
   }
   .toggle-detail-mobile h4::after{
     content: '\33';
     font-family: "ElegantIcons";
     speak: none;
     font-weight: 700;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     font-style: normal;
     font-size: 25px;
     display: inline-block;
     -moz-transition: all .5s linear;
     -o-transition: all .5s linear;
     -webkit-transition: all .5s linear;
     transition: all .5s linear;
      vertical-align: middle;
      margin-left: 5px;
   }
   .open-toggle-detail-title h4.title-it-work::after{
      transform: rotate(180deg);
   }
  .toggle-title-secondary.sticky{
   z-index: 9999;
  }
   .open-toggle-secondary h4.toggle-title-secondary::after{
      transform: rotate(180deg);
   }
   .summary-toggle-mobile{
      color:var(--secondary-color) !important;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      text-align: left;
   }
   .summary-toggle-mobile >.toggle-block-secondary:last-of-type{
      margin-bottom: 30px;
   }
   .summary-toggle-mobile p, .summary-toggle-mobile ol li, .summary-toggle-mobile ul li{
      color:var(--secondary-color) !important;
      font-size: 17px;
   }
   .open-toggle-detail-title{
      padding-top: 15px;
      padding-bottom: 15px;
   }

body.home .tab-custom-section .am-column-1-1{
   padding-top: 0;
   padding-left: 0;
   padding-right:0;
}

.paginator-absolute-step{
   position: absolute !important;
   bottom: auto !important;
   left: -20px !important;
   top:-20px !important;
}
.summary-toggle-mobile ul{
   max-width: 100%;
   width: 100%;
}
.summary-toggle-mobile ul.list-checkmark-box{
   margin-left: 0;
   padding-left: 30px;
}
ul.list-checkmark-box{
   max-width: 100%;
}
.summary-toggle-mobile ul.checkmarks li::before{
   content: '\4e' !important;
   color: var(--secondary-color);
   font-weight: bold;
   display: block !important;
}

body:not(.home) .tab-custom-section {
   padding-top: 0;
}
body:not(.home) .tab-custom-section .am-column-1-1{
   padding-top: 0;
}

body.parent-pageid-181 .entry-content > .am-section:first-child{
   padding-bottom: 0;
}
body.parent-pageid-181 .entry-content > .am-section:first-child .am-column-1-1{
   padding-bottom: 0;
}
@media only screen and (min-width: 481px) {
  /* .summary-toggle-mobile{
      display: none !important;
   }*/
}
@media only screen and (min-width: 981px) {
   body:not(.home) .box-paginator-steps{
      opacity: 0 !important;
      visibility: hidden;
      pointer-events: none;
      display: none !important;
   }
   body:not(.home) .area-with-read-more>div:not([class]){
      display: block !important;
   }
   body:not(.home) .summary-toggle-mobile p,
   body:not(.home) .summary-toggle-mobile ol li{
      color: var(--dark-grey) !important;
      font-size: 18px;
   }
   body:not(.home) .summary-toggle-mobile{
      padding-left: 0;
      padding-right: 0;
   }
   body:not(.home) .block-list-manual{
      display: block;
   }
   body:not(.home) .toggle-detail-mobile{
      background-color: transparent;
      border-bottom: 0;
   }
   body:not(.home) .block-list-manual .sticky-spacer{
      display: none !important;
   }

   body:not(.home) .block-list-manual h4{
      background-color: transparent;
      color:var(--dark-grey);
      padding-left: 0;
      padding-right: 0;
      text-align: left;
      position: relative !important;
      left: 0!important;
      top: auto !important;
      width: auto !important;
   }

  /* .block-list-manual{
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }*/
}
@media only screen and (min-width: 1300px) {
   /*.block-list-manual{
      grid-template-columns: repeat(4, minmax(0, 1fr));
   }*/
}


@media only screen and (max-width: 980px) {
   body.parent-pageid-181 .entry-content > .am-section:first-child{
      padding-bottom: 20px;
   }  
  /* .block-list-manual{
     display: block;
   }*/
}
@media only screen and (max-width: 480px) { 
   body.home .tab-custom-section .am-row{
      width: 95%;
   }  
   .summary-toggle-mobile ul{
      padding-left: 26px;
   }
   .fixed-visible-work{
      opacity: 1;
      pointer-events: initial;
   }
   
   
   .block-list-manual > div{
      margin-bottom: 10px;
   }
   
  

   
        
}
@media only screen and (max-width: 375px) {
   .box-paginator-steps a {
      font-size: 15px;
   }
}


/*---------eo avalability page------------*/
@media only screen and (max-width: 600px) {
   #wpadminbar{
      display:none;
   }
   html{
      margin-top: 0 !important;
   }
}







.page-id-223 .entry-content>.am-section:first-child{
   padding-bottom: 0px;
}
.page-id-223 .entry-content>.am-section:first-child .am-column-1-1{
   padding-bottom: 20px;
}



.free-samples-text p, .title-box-section h1{
   font-size: 40px;
    font-weight: 600;
    line-height: 100%;
   font-family: var(--third-font);
}
.free-samples-text span, .title-box-section h1 span{
   color: var(--primary-color);
    font-size: 30px;
   line-height: 100%;
}

.title-box-section h1{
    color: var(--dark-grey);
    text-align: center;
    line-height: 45px;
 }
.title-box-section h1 span{
   display: block;
}
.free-samples-text .am-column-1-1, .title-box-section .am-column-1-1{
    padding-left: 0;
    padding-right: 0;
    display: block;
    max-width: 700px;
    width: 100%;
    margin: auto;
}
.title-box-section{
   padding-top: 0;
}
.title-box-section .am-column-1-1{
   text-align: center;
   padding-top: 0;
}

/*-------------gallery-------------*/

.content-tab-section{
   position: relative;
   padding-bottom: 70px;
}

.wrapper-grid{
   display: flex;
   flex-flow: row wrap;
}
.wrapper-grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item, .grid-sizer { width: 25%; }
.grid-item{
    padding:5px;
    box-sizing: border-box;
}
.wrapper-grid a.lightbox{
   display: block;
   line-height: 0;
   padding-bottom: 100%;
}
.wrapper-grid a.lightbox img{
   position: absolute;
    inset: 0px;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.image-box-content{
   overflow: hidden;
}

@media only screen and (max-width:768px){
    .grid-item, .grid-sizer { width: 50%; }
}
@media only screen and (max-width:480px){
   .content-tab-section{
      padding-left: 20px
      padding-right: 20px;
      padding-top: 20px;
   }
   .grid-item, .grid-sizer {
      width: 100%;
      padding-right: 0px;
      padding-left: 0px;
   }
   .grid-item .lightbox img{
      width: 100%;
   }
   .content-tab-wrapper::after{
      content: "";
      width: 100px;
      right: 0px;
      position: absolute;
      height: 100%;
      background: rgb(255, 255, 255);
      background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
      top: 0;
      white-space: nowrap;
      scrollbar-width: thin;
      pointer-events: none;  
   }
   .end-content-scroll::after{
      background: transparent;
   }
}

@media only screen and (max-width:375px){
   .grid-item, .grid-sizer { width: 100%; }
}


/*---loading------*/

.loader {
   color: #fff;
    background-color: var(--primary-color);
    font-size: 18px;
    position: absolute;
    width: 100%;
    max-width: 180px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 10px;
   bottom: 0px;
    left: 0;
    right: 0;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;  
    font-weight: bold;
    border-radius: 5px;
}
.loader:hover{
   opacity: 0.8;
}
.loader:before {
  content: 'Load More';
}

.loader .spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-left-color: #fff;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    left: calc(50% + 60px);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}



/*---------MODAL FORM CUSTOMIZE ---------*/
.gallery-slide-section{
   padding-top: 0;
}
.gallery-slide-section .am-column-1-1{
   padding-top: 0;
}
.modal-image-wrapper{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.95);
    height: 100vh;
    width: 100vw;
    z-index: 999999999;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s backwards;
    align-items: center;
    overflow: auto;
    overflow-y: scroll;
}
.open-modal-box{
    opacity: 1;
    pointer-events: initial;
}
.modal-background{
   width: 100%;
    height: 100%;
    position: absolute;
}
.container-image{
    text-align: center;
    display: block;
    position: relative;
}

.gallery-thumbs .swiper-slide{
    opacity: 1 !important;
}
.block-image-detail{
    max-width:900px;
    width: 90%;
    margin:auto;
    text-align: center;
}
.open-modal-box .block-image-detail{
    animation: animate_form 1s backwards;
}
@-webkit-keyframes animate_form {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@-moz-keyframes animate_form {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes animate_form{
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@-ms-keyframes animate_form{
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@-o-keyframes animate_form{
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
html.active-modal-image body{
    overflow: hidden!important;
    touch-action: none;
}

.gallery-thumbs .swiper-slide {
    width: 100px;
    height: auto;
    text-align: center;
    overflow: hidden;
    opacity: 0.1;
    cursor: pointer;
}
.video-box-modal, .wrapper-image-video, .video-local-box-modal{
    position: relative;
    width: 100%;
    padding-bottom: 66.66%;
    display: block;
}
.wrapper-image-video img{
    object-fit: cover;
    outline-offset: 0px !important;
    outline: inherit !important;
}
.wrapper-image-video img{
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.gallery-block .swiper-container{
    overflow: hidden;
    margin-top: 20px;
}
.gallery-block .gallery-thumbs{
   max-width: 500px;
   margin: auto;
   width: 100%;
   display: block;
   margin-top: 20px !important;
   padding-bottom: 10px;
}

.gallery-thumbs:before,
.gallery-thumbs:after{
    content:'';
    position: absolute;
    width: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.gallery-thumbs::before{
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}
.gallery-thumbs::after{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    right: 0;
}

.gallery-thumbs .swiper-slide{
    border: 3px solid transparent;
    box-sizing: border-box;
    padding: 2px;
}
.gallery-thumbs .swiper-slide-active {
    border: 3px solid var(--dark-grey);
}

.gallery-block .swiper-button-prev, .gallery-block .swiper-button-next{
    opacity: 0;
    visibility: hidden;
    font-family: eleganticons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-image: inherit;
    font-size: 50px;
    opacity: 1;
    color: var(--dark-grey);
}

.gallery-block .swiper-button-prev{
    left: 0px;
}
.gallery-block .swiper-button-next{
    right:0px;
}
.gallery-block .swiper-button-prev::before{
    content: '\3c';
    left: 0;
}
.gallery-block .swiper-button-next::before{
    content: '\3d';
    right: 0;
}
.gallery-block .swiper-button-prev::after, .gallery-block .swiper-button-next::after{
    display: none;
}


.wrapper-image-video-main{
    line-height: 0;
    display: inline-block;
    position: relative;
    max-width: 80%;
}
.wrapper-image-video-main img{
    position: relative;
    max-height: calc(100vh - 150px);
    margin: auto;
    display: block;
    z-index: 9;
}


.gallery-block .prev-modal,
.gallery-block .next-modal{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    margin: auto;
    top:0;
    bottom: 0;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer;
}
.gallery-block .swiper-wrapper .swiper-slide-active .prev-modal,
.gallery-block .swiper-wrapper .swiper-slide-active .next-modal{
    opacity: 1;
    visibility: visible;
}

.gallery-block .prev-modal{
    left: -70px;
}
.gallery-block .next-modal{
    right: -70px;
}

.gallery-block .prev-modal::before,
.gallery-block .next-modal::before{
    content: '\4d';
    font-family: 'ElegantIcons';
    color: var(--dark-grey);
    font-size: 50px;
    position: absolute;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

.gallery-block .prev-modal::before{
    content: '\3c';
    left: 0;
    text-indent: -5px;
}
.gallery-block .next-modal::before{
    content: '\3d';
    right: 0;
}

.icon-close-image:hover{
    opacity: 0.8;
}
.gallery-block .gallery-slider .swiper-slide:not(.swiper-slide-active) .icon-close-image{
    opacity: 0;
    visibility: hidden;
}
.icon-close-image{
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    right: -40px;
    top:0px;
    margin:auto;
    background-color:var(--dark-grey);
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer;
}
.icon-close-image:after{

    width: 30px;
    height: 40px;
    display: inline-block;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
    padding: 0px 0 0 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




.lightbox{
    position: relative;
    display: block;      
}
.lightbox:hover:hover .overlay-cat{
    opacity: 1;
}
.lightbox:hover::before, .lightbox:hover::after{
    opacity: 1;
}
.lightbox::after{
    opacity: 0;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.lightbox::after{
    content: "";
    position: absolute;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background-color: rgba(0,0,0,0.3); */
    background: rgb(0,0,0);
   background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 58%);
    z-index: 2;
}
.loading-modal-slide + .container-image{
   visibility: hidden !important;
   opacity: 0 !important;
}
/* HTML: <div class="loader"></div> */
.loading-modal-slide {
  width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #00B090 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #00B090);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
  margin: auto;
}

@keyframes l13{ 
  100%{transform: rotate(1turn)}
}



@media only screen and (min-width: 981px){
    html.active-modal-image{
        margin-right: 17px;
        padding-right: 16.7999267578125px;
        overflow: hidden!important;
        width: 100%;
    }
}
@media only screen and (min-width: 2000px){
    
    .block-image-detail{
        max-width:1300px;
    }
}

@media only screen and (min-width: 3000px){
    
    .block-image-detail{
        max-width:2000px;
    }
    .wrapper-image-video-main img.horizontal-image{
        min-width: 1500px;
    }
    .wrapper-image-video-main img.vertical-image{
        min-height: 1300px;
    }
    .wrapper-image-video-main{
        max-width: 90%;
    }
}
@media only screen and (min-width: 4000px){
    
    .block-image-detail{
        max-width:3000px;
    }
     .wrapper-image-video-main img.horizontal-image{
        min-width: 2500px;
    }
    .wrapper-image-video-main img.vertical-image{
        min-height: 1500px;
    }
}
@media only screen and (min-width: 5000px){
   
    .block-image-detail{
        max-width:4000px;
    }
     .wrapper-image-video-main img.horizontal-image{
        min-width: 3000px;
    }
    .wrapper-image-video-main img.vertical-image{
        min-height: 2200px;
    }
}
@media only screen and (max-width: 980px){
    .modal-image-wrapper{
        overflow-y: scroll;
    }
}



@media only screen and (max-width: 768px) {
   .block-image-detail{
      max-width: 95%;
   }
   .wrapper-image-video-main{
      max-width: 87%;
   }
   
    .gallery-block .gallery-slider .swiper-slide{
        padding-top: 50px;
    }
    .gallery-block .prev-modal,
    .gallery-block .next-modal{
        width: 30px;
        height: 30px;
    }
    .gallery-block .prev-modal{
        left: -40px;
    }
    .gallery-block .next-modal{
        right: -40px;
    }

    .gallery-block .prev-modal::before,
    .gallery-block .next-modal::before{
        font-size: 30px;
    }

   .icon-close-image{
    top: -40px;
    right: 0;
   }
    
}

@media only screen and (max-width: 480px) {
   
   /* .icon-close-image{
        top: -30px;
        width: 30px;
        height: 30px;
    }
    .icon-close-image::before {
        font-size: 30px;
        line-height: 30px;
    }*/
    .gallery-slider .prev-modal,
    .gallery-slider .next-modal {
      top:auto;
      bottom: -30px;
      opacity: 0 !important;
      pointer-events: none;
    }
    .gallery-slider .prev-modal{
      left: calc(50% - 35px);
    }
    .gallery-slider .next-modal{
      left: calc(50% + 5px);
      right: auto;
    }
    .gallery-slider .swiper-slide{
         padding-bottom:40px; 
    }


    .wrapper-image-video-main{
      max-width: 100%;
    }
    .gallery-block .gallery-thumbs{
      display: none;
    }
   /* .gallery-block .swiper-container{
      overflow: visible;
    }*/
    .wrapper-image-video-main img{
      max-height: initial;
    }
    .block-image-detail{
      max-width: 100%;
      width: 100%;
    }
    .gallery-block .swiper-button-prev,
    .gallery-block .swiper-button-next{
      top: 0;
      bottom: 0;
      height: 100%;
      width: 35px;
      visibility: visible;
      margin: auto;
    }
    .gallery-block .swiper-button-prev{
      left: 0;
    }
    .gallery-block .swiper-button-next{
      right: 0;
    }
    .gallery-block .gallery-slider .swiper-slide{
      padding-bottom: 0;
    }
    .gallery-block .swiper-button-prev::before,
    .gallery-block .swiper-button-next::before{
      display: none;
    }
    .gallery-block .swiper-button-next::after,
    .gallery-block .swiper-button-prev::after{
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 50px );
      display: block !important;
      bottom: 0;
   }
    .gallery-block .swiper-button-next::after{
       background: rgb(255,255,255);
      background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }
     .gallery-block .swiper-button-prev::after{
      background: rgb(255,255,255);
      background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }



    .gallery-block .swiper-slide:not(.swiper-slide-active){
      opacity: 0.4;
    }

}

@media only screen and (max-width: 400px) {
    .gallery-block .prev-modal,
    .gallery-block .next-modal{
        width: 20px;
        height: 20px;
    }
    /*.gallery-block .prev-modal{
        left: -28px;
    }
    .gallery-block .next-modal{
        right: -28px;
    }*/

    .gallery-block .prev-modal::before,
    .gallery-block .next-modal::before{
        font-size: 25px;
        line-height: 30px;
    }
    .gallery-block .close-modal{
        width: 30px;
        height: 30px;
        right: 0;
        top: -30px
    }
    .gallery-block .close-modal::before{
        font-size: 30px;
        line-height: 30px;
    }



    
}
/*---------MODAL FORM CUSTOMIZE ---------*/

.more-links{
	padding-left: 2em;
	font-weight: 600;
}
.more-links a{
   text-decoration: none !important;
}

ul.open-circle-icons li {
    list-style: none;
    padding-top: 5px;
}

ul.open-circle-icons li:before {
    content: '\5b';
    font-weight: 700;
    font-family: ElegantIcons;
    color: #232162;
    position: absolute;
    margin-right: 10px;
    margin-left: -30px;
}
.wrap-detail .detail p {
    padding: 0;
}

/*----Front End------*/
.swatches-item, .modal-image img {
    border-radius: 5px;
}

.wrap-detail h2 {
    margin-left: 7px;
}
.wrap-detail .detail {
    padding: 0 0.5em 1em 0.3em;
}
.material-cost{
  	display:none;
}
.name-collection{
	font-family: var(--third-font);
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	display:none;
}
.collection-name{
  	display:none;
}
@media only screen and (min-width: 980px) {
   .thank-you-template {
      padding:1em;
   }
}
@media only screen and (max-width: 480px) {
    .wrap-detail span {
        margin-left: 50px!important;
    }
    .wrap-detail > h2 {
        text-align: left;
    }
}

/*----------slide photo gallery homepage--------*/
.photo-slide-section{
   padding-top: 0;
   padding-bottom: 0;
}
.photo-slide-section .am-column-1-1{
   padding-left: 0;
   padding-right: 0;
   display: block;
   max-width: 700px;
   width: 100%;
   margin: auto;
}
.photo-slide-section .swiper-pagination{
   top: auto;
   bottom: 20px;
}
.photo-slide-section .slide-photo-list{
   padding-bottom: 50px;
}
.photo-slide-section .swiper-button-next,
.photo-slide-section .swiper-button-prev{
   top: calc(50% - 25px);
   -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
   color: white !important;
}
.photo-slide-section .swiper-pagination-bullet-active{
   background: var(--primary-color);
}
.photo-slide-section .swiper-button-next:after,
.photo-slide-section .swiper-button-prev:after{
   font-size: 30px;
   font-weight: 900;
}
.photo-slide-section .swiper-button-next:hover,
.photo-slide-section .swiper-button-prev:hover{
   opacity: 0.8 !important;
}


@media only screen and (min-width: 481px) {
   .customize-slide-section .image-slide-detail{
      position: relative;
      padding-bottom: 100%;
   }
   .customize-slide-section .image-slide-detail img{
      position: absolute;
      inset:0;
      margin: auto;
      object-fit: cover;
      width: 100%;
      height: 100%;
   }   
}
@media only screen and (max-width: 480px) {
   .photo-slide-section .image-slide-detail{
      position: relative;
      padding-bottom: 100%;
   }
   .photo-slide-section .image-slide-detail img{
      position: absolute;
      inset:0;
      margin: auto;
      object-fit: cover;
      width: 100%;
      height: 100%;
   }
}
/*----------slide photo gallery homepage--------*/

.before-collection{
   color: var(--primary-color);
   font-weight: bold;
   font-size: 20px;
   font-family: var(--third-font);
   text-align: center;
}
.after-collection{
   text-align: center;
}
.sambple-with-arrow{
   min-width: 100px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    vertical-align: middle;
}
.sambple-with-arrow::after{
   content: '\22';
    font-family: 'ElegantIcons';
    -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: 400;
    vertical-align: bottom;
    margin-left: 5px;
}
.top-right-close {
    padding: 3px 5px 1px 5px;
}
.top-left-close {
    padding: 6px 7px 3px 7px;
}

.flooring-samples-section{
   padding-bottom: 30px;
   padding-top: 20px;
}
.flooring-samples-section .am-row{
   gap:25px;
}
.flooring-samples-section .am-row .am-column-1-3{
   padding: 25px 0;
}
.flooring-samples-section .am-row .am-column-1-3 p{
   color: var(--secondary-color);
   font-weight: bold;
   font-family: var(--third-font);
   font-size: 20px;
   line-height: 25px;
}
.flooring-samples-section .am-row .am-column-1-3:nth-child(1) p{
   color: var(--primary-color);
}
.block-flooring-free{
   display: flex;
   gap:12px;
}
.block-flooring-free>div img{
   max-width: 100%;
   margin-top: 5px;
}
.block-flooring-free>div:nth-child(1){
   width: 30px;
}

.block-flooring-free>div:nth-child(2){
   flex: 1;
}
.am-button-customize{
   background-color: var(--primary-color);
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
   transition: all 0.5s;
   line-height: 1.3em;
   font-size: 16px;
}
.am-button-customize::after{
   content: '\22';
  font-family: 'ElegantIcons';
  display: inline-block;
  margin-left: 6px;
}
.am-button-customize:hover{
   opacity: 0.8;
}

@media only screen and (min-width: 981px) {
   .width-default-box{
       max-width: 900px !important;
       width: 100%;
       margin: auto;
   }
}
@media only screen and (min-width: 481px) {
   .flooring-samples-section .am-row .am-column-1-3:nth-child(3) .block-flooring-free>div{
      width: 40px;
   }
}
@media only screen and (max-width: 980px) {
.page-id-660 h1, .page-id-808 h1 {
    font-size: 41px;
}
   .flooring-samples-section .am-row .am-column-1-3{
      padding-top: 0px
   }
}
@media only screen and (max-width: 480px) {
.page-id-803 a.btn-cf-step-customize {
        padding: 10px 15px !important;
        font-size: 14px !important;
    }
}

/*----------progressbar--------------*/
#progressbar {
   margin-bottom: 55px;
    margin-top: 45px;
    padding-left: 0px;
    width: 100%;
    counter-reset: step;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    height: 4px;
    display: flex;
    justify-content:center;
}
#progressbar li {
    list-style-type: none;
    color: #fff;
    text-transform: inherit;
    font-size: 18px;
    width: 20%;
    line-height: 22px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    height: inherit;
    background-color: var(--primary-color);
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    line-height: 35px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: var(--primary-color);
    border-radius: 35px;
    margin: 0 auto 5px auto;
      position: absolute;
    left: 0;
    right: 0;
    top:-17px;
}


#progressbar li.active:before{
    background: #f7931e;
}
#progressbar li.active{
   background-color: var(--primary-color);
}
@media only screen and (max-width: 600px) {
    #progressbar li {
        font-size: 15px;
        line-height: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 400px) {
    #progressbar li {
        font-size: 13px;
        line-height: 17px;
        width: 25%;
    }
}
/*----------progressbar--------------*/

/*-------------form request quote---------*/
.form-alchemy-section{
    max-width: 525px;
    width: 100%;
    display: block;
    margin: auto;
}
.am-content-form-submit p{
    margin-bottom: 0;
}
.am-content-form-submit .content-input{
    text-align: center;
}
.form-alchemy-section .wpcf7 form.sent .wpcf7-response-output{
    border-color: #014e84;
    margin-top: 0;
    margin-left: 0px;
}
.am-content-form label span{
    color:#014e84;
}
.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%;
}
.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/Avada 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 .wpcf7-form input,
.form-alchemy-section .wpcf7-form select,
.form-alchemy-section .wpcf7-form textarea{
    border: solid 1px #c4c4c4 !important;
    color: #333 !important;
    border-bottom: none;
    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;
    text-align: left;
    -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 input.have_text_input,
.form-alchemy-section textarea.have_text_input{
    padding-top: 25px !important;
    padding-bottom: 5px !important;
}

.form-alchemy-section textarea{
    min-height: 90px;
    height: 90px !important;
    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 !important;
    padding-bottom: 5px !important;
    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(--primary-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: green;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.form-alchemy-section .icon-warning {
    font-size: 1.2em;
    position: absolute;
    color: orange;
    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;
}

table.ui-datepicker-calendar th, table.ui-datepicker-calendar td{
    min-width: inherit;
}
.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-checkbox .wpcf7-list-item input,
.form-alchemy-section .wpcf7-radio .wpcf7-list-item input{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 0!important;
    padding: 0 !important;
    margin: 0!important;
}
.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item span,
.form-alchemy-section .wpcf7-radio .wpcf7-list-item span{
    display: block;
    color:#333;
    vertical-align: middle;
    font-weight: bold;
}

.customize-page-main .form-alchemy-section .wpcf7-checkbox .wpcf7-list-item span,
.customize-page-main .form-alchemy-section .wpcf7-radio .wpcf7-list-item span{
    color:#ffffff;
}

.post-template-default .post-content a {
   color: #1bbcef;
}

.form-alchemy-section .am-button-3{
    color: #fff !important;
}

.am-content-form-submit .submit-form-contact{
   margin-bottom: 0px !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;
    }
}




/*-------------eo form request quote---------*/



/*---------STEPS FORM-------*/

.cf-step-block-wrapper {
    display: none;
}
.link-linting-box a {
    display: inline-block !important;
}

.form-subscribe{
   position: relative;
   z-index: 9;
}

.form-subscribe .am-column-1-1{
   background-color: #fff;
   border-radius: 25px;
   text-align:center;
   box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.25);
   padding: 60px 50px;
   max-width: 700px;
   width: 100%;
   margin: auto;
   border-bottom: 30px solid var(--primary-color);
}
.form-subscribe .am-content-form>div>label{
   color: #666666;
   font-size: 22px;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 130%;
}
.form-subscribe .am-content-form>div>label>span{
   color: red;
}
.form-subscribe h3{
   color: var(--dark-grey) !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0px !important;
    font-weight: bold !important;
}

#form-subscribe .radio-element div input {
    display: none !important;
}
.radio-element .wpcf7-list-item{
   padding-left: 0 !important;
   margin-bottom: 15px;
}
.radio-element .wpcf7-list-item span.wpcf7-list-item-label {
    font-weight: 700 !important;
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;

}
.radio-element .wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label {
    background-color: var(--light-grey);
}
.checkbox-element .wpcf7-list-item > label{
   text-align: left;
   display: flex;
   align-items: center;
}
.checkbox-element .wpcf7-list-item > label input{
  position: relative !important;
   width: 20px !important;
}
.checkbox-element .wpcf7-list-item > label span{
   flex: 1;
   padding-left: 10px !important;
}

.form-subscribe .wpcf7 form.sent .wpcf7-response-output{
   color:var(--dark-grey);
}
input.submit-form-landing, input.submit-form-sanding{
   display: none;
}

.after-hero-form{
   padding-top: 200px;
}
.wrapper-submit-form .content-input{
   margin-bottom: 0; 
}
.error-message{
   color:red;
   padding-top: 5px !important;
   text-align: left;
}
.form-alchemy-section .checkbox-element  .wpcf7-checkbox .wpcf7-list-item{
   padding-left: 0;
}
.summary-info-form{
   text-align: left;
   margin-bottom: 20px;
}
.form-subscribe .wrapper-submit-form{
   display: flex !important;
}
.form-subscribe .wrapper-submit-form .form-column-1-2{
   width: 48% !important;
}
@media only screen and (max-width: 480px){
  .link-linting-box a::before{
      display: none
   }
   .link-linting-box a, .form-subscribe a.submit-form-landing{
      padding: 10px 15px !important;
      font-size: 14px !important;
   }
   .form-subscribe .am-column-1-1{
      padding: 20px;
      border-radius: 25px;
   }
   .form-subscribe .form-alchemy-section form.wpcf7-form span.wpcf7-spinner {
      top: -53px;
      right: -60px;
   }
   .form-subscribe .am-content-form>div>label{
      font-size: 18px;
   }
}
/*---------EO STEPS FORM-------*/
a.btn-cf-step-customize{
    text-decoration: none !important;
    transition: all 0.5s;
    position: relative;
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 12px 41px;
    border: none;
}
a.btn-cf-step-customize:hover{
    opacity: 0.8;
}

@media only screen and (min-width: 981px) {

    a.btn-cf-step-customize:hover{
        padding-left: 26px;
        padding-right: 56px;
        opacity: 1;
        position: relative;
    }
    a.btn-cf-step-customize:after{
        content: '\24';
        font-family: 'ElegantIcons';
        font-size: 1.5em;
        display: inline-block;
        position: absolute;
        opacity: 0;
        margin-left: -10px;
        transition: all 0.5s;
        top: 5px;
    }

    a.btn-cf-step-customize:hover:after{
        margin-left: 10px;
        opacity: 1;
    }

}
.signs-section 	p + h2{
    margin-top: 0px;
}
.what-to-look-for-rows h3 {
    background: var(--primary-color);
    color: #ffffff;
    padding: 15px;
    margin-top: -20px;
    z-index: 2;
    font-size: 24px;
    position: relative;
}
.faq-image img{
    margin: 15px 0px;
    border: 5px solid #d7d7d766;
}
@media only screen and (min-width: 980px) {
.faq-image img{
	max-width: 700px;
}
}
.page-id-803 .title-box-section h1 {
    font-size: 38px;
}
.hide-text{
	position: relative!important;
	color: var(--dark-grey)!important;
}
.hide-text:after {
    content: none!important;
}
