/*
 Theme Name:   Subzero
 Description:  Subzero Theme
 Author:       Sally Hsieh
 Template:     minamaze
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  subzero
*/




@font-face {
    font-family: vigaregular;
    src: url('fonts/Viga-Regular-webfont.eot');
    src: url('fonts/Viga-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Viga-Regular-webfont.woff2') format('woff2'),
         url('fonts/Viga-Regular-webfont.woff') format('woff'),
         url('fonts/Viga-Regular-webfont.ttf') format('truetype'),
         url('fonts/Viga-Regular-webfont.svg#vigaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: source_sans_prolight;
    src: url('fonts/SourceSansPro-Light-webfont.eot');
    src: url('fonts/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Light-webfont.woff2') format('woff2'),
         url('fonts/SourceSansPro-Light-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Light-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: source_sans_proregular;
    src: url('fonts/SourceSansPro-Regular-webfont.eot');
    src: url('fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Regular-webfont.woff2') format('woff2'),
         url('fonts/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: source_sans_problack;
    src: url('fonts/SourceSansPro-Black-webfont.eot');
    src: url('fonts/SourceSansPro-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Black-webfont.woff2') format('woff2'),
         url('fonts/SourceSansPro-Black-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Black-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Black-webfont.svg#source_sans_problack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: source_sans_problack_italic;
    src: url('fonts/SourceSansPro-BlackIt-webfont.eot');
    src: url('fonts/SourceSansPro-BlackIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-BlackIt-webfont.woff2') format('woff2'),
         url('fonts/SourceSansPro-BlackIt-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-BlackIt-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-BlackIt-webfont.svg#source_sans_problack_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: source_sans_probold;
    src: url('fonts/SourceSansPro-Bold-webfont.eot');
    src: url('fonts/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Bold-webfont.woff2') format('woff2'),
         url('fonts/SourceSansPro-Bold-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Bold-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: source_sans_prosemibold;
    src: url('fonts/SourceSansPro-Semibold-webfont.eot');
    src: url('fonts/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Semibold-webfont.woff2') format('woff2'),
         url('fonts/SourceSansPro-Semibold-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Semibold-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Font Awesome */

.fa {
	padding-left: 5px;
}

body,
button,
input,
select,
textarea {
	color: #131113;	
	font-family: source_sans_proregular, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	word-wrap: break-word;
}

a, a:visited {
	color: #0090AC;
}

img {
	display: block;
	width: 100%;
}

.button.watch {
	color: #fff;
	text-transform: uppercase;
	padding: 8px 20px;
	background-color: #0090AC;
	white-space: nowrap;
	width: 92%;
}

.button.read {
	color: #fff;
	text-transform: uppercase;
	padding: 8px 20px;
	margin: 20px auto 0 auto;
	background-color: #0090AC;
}

.button.watch:hover, .button.read:hover {
	background-color: #131113;
}

/* Responsive screen width */
body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #site-header,
body.layout-fixed #notification { 
	min-width: 1200px;
}

.center {
	text-align: center;
	margin: auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #202020;
	clear: both;
	margin: 0;
	font-family:  source_sans_proregular, sans-serif;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h1, h1 span {
	font-size: 37px; /*font-size: 53px;*/
	font-family: source_sans_probold, sans-serif;
	text-transform: uppercase;
}
h2 {
	margin: 10px 0 30px 0;
	font-size: 50px;
	font-family: source_sans_probold, sans-serif;
	text-transform: uppercase;
}
h2 span.highlight {
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px;
	background-color: #0090AC;
}
h2.section {
	margin: 10px 0 10px 0!important;
	font-size: 32px;  /*font-size: 50px;*/
	font-family: source_sans_probold;
}
h2.section span.blue{
	color: #0090AC;
}
h3 {
	font-size: 29px;
	font-family: source_sans_problack, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px!important;
}
h4 {
	font-size: 25px;
	font-family: source_sans_problack, sans-serif;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	font-family: source_sans_problack, sans-serif;
}
h6 {
	font-size: 14px;
	font-family: source_sans_problack, sans-serif;
}
.intro-text {
	font-size: 22px;
	line-height: 30px;
	font-family: source_sans_prolight, sans-serif;
	color: #4F5052;
}
hr {
	background-color: #E6E6E6;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 20px 0;
	list-style: none;
	font-weight: bold;
}
ul li:before {
	content: "• ";
	font-size: 28px;
	line-height: 22px;
	vertical-align: text-bottom;
	color: #0090AC;
}

#pre-header-core,
#header-core,
#header-links-inner,
#footer-core,
#sub-footer-core,
#notification-core,
#introaction-core,
#outroaction-core {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}

#intro.option1 #intro-core {
	display: none;
}

#content-core {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#content {
	padding: 0;
}

.narrow-75 {
	width: 75%;
	margin: 0 auto!important;
}

.narrow-60 {
	width: 60%;
	margin: 0 auto!important;
}

.narrow-50 {
	width: 50%;
	margin: 0 auto!important;
}

.su-column-size-1-2.form {
	width: 50%;
	background-color: #E8E8E8;
	padding: 30px 4% 30px 12%;
	margin: 0!important;
}

.su-column-size-1-2.details {
	width: 50%;
	padding: 0;
	margin: 0!important;
	font-family: source_sans_prolight;
	font-size: 22px;
	line-height: 45px
}

.page-id-222 .details-core {
	padding: 0;
	margin: 0!important;
	font-family: source_sans_prolight;
	font-size: 22px;
	line-height: 45px
}
.su-column-size-1-2.details .details-core {
	padding: 30px 12% 30px 4%;
}
#emergency {
	font-family: source_sans_probold;
	font-size: 25px;
}
.su-column-size-1-2 #em-phone {
	float: left;
}

#address,
#phone,
#email,
#em-phone {
	margin-left: 45px;
}

#address:before {
	position: absolute;
	content: '';
	height: 45px;
	width: 45px;
	margin-left: -45px;
	background-image: url(../../../wp-content/uploads/2015/04/address.png);
	background-repeat: no-repeat;
	background-position: center;
}

#phone:before {
	position: absolute;
	content: '';
	height: 45px;
	width: 45px;
	margin-left: -45px;
	background-image: url(../../../wp-content/uploads/2015/04/phone-blue.png);
	background-repeat: no-repeat;
	background-position: center;
}

#email:before {
	position: absolute;
	content: '';
	height: 45px;
	width: 45px;
	margin-left: -45px;
	background-image: url(../../../wp-content/uploads/2015/04/email.png);
	background-repeat: no-repeat;
	background-position: center;
}
#em-phone:before {
	position: absolute;
	content: '';
	height: 45px;
	width: 45px;
	margin-left: -45px;
	background-image: url(../../../wp-content/uploads/2015/04/phone-blue.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* Header */
#header {
	background-color: #fff;
	font-family: source_sans_problack, sans-serif;
}

