/*
 Theme Name:   CornerPost Creative Theme
 Theme URI:    http://cornerpostcreative.com.au
 Description:  CornerPost Creative theme for creating sites
 Author:       CornerPost Creative
 Author URI:   https://cornerpostcreative.com.au
 Version:      1.0.0
 Text Domain:  cpc

 For website specific code, please use site.css

*/

.wrapper {
	background-color: white;
}

.thumbnail {
	border: 0;
}

.caption h4 {
	margin-top: 0;
}

.caption p {
	font-size: 13px;
}

.after-heading {
	width: 50px;
	height: 5px;
	background-color: #339933;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.services-buttons {
	background-color: rgba(11, 121, 188, 0.8);
	width: 100%;
	position: absolute;
	bottom: 0;
}

.header-wrapper {
	background-color: white;
}

	.header-container {
		background-repeat: no-repeat;
		background-position: right 20px;
	}

.header-foreground-image {
	position: absolute;
	top: 0;
	right: 0;
}

.foreground-image-wrapper {
	position: relative;
	/*overflow: hidden;*/
	background-color: red;
	height: 100% !important;

}

.content-container {
	min-height: inherit;
}

.content {
	background-color: white;
}


.site-branding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: left;
	margin-top: 5px;
}

.header-contact {
	text-align: right;
	font-weight: 400;
	padding-top: 36px;
	padding-right: 62px;
}

.header-contact-phone {
	font-size: 30px;
}

.header-social-icons {
	padding-right: 15px;
}

.header-social-icons li a:link,
.header-social-icons li a:visited,
.header-social-icons li a:hover,
.header-social-icons li a:active
 {
	padding: 0;
	padding-left: 5px;
}

.area-code {
	font-size: 23px;
}

.header-contact-address {
	font-size: 18px;
	font-weight: 300;
}

/* Main Navbar */

.main-navbar {
	background-color: transparent;
	margin-top: 10px;
}

.navbar-column {
	padding-left: 0;
}

a.depth-0:link,
a.depth-0:visited,
a.depth-0:hover,
a.depth-0:active {
	font-size: 20px;
	font-weight: 300;
	color: black !important;
	text-transform: none;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 1;
}

.caret {
	/*display: none;*/
	margin-left: 1px;
}

.navbar-default {
	line-height: 1;
}

.menu-item-home a:link {

}

.menu-item.active a.depth-0 {
	background-color: transparent;
	font-weight: 400;
}

a.depth-0:hover {
	background-color: transparent;
}

a.depth-0:hover {
	background-color: transparent;
}


a.depth-1:link,
a.depth-1:visited,
a.depth-1:hover,
a.depth-1:active {

	font-size: 16px;

}


/* Home */

.home .content-wrapper {
	margin-top: 400px;

}

.home .content-wrapper, .home .additional-text-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

	.home-tour-video {
		text-align: center;
	}

.internal .content-wrapper, .additional-text-wrapper {
	padding-bottom: 50px;
}


.navbar-default {
	background-color: transparent;
}

/* Above header */
/*.above-header-wrapper {

	color: black;
}

.above-header-wrapper a:link,
.above-header-wrapper a:visited,
.above-header-wrapper a:hover,
.above-header-wrapper a:active {

	color: white;
}*/

.above-header-container {
	position: relative;
	
}

.above-header-column {
	padding-top: 5px;
	padding-bottom: 5px;
}

.above-header-column-1 {
	text-align: left;
}

.above-header-column-2 {
	text-align: right;
}

.above-header-column-2 a {
	margin-left: 10px;
}

.about-section-wrapper {
	background-color: white;
	z-index: 100;
	position: relative;
}

