/*
Theme Name: CommunitySystems - "Tourism 1"
Theme URI: http://wordpress.communitysys.com
Description: Community Systems WP Tourism Theme 1.
Version: 1.1
Author: Tom Benway | Contact: techsupport@communitysys.com
*/



@media screen and (max-width: 780px) {
.responsive {
	width: 100% !important;
	}}

.single-places #content {
	width: 100%;
}

/** Filter */
ul.nav-filter {
  padding: 10px 0px;
  list-style-type: none;
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
ul.nav-filter li {
  display: block;
  color: #999999;
  cursor: pointer;
}
ul.mad-pagination2 li {
  display: inline;
}
ul.nav-filter li a{
	padding: 6px 15px;
  display: grid;
	grid-template-columns: 9fr 1fr;
  color: #999999;
}
ul.nav-filter li a .mad-checkbox {
  background-image: url("/wp-content/uploads/2019/07/checkbox.png");
  background-size: 25px;
  width: 25px;
  height: 25px;
  float: right;
  margin: auto;
  margin-top: -2px;
}
ul.nav-filter li.active a .mad-checkbox {
  background-image: url("/wp-content/uploads/2019/07/checkbox-active.png");
  background-size: 25px;
  width: 25px;
  height: 25px;
  float: right;
  margin: auto;
  margin-top: -2px;
}
ul.nav-filter li.active a {
  font-weight: bold;
  color: #265660;
}
.mad-content {
  margin: 50px 0px 50px 0px;
}
/* Style the tab */
.tab {
		position: relative;
		z-index: 4;
    overflow: hidden;
    background-color: #e6e6e6;
		width: 100%;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
    color: white;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #265660;
    border: none;
}
/* Create an active/current tablink class */
.tab button.active {
    background-color: #265660;
    color: white;
    border: none;
}
/* Style the tab content */
.tabcontent {
    display: block;
    padding: 6px 12px;
    border-top: none;
}
.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.mad-sidebar {
  width: 21%;
  float: left;
  margin-right:2%;
	margin-bottom: 30px;
}
.page-template-category-page2 .mad-sidebar {
	display: none;
}
.content {
  width: 77%;
  float: right;
}

.page-template-category-page2 .content {
  width: 100%;
}

.mad-filter, .mad-pagination {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.15);
}
.mad-filterTitle {
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #999999;
  padding: 7px 0px;
  font-size: 18px;
  border-radius: 5px 5px 0px 0px;
  margin: 0px;
}
.mad-pagination {
  width:100%;
  padding: 5px 15px;
  margin-bottom: 25px;
	clear: both;
}
.page-template-category-page .pagination, .page-template-category-page2 .pagination {
  font-size: 16px;
  color: #999999;
  float:none;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.page-template-category-page .pagination p, .page-template-category-page2 .pagination p {
  margin: 0px;
}
.page-template-category-page .pagination, .page-template-category-page2 .pagination {
  margin: 0px;
	width: 100%;
}
.mad-artBtn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 13px;
  color: #265660;
}
.mad-artBtn:hover {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  background-color: #eeeeee;
  font-weight: bold;
  color: #265660;
}
.mad-buttons {
  display: inline-block;
  margin-top: 30px;
  width:25%;
  height: 50px;
  margin-right: 40px;
  border-bottom: 2px solid #265660;
  margin-bottom:20px;
}
.page-template-category-page2 .mad-buttons {
  display: inline-block;
  margin-top: 30px;
  width:40%;
  height: 50px;
  margin-right: 5%;
  border-bottom: 2px solid #265660;
  margin-bottom:20px;
}
.page-template-category-page article {
  clear: both;
	min-height: 310px;
}
.page-template-category-page2 article {
	width: 31.2%;
	margin-right: 2%;
	float: left;
	min-height:620px;
}
.articles {
  margin: 20px 0px;
}
.mad-photo {
  float:left;
  display: inline-block;
  margin-top:0px;
  margin-bottom:20px;
  width:38%;
  margin-right: 4%;
}
.page-template-category-page2 .mad-photo {
  float:left;
  display: block;
  margin-top:0px;
  margin-bottom:20px;
  width:100%;
}
.mad-article {
  float:left;
  display: inline-block;
  margin-top:0px;
  margin-bottom:20px;
  width:57%;
  min-height:250px;
}
.page-template-category-page2 .mad-article {
  float:left;
  display: inline-block;
  margin:0px;
  width:100%;
}
.mad-arrowLeft {
  float:left;
  width:3%;
  text-align:left;
  border-right: 1px solid #e6e6e6;
}
.mad-arrowRight {
  float:right;
  width:3%;
  text-align:right;
  border-left: 1px solid #e6e6e6;
}
.mad-pagiText {
  width:94%;
  display:inline-block;
  text-align:center;
  font-weight: bold;
}

