/*
 Theme Name:     Alchemy Child Theme
 Description:    Alchemy Child Theme for Wordpress
 Author:         Alchemy Marketing
 Author URI:     
 Template:       twentynineteen
 Version:        1.0.0.34
*/


/* =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: 'montserrat', sans-serif;
    --secondary-font: 'Montserrat', sans-serif;
    --third-font: 'EB Garamond', sans-serif;
    --primary-color: #2a7d2e;  
    --secondary-color: #666666;
    --third-color: #8E7676;
    --site-width: 80vw;
    --site-max-width: 1400px;
    --site-width-large: 93vw;
    --dark-grey: #424242;
    --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;
    }

}
@media only screen and (min-width: 981px){
span.line-break-mobile:after {
    content: '|';
    padding-left: 5px;
    padding-right: 5px;
}
}
.logged-in-only {
    display: none;
}

.logged-in .logged-in-only {
    display: initial;
}



::selection {
    background-color: var(--primary-color);
    color: #ffffff;
}


/*------------------------------ EO Meta -------------------------------*/


/*------------------------------ Text Settings -------------------------------*/
/*@import "../twentynineteen/style.css?k=ff";*/
@import "../twentynineteen/style.css?k=ff";

body, input, textarea, select, table, ul, li {
    font-family: 'Montserrat', sans-serif; /* Backup for IE11 */
    color:var(--dark-grey);; /* Backup for IE11 */
    font-family: var(--primary-font);
    font-size: 18px;
    color: var(--dark-grey);
}

h3, h4, h5, h6 {
    font-family: var(--secondary-font);
}

h1,h2{
    font-family: var(--third-font);
    color: var(--primary-color);
}

p {
    font-size: 18px;
    line-height: 160%;
    margin: 0px;
    padding-bottom: 12px;
    color: var(--dark-grey);
    font-family: var(--primary-font);
}

h1 {
    font-size: 61px;
    line-height: 100%;
    margin: 0px;
    padding-bottom: 12px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--third-font);
}
.home h1{
	line-height: 120%;
}
h2 {
    font-size: 41px;
    line-height: 140%;
    margin: 0px;
    padding-bottom: 12px;
    color: var(--primary-color);
    font-family: var(--third-font);
}

h3 {
    font-size: 27px;
    line-height: 140%;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 12px;
    color: var(--dark-grey);
    font-family: var(--secondary-font);
}

h4 {
    font-size: 18px;
    line-height: 180%;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color);    
    font-family: var(--secondary-font);
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
    margin-top: 18px;
}
/*h4,.pre-h{
    color: var(--third-color-red);
}*/
.pre-h {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 1px;
    font-family: var(--primary-font);
    color: #c28801;
	padding-bottom: 0px;
}
ul#wp-admin-bar-root-default,
ol#wp-admin-bar-root-default {
    max-width: inherit;
}

ul,
ol {
    margin: 0px;
    padding-bottom: 12px;
    max-width: 650px;
}

li {
    font-size: 18px;
    line-height: 180%;
    margin: 6px 0px;
}
a:hover{
    cursor: pointer;
}
a:hover, a:active{
    color:var(--secondary-color);
}
a, a:visited {
    color: var(--dark-grey);
}
a:focus{
    outline: none;
}
a{
    cursor: pointer;
}
a h1,
a h2,
a h3,
a h4,
a h5 {
    text-decoration: none;
}

a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover {
    opacity: 0.7;
}

a.am-button-1,
a.am-button-2,
a.am-button-3,
a.am-button-4 {
    text-decoration: none !important;
    transition: all 0.5s;
    position: relative;
	border-radius: 5px;
}

a.am-button-1 {
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 12px 41px;
    border: none;
}

a.am-button-2 {
    background-color: transparent;
    color: var(--primary-color);
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 10px 39px;
    border: 2px solid var(--primary-color);
}

a.am-button-3 {
    background-color: var(--secondary-color);
    color: #ffffff;
    text-decoration: none !important;
    display: inline-block;
    margin: 18px 0px;
    padding: 12px 41px;
    border: none;
}

a.am-button-4 {
    color: var(--secondary-color);
}

a.am-button-4:after {
    content: '\35';
    font-family: 'ElegantIcons';
    margin: 0px 0px 0px 1px;
    transition: all 0.5s;
}

a.am-button-1:hover,
a.am-button-2:hover,
a.am-button-3:hover,
a.am-button-4:hover {
    opacity: 0.8;
}

a.new-tab:after {
    content: ' ';
    height: 1em;
    width: .66em;
    margin-left: 2px;
    display: inline-block;
    background-image: url('/wp-content/uploads/2020/08/new-tab-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
}

a.new-tab:hover:after {
    opacity: 1;
}

ol.breadcrumbs {
    list-style: none;
    padding-left: 0px;
}

ol.breadcrumbs li {
    font-size: 14px;
    display: inline-block;
}

ol.breadcrumbs a:after {
    content: '>';
    display: inline-block;
    margin: 0px 0px 0px 8px;
}

ol.breadcrumbs li:last-of-type a {
    text-decoration: none;
    font-weight: bold;
}

ol.breadcrumbs li:last-of-type a:after {
    content: none;
}
/*------------------------------ Color Design ---------------------------------*/


.dark-section {
    background-color: var(--primary-color);
}

.dark-section > *,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section a,
.dark-section a:visited {
    color: #ffffff;
}

.dark-section a.am-button-2,
.dark-section a.am-button-4 {
    color: #ffffff;
    border-color: #ffffff;
}

.dark-section .lighter {
    opacity: 0.8;
}
.dark-section p, .dark-section ul li, .dark-section ol li {
    color:#ffffff !important;
}
.grey-section {
    background-color: var(--light-grey);
}


/*------------------------------ EO Color Design ---------------------------------*/


/*------------------------------ Secondary Header ------------------------------ */

.secondary-header {
    background-color: #333333;
    background-color: var(--light-grey);
    padding: 0px;
    position: absolute;
    width: 100%;
}

.secondary-header,
.secondary-header a {
    color: #ffffff;
    color: var(--dark-grey);
    font-size: calc(1em - 2px);
}

.secondary-header ul {
    list-style: none;
}

.secondary-nav {
    padding: 0px;
    max-width: none;
}

.secondary-nav:first-of-type {
    float: right;
}

.secondary-nav:last-of-type {
    float: left;
}

.secondary-nav li {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.icon_phone:before {
    font-size: 15px;
}

@media only screen and (min-width: 981px) {


    .secondary-nav li a {
        padding: .66em 1em;
    }

    .secondary-nav:first-of-type {
        margin-right: -.66em;
    }

    .secondary-nav:last-of-type {
        margin-left: -.66em;
    }


    .secondary-nav li a:hover {
        background-color: rgba(255,255,255,0.1);
    }

    .secondary-nav li a:active {
        background-color: rgba(255,255,255,0.3);
    }

}

@media only screen and (max-width: 980px) {
     #page.open-menu-items .primary-header{
        -moz-transition: all .4s ease-in !important;
        -o-transition: all .4s ease-in !important;
        -webkit-transition: all .4s ease-in !important;
        transition: all .4s ease-in !important;
        overflow: auto;
        min-height: 100%;
        background: #e8e8e8;
    }
    .secondary-header {
        padding: 1em 0px;
    }

    .secondary-nav {
        width: 100%;
    }

    .secondary-nav li {
        display: block;
        text-align: center;
    }

    .secondary-nav li a {
        padding: 0px;
        margin: 0px;
        font-size: 1em;
    }

    .box-section.testimonial-box{
        width: 100%;
        margin-left:0;
    }

}


/*----------------------------- EO Secondary Header ---------------------------- */

/*----------------------------- Primary Header Desktop --------------------------------*/
.space-header-mobile{
    display: none;
    position: absolute;
    width: 100%;
    height: 98px;
    top: 0px;
    background-color: #fff;
    right: 0;
    left: 0;
}
.primary-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: #ffffff;
    top:33px;
	border-bottom: solid 0.1rem var(--primary-color);
}

.primary-header ul {
    list-style: none;
}

#logo {
    position: relative;
    display: block;
    float: left;
    padding: .15em 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 2.5em .66em .66em;
    position: relative;
    display: block;
}

.menu .main-nav > li:last-of-type > a {
    margin-right: -.25em;
}

.main-nav > li:hover > a {
    color: var(--primary-color);
}

.main-nav > li > a:active {
    color: var(--secondary-color);
}

.menu .main-nav > li.has-children > a {
    padding-right: 4em;
}

.menu .main-nav > li.has-children > a::before {
    content: '\33';
    font-family: 'ElegantIcons';
    font-size: 1.8em;
    position: absolute;
    right: 1em;
    -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(--primary-color);
    margin-left:10px !important;
	border-radius: 5px;
}
li.item-contact a, li.item-contact a:hover {
    padding: 8px 18px 8px 16px !important;
    color: #ffffff;
}
#logo {
        width: 310px;
    }
@media only screen and (max-width: 980px) {
    .space-header-mobile{
        display: block;
    }
    li.item-contact{
        display: none !important;
    }
    .primary-header{
        top:64px;
    }
}
/*------------------------------ EO Primary Header Desktop --------------------------------*/
/*---------------------------------- Footer ----------------------------------*/


footer {
    background-color: var(--dark-grey);
}

footer,
footer a {
    color: #ffffff;
}
.footer-section h3, .footer-section li {
    color: #ffffff;
}

footer a:hover,
footer a:active, footer a, footer a:visited {
    color: #ffffff;
    opacity: 1;
}
footer p {
    color:#ffffff;
}
.secondary-footer {
    padding: 1.5em 0px;
    font-size: 1em - 2px;
}

.footer-social {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 2em;
}

.footer-social p {
    display: inline-block;
    line-height: 1.5em;
}

.footer-social ul {
    display: inline-block;
}

.footer-social li {
    display: inline-block;
    line-height: 100%;
    margin: 0px .5em;
}
ul.footer-social-icons li img {
    width: 20px;
}

.footer-info {
    font-size: calc(1em - 2px);
    opacity: 0.8;
}
.uai.userway_dark{
    display: none !important;
}



/*---------------------------------- EO Footer --------------------------------*/

