/*
Theme Name: DormanCapital
Author: Richard
Author URI: 
Description: Custom WordPress Theme.
Version: 1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, custom-menu, editor-style, featured-images, accessibility-ready
Text Domain: wpcustomtheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =================================== CSS Reset =================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {  display: block;}
audio,
canvas,
video { display: inline-block;}
audio:not([controls]) { display: none;    height: 0;
}
[hidden],
template { display: none;}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {margin: 0;}
a { background: transparent;}
a:focus {outline: thin dotted;}
a:active,
a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre { white-space: pre-wrap;}
q { quotes: "\201C" "\201D" "\2018" "\2019";}
small { font-size: 80%;}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { top: -0.5em;}
sub {bottom: -0.25em;}
img { border: 0;}
svg:not(:root) {
    overflow: hidden;
}
figure { margin: 0;}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; 
    padding: 0; 
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%;
    margin: 0; 
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; 
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top; 
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: middle;
    max-width:100%;
    width:auto\9;
    height: auto;
}
textarea { resize: vertical;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
button,
input,
select,
textarea {
    color: #000;
	font-size:100%;
}
*, html, body {
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallpic .bx-wrapper {
    border-bottom: 4px;
    -moz-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0);
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0);
    background: #fff;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}
/* Clearfix */
.clearfix:before,
.clearfix:after,
.site-width:before,
.site-width:after {
    content: " "; 
    display: table;
}
.clearfix:after,
.site-width:after {
    clear: both;
}
.clearfix,
.site-width {
    *zoom: 1;
}

b,
strong,
th {
    font-weight:700;
}
body {
	font-size: 16px;
    line-height: 1.33;
    color: #777777;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;    
    font-weight: 400;
    background-color:#86282f;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-top:0;
	margin-bottom:20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
    color: #959595;
}
p {
    line-height: 1.8;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 22px;
}
a {
	color: #b2282f;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-out; 
    -moz-transition: background-color 0.3s ease-out; 
    -o-transition: background-color 0.3s ease-out; 
    transition: background-color 0.3s ease-out; 
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
    color: #ce2f37;
	text-decoration: none;
}
.menu-toggle {
    display: none;
}
.site-width {
    max-width: 1130px;
    margin: 0 auto;
} 
/* Site Header */
.site-header {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    z-index: 11;
    -webkit-box-shadow: 0 0 6 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.4);
}
.site-logo {
    float: left;
    max-width: 305px;
    padding-top: 6px;
}
.site-logo:hover {
    opacity: .7;
}
/* End Site Header */
.home-banner-wrapper {
    position: relative;
}
.home-banner-wrapper .slider-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 800px;
}
.home-banner-wrapper .slider-slide img {
    visibility: hidden;
    vertical-align: middle;
    display: none;
}
.home-banner-wrapper .banner-text-wrapper {
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.home-banner-wrapper .banner-text-wrapper .banner-headline {
    font-size: 64px;
    font-weight: 500;
    text-shadow: 1px 1px 0 #000;
}
.home-banner-wrapper .banner-text-wrapper .banner-text {
    font-size: 20px;
    font-weight: 400;
    text-shadow: 1px 1px 0 #000;
}
.page-template-home .bx-has-pager {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.page-template-home .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    top: auto;
    max-width: 1130px;
    margin: 0 auto;
    text-align: left;
}
.page-template-home .bx-wrapper .bx-pager.bx-default-pager a {
    background: #c3c6d1;
    width: 8px;
    height: 8px;
}
.page-template-home .bx-wrapper .bx-pager.bx-default-pager a:hover,
.page-template-home .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
.page-template-home .site-main {
    position: relative;
} 
.features {
    background: #f3f3f3;
    padding: 55px 0 65px;
    -webkit-box-shadow: 6 0 6 0 rgba(0,0,0,.25);
    -moz-box-shadow: 6px 0 6px 0 rgba(0,0,0,.25);
    box-shadow: 6px 0 6px 0 rgba(0,0,0,.25);   
}
.page-header-with-gray-bg {
    background: #f3f3f3;
    padding: 30px 0 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 6 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.25);  
}
.page-header-with-gray-bg .page-title {
    color: #000;
    position: relative;
    margin-bottom: 0;
}

