/*
 Theme Name:     Alchemy Child Theme
 Description:    Alchemy Child Theme for Wordpress
 Author:         Alchemy Marketing
 Author URI:     
 Template:       twentynineteen
 Version:        1.0.0.30
*/
/* =Theme customization starts here
------------------------------------------------------- */
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Alchemy Custom CSS --------------------------------*/
/*------------------------------ Meta -------------------------------*/
@font-face {
    font-family: "EB Garamond";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/EB_Garamond/EBGaramond-VariableFont_wght.ttf");
}
@font-face {
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    src: url("fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "montserrat",sans-serif;
    font-weight: 400;
    src: url("fonts/Montserrat/Montserrat-Regular.ttf");
}
:root {
    --primary-font: 'Alegreya Sans', sans-serif;
    --secondary-font: 'Alegreya Sans', sans-serif;
    --third-font: 'Playwrite MX', sans-serif;
    --teal: #014f5f;  
    --tan: #fdf7f0;
	--brown: #544737;
    --blue: #17768a;
    --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(--teal);
    color: var(--tan);
}
/*------------------------------ 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: 20px;
    color: var(--teal);
}
body {
	background: var(--tan);
}
h3, h4, h5, h6 {
    font-family: var(--secondary-font);
}
p {
    font-size: 20px;
    line-height: 150%;
    margin: 0px;
    padding-bottom: 12px;
    color: var(--teal);
    font-family: var(--primary-font);
}
h1 {
    font-size: 61px;
    line-height: 120%;
    margin: 0px;
    padding-bottom: 12px;
    font-weight: 700;
    color: var(--teal);
    font-family: var(--primary-font);
}
h2 {
    font-size: 51px;
    line-height: 110%;
    margin: 0px;
    padding-bottom: 12px;
    color: var(--teal);
    font-family: var(--primary-font);
}
h3 {
    font-size: 27px;
    line-height: 140%;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 12px;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
}
h4 {
    font-size: 18px;
    line-height: 180%;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color);    
    font-family: var(--secondary-font);
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
    margin-top: 18px;
}
/*h4,.pre-h{
    color: var(--third-color-red);
}*/
.pre-h {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 1px;
    font-family: var(--third-font);
    color: var(--secondary-color);
}
ul#wp-admin-bar-root-default,
ol#wp-admin-bar-root-default {
    max-width: inherit;
}
@media only screen and (max-width: 600px) {
   #wpadminbar{
      display: none !important;
   }
   html{
      margin-top: 0 !important;
   }
}
ul,
ol {
    margin: 0px;
    padding-bottom: 12px;
    max-width: 650px;
}
li {
    font-size: 20px;
    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;
}


.am-button-1, .am-button-2, .am-button-4 {
    opacity: 0;
}

a.am-button-1, a.am-button-2{
   --border_radius:100px;
   padding: 0.5em 1.5em;
   cursor: pointer;
   color: var(--medium-grey);
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   position: relative;
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 0.5s;
   transition-duration: 0.5s;
   text-decoration: none !important;
   border-radius: var(--border_radius);
   overflow: hidden;
}

a.am-button-1{
   background: var(--blue);
   color: #fff;
}
a.am-button-2{
   background: var(--blue);
   color:#fff;
}

a.am-button-4 {
   font-weight: bold !important;
   text-decoration: none !important;
   color:var(--teal);
   -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; 
	position: relative;
}
a.am-button-4:after {
    content: '>';
    display: block;
    position: absolute;
    right: -15px;
    top: -5px;
    transition: all 0.3s;
}
a.am-button-4:hover:after {
    right: -20px;
    transition: all 0.3s;
}
a.am-button-4:hover{
   opacity: 0.8 !important;
}

.dark-section .am-button-1 {
	background: var(--tan);
	color: var(--teal) !important;
}
/*.dark-section a.am-button-2 {
    color: var(--tan);
    border-color: var(--tan);
}*/

@media only screen and (min-width: 981px) {
   a.am-button-1 + a.am-button-1,
   a.am-button-1 + a.am-button-2,
   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-4,
   a.am-button-4 + a.am-button-1,
   a.am-button-4 + a.am-button-2,
   a.am-button-4 + a.am-button-4 {
      margin-left: .66em;
   }

   
   a.am-button-1:hover{
       color:var(--tan);
   }
   
    a.am-button-1::before, a.am-button-2::before{
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
       border-radius: var(--border_radius);
    }
    a.am-button-1:before{
      background: var(--teal) !Important;
     
    }
    a.am-button-2:before{
      background: var(--teal);
    }
    a.am-button-1:hover:before, a.am-button-2:hover:before{
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
    .dark-section .am-button-1:hover {
      color: var(--tan) !important;
    }
    .dark-section .am-button-1:before {
      background-color: var(--blue) !important;
    }
    
}

@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-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-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-4 {
        margin-left: 0px;
        display: table;
    }
}
@media only screen and (max-width: 980px) {
   a.am-button-1,
   a.am-button-2 {
      display: block;
      text-align: center;
      margin: 1em auto;
   }
   .am-row:has(img.sepia) {
		display: grid;
	}
	.am-row .am-column-1-2:has(img.sepia) {
		grid-row: -1;
	}
}



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(--teal);
}
.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: var(--tan);
}

