/*
Theme Name: Twenty Fifteen Child
Theme URL: https://wordpress.org/themes/twentyfifteen/
Description: Twenty Fifteen Child Theme
Author: the WordPress team
Author URL: https://wordpress.org/
Template: twentyfifteen
Version: 1.0.0
Text Domain: twentyfifteen-child
*/

body,
button,
input,
select,
textarea {
	color: #333;
    font-family: 'Scada', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
    line-height: 1.6;
}

body {
	color: #000000b3!important;
}

.site-footer .widget {
	margin: 0;
	padding: 5% 10% 5%;
}

#colophon .widget-area {
	margin: 0 auto 0;
}

#colophon .textwidget a {
	border-bottom: none;
	color: #000000b3;
}

.entry-footer {
    display: none;
}

.hentry, .secondary, .site-footer{
	background-color: #fff!important;
}


.jb-flag-fullscreen .jb-panel-detail,
.jb-flag-fullscreen .jb-idx-thumbnail-container,
.jb-flag-fullscreen .jcbx-glry-classic  {
    background-color: #000!important;
}

.jb-dt-main-frame .jb-dt-main-image,
.jcbx-glry-classic .jb-idx-thb-list .jb-idx-thumb img,
.jb-idx-thb-list .jb-idx-thumb {
    moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

header h1 {
    display: none;
}

@media screen and (min-width: 77.5em) {
    #site-navigation .dropdown-toggle {
        width: 100%;
        left: 0;
        height: 40px;
        top: 0;
    }
}

#site-navigation .dropdown-toggle:after {
    width: calc(100% - 16px)!important;
    text-align: right;
}


#site-navigation .dropdown-toggle:focus, #site-navigation .dropdown-toggle:hover {
    outline-color: rgba( 0, 0, 0, 0.0);
    background-color: rgba( 0, 0, 0, 0.0);
}

form.hr-searchform-box {
    border-radius: 0;
    box-shadow: none;
}

form.hr-searchform-box button.hr_searchsubmit {
    background-image: none;
    border-radius: 0;
    background-color: #f5f5f5;
    cursor: pointer;
    padding: 0;
    width: 40px;
}

form.hr-searchform-box input.hr_searchfield {
    border-radius: 0!important;
    background-color: #fff;
}

form.hr-searchform-box .hr-searchicon {
    display: inline-block;
    position: relative;
    top: unset;
    right: unset;
    padding: 4px 0 0;
    color: #afafaf;
    font-weight: 400;
}

form.hr-searchform-box .hr-searchicon:before {
    font-size: 1.8rem;
}