/*
 Theme Name:   Twenty Sixteen Child
 Description:  Twenty Sixteen Child Theme
 Author:       JJZmaj
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/
body{
	font-size: 12pt;
	line-height: 1.8em;
	font-family: Arvo, Georgia, serif;
	background: #f2f2f2;
	color: #656565;
}
p{text-align: justify;}
#bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 418px;
    background: #333333;
    z-index: 1;
    box-shadow: inset 0px 280px 60px 0px rgba(0,0,0,0.3);
	background-size:contain;
}

.site-title {
	font-family: Arvo, Georgia, serif;
	font-size: 2.4375rem;
	font-weight: 500;
	line-height: 1.2173913043;
	margin: 0;
}
.site-inner{z-index:3;
	max-width:1080px;
}
.site-header {
    width: 100%;
	margin: 0px auto;
	background: #6e1826;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0px 20px 40px 0px #370c13;
	margin-top: 0px;
padding:15px 0px;
}

.site-branding .site-title a {
    color: #ffffff;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #c6aeb3;
}
.site-branding {
	
	    min-height: 100px;
	margin:0px auto;
	min-width:800px;
}
.custom-logo {
	margin-top:10px;
	margin-right: 20px;
    height: 50px; width:110px;
	float:left;
}
.site-header-menu{
	width:100%;
    bottom: 0;
    left: 0;
    padding: 0px;
    margin: 0px;
    height: 39px;
}

.menu-toggle{
	
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
	margin-left:30px;
    height: 39px;
	position:relative;
	
	font-size: 12pt;
	line-height: 1.8em;
	font-family: Arvo, Georgia, serif;
	color: #ffffff; 
	text-transform:none;border:none;
	display:none;
}

.menu-toggle:hover, .menu-toggle:focus {

    border-color: #c6aeb3;
    color: #c6aeb3;
	position:relative;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: transparent;
	display:none;
}

.main-navigation a{
    color: #ffffff;
}
.main-navigation{width:100%;display:flex;font-family: Georgia, serif;}
.main-navigation > div {
	margin:0px auto;	
}
.main-navigation li{flex:1;}

.header-image {
max-width: 1080px;
margin-top:-35px;/*OVO ME NERVIRA*/
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #6e1826;
}
.entry-title {
    font-family: Arvo, Georgia, serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em;
}
.widget .widget-title {
    font-family: Arvo, Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
        margin-bottom: 1.75em;
    text-transform: uppercase;
}
.page-title {
    font-family: Arvo, Georgia, serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
}
.page-header {
	border-top: 0px;
    margin: 0 2.6923% 3.5em;
        margin-right: 7.6923%;
        margin-left: 7.6923%;
    padding-top: 1.75em;
}

.widget {
	border-top: 0px;
	margin-bottom: 0em;
}

.site-info {
    width: 100%;
    text-align: justify;
    background-color: #333;
    border-top: solid 1px #1a1a1a;
    color: #fff;
    height: 30px;
    line-height: 30px;
	margin:0px auto;
	padding:0px;
}
.site {
    background-color: #f2f2f2;
}
.site-content {
	background-color: #fff;
}
.site-footer {
	padding:0px;
}
#footer {
	width: 100%;
	background-color: #333;
}
#footer:after {
  content: "";
  display: table;
  clear: both;
}
.footer-col {
	width: 25%;
	float: left;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 20px;
	margin: 20px 0;
	line-height: 22px;
    font-size: 14px;
}
.footer-col:last-child {
	border-right: none;
}

/*RESPONSIVENESS*/
@media (max-width: 909px) {
	/*mobile menu*/
	.menu-toggle:hover,
	.menu-toggle:focus {
		border-color: transparent;
		color: #fff;
		
		display:none;
	}
	.menu-top-menu-container {
		margin: 0 0 0 25px;
		z-index: 100;
	}
	.main-navigation li {
		background-color: rgba(13, 13, 13, 0.28);
	}
	.main-navigation a {
		padding: 5px;	
	}
	
	/*site header*/
	.wp-custom-logo .site-title {
		font-size: 30px;
		margin-top: 20px;
	}
	.site-branding {
		min-width: unset;
		width: 90%;
	}
	
	/*footer*/
	.footer-col {
		width: 50%;
		height: 70px;
	}
	.footer-col:nth-child(2) {
		border-right: none;
	}
	.footer-col img {
		max-height: 70px;
		width: auto;
	}
}
@media (max-width: 660px) {
	.wp-custom-logo .site-title {
		font-size: 22px;
		margin-top: 10px;
		max-width: 320px;
	}
	.custom-logo {
		margin-right: 10px;
	}
}
@media (max-width: 480px) {
	.wp-custom-logo .site-title {
		font-size: 20px;
	}
	.footer-col {
		font-size: 11px;
	}
}


/*blog*/
.byline {
	display: none !important;
}
.entry-content {
	float: none !important;
	width: 100% !important;
	margin-left: 0 !important;
}
.blog .site-main {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.blog .site-main > article {
	margin: 0 2%;
    float: left;
	margin-bottom: 10px;
    padding: 10px;
    border-top: #6e1826 solid 6px;
    box-shadow: 0px 0px 2px 2px #CFCFCF;
}
.blog .site-main > article:hover,
.blog .site-main > article:focus {
	box-shadow: 0px 0px 2px 2px rgba(150, 53, 33, .5);
}
.blog .site-main > :last-child {
	margin-bottom: 10px;	
}
.entry-title {
	font-size: 22px;
}

.page .site-main{
	margin: 0 2%;
    float: left;
	margin-bottom: 10px;
    padding: 10px;
    border-top: #6e1826 solid 6px;
    box-shadow: 0px 0px 2px 2px #CFCFCF;
}
.page .site-main:hover,
.page .site-main:focus {
	box-shadow: 0px 0px 2px 2px rgba(150, 53, 33, .5);
}
.page .site-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
	margin-bottom: 20px;
}


@media (max-width: 600px) {
	.blog .site-main > article {
		width: 96%;
		margin: 2%;
	}
}
@media screen and (min-width: 61.5625em) {
	.widget {
		margin-bottom: 0;
	}}
/*blog-posts*/
.single-post .site-main > article {

	margin: 40px 2%;
	margin-bottom: 10px;
    padding: 10px;
    border-top: #6e1826 solid 6px;
    box-shadow: 0px 0px 2px 2px #CFCFCF;
}
.single-post .site-main > article:hover,
.single-post .site-main > article:focus {
	box-shadow: 0px 0px 2px 2px rgba(150, 53, 33, .5);
}
















@media (max-width: 909px) {
	.single-post .entry-header {
		margin-left: 2% !important;
		margin-right: 2%;
	}
	.single-post .entry-content {
		margin-left: 2% !important;
		margin-right: 2%;
		width: 96% !important;
	}
}
.site-main ul {
    list-style-type: circle;
	padding: 20px;
}

*,
*:before,
*:after {
	padding:0px;
}
.main-navigation ul ul li {
background-color:transparent;

}

body:not(.search-results) article:not(.type-page) .entry-footer {

    float: left;
    margin-top: 0.1538461538em;
    width: auto;
}
.site-content {
		padding: 0 1%;
	}


.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 0px 0 0 currentColor;
}
.textwidget a{
	font-size:15px;
}