/*
Theme Name: TIFFIN Motorhomes Australia
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: 2.1
Template: genesis
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*
*  General style
*/

@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('fonts/century-gothic-bold.eot'); /* IE9 Compat Modes */
	src: url('fonts/century-gothic-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/century-gothic-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/century-gothic-bold.woff') format('woff'), /* Pretty Modern Browsers */
		url('fonts/century-gothic-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/century-gothic-bold.svg#svgCenturyGothic-Bold') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'CenturyGothic';
	src: url('fonts/century-gothic.eot'); /* IE9 Compat Modes */
	src: url('fonts/century-gothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/century-gothic.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/century-gothic.woff') format('woff'), /* Pretty Modern Browsers */
		url('fonts/century-gothic.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/century-gothic.svg#svgCenturyGothic') format('svg'); /* Legacy iOS */
}

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

body{
	background: #fbfbfb;	
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #444;
	color:#4a4a4a;
	letter-spacing:0.93px;
	line-height:28px;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	transition: opacity .2s ease;
	position: relative;
}

/* Preload */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.page-load-overlay {
	content: '';
    display: block;
    position: fixed;
	opacity: 1;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-image: url(images/clock-pload.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
	transition: opacity .2s ease;
}

/* Page fade */
body.fade-load {
    -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Page fade End */


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: CenturyGothic-Bold;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.25;
	color: #000;
}
h1, .h1 {
	font-size: 55px;
}
h2, .h2 {
	font-size: 39px;
}
h3, .h3 {
	font-size: 34px;
}
h4, .h4 {
	font-size: 27px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 17px;
}

.widget-heading {
	font-size: 20px;
    margin-bottom: 0;	
}
.sub-heading {
    font-size: 11px;
    color: #bbb7b3;
    letter-spacing: 3.4px;
    text-align: left;
    text-transform: uppercase;
	line-height: 24px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited,
h4 a:visited, h5 a:visited, h6 a:visited {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

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

p:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

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,
a:visited {
	color: #4e3133;
	text-decoration: none;
}

a:hover, a:visited,
a:focus, a.active {
	text-decoration: underline;
	outline: none;
    color: #4e3133;
}

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;
}

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

.clearfix {
	clear: both;
}

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

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

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

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

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

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

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

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

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

.nmb {
	margin-bottom: 0;
}
.nmt {
	margin-top: 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;
}

.image-hover-style-1 {
	position: relative;
}

.image-hover-style-1:after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.25);
	transition: opacity .2s ease;
}

.image-hover-style-1:hover:after {
	visibility: visible;
	opacity: 1;
}

/*
*  Layout
*/
.site-container {
	/* width: 2000px;
	border-left: 1px #ccc solid;
    border-right: 1px #ccc solid; */
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}

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

.entry-content,
.site-container{
   overflow: hidden;
}

.wrapper, .wrap,
.content-sidebar-wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

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

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

/*
*  UI Elements
*/
.btn {
	background-color: #4e3133;
    color: #fff;
    white-space: normal;
    border: 0;
    border-radius: 40px;
    font-family: CenturyGothic-Bold;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    background: #4e3133;
    padding: 15px 25px;
}

.btn-square {
	border-radius: 0;
}

.btn:visited {
	color: #fff;
}

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

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

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

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

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

.btn.trans {
	border: 1px solid #4a4a4a;
    background: transparent;    
    color: #4a4a4a;
    text-decoration: underline;
}

.btn.trans:hover {
    background: #4a4a4a;
    color: #fff;
    text-decoration: none;
    border-color: #4a4a4a;
}

.site-footer .btn.trans {
	border: 1px solid #fff;
	min-width: 257px;
	text-decoration: none;
	color: #fff;
}

.site-footer .btn.trans:hover {
	background: #fff;
	color: #000;
}

.btn-link {
	font-family:CenturyGothic-Bold;
	font-size:11px;
	color:#4e3133;
	letter-spacing:2px;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-link:hover {
	color:#4e3133;
	text-decoration: underline;
}

/* Phone Button */
.phone-button {
    border:1px solid #414042;
    border-radius:38px;
    min-width: 38px;
    height: 38px;
    padding: 20px 16px;
    float: left;
    margin: 5px 0px 0px 20px;
    text-align:center;
	
	font-size:14px;
	color: #414042;
    font-weight: 700;

    display: flex;
    display: -webkit-flex; /*Safari*/
    display: -ms-flexbox; /*IE*/

    align-items: center;
    -ms-flex-align: center; /*IE*/
    -webkit-align-items: center; /*Safari*/
    -webkit-box-align: center;

    justify-content: center;
    -webkit-justify-content: center; /*Safari*/
    -ms-justify-content: center; /*IE*/
}

.phone-button:hover{
    border: 1px #d4d4d4 solid;
}

.phone-button i{
    font-weight: normal;
    font-size: 23px;
}

.phone-button:hover i{
    margin-right: 15px;
    color: #d4d4d4;
}

.phone-button .number{
    font-size: 0px;

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

.phone-button:hover .number{
    font-size: 14px;
    display: inline-block;    
    color: #d4d4d4;
}

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

.wistia_responsive_padding {
	padding:56.25% 0 0 0;
	position:relative;
	margin: 0 auto;
}
.wistia_responsive_padding .wistia_responsive_wrapper {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

/*
*  Popup forms
*/
#fancybox-wrap #fancybox-content div {
    box-sizing: border-box;
}
.popup-form-wrap{
    padding: 30px;
    width: 850px;
    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;
}

#subscribe-popup {
	max-width: 500px;
	width: 100%;
	padding: 20px;
}
#subscribe-popup .gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
#subscribe-popup .custom-form-v2 .gform_footer .gform_button.button {
    display: block;
    margin: 0 auto;
}

/* End Popup forms */

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

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

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

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

#fancybox-wrap #fancybox-content div.gform_confirmation_message {
	margin: 25px 0 0;
}

/*
*  Header
*/
.site-header {
	background-color: #000;
	padding: 13px 0 0;
	/*position: relative;*/
}

.site-header.stick {
	width: 100%;
	box-shadow: 0px 2px 20px -5px rgba(0, 0, 0, 0.1);
	z-index: 200;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.nav-primary {
	background: #eee;
}

.nav-primary .genesis-nav-menu > li > a,
.nav-header .genesis-nav-menu > li > a {
    display: inline-block;
    padding: 11px 14px 24px;
    position: relative;
    font-family: CenturyGothic-Bold;
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 12px;
    text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu > li > a:hover,
.nav-header .genesis-nav-menu > li > a:hover {
	text-decoration: none;
}

.nav-primary .genesis-nav-menu > li > a:after,
.nav-header .genesis-nav-menu > li > a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 13px;
	right: 0;
	margin: auto;
	background: #fff;
	
	-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;
}

.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 {
	width: 60%;
	width: calc(100% - 28px);
}

.nav-primary .sub-menu li,
.nav-header .sub-menu li {
	display: inline-block;
	width: 100%;
}

.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: 200px;
	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;
	background: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu,
.nav-header .genesis-nav-menu .sub-menu .sub-menu {
    left: 200px !important;
    top: 0;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.nav-header .genesis-nav-menu .sub-menu a {
	position: relative;
    display: inline-block;
    padding: 8px 20px;
    max-width: 100%;
    width: 200px;
    border-top: none;
    background-color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
    line-height: 16px;
    text-decoration: none;
    font-size: 10px;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-header .genesis-nav-menu .sub-menu a:hover {
    background-color: #f3f0ea;
    color: #000;
}

.single-product .site-header {
	position: relative;
}
.single-product .site-header:after {
    content: '';
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}
.single-product .site-header .wrap {}
.single-product .header-widget-area {
	margin-bottom: 0;
}
.product-menu {
    background: #ffffff;
    display: block;
    clear: both;
    text-align: right;
	position: relative;
    z-index: 10;
}
.product-menu  .menu-item {
	padding: 16px 20px;
}
.product-menu  .menu-item a {
    font-family: CenturyGothic-Bold;
    font-size: 12px;
    color: #000000;
    letter-spacing: 3px;
    line-height: 19px;
    text-transform: uppercase;
}
.product-menu  .menu-item a:hover {
	text-decoration: underline;
	color: #000000;
}

.site-header .title-area {
	float: left;
	position: absolute;
    top: 0;
	z-index: 11;
	-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;
}

.site-header--stick .title-area {
	width: 70px;
}

.header-widget-area {
	float: right;
}

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

.header-widget-area .widget {
    display: inline-block;
    border-left: 1px solid #4c5157;
    min-height: 32px;
    line-height: 32px;
    padding: 0 40px;
}
.header-widget-area .widget:first-child {
	padding-left: none;
	border-left: none;
}

a.nav-phone {
	font-family:CenturyGothic-Bold;
	font-size:12px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:12px;
	text-align:center;	
}
a.nav-phone .fa {
	font-size:20px;
	color:inherit;
	letter-spacing:0;
	text-align:center;
	margin-right: 27px;
	vertical-align: middle;
}
a.nav-phone:hover {}

/* Responsive Menu */
.responsive-menu-button {
	width: 100% !important;
	height: 50px !important;
	background: #1f1e1e !important;
	position: fixed;
	top: 0px !important;
	text-align: right;
	padding-right: 5% !important;
	right: 0px!important;
}

.responsive-menu-button:hover {
	background: #43494c !important;
}

.responsive-menu-open #responsive-menu-container.push-left, 
.responsive-menu-open #responsive-menu-container.slide-left{
	z-index: 9999 !important;
}

#wpadminbar {
	z-index: 999;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	border-left: 0px !important;
	border-right: 0px !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
	border-top: 0px;
	border-bottom: 0px;
}

#responsive-menu-container #responsive-menu-title {
    padding-top: 75px !important;
}
/* End Header */

