/*
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.   ***************/


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

@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb.eot?#') format('eot'),
    url('fonts/IRANSansWeb.woff') format('woff'),
    url('fonts/IRANSansWeb.woff2') format('woff2'),
    url('fonts/IRANSansWeb.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
a {
    font-family: 'IRANSansWeb';
    color: #454545;
    text-decoration: none!important;
}

p {
    font-family: IRANSansWeb;
    color: #454545;
    font-size: 14px;
line-height: 24px;
letter-spacing: .2px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANSansWeb';
    color: #666666;
    line-height: 21px;
    letter-spacing: 0.8px;
}

.wp-caption, .gallery-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

}