/*-------------------------------- Desktop Layout -------------------------------*/
.site-content{
    padding-top: 128.75px;
}
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.center p {
    margin: auto;
}

.right {
    text-align: right;
}

div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


#page{
    position: relative;
}

.entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.container {
    width: 1400px; /* Backup for IE11 */
    max-width: 90%; /* Backup for IE11 */
    width: var(--site-width);
    max-width: var(--site-max-width);
    position: relative;
    text-align: left;
    margin: auto;
}
.container::before, .container::after {
    content:"";
    display: table;
    clear: both;
}
.am-section {
    padding: 50px 0px;
    clear: both;
}

.am-row {
    margin: auto;
    display: flex;
    width: 90%;    /* Set width of container */
    max-width: 1400px !important;    /* Set max-width of container */
}

.am-column-1-1 {
    width: 100%;
    padding: 40px 60px;
}

.am-column-1-2 {
    width: 50%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}

.am-column-1-3 {
    width: 33%;
    float: left;
    padding: 40px 30px;
    box-sizing: border-box;
}

.am-column-1-4 {
    width: 25%;
    float: left;
    padding: 40px 25px;
    box-sizing: border-box;
}

.am-column-1-5 {
    width: 20%;
    float: left;
    padding: 40px 20px;
    box-sizing: border-box;
}

.am-column-1-6 {
    width: 16.6%;
    float: left;
    padding: 40px 15px;
    box-sizing: border-box;
}

.am-column-2-5 {
    width: 35%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}

.am-column-3-5 {
    width: 65%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}

.am-column-3-4 {
    width: 75%;
    float: left;
    padding: 40px 40px;
    box-sizing: border-box;
}

.am-section + p{
    display: none;
}
.am-section p:empty{
    display: none;
}
.am-section ul, .am-section ol {
    padding-left: 1.5rem;    
}
.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-column-1-1 p{
	max-width: 830px;
}
.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-gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 2px;
}
.am-gallery-item .fancybox:hover {
    opacity: 0.8;
}
.am-gallery-item .fancybox:hover:before {
    opacity: 1;
}
.am-gallery-item .fancybox:before {
    content: "+";
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    line-height: 40px;
    opacity: 0;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background: var(--primary-color);
    border-radius: 100%;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 80%);
    z-index: 9;
    text-align: center;
}
.box-shadow{
    width: 90%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 16px 20px 0px 0px #2a7d2e;
}
.fancybox-close {
    width: 50px!important;
    height: 50px!important;
    border: 3px solid #333!important;
    right: -50px!important;
    top: 0!important;
    font-size: 42px!important;
    background-color: #333!important;
    color: #fff !important;
    background-image: none !important;
}
.fancybox-close::before {
    content: "\4d";
}
.fancybox-prev {
    left: -100px!important;
}
.fancybox-nav {
    width: 100px !important;
    height: 100px!important;
    top: 0!important;
    bottom: 0!important;
    margin: auto!important;
    opacity: 1 !important;
}
.fancybox-nav span, .fancybox-close {
    font-family: eleganticons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-image: inherit;
    font-size: 50px;
    opacity: 1;
    color: #333;
}
.fancybox-nav span {
    visibility: visible!important;
    background: transparent!important;
}
.fancybox-prev span::before {
    content: "\3c";
}
.fancybox-next {
    right: -100px!important;
}
.fancybox-next span::before {
    content: "\3d";
}
.fancybox-overlay {
    background: rgba(255,255,255,0.9) !important;
    z-index: 999999999!important;
}
.fancybox-outer, .fancybox-inner {
    overflow: inherit !important;
}
.fancybox-skin {
    padding: 0px !important;
    box-shadow: 0px 0px !important;
}
.fancybox-inner img{
    max-height: 100%;
    margin: auto;
    display: block;
}
.am-gallery-item .fancybox:hover{
    opacity: 0.8;
}
.am-gallery-item .fancybox:hover:before{
    opacity: 1;
}
.gallery__item--v-2 {
    grid-row-end: span 2;
}
.gallery__item--h-2 {
    grid-column-end: span 2;
}
.embed {
    overflow: hidden;
    padding-block-start: 100%;
    position: relative;
    height: 100%;
}
.embed > *, .embed img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.am-primary-circle,
.am-secondary-circle,
.am-light-grey-circle,
.am-third-circle,
.am-dark-grey-circle{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 18px;
    display: inline-block;
}

.am-primary-circle{background-color: var(--primary-color);}
/*.primary-color{color: var(--primary-color);}*/

.am-secondary-circle{background-color: var(--secondary-color);}
/*.secondary-color{color: var(--secondary-color);}*/

.am-third-circle{background-color: var(--third-color);}
/*.third-color{color: var(--third-color);}*/

.am-light-grey-circle{background-color: var(--light-grey);}
/*.light-grey{color: var(--light-grey);}*/

.am-dark-grey-circle{background-color: var(--dark-grey);}
/*.dark-grey{color: var(--dark-grey);}*/

.am-column-1-3 input:not(.wpcf7-submit){
    width: 100%;
}
@media only screen and (min-width: 981px) {
    .am-equal-column-center{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        direction: ltr;
        align-items: center;
    }
    .float-left {
        float: left;
        width: 47%;
        margin: 1em 3% 1em 0px;
    }

    .float-right {
        float: right;
        width: 47%;
        margin: 1em 0 1em 3%;
    }

    .am-column-1-5 h3,
    .am-column-1-6 h3 {
        font-size: 1em;
    }

    a.am-button-1 + a.am-button-1,
    a.am-button-1 + a.am-button-2,
    a.am-button-1 + a.am-button-3,
    a.am-button-1 + a.am-button-4,
    a.am-button-2 + a.am-button-1,
    a.am-button-2 + a.am-button-2,
    a.am-button-2 + a.am-button-3,
    a.am-button-2 + a.am-button-4,
    a.am-button-3 + a.am-button-1,
    a.am-button-3 + a.am-button-2,
    a.am-button-3 + a.am-button-3,
    a.am-button-3 + a.am-button-4,
    a.am-button-4 + a.am-button-1,
    a.am-button-4 + a.am-button-2,
    a.am-button-4 + a.am-button-3,
    a.am-button-4 + a.am-button-4 {
        margin-left: .66em;
    }

    .two-column-full-width-right-image,
    .two-column-full-width-left-image {
        padding: 0px;
        margin: 0px;
    }

    .two-column-full-width-right-image .am-row,
    .two-column-full-width-left-image .am-row {
        width: 100%;
        /*  max-width: 2200px;  */
    }

    .two-column-full-width-right-image .am-column-1-2,
    .two-column-full-width-left-image .am-column-1-2 {
        padding: 100px 60px;
    }

    .two-column-full-width-right-image .am-row .am-column-1-2:last-of-type {
        padding-right: calc(80px + 5%);
        box-sizing: border-box;
    }

    .two-column-full-width-left-image .am-row .am-column-1-2:first-of-type {
        padding-left: calc(80px + 5%);
        box-sizing: border-box;
    }

}
@media only screen and (max-width: 1150px) and (min-width: 981px) {
    .am-column-1-2 a.am-button-1 + a.am-button-1,
    .am-column-1-2 a.am-button-1 + a.am-button-2,
    .am-column-1-2 a.am-button-1 + a.am-button-3,
    .am-column-1-2 a.am-button-1 + a.am-button-4,
    .am-column-1-2 a.am-button-2 + a.am-button-1,
    .am-column-1-2 a.am-button-2 + a.am-button-2,
    .am-column-1-2 a.am-button-2 + a.am-button-3,
    .am-column-1-2 a.am-button-2 + a.am-button-4,
    .am-column-1-2 a.am-button-3 + a.am-button-1,
    .am-column-1-2 a.am-button-3 + a.am-button-2,
    .am-column-1-2 a.am-button-3 + a.am-button-3,
    .am-column-1-2 a.am-button-3 + a.am-button-4,
    .am-column-1-2 a.am-button-4 + a.am-button-1,
    .am-column-1-2 a.am-button-4 + a.am-button-2,
    .am-column-1-2 a.am-button-4 + a.am-button-3,
    .am-column-1-2 a.am-button-4 + a.am-button-4 {
        margin-left: 0px;
        display: table;
    }
}
@media only screen and (max-width: 480px) {
    .am-parallax-bg{
        background-attachment: inherit;
    }
}

.center .am-column-1-1 p {
    max-width: 650px;
}

h1.blog-title {
    font-size: 2.25em;
}

.blog-sub-header {
    padding-bottom: 1.5em;
}

span.read-time:before {
    content: "\7d";
    font-family: 'ElegantIcons';
    font-size: calc(1em - 2px);
    margin-right: 5px;
}
span.post-date:before {
    content: "\e023";
    font-family: 'ElegantIcons';
    font-size: calc(1em - 2px);
    margin-right: 5px;
}
@media only screen and (max-width: 980px) {
    .site-content{
        padding-top: 161px;
    }
}
/*------------------------------ EO Desktop Layout -------------------------------*/



/*------------------------------ Mobile Layout ---------------------------------*/


@media only screen and (max-width: 980px) {

    h1,
    h2,
    h3,
    h4 {
        line-height: 120%;
    }

    .am-column-1-1,
    .am-column-1-2,
    .am-column-1-3,
    .am-column-1-4,
    .am-column-1-5,
    .am-column-1-6,
    .am-column-2-5,
    .am-column-3-5,
    .am-column-3-4 {
        width: 100%;
        padding: 30px 10px;
    }

    .am-column-1-4,
    .am-column-1-5,
    .am-column-1-6 {
        text-align: center;
    }
    div[class*="am-column"] ul {
        text-align:left;
    }
    .am-row {
        display: block;
    }
    .reverse-section .am-row, .reverse-section.am-row {
        display: -webkit-flex;
        -webkit-flex-direction: column-reverse;
        display: flex;
        flex-direction: column-reverse;
    }

    .am-row:after {  /*---This preserves a row's background color as columns break to new lines ---*/ 
        content: " ";
        clear: both;
        display: block;
        visibility: hidden;
        line-height: 0px;
        height: 0px;
        width: 0px;
    }

    .box-section {   /*---Apply to any row, column, or element with a background color---*/
        width: 92vw;
        margin-left: calc(((-100vw + 100%)/2) + 4vw);
        padding: 5vw;
    }

    .box-section div {   /*---Removes redundant padding---*/
        padding-left: 0px;
        padding-right: 0px;
    }

    a.am-button-1,
    a.am-button-2,
    a.am-button-3,
    a.am-button-4 {
        display: block;
        text-align: center;
        margin: 1em auto;
    }


    .two-column-full-width-right-image .am-column-1-2,
    .two-column-full-width-left-image .am-column-1-2 {
        min-height: 300px;
    }


}