.dark-section .lighter {
    opacity: 0.8;
}
.dark-section p, .dark-section ul li, .dark-section ol li {
    color:var(--tan) !important;
}
.grey-section {
    background-color: var(--light-grey);
}
.texture {
    background: url(https://centralcollective.work/wp-content/uploads/2025/07/triangle-background-v2.svg);
    background-size: 20px;
}
.tan {
    background-color: var(--tan);
}
/*------------------------------ 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: var(--teal);
    right: 0;
    left: 0;
}
.primary-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: var(--teal);
    top:0px;
}
.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(--tan);
	opacity: 0.7;
}
.main-nav > li > a:active {
    color: var(--tan);
	opacity: 0.7;
}
.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: 150px;
    }
@media only screen and (min-width: 981px) {
}

@media only screen and (max-width: 980px) {
    .space-header-mobile{
        display: block;
    }
    li.item-contact{
        display: none !important;
    }
    
}
/*------------------------------ 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;
	background: var(--teal);
}
.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;
	text-align: center;
}
.uai.userway_dark{
    display: none !important;
}
/*---------------------------------- EO Footer --------------------------------*/
/*-------------------------------- Desktop Layout -------------------------------*/
.site-content{
    padding-top: 100px;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.center p {
    margin: auto;
}
.right {
    text-align: right;
}
div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#page{
    position: relative;
}
.entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}
.container {
    width: 1400px; /* Backup for IE11 */
    max-width: 90%; /* Backup for IE11 */
    width: var(--site-width);
    max-width: var(--site-max-width);
    position: relative;
    text-align: left;
    margin: auto;
}
.container::before, .container::after {
    content:"";
    display: table;
    clear: both;
}
.am-section {
    padding: 50px 0px;
    clear: both;
}
.am-row {
    margin: auto;
    display: flex;
    width: 90%;    /* Set width of container */
    max-width: 1400px !important;    /* Set max-width of container */
}
.am-column-1-1 {
    width: 100%;
    padding: 40px 60px;
}
.am-column-1-2 {
    width: 50%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}
.am-column-1-3 {
    width: 33%;
    float: left;
    padding: 40px 30px;
    box-sizing: border-box;
}
.am-column-1-4 {
    width: 25%;
    float: left;
    padding: 40px 25px;
    box-sizing: border-box;
}
.am-column-1-5 {
    width: 20%;
    float: left;
    padding: 40px 20px;
    box-sizing: border-box;
}
.am-column-1-6 {
    width: 16.6%;
    float: left;
    padding: 40px 15px;
    box-sizing: border-box;
}
.am-column-2-5 {
    width: 35%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}
.am-column-3-5 {
    width: 65%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}
.am-column-3-4 {
    width: 75%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}
.am-section + p{
    display: none;
}
.am-section p:empty{
    display: none;
}
.am-section ul, .am-section ol {
    padding-left: 2rem;    
}
.am-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;
    }
    
    .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: 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: 98px;
    }
}
/*------------------------------ 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;
    }
    
    .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 ----------------------------*/

/*------------------------- 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;
}*/
#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 ---------------------------------*/

.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: 500;
    font-size: 18px;
    text-transform: uppercase;
	color: var(--tan);
}
@media only screen and (max-width: 980px) {
   .menu ul li a{
      color:var(--teal);
   }
}
.mega-menu-columns .mega-menu-row li .title-item {
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.menu .main-nav > li > ul.mega-menu > li {
    width: 100%;
    padding: 6px 0px;
    margin: 0;
}
.menu .main-nav > li.mega-menu-width ul.mega-menu > li > a {
    border-bottom: 0px;
}
.menu .main-nav > li.mega-menu-width ul.mega-menu > li, 
.menu .main-nav > li.mega-menu-width ul.mega-menu {
    padding: 0px;
    margin: 0px;
}
@media only screen and (min-width: 981px) {
    body:not(.am-fixed-header) .menu .main-nav > li > a{
        padding-bottom: 28px;
    }
    .menu .main-nav > li > a{
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 981px) {
    .mega-menu-columns .mega-menu-row li .title-item{
        font-size: 10px;
    }
}
/*@media only screen and (max-width: 1100px) and (min-width: 981px) {
    .menu .main-nav > li > a{
        font-size: 10.5px;
    }
    .menu .main-nav > li.has-children > a::before {
        top: .9em !important;
    }
}*/
/*--------------------------Mobile Menu Button-----------------------*/
#btn-menu:focus {
    outline: inherit;
}
#btn-menu {
    width: 43px;
    height: 43px;
    display: block;
    float: right;
    padding: 8px 8px;
    background: var(--secondary-color);
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    top: 25px;
}
#btn-menu .sr-only {
    display: none;
}
#btn-menu .icon-bar {
    display: block;
    width: 85%;
    height: 3px;
    background: #fff;
    margin: 4px 2px;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