/*
* Home
*/
.home-sections {
	margin-top: 60px;
}
#home-section {
	position: relative;
	padding: 60px 0;
}
#home-section .panel-grid-cell {
	padding-bottom: 0;	
}
#home-section .rev_slider_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%!important;	
}
.home-sec-0 {
	margin: 0;
}
.home-sec-1 {
	max-width: 1075px;
	margin: 0 auto;
}

.additional-space {
    display: block;
    height: 1px;
    padding: 20px 0;
}


/*
*  Internals | About Page
*/
#about-sec-0 {
	background: url(images/about-white-bg.jpg) no-repeat top left;
}
#about-sec-0 .about-right {
	padding-top: 100px;
}
#about-sec-0 .about-right h2 {
	margin-bottom: 40px;
}
#about-sec-3 {
	padding-bottom: 40px;
}

/*
*  Internals | Product Category
*/
.tax-product-cat .site-inner .content-sidebar-wrap .content {
    margin: -58px 0 150px;	
}
.tax-product-cat .internal-header {
    height: 234px;
    line-height: 114px;
    padding-bottom: 90px;
}

.product-category {
	text-align: center;
}
.product-category-list {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 32px;
}
.product-category-list .product-category-list-top {}
.product-category-list .product-category-list-top.is-sold {
	position: relative;
    overflow: hidden;
}
.product-category-list .product-category-list-top.is-sold:before {
	content: 'SOLD';
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 100%;
    background: red;
    position: absolute;
    font-family: CenturyGothic-Bold;
    top: 17%;
    left: -39.5%;
    right: auto;
    height: 30px;
    display: block;
    overflow: hidden;
    white-space: inherit;
    word-wrap: break-word;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.product-category-list .product-category-list-bot {
    background: #fff;
    position: relative;
    z-index: 10;
    min-height: 154px;
	line-height: 154px;
}
.product-category-list .product-category-list-bot:after {
    content: '';
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.23);
    display: block;
    height: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.product-category-list .product-category-list-bot-wrap {
	display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.product-category-list .product-category-list-bot h4 {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0.93px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;	
}
.product-category-list .product-category-list-bot h4 a {
	text-decoration: underline;
}
.product-category-list .product-category-list-bot h4 a:hover {
	text-decoration: none;
}
.product-category-list .product-category-list-bot h5 {
	font-family: CenturyGothic-Bold;
    font-size: 11px;
    color: #bbb7b3;
    letter-spacing: 3.4px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 11px;
    position: relative;
}
.product-category-list .product-category-list-bot h5:after {
	content: '';
    background: #bbb7b3;
    width: 53px;
    width: 53.5px;
    height: 1px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

#product-standard-features {}

.standard-features-carousel {
	position: relative;
}
.standard-features-carousel-wrap {
	height: 321px;
    position: relative;
    max-width: 1200px;
}
.standard-features-carousel img {
    visibility: hidden;
    cursor: pointer;
    border-radius: 100%;
	border: 5px solid #2d2d2e;
}
.standard-features-carousel img.carousel-center {
	border: 10px solid #2d2d2e;
}
.standard-features-carousel-prev,
.standard-features-carousel-next {
	position: absolute;
    top: 45%;
    left: 0;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    font-size: 27px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    border: none;
    background: none;
    z-index: 99;
}
.standard-features-carousel-next {
	left: auto;
	right: 0;
}
.standard-features-carousel-prev:before,
.standard-features-carousel-next:after {
	content: '\f104';
}
.standard-features-carousel-next:after {
	content: '\f105';
}

.standard-features-carousel-nav {
    text-align: center;
    max-width: 520px;
    margin: 50px auto 0;
    min-height: 150px;
}
.standard-features-carousel-nav .product-slides {
	display: none;
	-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;
}

/*
*  Internals | Product Details
*/
.product-sections {
	padding: 60px 0;
}

.product-sections .product-sections-title {
	text-align: center;
    margin-bottom: 60px;
}
.product-sections .product-sections-title:after {
    content: '';
    background: #bbb7b3;
    width: 50px;
    height: 1px;
    display: block;
    margin: 11px auto 0;
}
.product-btn-inquire {
    background: #ffffff;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.13);
    width: 342px;
    height: 69px;
    display: block;
    position: absolute;
    top: -95px;
    right: 0;
	
	font-family:CenturyGothic-Bold;
	font-size:14px;
	color:#000000;
	letter-spacing:2px;
	text-align:center;
	text-transform: uppercase;
    line-height: 68px;
	z-index: 60;
}
.product-btn-inquire .fa {
    background: #4e3133;
    width: 89px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 68px;	
}

.single-product .post-content-wrapper {
	padding-top: 0;
	position: relative;
}

.sold-wrapper {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 99;
}

.sold-wrapper  .is-sold {
	font-family: CenturyGothic-Bold;
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 100%;
    background: red;
    height: 30px;
    display: block;
    overflow: hidden;
    white-space: inherit;
    word-wrap: break-word;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 27px;
    right: -33px;
    position: relative;
}

.product-slider {
	position: relative;
	background: #f3f0ea;
	margin-bottom: 0;
}
.product-slider:before {
    content: '';
    background: #d8d5cf;
    width: 100%;
    height: 59.27%;
    position: absolute;
    z-index: 1;
}
.product-slider .slick-list {
    z-index: 10;	
}
.product-slider .product-slides {}
.product-slider .product-slides .wrap {
	position: relative;
}
.product-slider .product-slides img {
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 0;
    margin: auto;
}
.product-slider .product-slides .product-slide-content {
	padding: 155px 0 150px 0;
    position: relative;
    z-index: 10;
    min-height: 610px;	
}
.product-slider .product-slides .product-slide-content h3 {
    font-size: 20px;
    color: #4e3133;
    letter-spacing: 30px;
    line-height: 20px;
    text-align: left;
	margin-bottom: 0;
}
.product-slider .product-slides .product-slide-content h2 {
    font-family: CenturyGothic-Bold;
    font-size: 100px;
    color: #ffffff;
    letter-spacing: 20px;
    line-height: 100px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.product-slider .product-slides .product-slide-content .btn {
    min-width: 180px;
}

#product-about-sec {
	text-align: center;
}
#product-about-sec .wrap {
	position: relative;
}

#product-gallery-sec .nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;	
}
#product-gallery-sec .nav-tabs>li {
	float: none;
    display: inline-block;	
}
#product-gallery-sec .nav-tabs>li>a {
	font-family:CenturyGothic-Bold;
	font-size:14px;
	color:#ffffff;
	letter-spacing:2px;
	text-align:center;
	text-transform: uppercase;
	background: #000;
	border-radius: 0;
    min-width: 170px;
    padding: 11px 15px;
    line-height: 21px;
}
#product-gallery-sec .nav-tabs>li.active>a,
#product-gallery-sec .nav-tabs>li.active>a:focus,
#product-gallery-sec .nav-tabs>li.active>a:hover {
	background: #4e3133;
}

