/**
 *	Project: Mairirua Fishing Charters;
 *	Custom Stylesheets
 *	Author: Ionut Tatu - Back9 Creative;
 *	Version: 1.0;
 *	17.10.2018
 */


/*font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Slab', serif;*/


/* General */
body {
	font-family: 'Roboto Slab', serif !important;
}
.page:not(.home) #content {
	padding: 0;
}
.has-sidebar:not(.error404) #primary {
	float: none;
	width: 100%;
}
.site-content {
	padding: 0;
}
body.page-two-column:not(.archive) #primary .entry-content {
	float: none;
	width: 100%;
}
.wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	font-weight: 300;
  	color: #0450AE;
  	font-style: italic;
}
.wpcf7 ::-moz-placeholder { /* Firefox 19+ */
  	font-weight: 300;
  	color: #0450AE;
  	font-style: italic;
}
.wpcf7 :-ms-input-placeholder { /* IE 10+ */
  	font-weight: 300;
  	color: #0450AE;
  	font-style: italic;
}
.wpcf7 :-moz-placeholder { /* Firefox 18- */
	font-weight: 300;
  	color: #0450AE;
  	font-style: italic;
}
.booking ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	font-weight: 300;
  	color: #D3D3D3;
  	font-style: italic;
}
.booking ::-moz-placeholder { /* Firefox 19+ */
  	font-weight: 300;
  	color: #D3D3D3;
  	font-style: italic;
}
.booking :-ms-input-placeholder { /* IE 10+ */
  	font-weight: 300;
  	color: #D3D3D3;
  	font-style: italic;
}
.booking :-moz-placeholder { /* Firefox 18- */
	font-weight: 300;
  	color: #D3D3D3;
  	font-style: italic;
}



/* Header */
.site-header {
	background-color: transparent;
	/*background-image: url('../images/header.jpg');
	background-size: cover;
	background-position: 50% 50%;*/
	min-height: 750px;
}
header .background {
	background-image: url('../images/header.jpg');
	background-size: cover;
	background-position: 50% 50%;
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    min-height: 750px;
}
header .overlay {
	position: fixed;
	top: 0;
	padding-top: 15px;
	left: 0;
	width: 100%;
	height: 750px;
	background: rgba(4, 80, 174, 0.15);
}
header .header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: calc(100% - 175px);
    position: absolute;
    bottom: 60px;
    width: 100%;
    z-index: 100;
    text-align: center;
}
header .header h1 {
	font-size: 70px;
	margin: 0;
	line-height: 89px;
	color: #fff;
	padding: 0;
	font-family: rogue-serif, serif;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
#logo {
	margin:0;
}
#logo span {
	font-size: 31px;
	font-family: 'Montserrat', sans-serif;
	line-height: 38px;
	color: #fff;
	font-weight: 800;
	float: left;
}
#logo span:nth-child(1) {
	color: #0450AE;
}
#logo span:nth-child(3) {
	font-weight: 500;
}


/* Navigation */
.navigation-top {
	position: relative;
	background: transparent;
	border: none;
}
#top-menu {
	text-align: right;
	/*margin-top: 40px;*/
}
.main-navigation a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 0 20px;
	line-height: 35px;
	transition: all .5s;
	transition: all .5s;
	font-family: 'Montserrat', sans-serif;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
	color: #fff;
}
.main-navigation a:hover, 
.main-navigation a:focus, 
.main-navigation a:active {
	color: #0450AE;
	text-decoration: none;
	transition: all .5s;
}


