/*
Theme Name:   Web Bird Digital Club 
Theme URI:    http://www.webbirddigital.com.au
Description:  Web Bird Digital Club theme. A customised club solution to showcase your club. Featuring an events management systems, newsletter subscriptsion and many other great features. 
Author:       Simon Codrington
Author URI:   http://www.simoncodrington.com.au
Version:      1.0 
Tags:         Modern, Amazing, Magical, Responsive, Fully Customisable, Retina-Ready, HiDPI, Web Bird
*/

*,
*:before,
*:after{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------UNIVERSAL STYLING-------*/

html{
	overflow-x: hidden;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 100%;
	overflow: hidden;
	line-height:160%;
	color: #333;
}


/*universal form styling*/
/*standard inputs, select and textareas*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="button"],
button,
textarea,
select {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	border: solid 1px #ccc;
}
/*submit and buttons*/
input[type="submit"],
input[type="button"],
button
{
	width: auto;
	border: 0px;
}
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus{
	border: inherit;
}





.button {
	padding: 7px 15px;
	display: inline-block; 
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	cursor: pointer;
}

/*embeded elements*/
embed, iframe, object, video {
	width: 100%;
}

a:active,
a:hover {
	text-decoration: none;
}

/*inner container*/
.inner {
	/*border: solid 1px red;*/
	max-width: 1200px;
	padding: 15px;
	margin: auto;
}
.inner.full-width{
	/*border: solid 1px green;*/
	padding: 15px 0px;
	margin: auto;
	max-width: 100%;
}


.clear {
	clear: both;
	display: block;
}

.entry-meta .edit-link,
.edit-link {
	margin-top: 10px;
	display: inline-block;
}
.entry-meta .edit-link {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.entry-meta .edit-link a,
.edit-link a.comment-edit-link {
	color: inherit!important;
	padding: 7px 12px;
	display: inline-block;
}




/*Containers*/ 
.site{
	width: 100%;
	max-width: 100%;
	left: 0%;
	border-left: none;
	position: relative;
	border-right: none;
	z-index: 1;
	position: relative;
}
.site-header {

}

.site-main {
	
}


.site-footer {
	background-color: transparent;
	color: inherit;
}

/*content inside of the primary container*/
.entry-header, 
.entry-content, 
.entry-summary, 
.entry-meta{
	max-width: 1200px;
}


/*FORM elements*/
input[type="search"] {
	-webkit-appearance: none;
}

button, input, textarea{
	border: solid 1px #ccc;
}
input:focus, textarea:focus{
	border: solid 1px #ccc;
}




/*Header*/
/*Header - top menu*/
.site-header .top-menu {
	width: 100%;
	position: relative;
	color: #fff;
}
.site-header .top-menu.sticky {
	height: 0px;
	z-index: 2;
}
.site-header .top-menu.sticky.active {
	height: 45px;
	position: fixed;
	top: 0px;
}

.site-header .inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 100%;
	padding: 10px 15px;;
}


/*Header - contact */
.top-menu .contact-information {
	float: left;
	padding-top: 5px;
}
.top-menu .contact-information > div {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
.top-menu .contact-information > div:first-child {
	padding-left: 0px;
}
.contact-information .symbol{
	margin-right: 5px;
	font-size: 120%;
}

/*header - address*/

.site-header .address {
	display: block;
	float: left;
	padding-top: 5px;
}
.site-header .address .symbol {
	margin-right: 7px;
	font-size: 120%;
}
.site-header .address .content {
	
}



/*Header - search */
.site-header .search-form{
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	width: 280px;
}
.site-header .search-form .search-field,
.site-header .search-form .search-field:focus{
	background: transparent;
	height: 35px;
	width: auto;
	margin: 0px;
	background: #fff;
	padding-left: 0px;
	display: block;
	float: right;
	padding: 5px 5px 5px 15px;
	width: 200px;
	width: calc(100% - 80px);
  	-webkit-appearance: none;
   -moz-appearance:    none;
    appearance:         none;
  	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: solid 0px transparent;
	-webkit-transition: all 0ms ease;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	
}

.site-header .search-form .search-submit {
	position: relative;
	height: 35px;
	width: auto;
	padding: 5px 10px;
	background: #CCC;
	border: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #333;
	display: block;
	float: right;
	width: 80px;
	width: calc(100% - 200px);
}


/*header - logo*/
.site-header .logo {
	float: left;
}

/*header - social media*/
.site-header .social-media{
	float: right;
	clear: right;
	text-align: center;
}

/*header - newsletter sign up */
.site-header .newsletter-signup{
	float: right;
	clear: right;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.site-header .newsletter-signup .symbol{
	font-size: 120%;
	text-align: center;
	line-height: 35px;
	width: auto;
	margin-right: 7px;
	vertical-align: middle;
	display: inline-block;
}
.site-header .newsletter-signup .content{
	font-weight: 400;
	display: inline-block;
}


/*newsletter signup popup*/
.newsletter-signup-popup{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.newsletter-signup-popup.active{
	z-index: 999;
	opacity: 1;
}
/*newsletter background overlay*/
.newsletter-signup-popup .background{
	position: fixed;
	background: url('images/black_background.png');
	background: rgba(0,0,0,0.85);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.newsletter-signup-popup .form{
	z-index: 2;
}
/*sign up form*/
.newsletter-signup-popup .mc4wp-form{
	background: #fff;
	position: absolute;
	width: auto;
	max-width: 600px;
	text-align: center;
}
.newsletter-signup-popup .newsletter_title{
	background: #555;
	color: #fff;
	position: relative;
	padding: 10px 0% 10px 25%;
	text-align: center;
	margin: 0px;
}
/*title span*/
.newsletter-signup-popup .newsletter_title .title{
}

/*close span*/
.newsletter-signup-popup .newsletter_title .close{
	background: #333;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 25%;
	padding: 10px;
	cursor: pointer;
}
.newsletter-signup-popup .newsletter_title .close .icon{
	position: relative;
}
.newsletter-signup-popup .newsletter_subtitle{
	padding: 15px;
}
/*main form content*/
.newsletter-signup-popup .newsletter_content{
	padding: 15px;
	float: left;
	width: 100%;
}
.newsletter-signup-popup .newsletter_content p {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.newsletter-signup-popup .newsletter_content label {
	width: 30%;
	float: left;
	text-align: left;
}
.newsletter-signup-popup .newsletter_content input,
.newsletter-signup-popup .newsletter_content textarea,
.newsletter-signup-popup .newsletter_content select,
.newsletter-signup-popup .newsletter_content button{
	width: 67.5%;
	margin-left: 2.5%;
	float: left;
}
.newsletter-signup-popup .newsletter_content input[type="submit"]{
	float: right;
}









/*Header - logo*/
.logo {
	width: 35%;
	float: left;
	height: 100%;
}
.logo .image {
	max-width: 100%;
	max-height: 100px;
	height: auto;
}

/*Header - navigation menu toggle*/
.menutoggle {
	display: none;
}
/*disable mobile mav menus*/
.navbar-mobile{
	display: none;
}




/*NAVIGATION MENUS (GENERIC)*/
.bottom-menu .inner {
	padding: 0px 15px;
}

.bottom-menu .navbar,
.navbar {
	width: 100%;
	float: left;
	background: transparent;
	height: 100%;
	position: relative;
}
.navbar .top-navigation {
	position: relative;
	bottom: 0px;
	min-height: 0px;
	width: 100%;
	max-width: 100%;
}
/*Hide slideout menu if we have it*/
.navbar.slideout {
	display: none;
}
/*hide expanding menu if we have it*/
.navbar.expand{
	display: none;
}

/*ul container*/
.navbar .nav-menu{
	padding: 0px;
	text-align: left;
}
/*li items*/
.navbar .nav-menu li{
	
}
/*li items with an a*/
.navbar .nav-menu li a{
	padding: 8px 12px;
	font-size: 110%;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase;
}

.navbar .main-navigation{
	min-height: 0px;
}

/*a items*/
.navbar .main-navigation .nav-menu a{
	
}
/*Current ancestor a link*/
.navbar .nav-menu .current_page_item > a, 
.navbar .nav-menu .current_page_ancestor > a, 
.navbar .nav-menu .current-menu-item > a, 
.navbar .nav-menu .current-menu-ancestor > a {
	font-style: normal;
	font-weight: 400;
}

/*navigation sub menu ul */
.navbar .sub-menu {
	background-color: transparent;
	border: none;
	padding-top: 10px;
}
.navbar .sub-menu .sub-menu{
	padding-top: 0px;
}
.navbar .sub-menu li {
	text-align: left;
}
.navbar .sub-menu li a{
}

/*Navigation sub-sub menus*/
.navbar  .sub-menu .sub-menu:before{
	display: none;
}


/*NAVIGATION MENUS (BOTTOM)*/
.navbar .bottom-navigation .nav-menu li:first-child a{
	padding-left: 0px;
}











.darkoverlay {
	display:	none;
}



/*HERO IMAGE*/
.hero_image {
	float: left;
	width: 100%;
}
.hero_image img{
	width: 100%;
	height: auto;
	margin: 15px 0px 0px 0px;
}



















/*HOME PAGE BLOCKS*/
#home_blocks {
	width: 100%;
	float: left;
	position: relative;
}

#home_blocks .inner {
	width: 100%;
	margin: auto;
	padding: 15px;
	max-width: 1200px;
}

#home_blocks .block {
	width: 31%;
	margin: 0% 1% 2% 1%;
	float: left;
	position: relative;
	overflow: hidden;
	border: solid 1px #ccc;
}
#home_blocks .block:nth-of-type(3n-2){
	width: 32.5%;
	margin: 0% 0.625% 1.25% 0%;
}
#home_blocks .block:nth-of-type(3n-1){
	width: 32.5%;
	margin: 0% 0.625% 1.25% 0.625%;
}
#home_blocks .block:nth-of-type(3n){
	width: 32.5%;
	margin: 0% 0% 1.25% 0.625%;
}