#product-gallery-sec .slick-slide img {
    margin: 0 auto;	
}
#product-gallery-sec .slick-prev {
    left: 50px;
	z-index: 50;
}
#product-gallery-sec .slick-next {
    right: 50px;
	z-index: 50;
}
#product-gallery-sec .slick-prev:before,
#product-gallery-sec .slick-next:before {
	color: #fff;
}
#product-gallery-sec .product-gallery {
	min-height: 200px;
}
#product-gallery-sec .product-gallery .slick-list {
	z-index: 1;
}
#product-gallery-sec .product-gallery:before {
	content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    
	font-size: 60px;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #000;
}

.wp-video {
	width: 100%!important;
}

#product-floor-plan-sec {
	background:#f3f0ea;
}

#product-decor-sec {
	background: url(images/interior-decor-options-bg.jpg) no-repeat;
    background-size: cover;	
}
#product-decor-sec .product-sections-sub-title {
	font-size: 11px;
    color: #bbb7b3;
    letter-spacing: 3.4px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3px;
}
#product-decor-sec .product-sections-title {
	font-size: 34px;
    color: #ffffff;
    letter-spacing: 0.87px;
    line-height: 42.5px;
    margin-bottom: 41px;
}
#product-decor-sec .product-sections-title:after {
	background: #ffffff;
	width:82px;
	height:1px;
	margin-top: 13px;
}
#product-decor-sec .interior-decor-options {
	background: #ffffff;
    box-shadow: 0 12px 34px 0 rgba(0,0,0,0.45);
}
.interior-decor-options-wrap {	
    position: relative;
    width: 100%;
    padding: 45px 60px 50px;
}
.interior-decor-options-wrap .decor-model-name {
	font-size:20px;
	color:#000000;
	letter-spacing:0.51px;
	line-height:25px;
	text-align:center;
	margin-bottom: 14px;
}
.interior-decor-options-wrap .nav-tabs {
	padding: 0;
    text-align: center;
    border: none;
    line-height: 1;
    margin: 15px 0;
}
.interior-decor-options-wrap .nav-tabs li {
	float: none;
    display: inline-block;
    margin: 0!important;	
}
.interior-decor-options-wrap .nav-tabs li:before {
    content: '/';
    font-family: CenturyGothic-Bold;
    font-size: 11px;
    color: #4e3133!important;
    letter-spacing: 2px;
    display: inline;
}
.interior-decor-options-wrap .nav-tabs li:first-child:before {
	content: none;
}
.interior-decor-options-wrap .nav-tabs > li > a {
    font-family: CenturyGothic-Bold;
    font-size: 11px;
    color: #4e3133!important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    border: none!important;
    padding: 0 15px;
    margin: 0;
	display: inline;
	cursor: pointer!important;
	background: none;
}
.interior-decor-options-wrap .nav-tabs>li>a:hover,
.interior-decor-options-wrap .nav-tabs>li.active>a,
.interior-decor-options-wrap .nav-tabs>li.active>a:focus,
.interior-decor-options-wrap .nav-tabs>li.active>a:hover {
	background: none;
    text-decoration: underline;	
}
.interior-decor-options-wrap .nav-tabs.first-row {
	margin: 0;
}
.interior-decor-options-wrap .nav-tabs.first-row > li {}
.interior-decor-options-wrap .nav-tabs.first-row > li:before {
	font-size:20px;
}
.interior-decor-options-wrap .nav-tabs.first-row > li > a {
	font-size:20px;
	color:#000000!important;
	letter-spacing:0.51px;
	line-height:25px;
	text-align:center;
	margin-bottom: 14px;
	text-transform: capitalize;
}
.interior-decor-options-wrap .nav-tabs.first-row >li>a:hover,
.interior-decor-options-wrap .nav-tabs.first-row >li.active>a,
.interior-decor-options-wrap .nav-tabs.first-row >li.active>a:focus,
.interior-decor-options-wrap .nav-tabs.first-row >li.active>a:hover {
	background: none;
    text-decoration: underline;	
}
.interior-decor-options-wrap .tab-content .tab-content {
	margin-top: 40px;
}
.interior-decor-options-wrap .tab-content {
	text-align: center;
}
.interior-decor-options-wrap .tab-content .design-img-container {
    display: inline-block;
    margin: 0 20px 20px;
	width: 156px;
    line-height: 156px;
    background: #fff;
	vertical-align: top;
}
.interior-decor-options-wrap .tab-content .design-img-container a {
    display: block;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.interior-decor-options-wrap .tab-content .design-img-container a span {
    display: block;
    padding: 5px 0;
}
.interior-decor-options-wrap .tab-content .design-img-container:first-child {
	margin-left: 0;
}

#product-specs-sec {}

.specifications-item {
    width: 50%;
    display: inline-block;
    line-height: 317px;
    height: 317px;
    position: relative;
}
.specifications-item > a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.specifications-item > h4:before,
.specifications-item > h4:after {
    content: '';
    background: #ffffff;
    width: 85px;
    height: 1px;
    display: block;
    margin: 20px auto;
	
	-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;
}
.specifications-item > a:hover + h4:before,
.specifications-item > a:hover + h4:after {
    width: 0;
}
.specifications-item > h4 {
	font-size: 17px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 21.25px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
.specifications-content-hidden {
	display: none;
}
.specifications-content {}
.specifications-content > br {
    display: none;
}

#product-exterior-paint-sec {
	background: #fff;
}
#product-exterior-paint-sec .product-sections-sub-title {
    font-size: 11px;
    color: #bbb7b3;
    letter-spacing: 3.4px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;	
}

.product-exterior-paint-images {
    text-align: center;
    max-width: 767px;
    margin: 0 auto 28px;	
}
.product-exterior-paint-images .product-exterior-paint-image {}
.product-exterior-paint-images .product-exterior-paint-image h5 {
	margin: 50px 0 0;
    letter-spacing: 0.51px;
    text-transform: capitalize;
}
.product-exterior-paint-schemes-wrap {
	background:#f9fafb;
	border:1px solid #d8d5cf;
	border-radius:72px;
	max-width:1168px;
	width: 100%;
	height:68px;
	padding: 0 45px;
}
.product-exterior-paint-schemes {
	max-width: 690px;
	margin: 0 auto;
}
.product-exterior-paint-schemes .product-exterior-paint-scheme {
	font-family: CenturyGothic-Bold;
    font-size: 11px;
    color: #4e3133;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 19px;
	cursor: pointer;
	min-width: 175px;
	position: relative;
}
.product-exterior-paint-schemes .product-exterior-paint-scheme:before {
	content: "/";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 29px;
}
.product-exterior-paint-schemes .product-exterior-paint-scheme:first-child:before {
    content: none;
}
.product-exterior-paint-schemes .product-exterior-paint-scheme:hover {
	text-decoration: underline;
}
.product-exterior-paint-schemes .slick-prev:before,
.product-exterior-paint-schemes .slick-next:before {
	line-height: 16px;	
}
.product-exterior-paint-schemes .slick-prev {
    left: -170px;	
}
.product-exterior-paint-schemes .slick-next {
    right: -170px;
}

#product-chases-sec {
	background: #f3f0ea;
    padding: 0;
	margin-top: 0;
	position: relative;
}
#product-chases-sec:before {
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: #bbb7b3;
    z-index: 1;
}
#product-chases-sec .wrap {
	background: url(images/chases-bg.jpg) no-repeat right;
	position: relative;
    z-index: 10;
	min-height: 245px;
    line-height: 245px;
}
.chassis-row {
	display: inline-block;
    vertical-align: middle;
    line-height: normal;	
}
.chassis-logo {
    text-align: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0px;
    background: #bbb7b3;
    line-height: 245px;
	z-index: 10;
}
.chassis-logo span {
	position: relative;
}
.chassis-logo span:before {
	content: '';
    background: #d8d5cf;
    width: 1px;
    height: 82px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}
.chassis-logo img {
	display: inline-block;
	margin: 0 30px;
}
.chassis-logo span:first-child:before {
	content: none;
}
.chassis-logo span:first-child img {
	margin-left: 0;
}
.chassis-content {
    font-family: CenturyGothic;
    font-size: 17px;
    color: #4c5157;
    letter-spacing: 0.43px;
    line-height: 25px;
    text-align: left;
	float: right;
    padding-left: 90px;
}


