/*
	Theme Name: Hobby
	Author: LIMB
	Author URI: https://limbdesign.com/
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 18px; /* 62.5%; */
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	color:#000000;
/*	line-height: 27px;
*/	font-size: 18px;
	font-weight: 100;
	background-color: #e3e4e5;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color: #e24e34;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

h2 {
	font-size: 40px;
    font-weight: 400;
}

* {
	outline-style:none!important;
	box-shadow:none!important;
}

*:focus {
    outline: none!important;
   }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.outer-wrapper {
	width: 100%;
	margin: 0 auto;
}

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	background-color: white;
}

.wrapper p {
	line-height: 1.7em;
}

.container {
	margin: 0 auto;
}

/* header */
.header {
}
/* logo */
.logo {

}
.logo-img {
	max-width: 450px;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/* spacing system */

.had-padding-left {
	padding-left: 9rem;
}

.had-padding-right {
	padding-right: 9rem;
}

.had-padding-both {
	padding-left: 9rem;
	padding-right: 9rem;
}

/* page builder */

.page-header {
    margin-top: 48px;
	margin-bottom: 18em;
}

.page-header-bg {
    
    width: 100%;
    float: right;
    position: absolute;
    z-index: 0;
    margin-top: 70px;
}

.down-arrow {
    text-align: center;
    z-index: 2;
    width: 100%;
    bottom: 0;
    position: absolute;
    margin-left: -9em;
/*    padding-left: 9em;
*/    margin-bottom: -2em;
}

.page-header-bg-inner {
	width: 100%;
	height: 790px;
}

.header-image {
	width: 50%;
	max-height: 700px;
	height: 700px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
    z-index: 1;
    position: relative;
}

.featured-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.featured-image-news {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 460px;
	margin-bottom: 40px;
}

.featured-image-news-past {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    height: 170px;
    width: auto;
}

.header-image-slider {
	width: 100%;
	max-height: 700px;
	height: 700px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
    z-index: 1;
    position: relative;
}

.header-container {
    width: 50%;
    float: left;
    z-index: 1;
    position: relative;
}

.single-post-title {
	font-size: 50px!important;
}

.post-cat {
	font-size: 16px;
}

.page-title {
	float: left;
	font-weight: 500;
	font-size: 47px;
	color: white;
	min-width: 460px;
	background-color: #121212;
	padding: 40px 40px;
}

.map-outer {

}

.page-title-business {
	float: left;
    font-weight: 500;
    font-size: 47px;
    color: white;
    min-width: 460px;
    background-color: #3CBFB4;
    padding: 40px 40px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 0;
    margin-top: -4rem;
}

.page-description {
    float: left;
    width: 510px;
    padding-top: 140px;
    padding-left: 100px;
    font-size: 32px;
    font-weight: 100;
    color: white;
    z-index: 1;
    position: relative;
}

.col-ontainer {
    display: flex;
    max-width: 86%;
    margin: 0 auto 2em;
    gap: 4%;
	line-height: 1.6em;
}

.two-col-left {
	float: left;
	width: 50%;
	font-size: 24px;
	padding-right: 25px;
	font-weight: 100;
}

.two-col-bg-left {
	padding-right: 0em;
	padding-left: 0px;
}

.two-col-right {
	float: left;
	width: 50%;
}

.two-col-right img {
	float: right;
}

.two-col-right-bg {
	padding-left: 8em;
}

.info-block {
	margin-bottom: 15rem;
    margin-top: 4.5rem!important;
}

.info-container {
	max-width: 1240px;
	margin: 0 auto;
	color: white!important;
	padding: 140px 1rem;
}

a.readmore {
	display: inline-block;
}

.info-container a, a.readmore {
    border-bottom: 1px solid white;
    padding-bottom: 2px;
    color: white;
    font-weight: bold;
}

.info-container a:hover, a.readmore:hover{
}

.info-container p {
	font-weight: 100;
}

.info-container p:first-of-type {
	margin-top:0px;
}

.info-description {
	font-size: 30px;
	font-weight: 100;
    margin-bottom: 70px
}

.info-description p {
	line-height: 1.6em;
}

.item-1-and-2 {
	margin-bottom: 80px;
}

.one-col {
    width: 100%;
    margin: 0 0 5%;
}

.two-col {
	float: left;
	width: 50%;
    padding-right: 10rem;
    margin-bottom: 2em;
}

.three-col {
	width: 33%;
    padding-right: 2em;
}

.two-three-col {
	width: 66%;
}

.four-col {
	width: 25%;
}

.four-items > .two-col {
	margin-bottom: 6em;
}

.left-blank {
	min-height: 30px;
    padding-right: 0rem;
}

.right-blank {
	min-height: 30px;
    padding-left: 0rem;
}

.info-image {
	position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
    width: 40%;
    display: inline-block;
    background-position: center center;
}

.info-4-image {
    top: -6em;
    display: block;
    width: 44%;
}

.info-4-row {
	margin-top: 135px;
	display: inline-block;
}

.info-4-block {
	margin-top: 137px;
	margin-bottom: 0px;
}

.two-col-bg {
	color: white;
	min-height: 587px;
}

.two-col-bg h1 {
	font-size: 90px;
}

.two-col-bg a {
	text-transform: uppercase;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    color: white;
    font-size: 14px;
    font-weight: 100;
}

.two-col-bg a:hover {
	color: #eae1d8;
}

.single-post-content {
	padding-bottom: 5em;
}

.single-post-content a, .blog-post a {
	text-transform: uppercase;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 100;
}

/*.blog-post  a:hover {
	color: #505050;
}
*/
.blog-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.border-right {
	border-right: 4px solid white;
}

.title {
	font-size: 31px;
	color: #121212;
	width: 462px;
	text-align: center;
	padding: 55px 0px;
	background: white;
    position: absolute;
    top: -2.5em;
}

.reversed {
	font-size: 31px;
	color: white;
	width: 462px;
	text-align: center;
	padding: 55px 0px;
	background: #121212;
    position: absolute;
    top: -2.5em;
}

.slider-image {
	width: 50%; 
	float: left; 
	z-index: 1;
	height: 700px;
}

.news-description {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.7em;
    height: 486px!important;
	position: inherit;
}

.buttons_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.buttons_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.read-more-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
}

