/*
Theme Name:  Principle Design
Author:      Superbia
Author URI:  https://superbia.com.au
Description: Principle Design custom theme
Version: 1.1.0
License: This is a custom theme and may not be used without permission.
*/

textarea:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

p {
    line-height: 1.2;
}

.heading1 {
    letter-spacing: .5px;
}

.enquiry--inner {
    padding: 5.25em;
}

body {
    margin: 0;
}

ul.gform_fields {
    margin: 0px;
}

.gform_wrapper .gfield {
    width: 100%;
    padding: 0;
}

.g-radio .gfield_label {
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
    text-transform: none;
    margin-bottom: 10px;
}

.gfield_contains_required {
    position: relative;
}

.gfield_contains_required:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 12px;
    background: #000;
    border-radius: 50%;
    opacity: 0;
}

.gfield--textarea.gfield_contains_required:after {
    right: 5px;
    top: 5px;
}

.contains_error:after {
    opacity: 1;
}

.validation_message {
    display: none !important;
}

.g-radio.gfield_contains_required:after {
    display: none;
}

.g-radio .gfield_required {
    font-size: 0px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -9px;
    left: 10px;
    opacity: 0;
}

.gform_wrapper .selectWrapper,
.gform_wrapper input,
.gform_wrapper textarea,
body.white--bg-page .gform_wrapper .selectWrapper,
body.white--bg-page .gform_wrapper input,
body.white--bg-page .gform_wrapper textarea{
    background: transparent;
    padding: 0px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    opacity: 0.6;
    transition: 0.5s opacity;
}
body.white--bg-page .gform_wrapper .selectWrapper,
body.white--bg-page .gform_wrapper input,
body.white--bg-page .gform_wrapper textarea{
    border-color: #000 !important;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
    opacity: 1;
}

.gform_wrapper textarea {
    background: #fff;
    padding: 5px;
}

.ginput_container_radio ul,
.ginput_container_checkbox ul {
    margin: 0;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.ginput_container_radio ul li,
.ginput_container_checkbox ul li {
    list-style: none;
    line-height: 1;
    position: relative;
    width: 50%;
    margin-bottom: 20px;
}

.ginput_container_radio ul li input,
.ginput_container_checkbox ul li input {
    width: auto;
    display: none;
}

.ginput_container_radio ul li label,
.ginput_container_checkbox ul li label {
    text-transform: none;
    font-size: 20px;
    min-height: 20px;
    padding-left: 30px;
    position: relative;
    display: block;
    letter-spacing: 0px;
}

.ginput_container_radio ul li label:before,
.ginput_container_checkbox ul li label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #ebebeb;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 0px;
    margin-right: 10px;
}

.ginput_container_radio ul li label:after,
.ginput_container_checkbox ul li label:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    left: 6px;
    top: 5px;
    border-radius: 50%;
}

.ginput_container_radio ul li input:checked+label:after,
.ginput_container_checkbox ul li input:checked+label:after {
    background: #666666;
}


/* dark version */

.page .gform_wrapper .selectWrapper,
.page .gform_wrapper input,
.page .gform_wrapper textarea {
    border-color: #fff;
}

.page .gfield_contains_required:after,
.page .g-radio .gfield_required {
    background: #fff;
}

.page .gform_wrapper textarea {
    background: #333;
}

.btn--submit {
    padding-left: 1.45rem;
    font-family: "Neue Haas Grotesk", "Helvetica Neue Light", Arial, sans-serif;
}

.btn--submit .arrowRight {
    left: 0;
    right: auto;
}

.slider-pager a {
    -webkit-border-radius: 0%;
    border-radius: 0%;
    width: 30px;
    background: #ebebeb;
    border: 0px;
    height: 3px;
}

.sectorList-item-title {
    padding: 15px;
    font-weight: bold;
}

.sectorList-item.active .sectorList-item-title a {
    color: #fff;
}

.sectorList-item.active .sectorList-item-media {
    background: #000;
    /*
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	left: 0px;
	top:0px;z-index: 1;
*/
}

.sectorList-item.active .sectorList-item-image {
    opacity: 0;
    transition: 0.5s opacity
}

.sectorList-item-media .hovertext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    z-index: 1;
    opacity: 0
}

.sectorList-item.active .sectorList-item-media .hovertext {
    opacity: 1;
}

.sectorList-item__0.active .sectorList-item-image {
    opacity: 1;
}

.sectorList-item__0.active.over .sectorList-item-image {
    opacity: 0;
}

.embed.embed--vimeoPro:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 12;
    background-size: cover;
    background-position: center center;
    transition: opacity .8s;
    opacity: 1;
}

.sectorList-item:hover .embed.embed--vimeoPro:after {
    opacity: 0;
}

.enquiry .gform_submit {
    padding-left: 0px;
}

@media screen and (max-width: 1280px) {
    .embed.embed--vimeoPro:after {
        display: none;
    }
    .enquiry-background {
        padding-bottom: 67%;
        height: 0px;
    }
    .enquiry--inner {
        padding: 1.5em;
    }
    .gfield_contains_required:after,
    .g-radio .gfield_required {
        display: none;
    }
    .sectorList-item {
        display: flex;
        flex-flow: column;
    }
    .sectorList-item .embed {
        top: 0px !important;
        left: 0px !important;
        width: 100%;
        height: 100%;
    }
    .sectorList-item.active .embed {
        opacity: 0;
    }
    .sectorList-item.first-tab .embed {
        z-index: 1;
        opacity: 1;
    }
    .sectorList-item.first-tab .embed--vimeoPro video,
    .sectorList-item.active .embed--vimeoPro video {
        opacity: 1;
    }
    .sectorList-item.first-tab .sectorList-item-image,
    .sectorList-item.active .sectorList-item-image {
        opacity: 1;
    }
    .sectorList-item-title {
        color: #a0a0a0 !important;
        position: relative;
        padding: 7px 0 19px 0px;
        font-size: 20px;
        order: 2;
        height: auto;
    }
    .sectorList-item-title a {
        color: #a0a0a0 !important;
    }
    .sectorList-item-title:after {
        content: "View Folio";
        font-weight: 300;
        margin-left: 4px;
    }
    .sectorList-item-image {
        display: block;
    }
    .sectorList-item-media {
        margin-top: 0px;
    }
    .sectorList-item-media .hovertext {
        display: none;
    }
    .sectorList-item.active .sectorList-item-media {
        background: transparent;
    }
    .sectorList-item-content {
        padding-top: 0px;
        height: auto !important;
        order: 1;
    }
    .sectorList-item-media:after {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        background: url(assets/src/images/playbutton.png) no-repeat;
        background-size: contain;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1280px) and (max-width: 1828px){
    .header{
        height: auto;
    }
}
@media (max-width: 1024px) {
    /*
	.sectorList .row--justifyEnd > .col-md-6{
		padding-top: 68%;
	}
	.sectorList-item-title{
		position: absolute;
	    width: 100%;
	    height: 100%;
	    display: block;
	}
*/
}

@media (max-width: 767px) {
    .sectorList .row--justifyEnd>.col-md-6 {
        padding-top: 0px;
    }
    .enquiry--inner {
        padding: 1em;
    }
    .ginput_container_radio ul li {
        width: 100%;
    }
}

.is-login {
    margin-top: 32px;
}

.is-login .header {
    margin-top: 32px;
}

@media (max-width: 1024px) {
    .is-login .navbar {
        margin-top: 40px;
    }
}