/*------------------------------ EO Mobile Response ---------------------------------*/

/*------------------------------ Button Hover on Desktop ----------------------------*/

@media only screen and (min-width: 981px) {

    a.am-button-1:hover,
    a.am-button-3:hover {
        padding-left: 26px;
        padding-right: 56px;
        opacity: 1;
        position: relative;
    }

    a.am-button-2:hover {
        padding-left: 24px;
        padding-right: 54px;
        opacity: 1;
    }

    a.am-button-1:after, 
    a.am-button-2:after, 
    a.am-button-3:after {
        /* For using an image as button hover icon
        content: ' ';
        background-image: url('/wp-content/uploads/2020/08/button-icon.png');
        background-size: auto 12px;
        background-position: center right;
        background-repeat: no-repeat;
        width: 20px;
        height: 32px; */
        content: '\24';
        font-family: 'ElegantIcons';
        font-size: 1.5em;
        display: inline-block;
        position: absolute;
        opacity: 0;
        margin-left: -10px;
        transition: all 0.5s;
        top: 5px;
    }

    /* When using an image file for button hover icon
      a.am-button-1:after, 
      a.am-button-3:after {
        filter: grayscale(100%) invert(100%);
      }
    
      .dark-section a.am-button-2:after,
      .hero-level-1 a.am-button-2:after,
      .hero-level-2 a.am-button-2:after {
        filter: grayscale(100%) invert(100%);
      }
    */

    a.am-button-1:hover:after, 
    a.am-button-2:hover:after, 
    a.am-button-3:hover:after {
        margin-left: 10px;
        opacity: 1;
    }

    a.am-button-4:hover:after {
        margin: 0px 0px 0px 12px;
    }

}

/*------------------------- EO Button Hover on Desktop ---------------------------*/

/*---------------------------------- Lists ----------------------------------------*/

ul.checkmarks li {
    list-style: none;
    padding-top: 5px;
}

ul.checkmarks li:before {
    content: "\e052";
    font-family: 'ElegantIcons';
    color: var(--primary-color);
    position: absolute;
    margin-right: 10px;
    margin-left: -30px;
}

ul.checkmarks {
    margin-left: 30px;
}

@media only screen and (max-width: 980px) {

    ul.checkmarks {
        margin-left: 10px;
    }

}

/*---------------------------------- EO Lists ----------------------------------------*/

/*--------------------------------- Tables -----------------------------------------*/


table {
    margin: 1em 0px;
    line-height: 120%;
}

thead th {
    background-color: #333333;
    color: #ffffff;
}

tfoot td {
    background-color: #eeeeee;
}

caption {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 1em;
    text-align: left;
    max-width: 300px;
    left: 0px;
    position: sticky;
}

td {
    font-size: 16px;
}

table th,
table td {
    word-break: normal;
    min-width: 10em;
    vertical-align: middle;
    padding: 1em 1em;
    border-color: #ffffff;
}

.table-key {
    background-color: #ffffff;
    font-weight: initial;
    text-align: left;
}

.sticky {
    left: 0px;
    position: sticky;
    display: table-cell;
    min-width: 0px;
    padding-left: 4px;
    padding-right: 1.5em;
}


@media only screen and (min-width: 981px) {

    table {
        max-width: 100%;
    }

}

@media only screen and (max-width: 980px) {

    .table-scroll {
        overflow: scroll;
    }

    .table-scroll:after {
        content: 'Scroll to view full table';
        font-size: 14px;
        font-style: italic;
        position: absolute;
    }


    .table-key {
        box-shadow: 10px 0 5px -2px rgba(0,0,0,.15);
    }

    .table-key + td,
    .table-key + th {
        padding-left: 1.5em;
    }

}

/*------------------------------- EO Tables -----------------------------------------*/

/*--------------------------------- FAQs --------------------------------------------*/

.faq-section h3 {
    font-size: 1em;
    padding-bottom: calc(1em + 10px);
    padding-top: calc(1em + 10px);
    position: relative;
    cursor: pointer;
    padding-right: calc(1.5em + 20px);
    padding-left: 1.5em;
    transition: padding-bottom .2s ease .1s;
}
.faq-section h3::after {
    content: "\33";
    margin-left: 5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'ElegantIcons';
    font-weight: 900;
    vertical-align: middle;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: absolute;
    right: 1em;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
}
.faq-section h3.open-toggle{
    padding-bottom: 10px;
}
.faq-section h3.open-toggle::after{
    transform: translateY(-50%) rotate(180deg);
}

.faq-section .item-faq-block {
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    padding: 0;
}

.faq-section div + div {
    margin-top: .66em;
}
.item-faq-block .block-description-question{
    display: none;
    padding: 0px 1.5em 1em;
}
.block-description-question + p{
    display: none;
}

.collapse-standard {
    float: right;
    text-decoration: none !important;
    margin-top: 1em;
    padding-right: 2px;
}
.collapse-standard::after {
    display: none;
}
.collapse-standard span {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
}
.collapse-standard br {
    display: none;
}

.box-collapse {
    float: right;
    position: relative;
}
.block-faq-title {
    overflow: hidden;
}
.block-faq-title h2 {
    float: left;
}
.collapse-toggles-color{
    color: var(--secondary-color) !important;
}


@media only screen and (max-width: 480px) {
    .faq-section h3:after {
        top: 14px;
    }
}


/*--------------------------------- EO FAQs --------------------------------------------*/

/*------------------ Breadcrumds (Use shortcode [yoast-breadcrumb]  ---------------------*/


.breadcrumbs-customize {
    margin-bottom: 100px;
    color:#fff;
    font-size: 14px;
}

.breadcrumbs-customize .breadcrumb_last {
    font-weight: bold;
}
.breadcrumbs-customize span a {
    text-decoration: underline;
}
.breadcrumbs-customize span a:hover {
    text-decoration: none;
}

/*------------------------------ EO Breadcrumds -------------------------------*/

/* ----------------------------- Global Announcement Bar -------------------------------*/

.announcement-bar {
    padding: 5px 10px;
    margin: 0px;
    background-color: #ff0000; /* Backup for IE11 */
    background-color: var(--secondary-color);
    color: #ffffff;
}

.announcement-bar a,
.announcement-bar a:visited{
    color: #ffffff;
}

.announcement-bar p{
    padding: .66em 0px;
    color:#ffffff;
}

.announcement-bar p:before {
    content: '\26A0';
    font-size: 1.5em;
    line-height: 100%;
    display: inline-block;
    position: absolute;
    margin-left: -35px;
    margin-top: 1px;
}

/* ---------------------------------- EO Announcement Bars ----------------*/



/* --------------------------------- Sidebar ------------------------------*/

.sidebar h3,
#sidebar h3 {
    margin-top: 1.5em;
    margin-bottom: 0px;
}

.sidebar > h3:first-of-type {
    margin-top: 0px;
}

.sidebar img,
#sidebar img {
    margin: .66em 0px;
}
.sidebar-testimonial {
    background-color: var(--secondary-color);
    color: #ffffff;
    padding: 18px 27px;
    margin-bottom: 27px;
}
.sidebar-testimonial img {
    max-width: 40px;
    opacity: 0.3;
    margin: 12px auto 8px;
    display: block;
}

.sidebar-testimonial p {
    font-size: 14px;
    color:#ffffff;
}
.sidebar-testimonial .testimonial-author {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
}

.sidebar-testimonial .testimonial-author-descriptor {
    font-size: 14px;
    font-style: italic;
    opacity: 0.6;
    padding-left: 12px;
    padding-right: 12px;
}




/*.form-label-top {
    margin-bottom: 6px;
    display: block;
    white-space: normal;
}
.form-label-top, .form-label-left, .form-label-right {
    font-weight: bold;
    margin-bottom: 9px;
}*/


#sidebar input[type=text], #sidebar input.text, #sidebar input.title, #sidebar textarea, #sidebar select, #sidebar .form-line-active input:focus, #sidebar .form-line-active textarea:focus {
    padding: 10px 20px;
    border: 1px solid #999 !important;
    display: block;
    background-color: #eee;
    font-size: 15px;
    width: 100%;
}
#sidebar .form-section{
    width: 100%;
    max-width: inherit;
    padding: 0px;
}

#sidebar .am-contact_submit {
    margin: 0px auto;
    width: 100%;
    background: #232162;
    color: #ffffff !Important;
}
#sidebar .am-contact_submit {
    background-color: #232162!important;
    color: #fff!important;
    border-radius: 0px;
}

.sidebar-inc {
    border: 1px solid #dddddd;
    padding: 18px 18px 6px;
}
.sidebar-inc img{
    display: block;
    max-width: 100%;
    margin: auto !important;
}
.sidebar-inc a {
    background-color: #232162;
    color: #ffffff;
    padding: 6px 18px 8px;
    margin: 0px auto !important;
    text-align: center;
    display: block;
    border: solid 2px #232162;
    transition-duration: 0.3s;
}
.sidebar-inc a:hover {
    background: #ffffff;
    color: #232162;
    font-weight: 500;
    transition-duration: 0.3s;
}

#downloadable-forms{
    padding: 0px;
    list-style-type: none;
    margin-left:30px;
}
#downloadable-forms li {
    margin-bottom: 14px;
    line-height:1.3em;
}
#downloadable-forms li a {
    color: #232162;
    font-size: 15px;
    font-weight: 600;
}

ul#downloadable-forms span.icon_cloud-download {
    margin-left: -25px;
    font-size: 17px;
    margin-top: 2px;
    position: absolute;
}

