/*!
Theme Name: Brokers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Text Domain: brokers
*/

@font-face {
    font-family: 'Geomanist';
    src: url('./fonts/Geomanist-Regular.eot');
    src: url('./fonts/Geomanist-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Geomanist-Regular.woff2') format('woff2'),
        url('./fonts/Geomanist-Regular.woff') format('woff'),
        url('./fonts/Geomanist-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geomanist';
    src: url('./fonts/Geomanist-Medium.eot');
    src: url('./fonts/Geomanist-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Geomanist-Medium.woff2') format('woff2'),
        url('./fonts/Geomanist-Medium.woff') format('woff'),
        url('./fonts/Geomanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geomanist';
    src: url('./fonts/Geomanist-Bold.eot');
    src: url('./fonts/Geomanist-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Geomanist-Bold.woff2') format('woff2'),
        url('./fonts/Geomanist-Bold.woff') format('woff'),
        url('./fonts/Geomanist-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Geomanist', sans-serif;
    background: #f5f5f5;
    color: #545454;
}
a {
    color: #d51820;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #29a643;
}
a:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: 500;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    line-height: 1.3;
}
.h2, h2 {
    font-size: 24px;
}
.h3, h3 {
    font-size: 20px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 16px;
}
.h6, h6 {
    font-size: 14px;
}
.header-top {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
    border-bottom: 1px solid #252525;
}
.navbar-brand .custom-logo {
    max-height: 90px;
    width: auto;
}
.header-ads img {
    max-height: 90px;
    width: auto;
}
.header-ads p {
    margin-bottom: 0;
}
.header-bottom {
    background-color: #000;
}
.main-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu > .menu-item {
    position: relative;
    flex-grow: 1;
    text-align: center;
}
.main-menu .menu-item a {
    font-size: 14px;
    color: #f5f5f5;
    text-transform: uppercase;
    padding: 15px 12px;
    display: inline-block;
}
.main-menu li ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #000;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}
.main-menu li ul li {
    position: relative;
    text-align: left;
}
.main-menu li ul li a {
    color: #fff;
}
.main-menu > .menu-item.firstLevel {
    background-color: #29a643;
    text-align: center;
    border-radius: 25px;
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
}
.main-menu > .menu-item.firstLevel:hover {
    background-color: #248b39;
}
#content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-main {
    background-color: #fff;
    padding: 20px;
}
.section-title {
    font-size: 22px;
    margin-bottom: 20px;
}
.section-subtitle {
    font-size: 18px;
    text-align: center;
    background: #29a643;
    color: #ffffff;
    padding: 12px;
    margin-bottom: 0;
}
.review-single {
    background: #f7f7f7;
    text-align: center;
    padding: 20px;
}
.review-single h2 {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 5px;
}
.review-single h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.review-single p {
    font-size: 16px;
    margin-bottom: 0;
}
.list-post {
    background-color: #f7f7f7;
    padding: 5px 20px 20px 20px;
}
.list-post ul {
    list-style: none;
    padding: 0;
}
.list-post ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0 15px;
}
.list-post .post-title-wrapper {
    margin-bottom: 5px;
}
.list-post .post-title-wrapper .post-title {
    font-size: 16px;
    color: #323232;
    font-weight: 500;
    margin-right: 4px;
}
.list-post .post-title-wrapper .post-title:hover {
    text-decoration: underline;
}
.list-post .post-date {
    font-size: 12px;
    color: #323232;
}
.list-post .post-content p {
    font-size: 14px;
    margin-bottom: 0;
}
.more-link a {
    font-size: 14px;
    text-align: center;
    display: block;
}
.page-header {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}
article {
    margin-bottom: 30px;
}
h1.entry-title, h1.page-title  {
    font-size: 26px;
    color: #323232;
    margin-bottom: 5px;
}
h2.entry-title {
    font-size: 22px;
    margin-bottom: 5px;
}
.entry-title a {
    color: #323232;
}
.entry-title a:hover {
    color: #29a643;
}
.entry-meta {
    font-size: 14px;
    margin-bottom: 15px;
}
.post-thumbnail {
    display: block;
    margin-bottom: 10px;
}
.post-thumbnail img {
    width: 100%;
}
a.read-more {
    padding-left: 5px;
}
.post-navigation, .posts-navigation {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
    overflow: hidden;
    clear: both;
    margin: 15px 0 0;
}
.post-navigation .nav-previous, .nav-links .nav-previous {
    float: left;
    width: 50%;
    padding-right: 5px;
}
.post-navigation .nav-next, .nav-links .nav-next {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 5px;
}
.post-navigation .nav-subtitle {
    display: block;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.aside-sidebar .widget {
    margin-bottom: 30px;
    background-color: #fff;
}
.widget-title {
    font-size: 16px;
    color: #ffffff;
    background: #29a643;
    padding: 12px 10px 12px 20px;
    margin-bottom: 0;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul li {
    padding: 10px 15px;
}
.widget ul li+li {
    border-top: 1px solid #ebebeb;
}
.widget ul li a {
    font-size: 15px;
    color: #545454;
}
.widget ul li a:hover {
    color: #d51820;
}
.widget ul li a:after {
    position: relative;
    top: 0;
    left: 5px;
    content: "\f101";
    font-family: fontawesome;
}
.ads-section1 {
    text-align: right;
}
.icon-button {
    padding: 0;
    border: 0;
    background: none;
    font-size: 26px;
    color: #29a643;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}
.updated:not(.published) {
    display: none;
}
#footer {
    font-size: 15px;
    background: #000000;
    color: #d2d2d2;
    padding: 30px 0 30px;
}
.footer-top h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-bottom {
    font-size: 14px;
    color: #9e9e9e;
    border-top: 1px solid #252525;
    padding: 10px 0 10px;
}
.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li a {
    display: block;
    padding: 5px;
    color: #9e9e9e;
}
.footer-menu li a:hover {
    color: #fff;
}
@media only screen and (min-width: 992px) {
    .side-ads.col-lg-2 {
        width: 160px;
    }
    .home-main.col-lg-8 {
        width: calc(100% - 320px);
    }
    .main-menu .menu-item:hover, .main-menu .menu-item.current-menu-item {
        background: #29a643;
    }
    .main-menu .menu-item:hover ul {
        display: block;
    }
}
@media only screen and (max-width: 991px) {
	.header-bottom {
        display: none;
    }
	.ads-section1, .ads-section2 {
		text-align: center;
	}
    .main-menu {
        flex-direction: column;
        padding: 0 0 15px;
    }
    .main-menu > .menu-item {
        text-align: left;
    }
    .main-menu .menu-item a {
        padding: 10px 15px;
    }
    .main-menu li ul {
        position: relative;
        top: 0;
        width: 100%;
    }
    .main-menu li ul li a {
        padding-left: 30px;
    }
    .main-menu > .menu-item.firstLevel {
        margin: 0;
    }
    span.arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 41px;
        height: 41px;
        cursor: pointer;
        transition: all .3s ease-in-out;
        z-index: 99999;
    }
    span.arrow:after {
        content: "";
        display: inline-block;
        height: 10px;
        width: 10px;
        position: absolute;
        top: 13px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 1px solid #fff;
        border-width: 0 1px 1px 0;
        transform: rotate(45deg);
    }
    span.arrow.up {
        transform: rotate(180deg);
    }
    .footer-bottom {
        text-align: center;
    }
}