/*
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
*/



.phone_number1 { color: #ffffff; display: inline-block; }
.phone_number1:hover { color: #d09d5f; }


.title_style1 span {
    background: #d09d5f;
    padding: 5px;
}

.container_after:after {
    content: "";
    background: #eaeaea;
    width: 330px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.container_before:after {
    content: "";
    background: #D09D5F;
    width: 330px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.title_style2 span.title_wrapper {
    position: relative;
}

.title_style2 span.title_wrapper:before,
.title_style2 span.title_wrapper:after {
    content: "";
    background: #eaeaea;
    width: 60px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.title_style2 span.title_wrapper:before { left: -80px; }
.title_style2 span.title_wrapper:after { right: -80px; }



.wpcf7-not-valid-tip { font-size: 13px !important; }


/* Section Galerie */
.section_galerie .fusion-gallery-image img {
    width: 100% !important;
    height: 360px !important;
    object-fit: cover !important;
}

.title_style2 span.title_wrapper:before, .title_style2 span.title_wrapper:after {
	width: 40px !important;
	height: 6px !important;
}

/*.section_galerie .fusion-gallery-column:last-child {
    position: absolute !important;
    top: 150px !important;
    left: 170px !important;
    border-radius: 50% !important;
    width: 450px !important;
    height: 450px !important;
    border: 10px solid #1D1E20 !important;
}*/

.fusion-image-hovers .hover-type-zoomin:hover img {
	opacity: 1 !important;
}



/**************************************home Galery style*********************************/

.home .galery_content .gallery_default.gallery .wpmf-gallery-item,.home .galery_content .gallery-masonry.gallery .wpmf-gallery-item {width: 25% !important;}

.home .five-images-gal .fusion-column-wrapper{position: relative !important;}
.home .five-images-gal .gallery-masonry.gallery .wpmf-gallery-item:last-child {position: absolute !important; top: 25% !important; left: 25% !important; border-radius: 50% !important;   border: 10px solid #fff !important;}
.home .five-images-gal .gallery-masonry.gallery .wpmf-gallery-item:last-child img {border-radius: 50% !important;padding: 0 !important;}

@media only screen  and (min-width: 801px) { 
	.home .five-images-gal .gallery-masonry.gallery .wpmf-gallery-item:last-child{ left: calc(25% - 175px) !important;  width: 320px !important;}
}

@media only screen  and (min-width: 801px) and (max-width: 900px) {
	.home .five-images-gal .gallery-masonry.gallery .wpmf-gallery-item:last-child{left: calc(30% - 170px) !important;width: 250px !important;height: 250px !important;}
	.home .five-images-gal .gallery-masonry.gallery .wpmf-gallery-item img {height: 270px !important;}
	.home .five-images-gal .gallery-masonry.gallery .wpmf-gallery-item:last-child a img {height: 230px !important;}
}

@media only screen and (max-width: 800px) {
	.home .five-images-gal .gallery-masonry.gallery .wpmf-gallery-item:last-child{left: calc(50% - 105px) !important;width: 200px !important;height: 200px !important;top: 12% !important;}
	.home .five-images-gal .gallery-masonry.gallery .wpmf-gallery-item img {height: 200px !important;}
	.home .five-images-gal .gallery-masonry.gallery .wpmf-gallery-item:last-child a img {height: 180px !important;}
	.home .galery_content .gallery_default.gallery .wpmf-gallery-item,.home .galery_content .gallery-masonry.gallery .wpmf-gallery-item {width: 50% !important;}
}

.wpmf-gallery-item  img{-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.wpmf-gallery-item:hover img {-webkit-transform: scale(1.01);transform: scale(1.01);}

/**************************************home Galery style*********************************/