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


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


/*
* 	CSS Animations
*	View the list here for the classes
* 	http://daneden.github.io/animate.css/
*/


/**
 * 0.0 Variables 
 */

:root {
    --heading-font: 'BauerBodni BT';
}


/**
* 1.0 Fonts
* -----------------------------------------------------------------------------
*/


/*font-family: 'Open Sans', sans-serif;*/


/*font-family: 'Oswald', sans-serif;*/


/*font-family: 'Yellowtail', sans-serif;*/


/*font-family: 'Raleway', sans-serif;*/

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

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('nmfonts/helveticaneue-light.eot');
    /* IE9 Compat Modes */
    src: url('nmfonts/helveticaneue-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('nmfonts/helveticaneue-light.woff2') format('woff2'), /* Super Modern Browsers */
    url('nmfonts/helveticaneue-light.woff') format('woff'), /* Pretty Modern Browsers */
    url('nmfonts/helveticaneue-light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('nmfonts/helveticaneue-light.svg#svghelveticaneue-light') format('svg');
    /* Legacy iOS */
}

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

@font-face {
    font-family: 'BodoniFLF-Roman';
    src: url('nmfonts/bodoniflf-roman.eot');
    /* IE9 Compat Modes */
    src: url('nmfonts/bodoniflf-roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('nmfonts/bodoniflf-roman.woff2') format('woff2'), /* Super Modern Browsers */
    url('nmfonts/bodoniflf-roman.woff') format('woff'), /* Pretty Modern Browsers */
    url('nmfonts/bodoniflf-roman.ttf') format('truetype'), /* Safari, Android, iOS */
    url('nmfonts/bodoniflf-roman.svg#svgbodoniflf-roman') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'BodoniFLF-Italic';
    src: url('nmfonts/bodoniflf-italic.eot');
    /* IE9 Compat Modes */
    src: url('nmfonts/bodoniflf-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('nmfonts/bodoniflf-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('nmfonts/bodoniflf-italic.woff') format('woff'), /* Pretty Modern Browsers */
    url('nmfonts/bodoniflf-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('nmfonts/bodoniflf-italic.svg#svgbodoniflf-italic') format('svg');
    /* Legacy iOS */
}


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


/*
*	Main theme color - 1
*/

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


/*
*	Main theme color - 2
*/

.search-form input[type="submit"]:hover,
.read-more.btn-primary:hover {
    background-color: #5a5a5a;
}


/*
*	General style
*/

body {
    background: #fff;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    transition: opacity .2s ease;
    position: relative;
    font-family: HelveticaNeue-Light;
    letter-spacing: 1px;
    line-height: 28px;
    color: #3b3b3b;
}


/*
.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/page-load.gif); */


/*    background-image: url(images/clock-pload.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
	transition: opacity .2s ease;
}
*/

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font);
    margin: 0 0 20px;
    padding: 0;
    font-weight: 400;
    color: #3b3b3b;
    letter-spacing: 0;
}

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

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

b,
strong {
    font-family: HelveticaNeue;
}

a,
a:focus,
a:active,
a:visited {
    color: #3B3B3B;
    /*text-decoration: underline;*/
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #3B3B3B;
}

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: 0;
    margin-left: 0;
}

.entry-content ul li {
    list-style: none;
    font-family: HelveticaNeue;
    font-size: 12px;
    color: #3b3b3b;
    letter-spacing: 0.85px;
    line-height: 17px;
    text-align: left;
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
}

.entry-content ul li:before {
    content: '\f00c';
    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;
}

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

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

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

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


/**
* Nav Tabs
*/

.nav-tabs>li {
    list-style: none!important;
    padding-left: 0!important
}

.nav-tabs>li:before {
    content: none!important;
}

.nav-tabs>li>a {
    border: 1px solid #d3d3d3!important;
    border-radius: 0!important;
    margin-right: 0!important;
    border-left: none!important;
    font-size: 14px;
    color: #3b3b3b!important;
    letter-spacing: 0px;
    text-align: center;
    padding: 19px 27px;
    background: #fafafa;
    text-decoration: none;
}

.nav-tabs>li:first-child>a {
    border-left: 1px solid #d3d3d3!important;
}

.tab-content {
    padding: 35px 0 38px;
}


/**
* 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 {
    width: 100%;
    border-radius: 4px;
    background: #f0566a;
}

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

.btn-2 {
    background-color: #FCBC35;
    border-radius: 0;
    display: block;
    color: #FFFFFF;
    font-family: var(--heading-font);
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    text-transform: capitalize;
}

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

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

.nav-primary {
    background: #eee;
}

.nav-primary .genesis-nav-menu>li>a,
.nav-header .genesis-nav-menu>li>a {
    display: inline-block;
    padding: 25px 15px 26px 15px;
    position: relative;
    font-family: HelveticaNeue;
    font-size: 11px;
    color: #3b3b3b;
    letter-spacing: 2px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.genesis-nav-menu .menu-item.last-item a {
    padding-right: 0;
}

.nav-primary .genesis-nav-menu>li>a:hover,
.nav-header .genesis-nav-menu>li>a:hover,
.nav-header .genesis-nav-menu>li.current-menu-item>a {
    color: #f79231;
}

.nav-primary .genesis-nav-menu>li>a:hover:after,
.nav-header .genesis-nav-menu>li>a:hover:after,
.nav-header .genesis-nav-menu>li.current-menu-item>a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f79231;
}

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

.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 .menu-item .sub-menu .menu-item:hover>.sub-menu,
.nav-header .genesis-nav-menu .menu-item .sub-menu .menu-item:hover>.sub-menu {
    right: -100%;
    top: 0;
}

.nav-primary .genesis-nav-menu .sub-menu,
.nav-header .genesis-nav-menu .sub-menu {
    position: absolute;
    left: -9999px;
    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;
    line-height: 1;
    padding: 15px 20px;
    background: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.nav-header .genesis-nav-menu .sub-menu a {
    position: relative;
    display: inline-block;
    padding: 0px;
    max-width: 100%;
    width: 200px;
    border-top: none;
    background-color: #FFFFFF;
    color: #3b3b3b;
    text-align: left;
    font-family: HelveticaNeue;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.8px;
    line-height: 29px;
}

.nav-primary .genesis-nav-menu .sub-menu a em,
.nav-header .genesis-nav-menu .sub-menu a em {
    font-style: normal;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-header .genesis-nav-menu .sub-menu a:hover {
    text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu,
.nav-header .genesis-nav-menu .sub-menu .sub-menu {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    opacity: 1 !important;
    line-height: 1;
    background: #fff;
    box-shadow: none;
    margin: 0;
    width: 100%;
    padding: 0 0 0 10px;
    overflow: hidden;
    height: 0;
    transition: height 0.15s ease-out;
}

.nav-header .genesis-nav-menu .sub-menu .nav-trigger {
    position: absolute;
    top: 8px;
    right: -10px;
    z-index: 9;
    width: 15px;
    text-align: center;
    cursor: pointer;
}

.nav-header .genesis-nav-menu .sub-menu .nav-trigger:hover {
    background: #c3c3c3;
    color: #ffff;
}

.nav-header .genesis-nav-menu .sub-menu .nav-trigger:before {
    content: 'ï„‡';
    font-family: FontAwesome;
}

.nav-primary .genesis-nav-menu .sub-menu>.menu-item.active .sub-menu,
.nav-header .genesis-nav-menu .sub-menu>.menu-item.active .sub-menu {
    height: auto;
    transition: height 0.25s ease-in;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu a,
.nav-header .genesis-nav-menu .sub-menu .sub-menu a {
    color: #8E8E8E;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 1px;
}

.site-header .title-area {
    float: left;
    padding: 39px 0 12px;
}

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

.header-widget-area section.widget {
    /*display: inline-block;*/
}

