/*
Theme Name: Intact Child
Template: intact
Theme URI: http://keydesign-themes.com/intact/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Intact - Premium Multi-Purpose WordPress Theme
Version: 1.5
Description: Intact is a creative and colorful, highly engaging, dynamic and professional onepage WordPress theme.
Author: Key-Design
Author URI: http://www.keydesign-themes.com
Tags: one-column, custom-menu

/* Below you can write your style */

.navbar-default {
    border-color: green;
}

.maintenance .forcefullwidth_wrapper_tp_banner, .maintenance .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper.fullscreen-container {
    height: 100vh !important;
    margin-top: 200px !important;
}

.display-flex {
    display: flex;
}

.align-content-centre-div {
    margin: 0 auto;
}

/*Change the stylings for when the screen size is 991px or less */
@media only screen and (max-width: 991px) {

    /* Fixing the issues with the footer display at certain widths START */
    .upper-footer {
        max-height: 875px;
    }

    .footer_widget {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .upper-footer .textwidget {
        max-width: 100%;
    }

    .footer_widget .widget-title{
        text-align: center;
    }

    .footer_widget .textwidget{
        text-align: center;
    }
    /* Fixing the issues with the footer display at certain widths END */

}

@media only screen and (max-width: 960px) {
    /* Makes the normal mobile width adjustments apply to the footer */
    .upper-footer {
        max-height: 100%;
    }

    /*Fixing Button alignment issues START*/
    .tt_button.pull-left {
        margin-right: auto;
        display: table;
    }
}

/* 766 pixels is when the stylings switch to the 'mobile' stylings */
@media only screen and (max-width: 766px) {

    /*Though the fix in the next highest tier of width is working, some instances require a gap between the two buttons*/
    .tt_button.pull-left {
        margin-top: 5px;
    }
}



/********************************************
 Additional customization, originally taken from Additional CSS from the theme
********************************************/

p {
    font-family: "xisidora-sans-light", sans-serif;
    font-size: 14pt;
}

.rev_slider {
    margin-top: 90px !important;
}
.modal-menu-item {
    background: #DCDCDC;
    border: 2px solid #DCDCDC;
    border-radius: 0;
    font-family:"xisidora-sans-light", sans-serif;
}

#menu-main-menu {
    position: relative; top: 15px;
}
.modal-menu-item:hover {
    background: #DCDCDC!important;
    border: 2px solid #DCDCDC;
    color: black!important;
}

.tt_button {
    border-radius: 10px;
    border: 2px solid #87a246;
    background: #87a246 !important;
    color: white !important;
}

.tt_button:hover {
    background: #FFFFFF !important;
    border: 2px solid #87a246;
    color: #87a246 !important;
}

.comments-content {
    display: none!important;
}

.key-icon-box-300 {
    height: 300px!important;
}

.same-height-content-box {
    height: 350px;
}

.key-icon-box-400 {
    height: 400px!important;
}

.navbar {
    background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 60%,#fec42e 60%,#fec42e 100%) !important;
}

.navbar-shrink-REMOVE_TO_ENABLE {
    height: 70px!important;
    background: #fec42e!important;
}

.NAV-MAIN {
    padding-left: 23px;
    padding-right: 23px;
}

.fa {
    color: #db2532;
}

.textwidget {
    color: #C0C0C0;
}

.logo {
    z-index: 9999!important;
}

h6,h5,h4,h3,h2,h1 {
    font-family: "xisidora-sans-bold", sans-serif !important;
}

h4 {
    font-size: 24px;
}


p {
    font-size: 14pt !important;
}

.navbar a {
    padding-top: 0 !important;
}


.secondary-logo {
    display: none !important;
}

.single-page-heading {
    display: none !important;
}

.hide-top-nav {
    display: none !important;
}

.kd_number_string {
    color: black !important;
}

.NAV-MAIN {
    font-family: "xisidora-sans-medium", sans-serif !important;
}

.dropdown-menu {
    top: 25px!important;
}

#wrapper {
    margin-bottom: 550px;
}

#phone-number{
    display: block;
}


.container {
    max-width: 1240px;
}

