<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Berg Child
Theme URI: Theme URI: http://themeforest.net/user/maskan
Description: Multipurpose Theme
Author: Maskan
Author URI: http://themeforest.net/user/maskan
Version: 1.0
Template: berg
*/

@import url("../berg/style.css");

/*Header*/
.white_bck .logo {
    border-right: none;
}
@media (max-width: 1100px){
  .white_bck {
      top: 45px;
  }
  .open .white_bck {
      top: 10px;
  }
  .page-template-template-one-page .fw-page-builder-content {
    margin-top: 73px !important;
	}
}
.logo {
     overflow: visible;
}
.logo img {
    max-height: 82px;
    width: auto;
    margin-top: -43px;
}
.open .logo img {
    max-height: 46px;
    width: auto;
    margin-top: 0px
}

/*Pages*/
@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}
section.intro {
    display: none;
}
.bordered_block {
    padding: 40px 0;
}
.bordered_over h4 span {
    background: none;
    color: #ffffff;
    font-weight: bold;
    font-size: xx-large;
    line-height: 36px;
}
.bordered_over h4 span:before {
    border: none;
}
.inside_title {
    height: 250px;
    padding: 130px 0 40px;
}
.owl-theme {
    margin: 0;
}
.slider_txt {
    display: none;
}
.owl-item .icon {
    display: none;
}
.entry-footer {
    display: none;
}
.breadcrumbs {
    display: none;
}

/*Fonts*/
h2 {
    font-size: 26px;
}
h2.title:after {
    border-bottom: 1px solid #e4e4e4 !important;
    width: 100% !important;
    margin: 10px 0 10px;
}
h2.no-divide:after {
    display: none;
}
ul, ol {
    margin: 0 0 1.5em 1em;
}
.footer p {
    color: #ffffff;
}
/*Home page*/
#portfolio .owl-item h4 {
    display: none;
}
/*Portfolio*/
.inside_title {
  padding: 110px 0 40px!important;
}</pre></body></html>