/*
Theme Name: VURV
Author: Zalsky
Author URI: http://www.computerhelp.cz/
Description: Twenty Sixteen child template

Text Domain: vurv
Template: twentysixteen

*/

.site {
    background-color: #e4fdde;
}

.site-content {
    padding: 34px 4.5455%;
    /* margin-top: 10px; */
    background-color: #fff;
    box-shadow: 0 0 20px #c5c5c5;
}

.site-header {
    padding: 0 4.5455%;;
}

.site-footer {
    padding: 12px 4.5455% 3.5em;
}

.main-navigation ul ul li {
    background-color: #e4fdde;
}

.main-navigation ul ul:after {
    border-color: #e4fdde transparent;

}

@media screen and (min-width: 56.875em) {
    .main-navigation li:hover > ul, .main-navigation li.focus > ul {
        left: auto;
        right: 0;
        box-shadow: 0 0 8px #5c5c5c;
    }
}


@media screen and (min-width: 44.375em) {
    .site-title {
        font-size: 2rem;
    }
    .site-branding {
        text-align: center;
        width: 100%;
    }
	.site {
    	margin: 0px;
	}
	body:not(.custom-background-image):before, body:not(.custom-background-image):after{
		display: none;
	}

}

#site-header-menu {
    margin-left: 25px;
}

#masthead {
    padding: 25px 0 0;
}

.entry-content table, .entry-content th, .entry-content td {
    border: 0px solid #d1d1d1;
}

.entry-content table {
    table-layout: auto;
}

.headerBanner {
    width: 100%;
}

p {
    margin: 0 0 0.7em;
}

.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    margin: 0;
    padding: 4px 2px;
}

.site-footer .site-title:after {
    content: none;
}