/*
Theme Name: airedale
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as parent theme. It is up to you. Including Font Awesome support, build-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundelt with this install file. Just donwload the .zip, extract it and run "npm install", "bower install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and move it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 0.4.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/
/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after "gulp copy-assets" terminal command

...and now go out and play!
*/
a {
	color: #Ce1b2c;
	text-decoration: none;
}
a:focus, a:hover {
	color: #Ce1b2c;
	text-decoration: underline;
}
#wrapper-footer {
    background: #Ce1b2c;
    color: #fff;
    padding: 10px 0;
    height: 20px;
}
#home-wrapper {
    margin: 0;
}
.navbar #main-menu {
    float: right;
    padding: 0 0;
}

.navbar-dark .navbar-toggle {
	border: 1px solid #Ce1b2c;
}
.navbar-dark .icon-bar {
    border-bottom: 1px solid #Ce1b2c;
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-top: 1.5rem;
	margin-right: 3rem;
	padding-top: 12px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 12px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
}
.navbar-dark .navbar-nav .nav-link {
	color: #695e4a;
	font-size: 0.9rem;
	font-weight: 500;
	text-transform: uppercase;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link:hover {
    color: #Ce1b2c	;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover {
    color: #Ce1b2c;
}
#widgets-footer {
    background: #695e4a;
}
.footer-widget.first {
    border-left: 1px solid #fff;
    margin: 10px 0;
}
.footer-widget {
    border-left: 1px solid #fff;
    margin: 10px 0;
    color: #fff;
    min-height: 200px;
    padding: 15px;
    font-size: 14px;
}
.footer-widget.last {
    border-right: 1px solid #fff;
    margin: 10px 0;
}
.site-info p {
        color: #fff;
    font-size: 13px;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.wrapper-navbar {
    position: relative;
    z-index: 999;
}
.bg-inverse {
    background-color: #fff;
}
.home #page .wrapper-fluid .bg-inverse {
    background-color: rgba(238, 236, 237, 0.5);
}
@media all and (max-width: 1200px) {
    .h2,
    h2 {
        font-size: 1rem;
    }
    .navbar-fixed-top {
        position: relative;
    }
}
@media all and (min-width: 800px) {
    #home-slider {
        padding: 0;
        position: relative;
        margin-top: -105px;
    }
}
@media all and (max-width: 800px) {
    .bg-inverse {
        background-color: rgba(238, 236, 237, 1);
    }
    .h2,
    h2 {
        font-size: 1.2rem;
    }
    .footer-widget {
        border-left: none !important;
        border-right: none !important;
    }
    #home-slider {
        padding: 0;
        position: relative;
        top: 0;
    }
}
#search-header {
    display: none;
}
@media all and (min-width: 1200px) {
    #main-menu li {
        padding-top: 10px;
    }
    #search-header {
        display: block;
        float: right;
        width: 200px;
    }
}
@media all and (max-width: 545px) {
    .navbar #main-menu,
    .navbar-nav .nav-item {
        float: left;
        width: 100%;
        text-align: center;
    }
}
.navbar-dark .navbar-toggle,
.navbar-dark .navbar-brand {
    z-index: 9999;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #Ce1b2c;
}
ul#menu-about-us,
ul#menu-key-projects {
    padding: 0;
}
ul#menu-about-us li a,
ul#menu-key-projects li a {
    color: #fff;
}
.home-feature .vc_column-inner {
    border: 1px solid white;
    min-height: 323px;
}
.home-feature:hover {
    background: #Ce1b2c;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
/* Visual Composer Fix */

.max-row .vc_column-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.max-row .vc_column-inner::after {
    content: "";
    display: table;
    clear: both;
}
.dropdown:hover ul.dropdown-menu {
    display: block !important;
}
@media (min-width: 544px) {
    .max-row .vc_column-inner {
        max-width: 576px;
    }

}
@media (min-width: 768px) {
    .max-row .vc_column-inner {
        max-width: 720px;
    }
    .navbar-dark .navbar-nav .nav-link {
    color: #695e4a;
    font-size: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar #main-menu {
    float: right;
    padding: 20px 0;
}
}
@media (min-width: 992px) {
    .max-row .vc_column-inner {
        max-width: 940px;
    }
    .navbar-dark .navbar-nav .nav-link {
    color: #695e4a;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar #main-menu {
    float: right;
    padding: 20px 0;
}
}
@media (min-width: 1200px) {
    .navbar #main-menu {
    float: right;
    padding: 0 0;
}
    .navbar-dark .navbar-nav .nav-link {
    color: #695e4a;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
}
    .max-row .vc_column-inner {
        max-width: 1140px;
    }
    .wrapper-navbar {
        margin-bottom: 70px;
    }
    .home.page #page .wrapper-navbar {
        margin-bottom: 0;
    }

}

.navbar-dark .dropdown-menu {
    background-color: #695e4a;
    border-radius: 0;
}
.dropdown-menu li .nav-link {
    margin: 0 10px;
    color: #fff  !important;
}
.dropdown-menu li {
    padding: 0 !important;
}
.dropdown-menu li .nav-link:hover {
    background-color: #695e4a !important;
        color: #fff  !important;
}

#searchform .input-group input {
    background: #F2F1EC;
    border-radius: 0;
}
#searchform .input-group .input-group-btn {
    background: #695E4A;
    border-radius: 0;
    padding: 0 0px 0 5px;
}
#searchform .input-group .btn.btn-default {
    background: transparent;
    color: #fff;
    background-image: url(img/search.png);
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact-form {
    width: 500px;
    margin: 0 auto;
}
.contact-form label,
.contact-form label span input,
.contact-form label span textarea {
    width: 100%;
}
.contact-form label span input {
    padding: 5px;
}
.wpcf7-submit {
    border: 1px solid gray;
    background: white;
    padding: 7px 10px;
    color: #000;
}
.wpcf7-submit:hover {
    border: 1px solid gray;
    background: gray;
    color: #fff;
}
.widget {
background: #F2F1EC;
    border: 1px solid #695e4a;
    margin: 10px 0;
    padding: 10px;
}
.widget-title {
	color: #695e4a;
	font-size: 35px;
}
.page-title {
    color: #695e4a;
    font-size: 30px;
    margin: 10px 0;
}
.entry-title a {
    color: #Ce1b2c;
    font-size: 24px;
    margin: 10px 0;
}