﻿@charset "UTF-8";
/* CSS Document */

.schedule-tabs em {
	font-style: italic !important;
}
.schedule-tabs table td, .schedule-tabs table th {
	vertical-align: top;
	line-height: 1.2;
	padding: 8px;
}
.schedule-tabs table th {
	white-space: nowrap;
}

.bg-dark-60:before {
    background: rgba(0,0,0,.40);
    top: 0;
}

.livestream-wrap .btn {
	margin: 0px;
	border: none !important;
}
.module-header {
	/*padding: 170px 0 120px;*/
    padding: 150px 0 100px;
}


@media (max-width: 992px) {
    .module-header {
        padding: 100px 0 50px;
    }
}

body {
  font-family: lato, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3
/* ,h4,.h4,h5,.h5,h6,.h6, */ {
    font-family: lato, sans-serif;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: capitalize;
    font-style: normal;
}

.btn.btn-brand {
    background-color: #787878 !important;
    border-color: #787878 !important;
}

.scroll-top {
    background: #787878;
}

.scroll-top:hover {
    opacity: .7;
}
.btn.btn-brand:hover {
    opacity: .7;
}
a {
    color: #C49251;
}



.special-heading h1, .special-heading h2, .special-heading h3, .special-heading h4, .special-heading h5, .special-heading h6 {
    border-bottom: 2px solid #787878;
}

.post-background:hover:before {
     opacity: .85; 
}

.btn.btn-brand:hover {

}

.font-serif, blockquote {
    /*font-family: Lora,"Libre Baskerville",serif;*/
}
.btn, .form-control, .header, .widget input, .widget select, .widget_nav_menu ul li {
    /*font-family: Poppins,Arial,serif;*/
    font-family: lato, sans-serif;
    font-weight: 700;
    font-style: normal;
}


.form-control {
	/*gets rid of uppercase form inputs - why did they do that?*/
	font-family: lato, sans-serif;
	text-transform: inherit;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	letter-spacing: .03rem;
}

.module-header h1.h1 {
	font-size: 50px;
	/*letter-spacing: .05em;*/
}

.module-title h2 {
	text-transform: capitalize;
	letter-spacing: 0;
}

.post-meta {
	text-transform: inherit;
	font-size: 16px;
	letter-spacing: 0px;
}


.col-lg-8r,
.col-xl-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.theme-title {
    padding: 0 15px 30px;
}


@media (min-width: 800px) {
    .theme-title {
        padding: 0 70px 50px;
    }
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-xl-8r {
        width: 12.5%;
        float: left;
    }
}

