/**** Page General CSS ****/
#primary {
    min-height: 300px;
}
#primary.container {
    max-width: 1000px;
}
#primary.container.full {
    max-width: 1200px;
}
#primary.container.blog-page {
    /*max-width: 1200px;*/
}
#main {
    padding: 80px 0 20px;
}
header.entry-header,  header.page-header {
    position: static !important;
}
footer.entry-footer {
    margin-top: 0px !important;
    padding: 0px;
}
#primary a:hover {
    color: #000;
}

/**** Page Banner CSS ****/
.page-banner {
    width: 100%;
    height: 440px;
    background-color: #6A6869;
    position: relative;
}
.page-banner .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.page-banner h1,  .page-banner h2 {
    font-size: 70px;
    font-style: italic;
    color: #fff;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 80px;
}
.page-banner h1 em,  .page-banner h2 em {
}
.page-banner h1:after,  .page-banner h2:after {
    content: "";
    width: 70px;
    height: 11px;
    background: #C3965A;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 20px;
}

/**** Government Contracting CSS ****/
.service-sec {
    background-color: #EFEFEF;
}
.service-sec h5 {
}
.service-sec h5:before {
    content: "›";
    display: inline-block;
    position: relative;
    font-family: 'Exo', sans-serif;
    font-size: 36px;
    font-weight: normal;
    margin-right: 10px;
    top: 4px;
}
.service-sec p:last-of-type {
    margin-bottom: 0;
}

/**** Properties CSS ****/
/* Current Residents */
.residents-sec #rentals{
    padding-top: 40px;
}
.residents-sec .title-sec {
    margin-bottom: 60px;
}
.residents-sec h4 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    /*margin-bottom: 70px;*/
}
.residents-sec .property-slider .property-info,  .airbnb-sec .property-slider .property-info {
    width: 100%;
}

/* Airbnb */
.airbnb-sec {
    background-color: #EFEFEF;
}
.airbnb-sec .property-slider .owl-nav {
    display: block !important;
}
.property-slider.owl-carousel .owl-nav {
    position: absolute;
    top: -128px;
    right: calc(50% - 585px);
}
.property-slider.owl-carousel .owl-nav button.owl-next,  .property-slider.owl-carousel .owl-nav button.owl-prev {
    position: static;
}
.property-slider.owl-carousel .owl-nav button.owl-next {
    margin-left: 20px;
}

/**** About Us CSS ****/
.aboutus-sec {
    position: relative;
}
.aboutus-sec .img-holder-wrap,  .consulting-sec > .img-holder-wrap {
    width: calc(50% - 285px);
    height: calc(100% - 120px);
    background-color: #C3965A;
    z-index: 0;
    top: 120px;
    border-bottom-left-radius: 20px;
}
.aboutus-sec h3 {
    font-size: 20px;
    line-height: 1.5em;
    color: #C3965A;
    font-weight: normal;
}
.aboutus-sec img {
    width: 600px !important;
    max-width: 600px !important;
    margin-top: -420px;
    position: relative;
    right: -10px;
}
.service-block {
    margin-top: 80px;
}
.service-block img {
    border-radius: 20px;
}
.service-block .btn-border {
    border-color: #C3965A;
    margin-right: 10px;
}
.service-block .btn-border:hover {
    border-color: #000;
}

/**** Consulting & Speaking CSS ****/
.consulting-sec {
    position: relative;
}
.consulting-sec .txt-wrap {
    max-height: 410px;
    margin-bottom: 30px;
}
.consulting-sec .img-holder-wrap {
    border-bottom-left-radius: 0;
    border-top-left-radius: 20px;
}
.consulting-sec .col-md-4 > img {
    width: 600px !important;
    max-width: 600px !important;
    margin-top: -360px;
    position: relative;
    right: -10px;
    display: block;
}
.consulting-sec .img-wrap{
	height: 100%;
	overflow: hidden;
	border-top-left-radius: 20px;
	background-color: #ccc;
}
.consulting-sec .img-wrap img{
	object-fit: cover;
	min-height: 100%;
	display: block;
	opacity: 0.9;
}
/* Sign Up Section */
.signup-sec {
    position: relative;
}
.signup-sec .signup-form {
    margin-right: -30px;
    border-radius: 0;
    border-top-left-radius: 20px;
    height: 100%;
}
.signup-sec .img-holder-wrap {
    width: calc(50% + 115px);
    background: url(../images/signup-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 0;
}
.signup-sec .img-holder-wrap:before {
    content: "";
    background: rgba(75,69,61,0.96);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.signup-sec .container {
    position: relative;
}
.signup-sec .col-lg-6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
	flex: 0 0 calc(50% + 30px);
    max-width: calc(50% + 30px);
}
.signup-sec .col-lg-6.offset-lg-1{
	padding: 40px 0;
	margin-left: calc(8.333333% - 30px);
}
.signup-sec h2 {
    color: #C3965A !important;
}
.signup-sec p:last-of-type {
    margin-bottom: 10px;
}
.signup-form .mc4wp-alert p {
    font-size: 14px;
    line-height: 1.5em;
    color: #c60f13 !important;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}
.signup-form .mc4wp-alert.mc4wp-success p {
    color: #fff !important;
}

/**** Guest Interview CSS ****/
/*#interview .interview-form-wrap{
    width: 800px;
    max-width: 800px !important;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-top: 100px;
}*/
#interview h2,
#primary .interview-form h2{
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}
.interview-form .form-nav {
    text-align: center;
}
.interview-form .form-nav button{
    min-width: 160px;
    height: 40px;
    line-height: 16px;
    padding: 13px 30px;
    margin: 10px;
}

/**** Fancybox CSS ****/
.fancybox-container .fancybox-content{
    border-radius: 20px;
    padding: 40px 40px 10px;
}
.fancybox-container .fancybox-bg{
    background: rgba(75,69,61);
}
.fancybox-container .fancybox-button{
    opacity: 1 !important;
}
.fancybox-container .fancybox-button svg path{
    fill: #C3965A;
    transition: all 0.3s ease 0s;
}
.fancybox-container .fancybox-button:hover svg path{
    fill: #000000;
}