@charset "UTF-8";
/*
Theme Name: Or Hatzafon Finland theme
Theme URI: http://lassijaaskelainen.fi
Author: Lassi Jääskeläinen
Author URI: http://lassijaaskelainen.fi
Description: Or Hatzafon Finland theme
Version: 1.0
Text Domain: orhatzafon

Main style sheet for the theme.


*/

@font-face {
    font-family: codecPro;
    src: url(https://suomenreformijuutalaiset.org/new/wp-content/themes/orhatzafon/font/codec-pro.regular.ttf); /* This URL
    to the font source has to be updated manually */
}

body {
    background-color:#f7f7f7;
    font-family: codecPro;
}

.admin-bar .sticky-header {
    top: 32px;
}

a:link, a:visited {
    color:rgba(255, 255, 255, 1.0);
    text-decoration: none;
}

a:hover, a:active {
    color:rgba(255, 255, 255, 1.0);
    text-decoration: underline;
}

.banner-img {
    height: 100%;
    width: 100%;
}

.img-header-logo {
    width:40%;
    height:auto;
}

.navi {
    color:white;
    background-color:rgb(42, 83, 162) !important;
    text-transform: none;
    font-weight: 400;
    font-size:1rem;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    margin-left: -15px;
    margin-right: -15px;
}

a.navilink:link, .navilink:visited {
    font-weight: bold;
    color:rgba(255, 255, 255, 1.0) !important;
    text-decoration: none;
    padding-top:1rem;
    padding-bottom:1rem;
}

a.navilink:hover, .navilink:active {
    font-weight: bold;
    color:rgb(42, 83, 162) !important;
    text-decoration: none;
    padding-top:1rem;
    padding-bottom:1rem;
}

a.brandlink:link, .brandlink:visited {
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    font-size:1.1rem;
}

a.brandlink:hover, .brandlink:active {
    text-decoration: underline;
    text-transform: none;
    font-weight: 400;
    font-size:1.1rem;
}

a.dropdown-item:link, .dropdown-item:visited {
    color:rgba(0, 0, 0, 0.8) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size:0.85rem;
}

a.dropdown-item:hover, .dropdown-item:active {
    color:rgba(0, 0, 0, 0.8) !important;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    font-size:0.85rem;
}

a.dropdown-toggle:link, .dropdown-toggle:visited {
    color: white !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size:0.85rem;
    padding-top:1rem;
    padding-bottom:1rem;
}

a.dropdown-toggle:hover, .dropdown-toggle:active {
    color:rgb(42, 83, 162) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size:0.85rem;
    padding-top:1rem;
    padding-bottom:1rem;
}

.navi-ul li:hover {
    background-color:rgba(255, 255, 255, 1.0)
}
.navi-ul li.show:hover {
    background-color:rgb(42, 83, 162);
}

@media only screen and (max-width: 1024px) {
    .navi-ul li:hover {
        background-color:transparent;
    }
    .navi {
        min-height:50px;
    }
}

div.content-main a:link {
    color:darkblue;
    text-decoration: none;
}

div.content-main a:visited {
    color:darkblue;
    text-decoration: none;
}

div.content-main a:hover {
    color:blue;
    text-decoration: none;
}

div.content-main a:active {
    color:blue;
    text-decoration: none;
}

.spacing-featured-image {
    height:25px;
}

.footer {
    color:white;
    background-color:rgb(42, 83, 162) !important;
    min-height:125px;
}

.news-block-header {
    background-color: rgb(42, 83, 162);
    color:white;
}

.news-block {
    border:2px solid rgb(42, 83, 162);
}

.border-main {
    border-left: 2px solid rgb(42, 83, 162);
    border-right: 2px solid rgb(42, 83, 162);
}


img.wp-post-image {
    height: 100%;
    width: 100%;
}

.c-main {
    min-height:300px;
}

.bg-main-blue {
    color:white;
    background-color:rgb(42, 83, 162) !important;
}

.border-bottom-white {
    border-bottom: 2px solid white;
    border-top: 2px solid white;
}

.sidebar-container {
    padding-left: .25rem;
    font-size: 1.3rem
}

@media only screen and (max-width: 1024px) {
    .sidebar-container {
        padding-left: -30px;
    }
    .img-header-logo {
    width:75%;
    height:auto;
    }
}