.features .list-item {
    float: left;
    width: 30.678%;
    margin-right:3.982%;
}
.features .list-item:last-child {
    margin-right: 0;
}
.features .list-item .icon {
    float: left;
    max-width: 80px;
    height: 75px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
}
.features .list-item .property {
    background-image: url(images/property_icon.png);
    width: 81px;
}
.features .list-item .business {
    background-image: url(images/business_icon.png);
}
.features .list-item .invest {
    background-image: url(images/invest_icon.png);
    width: 81px;
}
.features .list-item .content-block {
    overflow: hidden;
    color: #7d7d7d;
}
.features .list-item .content-block .title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}
.features .list-item .content-block .title a {
    color: #595959;
}
.features .list-item .content-block .title a:hover {
    color: #b2282f;
}
.features .list-item .content-block .short-text {
    font-size: 13px;
    color: #898787;
}
.short-text {
    line-height: 1.5;
}
.content-area-single {
    max-width: 750px;
    margin: 0px auto;
    padding: 50px 0px 50px 0px;
}
.content-area {
    padding: 55px 0 65px;
}
.content-area p:last-child {
    margin-bottom: 0;
}
.page-template-home .content-area {
    padding-top: 55px;
    padding-bottom: 55px;
}
.page-template-home .content-area a {
    text-decoration: underline;
}
.page-template-home .content-area .intro-title h1 {
    color: #000;
    margin-bottom: 20px;
    position: relative;
}
.page-header-with-gray-bg .page-title:after,
.page-template-home .content-area .intro-title h1:after {
    position: absolute;
    width: 40px;
    height: 3px;
    content: '';
    display: block;
    background-color: #b2282f;
    right: 0;
    bottom: -5px;
    margin: auto;
}
.page-header-with-gray-bg .page-title:after {
    left: 15px;
    right: 15px;
}
.page-header-with-gray-bg .sub-title {
    padding-top: 20px;
}
.page-template-home .content-area .entry-content {
    font-size: 18px;
}
.page-template-home .content-area .entry-content a {
    color: #000;
    text-decoration: underline;
}
.page-template-home .content-area .entry-content a:hover {
    color: #b2282f;
}
.home-main-body {
    padding-top: 0;
    padding-bottom: 80px;
}
.home-main-body p:last-child {
    margin-bottom: 0;
}
.page-header {
    padding: 36px 0 40px;
    background: #89282f;
}
.page-header .page-title {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.entry-thumbnail {
    margin-bottom: 30px;
}
.page-with-sidebar .site-content {
    float: left;
    width: 65%;
    margin-right: 5%;
}
.page-with-sidebar .site-content-full {
    float: left;
    width: 65%;
    margin-right: 5%;
    background: #990066;
}

.page-with-sidebar .sidebar-container {
    overflow: hidden;
}
.sidebar-container .widget {
    margin-bottom: 40px;
}
.sidebar-container ul {
    padding-left: 0;
    margin-bottom: 0;
}
.sidebar-container .widget-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: 24px;
}
.site-main {
    background: #fff;
}
.navigation-link-wrapper .nav-links {
    overflow: hidden;
}
.navigation-link-wrapper {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top:40px;
}
.navigation-link-wrapper a:first-child {
    float: left;
    width: 48%;
    margin-right: 4%;
    text-align: left;
}
.navigation-link-wrapper a:last-child {
    float: right;
    width: 48%;
    text-align: right;
}
.archive .entry-meta, 
.category .entry-meta,
.single .entry-meta,
.blog .entry-meta {
    display: none;
}
.home-page-main-wrapper .content-area .column-left {
    float: left;
    width: 25%;
    margin-right: 5%;
    text-align: right;
}
.home-page-main-wrapper .content-area .column-right {
    overflow: hidden;
}
.home-page-main-wrapper .entry-content {
    max-width:860px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-default-wrapper .column-left {
    float: left;
    width: 300px;
    margin-right: 35px;
    color: #959595;
}
.page-template-default-wrapper .column-left .page-title  {
    margin-bottom: 5px;
}
.page-template-default-wrapper .column-left .sub-title  {
    font-size: 14px;
    line-height: 1.5;
}
.page-template-default-wrapper .column-right {
    overflow: hidden;
}
.more-text {
    margin-top: 25px;
    font-size: 12.5px;
    text-align: left;
    float: left;
}
.more-text ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 12px;
}
.more-text li {
    padding-left: 0px;
    padding-bottom: 5px;
}
.more-text-long {
    margin-top: 20px;
    font-size: 12.5px;
    text-align: left;
    float: left;
}
.more-text-long ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 12px;
}
.more-text-long li {
    padding-left: 0px;
    padding-bottom: 5px;
}




