/*
	Theme Name: Gulf 2025
	Theme URI: http://gulf2025.co.nz
	Description: Gulf 2025 WordPress Theme
	Version: 1.0
	Author: Jayesh Kesry (@jaykesry)
	Author URI: http://jayeshkesry.co
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 proxima-nova, sans-serif;;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:92%;
	margin:0 auto;
	position:relative;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body{
	font-family: proxima-nova, sans-serif!important;
}
h1,h2,h3{
	color: white;
}
h1{
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-size: 750%;
	text-transform: uppercase;
	text-align: center;
	color: #213367;
	line-height: 100%;
}
h2{
	font-family: futura-pt-bold, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
}
h2 span{
	font-family: droid-serif, serif;
	font-weight: 400;
	text-transform: lowercase;
}
h3{
	font-family: futura-pt-bold, sans-serif;
	font-size: 150%;
	text-transform: uppercase;
}


/*------------------------------------*\
    FORMS
\*------------------------------------*/

input[type="text"], input[type="email"]{
	padding: 10px;
	font-family: proxima-nova, sans-serif!important;
	font-size: 150%;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 20px!important;
}

input[type="button"], input[type="submit"]{
	font-family: droid-serif, serif;
	font-weight: 400;
	text-transform: lowercase;
	background-color: #1a3768;
	border: 1px solid #1a3768;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 130%;
	padding: 8px 18px;
	text-decoration: none;
	margin: 0 auto;
}
input[type="button"]:hover,input[type="submit"]:hover {
	background-color:#4FB7B3;
		border: 1px solid #4FB7B3;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1024px) {
	h1{
	font-size: 500%;
	line-height: 100%;
	}
	
	h2{
		font-size: 400%;
		line-height: 100%;
	}
}

@media only screen and (max-width:768px) {
	h1{
		font-size: 450%;
		line-height: 100%;
	}

	h2{
		font-size: 350%;
		line-height: 100%;
	}

	h3{
		font-size: 300%;
		line-height: 100%;
	}
	#headingrow svg{
		width: inherit!important;
		height: 80vh!important;
		left: 0!important;
		margin-left: -50%;
		position: absolute;
	}
}	
	
@media only screen and (max-width:480px) {
	#headingrow svg{
		width: inherit!important;
		height: 80vh!important;
		left: 0!important;
		margin-left: -90%!important;
	}
	h1{
		font-size: 400%;
		line-height: 100%;
	}

	h2{
		font-size: 300%;
		line-height: 100%;
	}

	h3{
		font-size: 250%;
		line-height: 100%;
	}
}

/*------------------------------------*\
    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 {

}