.single-post-content a, .read-more-wrapper-blog a {
	color: #272727;
	margin-top: 2em;
}
.single-post-content a, .read-more-wrapper-blog a:hover {
	color: #272727;
}

.prev, .next {
	float: left;
	padding-left: 50px;
}

.prev:hover, .next:hover {
	cursor: pointer;
}

.post-date, .post-title {
	margin-bottom: 10px;
	display: inline-block; 
	width: 100%;
}

.single-post-date {
	margin-bottom: 25px;
	display: inline-block; 
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}

.single-post-border {
	width: 65%;
	height: 1px;
	background: white;
	margin-top: 80px;
}

.post-title {
	font-size: 20px;
	font-weight: 400;
	text-transform: initial;
}

.featured-image {
	width: 100%;
	padding-top: 100%;
    margin-bottom: 2em;
}

.blog-roll {
	display: inline-block;
}

.cat-container {
	display: inline-block; width: 100%;
	margin-bottom: 40px;
}

.blog-roll-container {
	padding-right: 9rem;
	width: 100%;
}

.cat-container {
	padding-top: 4rem;
}
.news-section-inner {
	display: flex;
}
.home-blog-post {
    line-height: 1.7em;
	width: 25%;
	/*float: left;*/
	font-weight: 100;
    min-height: 625px;
    position: relative;
    color: white!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    padding: 0rem 3rem;
}

.home-blog-post a {
	color: white!important;
}

.home-blog-post-header {
	padding-top: 3rem;
}


.home-blog-post-header > .post-title {
	font-size: 20px;
	font-weight: 400;
}

.home-blog-post-header > .post-date {
	font-size: 15px;
	font-weight: 100;
}

.home-blog-post-footer {
	position: absolute;
	bottom: 0;
    padding-right: 3rem;
    padding-bottom: 4rem;
}

