﻿/*
 Theme Name:   BOREC HOMES — GeneratePress child
 Theme URI:    https://borechomes.com.au
 Description:  Custom layout layer for BOREC HOMES static export
 Author:        BOREC HOMES PTY LTD
 Author URI:    https://borechomes.com.au
 Template:     generatepress
 Version:      1.1
*/

/* Components */
.button-dark {
    background: #333333;
    color: #ffffff;
    padding: 10px 20px;
}
.button-light {
    background: #ffffff;
    color: #333333;
    padding: 10px 20px;
}
.styled-text {
    font-family: futura-pt, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 0.3em;
}
.dark-background {
    background: #222222;
}
.no-bottom-margin {
    margin-bottom: 0;
}

/* Body */
body {
    overflow-x: hidden;
}

/* Header */
/*.inside-header * {
    opacity: 0;
}*/
.main-navigation a, .menu-toggle, .main-navigation a, .menu-toggle, .secondary-navigation .main-nav ul li a {
    font-family: futura-pt, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}
.contact-map-block {
    margin-top: -50px;
}

/* Projects */
.project-parameters-container {
    width: 100%;
    margin-top: 20%;
}
.project-parameters {
    background: #222222;
    text-align: center;
    padding: 40px 20px;
    vertical-align: middle;
    max-width: 1100px;
    margin: 0 auto;
}
.project-parameter-label {
    font-size: 0.8em;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0 !important;
}
.project-description {
    margin: 120px 40px;
    padding-bottom: 20px;
}

/* Footer */
.footer-links {
    text-align: right;
}

/* Form Elements */
.nf-form-fields-required {
    display: none;
}


/* ------------
More than 1025px width
------------ */
@media (min-width: 1025px) {}

/* ------------
More than 769px width
------------ */
@media (min-width:769px) {
    .hide-on-desktop {
        display: none;
    }
}

/* -------------
Upto 935px width
------------ */
@media (max-width:935px) {
    /* Header */
    .secondary-navigation {
        display: none;
    }
}

/* -------------
Upto 768px width
------------ */
@media (max-width:768px) {
    .hide-on-mobile {
        display: none;
    }
    
    /* Projects */
    .bed-parameter, .bath-parameter, .garage-parameter {
        padding-bottom: 30px;
    }

    /* Footer */
    .site-footer .footer-widgets .footer-widgets-container .inner-padding {
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
}