/*block title*/
#home_blocks .block .block-title{
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 2;
	text-transform: uppercase;
	margin-bottom: 0px;
	left: 0%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#home_blocks .block .block-title .block-name {
	position: absolute;
	width: 100%;
	border: none;
	margin: 0px;
	bottom: 0px;
	z-index: 2;
	color: inherit;
	background-color: inherit;
	left: 0%;
	padding: 10px;
}

#home_blocks .block .block-title .readmore{
	position: absolute;
	bottom: 0px;
	left: 100%;
	width: 100%;
	color: inherit;
	background-color: inherit;
	padding: 10px;
} 
#home_blocks .block .block-title .readmore .icon{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	display: block;
	padding: 15px 20px;
}



/*image and info*/
#home_blocks .block .block-image-info {
	position: relative;
	z-index: 1;
}

#home_blocks .block .block-image {
	width: 100%;
	height: 250px;
	position: relative;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}



#home_blocks .block .block-info {
	position: absolute;
	padding: 15px;
	background: url('images/black_background.png');
	background: rgba(0,0,0,0.75);
	color: #fff;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
	opacity: 0;
}
#home_blocks .block .block-info .block-text {
	margin: 0px;
	color: #333;
	line-height: 150%;
	font-size: 100%;
	font-weight: 100;
	margin-bottom: 15px;
	color: inherit;
}



/*hover actions*/
#home_blocks .block:active .image-overlay,
#home_blocks .block:hover .image-overlay {
	opacity: 1;
}

#home_blocks .block:hover .block-info,
#home_blocks .block:active .block-info{
	opacity: 1;
}

#home_blocks .block:hover .block-title,
#home_blocks .block:active .block-title{
	left: -100%;
}









































/*MIDDLE PAGE CONTENT (Content + sidebar)*/
.site-main .content-area {
	float: left;
	width: 100%;
	position: relative;
}
/*container for sidebar*/
.site-main .sidebar-container{
	float: right;
	width: 30%;
	top: 0px;
	margin-top: 60px;
	position: relative;
	height: auto;
	overflow: hidden;
}
/*container for widgets*/
.sidebar-container .sidebar-inner{
	float: right;
	width: 100%;
}
/*toggle container for sidebar (on mobile)*/

.sidebar-container .sidebar-inner .expand-sidebar{
	padding: 15px;
	position: relative;
	display: none;
	cursor: pointer;
}
.sidebar-container .sidebar-inner .expand-sidebar h2 {
	margin-bottom: 0px;
	position: relative;
	border-bottom: 0px;
	width: 100%;
	padding-right: 30px;
} 
.sidebar-container .sidebar-inner .expand-sidebar h2 span {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
}
.sidebar-container .sidebar-inner .expand-sidebar h2 span i {
	background: #FFF;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 35px;
	border: solid 1px #ccc;
	font-size: 115%;
	color: #333;
}




/*each widget*/
.sidebar-container .widget-area{
	width: 100%;
	margin: 0px;
}
.sidebar-container .widget-area .widget{
	background: transparent;
	list-style-type: none;
	font-size: 100%;
	margin-bottom: 15px;
	padding: 15px;
	float: left;
	width: 100%;
}
.sidebar-container .widget-area .widget .widget_title{
	text-align: left;
}

.sidebar-container .widget-area .widget div {

}
.sidebar-container .widget-area .widget ul {
	margin-left: 25px;
}
.sidebar-container .widget-area .widget ul li {
	list-style-type: square;
}

/*any content area with a sidebar*/
.sidebar-container ~ .content-area {
	width: 67.5%;
	margin-right: 2.5%;
}

.site-content {
	width: 100%;
	float: left;
}
.site-content .inner{
	max-width: 1200px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}


















/*SOCIAL MEDIA - GENERAL STYLING*/
.social-media {
	display: inline-block;
}
.social-media .icon {
	display: inline-block;
	font-size: 130%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	margin-left: 3px;
}
.social-media .icon a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
}
.social-media .icon i {
	
}

/*CONTACT - GENERAL STYLING*/
.contact-information {
	display: inline-block;
}
.contact-information .phone-primary,
.contact-information .phone-secondary,
.contact-information .email{
	
}
.contact-information .phone-primary {
	
}
.contact-information .phone-secondary {
	
}
.contact-information .email {
	
}

/*----- H tags -----*/

h1,h2,h3,h4,h5,h6{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
}


h1{
	font-size: 200%;
	
}

h2{
	font-size: 160%;
	margin-top: 0px;
	margin-bottom: 20px;
}

h3{
	font-size: 130%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 115%;
	margin-top: 0px;
	margin-bottom: 10px;
}



.inner h2 {
	margin-bottom: 20px;
	display: block
}



/*LATEST NEWS / TESTIMONIALS CONTAINER*/
#news_testimonials {
	width: 100%;
	float: left;
}
#news_testimonials .inner {
	max-width: 1200px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}


/*LATEST NEWS (homepage)*/
.latest_news {
	width: 48.5%;
	margin-right: 1.5%;	
	float: left;
	position: relative;
}
.latest_news .news_header{
	width: 100%;
	float: left;
}
.latest_news .news_header .news_title{
	float: left;
	display: inline-block;
	clear: none;
}
.latest_news .news_header .news_readmore{
	float: right;
	display: inline-block;
	clear: none;
}
.latest_news .news_header .news_readmore i{
	margin-left: 10px;
}
.latest_news .news_header .news_description {
	display: block;
	clear: both;
	width: 100%;
	float: left;
}
.latest_news .slides{
	float: left;
	width: 100%;
}

