/*
	Theme Name: Big Splash Theme 2017
	Theme URI: http://www.bigsplash.net.au
	Description: HTML5 Blank WordPress Theme
	Version: 1.0
	Author: WK Digital
	Author URI: http://wkdigital.com.au

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php


*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after, *:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html { font-size:62.5%;}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

body{ font-family: 'Overpass', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 20px; color:#0b0b0b; font-weight: 300;}

h1,h2,h3,h4,h5,h6 { font-family: 'Overpass', Helvetica, Arial, sans-serif; margin-bottom:10px; color:#000; margin-top: 0; widows: 2; orphans: 2; font-weight: 300;}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong { font-weight: 700;}

h1 { font-size: 38px; line-height: 48px;}
h2 { font-size: 45px; line-height: 55px;}
h3 { font-size: 28px; line-height: 38px;}
h4 { font-size: 18px; line-height: 28px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}
p{ widows: 2; orphans: 2;}
italic{}
strong{ font-weight: 700;}
a { color: #000; text-decoration: none;}
a:hover {color:#F60C48;}
a:focus {outline:0;}
a:hover, a:active {outline:0;}
input:focus {outline:0; border:1px solid #04A4CC;}
cite {color:#F60C48; line-height: 38px; }	
small{ font-size:10px !important; line-height: 12px; margin-bottom: 0;}
/* clear */
.clear:before,.clear:after {content:' '; display:table;}
.clear:after { clear:both;}
.clear { *zoom:1;}