#btn-menu.btn-close .icon-bar:first-of-type {
    transform: rotate(45deg) translate(3px,4px);
}
#btn-menu.btn-close .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg) translate(10px,-15px);
    transform-origin: right center;
}
#btn-menu.btn-close .icon-bar:nth-of-type(2) {
    opacity: 0;
}
.post-mobile-menu {
    display: none;
    text-align: center;
    padding: 30px 20px;
    position: relative;
}
.contact-link-mobile {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    color: #fff!important;
    background-color: var(--teal);
    padding: 5px 25px;
}
@media only screen and (min-width: 981px) {
    .menu .main-nav > li ul.mega-menu {
        top: -1000px;
        display: block;
    }
    .show-only-mobile {
        display: none!important;
    }
    #btn-menu {
        display: none;
    }
}
@media only screen and (max-width: 980px) {
    .post-mobile-menu{
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    #btn-menu{
        width: 45px;
        height: 45px;
        padding: 10px 8px;
        top: 25px;
    }
}
/*-------------------------EO Mobile Menu Button-----------------------*/
.menu .main-nav > li.mega-menu-width ul.mega-menu{
    /*max-width: none;*/
    width: calc(var(--site-width) + 75px);
    padding-left: 30px;
    padding-right: 33px;
    right: -35px;
}
body.all-control-menu{
    overflow: hidden;
}
.header-group{
    position: relative;
    z-index: 999;
}
@media only screen and (min-width: 981px) {
    .menu .main-nav > li.mega-menu-width ul.mega-menu{
        max-width: none;
    }
    .main-nav li button {
        display: none;
    }
    .menu .main-nav > li:hover > a::after{
        opacity: 1 !important;
        transition-delay: 0.2s;
    }
    .menu #main-nav > li.has-children:hover > a::after{
        opacity: 1;
    }
    .menu .main-nav > li:hover ul.mega-menu{
        /* display: block;
         box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);*/
        visibility: visible;
        opacity: 1;
        z-index: 30;
        top: 100%;
        transition-delay: 0.2s;
    }
    .menu .main-nav > li.item-contact ul.mega-menu{
        width: 300px;
        right: 0;
        left: auto;
    }
    .menu .main-nav > li ul.mega-menu{
        width: 180px;
    }
    .mega-menu-columns .mega-menu-row li {
        display: inline-block;
        width: 16.666%;
        float: left;
    }
    .mega-menu-columns .mega-menu-row.second-row li {
        width: 20%;
    }
    .menu .main-nav > li{
        display: inline-block;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 981px){
    
    .menu .main-nav > li.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: 98px;
    }
    .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: 98px;
        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: 600px) {
   .primary-header{
      top: 0;
   }   
}

@media only screen and (max-width: 480px) {
   
    .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) {
   
}
@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: 150px;
    padding: 10px;
}

.thank-you-section {
    height: 80vh;
}
.thank-you-section .am-row {
    height: 100%;
}
.internal-section {
    padding-block: 10px;
}


.am-section.home-hero, .am-section.internal-hero{
   --border_radius_hero: 0 0 10px 10px;
}

.home-hero {
    padding-top: 0;
    background-color: transparent;
}
.home-hero .am-row {
   background: url(https://centralcollective.work/wp-content/uploads/2025/07/private-office.jpg);
   background-size: cover;
   background-position: center;
   position: relative;
	border-radius: var(--border_radius_hero);
	overflow: hidden;
}
.home-hero .am-row:before {
   content: '';
   width: 100%;
   height: 100%;
   display: block;
   position: absolute;
   background: 000000;
   background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 150, 138, 0) 100%);
   background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 150, 138, 0) 100%);
   background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 150, 138, 0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00968A", GradientType=0);
	top: 0;
   bottom: 0;
   margin: auto;
}
.home-hero .am-row > div {
   z-index: 1;
   position: relative;
}


