/*
	Theme Name: Gold Medal Safety Interiors 2019
	Description: Custom WordPress Theme
	Version: 1.0.0
	Author: Phil Kingham
*/

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

}
body {
	font-family: 'Poppins', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {

	text-decoration:none;
}
a:hover {

}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
h1 {
    width: 70%;
    color: #fff;
	min-height: 50px;
    background-color: #8CC53F;
    padding: 30px 5%;
    margin: 0px;
    font-size: 40px;
    line-height: 46px;
	letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
	position: absolute;
    bottom: -60px;
	z-index:999;
}
h1.home {
	width: 70%;
	padding: 20px 6% 30px 5%;
    margin: 0px;
	position: absolute;
	bottom: -110px;
	z-index:999;
	font-size: 38px;
    line-height: 48px;
    background-color: #252525;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
}
h2 {
    font-weight: 600;
}
/* wrapper */
.wrapper {
	width:100%;
	margin:0;
	float: left;
}
/* header */
.header {
	width:100%;
	float:left;
	padding: 20px 3% 20px 3%;
	background-color:#fff;
}
/* logo */
.logo {
	max-width: 310px;
	float: left;
}
.logo-img {

}
/* nav */
.nav {
	width:auto;
	float:right;
	margin: 0px 0px 0px 0px;
}
.nav ul li a {
    font-size: 16px;
    color: #919191;
	letter-spacing:1px;
    text-decoration: none;
    font-weight: 600;
    display: block;
	text-transform:uppercase;
    float: right;
    margin: 0px;
    padding: 10px 50px 10px 0px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
ul.sub-menu {
    top: 40px!important;
	background-color:#F1F1F1;
}
ul.sub-menu li a {
    font-size: 13px;
	float:left;
    padding: 6px 10px 6px 10px!important;
}
 
ul.sub-menu li {
   width: 100%;
    float: left;
	text-align:left;
}
.nav ul li a:hover {
    color: #8CC53F;
}
.nav .current-page-ancestor a { 
    color: #8CC53F;
}
.nav .current_page_item a {
    color: #8CC53F;
	}
.nav ul {
    list-style: none;
    padding: 0;
    margin: 20px 0px 0px 0px;
    float: right;
	width:auto;
    position: relative;
    z-index: 3000;
}
.nav ul li {
    float: left;
    position: relative;
    width:;
    text-align: left;
}
.nav li ul {
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

/* Page banner */
.page-banner {
	width: 100%;
	height: 760px;
    float: left;
	position: relative;
	background-color: #444;
	background-size: cover;
	background-position: center;
}
.parent-pageid-153 .page-banner {
	width: 100%;
	height: 102px;
}
.parent-pageid-153 h1 {
    font-size: 36px;
    line-height: 42px;
    position: absolute;
	bottom: auto;
    top: 0px;
}
img.banner-gradient-up {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0.7;
}
ul.socialLinks {
    position: absolute;
    bottom: 10px;
	right: 5%;
    width: 22%;
	list-style: none;
	z-index: 999;
}
ul.socialLinks li {
    width: 25%;
	float: left;
	text-align: center;
}
ul.socialLinks li img{
    max-width: 38px;
	opacity: 1;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
ul.socialLinks li img:hover{
    max-width: 38px;
	opacity: 0.4;
}
/* Content */
.content-wrapper {
	width: 100%;
	float: left;
	padding: 100px 5% 60px 5%;
}
.parent-pageid-11 .content-wrapper {
 
}
.page-id-15 .content-wrapper.about {
    padding: 40px 5% 60px 5%;
}
.page-id-11 .content-wrapper.first, .parent-pageid-11 .content-wrapper.first {
    background-color: #F2F2F2;
	margin-bottom: 60px;
	color: #666666;
	padding: 100px 5% 40px 5%;
}
.content {
	max-width: 1140px;
	margin: 0px auto;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.content a {
	color: #8CC53F;
}
.content a:hover {
	border-bottom: solid 1px #8CC53F;
}
blockquote {
	font-size: 24px;
	line-height: 32px;
	margin-left: 0px;
	margin-right: 0px;
}
.home-content {
    width: 100%;
    float: left;
    height: 780px;
    background-color: #888;
	background-size: cover;
	background-position: center;
	position:relative;
}
.home-content h2 {
    font-size: 34px;
	line-height: 42px;
	font-weight: 500;
	text-transform: uppercase;
    margin: 0px 0px -15px 0px;
}
.homecon2.c2 {
	position: absolute;
    bottom: 0px;
    width: 70%;
    padding: 50px 5% 30px 5%;
    right: 0px;
    background-color: #8CC53F;
    color: #fff;
	font-size: 26px;
	line-height: 34px;
	bottom: -100px;
    z-index: 999;
}
.home-content.c3 {
    margin: 0px 0px 220px 0px;
}
.homecon2.c2 a{
	float:right;
    color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	border-bottom: solid 2px #fff;
}
.homecon3.c3 {
	position: absolute;
    bottom: 0px;
    width: 70%;
    padding: 50px 5% 30px 5%;
    left: 0px;
	font-size: 26px;
	line-height: 34px;
    background-color: #F1F1F1;
    color: #444444;
	bottom: -160px;
    z-index: 999;
}
.homecon3.c3 a{
	float:right;
    color: #444444;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	border-bottom: solid 2px #8CC53F;
}
/* About */
.page-id-7 .content-wrapper.first {
    background-color: #252525;
    
}
.page-id-7 .content-wrapper.first .content{
    font-size: 24px;
    line-height: 34px;
	text-align: center;
	color: #E5E5E5;
}
.content.about {
    display: flex;
    flex-wrap: wrap;
}
.about-col {
    width: 50%;
    float: left;
    padding: 30px 5%;
	margin: 0px 0px 60px 0px;
	background-size: cover;
	background-position: center;
}
.about-col ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.about-col li {
	padding-left: 24px;
    list-style: none;
    background-size: 14px 2px;
    background-image: url(img/li.png);
    background-repeat: no-repeat;
    background-position: left 12px;
}
.about-col blockquote {
	font-size: 20px;
	line-height: 28px;
}
.about-col.first blockquote {
	color:#8CC53F;
	font-size: 24px;
	line-height: 32px;
}
a.dlBTN {
	background-color: #8CC53F;
    border-radius: 4px;
    padding: 20px 40px;
	margin: 0px 20px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    max-width: 360px;
    font-size: 22px;
	line-height: 24px;
    text-transform: uppercase;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a.dlBTN:hover {
    background-color: #353535;
}
.dl-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0px 80px 0px;
}
/* Product */
a.backto {
	font-weight: 600;
    text-transform: uppercase;
    float: right;
    margin: 0px 0px 10px 0px;
}
ul.product-list {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0px;
	display: flex;
	flex-wrap: wrap;
    margin: 0px 0px 60px 0px;
}
li.yes {
    background-color: #F4F4F4;
	margin: 0px 0% 20px 0px;
}
ul.product-list li{
    list-style: none;
    width: 33.333%;
    float: left;
    padding: 14px 1%;
	text-align: center;
    margin: 0px 0% 10px 0px;
}

ul.product-list li img{
    border: solid 1px #D1D1D1;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
ul.product-list li img:hover{
    opacity: 0.5;
}
ul.product-list li h3 {
    margin: 10px 0px;
    color: #444;
	font-size: 16px;
	line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
	text-transform: uppercase;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Contact */
.gmap {
	width: 100%;
    float: left;
	height:480px;
	padding: 0px;
	margin: 0px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.nf-field-element textarea {
    height: 140px!important;
}
.nf-form-fields-required {
    font-size: 12px;
}
input#nf-field-4 {
    width: 100%;
    float: left;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: solid 1px #8cc53f;
    background-color: #8cc53f;
    font-size: 16px;
    border-radius: 4px;
}
.contact-form {
    float: right;
    width: 45%;
}
.ninja-forms-field {
    width: 100%;
    float: left;
    border: solid 1px #ccc;
    padding: 10px;
    background-color: #f8f8f8;
}
.label-above .nf-field-label {
    margin-bottom: 2px!important;
}
/* footer */
ul.footer-socialLinks {
    width: 100%;
	float: left;
	list-style: none;
	z-index: 999;
	margin:0px 0px 0px 0px;
}
ul.footer-socialLinks li {
    width: 25%;
	float: right;
	text-align: center;
}
ul.footer-socialLinks li img{
    max-width: 32px;
	opacity: 0.5;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
ul.footer-socialLinks li img:hover{
	opacity: 0.9;
}
.footer-col.third {
	float:right;
}
.footer-image {
	width: 100%;
    float: left;
	padding: 0px;
	margin: 0px;
}
.footer-image img {
	width: 100%;
    float: left;
	padding: 0px;
	margin: 0px;
}
.footer-top {
    width: 100%;
    float: left;
    background-color: #353535;
    padding: 40px 5%;
    font-size: 16px;
    line-height: 24px;
    color: #A1A1A4;
}
.footer-col {
    width: 20%;
    float: left;
	position: relative;
    margin: 0px 5% 0px 0px;
}
.footer-col img{
    margin-top: 20px;
}
.footer {
	width: 100%;
	float: left;
	padding: 16px 5%;
	font-size: 14px;
	color:#B7B7B7;
	background-color:#212121;
}
.pk {
	color:#B7B7B7;
	float:right;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



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



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

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

@media only screen and (max-width:800px) {
	.logo {
		max-width: 50%;
	}
	.page-banner {
		height: 400px;
	}
	h1 {
		width: 80%;
		min-height: 40px;
		padding: 20px 5%;
		margin: 0px;
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 1px;
		position: absolute;
		bottom: 0px;
	}
	ul.socialLinks {
		position: relative;
		bottom: 10px;
		right: 5%;
		width: 100%;
		display: none;
		list-style: none;
		z-index: 999;
	}
	h1.home {
		width: 90%;
		padding: 10px 6% 10px 5%;
		margin: 0px;
		position: absolute;
		bottom: -70px;
		z-index: 999;
		font-size: 20px;
		line-height: 28px;
		background-color: #252525;
		letter-spacing: 0px;
		font-weight: 400;
		text-transform: capitalize;
	}
	ul.product-list {
		padding: 0px 5%;
	}
	ul.product-list li {
		width: 50%;
		padding: 0px 1%;
		margin: 0px 0% 10px 0px;
	}
	ul.product-list li h3 {
		margin: 10px 0px;
		font-size: 14px;
		line-height: 18px;
	}
	.page-id-11 .content-wrapper.first, .parent-pageid-11 .content-wrapper.first {
		margin-bottom: 30px;
		padding: 30px 5% 30px 5%;
	}
	blockquote {
		font-size: 20px;
		line-height: 26px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.homecon2.c2 {
		position: absolute;
		bottom: 0px;
		width: 90%;
		padding: 26px 5% 20px 5%;
		right: 0px;
		background-color: #8CC53F;
		color: #fff;
		font-size: 16px;
		line-height: 24px;
		bottom: -100px;
		z-index: 999;
	}
	.homecon3.c3 {
		position: absolute;
		bottom: 0px;
		width: 90%;
		padding: 26px 5% 20px 5%;
		font-size: 16px;
		line-height: 24px;
		bottom: -120px;
	}
	.content-wrapper {
		padding: 30px 5% 30px 5%;
	}
	.page-id-7 .content-wrapper.first .content {
		font-size: 16px;
		line-height: 24px;
	}
	.about-col {
		width: 100%;
	    min-height: 260px;
		padding: 20px 0%;
		margin: 0px 0px 30px 0px;
	}
	a.dlBTN {
		width: 80%;
		padding: 20px 40px;
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0px;
	}
	.contact-form {
		float: left;
		width: 100%;
	}
	.about-col.first blockquote {
		font-size: 20px!important;
		line-height: 28px!important;
	}
	.home-content h2 {
		font-size: 22px;
		line-height:26px;
		margin: 0px 0px -10px 0px;
	}
	.homecon2.c2 a, .homecon3.c3 a {
    font-size: 14px;
}
	.home-content {
		height: 460px;
	}
	.footer-col {
		width: 100%;
		float: left;
		margin: 0px 0% 20px 0px;
	}	
	.footer-col img{
		width: 60%;
		float: left;
	}
	.footer-top {
		width: 100%;
		padding: 20px 10%;
	}	
	.footer-top a{
		color: #A1A1A4;
	}
}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

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

}

/*------------------------------------*\
    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;
	}
}
