/*
* 2.0 Base
*
* This is the Default/Standard CSS
* 
* -----------------------------------------------------------------------------
*/

#header-type-2-before:before{display:none;}


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

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

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

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

h5, .h5 {
	font-size: 22px;
    color: #f79231;
    letter-spacing: 0px;
    text-align: left;
}

/*h6, .h6 {
	font-size: 17px;
}*/



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

li {
	list-style: none;
}


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

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

#nm-best ul li{
	
    font-family: HelveticaNeue-Light;
    font-size: 13px;
    
}

#nm-best ul li:before {
    font-family: FontAwesome;
    font-size: 14px;
    color: #f79231;
    letter-spacing: 0px;
    line-height: 28px;
    position: absolute;
    top: -3px;
    left: 0;
}

.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:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

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

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

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

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

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

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

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

.nmb {
	margin-bottom: 0;
}

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

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

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

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

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

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

.wrapper1500{
    width: 1460px;
    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%;
}

.panel-no-padding {
	padding: 0!important;
}

/**
* 4.0 UI Elements
*
* This is Buttons, Text Styles, UI Styles, Etc
* 
* -----------------------------------------------------------------------------
*/
.btn {
	background-color: #f0566a;
    white-space: normal;
    border: 0;
    border-radius: 59px;
    font-weight: 700;
    padding: 18px 22px;
    font-family: HelveticaNeue;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
}

.btn.focus, .btn:focus,
.btn:visited {
	color: #fff;
}

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

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

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

.btn.btn-yellow-circle {
	background: #ffffff;
    width: 558.6px;
    height: 82.6px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-family: HelveticaNeue;
    font-size: 14px;
    color: #3b3b3b;
    letter-spacing: 1px;
    line-height: 46px;
    text-align: left;
    position: relative;
    padding-left: 125px;	
}

.btn.btn-yellow-circle:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 32px;
    background: #fcbc35;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    bottom: 0;
    margin: auto;
}

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

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

.btn.trans {
	background: transparent;
    color: #fff;
    padding: 11px;
    text-align: center;
    display: inline-block;
    min-width: 250px;
    border: 1px solid #ffffff;
    border-radius: 40px;
}

.btn.trans:hover {
	background: #fff;
    color: #3B3B3B;
	text-decoration: none;
}

.banner-play {
	background: #ffffff;
    width: 69px;
    height: 69px;
    border-radius: 100%;
    display: block;
    line-height: 69px!important;
    text-align: center !important;
    color: #F0566A;
}
.banner-play .fa {
	font-size: 25px!important;
    height: 25px;
    line-height: normal!important;
    padding-left: 6px!important;
    vertical-align: middle;
}

.btn-appointment {
	background: #fcbc35;
    min-width: 236px;
}
.btn-appointment:hover {
	background: #FFAF05;
}
.btn-appointment .fa {
	margin-left: 7px;
}

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

.btn-2 {
    background-color: #FCBC35;
    border-radius: 0;
    display: block;
    color: #FFFFFF;
    font-family: BodoniFLF-Roman;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
}

.btn-2 .fa {
    margin: 0 20px 0 0;
    font-size: 20px;
}

.btn.secondary {
	border-radius: 4px;
}

.btn.third {
    background-color: #FCBC35;
}

.btn.third .fa {
    margin-left: 11px;
}

/*
*	Columns
*/
.row {
	text-align: left;
}

.row > br {
	display: none;
}

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

/*
*	Slick Overrides
*/
ul.slick-dots {
	margin: 0;
}

.slick-dots li:before {
	content: none!important;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	color: #f0566a!important;
	font-size: 12px;
}

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

/*Popup forms*/
#fancybox-overlay {
	opacity: 0.9!important;
}

#fancybox-wrap #fancybox-content div {
    box-sizing: border-box;
	max-width: 100%;
    margin: 0;
}
.popup-form-wrap{
    padding: 20px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box !important;
}

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

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