.internal-hero .am-row {
    background: url(https://centralcollective.work/wp-content/uploads/2025/07/mountain-hero.jpg);
    background-size: cover;
    background-position: center;
    border-radius: var(--border_radius_hero);
}
.internal-hero .am-row h1, .internal-hero .am-row p {
   color: var(--tan);
}
.internal-hero .am-row p {
   width: 800px;
   max-width: 100%;
}
.internal-hero {
    padding-top: 0px;
}
@media only screen and (min-width: 981px) {
   .home-hero .am-row {
      height: 60vh;
   }
}

@media only screen and (max-width: 768px) {
   .internal-hero {
       padding-bottom: 0px;
   }
}


p.subtitle {
    font-size: 22px;
    width: 650px;
    max-width: 100%;
}
img.sepia {
    filter: sepia(0.2);
    border-radius: 10px;
}
.center-v {
    align-items: center;
}
ul.emoji {
    list-style: none;
    padding-left: 0;
}
.amenities-grid {
   --column_template: 1fr 1fr 1fr;
    display: grid;
    grid-template-columns: var(--column_template);
    grid-gap: 10px;
     height: 800px;
}
.amenities-grid .community {
    grid-row: span 2;
}

.amenities-grid .grid-item {
    border-radius: 10px;
    padding: 15px;
	position: relative;
 	overflow: hidden;
	display: flex;
    align-items: end;
}
.grid-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: sepia(0.2);
}
.amenities-grid .grid-item:after {
    content: '';
    display: block;
    width: 120%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #171717;
    background: -webkit-linear-gradient(0deg, rgba(23, 23, 23, 1) 0%, rgba(0, 150, 138, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(23, 23, 23, 1) 0%, rgba(0, 150, 138, 0) 100%);
    background: linear-gradient(0deg, rgba(23, 23, 23, 1) 0%, rgba(0, 150, 138, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171717", endColorstr="#00968A", GradientType=0);
}
/* Ensure content appears above the pseudo-element */
.grid-item > * {
  position: relative;
  z-index: 1;
}
/* Individual background images per class */
.grid-item.community::before {
  background-image: url('https://centralcollective.work/wp-content/uploads/2025/07/community-bg.jpg');
}
.grid-item.access::before {
  background-image: url('https://centralcollective.work/wp-content/uploads/2025/07/access-amenity.jpg');
}
.grid-item.coffee::before {
  background-image: url('https://centralcollective.work/wp-content/uploads/2025/07/kitchen-amenity.jpg');
}
.grid-item.lounge::before {
  background-image: url('https://centralcollective.work/wp-content/uploads/2025/07/lounge-amenity.jpg');
}
.grid-item.printing::before {
  background-image: url('https://centralcollective.work/wp-content/uploads/2025/07/printer-amenity.jpg');
}
.grid-item h3, .grid-item p {
    padding-bottom: 0px;
	color: var(--tan);
}

@media only screen and (max-width: 600px) {
   .amenities-grid {
      --column_template: 1fr 1fr;
      height: auto;
   }
}
@media only screen and (max-width: 480px) {
   .amenities-grid {
      --column_template: 1fr;
   }
   .amenities-grid .grid-item{
      min-height: 400px;
   }
}

.center .am-column-1-1 p, .am-column-1-1.center p {
	width: 800px;
	max-width: 100%;
}



[class*="grid"] {
	display: grid;
}
.grid-2 {
    grid-template-columns: 1fr 1fr;
}
.cta-section .grid-2 {
    grid-gap: 20px;
    width: 500px;
    max-width: 100%;
}
p.job-title {
    margin-top: -15px;
    font-style: italic;
}
.cta-section .grid-2 img {
    border: solid 4px var(--teal);
	border-radius: 10px;
}
.cta-section {
    border-top: solid 8px var(--teal);
    padding-block: 20px;
}
.cta-section p:has(strong), .no-padding-bottom {
    padding-bottom: 0;
}

.info-contact{
   position: relative;
   padding-left: 30px;
   font-weight: bold;
   display: flex;
   align-items: center;
}
.info-contact span{
   font-size: 23px;
   position: absolute;
   left: 0;
}
@media only screen and (min-width: 481px) {
 .info-contact{
   padding-left: 0px;
 }
 .info-contact span{
   left: -30px;
 }
}
/*span.material-symbols-outlined {
    font-size: 23px;
    position: absolute;
    margin-left: -28px;
    margin-top: 4px;
}*/
.gallery-section {
    padding-bottom: 0;
}
.gallery-section img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    margin-bottom: -12px;
}
.gallery-section .am-column-1-5 {
    padding: 0;
}
.gallery-section .am-row {
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
}
.content-box {
    margin-top: -11px;
    padding: 20px;
	border-radius: 0 0 10px 10px;
}
.content-box p:last-of-type {
    padding-bottom: 0 !important;
}


.cta-section .am-column-1-1 {
    padding-bottom: 0;
}
img.content-image {
    filter: sepia(0.2);
    border-radius: 10px 10px 0 0;
}
.center-v img.sepia {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.benefit-box {
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.benefit-box p {
    padding: 10px;
}
.benefit-box h3 {
    background: var(--teal);
    padding: 5px 10px;
    color: var(--tan);
    font-weight: 500;
    font-size: 24px;
	border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 981px) {
   .benefit-box {
    margin-top: -50px;
   }
}




.work-feels-easier {
    background: url(https://centralcollective.work/wp-content/uploads/2025/07/work-feels-easier-bg.jpg);
    background-size: cover;
    background-position: center right;
    border-radius: 10px;
}
.work-feels-easier a {
    color: var(--teal) !important;
}
.gallery-section img {
    filter: sepia(1);
    border-radius: 0;
    opacity: 0.7;
}
.blog-section {
    padding-top: 0;
}
.blog-section article  {
    border-radius: 10px 10px 0 0;
}
.blog-section article img {
    border-radius: 10px;
}
.blog-section h2.entry-title {
    font-size: 36px;
}
.blog-content-container {
    padding: 15px;
    border-radius: 0 0 10px 10px;
}
.blog-section p.post-meta {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0 !important;
}
.entry .entry-title a:hover {
    color: var(--blue);
}





@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: 82px;
    }
    .primary-header.am-fixed-header #btn-menu{
      top: 20px;
    }
    
    .primary-header.am-fixed-header.scrollUp::before{
        top: 72px;
    }
    
     .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: 82px;
    }
}
/*---------------------------EO Upscroll Header---------------------------*/
/*------------------------------ BO General -------------------------------------*/
@media only screen and (max-width: 980px) {
    div[class*="two-column-full-width"] p.pre-h {
        margin-top:20px;
    }
    .menu ul.main-nav {
        width: 85%;
        margin: 0px auto;
    }
	.home-hero .am-row {
		width: 100%;
	}
	.home-hero .am-column-1-1 {
		padding-inline: 30px;
	}
	.work-feels-easier {
		background: url(https://centralcollective.work/wp-content/uploads/2025/07/work-feels-easier-mobile.webp);
		padding-top: 300px;
		background-size: cover;
	}
}
/*------------------------------ EO General -------------------------------------*/
/*------------------------------ Category CSS --------------------------------------*/
.archive #content{
    margin: auto;    
    width: 100%;    
}
.archive #primary{
    width: 100%;
    padding: 40px 60px; 
}
.archive #main{
    width: 100%;
    padding: 40px 60px;
    max-width: 1400px;
    margin: auto;
}
.archive #main article{
    width: 45%;
    margin: 19px;
    background: #f2f2f2;
    padding: 30px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
}
.archive .page-header {
    padding: calc(3% + 60px) calc(3 * 1rem) !important;
    text-align: center;
    background-color: var(--primary-color);
    margin: 0 !important;
}
.archive .page-header .page-title {
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: var(--primary-font);
}
.archive .page-header .page-title .page-description {
    margin-top: 18px;
    line-height: 110%;
    font-size: 63px;
    font-family: var(--secondary-font);
    color: #FFF;
}
.archive .pagination{
    margin-bottom: 20px;
}
@media only screen and (max-width: 1024px){
    .archive #main article{
        width: 44%;
    }
}
@media only screen and (max-width: 980px){
    .archive #primary #main {
        padding: 0;
    }
    .archive #primary{
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 768px){
    .archive article {
        width: 100% !important;
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 425px){
    .archive .page-header {
        padding: calc(3% + 60px) calc(1 * 1rem) !important;
    }
    .archive .page-header .page-title .page-description{
        font-size: 45px;
    }
}
@media only screen and (max-width: 325px){
    .alignleft {
        margin-right: 0rem;
    }
}
.pagination .nav-links > a{
    color: var(--primary-color);
    text-decoration: none;
}
.pagination .nav-links  .page-numbers.dots:hover{
    background-color: transparent;
    color: var(--dark-grey);
}
.pagination .nav-links  .page-numbers.current{
    background-color: var(--light-grey);
    color: var(--primary-color);
}
.pagination .nav-links .page-numbers:hover{
    background: var(--primary-color);
    color: var(--light-grey);
}
.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers{
    line-height: initial;
    padding-top: 20px;
    display: flex;
    text-decoration: none;
}
.pagination .nav-links .prev.page-numbers:hover,
.pagination .nav-links .next.page-numbers:hover{
    background-color: transparent;
    color: var(--primary-color);
}
.pagination .nav-links .prev.page-numbers .svg-icon,
.pagination .nav-links .next.page-numbers .svg-icon{
    opacity: 0;
}
.pagination .nav-links .prev.page-numbers:hover .svg-icon,
.pagination .nav-links .next.page-numbers:hover .svg-icon{
    opacity: 1;
}
.pagination .nav-links {
    margin-left: 0;
    padding: 0;
    margin: auto;
    width: fit-content;
}
.archive .pagination,
.blog-post-mention .pagination{
    margin-top: 20px;
}
@media only screen and (max-width: 767px){
    .pagination .nav-links .prev.page-numbers .svg-icon, 
    .pagination .nav-links .next.page-numbers .svg-icon {
        opacity: 1;
    }
    .pagination .nav-links .prev.page-numbers, 
    .pagination .nav-links .next.page-numbers{
        padding: calc(.5 * 1rem);
    }
}
/*------------------------------ ---------------------------------------------------*/
/*------------------- Slide Testimonials css----------------*/
.slick-active .testimonial-box{
    background-color: #ccc;    
}
.testimonial-box {
    padding: 20px;
    background-color: white;
    background-position: bottom;
    border-radius: 0;
}
.testimonial-box > p{
    /*    overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;*/
    padding-bottom:initial;
    font-size: calc(1em - 2px);
}
.testimonial-box > h3{
    padding: 5px 0px;
}
.testimonial-box a.toggle-read-more{
    display: none;
    font-size: calc(1em - 2px);
}
.entry .entry-content .wp-block-separator, .entry .entry-content hr{
    height: 1px; 
    margin-bottom: 0; 
    margin-top: 0;
}
.no-padding-top-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}
.section-slide-testimonials{
    padding-bottom: 100px;  
}
.section-slide-testimonials .slick-prev::before, .section-slide-testimonials .slick-next::before{
    display: none;
}
.section-slide-testimonials .slick-prev.slick-arrow{
    left: 0px;    
    z-index: 9999999;
    top: 10px;
    margin: auto;
    height: calc(100% - 40px);
    transform: initial; 
    position: absolute;
    width: 130px;
}
.section-slide-testimonials .slick-next.slick-arrow{
    right: 0px;    
    z-index: 9999999;
    top: 10px;
    margin: auto;
    height: calc(100% - 40px);
    transform: initial;
    position: absolute;
    width: 130px;
}
.section-slide-testimonials .slick-next,
.section-slide-testimonials .slick-prev{
    width: 10%;
    padding: 0px;
}
@media (hover: hover) and (pointer: fine){
    .section-slide-testimonials .slick-next {
        cursor: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/SVG/Next.svg?v=1.2") 60 30, e-resize;        
    }
    .section-slide-testimonials .slick-prev {
        cursor: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/SVG/Prev.svg?v=1.2") 0 30, w-resize;
    }
}
.section-slide-testimonials .slick-slide{
    padding: 10px;
    transition: all 300ms ease;    
    transform: scale(1);
    opacity: 0.5;
    cursor: grab;
    position: relative;
}
.section-slide-testimonials .slick-slide.dragg{
    cursor: grabbing; 
}
.section-slide-testimonials .slick-slide.slick-center,
.section-slide-testimonials .slick-slide.slick-center + .slick-slide,
.section-slide-testimonials .slick-slide.back-center{
    transform: scale(1);
    opacity: 1;
}
.section-slide-testimonials .slick-slide[aria-hidden="false"]{
    transform: scale(1);
    opacity: 1;
}
/* slide when active (when play last to first) */ 
.section-slide-testimonials .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]  {
    transform: scale(1);
    opacity: 1;
}
.testimonials-list-box{
    margin: auto !important;    
    padding: 0px 0px 20px 0px;
    max-width: calc(var(--site-max-width) + 200px) ;
}
.testimonials-list-box .slick-slide img{
    margin: auto;
}
.section-slide-testimonials .slick-list.draggable{
    padding-right: 100px !important;
    padding-left: 100px !important;
}
.section-slide-testimonials .slick-slide li {
    padding: 55px 50px;
    background-color: #f2f2f2;
    border-radius: 20px;
    position: relative;
}
.section-slide-testimonials .slick-dots{
    max-width: inherit;
}
.section-slide-testimonials.row-slick-carousel {
    max-width: 100% !important;
    width: 100%;
    display: block;
}
.section-slide-testimonials.row-slick-carousel .am-column-1-1{
    padding-left: 0px;
    padding-right: 0px;
}
.section-slide-testimonials .slick-arrow{
    background: transparent !important;
}
div.ruler-ticks.ruler-ticks-center:after{
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
    margin-top: -20px;
}
.slick-dots li button{
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 13px;
    border: 2px solid var(--primary-color);
    opacity: 1 !important;
    position: relative;
}
.slick-dots li button::before{
    content:'';
    background-color: var(--primary-color);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    opacity: 0 !important;
}
.slick-dots li button:hover::before{
    opacity: 1 !important;
}
.slick-dots li.slick-active button{
    background-color: var(--primary-color);
}
.woocommerce-product-gallery img{
    width: 100%;
}
.flex-control-nav.flex-control-thumbs{
    padding-left: 0;
}
.flex-control-nav.flex-control-thumbs > li{
    margin-right: 5px;
}
.woocommerce-product-gallery > .flex-viewport{
    height: auto !important;
}
.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-list.draggable {
    padding-left: 40px!important;
    padding-right: 40px!important;
    padding-top: 20px !important;
}
.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-prev,
.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-next{
    width: 40px !important;
}
.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-slide{
    transform: scale(1) !important;
    margin-top: 0px !important;
    opacity: 1 !important;
}
.section-sidebar-testimonials{
    margin-top: 55px;
}
@media only screen and (min-width: 1601px){
    .section-slide-testimonials .slick-next.slick-arrow{
        /*background: -prefix-linear-gradient(left, transparent, white) !Important;*/
        /*background: linear-gradient(to right, transparent, white) !Important;*/
        background: rgb(204,204,204)!Important;
        background: linear-gradient(90deg, rgba(204,204,204,0) 0%, rgba(255,255,255,1) 100%)!Important;        
    }
    .section-slide-testimonials .slick-prev.slick-arrow{
        /*background: -prefix-linear-gradient(right, transparent, white) !Important;
        background: linear-gradient(to left, transparent, white) !Important;*/
        background: rgb(204,204,204)!Important;
        background: linear-gradient(-90deg, rgba(204,204,204,0) 0%, rgba(255,255,255,1) 100%)!Important;         
    }
    .section-slide-testimonials .slick-list.draggable {        
        padding-right: 140px !important;
        padding-left: 140px !important;
    }
}
@media only screen and (max-width: 1600px){
    .section-slide-testimonials .slick-list.draggable {        
        padding-right: 170px !important;
        padding-left: 170px !important;
    }
}
@media only screen and (max-width: 1200px){
    .section-slide-testimonials .slick-prev, .section-slide-testimonials .slick-next {
        width: 150px;
    }
}
@media only screen and (max-width: 980px){
    .section-slide-testimonials .slick-list.draggable {
        padding-right: 250px!important;
        padding-left: 250px!important;
    }
    .section-slide-testimonials .slick-slide {
        padding: 20px 5px;
    }
}
@media only screen and (max-width: 768px){
    .section-slide-testimonials .slick-list.draggable {
        padding-right: 100px!important;
        padding-left: 100px!important;
    }
}
@media only screen and (max-width: 500px){
    .section-slide-testimonials .slick-list.draggable {
        padding-right: 40px!important;
        padding-left: 40px!important;
    }
}
@media only screen and (max-width: 480px){
    .section-slide-testimonials .slick-slide.slick-center + .slick-slide, .section-slide-testimonials .slick-slide {
        /*transform: scale(0.8);*/
        opacity: 1;
    }
    .section-slide-testimonials .slick-prev, .section-slide-testimonials .slick-next {
        width: 40px;
    }
}
/* -----------------------------------------EO Slide Testimonials css------------------*/
/* ------------------ BO Gradient Layout on Hero ------------------*/
div[class*="overlay-section"] {
    position: relative;
}
div[class*="overlay-section"]:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;
}
div[class*="overlay-section"] > * {
    z-index: 2 !important;
    position: relative;
}
.overlay-section-color:before {
    background: var(--primary-color);
}
.overlay-section-dark:before{
    background: var(--dark-grey);
}
/* ------------------ EO Gradient Layout on Hero ------------------*/
/* ------------------ Single Custom Block CSS ------------------*/
.hero-blog.single-post{
    padding-top: 0;
    padding-bottom: 0;
}
.hero-blog.single-post > .am-row{
    width: 100%;
}
.hero-blog.single-post > .am-row .am-column-1-2:nth-child(1){
    width: 90%;
    margin: auto;
    padding: 40px;
}
.single-post .site-content ul:not(.highlights ul){
    padding-left: 40px;
    padding-bottom: 35px;
}
.single-post .definition-block{    
    border-left: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    width: 70%;
    margin: auto !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
.single-post .dark-box-blog {
  background-color: var(--primary-color);
  padding: 10px 20px;
  margin: 20px 0px;
}
.single-post .dark-box-blog p {
  font-weight: 700;
  padding: 15px 20px;
  font-style: italic;
  color: #fff;
}
.single-post .definition-block > h3{
    padding: 10px 30px;
    text-align: center;
}
.single-post .definition-block .text-definition{
    padding: 10px 30px;
    width: 102%;
    background-color: #FFF;
    margin-left: -1%;
}
.single-post .definition-block .title-definition{
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 14px;
    font-weight: 600;
}
@media only screen and (max-width: 480px) {
    .single-post .entry-content .definition-block{
        width: 90%;
    }
}
.single-post .highlights{
    width: 90%;
    margin: auto !important;
    margin-top: 50px !important;
    margin-bottom: 40px !important;
    position: relative;
}
.single-post .highlights h3{
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 0; 
    padding-left: 5px;
}
.single-post .highlights ul{
    max-width: 100%;
}
.single-post .highlights:before,
.single-post .highlights:after{
    content: "";
    position: absolute;
}
.single-post .highlights:before{    
    width: 300px;
    height: 58px;
    border-top: 2px solid var(--primary-color);
    border-left: 2px solid var(--primary-color);
    top: -20px;
    left: -15px;
}
.single-post .highlights:after{    
    width: 300px;
    height: 58px;
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    bottom: 0;
    right: -15px;
}
.single-post .pull-quote{
    width: 70%;
    margin: auto !important;
    margin-top: 60px !important;
    margin-bottom: 40px !important;
    position: relative;   
}
.single-post .pull-quote h4{
    text-transform: capitalize;
}
.single-post .pull-quote:before{
    content: "\201c";
    position: absolute;
    left: -59px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    top: -35px;
    color: var(--primary-color);
}
.single-post .pull-quote:after{
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--primary-color);
    width: 50%;
    top: -17px;
}
.single-post .table-of-contents{
    padding: 20px 0;
    position: relative;
    width: 90%;
    margin: auto !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important
}
.single-post .table-of-contents h4{
    padding-bottom: 0;
}
.single-post .table-of-contents ul{
    list-style: none;   
}
.single-post .table-of-contents ul > li {
    position: relative;
}
.single-post .table-of-contents ul > li p{        
    padding-bottom: 0;
    width: fit-content;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
}
.single-post .table-of-contents ul > li > span{
    position: absolute;
    left: -25px;
    color: var(--primary-color);
    font-size: 17px;
}
.single-post .table-of-contents .am-row{
    width: 100%;
}
.single-post .table-of-contents .am-row .am-column-1-2{
    padding: 0;
}
.single-post .table-of-contents:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: var(--primary-color);
}
.single-post .comparison-block{
    margin: 30px 0px 60px 0px !important;
}
.single-post .comparison-block h4{
    color: #fff!important;
    padding-bottom: 0;
}
.single-post .comparison-block h4.title-cons{
    background: #C65647!important;
    text-align: center;
}
.single-post .comparison-block h4.title-pros{
    background: #58B171!important;
    text-align: center;
}
.single-post .comparison-block .am-row .am-column-1-2{
    padding: 0;        
}
.single-post .comparison-block ul.list-pros, .single-post .comparison-block ul.list-cons {
    padding: 20px 20px 20px 20px!important;
}
.single-post .comparison-block .am-row .am-column-1-2 > div{
    border: 1px solid #666;
    margin: 10px;
    box-shadow: 0px 0px 3px #666;
    height: 100%;
}
.single-post .comparison-block ul{
    margin: 0 0 0 20px;
    list-style: square;
    padding-bottom: 0;
}
.single-post .comparison-block ul li{
    line-height: 1.4;
    position: relative;
    list-style: none;
}
.single-post .comparison-block ul.list-pros li:before{
    content: "\5a";
    left: -24px;
    font-weight: 700;
    position: absolute;
    font-family: 'ElegantIcons';    
}
.single-post .comparison-block ul.list-cons li:before{
    content: "\51";
    left: -24px;
    font-weight: 700;
    position: absolute;
    font-family: 'ElegantIcons'; 
}
.single-post .comparison-block .title-pros,
.single-post .comparison-block ul.list-pros li:before{
    color: #58B171; 
}
.single-post .comparison-block .title-cons,
.single-post .comparison-block ul.list-cons li:before{
    color: #C65647;  
}
.single-post div.inline-cta {
    margin: 20px 0 !important;
    padding: 20px;
    text-align: center;
    background-color: var(--light-grey);
}
.single-post div.inline-cta + .blog-pre-h{
    padding-top: 25px;
}
.single-post div.inline-cta + h2,
.single-post div.inline-cta + h3{
    padding-top: 20px;
}
.inline-cta .am-button-1{
    display: block;    
    position: relative;
    text-align: center;
}