.logo {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.logo img {
	display: inline-block;
	
}

.header-button {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 21px;
	margin-right: 10px;
	border: 4px solid white;
	font-weight: 700;
	margin-bottom: 15px;
}

.header-button-1:link,
.header-button-1:visited,
.header-button-1:hover,
.header-button-1:active
 {
	background-color: white;
	color: #e41f27;
}

.header-button-1:hover {
	border-color: #e41f27;
}

.header-button-2:link,
.header-button-2:visited,
.header-button-2:hover,
.header-button-2:active {
	background: transparent;
	color: white;
	text-shadow: 0px 1px 2px black;
}

.header-button-2:hover {
	background-color: white;
	color: black;
	border-color: white;
	text-shadow: none;
}

.header-button-3:link,
.header-button-3:visited,
.header-button-3:hover,
.header-button-3:active {
	text-transform: none;
	background: transparent !important;
	border: none;
	padding-left: 0;
	padding-right: 0;
	color: white !important;
	text-shadow: 0px 1px 2px black;
	box-shadow: none;

}

.header-button-3:hover {
	/*text-shadow: none;*/
	text-decoration: underline;
}

.header-button-3 {
	/*display: none;*/
}

.terms-iframe {
	width: 100%;
	height: 500px;
	border: 1px solid black;
}

.header-menu-item {
	position: relative;
	z-index: 300;
}

.about-section-content p:first-of-type {
	font-size: 28px;
}


/* Footer */

.footer-contact {
	background-color: #e81f27;
	color: white;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.footer-contact h3 {
	color: white;
}

.footer-phone a {
	font-size: 30px;
	margin-bottom: 0;
	color: white;

}

.footer-email a {
	text-align: center;
	color: white;
}

/* Two column gravity forms */

.gform_wrapper.two-column_wrapper {
	max-width: 100%;
}

.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}

.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
}

.gform_wrapper.two-column_wrapper ul.one-half {
	margin-left: 6% !important;
	width: 47%;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
	margin-left: 0 !important;
}

#input_3_2,
#input_3_3,
#input_3_4 {
	width: 100%;
}

.gform_wrapper .gsection {
	border-bottom: none !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
	padding: 0 !important;
}

.one-half {
	float: left;
}

input, textarea {
	background-color: #dddddd !important;
	border: none !important;
	border-radius: 0 !important;
}

.gfield {
	margin-top: 0px !important;
	margin-bottom: 5px !important;
}

.gfield_label {
	margin-bottom: 0px;
}

textarea {
	height: 127px !important;
}

.gform_button {
	float: right;
	display: inline-block;
	width: 100%;
	margin-right: 1px !important;
	text-transform: uppercase;
	background-color: black;

}


