/* 
Theme Name: Kalole - APE
Theme URI: https://kalole.ir/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://moein.id.ir/
Template: hello-elementor
Version: 2.0.0
Text Domain: Kalole - APE
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
    margin-top: 90px;
}


body.home{
    margin-top:0px;
}

.frontRowTitle h1{
    font-weight:400;
    /*font-size:78px;*/
    font-size:4rem;
    color:black;
}


.frontRowDesc p{
    font-weight:400;
    font-size:17px;
    color:black;
    text-align:justify;
    line-height: 1.8;
}




/* tablet and PC */
@media (min-width: 768px) {

    .frontRowTitle h1{
        font-size:40px;
        padding-bottom:10px;
    }

    .frontRowDesc p{
        margin: 0px auto;
        width:55%;
    }

}


/* Mobile */
@media (max-width: 767px)
{
    .frontRowTitle h1{
        font-size:35px;
        padding-bottom:10px;
    }

    #footerMenu ul{
        display:flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    #footerMenu ul li{
        width:25%;
    }
    #footerMenu ul li a{
        padding:0px;
        text-align: center;
        margin: auto;
        display: block;
    }

    #footerMenuEn ul{
        display:flex;
        justify-content: space-around;
        flex-direction: row-reverse;
    }

    #footerMenuEn ul li{
        text-align:center;
        margin:0px auto;
    }

}

