/*
Theme Name: 	Betheme Child HCT
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


#Action_bar {
	line-height: 80px;
}
#Action_bar .contact_details li {
	font-family: "Fira Sans Condensed";
	font-size: 4.5vw;
	font-weight: 700;
}
.logo {
	display: none;
}
#Top_bar .menu > li > a {
	font-family: 'Fira Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.image_frame, .wp-caption {
	border-width: 0px !important;
}
.image_frame .image_wrapper .mask {
	box-shadow: none;
}
.event-title {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 70px !important;
	font-weight: 700 !important;
	color: #fff !important;
	line-height: 1.3;
	hyphens: auto;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.event-text {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 30px !important;
	font-weight: 300 !important;
	color: #fff !important;
	line-height: 1.5;
	letter-spacing: 1px;/*hyphens: auto;*/
}
#Subheader .title {
	font-family: 'Fira Sans Condensed', sans-serif !important;
	color: #FFCD00 !important;
}

h1, h2, h3, h4, h5 {
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

.grid .post-footer {
	margin-bottom: 50px !important;
}

@media (max-width: 480px) {
.event-title {
	font-size: 40px !important;
}
}
.entry-content {
	min-height: 500px !important;
}
.post-footer .post-links {
	float: left;
	border-left-width: 0;
	border-style: none;
	padding-left: 0px;
}
.post-meta .post-date.updated, [class^="icon-clock"], [class^="icon-doc-text"] {
	color: #FFCD00!important;
}


.single-photo-wrapper.image {
	text-align: left;
}
.sidebar.sidebar-1.four.columns, .sidebar.sidebar-2.four.columns {
	background-color: red !important;
	display: none;
}



.mtphr-dnt-wrapper {
	background-color: #FFCD00;
}
.mtphr-dnt-tick-contents {
	padding-top: 15px;
	border: solid;
	border-color: #FFCD00;
	border-width: 4px;
	background-color: #fff;
}
.mtphr-dnt-inline-title {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
blockquote {
	font-size: 14px !important;
}


.blockquote-klixa {
	margin-right: 0px !important;
	margin-left: 0px !important;
	width:75% !important;
}

.fussnote {
	font-size: 11px;
}

.img-klixa {
	height: 100% !important;
	
}

.column_column ul li {
	margin: 0px !important;
}

table th, table td {
	padding: 5px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
}
th {
	background-color: #F0F3F5;
}
tr:nth-child(odd) {
}



@media only screen and (max-width: 800px) {
/* Force table to not be like tables anymore */
#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr {
	border: 1px solid #ccc;
}
#no-more-tables td {
	/* Behave like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left;
}
#no-more-tables td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
#no-more-tables td:before {
	content: attr(data-title);
}

#no-more-tables th {
		display:none;
	}
}

#Top_bar a.responsive-menu-toggle i {
	background-color: #fff !important;
}


tbody tr:nth-child(odd) {
   background-color: #F7F7F7;
}


tbody th {
   background-color: #fff!important;
}
