/*
Template:       roofix
Theme Name:     Roofix Child
Theme URI:      https://radiustheme.com/demo/wordpress/themes/roofix
Author:         RadiusTheme
Author URI:     https://www.radiustheme.com
Description:    Roofix is a clean and modern WordPress Theme. This theme comes with all necessary features and pages for a Roofing website.
Version:        1.0
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog
License:        Envato split License
License URI:    https://themeforest.net/licenses/terms/regular
*/
/* TOP BAR HEADER - Peter */

.bg-accent {
  background-color: #182D44;
}
.bg-Primary {
  background-color: #182D44;
}

/* HEADER4 */
.header-style-4 .site-header .main-navigation ul.menu > li > a {
  padding: 26px 10px;
  text-transform: uppercase;
}
/*.header-style-4 .site-header .rt-sticky .main-navigation ul.menu > li > a {
   padding: 24px 15px;
}*/
@media only screen and (max-width: 1440px) {
  .header-style-4 .site-header .main-navigation ul.menu > li > a {
	padding-left: 5px;
	padding-right: 5px;
  }
}
.header-style-4 .site-header .main-navigation nav.menu > ul.sub-menu {
  text-align: left;
}
.header-style-4 .site-header .main-navigation nav.menu > ul > li > a {
  padding: 28px 5px;
  text-transform: uppercase;
}

.entry-title {
word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
}

.entry-banner .inner-page-banner .breadcrumbs-area h1 {
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1.4;
}

.entry-banner .inner-page-banner {
  position: relative;
  display: block;
  padding: 10rem 0 9rem 0;
  z-index: 3;
}
.entry-banner.entry-banner-after:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}