article {
	background-image: linear-gradient(to top, #c3d8f3, #d6e1f6, #e6eaf9, #f4f4fc, #ffffff);
}


.booking {
	position: absolute;
	top: calc(100% - 90px);
	min-height: 180px;
	width: 100%;
	z-index: 100;
}
.booking .form {
	background: #fff;
	min-height: 180px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	padding: 50px 40px;
}
.booking .row {
	margin-bottom: 15px;
}
.booking input[type="text"],
.booking input[type="email"],
.booking textarea {
	border: 1px solid #D3D3D3;
	border-radius: 0;
	height: 40px;
}
.booking textarea {
	height: 65px;
}
.booking label {
	font-size: 16px;
	color: #D3D3D3;
	font-weight: 600;
	line-height: 22px;
}
.booking input[type="submit"] {
	width: 100%;
	height: 40px;
	border-radius: 0;
	background: #0450AE;
	border: 1px solid #0450AE;
	text-align: center;
	line-height: 40px;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: all .6s;
	margin-top: 26px;
}
.booking input[type="submit"]:hover,
.booking input[type="submit"]:hover,
.booking input[type="submit"]:hover {
	transition: all .6s;
	background: transparent;
	color: #0450AE;
}
.booking .notesWrapper,
.booking .indicationWrapper,
.booking .detailsWrapper {
	display: none;
}
.booking input.has-error {
	border: 1px solid #a94442;
}
.booking label.has-error {
	color: #a94442;
}
.successWrapper,
.booking .alert {
	display: none;
}
.booking .alert-success {
	margin-top: 21px;
}
.booking .overlay {
	height: 540px;
	background: #e4e8ec;
	z-index: 1;
	display: none;
}
.booking .overlay img {
	position: absolute;
	width: 700px;
	top: calc(50% - 262px);
	left: calc(50% - 350px);
}


.homePage {
	padding: 150px 0 50px 0;
}
.homePage video {
	width: auto;
	height: 315px;
}
.vAlign {
	height: 315px;
	display: flex;
  	flex-direction: column;
  	justify-content: center; /* vertically aligns items */
  	align-items: center; /* horizontally aligns items */
}
#about .text h1, #about .text h2, #about .text h3, #about .text h4, #about .text h5, #about .text h6, 
.homePage .text p,
.homePage .heading h2,
.homePage .text h4 {
	color: #0450AE;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.homePage .heading h2 {
	font-size: 22px;
	line-height: 29px;
}
.homePage .text p {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	font-weight: 300;
}
.homePage .text p:last-child {
	margin: 0;
}
.homePage .heading {
	text-align: center;
}
.homePage .heading h2 {
	font-size: 34px;
	line-height: 45px;
}
.homePage .box > div {
	background: #fff;
}
.homePage .box > div .desc {
	padding: 40px;
	min-height: 355px;
}
.homePage .box a {
	display: inline-block;
	width: 50%;
	height: 40px;
	line-height: 40px;
	background: #0450AE;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	float: left;
}
.homePage .box a.second {
	background: #003F8D;
}
.homePage .box a:hover,
.homePage .box a:active,
.homePage .box a:focus {
	text-decoration: none;
}


.gallery {
	margin: 30px -15px 0 -15px;
}
.gallery .main {
	position: relative;
}
.gallery .main i {
	position: absolute;
	bottom: 15px;
	left: 30px;
	color: rgba(255, 255, 255, .6);
	font-size: 28px;
}
.gallery .main img {
	max-height: 370px;
}
.gallery .additional img {
    max-width: 245px;
    display: block;
    margin: 0 auto 15px auto;
}


.contact {
	position: absolute;
	z-index: 1;
	width: 100%;
}
.contact .details p {
	font-size: 18px;
	margin: 0 0 20px 0;
}
.contact .details p span {
	display: inline-block;
	color: #0450AE;
	font-weight: 700;
	width: 100px;
	vertical-align: top;
}
.contact .details p span.block {
	font-weight: 300;
	color: #000;
	width: auto;
}
.contact .details p a {
	color: #000;
}


.wpcf7 label {
	width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	border: 1px solid #0450AE;
	border-radius: 0;
	height: 40px;
}
.wpcf7 textarea { 
	height: 100px;
}
.wpcf7 input[type="submit"] {
	background: #0450AE;
	border: 1px solid #0450AE;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0 50px;
	border-radius: 0;
	float: right;
	transition: all .6s;
	margin-top: 17px;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus {
	transition: all .6s;
	background: transparent;
	color: #0450AE;
}


#trip {
	margin-top: 80px;
	margin-bottom: 50px;
}
#gallery {
	margin-top: 80px;
	margin-bottom: 50px;
}
#contact {
	margin-top: 80px;
	margin-bottom: 50px;
}




/* Footer */
.site-footer {
	border: none;
	margin: 0;
	background-image: url('../images/footer.jpg');
	background-size: cover;
	background-position: 50% 50%;
	padding: 30px 0;
	min-height: 1000px;
	position: relative;
}
footer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(180deg, rgba(195,216,243,1) 0%, rgba(197,217,245,0.1) 60%, rgba(255,255,255,.1) 100%, rgba(0,0,0,.1) 100%, rgba(0,0,0,.1) 100%);
}
footer p.copy {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 0;
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
}
footer p.copy a {
	color: #fff;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none;
	color: #ff0000;
	padding: 0;
	margin: 0;
}

div.wpcf7-mail-sent-ok {
    border: none;
    color: #398f14;
    margin: 0;
    padding: 0;
}


.blueCod {
	position: absolute;
    width: 250px;
    right: 0;
    top: -70px;
}
.stayTop {
	z-index: 1001 !important;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 15px 0;
	transition: all .6s;
	background: transparent;
}
.stayTop.inView {
	background: #C3D8F3;
}
/*.is-sticky .stayTop {
	background: #C3D8F3;
}*/


/* Media Queries */
/* Mobile First */
@media screen and (min-width: 320px) {

}

