/*
Theme Name: Rural 6
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: 'Open Sans', sans-serif;
    background: #f2f2f2;
    color: #404040;
}
button:focus {outline:0;}
.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{
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0,0,0, .16);
}
/*------------------------------------------------*/
/*------------------[HEADER]----------------------*/
/*------------------------------------------------*/
header{
    /*height: 120px;*/
}
header .logo{
    padding-top: 10px;
    padding-bottom: 10px;
}
header .logo a{
    margin: 0;
}
header .logo img{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
header ul.social-networks{
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
header ul.social-networks li{
    margin: 0;
    padding: 0;
    display: inline-flex;
}
header ul.social-networks li a{
    margin: 0 2px;
}
header ul.social-networks li a i{
    display: flex;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    background: #8a8a8a;
    color: #ffffff;
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
header ul.social-networks li a:hover i{
    box-shadow: 0 3px 10px rgba(0,0,0, .11);
}
header ul.social-networks li a:hover i.fa-facebook{
	background:#3b5998;
}
header ul.social-networks li a:hover i.fa-odnoklassniki{
	background:#ed812b;
}
header ul.social-networks li a:hover i.fa-vk{
	background:#4a76a8;
}
header ul.social-networks li a:hover i.fa-twitter{
	background:#55acee;
}
header ul.social-networks li a:hover i.fa-instagram{
	background:#d6249f;
	/*background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
}
header ul.social-networks li a:hover i.fa-youtube{
	background:#ff0000;
}
header ul.social-networks li a:hover i.fa-rss{
	background:#f26522;
}
@media (max-width: 991.98px) {
    header ul.social-networks{
        margin: 20px 0;
    }
}
header .search{
}
header .search div{
	display:inline-block;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
header .search div:hover{
    box-shadow: 0 3px 10px rgba(0,0,0, .11);
}
@media (max-width: 991.98px) {
    header .search{
    }
    header .search div{
        display:inline-block;
        float:none;
        margin: 20px 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: .25rem;
    font-size: 1rem;
    border: none;
    background: none;
    transition: all 1s;
    border: none;
}
header .search button{
	background:none;
    cursor: pointer;
}
header .search button:hover{
	color:#202020;
}
/*------------------------------------------------*/
/*------------------[CONTENT]---------------------*/
/*------------------------------------------------*/
#content{
	padding-top:30px;
}
.content{
}
.content-main{
}
/*------------------------------------------------*/
/*------------------[FOOTER]----------------------*/
/*------------------------------------------------*/
footer{
    background: #1C6F84;
    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;
    font-size: 0.875rem;
}
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/
.menu-container{
    display: block;
    width: 100%;
    background: #1C6F84;
    clear: both;
}
.menu-content{
    display: inline-block;
    float: left;
}
ul.top-menu, .mobile-menu-container{
    margin: 0;
}
ul.top-menu{
    padding: 0 12px;
    list-style: none;
}
ul.top-menu li{
    display: inline-block;
}
ul.top-menu li a{
    display: block;
    background: none;
    color: #ffffff;
    padding: 28px 12px;
    font-size: 1.125rem;
    font-weight: 300; 
}
ul.top-menu li a:hover{
    background: rgba(255,255,255,.1);
}
ul.top-menu 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;
}
ul.top-menu li .sub-menu{
}
ul.top-menu li:hover .sub-menu{
	display:block;
}
ul.top-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);
}
ul.top-menu .sub-menu{
	margin:0;
    padding: 0;
	color:#ffffff;
	z-index:1051;
}
ul.top-menu .sub-menu li.menu-item-has-children .sub-menu{
	margin-top:-52px;
	margin-left:250px;
	display:none;
	z-index:1051;
}
ul.top-menu .sub-menu li.menu-item-has-children:hover .sub-menu{
	display:block;
}
ul.top-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);
}
ul.top-menu li:last-child .sub-menu{
}
ul.top-menu li:hover .sub-menu{
	display:block;
}
ul.top-menu .sub-menu li{
	display: block;
	float:none;
	width:250px;
}
ul.top-menu .sub-menu li.menu-item-has-children .sub-menu li{
	border-top: none;
}
ul.top-menu .sub-menu a{
	margin:0;
	padding:12px 10px;
    color: #1C6F84;
	border-top:1px solid #dee0e5;
}
ul.top-menu .sub-menu a:hover{
	background:#1C6F84;
    color: #ffffff;
    opacity: 1;
}
.mobile-menu{
    display: inline-block;
    float: left;
    color: #ffffff;
    padding: 0;
    margin:30px 15px;
    font-size: 2rem;
    font-weight: 400;
    cursor: pointer;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    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;}
}
/*------------------------------------------------*/
/*----------------[LANGUAGES]---------------------*/
/*------------------------------------------------*/
ul.lang{
    display: block;
    float: right;
    margin: 37px 8px 0 0;
    list-style: none;
}
@media screen and (max-width: 600px) {
    ul.lang{
        margin-top: 37px;
    }
}
ul.lang li {
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-left: 12px;
    margin: 0 10px 0 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0.8;
}
@media screen and (max-width: 600px) {
    ul.lang li{
    }
}
ul.lang li:hover, ul.lang li.activelang{
    opacity: 1;
}
ul.lang li.ro{
    background-image: url(images/ro.png);
}
ul.lang li.ru{
    background-image: url(images/ru.png);
}
ul.lang li.en{
    background-image: url(images/uk.png);
}
ul.lang li a{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------------------*/
/*-------------------[HOME]-----------------------*/
/*------------------------------------------------*/
.homesection{
    margin-bottom: 70px;
}
.homesection .section-title, .homesection .section-subtitle{
    text-align: center;
}
.homesection .section-title h3{
    font-size:  2.25rem;
    line-height: 3.125rem;
    font-weight: 600;
    color: #202020;
}
.homesection .section-subtitle h5{
    font-size:  0.875rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #202020;
}

.homesection.slider .owl-slider .owl-dots{
    margin-top: 10px;
    text-align: right ;
    position: absolute;
    width: 300px;
    bottom: 30px;
    right: 65px;
}
.homesection.slider .owl-slider .owl-dots .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ffffff;
	filter: Alpha(Opacity=20);/*IE7 fix*/
	opacity: 0.2;
}
.homesection.slider .owl-slider .owl-dots.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.homesection.slider .owl-slider .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.homesection.slider .owl-slider .owl-dots .owl-dot span{
	display: block;
    width: 14px;
    height: 14px;
    margin-right: 9px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
    border: 1.5px solid #FCFCFC;
    border-radius: 3px;
	background: none;
}
.homesection.slider .owl-slider .owl-dots .owl-dot.active span,
.homesection.slider .owl-slider .owl-dots.clickable .owl-dot:hover span{
    background: #1C6F84;
}
.homesection.slider .owl-slider .owl-dots .owl-dot span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.homesection.slider .owl-slider .item{
    height: 480px;
	background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size:cover;
}
.homesection.slider .owl-slider .item .slide-content{
    display: block;
	position:absolute;
    overflow: hidden;
    width: 100%;
    padding: 15px 260px 30px 40px;
	bottom:0;
    background: rgba(0,0,0, .75);
}
.homesection.slider .owl-slider .item .slide-content .slide-title{
}
.homesection.slider .owl-slider .item .slide-content .slide-title h2{
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
}
.homesection.slider .owl-slider .item .slide-content .slide-title h2 a{
    color: #ffffff;
}
.homesection.slider .owl-slider .item .slide-content .slide-title h2 a:hover{
    opacity: .8;
}
.homesection.slider .owl-slider .item .slide-content .slide-desc{
    color: #FCFCFC;
    font-size: 0.875rem;
}
@media (max-width: 575.98px) { .homesection.slider .owl-slider .item .slide-content .slide-desc{display: none;} }
.homesection.slider .owl-slider .owl-thumbs{
    display: none;
}