.header-widget-area .nav-right {
    padding: 18px 0;
}

.header-widget-area .nav-right li {
    display: inline-block;
    border-left: 1px solid #d3d3d3;
    padding: 8px 19px;
}

.header-widget-area .nav-right li a {
    font-size: 17px;
    color: #c73f4b;
    line-height: 17px;
    text-align: center;
}

.header-widget-area .nav-right li a:hover {
    color: #f79231;
}

.header-widget-area .nav-right li.mobile {
    display: none;
}

.header-widget-area .nav-right li.mobile a {
    background: #f0566a;
    padding: 22px 15px;
    color: #fff;
    margin: -10px 0;
    position: relative;
    padding-left: 40px;
}

.header-widget-area .nav-right li.mobile .fa {
    font-size: 27px;
    margin-right: 5px;
    height: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
}

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


/*Responsive menu bar*/

div#click-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 30;
    color: #FFFFFF;
    background: #F0566A;
    padding: 7px 0px 12px 0px;
}

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

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

#click-menu.admin-bar-showing {
    margin-top: 0px !important;
}

#responsive-menu .RMImage {
    width: 140px;
}


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

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

.panel-grid .widget-title {
    font-size: 34px;
    color: #3b3b3b;
    letter-spacing: 0px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 39px;
    position: relative;
}

