/*
Theme Name: SprayFoamInsulation.ie
Author: Stuart Cusack
Author URI: https://www.stuartcusack.ie
Description: Custom theme for sprayfoaminsulation.ie.
Version: 1.0
*/


/*---------------------------------------------------------------------------------
 Table of Contents
 
 1.0 - Reset
 2.0 - Typography
 3.0 - Inputs and Forms
 4.0 - Body / Wrapper / Container
 5.0 - Useful Classes
 6.0 - Columns
 7.0 - WordPress Elements
 8.0 - Plugin Styles
 9.0 - Header
 10.0 - Footer
 11.0 - Page / Post Headings
 12.0 - Breadcrumbs
 13.0 - Page / Post Previews
 14.0 - Page / Post Content
 15.0 - Front Page
 16.0 - Contact Page

---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
 1.0 - Reset (Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html)
---------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}



/*---------------------------------------------------------------------------------
 2.0 Typography
---------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Montserrat Bold';
	src: url('fonts/Montserrat-Bold/montserrat-bold-webfont.eot');
	src: local('☺'), url('fonts/Montserrat-Bold/montserrat-bold-webfont.eot') format('eot'), url('fonts/Montserrat-Bold/montserrat-bold-webfont.woff') format('woff'), url('fonts/Montserrat-Light/montserrat-bold-webfont.ttf') format('truetype'), url('fonts/Montserrat-Bold/montserrat-bold-webfont.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	color:#373737;
}

h3
{
	font-size: 18px;
	color:#777;
}

p {
	margin-bottom: 20px;
	line-height: 26px;
	color:#999999;
	font-size: 15px;
}

b,
strong {
	font-weight: 700;
	display: inline;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

ul{
	color:#999999;
	list-style: inside;
	line-height: 26px;
	margin-bottom: 20px;
	font-size: 15px;
}

a {
	color: #1fa7da;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*---------------------------------------------------------------------------------
 3.0 Inputs and Forms
---------------------------------------------------------------------------------*/
input, textarea
{
	background: #f2f2f2;
	border-radius: 2px;
	padding: 20px;
	border: 1px solid #dddddd;
	resize:none;
	font-size: 14px;
	margin-bottom: 15px;
	width: 100%;
}



/*---------------------------------------------------------------------------------
 4.0 Body / Wrapper / Container / Sidebar
---------------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
}

.container:before, .container:after {
content: " ";
display: table;
}

*:before, *:after {
box-sizing: border-box;
}

body {
	background-color: #FFF;
}

.wrapper
{
	position: relative;
	display: block;
	height: auto;
	width: 100%;
}

.wrapper-grey
{
	background-color: #dbdbdb;
}

.wrapper-grey h2
{
	color:#7a7a7a;
}

.container
{
	margin: 0 auto;
	position: relative;
	display: block;
	width: 1190px;
	-moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:  border-box;
}

.container-pad
{
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 1190px) {

	.container
	{
		width: 940px;
	}


}


@media screen and (max-width: 990px) {

	.container
	{
		width: 720px;
	}

}

@media screen and (max-width: 775px) {

	.container
	{
		width: auto;
		max-width: 100%;
	}

}



/*---------------------------------------------------------------------------------
 5.0 Useful Classes
---------------------------------------------------------------------------------*/

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.button, input[type="submit"]
{
	display: inline-block;
	width:auto;
	background-color: #f7c51e;
	color: #454545;
	text-transform: uppercase;
	font-family: "Montserrat Bold", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	padding: 16px 20px;
	border-radius:2px;
	cursor:pointer;
}

.button:hover, input[type="submit"]:hover
{
	background-color:#e8b60f;
	text-decoration: none;
}

.pull-left
{
	float: left;
}

.pull-right
{
	float: right;
}