#product-bottom-content {
	text-align: center;
    padding: 100px 0 120px;
}
#product-bottom-content .content-box  {
    max-width: 855px;
    margin: 0 auto;	
}
.product-bottom-content-1 {}
.product-bottom-content-2 {	
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0.8px;
    line-height: 18px;
}
.product-bottom-content-1 .col-sm-3 {}
.product-bottom-content-1 .col-sm-3 {
	text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.product-bottom-content-1 .col-sm-3 h3 {
	font-size: 48px;
    color: #bbb7b3;
    letter-spacing: 1.23px;
    line-height: 42.5px;    
	margin-bottom: 8px;
}
.product-bottom-content-1 .col-sm-3 h4 {
	font-size: 17px;
    color: #3b3b3b;
    letter-spacing: 0.43px;
    line-height: 21.25px;
    margin-bottom: 24px;
    padding-bottom: 24px;
	border-bottom: 1px solid #d8d5cf;
}
.product-bottom-content-1 .col-sm-3 h3,
.product-bottom-content-1 .col-sm-3 h4,
.product-bottom-content-1 .col-sm-3 p {
    padding-left: 40px;
    padding-right: 40px;
}
.product-bottom-content-1 .col-sm-3 p {
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-align: left;
	margin-bottom: 0;	
}
.product-bottom-content-1 .col-sm-3.last {}
.product-bottom-content-1 .col-sm-3.last h4 {
    font-size: 24px;
    color: #bbb7b3;
    letter-spacing: 0.61px;
    line-height: 24px;
    display: inline-block;
    vertical-align: bottom;
	text-transform: uppercase;
}
.product-bottom-content-1 .col-sm-3.last,
.product-bottom-content-2 .col-sm-3.last {
	border-left: 1px solid #d8d5cf;
	word-wrap: break-word;
}
.product-bottom-content-1 .col-sm-3.last h3,
.product-bottom-content-1 .col-sm-3.last h4,
.product-bottom-content-1 .col-sm-3.last p {
	padding-left: 50px;
	padding-right: 15px;
}
.product-bottom-content-1 .col-sm-3.last h4 {
    margin-top: 41px;
    display: block;	
}

/*
*  Footer
*/
.site-footer {
	overflow: hidden;
}

.site-footer > .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
}
.footer-top {
	background-color: #000;
	padding: 0;
}

.footer-top .widget-area {
	overflow: hidden;
}

#footer-top-0,
#footer-top-1 {
	border-bottom: 1px solid #4c5157;
}
#footer-top-0 .middle-widget,
#footer-top-0 .right-widget {
	line-height: 168px;
	text-align: center;
}
#footer-top-0 .right-widget {
	text-align: right;
}

#footer-top-1 .widget-right {
	text-align: right;
}	
#footer-top-1 .widget-right li {	
    display: block;
    clear: both;
    margin: 0 0 20px;
    overflow: hidden;	
}

.footer-top * {
	color: #fff;
}

/* Footer Information Box */
.footer-info-box{
	width: 100%;
	min-height: 155px;
	position: relative;
}

.footer-info-box .footer-info{
	width: 100%;
	position: absolute;
	top: 0;
}

.footer-info-box .footer-info a{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size:14px;
	color:#fcf8ef;
	letter-spacing:2px;
	text-decoration: none;
	cursor: pointer;
}

.footer-info-box .footer-info a:hover{
	opacity: 0.6;
}

.footer-info .footer-phone,
.footer-info .footer-mobile,
.footer-info .footer-address{
	padding-left: 55px;
}

.footer-info .footer-phone:before,
.footer-info .footer-mobile:before,
.footer-info .footer-address:before{
	font-family:'FontAwesome';
	font-size:20px;
	color:#fcf8ef;
	line-height: 22px;
	border-right: 1px #fff solid;
	padding-right: 20px;
	min-width: 38px;
	position: absolute;
	left: 0;
}

.footer-info .footer-phone:before{
	content:'\f095';
}

.footer-info .footer-mobile:before{
	font-size: 23px;
	content:'\f10b';
}

.footer-info .footer-address:before{
	content: '\f124';
} /*end*/


.footer-bottom {
	background-color: #000;
    padding: 12px 0;
    font-size: 12px;
    min-height: 41px;
}

.footer-bottom *,
.footer-bottom a{
	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;
}
/* End Footer */

/*
*  Internals
*/
.home.full-width-content .content-sidebar-wrap > .content {
	margin-top: 0;
	margin-bottom: 0;
}

.full-width-content .content-sidebar-wrap > .content {
	margin-top: 50px;
	margin-bottom: 40px;
    line-height: 29px;
}

.contact-page .content-sidebar-wrap > .content {
	margin-bottom: 0px;
}

.home.content-sidebar .content-sidebar-wrap {
	margin-top: 0;
}

.content-sidebar .content-sidebar-wrap {
	margin-top: 50px;
}

.content-sidebar .content-sidebar-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.content-sidebar .content {
	display: inline-block;
	width: 800px;
	max-width: 100%;
	vertical-align: top;
	float: left;
    line-height: 29px;
}

.content-sidebar .sidebar {
	display: inline-block;
	width: 300px;
	max-width: 100%;
	vertical-align: top;
	float: right;
	margin-left: 60px;
}

.internal-header {
    background-position: center center;
    background-size: cover;
    padding: 30px 0;
    background: #f3f0ea;
    height: 194px;
    line-height: 134px;
}
.internal-header .wrapper {
	width: 100%;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
.internal-header h1 {
    font-size: 34px;
    color: #000000;
    letter-spacing: 0.87px;
    text-align: right;
    margin: 0 auto;
    text-transform: capitalize;
    width: 1200px;
    max-width: 100%;
}

.internal-header h1 span {
	border-right: 1px solid #bbb7b3;
    width: 1px;
    padding-right: 28px;
}

.breadcrumb {
	margin-top: 20px;
	color: #fff;
	text-align: center;
	background: none;
	margin-bottom: 0;
}

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

.breadcrumb a:hover{
	text-decoration: underline;
}
/* End Internals */

/*
*  404 
*/
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 {
	margin-top: 50px;
	padding-bottom: 50px;
	padding: 0;
}
.tax-product-cat .site-inner .content-sidebar-wrap {
	margin-top: 0;
}

.site-inner .content-sidebar-wrap .content {
	margin: 0;
}

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

.single-product .site-inner .content-sidebar-wrap .content {
	padding-bottom: 0;
}

.force-fullwidth .site-inner .content-sidebar-wrap {
	width: 100%;
	margin-top: 0;
}

.home .content-sidebar-wrap {
	width: 100%;
	padding: 0;
	margin: 0;
}

.preloader-container img {
	display: block;
	width: 70px;
	margin: 20px auto;
}

/*
*  Internals | Blog
*/
.post-date {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.25;
    font-family: CenturyGothic-Bold;
    font-size: 11px;
    color: #bbb7b3;
    letter-spacing: 3.4px;
    text-align: left;
	margin-bottom: 13px;
}

.post-date .blog-category{
	margin-left: 16px;
}

.title-container h2 {
    position: relative;
    letter-spacing: 0.87px;
	font-size: 34px;
}

.single-post .title-container h2 {
	padding-bottom: 45px;
    border-bottom: 1px solid #bbb7b3;
    margin-bottom: 35px;
}

.blog-container .title-container .post-title a {
    text-transform: uppercase;
}

.blog-container .title-container .post-title a:hover{
	text-decoration: underline;
}

.blog-post .thumbnail-container,
.single-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;
	overflow: hidden;
}

.blog-post .content {
	margin-bottom: 10px;
}

.blog-post .read-more-container {
	margin-bottom: 10px;
}

.blog-post .author-container {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 300;
}

.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;
}

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

/*
*  Sidebar
*/
.sidebar > .widget {
    margin-bottom: 30px;
    border-bottom: 1px solid #bbb7b3;
    padding-bottom: 25px;
}

.sidebar .widget-title {
	margin: 0 0 36px;
    font-family: CenturyGothic-Bold;
    font-size: 27px;
    color: #000000;
    letter-spacing: 0.69px;
    line-height: 33.75px;
}

.sidebar .widget-title:after {
	content: '';
    background: #bbb7b3;
    width: 28px;
    height: 1px;
    display: block;
    margin-top: 11px;	
}

.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 solid #bbb7b3;
    border-top: none;
}

.sidebar .menu a {
	display: block;
    padding: 7px 30px;
    font-weight: 700;
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0.93px;
    line-height: 28px;
    text-align: left;
    background: #f9fafb;
	text-decoration: underline;
	position: relative;
}

.sidebar .menu a:after {
	content: '\f061';
	font-family:FontAwesome;
	font-size:10px;
	color:#4a4a4a;
	letter-spacing:0.71px;
    position: absolute;
    top: 5px;
    right: 30px;
}

.sidebar .menu a:hover {
	color: #4a4a4a;
	text-decoration: none;
}

/* Sidebar Post image overlay */
.sidebar-posts .post-item {
	position: relative;
	margin-top: 20px;
}

