/*
Theme Name: T. G. Masaryk Czech School
Theme URI: http://czechschoolchicago.org/
Author: Vojta Molda
Author URI: http://moldovi.cz
Theme for the T. G. Masaryk Czech School derived from Moesia.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: moesia
Text Domain: moesia
Domain Path: /languages/
Tags: light, two-columns, three-columns, right-sidebar, fluid-layout, responsive-layout, custom-colors,
      custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments,
      translation-ready


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Bootstrap Fixes */

.col-xs-6 {
	width: 49.5%;
}
@media (min-width: 768px) {
	.col-sm-6 {
		width: 49.5%;
	}
}
@media (min-width: 992px) {
	.col-md-4 {
		width: 33%;
	}
	.col-md-6 {
		width: 49.5%;
	}
}

/* Menu Items */

.menu-item a {
	text-decoration: none !important;
}
.main-navigation ul ul li {
	padding: 0px;
	font-size: 16px;
	border-bottom: none;
}
.main-navigation ul ul a {
	padding: 5px;
	width: 150px;
	text-transform: uppercase;
}
a {
	transition: color 0.1s linear !important;
	-webkit-transition: color 0.1s linear !important;
}
a:hover, .entry-title a:hover {
	color: #d33;
	text-decoration: none !important;
	transition: color 0.1s linear !important;
	-webkit-transition: color 0.1s linear !important;
}
.top-bar div.container {
	padding-bottom: 25px !important;
	padding-top: 25px !important;
}
nav.main-navigation {
	margin-top: 10px;
}

/* Site content */

.site-content {
	margin-top: 0px !important;
	background-color: #fff !important;
}
.entry-content {
	background-color: #eee !important;
}
.content-area {
	width: 100% !important;
	background-color: #fff !important;
}
.panel-grid {
	background-color: transparent !important;
	border: none !important;
}
#services, #projects, #employees, .panel.widget {
	background-color: #fff !important;
}
.hentry .post-content,
.single .hentry,
.page .hentry {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0px !important;
	border: none !important;
}
.widget-title {
	color: #d33 !important;
}
.panel.widget.containter {
	background-color: #fff !important;
}
.panel.widget {
	padding: 30px 30px !important;
}
article {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

/* Employee Widget */

.employee-social .fa:hover {
	color: #d33;
}
.employee-desc {
	padding: 0 !important;
	margin-top: 0 !important;
	border-bottom: none !important
}
.employee-name {
	font-weight: normal
}
.employee-social {
	font-size: 18px !important;
}
.employee:nth-of-type(3n+1) {
	clear: none;
}
.employee:nth-of-type(4n+1) {
	clear: both;
}
@media (min-width: 992px) {
	.page-template-page_employees-php .employee.col-md-3,
	.employees-area .col-md-3 {
		width: 25%;
	}
}

/* Call to Action Widget */

button, html input[type="button"], input[type="reset"], input[type="submit"],
.weblib-button, .call-to-action, .all-news {
	color: #fff !important;
	border: 0px !important;
	border-radius: 5px !important;
	padding: 10px 20px !important;
	box-shadow: none !important;
	font-weight: bold !important;
	background-color: #37e !important;
	transition: background-color 0.2s linear !important;
	-webkit-transition: background-color 0.2s linear !important;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.weblib-button:hover, .call-to-action:hover, .all-news:hover {
	color: #fff !important;
	font-weight: bold !important;
	background-color: #d33 !important;
	transition: background-color 0.2s linear !important;
	-webkit-transition: background-color 0.2s linear !important;
}

/* News */

.fts-jal-fb-header {
	display: none;
}


/* Footer */

.end-footer {
	padding-bottom: 30px;
	padding-top: 50px;
}
.contact-email {
	margin-bottom: 15px;
}
.contact-address .fa, .contact-phone .fa, .contact-email .fa {
	font-size: 16px;
}

