/* GLOBAL */
body{
	background: #fff;
	font-size: 14px;
}
body.media {
    display: block;
}

body, .bg-white, .text-body {
  color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color: #000;
}
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	font-weight: 700;
}

a, button, svg{
  transition: color 0.3s linear 0s, background-color 0.3s linear 0s, border-color 0.3s linear 0s
}


/* BUTTONS */
.btn {
	border: 1px solid;
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	padding: 7px 30px 7px;
	text-decoration: none;
	transition: 0.4s;
	white-space: inherit;
}
.btn:hover{
	background: #fff;
}
.btn:focus,
a[class*="btn-"]:focus,
button:focus{
	border-radius: 0 !important;
	box-shadow: unset;
	outline: 2px solid #FF0000;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #D0D7B1;
    border-color: #D0D7B1;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary{
	border: 0;
}
.btn.btn-secondary:focus{
	outline: 2px solid #FF0000;
}
.btn .svg-inline--fa {
	border-bottom: none !important;
}
.btn:not(.btn-wcag) svg{
	margin: 0 7px 0 0;
	position: relative;
}

.btn.d-block{
	margin: 0 0 20px;
}

.btn-wcag {
	background-color: #000;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 0;
	position: fixed;
	top: 38px;
	left: 5px;
	color: white;
	font-size: 17px;
	padding: 4px 8px;
	z-index: 1025;
	transition: .3s;
}
@media (max-width: 991px) {
	.btn-wcag {
		top: 34px;
	}
}

.btn-skip-content {
	position: fixed !important;
	top: 2px;
	left: 2px;
	z-index: 1030;
	border-radius: 0;
	padding: .375rem .75rem;
}
.btn-skip-nav {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 1030;
	color: white;
	padding: .375rem .75rem;
}

/* FOCUS */
a:focus {
  outline-style: solid;
  outline-width: 2px;
}
input:focus, select:focus, textarea:focus, [tabindex]:not([tabindex='-1']):focus {
  outline-style: solid;
  outline-width: 2px;
}
a:focus, .bg-primary a:focus, .bg-secondary a:focus, .bg-tetriary a:focus, .white-outline a:focus {
  outline-color: #FF0000 !important; }


a:not(.btn) {
  text-decoration: underline;
}

.content a:not(.btn):not(.submenu a) {
  font-weight: bold;
  text-decoration: underline !important;
}

.sidebar li a,
.entry-title a{
	display: block;
}
.entry-title a{
	color: #000;
	font-size: 30px;
	margin-bottom: 0;
}
.entry-title a:hover{
	text-decoration: underline;
}

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

body.no-scrolling {
  overflow: hidden;
}

.menu-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.embed-responsive {
  margin-bottom: 1rem;
}

.text-white a {
  color: white;
}

/* SAGE DEFAULT */

.comment-list ol {
  list-style: none;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}
.alignleft, .alignright {
	display: block;
	margin: 10px auto 20px;
	height: auto;
}
@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 3rem;
  }
  .alignright {
    float: right;
    margin-left: 3rem;
  }
}

body#tinymce {
  margin: 12px !important;
}

.bg-primary a:not(.btn), .bg-secondary a:not(.btn), .white-outline a:not(.btn) {
  color: white;
}
.bg-primary a:not(.btn):hover,
.bg-primary a:not(.btn):focus{
}