.sidebar-posts .post-item:first-child {
	margin-top: 0;
}

.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: 10px;
}

.sidebar-posts .post-item a:hover .overlay {
	background: none;
	color: #fff;
}

.sidebar-posts .post-item .overlay .title {
    padding: 5px;
    border-left: 0px;
    font-family: CenturyGothic-Bold;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.35px;
    line-height: 19.25px;
}

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

.sidebar-post-text .sidebar-posts .post-item {
	position: relative;
	border-top: #ddd 1px solid;
	padding: 30px 0px;
	display: inline-block;
	max-width: 300px;
}

.sidebar-post-text .date-title-box {
	display: inline-flex;
}

.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 {
	font-size: 13px;
	margin: 10px 0px 10px 0px;
    line-height: 24px;
}

.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;
}
/* End Sidebar Post Text */

.sidebar .fb-embed iframe {
	border:none;
	overflow:hidden;
	width:250px;
	height:590px;
}

.share-icons-container{
    border-top: 1px solid #f3f0ea;
    border-bottom: 1px solid #f3f0ea;
    padding: 23px 0px 3px 0px;
}

.single-post .share-icons-container{
	margin-top: 70px;
}

.share-icons-container .left-share{
    text-transform: uppercase;
    font-family: CenturyGothic-Bold;
    font-size: 11px;
    color: #bbb7b3;
    letter-spacing: 3.4px;
    line-height: 24px;
    text-align: left;
}

.share-icons-container .right-share .genesis-share-icons-container{
	float: right;
}

.genesis-share-icons-container,
.ff-social-share {
	margin-bottom: 10px;
	float: left;
}

.single-post .genesis-share-icons-container,
.single-post .ff-social-share,
.post-author {
	margin-bottom: 10px;
	float: left;
}

.share-icons-container:after {
	content: '';
	display: block;
	clear: both;
}

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

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

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

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

.single-post-subscribe {
	margin-top: 40px;
}
.single-post-subscribe .widget-title {
	font-size:11px;
	color:#bbb7b3;
	letter-spacing:3.4px;
	line-height:24px;
	text-align:left;
	margin-bottom: 2px;
}
.single-post-subscribe .gform_wrapper form {
	position: relative;
}
.single-post-subscribe .gform_wrapper .top_label .gfield_label {
	display: none;
}
.single-post-subscribe .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}
.single-post-subscribe .gform_wrapper input.large {
    opacity: 0.12;
    font-family: CenturyGothic-Bold!important;
    font-size: 40px!important;
    color: #000000;
    letter-spacing: 0.91px!important;
    line-height: 68.75px;
	border: 0;
    border-bottom: 2px solid #4a4a4a;
	padding: 0!important;
}
.single-post-subscribe .gform_wrapper input.large::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000000;
	font-size: 55px!important;
}
.single-post-subscribe .gform_wrapper input.large::-moz-placeholder { /* Firefox 19+ */
	color: #000000;
	font-size: 55px!important;
}
.single-post-subscribe .gform_wrapper input.large:-ms-input-placeholder { /* IE 10+ */
	color: #000000;
	font-size: 55px!important;
}
.single-post-subscribe .gform_wrapper input.large:-moz-placeholder { /* Firefox 18- */
    color: #000000;
	font-size: 55px!important;
}
.single-post-subscribe .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: #4e3133;
    border-radius: 100%;
}
.single-post-subscribe .gform_wrapper .gform_footer:hover {
	background: #4a4a4a;
}
.single-post-subscribe .gform_wrapper .gform_footer:before {
	content: '\f061';
    font-family: FontAwesome;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0.47px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	z-index: 9;
}
.single-post-subscribe .gform_wrapper .gform_footer input.button {
	background: transparent;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-indent: -9999em;
    margin: 0;
	position: relative;
    z-index: 10;
}
.single-post-subscribe .gform_wrapper ul.gform_fields li {
	padding-left: 0!important;
}

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



/*
*  Internals | Contact Page
*/

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

.contact-map{
	width: 100%;
}

.contact-page .small-icon {
	position: relative;
	padding: 5px 0px 0px 56px;
	color: #000;
	margin-bottom: 10px;
}

.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: 10px;
	font-size: 14px;
	color: #000;
}

.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;
}

.contact-page .two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding-right: 30px;
	padding-left: calc(100% - 385px);
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact-page .two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding-left: 30px;
    padding-right: calc(100% - 770px);
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-page h4,
.contact-page h5,
.contact-page h6{
    margin-bottom: 0px;
}

.contact-left-box {
	font-size:12px;
	color:#4a4a4a;
	letter-spacing:0.8px;
	line-height:24px;
	text-align:left;
    padding-top: 35px;	
}
.contact-left-box a {
	font-size:14px;
	color:#4a4a4a;
	letter-spacing:0.93px;
	line-height:26px;
	text-decoration: underline;
}
.contact-left-box a:hover {
	text-decoration: none;
}
.contact-left-box strong {
	font-weight:600;
	font-size:12px;
	color:#4a4a4a;
	letter-spacing:0.8px;
	line-height:24px;
	text-align:left;
}
.contact-left-box h6 {
	font-size:11px;
	color:#bbb7b3;
	letter-spacing:3.4px;
	line-height:24px;
	text-align:left;
	text-transform: uppercase;
}

.contact-left-box .textwidget,
.contact-right-box .textwidget{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px;
}

#contact-sec-1 {
	background: #f3f0ea;
	padding-bottom: 40px;
}
#contact-sec-1 .panel-grid-cell {
    padding-top: 0;
}
#contact-sec-2 .panel-grid-cell {
    padding-top: 40px;
}

/* Members */	
.team-members-container .row {
	margin-left: 0px;
	margin-right: 0px;
}

.team-members-container .team-box{
	margin-bottom: 20px;
}

.team-members-container .team-member {
	border: 1px #d4d4d4 solid;
	padding: 35px 30px 20px 30px;
}

.team-member .title-container{
	font-size:20px;
	color:#414042;
	letter-spacing:0.41px;
}

.page-template-default .team-member .image-container .image-box{
	background:#d8d8d8;
	border:4px solid #eeeeee;
	width:124px;
	height:124px;
	border-radius:100%;
	position: relative;
	overflow: hidden;
}

.page-template-default .team-member .image-container img{
	width:124px;
	height:124px;
}

.full-width-content .team-member .image-container .image-box{
	background:#d8d8d8;
	border:4px solid #eeeeee;
	width:200px;
	height:200px;
	border-radius:100%;
	position: relative;
	overflow: hidden;
}

.full-width-content .team-member .image-container img{
	width:200px;
	height:200px;
}
	
.team-member .name {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.team-member .name .sub-title {
	display: block;      
	font-size:14px;
	color:#414042;
	letter-spacing:0.29px;
	position: relative;
	padding-bottom: 8px;
}

.team-member .name .sub-title:after {
	content:'';
	width: 92px;
	height: 2px;
	background: #d4d4d4;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.team-member .content-container{
	font-size:14px;
	color:#414042;
	letter-spacing:0.93px;
	line-height:26px;
	text-align:justify;
}

.member-social-media{
	border: 1px #d4d4d4 solid;
	border-top: 0px;
	padding-bottom: 15px;
}

.member-social-media .custom-social-icons a {
	margin: 20px 20px 0px 0px;
}


/*
*  Effects
*/	

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

/*
*  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 {
	border-left: 5px solid #c5c5c5;
	padding: 10px 50px 10px 70px;
	margin: 45px 0;
}

hr {
	border-top: 1px solid #bbb7b3;
	margin: 50px 0;
}

/*
*  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: #bbb7b3;
}

.panel-default>.panel-heading {
	padding: 0;
}

.panel-heading .accordion-toggle {
    padding: 15px 37px;
    background-color: #eceef3;
    font-weight: 700;
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0.93px;
    line-height: 28px;
    text-align: left;
	text-decoration: underline;
}

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

.panel-heading .accordion-toggle:hover{
	background-color: #eceef3;
	color: #4a4a4a;
	text-decoration: none;
}

.panel-heading .accordion-toggle.active {
	background-color: #eceef3;
	color: #4a4a4a;
	text-decoration: none;
}

.panel-heading .accordion-toggle.collapsed {
	background-color: #eceef3;
	color: #4a4a4a;
}

.panel-heading .accordion-toggle.collapsed:hover {
	background-color: #eceef3;
	color: #4a4a4a;
}

.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: '\f175';
}

.panel-heading .accordion-toggle.active:before{
	content: '\f175'; /*closed*/
	color:#d8d5cf;
}

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