#phone-icon {
    display: none;
}
#phone-icon > i {
    font-size: 18pt;
    color: black;
    max-height: 30px;
}

@media (max-width: 1200px)
{
    #phone-number
    {
        display: none;
    }
    #main-menu {
        position: static !important;
    }

}

@media (min-width: 961px)
{
    #main-menu ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #main-menu li {
        display: block;
        padding: 0;
    }
    #main-menu .booker-button, #main-menu .login-button {
        display: none;
    }
}

@media (max-width: 960px)
{
    .stencil-mobile {
        display: block!important;
    }
    .no-stencil {
        display: block!important;
    }
    .scroll-mobile {
        display: none!important;
    }

    .pull-right {
        float:none!important;
    }
    .pull-left {
        float:none!important;
    }

    .navbar {
        background: white!important;
        height: 70px!important;
    }

    .navbar-shrink {
        background: #FEC42E!important;
    }

    .rev_slider {
        margin-top: 5px !important;
    }

    #logo {
        margin-left: 10px;
    }
    #main-menu {
        background: white!important;
    }

    .primary-buttons .booker-button, .primary-buttons .login-button {
        display: none;
    }

    #phone-icon {
        display: inline-block;
        margin: 12px 10px 0 0;
    }
    #phone-number2 {
        display: none;
    }
    .dropdown-menu {
        top: 0 !important;
    }
}


#social-footer-color {
    color: #fec42e!important;
    font-size: 14pt!important;
}

#logo {
    margin-right: auto;
}

:root {
    --button-green: #87a246;
}
.booker-button {
    background: var(--button-green);
    color: white;

    border-radius: 10px;
    border: 2px solid #87a246;
    font-size: 14pt;

    height: 40px;
}
.booker-button span {
    padding: 10px;
}
.booker-button:hover {
    background: white;
    color: var(--button-green) !important;
    border-radius: 10px;
}

.login-button {
    background: white;

    border-radius: 10px;
    border: 2px solid grey;
    font-size: 14pt;

    height: 40px;

    color: black!important;
}
.login-button span {
    padding: 10px;
}
.login-button:hover {
    background: grey;
    color: white !important;
    border-radius: 10px;
}



.modal-menu-item:hover {
    border-radius: 10px!important;
}

#phone-number2 {
    font-family: "xisidora-sans-medium", sans-serif !important;
    font-size: 18px;
    color: #343434 !important;
}

#mini-value-proposition {
    padding-bottom: 0;
    padding-top: 130px;
}

#mini-testimonials {
    padding: 40px;
}

#mini-sdc {
    padding: 0;
}

#mini-counter {
    padding: 40px;
}

#mini-about-us {
    padding: 0;
}

#mini-gallery {
    padding: 40px;
}

#mini-blog-posts {
    padding: 40px;
}

#mini-faq {
    padding: 0;
}

#mini-homepage-text {
    padding: 40px;
}

.text-shadowed h1, .text-shadowed p {
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}
/* END from additional css */

.navbar {
    height: 100px;
}
nav .container {
    height: 60%;
}


/* top row of header that contains the company logo and primary buttons */
.top-header-section {
    height: 100%;
    display: flex;
}

/* primary buttons on top right of nav */
.primary-buttons {
    align-self: flex-end;
    margin: auto 5px auto auto;
    justify-self: flex-end;
}
.primary-buttons > a {
    margin: 0 5px;
}
.primary-buttons > a > span {
    display: inline-block;
    padding-top: 5px;
}

.navbar-header.page-scroll {
    margin-top: -30px;
}