/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: "Lato", Arial, Sans-Serif;
	line-height: 1.5em;
	color: #373b40;
	background-color: #f9f9f9;
}

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

a {
	font-weight: 500;
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;
}

/* forms & inputs */

.formInput, .wpcf7-text, .wpcf7-select, .wpcf7-textarea, #sidebar input[type="text"], .mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="email"] {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	border: 1px solid #e0dddd;
	background-color: #fff;
	padding: 6px;
	-moz-box-shadow:    inset 0 0 5px #EFEFEF;
	-webkit-box-shadow: inset 0 0 5px #EFEFEF;
	box-shadow:         inset 0 0 5px #EFEFEF;
}

a.inputBtn, a.inputBtn2 {
	white-space: nowrap;
}

.wpcf7 {
	width: 100%;
	font-size: 13px;
	color: #666;
}

.mc4wp-form-basic, .mc4wp-form-theme {
	margin: 0 auto !important;
}

.mc4wp-form-basic input[type=text], .mc4wp-form-basic input[type=email], .mc4wp-form-basic input[type=tel], .mc4wp-form-basic input[type=url], .mc4wp-form-basic input[type=date], .mc4wp-form-basic select, .mc4wp-form-basic textarea, .mc4wp-form-theme input[type=text], .mc4wp-form-theme input[type=email], .mc4wp-form-theme input[type=tel], .mc4wp-form-theme input[type=url], .mc4wp-form-theme input[type=date], .mc4wp-form-theme select, .mc4wp-form-theme textarea {
	max-width: 100%;
	width: auto !important;
}

.inputBtn, #sidebar input[type="submit"], .mc4wp-form-fields input[type="submit"], .post .wpcf7-submit {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 6px 20px;
	cursor: pointer;
}

#sidebar input[type="submit"], .mc4wp-form-fields input[type="submit"], .post .wpcf7-submit {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 6px 20px;
	cursor: pointer;
}

.inputBtn2 {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	padding: 6px 20px;
	border-radius: 6px;
	text-transform: uppercase;
	cursor: pointer;
}

a.inputBtnMini, .inputBtnMini {
	position: absolute;
	right: 0;
	margin: 5px 5px 0 0;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	border-radius: 6px;
	padding: 2px 4px;
	cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item {
	float: left;
	display: block;
	width: 100%;
}

.btnFade {
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	cursor: pointer;
}

.btnFade:hover {
	opacity:.50;
    filter:alpha(opacity=50);
}

#topSearchBar {
	display: none;
}

#topSearchBar, #topBar {
	float: left;
	width: 100%;
}

#topBar {
	position: relative;
	text-align: center;
	min-height: 95px;
}

.topBarFrame {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	min-height: 80px;
	margin: 0 auto;
	text-align: left;
}

input.search {
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 2px 5px;
}

.goBtn {
	background-color: transparent;
	border: transparent;
	padding: 0;
}


#topSearchBar #topSearchClose {
	text-align: right;
}

#topSearchBar #topSearchClose a {
	font-size: 22px;
	color: #222;
}

#topSearchBar {
	font-size: 18px;
	line-height: 40px;
}

#topBar {

}

#topBarBtn {
	float: right;
	padding: 0;
}

#topBarBtn .menu, .menu-utility-navigation-container, .menu-top-navigation-container {
	display: inline-block;
}

#topBarBtn .menu li {
	display: inline-block;
	margin: 0 10px 0 0;
}

#topBarCols {
	float: left;
	width: 100%;
	text-align: right;
}

.topCol {
	display: inline-block;
	min-width: 100px;
	margin: 5px 5px 5px 15px;
	vertical-align: top;
	text-align: left;
}

#topBarCols #topAddress {
	min-width: 240px;
}

#topBarCols #topPhone {
	min-width: 155px;
}

#topBarCols #topEmail {
	min-width: 250px;
}

#topBarCols #topPhone, #topBarCols #topEmail {
	padding-top: 8px;
}

.topCol a {
	color: #373b40;
}

.topCol .icon {
	float: left;
	width:30px;
	height: 30px;
	margin: 2px 5px;
	background-image: url(images/theme-sprites.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.topCol .icon.map {
	background-position: -5px -8px;
}

.topCol .icon.phone {
	margin-top: -5px;
	background-position: -41px -8px;
}

.topCol .icon.email {
	margin-top: -5px;
	background-position: -83px -9px;
}


#topBarText {
	font-size: 18px;
    line-height: 40px;
    font-weight: 700;
	text-align: center;
    position: relative;
}

#topBarBtn {
	text-align: right;
}

