/*!
Theme Name: Cire
Theme URI: http://underscores.me/
Author: Bazasoft
Author URI: https://bazasoft.com
Description: CIRE Template By Bazasoft
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cire
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

Cire is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.error-page{
    padding: 50px 0px;
}
.footer-widget__about{
    padding-top: 15px;
}
.footer-widget__working-box{
    padding-top: 10px;
}
.xs-sidebar-group .content-inner .content-box li{
    color: #ffffff;
}
.search-results .services-page .services-one__single{
    padding-top: 30px;
}
.site-footer__top{
    padding-top: 30px;
}
.page-header {
    padding: 50px 0px 40px;
}
body:not(.page-id-88) .contact-page {
    padding: 50px 0 120px;
}
.main-menu-three__logo img{
    max-width: 30vw;
    height: auto;
}
@media only screen and (min-width: 1320px) {
    .main-menu__list #menu-item-98{
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .main-menu-three__logo img{
        max-width: 40vw;
    }
}
.about-one__img{
    width: 80%;
    height: auto;
}
@media only screen and (max-width: 991px) {
    .main-menu-three__logo img{
        max-width: 30vw;
    }
    .about-one__img{
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-menu-three__logo img{
        max-width: 60vw;
    }
}

@media only screen and (max-width: 575px) {
    .main-menu-three__logo img{
        max-width: 80vw;
    }
}

body.home .blog-one {
    background-color: #f7f7f7;
}
body.home .about-two__btn-box{
    margin-top: 5px;
}
.main-slider-two__text em{
    color: var(--judges-base);
}
body.page-id-80 .about-one__left {
    margin-right: 50px;
}

.mobile-nav__content .logo-box img,
.sidebar-info-contents .logo img{
    max-width: 250px;
}

@media only screen and (max-width: 767px) {
    .about-one {
        padding: 30px 0 80px;
    }
}
.section-title__title {
    font-style: italic;
}
@media only screen and (min-width: 1320px) {
    .about-one__right .section-title__title {
        font-size: 35px;
    }
}