.latest_news .news {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility:hidden;
}
.latest_news .news_image {
	width: 37.5%;
	margin-right: 2.5%; 
	float: left;
	height: 175px;
	/*-webkit-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.75);
	-moz-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.75);
	box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.75);*/
	border: solid 1px #eee;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.latest_news .news_information  {
	width: 100%;
	float: left;
}
.latest_news a ~ .news_information{
	width: 60%;
}

.latest_news .news_information h3 {
	
}
.latest_news .news_information .news_date{
	margin-bottom: 15px;
}
.latest_news .news_information .news_content {
	margin-bottom: 15px;
}
.latest_news .news_information .readmore {
	
}



/*TESTIMONIALS*/
.testimonials {
	width: 100%;
	margin-left: 0%;	
	float: left;
	position: relative;
}
.testimonials .testimonial_header{
	width: 100%;
	float: left;
}
.testimonials .testimonial_header .testimonial_title {
	display: none;
}
.testimonials .testimonial_header .testimonial_readmore{
	display: none;
}

/*each testimonial*/
.testimonials .testimonial {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
	width: 47.5%;
	margin: 0% 1.25% 2.5% 1.25%;
	float: left;
}
.testimonials .testimonial:nth-of-type(odd){
	width: 48.75%;
	margin: 0% 1.25% 2.5% 0%;
	clear: left;
}
.testimonials .testimonial:nth-of-type(even){
	width: 48.75%;
	margin: 0% 0% 2.5% 1.25%;
	clear: right;
}

/*testimonial content*/
.testimonial .content_container{
	padding: 10px;
	background-color: #BDBDBD;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	position: relative;
}
.testimonial .content_container:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 110px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #BDBDBD;
}
.testimonial .content_container .content{
	font-style: italic;
}
/*Testimonial author*/
.testimonial .author_container{
	float: left;
	width: auto;
}
.testimonial .author_container .author_name{
	display: block;
}
.testimonial .author_container .author_position{
	display: block;
}
.testimonial .author_container .author_name.block,
.testimonial .author_container .author_position.block{
	display: block;
}

.testimonial .author_container .testimonial_company{
	display: block;
	margin-top: 10px;
}
.testimonial .author_container .readmore {
	margin-top: 10px;
}

/*Testimonial image*/
.testimonial .image_container{
	float: left;
	width: auto;
	margin-right: 30px;
	
}
.testimonial .image_container .image{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #BDBDBD;
}
/*No photo icon, uses font-awesome */
.testimonial .image_container .image i {
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 100px;
	font-size: 270%;
	color: #EEE;
}

/*TESTIMONIALS ON HOME*/
.home .testimonials {
	width: 48.5%;
	margin-left: 1.5%;
}


.home .testimonials .testimonial_header .testimonial_title {
	display: inline-block;
	clear: none;
	float: left;
}
.home .testimonials .testimonial_header .testimonial_readmore{
	display: inline-block;
	clear: none;
	float: right;
}
.home .testimonials .testimonial_header .testimonial_readmore i {
	margin-left: 10px;
}

.home .testimonials .slides{
	float: left;
	width: 100%;
}

.home .testimonials .testimonial:nth-of-type(1n){
	margin: 0px;
	clear: none;
}


/*SINGLE TESTIMONIALS*/
.single-testimonial .testimonial {
	width: 100%;
}

.single-testimonial .entry-header-content {
	width: 100%;
	margin-right: 0%;
}
.single-testimonial .entry-header-content h2 {
	display: block;
	margin-bottom: 10px;
}
.single-testimonial .entry-content {
	width: 100%;
}


/*LATEST NEWS AND FACEBOOK*/
.news_and_facebook {
	float: left;
	width: 100%;
}
.facebook_feed {
	width: 48.5%;
	margin-left: 1.5%;
	float: left;
	position: relative;
}
.facebook_feed .facebook_header{
	float: left;
	width: 100%;
}
.facebook_feed .facebook_header .facebook_title{
	float: left;
	display: inline-block;
	clear: none;
}
.facebook_feed .facebook_header .facebook_readmore{
	float: right;
	display: inline-block;
	clear: none;
}
.facebook_feed .facebook_header .facebook_readmore i{
	margin-left: 10px;
}


/*actual feed items*/
.facebook_feed .cff-wrapper{
	width: 100%;
	float: left;
}
/*manual tweaks to make smash balloon work as a slider*/
.facebook_feed #cff .cff-item{
	clear: none;
	border-bottom: 0px;
}

/*facebook like-box*/
.facebook_feed .cff-likebox{
	display: none;
}


/*SERVICES LISTING (homepage)*/
#services.on_home {
	width: 100%;
	float: left;
}
#services.on_home .inner {
	max-width: 1200px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
#services.on_home .services h2 {
	display: inline-block;
}


#services.on_home .services .service_title{
	float: left;
	display: inline-block;
	clear: none;
}
#services.on_home .services .service_readmore{
	float: right;
	display: inline-block;
	clear: none;
}
#services.on_home .services .service_readmore i {
	margin-left: 10px;
}
#services.on_home .services .service_description{
	float: left;
	width: 100%;
	clear: both;
}



/*STAFF MEMBERS / SERVICES */
#staff_members,
#services {
	width: 100%;
	float: left;
}
#staff_members .inner,
#services .inner {
	max-width: 1200px;
	margin: auto;
	padding: 0px;
}

.staff_members .staff_header,
.services .service_header{
	float: left;
	width: 100%;
}

.staff_members,
.services {
	width: 100%;
	float: left;
}
#staff_members .staff_header h2,
#services .service_header h2 {
	display: none;
}

#staff_members .staff_header h3,
#services .service_header h3{
	display: none;
}

.staff,
.service {
	width: 47.5%;
	margin-left: 1.25%;
	margin-right: 1.25%;
	float: left;
	margin-bottom: 20px;
}
/*first items of two*/
.staff:nth-of-type(2n),
.service:nth-of-type(2n){
	margin-left: 0%;
	width: 48.75%;
	clear: left;
}
/*second items of two*/
.staff:nth-of-type(2n-1),
.service:nth-of-type(2n-1){
	margin-right: 0%;
	width: 48.75%;
	clear: right;
}
/*hovering over the staff / service*/
.staff:hover .image_container .image,
.staff:active .image_container .image,
.service:hover .image_container .image,
.service:active .image_container .image {
	
	/*Scale the image using 2d and 3D transforms*/
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-webkit-transform: scale3d(1.2,1.2,1);
	-moz-transform: scale3d(1.2,1.2,1);
	-o-transform: scale3d(1.2,1.2,1);
	transform: scale(1.2,1.2);
	transform: scale3d(1.2,1.2,1); 
}
/*Hovering over the staff / service (alter its image)*/
.staff:hover .image_container .image_interior,
.staff:active .image_container .image_interior,
.service:hover .image_container .image_interior,
.service:active .image_container .image_interior {
	opacity: 1;
}
.staff:hover .image_container .image_interior .readmore i,
.service:hover .image_container .image_interior .readmore i {
	height: 30px;
}

/*staff / service photo*/
.staff .image_container,
.service .image_container{
	width: 40%;
	margin-right: 2.5%;
	float: left;
	overflow: hidden;
	position: relative;
}
.staff .image_container .image,
.service .image_container .image{
	width: 100%;
	position: relative;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 1px #eee;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.staff .image_container .image_interior,
.service .image_container .image_interior{
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: url('images/black_background.png');
	background: rgba(0,0,0,0.75);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.staff .image_container .image_interior .readmore,
.service .image_container .image_interior .readmore {
	color: #fff;
	margin: 0px 25% 0% 25%;
	top: 35%;
	width: 50%;
	border: solid 1px #fff;
	position: absolute;
	text-align: center;
	overflow: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*Staff / Servicer Info (witout image)*/
.staff .image_container ~ .content_container,
.service .image_container ~ .content_container {
	width: 57.5%;
}

/*Staff / Service info (without image)*/
.staff .content_container,
.service .content_container{
	width: 100%;
	float: left;
}
.staff .content_container .name,
.service .content_container .name{
	
}
.staff .content_container .position,
.service .content_container .position{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.staff .content_container .description,
.service .content_container .description{
	margin-bottom: 10px;
}





/*Staff members displaying on homepage*/
#staff_members.on_home {
	/*background: #D3D1D1;*/
	background: #fff;
}
#staff_members.on_home .staff_members .staff_title {
	float: left;
	clear: none;
	display: inline-block;
}
#staff_members.on_home .staff_members .staff_readmore{
	float: right;
	clear: none;
	display: inline-block;
}
#staff_members.on_home .staff_members .staff_readmore i {
	margin-left: 10px;
}
#staff_members.on_home .staff_members .staff_description{
	display: block;
	clear: both;
	float: left;
}
#staff_members.on_home .inner {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

