/*
Theme Name: WORKERS WORKERS OF THE WORLD UNITE
Theme URL: http://websketch.lv
Author: Martins Heidemanis
Author URL: http://websketch.lv
Template: rocked
Version: 1.0.0
Text Domain: rocked
*/
#mainnav ul li a{
font-weight: 500;
font-size: 18px !important;
}
.header{
position: fixed;
top: 0;
width: 100%;
z-index: 999;
opacity: 1;
background: rgba(255,255,255,0.8);
}
.featured-image .entry-title-div {
margin-top: 60px;
padding-top: 250px;
padding-bottom: 50px;
}
.featured-image .entry-title-div .entry-title {
background: rgba(255,58,45, .5);
float: left;
padding: 15px;
color: #fff;
}
.main-content {
padding: 30px 0 !important;
}
.site-branding {
padding: 0 !important;
}
.site-logo {
max-height: 80px !important;
margin: 10px;
}
.header {
background-color: #de0000 !important;
}
#mainnav ul li a{
	opacity: .8;
}
#mainnav ul li a, .current-menu-item a{color:#fff !important;}
#mainnav ul li a:hover, .current-menu-item a{opacity: 1 !important;}
.cn-button.bootstrap {
color: #fff;
background: #de0000;
border-radius: 0 !important;
font-size: 15px;
font-weight: bold !important;
}
.cn-text-container {
font-size: 16px;
}
.error-404{
padding-top: 115px;
padding-bottom: 100px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
background:#333 !important;
color:#fff !important;
max-width:100% !important;
}
.current-menu-item a{
color: #46bdf0 !important;
}
textarea{
padding: 10px !important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:    #fff !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #fff !important;
opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #fff !important;
opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:    #fff !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
color:    #fff !important;
}
::placeholder { /* Most modern browsers support this now. */
color:    #fff !important;
font-weight: 500 !important;
}
@media (min-width: 782px){
.wp-block-column {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
}