.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}





	@media (max-width: 767px) {
		/* xs and smaller ONLY */

		.header-foreground-image {
			display: none;
		}

		.service {
			display: block;
			width: 100%;
		}

		.credits-wrapper div {
			text-align: center;
		}

		.gform_button {
			margin-top: 0 !important;
			width: 100% !important;
		}

		.above-header-column {
			text-align: center;
		}

		h1 {
			font-size: 48px;
		}

		.logo {
			display: block;
			text-align: center;
		}

		.logo img {
			display: inline-block !important;
		}

		.header-button {
			font-size: 16px;
		}

	}


	/* Some overrides for portrait */
	@media (max-width: 480px) {

		.header-foreground-image {
			display: none;
		}
	}


	/* Small devices (tablets) ONLY */
	@media (min-width: 768px) and (max-width: 991px) {
		/* sm only */

		.header-foreground-image {
			display: none;
		}

	}

	/* Small devices (tablets, 768px and up) */
	@media (min-width: 768px) {
		/* sm and up*/


	}

	/* Medium devices (desktops, 992px) */
	@media (min-width: 992px) and (max-width: 1199px) {
		/* md ONLY */

	}

	/* Medium devices (desktops, 992px and up) */
	@media (min-width: 992px) {
		/* md and up*/




	}

	/* Large devices (large desktops, 1200px and up) */
	@media (min-width: 1200px) {
		/* lg and up ONLY  */



	}

	/* Extra large devices (large desktops, 1900px and up) */
	/* We don't usually need this, but sometimes */
	@media (min-width: 1900px) {



	
		

	}


	/* NAVIGATION */

	ul.main-menu {
		background-color: transparent;
	}

	.main-nav {
		/* background: #eee;*/
		background-color: transparent;
	}

	.main-nav:after {
	  clear: both;
	  content: "\00a0";
	  display: block;
	  height: 0;
	  font: 0px/0 serif;
	  overflow: hidden;
	}

	.nav-brand {
	  float: left;
	  margin: 0;
	}

	.nav-brand a {
	  display: block;
	  padding: 12px 12px 12px 20px;
	  color: #555;
	  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	  font-size: 22px;
	  font-weight: normal;
	  line-height: 17px;
	  text-decoration: none;
	}

	#main-menu {
	  /*clear: both;*/
	}


	/* Button */

	a.button:link,
	a.button:visited,
	a.button:hover,
	a.button:active {
		display: inline-block;
		border: 1px solid black;
		padding: 10px;
		background-color: black;
		color: white;
	}

	a.button:hover {
		background-color: black;
		text-decoration: none;
	}


	/* Mobile menu toggle button */

	.main-menu-btn {

		box-sizing: border-box;
		margin: 6px 10px;
		position: relative;
		display: inline-block;
		text-indent: 30px;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		text-align: left;
		border: 1px solid black;
		padding: 10px;
		line-height: 1;
		text-align: center;
		margin: 0;
		z-index: 5000;

	}

	/* hamburger icon */

	.main-menu-btn-icon,
	.main-menu-btn-icon:before,
	.main-menu-btn-icon:after {

	  position: absolute;
	  top: 50%;
	  left: 10px;
	  height: 2px;
	  width: 24px;
	  background: black;
	  -webkit-transition: all 0.25s;
	  transition: all 0.25s;

	}

	.main-menu-btn-icon:before {
	  content: '';
	  top: -7px;
	  left: 0;
	}

	.main-menu-btn-icon:after {
	  content: '';
	  top: 7px;
	  left: 0;
	}

	/* x icon */

	#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	  height: 0;
	  background: transparent;
	}

	#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	  top: 0;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	  top: 0;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}


	/* hide menu state checkbox (keep it visible to screen readers) */

	#main-menu-state {
	  position: absolute;
	  width: 1px;
	  height: 1px;
	  margin: -1px;
	  border: 0;
	  padding: 0;
	  overflow: hidden;
	  clip: rect(1px, 1px, 1px, 1px);
	}

	#main-menu-state:before {

	}

	/* hide the menu in mobile view */

	#main-menu-state:not(:checked) ~ #main-menu {
	  display: none;
	}

	#main-menu-state:checked ~ #main-menu {
	  display: inline-block;
	}

	
	@media (max-width: 767px) {

		#main-menu {
		  display: none;
		}

	}

	@media (min-width: 768px) {

	  /* hide the button in desktop view */
	  .main-menu-btn {
	    position: absolute;
	    top: -99999px;
	  }

	  /* always show the menu in desktop view */
	  #main-menu-state:not(:checked) ~ #main-menu {
	    display: inline-block;
	  }
	}

	@media (min-width: 768px) {

		#main-nav {
			line-height: 0;
			text-align: center !important;
		}
		
		ul#main-menu {
			display: inline-block ;
		}

	}

	@media (max-width: 767px) {
		#main-nav {
			text-align: center !important;
		}
	}

	.button {
		line-height: 1;

	}


	.header-block-3 .logo {

		position: absolute;
		background-color: white;
		z-index: 500;
		padding-bottom: 20px;
		padding-left: 75px;
		padding-right: 75px;
		padding-top: 15px;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;

		box-shadow: 0px 5px 5px rgba(0, 0,0,0.5);
		margin: 0;

	}

	.header-block-3 .header-column-2 {
		text-align: right; 
	}



	/* Footer block */

	.footer-block-4 .footer-phone,
	.footer-block-4 .footer-phone .phone-link {
		font-family: 'Fredoka One', sans-serif;
		font-size: 42px;
		margin: 0;
	}

	.footer-block-4 .footer-phone {
		margin-top: 30px;
	}

	.footer-block-4 div {
		text-align: center;
	}

	.footer-block-4 .button {
		display: inline-block;
		border: 3px solid white;
		text-transform: uppercase;
		padding: 20px;
		border-radius: 20px;
		font-size: 30px;
		margin-bottom: 35px;
		margin-top: 35px;
	}

	/* Credits block 2 */

	.credits-block-2 .footer-logo {
		display: block;
		margin-top: 10px;
		margin-bottom: 25px;
		text-align: center;
	}

	.credits-block-2 p {
		margin-bottom: 0;
	}

	.credits-block-2 .credits-right {
		padding-bottom: 25px;
	}