.popup-form-wrap h4 {
    text-align: center;
    font-size: 28px;
}

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

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

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

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

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

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

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

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

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


	/**
	* 5.1 Section | Header
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	
	.site-header {
		background-color: #ffffff;
		padding: 0;
		box-shadow: 0px 0px 8px #ccc;
	}
	.site-container .site-header {
		box-shadow: none;
	}
	.logged-in .site-header--stick {
		top: 31px;
	}
	.site-header .wrap {
		position: relative;
		margin: 0 auto;
	}
	
	.after-header {
		display: none;
		background: #f0566a;
	}
	.after-header > .widget {
		max-width: 1200px;
		padding: 0 15px;
	}
	.after-header .row > .col-sm-6 {
		width: 50%;
		float: left;
		margin: 0;
	}
	.row > .col-sm-6 i {
		color: #fff;
	}
	.row > .col-sm-6 a {
		text-decoration: none;
		font-family: helveticaneueregular-Light;
		color: #fff;
		text-transform: uppercase;
	}
	.after-header .row > .col-sm-6.header-calendar {
		padding-left: 0;
		text-align: right;
	}
	.after-header .row > .col-sm-6 .weekdays {
		text-decoration: none;
		font-family: helveticaneueregular-Light;
		color: #fff;
		text-transform: uppercase;
		padding: 7px 0;
	}
	.after-header .row > .col-sm-6 .weekdays .saturday, .after-header .row > .col-sm-6 .weekdays .sunday {
		font-size: 14px;
	}

	

    

	.header-widget-area .btn-mobile-top-absolute {
		background: #f0566a;
		font-family: HelveticaNeue;
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 2.31px;
		line-height: 18px;
		text-align: center;
		font-weight: 700;
		padding: 19px 19px 19px 38px;
		position: absolute;
		width: 240px;
		height: 55px;
		right: 0;
		bottom: -55px;
		z-index: 10;
	}

    .header-widget-area .button-pop.btn-mobile-top-absolute {
		right: 245px;
	}
	.header-widget-area .btn-mobile-top-absolute .fa {
		font-size: 27px;
		position: absolute;
		top: 0;
		left: 19px;
		bottom: 0;
		width: 19px;
		height: 27px;
		margin: auto;
	}
	.header-widget-area .btn-mobile-top-absolute:hover {
		background-color: #D23E52;
	}

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

    

  	/**
	* 5.2 Section | Home
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.content-center {
		text-align: center;
	}
	

	.panel-grid .widget-title:before {
		content: '';
		background: url(images/as.png) no-repeat center;
		width: 20px;
		height: 12px;
		display: block;
		margin: auto;
		left: 0;
		right: 0;
		top: -10px;
		position: absolute;
	}

	.panel-grid .widget-title:after {
		content: "";
		display: block;
		margin: 9px auto;
		background: #ffc084;
		width: 99px;
		height: 1px;
	}

	.panel-grid .header-type-2 .widget-title {
		margin-bottom: 2px;
	}

	.panel-grid .header-type-2 .widget-title:after {
		content: none;
	}

	.slider-heaading span {
		font-family:BodoniFLF-Italic;
	}
	.slider-subheading {
		letter-spacing:3px;
	}

	.home-grid-2 {
		max-width: 755px;
		margin: 0 auto;
		text-align: center;
	}

	div#home-sec-3 {
		margin: 0;
	}

	div#home-sec-3 .panel-grid-cell {
		padding: 0;
	}

	.home-sec-3 {
		background: #f9a453;
		color: #fff;
	}

	#pgc-317-home-sec-3-1 .widget {
		line-height: 500px;
	}

	.home-sec-3 .home-sec-3-left {}
	.home-sec-3 .home-sec-3-right {
		margin: 0 63px;
		max-width: 538px;
		display: inline-block;
		font-family: helveticaneueregular-Light;
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1px;
		line-height: 25px;
		text-align: left;
		vertical-align: middle;
	}

	.home-sec-3 .home-sec-3-right .widget-title {
		padding: 0!important;
	    font-family: BodoniFLF-Roman;
	    font-size: 45px;
	    color: #ffffff;
	    letter-spacing: 0px;
	    line-height: 45px;
	    text-align: left;
	    width: 315px;
        margin-top: 40px;
	}
	
	.home-sec-3 .home-sec-3-right .widget-title:before {
		content: none;
	}

	.home-sec-3 .home-sec-3-right .widget-title:after {
		background-color: #ffffff!important;
	    margin: 6px 0!important;
	}

	a.link-read-more {
		font-family:HelveticaNeue-Bold;
		font-size:14px;
		color:#ffffff;
		letter-spacing:0.93px;
		line-height:17px;
		text-align:left;
		color: #fff;
	}

	a.link-read-more:hover {
		text-decoration: underline;
		color: #fff;
	}

	#home-sec-6 {
		position: relative;
	}

	#home-sec-6 .btn {
		margin: auto;
		width: 159px;
		height: 50px;
		position: absolute;
		bottom: -25px;
		left: 0;
		right: 0;
		z-index: 999;
	}

	#home-sec-7 .home-sec-7 {
		max-width: 1149px;
		margin: 0 auto;
	}

	#home-sec-7 .fullwidth-display {
		margin-top: 63px;
	}

	#home-sec-7 .media-boxes-load-more-button {
		display: none;
	}

	/**
	* NEW STYLES
	* 
	* -----------------------------------------------------------------------------
	*/

	button#responsive-menu-button {
		z-index: 9999991 !important;
	}

	.mobile-only { display: none !important; }

	.mw-800 { max-width: 800px; }

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

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

	.pt-0 { padding-top: 0; }
	.pt-40 { padding-top: 40px; }

	.pb-0 { padding-bottom: 0; }
	.pb-40 { padding-bottom: 40px; }

	.bordered-top { border-top: 0.7px solid #D3D3D3; }

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

	.block { display: block; }

	.inline-style {}

	.inline-style > div {
		float: none;
		display: inline-block;
	}

	.heading-style-1 {
	    font-size: 34px;
	    line-height: 44px;
	}

	.heading-style-2 {
	    font-size: 22px;
	    line-height: 25px;
	    text-align: center;
	}

	.heading-style-2:after {
		content: '';
		height: 1px;
		width: 83px;
		background: #F79231;
		display: block;
		margin: 19px auto;
	}

	

		.action-body {
			overflow: hidden;
		}

		

		.action-body-content {
			color: #FFFFFF;
    		font-family: 'HelveticaNeue';
    		overflow: hidden;
		}

		

		.action-button {
		    float: right;
		    padding-top: 30px;
		}

		

		.ff-action-box.style-2 {
		    background: #fff;
    		border: 1px solid #D3D3D3;
    		padding: 0;
		}
		.ff-action-box.style-2 .ff-action-box-wrap {
	        border: none;
	        padding: 25px 40px 30px;
		}
		.ff-action-box.style-2 h5 {
			color: #3B3B3B;
		    font-size: 34px;
		    line-height: 44px;
		    font-weight: normal;
		    margin-bottom: 0;
		}
		.ff-action-box.style-2 .action-body-content {
			color: #F79231;
		    font-family: "helveticaneueregular";
		    font-size: 14px;
		    font-weight: bold;
		    letter-spacing: 1px;
		    line-height: 17px;
		}
		.ff-action-box.style-2 .action-button {
		    padding-top: 5px;
		}

		
		
		.ff-action-box.style-3 .action-body-content {
			line-height: 93px;
			display: inline-block;
		}
		
		.ff-action-box.style-3 .action-button {
		    padding-top: 0;
		    display: inline-block;
		    line-height: 93px;
		}
		.ff-action-box.style-3 .action-button a .fa {
		    vertical-align: middle;
		    margin-left: 11px;
		}


	.ff-carousel-box {
		box-shadow: 0 6px 32px 0 rgba(0,0,0,0.13);
	    background: #fff;
	    padding: 30px;
	}
		.ff-carousel-box-wrap:after {
		    content: '';
		    display: block;
		    clear: both;
		}
		.ff-carousel-box .r1 {
		    float: left;
		    line-height: 107px;
		    padding: 0 30px;
		}
		.ff-carousel-box .r1 h4 {
			color: #3B3B3B;
		    font-size: 30px;
		    line-height: 34px;
		    text-transform: uppercase;
		    margin-bottom: 0;
		    display: inline-block;
		}
		.ff-carousel-box .r2 {
			margin: 0;
			overflow: hidden;
			padding: 0 30px;
		}
		.ff-carousel-box-item {
			line-height: 107px;
			text-align: center;
		}
		.ff-carousel-box-item img {
			display: inline-block;
			vertical-align: middle;
		}

	.payment-box {
		border: 0.7px solid #D3D3D3;
		background-color: #FFFFFF;
		padding: 25px 45px;
		margin-bottom: 40px;
	}
		.payment-box-left {
			float: left;
			min-width: 271px;
			padding: 0 20px;
		}
		.payment-box-image-container {
			border: 0.7px solid #D3D3D3;
			line-height: 211px;
			margin-bottom: 20px;
		    text-align: center;
		}
		.payment-box-image-container a {
			display: inline-block;
		}
		.payment-box-right {
			overflow: hidden;
			padding: 0 20px;
		}
		.payment-box-item {
			border: 1px solid #D3D3D3;
		    margin-bottom: 15px;
		}
		.payment-box-item .r1 {
			border-bottom: 1px solid #D3D3D3;
		    padding: 8px 40px;
		}
		.payment-box-item .r1 h4 {
			margin: 0;
			font-size: 17px;
			font-weight: bold;
			letter-spacing: 1.21px;
			line-height: 28px;
			color: #3B3B3B;
			font-family: helveticaneueregular;
		}
		.payment-box-item .r2 {
		    padding: 10px 40px 30px;
		}
		.payment-box-right a,
		.payment-box-item .r2 a {
			font-family: "helveticaneueregular";
	    	font-weight: bold;
	    	text-decoration: underline;
	    	font-size: 12px;
	    }

	    .payment-box-item-note {
		    font-size: 12px;
		    line-height: 17px;
		    padding: 10px 0;
		}
		.payment-box-item-note .r1 {
		    font-style: italic;
		    margin-bottom: 8px;
		}

	.boxes-grid-2 div.media-box-container {
		border: none;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
		background: #fff;
		padding: 10px;
	}
		.boxes-grid-2 div.media-box-container .media-box-image, 
		.boxes-grid-2 div.media-box-container .media-box-image .media-box-thumbnail-container {
		    width: 100% !important;
		}
		.client-photo {}
		.client-before-photo,
		.client-after-photo {
			width: 50%;
			float: left;
			position: relative;
		}
		.client-before-photo:after,
		.client-after-photo:after {
		    content: 'Before';
		    height: 32px;
		    width: 108px;
		    border: 1px solid #F0566A;
		    border-radius: 43px;
		    background-color: rgba(255,255,255,0.76);
		    position: absolute;
		    left: 0;
		    right: 0;
		    bottom: 28px;
		    margin: auto;
		    text-align: center;
		    font-family: BodoniFLF-Roman;
		    font-size: 12px;
		    line-height: 30px;
		    color: #3B3B3B;
		    font-weight: bold;
			opacity: 1;
			transition: opacity .3s ease;
		}
		.client-after-photo:after {
			content: 'After';
		}
		.client-photo:hover .client-before-photo:after, .client-photo:hover .client-after-photo:after {
			opacity: 0;
		}
		.boxes-grid-2 .thumbnail-overlay {
			display: none !important;
		}
		.client-before-photo img,
		.client-after-photo img {
			position: relative !important;
			top: auto !important;
			bottom: auto !important;
			left: auto !important;
			right: auto !important;
		}
		
		.boxes-grid-2 .media-box .media-box-image img {
			transform: scale(1);
			transition: transform .3s ease;
		}
		.boxes-grid-2 .media-box .media-box-image img:hover {
			transform: scale(1.1);
		}

	.dp-post-item {
	    width: 33.33%;
	    float: left;
	    padding: 0 15px;
	}
		.dp-post-item-wrap {
			border: 1px solid #F0566A;
		}
		.dp-post-item-wrap .r1 {}
		.dp-post-item-wrap .r2 {
			padding: 16px 25px;
		}
		.dp-post-item-wrap .s1 {
			font-family: BodoniFLF-Roman;
			font-size: 20px;
			color: #3b3b3b;
			text-align: left;
			border-bottom: 1px solid #fcbc35;
			padding-bottom: 12px;
			margin-bottom: 17px;
			font-weight: 400;
			letter-spacing: 0;
			min-height: 59px;
			position: relative;
		}
		.dp-post-item-wrap .s1 span {
		    line-height: 23px;
		    display: inline-block;
		    vertical-align: middle;
		}
		.dp-post-item-wrap .s2 {
		    color: #3B3B3B;
		    font-size: 12px;
		    letter-spacing: 1px;
		    line-height: 25px;
		    font-family: helveticaneueregular;
		    font-weight: normal;
		    min-height: 100px;
		}
		.dp-post-item-wrap .s3 {
		    font-family: helveticaneueregular;
		    font-weight: bold;
		    font-size: 12px;
		    color: #f0566a;
		    letter-spacing: 1px;
		    line-height: 14px;
		    text-align: left;
		    display: inline-block;
		    text-decoration: none;
		}
		.dp-post-item-wrap .s3:hover {
			text-decoration: underline;
		}

	.dp-post-item-2 {}
		.dp-post-item-2 .dp-post-item-wrap {
			position: relative;
		}
		.dp-post-item-2 .q1 {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 10;
		}
		.dp-post-item-2 .r1 {}
		.dp-post-item-2 .r2 {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 20px;
		}
		.dp-post-item-2 .s1 {
		    border: 1px solid #F0566A;
		    border-radius: 43px;
		    background-color: rgba(255,255,255,0.76);
		    text-align: center;
		    padding: 10px 15px;
		    min-height: 76px;
		    margin: 19px 0 0;
		}
		.dp-post-item-2 .dp-post-item-wrap .s1 span {
			font-size: 24px;
			line-height: 32px;
		}
		.dp-post-item-2 .dp-post-item-wrap .s1 em {
		    color: #F0566A;
		    font-family: BodoniFLF;
		    font-size: 16px;
		    letter-spacing: 1.14px;
		    line-height: 18px;
		    display: block;
		}
		.dp-post-item-2 .dp-post-item-wrap .s2 {
		    width: 50px;
		    height: 50px;
		    position: absolute;
		    background: #fff;
		    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.28);
		    border-radius: 100%;
		    min-height: 0;
		    bottom: 38px;
		    left: 0;
		    right: 0;
		    margin: auto;
		}
		.dp-post-item-2 .dp-post-item-wrap .s2:before,
		.dp-post-item-2 .dp-post-item-wrap .s2:after {
			content: '';
			width: 22px;
			height: 1px;
			background: #F79231;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}
		.dp-post-item-2 .dp-post-item-wrap .s2:after {
			content: '';
			width: 1px;
			height: 22px;
		}

	.general-post.restorative-dental-carousel {
	    margin: 0 -15px;
	}
	
	.general-post-head {
	    margin-bottom: 39px;
	    padding: 0 15px;
	}
		.general-post-head .c1 {
			overflow: hidden;
    		padding-right: 20px;
		}
		
		.general-post-head .r2 {
			font-family: BodoniFLF-Roman;
			font-size: 22px;
			line-height: 25px;
			color: #F79231;
			display: block;
		}
		.general-post-head .c2 {
			float: right;
		    margin-top: 8px;
		}
		.general-post-head .c2:empty {
		    display: none !important;
		}

	.carousel-nav {
		position: relative;
	    height: 51.4px;
	    width: 114.4px;
	    border: 0.7px solid #D3D3D3;
	    background-color: #FFFFFF;
	}
	.carousel-nav .slick-prev {
		left: 23px;
	}
	.carousel-nav .slick-next {
		right: 23px;
	}

	.badget-box-1 {
	    display: block;
	    border: 0.7px solid #D3D3D3;
	    padding: 10px 15px !important;
	}
		.badget-box-1 li {
		    padding: 0 15px ;
		    margin: 0 !important;
		    display: inline-block;
		    vertical-align: middle;
		    font-size: 12px ;
		}
		.badget-box-1 li:before {
			content: none !important;
		}

	ul.table-list {
	    border: 1px solid #D3D3D3;
	    border-top: none;
	}
		ul.table-list li {
		    border-top: 1px solid #D3D3D3;
			padding: 17px 10px 17px 55px;
			margin: 0;
			line-height: 1.25;
		}
		ul.table-list li:before {
		    content: 'ï˜';
		    top: 11px;
		    left: 26px;
		}

	.simple-box {
		border: 1px solid #D3D3D3;
		padding: 17px 25px;
		margin-bottom: 20px;
	}
		.simple-box .r1 {
			font-weight: bold;
			margin-bottom: 5px;
		}

	.slideshow-box {
		text-align: center;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.content-item.item-1 {
	    font-size: 17px;
	    font-weight: 100;
	    color: #a9a9a9;
	    padding: 25px;
	    line-height: 28px;
	    text-align: center;
	}
		.content-item.item-1 .content-item-wrap:before {
		    content: "\f10d";
		    color: #fcbc35;
		    font-size: 35px;
		    font-family: FontAwesome;
		    margin-bottom: 20px;
		    display: block;
		}

	/**
	* MediaBOx Override
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	div.media-box-container {
		border: 1px solid #f0566a;
    	border-radius: 0;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	-o-box-shadow: none;
    	-ms-box-shadow: none;
    	box-shadow: none;
	}

	.home div.media-box-container{
		max-height:400px;
	}

	.news-page div.media-box-container{
		height:420px;
		
	}

	div.media-box-content {
    	padding: 28px;
    }
	div.media-box-title {
		font-family: BodoniFLF-Roman;
		font-size: 20px;
		color: #3b3b3b;
		line-height: 23px;
		text-align: left;
		border-bottom: 1px solid #fcbc35;
    	padding-bottom: 15px;
	}
	div.media-box-text {
		font-family: helveticaneueregular;
	    font-size: 12px;
	    color: #3b3b3b;
	    letter-spacing: 1px;
	    line-height: 25px;
	    text-align: left;
	}
	div.media-box-more a {
		font-family: HelveticaNeue;
		font-size: 12px;
		color: #f0566a;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}
	div.media-box-more a:hover {
		text-decoration: underline!important;
    	color: #f0566a;
	}


    

	/**
	* 5.3 Section | Footer
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.before-footer {
		text-align: center;
		background: #f0566a;
		padding: 0px 0;
		line-height: 75px;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	.before-footer > section {
		display: block;
		max-width: 1200px;
		width: 100%;
		padding: 5px 15px;
		margin: 0 auto;
		line-height: 65px;
		overflow: hidden;
		position: relative;
	}

	.site-footer {
		overflow: hidden;
		padding-bottom: 74px;
	}
	
	.site-footer > .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0px 0px;
	}
	
	.footer-top {
		background-color: #444;
		padding: 64px 0 0;
	}
	.footer-top .panel-grid-cell {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.footer-top p:last-child {
		margin-bottom: 0;
	}

	.footer-top * {
		color: #fff;
	}
	
	.footer-top a {
		color: #fff;
		text-decoration: none;
	}

	.footer-top a:hover {
		color: #fff;
    	text-decoration: underline;
	}

	.footer-top .btn-section {
		text-align: center;
	}
	.footer-top .btn.trans {
		min-width: 110px;
		margin: 0 5px;
	}
	
	#google-review-sec {
		text-align: right;
	}
	
	.gr-container {
		display: inline-block;
		position: absolute;
		top: 5px;
		right: 15px;
	}
	
	.wp-gr .wp-google-border {
		display: none;
	}
	
	.footer-bottom {
		background-color: #444;
        padding: 30px 0px 40px 0px;
		font-family: helveticaneueregular;
		font-size: 9px;
		color: #ffffff;
		letter-spacing: 1px;
		line-height: 11px;
		position: relative;
	}
	.footer-bottom:before {
	    content: '';
	    height: 1px;
	    background: #fff;
	    max-width: 1160px;
	    margin: auto;
	    top: 0;
	    left: 0;
	    right: 0;
	    position: absolute;
	}
	.footer-bottom *,
	.footer-bottom a {
		color: #fff;
	}
	.footer-bottom a:hover {
		color: #fff;
		text-decoration: underline;
	}

	.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 .panel-grid {
		border-top: 1px solid #fff;
		padding: 27px 0;
		margin: 0!important;
	}
	.footer-top .widget:first-child .panel-grid {
		padding-top: 0;
		border-top: none;
	}

	.footer-top .menu{
		margin-top: -5px;
		text-align: right;
	}

	.footer-top .menu li{
		padding: 6px 0px 6px 20px;
		display: inline-block;
	}

	.footer-top .menu li a {
		font-family:helveticaneueregular;
		font-size:11px;
		color:#ffffff;
		letter-spacing:2.2px;
		line-height:19px;
		text-align:center;
		text-transform: uppercase;
		text-decoration: none;
	}

	.footer-top .menu li a:hover{
		color: #fff; 
		text-decoration: underline;
	}
	
	#services-quick-links {
		border-top: 1px solid #fff;
		padding-top: 27px;
	}
	
	#services-quick-links .menu {
		margin: 0;
		text-align: left;
	}
	
	#services-quick-links .menu li {
		padding: 0;
		display: block;
		line-height: 1.5;
	}
	
	#services-quick-links .menu li a {
		font-size: 10px;
	}
	
	#services-quick-links .menu li.cm-heading a {
		font-size: 11px;
		font-weight: bold;
	}

		.logo-affiliates {
	}
	.logo-affiliates img {
	    display: inline-block;
	    vertical-align: middle;
	    line-height: normal;
	    margin-left: 35px;
	    text-align: center;
	}
	.logo-affiliates img:first-child {
		margin-left: 0;
	}

	.address-box {
		font-family: helveticaneueregular;
	    font-size: 11px;
	    color: #ffffff;
	    letter-spacing: 1px;
	    line-height: 19px;
	    text-align: left;
	    position: relative;
	    padding-left: 62px;
	    width: 210px;
    	margin: 0 auto;
	}
	.address-box:before {
		content: "";
	    background: #ffffff;
	    width: 1px;
	    display: block;
	    position: absolute;
	    height: 100%;
	    top: 0;
	    left: 40px;
	}
	.address-box .fa {
		position: absolute;
		top: 11px;
		left: 0;
		font-size: 18px;
	}


    .footer-bottom-left{
        letter-spacing:.3px;
    }

/**
* 6.0 Page Styles / Internals
*
* Styles for Internal Pages, Custom Pages
* 
* -----------------------------------------------------------------------------
*/
	.home.full-width-content .content {
		margin-top: 0;
	}
	
	.full-width-content .content {
		margin-top: 70px;
	}
	
	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap {
		margin-top: 40px;
	}
	
	.content-sidebar .content-sidebar-wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.content-sidebar .content {
		display: inline-block;
		width: 800px;
		max-width: 100%;
		vertical-align: top;
		float: left;
	}
	
	.content-sidebar .sidebar {
		display: inline-block;
		width: 300px;
		max-width: 100%;
		vertical-align: top;
		float: right;
		margin-left: 60px;
	}
	
	.internal-header {
		background: #777777;
		background-position: center center;
		background-size: cover;
		padding: 40px 0 35px;
		line-height: 155px;
	}

	.internal-header h1 {
		color: #fff;
		text-transform: inherit;
		text-align: center;
		font-size: 45px;
		margin: 0;
		letter-spacing: 0px;
		line-height: 58px;
	}
	
	.internal-header h1 span {
		display: inline-block;
	}
	
	.breadcrumb {
	    margin-top: 0;
	    background: none;
	    margin-bottom: 0;
	    font-family: HelveticaNeue;
	    font-size: 12px;
	    color: #ffffff;
	    letter-spacing: 2.57px;
	    line-height: 24px;
	    text-align: center;
        text-transform: inherit;
	}

    .breadcrumb em{
        text-transform: lowercase;
    }

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

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

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

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

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

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

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

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

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

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

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


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

	.single .title-container {
		text-align: left;
	}
	
	.blog-container .title-container .post-title {
		padding-right: 85px;
	}

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

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

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

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

	/*
	*	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: 35px;
	}
	
	.sidebar .widget-title:after {
		content: "";
		background-color: #d3d3d3;
		display: block;
		width:85px;
		height:1px;
		margin: 8px 0 0;
	}

	.sidebar .widget-title {
		margin: 0 0 24px;
	}
	
	.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 {
		background: #ffffff;
		border: 1px solid #d3d3d3;
		border-top: none;
	}
	
	.sidebar .menu li {
		border-top: 1px solid #d3d3d3;
	}
	
	.sidebar .menu a {
		display: block;
		padding: 10px 25px 10px 45px;
		background: #ffffff;
		font-family: HelveticaNeue;
		font-size: 14px;
		color: #3b3b3b;
		letter-spacing: 0px;
		line-height: 28px;
		text-align: left;
		position: relative;
		text-decoration: none;
	}
	
	.sidebar .menu a:after {
		content: '\f105';
		font-family:FontAwesome;
		font-size:15px;
		color:#8e8e8e;
		text-align:left;
		position: absolute;
		right: 25px;
		top: 10px;
	}

	.sidebar .menu a:hover {
	    background-color: transparent;
	    color: #3b3b3b;
	    text-decoration: underline;
	}

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

	.sidebar-posts .post-item-content {
		background:#ffffff;
		border:1px solid #d3d3d3;
		padding: 25px;
		font-family:helveticaneueregular-Light;
		font-size:12px;
		color:#3b3b3b;
		letter-spacing:0.85px;
		line-height:18px;
		text-align:left;
	}

	.sidebar-posts .post-item-content p {
		margin-bottom: 10px;
	}

	.sidebar-posts .post-item-content h5 {
		font-family: HelveticaNeue;
	    font-size: 14px;
	    color: #2d2d2d;
	    letter-spacing: 0px;
	    line-height: 24px;
	    text-align: left;
	    margin-bottom: 7px;
	}

	.sidebar-posts .post-item-content a.link-more {
		font-family: HelveticaNeue;
		font-size: 12px;
		color: #f0566a;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}

	.sidebar-posts .post-item-content a.link-more:hover {
		text-decoration: underline;
	}

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

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

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

	.single-post .post-date {
	    position: relative;
	    display: inline-block;
	    clear: both;
	    padding-left: 0;
	    margin-bottom: 20px;
	}

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

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

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

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

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

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

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

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

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

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

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

	.contact-map{
		width: 100%;
	}
	
	.contact-page .small-icon {
		position: relative;
		padding: 15px 20px 15px 30px;
		color: #000;
	}

	.contact-page .small-icon + br {
		display: none;
	}

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

	.contact-page .entry-content .small-icon i {
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 0;
		background: none;
		font-size: 36px;
		line-height: 1;
		color: #F0566A;
		font-size: 20px;
	    width: 20px;
	    text-align: center;
	}

	.contact-page .entry-content .small-icon.email {}

	.contact-page .entry-content .address {
		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;
	}
	
	/* Members */	
	.team-members-container {
		margin: 0 -20px;
		overflow: hidden;
	}

	.team-members-container .team-member {
	    width: 270px;
	    float: left;
	    position: relative;
	    margin: 0 15px 30px;
	}
	
	.team-members-container .team-member a {
		position: absolute;
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		z-index: 15;
	}

	.team-members-container .team-member img {
		position: relative;
	}

	.team-members-container .team-member:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		opacity: 0.7;

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

	.team-members-container .team-member:hover:before {
		opacity: 0.1;
	}

	.team-members-container .team-member.tm-1:before {
		background:#f79231;
	}

	.team-members-container .team-member.tm-2:before {
		background:#fcbc35;
	}

	.team-members-container .team-member.tm-3:before {
		background:#c73f4b;
	}

	.team-member.tm-4:before {
		background:#f0566a;
	}

	.team-members-container .team-member .team-name-tags {
	    position: absolute;
	    width: 100%;
	    z-index: 14;
	    bottom: 0;
	}

	.team-members-container .team-member .team-name-tags h4 {
		font-family:BodoniFLF-Roman;
		font-size:30px;
		color:#ffffff;
		letter-spacing:0px;
		text-align:center;
		margin-bottom: 0;
	}

	.team-members-container .team-member .team-name-tags h5 {
		font-family:HelveticaNeue;
		font-size:16px;
		color:#ffffff;
		letter-spacing:1.14px;
		text-align:center;
		margin-bottom: 32px;
	}

	.team-members-container .team-member .team-name-tags h5:after {
		content: '';
		display: block;
		background: #ffffff;
		width:27px;
		height:2px;
		margin: 11px auto 0;
	}

	.team-members-container .team-member:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.team-members-container .team-member .left-side {
		float: left;
		width: 268px;
		max-width: 100%;
	}
	
	.team-members-container .team-member .right-side {
		float: right;
		width: 640px;
		max-width: 100%;
	}
	
	.team-members-container .team-member .title-container {
		margin-bottom: 30px;
	}
		
	.team-members-container .team-member .name {
		font-size: 22px;
		font-weight: 700;
		color: #000;
	}
	
	.team-members-container .team-member .name .sub-title {
		display: block;
		font-size: 13px;
        color: #777;
	}

	.team-member .special-heading {
		margin-bottom:0px;
		padding-bottom:0px !important;
	}

/* Team Internal Profile */
    .single-team_member .content{
        margin-top: 30px;
    }

    .single-team_member .post-title{
        text-align:left;
        position: relative;
        padding-top:10px;
        margin-bottom:30px;
    }

    .single-team_member .post-title:before{
        content: '';
        background: url('images/flower.png') no-repeat;
        height: 10px;
        display: inline-block;
        position: absolute;
        width: 20px;
        left:0;
        top: -10px;
        height: 12px;
    }

    .single-team_member .post-title:after{
        content: '';
        border:1px #ffc084 solid;
        display: inline-block;
        position: absolute;
        width: 100px;
        left:0;
        bottom: -15px;
    }

    .single-team_member .special-heading.none{
        font-size:27px;
        line-height:44px;
        text-align:left;
        margin-bottom: 0px;
        padding-bottom: 0px !important;
    }

    .single-team_member .header-banner-image img{
        border:1px #c73f4b solid;
        border-radius:100%;
        width:150px;
        height:150px;
    }

    .single-team_member .content .panel-grid-cell{
        padding-bottom: 0px;
    }


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

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

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

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

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

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

	.panel-title > a {
		width: 100%;
		display: block;
		padding: 10px 15px;
	}
	
	.btn-info:hover,
	.btn-info:focus,
	.btn-info.focus,
	.btn-info:active,
	.btn-info.active,
	.open>.dropdown-toggle.btn-info {
		border-color: transparent;
	}
	
	blockquote {
		border-left: 5px solid #c5c5c5;
		padding: 10px 50px 10px 70px;
		margin: 45px 0;
	}
	
	hr {
		border-top: 1px solid #e2e2e2;
		margin: 50px 0;
	}

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

	.panel-group > p:empty,
	.panel-group > br {
		display: none;
	}

	.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: #d3d3d3;
	}

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

	.panel-heading .accordion-toggle {
		padding: 14px 60px;
		background-color: #fff;
		font-weight: 700;
		text-decoration: none;
		font-family: HelveticaNeue;
		font-size: 14px;
		color: #3b3b3b;
		letter-spacing: 1.21px;
		line-height: 27px;
		text-align: left;
		text-decoration: underline;
	}

	.panel-heading .panel-title {
		margin-bottom: 0;
		font-size: 14px;
	}

	.panel-heading .accordion-toggle.active,
	.panel-heading .accordion-toggle:hover {
		text-decoration: none;
		color: #8e8e8e;
	}

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

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

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

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

	.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 p:empty {
		display: none;
	}

	.panel-default>.panel-heading+.panel-collapse .panel-body h3 {}
	.special-heading

	.panel-default>.panel-heading+.panel-collapse .panel-body h3:after {
		content: '';
		background: #f0566a;
		height:1px;
		display: block;
		width: 50px;
		margin-top: 10px;
	}

	.panel-default>.panel-heading+.panel-collapse .panel-body em {
		font-family: helveticaneueregular-Italic;
	    font-size: 12px;
	    letter-spacing: 0.85px;
	    line-height: 27px;
	    font-style: italic;
	}

	.panel-default>.panel-heading+.panel-collapse .panel-body p:empty,
	.panel-default>.panel-heading+.panel-collapse .panel-body > br {
		display: none;
	}

	.panel-default>.panel-heading+.panel-collapse .panel-body .row {
		margin-right: -25px;
		margin-left: -25px;
	}

	.panel-default>.panel-heading+.panel-collapse .panel-body .row .col-sm-6 {
		padding-right: 25px;
		padding-left: 25px;
	}

	.panel-default>.panel-heading+.panel-collapse .panel-body .table-list .table-row {
		padding: 13px 32px 13px 56px;
	}

	.tabs-type-2 .panel-group .panel {
		border-color: transparent;
	}

	.tabs-type-2 .panel-default>.panel-heading {
	    border: 1px solid #d3d3d3;
	}

	.tabs-type-2 .panel-default>.panel-heading+.panel-collapse .panel-body {
		border-top: none;
	    padding: 17px 0;
	    border-bottom: 1px solid #d3d3d3;
	}

	/*End Accordion*/

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

/* [boxed] */
.boxed-content {
    padding: 25px 15px;
    margin: 0px auto 25px;
    border-top: 1px solid #ffe1c4;
    border-bottom: 1px solid #ffe1c4;
    font-family: BodoniFLF-Roman;
    font-size: 27px;
    color: #3b3b3b;
    letter-spacing: 0px;
    line-height: 32px;
    text-align: center;
}

/* Sidebar CTA */
.sidebar-cta {}
.sidebar-cta .heading {
	background: #000000;
    height: 141px;
    line-height: 141px;
}
.sidebar-cta .heading h4 {
	font-family: BodoniFLF-Roman;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 40px 15px 0px 0px;
    vertical-align: middle;
}
.sidebar-cta .body {
	background: #fafafa;
    border: 1px solid #d3d3d3;
    padding: 30px;
}
.sidebar-cta .body .btn {
    border-radius: 4px;
    width: 100%;
    line-height: 13px;
    position: relative;
    padding-right: 35px;
}
.sidebar-cta .body .btn:after {
	content: '\f271';
    font-family: FontAwesome;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0px;
    position: absolute;
    right: 18px;
    top: 16px;
}

/* CUSTOM ROW GRID */
.custom-row-grid {}

.custom-row-grid .custom-row-grids {
	border: 1px solid #e7e7e7;
    padding: 25px;
    margin-bottom: 20px;
}

.custom-row-grid .custom-row-grids:after {
    content: '';
    clear: both;
    display: block;
}

.custom-row-grid .custom-row-grids .custom-row-grid-left {
    float: left;
    margin-right: 44px;	
}

.custom-row-grid .custom-row-grids .crgl-image-container {
    width: 270px;
    padding: 18px 32px;
    /*border: 1px solid #e7e7e7;*/
	margin-bottom: 20px;
	text-align: center;
	min-height: 210px;
    line-height: 210px;
}

.custom-row-grid .custom-row-grids .crgl-image-container img {
	display: inline-block;
    vertical-align: middle;
}

.custom-row-grid .custom-row-grids .btn {
	width: 100%;
    border-radius: 4px;
}

.custom-row-grid .custom-row-grids .crgl-image-container .btn:hover {}

.custom-row-grid .custom-row-grids .custom-row-grid-right {
/*     border: 1px solid #e7e7e7; */
    overflow: hidden;
}

.custom-row-grid .custom-row-grids .crgl-heading {
	padding: 9px 44px;
    border-bottom: 1px solid #e7e7e7;
}

.custom-row-grid .custom-row-grids .crgl-heading h4 {
	font-family: HelveticaNeue-Bold;
    font-size: 17px;
    color: #3b3b3b;
    letter-spacing: 1.21px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 0;
}

.custom-row-grid .custom-row-grids .crgl-content {
	padding: 21px 44px;
}
b, strong
/* SPECIAL HEADING */

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

.special-heading.none {
	border: none;
}

.special-heading.none:after {
	content: none!important;
}

.special-heading.sub-heading {
	font-size:22px;
	color:#f79231;
	letter-spacing:0px;
	text-align:center;
	margin-bottom: 39px;
}

.special-heading.sub-heading:after {
	content: '';
	background: #f79231;
	height: 1px;
	margin: 19px auto 0;
	width: 82px;
	display: block;
}

/* SIMPLEBOX */
.simplebox {
    border: 1px solid #d9d9d9;
    padding: 18px 25px;
    font-family: helveticaneueregular-Light;
    font-size: 14px;
    color: #3b3b3b;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: left;
	margin-bottom: 20px;
}

.simplebox h5 {
	font-family: HelveticaNeue-Bold;
    font-size: 14px;
    color: #3b3b3b;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 2px;
}

/* EQUAL COLUMN */
.equal-column {
	border: 1px solid #E0E0E0;
    margin-bottom: 26px;
}

.equal-column.first {
	margin-top: 30px;
}

.equal-column.last {
	margin-bottom: 50px;
}

.equal-column-heading {
	font-family: HelveticaNeue;
    font-size: 14px;
    color: #3b3b3b;
    letter-spacing: 0px;
    text-align: center;
    padding: 13px;
    line-height: 24px;
	position: relative;
}

.equal-column-content {
	overflow: hidden;
	position: relative;
}

.equal-column-content:before {
	content: '';
	background: #E0E0E0;
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
}

.equal-column-row {
	width: 50%;
    float: left;
}

.equal-column-row-heading {
	background: #fcbc35;
    width: 585px;
    height: 50px;
    font-family: HelveticaNeue-Bold;
    font-size: 14px;
    color: #fef6ee;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: left;
    padding: 16px 0 16px 80px;
	position: relative;
}

.equal-column-row-heading:before {
    content: '\f256';
    font-family: FontAwesome;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0px;
    position: absolute;
    left: 32px;
    top: 16px;
}

.equal-column-row.right .equal-column-row-heading {
	background:#f79231;
}

.equal-column-row.right .equal-column-row-heading:before {
	content: '\f0a4';
}

.equal-column-row-content {
	padding: 28px 36px 28px 80px;
    position: relative;
    text-align: left;
}

.equal-column-row-content:before {
    content: '\f256';
    font-family: FontAwesome;
    font-size: 20px;
    color: #fcbc35;
    letter-spacing: 0px;
    position: absolute;
    left: 32px;
    top: 30px;
}

.equal-column-row.right .equal-column-row-content:before {
	content: '\f0a4';
	color:#f79231;
}

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

.testimonial-content-page {
	font-size: 17px;
	font-weight: 100;
	color: #a9a9a9;
	padding: 5px 20px 25px 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 20px 20px 0px;
	width: 100%;
	float: left;
	clear: both;
}

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

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

.text-carousel {
	font-family:BodoniFLF-Roman;
	font-size:22px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:27px;
	text-align:center;
	background: #f0566a;
    padding: 76px 0;
}
.text-carousel .widget-title {
	color: #fff!important;
	font-size: 27px;
    letter-spacing: 0;
}
.text-carousel .text-carousel-item {
    margin: 50px auto;
    max-width: 840px;
}

.three-carousel {
	padding-bottom: 1px;
    overflow: hidden;
}
.three-carousel .wrap {
	padding: 0;
}
.three-carousel-items {
    width: 335px;
    padding: 0 15px;
    font-family: helveticaneueregular;
    font-size: 12px;
    color: #3b3b3b;
    letter-spacing: 0.85px;
    line-height: 21px;
    text-align: center;
}

.three-carousel-items .link-finout-more {
	font-family:HelveticaNeue;
	font-size:12px;
	color:#f0566a;
	letter-spacing:1px;
	line-height:14px;
	text-align:center;
	display: block;
    margin-top: 11px;
}

.three-carousel-items .link-finout-more:hover {
	text-decoration: underline;
}

.three-carousel-items:first-child {
	margin-left: 0;
}
.three-carousel-items h4 {
	font-size:24px;
	color:#3b3b3b;
	line-height:28px;
	text-align:center;
	letter-spacing: 0px;
}
.three-carousel-items h4:after {
    content: "";
    background: #f79231;
    width: 82px;
    height: 2px;
    display: block;
    margin: 7px auto 30px;
}

button.slick-prev, button.slick-next {
	width: 27px;
    height: 27px;
	left: -90px;
}
button.slick-next {
	right: -90px;
	left: auto;
}
button.slick-prev:before, button.slick-next:before {
	font-family:FontAwesome;
	font-size:27px;
	color:#333333;
	line-height:27px;
	text-align:center;
	content: "\f104";
}
button.slick-next:before {
	content: "\f105";
}

.oneway-slider {
	margin-bottom: 0;
}
.oneway-slider .oneway-slider-items {
	padding-top: 400px;
    background-size: contain;	
    background-repeat: no-repeat;

}
.oneway-slider .oneway-slider-items-footer {
    background: #fcbc35;
    padding: 16px 95px;
    font-family: BodoniFLF-Roman;
    font-size: 17px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
	letter-spacing: 0px;
}
.oneway-slider .oneway-slider-items-footer h3 {
	font-size:24px;
	color:#ffffff;
	line-height:32px;
	text-align:center;
	margin: 0;
}
.oneway-slider .slick-prev.slick-arrow {
	display: none!important;
}
.oneway-slider .slick-next.slick-arrow {
	background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    right: -20px;
}
.oneway-slider .slick-next.slick-arrow:before {
	content: "\f105";
	font-family:FontAwesome;
	font-size:27px;
	color:#f0566a;
	line-height:27px;
	text-align:center;
	margin-left: 2px;
}

/* TABLE LIST */

.custom-list ul {
	overflow: hidden;
	font-family: HelveticaNeue;
    font-size: 14px;
    color: #3b3b3b;
    letter-spacing: 0px;
    text-align: left;
    line-height: 1.5;
}

.custom-list.border ul {
	border: 1px solid #E0E0E0;
	border-top: none;	
}

.custom-list ul li {
	padding: 0 0 0 45px;
    border: none;	
}

.custom-list.border ul li {
	background: #ffffff;
    padding: 14px 32px 14px 56px;
    position: relative;
    border-top: 1px solid #E0E0E0;
    margin-bottom: 0;
    font-family: HelveticaNeue-Bold;
    font-size: 14px;
    color: #3b3b3b;
    letter-spacing: 0px;
    text-align: left;
    line-height: 1.5;
}

.custom-list ul li:before {
	top: -2px;
    left: 0;
    color: #fcbc35;
}

.custom-list.border ul li:before {
	top: 13px;
    left: 20px;    
}

.custom-list.check ul li:before {
	content: '\f024';
}

.custom-list.round-check ul li:before {
	content: '\f058';
	font-size: 18px;
}

.custom-list.flag ul li:before {
	content: '\f024';
    font-size: 15px;
}


.custom-list > p:empty, .custom-list > br {
    display: none;
}

/* CLIENT LOGO - client_logo */
.cclient-logo {
	border: 1px solid #E0E0E0;
	margin-bottom: 25px;
}

.cclient-logo-heading {
	border-bottom: 1px solid #E0E0E0;
    padding: 13px 25px;
    text-align: center;
}

.cclient-logo-content {
	padding: 30px;
    text-align: center;
}

.cclient-logo-content a {
	display: inline-block;
    width: 33%;
}

.cclient-logo-content img {
    margin-left: 49px;
    margin-right: 49px;
	margin-bottom: 0;
}

/* Scrollbox */
div.mCSB_scrollTools .mCSB_draggerRail{ background-color: rgba(0,0,0,.2); }
.mCS-orange.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #FDC793; }

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

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

.internal-testimonials .testimonial-item {
	font-size: 14px;
	color: #707585;
	padding: 0px 100px 0px 100px;
	position: relative;
	line-height: 28px;
}

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

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

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

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

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

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

/* Shortcode - internal_cta */

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


.cta-box h3 {
    margin-bottom: 25px;
    font-family: BodoniFLF-Roman;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 2.25px;
    line-height: 28px;
    text-align: center;
}

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

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


.type-2 h3,
.type-3 h3 {
    font-family: BodoniFLF-Roman;
    font-size: 34px;
    color: #3b3b3b;
    letter-spacing: 0px;
    line-height: 44px;
    text-align: left;	
   
}

.type-2 .cta-content {
	font-family:HelveticaNeue;
	font-size:14px;
	color:#3b3b3b;
	letter-spacing:1px;
	line-height:28px;
	text-align:left;
	width: 80%;
}


.type-2 .btn:hover,
.type-3 .btn:hover,
.type-4 .btn:hover {
	background-color: #D23E52;
	color: #fff;
}

.type-3 {
	background-color:rgba(255,255,255,0.14);
	border:1px solid #f0566a;
	padding: 85px 60px;
}

.type-4 {
	background-size: 93px;
    background-repeat: no-repeat;
    background-position: 55px center;
    padding: 42px 55px 42px 170px;
    margin-bottom: 44px;
    border: 1px solid #d3d3d3;
}

.type-4 h3.cta-header {
    font-family: BodoniFLF-Roman;
    font-size: 34px;
    color: #3b3b3b;
    letter-spacing: 0px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 0;	
}

.type-4 h3.cta-header:after {
	content: none!important;
}

.type-5 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 29px;
}

