/*
 Theme Name:   GenOne Child
 Author:       The Branding Lab
 Author URI:   http://thebrandinglab.com.au
 Template:     genone
 Version:      1.0.0
*/
 
@import url("../genone/style.css");

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('fonts/BebasNeueBook.woff2') format('woff2'),
        url('fonts/BebasNeueBook.woff') format('woff'),
        url('fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeueBold.woff2') format('woff2'),
        url('fonts/BebasNeueBold.woff') format('woff'),
        url('fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeueLight.woff2') format('woff2'),
        url('fonts/BebasNeueLight.woff') format('woff'),
        url('fonts/BebasNeueLight.svg#BebasNeueLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeueRegular.woff2') format('woff2'),
        url('fonts/BebasNeueRegular.woff') format('woff'),
        url('fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Thin.woff2') format('woff2'),
        url('fonts/BebasNeue-Thin.woff') format('woff'),
        url('fonts/BebasNeue-Thin.svg#BebasNeue-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('fonts/AvenirNextCondensed-Regular.woff2') format('woff2'),
        url('fonts/AvenirNextCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('fonts/TimesNewRomanPS-ItalicMT.woff2') format('woff2'),
        url('fonts/TimesNewRomanPS-ItalicMT.woff') format('woff'),
        url('fonts/TimesNewRomanPS-ItalicMT.svg#TimesNewRomanPS-ItalicMT') format('svg');
    font-weight: normal;
    font-style: italic;
}

/*FONTS*/

p {
    font-family: 'Avenir Next Condensed' !important;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.5em;
}

.white p {
	color: #fff !important;
}

.white-center p {
	color: #fff !important;
}


.blog h1 {
	font-size: 40px !important;
	line-height: 45px !important;
	font-family: 'Bebas Neue' !important;
	font-weight: bold !important;
}

.content ul {
    font-family: 'Avenir Next Condensed' !important;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.5em;
	list-style: square;
}

.the-secret {
	font-size: 60px;
	line-height: 55px;
	font-family: 'Bebas Neue';
	font-weight: 300;
}

.projects {
	font-size: 60px;
	line-height: 55px;
    font-family: 'Bebas Neue Book';
	font-weight: normal;
	margin-top: -12.5px;
}

.success {
	font-size: 60px;
	line-height: 55px;
	font-family: 'Bebas Neue';
	font-weight: bold;
	margin-top: -12.5px;
}

.services-thin {
	font-size: 75px;
	line-height: 70px;
	font-family: 'Bebas Neue';
	font-weight: 300;
}

.services-medium {
	font-size: 75px;
	line-height: 70px;
    font-family: 'Bebas Neue Book';
	font-weight: normal;
	margin-top: -12.5px;
}

.services-bold {
	font-size: 75px;
	line-height: 70px;
	font-family: 'Bebas Neue';
	font-weight: bold;
	margin-top: -12.5px;
}


.services-heading-thin p {
	font-size: 30px;
	line-height: 35px;
    font-family: 'Bebas Neue Book' !important;
	font-weight: normal !important;
	letter-spacing: 0.5px !important;
}

.portfolio h1 {
	color: #cdb294 !important;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Bebas Neue' !important;
	font-weight: bold !important;
}

.projects-text-thin h1{
	font-size: 120px;
	line-height: 125px;
    font-family: 'Bebas Neue Book';
	font-weight: normal;
	padding-left: 60px;
}

.projects-text-bold-h1 {
	font-size: 120px;
	line-height: 125px;
	font-family: 'Bebas Neue' !important;
	font-weight: bold !important;
}

.intro h2 {
    font-family: 'Times New Roman';
    font-weight: normal;
    font-style: italic;
	font-size: 30px;
	line-height: 35px;
}

h4 {
	font-size: 75px;
	line-height: 70px;
    font-family: 'Bebas Neue Book';
	font-weight: normal;
}

.projects-text-bold {
	font-size: 75px;
	line-height: 70px;
	font-family: 'Bebas Neue' !important;
	font-weight: bold !important;
}
/*SEPERATORS*/

.seperator-width-shortest {
	max-width: 10% !important;
	margin-left: 60px;
}

.seperator-width-short {
	max-width: 20% !important;
}

.seperator-width-long {
	max-width: 80% !important;
}
/*END SEPERATORS*/
/*BUTTONS*/
button.ubtn-normal {
    padding: 8px 45px 5px 45px !important;
	font-size: 20px;
    font-family: 'Bebas Neue Book' !important;
	font-weight: normal !important;
	letter-spacing: 1px;
	border-radius: 0px !important;
}
/*BUTTONS*/
/*CUSTOM CLASSES*/
.home-left-padding {
	padding-left: 300px;
}

.home-icon-margin {
	margin-top: -47%;
	padding-left: 75px;
}

.padding-left-right {
	padding-left: 100px;
	padding-right: 100px;
}

.border-right {
	border-right-style: solid;
	border-right-color: #fff;
	border-right-width: 3px;
	margin-right: 35px !important;
	padding-right: 25px;
}

.map-index {
	z-index: 99999 !important; 
}

.map-index-1 {
	z-index: -20 !important; 
}

/*END CUSTOM CLASSES*/
/*BLOG*/

.post-navigation .nav-links {
    padding: 30px 0;
    margin-bottom: 30px;
    border-style: solid;
}

.post .entry-title a {
	font-family: 'Bebas Neue';
	font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}

.author-link, .author-link:hover, .meta-nav {
    color: #707173;
    font-size: 16px;
    line-height: 21px;
    font-family: bebas neue;
}

.nav-next .post-title {
    font-family: bebas neue;
    font-size: 30px;
    font-weight: bold;
}

.nav-previous .post-title {
    font-family: bebas neue;
    font-size: 30px;
    font-weight: bold;
}

/*END BLOG*/

/*FORM*/

.quform .quform-field-captcha, .quform .quform-field-date, .quform .quform-field-email, .quform .quform-field-file, .quform .quform-field-multiselect, .quform .quform-field-password, .quform .quform-field-select, .quform .quform-field-text, .quform .quform-field-textarea, .quform .quform-field-time, .quform .select2-container--quform .select2-selection {
    border: 2px solid #fff;
    background-color: transparent !important;
    color: #fff !important;
	text-align: center !important;
	font-family: 'Bebas Neue';
	font-weight: bold !important;
	font-size: 20px;
	letter-spacing: 1px;
}

.quform-button-style-hollow .quform-option-label, .quform-button-style-hollow .quform-upload-button, .quform-button-style-hollow button {
    border-color: #fff !important;
	background-color: #fff;
	color: #000 !important;
	font-family: 'Bebas Neue';
	font-weight: bold !important;
}

.quform-button-style-hollow .quform-option-label:hover, .quform-button-style-hollow .quform-upload-button:hover, .quform-button-style-hollow button:hover {
	border-color: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}

.quform-button-width-full > .quform-upload-button, .quform-element-submit.quform-button-width-full button {
    width: 33.333%;
    text-align: center !important;
    margin: 0 auto;
}

.quform-button-width-full span:before,
.quform-button-width-full span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 3px solid white;
  top: 1.2em;
  width: 30% !important;
}
.quform-button-width-full span:before {
  right: 68.8%;
  margin-right: 15px;
}
.quform-button-width-full span:after {
  left: 68.8%;
  margin-left: 15px;
}

    ::-webkit-input-placeholder {
    color: #ffffff;
	opacity: 1 !important;
    }

    :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
	opacity: 1 !important;
    }

    ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
	opacity: 1 !important;
    }

