/* BASE */

body {
	background: url('/wp-content/themes/yoo_nite_wp/styles/convention_center/images/paper.png');
}

.post-date {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
}

.uk-container {
	padding: 0px; 
}

.uk-article-title {
	color: #3f6325;
}

h1 {
	color: #3f6325;
	letter-spacing: 0px; 
}

h2, h3, h4, h5, h6 {
	color: #3f6325;
	letter-spacing: 0px; 
}

.intro {
	font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}

b, strong {
	font-weight: 900; 
}

.uk-button {
    -webkit-appearance: button;
    background: #3f6325;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: auto;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px;
}

.uk-button:hover {
    -webkit-appearance: button;
    background: #759939;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: auto;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px;
}

.uk-button-large {
	
	   -webkit-appearance: button;
    background: #3f6325;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    height: 60px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0 15px;
}

.uk-button-large a {
	
	color: white;
	text-decoration: none;
}

.uk-button-large:hover {
	
	   -webkit-appearance: button;
    background: #759939;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    height: 60px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0 15px;
}

.uk-button-large:hover a{
	
	color: white;
	text-decoration: none;
}

/* TRIBE CALENDAR */

.tribe-events + .uk-article-meta {
    display:none;
}

.tribe-mini-calendar-event .list-date {
	background-color: #3f6325; 
}

.tribe-mini-calendar-event .list-info h2 {
    font-size: 19px;
    }
    
#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #3f6325;
}

.tribe-events-event-details.tribe-clearfix {
    background: #faf9f8;
    border: 1px solid #e7e7e7;
}

.tribe-events-sub-nav .tribe-this-week-nav-link.nav-next, .tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous {
	font-size: 24px; 
	font-weight: 600;

}

.this-week-today .tribe-this-week-widget-header-date {
    background-color: #3f6325;
}

.tribe-this-week-event {
    border-left: 4px solid #3f6325;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
	font-size: 24px; 
	font-weight: 600;
}

.tribe-mini-calendar-list-wrapper {
    height: 180px;
    overflow: auto;
    background: #faf9f8;
    border: 1px solid #e7e7e7;
    padding: 10px;
}

.tribe-this-week-widget-wrapper .tribe-events-page-title {
    background: #faf9f8;
    border: 1px solid #e7e7e7;
    font-size: 36px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

h2.entry-title.summary {
    line-height: 25px;
}

#tribe-events + .uk-button,  
#tribe-events + .uk-button + .uk-article-meta {  
display: none;  
}

/* TOOLBAR */


.tm-toolbar {
	height: 60px; 
	background-color:#3f6325;
	top: 0px !important; 
}

.tm-toolbar a {
	color: white; 
}

.tm-toolbar a:hover {
	color:white;
	text-decoration: underline;
}

/* NAVIGATION */


.tm-navbar {
	-webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
}
.tm-navbar, .tm-navbar-fixed.tm-navbar-animated .tm-navbar-small {
	 background-image: url('/wp-content/themes/yoo_nite_wp/styles/convention_center/images/wood_bg.jpg');
}

.uk-navbar-nav > li > a {
    text-shadow: 0px 3px 5px black;
}

/* LOGO */

.tm-nav-logo {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 300px;
    height: 60px;
    margin-top: -55px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

/* FULLSCREEN */

.tm-fullscreen {
    background: #2d3135 url('/wp-content/themes/yoo_nite_wp/styles/convention_center/images/wenatchee-bg.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.tm-fullscreen-container .tm-fullscreen {
    padding: 0px;
}


.tm-fullscreen {
	margin-top: 170px; 
}

@media (max-width: 768px) {
	.tm-fullscreen {
	margin-top: 0px; 
}

}

/* SEARCH */

.tm-block-search {
	position: relative; 
	z-index: 1;
	background-image: url('/wp-content/themes/yoo_nite_wp/styles/convention_center/images/diagonal-red.jpg');
    -webkit-box-shadow: 0px 0px 15px .5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px .5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px .5px rgba(0,0,0,0.75);
}

/* MAIN CONTENT */

.tm-mainbody {
    background: white;
    -webkit-box-shadow: 0px 0px 15px .5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px .5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px .5px rgba(0,0,0,0.75);
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1180px) {
 .tm-mainbody {
    background: white;
    -webkit-box-shadow: 0px 0px 15px .5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px .5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px .5px rgba(0,0,0,0.75);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
}

main.tm-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tm-main-bottom {
    margin-bottom: 40px !important;
}

/* SIDEBAR A */

aside.tm-sidebar-b.uk-width-medium-1-3 {
    margin-top: 60px;
}

aside.tm-sidebar-b.uk-panel-title {
	color: black; 
}

/* BOTTOM D */

.tm-block-bottom-d {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('/wp-content/themes/yoo_nite_wp/styles/convention_center/images/brown-paper.jpg');
    background-size: cover;
    color: #e7dec9;
    -webkit-box-shadow: inset 0px 0px 25px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 25px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 25px 1px rgba(0,0,0,0.75);
}

.tm-block-bottom-d .uk-panel .uk-panel-box {
	-webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.75);
}

.bottom-d .uk-panel-box .uk-panel-title {
	font-size: 36px !important; 
}


.tm-bottom-d h1, .tm-bottom-d h2, .tm-bottom-d h3, .tm-bottom-d  h4, .tm-bottom-d h4, .tm-bottom-d h5 {
	color: #e7dec9;
}

.tm-bottom-d h1 a, .tm-bottom-d h2 a, .tm-bottom-d h3 a, .tm-bottom-d  h4 a, .tm-bottom-d h4 a, .tm-bottom-d h5 a {
	color: #e7dec9;
}


/* FOOTER */


.tm-block-footer {
    background-image: url('/wp-content/themes/yoo_nite_wp/styles/convention_center/images/wood_bg.jpg');
}

.tm-block-footer a {
	color: white;
	text-decoration: none; 
}

.tm-block-footer a:hover {
	color: #d91c21;
	text-decoration: none; 
}

.tm-footer {
	color: white;
	font-weight: 400;
}

/* WIDGET STYLES */

.uk-panel-box {
	border-radius: 0px; 
	background: #faf9f8;
    border: 1px solid #e7e7e7;
}

.uk-panel-space {
    padding: 20px;
}

/* LIST CATEGORY POST */

.lcp_catlist {
    list-style-type: none;
    padding-left: 0px; 
}

ul .lcp_catlist{
    padding-left: 0px !important; 
}


.lcp_catlist h7 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px !important;
    font-weight: 600;
}

.lcp_catlist h7 a {
	color: #3f6325; 
}

.lcp-date {
	font-style: italic; 
}

p.lcp_date {
    margin-top: 0px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}

/* GRAVITY FORMS */

.gform_button {
    -webkit-appearance: button;
    background: #3f6325;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    height: auto;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px;
}
