/*======================================
Theme Name: Matrix
Theme URI: http://thebebel.com/
Description: Matrix, Guestlist WordPress Theme.
Version: 1.2
Author: Bebel
Author URI: http://themeforest.net/user/Bebel
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: threaded-comments, custom-menu, theme-options, translation-ready
======================================*/
@import "css/style.css"; 
@import "css/shortcodes.css";
/* =WordPress Core
-------------------------------------------------------------- */

html {overflow-y: scroll;}

ol.commentlist li.bypostauthor img {width:260px; max-width:260px; width:260px;}

#home-sidebar .widget h2 {
  color: #c09f5f !important;
  font-family: Arial !important;
  font-size: 14pt !important;
  font-weight: normal !important;
  margin-bottom: 4px !important;
  margin-top: 0 !important;
}

body {
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  letter-spacing: 0.5px !important;
  line-height: 1.4 !important;
  color: #222;
}

#content .innercontent .title {
  font-family: 'Open Sans', sans-serif !important;
  letter-spacing: 0.5px !important;
}

.eme_events_list li{
   margin: 10px;
}

#content .innercontent .title h2 {
	font-size: 30px !important;
}

#content .innercontent .title {
    height: inherit !important;
}

#nav {
    float: none !important;
    margin-bottom: 25px !important;
}

.button-container {
    display: none !important;
}

.plyr--video .plyr__controls {
    display: none !important;
}

.plyr__controls {
    display: none !important;
}

.addthis_counter.addthis_pill_style a.atc_s {
    color: #fff !important;
}

.newlogo a img {width: 100% !important;}

.newlogo {
    margin-top: 20px;
    padding: 0px;
}

@media screen and (max-width: 550px) {	
.newlogo {
margin: 70px auto 0;
overflow: hidden;
}
}

.imgright { float: right; }

/* GLOBAL: #Tables
================================================== */
table { width:100%; }

	#customFormat table {  
	border-collapse: seperate;
	border: 0px;
	border-style: solid;
	vertical-align: top;
	margin: 0px;
	margin-top: -34px;
	padding: 25px;
	border-bottom: 1px solid #3a3a3a;
	}

	#customFormat2 table {  
	border-collapse: seperate;
	border: 0px;
	border-style: solid;
	vertical-align: top;
	margin: 0px;
	padding: 25px;
	border-bottom: 1px solid #3a3a3a;
	}

	#customFormat td {  
	border-collapse: seperate;
	border: 0px;
	border-style: solid;
	vertical-align: top;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	}

	form {
		margin-bottom: 5px; }
	fieldset {
		margin-bottom: 5px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="date"],
	input[type="day"],
	input[type="month"],
	input[type="year"],
	input[type="datetime-local"],
	textarea
	{
		padding: 3px 3px;
		outline: none;
		font-size: 13px;
		font-family: "Droid Sans", Helvetica, Arial, sans-serif;
		color: inherit;
		border-radius: 3px;
		background: #222222;
		border: 1px solid #444444;
		margin: 30;
		max-width: 90%;
		margin-bottom: 5px;
		color: #a6a299;
	}

.form-allowed-tags {
	display: none;
}

.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;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {
	background-color: #FBFBFB;
    padding: 20px 15px;	
}
.gallery .gallery-caption {color: #888;margin: 0 0 12px;}


.extranews {
  color: #89ccca !important;
  font-family: Arial !important;
  font-size: 14pt !important;
  font-weight: normal !important;
  margin-bottom: 4px !important;
  margin-top: 0 !important;
}