#sidebar input[name="formID"] + p{
    display: none;
}
#sidebar .sidebar-form + p{
    height: 0px !important;
    overflow: hidden;
    padding: 0px;
}

#sidebar .form-section li{
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 0px;
}
#sidebar .form-section li .form-input-wide{
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
#sidebar .form-section li .form-buttons-wrapper{
    margin-top: 10px;
    display: block;
}
.sidebar-testimony {
    background-color: #232162;
    border-radius: 3px;
    margin: 12px 0px 0px;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
}

.sidebar-testimony img {
    display: block;
    max-width: 140px;
    margin: 0px auto 12px !important;
    opacity: 0.5;
}
.sidebar-testimony-author {
    font-weight: bold;
    font-style: none;
    display: block;
    text-align: right;
    margin-top: 8px;
}
#sidebar p{
    font-size: 18px!important;
}
.widget_categories a {
    text-decoration: none;
    color: #666;
    font-weight: 600;
    font-size: 14px!important;
}
.widget_categories li{
    margin: 0px !important;
}

/*--------------------------------- EO Sidebar ---------------------------------------*/


/*------------------------------ Animation ---------------------------------*/

.am-button-1, .am-button-2, .am-button-3, .am-button-4 {
    opacity: 0;
}
.show-effect-button {
    animation: effect_animation .5s ease-in forwards;
}
@-webkit-keyframes effect_animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes effect_animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes effect_animation{
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-ms-keyframes effect_animation{
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes effect_animation{
    0% { opacity: 0; }
    100% { opacity: 1; }
}


/*------------------------------ EO Animation ---------------------------------*/

/*--------------------------------Scroll Bar ----------------------------------*/  
@media only screen and (min-width: 981px) {

    html {
        --scrollbarBG: #e9e6e6;        
        --thumbBG: #c1c1c1;
        overflow-y: auto;
    }
    body::-webkit-scrollbar {
        /*width: 25px;*/        
        width: 17px;        
    }

    body {
        scrollbar-width: thin;
        scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    }

    body::-webkit-scrollbar-track {
        background: var(--scrollbarBG);        
    }

    body::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG);
        /*border-radius: 30px;*/
        border: 0px solid var(--scrollbarBG);
    }

    body::-webkit-scrollbar-thumb:hover {
        background-color: #a09f9f !important;        
    }
    body::-webkit-scrollbar-thumb:active {
        background-color: #828282;          
    }
    ::-webkit-scrollbar-thumb:active {
        background: linear-gradient(left, #22ADD4, #1E98BA);
    }

}


/*------------------------------ EO Scroll Bar ------------------------------*/

/*------------------------------ Overwriting Default Wordpress Theme ---------------------------------*/


h1:before,
h2:before {
    display: none !important;
}

.entry .entry-content > *, 
.entry .entry-summary > *, 
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *, 
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
    margin: 0px !important;
    max-width: none !important;
} 

header.entry-header {
    display: none;
}

footer.entry-footer {
    display: none;
}

/*------------------------------ EO Overwriting Default Wordpress Theme ---------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
body .uwy{
    z-index: 99 !important;
}
@media only screen and (min-width: 601px) {
    .logged-in .primary-header.am-fixed-header.scrollUp {
        top: 32px !important;
    }

}



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
/*------------------------------ EO Alchemy Custom CSS --------------------------------*/
.services-info{
	padding: 25px;
}
.page-id-304 .secondary-footer {
    border-top: solid 5px var(--primary-color);
}
.page-id-304 .gallery-section, .page-id-304 .gallery-section .no-padding-top{
	padding-bottom: 0px;
}
ul.locations li:before {
    font-family: 'elegantIcons';
    color: var(--primary-color);
    position: absolute;
    content: '\e081';
    margin-left: -30px;
}
p.phone-footer {
    font-size: 46px;
}
p.phone-footer span.icon_phone:before {
    font-size: 32px !important;
    margin-right: 20px;
}
ul.left-ul, ul.right-ul, ul.locations {
    list-style: none;
}
.page-id-292 .full-width-p p {
	max-width: 100%;
}
.privacy-policy .am-column-1-1 p {
    max-width: 100%;
}
.hero-bg-img {
  position: relative;
  width: 100%;
  background-position: center;
  background-image: url('http://collierslawn.com/wp-content/uploads/2024/03/lawn.jpg');
}
.hero-bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
}
.hero-text >* {
	position: relative;
	color: #fff;
	z-index: 1
}
.hero-text h1{
    line-height: 110%;
	max-width: 860px;
}
.services-section img{
	border-radius: 10px 10px 0 0;
}
.services-section img:first-of-type {
	width: 100%;
}
.services-section .am-column-1-3 {
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.04);
}
.services-icon{
	text-align: center;
}
.services-icon img {
    background-color: #f1ffed;
    padding: 15px 15px 15px 15px;
	margin-top: -15%;
	border: 10px solid #fff;
	border-radius: 50%;
	width: 110px!important;
}
.services-section .am-column-1-3 {
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.04);
	margin: 40px 30px;
	padding: 0px;
}
.services-page {
	position: relative;
    width: 100%;
    background-position: center;
    background-image: url('http://collierslawn.com/wp-content/uploads/2024/03/services-hero-banner.jpg');
}
.services-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
}
.services-page>* {
	position: relative;
	z-index: 1;
}
.services-page h1 {
	color: #fff;
}
.our-process h3 {
    background: var(--primary-color);
    color: #ffffff;
    padding: 15px;
    margin-top: -20px;
    z-index: 2;
    position: relative;
	font-size: 22px;
}
.our-process p {
    background: #e9e9e9;
    margin-top: 0px;
    padding: 15px;
}
.our-process img {
    width: 100%;
	border-radius: 10px 10px 0 0;
}
ul.choose-us li {
  line-height: 160%;
  position: relative;
  list-style: none;
}
ul.choose-us li::before {
  content: "\4e";
  left: -24px;
  font-weight: 700;
  position: absolute;
  font-family: 'ElegantIcons';
  color: var(--primary-color);
}
.no-padding-top{
	padding-top: 0px;
}
.no-padding-bottom{
	padding-bottom: 0px;
}
@media only screen and (max-width: 980px) {
.services-section .am-column-1-3 {
    padding: 0px 0px 30px 0px!important;
    margin: 0px 0px 30px 0px;
}
}
@media only screen and (min-width: 769px) {
.hero-text h1{
	font-size: 90px;
}
.hero-bg-img {
  padding-top: 250px;
  padding-bottom: 250px;
  }
}
@media only screen and (max-width: 680px){
	p.phone-footer {
    font-size: 35px;
}
    .gallery__item--v-2,
    .am-gallery-item,
    .gallery__item--h-2,
    .am-gallery-item{
        grid-row-end: span 1;
        grid-column-end: span 4;
    }
    .embed--2-1 {
        padding-top: calc(100% / (1 / 1));
    }
    .am-gallery-item .fancybox{
        pointer-events: none;
    }
    .am-gallery .am-gallery-item{
        display: none;
    }
    .am-gallery .am-gallery-item:nth-child(1),
    .am-gallery .am-gallery-item:nth-child(2),
    .am-gallery .am-gallery-item:nth-child(3),
    .am-gallery .am-gallery-item:nth-child(4){
        display: block;
    }
}
@media only screen and (max-width: 550px) {
    .fancybox-skin{
        max-width: calc(100vw - 150px);
    }
    /* .fancybox-wrap{
         max-width: 350px;
         width: 350px !important;
     }*/
    .fancybox-inner{
        width: 100% !important
    }
    .fancybox-nav {
        width: 40px !important;
        height: 40px !important;
    }
    .fancybox-prev {
        left: -50px !important;
    }
    .fancybox-next {
        right: -50px !important;
    }
    .fancybox-nav span, .fancybox-close{
        font-size: 30px !important;
    }
    .fancybox-close{
        width: 38px !important;
        height: 38px !important;
        right: 0 !important;
        top: -38px !important;
    }
}
@media only screen and (max-width: 430px) {
    .fancybox-wrap{
        max-width: 250px;
        width: 250px !important;
    }
}
@media only screen and (max-width: 375px) {
    .fancybox-prev {
        left: -45px;
    }
    .fancybox-next {
        right: -48px;
    }
}
/*---------------------------------- EO Footer Form Design CSS ----------------------------------------*/
div.am-foot-contact-us br{
    display: none;
}
div.am-foot-contact-us h2{
    padding: 10px 0;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
div.am-foot-contact-us h3{
    text-transform: initial;
    color: #333 !important;
}
div.am-foot-contact-us .one-column-row,
div.am-foot-contact-us .two-column-row,
div.am-foot-contact-us .three-column-row{
    display: flex;
}
div.am-foot-contact-us .one-column-row > .form-column-1-1{
    width: 100%;
}
div.am-foot-contact-us .two-column-row > .form-column-1-2{
    width: 48%;
}
div.am-foot-contact-us .two-column-row > .form-column-1-2:nth-child(even){
    margin-left: 4%;
}
div.am-foot-contact-us .three-column-row > .form-column-1-3{
    width: 32%;
}
div.am-foot-contact-us .three-column-row > .form-column-1-3:nth-child(even){
    margin: 0 2%;
}
div.am-foot-contact-us input,
div.am-foot-contact-us textarea{
    width: 100%;
    padding: 0.5em 0.6em;
    border-radius: initial;
    box-shadow: none !important;
    border-radius: 8px;
    border: solid 2px #2a7d2e;
}
.contact-page div.am-foot-contact-us input,
.contact-page div.am-foot-contact-us textarea{
    border-radius: 0px;
    border: solid 1px #333333;
}
div.am-foot-contact-us textarea{
    min-height: 90px;
    height: 90px;
    overflow: hidden;
    line-height: 1.3;
}
div.am-foot-contact-us input:hover,
div.am-foot-contact-us input:focus,
div.am-foot-contact-us textarea:hover,
div.am-foot-contact-us textarea:focus {
    background: #f9f7f7;
}
div.am-foot-contact-us div.content-input  input:focus,
div.am-foot-contact-us div.content-input  textarea:focus{
    padding-top: 1em;
    padding-bottom: 0em;
    outline: initial;
    /*transition-duration: 0.3s;
    box-shadow: 0px 0px 2px #ffffff;*/
}
div.am-foot-contact-us .content-story ul{
    list-style: none !important;
}
div.am-foot-contact-us .content-story ul > li{
    cursor: pointer;
    position: relative;
    padding: 0.188em 0;
}
.icon-checked-2 {
    font-size: 1.563em;
    position: absolute;
    color: #5eba7d;
    left: -30px;
    top: 6px;
}
div.am-foot-contact-us .content-input{
    position: relative;
}
div.am-foot-contact-us .icon-checked-3{
    font-size: 1.563em;
    position: absolute;
    color: #5eba7d;
    z-index: 1;
    right: 12px;
    top: 36%;
    margin-top: -10px;
    display: none;
}
div.am-foot-contact-us .icon-warning {
    font-size: 1.563em;
    position: absolute;
    color: #FF6600;
    z-index: 1;
    right: 12px;
    top: 40%;
    margin-top: -14px;
    display: none;
}
div.am-foot-contact-us .title-input{
    position: absolute;
    color: #000;
    z-index: 1;
    padding: 0;
    font-size: calc(1em - 2px);
    display: none;
    top: 9px;
    -webkit-animation-name: moveit1;
    -webkit-animation-duration: 0.1s;
    animation-name: moveit2;
    animation-duration: 0.1s;
}
div.am-foot-contact-us .icon > span,
div.am-foot-contact-us .icon-checked-2{
    display: none;
}
div.am-foot-contact-us .selected-mask .icon > span{
    display: block;
}
div.am-foot-contact-us .opacity-active .icon > span{
    display: none;
}
div.am-foot-contact-us .selected-radio .icon-checked-2{
    display: block;
}
div.am-foot-contact-us .am-form-question{
    text-align: center;
}
div.am-foot-contact-us .reduced-width{
    max-width: 600px;
    margin: 0 auto;
}
div.am-foot-contact-us .wpcf7-form-control.wpcf7-submit {
    color: #fff !important;
    background-color: #2a7d2e;
    border: 2px solid #ffffff;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase !important;
}
.contact p.phone {
    font-size: 32px;
    margin-top: -15px;
    font-weight: 600;
    margin-bottom: 20px;
}
@-webkit-keyframes moveit2 {
    from {
        top: 20px;
    }
    to {
        top: 8px;
    }
}
@keyframes moveit2 {
    from {
        top: 20px;
    }
    to {
        top: 8px;
    }
}
.form-column-1-1 h5{
	margin-bottom: 5px;
	margin-top: 15px;
}
div.am-foot-contact-us .focus-on{
    top: 0.4em;
    display: block;
    left: 0.8em;
    font-size: 0.7em;
}
.checkbox-block{
	padding-bottom: 10px;
}
.checkbox-block .wpcf7-checkbox .wpcf7-list-item,
.checkbox-block .wpcf7-radio .wpcf7-list-item
{
    max-width: 48%;
    width: 100%;
    margin-bottom: 6px;
    color:#333333;
    margin-left: 0px;
}

.checkbox-block .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"],
.checkbox-block .wpcf7-radio .wpcf7-list-item input[type="radio"]{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 100%;
    display: inline;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
}
.checkbox-block .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label,
.checkbox-block .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label{
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 100%;
    display: inline;
}
@media only screen and (max-width: 480px) {
   .checkbox-block .wpcf7-checkbox .wpcf7-list-item{
       max-width: 100%;
       width: 100%;
   }
    div.am-foot-contact-us .wpcf7-form-control.wpcf7-submit{
        font-size: 16px;
    }
    div.am-foot-contact-us .two-column-row{
        display: block;
    }
    div.am-foot-contact-us .two-column-row > .form-column-1-2{
        width:100%;
    }
    div.am-foot-contact-us .two-column-row > .form-column-1-2:nth-child(even){
        margin: 0px !important;
    }
    div.am-foot-contact-us .three-column-row > .form-column-1-3:nth-child(even) {
        margin: 0 ;
    }
}
.dark-section input.wpcf7-form-control.wpcf7-submit:hover{
    background: #fff!important;
    opacity: 0.7;
}

.wpcf7-not-valid-tip{
    display: none;
}
form p {
  margin: 0rem 0;
}
/*------------------------------  End Footer Form of CSS -----------------------------*/

/*-----Scroll Bar ------*/
@media only screen and (min-width: 981px) {
    html {
        --scrollbarBG: #EEEEEE;   
        --thumbBG: #4F4d81a3;
    }

    body {
        scrollbar-color: var(--thumbBG) var(--scrollbarBG);

    }

    body::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }


    body::-webkit-scrollbar-thumb {
        /* background-color: var(--thumbBG) ;
         border: 3px solid var(--scrollbarBG);*/

        background-color: #c1c1c1;        
        border-right: 4px solid var(--scrollbarBG);
        border-left: 4px solid var(--scrollbarBG);
        box-sizing: border-box;
    }

    body::-webkit-scrollbar-thumb:hover {
        /*background-color: #232162 !important;*/
        background-color: var(--primary-color) !important;
        border-right: 4px solid var(--scrollbarBG);
        border-left: 4px solid var(--scrollbarBG);
        box-sizing: border-box;        
    }
    body::-webkit-scrollbar-thumb:active {
        background-color: #181744;  
        border-right: 4px solid var(--scrollbarBG);
        border-left: 4px solid var(--scrollbarBG);
        box-sizing: border-box;        
    }

    /*Buttons*/ 



    ::-webkit-scrollbar-button:single-button {
        background-color: #EEEEEE;
        display: block;
        border-style: solid;
        height: 20px;
        width: 20px      
    }

    /*Up*/



    ::-webkit-scrollbar-button:single-button:vertical:decrement {
        border-width: 0 5px 5px 5px;    
        border-color: transparent transparent transparent transparent;                   
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/up-arrow.svg");               
        background-position: center 3px;         
        background-repeat: no-repeat;        
        background-size: 10px;         
        width: 10px;          
    }

    ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {              
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/up-arrow.svg"); 
    }

    ::-webkit-scrollbar-button:single-button:vertical:decrement:active {
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/up-arrow-dark.svg");        
        background-size: 10px;
    }
    /*Down*/ 

    ::-webkit-scrollbar-button:single-button:vertical:increment {
        border-width: 0 5px 5px 5px; 
        border-color: transparent transparent transparent transparent;     
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/down-arrow.svg");    
        background-position: center 4px;
        background-repeat: no-repeat; 
        background-size: 10px ;
        width: 10px;
    }

    ::-webkit-scrollbar-button:vertical:single-button:increment:hover {    
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/down-arrow.svg"); 
    }


    ::-webkit-scrollbar-button:vertical:single-button:increment:active {
        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/down-arrow-dark.svg");    
        background-size: 10px;
    }
}
/*----- EO Scroll Bar for Avion ------*/

