
/*!
Theme Name: Wallpi Child theme
Theme URI: https://bracketweb.com/wallpiwp/
Template: wallpi
Author: Template_mr
Author URI: https://themeforest.net/user/template_mr
Description: This is a Child theme for Wallpi WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wallpi-child
*/


@font-face {
        
    src: url('fonts/BerkeleyOldstyleBookItalic.eot');
    src: url('fonts/BerkeleyOldstyleBookItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/BerkeleyOldstyleBookItalic.woff2') format('woff2'),
        url('fonts/BerkeleyOldstyleBookItalic.woff') format('woff'),
        url('fonts/BerkeleyOldstyleBookItalic.ttf') format('truetype'),
        url('fonts/BerkeleyOldstyleBookItalic.svg#BerkeleyOldstyleBookItalic') format('svg');
    font-weight: 100;
    font-display: swap;
}

.main-slider-one  .main-slider-one__tag-title {
    font-family: 'Berkeley Oldstyle' !important;
      font-weight: 100;
    font-style: italic !important;
    font-display: swap;
    text-transform: inherit !important;
    transform: skewX(12deg) !important;
    font-size: 20px;
}


.main-header__inner::before {
    background-color: #0f3c39;
}


.main-header:after{
    border-top: 34px solid #0f3c39;
}
header.main-header {
    background: #16504c !important;
}

.about-one__image:hover .about-one__image__wrap__circle img {
    filter: invert(1) brightness(2) !important;
}


@media (max-width:767px){
    .main-header__logo {
        width: calc(100% - 100px);
    }
    .about-one__image {
        display: none;
    }
    section.about-one {
        padding-bottom: 10px;
    }

    section.page-header {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .service-one--page2.service-one--three {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}