/*
Theme Name: Comuna Jora de Mijloc
Version: 1.0
Theme URI: http://sireti.sat.md
Description: Tema pentru comuna Jora de Mijloc
Author: Smart Studio
Author URI: http://smartstudio.md
*/
@charset "utf-8";
html,body{
	height:100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, iframe, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-style:normal;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	font-size:14px;
	font-weight:400;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #333333;
}

ul, ol, dl {
	margin: 0;
	list-style-position:inside;
}
h1 {font-size:250%}
h2 {font-size:200%}
h3 {font-size:150%}
h4 {font-size:125%}
h5 {font-size:110%}
h6 {font-size:105%}
p {
	font-size:100%;
	
}
b, strong{ font-weight:700}
i{ font-style:italic;}
h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}
abbr, acronym {
	border-bottom: #000000 1px dotted;
	cursor: help;
}
blockquote {
	font-family: cursive;
	background: url(images/notebook.png);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding:5px 5px 5px 15px;
	box-shadow: 1px 2px 2px #cccccc;
	background-color:#ffffff;
	border-top:1px dashed #999999;
}
cite, em, i {
	font-style: italic;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
table, th, td
{
	/*padding:5px;
	border:1px solid #cccccc;*/
}
button, input, textarea, select{
	padding: 7px 15px 8px 15px;
	font-size: 13px;
	opacity: 0.9;
	margin:0 5px 5px 0;
	max-width:100%;
}
button{
	border: none;
	font-weight: 900;
	cursor: pointer;
}
button span{
	font-weight: 300;
}
input, textarea, select{
	border: 1px solid #cccccc;
}
.gallery {
	margin:auto;
}
.gallery-caption{
}
.gallery-item a img {
	border:none;
}
.gallery-item a img:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.tenpx{
	clear:both;
	height:10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.alignleft, .alignright, .aligncenter{
}
.alignnone {
    margin: 10px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto;
}
.alignleft{
	float:left;
	margin:0 10px 10px 0;
	clear:both;
}
.alignright{
	float:right;
	margin:0 0 10px 10px;
	clear:both;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
.wp-caption {
	border:1px solid #ffffff;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0 auto;
	text-align:center;
    padding: 5px;
}
a img {
	border: none;
}
a:link {
	color: #214B85;
	text-decoration: none;
}
a:visited {
	color: #214B85;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #9C2727;
	text-decoration: none;
}
/*------------------------------------------------*/
/*-----------------[CONTAINER]--------------------*/
/*------------------------------------------------*/
#container{
}
/*------------------------------------------------*/
/*------------------[HEADER]----------------------*/
/*------------------------------------------------*/
header{
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}
#header #logo{
	position:relative;
	width:40px;
	max-width:100%;
	display: block;
	margin: 0;
	float:left;
}
#header #logo a{
}
#header #logo img{
	display: inline-block;;
	max-width:100%;
}
#header #site-description{
	display:inline-block;;
	position:relative;
	margin:5px 0;
	font-family: 'PT Serif', serif;
}
#header #site-description h2{
	font-size:36px;
	padding:0 10px;
}
#header #site-description h2 a{
	color:#000000 !important;
}
#header .cautare{
	padding:5px 0;
}
#header .cautare div{
	border:1px solid #cccccc;
	display:inline-block;
	float:right;
}
#header .cautare input, #header .cautare button{
	margin:0;
	border:none;
}
@media only screen and ( max-width: 767px ) {
    #header .cautare div{
        float:none;
    }
}
#header .cautare input{
	width:150px;
	transition: all 0.5s ease;
}
#header .cautare input:focus{
	width:200px;
}
#header .cautare button{
	background:none;
}
/*------------------------------------------------*/
/*------------------[CONTENT]---------------------*/
/*------------------------------------------------*/
#content{
	padding-top:10px;
}
.content{
}
.content-main{
}
/*------------------------------------------------*/
/*------------------[FOOTER]----------------------*/
/*------------------------------------------------*/
footer{
	padding-top:10px;
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
	background: #901A24;
}
footer a:link, footer a:visited{
	color: #f2f2f2;
}
footer a:hover, footer a:active, footer a:focus {
	color: #ffffff;
}
footer .copyright{
	padding:10px 0;
	text-align:center;
}
.h20px{
	width:100%;
	height:20px;
	clear:both;
}
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/
.main-menu{
	background:#901A24;
	font-family: 'PT Serif', serif;
	margin-top:10px;
	z-index:99;
}
.is-sticky .main-menu{
	margin-top:0;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.40);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.40);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.40);

}
.topmenu{
	position:relative;
	display:block;
	/*height:80px;*/
}
#top-categories{
	margin:0;
	position: relative;
	display:block;
	padding:0;
	float:left;
}
#top-categories li{
	display: inline-block;
	padding:0;
}
#top-categories li:first-child{
}
#top-categories a{
	font-size:16px;
	text-decoration: none;
	color:#ffffff;
	padding: 15px 16px;
	display: block;
	position: relative;
	font-weight: 300;
}
#top-categories > li:hover > a {
	color:#f2f2f2;
	background:#1A9086;
}
#top-categories a:hover, #top-categories .current-menu-item > a {
}
#top-categories > li.current-menu-item > a{
}
#top-categories > li{
	float: left;
	display: block;
}
#top-categories .sub-menu{
	margin-top:0;
	background:#ffffff;
	z-index:1051;
}
#top-categories .sub-menu li.menu-item-has-children .sub-menu{
	margin-top:-46px;
	margin-left:250px;
	background:#ffffff;
	display:none;
	z-index:1051;
}
#top-categories .sub-menu li.menu-item-has-children:hover .sub-menu{
	display:block;
}
#top-categories li .sub-menu{
	display:none;
	max-height:0;
	position:absolute;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.25);
}
#top-categories li:last-child .sub-menu{
}
#top-categories li:hover .sub-menu{
	display:block;
}
#top-categories .sub-menu li{
	background:#901A24;
	display: block;
	float:none;
	width:250px;
	border-top:1px solid rgba(255, 255, 255, 0.5);
}
#top-categories .sub-menu li.menu-item-has-children .sub-menu li{
	border-top: none;
}
#top-categories .sub-menu a{
	margin:0;
	padding:12px 10px;
}
#top-categories .sub-menu a:hover {
	color:#f2f2f2;
	background:#1A9086;
}
#nav-toggle{
	display:none;
	float:left;
}
@media only screen and ( max-width: 767px ) {
	.main-menu{
		margin:0 -15px;
		min-height:53px;
		position: relative;
		display:block;
		padding:0;
		float:none;
	}
	#nav-toggle{
		display:block;
		height:50px;
		width:50px;
		font-size: 50px;
		padding: 0;
        color: #ffffff;
	}
	#top-categories{
		display:none;

	}
	
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #901A24;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.sidenav ul{
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    display: block;
}
.sidenav ul li{
    list-style: none;
}
.sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #f2f2f2;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #ffffff;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 1rem;}
}
/*------------------------------------------------*/
/*-------------------[SIDEBAR]--------------------*/
/*------------------------------------------------*/
.sidebar {
	display:block;
}
.widget{
	margin-bottom:25px;
}
.sidebar ul li, footer ul li{
	list-style:none;
	padding:0;
}
.widget-title{
	margin-bottom:10px;
	font-family: 'PT Serif', serif;
}
.post-content-wdg{
	text-align:justify;
}
/*------------------------------------------------*/
/*------------------[ARHIVA]----------------------*/
/*------------------------------------------------*/
.archive article{
	background:#f9f9f9;
	overflow:hidden;
	border:1px solid #ffffff;
}
.archive article:hover{
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.archive .post-title{
	padding:0 5px;
	font-family: 'PT Serif', serif;
}
.archive article .post-title a:hover{
	color:#9D2727 !important;
}

.archive article p{
	padding:0 5px;
	text-align:justify;
}
/*------------------------------------------------*/
/*----------------[SINGLE POST]-------------------*/
/*------------------------------------------------*/
.post{
	margin:0 0 10px 0;
}
.post img{
	max-width:100%;
	height:auto;
}
.post-title{
	margin-bottom:5px;
	font-family: 'PT Serif', serif;
}
.post-title a{
	color:#333333 !important;
}
.entry{
	margin:10px 0;
	text-align:justify;
}
.entry p{
	padding-bottom:10px;
	line-height:20px;
}
.entry img{
	max-width:100% !important;
	height:auto !important;
}
/*------------------------------------------------*/
/*-----------------[PAGINAREA]--------------------*/
/*------------------------------------------------*/
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	text-shadow:none;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}
.pagination a:hover{
	color:#fff;
	background: #9D2727;
}
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #9D2727;
	color:#fff;
}
/*------------------------------------------------*/
/*------------------[CAUTARE]---------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*----------------[prettyPhoto]-------------------*/
/*------------------------------------------------*/
.pp_description{
	display:none !important;
}

