/*
Theme Name:         Victoria Parks Custom Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.4.0
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
body.page-template-template-uplift-home .carousel-inner, body.page-template-template-uplift-home #homeCarousel.home-slider .carousel-inner .item, body.page-template-template-uplift-home #homeCarousel.home-slider .carousel-inner .item .container {
    height: 100%;
}
body.page-template-template-uplift-home #homeCarousel.home-slider .carousel-inner .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.page-template-template-uplift-home section.row.slide-holder {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    line-height: 1;
    margin: 0;
}

.page-template-template-uplift-home aside.slider-title h2{
    line-height: 1.1 !important;
    font-size: 70px;
    font-family: "Gotham SSm A","Gotham SSm B","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    width: 100%;
}
.page-template-template-uplift-home aside.slider-title p{
    line-height: 1.1 !important;
    font-family: "Gotham SSm A","Gotham SSm B","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    width: 100%;
    font-size: 1.4em;
}
.page-template-template-uplift-home aside.slider-title p, .page-template-template-uplift-home aside.slider-title h2 {
    line-height: 1.1;
}
body.is-not-mobile.page-template-template-uplift-home #homeCarousel.home-slider .carousel-inner .item section.slide-holder{
    padding-bottom: 80px;
}
.home-slider .inline-btn {
    background: #75b510;
    color: #fff;
    border-color: #75b510;
    min-width: 200px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.page-template-template-uplift-home #main-navbar {
    /*position: absolute;*/
    top: 0;
    z-index: 1000000;
    width: 100%;
    height: auto;
    /*background: rgba(92,184,92,0.5);*/
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.2);
}

.page-template-template-uplift-home #homeCarousel.home-slider, body.is-not-mobile #homeCarousel.home-slider .carousel-inner .item, body.is-not-mobile #homeCarousel.home-slider .carousel-inner .item section.slide-holder{
    min-height: auto !important;
    height: auto !important;;
}

.page-template-template-uplift-home section.search-box.bg-primary h2 {
    font-size: 2.5em;
    font-family: "Gotham SSm A","Gotham SSm B","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-template-template-uplift-home section.search-box.bg-primary form.searchandfilter ul li input[type=text], section.search-box.bg-primary form.searchandfilter ul li select {
    border: 2px solid !important;
}
.page-template-template-uplift-home .small-menu-button {
    border: none;
}
.page-template-template-uplift-home .centeredtags p{
    font-size: 1.4em;
}
.page-template-template-uplift-home .banner .table-main .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.page-template-template-uplift-home .table-main .table-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5px;
    border-radius: 15px;
}

.page-template-template-uplift-home .table-main .table-col:last-child{
    margin-right: 0;
}
#our-members, #our-industry, .cta, #map, #news, #stat{
    padding: 4em 0;
    position: relative;
}
.full-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.full-half > img{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(50% - 30px);
    margin-right: 30px;
    border-radius: 65px;
}
.full-half img.img-right{
    margin-right: 0;
    margin-left: 30px;
}
.full-half > .main-cont{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    padding-left: 30px;
}
.full-half .main-cont.main-cont-left {
    padding-right: 30px;
    padding-left: 0;
}
h2.section-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5em;
}

.subtitle {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.4em;
}

a.inline-btn {
    border: 2px solid;
    padding: 10px 15px;
    display: block;
    margin-top: 15px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
}
.cta .inline-btn, .home-slider .inline-btn{
    display: inline-block;
}
.inline-btn:hover{
    background-color: #75b510 !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-color: #75b510 !important;
}

