/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*display
 * Custom Style Sheet - Use this file to style your content
 */

/*  Slideshow  */

.box-parallax1 { background-image: url(../../../../../images/slides/pranasya-yoga-beach-001.jpg); }
.box-parallax2 { background-image: url(../../../../../images/slides/pranasya-yoga-beach-002.jpg); }
.box-parallax3 { background-image: url(../../../../../images/slides/pranasya-yoga-beach-003.jpg); }
.box-parallax4 { background-image: url(../../../../../images/slides/pranasya-yoga-beach-004.jpg); }
.box-parallax5 { background-image: url(../../../../../images/slides/pranasya-yoga-beach-005.jpg); }
.box-parallax6 { background-image: url(../../../../../images/slides/pranasya-yoga-beach-006.jpg); }
.box-parallax7 { background-image: url(../../../../../images/slides/pranasya-yoga-beach-007.jpg); }  
.box-parallax8 { background-image: url(../../../../../images/slides/pranasya-yoga-beach-008.jpg); }
.box-parallax9 { background-image: url(../../../../../images/slides/pranasya-yoga-beach-009.jpg); }
.box-parallax10 { background-image: url(../../../../../images/slides/pranasya-yoga-beach-010.jpg); }

/*  Menu */

.menu-dropdown .level1 .level1 span.title {
    font-size: 26px!important;
}

.menu-dropdown span.title {
    line-height: 18px!important;
}

.menu-dropdown span.subtitle {
    margin-top: 8px;
    font-size: 9px;
    line-height: 10px;
    text-indent: 1px;
}


/*  Mod Box */

.wk-slideshow-tasty .caption, .spotlight .overlay, .spotlight[data-spotlight*="fade"] .overlay > div {
    
    background: rgba(200,200,200,160.85);
}

.mod-box-color {
    background: #DCDBD7!important;
    color: #a32b40!important;
    padding: 0px!important;
}

@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Logo */
.custom-logo {
	width: 220px;
	height: 90px;
	background-image: url(../../../images/yootheme/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
    background-size: contain;
}

/* Only Phones */
@media (max-width: 767px) {
	#header-responsive .logo { margin-bottom: 10px; }
}

/* Parallax Effect */
.box-parallax { background-image: url(../../../images/yootheme/demo/teaser/home_teaser_default.jpg); }
.box-parallax h1 { font-family: "DroidSerifBoldItalic", "TimesNewRoman", "serif"; }

/* Frontpage Title */
.bigger-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
}

/* Frontpage List Line */
ul.line.frontpage > li {
	margin-top: 30px;
	padding-top: 30px;
}

ul.line.frontpage > li:first-child {
	margin-top: 0;
	padding-top: 0;
}


/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
	.frontpage-teaser { height: 280px; }
	.frontpage-teaser h2 {
		margin-bottom: 0;
		line-height: 75px;
		font-size: 68px;
	}
	.frontpage-teaser h4 {
		line-height: 28px;
		font-size: 23px;
	}
}

/* only phones */
@media (max-width: 767px) {
	.frontpage-teaser { height: 150px; }
	.frontpage-teaser h2 {
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 50px;
		font-size: 40px;
	}
	.frontpage-teaser h4 {
		margin-top: 0;
		font-size: 12px;
		line-height: 16px;
	}
}