/*END FORM*/
/*PORTFOLIO*/

.fastgallery .icon-plus::before {
    display: none !important;
}

.more-projects-background-index {
	margin-top: -52px;
	z-index: -9999;
}

.our-projects-background-index {
	margin-top: -72px;
	z-index: -9999;
}

.more-projects-margin-left {
	margin-left: 60px;
}

.more-projects-padding {
	padding-left: 30px;
	padding-right: 30px;
}

.portfolio-project-padding {
	padding-left: 70px;
	padding-right: 70px;
}

.hero-box.hero-box-effect-oscar h3.hero-box-title {
    background-color: #fff !important;
	padding: 15px 20px 12px 20px  !important;
    width: 70%  !important;
    text-align: center !important;
    float: none !important;
    margin: 0 auto;
	font-family: 'Bebas Neue';
	font-size: 23px;
	margin-bottom: 20px !important;
}

.hero-box.hero-box-effect-oscar p.hero-box-caption {
    font-family: 'Times New Roman' !important;
    font-weight: normal  !important;
    font-style: italic  !important;
	font-size: 16px !important;
	line-height: 21px !important;
	padding: 0px 20px !important;
}

.hero-box.hero-box-effect-oscar:hover .hero-box-img, .hero-box.hero-box-effect-oscar:hover img {
    opacity: 0.3 !important;
}

/*END PORTFOLIO*/
/*TAP TAP MENU*/

.taptap-main-menu-button {
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    padding: 10px;
}

.taptap-background-color, .taptap-background-image, .taptap-main-wrapper {
    max-width: 400px !important;
}

.menu-toggle .lines-button, .hide-overlay .lines-button {
	display: none !important;
}

.masthead {
    display: none !important;
}

.taptap-by-bonfire .menu {
    padding: 40px 20px 40px 20px !important;
	margin-left: -50px !important;
    padding-left: 50px !important;
}


.taptap-by-bonfire ul li {
    padding-top: 10px !important;
	padding-bottom: 6px !important;
	margin-top: -10px !important;
	margin-bottom: -10px !important;
}