/* Top contact/booking form */
#rev_slider_1_1 .wpcf7 {
    background: #fff;
    width: 100%;
    max-width: 300px;
    padding: 40px 30px 20px 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.hero-booking__headline {
    color: black;
    font-family: "xisidora-sans-bold", sans-serif;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
    border-bottom: 5px solid #fec42e;
    padding-bottom: 20px;
}
.hero-booking__fancy-headline {
    font-family: "xscript", sans-serif;
    font-size: 55px;
    font-weight: 500;
}
.hero-booking__field {
    display: flex;
    margin-bottom: 20px;
    line-height: 25px;
}
.hero-booking__label, .hero-booking__text {
    flex-grow: 1;
    text-align-last: left;
}
.hero-booking__text {
    color: black;
    border-width: 0 0 1px 0;
    border-color: #bbb;
    padding: 0 5px;
}
.hero-booking__text::placeholder {
    color: #bbb !important;
    opacity: 1;
}
.hero-booking__label {
    margin: 1px;
    position: relative;
    color: black;
    font-weight: normal;
    font-size: smaller;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
    height: fit-content;
    text-align-last: center;
    width: 50%;
}
.hero-booking__icon.fa {
    line-height: 25px;
    width: 20px;
    text-align: center;
    margin-right: 5px;
    color: black;
}
.hero-booking__button {
    display: block;
    background: #db2632;
    border: 0;
    width: 100%;
    padding: 20px 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
}
.hero-booking__radio {
    display: none;
}
.hero-booking__radio:checked + label {
    background: #fec42e;
}
input.hero-booking__text {
    max-width: 100%;
}
#serviced-suburbs-list{
	display:none;
	width:500px;
}

#serviced-suburbs-list li{
    margin-bottom: 10px;
    padding: 0px 40px 0px 0px;
    position: relative;
    float: left;
    color: #87a246;
    font-weight: 400;
}

#serviced-suburbs-list li::before{
	display: none;
}

#serviced-suburbs-list li::after{
    font-family: 'iconsmind';
    content: "\ea98";
    font-weight: bold;
    font-size: 18px;
    text-rendering: auto;
    position: absolute;
    display: inline;
    margin: 0 4px 0;
}

.woocommerce-page .navbar.navbar-default, .attachment .navbar.navbar-default, .single-post .navbar.navbar-default, .single-portfolio .navbar.navbar-default,
.page-template .navbar.navbar-default, .blog .navbar.navbar-default.navbar-shrink, .blog .navbar.navbar-default,
.page-parent .navbar.navbar-default, .blog .navbar.navbar-default.navbar-shrink, .blog .navbar.navbar-default,
.page-child .navbar.navbar-default, .blog .navbar.navbar-default.navbar-shrink, .blog .navbar.navbar-default {
    padding: 8px 0px;
    min-height: 65px;
    position: fixed;
}

div.wpcf7-response-output {
	margin: 1em 0em 1em;
	padding: 0.5em 1em !important;
	border: 2px solid #ff0000;
    overflow: hidden;
    white-space: normal;
    color: black;
}

div.internet-explorer-warning {
    width: 100%;
    color: #000000;
    background: #ffffff;
    display: block;
    padding: 30px;
    border-radius: 15px;
}

/* Alert Stylings (and changes to header to accomodate alert */
/* 
div.website-wide-alert {
    position: fixed;
    width: 100%;
    background: #fb616d;
    top: 65px;
    left: 0;
    padding: 2px 10%;
    text-align: center;
    color: white;
}

div.website-wide-alert p{
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 13pt!important;
}

a.btn-website-alert {
    color: #db2432;
    font-weight: bold;
    background: white;
    padding: 0px 9px;
    text-align: center;
    margin-left: 25px;
    border-radius: 0;
}

.close-website-alert {
    position: absolute;
    top: 5px;
    right: 20px;
    font-weight: bold;
    cursor: pointer;
}

#menu-main-menu {
    top: 32px;
}

.navbar.navbar-default.navbar-fixed-top {
    min-height: 140px;
}

@media only screen and (max-width: 959px) {
    div.website-wide-alert { 
        top: 70px;
    }

    div.website-wide-alert p{
        font-size: 12pt!important;
    }

    a.btn-website-alert {
        margin-top: 8px;
    }

    #mobile-menu-login-buttons {
        margin-top:76px;
    }

    .navbar.navbar-default.navbar-fixed-top {
        min-height: auto;
    }

    div#wrapper {
        margin-top: 125px;
    }

    #menu-main-menu {
        top: 77px;
    }
}

.perma-disappeared {
    display:none !important;
    pointer-events: none;
}

.logged-in #main-menu .navbar-nav a,
#main-menu .navbar-nav .menu-item a {padding-bottom: 13px;} */