/*
 Theme Name:   Design Garage Template
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Design Garage
 Author URI:   http://www.designgarage.co.nz
 Template:     understrap
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}
h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
p {
    margin-bottom: 15px;
}
a {
    color: lightgray;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    color: #333333;
}
ul.plain {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.btn {
    border-radius: 0;
    padding: 10px 20px;
}
.btn-primary, .btn-secondary, .wpcf7-submit {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.wpcf7-submit {
    padding: 10px 20px;
}
.btn-primary:hover, .btn-secondary:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.wpcf7-form-control {
    border: 1px solid #e4e4e4;
}
#header {
    padding-top: 20px;
    padding-bottom: 20px;
}
#header .inner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.navbar-brand {
    margin: 0;
    padding: 0;
}
.home-banner-wrapper {
    margin-bottom: 50px;
}
.page-title {
    background-color: #6c6a69!important;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.inside-banner-wrapper {
    position: relative;
    margin-bottom: 50px;
}
.inside-banner-wrapper .page-title {
    background-color: #6c6a69!important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}
.page-title h1 {
    color: #ffffff;
    margin-bottom: 0;
}
.post {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 35px;
}
.post.has-image {
    display: flex;
    flex-direction: row;
}
.post.has-image .image-wrapper {
    flex: 1 0 40%;
}
.post.has-image .content-wrapper {
    flex: 1 0 60%;
}
.posted-on {
    font-size: 14px;
}
.blog-sidebar-wrapper li {
    line-height: 30px;
}
.blog-sidebar-wrapper li a {
    color: #000000;
}
.blog-sidebar-wrapper ul {
    margin-bottom: 30px;
}
.blog-image-wrapper {
    margin-bottom: 20px;
}
.blog-navigation-wrapper {
    margin-top: 80px;
    background-color: #d7b8be;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-navigation-wrapper span {
    color: #ffffff;
    font-size: 20px;
}
#footer {
    background-color: #ffffff;
    padding-top: 41px;
    padding-bottom: 40px;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    margin-top: 50px;
}
#footer h3 {
    color: #000000;
    text-transform: uppercase;
}
#footer a {
    color: #000000;
}
#footer .contacts span {
    width: 30px;
    font-size: 18px;
}
#footer .f-col-3 a {
    font-size: 25px;
}
.home #footer, .single #footer {
    margin-top: 0;
}
#footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer .social-media {
    display: flex;
    flex-direction: row;
}
#footer .social-media li {
    margin-right: 10px;
	font-family:FontAwesome;
}
#copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #e4e4e4;
    font-size: 14px;
}
#copyright a {
    color: #000000;
}
#copyright p {
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .post .image-wrapper {
        padding-right: 15px;
    }
    .page-title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .single .blog-sidebar-wrapper {
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 35px;
        line-height: 40px;
    }
    h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 25px;
        line-height: 30px;
    }
    h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        line-height: 22px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        margin-top: 50px;
    }
    .inside-banner-wrapper .page-title {
        position: relative;
    }
    .page-title {
        margin-bottom: 30px;
    }
    .home-banner-wrapper {
        margin-bottom: 30px;
    }
    .inside-banner-wrapper {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .single .blog-sidebar-wrapper {
        margin-top: 15px;
        padding-top: 30px;
        border-top: 1px solid #e4e4e4;
    }
    #footer .f-col-3 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
    h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .page-title {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .post.has-image {
        display: block;
    }
    .post .image-wrapper {
        padding-right: 0;
        padding-bottom: 10px;
    }
    #footer .f-col-2 {
        margin-top: 20px;
    }
    #copyright span {
        display: block;
        margin-top: 10px;
    }
}