#topBarSearch {
	display: inline-block;
}

.topBarInput, #topBarSearch a {
	display: inline-block;
	line-height: 30px;
    height: 40px;
	vertical-align: middle;
	text-align: center;
    padding: 5px 15px;
    cursor: pointer;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
}

#header {
	float: left;
	width: 100%;
	padding: 0;
}

#headerLogo {
	float: left;
	padding: 15px;
}

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

#utilityNav {
	display: inline-block;
}

/* main nav items */
#navigation {
	float: left;
	width: 100%;
	font-size: 0;
	line-height: 0;
	background-color: #fff;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
}

#navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
}

#navigation li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#navigation li a {
	float: left;
	width: 100%;
	min-height: 60px;
	line-height: 32px;
	padding: 20px 15px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 3px;
	text-decoration: none;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;

}

#navigation. .menu-item-has-children a {
	border: none !important;
}

.homeNavItem a {
	padding: 15px !important;
}

.homeNavItem .fa, .homeNavItem a {
	font-size: 32px;
}

/* subnav */

/* subnav */
#navigation li ul {
	position: absolute;
	display: none;
	width: 100%;
	top: 170px;
	max-width: 210px;
	margin: 0 !important;
	padding: 0;
	z-index: 9999;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	opacity:0 !important;
    filter:alpha(opacity=0) !important;
}

#navigation li:hover ul {
	display: block;
	opacity:1 !important;
    filter:alpha(opacity=100) !important;
}

#navigation.stick li ul {
	top: 72px;
}

#navigation li ul li {
	float: left;
	width: 100%;
    text-align: left !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	list-style: none !important;
	border: none;
	background-color: #fff;
}

#navigation li ul li a {
	text-transform: none;
	padding: 2px;
	margin: 0;
	line-height: 14px;
	font-size: 12px;
	min-height: auto !important;
	border: none !important;
}


/* sub sub nav */

#navigation li ul li ul {
	display: none !important;
	margin: -64px 0 0 210px !important;

}
#navigation li ul li:hover ul {
	display: block !important;
}

#navigation.stick {
	position: fixed;
	z-index: 9999;
}

#navigation .homeNavItem {
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-width: 65px;
}

/* end main nav */

/* page block sub navigation */

.pageSubNav {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin: 10px auto 20px auto;
}

.pageSubNav ul {
	margin: 0;
	padding: 0;
}

.pageSubNav li {
	float: left;
	position: relative;
	display: inline-block;
	margin: 5px 0 5px -1px;
	padding: 5px 10px;
}

.pageSubNav li a {
	font-size: 14px;
}

.pageSubNav .page_item_has_children a:after {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: '\f0d7';
  margin-left: 3px;
}

.pageSubNav li:hover, .pageSubNav .current_page_item {

}

.pageSubNav li:hover a, .pageSubNav .current_page_item a {
	color: #fff !important;
}

.pageSubNav .current_page_item.page_item_has_children a:after, .pageSubNav li.current_page_item a:hover:after {
	color: #fff !important;
}

.pageSubNav li ul {
	position: absolute;
	width: 100%;
	min-width: 220px;
	margin: 5px 0 0 -11px;
	display: none;
	z-index: 9999;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	opacity:0 !important;
    filter:alpha(opacity=0) !important;
}

.pageSubNav li:hover ul {
	display: block;
	opacity:1 !important;
    filter:alpha(opacity=100) !important;
}


.pageSubNav li ul li {
	float: left;
	width: 100%;
	height: auto !important;
    text-align: left !important;
	margin: 0 !important;
	padding: 5px 10px !important;
	list-style: none !important;
}

.pageSubNav li ul li a:after {
  content: '' !important;

}

.pageSubNav li ul li a {
	font-size: 12px;
	color: #fff !important;
	text-transform: none;
	background: none !important;
	border: none !important;
}

.pageSubNav li ul li:hover {

}

.pageSubNav li ul li ul {
	display: none !important;
}

/* home items */

#homeSlides {
	-moz-box-shadow:    inset 0 0 25px #111;
	-webkit-box-shadow: inset 0 0 25px #111;
	box-shadow:         inset 0 0 25px #111;
}

.tp-caption.hero {
	text-align: center;
}

.tp-caption.hero h2 {
	margin: 5px auto;
	text-transform: uppercase;
	font-size: 30px;
	border: none;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

.tp-caption.hero h1 {
	font-size: 60px;
	text-transform: uppercase;
	margin: 0;
  	color: #fff;
  	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

.tp-caption .inputBtn2 {
  display: inline-block;
  margin: 5px auto;
  padding: 6px 30px;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow:none;
  text-decoration: none;
  border-radius: 0;
  -webkit-transition:all 0.2s ease-out;
  -moz-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  -ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
  text-decoration: none;
}

#homeActionItems, #homeCTA, #homeBtmCTA {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
}

#homeActionItems {
	margin: 0 0 50px 0;
}