.taptap-by-bonfire ul li.full-item-arrow-hover > a, .taptap-by-bonfire ul li a:hover {
    font-family: 'Bebas Neue Book' !important;
    padding: 10px 0px 6px 0px;
	border-bottom-style: solid !important;
	border-bottom-color: #fff !important;
	border-bottom-width: 1px !important;
	border-top-style: solid !important;
	border-top-color: #fff !important;
	border-top-width: 1px !important;
	text-decoration: none !important;
	color: #fff !important;
}

.taptap-by-bonfire ul li.current-menu-item > a {
    font-family: 'Bebas Neue Book' !important;
    padding: 10px 0px 6px 0px;
	border-bottom-style: solid !important;
	border-bottom-color: #fff !important;
	border-bottom-width: 1px !important;
	border-top-style: solid !important;
	border-top-color: #fff !important;
	border-top-width: 1px !important;
	text-decoration: none !important;
	color: #fff !important;
}

.taptap-by-bonfire ul li.full-item-arrow-hover > a, .taptap-by-bonfire ul li a {
    font-family: 'Bebas Neue Book' !important;
    padding: 10px 0px 6px 0px;
	border-bottom-style: solid !important;
	border-bottom-color: rgba(255, 0, 0, 0) !important;
	border-bottom-width: 1px !important;
	border-top-style: solid !important;
	border-top-color: rgba(255, 0, 0, 0) !important;
	border-top-width: 1px !important;
	text-decoration: none !important;
}

/*END TAP TAP MENU*/
/*FOOTER*/

.custom-nav > li > a:hover span, .custom-nav li.act > a span, .custom-nav > li > ul a:hover span {
    color: #fff !important;
}

.custom-nav > li > a {
	font-family: 'Bebas Neue'!important;
	font-weight: normal !important;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.75px;
	border-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top: none !important;
	border-bottom: none !important;
	padding-left: 50px;
}

.footer-title {
  position: relative;
  text-align: center;
}

.footer-title span {
  background: #000;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.footer-title:before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 20%;
}
.footer-title:before {
  left: 0;
}

/*END FOOTER*/
/*MEDIA SCREENS*/
@media screen and (max-width: 1300px) {
	.home-icon-margin {
	margin-top: -47%;
}
	
	
.custom-nav > li > a {
	font-family: 'Bebas Neue'!important;
	font-weight: normal !important;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.75px;
	border-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top: none !important;
	border-bottom: none !important;
	padding-left: 20px;
}
	
.portfolio-project-padding {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media screen and (max-width: 1200px) {

.home-icon-margin {
	margin-top: -50%;
}
	
.white-center p {
	text-align: center !important;
}
	
.border-right {
	border: none !important;
	margin-right: 0px !important;
	padding-right: 0px;
	min-width: 100% !important;
}
	
.min-width {
	min-width: 100% !important;	
	text-align: center !important;
}
}

@media screen and (max-width: 980px) {
.home-left-padding {
	padding-left: 0px;
}

.home-icon-margin {
	margin-top: -500px;
	padding-left: 30px;
	opacity: 0.1;
}
	
.padding-left-right {
	padding-left: 15px;
	padding-right: 15px;
}
}

@media screen and (max-width: 768px) {
.home-left-padding {
	padding-left: 0px;
}

.home-icon-margin {
	display: none !important;
}
	
#display-none {
	display: none !important;
}
	
.ubtn-normal {
    padding: 0px !important;
}
	
.footer-title {
  text-align: left !important;
	text-decoration: underline !important;
}

.footer-title span {
  background: #000 !important;
  padding: 0px 0px 10px 0px !important;
  position: relative;
  z-index: 1;
}

.footer-title:before {
  background: none;
  content: "";
  display: block !important;
  height: auto !important;
  top: auto !important;
  width: 100% !important;
}
	
.seperator-width-shortest {
	max-width: 20% !important;
	margin-left: 10px !important;
}
	
.more-projects-margin-left {
	margin-left: 10px !important;
}

.more-projects-padding {
	padding-left: 15px;
	padding-right: 15px;
}
	
.our-projects-background-index {
	margin-top: -45px;
}
	
.projects-text-thin h1 {
	padding-left: 10px;
	font-size: 70px;
	line-height: 75px;
}
	
.projects-text-bold-h1 {
	font-size: 70px;
	line-height: 75px;
}
	
.portfolio-project-padding {
	padding-left: 0px;
	padding-right: 0px;
}
	
.quform-button-width-full > .quform-upload-button, .quform-element-submit.quform-button-width-full button {
    width: 100%;
}
	
.quform-button-width-full span:before,
.quform-button-width-full span:after {
  border-top: 0px solid white;
}
	
.taptap-logo-image img {
    max-height: 60px !important;
    margin-top: -35px !important;
}
	
.taptap-background-color, .taptap-background-image, .taptap-main-wrapper {
    max-width: 768px !important;
}
}
/*MEDIA SCREENS*/