/*------------------------------Secondary Header--------------------------------*/

.secondary-header {
    background-color: var(--primary-color);
}

.secondary-header,
.secondary-header a{
    color: #ffffff;
}

/*------------------------------EO Secondary Header--------------------------------*/

/*---------------------------------- Mega Menu ---------------------------------------------*/


.menu .main-nav > li ul.mega-menu{
    padding: 20px;
    left: auto;
    right: auto;
    position: absolute;
    display: none;
    text-shadow: none;
    -webkit-box-shadow: 0px 5px 10px #bbbbbb;
    -moz-box-shadow: 0px 5px 10px #bbbbbb;
    box-shadow: 0px 5px 10px #bbbbbb;
    background-color: var(--light-grey);
    border-top: 4px solid var(--secondary-color);
}

.mega-menu-columns .mega-menu-row li {
    padding: .66em;
    box-sizing: border-box;
}

.mega-menu-columns .mega-menu-row {
    margin: 0px;
    padding: 0px;
    clear: both;
    overflow: hidden;
    max-width: inherit;
}

.mega-menu-columns .mega-menu-row li .title-item {
    display: block;
}

/*---------------------------------- EO Mega Menu ---------------------------------------------*/

/*------------------------------Primary Header Desktop--------------------------------*/


.menu ul li a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1100px) {
    /*  .primary-header .container {
          min-width: 1100px;
      }*/
}