img { max-width:100%; vertical-align:bottom;}
iframe{ width: 100%;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/***** header *****/
#main-header{padding-top:20px;}
.contact{ text-align: right; font-size: 20px; margin-bottom: 20px;}
.featureimage{padding: 0; position: relative;}
.featureimage img{ margin: 0 auto!important; width: 100%;}
.featureimage.inside{margin-bottom: 60px;}
/*.featureimage h1{font-family: 'ABeeZee', Helvetica, Arial, sans-serif; font-size: 68px; line-height: 68px; color: #000; position: absolute; bottom: 145px; right: 320px;
text-align: center;}*/
.page-template-home-page section.entry-header h1 span.linetwo{padding-left: 30px;}
.header-wrap, .header-wrap.insidepages{text-align: center; background-position: center center; background-size: 100% auto !important;}
.featureimage{background-color: #333333;}
div#contentpages.col-md-12.featureimage{background-color: #fff;}
section.entry-header h1{ text-align: left;}




/***** Nav *****/
.navbar-brand{display: none !important;}
.navbar-default{ background-color: transparent; border: none;}
.navbar-default .navbar-nav>.active>a{ background-color: transparent;}
.navbar-default .navbar-nav>li>a:hover{ background-color: #ef381f; color: #fff;}
.navbar-default .navbar-nav>li>a{color: #484848; font-size: 18px; padding: 10px 15px;}


/***** main area *****/
.featuremessage{ background: #333333; color: #fff; text-align: center; padding: 50px;}
.featuremessage h2{ font-size: 36px; font-weight: 300; margin: 20px; color: #FFFFFF; text-align: center;}
.featuremessage p{font-size: 25px; line-height: 35px;}
.services-boxes h3{ text-align: center;}
.media-training-box p{text-align: left;}
.media-wrap{margin-bottom: -10px;}
#primarycontent.col-md-12.insidepage{ padding-top:60px;}
.wpcf7-form span.formreq{ color:#ef381f !important;}
div.form-group{ margin-top: 15px; margin-bottom: 20px; width: 60%;}
div.form-group.your-message{ width:100%;}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary{background-color: #eee; border: 1px solid #ddd; color: #333; font-size: 1em; padding: 10px 15px;}
.red-text{color: #ef381f;}

div.wpcf7 input[aria-invalid]{ font-size: 13px;}

/***** sidebar ******/



/****** footer ******/
footer#main-footer{background: #000;margin-top: 80px; padding: 30px; color: #fff;}
footer#main-footer a{ color: #fff;}
footer#main-footer ul{ list-style: none; margin: 0; padding: 0;}
footer#main-footer ul li a{font-size: 18px; line-height: 24px;}
#menu-footer-menu-1{ margin-bottom: 10px;}
#menu-footer-social-media a{ float: left; margin-right: 10px; margin-top: 20px;}
#menu-footer-social-media .f{font-size: 18px; line-height: 24px;}
.contactfooter, .contactfooter h3{ text-align: right;}
.contactfooter h3 a, .contactfooter h3{ color: #fff; margin-bottom: 10px; line-height: 28px;}
.contactfooter h3 a:before, .contactfooter h3:before{font-family: FontAwesome; content: "\f098"; margin-right: 10px; font-size: 24px;}
.copyright{font-size: 11px; margin-top: 60px; margin-bottom: 0;}
.contactfooter a{ font-size: 10px; line-height: 12px; color: #fff !important;}




/***** adjusted media queries ******/
@media screen and (min-width: 300px) and (max-width:700px) /* Mobile */ {
	.navbar-default .navbar-nav>li>a{ text-align: left;}
	.contact{ text-align: left; margin-top: 10px; float: left;}
	div.col-md-12.featuremessage .container{width: 300px !important;}
	.featuremessage{ padding: 20px !important;}
	.featuremessage h2{font-size: 28px!important; margin: 10px!important;}
	.featuremessage p{font-size: 16px !important; line-height: 24px !important;}
	div.col-md-4.col-sm-4.col-xs-12{ margin-bottom: 10px;}
	div.contactfooter.col-md-3.col-sm-3.col-xs-12{text-align: left;}
	.contactfooter h3 a:before, .contactfooter h3:before{font-size: 18px;}
	.contactfooter h3 a, .contactfooter h3{font-size: 18px; text-align: left;}
	.contactfooter h3:before{content: none;}
	/*header images adjustments*/
	section.entry-header{padding: 50px 0 10px 30px;}
	section.entry-header h1{font-size: 30px; line-height: 34px;}
	.insidepages section.entry-header{padding: 50px 0 10px 190px;}
	#primarycontent.col-md-12.insidepage{padding-top: 0;}
	.media-training section.entry-header{padding: 20px 0 10px 190px;}
	#contentpages .insidepages section.entry-header h1{font-size: 26px; line-height: 28px;}
	.who-is-big-splash section.entry-header{padding: 20px 0 10px 190px;}
	.page-id-10.contact section.entry-header{padding: 20px 0 10px 190px;}
	.our-work section.entry-header{padding: 40px 0 30px 190px;}

}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape)/* Mobile landscape */ {
	  .who-is-big-splash section.entry-header{padding: 40px 0 90px 350px;}
	  .insidepages section.entry-header{padding: 90px 0 70px 380px}
	  .media-training section.entry-header{padding: 80px 0 50px 380px;}
	  .page-id-10.contact section.entry-header{padding: 80px 0 50px 380px;}
      .our-work section.entry-header{padding: 80px 0 80px 380px}
	  
}
@media screen  and (min-width: 701px) and (max-width: 768px) /* Tablet portrait */ {
	/*header images adjustments*/
	section.entry-header{padding: 120px 0 72px 130px;}
	div.col-md-12.featuremessage .container{width: 600px !important;}
	.container{width: 720px;}
	#contentpages .insidepages section.entry-header{padding-left: 380px !important;}
	.insidepages section.entry-header h1{font-size: 58px; line-height: 64px;}
	#primarycontent.col-md-12.insidepage{padding-top: 0;}
	.media-training section.entry-header{padding: 50px 0 40px 380px;}
	.who-is-big-splash section.entry-header{padding: 50px 0 40px 380px;}
	.page-id-10.contact section.entry-header{padding: 50px 0 40px 380px;}
	.our-work section.entry-header{padding: 80px 0 75px 380px;}
}
@media screen  and (min-width: 780px) and (max-width:1024px) /* Tablet landscape */ {
	.navbar-default{ background-color: transparent; border: none;}
	.navbar-brand{display: none;}
	.navbar .container-fluid{padding-right:0;}
	.navbar .navbar-collapse{padding-right:0;}
	.navbar-default .navbar-nav>li>a{ font-size: 16px; padding: 10px 8px;}
	.nav > li:last-child > a{padding: 15px 0 15px 15px; }
	/*header images adjustments*/
	section.entry-header{padding: 170px 0 89px 180px;}
	section.entry-header h1{font-size: 60px; line-height: 64px;}
	#contentpages .insidepages section.entry-header{padding-left: 440px;}
	.insidepages section.entry-header h1{font-size: 58px; line-height: 64px;}
	.what-we-do section.entry-header{padding: 150px 0 75px 520px!important;}
	.media-training section.entry-header{padding: 90px 0 70px 520px!important;}
	.who-is-big-splash section.entry-header{padding: 50px 0 120px 520px!important;}
	.page-id-10.contact section.entry-header{padding: 50px 0 120px 440px;}
	.our-work section.entry-header{padding: 115px 0 115px 520px!important;}
}


@media screen and (min-width: 1025px) /* Desktop */ {
	.navbar-default{ background-color: transparent; border: none;}
	.navbar-brand{display: none;}
	.navbar .container-fluid{padding-right:0;}
	.navbar .navbar-collapse{padding-right:0;}
	.nav > li:last-child > a{padding: 15px 0 15px 15px; }
	.nav > li:last-child > a:hover{padding: 15px; }
	.navbar-default .navbar-nav>li>a{ font-size: 16px; padding: 10px 8px;}
	/*header images adjustments*/
	section.entry-header{padding: 220px 0 165px 280px !important;}
	section.entry-header h1{font-size: 60px; line-height: 64px;}
	
  
}

@media screen and (min-width: 1400px) /* Desktop */ {
	.navbar-default{ background-color: transparent; border: none;}
	.navbar-brand{display: none;}
	.navbar .container-fluid{padding-right:0;}
	.navbar .navbar-collapse{padding-right:0;}
	.nav > li:last-child > a{padding: 15px 0 15px 15px; }
	.nav > li:last-child > a:hover{padding: 10px 15px; }
	.navbar-default .navbar-nav>li>a{ font-size: 16px; padding: 10px 15px;}
	/*header images adjustments*/
	section.entry-header{padding: 220px 0 180px 280px !important;}
	section.entry-header h1{font-size: 72px; line-height: 74px;}
	.insidepages section.entry-header h1{font-size: 72px; line-height: 78px;}
	.what-we-do section.entry-header{padding: 220px 0 150px 840px!important;}
	.media-training section.entry-header{padding: 150px 0 150px 840px!important;}
	.who-is-big-splash section.entry-header{padding: 150px 0 150px 840px!important;}
	.page-id-10.contact section.entry-header{padding: 150px 0 150px 840px!important;}
	.our-work section.entry-header{padding: 200px 0 150px 840px!important;}
	
}
@media screen and (min-width: 1600px) /* Desktop */ {
	/*header images adjustments*/
	section.entry-header{padding: 290px 0 195px 220px !important;}
	section.entry-header h1{font-size: 72px; line-height: 74px;}
}
@media screen and (min-width: 1700px) /* Desktop */ {
	/*header images adjustments*/
	section.entry-header{padding: 290px 0 270px 220px !important;}
	section.entry-header h1{font-size: 78px; line-height: 84px;}
	.what-we-do section.entry-header{padding: 220px 0 200px 930px!important;}
	.media-training section.entry-header{padding: 180px 0 200px 1000px!important;}
	.who-is-big-splash section.entry-header{padding: 120px 0 200px 930px!important;}
	.page-id-10.contact section.entry-header{padding: 150px 0 200px 930px!important;}
	.our-work section.entry-header{padding: 230px 0 245px 950px!important;}
}
@media screen and (min-width: 2400px) /* Desktop */ {
	/*header images adjustments*/
	section.entry-header{padding: 380px 0 410px 80px !important;}
	section.entry-header h1{font-size: 94px; line-height: 98px;}
}


/***** adjusted bootstrap collapse query ******/
@media (max-width: 1112px) {
    .navbar-header {float: none;}
    .navbar-left,.navbar-right {float: none !important;}
    .navbar-toggle {display: block;}
    .navbar-collapse {border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-fixed-top {top: 0;border-width: 0 0 1px;}
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {float: none!important;margin-top: 7.5px;}
    .navbar-nav>li {float: none;}
    .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
    .collapse.in{display:block !important;}
}
	
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/

img.attachment-post-thumbnail{
	margin-bottom:50px;
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    comment form
\*------------------------------------*/
#respond { 
background: #ececec;
padding:0 5px 0 5px;
}
/* Highlight active form field */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
 
#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

p.comment-form-comment label{
	display:block;
	width:100%;
}
#reply-title { } 
#cancel-comment-reply-link { }
#commentform { } 
#author { } 
#email { } 
#url { } 
#comment{} 
#commentform #submit{ padding:10px;}
.comment-notes { } 
.required { }
.comment-form-author { }
.comment-form-email { } 
.comment-form-url { }
.comment-form-comment { } 
.form-allowed-tags { display:none; } 
.form-submit{}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}