.homesection.slider .owl-slider-carousel .owl-dots{
    margin-top: 10px;
    text-align: center ;
    position: relative;
    width: 100%;
}
.homesection.slider .owl-slider-carousel .owl-dots .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ffffff;
}
.homesection.slider .owl-slider-carousel .owl-dots.clickable .owl-buttons div:hover{
	text-decoration: none;
}
.homesection.slider .owl-slider-carousel .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.homesection.slider .owl-slider-carousel .owl-dots .owl-dot span{
	display: block;
    width: 14px;
    height: 14px;
    margin-right: 9px;
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
    border: 1.5px solid #202020;
    border-radius: 3px;
	background: none;
}
.homesection.slider .owl-slider-carousel .owl-dots .owl-dot.active span,
.homesection.slider .owl-slider-carousel .owl-dots.clickable .owl-dot:hover span{
    background: #1C6F84;
}
.homesection.slider .owl-slider-carousel .owl-dots .owl-dot span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.homesection.slider .owl-slider-carousel .item{
    height: 230px;
    margin: 30px 15px 0 15px;
	background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size:cover;
}
.homesection.slider .owl-slider-carousel .item .slide-content{
    display: block;
	position:absolute;
    overflow: hidden;
    width: calc(100% - 30px);
    padding: 5px 15px;
	bottom:0;
    background: rgba(0,0,0, .75);
}
.homesection.slider .owl-slider-carousel .item .slide-content .slide-title{
}
.homesection.slider .owl-slider-carousel .item .slide-content .slide-title h2{
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
}
.homesection.slider .owl-slider-carousel .item .slide-content .slide-title h2 a{
    color: #ffffff;
}
.homesection.slider .owl-slider-carousel .item .slide-content .slide-title h2 a:hover{
    opacity: .8;
}
.homesection.slider .owl-slider-carousel .owl-thumbs{
    display: none;
}
.homesection.slider .owl-slider-withthumbs .item{
    height: 480px;
	background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size:cover;
}
.homesection.slider .owl-slider-withthumbs .item .slide-content{
    display: block;
	position:absolute;
    overflow: hidden;
    width: 100%;
    padding: 15px;
	bottom:0;
    background: rgba(0,0,0, .75);
}
@media (min-width: 992px) { .homesection.slider .owl-slider-withthumbs .item .slide-content{padding: 15px 15px 90px 15px;} }
.homesection.slider .owl-slider-withthumbs .item .slide-content .slide-title{
}
.homesection.slider .owl-slider-withthumbs .item .slide-content .slide-title h2{
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
}
.homesection.slider .owl-slider-withthumbs .item .slide-content .slide-title h2 a{
    color: #ffffff;
}
.homesection.slider .owl-slider-withthumbs .item .slide-content .slide-title h2 a:hover{
    opacity: .8;
}
.homesection.slider .owl-slider-withthumbs .item .slide-content .slide-desc{
    color: #FCFCFC;
    font-size: 0.875rem;
}
.homesection.slider .owl-thumbs{
    clear: both;
    display: block;
    padding-bottom: 15px;
}
@media (max-width: 991.98px) { .homesection.slider .owl-thumbs{background: #000000; width: 100%;} }
@media (min-width: 992px) { .homesection.slider .owl-thumbs{margin-top:-90px;z-index: 3;} }
.homesection.slider .owl-thumbs button{
    border: 1px solid #ffffff;
    margin: 15px 0 0 15px;
    padding: 0;
    display: block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 60px;
    opacity: 0.6;
    outline: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) { .homesection.slider .owl-thumbs button{width: 75px;height: 50px;} }
.homesection.slider .owl-thumbs button:hover, .homesection.slider .owl-thumbs button.active{
    opacity: 1;
}

.homesection.homeboxes-cicles{
}
.homesection.homeboxes-cicles a{
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 15px auto;
    padding: 0 0;
    font-size: 1.125rem;
    color: #404040;
}
.homesection.homeboxes-cicles a:hover{
    color: #404040;
}
.homesection.homeboxes-cicles a .homebox-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 92px;
    margin: 0 20px 0 0;
    border: 3px solid #5CB0C5;
    background: #ffffff;
    border-radius: 50%;
    transition: all .5s;
}
.homesection.homeboxes-cicles a:hover .homebox-icon{
    background: #5CB0C5;
    color: #ffffff;
}
.homesection.homeboxes-cicles a .homebox-icon i{
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
}
.homesection.homeboxes-cicles a .content{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: calc(100% - 122px);
}
.homesection.homeboxes-cicles a .content h2.title{
    font-size: 1.625rem;
    font-weight: 400;
}
.homesection.homeboxes-cicles a .content h5.desc{
    font-size: 0.875rem;
    font-weight: 100;
}

.homesection.homeboxes-squares{
}
.homesection.homeboxes-squares a{
    display: block;
    text-align: center;
    width: 100%;
    height: 255px;
    margin: 15px auto;
    padding: 0;
    font-size: 1.125rem;
    color: #404040;
    border:1px solid #5CB0C5;
    background: #ffffff;
    overflow: hidden;
    transition: all .5s;
}
@media (max-width: 575.98px) { .homesection.homeboxes-squares a{width:calc(100% - 60px);height:auto;margin:15px 30px;} }
@media (min-width: 576px) and (max-width: 767.98px) { .homesection.homeboxes-squares a{height: 240px;} }
@media (min-width: 768px) and (max-width: 991.98px) { .homesection.homeboxes-squares a{height: 330px;} }
@media (min-width: 992px) and (max-width: 1199.98px) { .homesection.homeboxes-squares a{height: 210px;} }



.homesection.homeboxes-squares a:hover{
    color: #ffffff;
    background: #5CB0C5;
}
.homesection.homeboxes-squares a .homebox-icon{
    display: block;
    text-align: center;
    width: 100%;
    margin: 54px 0 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) { .homesection.homeboxes-squares a .homebox-icon{margin: 55px 0 55px 0;} }
.homesection.homeboxes-squares a .homebox-icon i{
    font-size: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
}
.homesection.homeboxes-squares a .content{
    overflow: hidden;
    margin: 0 30px;
}
.homesection.homeboxes-squares a .content h2.title{
    font-size: 1.25rem;
    font-weight: 600;
}
.homesection.homeboxes-squares a .content h5.desc{
    font-size: 0.875rem;
    font-weight: 100;
}
@media (min-width: 992px) and (max-width: 1199.98px) { .homesection.homeboxes-squares a .content h5.desc{display: none;} }
.homesection.homeblog article{
    position: relative;
    margin: 15px 0 25px 0;
}
.homesection.homeblog article .post-thumb{
    position: relative;
    margin-bottom: 12px;
}
.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;
    line-height: 1.625rem;
    font-weight: 600;
}
.homesection.homeblog article .post-title h2 a{
    display: block;
    color: #404040;
    transition: color .5s;
}
.homesection.homeblog article .post-title h2 a:hover{
    color: #202020;
}
.homesection.homeblog article p{
}
.homesection.homeblog article p.date{
    font-size: 0.75rem;
    opacity: .24;
}

