/*
Theme Name: Beans child
Description: Starter Child Theme for the Beans Theme.
Author: Beans
Author URI: http://www.getbeans.io
Template: beans
Version: 1.0.0
Text Domain: tm-beans
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html{
    font-family: Montserrat, Arial, sans-serif;
}
hr{
    border: 1px dashed #ffffff;
    box-shadow: 0 0.5px 0 #888888;
    margin: 20px -20px 40px -20px;
    opacity: 0.7;
}
.tm-main{
    background-color: #ffffff;
}
.uk-block, .uk-grid, uk-container, .tm-primary{
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.uk-container{
    width: 100%;
    max-width: 100%;
}
header.uk-active {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
    border-bottom: 2px solid #888;
}
.tm-header{
    
}
.tm-header .uk-container, .tm-footer .uk-container{
    padding-left: 30px;
    padding-right: 30px;
}
.tm-footer{
    margin-top: -50px;
    border-top: 1px solid rgba(136,136,136,0.3);
}
.tm-footer p, .tm-footer span{
    color: #000000;
}
.tm-content, .uk-article{
    background-color: #ffffff;
    color: #000000;
}
h1{
    text-align: center;
    color: #84288c;
    font-weight: 700;
}

h2{
    text-align: center;
    color: #ffc33b;
    font-weight: 700;
}
.home h1{
    text-align: center;
    color: #ffc33b;
    font-weight: 700;
}

.tm-site-branding a{
    font-weight: 700;
    font-size: 48px;
    color:  #84288c;
}

.uk-navbar-nav > li > a{
    background-color: #ffffff;
    color: #84288c; 
    font-weight: 700;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: #ffffff;
    color: #ff208a; 
    font-weight: 700;
}

.uk-navbar-nav > li > a:hover{
    background-color: #ffffff;
    color: #ff208a;   
}
.tm-primary-menu .menu-item li>a:hover {
    margin: 0;
    text-decoration: none;
    background-color: #ff208a;
}
.uk-navbar-nav > li.uk-parent.uk-open > a{
    background-color: #ffffff;
    color: #ff208a; 
    font-weight: 700;
}
#page-header{
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: justify;
}
#main-header{
    max-width: 800px;
    margin: 0 auto 20px auto;
    text-align: justify;
}
#main-header img{
    display: block;
    margin: 0 auto;
}
#main-header a{
    color: #ffc33b;
    font-weight: 700;
}
#main-header a:hover{
    color: #ff208a;
    text-decoration: none;
}
#main-header #links{
    text-align: center;
}
#links a{
    padding: 20px;
    font-weight: 700;
    color: #84288c; 
}
#main-header #links a:hover{
    color: #ff208a;
    text-decoration: none;
}
.tm-article-content{
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
}
.tm-article-content a{
    color: #ffc33b;
    font-weight: 700;
}
.tm-article-content a:hover{
    color: #84288c;
    text-decoration: none;
}

.video-wrapper{
    width: 85%;
    margin: 0 auto;
}
.video-header {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-header iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video-header-sm {
	position:relative;
	padding-bottom:36.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-header-sm iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.films{
    margin: 40px 0px;
}
.film-info{
    padding-top: 20px;
    text-align: center;
    
}
.film-info h3, h4{
    text-align: center;
    color: #ffc33b;
    font-weight: 700;
}
.film-info a{
    color: #05607c;
    font-weight: 700;
}
.votes{
    min-height: 30px;
}
div.wpcf7{
    margin: 40px 0;
}
.wpcf7 input.wpcf7-text { width: 100%; background-color: #efefef; } 
.wpcf7 textarea.wpcf7-textarea { width: 100%; background-color: #efefef;} 
.wpcf7-submit{
    background-color: #84288c;
    padding: 10px;
    border-radius: 5px !important;
    border: none;
    width: 25%;
}
.wpcf7-submit:hover{
    background-color: #ffc33b;
    cursor: pointer;
}
@media (min-width: 1220px){
    .uk-container {
        padding: 0px;
    }
}
@media (max-width: 1220px){
    .uk-container {
        padding: 0px;
    }
}