.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: 1px solid #bbb7b3;
    padding: 20px 40px 20px 40px;
}

/* End Accordion */

/* Stacktable */
.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
.stacktable { width: 100%; }
.st-key { 
    width: 50%;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
    background: #fbfbfb;
	text-transform: uppercase;
}
.st-val { 
	width: 49%;
}

/*
*  Shortcodes
*/
.custom-tables {
	border: 1px solid #d8d5cf;
	position: relative;
	margin-bottom: 20px;
}
.custom-table-row {
    font-weight: 300;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
    border-top: 1px solid #d8d5cf;
	position: relative;
}
.custom-tables thead {
	font-weight: 700;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
    background: #fbfbfb;
	text-transform: uppercase;
}
.custom-table-col {
    padding: 5px 15px;
    vertical-align: middle;
	border-left: 1px solid #d8d5cf;
}
.custom-table-col:first-child {
	border-left: none;
}
.custom-tables > br,
.custom-table-row > br {
	display: none;
}

.contact-list-box {
    position: relative;
    display: inline-block;
    width: 33.33%;
    padding-left: 100px;
	float: left;
}
.contact-list-box .fa {
    background: #ffffff;
    border: 1px solid #f3f0ea;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    text-align: center;
    line-height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 24px;
    color: #bbb7b3;
    letter-spacing: 1.59px;
}
.contact-list-box strong {
    font-family: CenturyGothic-Bold;
    font-size: 11px;
    color: #bbb7b3;
    letter-spacing: 3.4px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
	display: block;
	margin-bottom: -3px;
}
.contact-list-box p {
    text-align: left;
    line-height: 28px;
    margin-bottom: -3px;	
}
.contact-list-box a {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0.93px;
    line-height: 28px;
    text-align: left;
    display: block;
    margin-bottom: -3px;
    text-decoration: underline;
	word-wrap: break-word;
}
.contact-list-box a:hover {
	text-decoration: none;
}

/* [column_boxes] */
.column-boxes {
	margin-top: -5px;
	margin-left: -5px;
}
.column-boxed {
	position: relative;
    display: block;
    padding: 5px 0 0 5px;
    text-align: center;
    float: left;  
}    
.col-2 .column-boxed {
	width: 50%;
}
.col-3 .column-boxed {
	width: 33.33%;
}
.col-4 .column-boxed {
	width: 25%;
}
.column-boxed .cb-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}
.column-boxed .cb-link:hover {
	background: rgba(0,0,0,0.1);
}
.column-boxed-wrap {
    background-size: cover!important;
    padding: 0;
    line-height: 275px;
    position: relative;
    background: rgba(0,0,0,0.45);
}
.column-boxed-content {
    line-height: normal;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.column-boxed-content br {
	display: none;
}
.column-boxed h4:before,
.column-boxed h4:after {
    content: "";
    display: block;
    margin: 0 auto 18px;
    background: #ffffff;
    width: 85px;
    height: 1px;
	
	-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;
}
.column-boxed h4:after {
	margin: 18px auto 0;
}
.column-boxed .cb-link:hover + div h4:before,
.column-boxed .cb-link:hover + div h4:after {
	width: 0;
}
.column-boxed h4 {
	font-weight: 900;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 0;
}

/* [boxed] */
.boxed-content {
    padding: 0 0 0 40px;
    border-left: 1px solid #bbb7b3;
    margin: 0 0 25px;
    font-size: 17px;
    color: #bbb7b3;
    letter-spacing: 1.13px;
}

/* [testimonial] */
.testimonial-box {
	position: relative;
    display: block;
    padding: 0px 0px 20px 0px;
    font-size: 14px;
    color: #a9a9a9;
    margin: 20px 0 50px;
    background: none;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
}

.testimonial-content-page {
	font-size: 17px;
	font-weight: 100;
	color: #a9a9a9;
	padding: 5px 20px 40px 80px;
	line-height: 28px;
	position: relative;
}

.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 0px 0px 0px;
	width: 100%;
	float: left;
	clear: both;
}

.testimonial-company-position{
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    clear: both;
    width: 100%;
    text-align: left;
	color: #616161;
	letter-spacing: 1px;
}

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

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

/* [sidebar_cta] */
.sidebar-posts .post-item .read-more-btn{
	font-size: 10px;
	color: #006A8C;
	letter-spacing: 3.33px;
	line-height: 20px;
	text-align: left;
	display: inline-block;
	text-decoration: underline;	
}

.sidebar-cta{
    background: #f3f0ea;
    padding: 25px 20px;
    position: relative;
}

.sidebar-cta:before {
    content: '';
    background-color: #bbb7b3;
    position: absolute;
    width: 100%;
    height: 134px;
    top: 0;
    left: 0;
}

.sidebar-cta .image-con {
    position: relative;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.25);
    padding: 12px 0;
	margin-bottom: 15px;
}

.sidebar-cta .heading {
    font-family: CenturyGothic-Bold;
    font-size: 27px;
    color: #4c5157;
    letter-spacing: 0.69px;
    line-height: 33.75px;
    text-align: center;
    display: block;
}
.sidebar-cta .subheading {
	font-family:CenturyGothic-Bold;
	font-size:20px;
	color:#4c5157;
	letter-spacing:0;
	line-height:25px;
	text-align:center;
	display: block;
}
	
.sidebar-cta .image-con a{
	position: relative;
	display: block;
	z-index: 8;
}

.sidebar-cta .text-center {
    background: transparent;
    padding: 0;
    margin-top: 15px;
}

.sidebar-cta .btn {
    padding: 13px 35px;
    line-height: 19px;	
}

/* Testimonial slideshow */
.testimonials-slideshow-box{
	width: 100%;
    max-width: 1200px;
    padding: 5px;
    margin: auto;
}

.testimonials-slideshow-box .testimonials-container{
	width: 100%;
	max-width: 800px;
    padding: 5px;
    display: inline-block;
}

.testimonials-slideshow-box .testimonial-item {
	font-size: 14px;
	color: #707585;
	padding: 0px;
	max-width: 1200px;
	margin: auto;
	position: relative;
	line-height: 28px;
}

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

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

.testimonials-slideshow-box .testimonial-item a:hover {
	opacity: 0.8;
}

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

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

.testimonials-slideshow-box .testimonial-company-position{
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    clear: both;
    width: 100%;
    text-align: center;
	color: #616161;
	letter-spacing: 1px;
}

.testimonials-slideshow-box .testimonial-thumb img{
	width: 130px;
	height: 130px;
	margin: 10px auto 40px;
	border-radius: 100%;
	border: #dee2e4 3px solid;
}

/* Shortcode - internal_cta */
.cta-box {
	background: #fff;
	position: relative;
    padding: 57px 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.cta-box .cta-content {
	border-left: 1px solid #bbb7b3;
    min-height: 53px;
	padding-left: 15px;
	width: 70%;
    float: left;
}

.cta-box h3 {
	font-size:27px;
	color:#000000;
	letter-spacing:0.69px;
	line-height:33.75px;
	margin-bottom: 0;
	text-align: left;
}

.cta-box h4 {
	font-family:CenturyGothic-Bold;
	font-size:11px;
	color:#bbb7b3;
	letter-spacing:3.4px;
	line-height:24px;
	text-align:left;
	text-transform: uppercase;
	margin-bottom: 0;
}

.cta-box .button-wrapper .btn {
	min-width: 180px;
}

.cta-box .button-wrapper {
    float: right;
    width: 30%;
    text-align: right;
	line-height: 54px;
	line-height: 54.5px;
}

.cta-box:after {
	content: '';
	display: block;
	clear: both;
}

.cta-box-2 {
	background: #f3f0ea;
    padding: 30px 0;
}
.cta-box-2 .cta-content {
	min-height: 37px;
	margin: 6px 0;
}
.cta-box-2 h3 {
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: 0.51px;
    line-height: 25px;
    text-transform: uppercase;	
}
.cta-box-2 h4 {
	font-family: 'Open Sans';
    letter-spacing: 0.93px;
    line-height: 1.25;
    font-weight: 400;
    text-transform: none;
}
.cta-box-2 .button-wrapper .btn {
    padding: 15px 40px 15px 80px;
	position: relative;
}
.cta-box-2 .button-wrapper .btn:before {
	content: '\f02d';
    font-family: FontAwesome;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2.97px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 40px;
}

/* Media Boxes */
div.media-box-container {
	padding-bottom: 2px;
}
div.media-box-content {
    padding: 25px 0;
	min-height: 193px;
    box-shadow: 0 2px 0 0 #f3f0ea;
}
div.media-box-title {
	font-family:CenturyGothic-Bold;
	font-size:17px;
	color:#000000;
	letter-spacing:0.43px;
	line-height:21.25px;
}
div.media-box-title a {
	color: #000000;
	text-decoration: underline;
}
div.media-box-more a, div.media-box-view-image a {
	font-weight:700;
	font-size:14px;
	color:#4a4a4a;
	letter-spacing:0.93px;
	line-height:28px;
	text-align:left;
	text-decoration: underline!important;
}
div.media-box-more a:hover, div.media-box-view-image a:hover, div.media-box-title a:hover {
	text-decoration: none!important;
}
div.media-box-text {
	margin-bottom: 6px!important;
}
.media-box-filter-label {
	font-family:CenturyGothic-Bold;
	font-size:27px;
	color:#000000;
	letter-spacing:0.69px;
	line-height:33.75px;
	display: inline-block;
	vertical-align: bottom;
}
div.filters-container {
    margin-bottom: 50px;
	line-height: 30px;
}
.filters-container .media-boxes-search {
	float: right;
	width: 300px;
}

.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;
	float: right;
}

