/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
body {
    -webkit-font-smoothing: antialiased;
}
.fusion-main-menu>ul>li>a {
    -webkit-font-smoothing: antialiased !important;
}

.fusion-header, .fusion-secondary-header {
    padding-right: 0 !important;
}

.fusion-main-menu {
    width: 890px;
    background-color: #133e32;
    padding-right: 60px;
    border-radius: 36px;
}

#menu-main {
    display: flex;
    justify-content: flex-end;
}

.fusion-main-menu>ul>li {
    max-width: 190px;
    text-align: center;
}

.fusion-secondary-menu {
    background-color: #ECECEC;
    color: #000 !important;
    padding-right: 60px;
    padding-left: 30px;
    border-radius: 26px;
    margin-bottom: -15px;
    margin-top: 15px;
}

.fusion-footer-widget-area.fusion-widget-area, #footer {
    background: linear-gradient(to right, #1c5b47 0%, #133e31 100%);
}


.hero-width-wrapper {
    max-width: 1740px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

.hero-txt-wrapper {
    max-width: 940px;
    position: relative;
    padding-top: 45px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
}

.hero-txt-wrapper h1, .hero-txt-wrapper h2, .hero-txt-wrapper p, .hero-txt-wrapper a {
    position: relative;
    z-index: 99999;
}

.hero-green-bg {
    background: linear-gradient(to right, rgb(28 91 71 / 75%) 0%, rgb(19 62 49 / 80%) 100%) !important;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius:10px;
}


.fusion-footer footer .fusion-row .fusion-columns {
    display: flex !important;
    align-items: center;
}
.lfw-link {
    font-size: 20px;
    text-align: left;
    color: #fff !important;
}
#custom_html-2 {
    font-size: 20px;
}
.foot-social-link {
    margin-right: 15px;
}
.middle-footer-widget {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    justify-content: center;
}
.mfw-logo {
    width: 100%;
    max-width: 115px;
    margin-right: 15px;
}
#custom_html-4 {
    text-align: right;
}
.rfw-btn {
    border-radius: 0px 18px 18px 18px;
    background: #fff;
    font-family: Chonburi;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 2px;
    color: #133e31 !important;
    padding: 13px 26px;
    display: inline-block;
}

.fusion-button {
    border-radius: 0px 18px 18px 18px !important; 
}

.full-width-hero-cont, .rounded-cont {
    border-radius: 25px;
}
.home-hero-txt-col .fusion-column-wrapper {
    max-width: 940px;
    background: linear-gradient(to right, rgb(28 91 71 / 75%) 0%, rgb(19 62 49 / 80%) 100%) !important;
}



.contact-hero-txt-col {
    max-width: 940px;
    background: linear-gradient(to right, rgb(28 91 71 / 75%) 0%, rgb(19 62 49 / 80%) 100%) !important;
}



.unhover-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    backdrop-filter: blur(3px);
    --webkit-backdrop-filter: blur(3px);
    background-color: rgb(19 62 49 / 80%);
    width: 100%;
    padding-left: 10px;    
}

.feat-post1 {
    min-width: 500px !important;
}


.stacked-top {
    margin-bottom: 20px !important;
}


.stacked-feat-post-slide {
    min-width: 400px !important;
}

.feat-post-slide {
    min-width: 350px;
    border-radius: 8px;
}


.feat-post2 .unhover-wrapper {
    background-color:rgb(159 64 45 / 81%) !important;
}
.feat-post2 .hover-info-wrapper  {
    background-color:rgb(159 64 45 / 81%) !important;
}

.feat-post5 .unhover-wrapper {
    background-color:rgb(159 64 45 / 81%) !important;
}
.feat-post5 .hover-info-wrapper  {
    background-color:rgb(159 64 45 / 81%) !important;
}


.feat-post3 .unhover-wrapper, .feat-post-slide:nth-child(3n+0) .unhover-wrapper {
    background-color:rgb(7 27 74 / 81%) !important;
}
.feat-post3 .hover-info-wrapper, .feat-post-slide:nth-child(3n+0) .hover-info-wrapper {
    background-color:rgb(7 27 74 / 81%) !important;
}