.homeActionRow {
	float: left;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 4px #aaa;
}

.homeCol, .homeColTop {
	float: left;
	width: 100%;
	overflow: hidden;
}

.homeCol > div, .pageColWide > div {
	margin: 0;
	padding: 0;
}

.homeCol p {
	margin: 0;
}

.homeColTop {
	position: relative;
	height: 290px;
	padding: 20px 40px;
	color: #777;
	background-color: #fff;
	text-align: justify !important;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
}

.homeColTop.link, .pageColTop.link {
	cursor: pointer;
}

.homeColTop.link:hover, .pageColTop.link:hover {
	opacity:.50;
    filter:alpha(opacity=50);
}

.homeColTop:after {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 99%;
	left: 50%;
	margin-left: -9px;
	border: solid transparent;
	content: " ";
	pointer-events: none;
	background-image: url(images/content-arrow.png);
	z-index: 1000;
	background-repeat: no-repeat;
	background-position: top center;
}

.homeColSm {
	float: left;
	position: relative;
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-size: cover;
}

.homeColTop p {
	margin: 0;
}

.homeColLg {
	float: left;
	position: relative;
	width: 100%;
}

#homeContent {
	float: left;
	width: 100%;
	margin: 30px auto;
	padding: 15px 30px;
	font-size: 18px;
	line-height: 2em;
}

#homeWidgets1, #homeWidgets2, #homeStaffRotator {
	float: left;
	width: 100%;
	text-align: center;
	padding: 35px 0;
	font-size: 18px;
}

.owl-controls, .owl-pagination {
	float: left;
	width: 100%;
	text-align: center;
}

.owl-pagination .owl-page {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #a9afb3;
}

.owl-pagination .owl-page.active {
	background-color: #a9afb3;
}


/* end home */

#content {
	float: left;
	width: 100%;
	min-height: 450px;
}

#content.stick {
	padding-top: 75px;
}

.header {
	float: left;
	width: 100%;
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
}

.headerContent {
	float: left;
	width: 100%;
	padding: 0 25px;
	margin: 0 auto 15px auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
}

.headerContent:after {
	content: "";
	display: inline-block;
	width: 75%;
	border-bottom: 1px solid #c8c8c8;
	margin: 15px auto;
}

.headerIcon {
	display: inline-block;
	margin: -45px auto 0 auto;
}

#breadcrumbs {
	float: left;
	width: 100%;
	margin: 15px auto;
	font-size: 13px;
}

#breadcrumbs .fa {
	font-size: 18px;
}

#breadcrumbs li .fa {
	margin-right: 5px;
}

#pageSharing {
	text-align: right;
}

#favToggle {
	float: right;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
	margin: 2px 0 5px 5px;
	background-color: #ddd;
	color: #f00 !important;
}

#favoritesMenu {
	display: none;
	position: absolute;
	width: 100%;
	max-width: 250px;
	right: 0;
	margin: 40px 15px 15px 15px;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	z-index: 9555;
	text-align: left;
}

#favoritesMenu ul {
	margin: 0;
	padding: 0;
}

#favoritesMenu li {
	width: 100%;
	padding: 5px 0;
}

#favoritesMenu li, #favoritesMenu a {
	display: inline-block;
}

#favoritesMenu li .fa {
	font-size: 12px;
}

#favoritesMenu .simplefavorites-clear {
	position: absolute;
	right: 0;
	margin: 5px 5px 0 0;
	color: #f00 !important;
	background: transparent !important;
	border: none !important;
}

.simplefavorite-button {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	border-radius: 6px;
	padding: 4px 8px;
	cursor: pointer;
}

#pageSharing .simplefavorite-button {
	float: right;
}

.sharedaddy {
	float: right;
	margin: 0 0 10px 10px;
	clear: none !important;
}

.post {
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}

.entry, .blogEntry {
	float: left;
	width: 95%;
	padding: 0 0 40px 0;
}

.pageCol, .pageColWide {
	float: left;
    width: 100%;
	margin: 0 auto 30px auto;
 	background-color: #fff;
    box-shadow: 0 0 4px #aaa;
}

.pageColWide {
	margin: 0 auto 50px auto;
}

.pageColTop {
	position: relative;
	min-height: 288px;
	padding: 20px 40px;
	color: #777;
	background-color: #fff;
	text-align: justify !important;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
}