.bg-primary a .svg-inline--fa, .bg-secondary a .svg-inline--fa, .white-outline a .svg-inline--fa {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.bg-primary, .bg-secondary {
  color: white;
}


/* HEADER ********************************************************/
header.banner{
	display: table;
	position: relative;
	width: 100%;
	z-index: 1000;
}
header .container{
	position: relative;
}

.logo{
	float: left;
	margin: 20px 0 20px -10px;
}
.logo a{
	display: block;
	padding: 10px;
}
@media (max-width: 1520px) {
	.logo{
		margin: 20px 0 20px 60px;
	}
}
@media (max-width: 991px) {
	.logo{
		margin: 10px 0 10px 60px;
	}
	.logo img{
		height: 70px;
	}
}
@media (max-width: 430px) {
	.logo{
		margin: 10px 0 10px 40px;
	}
}

.header-nav-info{
	float: right;
}
header .phone{
	float: left;
	margin: 25px 14px 0 0;
}
header a.phone_anchor{
	color: #BE0404;
	font-size: 18px;
}
header .phone_anchor:hover,
header .phone_anchor:focus{
	color: #495436;
}
header .phone svg{
	color: #A1AF64;
	font-size: 18px;
	margin: 0 10px 0 0;
}
header .socials{
	float: left;
	margin: 13px -2px 7px 0;
}
@media (max-width: 991px) {
	header .phone{
		margin: 20px 14px 0 0;
	}
	header .socials{
		margin: 10px -2px 7px 0;
	}
}
@media (max-width: 790px) {
	header .phone{
		display: none;
	}
}
@media (max-width: 620px) {
	.header-nav-info {
		clear: both;
	}
	header .socials{
		margin: 0;
	}
}


/* NAVBAR *****************************************************************/
.header-nav{
	float: right;
	margin: 77px -15px 0 0;
	padding: 0;
	position: relative;
	width: calc(100% - 308px);
}
.navbar{
	padding: 0;
}
.navbar-nav > li{
	margin: 0 10px;
}
.navbar-nav a {
	color: #fff;
	font-size: 15px;
	padding: 4px 4px !important;
	position: relative;
	text-decoration: none !important;
	text-shadow: 1px 1px 0 #000;
}
.navbar-nav a:hover,
.navbar-nav a:focus{
	color: #fff;
}
.nav-link{
	border-bottom: 1px solid transparent;
}
.nav-link:hover,
.nav-link:focus{
	border-bottom: 1px solid #fff;
}
.nav-link.active,
.navbar-nav > .current-page-ancestor > a {
    border-bottom: 1px solid #fff;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    margin-left: 0;
    vertical-align: .2em;
    border-top: .25em solid;
    border-right: .25em solid transparent;
    border-left: .25em solid transparent;
}
.dropdown-menu{
	border-radius: 0;
	padding: 10px;
}
.navbar-nav .dropdown-menu a{
  border-bottom: 1px solid transparent;
	color: #000;
	font-size: 15px;
	margin: 4px 0;
	padding: 2px 40px 2px 0 !important;
	text-shadow: none;
}
.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a:focus{
  border-bottom: 1px solid #000;
	color: #000;
}
.dropdown-item.active, .dropdown-item:active {
	border-bottom: 1px solid #000;
  color: #000;
	background-color: transparent;
}

.navbar-nav.sm-collapsible .sub-arrow{
	border-color: transparent;
}
.navbar-nav.sm-collapsible .sub-arrow:before{
	color: #495436;
}
.navbar-nav.sm-collapsible a:hover .sub-arrow:before,
.navbar-nav.sm-collapsible a:focus .sub-arrow:before{
	color: #495436;
}
.navbar-nav.sm-collapsible .dropdown-item.active .sub-arrow:before{
	color: #495436;
}
.navbar-nav.sm-collapsible .dropdown-item.active:hover .sub-arrow:before,
.navbar-nav.sm-collapsible .dropdown-item.active:focus .sub-arrow:before{
	color: #495436;
}

@media (min-width: 992px) {
	.navbar-nav{
		display: table;
		text-align: right;
		width: 100%;
	}
	.navbar-nav > li{
		display: inline-block;
	}
}
@media (max-width: 991px) {
	.header-nav{
		margin: 0;
		position: absolute;
		top: 77px;
		right: 20px;
		width: 100%;
	}
	.navbar{
		float: none;
		margin: 0;
	}
	.navbar .navbar-collapse {
		background: #fff;
		position: absolute;
		top: 0;
		left: 10px;
		width: 100%;
	}
	.header-navigation .container{
		padding: 0 0 10px;
	}
	.navbar-nav a{
		border-bottom: 1px solid transparent;
		color: #000;
		padding: 10px 40px 10px 15px !important;
		text-shadow: none;
	}
	.navbar-nav a:hover,
	.navbar-nav a:focus{
		border-bottom: 1px solid #000;
		color: #000;
	}
	.nav-link.active{
		background-color: #E9EAE7;
	}
	.navbar-nav .dropdown-menu a{
		padding: 10px 40px 10px 15px !important;
	}
}
@media (max-width: 575px) {
	.navbar .navbar-collapse {
		left: 20px;
	}
}
@media (max-width: 410px) {
	.header-nav{
		top: 150px;
	}
}

.navbar-toggler {
	background: #fff;
	border-radius: 0;
	position: absolute;
	text-align: left;
	height: 30px;
	width: 110px;
	top: -40px;
	right: -10px;
}
.navbar-toggler:before{
	color: #495436;
	content: "MENU";
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	position: absolute;
	top: 4px;
	left: 10px;
}
.navbar-toggler span {
	background: #495436;
	border: none;
	height: 2px;
	width: 24px;
	position: absolute;
	top: 5px;
	right: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	transform: translateX(-50%);
}
.navbar-toggler span:nth-of-type(2) {
	top: 13px;
}
.navbar-toggler span:nth-of-type(3) {
	top: 21px;
}
.navbar-toggler[aria-expanded="true"] .top {
  -webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
  transform: translateY(8px) translateX(-50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .middle {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bottom {
  -webkit-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
  transform: translateY(-8px) translateX(-50%) rotate(-45deg);
}
@media (max-width: 991px) {
  .fixed-top {
    z-index: 1031;
    max-height: 100vh;
    overflow: auto;
  }
}



/* CONTENT **************************************************************************************************/

.content, .section {
  line-height: 1.6;
}

.container-wrapper{
  position: relative;
}

#content {
  position: relative;
}

#content img{
}

/* SECTIONS */

.section, .content-wrap {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.section header {
  text-align: center;
  padding-bottom: 2rem;
}

.section header>h2 {
  margin: 0;
  padding: 0;
}


/* SIDEBAR and LISTS */
.widget{
	margin: 0 0 30px;
}
.sidebar ul,
.sidebar .widget ul,
.sidebar .menu ul,
.sidebar .menu,
.images-list{
	list-style: none;
	padding: 0;
}
#content ul + *{
	clear: both;
}

#content ul{
	list-style: circle;
	list-style-position: inside;
	padding: 0 0 0 30px;
}
#content ul li{
	line-height: 1.3;
	padding: 6px 20px 6px 0;
	position: relative;
	text-decoration: none;
}