.page-template-template-uplift-home section.search-box.bg-primary form.searchandfilter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.page-template-template-uplift-home section.search-box.bg-primary form.searchandfilter ul li.form-group, .page-template-template-uplift-home section.search-box.bg-primary form.searchandfilter ul  .li.sf-field-submit{
    width: 20%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.page-template-template-uplift-home li.sf-field-submit input[type="submit"]{
    padding: 0 !important;
    margin: 0 !important;
    min-width: 100px;
    border-radius: 12px !important;
}
.page-template-template-uplift-home section.search-box.bg-primary form.searchandfilter ul li input[type=text], .page-template-template-uplift-home section.search-box.bg-primary form.searchandfilter ul li select {
    margin: 0 !important;
    width: 100%;
    border-radius: 12px !important;
}

.page-template-template-uplift-home .footer-menu-second .row div h2 {
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
}

.page-template-template-uplift-home .footer-menu-second .row div ul {
    padding-left: 0;
}
.page-template-template-uplift-home section.top-footer-menu-second.bg-menu-footer.desktop-only {
    padding: 40px 0;
}
.uplift-page-only {
    display: none !important;
}

body.page-template-template-uplift-home .uplift-page-only{
    display: inline-block !important; 
}

body.page-template-template-uplift-home .uplift-page-only a{
    background: #e9124a;
    border-radius: 10px !important;
    margin: 10px;
    height: auto;
    padding: 5px 10px;
}

body.is-not-mobile.page-template-template-uplift-home nav.navbar-top ul.footer-nav-menu>li.menu-item>a, body.is-not-mobile.page-template-template-uplift-home nav.navbar-top ul.top-nav-menu>li.menu-item>a {
    padding-left:  10px;
    padding-right: 10px;
}
.uplift-page-only a:hover {
    background: #2098D1 !important;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#stat .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.stat-columns{
    width: 33.33%;
    padding: 30px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.stat-columns:first-child{
    padding-left: 0;
}
.stat-columns:last-child{
    padding-right: 0;
}
.stat-columns .img-icon {
    width: 150px;
    height: 150px;
    background: #004b9b;
    border-radius: 50%;
    padding: 30px;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: 0 auto 25px;
}

.img-icon img{
    width: 100%;

}

.stat-columns a{
    border: 2px solid;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
    background: #75b510;
    border-color: #75b510;
    color: #fff;
}
.stat-columns a:hover{
    background-color: #75b510 !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-color: #75b510 !important;
}
.cta-img {
    width: 14%;
}

.cta-img img {
    max-width: 100%;
    position: relative;
    width: 100%;
}

.cta-contents {
    width: calc(100% - 14%);
    padding-left: 50px;
    text-align: left !important;
}

.have-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.have-img .cta-contents h2{
    text-align: left !important;
}
ul.latest-news {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.feat-img {
    height: 180px;
    border-radius: 25px;
    border: 1px solid #9F9F9F;
    position: relative;
}

ul.latest-news > li {
    width: calc(25% - 30px);
    margin: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
ul.latest-news > li:first-child{
    margin-left: 0;
}
ul.latest-news > li:last-child{
    margin-right: 0;
}
.feat-img > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#news h3, #news h3 a {
    font-size: 22px;
    font-weight: bold;
}

#news .news-content p > a {
    color: #fb0041;
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
    margin-left: 0.5rem;
    text-transform: uppercase;
}
@media (max-width: 992px){
    .page-template-template-uplift-home #main-navbar {
        position: relative;
        background: #fff;
    }
    
    .page-template-template-uplift-home #homeCarousel.home-slider, body.is-not-mobile #homeCarousel.home-slider .carousel-inner .item, body.is-not-mobile #homeCarousel.home-slider .carousel-inner .item section.slide-holder {
        height: 400px;
        min-height: 400px;
    }
    .page-template-template-uplift-home .carousel-inner {
        height: 100%;
    }
    
    .page-template-template-uplift-home .carousel-inner>.item {
        height: 100%;
    }
    .page-template-template-uplift-home  #homeCarousel.home-slider .carousel-inner .item .container {
        height: 100%;
    }

    .page-template-template-uplift-home section.row.slide-holder {
        width: 100%;
        margin: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        padding:  0;
    }
    
    .page-template-template-uplift-home aside.slider-title{
        padding: 80px 0;
        max-width: 90%;
        
    }
    
    .page-template-template-uplift-home aside.slider-title h2{
        font-size: 50px;
    }
     .page-template-template-uplift-home section.search-box.bg-primary form.searchandfilter ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    body.is-mobile.page-template-template-uplift-home section.search-box.bg-primary form.searchandfilter>ul>li {
        width: calc(50% - 20px);
        margin: 0 10px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    body.is-mobile.page-template-template-uplift-home section.search-box.bg-primary form.searchandfilter>ul>li.sf-field-submit input[type=submit] {
        width: 100%;
    }
    .full-half{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .full-half img, .full-half .main-cont{
        width: 100%;
        padding: 20px 0 !important;
        margin: 0 !important;
    }
    .detail-map.uplift{
        display: none;
    }
    ul.latest-news > li {
        width: calc(50% - 30px);
    }
}
@media (max-width: 767px){
    body.is-mobile.page-template-template-uplift-home shiftnav ul.shiftnav-menu li.menu-item {
        width: 100%;
    }
    body.is-mobile.page-template-template-uplift-home .shiftnav ul.shiftnav-menu li.menu-item a {
        margin:  0;
    }
    .stat-columns {
        width: 50%;
        padding: 30px !important;
        margin-bottom: 0;
    }
    
    #stat .row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .cta-contents {
        width: 100%;
        padding-left: 0;
        text-align: center !important;
    }
    
    .cta-img {
        width: 100%;
    }
    
    .have-img {
        display: block;
    }
    
    .cta-img img {
        width: 150px;
    }
    
    .have-img .cta-contents h2 {
        text-align: center !important;
    }
    
}
@media (max-width: 540px){
    body.is-mobile.page-template-template-uplift-home section.search-box.bg-primary form.searchandfilter>ul>li {
        width: 100%;
        margin: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .page-template-template-uplift-home aside.slider-title {
        font-size: 40px;
    }
    .page-template-template-uplift-home .banner .table-main .textwidget {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .page-template-template-uplift-home .table-main .table-col {
        width: 100%;
        margin-right: 0;
        margin-top: 5px;
    }

    header.banner img {
        max-height: 100px;
    }

    .vicparks-social-icons img {
        position: relative;
        display: inline-block;
        height: 20px;
    }

    .vicparks-social-icons {
        padding-bottom: 0;
    }
    ul.latest-news > li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .page-template-template-uplift-home aside.slider-title p {
        font-size: 17px;
    }
    
    .page-template-template-uplift-home aside.slider-title h2 {
        font-size: 36px;
    }
    
    .home-slider .inline-btn {
        font-size: 19px;
    }
        
}
@media (max-width: 480px){
	.stat-columns { width: 100%; }
}
@media (min-width: 768px) and (max-width: 1024px){
    .page-template-template-uplift-home .container {
        width: calc(100% - 30px);
    }

}
@media (min-width: 768px){

    .page-template-template-uplift-home ul#menu-homepage-top-navigation {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
    }
    body.is-not-mobile.page-template-template-uplift-home nav.navbar-top ul.footer-nav-menu>li.menu-item>a, body.is-not-mobile.page-template-template-uplift-home nav.navbar-top ul.top-nav-menu>li.menu-item:first-child>a {
        padding-left: 0;
        text-align: left;
    }

    body.is-not-mobile.page-template-template-uplift-home nav.navbar-top ul.footer-nav-menu>li.menu-item>a, body.is-not-mobile.page-template-template-uplift-home nav.navbar-top ul.top-nav-menu>li.menu-item:last-child>a {
        margin-right: 0;
    }
}