.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;
	border-radius: 10px 10px 0 0;
}
.am-post .entry-featured-image-url {
    display: block;
    position: relative;
}
.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;
    }
}
@media only screen and (max-width: 980px) {
    .content-single-section{
        padding-top: 0px;
    }
    .hero-single-section{
        text-align: center;
        padding-top: 50px;
    }
    .hero-single{
        flex-direction: column;
    }
    .hero-single > .am-column-1-2{
        width: 100% !important;
    }
    .hero-single > .am-column-1-2:nth-child(1){
        padding-right: 0;
    }
    .hero-single > .am-column-1-2:nth-child(2){
        padding: 0 !important;
        background-image: inherit !important; 
    }
}
/* ------------------ EO Single Custom Block CSS ------------------*/

/*-------------form request quote---------*/

.align-left {
    text-align: left;
}

div.contact-form-h .wpcf7-radio .wpcf7-list-item span,
.contact-form-h .form-column-1-1 label {
    color: #FFF;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--primary-color);
}

.am-content-form label span {
    color: var(--secondary-color);
}

.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('https://northfloridasleep.com/wp-content/uploads/2024/11/Arrow-down.svg') !important;
    background-position: 96% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
}

.form-alchemy-section input,
.form-alchemy-section select,
.form-alchemy-section textarea {
    border: solid 1px var(--dark-grey) !important;
    color: #333 !important;
    width: 100%;
    padding: 15px 20px;
    border-radius: 3px;
    box-shadow: none !important;
    padding-right: 2em;
    line-height: 1.8;
    font-size: 15px;
    box-sizing: border-box;
     -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.form-alchemy-section textarea {
    min-height: 160px;
    height: 160px;
    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{
    padding-top: 25px;
    padding-bottom: 5px;
    box-shadow: none !important;
}
.form-alchemy-section .content-input textarea:focus {
    box-shadow: none !important;
    padding-top: 30px;
    padding-bottom: 6px;
}

.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(--teal);
   outline-offset: 3px;
}

.form-alchemy-section .icon-checked-2 {
    font-size: 1.563em;
    position: absolute;
    color: #5eba7d;
    left: -30px;
    top: 6px;
}

.form-alchemy-section .content-input {
    position: relative;
    margin-bottom: 1em;
}

.form-alchemy-section .icon-checked-3 {
    font-size: 1.2em;
    position: absolute;
    color: #5eba7d;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.form-alchemy-section .icon-warning {
    font-size: 1.2em;
    position: absolute;
    color: #ff6600;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.form-alchemy-section .title-input {
    position: absolute;
    color: #333;
    z-index: 1;
    padding: 0;
    font-size: 0.6em;
    display: none;
    top: 8px;
    -webkit-animation-name: moveit2;
    -webkit-animation-duration: .1s;
    animation-name: moveit2;
    animation-duration: 0.1s;
    left: 20px;
    font-weight: bold;
}

.form-alchemy-section .focus-on {
    display: block;
    top: 8px;
    font-size: 0.8em;
}

.form-alchemy-section .icon>span,
.form-alchemy-section .icon-checked-2 {
    display: none;
}

@-webkit-keyframes moveit2 {
    from {
        top: 20px;
    }

    to {
        top: 8px;
    }
}

@keyframes moveit2 {
    from {
        top: 20px;
    }

    to {
        top: 8px;
    }
}

.form-alchemy-section ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8e8e8e !important;
}