.pageColTop:after {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 98%;
	left: 50%;
	margin-left: -9px;
	border: solid transparent;
	content: " ";
	pointer-events: none;
	background-image: url(images/content-arrow.png);
	z-index: 1000;
	background-repeat: no-repeat;
	background-position: top center;
}

.pageColTop h2 {
	margin: 0 0 10px 0;
	text-align: center;
}

.pageColSmImg {
	width: 100%;
	min-height: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

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

.blogEntry img {
	width: 100%;
	height: auto;
}

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

.cbp-l-filters-work {
	display: inline-block;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 3px #bbb;
	border-radius: 12px;
	overflow: hidden;
}

.cbp-l-filters-work .cbp-filter-item {
	margin: 0 !important;
	padding: 5px 30px !important;
	text-transform: none !important;
	color: #000 !important;
}

.cbp-filter-item.news:before {
	content: "\f09e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin: 0 3px 0 0;
}

.cbp-filter-item.photos:before {
	content: "\f1c5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin: 0 3px 0 0;
}

.cbp-filter-item.videos:before {
	content: "\f01d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin: 0 3px 0 0;
}

.cbp-item-wrapper {
	background: transparent !important;
}

.postMeta {
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.cbp-panel .blogEntry {
	position: relative;
	text-align: left;
	padding: 10px;
	border-radius: 6px;
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;
}

.cbp-panel .blogEntry p {
	margin: auto !important;
	line-height: 18px;
	vertical-align: middle;
}

.cbp-panel .blogEntry:hover {
	box-shadow: 0 0 5px #bbb;
	background-color: #eae8e9;
}


.blogPhoto .clip-border {
    width: 85px;
    height: 95px;
	margin: 0 10px 0 0;
}

.blogPhoto .clip-border::after {
	background-position: top center;
	background-size: cover;
}

.blogPhoto .clip-each {
	float: left;
    display: inline-block;
    position: relative;
}

.blogPhoto {
	float: left;
	position: relative;
	width: 50%;
	height: auto;
	min-height: 100px;
	margin: 0 15px 0 0;
	overflow: hidden;
	text-align: center;
	background-color: #222;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.blogCategoryIcon {
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.blogCategoryIcon.news:before {
	position: absolute;
	content: "\f143";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin: 40px 0 0 -20px;
	color: #fff;
	font-size: 45px;
}

.blogCategoryIcon.photos:before {
	position: absolute;
	content: "\f1c5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin: 40px 0 0 -20px;
	color: #fff;
	font-size: 45px;
}

.blogCategoryIcon.videos:before {
	position: absolute;
	content: "\f16a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin: 40px 0 0 -20px;
	color: #fff;
	font-size: 45px;
}


.mapEmbedModule, .propertiesModule {
	width: 100%;
}

.mapOverlay, .propertiesOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 555;
}

.mapOverlay h2, .propertiesOverlay h2 {
	color: #fff;
}

.mapOverlayCaption, .propertiesOverlayCaption {
	display: inline-block;
	margin-top: 15%;
	max-width: 50%;
}

.mapClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 200px;
	padding: 10px;
	z-index:3;
	background-color: #fff;
	color: #777;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}

.mapClose .fa {
	font-size: 18px;
}

.mapClose:hover {
	color: #fff;
}

.propertiesRotator {
	float: left;
	width: 100%;
	height: 438px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.propertiesClose {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 3;
	background-color: #111;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}

.propertiesEntry {
	display: inline-block;
	width: 90%;
	height: 405px;
	padding: 25px 40px;
	margin: 40px auto 0 auto;
	background-color: rgba(255,255,255,.7);
	border-radius: 6px;
	text-align: left;
}

.propertiesEntry img {
	max-width: 350px;
	height: auto;
}

#propertiesRotatorClip .owl-controls {
	float: none;
	margin: 0;
}

#propertiesRotatorClip .owl-pagination {
	display: none;
}

#propertiesRotatorClip .owl-prev, #propertiesRotatorClip .owl-next {
	position: absolute;
	width: 48%;
	top: 50%;
	margin: 0 0 10px 0;
	padding: 2px 8px;
	background: transparent;
	font-size: 45px;
	text-shadow: 0 0 3px #333;
}


#propertiesRotatorClip .owl-prev {
	text-align: left;
	left: 32px;
	color: #fff;
}

#propertiesRotatorClip .owl-next {
	text-align: right;
	right: 32px;
	color: #fff;
}

#contactMap {
	float: left;
	width: 100%;
}

#contactMap h2 {
	text-align: center;
}

