/*
Theme Name:     ICTU
Theme URI:      https://ictu.edu.vn/
Theme Update:   https://ictu.edu.vn/
Author:         Ovic team
Text Domain:    ictu
Author URI:     https://ictu.edu.vn/
Description:    a wordpress theme for education
Version:        1.2.5
License:        GNU General Public License v1 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Tags:           two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.header{
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.header-primary-menu > li > a{
    font-weight: 600;
}
.--menu-title .elementor-heading-title, .widget-area .widget .widget-title{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    padding: 12px 25px 10px;
}
.page-title{
    font-size: 30px;
    margin-bottom: 20px;
}
#primary,
#secondary{
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .page-title{
        font-size: 27px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px){
    .page-title{
        font-size: 24px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px){
    .site-content.sidebar-left #secondary,
    .site-content.sidebar-right #secondary{
        width: 360px;
    }
    .site-content.sidebar-left #primary{
        flex: 1 1 auto;
        width: 1%;
        padding-inline-start: 30px;
    }
    .site-content.sidebar-right #primary{
        flex: 1 1 auto;
        width: 1%;
        padding-inline-end: 30px;
    }
}