.form-alchemy-section :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8e8e8e !important;
}

.form-alchemy-section ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8e8e8e !important;
}

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-radio .wpcf7-list-item label {
    display: block;
}

.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item input,
.form-alchemy-section .wpcf7-radio .wpcf7-list-item input {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    top: calc((100% / 2) - 9px);
    padding: 0;
}

.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item span,
.form-alchemy-section .wpcf7-radio .wpcf7-list-item span {
    display: block;
    color: var(--medium-grey);
    vertical-align: middle;
}


.form-alchemy-section form.wpcf7-form .am-content-form-submit input.wpcf7-submit{
   display: none;
}
.form-alchemy-section form.wpcf7-form .am-content-form-submit .wpcf7-spinner {
   vertical-align: middle;
    background-color: var(--blue);
    position: absolute;
    left: calc(50% + 75px);
    top: calc(50% - 12px);
    margin:0 10px;
}

@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---------*/
.contact-menu{
   display: none !important;
}
.contact-menu .am-button-1{
   padding: 0.5em 1.5em !important;
   cursor: pointer;
   color: var(--teal) !important;
   opacity: 1 !important;
   background-color: #fff !important;
}
.contact-menu .am-button-1:hover{
   color: #ffffff !important;
}
.contact-menu .am-button-1:before{
    background-color: var(--blue) !important;
}
@media only screen and (min-width:981px) {
   .contact-menu{
      display: block !important;
   }
}