@import "nice-select.css";
@import "base.css";
@import "typography.css";
@import "forms.css";
@import "site.css";
@import "login.css";
@import "review.css";
@import "articles.css";
@import "user.css";
@import "front.css";
@import "place.css";

@import "responsive.css";

/*Page Backgorunds*/

body {
	background: #fff;
}


.main {
	min-height: 80vh;
}

/*Front Page*/

/*Node Page*/

.page-node .row-main {
	
}


.main_content {
	flex-grow: 1;
}
.region-tabs {
	padding: 0 1rem;
}

.field--name-field-publish-date {
		font-size: 13px;
    font-weight: normal;
    color: #666;
}

#block-publish-date .field--name-field-publish-date {
	font-weight: bold;
}

h1.page-title {
	margin-top: 0;
	margin-bottom: 2rem;
}



ul.mrcs-social-share--share-services {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
  margin-top: 1.6rem; 
  align-content: center;
  justify-content: center;
}

.mrcs-social-share--share-services li {
	list-style: none;
	margin: 6px;
}

.mrcs-social-share--share-services a {
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background: #fff center center no-repeat;
	background-size: cover;
  opacity: 0.8;
}

.mrcs-social-share--share-services a:hover {
	opacity: 1;
}

.mrcs-social-share--share-services a .share-service-name {
	display: none;
}

.mrcs-social-share--share-services a#share-service-ok_ru {
	background-image: url(../img/social/ok.png);
}
.mrcs-social-share--share-services a#share-service-telegram {
	background-image: url(../img/social/tg.png);
}

.mrcs-social-share--share-services a#share-service-whatsapp {
	background-image: url(../img/social/wa.png);
}

.mrcs-social-share--share-services a#share-service-vk {
	background-image: url(../img/social/vk.png);
}

.mrcs-social-share--share-services a#share-service-twitter {
	background-image: url(../img/social/tw.png);
}

.mrcs-social-share--share-services a#share-service-viber {
	background-image: url(../img/social/viber.png);
}



.page-node-type-page .main {
	width: 96%;
	max-width: 980px;
	margin: 0 auto;
}

.messages {
	margin: 2rem 0;
}
