/*
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("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli/css/bpg-nino-mtavruli.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-square/css/bpg-square.min.css");

.nav>li>a,h1, h2, h3, h4, h5, h6, .button,a, .widget-title {
	font-family: "BPG Nino Mtavruli", sans-serif !important;
	text-transform:unset !important;

}

input[type='submit'] {
	font-family: "BPG Nino Mtavruli", sans-serif !important;
	text-transform:lowercase !important;
}

body, p  {
	font-family: "BPG Square", sans-serif !important;
	color: #323232;
	text-transform:unset !important;

}

input.wpcf7-form-control.wpcf7-submit.button-en {
	text-transform: capitalize !important;
}

.postslider {
	max-height:600px;
	
}

.large-3 {
	margin-left:-10%;
}

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


}