/*
 Theme Name:	Modern Interior Child
 Theme URI:		http://gt3themes.com/wordpress-themes/interior/
 Author:		mad_dog
 Author URI:	gt3themes.com
 Template:		gt3-wp-interior
*/


@import url("../gt3-wp-interior/style.css");

/* ============================================================================	*/
/* !CUSTOM CHILD THEME UPDATES													*/
/* ============================================================================	*/

header {
	position: relative !important;
	background: white;
}

header .header_block .logo {
	padding: 0 !important;
}

.logo_def,
.logo_retina {
	width: auto;
	height: 100px;
}

/*
nav ul.menu > li {
	background: #aaafb8;
}
*/

.content_wrapper {
	padding-top: 20px !important;
}


/* ----------------------------------------------------------------------------	*/
/* !FONTS																		*/
/* ----------------------------------------------------------------------------	*/

body {
	background-color: #ececec;
	color: #3a3a3a !important;
	font-family: 'Tenor Sans' !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poiret One' !important;
}

h1 {
	font-size: 40px !important;
	font-weight: normal;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

.headInModule {
	font-family: 'Tenor Sans' !important;
}

.shortcode_toggles_item_title {
	font-family: 'Tenor Sans' !important;
}


/* ----------------------------------------------------------------------------	*/
/* !PRIMARY NAVIGATION															*/
/* ----------------------------------------------------------------------------	*/

#nav {
	background: #aaafb8;
	height: 40px;
}

#primary-navigation {
	float: right;
}

#primary-navigation ul > li {
	list-style: none;
	float: left;
	border-right: 1px solid #ccc;
}

#primary-navigation ul > li:last-child {
	border-right: none;
}

#primary-navigation ul > li a {
	display: block;
	padding: 0 2em;
	color: #b33900;
	line-height: 40px;
	text-transform: uppercase;
}

#primary-navigation ul > li a:hover,
#primary-navigation li.current-menu-item a {
	background: #333;
}


@media only screen and (max-width: 959px) {

	#nav {
		display: none;
	}

}