.h2-button
{
	line-height: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.h2-button h2
{
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}

.h2-button a.button
{
	position: absolute;
	top:20px;
	right:0;
}


.menu-head
{
	font-size: 18px;
	line-height: 18px;
	color:#555;
	background-color: #EEE;
	margin: 0;
	padding: 5px 15px;
}

.center
{
	text-align: center;
}

.ajax-spinner
{
	display: none;
}

.input-error
{
	display: none;
}

.input-error, .form-response
{
	margin: 5px 0;
	padding: 10px 20px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 21px;
	color:red;
}

.input-error
{
	margin: 0px 0 10px 0;
	padding: 0px 20px 20px 20px;
}

.cfr-error
{
	background-color: #faf8d2;
	border: 2px solid #faf8d2;
	color: #b8b015;
}

.cfr-success
{
	background-color: #dcf2dc;
	border: 2px solid #dcf2dc;
	color: #389738;
}


/* PDF Attachment Class */
a.pdf_attachment
{
	display: block;
	position: relative;
	width: 90%;
	height: 56px !important;
	padding-left: 70px !important;
	background-image: url("images/icons/fa-pdf.png");
	background-repeat: no-repeat;
	background-position: 3px 3px !important;
	line-height: 56px;
	background-color: #EEE;
	border-radius: 2px;
	overflow: hidden;
	font-family: 'Montserrat Bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: rgb(153, 153, 153);
	transition: all 200ms ease-out;
}

a.pdf_attachment:hover
{
	text-decoration: none;
	background-color: rgb(247, 197, 30);
	color: rgb(51, 51, 51);
}

a.pdf_attachment:after
{
	transition: all 200ms ease-out;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #999;
	right: 15px;
	top: calc(50% - 4px);
}

a.pdf_attachment:hover::after {
	border-color: transparent transparent transparent #333;
}

/*remove blackbars from videos when responsive*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nowrap
{
	white-space: nowrap;
}


@media screen and (max-width: 990px) {

	.h2-button
	{
		padding: 25px 0;
	}

	.h2-button h2
	{
		margin-bottom: 10px;
	}

	.h2-button a.button
	{
		position: relative;
		right: auto;
		top:auto;
	}


}


/*---------------------------------------------------------------------------------
 6.0 Columns (Rows are made up of 12 sections)
 - use 'container-pad' class when there are no columns, but don't pad when using columns, columns have their own padding.
---------------------------------------------------------------------------------*/
.row 
{
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.row:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


.col 
{
	box-sizing: border-box;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.col-nopad
{
	padding: 0;
}

.col-2
{
	width: 16.66%;
}

.col-3
{
	width: 25%;
}

.col-4
{
	width: 33.33%;
}

.col-6
{
	width: 50%;
}

.col-7
{
	width: 58.33%;
}

.col-8
{
	width: 66.67%;
}

.col-9
{
	width: 75%;
}

.col-12
{
	width: 100%;
}


@media screen and (max-width: 775px) {

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11
	{
		width: 100%;
	}

}



/*---------------------------------------------------------------------------------
 7.0 Wordpress Elements
---------------------------------------------------------------------------------*/


/*Alignments*/
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/*WP menus*/
ul.menu
{
   margin: 0; 
   line-height: 24px;
   font-size: 0;
}

ul.menu li
{
    margin:0;
    padding: 0;
    display: inline-block;
    position: relative;
}

ul.menu li a
{
    display: block;
    text-decoration: none;
    color:#000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    outline: none;
}

ul.menu li a:hover
{
    text-decoration: underline;
}

ul.sub-menu
{
	margin-bottom: 0;
}



/*Sidemenu*/
ul.sidemenu li
{
	display: block;
	margin: 2px 0;
}

ul.sidemenu li a, ul.sidemenu .sub-menu li a
{
	display: block;
	background-color: #EEE;
	font-family: 'Montserrat Bold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color:#999;
	padding: 18px 20px;
	font-size: 13px;
	transition: all 200ms ease-out;
	border-radius: 2px;
}


ul.sidemenu li a:hover, ul.sidemenu li.current-menu-item a, ul.sidemenu li.current-page-parent a
{
	background-color: rgb(247, 197, 30);
	color: rgb(51, 51, 51);
	text-decoration: none;
}

ul.sidemenu .sub-menu li a
{
	background-color: #DDD;
	color:#888;
}

ul.sidemenu .sub-menu li.current-menu-item a, ul.sidemenu .sub-menu li a:hover
{
	background-color: rgb(255, 177, 30);
	color: rgb(51, 51, 51);
	text-decoration: none;
}

ul.sidemenu .sub-menu li a
{
	padding-left: 36px;
	text-transform: none;
	font-size: 14px;
}

ul.sidemenu li.menu-item-267 a
{
	background-color: #EEE;
}

ul.sidemenu li.menu-item-267.current-menu-item a, ul.sidemenu li.menu-item-267 a:hover
{
	background-color: rgb(247, 197, 30);
}



ul.sidemenu .sub-menu
{
	display: none;
}

.current-menu-item.menu-item-has-children .sub-menu, .current-page-parent.menu-item-has-children .sub-menu
{
	display: block;
}


/*Simplemenu*/
ul.simplemenu
{
	background-color: #EEE;
	list-style: none;
	padding: 5px 15px;
}
ul.simplemenu li a
{
	color:#999;
	outline: none;
}
ul.simplemenu li a:hover, ul.simplemenu li.current-menu-item a
{
	text-decoration: underline;
	color:#555;
}


/*read more links*/
a.read-more
{
	font-family: 'Montserrat Bold', Helvetica, Arial, sans-serif;
	color: rgb(31, 167, 218);
	text-transform: uppercase;
	font-size: 14px;
}

a.read-more:hover
{
	color: #1098cb;
}

/*Mobile menu*/
.mobile-menu
{
	list-style: none;
	padding-top: 20px;
	border-top:1px solid #686868;
}

.mobile-menu li a
{
	color:#DDD;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Montserrat Bold', Helvetica, Arial, sans-serif;
}

.mobile-menu li a:hover
{
	color: #FEFEFE;
}

.mobile-menu .sub-menu
{
	list-style: none;
	padding-left: 10px;
	margin-bottom: 10px;
}

.mobile-menu .sub-menu li a
{
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
}



/*---------------------------------------------------------------------------------
 8.0 Plugin Styles
---------------------------------------------------------------------------------*/





/*Customise WP-Filebase Plugin*/
.wpfilebase-file-sf
{
    width: 33.33%;
    height: auto;
    margin-bottom: 70px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor:pointer;
}

.wpfilebase-file-sf .icon
{
    position: relative;
    width: 80.1%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}


.wpfilebase-file-sf .filetitle
{
    display: block;
    width: 80.1%;
    height:auto;
    margin: 0 auto;
    color:#6f6e69;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.wpfilebase-file-sf .icon .overlay
{
    display: none;
    background-image:url("images/pdf-thumbnail-overlay.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 100;
}

.wpfilebase-file-sf:hover .icon .overlay
{
    display: block;
}

/*Mobile Optimisation
----------------------------------------------------------*/
@media screen and (max-width: 1000px) {

	


}


@media screen and (max-width: 740px) {

	.column
	{
		width: 100% !important;
		float: none !important;
	}


}



/*---------------------------------------------------------------------------------
 9.0 Header
---------------------------------------------------------------------------------*/
#hdr-wrap
{
	background-color: #494949;
}

#header
{
	min-height: 100px;
	padding-bottom: 50px;
	overflow: visible;
	position: relative;
}

#hdr-logo
{
	float: left;
}

#hdr-info 
{
	padding-top: 34px;
}

.hdr-info-panel
{
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border-right:1px solid #686868;
}

.hdr-info-panel:first-child
{
	padding-left: 0px;
}


.hdr-info-panel:last-child
{
	border-right: none;
	padding-right: 0;
}

.hdr-info-panel i.fa
{
	color:#a3a3a3;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
}

.hdr-info-panel .hip-text
{
	float: left;
	margin-top: 4px;
}

.hip-phone .hip-text
{
	margin-top: -6px;
}

.hdr-info-panel p
{
	color:#FFF;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color:#a3a3a3;
}

.hdr-info-panel p strong
{
	color:#FFF;
}

.hdr-info-panel a
{
	color: #FFF;
	text-decoration: none;
}

.hdr-info-panel a:hover
{
	text-decoration: underline;
}

.hdr-info-panel span.fixed
{
	display: inline-block;
	width: 105px;
	padding-right: 10px;
	text-align: right;
}

#hdr-nav
{
	width: auto;
	left: 15px;
	right: 15px;
	z-index: 100;
	height: auto;
	background-color: #f1f1f1;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	

	/*Vertical Alignment*/
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#hdr-nav ul
{
	margin-bottom: 0;
}

#hdr-nav .menu a 
{
	font-family: 'Montserrat Bold', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	padding: 27px 45px 32px 45px;
	border-top: 5px solid transparent;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;

	color:#8b8b8b;
}

#hdr-nav .menu li:not(:last-child) a:after
{
	content: "";
	width: 1px;
	background-color: #DDD;
	height: 15px;
	position: absolute;
	right:-3px;
}

#hdr-nav .menu a:hover, #hdr-nav .menu li.current-menu-item a
{
	border-top: 5px solid #cdb62c;
	color:#454545;
}


#hdr-nav .menu-item-has-children:after
{
	position: absolute;
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 14px;
	right: 50%;
	bottom:6px;
	color:#999;
}

#hdr-nav .menu-item-has-children:hover:after
{
	color:#454545;
}

/*Sub-menu pop-ups*/
#hdr-nav .menu .sub-menu
{
	width:auto;
	min-width: 200px;
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #f7c51e;
}

#hdr-nav .menu .sub-menu li
{
    float:none;
    display: block;
    margin:0;
    padding: 0;
}

#hdr-nav .menu .sub-menu li a
{
    display: block;
    white-space: nowrap;
    background-color: #f7c51e;
	color:#444;
	border-bottom:1px solid rgb(232, 182, 15);
	border-top: 0 !important;
	text-transform: none;
	text-align: left;
	padding: 12px 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#hdr-nav .menu .sub-menu li a:hover
{
    background-color:#e8b60f !important;
}

/*Sub-menu pop-ups (2nd child)*/
#hdr-nav .menu .sub-menu .sub-menu
{
    z-index: 150;
    top:0;
    left: 200px;
    background-color: #494949;
}

#hdr-nav .menu .sub-menu .sub-menu li a:hover
{
    background-color:#393939 !important;
}


#hdr-nav .menu .sub-menu li a:after
{
	display: none;
}

#hdr-nav .menu .sub-menu .menu-item-has-children
{
	position: relative;
}

#hdr-nav .menu .sub-menu .menu-item-has-children:after
{
	position: absolute;
	content:'\f0da';
	font-size: 14px;
	right: 6px;
	bottom: 7px;
	color:#a87600;
}

#hdr-nav .menu .sub-menu .sub-menu a 
{
	background-color: #494949;
	color:#FFF;
	border-bottom:1px solid #777;
}

/*Mobile menu*/
#mobile-menu-btn
{
	display: none;
}
#hdr-nav-mobile
{
	display: none;
}

@media screen and (max-width: 1190px) {

	#hdr-logo
	{
		display: block;
		float: none;
		margin: 0 auto 30px auto;
	}

	#hdr-info
	{
		padding-top: 0;
		width: auto;
		margin: 0 auto 30px auto;
		text-align: center;
	}

	.hdr-info-panel
	{
		float: none;
		display: inline-block;
		text-align: left;
	}

}

@media screen and (max-width: 990px) {

	#header
	{
		padding-bottom: 10px;
	}

	#hdr-logo
	{
		margin:0;
		max-width: 60%;
	}

	#hdr-info
	{
		padding-top: 0;
		width: auto;
		margin: 0 auto 0px auto;
		text-align: center;
	}

	.hdr-info-panel
	{
		display: block;
		border-right:none;
		border-top:1px solid #686868;
		text-align: center;
		padding: 10px 0 10px 0;
	}

	.hdr-info-panel:first-child
	{

	}

	.hdr-info-panel i.fa
	{
		float: none;
		display: inline-block;
	}

	.hdr-info-panel .hip-text
	{
		float: none;
		display: inline-block;
		text-align: left;
		margin:0;
	}

	#hdr-nav
	{
		display: none;
	}

	#mobile-menu-btn
	{
		display: inline-block;
		float: right;
		top:0;
		margin-top: 20px;
	}

}

@media screen and (max-width: 320px) {

	#hdr-logo
	{
		width: 100%;
		max-width: none;
	}

}


/*---------------------------------------------------------------------------------
 10.0 Footer
---------------------------------------------------------------------------------*/
#sub-ftr-wrap
{
	border-top:1px solid rgb(230, 230, 230);
	background-color: #f2f2f2;
	background-image:url("images/tiles/stripe-diagonal-thin-grey.png");
	padding: 60px 0 30px 0;
}

#sub-footer
{
	color: rgb(153, 153, 153);
}


#ftr-wrap
{
	background-color: #f3a822;
}

.sub-ftr-heading
{
	border-bottom: 1px solid rgba(0,0,0,.08);
	margin-bottom: 15px;
	padding-bottom: 15px;
	color:#333;
	font-family: "Montserrat Bold", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 13px;
	position: relative;
}

.sub-ftr-heading:after
{
	position: absolute;
	content: "";
	background-color: #f7c51e;
	height: 3px;
	width: 30px;
	bottom: -1px;
	left: 0;
}

div#footer
{

}

div#footer span
{
	display: inline-block;
	padding: 18px 0;
	color:#666666;
	font-size: 14px;
}

div#footer a
{
	color:inherit;
}





/*---------------------------------------------------------------------------------
 11.0 Page / Post Heading
---------------------------------------------------------------------------------*/
.wrapper-heading
{
	background-color: #f2f2f2;
	background-image:url("images/tiles/stripe-diagonal-thin-grey.png");
	padding-top: 120px;
	padding-bottom: 40px;
	text-align: center;
	border-bottom: 1px solid rgb(230, 230, 230);
}

.wrapper-heading h1
{
	font-size: 48px;
	line-height: 60px;
	font-family: "Montserrat Bold", Helvetica, Arial, sans-serif;
	font-weight: 700;
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.0588235);
	margin-bottom: 30px;
}


.wrapper-heading h1:before
{
	content: " ";
	width: 30px;
	height: 3px;
	background-color: rgb(247, 197, 30);
	position: absolute;
	bottom:-3px;
	left:50%;
	margin-left: -15px;
}

.wrapper-heading p.sub-heading
{
	text-transform: uppercase;
	font-family: "Montserrat Bold", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
}

/*---------------------------------------------------------------------------------
 12.0 Breadcrumbs
---------------------------------------------------------------------------------*/
.wrapper-breadcrumbs
{
	box-sizing: border-box;
	box-shadow: rgb(230, 230, 230) 0px 2px 2px 0px;
	margin-bottom: 60px;
}

.wrapper-breadcrumbs span
{
	font-size: 12px;
	color:#999999;
}

.wrapper-breadcrumbs a
{
	position: relative;
	display: inline-block;
	padding: 14px 0;
	padding-right: 20px;
	margin-right: 20px;
	font-size: 12px;
	font-weight: 600;
	color:#666666;
	text-decoration: none;
	outline: none;
}

.wrapper-breadcrumbs a:hover
{
	text-decoration: underline;
}

.wrapper-breadcrumbs a::before, .wrapper-breadcrumbs a::after 
{
	position: absolute;
	content: "";
	height: 31px;
	width: 1px;
	right: 0;
	background: #e2e2e2;
}


.wrapper-breadcrumbs a::before
{
	top: -2px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.wrapper-breadcrumbs a::after 
{
	bottom: -2px;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}



/*---------------------------------------------------------------------------------
 13.0 Page/Post Previews
---------------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------------
 14.0 Page/Post Content
---------------------------------------------------------------------------------*/
.wrapper-content
{
	min-height: 700px;
}

.post 
{
	padding-top: 50px;
	padding-bottom: 50px;
}



/*---------------------------------------------------------------------------------
 15.0 Front Page
---------------------------------------------------------------------------------*/
#sldr-wrapper
{
	position: relative;
}

#sldr-img
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
}

#sldr-content-wrapper
{
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
}

#sldr-content
{
	height: 100%;
	overflow: hidden;
}

#sldr-overlay
{
	background-color: rgba(60,60,60,0.9);
	padding: 25px;

	/*Vertical Alignment*/
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#sldr-overlay p.title
{
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(250, 250, 250, 0.2);
	font-weight: 600;
	color: rgb(247, 197, 30);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 30px;
}

#sldr-overlay p.title:before
{
	content: " ";
	width: 26px;
	height: 4px;
	background-color: rgb(247, 197, 30);
	position: absolute;
	bottom:0;
}

#sldr-overlay h1
{
	font-family: 'Montserrat Bold', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 34px;
	color:#FFF;
	margin-bottom: 20px;
}

#sldr-overlay p
{
	color:#FFF;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 22px;
	color:#b4b4b4;
}


@media screen and (max-width: 1190px) {

	#sldr-overlay
	{
		left: 50%;
		width: 500px;
		margin-left: -250px;
		top:60px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#sldr-overlay p.title
	{
		margin-bottom: 10px;
	}

	#sldr-overlay h1
	{
		margin-bottom: 10px;
	}

	#sldr-overlay p
	{
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 990px) {

	#sldr-content-wrapper
	{
		display: block;
		position: relative;
		left: auto;
		top: auto;
		background-color: rgb(60,60,60);
	}

	#sldr-content.container
	{

	}

	#sldr-overlay
	{
		display: block;
		width: 100%;
		position: relative;
		left:auto;
		top:auto;
		padding: 25px 0px;
		margin: 0;
	}

}





/*---------------------------------------------------------------------------------
 16.0 Contact Page
---------------------------------------------------------------------------------*/
ul.company-info
{
	list-style: none;
	padding:0;
}

ul.company-info li
{
	margin-bottom: 20px;
}

ul.company-info li i.fa
{
	margin-right: 5px;
	font-size: 18px;
}