.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: HelveticaNeue-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: var(--heading-font);
    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;
    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;
}

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

.ff-action-box {
    background-color: #F0566A;
    padding: 10px;
}

.ff-action-box-wrap {
    border: 1px solid #FFE1C4;
    padding: 25px;
}

.action-body {
    overflow: hidden;
}

.action-body img {
    float: left;
    margin: 0 50px 0 25px;
    max-height: 93px;
}

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

.ff-action-box h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    margin-bottom: 8px;
}

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

.action-button a {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    background-color: #F0566A;
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    text-align: center;
    padding: 17px 24px;
    text-decoration: none;
}

.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: "HelveticaNeue";
    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 {
    background: #fff;
    padding: 0;
}

.ff-action-box.style-3 .ff-action-box-wrap {
    padding: 19px 25px;
    border: 1px solid #D3D3D3;
}

.ff-action-box.style-3 .action-body-content {
    line-height: 93px;
    display: inline-block;
}

.ff-action-box.style-3 h5 {
    font-size: 34px;
    line-height: 44px;
    color: #3B3B3B;
    margin: 0;
    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: HelveticaNeue;
}

.payment-box-item .r2 {
    padding: 10px 40px 30px;
}

.payment-box-right a,
.payment-box-item .r2 a {
    font-family: "HelveticaNeue";
    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: var(--heading-font);
    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: var(--heading-font);
    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: HelveticaNeue;
    font-weight: normal;
    min-height: 100px;
}

.dp-post-item-wrap .s3 {
    font-family: HelveticaNeue;
    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 .r1 {
    color: #3B3B3B;
    font-size: 27px;
    line-height: 32px;
    font-family: var(--heading-font);
    display: block;
    margin-bottom: 8px;
}

.general-post-head .r2 {
    font-family: var(--heading-font);
    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 !important;
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px !important;
}

.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: var(--heading-font);
    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: HelveticaNeue;
    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: HelveticaNeue;
    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: HelveticaNeue;
    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;
}

.footer-mobile {
    font-family: HelveticaNeue;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2.54px;
    line-height: 19px;
    text-align: left;
    position: relative;
    padding: 4px 0 4px 66px;
    margin: 5px 0;
    display: block;
}


/*.footer-mobile:before {
		content: "";
		background-color: #fff;
		height: 100%;
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		left: 43px;
	}*/

.footer-mobile .fa {
    font-size: 24px;
    color: inherit;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.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: HelveticaNeue;
    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: HelveticaNeue-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: var(--heading-font);
    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 {
    border-top: 1px solid #d3d3d3;
    letter-spacing: 0px;
    text-align: left;
}

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

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

.panel-default>.panel-heading+.panel-collapse .panel-body h4 {
    margin-bottom: 0px;
}

.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: HelveticaNeue-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: var(--heading-font);
    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: var(--heading-font);
    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;
    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;
}


/* SPECIAL HEADING */

.special-heading {
    margin-bottom: 33px;
    text-align: left;
}

.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: HelveticaNeue-Light;
    font-size: 14px;
    color: #3b3b3b;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
}