/*------------------------------------------------*/
/*----------------[Mosaic Flow]-------------------*/
/*------------------------------------------------*/
.mosaicflow__column {
	float:left;
}
.mosaicflow__item {
	margin:0 15px 20px 15px;
}
.mosaicflow__item img {
	display:block;
	width:100%;
	height:auto;
}
/*------------------------------------------------*/
/*-------------------[SLIDER]---------------------*/
/*------------------------------------------------*/
#owl-slider{
}
#owl-slider .item{
	background-position: center;
    background-size: cover;
    height: 400px;
}
/*#owl-slider .item img{
    display: block;
    width: auto;
	max-width:100%;
    max-height: 400px;
	position:relative;
}*/
#owl-slider .item .slide-title{
    display: block;
	position:absolute;
	bottom:10px;
	background: rgba(0,0,0,0.70);
	padding:5px 10px;
}
#owl-slider .item .slide-title h2 a{
	color:#ffffff !important;
}
#owl-slider .item .slide-title h2 a:hover{
	color:#cccccc !important;
}
/*------------------------------------------------*/
/*---------------[LINKURI UTILE]------------------*/
/*------------------------------------------------*/
ul.linkuri-utile{
}
ul.linkuri-utile li{
	padding:15px 15px 15px 0;
	border-bottom:1px solid #f2f2f2;
	margin:0;
}
ul.linkuri-utile li img{
	margin-right:15px;
	width:40px;
	float:left;
}
ul.linkuri-utile li a{
	font-weight:900;
	font-size:16px;
	color:#000000 !important;
}
ul.linkuri-utile li a:hover{
	color:#9C2727 !important;
}
ul.linkuri-utile li a{
	font-weight:900;
	font-size:16px;
	color:#000000 !important;
}
ul.linkuri-utile li p.desc{
	font-weight:300;
	font-size:16px;
	color:#cccccc;
}