/* Mobile Only */
@media screen and (min-width: 320px) and (max-width: 767px) {
	.blueCod {
		display: none;
	}
	.navigation-top {
		z-index: 1000 !important
	}
	.main-navigation > div > ul {
		padding: 0;
	}
	.main-navigation ul {
		background: #4f1c27;
	}
	#top-menu {
		text-align: center;
		margin-top: 0;
	}
	.main-navigation a {
		line-height: 55px;
		color: #fff;
	}
	.navWrapper {
		padding: 0 !important;
	}

	.menu-toggle {
	    font-size: 28px;
	    padding: 0 15px;
        color: #4f1c27;
        width: 100%;
        text-align: left;
        margin: 0;
        color: #fff;
	}
	.menu-toggle:focus {
		outline: none;
	}
	.main-navigation li {
		border-bottom: 1px solid #0450AE;
	}

	#logo {
		margin: 0;
	}
	


	.main-navigation li:hover, .navigation-top .current-menu-item, .navigation-top .current_page_item {
		background: #fff;
	}
	.main-navigation li:hover a, .navigation-top .current-menu-item a, .navigation-top .current_page_item a {
		color: #4f1c27;
	}

	.site-header {
		min-height: 450px;
	}
	header .background {
		min-height: 495px;
	}
	#logo span {
		font-size: 22px;
	}
	header .header {
		text-align: center;
		padding: 0 15px;
		height: calc(100% - 550px);
		bottom: auto;
		top: 135px;
	}
	header .header h1 {
		font-size: 44px;
		line-height: 56px;
	}

	.homePage {
	    padding: 300px 0 50px 0;
	}
	.homePage .box {
		margin-bottom: 15px;
	}
	.homePage .box a {
		width: 100%;
	}
	.gallery .additional {
		display: none;
	}

	footer .overlay {
    	background: linear-gradient(180deg, rgba(195,216,243,1) 0%, rgba(197,217,245,1) 60%, rgba(255,255,255,.6) 100%, rgba(0,0,0,.3) 100%, rgba(0,0,0,.1) 100%);
    }
    .site-footer {
    	background-position: 0 50%;
    }

    .wpcf7 input[type="submit"] {
    	width: 100%;
    }

    .vAlign {
    	height: auto;
    }
    .homePage video {
    	margin-bottom: 15px;
    }
    .homePage .box > div .desc {
    	padding: 15px;
    }
}

/* Table Portrait */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.blueCod {
		display: none;
	}
	.main-navigation a {
		line-height: 45px;
		padding: 0 20px;
	}
	#top-menu {
		text-align: right;
	}


	#logo span {
		font-size: 22px;
	}
	.main-navigation a {
		font-size: 15px;
		padding: 0 10px;
	}

	.site-header {
		min-height: 550px;
	}
	header .background {
		min-height: 596px;
	}
	header .header {
	    height: calc(100% - 375px);
	    bottom: 270px;
		padding: 0 15px;
	}
	header .header h1 {
		font-size: 56px;
		line-height: 66px;
	}
	.homePage {
	    padding: 220px 0 50px 0;
	}
	.homePage video {
		width: 100%;
		height: auto;
	}
	.homePage .box {
		margin-bottom: 30px;
	}
	.gallery .main img {
		display: block;
		margin: 0 auto 15px auto;
	}
	.gallery .main i {
		display: none;
	}

	.site-footer {
		min-height: 600px;
	}
	footer .overlay {
    	background: linear-gradient(180deg, rgba(195,216,243,1) 0%, rgba(197,217,245,1) 60%, rgba(255,255,255,.6) 100%, rgba(0,0,0,.3) 100%, rgba(0,0,0,.1) 100%);
    }
}
/* Table Landscape */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.blueCod {
		display: none;
	}
	.main-navigation a {
		line-height: 45px;
		padding: 0 20px;
	}
	#top-menu {
		text-align: right;
	}
	.gallery .additional img {
		width: 100%;
	}


	#logo span {
		font-size: 22px;
	}
	.main-navigation a {
		font-size: 15px;
		padding: 0 10px;
	}

	.site-header {
		min-height: 550px;
	}
	header .background {
		min-height: 596px;
	}
	header .header {
	    height: calc(100% - 375px);
	    bottom: 270px;
		padding: 0 15px;
	}
	header .header h1 {
		font-size: 56px;
		line-height: 66px;
	}
	.homePage {
	    padding: 150px 0 50px 0;
	}
	.homePage video {
		width: 100%;
		height: auto;
	}
	.homePage .box {
		margin-bottom: 30px;
	}
	.gallery .main img {
		display: block;
		margin: 0 auto 15px auto;
	}
	.gallery .main i {
		display: none;
	}

	.site-footer {
		min-height: 600px;
	}
	footer .overlay {
    	background: linear-gradient(180deg, rgba(195,216,243,1) 0%, rgba(197,217,245,1) 60%, rgba(255,255,255,.6) 100%, rgba(0,0,0,.3) 100%, rgba(0,0,0,.1) 100%);
    }
}

/* Small Screen */
@media screen and (min-width: 1200px) and (max-width: 1400px) {




}
/* Medium Screen */
@media screen and (min-width: 1401px) and (max-width: 1700px) {


	
}
@media screen and (min-width: 1701px) and (max-width: 2000px) {


}
/* Large Screen */
@media screen and (min-width: 1701px) {

}