.mega-menu-columns .mega-menu-row li .title-item {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.menu .main-nav > li > ul.mega-menu > li {
    width: 100%;
    padding: 6px 0px;
    margin: 0;
}
.menu .main-nav > li.mega-menu-width ul.mega-menu > li > a {
    border-bottom: 0px;
}
.menu .main-nav > li.mega-menu-width ul.mega-menu > li, 
.menu .main-nav > li.mega-menu-width ul.mega-menu {
    padding: 0px;
    margin: 0px;
}
@media only screen and (min-width: 981px) {
    body:not(.am-fixed-header) .menu .main-nav > li > a{
        padding-bottom: 28px;
    }
    .menu .main-nav > li > a{
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 981px) {

    .mega-menu-columns .mega-menu-row li .title-item{
        font-size: 10px;
    }

}

/*--------------------------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(--primary-color);;
    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: 300px;
    }
    .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 (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: 5px 0px 5px 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: #414141;
        font-weight: bold !important;
        font-size: 22px;
    }
    .main-nav .active-parent-current{
        border-bottom: 1.5px solid #888888;
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
    .main-nav>li:last-child.active-parent-current>a{
        border-bottom: 1.5px solid #888888;
    }
    .main-nav .active-parent-current + li{
        margin-top: 0px;
    }
    .main-nav li button:focus{
        outline: inherit;
    }
    .main-nav li button {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 15px;
        background: none;
        border: none;
        border-radius: 0px;
        width: 44px;
        height: 44px;
        top: 10px;
        margin: auto;
        right: 20px;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        transform: none;
        color: #666666;
        z-index: 9999;
    }

    .main-nav li button i::before{
        font-family: eleganticons;
        content:"\4c";
        speak: none;
        font-weight: 700;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-size: 22px;
        display: inline-block;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }
    .main-nav li button.active-button i::before{
        transform: rotate(45deg);
    }
    .main-nav>li:last-child>a{
        border-bottom: 0px;
        box-shadow: none;
    }
    .menu .main-nav{
        padding: 25px;
    }

    .menu .main-nav > li.has-children > a::before,
    .menu .main-nav > li.has-children > a::after{
        display: none;
    }

    .menu .main-nav > li.has-children > a::after{
        top: 12px;
        right: 7px;
    }
    body:not(.am-fixed-header) #page.open-menu-items .header-group{
        position: fixed;
        min-height: 100%;
        width: 100%;
        z-index: 999999999999;
        overflow: scroll;

    }
    body:not(.am-fixed-header) #page.open-menu-items .primary-header{
        position: absolute !important;
        height: fit-content;
        overflow: visible;
    }

    #page.open-menu-items .primary-header{
        position: fixed !important;
        -moz-transition: all .4s ease-in !important;
        -o-transition: all .4s ease-in !important;
        -webkit-transition: all .4s ease-in !important;
        transition: all .4s ease-in !important;
        overflow: auto;
        min-height: 100%;
    }

    
    body:not(.am-fixed-header) #page.open-menu-items .primary-header .menu{
        top: 101px;
    }
    .menu .main-nav > li> ul.mega-menu>li a{
        padding-left: 5px;
        padding-bottom: 0px;
    }

    .menu .main-nav > li ul.mega-menu{
        position: relative;
        padding-top: 0px;
        padding-bottom: 0px;
        border: 0px !important;
        box-shadow: initial;
        left: inherit !important;
        width: auto !important;
    }
    .mega-menu-columns .mega-menu-row li figure img{
        width: auto;
    }
    .shadow-mobile{
        position: absolute;
        width: 25px;
        height: 25px;
        right: 0px;
        top:5px;
        z-index: 99;
    }
    .secondary-menu{
        display: none;
    }
    .secondary-header .container, .primary-header .container {
        width: 85%;
        max-width: 1080px;
        margin: auto;
        padding-right: 0px;
        padding-left: 0px;
        position: static;
    }
    .icon-mobile{
        display: block;
    }
    .menu{
        width: 0%;
        height: fit-content;
        overflow: hidden;
        position: absolute;
        left: 100%;
        top: 101px;
        bottom: 0;
        z-index: 500;
        box-shadow: inset 0 10px 10px -8px rgba(0,0,0,.1);
        background: #e8e8e8;
        -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
        padding-top: 0px;
        z-index: 9999;
    }
    .menu.open{
        left:0;
        width: 100%;
    }

    .menu .main-nav > li{
        float: none;
        position: relative;
    }
    .menu .main-nav > li > a{
        position: relative;
        display: block;
        padding: 15px;
    }
    span.line-break-mobile {
        display: block;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

}

@media only screen and (max-width: 768px) {
    /*.menu{
        width: 100%;
    }*/
    .main-nav > li > a {
        font-size: 20px;
    }
    #header .hdr-tools .container{
        width: 95%;
        max-width: inherit;
    }

    .wrapper-service-box{
        padding-left: 30px;
    }
}
@media only screen and (max-width: 480px) {
#logo{
    width: 260px;
    top: 8px;
}
    .main-nav li button {
        right: 10px;
        padding: 5px;
        width: 30px;
        height: 30px;
        top: 16px;
    }
    /*.menu{
      width: 100%;
     }*/
    .main-nav > li > a {
        font-size: 20px;
    }
    .list-services-box ul li{
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 375px) {

  #logo {
    width: 235px;
    top: 10px;
  }
}

@media only screen and (max-width: 320px) {
  #logo {
    width: 228px;
    top: 10px;
  }
    .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: 225px;
    padding: 0px;
    top: 5px;
}
.primary-header.am-fixed-header.scrollUp #btn-menu {
    top: 7px;
}
@media only screen and (min-width: 981px) {

    .primary-header.am-fixed-header.scrollUp .menu {
        padding-top: 13px;
    }

}
@media only screen and (max-width: 980px) {
    .primary-header.am-fixed-header .space-header-mobile{
        top: 0px;
        height: 72px;
    }
    .primary-header.am-fixed-header.scrollUp #logo{
        top: 0px;
    }
     .primary-header.am-fixed-header #logo img{
        height: 4em;
    }
    .primary-header.am-fixed-header.scrollUp::before{
        top: 72px;
    }
    .primary-header.am-fixed-header.scrollUp #btn-menu{
        top:14px;
    }
     .primary-header.am-fixed-header.scrollUp .icon-mobile{
        margin-top: 23px;
    }
    .primary-header.am-fixed-header.scrollUp{
        border-bottom: 0px;
    }
    .primary-header.am-fixed-header .menu{
        top: 76px;
    }
}

/*---------------------------EO Upscroll Header---------------------------*/



/*------------------------------ BO General -------------------------------------*/

@media only screen and (max-width: 980px) {

    div[class*="two-column-full-width"] p.pre-h {
        margin-top:20px;
    }
    .menu ul.main-nav {
        width: 85%;
        margin: 0px auto;
    }

}

/*------------------------------ EO General -------------------------------------*/




/*------------------------------ Category CSS --------------------------------------*/

.archive #content{
    margin: auto;    
    width: 100%;    
}
.archive #primary{
    width: 100%;
    padding: 40px 60px; 
}

.archive #main{
    width: 100%;
    padding: 40px 60px;
    max-width: 1400px;
    margin: auto;
}
.archive #main article{
    width: 45%;
    margin: 19px;
    background: #f2f2f2;
    padding: 30px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
}

.archive .page-header {
    padding: calc(3% + 60px) calc(3 * 1rem) !important;
    text-align: center;
    background-color: var(--primary-color);
    margin: 0 !important;
}

.archive .page-header .page-title {
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: var(--primary-font);
}

.archive .page-header .page-title .page-description {
    margin-top: 18px;
    line-height: 110%;
    font-size: 63px;
    font-family: var(--secondary-font);
    color: #FFF;
}

.archive .pagination{
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px){
    .archive #main article{
        width: 44%;
    }
}

@media only screen and (max-width: 980px){
    .archive #primary #main {
        padding: 0;
    }

    .archive #primary{
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 768px){
    .archive article {
        width: 100% !important;
        margin-left: 0 !important;
    }
}


@media only screen and (max-width: 425px){
    .archive .page-header {
        padding: calc(3% + 60px) calc(1 * 1rem) !important;
    }
    .archive .page-header .page-title .page-description{
        font-size: 45px;
    }
}
@media only screen and (max-width: 325px){
    .alignleft {
        margin-right: 0rem;
    }
}



.pagination .nav-links > a{
    color: var(--primary-color);
    text-decoration: none;
}

.pagination .nav-links  .page-numbers.dots:hover{
    background-color: transparent;
    color: var(--dark-grey);
}

.pagination .nav-links  .page-numbers.current{
    background-color: var(--light-grey);
    color: var(--primary-color);
}

.pagination .nav-links .page-numbers:hover{
    background: var(--primary-color);
    color: var(--light-grey);
}

.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers{
    line-height: initial;
    padding-top: 20px;
    display: flex;
    text-decoration: none;
}

.pagination .nav-links .prev.page-numbers:hover,
.pagination .nav-links .next.page-numbers:hover{
    background-color: transparent;
    color: var(--primary-color);
}

.pagination .nav-links .prev.page-numbers .svg-icon,
.pagination .nav-links .next.page-numbers .svg-icon{
    opacity: 0;
}

.pagination .nav-links .prev.page-numbers:hover .svg-icon,
.pagination .nav-links .next.page-numbers:hover .svg-icon{
    opacity: 1;
}

.pagination .nav-links {
    margin-left: 0;
    padding: 0;
    margin: auto;
    width: fit-content;
}
.archive .pagination,
.blog-post-mention .pagination{
    margin-top: 20px;
}

@media only screen and (max-width: 767px){
    .pagination .nav-links .prev.page-numbers .svg-icon, 
    .pagination .nav-links .next.page-numbers .svg-icon {
        opacity: 1;
    }

    .pagination .nav-links .prev.page-numbers, 
    .pagination .nav-links .next.page-numbers{
        padding: calc(.5 * 1rem);
    }
}
/*------------------------------ ---------------------------------------------------*/
/*------------------- Slide Testimonials css----------------*/
.slick-active .testimonial-box{
    background-color: #ccc;    
}
.testimonial-box {
    padding: 20px;
    background-color: white;
    background-position: bottom;
    border-radius: 0;
}

.testimonial-box > p{
    /*    overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;*/
    padding-bottom:initial;
    font-size: calc(1em - 2px);
}
.testimonial-box > h3{
    padding: 5px 0px;
}
.testimonial-box a.toggle-read-more{
    display: none;
    font-size: calc(1em - 2px);
}

.entry .entry-content .wp-block-separator, .entry .entry-content hr{
    height: 1px; 
    margin-bottom: 0; 
    margin-top: 0;
}
.no-padding-top-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}
.section-slide-testimonials{
    padding-bottom: 100px;  
}
.section-slide-testimonials .slick-prev::before, .section-slide-testimonials .slick-next::before{
    display: none;
}

.section-slide-testimonials .slick-prev.slick-arrow{
    left: 0px;    
    z-index: 9999999;
    top: 10px;
    margin: auto;
    height: calc(100% - 40px);
    transform: initial; 
    position: absolute;
    width: 130px;
}

.section-slide-testimonials .slick-next.slick-arrow{
    right: 0px;    
    z-index: 9999999;
    top: 10px;
    margin: auto;
    height: calc(100% - 40px);
    transform: initial;
    position: absolute;
    width: 130px;
}

.section-slide-testimonials .slick-next,
.section-slide-testimonials .slick-prev{
    width: 10%;
    padding: 0px;
}

@media (hover: hover) and (pointer: fine){
    .section-slide-testimonials .slick-next {
        cursor: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/SVG/Next.svg?v=1.2") 60 30, e-resize;        
    }

    .section-slide-testimonials .slick-prev {
        cursor: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/SVG/Prev.svg?v=1.2") 0 30, w-resize;
    }
}

.section-slide-testimonials .slick-slide{
    padding: 10px;
    transition: all 300ms ease;    
    transform: scale(1);
    opacity: 0.5;
    cursor: grab;
    position: relative;
}
.section-slide-testimonials .slick-slide.dragg{
    cursor: grabbing; 

}

