/*
Theme Name: Cafeteria Child
Description: Child theme for the Cafeteria Responsive Theme
Author: CRIK0VA / ALETHEMES.COM
Template: cafeteria
*/

@import url("../cafeteria/style.css");
@import url(http://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Berkshire+Swash&subset=latin,latin-ext);
/* Add your custom CSS Here */


header .center-align > ul > li.current-menu-item > a,
header .center-align > ul > li > a:hover{
	color: #9e0b0f;
}

header .center-align > ul > li > a{ font-size: 18px; }

header .center-align > ul > li:first-child{
	margin-left: 0;
}

header .left { padding-right: 150px; }

header .right { padding-left: 150px; }
article .caption, .footer .caption{
	font-family: 'Berkshire Swash', cursive;
	font-size: 40px;
	color: #9e0b0f;
}

.our-services .content .circle {
    border-radius: none;
    box-shadow: none;
}

.our-services .content .circle:hover {
    box-shadow: none;
}

.our-services .content .col-3 .caption{
	font-family: 'Courgette', cursive;
	color: #534741;
	font-size: 32px;
}

.home-gallery .filter-line a .ref,
.our-events .content .events .slides li .caption,
.our-events .content .events .slides li .date{
	font-family: 'Courgette', cursive;
}

.footer form input[type="submit"]{
	font-family: Georgia !important;
	font-size: 18px !important;
}

.home-gallery .filter-line a.active .ref, 
.home-gallery .filter-line a .ref:hover,
.our-gallery .filter-line a.active .ref, 
.our-gallery .filter-line a .ref:hover {
    color: #fff;
}

.home-gallery .filter-line a .ref,
.our-gallery .filter-line a .ref {
    background-color: #534741;
}

.home-gallery .filter-line a .triangle,
.our-gallery .filter-line a .triangle{
	background-image:url(filter.png);
}

.home-gallery .filter-line a:hover .ref,
.our-gallery .filter-line a:hover .ref {
    background-color: #9e0b0f;
}

.home-gallery .filter-line a:hover .triangle,
.our-gallery .filter-line a:hover .triangle{
	background-image:url(filter_hover.png);
}

.our-events{
	background-image:url(news_back.jpg);
	margin-top: -60px;
}

.our-events .content .events .flex-control-nav li a{
	border-color: #a7a09c;
}

.our-events .content .events .flex-control-nav li a.flex-active{
	border-color: #9e0b0f;
}

.home-gallery .filter-line, .our-gallery .filter-line {
    padding-bottom: 40px;
}

.footer .copy{
	color: #9e0b0f;
}

.footer .contacts .col-8 {
    background-color: rgba(37, 37, 37, 0.4);
	padding: 30px;
}

.footer .contacts .col-8 p {
	color: #ffffff;
}

.footer .contacts .col-4 {
    background-color: #ffffff;
	padding: 35px;
}

.footer .contacts .col-4 img{
	margin: 0px auto;
	display: block;
}

.footer .contacts .col-4 p {
    text-align: center;
    margin: 10px auto 0px;
	color: #252525;
}

.footer .contacts .col-8 .icon-adress {
    background: url(address.png) no-repeat scroll center center transparent;
    width: 31px;
    height: 30px;
    margin-right: 10px;
    float: left;
}

.footer .contacts .col-8 .icon-phone {
    background: url(phone.png) no-repeat scroll center center transparent;
    width: 31px;
    height: 70px;
    margin-right: 10px;
    float: left;
}

.footer .contacts .col-8 .icon-mail {
    background: url(email.png) no-repeat scroll center center transparent;
    width: 31px;
    height: 31px;
    margin-right: 10px;
    float: left;
}

.slider .box > a{font-size: 16px;}

.home-price { 
    display: none;
}

.our-services .content .col-3.bottom_left{
	margin-left: 25%;
	margin-top: 50px;
}

.our-services .content .col-3.bottom_right{
	margin-right: 25%;
	margin-top: 50px;
}


@media (max-width: 840px) {
	.our-services .content .col-3.bottom_left, 
	.our-services .content .col-3.bottom_right{
		margin-right: 0;
		margin-left: 0;
		margin-top: 0;
	}
	
	
	
	
}