.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: 1rem;
    border-radius: 22px;
    color: #202020;
    border: 3px solid #6294A2;
    background: none;
    transition: all 1s;
    box-shadow: 0 3px 10px rgba(0,0,0, .11);
}
.homesection.homeblog .blog-page-link a:hover{
    background: #6294A2;
    color: #ffffff;
}

.homesection.contact .contactform .sendmessage{
    display: inline-block;
    margin: 0;
    padding: 7px 50px;
    font-size: 1rem;
    border-radius: 22px;
    border: 3px solid #6294A2;
    background: #6294A2;
    color: #ffffff;
    transition: all 1s;
    box-shadow: 0 3px 10px rgba(0,0,0, .11);
    cursor: pointer;
}
.homesection.contact .contactform .sendmessage:hover{
    background: none;
    color: #202020;
}
.homesection.contact .map iframe{
    width: 100% !important;
    height: 400px !important;
    display: block;
}
/*------------------------------------------------*/
/*------------------[ARHIVA]----------------------*/
/*------------------------------------------------*/
.archive article{
    position: relative;
    margin: 0 0 40px 0;
}
.archive article .post-thumb{
    position: relative;
}
.archive article .post-thumb a{
    display: block;
}
.archive article .post-thumb a img{
    opacity: 1;
    max-width: 100%;
    height: auto;
}
.archive article:hover .post-thumb a img{
    opacity: .95;
}
.archive article .post-title h2{
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 600;
}
.archive article .post-title h2 a{
    display: block;
    color: #404040;
    transition: color .5s;
}
.archive article .post-title h2 a:hover{
    color: #202020;
}
.archive article .date{
    font-size: 0.75rem;
    opacity: .24;
}
/*------------------------------------------------*/
/*-------------------[SIDEBAR]--------------------*/
/*------------------------------------------------*/
.sidebar {
	display:block;
}
.widget{
	margin-bottom:25px;
}
.sidebar ul, footer ul{
	padding:0;
    margin: 0;
}
.sidebar ul li, footer ul li{
	list-style:none;
	padding: 0;
    margin: 0;
}
.widget-title{
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 12px;
}
/*------------------------------------------------*/
/*----------------[SINGLE POST]-------------------*/
/*------------------------------------------------*/
.post{
}
.post .post-title{
}
.post .post-title h1{
    font-size:  2rem;
    font-weight: 900;
}
.post .entry{
    margin: 45px 0 20px 0;
    text-align: justify;
}
.post img{
	max-width:100%;
	height:auto;
}
