﻿/**
 *	@package	 Loyalé - HTML5 Template - version 1.0
 *	@copyright	 Copyright (C) 7Studio 2016 - seventhemes.com  All rights reserved.
 *	@license	 https://themeforest.net/licenses/terms/regular
**/


/**
 * Please use this file to store any custom CSS style.
 */

/* Font families */
body {
	font-family: 'Merriweather', serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.main-nav,
.tabs li a,
.article-header .time,
.masonry-nav > ul li a,
.dropcap:first-letter {
	font-family: 'Playfair Display SC', serif;
}


/* Colors */
a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #b0a590;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	background-color: #baae99;
}

.btn-primary {
	background-color: #333333;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #050505;
}

.article-header .time {
	background-color: #baae99;
}

.module.color-title .module-title {
	background-color: #baae99;
}

.module.color .module-title > * {
	color: #baae99;
}

.module.box-color {
	background-color: #baae99;
	color: #ece6d9;
}

.module.border-color .module-title {
	border-bottom: 2px solid #baae99;
}

.module.border-color-top .module-title {
	border-top: 2px solid #baae99;
}


/* правки 24072018 */
.main-sidebar{    background-color:#000000;}
.main-nav > ul > li > a:hover{color:white;}
.main-nav > ul > li.active > a{color:white;}
footer a:hover{color:white;}
.copyrights{color: #999999;}
.fa-instagram{color: #999999;}
.menu-button span{background:white;}
.menu-button span:before{background:white;}
.menu-button span:after{background:white;}
.main-nav > ul > li.parent:hover > a{color:white;}
.single  > article > ul > li  a{font-size:25px;} 
.main .content{background-color: #423f3b!important;}
.article-content{background-color: #423f3b;color:white;} 
body{color:white;}
h1,h2,h3,h4,h5,h6{color:white}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:white}
a:hover{color:white}
.carousel-caption .title-block h2 a{color:black;}
.classic-menu p.dish-details{color:white}
.us1{color: #ffbb2e; text-align:center;font-size:20px;}
.us2{border-bottom:1px solid white}
blockquote{    border-left: 4px solid white;}
.masonry-nav > ul{background-color: #886b6b;}
.masonry-nav > ul li a{color:white;}
@media screen and (max-width: 2500px){
.hidden-fun{display:none;}
}
@media screen and (max-width: 979px){
.main-sidebar .table {height: 120px;}

.fanheader{float:left;margin-left:20px;}

}
@media screen and (max-width: 768px){
.masonry-nav {display:none;}
.background{position:absolute;}
.site { background: #423f3b;}
}
@media screen and (max-width: 680px){
	.main-sidebar{max-height:95px;}
.masonry-nav {display:none;}
.fanheader{display:none;}
.hidden-fun{display:block;}
}

