/*
Theme Name: Flower and Shower
Author: Multitude
Author URI: http://www.flowerandshower.nl/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* FONTS */

@font-face {
	font-family:'AmericanTypewriter-Medium';
	src: url('fonts/AmericanTypewriter-Medium_gdi.eot');
	src: url('fonts/AmericanTypewriter-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/AmericanTypewriter-Medium_gdi.woff') format('woff'),
		url('fonts/AmericanTypewriter-Medium_gdi.ttf') format('truetype'),
		url('fonts/AmericanTypewriter-Medium_gdi.svg#AmericanTypewriter-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;
}

h1, h2, h3, h4, h5, h6 { 
	font-family:'AmericanTypewriter-Medium', 'Cutive', serif;
}

p { 
	font-family:'AmericanTypewriter-Medium', 'Cutive', serif !important;
}

a { 
	font-family:'AmericanTypewriter-Medium', 'Cutive', serif !important;
}

.main-nav > li > a .menu-text { 
	font-family:'AmericanTypewriter-Medium', 'Cutive', serif;
}

.mobile-main-nav li > a .menu-text { 	
	font-family:'AmericanTypewriter-Medium', 'Cutive', serif;
}

li { 
	font-family:'AmericanTypewriter-Medium', 'Cutive', serif !important;
}

/* CUSTOM CSS */

.customlogo {
	left: 50px;
	top: 0px;
	position: fixed;
	z-index: 99999;
}

@media screen and (max-width: 830px) {
	.customlogo {
		left: 10px;
		position: absolute;
	}
}

@media screen and (max-width: 830px) {
	.customlogo img {
		max-height: 100px;
		width: auto;
	}
}

.title {
	margin-top: 20%;
}

.title h1 {
	color: #FFFFFF;
	font-size: 80px;
	line-height: 75px;
}



.title h2 {
	color: #FFFFFF;
}


/* HEADER */

.masthead.line-decoration:not(.side-header):not(.mixed-header) {
	border-bottom: 3px solid #8b0e69;
}

.phantom-line-decoration.phantom-sticky.sticky-on .masthead:not(.side-header):not(.mixed-header) {
	border-bottom: 3px solid #8b0e69;
} 

.vc_btn3.vc_btn3-color-purple, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat {
	background-color: #5d225b;
}


/* FOOTER */


.footer .widget-title {
			font-family:'AmericanTypewriter-Medium', 'Cutive', serif;
}

.textwidget {
		font-family:'AmericanTypewriter-Medium', 'Cutive', serif;
}

/* BLOG */

#page .page-title .entry-title {
		font-family:'AmericanTypewriter-Medium', 'Cutive', serif;
}

#lang_sel a {
	color: black !important;
}

.custom-menu li.act > a {
	color: white !important;
	text-decoration: underline;
}

#lang_sel_list a { 
	color: white;
}