/*
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.   ***************/
@font-face {
    font-family: iranyekan;
	font-style: normal;
	font-weight: 400;
	src:url('fonts/iranyekanwebregularfanum.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src:url('fonts/iranyekanweblightfanum.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

body{
	font-family: "iranyekan" !important;
	font-weight: 400 !important;
}
.nav > li > a {
	font-family: "iranyekan" !important;
	font-size: 0.95em !important;
}
h1,h2,h3,h4,h5,h6, .heading-font{
	font-family: "iranyekan" !important;
}
svg {
	max-width: 100% !important;
}
.elementor-90 .elementor-element.elementor-element-f9c0140 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-90 .elementor-element.elementor-element-0dd1baf .elementor-text-editor{text-align:justify;}.elementor-90 .elementor-element.elementor-element-33a4155{text-align:center;}.elementor-90 .elementor-element.elementor-element-0991c7c .elementor-icon-list-icon i{font-size:14px;}.elementor-90 .elementor-element.elementor-element-0991c7c .elementor-icon-list-icon svg{width:14px;}.elementor-90 .elementor-element.elementor-element-0991c7c .elementor-icon-list-item{line-height:2em;}.elementor-90 .elementor-element.elementor-element-986db1c{text-align:center;}.elementor-90 .elementor-element.elementor-element-986db1c .elementor-social-icon{background-color:rgba(255, 255, 255, 0);}.elementor-90 .elementor-element.elementor-element-986db1c .elementor-social-icon i{color:#55A630;}.elementor-90 .elementor-element.elementor-element-986db1c .elementor-social-icon svg{fill:#55A630;}.elementor-90 .elementor-element.elementor-element-986db1c .elementor-social-icon:not(:last-child){margin-left:5px;}
.footer-1 {
    border-top: 5px solid #4CAF50;
    margin-top: 100px;
	padding: 50px 0;
	z-index: 1;
}
.absolute-footer {
    color: rgb(255 255 255 / 70%) !important;
    padding: 5px 0 5px;
    font-size: 0.8em;
}
.footer-1::before {
    content: '';
    background-image: url(https://sofreirani.com/wp-content/uploads/2020/08/009-cocktail-svg.svg);
    background-size: cover;
    position: absolute;
    bottom: 27%;
    right: -1%;
    width: 100%;
    display: block;
    height: 250px;
    max-width: 250px;
    z-index: 0;
    transform: rotate(-22deg);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}