.page-id-222 #header {
	border-bottom: 1px solid #ccc;
}

#header-links {
	text-transform: uppercase;
	font-size: 22px;
	margin: 20px 0 0 0;
}

#header .header-links > ul > li a {
	color: #fff!important;
	padding: 8px 15px;
	background-color: #0090AC;
}

#header .header-links li:before {
	display: none;
}

#header .header-links > ul > li a:hover {
	color: #fff;
	background-color: #131113;
}

.slider-full #header-core {
	max-width: 1200px; 
}

.tp-bullets.simplebullets.round .bullet {
	background: url(../../../wp-content/uploads/2015/04/bullet.png) no-repeat top left;
}

#logo {
	margin: 0;
}

#logo img {
	max-height: 105px;
	display: block;
	margin: 25px auto 25px auto;
}

#call-us {
	text-align: right;
	font-size: 23px;
	color: #000;
	padding: 30px 15px 25px 0px;
}

#call-us:before {
	position: absolute;
	content: '';
	height: 24px;
	width: 24px;
	margin-left: -34px;
	background-image: url(../../../wp-content/uploads/2015/04/phone-blue.png);
	background-repeat: no-repeat;
	background-position: center;
}

#call-us a#number {
	font-family: source_sans_probold, sans-serif;
	color: #000;
	display: inline-block;
	margin-left: 10px;
}

