/*
	Theme Name: Gallant Plumbing
	Theme URI: http://www.fivebyfive.com.au/
	Description: A mobile responsive and HTML5 theme built.
	Author: FIVE BY FIVE
	Author URI: http://www.fivebyfive.com.au/
	Version: 1.4
	Template: genesis
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/*
 * Table of Contents:
 *
 * 1.0  - Fonts
 * 2.0  - Base
 * 3.0  - Layouts
 * 4.0  - UI Elements
 * 5.0  - Section
 * 6.0  - Page Styles / Internals
 * 7.0  - Effects
 * 8.0 - Shortcodes
 * 9.0 - Overrides
 *
 */


/**
* 1.0 Fonts
* -----------------------------------------------------------------------------
*/
 
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Yellowtail', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/

/*
* 2.0 Base
*
* This is the Default/Standard CSS.team-member .left-side {
    float: left;
    width: 280px;
    max-width: 100%;
    padding: 7px 30px 7px 0px;
    position: relative;
}
* 
* -----------------------------------------------------------------------------
*/

/*
*	Main theme color - 1
*/
.sidebar .menu a:hover,
.read-more.btn-primary,
.search-form input[type="submit"] {
	background-color: #FF7548;
	color: #fff;
}

/*
*	Main theme color - 2
*/
.search-form input[type="submit"]:hover,
.read-more.btn-primary:hover {
	background-color: #EB4A15;
}

/*
*	General style
*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body{
	background: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #6d6c69;
    letter-spacing: 1.14px;
    line-height: 25px;
    font-weight: 300;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

p:empty{
	display: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px;
    padding: 0;
    color: #585651;
    letter-spacing: 2.64px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.internal h2:before, .internal h3:before {
	content: "";
    display: block;
    border-top: 2px solid #6d6c69;
    width: 54px;
    margin-bottom: 15px;
}

h1, .h1 {
	font-size: 55px;
}

h2, .h2 {
	font-size: 41px;
}

h3, .h3 {
	font-size: 30px;
}

h4, .h4 {
	font-size: 24px;
}

h5, .h5 {
	font-size: 20px;
}

h6, .h6 {
	font-size: 17px;
	color: #FDA587;
	font-weight: 400;
	letter-spacing: 2px;
    line-height: 20px;
}

a,
.footer-top .menu li a,
.search-form input[type="submit"],
.search-form button[type="submit"],
.sidebar-posts .post-item a:hover .overlay,
.gform_footer .gform_button.button,
.gform_footer input[type=submit]{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
	color: #EB4A15;
	text-decoration: none;
}

a:hover, 
a:focus, 
a.active {
	text-decoration: none;
	outline: none;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
}

.entry-content ul {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ul li{
	list-style: disc;
}

.entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
	list-style: decimal;
}

.entry-content ol > li {
	list-style: decimal;
}

.entry-content .list-group {
	padding-left: 0;
	margin-left: 0;
	background: rgba(255,255,255,0.00);
    border: 1px solid #c4c3c0;
}

.entry-content ol.list-group li{
	display: list-item;
	list-style: decimal;
	list-style-position: inside;
}

.entry-content .list-group li{
	background: rgba(255,255,255,0.00);
    border-top: 1px solid #c4c3c0;
}
.entry-content .list-group li:first-child {
	border-top: none;
}
li.list-group-item:first-child {
	border-radius: 0;
}

ul.list-group.two-column {
    overflow: hidden;
    position: relative;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #585651;
    letter-spacing: 2.18px;
    line-height: 39px;
    text-align: left;
}
ul.list-group.two-column:before {
	background: #c4c3c0;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 20%;
}
ul.list-group.two-column .list-group-item {
    display: block;
    border: none;
    width: 80%;
    float: left;
    position: relative;
    line-height: 19px;
}
ul.list-group.two-column .tr {
	display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
ul.list-group.two-column .list-group-item:first-child,
ul.list-group.two-column .tr + .list-group-item {
    width: 20%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

div.lead {
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #585651;
    letter-spacing: 2.85px;
    line-height: 29px;
    text-align: left;
}

.clearfix {
	clear: both;
}

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

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

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

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
  text-align: right;
}

.small-text {
	font-size: 11px;
}

.nmb {
	margin-bottom: 0;
}

.post-edit-link {
	display: none;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.hide,
.hide-header .site-header ,
.hide-nav .nav-primary ,
.hide-internal-header .internal-header,
.hide-responsive-nav #responsive-menu,
.hide-responsive-nav #click-menu,
.hide-footer .site-footer,
.hide-footer-top .footer-top,
.hide-footer-bottom .footer-bottom {
	display: none !important;
}

.hide-on-desktop{
    display: none !important;
}

.row-no-space{
	padding-top: 0px !important;
}


/**
* 3.0 Layout
*
* This is the Grid System CSS
* This Holds the layout-frame attributes
* 
* -----------------------------------------------------------------------------
*/
.site-container {
	width: 1600px;
	max-width: 100%;
	box-shadow: 0px 0px 8px #ccc;
	position: relative;
	margin: 0 auto;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1500px;
	max-width: 100%;
	padding: 0px 10px;
	margin: 0 auto;
}

.wrapper, .wrap,
.content-sidebar-wrap,
.home-sec > .panel-grid-cell{
	width: 1200px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

.wrapper600{
	width: 640px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

#home-sec1 .home-sec > .panel-grid-cell,
#home-sec5 .home-sec > .panel-grid-cell{
    width: 100%;
    max-width: 100%;
    padding: 0 76px;
}

.wrap:after,
.wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.cols-wrapper {
	display: inline-block;
	width: 100%;
}

/**
* 4.0 UI Elements
*
* This is Buttons, Text Styles, UI Styles, Etc
* 
* -----------------------------------------------------------------------------
*/
.btn {
	white-space: normal;
    border: 0;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: center;
    background: #ff7548;
    border-radius: 36px;
    padding: 18px 28px;
}
.btn-grey {
	background:#f9f9f9;
	color: #eb4a15;
}
.btn:visited {
	color: #fff;
}

.btn-lg {
	width: 100%;
	margin: 10px 0px;
  white-space: normal;
}

.btn:hover {
	background-color: #EA6B42;
	color: #fff;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.btn.transparent {
    width: 310px;
    max-width: 100%;
    background-color: transparent;
    border: 1px solid #ff7548;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: center;
	padding: 18px;
}
.btn.transparent:hover {
    background-color: #fff;
    color: #ff7548;
    border-color: #fff;
}

.label {
	padding: .3em .6em .3em;
}

.label-info {
	background-color: #AAA;
}

.btn.trans {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #eb4a15;
	background: transparent;
	color: #eb4a15;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 17px;
	border-radius: 36px;
	padding: 16px 20px;
}

.btn.white {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #fff;
	background: #fff;
	color: #eb4a15;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 17px;
	border-radius: 36px;
	padding: 16px 20px;	
}


.btn.trans:hover,
.btn.white:hover{
	background: #eb4a15;
	color: #fff;
	text-decoration: none;
	border: 1px solid #eb4a15;
}

/*
*	Hooks Guide
*/
.fbf-hook {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: 2px solid;
	box-shadow: inset 0 160px 200px -100px #05B8D4;
	font-weight: 700;
}

/*
*	Internal Slider
*/
.internal-header-slider .slide {
	position: relative;
	height: 444px;
	max-height: 90vh;
}

.internal-header-slider .background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 100% auto;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}

.internal-header-slider .slider-text-container {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}

.internal-header-slider .slider-text {
	color: #ffffff;
	font-size: 34px;
	text-align: center;
}

.internal-header-slider .slick-prev {
	left: 20px;
}

.internal-header-slider .slick-next {
	right: 20px;
}

.internal-header-slider .slick-dots {
	display: block;
	bottom: 20px;
	width: 100%;
	position: absolute;
	text-align: right;
	margin: 0 auto;
	float: none;
	display: table !important;
	padding: 0 13px;
}

.loading .internal-header-slider {
	display: none;
	opacity: 0;

	-webkit-transition: all 0 ease-out;
	-moz-transition: all 0 ease-out;
	-ms-transition: all 0 ease-out;
	-o-transition: all 0 ease-out;
	transition: all 0 ease-out;
}

.internal-header-slider {
	opacity: 1;

	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

/*
*	Slick Overrides
*/
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	color: #FFF;
	font-size: 12px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Popup forms*/
#fancybox-wrap #fancybox-content div {
    box-sizing: border-box;
}
.popup-form-wrap{
    padding: 40px 30px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box !important;
}

.popup-form-wrap .row{
    margin-top: 30px;
}