.favoritesTable {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

.favoritesTable caption, .favoritesTable th, .favoritesTable td {
	font-weight: normal;
	text-align: left;
}

.favoritesTable caption {
	font-size: 16px;
	margin: 20px 0;
}

.favoritesTable th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.favoritesTable td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.favoritesTable thead th {
	border: none;
}

.favoritesTable .simplefavorites-clear {
	text-align: center;
	margin: 2px 0 5px 5px;
	background-color: transparent;
	border: none !important;
}

.favoritesTable .simplefavorites-clear .fa {
	font-size: 18px;
	color: #f00;
}

#footer {
	float: left;
	width: 100%;
	margin: 0;
	padding: 15px;
	color: #fff;
	background-color: #282828;
}

#footer a {
	color: #fff;
}

#footer input[type="text"], #footer input[type="email"], #footer textarea {
	display: inline-block;
	width: 100%;
	padding: 5px;
	margin: 0 5px 1% 0;
	background-color: #414344;
	border: 1px solid #414344;
	color: #aaa;
	box-shadow: none;
}

#footer .your-name, #footer .your-email {
	display: inline-block;
}

#footer .your-name {
	width: 49%;
	margin-right: 1%;
}

#footer .your-email {
	width: 50%;
}

#footer textarea {
	width: 100%;
	resize: none;
}

#footer .wpcf7-submit {
	position: absolute;
	right: 15px;
	margin-top: -33px;
	background-color: #55585b !important;
	border: 1px solid #55585b !important;
	color:#ee7700 !important;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 12px;
}

#footer .fa {
	float: left;
	width: 10px;
	margin: 5px 10px 10px 0;
}

#footerCopyright {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin: 15px auto 0 auto;
}

#footerSiteMap {
	float: left;
	width: 100%;
	padding: 15px;
	text-align: center;
	background-color: #000;
}

#siteMap {
	float: left;
	width: 100%;
	padding: 15px;
	color: #fff;
	overflow: hidden;
}

#siteMap ul li {
	float: left;
	display: block;
	width: 12%;
	line-height: 18px;
    margin: 5px 3% 5px 0;
	font-weight: 400;
	list-style: none;
	text-align: left;
}

#siteMap ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400;
}


#siteMap ul li a:hover {
	color: #afb0b1;
}


#siteMap ul li ul {
	margin: 0;
	padding: 0;
}

#siteMap ul li ul li  {
	width: 100% !important;
}


#siteMap ul li ul li a {
	font-size: 14px;
	text-transform: none;
	color: #afb0b1;
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;
}

#siteMap ul li ul li a:hover {
	color: #fff;
}




/* End Structure */


/* Begin Sidebar */
#sidebar {

}

.sidebarEntry {
	float: left;
	width: 100%;
	margin: 15px auto;
	box-shadow: 0 0 3px #bbb;
	background-color: #fff;
}

.sidebarEntry .widget-title {
	float: left;
	position: relative;
	width: 100%;
	background-color: #fff;

}

.sidebarEntry h2 {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 15px;
	text-align: left;
	border-top: 1px solid #bbb;
	font-size: 16px;
	letter-spacing: 2px;
}

.sidebarEntry .widget-title:after, #widgetStaffRotatorClip .staffDetails:after {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 95%;
	left: 50%;
	margin-left: -9px;
	border: solid transparent;
	content: " ";
	pointer-events: none;
	background-image: url(images/content-arrow.png);
	z-index: 1000;
	background-repeat: no-repeat;
	background-position: top center;
}

#sidebar .textwidget {
	padding: 15px;
}

.widget-downloads {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.widget-downloads li, .staffEntry li {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	margin: 0;
	color: #fff;
	background-color: #9a9fa2;
	border-bottom: 1px dashed #b9bbbd;
	vertical-align: middle;
}

.widget-downloads li .fa, .staffEntry li .fa {
	font-size: 16px;
	margin: 3px 3px 3px 8px;
}

.widget-downloads li:last-child, .staffEntry li:last-child {
	border: none;
}

.widget-downloads li a {
	float: left;
	width: 100%;
	color: #fff;
}
.footerWidget, .homeWidget, .sidebarEntry {
	text-align: left;
}

.footerWidget img, .homeWidget img, .sidebarEntry img {
	max-width: 100%;
	height: auto;
}

.homeWidget {
	color: #666;
	font-size: 13px;
}

.homeWidget li {
	margin: 15px auto;
}

.homeWidget li a, .homeWidget span {
	display: block;
}

.homeWidget a {
	font-weight: 700;
}

.homeWidget span {
	width: 100%;
}

#widgetStaffRotatorClip {
	text-align: center;
}

.staffEntry li {
	padding: 10px;
}

.staffEntry li a {
	color: #fff;
}

#widgetStaffRotatorClip .owl-wrapper-outer {
	background-color: #9a9fa2;
}

#widgetStaffRotatorClip .staffDetails {
	float: left;
	position: relative;
	width: 100%;
	font-size: 14px;
	text-align: left;
	color: #848789;
	background-color: #fff;

}