/* Site-header */
#site-header {
	line-height: 1;
}

/* Slider */

#slider h1, #slider div, #slider span {
	color: #fff;
	text-align: center;
	margin: 0;
}

#slider .divider-line {
	max-width: 460px;
	height: 4px;
	margin: 30px auto!important;
	background-color: #0090AC;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

#slider span.blue {
	color: #0090AC;
}

#slider .description {
	font-family: source_sans_prolight, sans-serif;
	font-size: 22px;
	line-height: 32px;
}

/* Content */
.su-row {
	margin: 0 auto!important;
}
.accent {
	background-color: #0090AC;
	padding: 60px 4%;
}
/*.accent:before {
	position: relative;
	top: -66px;
	content: '';
	width: 100%;
	height: 142px;
	background-image: url(../../../wp-content/uploads/2015/03/2015-qld-business-winner.png);
	background-repeat: no-repeat;
	background-position: center;
} */
.accent h1 {
	color: #fff;
	text-transform: uppercase;
}
.accent .subtitle {
	font-family: source_sans_prolight;
	font-size: 22px;
	color: #131113;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.accent .divider-line {
	height: 4px;
	margin: 10px auto 15px auto;
	background-color: #fff;
	opacity: 0.2;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}
.accent p {
	color: #fff;
}
.divider-line {
	width: 100%;
	max-width: 500px;
	height: 4px;
	margin: 10px auto 15px auto;
	background-color: #0090AC;
	opacity: 0.2;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}
.divider-line-short {
	width: 220px;
	height: 4px;
	margin: 0 0 40px 0;
	background-color: #0090AC;
	opacity: 0.2;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}
div.corner-wrapper {
	position: relative;
}
div.desc {
	padding: 15px;
}
img.corner {
	position: absolute;
	width: 152px;
	height: 90px;
	right: 0;
	bottom: 0;
}

.call-to-action {
	background: #1C1B1D;
	padding: 40px 4%;
	text-align: center;
	color: #fff;
	font-size: 34px; /*font-size: 53px;*/
	font-family: source_sans_probold;
}
.call-to-action span.highlight {
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px;
	background-color: #0090AC;
}

/* Gallery */

.ngg-galleryoverview-wrapper {
	width: 25%;
	float: left;
	clear: none;
	position: relative;
}

.ngg-galleryoverview-wrapper:after {
	clear: both;
}

.ngg-galleryoverview {
	margin-top: 0;
}

.ngg-galleryoverview > div {
	display: none!important;
}

.ngg-galleryoverview > :first-child { 
	display: block!important;
}

.ngg-gallery-thumbnail-box {
	width: 100%;
}

.ngg-gallery-thumbnail {
	position: relative;
}

.hover-caption {
	position: absolute;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background: rgba(28,27,29,0.75);
	opacity: 0;
	left: 0;
	top: 0;
	width: 90%;
	height: 90%;
	padding: 5%;
	margin: 5%;
	z-index: 15;
	filter: alpha(opacity=0);
	font-size: 16px;
	text-align: center;
	line-height: 18px;
	transition: opacity 0.7s ease-in, visibility 0.7s ease-in;
}

.hover-caption:hover {
	opacity: 1;
	color: #fff;
}

.hover-caption .divider-line {
	width: 220px;
	height: 4px;
	margin: 10px auto 15px auto;
	background-color: #fff;
	opacity: 0.2;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}

.hover-caption h4, .hover-caption p, .hover-caption ul li {
	color: #fff;
	font-weight: normal;
}

