/*
Theme Name: The Flavour Child
Theme URI: http://demo.themefuse.com/theflavour/
Description: Child theme for the The Flavour. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Tags: translation-ready
Author URI: http://themefuse.com
Template: blondies-parent
*/

@import url("../blondies-parent/style.css");

@font-face {
  font-family: "Komika Axis";
  src: url('fonts/KOMIKAX_/KOMIKAX_.eot');
  src: local("Komika Axis"), url('fonts/KOMIKAX_/KOMIKAX_.woff') format('woff'), url('fonts/KOMIKAX_/KOMIKAX_.ttf') format('truetype'), url('fonts/KOMIKAX_/KOMIKAX_.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic";
  src: url('fonts/CenturyG/centurygothic.eot');
  src: local("Century Gothic"), url('fonts/CenturyG/centurygothic.woff') format('woff'), url('fonts/CenturyG/centurygothic.ttf') format('truetype'), url('fonts/CenturyG/centurygothic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.nav-main .site-logo a {
	border: none;
	margin-top: 0;
}

/* custom fontization */
.slider-full .slider-title,
.see-location .title{
	font-family: "Komika Axis";
	letter-spacing: 0;
}

.slider-full .slider-subtitle,
.slider-full .slider-subtitle span {
	font-family: "Century Gothic";
}

.slider-full .slider-subtitle {
	letter-spacing: 20px;
	margin-top: 17px;
}

.slider-full .slider-subtitle span {
	font-size: 16px;
}


/* colorization */
.menu_type .post-thumbnail,
.menu_type .post-thumbnail img,
.menu_type .post-find-more,
.special-offer .post-thumbnail,
.special-offer .post-thumbnail img,
.special-offer .post-find-more,
.dishes .dishes-thumbnail{
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.menu_type .post-thumbnail img {
	border: 10px solid #1a181d;
}

.special-offer .post-thumbnail img,
.dishes-thumbnail{
	border: 5px solid #1a181d;
}

/* mobile position fix */
@media (max-width: 479px) {
	.site-logo {
		/*top: -100px;*/
	}
}

/*right reservation form @home*/
.wrap-reservation strong {
	margin-top: 25%
}

/*header icons inside menu pages*/
.main-slider-content .container{
	display: none;
}

/*puntos del menu*/
.dishes .dishes-content-title{
	border-bottom: none;
}

/*margen de la descripcion de menus*/
.dishes .dishes-content{
	margin-top: 20px;
}

/*elementes inside the main slider @home*/
.title-wrap,
.post-navigation{
	visibility: hidden;
}

/*fb link color*/
#menu-secondary li:last-child a,
#menu-footer li:last-child a {
	color: #3b5998;
}

/*inside headers text colors*/
.image-section{
	color: #009de0
}
.image-section .about-year{
	border-top-color: #009de0;
	border-bottom-color: #009de0;
}

/*events*/
#calendar .ui-datepicker-header a.ui-datepicker-prev span{
	background: transparent url(images/left_calendar_arrow.png) no-repeat center left
}

#calendar .ui-datepicker-header a.ui-datepicker-next span{
	background: transparent url(images/right_calendar_arrow.png) no-repeat center right
}

#calendar .ui-datepicker-calendar td.ui-datepicker-unselectable:hover{
	background-color: #ffec00
}

.events{
	background: url(../../uploads/2015/09/parallax.jpg);
}

/*text-transform titles @home*/
.section-title-before,
.special-offer .post .entry-title a,
.parallax-section .title-before,
.page-title-before,
.about-us-slider .before-title{
	text-transform: none;
}