/*
Theme Name: Rural 5
Version: 1.0
Theme URI: http://smartstudio.md
Description: Tema pentru localități
Author: Smart Studio
Author URI: http://smartstudio.md
*/
@charset "utf-8";

body {
    font-family: 'Abhaya Libre', serif;
}
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin: 0 1% 25px;
	text-align: center;
	width: 31%;
    display: block;
}
.gallery-columns-2 .gallery-item {
    width: 48%;
}
.gallery-columns-4 .gallery-item {
    width: 23%;
}
.gallery img {
	box-shadow: 0px 0px 4px #999;
	padding: 0;
	background: #ffffff;
    max-width: 100%;
    height: auto;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.gallery img:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.smartphoto-nav{
    background: #000000 !important;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
.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: #5169CA;
	text-decoration: none;
}
a:visited {
	color: #5169CA;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #00113a;
	text-decoration: none;
}
/*------------------------------------------------*/
/*-----------------[CONTAINER]--------------------*/
/*------------------------------------------------*/
#container{
}
/*------------------------------------------------*/
/*------------------[HEADER]----------------------*/
/*------------------------------------------------*/
header{
    height: 120px;
}
header #logo{
    display: block;
    margin-top: 20px;
    text-align: center;
}
header #logo a{
    display: inline-block;
    margin: 0;
}
header #logo img{
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 75px;
    max-width: 100%;
}
header .site-description{
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    
}
header .site-description a{
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #35404f;
}
header .site-description a:hover{
    color: #35404f;
}
header .site-description h2{
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 9px;
    
}
header .site-description h1{
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}
header ul.social-networks{
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    display: block;
    width: 100%;
}
header ul.social-networks li{
    margin: 0;
    padding: 0;
    display: inline-block;
}
header ul.social-networks li a{
    display: block;
    margin: 0 7px;
}
header ul.social-networks li a img{
    display: block;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 23px;
}
@media (max-width: 991.98px) {
    header{
        height: auto;
    }
	header #logo{
		text-align: center;
        width: 100%;
	}
    header .site-description{
    }
    header .site-description a{
        padding: 10px 20px;
    }
    header .site-description a:hover{
    }
    header ul.social-networks{
        margin: 20px 0;
		text-align: center;
    }
}
header .search{
    text-align: right;
}
header .search div{
	border:1px solid #35404f;
	display:inline-block;
    margin: 33px 0 0 0;
}
@media (max-width: 991.98px) {
    header .search{
        text-align: center;
    }
    header .search div{
        display:inline-block;
        float:none;
        margin: 33px auto;
    }
}
header .search input, header .search button{
	margin:0;
	border:none;
}
header .search input{
	width:175px;
	transition: all 0.5s ease;
    margin: 0 auto;
    padding: 5px 15px;
    font-size: 0.875rem;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: none;
    transition: all 1s;
    border: none;
}
header .search input:focus{
	width:190px;
    border: none;
}
header .search button{
	background:none;
    cursor: pointer;
}
header .search button:hover{
	color:#35404f;
}
/*------------------------------------------------*/
/*------------------[CONTENT]---------------------*/
/*------------------------------------------------*/
#content{
	padding-top:30px;
}
.content{
}
.content-main{
}
/*------------------------------------------------*/
/*------------------[FOOTER]----------------------*/
/*------------------------------------------------*/
footer{
    background: #20252a;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 10px;
}
footer a:link, footer a:visited{
	color: #f2f2f2;
}
footer a:hover, footer a:active, footer a:focus {
	color: #cccccc;
}
footer .copyright{
    text-align: center;
}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

#general-menu{
    background: #35404f;
    text-align: center;
}
#general-menu a.logo{
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 2px;
    margin-top: 2px;
}
#general-menu a.logo img{
    display: inline-block;
    height: 90px;
    width: auto;
}
#general-menu ul.row{
    margin-bottom: 0 !important;
}
#general-menu ul li{
	list-style:none;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