div[class*="menu-sidebar-menu-"]{
	padding: 10px 0 0;
	position: relative;
}
div[class*="menu-sidebar-menu-"] ul{
	background: #fff;
	box-shadow: 0 4px 20px rgba(73,84,54,0.2);
	padding: 0;
}
div[class*="menu-sidebar-menu-"] li a{
	border-bottom: 1px solid #DADCD3;
	font-weight: 700;
	line-height: 1.3;
	padding: 12px 20px;
	position: relative;
}
div[class*="menu-sidebar-menu-"] li a:hover,
div[class*="menu-sidebar-menu-"] li a:focus{
	background: rgba(190,4,4,0.9);
	color: #fff;
}
div[class*="menu-sidebar-menu-"] li a:focus{
}

.widget_recent_entries{
	background: #fff;
	box-shadow: 0 4px 20px rgba(73,84,54,0.2);
	padding: 20px 0 10px;
}
.widget_recent_entries h3{
	font-size: 22px;
	margin: 0 0 10px 20px;
}
.sidebar .widget li{
	line-height: 1.3;
	position: relative;
}
.sidebar .post-date{
	display: block;
	font-style: italic;
	font-size: .8rem;
}
.sidebar .btn{
	margin: 0 auto 10px;
	padding: 1rem 2rem;
	width: 100%;
}
@media (max-width: 767px) {
	.sidebar{
		margin: 40px 0 0;
	}
}


#content ul.customlist{
	list-style: none;
	margin: 0 -10px 30px -10px;
	padding: 0;
}
#content ul.customlist li{
	float: left;
	margin: 0;
	padding: 0;
	width: 33.333%;
}
#content ul.customlist li a{
	color: #000;
	background: #fff;
	border: 1px solid #000;
	display: block;
	margin: 0 10px 10px 10px;
	padding: 8px 14px;
	text-decoration: none;
}
#content ul.customlist li a:hover,
#content ul.customlist li a:focus{
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
@media (max-width: 767px) {
	#content ul.customlist li{
		float: none;
		width: calc(100% - 20px);
	}
}

.embed-responsive {
	margin-bottom: 1rem;
}

.areas-service{
	font-weight: 700;
}
.areas-service p{
	margin: 0;
}
.areas-service ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.areas-service li{
	float: left;
}
.areas-service a{
	font-weight: 400;
	margin: 0 18px 0 0;
	position: relative;
}
.areas-service li:last-child a{
	margin: 0;
}
.areas-service a:after{
	background: #6C724C;
	content: "";
	width: 6px;
	height: 1px;
	position: absolute;
	top: 12px;
	right: -12px;
}
.areas-service li:last-child a:after{
	display: none;
}