.section-slide-testimonials .slick-slide.slick-center,
.section-slide-testimonials .slick-slide.slick-center + .slick-slide,
.section-slide-testimonials .slick-slide.back-center{
    transform: scale(1);
    opacity: 1;
}



.section-slide-testimonials .slick-slide[aria-hidden="false"]{
    transform: scale(1);
    opacity: 1;
}

/* slide when active (when play last to first) */ 
.section-slide-testimonials .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]  {
    transform: scale(1);
    opacity: 1;
}

.testimonials-list-box{
    margin: auto !important;    
    padding: 0px 0px 20px 0px;
    max-width: calc(var(--site-max-width) + 200px) ;
}

.testimonials-list-box .slick-slide img{
    margin: auto;
}
.section-slide-testimonials .slick-list.draggable{
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.section-slide-testimonials .slick-slide li {
    padding: 55px 50px;
    background-color: #f2f2f2;
    border-radius: 20px;
    position: relative;
}
.section-slide-testimonials .slick-dots{
    max-width: inherit;
}
.section-slide-testimonials.row-slick-carousel {
    max-width: 100% !important;
    width: 100%;
    display: block;
}

.section-slide-testimonials.row-slick-carousel .am-column-1-1{
    padding-left: 0px;
    padding-right: 0px;
}
.section-slide-testimonials .slick-arrow{
    background: transparent !important;
}

div.ruler-ticks.ruler-ticks-center:after{
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
    margin-top: -20px;
}


.slick-dots li button{
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 13px;
    border: 2px solid var(--primary-color);
    opacity: 1 !important;
    position: relative;

}


.slick-dots li button::before{
    content:'';
    background-color: var(--primary-color);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    opacity: 0 !important;

}

.slick-dots li button:hover::before{
    opacity: 1 !important;
}
.slick-dots li.slick-active button{
    background-color: var(--primary-color);
}

.woocommerce-product-gallery img{
    width: 100%;
}

.flex-control-nav.flex-control-thumbs{
    padding-left: 0;

}

.flex-control-nav.flex-control-thumbs > li{
    margin-right: 5px;
}

.woocommerce-product-gallery > .flex-viewport{
    height: auto !important;
}



.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-list.draggable {
    padding-left: 40px!important;
    padding-right: 40px!important;
    padding-top: 20px !important;
}
.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-prev,
.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-next{
    width: 40px !important;
}

.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-slide{
    transform: scale(1) !important;
    margin-top: 0px !important;
    opacity: 1 !important;
}
.section-sidebar-testimonials{
    margin-top: 55px;
}



@media only screen and (min-width: 1601px){
    .section-slide-testimonials .slick-next.slick-arrow{
        /*background: -prefix-linear-gradient(left, transparent, white) !Important;*/
        /*background: linear-gradient(to right, transparent, white) !Important;*/
        background: rgb(204,204,204)!Important;
        background: linear-gradient(90deg, rgba(204,204,204,0) 0%, rgba(255,255,255,1) 100%)!Important;        
    }

    .section-slide-testimonials .slick-prev.slick-arrow{
        /*background: -prefix-linear-gradient(right, transparent, white) !Important;
        background: linear-gradient(to left, transparent, white) !Important;*/
        background: rgb(204,204,204)!Important;
        background: linear-gradient(-90deg, rgba(204,204,204,0) 0%, rgba(255,255,255,1) 100%)!Important;         

    }

    .section-slide-testimonials .slick-list.draggable {        
        padding-right: 140px !important;
        padding-left: 140px !important;
    }

}
@media only screen and (max-width: 1600px){
    .section-slide-testimonials .slick-list.draggable {        
        padding-right: 170px !important;
        padding-left: 170px !important;
    }
}
@media only screen and (max-width: 1200px){
    .section-slide-testimonials .slick-prev, .section-slide-testimonials .slick-next {
        width: 150px;
    }
}
@media only screen and (max-width: 980px){
    .section-slide-testimonials .slick-list.draggable {
        padding-right: 250px!important;
        padding-left: 250px!important;
    }
    .section-slide-testimonials .slick-slide {
        padding: 20px 5px;
    }
}
@media only screen and (max-width: 768px){
    .section-slide-testimonials .slick-list.draggable {
        padding-right: 100px!important;
        padding-left: 100px!important;
    }
}
@media only screen and (max-width: 500px){
    .section-slide-testimonials .slick-list.draggable {
        padding-right: 40px!important;
        padding-left: 40px!important;
    }
}
@media only screen and (max-width: 480px){
    .section-slide-testimonials .slick-slide.slick-center + .slick-slide, .section-slide-testimonials .slick-slide {
        /*transform: scale(0.8);*/
        opacity: 1;
    }

    .section-slide-testimonials .slick-prev, .section-slide-testimonials .slick-next {
        width: 40px;
    }

}
/* -----------------------------------------EO Slide Testimonials css------------------*/
.am-overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    transition: all .3s ease-in;
}
.image-gallery-page a.fancybox:hover .am-overlay {
    z-index: 3;
    opacity: 1;
}
.am-overlay::before {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    content: "\54";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    font-size: 32px;
    -webkit-transition: .4s;
    transition: all .4s;
    color: var(--primary-color);
}
.image-gallery-page img {
    padding: 10px;
    background: var(--light-grey);
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.image-gallery-page a.fancybox {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 67%;
}
@media only screen and (min-width: 981px) {
    .image-gallery-page {
        display: block;
        text-align: center;
    }
	.image-gallery-page .am-column-1-4 {
        text-align: center;
        box-sizing: border-box;
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 23%;
        padding: 5px;
    }
}

/* ------------------ BO Gradient Layout on Hero ------------------*/

div[class*="overlay-section"] {
    position: relative;
}
div[class*="overlay-section"]:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;
}
div[class*="overlay-section"] > * {
    z-index: 2 !important;
    position: relative;
}
.overlay-section-color:before {
    background: var(--primary-color);
}
.overlay-section-dark:before{
    background: var(--dark-grey);
}

/* ------------------ EO Gradient Layout on Hero ------------------*/



/* ------------------ Single Custom Block CSS ------------------*/

.hero-blog.single-post{
    padding-top: 0;
    padding-bottom: 0;
}

.hero-blog.single-post > .am-row{
    width: 100%;
}

.hero-blog.single-post > .am-row .am-column-1-2:nth-child(1){
    width: 90%;
    margin: auto;
    padding: 40px;
}

.single-post .site-content ul:not(.highlights ul){
    padding-left: 40px;
    padding-bottom: 35px;
}

.single-post .definition-block{    
    border-left: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    width: 70%;
    margin: auto !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;

}
.single-post .dark-box-blog {
  background-color: var(--primary-color);
  padding: 10px 20px;
  margin: 20px 0px;
}
.single-post .dark-box-blog p {
  font-weight: 700;
  padding: 15px 20px;
  font-style: italic;
  color: #fff;
}
.single-post .definition-block > h3{
    padding: 10px 30px;
    text-align: center;
}

.single-post .definition-block .text-definition{
    padding: 10px 30px;
    width: 102%;
    background-color: #FFF;
    margin-left: -1%;
}

.single-post .definition-block .title-definition{
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 480px) {
    .single-post .entry-content .definition-block{
        width: 90%;
    }
}

.single-post .highlights{
    width: 90%;
    margin: auto !important;
    margin-top: 50px !important;
    margin-bottom: 40px !important;
    position: relative;
}

.single-post .highlights h3{
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 0; 
    padding-left: 5px;
}

.single-post .highlights ul{
    max-width: 100%;
}

.single-post .highlights:before,
.single-post .highlights:after{
    content: "";
    position: absolute;
}

.single-post .highlights:before{    
    width: 300px;
    height: 58px;
    border-top: 2px solid var(--primary-color);
    border-left: 2px solid var(--primary-color);
    top: -20px;
    left: -15px;
}

.single-post .highlights:after{    
    width: 300px;
    height: 58px;
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    bottom: 0;
    right: -15px;
}

.single-post .pull-quote{
    width: 70%;
    margin: auto !important;
    margin-top: 60px !important;
    margin-bottom: 40px !important;
    position: relative;   
}

.single-post .pull-quote h4{
    text-transform: capitalize;
}

.single-post .pull-quote:before{

    content: "\201c";

    position: absolute;

    left: -59px;

    width: 50px;

    height: 50px;

    text-align: center;

    font-size: 80px;

    line-height: 1;

    top: -35px;

    color: var(--primary-color);

}



.single-post .pull-quote:after{

    content: "";

    position: absolute;

    height: 2px;

    background-color: var(--primary-color);

    width: 50%;

    top: -17px;

}



.single-post .table-of-contents{

    padding: 20px 0;

    position: relative;

    width: 90%;

    margin: auto !important;

    margin-top: 10px !important;
    margin-bottom: 30px !important

}



.single-post .table-of-contents h4{

    padding-bottom: 0;

}



.single-post .table-of-contents ul{

    list-style: none;   

}



.single-post .table-of-contents ul > li {

    position: relative;

}



.single-post .table-of-contents ul > li p{        

    padding-bottom: 0;

    width: fit-content;

    text-decoration: underline;

    text-decoration-color: var(--primary-color);

}



.single-post .table-of-contents ul > li > span{

    position: absolute;

    left: -25px;

    color: var(--primary-color);

    font-size: 17px;

}



.single-post .table-of-contents .am-row{

    width: 100%;

}



.single-post .table-of-contents .am-row .am-column-1-2{

    padding: 0;

}



.single-post .table-of-contents:after{

    content: '';

    position: absolute;

    width: 100%;

    height: 5px;

    background-color: var(--primary-color);

}