.inline-btn-wrap {
    display: flex;
    justify-content: space-evenly;
    padding-top: 25px;
    max-width: 650px;
    margin-left: auto;
    width: 100%;
}

.owl-nav {
    display: none !important;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #133e31 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 40px !important;
    height: 10px;
    margin: 5px 7px;
    background: #cac8c8 !important;
}

.owl-dot {
    background-color: unset;
    border: none;
    color: #fff !important;
    border-color: #fff !important;
}





.hover-info-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: space-between;
    height: 100%;
    border-radius: 8px;
    backdrop-filter: blur(3px);
    --webkit-backdrop-filter: blur(3px);
    background-color: rgb(19 62 49 / 81%);
    position: absolute;
    transform: translateY(100%);
    transition: all .3s ease-in-out;
    padding: 10px;
}

.hover-info-wrapper p {
    opacity: 0;
    transition: all 0.4s linear;
    color: #fff !important;
    margin-bottom: 0 !important;
}

.feat-post-slide:hover .hover-info-wrapper {
    transform: translateY(0%);
}

.feat-post-slide:hover .hover-info-wrapper p {
    opacity: 1 !important;
}

.stacked-feat-post-slide:hover .hover-info-wrapper {
    transform: translateY(0%);
}

.stacked-feat-post-slide:hover .hover-info-wrapper p {
    opacity: 1 !important;
}




.stacked-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-content: stretch;
}

.stacked-feat-post-slide {
    min-height: 190px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
}

.slider-title-link, .slider-title {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px !important;
}



.feat-post-slide {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}



.large-e:before {
    content: "";
    background-image: url(../png/large-e.png);
    position: absolute;
    background-size: 100%;
    width: 800px;
    height: 800px;
    background-repeat: no-repeat;
    background-position: 50% -260%;
    top: 0;
    right: 0;
}


.cta-col .fusion-column-wrapper {
    max-width: 1000px;
    margin: auto !important;
    backdrop-filter: blur(2px);
--webkit-backdrop-filter: blur(2px);
background-color: rgba(0, 0, 0, 0.16);
border-radius: 0px 136px 136px 136px;
}
.cta-flex-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    z-index: 99999;
}
.cta-txt {
    max-width: 640px;
    color: #fff;
}

.cta-col .fusion-column-wrapper {
    position: relative;
    z-index: 9;
}

.cta-col .fusion-column-wrapper:after {
    content: "";
    position: absolute;
    width: calc(100% + 34px);
    height: 100%;
    left: -34px;
    top: -59px;
    background-image: url(../png/cta-flare.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}


.catalyst-col .fusion-column-wrapper {
    box-shadow: 0px 3px 27px rgba(0, 0, 0, 0.06) !important;
}

@media only screen and (min-width: 800px) and (max-width: 1450px) {
	.fusion-body .bs-quarter-col .fusion_builder_column_1_4 {
		    width: 50% !important;
	}
}
	



@media only screen and (max-width: 900px) {
    .fusion-header {
        padding-right: 30px !important;
    }
    .cta-flex-wrap {
        flex-wrap: wrap;
    }
	.service-title h3 {
    font-size: 32px !important;
}
.fusion-logo {
    max-width: 260px !important;
}

}

@media only screen and (min-width: 900px) {
    .denny-ani-logo {
        margin-top: -35px;
        min-height: 164px;
    }
}


@media only screen and (min-width: 800px) {
.txt-col {
    padding-top: 90px !important;
}

.service-col {
    margin-bottom: 84px !important;
}
.blog-featured .fusion-post-wrapper {
    flex-direction: row !important;
}
}


@media only screen and (max-width: 800px) {
    .fusion-footer, .lfw-link, #custom_html-4 {
        text-align: center !important;
    }

    .mobile-flip .fusion-builder-row {
        display: flex;
        flex-direction: column-reverse;
    }
	.service-icon {
    position: absolute;
    left: -10px !important;
    max-width: 100px !important;
    top: 0;
}
	.blog-large-e:before {
    top: 140px !important;
	}

}
@media only screen and (max-width: 700px) {
.hero-txt-wrapper h2 {
	font-size: 32px !important;
}
}

