/*
Theme Name: OrgBalt
Theme URL: https://orgbalt.eu
Description: OrgBalt Theme
Author: Edgars
Author URL: https://www.directhit.lv;
Template: newsmag
Version: 1.0.0
Text Domain: orgbalt
*/ Custom CSS goes after this line

.main-navigation, .main-navigation.stick-menu, .site-header, #colophon .footer-widgets-area {
	background-color:#786d66;
}

.newsmag_builder .newsmag-post-box-a h2 span {
	background:#333;
}

.site-info {
	background: white;
}

.site-info div {
	color:#333;
}

#menu-social > ul > li > a::before {
	content: none;
}

.screen-reader-text {
	position:initial !important;
}

.item-image::before {
		position: absolute;
		z-index: 1;
		content: "";
		left: -129%;
		top: 0;
		height: 29%;
		width: 100%;
		background-color: #786d66;
		-webkit-transform: skewX(-10deg);
		-moz-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
		transform: skewX(-88deg);
}

.newsmag_slider .owl-dots {
	left: 8%;
    top: 0;
	right: inherit;
}

@media (max-width: 1280px) {
	div#content div.owl-dots {
		left: 10%;
	    top: 0;
		right: inherit;
	}
}
	
#content .owl-dots .owl-dot span {
	width:16px;
	height:16px;
	border-radius:8px;
}

.newsmag_slider .owl-theme .owl-dots .owl-dot span {
	background:#dddbd9;
}

.newsmag_slider .owl-theme .owl-dots .owl-dot.active span {
	background:white;
}

/*second footer line smaller height*/
/* .site-footer .widget:not(.widget_newsmag_banner):not(.newsmag_slider) {
	margin-bottom:0;
} */

#cnss_widget-3, #custom_html-3 {
	margin-bottom:0;
}

/*single newsitem image size*/
/* .newsmag-image > img, .newsmag-image > a > img, .newsmag-post-box-image > img, .newsmag-post-box-image > a > img {
	width:75%;
} */

.site-branding {
	padding:0;
}

@media (min-width: 768px) {
	.site-branding {
		padding:0;
	}
}

button, input[type=button], input[type=reset], input[type=submit] {
	background-color: transparent;
	background: transparent;
}

.top-header {
	background:#145189;
}

.top-header ul li a {
	line-height:14px;
}

.main-navigation ul {
	background:rgba(255,255,255,0.8);
}

.newsmag-custom-header {
	min-height:70px;
	height:auto;
}

.single-post .newsmag-custom-header:before, .page .newsmag-custom-header:before, .blog .newsmag-custom-header:before, .category .newsmag-custom-header:before, .date .newsmag-custom-header:before, .tag .newsmag-custom-header:before, .search .newsmag-custom-header:before {
	background:transparent;
}

.single-post .newsmag-custom-header .container, .page .newsmag-custom-header .container, .blog .newsmag-custom-header .container, .category .newsmag-custom-header .container, .date .newsmag-custom-header .container, .tag .newsmag-custom-header .container, .search .newsmag-custom-header .container {
	top:10%;
}

div#content {
	background-image: url('/zemeslode.png');
  	background-repeat: no-repeat;
	  background-size: 40%;
	  background-position: bottom right;
}

.owl-nav-list {
	bottom:15px;
}

.owl-nav-list li span {
	border-right: 4px solid #fff;
}

#colophon .regular-footer-area > .container {
	border-bottom:0;
}

.newsmag-next-prev {
	display:none;
}

h1 {
	line-height:40px;
}

div.header-logo {
	margin-top:10px;
}

div#content > div.newsmag-custom-header {
	margin-bottom:30px;
}