/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentyseventeen
Text Domain: twentyseventeen-child
*/
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');
h1.site-title, p.site-title {
   font-family: 'Bungee' !important;
}
.site-title a {
    color: #882739;
    text-shadow:
    -1px -1px 0 #f0ddc5,
    1px -1px 0 #f0ddc5,
    -1px 1px 0 #f0ddc5,
    1px 1px 0 #f0ddc5;
}
.site-description {
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	opacity: 100% !important;
    text-shadow:
    -1px -1px 0 #f0ddc5,
    1px -1px 0 #f0ddc5,
    -1px 1px 0 #f0ddc5,
    1px 1px 0 #f0ddc5;
}
.navigation-top, .main-navigation ul {
    background-color: #882739 !important;
}
.navigation-top a {
    color: #f0ddc5;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #fff;
}
.main-navigation a:hover {
    color: #fff;
}
.main-navigation li li:hover, .main-navigation li li.focus {
    background-color: #f0ddc5 !important;
}
.main-navigation li li:hover > a, .main-navigation li li.focus > a {
    color: #882749;
}
.navigation-top .menu-scroll-down {
    color: #f0ddc5 !important;
}
.menu-toggle {
    color: #f0ddc5 !important;
}
.entry-title {
    font-size: 1.475rem !important;
}
.site-footer {
    border-top: 2px solid #882739;
    background-color: #f0ddc5 !important;
}
.site-info {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0.25em !important;
    margin-bottom: 0.75em !important;
}
.listing-item {
	margin-bottom: 0.5em;
}
table {
	background-color: ivory;
}
tr {
    border-bottom: 1px solid #333;
}
td {
    border: 1px solid #000;
}
td:first-child {
    padding-left: 0.4em;
}
table.course-description{
	background: none;
}
table.course-description tr {
	border-bottom: 1px solid #eee;
}
table.course-description td {
	border: none;
}
.entry-content a.title {
    display: table;
    margin-bottom: 1em;
}
.entry-content a.title.tanf {
    display: initial;
}
.entry-content a.image img {
    -webkit-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd;
}

.entry-content a.image {
    text-decoration-line: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Hide the meta (date, author) of Tanfolyam*/
article.tanfolyam > header.entry-header > div.entry-meta {
    display: none;
}
.wc {
    display: flex;
    flex-wrap: wrap;
}
.cc {
    width: 200px;
    margin-right: 10px;
}
ul, ol {
    padding-left: 1.5em;
}
li > ul, li > ol {
    margin-left: 0;
}
@media screen and (min-width: 48em)
{
    .page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
     margin-bottom: 0;
}
}
.has-sidebar #secondary {
    background-color: #f0ddc5;
    padding: 20px;
}
.course-date {
	background-color: #882739;
	color: white;
	font-weight: normal;
	padding: 2px;
}
#secondary > section > div > div > div.listing-item {
	margin-bottom: 0.75em !important;
}