/*STAFF SINGLE / SERVICE SINGLE PAGE*/
.single-staff .staff,
.single-service .service {
	width: 100%;
	margin: 0px;
}
.single-staff .entry-header-content,
.single-service .entry-header-content  {
	width: 100%;
	margin-right: 0px;
}
.single-staff .entry-header h2,
.single-service .entry-header h2  {
	display: block;
	margin-bottom: 25px;
}
.single-staff .entry-content,
.single-service .entry-content{
	width: 100%;
	float: right;
}
.single-staff .entry-thumbnail ~ .entry-content,
.single-service .entry-thumbnail ~ .entry-content{
	width: 57.5%;
	margin-left: 2.5%;
}

.single-staff .entry-thumbnail,
.single-service .entry-thumbnail {
	float: left;
	margin: 0px 15px 15px 0px;
}


/*SINGLE GALLERY*/
.single-gallery  .entry-title {
	width: 100%;
	float: left;	
}
.single-gallery  .gallery-links {
	width: 100%;
	float: left;	
}
.single-gallery  .gallery-links .gallery-link {
	display: inline-block;
	margin-right: 10px;
}
.single-gallery  .gallery-links .gallery-link a{
	padding: 7px 15px;
	margin-bottom: 10px;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.single-gallery .gallery-image-container {
	float: left;
	width: 100%;
}
.single-gallery .gallery-image {
	width: 33.33%;
	float: left;
	height: 300px;
	position: relative;
}
.single-gallery .gallery-image:active .overlay,
.single-gallery .gallery-image:hover .overlay{
	opacity: 1;	
}
.single-gallery .gallery-image .image {
	width: 100%;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 1px #ccc;
}
.single-gallery .gallery-image .overlay {
	background: url('images/black_background.png');
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;	
	color: white;
	padding: 15px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.single-gallery .gallery-image .overlay span.text {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 140%;
	text-align: center;
	padding-top: 25%;
}
.single-gallery .gallery-image .overlay span.icon {
	display: block;
	width: 100%;
	text-align: center;
}
.single-gallery .gallery-image .overlay i {
	background: #555;
	padding: 7px;
	font-size: 120%;
	width: 40px;
	height: 40px;
	line-height: 27px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*GALLERY LISTING */
.gallery-list {
	position: relative;
	float: left;
	width: 100%;
}
.gallery-list .gallery {
	width: 30%;
	margin: 0% 1.665% 3.33% 1.665%;
	float: left;
	position: relative;
}
.gallery-list .gallery:nth-of-type(3n-2){
	width: 32%;
	margin: 0% 1% 2% 0%;
}
.gallery-list .gallery:nth-of-type(3n-1){
	width: 32%;
	margin: 0% 1% 2% 1%;
}
.gallery-list .gallery:nth-of-type(3n-3){
	width: 32%;
	margin: 0% 0% 2% 1%;
}

.gallery-list .gallery:hover .gallery-image .gallery-overlay,
.gallery-list .gallery:active .gallery-image .gallery-overlay {
	opacity: 1;	
}

.gallery-list .gallery .gallery-title {
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.gallery-list .gallery .gallery-image {
	height: 275px;
	position: relative;
	width: 100%;
	border: solid 1px #ccc;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-bottom: 20px;
}
.gallery-list .gallery .gallery-image .gallery-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url('images/black_background.png');
	background: rgba(0,0,0,0.75);
	color: #fff;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.gallery-list .gallery .gallery-image .gallery-overlay .gallery-description{
	position: relative;
	padding: 25% 15px 15px 15px;
	text-align: center;
}
.gallery-list .gallery .gallery-image .gallery-overlay .gallery-description h3 {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
}
.gallery-list .gallery .gallery-image .gallery-overlay .gallery-description span i {
	margin-left: 10px;
}
.gallery-list .gallery .gallery-image .gallery-overlay .gallery-description p {
	margin: 0px;
	font-size: 110%;
}
.gallery-list .gallery .gallery-readmore {
	display: inline-block;
}
.gallery-list .gallery .gallery-readmore a {
	padding: 7px 15px;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*-------SPONSORS--------*/

/*sponsor header*/
.sponsor_header{
	float: left;
	width: 100%;
}
.sponsor_header a,
.sponsor_header a:hover,
.sponsor_header a:active{
	color: inherit;
}
.sponsor_header .sponsor_title{
	float: left;
	clear: none;
	color: inherit;
}
.sponsor_header .sponsor_readmore{
	float: right;	
	clear: none;
	color: inherit;
}
.sponsor_header .sponsor_readmore i {
	margin-left: 10px;
}


/*list of sponsors*/
.sponsors{
	float: left;
	width: 100%;
	background: #fff;
}
/*each sponsor*/
.sponsors .sponsor{
	float: left;
	width: 25%;
	border: solid 1px #ccc;
	position: relative;
	overflow: hidden;
}

/*image*/
.sponsor .image-container{
	float: left;
	width: 100%;
	position: relative;
}
.sponsor .image-container .image{
	height: 150px;
}
.sponsor .image-container .overlay{
	position: absolute;
	padding: 15px;
	background: #000;
	background: rgba(0,0,0,0.75);
	color: #fff;
	top: 0%;
	text-align: center;
	left: 0%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
	opacity: 0;
	overflow: hidden;
}
.sponsor .image-container .overlay .readmore{
	display: inline-block;
	border: solid 1px #fff;
	color: #fff;
	position: relative;
	top: 35%;
}
/*title*/
.sponsor .title-container{
	width: 100%;
	text-align: center;
	height: auto;
	position: relative;
	float: left;
	left: 0%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.sponsor .title-container .title{
	margin-bottom: 0px;
	padding: 5px;
	color: inherit;
	position: relative;
	bottom: 0px;
}
.sponsor .title-container .tier{
	position: absolute;
	right: -100%;
	color: #333;
	width: 100%;
	height: 100%;
	bottom: 0px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 140%;
}

/*hover*/
.sponsors .sponsor:hover .overlay,
.sponsors .sponsor:active .overlay{
	opacity: 1;
}
/*on hover, show teirs if they have any*/
.sponsors .sponsor.has-tier:hover .title-container,
.sponsors .sponsor.has-tier:active .title-container{
	left: -100%;
}


/*---featured sponsors----*/
.featured_sponsors {
	float: left;
	width: 100%;
}

/*---sponsors by tier----*/
.sponsors.by_tier,
.sponsors.no_tier{
	margin-bottom: 25px;
}
.sponsors.by_tier .sponsor_heading{
	
}
.sponsors.by_tier .sponsor_description{
	
}

/*SINGLE SPONSOR PAGE */
.single-sponsor .entry-header-content {
	width: 100%;
	float: left;
}
.single-sponsor .entry-content {
	width: 100%;
	float: left;
}
.single-sponsor .entry-thumbnail{
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	border: solid 1px #eee;
}

/*INDEX PAGE (News page, category listing, tag listing)*/
/*header above listings (for tags and categories)*/
.archive-header {
	background-color: transparent;
	padding: 0px;
}
.archive-title {
	font-style: normal;
	max-width: 100%;
	margin: 0px 0px 20px 0px;;
	padding: 0px;
	font-weight: 400;
}
.archive-meta{
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	margin: 0px;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

/*each article*/
.news .hentry,
.category .hentry,
.tag .hentry,
.author .hentry{
	padding: 15px;
	background: #EBEBEB;
	border: solid 1px #DDD;
	margin-bottom: 25px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	float: left;
	width: 100%;
}
.news .hentry:active,
.news .hentry:hover,
.category .hentry:active,
.category .hentry:hover,
.tag .hentry:active,
.tag .hentry:hover,
.author .hentry:active,
.author .hentry:hover  {
	background: #DDD;
}
/*header (title,image,meta) and content*/
.news .entry-header-content,
.category .entry-header-content,
.tag .entry-header-content,
.author .entry-header-content {
	float: left;
	width: 57.5%;
	margin-right: 2.5%;
}
.news .entry-header-content.full,
.category .entry-header-content.full,
.tag .entry-header-content.full,
.autrhor .entry-header-content.full {
	width: 100%;
	margin-right: 0%;
}

.news .entry-header-content .entry-header,
.category .entry-header-content .entry-header,
.tag .entry-header-content .entry-header,
.author .entry-header-content .entry-header  {
	float: left;
	width: 100%;
	/*margin-bottom: 15px;*/
}
.news .entry-header .entry-title,
.category .entry-header .entry-title,
.tag .entry-header .entry-title,
.author .entry-header .entry-title {
	margin-bottom: 10px;
}
.news .entry-header .entry-meta,
.category .entry-header .entry-meta,
.tag .entry-header .entry-meta,
.author .entry-header .entry-meta,
.news footer.entry-meta,
.category footer.entry-meta,
.tag footer.entry-meta,
.author footer.entry-meta{
	font-size: 100%;
}
/*icon font before meta info*/
.news .entry-header .entry-meta a:before,
.category .entry-header .entry-meta a:before,
.tag .entry-header .entry-meta a:before,
.author .entry-header .entry-meta a:before,
.news footer.entry-meta a:before,
.category footer.entry-meta a:before,
.tag footer.entry-meta a:before,
.author footer.entry-meta a:before{
	font-size: 120%;
	vertical-align: middle;
	font-family: 'FontAwesome';
}



.news .entry-content,
.category .entry-content,
.tag .entry-content,
.author .entry-content {
	float: left;
	width: 100%;
}

.news .entry-thumbnail,
.category .entry-thumbnail,
.tag .entry-thumbnail,
.author .entry-thumbnail {
	float: left;
	width: 40%;
	height: 275px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.news .readmore,
.category .readmore,
.tag .readmore,
.author .readmore  {
	margin-bottom: 10px;
}

/*Pagination*/
.paging-navigation {
	width: 100%;
	float: left;
	padding: 0px;
	background-color: #333;
	border: solid 1px #DDD;
}
.paging-navigation .nav-links{
	max-width: 100%;
}

.paging-navigation .nav-links .nav-previous,
.paging-navigation .nav-links .nav-next {
	padding: 0px;
}
.paging-navigation .nav-links .nav-previous a,
.paging-navigation .nav-links .nav-next a {
	font-style: normal;
	font-size: 120%;
	display: block;
	color: #fff;
}
.paging-navigation .nav-links .nav-previous a span.meta-nav,
.paging-navigation .nav-links .nav-next a span.meta-nav{
	width: 40px;
	height: 65px;
	padding: 0px;
	margin: 0px;
	line-height: 60px;
	border-radius: 0%;
	background: #FFF;
	color: #333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.paging-navigation .nav-links .nav-next a span.meta-nav{
	margin-left: 15px;
}
.paging-navigation .nav-links .nav-previous a span.meta-nav {
	margin-right: 15px;
}
/*hovering over pagination next and prev*/
.paging-navigation .nav-links .nav-previous a:hover span.meta-nav,
.paging-navigation .nav-links .nav-next a:hover span.meta-nav{
 	width: 100px;
 	background: #eee;
}




/*UNIVERSAL SINGLE POSTS*/
.hentry {
	margin-bottom: 25px;
	float: left;
	width:100%;	
	padding-top: 0px;
}
.hentry .entry-meta{
	font-size: 100%;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-weight: 400;
}
.hentry .entry-meta a{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
/*font awesome icons before meta information*/
.hentry .entry-meta a:before{
	font-size: 120%;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin-right: 7px;
}
.hentry .entry-meta .date a:before{
	content: '\f017';
}
.hentry .entry-meta .categories-links a:before{
	content: '\f07c';
}
.hentry .entry-meta .tags-links a:before{
	content: '\f02b';
}
.hentry .entry-meta .edit-link a:before{
	content: '\f040';
}
.hentry .entry-meta .author a:before{
	content: '\f007';
}
.hentry .entry-meta .comments-link a:before{
	content: '\f112';
}
/*edit link in comments*/
.edit-link a:before {
	content: '\f040';
	font-size: 120%;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin-right: 7px;
}


.entry-header-content {
	float: left;
	width: 100%
}
.entry-header-content.full {
	width: 100%;
	margin-right: 0%;
}
.entry-header {
	min-height: 60px;
	margin-bottom: 0px;
	float: left;
}
.entry-title {
	font-size: 210%;
	font-weight: 400;
	margin-bottom: 15px;
}
.hentry img {
	margin: 0px;
	max-height: 100%;
	border: solid 1px #eee;
	height: auto;
}
.entry-content {
	float: left;
	width: 100%;
}
.entry-thumbnail {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 300px;
	float: left;
	width: 50%;
}


/*post navigation*/
.post-navigation {
	background-color: #E7E7E7;
	border: solid 1px #ccc;
	margin-bottom: 15px;
	margin-top: 10px;
	font-style: normal;
	padding: 15px;
	font-size: 100%;
	float: left;
	width: 100%;
}
.post-navigation .nav-links{
	max-width: 100%;
	padding: 0px;
}

.post-navigation .nav-links a[rel="prev"] span,
.post-navigation .nav-links a[rel="next"] span{
	display: none;
}
.post-navigation .nav-links a[rel="prev"]:before{
	content: '\f100';
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-size: 120%;
}
.post-navigation .nav-links a[rel="next"]:after{
	content: '\f101';
	font-family: 'FontAwesome';
	margin-left: 5px;
	font-size: 120%;
}

.post-navigation a,
.post-navigation a:hover,
.post-navigation a:active {
	color: #333;
}


/*SEARCH PAGE*/
.page-header {
	background: transparent;
}
.page-header .page-title {
	font-style: normal;
	max-width: 1200px;
}
.page-content {
	max-width: 100%;
	padding: 0px;
}
.search .hentry{
	width: 100%;
	margin-left:0%;
	margin-right: 0%;
	padding: 15px;
	background: #E7E7E7;
	margin-bottom: 30px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}





/*COMMENTS CONTAINER*/
.comments-area {
	background: #E7E7E7;
	padding: 15px;
	float: left;
}
.comments-area .comments-title {
	font-style: normal;
	display: block;
	max-width: 100%;
}
.comment-reply-title {
	font-style: normal;
}
.comments-area .comment-list{
	max-width: 100%;
	width: 57.5%;
	margin-right: 2.5%;
	float: left;
	border-right: solid 1px #CCC;
}
.comments-area .comment-list li {
	background: #eee;
	padding: 15px;
	border-bottom: solid 1px #ccc;
}
.comments-area .comment-list li:nth-of-type(odd){
	background: #eee;
}
.comments-area .comment-list li:nth-of-type(even){
	background: #F1F1F1;
}
.comments-area .comment-list li:last-of-type{
	border-bottom: 0px;
}
.comments-area .comment-list li:after{
	display: none;
}
.comments-area .comment-list li .comment-author{
	display: none;
}
.comments-area .comment-list li .comment-meta{
	font-size: 100%;
}
.comments-area .comment-list li .comment-metadata{
	width: 100%;
}
.comments-area .comment-list li .comment-metadata a{
	font-size: 100%;
	color: #333;
}
.comments-area .comment-list li .comment-content{
	width: 100%;
}
.comments-area .comment-list li .reply{
	width: 100%;
}
.comments-area .comment-list li .reply a,
.comments-area .comment-list li .reply a:hover,
.comments-area .comment-list li .reply a:active{
	color: #333;
}
.comments-area .comment-list li .reply a:before {
	content: '\f112';
	font-family: 'FontAwesome';
	font-size: 120%;
	margin-right: 5px;
}
.comment-respond .comment-reply-title,
.comment-respond .comment-form {
	max-width: 100%;
}
/*reply section*/
.comment-respond {
	background: transparent;
	float: left;
	width: 40%;
}
.comment-form [for="author"], 
.comment-form [for="email"], 
.comment-form [for="url"], 
.comment-form [for="comment"] {
	width: 25%;
}
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"] {
	width: 75%;
	max-width: 75%;
}
.comment-form textarea {
	resize: none;
}

/*reply section (when replying inline to comments)*/
.comment-list  .comment-respond {
	width: 100%;
	z-index: 999;
	position: relative;
	margin: 20px 0px;
}





/*404 Pages*/
.error404 .page-wrapper {
	background: #333;
}
.error404 .page-wrapper .page-content{
	padding: 15px;
	max-width: 100%;
}
.error404 .page-wrapper .page-content h2,
.error404 .page-wrapper .page-content p {
	color: #fff;
}






/*FOOTERS*/
.site-footer {
	font-size: 100%;
}
.site-footer a,
.site-footer .widget a,
.site-footer .attribution a{
	color: inherit;
}
.site-footer .inner {
	max-width: 1200px;
	margin: auto;
	padding: 25px 15px;
}
/*contains all widget zones*/
.site-footer .widget-area {
	max-width: 100%;
	padding: 0px;
}
/*each widget*/
.site-footer .widget {
	width: 33.33%;
	color: inherit;
	padding: 0% 1.5% 0% 1.5%;
	float: left;
	font-size: 100%;
	margin: 0%;
}

.site-footer .widget:nth-child(3n-1){
	
}
.site-footer .widget:nth-child(3n-2){
	padding-left: 0%;
}
.site-footer .widget:nth-child(3n) {
	padding-right: 0%;
}

.site-footer .widget h2 {
	margin-bottom: 15px;
	display: block;
}

/*attribution*/
.site-footer .attribution {
	text-align: left;
	float: left;
	width: 50%;
}

.site-footer .footer-bottom{
	height: 20px;
	width: 100%;
}

/*---feedback----*/
.site-footer .feedback{
	float: right;
	width: 50%;
	text-align: right;
}

.feedback .feedback_title{
	
}
.feedback .feedback_items{
	float: right;
}
.feedback .feedback_items .icon{
	font-size: 150%;
	width: auto;
	padding: 3px 15px;
	display: block;
	float: left;
	text-align: center;
	cursor: pointer;
	background: #333;
	border: solid 1px #555;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feedback .feedback_items .icon.good{
	
	border-right: 0px;
}
.feedback .feedback_items .icon.average{
}
.feedback .feedback_items .icon.bad{
	border-left: 0px;
}
/*hover*/
.feedback .feedback_items .icon.good:hover,
.feedback .feedback_items .icon.good:active{
	background: #00a563;
}
.feedback .feedback_items .icon.average:hover,
.feedback .feedback_items .icon.average:active{
	background: #D5B742;
}
.feedback .feedback_items .icon.bad:hover,
.feedback .feedback_items .icon.bad:active{
	background: #cc0033;
}

/*---feedback popup window---*/
.feedback-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.feedback-popup.active{
	z-index: 999;
	opacity: 1;
}
.feedback-popup .background{
	position: fixed;
	background: url('images/black_background.png');
	background: rgba(0,0,0,0.85);
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*feedback form*/
.feedback-popup .feedback-form{
	position: absolute;
	text-align: center;
	width: 100%;
	max-width: 600px;
	z-index: 2; 
	background: #fff;
}
.feedback-popup .feedback-form .feedback-title{
	background: #555;
	padding: 10px 0% 10px 25%;
	text-align: center;
	color: #fff;
	position: relative;
}
.feedback-popup .feedback-form .feedback-title .title{
	
}
.feedback-popup .feedback-form .feedback-title .close{
	width: 25%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	cursor: pointer;
	height: 100%;
	background: #333;
}


.feedback-popup .feedback-form .popup-subtitle{
	padding: 15px;
}
.feedback-popup .feedback-form .popup-content{
	padding: 15px;
}

.feedback-popup .feedback-form .field-container{
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
/*labels*/
.feedback-popup .feedback-form label{
	width: 30%;
	float: left;
	text-align: left;
}
/*inputs, text area*/
.feedback-popup .feedback-form input[type="text"],
.feedback-popup .feedback-form textarea{
	width: 67.5%;
	margin-left: 2.5%;
	float: left;
}
/*submit button*/
.feedback-popup .feedback-form input[type="submit"]{
	width: 67.5%;
	margin-left: 2.5%;
	float: right;
}

/*fancy ratings in popup*/
.feedback-popup .feedback-form .ratings-container{
	width: 67.5%;
	margin-left: 2.5%;
	float: left;
}
.feedback-popup .feedback-form .ratings-container .feedback-rating{
	width: 33.33%;
	float: left;
	background: #333;
	border: solid 1px #555;
	color: #fff;
	padding: 5px;
	font-size: 120%;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feedback-popup .feedback-form .ratings-container .feedback-rating.good{
	border-right:0px;
}
.feedback-popup .feedback-form .ratings-container .feedback-rating.bad{
	border-left: 0px;
}


/*good rating*/
.feedback-popup .feedback-form .ratings-container .feedback-rating.good:hover,
.feedback-popup .feedback-form .ratings-container .feedback-rating.good:active,
.feedback-popup .feedback-form .ratings-container .feedback-rating.good.active{
	background: #00a563;
}
.feedback-popup .feedback-form .ratings-container .feedback-rating.average:hover,
.feedback-popup .feedback-form .ratings-container .feedback-rating.average:active,
.feedback-popup .feedback-form .ratings-container .feedback-rating.average.active{
	background: #D5B742;
}
.feedback-popup .feedback-form .ratings-container .feedback-rating.bad:hover,
.feedback-popup .feedback-form .ratings-container .feedback-rating.bad:active,
.feedback-popup .feedback-form .ratings-container .feedback-rating.bad.active{
	background: #cc0033;
}
/*feedback title*/
.feedback-popup .feedback-form .ratings-container .feedback-rating .text{
	
}
/*feedback-icon*/
.feedback-popup .feedback-form .ratings-container .feedback-rating .icon{
	margin-left: 10px;
}


/*Feedback success / fail messages*/
.feedback-popup .feedback-form .field-container.error{
	background:#cc0033;
	color: #fff;
	padding: 10px;
}
.feedback-popup .feedback-form .field-container.success{
	background: #00a563;
	color: #fff;
	padding: 10px;
}

/*feedback loading*/
.feedback-popup .feedback-form .feedback-loading{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	padding: 50%; 
}
.feedback-popup .feedback-form .feedback-loading.active{
	opacity: 1;
	z-index: 1;
}
.feedback-popup .feedback-form .feedback-loading .icon{
	background: #333;
	color: #fff;
	padding: 10px;
	border-radius: 100%;
	font-size: 170%;
}



/*-------- RELATED PAGES MODULE -------*/
.related-content-container{
	float: left;
	width: 100%;
}

.related-content{
	float: left;
	width: 100%;
}

.related-content .related-item{
	float: left;
}
/*grid and list styling*/
.related-content .related-item{
	border: solid 1px #ccc;
	background: #eee;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.related-content .related-item:hover,
.related-content .related-item:active{
	background: #e2e2e2;
}

.related-content .related-item .image-container{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.related-content .related-item .image-container .image{
	width: 100%;
	height: 225px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

.related-content .related-item:hover .image-container .image,
.related-content .related-item:active .image-container .image{
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-webkit-transform: scale3d(1.2,1.2,1);
	-moz-transform: scale3d(1.2,1.2,1);
	-o-transform: scale3d(1.2,1.2,1);
	transform: scale(1.2,1.2);
	transform: scale3d(1.2,1.2,1);
}

.related-content .related-item .image-container .overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('images/black_background.png');
	background: rgba(0,0,0,0.75);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	padding: 25%;
	text-align: center;
}
.related-content .related-item .image-container .overlay .readmore{
	border: solid 1px #fff;
	color: #fff;
}
.related-content .related-item  .info-container{
	padding: 15px;
}

.related-content .related-item:hover .image-container .overlay,
.related-content .related-item:active .image-container .overlay{
	opacity: 1;
}

/*grid style*/
.related-content.grid .related-item{
	width: 47.5%;
	margin: 0% 1.25% 2.5% 1.25%;
}
.related-content.grid .related-item:nth-child(odd){
	width: 48.75%;
	margin: 0% 1.25% 2.5% 0%;
	clear: left;
}
.related-content.grid .related-item:nth-child(even){
	width: 48.75%;
	margin: 0% 0% 2.5% 1.25%;
	clear: right;
}





/*list style*/
.related-content.list .related-item{
	width: 100%;
	margin: 0% 0% 2.5% 0%;
}
.related-content.list .related-item .image-container{
	width: 48.75%;
	margin: 0% 1.25% 0% 0%;
	float: left;
}
.related-content.list .related-item  .info-container{
	width: 48.75%;
	margin: 0% 0% 0% 1.25%;
	float: left;
}










/*FORM STYLING*/
/*Visual form builder pro + standard forms*/

.sidebar-container form {
	margin: 0px;
}

.sidebar-container form fieldset {
	background: transparent;
	border: none;
	margin: 0px 0px 15px 0px;
	background-color: rgba(0,0,0,0);
	padding: 0px;
}
.sidebar-container form fieldset:last-child{
	margin-bottom: 0px;
}

/*holds the actual form elements*/
form.visual-form-builder {
	margin-top: 0px;
}

.visual-form-builder ul,
.entry-content .visual-form-builder ul{
	font-size: 100%!important;
	margin: 0px!important;
}
/*wrapper for each form item*/
.visual-form-builder ul li {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.visual-form-builder fieldset {
	margin: 0px 0px 25px 0px;
	border: 0px;
	padding: 0px 15px;
}

.visual-form-builder .vfb-legend {
	margin:0px;
	border-bottom: 0px;
	padding: 0px;
	color: inherit;
}

.visual-form-builder label {
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 3px;
}

.visual-form-builder input[type]:focus,
.visual-form-builder textarea:focus,
.visual-form-builder select:focus{
	border: solid 1px #AAA;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.visual-form-builder input[type="text"],
.visual-form-builder input[type="password"],
.visual-form-builder input[type="email"],
.visual-form-builder input[type="tel"],
.visual-form-builder input[type="number"],
.visual-form-builder input[type="search"],
.visual-form-builder textarea,
.visual-form-builder select {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	border: solid 1px #ccc;
	height: 38px;
	margin-bottom: 0px;
	padding: 5px;
}

.visual-form-builder input[type='submit']{
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 7px 15px; 
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.visual-form-builder input[type='submit']:focus {
	border: 0px;
}

.visual-form-builder textarea {
	height: 120px;
	padding: 10px;
}







/*UNDOOING STYLES*/
.entry-meta a {
	color: inherit;		
}

/*container, holds two folated containers maybe*/
.entry-content .container {
	float: left;
	width: 100%;
	margin-bottom: 2%;
}


/*half containers used in the content (for left and right)*/
.entry-content .half-container {
	float: left;
	width: 47.5%;
	margin-left: 1.25%;
	margin-right: 1.25%;
}
.entry-content .half-container h1,
.entry-content .half-container h2 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.entry-content .half-container:nth-child(odd){
	margin-left: 0%;
	margin-right: 1.25%;
	width: 48.75%;
}
.entry-content .half-container:nth-child(even){
	margin-right: 0%;
	margin-left: 1.25%;
	width: 48.75%;
}

/*----------------------------------WORDPRESS ADMIN BAR--------------------------*/
#wpadminbar .ab-top-menu li.theme_options_menu{
	
}
#wpadminbar .ab-top-menu li.theme_options_menu .ab-item{
	background: #666;
	color: #FFF;
}
#wpadminbar .ab-top-menu li.theme_options_menu:hover .ab-item,
#wpadminbar .ab-top-menu li.theme_options_menu:active .ab-item {
	background: #333;
	color: #2EA2CC;
}
/*sub menu items inside menu*/


/*icon to the left*/
#wpadminbar .ab-top-menu li.theme_options_menu .ab-item .ab-icon{
	margin-right: 6px;
	color: #444;
	font-family: 'FontAwesome'!important;
}
/*hovering over icon*/
#wpadminbar .ab-top-menu li.theme_options_menu:hover .ab-item .icon,
#wpadminbar .ab-top-menu li.theme_options_menu:active .ab-item .icon{
	color: #2EA2CC;
}






/* --------------------------------- Extra CSS --------------------------------- */

.bullet-icon{
	list-style-image:url('');
}






/*NEW STYLING FOR BUSINESS CLUB TEMPLATE*/
.upcoming_events{
	float: left;
	width: 100%;
}

/*header section*/
.upcoming_events .event_header{

}
.event_header .event_title{
	float: left;
	clear: none;
}
.event_header .event_readmore{
	float: right;
	clear: none;
}
.event_header .event_readmore i {
	margin-left: 10px;
}

/*events display*/
.upcoming_events .big_events{
	width: 50%;
	float: left;
}
.upcoming_events .small_events{
	width: 50%;
	float: left;
}
.upcoming_events .event{
	float: left;
	position: relative;
	
}
.upcoming_events .event .image-container{
	overflow: hidden;
	position: relative;
}
.upcoming_events .event .image-container .image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.upcoming_events .event .image-container .overlay{
	position: absolute;
	padding: 25%;
	background: url('images/black_background.png');
	background: rgba(0,0,0,0.75);
	top: 0%;
	color: #fff;
	left: 0%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	text-align: center;
}
.upcoming_events .event .image-container .overlay .readmore{
	border: solid 1px #fff;
}

.upcoming_events .event .info-container{
	padding: 15px;
}
.upcoming_events .event .info-container .title{
	color: inherit;
}
.upcoming_events .event .info-container .date {
	color: inherit;
}
.upcoming_events .event .info-container .description{
	color: inherit;
}
.upcoming_events .event .info-container .readmore{
	background: #19a2c9;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}
/*hovering over event*/
.upcoming_events .event:hover .image-container .image  ,
.upcoming_events .event:active .image-container .image{
	-webkit-transform: rotate(10deg) scale(1.25);
	-moz-transform: rotate(10deg) scale(1.25);
	-ms-transform: rotate(10deg) scale(1.25);
	-o-transform: rotate(10deg) scale(1.25);
	transform: rotate(10deg) scale(1.25);
	
}
.upcoming_events .event:hover .image-container .overlay,
.upcoming_events .event:active .image-container .overlay{
	opacity: 1;
}


/*big events*/
.upcoming_events .big_events .event{
	width: 98%;
	margin: 0% 1% 0% 1%;
}
.upcoming_events .big_events .event:nth-child(1){
	width: 98.75%;
	margin: 0% 1.25% 0% 0%;
}
.upcoming_events .big_events .event .image-container{
	height: 450px;
}
.upcoming_events .big_events .event .info-container{
	height: 450px;
	margin-top: 2.5%;
}
.upcoming_events .big_events .event .info-container .date{
	font-size: 160%;
}
.upcoming_events .big_events .event .info-container .title{
	font-size: 130%;
}
.upcoming_events .big_events .event .info-container .description{
	font-size: 110%;
}

/*Small events*/
.upcoming_events .small_events .event {
	width: 47%;
	margin: 0% 1.5% 3% 1.5%;
}

.upcoming_events .small_events .event:nth-child(odd){
	width: 48.125%;
	margin: 0% 1.25% 2.5% 1.25%;
}
.upcoming_events .small_events .event:nth-child(even){
	width: 48.125%;
	margin: 0% 0% 2.5% 1.25%;
}


.upcoming_events .small_events .event .image-container{
	height: 225px;
}
.upcoming_events .small_events .event .info-container{
	height: 225px;
}
.upcoming_events .small_events .event .info-container .date{
	font-size: 125%;
}
.upcoming_events .small_events .event .info-container .title{
	font-size: 110%;
}

.upcoming_events .small_events .event .description{
	display: none;
}

/*list style*/
.upcoming_events .events {
	width: 100%;
	float: left;
}
.upcoming_events .events .event{
	width: 23%;
	margin: 0 1% 2% 1%; 
}
.upcoming_events .events .event:nth-of-type(4n-3){
	width: 23.5%;
	margin: 0% 1% 1.5% 0%;
}
.upcoming_events .events .event:nth-of-type(4n-2){
	width: 23.5%;
	margin: 0% 1% 1.5% 1%;
}
.upcoming_events .events .event:nth-of-type(4n-1){
	width: 23.5%;
	margin: 0% 1% 1.5% 1%;
}
.upcoming_events .events .event:nth-of-type(4n-0){
	width: 23.5%;
	margin: 0% 0% 1.5% 1%;
}
.upcoming_events .events .event .image-container{
	height: 250px;
}







/*-------EVENT LISTING (list)--------*/
/*---event listing before--*/
.events_header{
	float: left;
	width: 100%;
	margin: 0% 0% 15px 0%;
}

/*---universal event listing---*/
.events_list {
	
}
.events_list .event_date_header	{
	display: block;
	background: #333;
	color: #fff;
	margin: 0px;
	padding: 10px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

/*---events listing - pagination */
.event_pagination{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.event_pagination .pagination {
	background: #008fc5;
	color: #fff;
}
.event_pagination .pagination.previous{
	float: left;
}
.event_pagination .pagination.next {
	float: right;
}
.event_pagination .pagination:active,
.event_pagination .pagination:hover {
	background: #6bb4d2;
}


/*---events listing - list---*/
.events_list.list .event{
	background: #eee;
	padding: 10px;
	border-bottom: solid 1px #fff;
	float: left;
	width: 100%;
}
.events_list.list .event:nth-of-type(odd){
	
}
.events_list.list .event > a {
	display: block;
	float: left;
	width: 100%;
}

/*image*/
.events_list.list .event .image-container{
	float: left;
	margin-right: 10px;
}
.events_list.list .event .image{
	width: 60px;
	height: 60px;
}

/*title container - title,date,time*/
.events_list.list .event .title_container{
	float: left;
}
.events_list.list .event  span{
	display: inline-block;
	margin-right: 10px;
}
.events_list.list .event .title{
	display: block;
	font-size: 130%;
	margin-bottom: 10px;
}
.events_list.list .event .date,
.events_list.list .event .time{
	display: inline-block;
	margin-right: 10px;
	font-size: 110%;
	margin-bottom: 0px;
}

/*readmore container - readmore*/
.events_list.list .event .readmore_container{
	float: right;
	text-align: right;
}
.events_list.list .event .readmore{
}

/*information container - information */
.events_list.list .event .information_container{
	float: left;
	width: 100%;
	color: #333;
}
.events_list.list .event .information{

}
/*hovering*/
.events_list.list .event:hover,
.events_list.list .event:active{
	background: #E0E0E0;
}
	
/*---events listing - grid---*/
.events_list.grid .event{
	width: 47%;
	float: left;
	background: #eee;
	border: solid 1px #ccc;
	margin: 1% 1.5%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.events_list.grid .event:nth-of-type(odd){
	width: 49%;
	margin: 1% 1% 1% 0%;
	clear: left;
}
.events_list.grid .event:nth-of-type(even){
	width: 49%;
	margin: 1% 0% 1% 1%;
	clear: right;
}

.events_list.grid .event_group{
	float: left;
	width: 100%;
}

/*image*/
.events_list.grid .event .image-container{
	width: 50%;
	float: left;
}
.events_list.grid .event .image{
	height: 250px;	
	/*-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;*/
}
/*info*/
.events_list.grid .event .information-container{
	width: 50%;
	float: left;
	padding:10px;
	min-height: 250px;
}

/*hovering*/
.events_list.grid .event:hover,
.events_list.grid .event:active{
	background: #E0E0E0;
}


/*------- SINGLE EVENTS -------*/
/*---Event information---*/
.single-event .event-information{
	float: left;
	width: 100%;
}
.single-event .event-information.has-location{
	width: 65.40%;
	margin-right: 1.25%;

}
.single-event .event-date-time{
	margin-bottom: 15px;
}
/*taxonomies (categories and tags)*/
.single-event .event-taxonomies{
	margin-bottom: 30px;
}

.single-event .categories,
.single-event .tags{
	margin-bottom: 10px;
}


.single-event .categories h4,
.single-event .tags h4{
	margin: 0px;
	display: inline-block;
	margin-right: 15px;
}

.single-event .categories a,
.single-event .tags a{
	margin-right: 10px;
	display: inline-block;
}

/*icon for terms*/
.single-event .categories a:before, 
.single-event .tags a:before{
	font-family: 'FontAwesome';
	font-size: 100%;
	vertical-align: bottom;
	margin-right: 7px;
}
.single-event .categories a:before{
	content: '\f07c';
}
.single-event .tags a:before{
	content: '\f02b';
}




/*---Location information ---*/
.single-event .location-information{
	float: left;
	width: 32.08%;
	margin-left: 1.25%;
}
.single-event .location-map{
	margin-bottom: 15px;
}

.single-event .location-map .em-location-map-container{
	width: 100%!important;	
}



/*--------EVENT CATEGORY MENU--------*/
/*styling for the event manager categories displayed under the menu*/
.bottom-menu .category_menu {
	width: 100%;
	max-width: 100%;
	background-color: #008fc5;
}
.bottom-menu .category_menu .inner{
	padding: 0px 15px;
}




/*--------WIDGET STYLING--------*/
/*styling for the new website widgets*/


/*---Trading Hours---*/
.trading-hours{
	float: left;
	width: 100%;
	background: #fff;
}
/*header*/
.trading-hours .header-container{
	float: left;
	width: 100%;
	background: #CCC;
}
.trading-hours .header-container .header{
	float: left;
	width: 33.33%;
	border: solid 1px #aaa;
	padding: 0px 5px;
}
/*every middle header*/
.trading-hours .header-container .header:nth-child(3n-1){
	border-right: 0px;
	border-left: 0px;
}
/*content*/
.trading-hours .content-container{
	float: left;
	width: 100%;	
}
.trading-hours .content-container:nth-child(odd){
	background: #f2f2f2;
}

.trading-hours .content-container .content{
	float: left;
	width: 33.33%;
	border: solid 1px #aaa;
	padding: 0px 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*every middle cell*/
.trading-hours .content-container .content:nth-child(3n-1){
	border-right: 0px;
	border-left: 0px;
}
/*every content cell*/
.trading-hours .content-container .content:nth-child(1n){
	border-top: 0px;
}






