/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
a.button{
	border-width: 1.5px !important;
}
li.html.header-button-1 a{
	    padding: 3px 25px;
	    font-size: 16px;
}
.nav-vertical+.tab-panels{
	padding: 0;
}
.header-nav-main.nav > li > a {
    font-size: 16px;
}
.page-title .is-divider{
	display: none
}
.page-title .title-overlay{
    background-color: rgba(0, 0, 0, .2) !important;
}
.off-canvas .nav-vertical>li>a{
	color: #000;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
	background-color: #fff;
}
.titl1{
	    font-weight: 800;
	    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	    background-color: transparent;
    background-image: linear-gradient(180deg, #c1000b 0%, #2b4984 100%);
}
h1.page-title.is-large.uppercase{
	font-size: 32px;
			    font-weight: 800;
	    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	    background-color: transparent;
    background-image: linear-gradient(180deg, #c1000b 0%, #2b4984 100%);
}
.album1 .gallery-col.col img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.nav-vertical+.tab-panels{
	border:none;
}
.tab-panels .entry-content {
    background-color: #E5E5E5;
    padding: 3% 3% 0% 3%;
}
input.wpcf7-form-control, textarea.wpcf7-form-control{
	box-shadow: none;
	border-radius: 5px;
}
.wpcf7-spinner{
	display: none
}
.button i, button i{
	top: 0;
}
.tabbed-content ul.nav li a{
	background-color: #244380;
	color: #fff;
    border-radius: 5px !important;
    padding: 5px 15px;

}
.tabbed-content ul.nav li.active a,
.tabbed-content ul.nav li:hover a{
    background-color: rgb(147, 0, 1);
}
.archive.category .row.align-center>.large-10.col{
	    flex-basis: 100%;
    max-width: 100%;
}
.archive.category .col.post-item .box-text{
	    background-color: #f5f5f5;
	        padding: 5% 5% 5% 5%;
}

@media only screen and (min-width: 850px) {
		li.html.header-button-1{
			margin-left: 30px;
		}

}