.hover-caption p, .hover-caption ul {
	margin-bottom: 10px;
}

.hover-caption i {
	font-size: 8px;
	vertical-align: middle;
	margin-right: 5px;
}

.hover-caption a.button {
	color: #fff;
	background: #0090AC;
	font-family: source_sans_probold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 20px;
	margin-top: 10px;
}

.hover-caption a.button:hover {
	color: #0090AC;
	background: #fff;
}

#TB_window img#TB_Image {
	width: auto;
	border: 0;
	max-height: 800px;
	max-width: 94%;
}

#TB_window {
	background: #131113;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#TB_window .screen-reader-text {
	display: none;
}

#TB_window #TB_caption {
	color: #fff;
}

#TB_overlay {
	background: #131113;
	opacity: 1;	
}

.tb-close-icon:before {
  content: '\f158';
  font: normal 60px/0px 'dashicons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Form */

.contact-area {
	background-color: #E8E8E8;
}

.details-core {
	background-color: #fff;
}

.wpcf7-form {
	position: relative;
}

.wpcf7-form .required {
	font-family: source_sans_prolight;
	color: #0090AC;
	float: right;
}

input[type=tel], input[type=text], input[type=email], input[type="password"], textarea {
	border: 0;
	padding: 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpcf7-form textarea {
	height: 326px;
}

.wpcf7-form #captcha-line {
	height: 47px;
	background: #fff;
}

.wpcf7-form #captcha-code {
	width: 25%;
	height: 43px;
	background: #fff;
	float: left;
}

img.wpcf7-captchac {
	width: 72px;
	height: 24px;
	margin: 9px auto;
}

.wpcf7-form .wpcf7-captchar {
	width: 50%;
	float: left;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-family: source_sans_problack, sans-serif;
	font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-family: source_sans_problack, sans-serif;
	font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	font-family: source_sans_problack, sans-serif;
	font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	font-family: source_sans_problack, sans-serif;
	font-size: 16px;
}

input[type=submit] {
	font-family: source_sans_problack, sans-serif;
	font-size: 25px;
	line-height: 27px;
}

.wpcf7-form input[type="submit"] {
	background: #0090AC;
	padding: 10px 18px;
	float: right;
}

.wpcf7-form input[type="submit"]:hover {
	background: #131113;
}

div.wpcf7 img.ajax-loader {
	display: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
	margin-top: -15px;
}

span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	background: none!important;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
	padding: 0!important;
	border: 0!important;
	text-shadow: none!important;
	box-shadow: none!important;
}

span.wpcf7-not-valid-tip {
	color: #0090AC!important;
}

.wpcf7-form .wpcf7-response-output {
	display: none!important;
}

/* Sub Footer */
#sub-footer {
	background: #222;
	border-top: 1px solid #444;
	padding: 15px 0px;
}
#sub-footer-core {
	padding: 0px 10px;
}
#sub-footer-core, 
#sub-footer-core a {
	font-size: 12px;
}
#sub-footer-core {
	color: #fff;
}
#sub-footer-core a {
	color: #0090AC;
}
#sub-footer-core a:hover {
	color: #7FC7D5;
}

#sub-footer-core h5 {
	color: #0090AC;
	padding-top: 5px;
	margin-right: 10px;
	float: left;
	text-transform: uppercase;
}

.followus, .copyright, .asfeatured, memberof {
	width: 25%;
	float: left;
}

.followus {
	padding: 20px 0;
	text-align: left;
}

.followus img {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	float: left;
}

.copyright {
	text-align: left;
	padding: 13px 0 13px 20px;
}

.asfeatured span, .memberof span {
	float: left;
	padding: 20px 10px 0 30px;
}

.asfeatured #ancr {
	max-width: 90px;
	float: left;
}

.asfeatured #airah {
	max-width: 62px;
	float: left;
}

.memberof #masterbuilders {
	max-width: 116px;
	padding-top: 5px;
	float: left;
}