/* HOME PAGE ***************************************************************************/
/* IMAGE WITH TEXT */
.hero{
	background-color: #000;
	background-image: url(../images/hero.jpg);
	background-position: center;
	background-size: cover;
	height: 600px;
	position: relative;
	margin: -152px 0 0;
}
.hero:after{
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.1),rgba(0,0,0,0.4));
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.hero .hero-text{
	bottom: 30px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.hero h1,
.hero h2,
.hero .hero-title{
	color: #fff;
	font-size: 48px;
	line-height: 1.3;
	margin: 0;
	text-shadow: 1px 1px 0 #000;
}
.hero h2,
.hero .hero-title{
	padding: 0 10% 8% 43%;
}
.hero h1 {
	width: 100%;
	text-align: center;
}
.hero .hero-title {
	width: auto;
	text-align: left;
}
.hero nav {
	width: 100%;
}
.hero nav .breadcrumb {
	justify-content: center;
}
@media (max-width: 1400px) {
	.hero{
		height: 400px;
		padding: 160px 0 50px;
	}
	.hero h2,
	.hero .hero-title{
		padding: 0 10% 0 23%;
	}
}
@media (max-width: 991px) {
	.hero{
		height: auto;
		padding: 160px 0 30px;
	}
	.hero .hero-text{
		position: relative;
		bottom: 0;
	}
	.hero h1,
	.hero h2,
	.hero .hero-title{
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.hero h2,
	.hero .hero-title{
		padding: 0 5%;
	}
}
@media (max-width: 430px) {
	.hero{
		height: auto;
		padding: 190px 0 30px;
	}
}


.intro{
	padding-top: 60px;
	padding-bottom: 60px;
}
.intro h1,
.intro .intro-title{
	font-size: 36px;
	margin: 0 0 30px 0;
}
@media (max-width: 991px) {
	.intro{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.intro h1,
	.intro .intro-title{
		font-size: 22px;
		margin: 0 0 20px;
	}
}


.home-content{
	padding-top: 70px;
	padding-bottom: 70px;
}
.home-content h2{
	font-size: 36px;
	margin: 0 0 20px;
}
@media (max-width: 991px) {
	.home-content{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.home-content h2{
		font-size: 22px;
	}
}

.menu-image-simple{
	margin: 0 auto;
	padding: 0;
}
.menu-side{
	padding: 0 50px 0 0;
}
.menu-image-simple ul,
.menu-side ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.intro .menu-image-simple ul li,
.menu-side ul li{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: table !important;
	padding: 0;
	height: 230px;
	position: relative;
}
.intro .menu-image-simple ul li:after,
.menu-side ul li:after{
	background: rgba(0,0,0,0.1);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	z-index: 0;
}
.menu-side ul li{
	height: 150px;
}
.menu-image-simple li a,
.menu-side li a{
	color: #fff;
	display: table-cell;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 700;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	vertical-align: middle;
	z-index: 1;
}
@media (max-width: 991px) {
	.menu-side{
		padding: 0 0 30px;
	}
	.intro .menu-image-simple ul{
		padding: 0;
	}
	.intro .menu-image-simple ul li,
	.menu-side ul li{
		height: 80px;
	}
}
.menu-image-simple li a:hover,
.menu-side li a:hover,
.menu-image-simple li a:focus,
.menu-side li a:focus{
	background: #000;
}
.menu-image-simple li a:focus{
	outline-offset: -2px;
}

/* menu-block */
.menu-image-block{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 75px 0 80px;
	position: relative;
}
.menu-image-block:after{
	background-color: transparent;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.menu-image-block.menu-image-1:after{
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.1),rgba(0,0,0,0.4));
}
.menu-image-block.menu-image-2, .menu-image-2-bg {
	background-color: #000;
}
.menu-image-block.menu-image-2:after{
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.1),rgba(0,0,0,0.4));
}
.menu-image-block .container{
	position: relative;
	z-index: 1;
}
.menu-image-block header{
	display: table;
	margin: 0 0 20px;
	width: 100%;
}
.menu-image-block h2{
	color: #fff;
	display: table;
	float: left;
	font-size: 36px;
	font-weight: 700;
	text-shadow: 1px 1px 0 #000;
}
.menu-image-block header .btn{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: table;
	float: right;
	margin: 0 1px 0 0;
	text-shadow: 1px 1px 0 #000;
}
.menu-image-block header .btn:hover,
.menu-image-block header .btn:focus{
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	text-shadow: none;
}
.menu-image-block nav{
	clear: both;
}
.menu-image-block ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 4px;
}
.menu-image-block li{
	display: flex;
	float: left;
	width: 33.333%;
}

