﻿/*
Theme Name: Mabati Rolling Mills Theme
Theme URI: www.mabati.com
Author: Bean Interactive Limited
Author URI: bean.co.ke
Description: This is a wordpress theme for the Mabati Rolling Mills Website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mabati
Tags: one-column, two-columns

This theme, like WordPress, is licensed under the GPL.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/




.header-noti-container .header-noti-wrapper .visualiser-link {
	font-size: 0.90em;
}

#field_5_8 .gfield_label{
	display:block !important;
	text-align: left;
    margin-left: 1.8em;
    margin-bottom: 1em;
}

#extensions_message_5_8{
	display:none;
}

.roof-sheeting-section .roof-sheeting-section-quick-links .active-quick-link::after {
    display:none;
}

.residential-stone-coated-page .why-roofing-steel-copy .active-quick-link::after {
    display:none;
}

.main-header nav .nav-wrapper a.logo-link img {
    width: 220px;
}

#input_5_9 iframe{
	margin-left: 10%;
}

/*News page*/
.news-and-media-page .side-bar-news-wrapper .side-bar-social{
	padding-top: 0.6em;
    border-top: 1px solid grey;
}
.news-and-media-page .side-bar-news-wrapper .side-bar-social ul{
	display:flex;
	justify-content: flex-start;
}
.news-and-media-page .side-bar-news-wrapper .side-bar-social ul li{
	margin-right:0.5em;
}
.news-and-media-page .side-bar-news-wrapper .side-bar-social ul li a{
	color: rgb(11, 34, 68);
    padding: 0em;
    display: inline-block;
    border-top: 1px solid transparent;
    width: auto;
    font-size: 1.5em;
}

/*Single Page*/
.single-page .side-bar-social{
	padding-top: 0.6em;
    border-top: 1px solid grey;
}
.single-page .side-bar-social ul{
	display:flex;
	justify-content: flex-start;
}
.single-page .side-bar-social ul li{
	margin-right:0.5em;
}
.single-page .side-bar-social ul li a{
	color: rgb(11, 34, 68);
    padding: 0em;
    display: inline-block;
    border-top: 1px solid transparent;
    width: auto;
    font-size: 1.5em;
}

/*About page*/
.about-us-page .about-mission{
	background: rgb(244, 244, 244);
}

.blog-img {
	max-width: 100% !important;
	height: auto !important
}

/*Menu*/
.main-header nav .nav-wrapper .primary-menu>li>ul .residential-roof-solutions>ul li {
    flex-basis: 36%;
}

@media (max-width: 768px) {
	
	.blog-img {
		width: 100% !important;
		height: auto !important
	}

}