.popup-form-wrap h2{
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.popup-form-wrap h5{
    text-align: center;
    margin-bottom: 0px;
}

.popup-form-wrap .left-box{
    text-align: center;
    display: inline-flex;
    min-height: 240px;
}

.popup-form-wrap .left-box img{
    margin: auto;
}

.popup-form-wrap .gf_left_half,
.popup-form-wrap .gf_right_half{
    width: 100% !important;
    clear: both;
}

/*Place Holder*/
::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888; 
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {  
    color: #888; 
}

/* INNER GRID */
.internal .content .panel-grid {
	padding: 85px 0 0;
	margin-bottom: 0!important;
}
.internal.service-overview .content .panel-grid {
	padding-top: 0;
}
.internal .content .panel-grid:first-child {
	padding-top: 0;
}
.internal.full-width-content .panel-grid-cell .widget-title {
	text-align: center;
}
.internal.full-width-content h2:before, .internal.full-width-content h3:before {
	margin-left: auto;
	margin-right: auto;
}
.internal.full-width-content .lead h3:before {
	margin-left: 0;
	margin-right: 0;
}
.centered-section {
    text-align: center;
    max-width: 970px;
    margin: 0 auto;
}
.centered-section .widget-title {
    padding: 0 55px;	
}

.centered-text-warp {
	max-width: 1105px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.centered-text-warp .widget-title {
	padding: 0 10px;
}
.bordered-bottom {
	border-bottom: 1px solid #e2e2e2;
    padding-bottom: 65px;
}

/**
* 5.0 Section
*
* This is the Section/Block Area CSS
* 
* -----------------------------------------------------------------------------
*/

/*
*	Section Builder
*/
.section-builder .block-section {
	display: block;
	padding: 100px 0;
}

.section-builder .content-sidebar-wrap {
	display: none;
}

.block-section.fullwidth > .wrapper {
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
}


	/**
	* 5.1 Section | Header
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	
	.site-header {
		background-color: rgba(0, 0, 0, 0.17);
		padding: 0 0;
	    position: relative;
	    z-index: 9;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	}
	
	.genesis-nav-menu .menu-item {
	    display: inline-block;
	    margin: 0;
	    padding: 0px 16px;
	    text-align: left;
	}
	
	.nav-primary {
		background: #eee;
	}
	
	.nav-primary .genesis-nav-menu > li > a,
	.nav-header .genesis-nav-menu > li > a {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 19px;
		letter-spacing: 2.4px;
		padding: 34px 0;
		position: relative;
		display: inline-block;
	    text-transform: uppercase;
	}
	
	.nav-primary .genesis-nav-menu > li > a:hover:after,
	.nav-header .genesis-nav-menu > li > a:hover:after,
	.nav-header .genesis-nav-menu > li.current-menu-item > a:after {
		content: '';
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #eb4a15;
	}
	
	.nav-primary .sub-menu li,
	.nav-header .sub-menu li {
		display: inline-block;
		width: 100%;
		padding: 0;
	}
	
	.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu,
	.nav-header .genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}
		
	.nav-primary .genesis-nav-menu .sub-menu,
	.nav-header .genesis-nav-menu .sub-menu {
		position: absolute;
		left: -9999px;
		padding: 0;
		margin: 0;
		width: 265px;
		max-width: 100%;
		opacity: 0;
		-webkit-transition: opacity .6s ease-in-out;
		-moz-transition: opacity .6s ease-in-out;
		-ms-transition: opacity .6s ease-in-out;
		-o-transition: opacity .6s ease-in-out;
		transition: opacity .6s ease-in-out;
		z-index: 999;
		clear: both;
		-moz-box-shadow: 2px 5px 20px -10px #000;
		-webkit-box-shadow: 2px 5px 20px -10px #000;
		box-shadow: 2px 5px 20px -10px #000;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a,
	.nav-header .genesis-nav-menu .sub-menu a {
		position: relative;
		display: inline-block;
		padding: 10px 20px;
		max-width: 100%;
		width: 265px;
		border-top: none;
		background-color: #FFFFFF;
		color: #7B7B7B;
		text-align: left;
		text-transform: uppercase;
    	font-size: 12px;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-header .genesis-nav-menu .sub-menu a:hover {
		background-color: #ddd;
	}

	.nav-primary .genesis-nav-menu .menu-item .sub-menu .menu-item:hover,
	.nav-header .genesis-nav-menu .menu-item .sub-menu .menu-item:hover {
		position: relative;
	}

	.nav-primary .genesis-nav-menu .menu-item .sub-menu .menu-item:hover > .sub-menu,
	.nav-header .genesis-nav-menu .menu-item .sub-menu .menu-item:hover > .sub-menu {
		top: 0;
		left: 200px;
	}
	
	.site-header .title-area {
		float: left;
		padding: 7.5px 0;
	}
	
    /*For Sticky Header */
    body .site-header--clone {
        position: fixed;
        background: #585651;
        z-index: 999999;
    }


	.header-widget-area {
		float: right;
	}
	
	.header-widget-area .top-right {
		text-align: right
	}

	.header-widget-area .widget{
		display: inline-block;
		vertical-align: middle;
	}

	.header-widget-area .nav2{

	}

	.header-widget-area .nav2 .get-quote{
		color: #ff7548;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 2.4px;
		line-height: 19px;
	    margin-right: 32px;
	    margin-left: 19px;
	    display: inline-block;
	    vertical-align: middle;	
	    border-radius: 32px;
	    border: 2px #ff7548 solid;
	    padding: 5px 15px;;
	}

	.header-widget-area .nav2 .get-quote:hover{
		background: #fff;
		border: 2px #fff solid;
	}

	.header-widget-area .nav2 .phone{
		color: white;
		font-size: 30px;
		font-weight: 400;
		line-height: 30px;
	    display: inline-block;
	    vertical-align: middle;
	}

	.header-widget-area .nav2 .tooltip{
		opacity: 1;
	}

	.header-widget-area .nav2 .tooltip .tooltip-inner{
	    font-size: 18px;
	    font-family: 'Montserrat', sans-serif;
	    font-weight: normal;
	    background-color: #ff7548;
	    color: #fff;
	    padding: 5px 8px;
	}

	.header-widget-area .nav2 .tooltip.left .tooltip-arrow {
	    border-width: 5px 0 5px 5px;
    	border-left-color: #ff7548;
	}

    /*Responsive menu bar*/
	div#click-menu {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
        top: 0;
        z-index: 2;
        color: #FFFFFF;
        background: #454543;
        padding: 8px 0px 12px 0px;
        z-index: 999;
	}

	#click-menu .threeLines .line {
		background: transparent !important;
	}

	#click-menu .threeLines:before {
		content:'\f038'; /*right*/
        /*content:'\f0ca';*/ /*bullet*/
        /*content:'\f0c9';*/ /*burger*/
		font-family: 'FontAwesome';
		font-size: 24px;
		right: 25px;
		position: absolute;
	}

    #click-menu.admin-bar-showing {
        margin-top: 0px !important;
        position: fixed;
        z-index: 999999;
    }


	
	/**
	* 5.2 Section | Home
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/

	.main-banner-slider{
		width: 100%;
	    position: relative;
	    z-index: 8;
	    overflow: hidden;
	}

/*	.main-banner-slider .rev_slider .fa-mobile-phone{
		width: 9px;
		height: 20px;
		font-size: 20px;
		font-weight: 400;
		line-height: 20px;
		margin-right: 20px;	
	}
*/
	.home-sec .widget-title{
		font-family: 'Montserrat', sans-serif;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 2.65px;
		line-height: 36px;
		text-align: center;
		position: relative;
		padding-bottom: 14px;
	}

	.heading-style2 .widget-title{
		padding-bottom: 0;
		padding-top: 14px;
		color: #fff;
	}

	.home-sec .widget-title:after{
		content: '';
		width: 55px;
		height: 2px;
		background-color: #6d6c69;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -27.5px;
	}

	.heading-style2 .widget-title:after{
		bottom: auto;
		top: 0;
		background-color: rgba(255, 255, 255, 0.42);
	}

	.heading-style3 .widget-title{
		color: #6d6c69;
		font-size: 17px;
		font-weight: 700;
		line-height: 20px;
		padding-bottom: 14px;
		position: relative;
		margin-bottom: 30px;
	}

	.heading-style3 .widget-title:before{
		display: none;
	}

	.heading-style3 .widget-title:after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 55px;
		height: 2px;
		background-color: #fda487;
	}

	/* Home Section 1 */

	#home-sec1 .widget-title{
		margin-bottom: 32px;
	}

	#home-sec1{
		padding: 85px 0;
	}

	#home-sec1 .btn.trans{
		width: 418px;
		margin-top: 25px;
	}

	/* End Home Section 2 */

	/* Home Section 2 */

	#home-sec2.home-sec{
		padding: 85px 0px;
	}

	#home-sec2 h4,
	#home-sec6 h4{
		color: #fda487;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 17px;
		text-align: center;
		margin-bottom: 77px;		
	}

	#home-sec2 .heading-style2 .widget-title,
	#home-sec6 .heading-style2 .widget-title{
		margin-bottom: 8px;
	}

	#home-sec2 .list-group{
		margin-bottom: 62px;
	}

	#home-sec2 .list-group .list-group-item{
		background: transparent;
		border: 1px solid #fff;
		color: #fff;
		padding: 0;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 2.18px;
		line-height: 38px;
		border-radius: 0 !important;	
	}

	#home-sec2 .list-group .list-group-item .bg{
		width: 65px;
		height: 40px;
		display: inline-block;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		margin-right: 31px;
		border-right: 1px solid #fff;
	}

	#home-sec2 .list-group .list-group-item .roof-repair:before,
    #home-sec2 .list-group .list-group-item .general-plumbing:before,
    #home-sec2 .list-group .list-group-item .bathroom-plumbing:before,
    #home-sec2 .list-group .list-group-item .hot-water-service:before,
    #home-sec2 .list-group .list-group-item .blocked-drains:before,
    #home-sec2 .list-group .list-group-item .gas-repair-installation:before{
		content: '';
		
		display: inline-block;
		width: 100%;
		height: 100%;
		background-position: center center !important;
        background-size: auto !important;
	}

    #home-sec2 .list-group .list-group-item .roof-repair:before{
        background: url(images/icons/roof-repairs-small.png) no-repeat;
    }

	#home-sec2 .list-group .list-group-item .general-plumbing:before{
		background: url(images/icons/general-plumbing-small.png) no-repeat;
	}

	#home-sec2 .list-group .list-group-item .bathroom-plumbing:before{
		background: url(images/icons/bathroom-plumbing-small.png) no-repeat;
	}

	#home-sec2 .list-group .list-group-item .hot-water-service:before{
		background: url(images/icons/hot-water-small.png) no-repeat;
	}

	#home-sec2 .list-group .list-group-item .blocked-drains:before{
		background: url(images/icons/blocked-drain-small.png) no-repeat;
	}

	#home-sec2 .list-group .list-group-item .gas-repair-installation:before{
		background: url(images/icons/gas-repair-small.png) no-repeat;
	}

	#home-sec2 .list-group{
		padding: 0;
	}

	#home-sec2 .list-group.first .list-group-item{
		border-right: 0;
	}

	#home-sec2.home-sec > .panel-grid-cell{
		width: 1138px;
	}

	#home-sec2 .btn.white{
	    width: 418px;	
	}

	/* End Home Section 2 */

	/* Home Section 3 */

	#home-sec3{
		position: relative;
	}

	#home-sec3.home-sec,
	.column-cta-bar {
		position: relative;
		z-index: 9;
		padding: 30px 0 36px 0;
	}

	#home-sec3:before,
	.column-cta-bar:before {
		content: '';
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #ff7548;
		display: block;
	}

	#home-sec3:after,
	.column-cta-bar:after {
		content: '';
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		right: 0;
		background-color: #eb4a15;
		display: block;
	}

	#home-sec3 .row,
	.column-cta-bar .row {
		margin-left: 0;
		margin-right: 0;
	}	

	#home-sec3 .col-sm-6,
	.column-cta-bar .col-sm-6 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#home-sec3 .col-sm-6 p:last-child,
	.column-cta-bar .col-sm-6 p:last-child {
		margin-bottom: 0px;
	}

	#home-sec3 .left-side,
	.column-cta-bar .left-side {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		padding-left: 24px;
		border-left: 1px solid #fff;
		margin: 9px 0;
	}

	.cta-orange3 .left-side {
		border-left: 0px !important;
		padding-left: 0px !important;
		margin: 0px 0;
	}

	#home-sec3 .left-side p,
	.column-cta-bar .left-side p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 14px;
		margin-bottom: 13px;
	}

	#home-sec3 .left-side strong,
	.column-cta-bar .left-side strong {
		font-size: 14px;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 2px;
	}

	#home-sec3 .right-side,
	.column-cta-bar .right-side {
		padding-left: 80px;
		z-index: 2;
	}

	#home-sec3 .right-side p,
	.column-cta-bar .right-side p {
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 4px;
		line-height: 17px;
		margin-bottom: 19px;
	}

	#home-sec3 .right-side p:last-child,
	.column-cta-bar .right-side p:last-child {
		margin-bottom: 0px;
	}

	#home-sec3 .right-side a,
	.column-cta-bar .right-side a{
		color: #fff;
		display: inline-block;
	}

	#home-sec3 .right-side .fa,
	.column-cta-bar .right-side .fa{
		width: 24px;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin-right: 57px;
	}

	#home-sec3 .right-side .fa-mobile-phone,
	.column-cta-bar .right-side .fa-mobile-phone{
		font-size: 31px;
		font-weight: 400;
		line-height: 31px;
		margin-left: 1px;
		margin-right: 56px;	
	}

	#home-sec3 .right-side .fa-envelope-o,
	.column-cta-bar .right-side .fa-envelope-o{
		font-size: 24px;
		font-weight: 400;
	    line-height: 23px;
	    height: 24px;	
	}

	/* End Home Section 3 */

	/* Home Section 4 */

	#home-sec4.home-sec{
		padding: 85px 0;
	}

	#home-sec4 .widget-title{
		margin-bottom: 73px;
	}

	/* End Home Section 4 */

	/* Home Section 5 */

	#home-sec5{
		padding: 60px 0 39px 0;
		margin-bottom: 0!important;
	}

	/* End Home Section 5 */

	/* Home Section 6 */

	#home-sec6 h4{
		margin-bottom: 74px;
	}

	#home-sec6 .home-sec{
		padding: 85px 0px;
	}

	#home-sec6 .left-side{
		padding-right: 55px;
	}

	#home-sec6 .right-side{
		padding-left: 80px;
	}

	#home-sec6 .left-side p{
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 21px;		
	}

	#home-sec6 p.line-height-fix{
		line-height: 10px;
	}

	#home-sec6 .list-group .list-group-item{
		background: transparent;
		border: 1px solid #fff;
		color: #fff;
		padding: 0;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 2.18px;
		line-height: 38px;
		border-radius: 0 !important;
		max-width: 470px;
		text-align: left;
	}

	#home-sec6 .bg{
	    width: 104px;
	    line-height: 40px;
	    display: inline-block;
	    vertical-align: middle;
	    text-align: center;
	    border-right: 1px solid #fff;
	    margin-right: 45px;
	}

	#home-sec6 .btn.white{
		padding-left: 40px;
		padding-right: 40px;
	}

	#home-sec6 .list-group{
	    border: 0;
	    max-width: 470px;
		margin-bottom: 60px;
	}

	.home .list-group{
		border: 0;
	}

	/* End Home Section 6 */

	/* Home Section 7 */

	#home-sec7 .widget-title,
	.internal-testimonials-widget-title {
		color: #585651;
		font-family: 'Montserrat', sans-serif;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 2.65px;
		line-height: 36px;
		padding-bottom: 0px;
		margin-bottom: 9px;
		text-align: center;
	}

	#home-sec7 .widget-title:after,
	.internal-testimonials-widget-title:before,
	.internal-testimonials-widget-title:after {
		display: none!important;
	}

	#home-sec7 h4,
	h4.internal-testimonials-subheading {
		color: #ff7548;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1.59px;
		line-height: 24px;
		position: relative;
		padding-bottom: 18px;
		text-align: center;	
		margin-bottom: 72px;
	}

	#home-sec7 h4:after,
	h4.internal-testimonials-subheading:after {
		content: '';
		display: block;
		width: 55px;
		height: 2px;
		background-color: #6d6c69;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -27.5px;
	}

	#home-sec7 .home-sec{
		padding: 85px 0px;
	}

	#home-sec5, #home-sec7, #pl-306 .panel-grid-cell .so-panel {
	    margin-bottom: 0!important;
	}

	div.testimonials-slideshow.slick-slider {
		margin-bottom: 0;
	}

	/* Home Section 8 */

	#home-sec8 .home-sec{
		padding: 85px 0;
	}

	#home-sec8 .widget-title{
		color: #fff;
	}

	#home-sec8 .widget-title:after{
		background-color: #fff;
	}

	/**
	* 5.3 Section | Footer
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.site-footer {
		overflow: hidden;
	}
	
	.site-footer > .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0px 0px;
	}
	
	.footer-top {
		background-color: #585651;
		padding: 85px 0;
	}
	
	.footer-top * {
		color: #fff;
	}
	
	.footer-bottom {
		background-color: #454543;
		padding: 12px 0;
		font-size: 12px;
	}

    .footer-bottom a:hover{
		color: #EB4A15;
	}
	
	.footer-bottom * {
		color: #fff;
	}
	
	.footer-bottom-left {
		text-align: left;
	}

    .footer-bottom-center {
		text-align: center;
	}
	
	.footer-bottom-right {
		text-align: right;
	}
	
	.site-footer .widget.last {
		margin-right: 0;
	}

	.footer-top .menu{
		margin-top: -10px
	}

	.footer-top .menu li{
		border-bottom: 1px #3a3a3a solid;
		padding: 6px 0px 6px 25px;
	}

	.footer-top .menu li a {
		font-size: 11px;
		font-weight: 800;
		color: #fff;
	}

	.footer-top .menu li a:hover{
		color: #498b2a; 
		text-decoration: none;
	}


/**
* 6.0 Page Styles / Internals
*
* Styles for Internal Pages, Custom Pages
* 
* -----------------------------------------------------------------------------
*/
	.home.full-width-content .content {
		margin-top: 0;
	}
	
	.full-width-content .content {
		margin-top: 80px;
	}

	.service-overview.full-width-content .content,
	.service-internal.full-width-content .content {
		margin-top: 0; 
	}
	
	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap {
		margin-top: 40px;
	}
	
	.content-sidebar .content-sidebar-wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.content-sidebar .content {
		display: inline-block;
		width: 780px;
		max-width: 100%;
		vertical-align: top;
		float: left;
	}
	
	.content-sidebar .sidebar {
		display: inline-block;
		width: 300px;
		max-width: 100%;
		vertical-align: top;
		float: right;
		margin-left: 80px;
	}
	
	.internal-header {
		background: #050914;
		background-position: center center;
		background-size: cover;
		padding: 100px 0 35px;
		min-height: 300px;
		line-height: 165px;
		text-align: center;
	}

	.internal-header h1 {
		text-transform: uppercase;
		font-weight: 700;
		margin: 0;
		font-family: Montserrat;
		font-size: 30px;
		color: #ffffff;
		letter-spacing: 4.5px;
		line-height: 36px;
		text-align: center;
	}
	
	.internal-header h1 span {
		display: inline-block;
	}
	
	.breadcrumb {
		margin-top: 20px;
		background: none;
		margin-bottom: 0;
		font-family: 'Montserrat';
		font-size: 12px;
		color: #ffffff;
		letter-spacing: 4.36px;
		line-height: 14px;
		text-align: center;
		text-transform: capitalize;
	}

    .breadcrumb a{
        color: #fff;
        text-decoration: none;
    }

    .breadcrumb a:hover{
        color: #EB4A15;
        text-decoration: none;
    }
	
	/* 404 Page */
	body.error404 {
		background: url(images/404-bg.jpg) no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.error404 .widget-title{
		display: none;
	}
	
	.error404 .content-404 {
		display: inline-block;
		width: 100%;
		padding: 80px 0px 40px 0px;
		text-align: center;
	}
	
	.error404 .content-404 * {
		text-transform: uppercase;
		font-size:24px;
		color:#FFFFFF;
		letter-spacing:3.59px;
		line-height:28px;
		text-shadow: 0px 0px 6px rgba(0,0,0,0.18);
		text-align: center;
	}
	
	.error404 .content-404 h2 {
		font-size:260px;
		font-weight: 600;
		color:#464646;
		letter-spacing:50.13px;
		line-height:270px;
		text-align:center;
	}

    .error404 .site-header,
	.error404 .nav-primary,
	.error404 .internal-header,
	.error404 .site-footer,
    .error404 #responsive-menu,
    .error404 #click-menu{
        display: none;
    }   

	.error404 .site-container {
		box-shadow: none;
	}

	.error404 .button-404{
		display: block;
		background:#FFFFFF;
		width:61px;
		height:61px;
		border-radius:100%;
		text-shadow: 0px 0px 6px rgba(177,177,177,177.18);
		margin: 0 auto;
		text-align: center;
	}

	.error404 .button-404:hover{
	 opacity: 0.6;
	 background:#f5f5f5;
	}

	.error404 .button-404 #btn-404{
		display: inline-block;
		width: 34px;
		height: 36px;
		margin: auto;
		margin: 10px auto;
	}

    .error404 .content-sidebar-wrap,
    .error404 .site-container {
        background: transparent !important;
    }
	/*End 404*/

	.site-inner .content-sidebar-wrap {
		padding-bottom: 60px;
	}

	.full-width-content .site-inner .content-sidebar-wrap {
		padding: 0 0 60px;
		width: 100%;
	}

	.home.full-width-content .site-inner .content-sidebar-wrap{
		padding-bottom: 0px;
	}

	.service-overview.full-width-content .site-inner .content-sidebar-wrap,
	.service-internal.full-width-content .site-inner .content-sidebar-wrap {
		padding: 0;
	}	

	.no-space.full-width-content .site-inner .content-sidebar-wrap,
	.no-bottom-space.full-width-content .site-inner .content-sidebar-wrap {
		padding-bottom: 0px;
	}

	.no-space.full-width-content .content,
	.no-top-space.full-width-content .content {
		margin-top: 0px;
	}

	.home .content-sidebar-wrap {
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	
	.preloader-container img {
		display: block;
		width: 70px;
		margin: 20px auto;
	}


	/**
	* 6.1 Internals | Blog
	* 
	* -----------------------------------------------------------------------------
	*/
	.post-date {
	    background-color: transparent;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    display: block;
	    padding: 7px 12px;
	    font-size: 11px;
	    color: #FF7548;
	    font-weight: 700;
	}
	
	.title-container {
	    position: relative;
	    margin: 0 auto;
	    display: inline-block;
	    width: 100%;
	    vertical-align: middle;
	    line-height: normal;
	}
	
	.blog-container .title-container .post-title {
		padding-right: 85px;
	}

    .blog-container .title-container .post-title a{
		color: #444;
	}

    .blog-container .title-container .post-title a:hover{
		color: #FF7548;
	}
	
	.blog-post .thumbnail-container {
		margin-bottom: 20px;
	}
	
	.blog-post .thumbnail-container a {
		display: inline-block;
		position: relative;
	}
	
	.blog-post .thumbnail-container a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		-moz-transition: all .2s ease;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.blog-post .thumbnail-container a:hover:before {
		background: rgba(0, 0, 0, 0.4);
	}
	
	.blog-post h2 a:hover {
		text-decoration: none;
	}
	
	.blog-container .blog-post {
		padding-bottom: 25px;
		margin-bottom: 35px;
		border-bottom: 1px solid #c4c3c0;
		overflow: hidden;
	}
	
	.blog-post .content {
		margin-bottom: 10px;
	}
	
	.blog-post .read-more-container {
		margin-bottom: 10px;
	}
	
	.blog-post .author-container {
		margin-bottom: 20px;
		font-style: italic;
	}

	.blog-container .read-more:visited {
		color: #ffffff;
	}

	.page-template-page_blog .no-posts {
		text-align: center;
		color: #BEBEBE;
		text-shadow: 0 1px 1px #fff;
		margin: 60px auto;
	}

	/**
	* 6.1 Internals | Locations
	* 
	* -----------------------------------------------------------------------------
	*/
	.grd-locations-1 {
	    background: rgba(255,255,255,0.00);
	    border: 1px solid #eb4a15;
	    margin: 41px auto 0!important;
	    padding: 0!important;
	    overflow: hidden;
	    max-width: 1116px;
	}
	.grd-locations-1 li {
		list-style-type: none!important;
		display: block;
		width: 33.33%;
		float: left;
		border-left: 1px solid #eb4a15;
	}
	.grd-locations-1 li:first-child {
		border-left: none;
	}
	.grd-locations-1 li a {
		font-family: 'Montserrat';
	    font-size: 12px;
	    color: #eb4a15;
	    letter-spacing: 2.18px;
	    line-height: 15px;
	    text-align: center;
	    display: block;
	    padding: 13px 10px;
	    text-transform: uppercase;
	}
	.grd-locations-1 li a:hover {
		text-decoration: underline;
	}
	.grd-locations-2 {
		margin: 0!important;
	    padding: 0!important;
	    background: rgba(255,255,255,0.00);
	    border: 1px solid #c4c3c0;	
	}
	.grd-locations-2 li {
	    list-style: none!important;
	    padding: 7px 36px;
	    border-top: 1px solid #c4c3c0;
	    font-family: 'Montserrat';
	    font-size: 12px;
	    color: #585651;
	    letter-spacing: 2.18px;
	    line-height: 26px;
	    text-align: left;
	    font-weight: 400;
	}
	.grd-locations-2 li.heading {
	    border-top: none;
	    font-weight: 700;
	    text-align: center;
	    line-height: 27px;
	    text-transform: uppercase;
	}
	.grd-locations-2 li.heading a {
		color: #585651;
	}
	.grd-locations-2 li.heading a:hover {
		color: #EB4A15;
	}

	/**
	* 6.1 Internals | No Padding
	* 
	* -----------------------------------------------------------------------------
	*/
	.service-overview .panel-row-style {
		line-height: 100px;
	}


	/*
	*	Nav
	*/
	.page-navi-container .wp-pagenavi a,
	.page-navi-container .wp-pagenavi span {
		display: inline-block;
		padding: 3px 8px;
		background: #777;
		color: #fff;
		border: none;
	}
	
	.page-navi-container .wp-pagenavi a:hover {
		background: #eee;
		color: #777;
	}
	
	.page-navi-container .wp-pagenavi span.current,
	.page-navi-container .wp-pagenavi span {
		background: none;
		color: #777;
	}

	.after-header-internal .panel-grid {
		margin: 0!important;
	}
	.after-header-internal .panel-grid-cell {
		padding-left: 0!important;
		padding-right: 0!important;
		width: 50%!important;
	}
	.after-header-internal a {
		display: block;
	    background:#ff7548;
	    width: 100%;
	    padding: 30px 0;
	    font-family: 'Montserrat';
	    font-size: 12px;
	    color: #ffffff;
	    letter-spacing: 2px;
	    line-height: 14px;
	    text-align: center;
	}
	.after-header-internal .panel-grid-cell:first-child a {
		background: #eb4a15;
	}
	.after-header-internal a:hover {
		text-decoration: underline;
	}

	/*
	*	Sidebar
	*/
	
	.sidebar > .widget {
		margin-bottom: 35px;
		padding-top: 35px;
    	border-top: 1px solid #c4c3c0;
	}
	.sidebar > .widget:first-child {
		border-top: none;
		padding-top: 0;
	}

	.sidebar .widget-title {
		margin: 0 0 20px;
		font-size: 17px;
		color: #585651;
		letter-spacing: 1.5px;
		line-height: 20px;
		text-align: center;
	}
	.sidebar .widget-title:after {
		content: "";
		background-color: #959491;
		height: 1px;
		display: block;
		width: 89px;
		margin: 17px auto 30px;
	}
	
	.search-form input {
		border: none;
	}
	
	.search-form input[type="text"],
	.search-form input[type="search"] {
		vertical-align: top;
		height: 36px;
		width: 260px;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
		outline: none;
		background: #eee;
	}
	
	.search-form ::-webkit-input-placeholder { color: #bbb; }
	.search-form :-ms-input-placeholder { color: #bbb; }
	.search-form ::-moz-placeholder { color: #bbb; }
	.search-form :-moz-placeholder { color: #bbb; }
	
	.search-form input[type="submit"],
	.search-form button[type="submit"] {
		display: inline-block;
		width: 36px;
		height: 36px;
		padding: 0;
		background: #777;
		border: none;
		color: #fff;
	}
	
	.search-form button[type="submit"]:after {
		content: '\f002';
		width: 36px;
		height: 36px;
		display: inline-block;
		font-size: 18px;
		font-family: 'FontAwesome';
		color: #fff;
		vertical-align: middle;
		line-height: 34px;
	}
	
	.search-form button[type="submit"]:hover {
		background-color: #5a5a5a;
	}
	
	.sidebar .menu {
		border-top: 1px #b4b2ac solid;
	}
	
	.sidebar .menu li {
		border: 1px #b4b2ac solid;
		border-top: none;
	}
	
	.sidebar .menu a {
		display: block;
		padding: 10px 14px;
		background: #f2f1f1;
		color: #000;
		font-size: 13px;
		line-height: 1;
	}
	
	.sidebar .menu a:hover {
		color: #fff;
		text-decoration: none;
	}

  /*Sidebar Post image overlay*/
	.sidebar-posts .post-item {
		position: relative;
		margin-bottom: 10px;
	}
	
	.sidebar-posts .post-item a {
		display: inline-block;
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		padding: 5px 10px;
	}
	
	.sidebar-posts .post-item a:hover .overlay {
		background: none;
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay .post-title {
		color: #fff;
	}

	/*Sidebar Post Text*/
	.sidebar-post-text{
		width: 100%;
		display: inline-block;
	}

	.sidebar-post-text .sidebar-posts .post-item {
		position: relative;
		padding: 38px 0px 0;
		display: inline-block;
		max-width: 300px;
	}
	.sidebar-post-text .sidebar-posts .post-item:first-child {
		padding-top: 0;
	}

	.sidebar-post-text .date-title-box {
	}

  .sidebar-post-text .date {
		color: #707585;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 20px;
		display: table-cell;
		width: 70px;
		float: left;
		text-align: center;
		line-height: 22px;
		margin: auto 0px;
	}

	.sidebar-post-text .date span{
		clear: both;
		display: inline-block;
		text-align: center;
	}
	
	.sidebar-post-text .title {
		text-transform: uppercase;
		font-weight: 700;
		border-left: #707585 1px solid;
		float: left;
        width: 220px;
		padding-left: 15px;
	}

  .sidebar-post-text .content {
		margin: 10px 0px 10px 0px;
	}

  .sidebar-post-text .sidebar-readmore {
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
	}

  .sidebar-post-text .sidebar-posts .post-item a {
		display: inline-block;
		color: #1b274f;
	}
	
	.sidebar-post-text .sidebar-posts .post-item a:hover{
		background: none;
		color: #00b8d4;
	}
	/*Sidebar Post Text End*/
	
	.sidebar .fb-embed iframe {
		border:none;
		overflow:hidden;
		width:250px;
		height:590px;
	}
	
	.header-banner-image {
		margin-bottom: 20px;
	}
	
	.genesis-share-icons-container,
	.ff-social-share {
		margin-bottom: 10px;
	}

	.single-post .post-meta-con{
		position: relative;
	}
	
	.single-post .genesis-share-icons-container,
	.single-post .ff-social-share,
	.post-author {
		margin-bottom: 10px;
		display: block;
		padding-right: 100px;
	    padding-top: 5px;
	}
	
	.share-icons-container:after {
		content: '';
		display: block;
		clear: both;
	}

	.single-post .post-date {
		position: absolute;
	    top: 0;
	    padding-top: 0;
	    right: 0;
	}

	.single-post .post-author {
		clear: both;
		float: none;
		display: block;
		font-style: italic;
		font-size: 12px;
	}

	.post-content-wrapper {
		clear: both;
		padding-top: 10px;
		overflow: hidden;
		position: relative;
	}

	.single-post .post-tags {
		font-style: italic;
		font-size: 12px;
	}

	.single-post .entry-footer {
		margin-top: 10px;
	}

	/**
	* 6.2 Internals | Search Page
	* 
	* -----------------------------------------------------------------------------
	*/
	.search .content .entry,
	.tags-archive .content {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #EDEDED;
	}

	.search .content .entry.page {
		padding: 30px;
		border-radius: 5px;
		background-color: #F9F9F9;
		box-shadow: 0px 4px 10px -10px #333;
	}

	.search .content .entry.page .entry_permalink {
		text-align: right;
	}

	.search .content .search-nopost-text {
		display: block;
		font-family: "Open Sans";
		font-size: 20px;
		text-align: center;
		font-weight: 300;
		background-color: #F2F1F1;
		padding: 30px;
		text-transform: lowercase;
	}

	.relevanssi-query-term {
		font-weight: 700;
	}

	/**
	* 6.3 Internals | Contact Page
	* 
	* -----------------------------------------------------------------------------
	*/
	/* .contact-page .site-inner {
		overflow: hidden;
	} */

	.contact-bottom-wrapper {
		display: block;
	}

	.contact-map{
		width: 100%;
	}
	
	.contact-page .small-icon {
	    position: relative;
	    padding: 5px 0px 0px 56px;
	    color: #000;
	    margin-bottom: 25px;
	    min-height: 34px;
	}

    .contact-page .small-icon a{
		color: #000;
	}

	.contact-page .entry-content .small-icon i {
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 0;
		background: none;
		font-size: 36px;
		line-height: 1;
	}

	.contact-page .entry-content .small-icon.email {
		padding-top: 8px;
	}

	.contact-page .entry-content .address {
	    margin-bottom: 25px;
	    font-size: 14px;
	    color: #000;
	    padding: 0 0 0 56px;
	}

	.contact-page .entry-content .contact-numbers,
	.contact-page .entry-content .contact-numbers a {
		margin-bottom: 20px;
		font-size: 19px;
		color: #000;
	}
	
	.contact-page-bottom-cta {
		background: #777777;
		background-size: cover;
		background-attachment: fixed;
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
	}
	
	.contact-page-bottom-cta * {
		color: #fff;
	}
	
	.contact-page .site-container .contact-map {
		line-height: 0;
	}
	
	.contact-page .content-sidebar-wrap {
		line-height: 1.45;
		padding-bottom: 20px;
	}

	/* Members */	
	.team-members-container .team-member {
	    border-bottom: 1px solid #c4c3c0;
	    padding-bottom: 20px;
	    margin-bottom: 40px;
	}
	
	.team-member:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.team-member .left-side {
		float: left;
	    width: 280px;
	    max-width: 100%;
	    padding: 7px 30px 7px 0px;
	    position: relative;
	}
	.team-member .left-side .team-frame {
		/*background: url(images/frame-124x124.png) no-repeat;*/
		/*position: absolute;
		height: 124px;
		width: 124px;
		z-index: 10;
		top: 7px;
		left: 34px;*/
		display: none;
	}
	.team-member .right-side {
		float: right;
		width: 500px;
		max-width: 100%;
	}
	
	.team-member .title-container {
		margin-bottom: 15px;
	}
		
	.team-member .name {
	    font-weight: 700;
	    font-family: 'Montserrat';
	    font-size: 20px;
	    color: #585651;
	    letter-spacing: 1.76px;
	    line-height: 24px;
	    text-align: left;
	    text-transform: uppercase;
	}
	.team-member .name:before {
		content: "";
		display: block;
		background-color:#6d6c69;
		width:54px;
		height:1px;
		margin-bottom: 15px;
	}
	
	.team-member .name .sub-title {
		display: block;
		font-family: 'Montserrat';
		font-size: 14px;
		color: #fda487;
		letter-spacing: 1.99px;
		line-height: 17px;
		text-align: left;
		font-weight: 400;
		margin-top: 13px;
	}
/* Winner */	
	.fowler-winners-container .fowler-winner {
	    border-bottom: 1px solid #c4c3c0;
	    padding-bottom: 20px;
	    margin-bottom: 40px;
	}
	
	.fowler-winner:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.fowler-winner .left-side {
		float: left;
	    width: 280px;
	    max-width: 100%;
	    padding: 7px 30px 7px 0px;
	    position: relative;
	}
	.fowler-winner .left-side .winner-frame {
		/*background: url(images/frame-124x124.png) no-repeat;*/
		/*position: absolute;
		height: 124px;
		width: 124px;
		z-index: 10;
		top: 7px;
		left: 34px;*/
		display: none;
	}
	.fowler-winner .right-side {
		float: right;
		width: 500px;
		max-width: 100%;
	}
	
	.fowler-winner .title-container {
		margin-bottom: 15px;
	}
		
	.fowler-winner .name {
	    font-weight: 700;
	    font-family: 'Montserrat';
	    font-size: 20px;
	    color: #585651;
	    letter-spacing: 1.76px;
	    line-height: 24px;
	    text-align: left;
	    text-transform: uppercase;
	}
	.fowler-winner .name:before {
		content: "";
		display: block;
		background-color:#6d6c69;
		width:54px;
		height:1px;
		margin-bottom: 15px;
	}
	
	.fowler-winner .name .sub-title {
		display: block;
		font-family: 'Montserrat';
		font-size: 14px;
		color: #fda487;
		letter-spacing: 1.99px;
		line-height: 17px;
		text-align: left;
		font-weight: 400;
		margin-top: 13px;
	}


/**
* 7.0 Effects
*
* This is the Effects, Animations,Forms Area CSS
* 
* -----------------------------------------------------------------------------
*/	

	/* Transition Effects */
	.transition-1 {
		-webkit-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */
	}

    /*Map Pointer Events*/
    .embed-container-maps iframe{
        pointer-events: none;
    }
	

	/**
	* 7.0 Effects | Bootstrap overrides
	*
	*
	* 
	* -----------------------------------------------------------------------------
	*/

	.read-more.btn-primary {
		border: 0;
	}
	
	.panel-default > .panel-heading {
		padding: 0;
	}

	.panel-title > a {
		width: 100%;
		display: block;
		padding: 10px 15px;
	}
	
	.btn-info:hover,
	.btn-info:focus,
	.btn-info.focus,
	.btn-info:active,
	.btn-info.active,
	.open>.dropdown-toggle.btn-info {
		border-color: transparent;
	}
	
	blockquote {
		padding: 1px 0 1px 30px;
		border-left: 1px solid #585651;
		font-weight: 700;
		margin: 0 auto 25px;
		font-family: 'Montserrat';
		font-size: 14px;
		color: #585651;
		letter-spacing: 1.58px;
		line-height: 24px;
		text-align: left;
	}
	
	hr {
		border-top: 1px solid #e2e2e2;
		margin: 50px 0;
	}

	/**
	*  7.1 Effects | Accordion
	* 
	* -----------------------------------------------------------------------------
	*/
	.panel-group {
		margin-bottom: 15px;
	}

	.panel {
		margin-bottom: 20px;
		background-color: #fff;
		border-radius: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.panel-group .panel {
		margin-bottom: 15px;
		border-radius: 0px;
		overflow: hidden;
		width: 100%;
	}

	.panel-default{
		border-color: transparent;
	}

	.panel-default>.panel-heading {
		padding: 0;
		border: 1px solid #c4c3c0;
		border-radius: 0;
	}

	.panel-heading .accordion-toggle {
		padding: 17px 40px;
		background-color: #fff;
		font-weight: 700;
		text-decoration: none;
		font-family: 'Montserrat';
		font-size: 14px;
		color: #959491;
		letter-spacing: 1.58px;
		line-height: 24px;
		text-align: left;
	}

	.panel-heading .panel-title {
		margin-bottom: 0;
	}

	.panel-heading .accordion-toggle:hover{
	    color: #ff7548;
	    text-decoration: none;
	}

	.panel-heading .accordion-toggle.active {
		color: #ff7548;
		text-decoration: none;
	}

	.panel-heading .accordion-toggle:before,
	.panel-heading .accordion-toggle.active:before,
	.panel-heading .accordion-toggle.active.collapsed:before{
		font-family: 'FontAwesome';
        font-size: 14px;
        float: right;
        margin-top: 0px;
	}

	.panel-heading .accordion-toggle:before{
        content: '\f07d';
    }

    .panel-heading .accordion-toggle.active:before{
        content: '\f07d'; /*closed*/
    }

    .panel-heading .accordion-toggle.active.collapsed:before{
        content: '\f07d';
    }

	.panel-title>a {
		color: inherit;
		display: inherit;
		color: #000;
		text-decoration: none;
	}

	.panel-title>a:hover {
		text-decoration: none;
	}

	.panel-default>.panel-heading+.panel-collapse .panel-body{
		border-top: none;
		color: #737f88;
		padding: 20px 40px 20px 40px;
		font-size: 14px;
		line-height: 26px;
	}
	/*End Accordion*/

/**
* 8.0 Shortcodes
*
* Styles for custom shortcodes
* 
* -----------------------------------------------------------------------------
*/

/* [boxed] */
.boxed-content {
    padding: 1px 0 1px 30px;
    border-left: 1px solid #585651;
    font-weight: 700;
    margin: 0 auto 25px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #585651;
    letter-spacing: 1.58px;
    line-height: 24px;
    text-align: left;
}
.boxed-content.orange-text {
	font-family: 'Montserrat';
    font-size: 17px;
    color: #fda487;
    letter-spacing: 2px;
    line-height: 25px;
    text-align: left;
    font-weight: 400;
    border: none;
	padding: 5px 0 0;
}
.boxed-content.black-uppercase-text {
	border: none;
    padding: 0;
}
.boxed-content.black-uppercase-text h2 {
	font-family:'Montserrat';
	font-size:30px;
	color:#585651;
	letter-spacing:2.64px;
	line-height:36px;
	text-align:left;
	text-transform: uppercase;
}
.boxed-content.black-uppercase-text h2:before {
	content: "";
	background-color: #6d6c69;
    width: 54px;
    height: 1px;
    display: block;
    margin: 0 0 10px;
}
.boxed-content.plain-white {
	color: #fff;
    border-left: none;
    padding-left: 0;
    max-width: 750px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.boxed-content.plain-white a {
	color: #fff;
	font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}

/* [box_column] */
.box-column {	
    max-width: 1173px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
	padding: 125px 0;
}
.box-column .wrap {}
.box-column .wrap .widget-title {
	color: #fff;
	margin-bottom: 55px;
}
.box-column .box-column-item {
	background: rgba(255,255,255,0.00);
    border: 1px solid #ffffff;
}
.box-column .box-column-item > br {
	display: none;
}
.box-column .box-column-items {
	border-top: 1px solid #ffffff;
	font-family: 'Montserrat';
    font-size: 12.19px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 21px;
    text-align: left;
	padding: 19px 19px 19px 190px;
	position: relative;
}
.box-column .box-column-items:before {
	content: "";
	background-color: #fff;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 171px;
}
.box-column .box-column-items:first-child {
	border-top: none;
}
.box-column .box-column-items .fa {
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    height: 30px;
    width: 171px;
    left: 0;
}
.box-column .box-column-items .fa.numbers {
	content:'\f00c';
	font-family: 'FontAwesome';
    font-size: 0px;
    color: #ffffff;
    line-height: 27px;
    text-align: center;
}
.box-column .box-column-items .fa.numbers:before{
	content:'\f00c';
	font-family: 'FontAwesome';
	font-size: 25px;
}


.box-column .box-column-items strong {
	display: block;
}
.box-column.services-we-provide {
	max-width: 963px;
	padding: 110px 0;
}

/* Override for Hot Water-Services */
.hot-water-table .box-column.services-we-provide,
.blocked-drains-table .box-column.services-we-provide{
	padding: 50px 0px 50px 0px ;
}

.hot-water-services{
    margin-bottom: -85px;	
}

.hot-water-table .box-column .box-column-items .fa.numbers {
    font-size: 0px; 
}

.hot-water-table .box-column .box-column-items .fa.numbers:before {
    content:'\f128';
    font-family: 'FontAwesome';
    font-size: 25px;
}

/* [testimonial] */
.testimonial-box {
	position: relative;
	display: block;
	padding: 40px 0px 60px 0px;
	font-size: 14px;
	color: #a9a9a9;
	margin: 20px 0 50px;
	background: none;
	border: 1px solid #e6e6e6;
	border-left: 0;
	border-right: 0;
}
.internal .testimonial-box {
	padding: 25px;
	border: 1px solid #e6e6e6;
}
.testimonial-content-page {
	font-size: 13px;
    font-weight: 100;
    color: #a9a9a9;
    padding: 0;
    line-height: 28px;
    position: relative;
    padding-left: 117px;
}
.testimonial-content-page .testimonials-title {
    color: #fda487;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.36px;
    line-height: 24px;
	margin-bottom: 15px;
}
.testimonial-content-page .text-field {
	color: #6d6c69;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.98px;
    line-height: 24px;
    margin-bottom: 15px;
}
.full-testimonial-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 95px;	
}
.full-testimonial-thumb a.fancybox-youtube {
	position: absolute;
    top: 0;
    right: 0;
}
.full-testimonial-thumb a.fancybox-youtube .fa {
	font-size: 23px;
    color: #fff;
    background: #ff7548;
    padding: 4px 4px 5px 5px;
    border-radius: 100%;
    font-weight: 300;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;	
}
.testimonial-box .author {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-top: 20px;
}

.testimonial-box .content {
	color: #a9a9a9;
	margin-top: 0;
	margin-bottom: 10px;
}

.testimonial-name-bottom {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #616161;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	width: 100%;
	float: left;
	clear: both;
}

.testimonial-quote{
	color: #777;
	font-size: 35px;
	float: left;
	display: inline-block;
}

.testimonial-box .full-testimonial-thumb img{
	width: 92px;
	height: 92px;
	margin: 0px;
	border-radius: 100%;
	border: #eee 2px solid;
}

/* [custom_sections] */
.custom-sections {
    padding: 61px 0;
    background-size: cover;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1.14px;
    line-height: 17px;
    text-align: center;
    font-weight: 400;
}
.custom-sections .custom-icon {
	margin-bottom: 26px;
}
.custom-sections h6 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1.76px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
}

/* Internal | Testimonial slideshow */
.internal-testimonials{
	width: 100%;
	display: inline-block;
}

.internal-testimonials .testimonials-container{
	width: 100%;
	display: inline-block;
}

.internal-testimonials .testimonial-item {
	position: relative;
}

.internal-testimonials .testimonials-slideshow .testimonial-item {
	text-align: center;
}

.internal-testimonials .testimonial-item a {
	color: #707585 !important;
}

.internal-testimonials .slick-prev{
	display: none !important;
}

.internal-testimonials .testimonials-title h4{
	font-size: 14px;
	margin-top: 20px;
	font-weight: 700;
	color: #707585;
	text-align: center;
	text-transform: none;
}

.internal-testimonials .testimonial-thumb img{
	width: 200px;
	height: 200px;
	border: 7px solid whitesmoke;
	box-shadow: 0 8px 14px rgba(0, 0, 0, 0.34);
	border-radius: 100%;
}

.internal-testimonials .testimonial-thumb{
	float: left;
	position: relative;
}

.internal-testimonials .testimonial-thumb .video-link{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #ff7548;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.18);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAACj0lEQVQ4T5WVT4jNURTHP1/Kv1CIlb/DhAVKiYXFEFlgZIhCysIkGpFmR1nYUP6GicUsjD8LjSkjYmRGKcuhpqjxZ1DKghLlv6PzOr/X9fPe67n1eu+de8/nnnvPOd8rKgwzGwwsBWYC04CRwCvgJXBf0tty7io1YWZjgJ3ADmBiGecfQAdwQtLD/Jp/wGa2ALgKTKl0mmTOgEPAQUm/M/tfYDPbCFwAhiSOX4F7wHPgc2y4EJie2/g2UC/pu9uLYDObB/iRhodDFslJSe9TiJm53wrgDFCTzJ2W1FQEm9kI4DEwI4HuktRiZrOBfkk/81djZpOAnhx8vaT2QsRm1gicKwGtA7qBJ8BuSXergPdJmpOBPdq54eRH3xMbbgYuJrBrwD5JA7mrqQWeAoPCXiczmxURuc2zWivpRRmwm78AR4DDkvx3YZjZdWB1/G1x8CqgMwyFYySL8xGngXqjePTtJa6zy8GexVPh0SmpvkpwtqxN0lYzWw7cCWO/g/cCx8LQIanhP8E9kpaYWZZodx9w8FrAk+KjV9L8KsHeLN5xx70pzGwb0Bq+3Q72xngUBu+ayZLeVUieT10GmlMRMrM2YEtwWh3sJfIs1MvtByR5JJ7pfPI8gCZJD9IsmtkE4DUwNOxrsjpujhJy+zegQdJNM1sJ3AC8pfcD51Ohic1HA64TiwLq1VKTgcdGgY+PyQIcuAVs8m9JH9Ioy0Dd7FJwNhWhZbFz1j0O3+73KelXCah3mythFqkvKVZVXjbTK8lYb0LQXTY/AVMD5nWb+vcBiyV9dMdSQr8uysbvrtpxBWiU5CVYGOWeJpdPT5YL/7AK9F7gqKRL+TUlwUmDjAM2JI/pKO+q+HSVeusy3z9tgBL+jNb47gAAAABJRU5ErkJggg==);
	background-size: 25px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    border-radius: 100%;
}

.internal-testimonials .testimonial-content{
	width: 800px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
	float: right;
	background-color: #fff;
	text-align: left;
	padding: 42px 33px 22px 66px;
	position: relative;
	min-height: 208px;
}

.internal-testimonials .testimonial-content:after{
    content: '“';
    position: absolute;
    display: block;
    width: 29px;
    height: 29px;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    color: #ff7548;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.72px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    left: -14.5px
}

.internal-testimonials .testimonial-item .inner{
	padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 5px
}

.internal-testimonials .testimonial-content .text-field{
	color: #6d6c69;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.98px;
	line-height: 24px;
	margin-bottom: 20px;	
}

.internal-testimonials .testimonial-content .testimonials-title p{
	color: #fda487;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.36px;
	line-height: 24px;
	margin-bottom: 20px;	
}

.testimonial-rating{

}

.testimonial-rating ul{
    margin: 0;
    padding: 0;
    display: block;
}

.testimonial-rating li{
	display: inline-block;
	list-style: none !important;
	margin-right: 14px;
}

.testimonial-rating li:last-child{
	margin-right: 0px;
}

.testimonial-rating .fa{
	color: #fda487;
	font-size: 17px;
	font-weight: 400;
	line-height: 19px;
}


/* Testimonial Slides */
.testimonial-slides .testimonial-thumb img{
	width: 84px;
	height: 84px;
	border: 1px solid #C4C3C0;	
	background-color: #D8D8D8;
	box-shadow: none;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}

.testimonial-slides .testimonial-thumb{
	float: none;
	position: absolute;
}

.testimonial-slides .testimonial-content{
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: none;
	background-color: #fff;
	text-align: left;
	padding: 0px 0px 0px 0px;
	position: relative;
	min-height: 208px;
	padding-left: 110px;
	padding-right: 20px;
}

.testimonial-slides .video-link,
.testimonial-slides .testimonial-content:after{
	display: none;
}

.testimonial-slides .testimonial-content .testimonials-title p{
	margin-bottom: 0px;
}

.testimonial-slides .slick-dots{
	
}

.testimonial-slides .slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    border: 1px solid #959491;
    border-radius: 100%;
}

.testimonial-slides .slick-dots li button:hover:before,
.testimonial-slides .slick-dots li button:focus:before{
    opacity: 0.75;
    background: #585651;

}

.testimonial-slides .slick-dots li.slick-active button:before{
    opacity: 1;
    background: #585651;
}


/* Shortcode - internal_cta */
.cta-box * {
	color: #FFFFFF;
}

.cta-box {
	position: relative;
    padding: 40px 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
}

.cta-box:after {
	content: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	display: block;
	height: 11px;
	background-image: url('images/cta-box-shadow.png');
	background-size: 100% 100%;
}


.cta-box h3 {
	margin-bottom: 0;
    text-transform: uppercase;
}

.cta-box .btn {
	border-radius: 5px;
	border-color: #FFFFFF;
	background: none;
	border: 2px #fff solid;
	padding: 12px 47px;
	min-width: 230px;
	max-width: 100%;
	white-space: normal;
	display: inline-block;
	margin-top: 20px;	
}

.cta-box .btn:hover {
	color: #000000;
	background-color: #FFFFFF;
}

.cta-box-sidebar-1 {
    background: #010717;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.50);
    padding: 32px 18px 63px 18px;
    text-align: left;
	position: relative;
    background-size: cover;
}
.cta-box-sidebar-1 img,
.cta-box-sidebar-1 ul {
	margin-bottom: 36px;
}
.cta-box-sidebar-1 img {
	margin-left: 3px;
}
.cta-box-sidebar-1 ul {
	border-top: 1px solid #ffffff;
}
.cta-box-sidebar-1 ul li {
	border: 1px solid #ffffff;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1.18px;
    line-height: 38px;
    text-align: left;
    padding: 0 16px;
    border-top: none;
    position: relative;
}
.cta-box-sidebar-1 ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 46px;
}
.cta-box-sidebar-1 ul li .fa {
	margin-right: 33px;
}
.cta-box-sidebar-1 .button-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.cta-box-sidebar-1 .btn {
    background: #eb4a15;
    border: none;
    border-radius: 0;
    display: block;
    padding: 18px 47px;
    margin: 0;	
}
.cta-box-sidebar-1 .btn:hover {
	background: #FF7548;
	color: #fff;	
}

/* Shortcode - Column Prices */
.column-prices {
	margin-bottom: 20px;
}
.column-prices .wrap {
	padding: 0
}
.column-prices .slick-list {
    overflow: hidden;	
}
.column-prices .column-prices-item {
	max-width: 290px;
    padding: 0 5px;
}
.column-prices .column-prices-item .header {
	background:#2a3247;
	font-family: 'Montserrat';
	font-size: 30px;
	color: #ffffff;
	letter-spacing: 2.64px;
	line-height: 36px;
	text-align: center;
	font-weight: 700;
}
.column-prices .column-prices-item .header .title {
	background: #1b2236;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1.23px;
    line-height: 17px;
    text-align: center;
    padding: 16px;
	text-transform: uppercase;
}
.column-prices .column-prices-item  .header .price {
    padding: 30px;	
}
.column-prices .column-prices-item .prices-content-wrapper {
    background: #f5f5f5;
    padding: 20px;
    font-family: 'Montserrat';
    font-size: 9px;
    color: #6d6c69;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: left;
    min-height: 300px;
}
.column-prices .column-prices-item .prices-content-wrapper h4 {
	font-family: 'Montserrat';
    font-size: 12px;
    color: #6d6c69;
    letter-spacing: 0.98px;
    line-height: 19px;
    text-align: center;
    border-bottom: 1px solid #c4c3c0;
    padding-bottom: 14px;
    margin-bottom: 15px;
}
.column-prices .column-prices-item .prices-content-wrapper ul {
    margin: 0;
    padding: 0;
}
.column-prices .column-prices-item .prices-content-wrapper ul li {
	list-style-type: none;
	padding-bottom: 5px;
}
.column-prices .column-prices-item .prices-content-wrapper ul li:last-child {
	color: #eb4a15;
}
.column-prices .column-prices-item .btn-column-prices {
    border-radius: 0;
    display: block;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #f9f9f9;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
.column-prices .column-prices-item .btn-column-prices:hover {
	background-color: #eb4a15;
}
.column-prices .slick-prev {
	left: -7%;
	z-index: 20;
}
.column-prices .slick-next {
    right: -7%;
}
.column-prices .slick-prev:before, .column-prices .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    font-size: 24px;
    color: #585651;
    line-height: 14px;
    text-align: center;
}
.column-prices .slick-next:before {
	content: "\f105";
}

/* Media Boxes */
.filters-container .media-boxes-search {
	float: right;
}

.filters-container ::-webkit-input-placeholder { color: #bbb; }
.filters-container :-ms-input-placeholder { color: #bbb; }
.filters-container ::-moz-placeholder { color: #bbb; }
.filters-container :-moz-placeholder { color: #bbb; }

.filters-container .media-boxes-filter {
	margin: 0;
	padding: 0;
}

ul.media-boxes-filter>li a.selected {
	background: #B8B3B3;
}

.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
	display: block;
}

.media-boxes-drop-down .media-boxes-drop-down-menu {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.media-boxes-drop-down .media-boxes-drop-down-menu li {
	list-style: none;
}

/* [social_icons] */
.social-icons {
	display: inline-block;
	width: 100%;
}

.social-icons a{
	background-color: #172f57;
	display: inline-flex;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	position: relative;
}

.social-icon i{
	margin: auto;
}


/*[custom_social_icons]*/
.custom-social-icons {
	display: inline-block;
	width: 100%;
}

.custom-social-icons a{
	display: inline-flex;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	position: relative;
}

.custom-social-icons i{
	margin: auto;
}

.custom-social-icons .google-icon{
	background-color: #dd4b38;
}

.custom-social-icons .twitter-icon{
	background-color: #5ea9dd;
}

.custom-social-icons .facebook-icon{
	background-color: #3a5fb1;
}

.custom-social-icons .youtube-icon{
	background-color: #c8302a;
}

.custom-social-icons .instagram-icon{
	background-color: #3d6c96;
}

.custom-social-icons .linkedin-icon{
	background-color: #007bb6;
}

.custom-social-icons .pinterest-icon{
	background-color: #cb2027;
}

.custom-social-icons .tumblr-icon{
	background-color: #35465d;
}

.custom-social-icons .tripadvisor-icon{
	background-color: #4c8a37;
}

/* Column Carousel */
.column-post-carousel {
	margin: 45px 0 75px;
}

.column-post-carousel .slick-slide .inner-wrapper {
	padding-right: 40px;
	padding-left: 40px;
}

.sidebar .post-header {
	margin-bottom: 28px;
}

.column-post-carousel .post-item .post-header{
	margin-bottom: 20px;
}

.column-post-carousel .post-item .date,
.sidebar .date {
	padding-left: 22px;
    font-weight: 400;
    width: 12%;
    border-left: 1px solid #ff7548;
    float: none;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #6d6c69;
    letter-spacing: 1.14px;
    line-height: 17px;
    text-align: left;
    display: block;
    margin-bottom: 15px;
}


.column-post-carousel .post-item .date > span,
.sidebar .date > span {
	display: block;
}

.column-post-carousel .post-item .title,
.sidebar .title {
	display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    border: none;
    margin-bottom: 14px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #ff7548;
    letter-spacing: 1.58px;
    line-height: 24px;
    text-align: left;
}

.column-post-carousel .post-item .title h4{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.59px;
	line-height: 56px;
	margin: 0;
}

.column-post-carousel .post-item .title a{
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.column-post-carousel .post-item .title a span{
    display: block;
    word-break: break-word;	
}

.column-post-carousel .post-item .title a:hover{
	color: #fff;
	text-decoration: none;
}

.sidebar-category{
	display: block;
    overflow: hidden;
    font-weight: 400;
    text-transform: none;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #312f38;
    letter-spacing: 1.36px;
    line-height: 14px;
    text-align: left;
}

.sidebar .title h4 {
	font-size:17px;
	letter-spacing: 1.89px;
	line-height: 20px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 12px;
}

.column-post-carousel .post-item .title span.category,
.sidebar .title span.category {
	font-size:12px;
    color: #acb3c0;
	letter-spacing:1.36px;
	line-height:14px;
	text-align:left;
	display: block;
	font-weight: normal;
	font-style: italic;
}

.column-post-carousel .post-item .post-excerpt,
.sidebar .post-excerpt {
	font-size: 12px;
	color: #777;
	letter-spacing: 0.75px;
	line-height: 21px;
	text-align: left;
}

.column-post-carousel .post-item .post-excerpt {
	min-height: 90px;
	margin-bottom: 20px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.15px;
	line-height: 23px;
}

.column-post-carousel .post-item p:last-child {
	margin-bottom: 0;
}

.column-post-carousel .slick-dots {
	bottom: -110px;
	padding-left: 0;
	margin-left: 0;
}

.column-post-carousel .slick-dots {
	text-align: center;
}

.column-post-carousel .slick-dots li button:before {
	display: none;
}

.column-post-carousel .slick-dots li {
	margin: 0 15px;
	width: 10px;
	height: 10px;
}

.column-post-carousel .slick-dots button {
	border: none;
	background: none;
	text-indent: -99999px;
	font-size: 0;
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	background-color: #fda487;
	border-radius: 50%;
	padding: 0;
}

.column-post-carousel .slick-dots .slick-active button {
	background-color: #fff;
}

.column-post-carousel .post-item .more-link {
	color: #f9f9f9;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 14px;
	text-decoration: underline;
}

.column-post-carousel .post-item .more-link:hover,
.column-post-carousel .post-item .more-link:hover .fa {
	color: #00b8d4;
}

.column-post-carousel .post-item .more-link .fa {
	font-size: 12px;
	color: #00b8d4;
	margin-left: 18px;
}

.service-overview-sections {
	padding: 85px 0;
    background-size: cover;
    background-color: #EB4A15;
    color: #fff;
}
.service-overview-sections p:last-child {
	margin-bottom: 0;
}
.service-overview-sections a {
	color: #fff;
	text-decoration: underline;
}
.service-overview-sections .btn {
    margin: 25px 0;
    text-transform: uppercase;
    text-decoration: none;
}

/*
* Custom Gravity Form
*/
.custom-form .gfield_label{
	font-weight: 600;
}

.custom-form .ginput_container input[type=text], 
.custom-form .ginput_container textarea, 
.custom-form .ginput_container select,
.custom-form .captcha-container input {}

.custom-form .ginput_container textarea{
    max-height: 100px;
    overflow: auto;
}

.custom-form .gfield_checkbox li label, 
.custom-form .gfield_radio li label {
    font-weight: 400;
    font-size: 98%;
}

.custom-form input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

.custom-form .gform_footer .gform_button.button {}
.custom-form .gform_footer .gform_button.button:hover{}

/*Gravity Forms Error*/
.custom-form li.gfield_error input[type=text] {
    border: 1px solid #ffa6a8 !important;
}

.custom-form .gfield_error .gfield_label {
    color: #777;
}

.custom-form .validation_message {
    color: #ea9698 !important;
}

.custom-form div.validation_error {
    display: none;
}

/* Why Choose Us & Gallantry Workflow*/
.why-choose-us-slides,
.gallantry-workflow-slides{
	margin-bottom: 0px;
}

.why-choose-us-slides .item,
.gallantry-workflow-slides .item{
    width: 33.33333333333333%;
    float: left;
    text-align: center;
}

.why-choose-us-slides .item .inner,
.gallantry-workflow-slides .item .inner{
	padding-top: 30px;
}

.why-choose-us-slides .item img,
.gallantry-workflow-slides .item img{
	margin-bottom: 35px;
	display: inline-block;
}

.why-choose-us-slides .item .item-content{

}

.why-choose-us-slides .item .item-content h4{
	color: #ff7548;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.59px;
	line-height: 24px;
	margin-bottom: 23px;
}

.gallantry-workflow-slides h4{
	color: #ff7548;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.59px;
	line-height: 24px;
	margin-bottom: 23px;
	display: block;
}

.why-choose-us-slides .item .item-content p,
.gallantry-workflow-slides .item .item-content p{
	font-family: 'Open Sans', sans-serif;
	color: #6d6c69;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.15px;
	line-height: 25px;
}

.why-choose-us-slides .item .item-content p:last-child,
.gallantry-workflow-slides .item .item-content p:last-child{
	margin-bottom: 0;
}

.why-choose-us-slides .slick-prev,
.why-choose-us-slides .slick-next,
.gallantry-workflow-slides .slick-prev,
.gallantry-workflow-slides .slick-next,
.clients-carousel .slick-prev,
.clients-carousel .slick-next{
	font-family: FontAwesome!important;
	color: #585651;
	font-style: normal;
    font-weight: normal;
    z-index: 999;
    width: 24px;
    height: 24px;
}

.why-choose-us-slides .slick-prev,
.gallantry-workflow-slides .slick-prev,
.clients-carousel .slick-prev{
	left: 0%;
}

.why-choose-us-slides .slick-next,
.gallantry-workflow-slides .slick-next,
.clients-carousel .slick-next{
	right: 0%;
}

.why-choose-us-slides .slick-prev:before,
.gallantry-workflow-slides .slick-prev:before,
.clients-carousel .slick-prev:before{
	content: "\f104" !important;

}

.why-choose-us-slides .slick-next:before,
.gallantry-workflow-slides .slick-next:before,
.clients-carousel .slick-next:before{
	content: "\f105" !important;

}

.why-choose-us-slides .slick-prev:before,
.why-choose-us-slides .slick-next:before,
.gallantry-workflow-slides .slick-prev:before,
.gallantry-workflow-slides .slick-next:before,
.clients-carousel .slick-prev:before,
.clients-carousel .slick-next:before{
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	opacity: 1;
	color: #585651 !important;
	font-family: FontAwesome !important;
	font-style: normal;
    font-weight: normal;
    width: 24px;
    height: 24px;
}

.why-choose-us-slides .slick-list,
.gallantry-workflow-slides .slick-list,
.clients-carousel .slick-list{
    width: 1200px;
    max-width: 100%;
    padding: 0px 0px;
    margin: 0 auto;	
}

/* Services Shortcode */

.service-wrap{
	width: 100%;
	height: 435px;
	position: relative;
}

.service-wrap .inner{
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
}

.service a.link{
	width: 100%;
	height: 200px;
	border: 1px solid #fff;
	text-align: center;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.service a.link:hover{
	background-color: #ff7548;
	border-color: #ff7548;
}

.service a.link .heading{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 57px;
	text-align: center;
	display: block;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
}

.service a.link .heading:before,
.service a.link .heading:after{
	content: '';
	width: 34px;
	height: 2px;
	background-color: #fda487;
	position: absolute;
	left: 50%;
	margin-left: -17px;
}

.service a.link:hover .heading:before,
.service a.link:hover .heading:after{
	background-color: #ffbaa3;
}

.service a.link .heading:before{
	top: 0;
}

.service a.link .heading:after{
	bottom: 0;
}


.service-wrap .service{
	margin-bottom: 32px;
}

.service-wrap .service:last-child{
	margin-bottom: 0;
}

/* End Services Shortcode */

/* Clients Carousel Shortcode */

.clients-carousel{

}

.clients-carousel .item{
	width: 25%;
	float: left;
}

.clients-carousel .item .inner{
	width: 100%;
	height: 90px;
	text-align: center;
}

.clients-carousel .item a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.clients-carousel .item img{
	/*width: auto;
	height: auto;*/
	display: inline-block;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
}

/* Footer Details */

.footer-details{
	margin: 49px 0 38px 0;
}

.footer-details .item{
	margin-bottom: 25px;
	position: relative;
	padding-left: 60px;
}

.footer-details .item:last-child{
	margin-bottom: 0px;
}

.footer-details .item,
.footer-details .item a{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 5.05px;
	line-height: 17px;	
}

.footer-details .item.address{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 14px;	
}

.footer-details .item .fa{
	width: 24px;
	height: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

/*** END SHORTCODES ***/



/**
* 9.0 Overrides
* -----------------------------------------------------------------------------
*/

/*Gravity Forms Override*/
.gfield_label{
	font-weight: 400;
}

.ginput_container input[type=text], 
.ginput_container textarea, 
.ginput_container select,
.captcha-container input {
    background-color: transparent;
  /*  padding: 12px 20px!important; */
    color: #6d6c69;
    font-weight: 400;
    width: 100% !important;
    border: none;
    border: 1px solid #e1e4e5;
    border-left: 3px solid #FDA487;
    border-radius: 0px;
    margin-bottom: 15px;
}

.ginput_container textarea{
    max-height: 100px;
    overflow: auto;
}

.gfield_checkbox li label, 
.gfield_radio li label {
    font-weight: 400;
    font-size: 95%;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

.gform_wrapper .gfield_date_day, 
.gform_wrapper .gfield_date_month, 
.gform_wrapper .gfield_date_year, 
.gform_wrapper .gfield_time_hour, 
.gform_wrapper .gfield_time_minute{
    width: 25%;
}

.gfield_time_ampm.ginput_container.ginput_container_time select{
    width: 100% !important;
}

.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_hour i{
    display: none;
}

.clear-multi{
    margin-top: .375em;
}

.gform_footer .gform_button.button {
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    border: 0;
    font-family: 'Montserrat';
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 14px;
    text-align: center;
    background: #FF7548;
    padding: 18px 28px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px!important;
    border: none;
    width: 100%;
    max-width: 100%;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
}

.gform_footer .gform_button.button:hover{
    background: #EB4A15;
    color: #ffffff;
}

.gform_wrapper .gfield_required {
    color: #eb4a15 !important;   
}

/* GF Validation Overide */
li.gfield_error input[type=text] {
    border: 1px solid #ffa6a8 !important;
}

.gfield_error .gfield_label {
    color: #777;
}

.validation_message {
    color: #ea9698 !important;
}

div.validation_error {
    display: none;
}

div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    float: left!important;
}

.gform_wrapper .gfield_captcha_input_container {
    float: right;
}
	
div.gform_wrapper .top_label .gfield_error {
    width: 100%;

}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-left: 0!important;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    background: none;
    border: none;
    padding: 0!important;
}

/* Footer Social Media */

ul.footer-social-icons{
	margin: 0;
}

ul.footer-social-icons li{
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}

ul.footer-social-icons li a{

}

ul.footer-social-icons li a i{
	font-size: 25px;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
}

/* Footer Form */

.site-footer .gform_wrapper{
    max-width: 100%;
    margin: 0;	
}

.site-footer .gform_heading{
	display: none;
}

.site-footer .gform_wrapper input[type=email],
.site-footer .gform_wrapper input[type=number],
.site-footer .gform_wrapper input[type=password],
.site-footer .gform_wrapper input[type=tel],
.site-footer .gform_wrapper input[type=text],
.site-footer .gform_wrapper input[type=url],
.site-footer .gform_wrapper textarea{
	background-color: transparent;
	border: 0px;
	border-bottom: 2px solid #fda487;
/*	padding: 12px 0; */
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.83px;
	line-height: 20px;
	margin-bottom: 10px;
}

#gform_fields_12 .gfield_description{
	padding-top: 0px;
	margin-top: -20px;
}

.site-footer .gfield_label{
	display: none;
}

.site-footer ::-webkit-input-placeholder {
   color: #fff;  
}

.site-footer :-moz-placeholder { /* Firefox 18- */
   color: #fff;   
}

.site-footer ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;    
}

.site-footer :-ms-input-placeholder {  
   color: #fff;  
}

.site-footer .gform_wrapper .gform_footer{
	padding: 0;
	margin: 20px 0 0 0;
}

.site-footer .gform_wrapper .gform_footer input[type=submit]{
	width: 180px;
	background-color: white;
	border-radius: 24px;
	color: #ff7548;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2.18px;
	text-align: center;
}
.site-footer .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #ff7548;
    color: #fff;
}

.site-footer .footer-top .widget .last{
	margin-top: -30px;
}

.work-with-us-page .after-header-internal{
	display: none;
}

.banner-play{
/*	border: 2px #fff solid !important;*/
	border-radius: 100%;
	text-align: center !important;
	line-height: 46px !important;
	padding-left: 5px !Important;
}

/* Social Media Feeds */

.fts-fb-photo-post-wrap .fts-album-photos-wrap {
	display: inline-block;
	width: 100%;
}

.fts-jal-fb-picture {
	float: none;
}

.wrapper .widget .fts-jal-fb-picture img {
	width: 30%;
}

.fts-instagram-inline-block-centered .slicker-instagram-placeholder {
	webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.fts-instagram-inline-block-centered .slicker-instagram-placeholder:hover {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.soc-juicer .textwidget h4 {
	margin-bottom: 60px;
}

.text-center .juicer-feed h1.referral,
.juicer-feed .j-stacker li.juicer-ad {
	display: none;
}

.juicer-feed.modern li.feed-item {
	min-height: 540px;
}

.fancybox-youtube{
	background: #000;
	display: block;
}

.fancybox-youtube:hover img{
	opacity: 0.7;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/*
Helpers 
*/

.f-10 { font-size: 10px; }
.f-11 { font-size: 11px; }
.f-12 { font-size: 12px; }
.f-13 { font-size: 13px; }
.f-14 { font-size: 14px; }
.f-15 { font-size: 15px; }
.f-16 { font-size: 16px; }
.f-17 { font-size: 17px; }
.f-20 { font-size: 20px; }
.f-24 { font-size: 24px; }
.f-29 { font-size: 29px; }
.f-30 { font-size: 30px; }
.f-32 { font-size: 32px; }
.f-36 { font-size: 36px; }
.f-40 { font-size: 40px; }
.bold { font-weight: 700; }
.light { font-weight: 300; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }

.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }

.v-align-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	align-items: center!important;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}

.wrap900{
	max-width: 930px;
}

.wrap800{
	max-width: 830px;
}

.text-center {
	text-align: center;
}

.letter-spacing2{
	letter-spacing: 2.65px;
}

.no-cell-padding .panel-grid-cell,
.remove-cell-padding .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}

.no-cell-padding-top .panel-grid-cell,
.remove-cell-padding-top .panel-grid-cell {
	padding-top: 0;
}

.no-cell-padding-bottom .panel-grid-cell,
.remove-cell-padding-bottom .panel-grid-cell {
	padding-bottom: 0;
}

.special-text1{
	color: #FFFFFF;	
	font-family: Montserrat;	
	font-size: 18px;	
	font-weight: bold;	
	letter-spacing: 1.59px;	
	line-height: 22px;
	text-transform: uppercase;
}

.arrow-btn1{
	width: 84px;
	height: 84px;
	display: inline-block;
	background-color: #FF7548;
	text-align: center;
	line-height: 84px;
	border-radius: 100%;
	color: #fff;
	font-size: 18px;
	margin-left: 15px;
}

.arrow-btn1:hover{
	background-color: #eb4a15;
	color: #fff;
}

.cta-box3{
	background-color: #FFFFFF;	
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.25);
	padding: 50px 60px;
}

.cta-box3 .btn{
	min-width: 217px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.cta-box3 .btn-blue{
	background: #1B2236;
}

.cta-box3 .btn-blue:hover{
	background: #333f63;
}

.cta-box3 .box-right{
	text-align: right;
}

.special-text-orange{
	color: #FDA487;	
	font-family: Montserrat;	
	font-size: 17px;	
	letter-spacing: 2px;	
	line-height: 20px;
	text-transform: uppercase;
}

.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next,
.navigation-btn-left,
.navigation-btn-right {
	display: inline-block;
	cursor: pointer;
}
.navigation-style-2 .slick-prev:hover,
.navigation-style-2 .slick-next:hover,
.navigation-btn-left:hover,
.navigation-btn-right:hover {
	opacity: .7;
}
.navigation-btn-left {
	margin-right: 15px;
}
.navigation-btn-right {
	margin-left: 15px;
}
.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before,
.navigation-btn-left:before,
.navigation-btn-right:before {
	font-family: 'Fontawesome';
	font-size: 22px;
	color: #020613;
	line-height: 1;
	opacity: 1;
}
.navigation-style-2 .slick-prev:before,
.navigation-btn-left:before {
	content: '\f104';
}
.navigation-style-2 .slick-next:before,
.navigation-btn-right:before {
	content: '\f105';
}
.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next {
	top: -45px;
	border: 1px solid #E0E1E4;
	height: 45px;
	width: 45px;
	background: #fff;
}
.navigation-style-2 .slick-prev {
	right: 55px;
	left: initial;
	border-right: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	text-align: right;
	padding-right: 15px;
}
.navigation-style-2 .slick-next {
	right: 10px;
	border-left: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	text-align: left;
	padding-left: 15px;
}
.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before {
	line-height: 43px;
}

/* Logo Carousel */
.logo-carousel .carousel-container.slick-slider{
	margin-bottom: 0px;
}

.logo-carousel .carousel-container {
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
	position: relative;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: center;
	-webkit-justify-content: center;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; 
}

.logo-carousel .logo-carousel-item {
	-webkit-box-flex: 1; 
	/* min-height: 90px;
	margin: 0 30px; */
} 

.logo-carousel .carousel-container:before{
	content: '';
	height: 100%;
	width: 100px;
	display: inline-block;
	position: absolute;
	left: 0;
	z-index: 9;

	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.logo-carousel .carousel-container:after {
	content: '';
	height: 100%;
	width: 100px;
	display: inline-block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}


.arrow-link1{
	position: relative;
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    padding-left: 24px;
    border-left: 1px solid #fff;
    display: block;
    line-height: 64px;
}

.arrow-link1 strong {
	display: inline-block;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    vertical-align: middle;
    min-width: 420px;
    font-weight: normal;
}

.arrow-link1:after{
	content: '\f061';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 18px;
	border: 1px #fff solid;
	border-radius: 100%;
	width: 64px;
	height: 64px;
	text-align: center;
	padding-left: 5px;
	line-height: 64px;
	top: 0;
	color: #fff;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

/* Team Overview */
.team-carousel-item{
	border-radius: 3px;	
	background-color: #FFFFFF;	
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.25);
	margin: 10px;
	padding: 60px;
}

.team-carousel-item .team-title{
	color: #585651;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1.94px;
	line-height: 27px;
	margin-bottom: 0px;
}

.team-carousel-item .team-sub-title{
	color: #FDA487;
	font-family: Montserrat;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 20px;
	text-transform: uppercase;
}

.team-carousel-item .team-content{
	color: #6D6C69;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.15px;
	line-height: 25px;
	margin-top: 20px;
	display: block;
}

.team-overview{
	
}

.team-overview .query-heading-section{
	position: relative;
	top: -20px;
}

.team-overview .query-heading-section .btn{
	position: absolute;
	top: 2px;
	right: 120px;
	padding: 16px 30px;
}


/* Remove Paddings */
#pg-1323-5,
#pg-1323-3,
#pg-1323-2,
#pg-1323-7,
#pg-1323-4{
	padding: 0px 0 0;
	margin-bottom: 0!important;
}

#pg-w5bcd7c476b56b-1,
#pg-w5bcd7c476b56b-2{
	padding: 20px 0 0;
	margin-bottom: 0!important;
}

#pg-1323-6{
	padding: 40px 0px;
	margin-bottom: 0!important;
}

#pg-1323-0{
	padding-bottom: 40px;
}

.content .panel-grid .remove-top-padding{
    margin-top: -65px;
}

/* Gform Captcha */
.gfield_captcha_container{
	display: block;
	position: relative;
	margin-bottom: 100px;
}

.gfield_captcha_container .gfield_captcha_input_container{
	float: left;
	position: absolute;
	left: 0;
	top: 40px;
}

.gfield_captcha_container .gfield_captcha_input_container input{
	min-width: 150px;
}

/* Award Section Work With Us Page */

	#award-sec .widget-title{
		margin-bottom: 32px;
	}

	#award-sec{
		padding: 85px 0;
	}

	#award-sec .btn.trans{
		width: 418px;
		margin-top: 25px;
	}
	
	#award-sec h3:before{
	display:none !important;
	}

.inf_dashboard_optin_title{
	visibility:visible !important;
}

.wwu-btn{
	background: #ff7548 !important;
    border-radius: 3px !important;
    font-family: 'Proxima Nova', 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    margin: auto;
    position: relative;
	padding:10px;
}

.wwu-btn a{ color:#ffffff !important;font-weight:700 !important;    padding: 10px 50px !important;}
.pum-content h2{
	font-size:24px !important;
	font-family:"Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
	font-weight:600 !important;
	text-transform: none !important;
}
.pum-content p{
	text-align:center !important;
	    padding: 50px 30px !important;
    background-color: #ededed !important;
        margin: 0 -30px -30px !important;
}

#popmake-4355{
	top: 340.5px !important;
	min-width: 0% !important;
    max-width: 640px !important;
    top: 340.5px !important;
    width: 80% !important;
    margin: auto !important;
    opacity: 1 !important;
    display: block !important;
    position: relative !important;
	left:auto !important;
}

.pum-close{
	color: #6d6c69 !important;
    background-color: #ffffff !important;
}
.footer-sticky .img-wrapper{
	padding:0 !important;
}