@media (min-width: 1367px) {
	.menu-image-block.menu-image-1,
	.menu-image-block.menu-image-2,
	.section-contact {
		width: 1366px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 991px) {
	.menu-image-block{
		padding: 30px 0 40px;
	}
	.menu-image-block header{
		padding: 0;
	}
	.menu-image-block h2{
		font-size: 30px;
	}
	.menu-image-block header .btn{
		clear: both;
		float: left;
		margin: 20px 0 0;
	}
}
@media (max-width: 767px) {
	.menu-image-block li{
		width: 50%;
	}
}
@media (max-width: 560px) {
	.menu-image-block li{
		width: 100%;
	}
}
.menu-image-block li a{
	background: rgba(0,0,0,0.18);
	border: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 5px 10px;
	padding: 12px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	width: 100%;
}
.menu-image-block li a:hover,
.menu-image-block li a:focus{
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	text-shadow: none;
}


/* CTA */
.row-cta{
	color: #fff;
	padding: 20px 20px;
	position: relative;
}
.row-cta .col-md-6:first-child{
	padding-top: 20px;
}
.row-cta .hours{
	font-size: 18px;
	float: left;
	margin: 0 40px 0 0;
}
.call-us{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.call-us:hover,
.call-us:focus{
	color: #fff;
	font-weight: 700;
}
.row-cta .btn{
	float: right;
	font-size: 18px;
	margin: 10px 0;
	padding: 10px 30px;
}
@media (max-width: 1200px) {
	.row-cta,
	.page-template-template-landing .row-cta{
		padding: 10px 20px;
	}
	.row-cta .col-md-6:first-child{
		padding: 0;
	}
	.row-cta .hours{
		float: none;
	}
}
@media (max-width: 767px) {
	.row-cta{
		text-align: center;
	}
	.row-cta .hours{
		margin: 0 auto;
	}
	.row-cta .btn{
		float: none;
		margin: 10px auto;
		display: table;
	}
}

/* Badges */
.row-logo{
	background: #fff;
	text-align: center;
}
.row-logo img {
	display: inline- block;
	height: 80px;
	width: auto;
	padding: 10px;
	max-width: 100%;
	margin: 10px;
}

/* SUBPAGES ************************/


.review-links{
    display: inline-table;
	margin: 40px 0 50px;
	width: 100%;
}
.review-links a{
	display: table;
	margin: 0 auto 50px;
}
.review-links img{
	border-bottom: 1px solid #407AAA;
	max-height: 80px;
	padding: 0 0 14px;
	width: auto;
	transition: .3s;
}
.review-links a:hover img,
.review-links a:focus img{
	border-bottom: 3px solid #407AAA;
	top: -3px;
}



/* FULL-WIDTH PAGE */
.block-links{
	margin: 50px 0 70px;
}
.block-links .block-links-image{
	background-position: center;
	background-size: cover;
	min-height: 220px;
	position: relative;
}
.block-links .block-links-image:after{
	background: linear-gradient(rgba(255,255,255, 0.9), rgba(255,255,255, 0));
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
}
.block-links-inner{
	padding: 50px 30px 70px;
}
.block-links-inner ul{
	display: table;
	list-style: none;
	font-size: 20px;
	margin: 0 0 0 20%;
	padding: 0;
}
.block-links-inner li{
	margin: 0 0 10px;
}
.block-links-inner li a{
	display: block;
}



/* CF7 & SEARCH FORM */

.search-form label {
  font-weight: normal;
}

.wpcf7-form, .error404 .searchform {
  max-width: 550px;
}
.wpcf7-form{
  margin: auto;
}
@media (max-width: 767px) {
	.wpcf7-form{
		width: 100%;
	}
}
.modal-content .wpcf7-form{
	width: 100%;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-select{
	border: 1px solid #A7A9AC;
	padding: 5px 10px;
	width: 100%;
}
.wpcf7-date {
	padding: 3px 10px;
}
.wpcf7-select {
	padding: 6px 10px;
}
.wpcf7-textarea{
	height: 165px;
}
.modal-body .wpcf7-textarea{
	height: 100px;
}
.wpcf7-form label small {
    display: block;
    line-height: 1.3;
}
.wpcf7-submit{
	margin: 20px 0 0;
}
span.wpcf7-not-valid-tip{
	color: #fff;
	background: #D93600;
	padding: 3px 10px;
}
@media (max-width: 400px) {
	.wpcf7-form-control.wpcf7-recaptcha > div{
		width: 100% !important;
	}
	div.wpcf7 .wpcf7-recaptcha iframe{
		float: left;
		transform: scale(0.7);
	}
}
.wpcf7-form-control-wrap.idagreed-law{
	clear: both;
	display: table;
	float: left;
	margin: 0 12px 0 0;
	position: relative;
}

/* SUBMENU */

#content .flc-submenu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.submenu-column ul {
  flex-direction: column;
  align-content: center;
}

.flc-submenu li {
  width: 50%;
  padding: 3px
}

.flc-submenu a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  outline: 0;
  padding: 16px 5px;
}

.flc-submenu a:focus, .flc-submenu a:hover {
  background: white !important;
}

@media (max-width: 767px) {
  .flc-submenu li {
    width: 100%;
  }
}

/* MOBILE CTA */

.mobile-cta a {
  width: 50%;
  padding: 0.5rem 0;
  border: 1px solid;
}

.mobile-cta a:focus {
  outline: inherit;
}

/* BLOG */

.entry-summary {
	margin-bottom: 60px;
	position: relative;
}
.entry-summary .btn-more {
	font-weight: bold;
	color: #000;
}
.entry-title{
	font-size: 24px;
}
.updated{
	color: #000;
	display: table;
	margin: 0 0 10px;
}
.attachment-thumbnail {
  margin: 0 auto 1rem;
  display: block;
}
.entry-summary .sharing {
}
@media (min-width: 992px) {
  .attachment-thumbnail {
    float: left;
    margin-right: 2rem;
  }
}

.entry-content-inner{
	border-bottom: 1px solid #495436;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.entry-content-inner ul,
.entry-content-inner ol{
}
.entry-content .behalf{
	clear: both;
}


.navigation h2{
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0;
}
.nav-previous{
	float: left;
}
.nav-next{
	float: right;
}


/* LATEST POSTS */
.section-latest-posts{
	padding: 60px 0 0;
	position: relative;
}
@media (max-width: 991px) {
	.section-latest-posts{
		padding: 40px 0 0;
	}
}
.section-latest-posts header{
	display: table;
	margin: 0 auto;
	width: 100%;
}
.section-latest-posts h2{
	display: table;
	float: left;
}
.section-latest-posts header .btn{
	background: #fff;
	border: 1px solid #000;
	color: #000;
	display: table;
	float: right;
}
.section-latest-posts header .btn:hover,
.section-latest-posts header .btn:focus{
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.section-latest-posts ul {
	list-style: none;
	padding: 0;
}
.section-latest-posts a{
	color: #000;
}
.section-latest-posts h3{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 25px 0 18px;
}
.section-latest-posts a:hover h3,
.section-latest-posts a:focus h3{
	text-decoration: underline;
}
.excerpt{
	line-height: 1.3;
}
.section-latest-posts .btn-more{
	color: #000;
	font-weight: 700;
}

@media (max-width: 767px) {
  .section-latest-posts li {
    margin-bottom: 3rem;
  }
  .section-latest-posts li:last-of-type {
    margin-bottom: 0;
  }
}

/* SOCIALS */

.socials a, .sharing a {
	display: inline-table;
	font-size: 14px;
	margin: 0 4px;
	padding: 0;
	color: #000;
}
.socials a:hover .color-facebook.svg-inline--fa,
.sharing a:hover .color-facebook.svg-inline--fa{
  color: #3B5A9A;
}
header .socials a:last-child{
	margin: 0 0 0 4px;
}
@media (max-width: 991px) {
	.socials a{
		margin: 0 14px;
	}
	header .socials a:last-child{
		margin: 0 0 0 14px;
	}
}

.sharing{
	margin: 20px 0 0;
}
.sharing-text {
  padding-bottom: 5px;
	top: -8px;
	position: relative;
}
.socials a:hover .svg-inline--fa.fa-square{
	color: #6D754F;
}
.socials .svg-inline--fa.fa-inverse{
	color: #fff;
}

.socials .color-facebook.svg-inline--fa{
  color: #3B5A9A;
}
.socials .color-google-plus.svg-inline--fa{
  color: #DF4B38;
}
.socials .color-twitter.svg-inline--fa{
  color: #29A9E1;
}
.socials .color-youtube.svg-inline--fa{
  color: #e40016;
}
.socials .color-yelp.svg-inline--fa{
  color: #D32323;
}
.socials a:focus .svg-inline--fa.fa-square{
	color: #2A476A;
}
.fa-stack{
	height: 30px;
}

/* IMAGE HEADER */
.header-page{
	height: 600px;
	margin: -150px 0 0;
	padding: 150px 0 0;
	position: relative;
}
.header-image:after{
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.1),rgba(0,0,0,0.4));
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
@media (max-width: 430px) {
	.header-page{
		padding: 190px 0 0;
	}
}
.page-header{
	padding: 0 0 80px;
}
.header-page h1{
	color: #fff;
	font-size: 48px;
	line-height: 1.3;
	margin: 0;
	position: absolute;
	top: 250px;
	right: 0;
	text-shadow: 1px 1px 0 #000;
}
.header-page nav{
	position: absolute;
	bottom: 0;
}
.header-image{
	background-color: #000;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* BREADCRUMBS */
.breadcrumb {
  background: transparent;
  padding: 0;
	text-shadow: 1px 1px 0 #000;
}
.breadcrumb a{
	color: #fff;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
	color: #fff;
	text-shadow: none;
}
.breadcrumb-item.active{
	color: #fff;
}

.header-image .breadcrumb-item.active {
  color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white;
}

.header-image ol {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* GALLERIES */
.gallery-wrapper{
	border-bottom: 1px solid #D6EEF9;
	margin: 0 0 40px;
	padding: 0 0 30px;
}

/* TEST ROWS */

.row-newsletter label {
  margin-bottom: 0;
  font-size: 1.3rem;
}

/* BEFORE AFTER GALLERY */

.flc-before-after {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flc-before-after li {
  margin-bottom: 1rem;
}

.cross2-slider:focus, .cross2-slider:hover {
  border-color: transparent !important;
}

/* OVERLAYS */

.overlay-solid, .overlay-grid {
  position: relative;
}

.overlay-solid::before {
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.overlay-grid::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
}

/* FAQ */

.fa-chevron-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s !important;
}

.collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}

/* CAROUSEL TEXT ONLY */

.carousel-text-only .bx-wrapper {
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
}

/* CAROUSEL ROW LOGOS */

.carousel-row-logos {
  padding-right: 4rem;
  padding-left: 4rem;
}

.carousel-row-logos .bx-wrapper {
  text-align: center;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.carousel-row-logos .bx-prev {
  left: -2rem;
}

.carousel-row-logos .bx-next {
  right: -2rem;
}

.carousel-row-logos img {
  max-height: 150px;
  margin: 0 auto;
}

.carousel-row-logos li {
  float: left;
  list-style: outside none none;
  position: relative;
}

.carousel-row-logos .bx-controls-auto {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  padding-right: 2rem;
}

/* CAROUSEL BACKGROUND IMAGE */

.carousel-background-image .bx-viewport li {
  width: 100%;
  background-size: cover;
}

.carousel-background, .carousel-background-image .bx-viewport li {
  height: 100vh;
}

.carousel-background-image .bx-controls-auto-item {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

/* MOUSE ANIMATION */

.carousel-background-image::after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
  width: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  animation-iteration-count: infinite;
  animation-iteration-count: 2;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 10px
  }
  25% {
    bottom: 15px
  }
  50% {
    bottom: 10px
  }
  75% {
    bottom: 20px
  }
  to {
    bottom: 10px
  }
}

@keyframes bounce {
  0% {
    bottom: 10px
  }
  25% {
    bottom: 15px
  }
  50% {
    bottom: 10px
  }
  75% {
    bottom: 20px
  }
  to {
    bottom: 10px
  }
}

/* flc-amenities */

.flc-amenities {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flc-amenities li {
  width: 25%;
  padding: 5px;
  text-align: center;
}
@media (max-width: 991px) {
  .flc-amenities li {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .flc-amenities li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .flc-amenities li {
    width: 100%;
  }
}

/* OPENING HOURS */

.section-opening-hours h3 {
  font-size: 1.5rem;
}

.section-opening-hours .col {
  padding: 15px;
}

.section-opening-hours .current-day {
  background: #F8F9FA;
  border-bottom: 1px solid;
  font-weight: bold;
}

/* TEAM */
.section-team{
	position: relative;
}
.section-team header{
	position: relative;
}
.section-team .member {
	display: block;
	margin: 0 0 3rem;
    text-align: center;
}
.section-team .member a{
	display: table;
	margin: 0 auto;
}
.section-team img {
  max-width: 100%;
}
.section-team h4{
	font-size: 15px;
}

.section-team .member-name {
  margin: 1rem 0;
}

/* EXPANDABLE REVIEWS */
#testimonials-modal .modal-content {
  max-height: 70vh;
}
#testimonials-modal .modal-body {
  overflow: auto;
}
#testimonials-modal .modal-footer {
  padding: 0;
}

.testimonials-section{
	background: #1A1A1A;
	color: #fff;
	display: table;
	padding: 80px 0;
	position: relative;
	width: 100%;
}
@media (max-width: 991px) {
	.testimonials-section{
		padding: 40px 0;
	}
}
.testimonials-section header{
	margin: 0 0 10px;
}
.testimonials-average {
	display: inline-block;
	font-size: 37px;
	margin: 0 8px 0 0;
}
.testimonials-section header .testimonials-stars{
	color: #FDD500;
	display: inline-block;
	font-size: 15px;
}
.testimonials-section .container{
	padding-top: 20px;
	position: relative;
}
.testimonials-section h2{
	color: #fff;
	font-size: 36px;
	margin: 6px 0 0;
}
.testimonials-section h4{
	color: #fff;
	font-size: 19px;
}
.score-desc{
	display: inline;
	margin: 9px 0 0 10px;
	position: relative;
	top: 2px;
}
.testimonials-body{
	line-height: 1.3;
}
.testimonials-blockquote cite {
	display: block;
	font-size: 18px;
	font-style: normal;
}
.testimonials-blockquote .testimonials-stars{
	clear: both;
	display: table !important;
	float: left;
	line-height: 1;
	margin: 0 6px 0 0;
}
.testimonials-blockquote .testimonials-stars .fa-star {
	color: #FDD500;
	font-size: 12px;
}
.btn.morelink {
	background: none;
	border: 0;
    border-bottom: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	text-decoration: underline !important;
	top: -2px;
}
.btn.morelink:hover,
.btn.morelink:focus{
	background: none;
    border: 0;
}
.btn.morelink:focus{
	outline: 2px solid #BE0404;
}
.buttons-reviews{
	margin: 10px 0 0;
	text-align: right;
}
.buttons-reviews .btn{
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	margin: 0 0 20px;
}
.buttons-reviews .btn:hover,
.buttons-reviews .btn:focus{
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
@media (max-width: 767px) {
	.buttons-reviews{
		text-align: left;
		margin: 30px 0 0;
	}
}

.flc-testimonials blockquote{
	border-bottom: 1px solid #DADCD3;
	margin: 0 0 2rem;
	padding: 0 0 1rem;
}
.testimonials-content{
	margin: 40px 0 0;
}

/* flc-coupons */

.flc-coupons {
  padding: 0;
  list-style: none;
}

.flc-coupons li {
  border: 3px dashed white;
  padding: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 5px solid;
  margin: 5px 5px 2rem 5px;
  position: relative;
}

.flc-coupons li p:last-of-type {
  margin-bottom: 0;
}

.flc-coupons a {
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 0;
}

@media print {
  .flc-coupons li {
    border-color: black;
  }
  .flc-coupons a {
    display: none;
  }
}

/* MENU IMAGE */

.menu-image-hover ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-image-hover .menu-item {
  min-height: 400px;
  position: relative;
}

.menu-image-hover .menu-item ul {
  display: none;
}

.menu-image-hover .menu-item.menu-active ul, .touchevents .menu-image-hover .menu-item ul {
  display: block;
}

@media (max-width: 767px) {
  .menu-image-hover .menu-item ul {
    display: block !important;
    height: auto !important;
  }
}

.menu-image-hover h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: white;
  margin: 0;
  padding: 0.5rem 0;
}

.menu-image-hover-collapse .card {
  min-height: 0;
  background: white !important;
}

.menu-image-hover-collapse .card h3 {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}

.menu-image-hover-collapse .card h3 a {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: block;
  padding: 1rem;
}

.menu-image-hover-collapse .card h3 .sub-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

.menu-image-hover-collapse .card h3 .collapsed .sub-arrow::before {
  content: "+";
}

.menu-image-hover-collapse .card h3 .sub-arrow::before {
  content: "-";
}

@media (max-width: 767px) {
  .menu-image-hover-collapse .align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

/* MENU IMAGE BRICKS */

.menu-image-bricks ul {
  z-index: 2;
  border-left: 0.5rem solid white;
  border-right: 0.5rem solid white;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.menu-image-bricks a {
  border: solid 0.5rem white;
  display: flex;
  height: 100%;
  padding: 8rem 1rem;
  background-color: transparent;
  transition: all 0.5s;
}

.menu-image-bricks img {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.menu-image-bricks a:hover, .menu-image-bricks a:focus {
  transition: all 0.5s;
}

.menu-image-bricks a:hover img, .menu-image-bricks a:focus img {
  opacity: 1;
}

.menu-image-bricks .box {
  position: unset;
  height: auto;
  padding: 0;
}

/* FINACIAL TABLE */

.table-javascript caption {
  caption-side: top;
  font-weight: bold;
  text-align: center;
  color: black;
}

.table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
  border-bottom: 1px dashed !important;
}

.table-javascript tr, .table-javascript thead th {
  border-bottom: 1px dashed !important;
}

.table-javascript th, .table-javascript td {
  display: table-cell;
  line-height: 1.2;
  padding: 20px 40px;
  text-align: center;
  border-top: none !important;
}

.table-javascript th {
  width: 33.3333%;
}

@media (max-width: 768px) {
  .table-javascript th, .table-javascript td {
    width: 100%;
    display: block;
    border: transparent !important;
    text-align: left;
    padding: 0.5rem;
  }
  .table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
    border: none !important;
  }
  .table-javascript thead {
    display: none;
  }
  .table-javascript tr {
    padding: 1rem 0;
  }
}

/* BACKGROUND VIDEO */

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#btn-video {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  z-index: 1;
}

.backgroundvideo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.parallax-window {
    min-height: 110px;
    background: transparent;
	position: relative;
}
.parallax-window:before{
	background-image: linear-gradient(rgba(50,51,55,0.7), rgba(50,51,55,0));
	position: absolute;
	content: "";
	height: 10px;
	width: 100%;
	left: 0;
	top: 0;
}

/* SECTION - CONTACT */
.section-contact{
	background: #000;
	background-image: url(../images/bg-contact.jpg);
	background-position: center;
	background-size: cover;
	padding: 80px 0;
	margin-top: 80px;
}
.contact-map{
	padding: 0;
}
.contact-data{
	color: #fff;
	font-size: 18px;
	margin: 20px 0 0 50px;
	padding: 0 15px;
}
.contact-data img{
	margin: 0 0 40px -62px;
}
.contact-data h4{
	color: #fff;
	font-size: 22px;
	margin: 30px 0 0;
}
.contact-data a{
	color: #fff;
}
.contact-data a:not(.btn):hover,
.contact-data a:not(.btn):focus{
	color: #fff;
	text-decoration: underline;
}
.contact-data .btn{
	font-size: 18px;
	margin: 15px 0 0;
	padding: 10px 30px;
}
@media (max-width: 991px) {
	.section-contact{
		padding: 20px 0;
	}
	.contact-data{
		margin: 30px 0 20px 0;
	}
	.contact-data img{
		margin: 0 0 20px 0;
	}
}

/* FOOTER */
.content-info{
	font-size: 14px;
	position: relative;
}
.content-info .section{
	display: table;
	padding: 30px 30px 40px;
	width: 100%;
}
.content-info div[class*="col-"]:last-child{
	margin: 20px 0 0;
}
@media (max-width: 991px) {
	.content-info .section{
		display: table;
		padding: 30px 30px 40px;
		width: 100%;
	}
	.content-info div[class*="col-"]:last-child{
		padding: 0;
	}
}
@media (max-width: 620px) {
	.content-info .section{
		padding: 20px 0 80px;
	}
}
.content-info .socials{
	display: inline-block;
}
.content-info .socials a{
	margin: 0 7px;
}
.content-info .socials .svg-inline--fa.fa-inverse{
	color: #fff;
}
.content-info .socials .svg-inline--fa.fa-square{
	color: #000;
}
.content-info .socials a:hover .color-facebook.svg-inline--fa{
  color: #3B5A9A;
}
.content-info .socials a:hover .color-google-plus.svg-inline--fa{
  color: #DF4B38;
}
.content-info .socials a:hover .color-twitter.svg-inline--fa{
  color: #29A9E1;
}
.content-info .socials a:hover .color-youtube.svg-inline--fa{
  color: #e40016;
}
.content-info .socials a:hover .color-yelp.svg-inline--fa{
  color: #D32323;
}

.content-info nav{
	display: inline-block;
}
.content-info .nav-footer{
	top: -10px;
	position: relative;
	right: -15px;
}
@media (max-width: 470px) {
	.content-info nav{
		clear: both;
		display: table;
		margin: 0 0 0 -16px;
		padding: 10px 0 0;
	}
}
.content-info .nav-link{
	font-weight: 400;
    text-transform: none;
}
.content-info a{
	color: #000;
}
.content-info a:hover,
.content-info a:focus{
	color: #000;
}
.content-info .nav-link{
	margin: 0 6px;
	padding: 4px 8px;
}

.content-info .copy{
	display: inline-block;
}
