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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media (max-width: 849px){}
@media (max-width: 549px){}

h1 { font-family: "Poppins", serif; font-weight: 300; font-style: normal;  }
h3, p { font-family: "Poppins", serif; font-weight: 400; font-style: normal;  }
p { font-size: 90%; }


.header .logo { display: none; }

.section-title { font-size: 300%; }
.section-title { border: 0; }
.section-title span { border: 0; }


.column-count-2 .col-inner { column-count: 2; gap: 40px; }
@media (max-width: 549px){
	.column-count-2 .col-inner { column-count: 1; }
}

.row-xsmall>.col { padding: 0 .5px 1px; }

.row-collapse.row-xsmall>.col { padding: 0 .5px 1px !important; }
.row-collapse.row-xsmall>.col:first-child { padding: 0 .5px 1px 0 !important; }

.gray { filter: grayscale(50%); }

.has-icon { padding-left: 20px; }
.has-icon i{ margin-left: -20px; width: 20px; }

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{ border-top: 0; border-left: 0; border-right: 0; box-shadow: none; }

.wpcf7 .wpcf7-form .wpcf7-response-output { margin: 0 !important; font-size: 86%; border-width: 1px; border-radius: 3px; }
.wpcf7 .wpcf7-form.sent {}

span.counter { font-size: 400%; font-weight: 600; }
@media (max-width: 549px){
	.counter--row .col-inner { text-align: center; }
}