.single-post .comparison-block{
    margin: 30px 0px 60px 0px !important;
}
.single-post .comparison-block h4{
    color: #fff!important;
    padding-bottom: 0;

}
.single-post .comparison-block h4.title-cons{
    background: #C65647!important;
    text-align: center;
}
.single-post .comparison-block h4.title-pros{
    background: #58B171!important;
    text-align: center;
}
.single-post .comparison-block .am-row .am-column-1-2{
    padding: 0;        
}
.single-post .comparison-block ul.list-pros, .single-post .comparison-block ul.list-cons {
    padding: 20px 20px 20px 20px!important;
}
.single-post .comparison-block .am-row .am-column-1-2 > div{
    border: 1px solid #666;
    margin: 10px;
    box-shadow: 0px 0px 3px #666;
    height: 100%;
}
.single-post .comparison-block ul{
    margin: 0 0 0 20px;
    list-style: square;
    padding-bottom: 0;
}
.single-post .comparison-block ul li{
    line-height: 1.4;
    position: relative;
    list-style: none;
}
.single-post .comparison-block ul.list-pros li:before{
    content: "\5a";
    left: -24px;
    font-weight: 700;
    position: absolute;
    font-family: 'ElegantIcons';    
}
.single-post .comparison-block ul.list-cons li:before{
    content: "\51";
    left: -24px;
    font-weight: 700;
    position: absolute;
    font-family: 'ElegantIcons'; 
}
.single-post .comparison-block .title-pros,
.single-post .comparison-block ul.list-pros li:before{
    color: #58B171; 
}
.single-post .comparison-block .title-cons,
.single-post .comparison-block ul.list-cons li:before{
    color: #C65647;  
}

.single-post div.inline-cta {
    margin: 20px 0 !important;
    padding: 20px;
    text-align: center;
    background-color: var(--light-grey);
}
.single-post div.inline-cta + .blog-pre-h{
    padding-top: 25px;
}
.single-post div.inline-cta + h2,
.single-post div.inline-cta + h3{
    padding-top: 20px;
}

.inline-cta .am-button-1{
    display: block;    
    position: relative;
    text-align: center;
}
.inline-cta .am-button-1:after{
    top: 6px;
}

.single-post div.tip-block{
    padding: 20px;
    background-color: var(--light-grey);
    text-align: left;
    position: relative;
    width: 90%;
   margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;

}
.single-post div.tip-block + .blog-pre-h{
    padding-top: 25px;
}
.single-post div.tip-block + h2,
.single-post div.tip-block + h3{
    margin-top: 0px;
    padding-top: 20px;
}


.tip-block h4{  

    padding-bottom: 0;
    color: var(--primary-color);
    position: relative;
    padding-left: 30px;

}



.tip-block h4:after{

    content: "\e082";
    position: absolute;
    font-family: "ElegantIcons";
    top: 0;
    color: var(--primary-color);
    font-size: 25px;
    left: -5px;
}
.single-post .blog-pre-h {
    color: var(--secondary-color);
    font-size: 1.2em;
    font-weight: 800;
    padding-bottom: 0px;
    padding-top: 15px;
    text-transform: uppercase;
}
.single-post .blog-pre-h + h2,
.single-post .blog-pre-h + h3 {
    margin-top: 0px !important;
}
.single-post div.article-sources{

    padding: 20px;        

    position: relative;

    width: 90%;

    margin: auto !important;

    margin-top: 20px !important;

    margin-bottom: 20px !important;

}



.article-sources h4{

    color: var(--primary-color);

    width: fit-content;

    position: relative;

    cursor: pointer;

}



.article-sources h4:before{

    content: "\50";

    position: absolute;

    font-family: "ElegantIcons";

    right: -35px;

    top: -1px;

    font-size: 24px;      

}



.next-element-toggle.open:before{

    content: "\4f";

}



.article-sources ul{

    list-style: none;   

}



.article-sources ul li{

    position: relative;

    line-height: 1.5;

}



.article-sources .nro{

    position: absolute;

    left: -25px;



}



.article-sources .text-underline{

    text-decoration: underline;

}



.cite-article {

    padding-right: 30px;
    margin: 40px 0 !important;

}



.cite-article .cite-content{

    width: fit-content;

    position: relative;

    margin-left: auto;

    margin-right: 0;

}

.cite-article .cite-content .am-window{

    display: none;
    position: absolute;
    border: 1px solid;
    margin-top: 24px;
    z-index: 5;
    width: 390px;
    overflow-wrap: break-word;
    text-align: left;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 233, 233);
    border-image: initial;
    padding: 20px;
    right: 0;

}



.cite-article .cite-content .am-window .close-window{



}



.cite-article .cite-content .am-window .close-window svg{

    width: 18px;

    position: absolute;

    right: 30px;

}



.cite-article .cite-content .am-window:before,

.cite-article .cite-content .am-window:after{

    content: "";

    position: absolute;

    bottom: 100%;

    right: 0px;

    margin-right: 27px;

    border-style: solid;

}



.cite-article .cite-content .am-window:before{

    right: -2px;

    border-color: transparent transparent rgb(233, 233, 233);

    border-width: 12px;

}

.cite-article .cite-content .am-window:after{

    border-color: transparent transparent rgb(255, 255, 255);

    border-width: 10px;

}



.cite-article .cite-content .am-window > ul{

    list-style: none;

    padding: 0;

    margin: 0;

}

.cite-article .cite-content .toggle-window{

    text-decoration: none;
    font-weight: 700;
    position: relative;
    background-color: var(--light-grey);
    padding: 15px;
    padding-right: 40px;

}



.cite-article .cite-content .toggle-window:after{

    content: "\7c";
    position: absolute;
    font-family: "ElegantIcons";
    right: 10px;
    font-size: 20px;
    top: 7px;

}

.cite-article .cite-content .toggle-window:hover:after{

    color:var(--primary-color);

}



.cite-article .cite-content .am-window > ul li{

    display: inline-block;

    margin: 0;

    margin-right: 10px;

    margin-bottom: 10px;

}

.cite-article .cite-content .am-window > ul li a{

    text-transform: uppercase;

    text-decoration: none;

    font-weight: 700;

}



.cite-article .cite-content .am-window > ul li a:hover{

    color: var(--primary-color);

}



.cite-article .cite-content .am-window > ul li a.tab-selected{

    color: var(--primary-color);

    font-weight: 700;

}



.cite-article .am-window .content-tab{

    display: none;

}

.cite-article .am-window .content-tab.show{

    display: block;

    margin-top: 4px;

}



.cite-article .am-window h5{

    padding: 0;

    margin: 0;

    text-transform: uppercase;

    font-size: 13px;

}

.cite-article .am-window button{

    font-weight: 700;    

    background-color: rgb(233, 233, 233);

    text-transform: uppercase;

    color: rgb(51, 51, 51);    

    height: 48px;

    border-width: initial;

    border-style: none;

    border-color: initial;

    border-image: initial;

    outline: 0px;

    overflow: hidden;

    border-radius: initial;

}

.cite-article .am-window button:hover{

    background-color: var(--primary-color);

    color: #FFF;

}
.single-post .authority-bio{
    width: 90%;
    margin: auto !important;
    position: relative;
    align-items: center;
    background-color: var(--light-grey);
    padding: 40px 25px;
    padding-left: 120px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.single-post .authority-bio .thumb{
    position: absolute;
    width: 120px;
    height: 120px;
    left: -30px;
    padding: 3px;
    background-color: var(--light-grey);
    border: 1px solid var(--secondary-color);
}

.single-post .authority-bio h3{
    padding-bottom: 0;
}
.single-post .authority-bio h4{
    color: var(--secondary-color);
    opacity: 0.5;
    font-style: italic;
}
.single-post .authority-bio .strong-text{
    color: var(--primary-color);
    font-weight: 700;
}

.single-post .authority-bio.without-photo{
    padding-left: 25px;
}

@media only screen and (max-width: 480px) {
    .single-post .definition-block{
        width: 90%;
    }
}

/* ------------------ EO Single Custom Block CSS ------------------*/


/*------------------------------ BO Blog --------------------------------*/
.blog-post-mention article.am-post {
    float: none;
    display: inline-block;
    width: 49%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 60px;
}
.blog-post-mention a{
    text-decoration: none !important;
}
.am-post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.am-post .entry-featured-image-url img{
    opacity: 0;
}
.pagination {
    clear: both;
}
a.entry-featured-image-url{
    display: block;
    height: 340px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media(max-width:980px){
    .am-posts article{
        min-height: inherit;
    }
}
@media only screen and (max-width: 768px) {
    .blog-post-mention article.am-post {
        width: 100%;
    }
      a.entry-featured-image-url{
        height: auto !important;
    }
}
/*------------------------------ EO blog CSS --------------------------------*/

/* ------------------ Single Custom Block CSS ------------------*/

.hero-single-section{
    padding-top: 0px;
    padding-bottom: 0px;
}
.hero-single-section h1{
    color: var(--primary-color);
    font-size: 2.25em;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: none;
}
.content-single-section h2{
    font-weight: 600;
    font-size: 2.2em;
    line-height: 140%;
    margin: 0 0 0.2em !important;
    padding: 10px 0px 0px 0px;
}

.am-row.hero-single{
    position: initial;
}
.hero-single{
    justify-content: space-between;
}
.hero-single .mention-information{
    padding: 10px 0px;
}

.hero-single .mention-information span{
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}

.hero-single h1,
.hero-single .entry-title{
    margin: 0 !important;
    padding:  0 !important;
}

.hero-single .sub-section.head-line-news.divider-line{
    margin-top: 15px;
    padding-top: 15px !important;
}

.hero-single > .am-column-1-2:nth-child(1){
}
.hero-single > .am-column-1-2:nth-child(2){
    background-repeat: no-repeat;
    margin: auto !important;
}

@media only screen and (min-width: 981px) {
    .hero-single > .am-column-1-2:nth-child(2){
        position: initial;
        width: 580px;
        min-height: 580px;
        margin-right: 28px;
    }
    .hero-single-section{
        background: var(--light-grey);
    }
}

@media only screen and (max-width: 980px) {
    .content-single-section{
        padding-top: 0px;
    }
    .hero-single-section{
        text-align: center;
        padding-top: 50px;
    }
    .hero-single{
        flex-direction: column;
    }
    .hero-single > .am-column-1-2{
        width: 100% !important;
    }

    .hero-single > .am-column-1-2:nth-child(1){
        padding-right: 0;
    }
    .hero-single > .am-column-1-2:nth-child(2){
        padding: 0 !important;
        background-image: inherit !important; 
    }

}
/* ------------------ EO Single Custom Block CSS ------------------*/