#widgetStaffRotatorClip li {
	text-align: left;
}

#widgetStaffRotatorClip .owl-controls {
	float: none;
	margin: 0;
}

#widgetStaffRotatorClip .owl-pagination {
	display: none;
}

#widgetStaffRotatorClip .owl-prev, #widgetStaffRotatorClip .owl-next {
	position: absolute;
	width: 48%;
	top: 25%;
	margin: 0 0 10px 0;
	padding: 2px 8px;
	background: transparent;
	font-size: 24px;
}

#widgetStaffRotatorClip .owl-prev {
	text-align: left;
	left: -35px;
	color: #373b40;
}

#widgetStaffRotatorClip .owl-next {
	text-align: right;
	right: -35px;
}

.widgetStaffRotator .widget-title:after {
	display: none !important;
}

#widgetStaffRotatorClip h3 {
	margin: 0 0 8px 0;
}

#widgetStaffRotatorClip img {
	float: left;
	width: 100%;
	max-width: 75px;
	height: auto;
	margin: 0 15px 0 0;
}

.featuredSidebarEntry {
	float: left;
	width: 100%;
	margin: 0 auto 10px auto;
}

.featuredSidebarEntry img {
	max-width: 75px;
	height: auto;
}

.widget-view-all {
	float: right;
}

.confit-address:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin: 0 8px 0 0;
}

.confit-phone:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin: 0 8px 0 0;
}

.confit-hours:before {
    content: "\f059";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin: 0 8px 0 0;
}
/* End Sidebar */


/*	Begin Headers */
h1 {
	font-size: 40px;
    margin: 0 auto 25px auto;
}

h2 {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
    line-height: 26px;
    margin: 20px auto;
}

h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin:  0 auto 15px auto;
	padding: 0;
	text-transform: uppercase;
}

/*
.entry h3 {
	margin: 15px auto;
	font-weight: 400;
    font-size: 20px;
}
*/


h5 {
	font-size: 16px;
}


h6 {
	font-size: 15px;
}

.formHeader:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: '\f05a';
  margin-right: 10px;
}

.headerContent h2 {
	margin: 0 auto 25px auto;
}

#homeBtmCTA h2 {
	color: #fff;
	border: none;
	margin: 0;
}

.homeMainRotator {
	color: #777;
	font-style: italic;
}

.homeMainRotator p {
	padding: 15px;
}


#homeStaffRotator p {
	margin: 5px auto;
}

#homeStaffRotator .staffDetails {
	float: left;
	width: 55%;
	text-align: left;
}

#homeStaffRotator .staffSocial {
	float: right;
	width: 45%;
	text-align: center;
}

#homeStaffRotator .staffSocial a {
	float: left;
	width: 100%;
	margin: 10px;
	font-size: 32px;
	text-align: center;
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;
}

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

#homeStaffRotator .owl-controls {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 5;
}

#homeStaffRotator .owl-prev, #homeStaffRotator .owl-next {
	width: 35px;
	height: 115px;
	line-height: 100px;
	bottom: 50%;
	background-color: rgba(219,219,219,.8);
	position: absolute;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

#homeStaffRotator .owl-prev:hover, #homeStaffRotator .owl-next:hover {

}

#homeStaffRotator .owl-prev {
	left: 0;
}

#homeStaffRotator .owl-next {
	right: 0;
}

#homeStaffRotator .owl-buttons .fa {
	vertical-align: middle;
}

#footer h2, #footer h3 {
	color: #fff;
	margin: 10px auto;
}

#footer h3 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	height: auto;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 8px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 7px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


hr {
	display: inline-block;
	border: none;
	margin: 15px auto;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Slideshows */


.slideshow-window.jetpack-slideshow {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	background: transparent !important;
	margin: 0 !important;
	border-radius: 0 !important;
	padding-top: 0 !important;
}


.homeColSm .slideshow-window.jetpack-slideshow {
	padding: 0 !important;
}

.slideshow-controls {
	bottom: 37% !important;
}

.slideshow-controls a:first-child {
	float: left;
}

.slideshow-controls a:nth-child(2) {
	display: none !important;
}

.slideshow-controls a:last-child {
	float: right;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* responsive add-ons */

#mobile-nav {
	position: absolute;
	top:0;
	right: 0;
	z-index: 9999;
	width: 75%;
	max-width: 400px;
	display: none;
}

#mobile-nav ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0;
}

#mobile-nav li {
	display: inline-block;
	width: 100%;
	padding: 15px;
	text-align: left;
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;
}

#mobile-nav li:last-child {
	border: none;
}

#mobile-nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
}

