/*
Theme Name: ByzantineStudies theme
Theme URI: http://www.byzantinestudies.gr
Template: flash
Author: ByzantineStudies
Author URI: http://www.byzantinestudies.gr
Description: Flash is free responsive multipurpose WordPress theme – truly a versatile theme perfect for any type of website you want. Like never before, it provides multiple pre-built demos which can be imported in seconds using ThemeGrill Demo Importer Plugin. The theme fully integrates with Flash Toolkit and SiteOrigin’s Page Builder Plugin that makes theme more user-friendly and easy. Additionally, theme features multiple blog layouts, WooCommerce support, multiple header styles, multiple color options etc.
Tags: one-column,two-columns,left-sidebar,right-sidebar,grid-layout,custom-background,custom-colors,custom-menu,custom-logo,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,translation-ready,blog,e-commerce
Version: 1.0.0.1524650930
Updated: 2018-04-25 13:08:50

*/


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=greek-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed|Ubuntu:300,400,500,700&subset=greek-ext');
body,
button,
input,
select,
textarea,
blockquote,
pre {
    /* font-family: 'Roboto', sans-serif !important; */
    font-family: 'Ubuntu', sans-serif !important;
}

p {
    margin: 0 0 20px;
    color: #111111;
    text-align: justify;
}

h2 {
    font-size: 18px;
    line-height: 1.2em;
}

h3 {
    font-size: 19px;
}

/** HEADER ETC **/


/** Menu **/

#site-navigation ul li {
    padding: 23px 20px 15px 0;
}

#site-navigation ul li a {
    color: #222222;
    font-weight: 500;
}

#site-navigation ul li a:hover {
    color: #2856a3;
}

#site-navigation ul li img {
    padding: 0 10px;
}

#site-navigation ul li.pll-parent-menu-item ul {
    width: 50px;
}

#site-navigation ul li.pll-parent-menu-item ul li {
    width: 50px;
}

.header-bottom .search-wrap {
    padding: 20px 0 20px 20px;
}


/** Breadcrumb **/

.breadcrumb-trail.breadcrumbs {
    background: #F1F1F1;
    margin-bottom: 20px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
    font-size: 22px;
    padding: 8px 0;
}

.breadcrumb-trail.breadcrumbs .trail-items li span {
    color: #333333;
    font-size: 14px;
}

.breadcrumb-trail.breadcrumbs .trail-items {
    display: none;
}


/** OTHER **/

.panel-grid-cell .widget-title {
    margin-bottom: 20px;
    padding: 10px;
    background: #F7f7f7;
}

.entry-title a {}

.members-table {}

.members-table tr td {
    border: 0px none;
}

.members-table thead tr td {
    font-size: 18px;
    border-bottom: 1px solid #444444;
    font-weight: bold;
}

.members-table tr td:first-child,
.members-table tr td:nth-child(2) {
    font-weight: bold;
    width: 60px;
}

.members-table tr td:nth-child(2) {
    width: 45px;
}


/** Subscription form **/

.simple-subscription-form {
    /* background: #14679d; */
    /* color: #fefefe; */
    color: #14679d;
    border: 1px solid #14679d;
    padding: 1rem 0.8rem;
    border-radius: 0;
    background: #FFFFFF;
    text-align: center;
}

.simple-subscription-form h4 {
    margin-bottom: 10px;
}

.simple-subscription-form p {
    /* color: #fefefe; */
    color: #14679d;
}

.simple-subscription-form input {
    margin-bottom: 5px;
}

.simple-subscription-form .button {
    border-radius: 0 0 0 0;
    margin-top: 10px;
    background: #092e46;
    color: #FFFFFF;
    width: 100%;
}

.blog .entry-content-block {
    width: 100%;
}

.nav-links {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}


/** Footer **/

#top-footer {
    /* display: none; */
    background: #092e46;
    padding: 30px;
    /* background: #14679d; */
}

#bottom-footer {
    background: #092e46;
}

#bottom-footer .copyright {
    width: 100%;
    text-align: center;
}

#bottom-footer .copyright-text {
    font-size: 13px;
}

#content {
    min-height: 74vh;
}

#secondary .widget ul,
.widget_categories ul {
    margin: 0;
}

.widget_categories ul li {
    list-style: none;
    padding: 0 0 10px 5px;
}

#secondary .widget ul li a,
.widget_categories ul li a {
    font-size: 15px;
    color: #2856a3;
}

.widget_categories ul.children {
    display: none;
}

.post .entry-thumbnail {
    width: 20%;
}

ul li.cat-item-181 {
    display: none;
}

ul.subcategories {

}

ul.subcategories li {
    list-style: none;
    display: inline;
    margin-left: 2px;
    display: inline-block;
    border: 1px solid #444444;
    padding: 5px;
}

ul.subcategories li.cat-item-none {
    display: none !important;
}

.everest-forms .evf-submit {
    font-size: 16px;
    color: #FFFFFF;
    height: 40px;
    margin: 10px;
    min-width: 170px;
}

.tg-column-wrapper {
    display: none;
}

.home .tg-column-wrapper {
    display: block;
}