.blog-post {
	line-height: 1.7em;
	width: 25%;
	float: left;
	font-weight: 100;
    padding: 1em 2em;
}

.page-news {
    margin-bottom: 15em;
}

.news-header-1 {
	float: left;
	width: 20%;
}
.news-header-2 {
	width: 80%;	
	float: left;
}
ul.news-title {
    padding-top: 22px;
	display: inline-block;
    width: 100%;
}
ul.news-title li {
    list-style: none;
    padding-left: 1em;
	float: right;
}
ul.news-title li:last-child {
	padding-right: 0px;
}
ul.news-title li a {
	color: #606060;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}
ul.news-title li a:hover {
	color: #0099CC!important;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}
li.current-cat a {
	color: #0099CC!important;
}

.pagination {
	position: absolute;
	bottom: 0;
	left: 0;
}

.upcoming-events {
	display: inline-block;
    margin-right: -2em;
    width: 100%;
}

.single-event {
	float: left;
	width: 33.333%;
	padding-right: 2em;
	line-height: 1.7em;
	height: 810px;
}

.single-event > .read-more-wrapper-blog > a {
	color: #0099C8!important;
}

.whiteborder {
	display: inline-block;
	border-right: 3px solid white;
}

.whiteborder-flex {
	display: flex;
	border-right: 3px solid white;
}

.past-events-container {
    float: left;
    width: 33.333%;
    margin-bottom: 2em;
    padding-right: 2em;
    display: inline-block;
    min-height: 205px;
}

.past-events-left {
	float: left;
	width: 50%;
}

.past-events {
	float: left;
	width: 50%;
}

.upcoming-events-wrapper {
	padding-bottom: 5em;
}

.past-events-wrapper {
	padding: 2em 0em;
}

.past-events-wrap {
	width: 100%;
}

.past-events-copy {
	padding-left: 30px;
}

.past-events-copy > .post-date {
	margin-bottom: 20px;
	font-size: 12px;
}
 .past-events-copy > .post-title {
	margin-bottom: 20px;
	font-size: 14px;
}

.past-events-content {
	font-size: 12px;
}

.recap {
	border-bottom: 1px solid #272727;
	display: inline-block;
	text-transform: uppercase;
    padding-bottom: 8px;
    font-size: 11px;
    margin-top: 30px;
    font-weight: 100;
}

#tribe-events-pg-template, .tribe-events-pg-template {
    max-width: 100%;
}

#tribe-events-pg-template {
    padding: 0px!important;
}

.wpcf7-form-control-wrap {
    display: grid!important;
}

.contact > .two-col-right {
	font-size: 30px;
	padding-left: 3em;
}

.contact {
	padding-bottom: 5em;
}

.contact > .two-col-right a {
	font-size: 30px;
}

textarea, input {
    line-height: normal;
    width: 100%;
    border: 2px solid black;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
   	font-family: 'Roboto', sans-serif;
}

input[type="submit"] {
	text-transform: uppercase;
    border-bottom: 1px solid #272727;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 8px;
    color: black;
    font-size: 14px;
    font-weight: 100;
    border-top: none;
    border-left: none;
    border-right: none;
    display: inline-block;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}

span.wpcf7-not-valid-tip {
    color: #E24D34;
    font-size: 14px;
    font-weight: 100;
    display: block;
}

div.wpcf7-response-output {
    margin: 0px;
    margin-bottom: 2em;
    padding: 0.2em 1em;
    border: 1px solid #cecece
    font-size: 14px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #E24D34;
    font-size: 14px;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #cecece;
    font-size: 14px;
}
.about-section {
    background-position: center;
	background-size: cover;
}
.about-section-inner {
    width: 100%;
    min-height: 665px;
	display: block;
    position: relative;
}

.about-col-1 {
    width: 30%;
    min-height: 552px;
    background-color: #E24D34;
    color: white!important;
    position: absolute;
    bottom: 0;
    padding-top: 50px;
}

.about-col-1-content {
	max-width: 330px;
}