#general-menu a{
    display: block;
    color: #ffffff;
    padding-top:30px; 
    padding-bottom: 30px;
    font-size: 1.375rem;
    font-weight: 400;
    opacity: 1;
}
#general-menu a:hover{
}
#general-menu ul > li:hover > a {
    opacity: .8;
}
#general-menu ul li ul.sub-menu{
    z-index: 100;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
	display:none;
	position:absolute;
}
#general-menu li .sub-menu{
}
#general-menu li:hover .sub-menu{
	display:block;
}
#general-menu .sub-menu li{
	background: rgba(255, 255, 255, .95);
	margin:0;
    padding: 0;
	display: block;
	float:none;
	width:150px;
    border-top: 1px solid rgba(255,255,255,.1);
}
#general-menu .sub-menu{
	margin:0;
    padding: 0;
	color:#ffffff;
	z-index:1051;
}
#general-menu .sub-menu li.menu-item-has-children .sub-menu{
	margin-top:-57px;
	margin-left:250px;
	display:none;
	z-index:1051;
}
#general-menu .sub-menu li.menu-item-has-children:hover .sub-menu{
	display:block;
}
#general-menu li .sub-menu{
	display:none;
	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);
}
#general-menu li:last-child .sub-menu{
}
#general-menu li:hover .sub-menu{
	display:block;
}
#general-menu .sub-menu li{
	display: block;
	float:none;
	width:250px;
}
#general-menu .sub-menu li.menu-item-has-children .sub-menu li{
	border-top: none;
}
#general-menu .sub-menu a{
	margin:0;
	padding:12px 10px;
    color: #35404f;
	border-top:1px solid #dee0e5;
}
#general-menu .sub-menu a:hover{
	background:#35404f;
    color: #ffffff;
    opacity: 1;
}
.secondary-menu{
}
.secondary-menu a{
    display: inline-block;
    width: 100%;
    margin: 15px auto;
    padding: 0 0;
    font-size: 1.125rem;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    transition: all .5s;
}
.secondary-menu a:hover{
    color: #8cb5d5;
    border: 1px solid #8cb5d5;
}
.secondary-menu a i{
    width: 100px;
    font-size: 2rem;
    text-align: center;
    line-height: 180%;
    margin: 0px;
    float: left;
}
.secondary-menu a .title{
    font-size: 1rem;
    line-height: 1.125rem;
    width: calc(100% - 100px);
    text-align: left;
    padding: 0.625rem 15px;
    overflow: hidden;
}
.mobile-menu{
    display: block;
    color: #ffffff;
    padding-top:30px; 
    padding-bottom: 30px;
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    cursor: pointer;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    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: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.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;}
}
/*------------------------------------------------*/
/*-------------------[HOME]-----------------------*/
/*------------------------------------------------*/
.homesection{
    padding: 50px 0;
}
.homesection.slider{
    padding-top: 0;
    padding-bottom: 0;
}
.homesection.slider .item{
    height: 420px;
	background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size:cover;
}
.homesection.slider .item .slide-content{
    display: block;
	position:absolute;
    height: 420px;
    width: 380px;
	top:0;
	right:200px;
	padding:75px 30px 5px 5px;
    background: rgba(116,144,118, .9);
    text-align: center;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .homesection.slider .item .slide-content{
	    right:0;
        width: 50%;
    }
}
.homesection.slider .item .slide-content a{
    color: #ffffff;
}
.homesection.slider .item .slide-content a:hover{
    color: #ffffff;
}
.homesection.slider .item .slide-content .cats{
    font-size: 1.125rem;
    margin-bottom: 43px;
}
.homesection.slider .item .slide-content .slide-title{
    margin-bottom: 30px;
}
.homesection.slider .item .slide-content .slide-title h2{
    font-size: 1.875rem;
    display: inline-block;
    line-height: 1.1;
}
.homesection.slider .item .slide-content .slide-title h2 a{
}
.homesection.slider .item .slide-content .slide-title h2 a:hover{
}
.homesection.slider .item .slide-content .gallery-info a{
    display: inline-block;
    margin: 5px auto;
    padding: 7px 30px;
    font-size: 1.125rem;
    color: #749076;
    border: 1px solid #ffffff;
    background: #ffffff;
    transition: all 1s;
}
.homesection.slider .item .slide-content .gallery-info a:hover{
    background: none;
    color: #ffffff;
}
.homesection.contact, .homesection.secondary-menu {
    background: #35404f;
    
}
.homesection .section-title{
    text-align: center;
}
.homesection .section-title h3{
    font-size:  1.5rem;
    font-weight: 900;
    color: #5d646f;
}
.homesection .section-title span.line{
    display: block;
    margin: 24px auto 0 auto;
    width: 38px;
    height: 2px;
    background: #5d646f;
}
.homesection.homeblog article{
    position: relative;
    margin: 45px 0 20px 0;
}
.homesection.homeblog article .post-thumb{
    position: relative;
    margin-bottom: 24px;
}
.homesection.homeblog article .post-thumb a{
    display: block;
}
.homesection.homeblog article .post-thumb a img{
    opacity: 1;
    max-width: 100%;
    height: auto;
}
.homesection.homeblog article:hover .post-thumb a img{
    opacity: .95;
}
.homesection.homeblog article .post-title h2{
    font-size: 1.25rem;
    font-weight: 900;
}
.homesection.homeblog article .post-title h2 a{
    display: block;
    color: #445766;
    transition: color .5s;
}
.homesection.homeblog article .post-title h2 a:hover{
    color: #fabb88;
}
.homesection.homeblog article .post-info{
    margin-bottom: 8px;
    font-size: .875rem;
    line-height: 1rem;
}
.homesection.homeblog article .post-info a{
    color: #212529;
}
.homesection.homeblog article .post-info a:hover{
    color: #00113a;
}
.homesection.homeblog article .read-more{
    text-align: right;
}
.homesection.homeblog article .read-more a{
    color: #fabb88;
    transition: color .5s;
}
.homesection.homeblog article .read-more a:hover{
    color: #445766;
}
.homesection.homeblog .blog-page-link{
    text-align: center;
}
.homesection.homeblog .blog-page-link a{
    display: inline-block;
    margin: 5px auto;
    padding: 7px 30px;
    font-size: 1.125rem;
    color: #35404f;
    border: 1px solid #35404f;
    background: none;
    transition: all 1s;
}
.homesection.homeblog .blog-page-link a:hover{
    background: #35404f;
    color: #ffffff;
}
.homesection.contact{
}
.homesection.contact .form-title{
    margin-bottom: 14px;
}
.homesection.contact .form-title h3{
    font-size: 1.75rem;
    color: #ffffff;
}
.homesection.contact input, .homesection.contact textarea{
    width: 100%;
    display: inline-block;
    margin: 5px auto;
    padding: 5px 15px;
    font-size: 0.875rem;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: none;
    transition: all 1s;
}
.homesection.contact textarea{
    height: 135px;
}
.homesection.contact button{
    display: inline-block;
    margin: 5px auto;
    padding: 7px 30px;
    font-size: 1.125rem;
    color: #35404f;
    border: 1px solid #ffffff;
    background: #ffffff;
    cursor: pointer;
    transition: all 1s;
}
.homesection.contact button:hover{
    color: #ffffff;
    border: 1px solid #ffffff;
    background: none;
}
.homesection.contact textarea{
    height: 135px;
}
.homesection.contact .info{
    display: block;
    color: #ffffff;
    padding: 5px 15px;
    margin: 0;
    width: 100%;
}
.homesection.contact .info.success {background-color: #4CAF50;}
.homesection.contact .info.warning {background-color: #ff9800;}
.homesection.contact .info.danger {background-color: #f44336;}
/*------------------------------------------------*/
/*------------------[ARHIVA]----------------------*/
/*------------------------------------------------*/
.archive article{
    position: relative;
    margin-bottom: 40px;
}
.archive article .post-thumb{
    position: relative;
}
.archive article .post-thumb a{
    display: block;
}
.archive article .post-thumb a img{
    opacity: 1;
}
.archive article:hover .post-thumb a img{
    opacity: .95;
}
.archive article .post-title h2{
    font-size: 1.5rem;
    font-weight: 900;
    text-align: left;
    line-height: 1;
}
.archive article .post-title h2 a{
    display: block;
    color: #445766;
    transition: color .5s;
}
.archive article .post-title h2 a:hover{
    color: #fabb88;
}
.archive article .post-info{
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1rem;
}
.archive article .post-info a{
    color: #212529;
}
.archive article .post-info a:hover{
    color: #00113a;
}
/*------------------------------------------------*/
/*-------------------[SIDEBAR]--------------------*/
/*------------------------------------------------*/
.sidebar {
	display:block;
}
.widget{
	margin-bottom:25px;
}
.sidebar ul, footer ul{
	padding:0;
    margin: 0;
}
.sidebar ul li{
	list-style:none;
	padding:0;
    margin: 0;
}
footer ul li{
	list-style:none;
	padding:5px 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0, .2);
}
footer ul li:first-child{
    border-top: none;
}
footer ul li a:before{
    content: '▸';
	background: rgba(255, 255, 255, .2);
    display: inline-block;
    margin-right: 4px;
    padding: 0.125rem 0.0625rem 0 0.125rem;
    border-radius: 3px;
    font-size: 0.75rem;
    line-height: 1;
    text-shadow: 0 0 3px #000000;
}
footer ul li a{
    font-size: 0.875rem;
    display: block;
}
.widget-title{
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 400;
}
.sidebar .widget-title{
    margin-bottom: 12px;
}
.sidebar .widget-title h3{
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
    color: #5d646f;
}
.sidebar .widget-title .line{
    display: block;
    margin: 9px 0 0 0;
    width: 38px;
    height: 2px;
    background: #5d646f;
}
/*------------------------------------------------*/
/*----------------[SINGLE POST]-------------------*/
/*------------------------------------------------*/
.post{
    font-size: .875rem;
}
.post .post-title{
    text-align: center;
}
.post .post-title h1{
    font-size:  2rem;
    font-weight: 900;
    color: #5d646f;
}
.post .post-title span.line{
    display: block;
    margin: 24px auto 0 auto;
    width: 38px;
    height: 2px;
    background: #5d646f;
}
.post .entry{
    margin: 45px 0 20px 0;
    font-size: 1rem;
}
.post img{
	max-width:100%;
	height:auto;
}
/*------------------------------------------------*/
/*-----------------[PAGINAREA]--------------------*/
/*------------------------------------------------*/
.pagination {
	clear:both;
    display: block;
	padding: 0 0 20px 0;
    margin-bottom: 20px;
	position:relative;
	font-size:0.875rem;
	line-height:1.1;
	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: none;
    border: 1px solid #35404f;
}
.pagination a:hover{
	color:#fff;
	background: #35404f;
}
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #35404f;
	color:#fff;
}
/*------------------------------------------------*/
/*----------------[smartPhoto]--------------------*/
/*------------------------------------------------*/
#wpadminbar{
    z-index: 99998 !important;
}
.smartphoto-header{
    z-index: 99999 !important;
}