/*
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.   ***************/
a, abbr, address, b, base, bdo, blockquote, button, caption, cite, code, dd, del, dl, dt, em, fieldset, figure, h1, h2, h3, h4, h5, h6, input, label, legend, link, mark, meter, nav, ol, optgroup, option, output, p, param, pre, q, s, select, small, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, title, u, ul {
	font-family: IRANSans !important;
	letter-spacing: 0 !important;
}
span {
   font-family: IRANSans;
   	letter-spacing: 0 !important;
}
/*************** Register Page Style   ***************/
.woocommerce-form-register small {
	direction: ltr;
	text-align: left;
	float: left;
}
/*************** Newsletter Style   ***************/
.newsletter {
	padding: 40px 0;
}
.newsletter form .flex-grow input {
    background-color: rgba(0,0,0,0.5) !important;
	text-align: center;
	direction: ltr;
	border-width: 2px;
	color: white !important;
}
.newsletter form .flex-grow input::placeholder {
    color: white !important;
}
.d-none {
    display: none;
}
.wpcf7-mail-sent-ok {
	color: white;
	text-align: center;
	font-family: IRANSans;
	background-color: rgb(55, 140, 18,0.6);
}
/*************** Header Style   ***************/
.button.icon.is-small {
	border-width: 2px !important;
}
.search_categories option {
	color: black;
}
#wide-nav .container .flex-col {
	width: 100%;
}
#wide-nav .container .flex-col .nav.header-nav {
	display: table;
	margin: auto;
	width: auto;
}
.justify {
	text-align: justify;
}
.wpcf7-form label {
	text-align: right;
}

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


}