.category .site-content article,
.archive .site-content article,
.blog .site-content article {
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.entry-content img.alignleft {
    width: 40%;
    margin: 7px 30px 30px 0;
}
.entry-content img.alignright {
    width: 40%;
    margin: 7px 0 30px 30px;
}
.team-listing {
    padding-bottom: 65px;
}
.team-listing .gridder {
    padding-top: 0;
    padding-bottom: 0;
    border-top:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
}
.team-listing .awsm-grid-show,
.team-listing .awsm-grid-list {
    border-bottom:1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.team-listing .awsm-grid-list > a > figure > img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.team-listing .awsm-grid-list.awsm-expanded > a > figure > img,
.team-listing .awsm-grid-list > a:hover > figure > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.gallery-wrapper {
    padding-top: 60px;
    max-width: 250px;
}
.gallery-wrapper .bx-wrapper {
    -moz-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0);
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0);
    background: #fff;
}
.gallery-wrapper .caption {
    font-size: 14px;
    display: block;
    color: #959595;
    padding: 10px 5px;
    text-align: center;
} 
.gallery-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin-top: -30px;
    opacity: .5;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}
.gallery-wrapper .bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}
.gallery-wrapper .bx-wrapper .bx-prev {
    background:#000 url(images/left_arrow_iocn.png) no-repeat center center;
    background-size: 8px 15px;
}
.gallery-wrapper .bx-wrapper .bx-next {
    background:#000 url(images/right_arrow_iocn.png) no-repeat center center;
    background-size: 8px 15px;
}
.bx-controls-direction {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}
.gallery-wrapper:hover .bx-controls-direction {
    opacity: 1;
}
.mobile-gallery {
    display: none;
}
.heading-with-bottom-border {
    margin-bottom: 50px;
    color: #000;
    position: relative;
    text-align: center;
}
.heading-with-bottom-border:after {
    position: absolute;
    width: 40px;
    height: 3px;
    content: '';
    display: block;
    background-color: #b2282f;
    left: 15px;
    right: 15px;
    bottom: -25px;
    margin: 0 auto;
}

.heading-with-bottom-border-right {
    margin-bottom: 50px;
    color: #000;
    position: relative;
    text-align: right;
    font-size: 30px;
}

.heading-with-bottom-border-right:after {
    position: absolute;
    width: 40px;
    height: 3px;
    content: '';
    display: block;
    background-color: #b2282f;
    right: 0px;
    bottom: -25px;
    margin: 0 auto;
}

.heading-with-bottom-border-left {
    margin-bottom: 30px;
    color: #000;
    position: relative;
    text-align: left;
    font-size: 28px;
}

.heading-with-bottom-border-left:after {
    position: absolute;
    width: 40px;
    height: 3px;
    content: '';
    display: block;
    background-color: #b2282f;
    left: 0px;
    bottom: -15px;
    margin: 0 auto;
}

.title-with-bottom-border {
    margin-bottom: 30px;
    color: #000;
    position: relative;
    text-align: left;
    font-size: 36px;
}

.title-with-bottom-border:after {
    position: absolute;
    width: 60px;
    height: 3px;
    content: '';
    display: block;
    background-color: #b2282f;
    left: 0px;
    bottom: -15px;
    margin: 0 auto;
}

