/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

body {
	font-family:'Gilory';
}
.hurricane * {
	font-family:'hurricane';
}
.text-sub p {
	margin:0;
}
.about-right.col > .col-inner {
    background: #fff;
    padding: 50px 30px;
    margin-left: -50px;
    margin-top: 100px;
    border-radius: 0;
    border: 1px solid #c0c0c0;
}
.mg0 * {
	margin-bottom:0;
}
.banner-vitri .video-overlay {
	background: linear-gradient(270deg, #fff0 58.58%, #FFFFFF 81.88%);
    z-index: 2;
}
.content-vitri.col > .col-inner {
	    margin-right: -65px;
    z-index: 3;
}
.content-vitri  {
	z-index:3;
}
.tienich-col-left.col > .col-inner {
	background: #fff;
    /* border-radius: 22px; */
    padding: 40px;
    margin-right: -150px;
    z-index: 9;
    border-right: 10px solid #72bf43;	
}
.tienich-col-right.col > .col-inner {
	background: #fff;
    /* border-radius: 22px; */
    padding: 40px;
    margin-left: -150px;
    z-index: 9;
    border-left: 10px solid #0daf4b;	
}
.card img {
	position: absolute;
    width: 180px;
    left: -34px;
    bottom: -82px;
}

.blog-home .box-text {
	    position: absolute;
    bottom: 0;
}
.blog-home .box-image::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .95;
    text-align: center;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
    border-radius: 10px;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 0, 0, .01) 0, #000);
}
.blog-home .box-text {
    position: absolute;
    bottom: 0;
    background: transparent;
    color: #fff;
	z-index: 10; 
}
.blog-home .box {
	overflow: hidden;
    border-radius: 15px;
}
.blog-home .box .is-divider {
	display:none;
}
.img-radius {
	border-radius:10px; 
	overflow:hidden;
}

.custom-project-handwritten {
	    font: 900 80px SVN-Gilroy;
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke: .8px #dbdfe757;
    margin-bottom: 0;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: -15px;
    display: block;
}
.custom-project-highlighted {
	    font-weight: 900;
    font-size: 58px;
    color: #00b846;
}

.dark .custom-project-highlighted {
    color: #ffffff;
}
.custom-project-overview.dark .custom-project-handwritten {
	    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke: .8px #c5c5c5;
}
.custom-project-overview.dark .custom-project-highlighted {
	color:#474747;
}
.about-right.col > .col-inner:before {
    content: "";
    position: absolute;
    background: #ccc;
    width: 100%;
    height: 100%;
    top: 24px;
    right: -20px;
    z-index: -1;
}
.heading-text p {
	    font: 900 50px SVN-Gilroy;
    -webkit-text-fill-color: #ff9f9f00;
    -webkit-text-stroke: .8px #00000091;
}
@media(max-width:767px) {
	
	.custom-project-handwritten {
    	font: 900 44px SVN-Gilroy; 
	}
	.custom-project-highlighted {
		font-size: 30px;
		
	}
	.heading-text p {
    font: 900 24px SVN-Gilroy;
		margin-bottom:10px;
	}
	.about-right.col > .col-inner {
		margin:0;
		padding:15px;
	}
	.content-vitri.col > .col-inner {
		margin: 0 auto;
		padding: 0 20px;}
	.banner-vitri .video-overlay {
		background:unset;
	}
	.tienich-col-left.col > .col-inner, .tienich-col-right.col > .col-inner  {
		margin:0;
		padding:20px;
	}
}