ul.media-boxes-filter>li a {
	background: #bbb7b3;
	font-family:CenturyGothic-Bold;
	font-size:14px;
	color:#ffffff;
	letter-spacing:2px;
	text-align:left;
	text-transform: uppercase;
	-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    padding: 16px 20px 16px 60px;
    min-width: 224px;
    position: relative;
}
ul.media-boxes-filter>li a:before {
	content: '\f02d';
	font-family:FontAwesome;
	font-size:14px;
	color:#ffffff;
	letter-spacing:2.97px;
	text-align:center;
	position: absolute;
    top: 16px;
    left: 25px;
}
ul.media-boxes-filter>li a:hover,
ul.media-boxes-filter>li a.selected {
	background: #4a4a4a;
	-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

.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;
}

.media-box-image .newsfeed-category {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.95;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 24px;
    top: 0;
    padding: 15px 10px 0px 30px;
}

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

.social-icons a,
.stButton .stLarge{
	background-color: #444;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	float: left;
}

.social-icon i{
	margin: auto;
}

/* ShareThis icon */
.st_sharethis_large.float{
	display: inline-block;
}
.stButton .stLarge{
    background-image: none !important;
    width: 52px !important;
    height: 52px !important;

    display: flex !important;
	display: -webkit-flex !important; /*Safari*/
	display: -ms-flexbox !important; /*IE*/

	align-items: center !important;
	-ms-flex-align: center !important; /*IE*/
	-webkit-align-items: center !important; /*Safari*/
	-webkit-box-align: center !important;

	justify-content: center !important;
	-webkit-justify-content: center !important; /*Safari*/
	-ms-justify-content: center !important; /*IE*/
}
.stButton .stLarge:before{
    content:'\f1e0';
    font-family: 'FontAwesome';
    font-size: 20px;
    margin: auto;
}
.stButton .stLarge:hover{
    background-color: #444;
    color: #fff;
    opacity: 1 !important;
}


/* [custom_social_icons] */
.custom-social-icons {
	display: inline-block;
}
.custom-social-icons a{
	margin: 20px 28px 20px 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    float: left;
    font-size: 20px;
    color: #bbb7b3;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
}
.custom-social-icons i{
	margin: auto;
}

.footer-social-icons {
    border: 1px solid #4c5157;
    border-radius: 40px;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
}

.footer-social-icons a {
	background: none;
	width: initial;
	height: initial;
	float: none;
	display: inline-block;
	margin: 0 15px;
    color: #fcfcfd;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

/* Column Carousel */
.column-post-carousel {
	margin: 70px 0 110px;
}
.column-post-carousel .slick-slide .inner-wrapper {
	padding-right: 40px;
	padding-left: 40px;
}
.column-post-carousel .post-item .post-header,
.sidebar .post-header {
	margin-bottom: 28px;
}
.column-post-carousel .post-item .date,
.sidebar .date {
	font-size: 20px;
    font-weight: 300;
	color: #acb3c0;
	letter-spacing:2.26px;
	line-height: 1.3;
	text-align: center;
	float: left;
	margin-right: 25px;
	text-transform: uppercase;
}
.column-post-carousel .post-item .date > span,
.sidebar .date > span {
	display: block;
}
.column-post-carousel .post-item .title,
.sidebar .title {
	border-left: 1px solid #d3d8e1;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 16px;
}
.column-post-carousel .post-item .title a{
	color: #444;
}
.column-post-carousel .post-item .title a:hover{
	color: #00b8d4;
	text-decoration: none;
}
.sidebar-category{
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #acb3c0;
    text-transform: none;
}
.column-post-carousel .post-item .title h4,
.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;
}
.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: #C1C0C0;
	border-radius: 50%;
	padding: 0;
}
.column-post-carousel .slick-dots .slick-active button {
	background-color: #4A4A4A;
}
.column-post-carousel .post-item .more-link {
	font-size:12px;
	color:#00b8d4;
	letter-spacing:1.36px;
	line-height:17px;
	text-align:left;
	text-transform: uppercase;
}
.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;
}


/* Gravity Form Styles */
.entry-content ul.gform_fields {
	margin: 0;
	padding: 0;
}

.entry-content ul.gform_fields li {
	list-style: none!important;
}

.gform_fields .gfield {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	float: none;
}

.gform_wrapper ul.gform_fields,
.entry-content .gform_wrapper ul.gform_fields {
	margin-left: -15px;
	margin-right: -15px;
}

.gform_wrapper ul.gform_fields li,
.entry-content .gform_wrapper ul.gform_fields li {
	padding-left: 15px;
	padding-right: 15px;
}

.gform_validation_container {
	display: none;
}

.ginput_container input[type=text],
.ginput_container textarea,
.ginput_container select,
.gfield_captcha_input_container input[type=text] {
	padding: 12px 20px;
	color: #171e28;
	width: 100%;
	border: 1px solid #e1e4e5;
	border-left: 3px solid #777777;
	border-radius: 0px;
	line-height: 1.4;
}

.ginput_container input[type=text]:focus,
.ginput_container textarea:focus,
.ginput_container select:focus,
.gfield_captcha_input_container input[type=text]:focus {
	border-color: #555555;
}

.gform_footer .gform_button.button {
	padding: 13px 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	background: #777777;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	width: 100%;
}

.gform_footer .gform_button.button:hover {
	background: #555555;
	border-color: #555555;
    color: #ffffff;
}

.gfield_captcha_container img {
	float: left;
}

.gfield_captcha_input_container {
	float: right;
	width: 200px;
	max-width: 100%;
}

.gfield_error .ginput_container input[type=text],
.gfield_error .ginput_container textarea,
.gfield_error .ginput_container select,
.gfield_error .gfield_captcha_input_container input[type=text] {
	border-color: #ffa6a8;
}

.gfield_error .validation_message {
    color: #ea9698;
	clear: both;
	font-size: 12px;
	margin-top: 10px;
}

.gform_wrapper .validation_error {
	color: #ea9698;
	margin-bottom: 25px;
}
/* END Custom Gravity Form Styles */

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

.custom-form .validation_error {
	display: none!important;
}
/* End Custom form */

/* Custom form V2 */
.custom-form-v2_wrapper{
	margin: 0;
	max-width: 100%;
}

.custom-form-v2 .gform_fields .gfield {
	margin-bottom: 10px;
	margin-top: 0;
}

.custom-form-v2 .gfield_label{
	display: none !important;
}

.custom-form-v2 .ginput_container input[type=text], 
.custom-form-v2 .ginput_container textarea, 
.custom-form-v2 .ginput_container select,
.custom-form-v2 .gfield_captcha_input_container input[type=text] {
	border: 0;
    border-bottom: 2px solid #4a4a4a;
    padding: 5px 0 16px!important;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #4a4a4a;
    background: transparent;
}

.custom-form-v2 .ginput_container input[type=text]:focus, 
.custom-form-v2 .ginput_container textarea:focus, 
.custom-form-v2 .ginput_container select:focus,
.custom-form-v2 .gfield_captcha_input_container input[type=text]:focus {
	border-color: #222;
}

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

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

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