.page-template-investment .features .heading-with-bottom-border {
    margin-bottom: 25px;
}
.page-inner-banner {
    text-align: center;
    -webkit-box-shadow: 0 0 6 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.7);     
}
.page-bottom-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-bottom-section .text-block p:last-child {
    margin-bottom: 0;
}
/* Site Footer */
.site-footer {
    padding-bottom: 40px;
    background: linear-gradient(#b2282f, #86282f);
    color: #fff;
    -webkit-box-shadow: 6 0 6 0 rgba(0,0,0,.25);
    -moz-box-shadow: 6px 0 6px 0 rgba(0,0,0,.25);
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,.45);       
}
.site-footer a {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.site-footer a:hover {
    color: #fff;
    opacity: .7;
}
.footer-top {
    padding: 22px 0;
}
.footer-top .column-left {
    float: left;
}
.footer-top .column-right {
    float: right;
    width: auto;
    padding-top: 0;
}
.footer-right {
    font-size: 13px;
}
.logo-footer {
    margin-bottom: 22px;
}
.footer-top .address-wrapper {
    font-size:13px;
    font-style: normal;
}
.footer-top .address-wrapper .address-item {
    margin-bottom: 5px;
}
.footer-top .address-wrapper .address-item span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
.footer-top .stay-in-touch .form-title {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer-top .stay-in-touch .input-item {
    margin-bottom: 10px;
}
.footer-top .stay-in-touch form input {
    padding: 0 15px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border:1px solid #fff;
    background: none;
    color: #fff;
    opacity: 1;
}
.footer-top .stay-in-touch .subscribe-btn {
    background: #4c1417;
    border: 1px solid #bc8890;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-top .stay-in-touch .subscribe-btn:hover {
    opacity: .7;
}
.footer-top span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}
.footer-top form div.wpcf7-response-output {
    margin: 0 auto;
    font-size: 13px;
    border:1px solid #f7e700;
}
.site-footer .copyright-text {
    font-size: 12px;
}
.bx-pager-item:first-of-type:last-of-type { 
    display: none
}
.home-banner-wrapper .nottitleandsubtitle .banner-text-wrapper {
    display: none;
}
.google-map-wrapper {
    padding-top: 81px;
}
.google-map-wrapper iframe {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 415px;
}
.page-template-team .content-area {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* End Site Footer */
/* =============== Media Queries ================ */
@media screen and (max-width:1279px) { 
    .home-banner-wrapper .slider-slide {
        height: 815px;
    }
    .features {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .home-banner-wrapper .banner-text-wrapper .banner-headline {
        line-height: 1.1;
        font-size: 60px;
    }
}
@media screen and (max-width:1159px) { 
    .site-width {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-header .site-width {
        padding-left: 0;
        padding-right: 0;
    }
    .site-header .site-width .site-logo {
        margin-left: 15px;
    }
    .navbar {
        margin-right: 15px;
    }
    .site-header .site-width .navbar .menu-toggle {
        left: -15px;
    }
    .menu-open .navbar {
        margin-right: 265px;
    }
    .home-banner-wrapper .slider-slide {
        height: 760px;
    }
    .features {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .features .list-item .content-block .title {
        font-size: 15px;
    }
    .home-banner-wrapper .banner-text-wrapper .banner-headline {
        font-size: 55px;
    }
    .home-banner-wrapper .banner-text-wrapper .banner-text {
        font-size: 22px;
    }
    .page-template-home .bx-has-pager {
        left: 15px;
    }
    .page-template-home .content-area {
        padding-top: 38px;
        padding-bottom: 38px;
    }
}
@media screen and (max-width:1024px) { 
    .menu-toggle {
        display: block;
        width: 46px;
        height: 46px;
        font-size: 0;
        line-height: 0;
        padding: 0;
        background:#a1a1a1 url(images/mobile_menu_icon.png) no-repeat;
        background-position: center 15px;
        cursor: pointer;
        border:0;
        border-radius: 46px;
        z-index:1;    
    }
    body.menu-open {
        overflow: hidden;
    }
    .menu-open .menu-toggle {
        background-color: #4c1417;  
    }
    .navbar {
        float: right;
        margin-top: 18px;
        width: 46px;
        height: 46px;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        margin-right: 0;
    }
    .menu-open .navbar {
        margin-right: 280px;
    }
    .navbar .menu-toggle {
        position: absolute;
        top: 0;
        left: 0;
    }
    .navbar .menu-toggle.mm-close {
        top: -9999px;
    }
    .menu-open .navbar .menu-toggle.mm-open {
        top: -9999px;
    }
    .menu-open .navbar .menu-toggle.mm-close {
        top: 0;
    }
    .main-menu-wrapper {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 268px;
        right: -280px;
        background: #fbfaf8;
        background: rgba(251, 250, 248, .96);
        z-index: 1;
        overflow:auto;    
        float: none;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf;
    } 
    .main-menu-wrapper-inner {
        padding:28px 25px;
    }
    .menu-open .main-menu-wrapper {
        right: 0;
    }
    .navbar .nav-menu {
        padding-left: 0;
        list-style: none;
    }
    .main-menu-wrapper .title {
        color: #484745;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .navbar .nav-menu li  {
        position: relative;
    }
    .navbar .nav-menu li  a {
        display: block;
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 40px;
        color: #565553;
        font-weight: 300;
    }
    .navbar .nav-menu > li > .sub-menu {
        width: 100%;
        padding: 10px 20px;
        background: #ededed;
        list-style: none;
        margin-left: 10px;
        margin-bottom: 0;
        display: none;
    }
    .navbar .nav-menu > li > .sub-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #6e6e6e;
    }
    .navbar .nav-menu > li > .sub-menu > li > a:hover,
    .navbar .nav-menu li:hover a {
        color: #b52830;
    }
    body.menu-open:after {
        content: '';
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        z-index: 110;
        opacity: .4;
        -webkit-transition: all 0.3s ease-out; 
        transition: all 0.3s ease-out;
    }
    body.menu-open .site-header {
        z-index: 111;
    }
    .arrow-down-icon {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        background: url('images/arrow_down_icon.png') no-repeat center center;
        width: 40px;
        height: 43px;
        cursor: pointer;
        z-index: 5;
    }
    .address-detail-wrapper .title {
        margin-bottom: 18px;
    }
    .address-detail-wrapper .address-item {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .address-detail-wrapper .address-item strong {
        color: #484745;
        margin-right: 5px;
    }
    .address-detail-wrapper .address-item:last-child {
        line-height: 1.9;
    }
    .address-detail-wrapper .address-item:last-child strong {
        display: block;
    }
    .address-detail-wrapper .address-item a {
        font-size: 14px;
        color: #989795;
    }
    .address-detail-wrapper .address-item a:hover {
        color: #b52830;
    }
    .follow-us-block a {
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
    }
    .follow-us-block a:hover {
        opacity: .8;
    }
    .follow-us-block a:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width:1025px) { 
    .navbar {
        float: right;
    }
    .nav-menu {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .navbar .address-detail-wrapper,
    .navbar .title {
        display: none;
    }
    .navbar .nav-menu > li  {
        position: relative;
        float: left;
    }
    .navbar .nav-menu > li > a {
        display: block;
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
        height: 80px;
        line-height: 80px;
        color: #565553;
        font-weight: 300;
    }
    .navbar .nav-menu > li > .sub-menu {
        background: #f1f1f1;
        min-width: 200px;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
        display: none;
        opacity: 0;
    }
    .navbar .nav-menu > li:hover > .sub-menu {
        display: block;
        opacity: 1;
    }
    .navbar .nav-menu > li > .sub-menu > li > a {
        font-size: 16px;
        display: block;
        padding: 12px;
        color: #565553;
        font-weight: 300;
        border-bottom: 1px solid #dddada;
    }
    .navbar .nav-menu > li > .sub-menu > li > a:hover {
        background: #dedbdb;
        color: #000;
    }
    .navbar .nav-menu > li:hover > a {
        background: #f1f1f1;
        color: #000;
    }
}
@media screen and (max-width: 1023px) { 
    .home-banner-wrapper .slider-slide {
        height: 570px;
    }
    .home-banner-wrapper .banner-text-wrapper {
        padding-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        padding: 15px 0 45px;
        background: rgba(0, 0, 0, .6);
    }
    .bx-pager-item:first-of-type:last-of-type { 
        display: inline-block;
    }
     .home-banner-wrapper .nosubtext .banner-text-wrapper {
        padding-top: 15px;
    }
    .page-template-home .bx-has-pager {
        top: auto;
        bottom: 8px;
    }
    .home-page-main-wrapper {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .page-template-home .content-area {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .features .list-item .content-block .short-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 959px) { 
    .home-banner-wrapper .slider-slide {
        height: 465px;
    }
    .features {
        text-align: center;
    }
    .features .list-item .icon {
        float: none;
        margin:0 auto 15px;
    }
    .features .list-item .content-block .title {
        font-size: 15px;
    }
    .page-header {
        padding: 30px 0 35px;
        background: #89282f;
    }
    .page-template-default-wrapper .column-left {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .gallery-wrapper {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .desktop-gallery {
        display: none;
    }
    .mobile-gallery {
        display: block;
    }
    .google-map-wrapper iframe {
        height: 300px;
    }
    .investments-feature {
        padding-top: 0!important;
    }
}
@media screen and (max-width: 767px) { 
    body {
        padding-top: 80px;
    }
    .site-header {
        background: #fff;
    }
    .home-banner-wrapper .slider-slide {
        height: 380px;
    }
    .home-banner-wrapper .banner-text-wrapper .banner-headline {
        font-size: 42px;
    }
    .home-banner-wrapper .banner-text-wrapper .banner-text {
        font-size: 20px;
    }
    .page-with-sidebar .site-content {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .sidebar-container .widget:last-child {
        margin-bottom: 0;
    }
    .google-map-wrapper {
        padding-top: 0;
    }
    .more-text {
        display: none;
     }
}
@media screen and (max-width: 699px) { 
    .menu-open .site-header .site-width .site-logo {
        margin-left: -230px;
    }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}
@media screen and (max-width: 639px) { 
    .home-banner-wrapper .slider-slide {
        height: 380px!important;
    }
    .home-banner-wrapper .banner-text-wrapper .banner-headline {
        font-size: 35px;
        margin-bottom: 0;
    }
    .home-banner-wrapper .banner-text-wrapper .banner-text {
        font-size: 18px;
        padding-top: 5px;
    }
    .features {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .features .list-item {
        float: none;
        width: 100%;
        max-width: 380px;
        margin:0 auto 35px!important;
    }
    .features .list-item:last-child {
        margin-bottom: 0!important;
    }
    .features .list-item .content-block .title {
        font-size: 18px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    .page-header {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .content-area {
        padding-top: 35px;
        padding-bottom: 45px;
    }
    .navigation-link-wrapper a:first-child {
        margin-bottom: 8px;
    }
    .navigation-link-wrapper a:last-child,
    .navigation-link-wrapper a:first-child {
        display: block;
        float: none;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .page-header .page-title {
        font-size: 35px;
    }
    .home-main-body {
        padding-bottom: 45px;
    }
}
@media screen and (max-width: 567px) {
    .page-template-home .content-area {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .site-footer {
        text-align: center;
        padding-bottom: 0;
    }
    .footer-top {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .footer-top .column-right,
    .footer-top .column-left {
        float: none;
        width: 100%;
    }
    .footer-top .stay-in-touch .form-title {
        font-size: 15px;
    }
    .footer-top .column-right {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer-top .stay-in-touch .input-item:last-child {
        margin-bottom: 0;
    }
    .footer-copyright {
        padding: 20px 0;
        border-top: 0px dotted #a8565b;
    }
    .entry-content img.alignright,
    .entry-content img.alignleft {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 30px!important;
    }
    .home-page-main-wrapper .content-area .column-left {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 45px;
    }
    .home-page-main-wrapper .content-area .column-right {
        text-align: center;
    }
    .page-template-home .content-area .intro-title h1::after {
        left: 15px;
        right: 15px;
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    .site-logo {
        max-width: 260px;
        padding-top: 6px;
    }
    .home-banner-wrapper .banner-text-wrapper .banner-headline {
        font-size: 27px;
    }
    .home-banner-wrapper .banner-text-wrapper .banner-text {
        padding-top: 10px;
    }
    .footer-top {
        padding-bottom: 20px;
    }
}