.simplebox h5 {
    font-family: HelveticaNeue;
    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;
    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: var(--heading-font);
    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: HelveticaNeue;
    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: var(--heading-font);
    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 !important;
    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.heart ul li:before {
    content: '\f004';
}

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


/* 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 * {
    color: #FFFFFF;
}

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

.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: var(--heading-font);
    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 {
    border: 1px solid #E0E0E0;
    padding: 23px 60px;
    margin: 0 0 20px;
}

.type-2 h3,
.type-3 h3 {
    font-family: var(--heading-font);
    font-size: 34px;
    color: #3b3b3b;
    letter-spacing: 0px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 0;
}

.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,
.type-3 .btn,
.type-4 .btn {
    margin-top: 0;
    background: #f0566a;
    border-radius: 4px;
    min-width: 0;
    color: #ffffff;
    position: absolute;
    top: 31px;
    right: 60px;
    padding: 17px 49px;
    line-height: 16px;
    height: 50px;
    bottom: 0;
    margin: auto;
    top: 0;
}

.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: var(--heading-font);
    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;
}

.three-simple-steps {
    max-width: 1164px;
    margin: 55px auto 0;
    padding: 50px 45px;
    background-color: #ffffff;
    border: 1px solid #f0566a;
    box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.17);
    
}

.three-simple-steps:after {
    content: none;
}

.three-simple-steps ul {
    margin: 0;
    padding: 0;
}

.three-simple-steps ul li {
    background: #ffffff;
    border: 1px solid #fcbc35;
    width: 334px;
    display: inline-block;
    margin-left: 25px;
    font-family: var(--heading-font);
    font-size: 17px;
    color: #3b3b3b;
    line-height: 19px;
    text-align: left;
    padding: 19px;
    padding-left: 65px;
    position: relative;
    padding-right: 10px;
}

.three-simple-steps ul li em {
    color: #f79231;
    display: block;
    font-style: normal;
}

.three-simple-steps ul li:first-child {
    margin-left: 0;
}

.three-simple-steps .step-1:before,
.three-simple-steps .step-2:before,
.three-simple-steps .step-3:before {
    content: "";
    background: #fcbc35;
    width: 53px;
    height: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 75px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Fontawesome;
}

.three-simple-steps .step-1:before {
    content: "\f06e";
}

.three-simple-steps .step-2:before {
    content: "\f071";
}

.three-simple-steps .step-3:before {
    content: "\f184";
}


/* 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: var(--heading-font);
    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: var(--heading-font);
    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: var(--heading-font);
    font-size: 20px;
    color: #3b3b3b;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: center;
    padding: 12px 10px;
    text-decoration: none;
}

.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: var(--heading-font);
    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: HelveticaNeue;
    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: "HelveticaNeue";
    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 {}

.gform_wrapper form ul.gfield_checkbox li input[type=checkbox] {
    margin-top: auto !important;
    width: 16px !important;
    height: 16px;
    outline: none;
    margin-right: 10px;
}

.gform_wrapper form ul.gfield_checkbox li input[type=checkbox]:checked {
    background: url(images/fa-checkbox.png)
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label,
.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300 !important;
    font-family: "HelveticaNeue";
}


/*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: "HelveticaNeue";
    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: "HelveticaNeue";
    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: "HelveticaNeue" !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: "HelveticaNeue" !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: HelveticaNeue;
    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: "HelveticaNeue";
    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;
    border: none;
    padding: 0!important;
}


/* Site Origin Layout Defaults */

/*.panel-grid-cell {
    padding-top: 40px;
    padding-bottom: 40px;
}*/

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

.sticky-item {
    right: 0;
    top: -55px;
    position: absolute;
    font-size: 14px;
    text-transform: capitalize;
    color: #333333;
    padding: 10px 13px;
    /*display: inline-block;*/
    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);
}*/

.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(-90deg);
    -webkit-transform: rotate(-2deg);
    padding-top: 8px;
    font-size: 15px !important;
}

.googleplus {
    display: none !important;
}

body.page-id-611 .media-box {
    display: block !important;
}

@media screen and (min-width:991px) {
    .panel-default>.panel-heading+.panel-collapse .panel-body {
        padding: 60px;
    }
}