.custom-form-v2 .gform_footer {
    padding: 0px 15px !important;
    margin-top: 30px!important;
	position: relative;
}
.custom-form-v2 .gform_footer:before {
	content: '\f1d9';
	font-family:FontAwesome;
	font-size:17px;
	color:#ffffff;
	text-align:left;
	height: 29px;
	top: 0;
	bottom: 0;
	left: 47px;
	position: absolute;
    margin: auto;
}
.custom-form-v2 .gform_footer .gform_button.button {
    display: inline-block;
    padding: 16px 54px;
    max-width: 100%;
    line-height: 18px;
    background: #4e3133;
    border-radius: 40px;
    font-family: CenturyGothic-Bold;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    padding-left: 70px;
}

.custom-form-v2 .gform_footer .gform_button.button:hover{
	background: #4a4a4a;
	color: #fff;
}

.custom-form-v2 .captcha-container {
	overflow: hidden;
}

.custom-form-v2 .gfield_error .ginput_container input[type=text],
.custom-form-v2 .gfield_error .ginput_container textarea,
.custom-form-v2 .gfield_error .ginput_container select,
.custom-form-v2 .gfield_error .gfield_captcha_input_container input[type=text] {
	border-color: #ffa6a8;
}

.custom-form-v2 ::-webkit-input-placeholder {
   	color: #8D8D8D;
	text-transform: uppercase;
}

.custom-form-v2 :-moz-placeholder {
    color: #8D8D8D;
	text-transform: uppercase;
}

.custom-form-v2 ::-moz-placeholder {
    color: #8D8D8D;
	text-transform: uppercase;
}

.custom-form-v2 :-ms-input-placeholder {  
    color: #8D8D8D;
	text-transform: uppercase;
}

.custom-form-v2 .validation_error {
	display: none!important;
}
/* End Custom form */

/* Hover Float Shadow */
.float-shadow {
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* Hover Float */
.float {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Custom Scrollbar */
.custom-scroll{
	overflow-y: scroll;
    direction: rtl;
}
.custom-scroll div{
    direction: ltr;
	text-align: left;
}
.custom-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0px;
    opacity: 0.8;
}
.custom-scroll::-webkit-scrollbar{
	width: 5px;
}
.custom-scroll::-webkit-scrollbar-thumb{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #777;
}
.custom-scroll::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar-thumb{
	visibility:hidden;
}
.custom-scroll:hover::-webkit-scrollbar-track, 
.custom-scroll:hover::-webkit-scrollbar, 
.custom-scroll:hover::-webkit-scrollbar-thumb{
	visibility:visible;
}

/* Advance Search Form */
.asf-wrapper {
	width: 1200px;
    max-width: 96%;
    margin: 0 auto;
	position: relative;
}
.asf-trigger {
	display: inline-block;
	cursor: pointer;
    float: right;
	position: relative;
	border:1px solid #414042;
	width:38px;
	height:38px;
	border-radius:100%;
	margin: 5px 0px 0px 20px;
	text-align:center;
}
.asf-trigger:hover {
	border-color: #d4d4d4;
	color: #d4d4d4;
}
.asf-trigger .fa {
	font-size: 15px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 50%;
	margin-left: -7px;
}
.asf-close {
	cursor: pointer;
}
.asf-close .fa {
	color: #fff;
}
.asf-close {
	display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
	font-size: 25px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
	opacity: .7;
}
.asf-close:hover {
	opacity: 1;
}
.cd-main-search.is-visible .asf-close {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.asf-container .search-submit {
	background: none;
    border: none;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 1;
    margin-top: -13px;
    color: #fff;
	opacity: .7;
}
.asf-container .search-submit:hover {
	opacity: 1;
}
.asf-container.is-visible {
	webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}
.asf-container input[type="search"] {
  width: 100%;
  color: #ffffff;
}
.asf-container input[type="search"]:focus {
  outline: none;
}
.asf-container input[type="search"]::-webkit-input-placeholder {
  color: #5c5d6a;
}
.asf-container input[type="search"]::-moz-placeholder {
  color: #5c5d6a;
}
.asf-container input[type="search"]:-moz-placeholder {
  color: #5c5d6a;
}
.asf-container input[type="search"]:-ms-input-placeholder {
  color: #5c5d6a;
}
.asf-container {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #2F2F2F;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	height: 75px;
    padding: 10px 0;
}
.admin-bar .asf-container {
	position: fixed;
    top: 32px;
}
.asf-container form {
	position: relative;
	height: 100%;
	margin-right: 60px;
}
.asf-container input[type="search"] {
	font-size: 2.4rem;
	height: 100%;
	background-color: transparent;
	border: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 60px 8px 15px;
}
.asf-container.is-visible {
	opacity: 1;
	visibility: visible;
}
.asf-container.is-visible .close {
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.asf-container.is-visible .search-submit {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
  }
}
@-moz-keyframes cd-3d-rotation {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) translateY(0);
  }
}
@keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
    -moz-transform: perspective(1000px) translateY(0);
    -ms-transform: perspective(1000px) translateY(0);
    -o-transform: perspective(1000px) translateY(0);
    transform: perspective(1000px) translateY(0);
  }
}

/* Contact Details */
.contact-detail {
	position: relative;
	margin-bottom: 20px;
}
.contact-detail.with-icon {
	padding-left: 45px;
	min-height: 38px;
	padding-top: 8px;
    font-family: 'Open Sans';
    color: #ffffff;
    letter-spacing: 0.8px;
    line-height: 20px;
    text-align: left;
    font-weight: 300;
    font-size: 12px;
}
.contact-detail.footer-phone.with-icon {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1.13px;
    line-height: 28px;	
}
.contact-detail .fa {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 18px;
    color: #fcfcfd;
    letter-spacing: 1.19px;
    line-height: 26px;
}
.contact-detail a {
	display: block;
	color: initial;
}
.contact-detail a:hover span {
	text-decoration: underline;
}

/* Post opt-in */
.post-opt-in {
	margin-top: 30px;
	clear: both;
}

/* Sticky Footer CTA */
.footer-sticky-cta {
	/* display: none; */
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #4e4d4d;
	padding: 10px 0;
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.6);
}

.footer-sticky-cta .btn {
	min-width: 220px;
	max-width: 100%;
	padding: 10px;
}

/* Video Post Page */
.vid-post div.filters-container {
	line-height: 30px;
}


/* Site Origin Layout Defaults */
.panel-grid-cell {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content .panel-grid-cell:first-child {
}
.full-width-stretch .content-sidebar-wrap {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.full-width-stretch.search .content-sidebar-wrap {
	width: 1200px;
    max-width: 100%;
    padding: 0px 20px;
    margin: 40px auto 0;
}


.full-width-stretch .content-sidebar-wrap .panel-grid-cell {
	width: 1200px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.two-columns > .panel-grid-cell {
	padding: 0;
	padding-left: 0!important;
	padding-right: 0!important;	
}

.panel-row-style.vertical-align {
	display: flex;
}

.panel-row-style.vertical-align .panel-grid-cell {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	align-content: center;
	position: relative;
}

.panel-row-style.vertical-align .panel-grid-cell .so-panel {
	width: 100%;
	
}

.two-columns .panel-grid-cell .so-panel {
	display: inline-block;
    width: 100%;
}

.block-left,
.two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding-right: 60px;
    padding-left: calc(100% - 580px);
    padding-top: 40px;
    padding-bottom: 40px;
}

.block-right,
.two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding-left: 60px;
    padding-right: calc(100% - 580px);
    padding-top: 40px;
    padding-bottom: 40px;
}


.two-columns.vertical-align .panel-grid-cell .panel-widget-style {
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 0;
}

.search.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.search.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 40px;
}

.no-margin-bottom .site-inner .content-sidebar-wrap {
	padding-bottom: 0;
}

.hide-widget-title .widget-title {
    display: none;
}

/* Sticky Element */
.stick-init {
	position: relative;
	transition: all .2s ease;
	top: 0;
	z-index: 100;
}

.stick-init.stick {
	position: fixed;
	opacity: 1;
}

/* 
* Helpers 
*/
.go-middle{ /* Vertical Align all */
	display: flex;
	display: -webkit-flex; /*Safari*/
	display: -ms-flexbox; /*IE*/

	align-items: center;
	-ms-flex-align: center; /*IE*/
	-webkit-align-items: center; /*Safari*/
	-webkit-box-align: center;

	justify-content: center;
	-webkit-justify-content: center; /*Safari*/
	-ms-justify-content: center; /*IE*/
}

.go-hide{ /* Hide block/item */
	display: none;
}

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

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

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

.mb-0 {
	margin-bottom: 0;
}

.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-bottom: 0;
}

.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;
}