.about-col-2 {
	display: none;
	
	width: 34%;
	left: 41%;
	height: 455px;
	background-color: #0E0E0E;
	color: white!important;
	padding: 50px;
	position: absolute;
	bottom: 48px;
	z-index: 1;
}

.opportunity {
	width: 100%;
    margin: .7em 0;
    font-size: 19px;
    display: inline-block;
}

.opportunity-title {
	float: left; 
	padding-top: 22px; 
	padding-left: 20px;
}

.icons {
	height: 65px; 
	width: auto; 
	float: left;
}

svg.icons > .cls-1 {
	fill: #e24d34!important;
}

.about-title {
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.4em;
    font-size: 31px;
}

.other-section {
	display: grid;
    width: 100%;
}
.other-section-inner {
	display: flex;
}
.other-col {
	    line-height: 1.7em;
	min-height: 390px;
	padding: 3rem;
	width: 25%;
	float: left;
}

.announcement-section-inner{
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.upcoming-event-title-desktop {
	display: block;
}

.upcoming-event-title-mobile {
	display: none;
	background: #272727;
	padding: 1rem;
	width: 100%;
	position: initial;
	color: white;
}

.upcoming-event-title-desktop a.readmore {
	font-size: 14px;
	color: white!important;
	padding-top: 8px;
}

.upcoming-event-title-desktop {

}

.home-event-section-title {
    float: left;
    width: 25.3%;
    font-size: 20px;
    border-right: 1px solid white;
    margin-right: 8%;
    font-weight: 400;
}

.home-event-title-block {
	float: left; 
	width: 33.3%;
	font-size: 16px;

}

.home-event-button {
	float: left;
	width: 33.3%;
}

.home-event-date {
	font-size: 16px;
}

.four-items > .whiteborder > .two-col {
	min-height: 400px;
}

.single-events {
	margin-bottom: 15rem;
}

.single-event-info {
    width: 100%;
    padding-top: 2.4rem;
    font-size: 18px;
    line-height: 1.9em;
}

.event-info {
	padding-left: 18rem;
    display: inline-block;
    width: 100%;
    padding-top: 2.4rem;
}

.col-1 {
	width: 33.3%;
	float: left;
}

.mobile-title {
	display: none;
}

.desktop-title {
	display: block;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.return-arrow {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 40px;
}

.utility-bar {
	width: 100%;
	background-color: #e24d34;
    position: absolute;
    margin-left: -9rem;
    padding: .6rem 9rem;
	top: 0;
}

.utility-bar ul {
	margin: 0px; 
	padding: 0px;
    font-size: 16px;
   	display: inline-block;
    float: right;
}

.utility-bar ul li a {
	color: white;
    transition: all 1s;
    font-weight: 500;
}

.utility-bar ul li a:hover {
	color: black;
}

.utility-bar ul li {
	list-style-type: none;
	float: left;
	margin: 0 1rem;
}

.wrapper-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1366px) {

	.utility-bar {
	    margin-left: -6rem;
	    padding: .6rem 6rem;
	}

	.page-news {
	    margin-bottom: 3em;
	}

	.event-info {
	    padding-left: 7rem;
	    padding-top: 1.1rem;
	}

	.about-col-1 {
	    width: 55%;
	}

	.about-col-2 {
	    width: 44%;
	    left: 51%;
	}

	.wpcf7-form-control-wrap {
	    display: inline!important;
	    position: initial;
	}

	.blog-roll-container {
	    padding-right: 6rem;
	}

	.page-description {
	    padding-top: 100px;
	    padding-left: 100px;
	}

	.news-description {
	    height: 355px!important;
	}

	.post-date, .post-title {
		margin-bottom: 25px;
	}

	.two-col-right-bg {
		padding-left: 6em;
	}

	.header-image, .header-image-slider {
		height: 550px;
	}

	.page-header-bg-inner {
	    height: 590px;
	}

	.had-padding-left {
		padding-left: 6rem;
	}

	.had-padding-right {
		padding-right: 6rem;
	}

	.had-padding-both {
		padding-left: 6rem;
		padding-right: 6rem;
	}

}

@media only screen and (max-width:1024px) {

	.utility-bar {
	    margin-left: -1rem;
	    padding: .6rem 1rem;
	}

	.single-event {
		height: 710px;
	}

	.single-event-info {
	    padding-top: 0rem;
	    display: inline-block;
	}

	.col-1 {
		width: 20%;
    	padding-right: 0%;
	}

	.map-outer {
	    margin-top: 4rem;
	}

	.past-events-wrapper {
	    padding-top: 1rem;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 1rem 0rem;
	}

	.mobile-title {
		display: block;
	}

	.desktop-title {
		display: none;
	}

	.event-info {
		padding: 1rem;
	    background-color: #667595;
	    display: table;
	    padding-top: 2rem;
    	padding-bottom: 0rem;
	}

	.single-events {
		margin-bottom: 0rem;
	}

	.footer-inner {
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}

	.footer-col-2 {
	    width: 70%;
	    margin-right: 0%;
	    float: left;
	}

	.info-block {
	    margin-top: 0rem!important;
	}

	.contact {
		padding-bottom: 0em;
	}

	.home-event-section-title {
	    border-right: none;
	}

	.other-col {
		width: 50%;
	}

	.home-blog-post {
		width: 50%;
		float: left;
		font-weight: 100;
	    min-height: auto;
	    position: relative;
	    min-height: 515px;
	}

	.home-blog-post-header {
		padding-top: 3rem;
	}

	.home-blog-post-footer {
		position: absolute;
    	bottom: 0;
	    padding-right: 3rem;
	    padding-bottom: 3rem;
	}

	.about-col-1-content {
		max-width: 89%;
		padding-left: 1rem;
	}

	.contact > .two-col-right {
		padding-left: 1em;
		margin-top: 0px;
		font-size: 18px;
	}

	.contact > .two-col-right a {
		font-size: 18px;
	}

	.container.clear.had-padding-both.single-post-content {
	    padding: 1em 1em!important;
	    padding-bottom: 3em!important;
	}

	.featured-image-news-past {
	    height: 150px;
	}

	.past-events-container {
		float: left;
		width: 50%;
	    margin-bottom: 2em;
	    padding-right: 0em;
	    min-height: 200px;
	}

	.past-events-left {
		float: left;
		width: 50%;
	    padding-right: 30px;
	}

	.past-events {
		float: left;
		width: 50%;
	}

	.upcoming-events-wrapper {
		padding-bottom: 2em;
	}

	.past-events-copy {
		padding-right: 30px;
		padding-left: 0px;
	}


/*	.whiteborder {
		display: block;
		border-right: none;	
	}*/

	.upcoming-events {
 	    margin-right: 0em;
	    width: 100%;	
	}

	.single-event {
	    float: left;
	    width: 50%;
	    padding-right: .5em;
	    padding-left: 0em;
	    margin-bottom: 3.5em;
	}

	.single-event:nth-child(even) {
		padding-right: 0em;
		padding-left: .5em;
	}

	.single-post-border {
		display: none;
	}

	ul.news-title li {
	    list-style: none;
	    padding-left: 0%;
	    padding-right: 30px;
		float: left;
	}


	ul.news-title {
	    display: inline-block;
	    width: 100%;
	    padding-top: 0px;
	    margin-top: 0px;
	    margin-bottom: 0em;
	    padding-left: 0px;
	}

	.news-header-1 {
		float: none;
		width: 100%;
	}
	.news-header-2 {
		width: 100%;	
		float: none;
	}
 
	.container > .blog-post:nth-child(odd) {
		padding-right: 0px;
		padding-left: 0em;
	}

	.blog-roll-container {
	    padding-right: 0em; 
	}

	.read-more-wrapper {
	    bottom: 18px;
	    left: 0;
	    margin-top: 2rem;
	}

	.blog-roll {
		padding-left: 1em!important;
		margin-right: 0px;
	}

	.blog-post {
		width: 100%;
		float: none;
	    padding-right: 0em;
	    margin-bottom: 2em;
	}

	.buttons_wrapper {
	    bottom: 46px;
	    right: 20px;
	}

	.news-description {
	    height: auto!important;
	    min-height: 350px!important;
		padding: 1rem 0rem;
	}

	.slider-image {
		width: 100%; 
		float: none; 
		z-index: 1;
		height: auto;
	}

	.four-items > .two-col {
		margin-bottom: 2em;
	}

	.info-4-block {
	    margin-top: 0em;
	}

	.single-post-title {
		font-size: 32px!important;
	}

	.title {
	    font-size: 31px;
	    width: 65%;
	    padding: 30px 0px;
	    position: initial;
	    top: 0;
	    margin-bottom: 1em
	}

	.wrapper-bg {
		padding: 4em 0em;
	    padding-top: 0px;
	}

	.two-col-bg h1 {
		font-size: 60px;
	}

	.two-col-right-bg {
		padding-left: 0em;
		margin: 0em 0em!important;
	}

	.border-right {
		border-right: 0px solid white;
		border-bottom: 4px solid white;
		padding-bottom: 2em;
		width: 75%;
	}

	.info-4-row {
		margin-top: 0px;
	}

	.info-block {
	    margin-bottom: 0rem;
	    padding-bottom: 2em;
	    padding-top: 2em;
	}

	.info-image {
	    height: 460px;
	    width: 100%;
	    display: none;
	    margin: 0 auto;
	    margin-bottom: 2em;
	    margin-top: 0em;
	    position: initial;
	}

	.info-image.mobile {
    	display: none;
	}

	.white-border {
		display: inline-block;
		border-right: 3px solid white;
	}

	.two-col p img {
		margin-bottom: 0px;
	}

	.mobile {
		display: block;
	}

	.info-description, .item-1-and-2 {
	    margin-bottom: 1rem;
	}

	.two-col {
	    padding-right: 1rem;
	    width: 50%;
	    float: left;
	    margin-bottom: 2em;
	}

	.left-blank {
		display: none;
	}

	.info-container {
		max-width: 980px;
	}

	.container {
		padding: 0px 1rem!important;
	}

	.two-col-left {
		float: left;
		width: 50%;
		font-size: 24px;
		padding-right: 0px;
	}

	.two-col-right {
		float: left;
		width: 50%;
	    margin: 2em 0em;
	}

	.two-col-right img {
		float: none;
	}

	.header-image, .header-image-slider {
		width: 100%;
		height: 500px;
		float: none;
	}

	.page-title {
		min-width: auto;
	}

	.page-header-bg {
		display: none;
	}

	.header-container {
	    width: 100%;
	    float: left;
		float: none;
	}

	.page-header {
	    margin-bottom: 0em;
	}

	.page-title {
		width: 100%;
		float: none;
		padding-left: 1rem;
	}

	.page-description {
	    float: none;
	    width: 100%;
	    padding-top: 0px;
	    padding-left: 0px;
	    font-size: 24px;
	    font-weight: 100;
    	padding: 1rem!important;
	}

	.had-padding-left {
		padding-left: 0rem;
	}

	.had-padding-right {
		padding-right: 0rem;
	}

	.had-padding-both {
		padding-left: 5rem;
		padding-right: 5rem;
	}


}

@media only screen and (max-width:768px) {

.utility-bar ul {
    font-size: 14px;
   	display: inline-block;
    float: none;
}

.col-1 {
	width: 33.3%;
	padding-right: 0%;
}

.map-category .label {
    width: 44%;
    display: inline-block;
    margin-right: 5%;
    margin-bottom: 0%!important;
    font-size: 15px;
}

.mobile-no-padding {
    padding-left: 0rem!important;
    padding-right: 0rem!important;
}

#map-canvas {
	width: 100%!important;
	margin: 0px!important;
    height: 39rem!important;	
}

.map-sidebar {
    width: 100%!important;
    padding: 1rem!important;
    padding-bottom: 1.5rem!important;
    padding-top: 5rem!important;
    float: none!important;
    margin-top: 0rem!important;
    position: initial!important;
}

.mobile {
	display: block;
}

.desktop {
	display: none;
}

.page-title-business, .page-title {
	font-size: 35px!important;
    padding: 25px 23px;
}

.four-items > .whiteborder > .two-col {
	min-height: auto;
}

.page-title-business {
	position: initial;
	width: 100%;
}

.home-event-section-title {
    float: left;
    width: 50%;
    font-size: 20px;
    border-right: none;
    margin-right: 0px;
    font-weight: 400;
}

.home-event-title-block {
	float: left; 
	width: 33.3%;
	font-size: 16px;

}

.home-event-title {
	padding-top: 4px;
}

.home-event-button {
	float: none;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

.home-event-date {
	font-size: 16px;
}

.home-event-section-title {
	width: 50%;
	float: left;
}

.home-event-title-block {
	float: left;
	width: 50%
}

.slide-caption {
	width: 100%!important;
}

.announcement-section-col-3 {
	width: 100%!important;
	display: block!important;
	/*height: 300px;*/
}

.announcement-section-col-2 {
	width: 100%!important;
	display: block!important;
}

.announcement-section-col-1 {
	display: none!important;
}

.upcoming-event-title-desktop {
	display: none;
}
.upcoming-event-title-mobile {
	/*display: inline-block;*/
}

.other-col {
	width: 100%;
	float: none;
    min-height: 350px;
}
.news-section-inner {
    display: block;
}
.home-blog-post {
	width: 100%;
	float: none;
	font-weight: 100;
    min-height: auto;
    position: relative;
    min-height: 515px;
}

.home-blog-post-header {
	padding-top: 3rem;
}

.home-blog-post-footer {
	position: absolute;
	bottom: 0;
    padding-right: 3rem;
    padding-bottom: 3rem;
}


.about-section-inner {
    width: 100%;
    min-height: 665px;
    display: inline-block;
}

.about-col-1 {
    width: 100%;
    min-height: auto;
    color: white!important;
    position: initial;
    bottom: auto;
	padding:1rem;
	margin: 2rem 0;
	margin-right: 0px;
}

.about-col-1-content {
	max-width: 100%;
	padding-left: 0px;
}

.about-col-2 {
    width: 100%;
    left: 0%;
    float: none;
    bottom: auto;
    position: initial;
	padding: 1rem;
	height: auto;
}

}

@media only screen and (max-width:480px) {
	
	.single-event:nth-child(even) {
	    padding-right: 0em;
	    padding-left: 0em;

	}
	.col-1 {
	    width: 50%;
	    float: left;
	    margin-bottom: 15px;
	}

	.about-col-1-content {
		padding: 1rem;
	}

	.home-blog-post {
		width: 100%;
		float: none;
	    position: relative;
	    min-height: 370px;
	}

	.bg-overlay {
	    padding: 1rem;
	}

	.home-blog-post-header {
		padding-top: 1rem;
	}

	.home-blog-post-footer {
		position: initial;
		bottom: 0;
	    padding-right: 1rem;
	    padding-bottom: 1rem;
	}

	.contact > .two-col-right {
		font-size: 18px;
		padding-left: 0em;
	}

	.contact > .two-col-right a {
		font-size: 18px;
	}

	.two-col {
	    padding-right: 0rem;
	    width: 100%;
	    float: none;
	}

	.two-col-left {
		float: none;
		width: 100%;
	}

	.two-col-right {
		float: none;
		width: 100%;
	}

	.single-event {
		height: auto;
	    float: none;
	    width: 100%;
	    padding-right: 0em;
	    padding-left: 0em;
	    margin-bottom: 0em;
	    padding-bottom: 3em;
	}

	.past-events-container {
		float: none;
		width: 100%;
	    margin-bottom: 2em;
	    padding-right: 0em;
		min-height: auto;
	}

	.info-container {
		max-width: 100%;
	}

	.had-padding-left {
		padding-left: 0rem;
	}

	.had-padding-right {
		padding-right: 0rem;
	}

	.had-padding-both {
		padding-left: 1rem;
		padding-right: 1rem;
	}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:black;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:black;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:black;
	color:#FFF;
	text-shadow:none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}