.cta-box .appointment {
	padding-right: 58px;
}

.cta-box .appointment:after {
	content: '\f271';
    font-family: FontAwesome;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0px;
    top: 0;
    right: 23px;
    position: absolute;
    bottom: 0;
    margin: auto;
    height: 16px;
}


/* Shortcode - column_cta */
.column-cta-box {
	background: rgba(255,255,255,0.14);
    border: 1px solid #f0566a;
    overflow: hidden;
    max-width: 1170px;
    margin: 20px auto 0;
}
.column-cta-box.bottom {
	border-top: none;
	margin-top: 0;
}
.column-cta-box p:empty,
.column-cta-box br {
	display: none;
}
.column-cta-box .column-cta-box-item {
	min-height: 215px;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 215px;
    text-align: center;
    border-left: 1px solid #f0566a;
	position: relative;
    overflow: hidden;
}
.column-cta-box .column-cta-box-item:hover {}
.column-cta-box .column-cta-box-item:first-child {
	border-left: none;
}
.column-cta-box .column-cta-box-item img {
	transition: all .2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.column-cta-box .column-cta-box-item:hover img {
	transform: scale(1.1);
}
.column-cta-box .column-cta-box-item a {
    display: inline-block;
    vertical-align: middle;
    font-family: BodoniFLF-Roman;
    font-size: 14px;
    color: #f0566a;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    padding: 12px;
    background: rgba(255,255,255,0.76);
    border: 1px solid #f0566a;
    border-radius: 43px;
    width: 100%;
    max-width: 374px;
	position: relative;
    z-index: 10;
    text-decoration: none;
}
.column-cta-box .column-cta-box-item a strong {
	font-size:20px;
	color:#3b3b3b;
	line-height:32px;
	display: block;
	font-family: BodoniFLF-Roman;
    font-weight: normal;
}
.column-cta-box .column-cta-box-item a:hover {}
.column-cta-box.cols-2 .column-cta-box-item {
	width: 50%;
	float: left;	
}
.column-cta-box.cols-3 .column-cta-box-item {
	width: 33.33%;
	float: left;
}
.column-cta-box.full .column-cta-box-item {
	width: 100%;
	float: none;
}
.column-cta-box.full .column-cta-box-item a {
	font-size:16px;
	letter-spacing:1.14px;
	text-align:center;
}
.column-cta-box.full .column-cta-box-item a strong {
	font-size:24px;
	line-height:32px;
}

/* CCarousel */
.ccarousel {
	border: none;
}

.ccarousel .ccarousel-item {
    border: 1px solid #f0566a;
    margin: 0 15px;
    height: 219px;
    background-size: cover!important;
    background-position: center!important;
    line-height: 219px;
}

.ccarousel .ccarousel-item a {
	background: rgba(255,255,255,0.76);
    border: 1px solid #f0566a;
    border-radius: 43px;
    width: 253px;
    display: inline-block;
    vertical-align: middle;
    font-family: BodoniFLF-Roman;
    font-size: 20px;
    color: #3b3b3b;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: center;
    padding: 12px 10px;
    text-decoration: none;
}
.three-simple-steps .step-1:before, .three-simple-steps .step-2:before, .three-simple-steps .step-3:before {
    
    background: #fcbc35;
    width: 53px;
    height: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 75px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0!important;
    left: 0!important;
    font-family: Fontawesome;
}
.ccarousel .ccarousel-item a span {
	font-size:14px;
	color:#f0566a;
	letter-spacing:1px;
	text-align:center;
	display: block;
}

.ccarousel .slick-prev {
	left: -25px;
}

.ccarousel .slick-next {
	right: -25px;
}

/* Media Boxes */
.filters-container {
    margin-bottom: 40px;
}

.fullwidth.filters-container {
	box-shadow: 0 16px 36px 0 rgba(0,0,0,0.07);
    min-height: 132px;
    line-height: 102px;
    text-align: center;
    margin-left: -9999em;
    margin-right: -9999em;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}

.fullwidth.filters-container .wrap {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.filters-container .media-boxes-search {
	float: right;
}

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

.filters-container .filter-title {
	font-family: BodoniFLF-Roman;
    font-size: 20px;
    color: #3b3b3b;
    line-height: 50px;
    float: left;
    margin: 0 20px 0 0;
}

.filters-container .media-boxes-filter {
	margin: 0;
	padding: 0 0 0 1px;
	text-align: right;
}

.filters-container .media-boxes-filter li {
	padding: 0;
    margin-left: -1px;
    margin-right: 0;
}

.before-after-blog-display .filters-container .media-boxes-filter li:first-child {}

.filters-container .media-boxes-filter li:before {
    content: none;
}

.media-boxes-filter>li a {
    border: 1px solid #D3D3D3;
    background-color: #FAFAFA;
    box-shadow: none;
    font-size: 14px;
    font-family: helveticaneueregular;
    font-weight: 600;
    line-height: 26px;
    padding: 11px 25px;
}

.media-boxes-filter>li a:hover {
	background: #f79231;
    border: 1px solid #f79231;
}

ul.media-boxes-filter>li a.selected {
    background-color: #F79231;
    border-color: #F79231;
    box-shadow: none !important;
}

.fullwidth .media-boxes-filter>li {
    padding: 0 10px;
}

.fullwidth .media-boxes-filter>li a {
	font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: bold;
    padding: 17px 30px;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.fullwidth .media-boxes-filter>li a:hover, .fullwidth .media-boxes-filter>li a.selected {
    background-color: #F0566A;
    border-color: #F0566A;
}

.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-boxes-load-more-button {
	background-color: #F0566A;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    font-family: "helveticaneueregular";
    padding: 18px 10px;
}

select.tinynav {
	border: 1px solid #D3D3D3;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: bold;
    padding: 17px 45px 17px 17px;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: 0;
    background-image: url(images/fa-drop-down.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    apprearance: none;
}


/* styles for desktop */
.tinynav { display: none }

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

.social-icons a{
    display: inline-flex;
    margin: 0 0 27px 25px;
    width: 17px;
    height: 17px;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 12.59px;
    line-height: 17px;
    text-decoration: none;
}

.social-icons a:hover {
	text-decoration: none;
}

.social-icon i{
	margin: auto;
}


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

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

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

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

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

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

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

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

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

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

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

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

/* Column Carousel */
.column-post-carousel {
	margin: 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;
}


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

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

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

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

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

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

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


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

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

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

.custom-form div.validation_error {
    display: none;
}
/*** END SHORTCODES ***/



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

/*Gravity Forms Override*/
.gfield_label,
.gform_wrapper .top_label .gfield_label {
    font-weight: bold;
    color: #3B3B3B;
    font-family: "helveticaneueregular";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
}

div.gform_wrapper .gfield_description,
div.gform_wrapper .gsection_description {
    color: #3B3B3B;
    font-family: "helveticaneueregular";
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
}

div.gform_wrapper .desc-inline .gfield_description {
    width: auto;
    display: inline-block;
    margin: 0 0 0 4px;
    vertical-align: top;
}

div.ginput_container input[type=text],
div.ginput_container textarea,
div.ginput_container select,
div.captcha-container input,
li.captcha-container div.gfield_captcha_container input {
    background-color: transparent;
    padding: 10px 20px!important;
    color: #171e28;
    font-weight: 400;
    border: 1px solid #e1e4e5;
    border-left: 3px solid #f0566a;
    border-radius: 0px;
    margin-bottom: 5px;
}

.gform_wrapper ul.gform_fields li.gfield.gfield_html {
	color: #3B3B3B;
    font-family: "helveticaneueregular" !important;
    font-size: 14px !important;
    font-weight: 300;
    letter-spacing: 1px !important;
    line-height: 28px;
}

.form-style-v2 div.ginput_container input[type=text],
.form-style-v2 div.ginput_container textarea,
.form-style-v2 div.ginput_container select,
.form-style-v2 div.captcha-container input,
.form-style-v2 li.captcha-container div.gfield_captcha_container input {
	background-color: transparent;
    padding: 5px 4px!important;
    border: none;
    border-bottom: 1px solid #D3D3D3;
    border-radius: 0px;
    margin-bottom: 5px;
    margin: 0;
    color: #3B3B3B;
    font-family: "helveticaneueregular" !important;
    font-size: 14px !important;
    font-weight: 300;
    letter-spacing: 1px !important;
    line-height: 28px;
}

.form-style-v2 div.ginput_container select {
    border: 1px solid #D3D3D3;
    height: 45px;
    padding: 9px 35px 9px 16px !important;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(images/fa-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
}

div.gfield_captcha_input_container {
	width: 50%;
}

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

/*.gform_wrapper form li, .gform_wrapper li {
    padding-left: 0!important;
}*/

.gform_wrapper ul.gform_fields li.gf_2_10,
.gform_wrapper ul.gform_fields li.gf_right_2_10,
.gform_wrapper ul.gform_fields li.gf_right_2_5_10,
.gform_wrapper ul.gform_fields li.gf_right_3_10 {
    width: 20%;
    clear: none!important;
    display: inline-block;
    vertical-align: top;
}

.gform_wrapper ul.gform_fields li.gf_2_10,
.gform_wrapper ul.gform_fields li.gf_right_2_5_10 {
    width: 25%;
}

.gform_wrapper ul.gform_fields li.gf_right_3_10 {
    width: 30%;
}

.gform_wrapper ul.gform_fields li.gf_hide_label > label {
	display: none;
}

.gform_wrapper ul.gform_fields li.gf-checkbox-inline .gfield_checkbox {
    margin: 0;
}

.gform_wrapper ul.gform_fields li.gf-checkbox-inline .gfield_checkbox > li {
	display: inline-block;
    margin: 0 5px !important;
    line-height: 1;
    vertical-align: middle;
}

.gform_wrapper ul.gform_fields li.gfield > label {
	margin: 0 0 5px;
}

.gform_wrapper ul.gform_fields li.gf-label-inline > label {
    float: left;
    clear: none;
    margin: 0 5px 0 0;
    line-height: 38px;
}

.gform_wrapper ul.gform_fields li.gf-label-inline .ginput_container {
    overflow: hidden;
    margin-top: 0;
}

.gform_wrapper ul.gform_fields li.gf-checkbox-inline .ginput_container {
    line-height: 36px;
}

.gform_wrapper ul li.gfield.mb-0 { margin-bottom: 0px; }
.gform_wrapper ul li.gfield.mb-10 { margin-bottom: 10px; }
.gform_wrapper ul li.gfield.mb-20 { margin-bottom: 20px; }
.gform_wrapper ul li.gfield.mb-30 { margin-bottom: 30px; }
.gform_wrapper ul li.gfield.mb-40 { margin-bottom: 40px; }

.gform_wrapper ul li.gfield.mt-16 { margin-top: 16px; }
.gform_wrapper ul li.gfield.mt-20 { margin-top: 20px; }

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

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

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

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

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

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

.gform_footer .gform_button.button {
	font-family: helveticaneueregular;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.33px;
    padding: 15px 15px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #F0566A;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    border: none;
    width: 100%;
    max-width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.gform_footer .gform_button.button:hover{
    background: #D23E52;
}

.gf_custom_sections {
	display: inline-block;
    vertical-align: top;
}

.gf_custom_sections li:empty,
.gf-display-none {
    display: none !important;
}

body .gform_wrapper .form-style-v2 ul li.gf_hide_label,
body .gform_wrapper .form-style-v2 .top_label .gf_hide_label div.ginput_container_text {
	margin-top: 1px;
}

.gf-hide-label label.gfield_label {
    display: none !important;
}

.gf_custom_sections.gf_30 {
    width: 29%;
}

.gf_custom_sections.gf_40 {
    width: 40%;
}

.gf_custom_sections.gf_100 {
    width: 100%;
}

.gf_custom_sections.style-2 {
    border: 1px solid #F0566A;
    background-color: rgba(255,255,255,0.14);
    padding: 14px 50px 30px;
}

.gform_wrapper .gsection {
	border-bottom: none !important;
}

.gform_wrapper .gsection {
    margin-bottom: 0 !important;
    padding-bottom: 4px !important;
}

.gform_wrapper .gsection h2.gsection_title {
    color: #3B3B3B;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
}

.gform_wrapper .gf-heading-1 h2.gsection_title,
.gform_wrapper .gf-heading-2 h2.gsection_title {
    color: #F79231;
    font-size: 24px !important;
    line-height: 32px;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}

.gform_wrapper .gf-heading-2 {
    border-bottom: 1px solid #D3D3D3 !important;
    margin-bottom: 30px !important;
}

.gform_wrapper .gf-heading-1 .gsection_description {
    margin-top: 20px;
}

.gform_wrapper .top_label .gsection_description {
	color: #3B3B3B;
    font-family: "helveticaneueregular";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 0;
}

.gf_custom_sections .gfield_label {
    width: auto !important;
}

.gf_custom_sections .ginput_container {
    margin-left: 0 !important;
}

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

.gfield_error .gfield_label {
    color: #777;
}

.validation_message {
    color: #ea9698 !important;
}

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

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

}

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

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

/* Site Origin Layout Defaults */

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

.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;
}
    
/* .two-columns .panel-grid-cell:first-child > .widget,
.two-columns .panel-grid-cell:last-child > .widget {
	width: 560px;
	max-width: 100%;
}

.two-columns .panel-grid-cell:first-child > .widget {
	float: right;
}

.two-columns .panel-grid-cell:last-child > .widget {
	float: left;
} */

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

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


/* Week Calendar */
.weekdays .active td {
	background: #F0566A!important;
	border-color: #F0566A!important;
	color: #fff!important;
}


/* Helpers */
.go-hide,
.hide-me{
    display: none !important;
}


/* Header top elements */
.header-top-elements{
    width: 100%;
    text-align: right;
    margin-top: 21px;
    right: 15px;
    position: relative;
    line-height: 1;
    margin-bottom: 2px;
}

.header-top-elements.panel-row-style,
.header-top-elements.panel-grid-cell{
	padding: 0px !important;
}


.header-calendar{
    font-family: 'helveticaneueregular';
    text-transform: uppercase;
    font-size: 11px;
    color: #3b3b3b;
    letter-spacing: 1.5px;
    line-height: 12px;
    min-width: 150px;
}

.header-calendar .weekdays div{
	display: none;
}

.header-calendar .weekdays .active {
	display: inline-block !important;
}

.header-calendar .weekdays .active:before{
	content:'ï³';
	font-family: 'FontAwesome';
	font-size:16px;
	margin-right: 12px;
}

.header-phone a,
.header-address a{
	font-family: 'helveticaneueregular';
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #3b3b3b;
    text-align: right;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.header-phone a:hover,
.header-address a:hover{
	text-decoration: underline;
}

.header-phone i,
.header-address i{
	font-size:16px;
	margin-right: 10px;
	color:#3b3b3b;
}

.google-review-box i{
	font-size: 14px;
	font-weight: 700;
	margin-right: 5px;
}

.google-review-box a{
	font-family: 'helveticaneueregular';
	text-transform: uppercase;
    font-size: 12px;
	color: #3b3b3b;
	font-weight: 300;
	letter-spacing: 2px;
}

.google-review-box a:hover{
	color: #f79231;
}


/* Home Connections */
.connections-box.panel-grid-cell,
.connections-box.panel-row-style{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.connections-box{
	background: #fff;
	box-shadow: 0 4px 23px 0 rgba(1,1,1,0.08);
	position: relative;
    margin-top: 60px;
}

.connections-text-box{
	position: relative;
}

.connections-text-box h5{
	text-align: center;
	text-transform: uppercase;
	padding-top: 35px;
    color: #3b3b3b;
}

/* Sticky Element */
.sticky-element-wrap{
    position: relative;
    width: 100%;
    max-width: 1500px;
    padding: 0px;
    margin: 0 auto;
}

.sticky-box {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    right: 0;
}

.sticky-box.stick { 
    position: fixed;
    top: 270px;
   	left: 70px; 
}
body.page-id-1000 .sticky-item{
	display: inline-block;
	
}
.sticky-item{
    right: 0;
    /*top: 540px;
    position: absolute;*/
    top: 520px;
    position: fixed;
    font-size:14px;
	text-transform: capitalize;
	color:#333333;
	/*padding:10px 35px;
	display: inline-block;*/
	padding:7px 15px;
	display:none;
	max-width: 255px;
	z-index:9;
	border:1px #fff solid;
	border-radius: 40px;	
	background-color: #FFFFFF;	
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.11);

	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.sticky-item a{
	color: #333;
	text-decoration: none;
}

/*.sticky-item i{
	color: #fff;
	background: #f79231;
	width: 27px;
	height: 27px;
	border-radius: 100%;
	text-align: center;
	line-height: 27px;
	margin-right: 5px;

	transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
	padding-top:6px;
}*/
.sticky-item i {
	color: #fff;
	background: #f79231;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 27px;
	margin-right: 5px;
	transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	padding-top: 1px;
	font-size: 23px !important;
}

.googleplus {
	display: none !important;
}
body.page-id-611 .media-box {
	display: block !important;
}
.custom-phone-links a {
    text-decoration: underline;
}
.custom-phone-links a:hover {
    text-decoration: none;
    color: #3b3b3b;
}
.custom-phone-links p {
    padding-bottom: 20px;
}
.paragraph-customize p {
    padding-bottom: 0;
	font-weight: bold;
}
#pgc-3467-0-1 p {
    text-align: right;
	padding-top: 5px;
}