#mobile-nav .submenu-toggle {
	display: inline-block;
	border-radius: 4px;
	width: 26px;
	height: 26px;
	margin: 0 15px 5px 0;
	line-height: 26px;
	text-align: center;
	border: 1px solid #111;
}

#mobile-nav .active {
	background-color: #292e30;
	-moz-box-shadow:    inset 0 0 5px #222;
	-webkit-box-shadow: inset 0 0 5px #222;
	box-shadow:         inset 0 0 5px #222;
}

#mobile-nav #mobile-menu .fa {
	color: #fff;
	font-size: 18px;
}

#mobile-nav #mobileNavClose {
	float: right;
	width: 20%;
	text-align: center;
}

#mobile-nav #mobileNavClose .fa {
	width: 32px;
	height: 32px;
/* 	background-color: #f00; */
	 background-color: #282828 ;
	color: #fff;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
}

#mobile-nav #mobileNavSearch {
	float: left;
	width: 80%;
}

#mobile-nav #mobileNavSearch:hover {
	color: #333;
}

#mobile-nav #mobileNavSearch input.search {
	width: 100%;
	padding: 6px 10px;
	border-radius: 12px;
	font-size: 12px;
	background-color: #292e30;
	color: #999;
	border: 1px solid #242828;
	-moz-box-shadow:    inset 0 0 5px #222;
	-webkit-box-shadow: inset 0 0 5px #222;
	box-shadow:         inset 0 0 5px #222;
}

#mobile-nav #mobileNavSearch .goBtn {
	position: absolute;
	margin: 5px 0 0 -25px;
	color: #999;
}

#mobile-nav .sub-menu {
	display: none;
	margin-left: 25px;
}

#mobile-nav .sub-menu li {
	padding: 12px 0 12px 30px !important;
}

#mobile-nav .dropdown-menu {
	float: left;
	position: relative !important;
}

#mobileNavClose {
	text-align: right;
}

#mobileNavClose a {
	font-size: 18px;
	color: #f00;
}

#navMobileMenu {
	position: absolute;
	width: 100%;
	max-width: 135px;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	display: none !important;
	text-align: center;
	color: #fff;
}

#navMobileMenu a {
	color: #fff;
}


@media all and (max-width:1199px){
	#homeColTopSm1 { background-color: #fff; }
	.homeColTop { height: 228px; padding: 10px 20px; }
}
@media all and (max-width:1150px){
	#navigation li { margin: 0 8px; }
	.homeNavItem { display: none !important; }
}
@media all and (max-width:1024px){
	.topCol { margin: 5px 5px 5px 10px; }
}

@media all and (max-width:992px){
	.topBarInput, #topBarSearch, .topCol p, .homeColSm { display: none; }
	#topAddress, #topPhone, #topEmail { min-width: 25px !important; }
	#topBar { border-bottom: 8px solid #363b3f; }
	#navigation .menu-main-navigation-container, #utilityNav { display: none; }
	#navMobileMenu { display: inline-block !important; }
	.hero { top: 20% !important; }
	.topCol { margin: 5px 2px !important; background-color: #d4d6d8; }
	.header { min-height: 325px; }
	.post { padding: 25px 0; }
	.topCol .icon.map { background-position: -134px -8px;	}
	.topCol .icon.phone { background-position: -170px -8px; }
	.topCol .icon.email { background-position: -211px -9px; }
	.homeColTop {  height: 250px !important; }
	.mapOverlayCaption, .propertiesOverlayCaption { margin-top: 25%;}
	#footer a { overflow-wrap: break-word; word-wrap: break-word;-ms-word-break: break-all;}
}

@media all and (max-width:767px){
	.homeWidget, .footerWidget { margin: 25px auto; }
	#breadcrumbs, .homeColLg, #blogFilterHeader, #filters-container, #footerSiteMap { display: none; }
	.headerIcon { margin: 25px auto 5px auto; }
	.header { min-height: 250px !important; }
	.entry, .blogEntry { width: 100%; }
	.footerWidget { text-align: center; }
	.footerCol { margin-bottom: 30px; }
	.homeActionRow { box-shadow: none; }
	.homeCol { 	box-shadow: 0 0 4px #aaa; margin-bottom: 30px; }
}

@media all and (max-width:600px){
	#headerLogo { max-width: 55%; }
	.rev_slider { max-height: 250px !important; }
	#widgetStaffRotatorClip .owl-buttons { display: none; }
	#widgetStaffRotatorClip .owl-pagination { display: block; }
	.homeActionRow, .pageColWide { max-width: 90%; margin: 0 5% 30px 5%; }
	 .homeColSm { display: block !important; }
	.entry table td { display: block !important; width: 100% !important; }
}