/*
Theme Name: DFW Corporate Park
Author: Benessa Mae Dumol
Author URI: https://www.linkedin.com/in/benzdumol/
Description: This is a custom template developed exclusively for DFW Corporate Park.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
@font-face {
    font-family: 'Montserrat Regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url('Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Varela Round Regular';
    src: url('fonts/VarelaRound-Regular.eot');
    src: url('fonts/VarelaRound-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/VarelaRound-Regular.woff2') format('woff2'),
        url('fonts/VarelaRound-Regular.woff') format('woff'),
        url('fonts/VarelaRound-Regular.ttf') format('truetype'),
        url('fonts/VarelaRound-Regular.svg#VarelaRound-Regular') format('svg');
    font-weight: bold;
    font-style: normal;
}  


body {
	font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	line-height: 1.5;
    color: #212529;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
	font-family: 'Varela Round Regular', sans-serif;
    line-height: 1.5;
    color: #000000;
}
p {
    margin-bottom: 0;
}

a {
    color: #212529;
}
a:hover {
    color: #971b1e;
    text-decoration: none;
}
a.icon i {
    color: #ff0000;
    margin-right: 1rem;
}

.text-primary {
    color: #747474 !important;
}
.text-secondary {
    color: #971b1e !important;
}
.text-tertiary {
    color: #8790a5 !important;
}
.text-accent {
    color: #edefee !important;
}

.bg-grey {
    background-color: #f2f2f2;
}
.bg-darkgrey {
    background-color: #e0e0e0;
}
.bg-overlay {
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.background-image img {
    display: none;
}

.tag {
    background-color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    border-radius: .2rem;
    padding: .3rem .5rem;
    font-family: 'Poppins', sans-serif;
}


/** Header **/
.header {
    width: 100%;
    height: 100%;
    padding-bottom: 4rem;
    overflow: hidden;
    background-image: url(images/home.jpg), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.75));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
}
header .top-bar {
    position: relative;
}
header video {
display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header .container {
  position: relative;
  z-index: 2;
}
header .overlay {
    display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.header:after {
    background-image: url(images/banner-overlay.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 4rem;
    z-index: 1;
}

.subpage .header h6 {
    opacity: 0.5;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}
.home .navbar {
    border-bottom: .1rem solid rgba(255,255,255,.3);
}
.subpage .navbar {
    border-bottom: .1rem solid rgba(0,0,0,.1);
}
.navbar-collapse ul.navbar-nav {
    padding: 1rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar ul.navbar-nav li a {
    padding-right: 1rem;
}
.navbar ul.navbar-nav li:last-child a {
    padding-right: 0;
}

.home .navbar h4 {
    font-size: 1rem;
}

.home .header a:hover {
    color: #b6bbc6;
}
.home .header h1 {
    padding-top: 40px;
    font-size: 1.65rem;
    color: #ffffff;
}

.home .header a,
.subpage .top-bar a {
    font-family: 'Varela Round Regular', sans-serif;
    font-size: 1.1rem;
    color: #ffffff;
}


/** Content **/
.main-container {
    position: relative;
    /* margin-bottom: 650px; */
    z-index: 1;
    background-color: #f2f2f2;
}
.main-container:after {
    background-image: url(images/footer-overlay.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 4.2rem;
    left: 0;
    content: "";
    position: absolute;
}

.subpage .main-container:before {
    background-image: url(images/footer-overlay.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    position: absolute;
    content: "";
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.for-rent .item,
.recent-space .item {
    position: relative;
    margin-bottom: 2rem;
    height: auto;
    font-size: 13px;
}
.for-rent .item .wrapper,
.recent-space .item .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0.1rem 1rem rgba(0,0,0,.1);
    overflow: hidden;
    transition: .3s box-shadow ease, .3s transform ease;
    transform: translateY(0);
    /* padding-bottom: 5rem; */
}
.for-rent .item .wrapper:hover,
.recent-space .item .wrapper:hover {
    box-shadow: 0 0.4rem 3.3rem rgba(0,0,0,.3);
    transform: translateY(-.2rem);
}
.for-rent .item .image,
.recent-space .item .image {
    height: 15rem;
    position: relative;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    background-color: #f8f8f8;
}
.for-rent .item .image .image-wrapper{
    display: block;
    position: relative;
    transition: none;
    z-index: 0;
    border: .3rem solid #f8f8f8;
    border-radius: .9rem;
}
.recent-space .item .image .image-wrapper {
    display: block;
    position: relative;
    transition: none;
    z-index: 0;
}
.for-rent .item .image .image-wrapper:before,
.recent-space .item .image .image-wrapper:before {
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.for-rent .item .image .listingVideo {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}
.for-rent .item h4,
.recent-space .item h4 {
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    bottom: 4rem;
    padding-right: 1.8rem;
    margin-bottom: 1rem;
}
.for-rent .item h4 p.category {
    display: inline-block;
    color: #ffffff;
    position: relative;
    transition: .3s background-color ease;
    text-shadow: none;
    text-decoration: none;
    top: inherit;
    bottom: 0;
    left: 0;
    font-size: 9px;
}
.for-rent .item h4 .tag {
    color: #ffffff;
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    top: 12rem;
    transition: .3s background-color ease;
    padding: 0.25rem 0.30rem;
}
.for-rent .item h4 a,
.recent-space .item h4 a {
    color: #fff;
    transition: none;
    text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.6);
    display: block;
}
.for-rent .item .size {
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    top: 10rem;
    opacity: .8;
    color: #ffffff;
}
.for-rent .item .price,
.recent-space .item .price {
    position: absolute;
    top: 12.2rem;
    left: 1.3rem;
    padding: 0.5rem 0.6rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
    background-color: #f8f8f8;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 14px;
}
.for-rent .item .meta,
.recent-space .item .meta {
    background-color: #f8f8f8;
    padding: 1rem;
    width: 100%;
    white-space: nowrap;
    margin-top: -.2rem;
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: initial;
}
.for-rent .item .meta ul.fa-ul,
.recent-space .item .meta ul.fa-ul {
    margin-bottom: 0;
}
.for-rent .item .description {
    display: none;
    padding: 1rem 1.8rem 0 1.8rem;
}
.recent-space .item .description {
    padding: 1rem 1.8rem;
}
.for-rent .item .more-info {
    padding: 1rem 1.8rem;
    transition: .3s background-color ease;
}
.for-rent .item .more-info .detail {
    font-family: 'Montserrat Bold', sans-serif;
}

.newsletter p.subheading {
    font-size: 15px;
}
.newsletter div.wpcf7 {
    margin-top: 1rem;
}
.newsletter input[type="email"] {
    width: 100%;
    padding: 0.75rem;
    box-shadow: inset 0 0 1rem 0 rgba(0,0,0, .1);
    border: .1rem solid rgba(0,0,0, .15);
    border-radius: .3rem;
    color: #363636;
    transition: .3s;
    transform-style: preserve-3d;
    -webkit-appearance: none;
    background-color: #fff;
    outline: none !important;
}
.newsletter [type=submit] {
    padding: 0.75rem;
    background-color: #ff0000;
    border-color: #ff0000;
    border-radius: .3rem;
    color: #ffffff;
}

ul.columns-3,
ol.columns-3 {
    column-count: 3;
}
ul.features-checkboxes,
ol.features-checkboxes {
    padding-left: 0;
    list-style: none;
}
ul.features-checkboxes li,
ol.features-checkboxes li {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 2rem;
}
ul.features-checkboxes li:before,
ol.features-checkboxes li:before {
    width: 1.5rem;
    height: 1.35rem;
    background-color: #971b1e;
    border-radius: .3rem;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
}
ul.features-checkboxes li:after,
ol.features-checkboxes li:after {
    font-family: 'fontawesome';
    color: #ffffff;
    content: "\f00c";
    position: absolute;
    line-height: 1.5rem;
    left: .35rem;
    top: 0;
}

.single-space video {
    margin-top: 2rem;
}
.single-space .owl-carousel .owl-stage {
    margin: 0 auto;
}
.single-space #full .item,
.single-space .single-img {
    margin-top: 1.8rem;
}
.single-space #thumb .item {
    padding-bottom: 10px 0px;
    margin: 5px 0;
    cursor: pointer;
}
.single-space #thumb .synced .item{ 
  -webkit-box-shadow: 0 8px 6px -6px #971b1e;
	   -moz-box-shadow: 0 8px 6px -6px #971b1e;
	        box-shadow: 0 8px 6px -6px #971b1e;
}

.single-for-rent .rate {
    text-align: left;
}

.contact h3 {
    margin-bottom: 1.5rem;
}
.contact figure.with-icon {
    position: relative;
    padding-left: 1.5rem;
}
.contact figure.with-icon i {
    color: #ff0000;
    position: absolute;
    line-height: 1.25rem;
    left: 0;
}
.contact figure.with-icon span,
.contact figure.with-icon a {
    font-family: 'Montserrat Bold', sans-serif;
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea.form-control {
    border: 1px solid rgba(0,0,0, .15);
    border-radius: .3rem;
    color: #363636;
    transition: .3s;
    transform-style: preserve-3d;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 13px;
    outline: none !important;
    width: 100%;
    height: inherit;
    padding: 1rem;
}


/** Blog **/
.blog-post {
    border-radius: .4rem;
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0,0,0, .08);
    overflow: hidden;
    margin-bottom: 3rem;
}
.blog-post img {
    max-width: 100%;
}
.blog-post .article-title {
    background-color: #f8f8f8;
    padding: 2rem 3rem;
}
.blog-post .article-title h3 {
    margin-bottom: 0.75rem;
}
.blog-post .blog-post-content, 
.blog-post .meta {
    padding: 2rem 3rem;
    background-color: #fff;
}
.blog-post .meta {
    padding-bottom: 0;
}
.blog-post .meta figure {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
    opacity: .8;
}
.blog-post .detail {
    margin-top: 2rem;
}
.blog-post .category.framed .cat {
    padding: .3rem .5rem;
    background-color: transparent;
    border: .1rem solid rgba(0,0,0,.1);
    border-radius: .2rem;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
.blog-posts-navigation {
    position: relative;
}
.blog-posts-navigation h2.screen-reader-text {
    display: none;
}
.blog-posts-navigation i {
    color: #ff0000;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1rem;
    margin: auto;
}
.blog-posts-navigation .nav-previous,
.blog-posts-navigation .nav-next {
    position: relative;
}
.blog-posts-navigation .nav-previous {
    padding-left: 3rem;
    display: inline-block;
}
.blog-posts-navigation .nav-previous i {
    left: 0;
}
.blog-posts-navigation .nav-next {
    padding-right: 3rem;
    display: inline-block;
    text-align: right;
    float: right;
}
.blog-posts-navigation .nav-next i {
    right: 0;
}
.blog-posts-navigation figure {
    opacity: .5;
    margin-bottom: 0;
}
.blog-post .at-below-post.addthis_tool {
    margin-top: 2rem;
}

.sidebar .sidebar-title {
    margin-bottom: 1rem;
}
.sidebar .sidebar-post {
    display: table;
    margin-bottom: 3rem;
    width: 100%;
}
.sidebar .sidebar-post .sidebar-list {
    margin-bottom: 0;
}
.sidebar .sidebar-post .background-image {
    display: block;
    float: left;
    width: 6rem;
    height: 6rem;
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0,0,0, .08);
    border-radius: .4rem;
}
.sidebar .sidebar-post .description {
    margin-left: 7rem;
}
.sidebar .sidebar-post .description h5 {
    margin-bottom: 0.5rem;
}
.sidebar .sidebar-post .description .meta {
    font-size: 11px;
}
.sidebar .sidebar-post .description .meta ul.fa-ul  {
    margin-left: 1.75em;
}


/** Contact Form 7 **/
label.required:after {
    content: "*";
    margin-left: .2rem;
    color: red;
}
.contact-form label.col-form-label {
    padding-top: 0;
}
.wpcf7-form .wpcf7-response-output {
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px FontAwesome;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content:'\f00c';
}
div.wpcf7-validation-errors:before {
    content:'\f057';
}
span .wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #ec3c06 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.newsletter .wpcf7-form .wpcf7-response-output {
    width: 50%;
    margin: 0.75rem auto 0;
}
/* .wpcf7-spam-blocked {
     background: #e2e2e2;
     border: 1px solid #bcbcbc !important;
     color: #383838;
}
.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
}
.wpcf7-mail-sent-ok {
     background: #dff0d8;
     border: 1px solid #3c763d !important;
     color: #3c763d;
} */

/** Number Pagination **/
.page_nav .page-numbers {
    display:block;
    float:left;
    margin: 0.35rem 0.2rem 0.2rem 0;
    padding: 0.5rem 0.75rem;
    width:auto;
    background:#BCBCBC;
    color:#fff;
    text-decoration:none;
}
.page_nav .page-numbers:hover {
	background: #971b1e;
	text-decoration: none;
}
.page_nav .current{
    padding: 0.5rem 0.75rem;
    background: #971b1e;
}


/** Footer **/
.footer {
    position: relative;
    bottom: 0;
    padding-top: 3em;
    padding-bottom: 1.5rem;
    background-image: url(images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
}
.footer .contact-info p {
    font-size: 1rem;
}
.footer .contact-info ul li {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 0.9rem;
}

/** Responsive **/
@media screen and (min-width: 480px) {
}

@media screen and (min-width: 768px) {
    .navbar ul.navbar-nav li a {
        padding-left: 4rem;
        font-size: 14px;
    }

    .home .navbar h4 {
        font-size: 1.5rem;
    }
    .home .header h1 {
        font-size: 2.5rem;
    }
    .home .banner-text p {
        font-size: 1.25rem;
    }

    .main-container {
        margin-bottom: 330px;
    }

    .single-for-rent .rate {
        text-align: right;
    }

    .footer {
        position: fixed;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .newsletter input[type="email"] {
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .navbar-collapse {
        position: absolute;
        right: 0;
    }
    .navbar {
        padding: 2rem 0 1.5rem;
        margin-bottom: 1rem;
    }
    
    header video,
    header .overlay {
        display: block;
    }

    .banner-text {
        padding: 4.5rem 0 3.5rem;
    }
}
/* Gravity Forms */
.gfp_big_button .gfield_radio li input[type=radio] {
    display:none !important;
}
.gfp_big_button .gfield_radio label {
max-width: 300px !important;
    padding: 15px 45px !important;
    background: #98171a;
    color: #fff;
    border-radius: 4px;
    font-family: "Monserratt Regular";
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    text-align: center;
    font-size: 14px !important;
    box-sizing: border-box;
}
.gfp_big_button .gfield_radio label:hover {
    background: #dc3545;
}
.gfp_big_button .gfield_radio input[type=radio]:checked+label {
background-color: #dc3545;
}
.ui-datepicker {
    width: unset !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
}
a.pop-cta{
	display:none;
	color:#fff;
}
@media only screen and (max-width: 640px) {
    a.pop-cta{display:inline}
    span.pop-cta{display:none}
}
.pt-5 a {
    color: #bd2130;
}
.pt-5 a:hover {
    color: red;
    text-decoration: underline;
}