.page-title-max-w {
    max-width: 580px;
    margin-bottom: 30px;
}


.blog-large-e:before {
    content: "";
    background-image: url(../png/large-e.png);
    position: absolute;
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-width: 900px;
    background-repeat: no-repeat;
    background-position: 50% -0%;
    top: 0;
    right: 0;
}

.blog-featured .fusion-post-wrapper {
    width: 100%;
    display: flex;
    border: 0px solid #fff !important;
}

.blog-content p {
    font-size:20px !important;
    line-height: 1.5 !important;
}
.fusion-body .fusion-meta-tb .fusion-meta-tb-sep {
    padding: 0 !important;
}

.fusion-rollover {
    display: none !important;
}

.blog-featured .fusion-image-wrapper, .blog-archive .fusion-image-wrapper, .blog-archive .fusion-post-wrapper {
    border-radius: 18px;
}


.blog-featured .fusion-meta-info {
    margin-top: 45px !important;
}

.blog-shortcode-post-title.entry-title a {
    color: #133e31 !important;
}

.blog-shortcode-post-title.entry-title a:hover {
color: #9f402d !important;
}

.fusion-single-line-meta {
    font-size: 18px !important;
    letter-spacing: 0.12em;
    text-align: left;
    color: #133e31 !important;
}




.blog-featured .fusion-read-more, .blog-archive .fusion-read-more {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    background: #133e31;
    color: #ffffff;
    border-color: #133e31;
    font-family: Chonburi;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    transition: all .2s;
    border-radius: 0px 18px 18px 18px !important;
}



.blog-featured .fusion-read-more:hover, .blog-archive .fusion-read-more:hover {
    background: #fff;
    color: #133e31;
}


.blog-featured .fusion-read-more:after, .blog-archive .fusion-read-more:after {
    content: unset !important;
}
.fusion-meta-tb {
    font-size: 0;
    letter-spacing: 0.12em;
    text-align: left;
    color: #133e31;
}

.fusion-meta-tb a {
    font-size: 18px !important;
}

.fusion-tb-categories {
    width: 100%;
} 


.fusion-tb-published-date:after {
    content: "|";
}

.service-icon {
    position: absolute;
    left: -60px;
    max-width: 150px;
    top: 0;
}



.testimonial-container .owl-stage {
    display: flex;
    align-content: stretch;
}


.testimonial-container .owl-item {
    background-color: #133e32;
    border-radius: 18px;
}


.testimonial-slide {
    padding: 65px 30px;
    background-color: #133e32;
    color: #fff;
    border-radius: 18px;
}

.testimonial-title {
    font-family: Chonburi, Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin-bottom: 32px;
}

.testimonial-text {
    font-size: 22px;
}



.gform_wrapper select, .gform_wrapper input, .gform_wrapper textarea {
    box-shadow: 0px 0px 6px inset rgb(0 0 0 / 27%);
}


.gform_footer.top_label {
    text-align: right;
}


#gform_submit_button_1, #gform_submit_button_2  {
border-radius: 0px 18px 18px 18px !important;
}
#subscribe-link {
	text-decoration: underline;margin-bottom: 10px;display: block;
}
#wrapper .select-arrow, .avada-select-parent .select-arrow, .fusion-modal-content .select-arrow, .select2-dropdown {
    background-color: #133e31 !important;
}
input::placeholder, textarea::placeholder {
    color: #133e31 !important;
    font-size: 14px !important;
  }

  .denny-person-element .person-name {
    font-size: 18px !important;
    font-family: 'Chonburi';
}

.denny-person-element .person-title , .denny-person-element .person-content {
    font-size: 18px !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.denny-person-element .person-content {
    margin-top: 5px !important;
}