/*
Theme Name: Inspire - Young Living Theme
Description: A WordPress Magazine Theme
Theme URI: http://themeforest.net/
Author: BOOSTDEVELOPERS, Young Living Essential Oils
Author URI: http://boostdevelopers.com
Young Living Author: Dan Kondel
Template: inspire
Version: 1.0.0
*/

@import url("../inspire/style.css");
@import url("css/fonts.css");
@import url("//www.youngliving.com/blog/wp-content/fonts/mrseaves/stylesheet.css");

/* Theme colors */
/* Text -       #232323 */
/* Green Text - #8FBE3E */
/* Background - #FFF    */
/* BG Gray -    #F3F3F3 */
/*********** Theme Customization starts here ***********/

body, select {
	font-family: montserrat, "Avenir LT W02 35 Light", sans-serif;
}

body.single-post {
	background-color: #FFF;
}

/***** Header Changes *****/
.header-bg {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 155px;
	background-color: white;
}

.admin-bar .header-bg {
	top: 32px;
}

#header {
	margin-bottom: 25px;
}

.single-post #header {
	margin-bottom: 5px;
}

#hero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1014px;
	padding-top: 20px;
	height: 105px;
	vertical-align: middle;
	display: block;
	text-transform: uppercase;

	background: transparent url('//www.youngliving.com/blog/wp-content/themes/inspire-yl-child/images/blog-frill.png') no-repeat right bottom;
}

#logo {
	position: relative;
	display: inline;
	top: 0 !important;
	float: left;
	height: 73px;
}

#hero-bg {
	display: none;
}

#hero-title {
	position: relative;
	display: inline;
	top: 23px;
	float: right;
	height: 60px;
}

#hero-title h1, #hero-title h2 {
	padding-right: 20px;
	font-family: 'Six Caps', sans-serif;
	color: #8fbe3e;
	font-size: 50pt;
	line-height: 60px;
	letter-spacing: .075em;

	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-kerning: normal;
}

#top-nav {
	border-top: 1px #8FBE3E solid;
	position: absolute;
	top: 125px;
	height: 20px;
	width: 100%;
}
.menu {
	top: 5px !important;
	left: 0px;
}

#header .menu {
	font-weight: normal !important;
	font-size: 14px !important;
}

#header .menu li {
	margin-right: 12px;
	padding-right: 12px;
}

#header-social, #header-search {
	top: 5px;
}

#pop_out_search {
	bottom: 17px;
}

.home .flexslider {
	margin-bottom: 7px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px #8FBE3E solid;
}

.slider-bg {
	display: none;
}

.single-post .slider-bg {
  display: block;
  position: absolute;
  top: 155px;
  left: 0;
  width: 100%;
  background-color: #F3F3F3;
  z-index: -1;
}

.single-post .flexslider img, .single-post .flexslider .slides img {
	/*max-height: 490px;*/
	width: 100%;
}

.single-post .post-img.full {
	width: 990px;
}

.admin-bar .slider-bg {
	top: 185px;
}

.flexslider {
	margin: 0 0 40px !important;
}

/***** Body Changes *****/
#filter {
	display: none;
}

#bg-wrapper, #footer_tab {
	background-color: transparent;
}

.item .item-excerpt, .item .item-title {
	background-color: #FFF;
}

.item .item-title h2 a {
	color: #232323;
	text-transform: none;
	font-size: 25px;
}

.item .item-title h2,
.post h1,
.post-comments h2,
.widget h2.widget-title,
#respond h3,
.widget .widget-item h3 a {
	font-family: baskerville, "mrseavita", serif !important;
	text-transform: none;
}

.item .meta {
	background-color: #FFF;
}

.item .meta .heart {
	color: #232323;
}

.item.column4 .item-excerpt.quote blockquote {
	background-image: url("images/blockquote.png");
	background-position: center bottom;
	padding: 5px 8px 30px;
	margin: 10px 0 0;
}

.item-more {
	color: #8FBE3E !important;
	text-transform: uppercase;
}

#sidebar {
	width: 240px;
}

#sidebar .item,
#sidebar .item-title,
#sidebar .item-excerpt,
#sidebar .item .meta {
	background-color: #F3F3F3;
}

#sidebar .widget #searchform input#s {
	width: 195px;
}

.wp-admin a.button {
	color: #555 !important;
}

#header .menu li.current-menu-item a, #header .menu li.current_page_item a, #header .menu li a:hover
{
	border-bottom: 3px solid #8FBE3E;
}

a:hover, #header .menu li ul li a:hover, .item:hover > div > h2 > a, .item .item-descrip h2 a:hover, .widget .widget-item:hover > h3 > a, .post .post-entry .tags a:hover, .post .post-entry a, #wp-calendar tbody td a
{
	color:  #8FBE3E;
}

.widget h2.widget-title {
	font-size: 19px;
}

.dsq-comment-header {
	font-weight: bold !important;
}

.post-title h1 {
	font-size: 36px
}

.post .post-entry {
	font-size: 14px;
}

body {
	font-size: 14px;
}

#searchform #searchsubmit {
	height: 24px;
}

/*** Buttons ***/
.btn {
	color:#FFF !important;
	background-color: #BBB;
	border-radius: 5px;
	border: 1px solid #DDD;
	padding: 12px;
	letter-spacing: 1px;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
}

.btn:hover {
	background-color: #999;
	transition: all 0.4s ease 0s;
}

.disclaimer {
	font-style: italic;
}

.yikes-easy-mc-form input, .yikes-easy-mc-form select {
	border: 1px solid #EEE !important;
	background: #FFF none repeat scroll 0% 0% !important;
	padding: 5px 8px;
	font-size: 10px;
	letter-spacing: 1px;
	margin-left: 2px;
}

.yikes-easy-mc-form label {
	width: calc(100% - 4px) !important;
}

.yikes-easy-mc-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 26px;
	background: url(//www.youngliving.com/blog/wp-content/themes/inspire-yl-child/images/select_down.png) no-repeat right #FFF !important;
}

.post-entry ul li {
	padding-left:16px !important;
}

.post-share #share_control {
	position:relative;
}
.post-share #share_control_text {
	height: 20px;
	width: 120px;
	text-transform: uppercase;
	color: white;
	position:absolute;
	top: 0;
	left: 0;
	padding-top: 1px;
	padding-left: 2px;
	padding-right:20px;
	box-sizing: border-box;
	overflow: hidden;
	pointer-events: none;
	text-align: center;
}

#lang-wrapper
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

#lang-wrapper #lang_sel_click,
#lang-wrapper #lang_sel {
	position: absolute;
	right: 5px;
	top: 5px;
	font-family: montserrat, "Avenir LT W02 35 Light", verdana, sans-serif;
	width: 150px;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.post-entry ol li, ol li, .post-entry ul li, ul li  {
    font-size: 14px;
}

#hero-title h1:lang(ru), #hero-title h2:lang(ru) {
    font-family: 'Oswald', sans-serif;
    font-size: 42pt;
    letter-spacing: .005em;
}

#hero-title h1:lang(lt), #hero-title h2:lang(lt) {
    padding-right: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 32pt;
    letter-spacing: .005em;
}

@media only screen and (max-width: 480px) {
	#hero-title h1, #hero-title h2 {
		font-size: 20pt !important;
		line-height: 30px !important;
	}
}

@media only screen and (max-width: 767px) {
	/* Main styles */
	#lang-wrapper {
		width:300px;
	}

	#lang-wrapper #lang_sel_click {
		position: static;
		margin: 5px auto 0;
		width: 150px;
		display: block;
	}

	.header-bg.multilang {
		height: 237px;
	}
	
	#content.full {
		margin: 0 auto !important;
	}
}/* @media only screen and (max-width: 767px) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#lang-wrapper {
		width:440px;
	}
}/* @media only screen and (min-width: 480px) and (max-width: 767px) */

@media only screen and (max-width: 690px) {
	#hero-bg {
		display: block;
		position: absolute;
		top: 0;
		right: -25px;
		height: 100%;
		width: calc(100% + 50px);
		z-index: -1;
		background-color: white;
	}

	#hero,
	#hero-title {
		height: auto !important;
	}

	#header select {
		position: absolute !important;
		bottom: -32px;
		margin-bottom: 0 !important;
	}

	#top-nav {
		height: 100% !important;
	}
}/* @media only screen and (max-width: 767px) */

.page-id-18317 {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
}

.page-id-18317 .post-img img {
	width: 100%;
	height: auto;
}

.page-id-18317 #bg-wrapper {
	width: auto;
	max-width: 1000px;
	overflow-x: hidden;
}

.page-id-18317 #wrapper {
	width: auto;
	max-width: 1000px;
	overflow-x: hidden;
}

.page-id-18317 #content {
	width: auto;
	max-width: 1000px;
}

.page-id-18317 .wyng-iframe-container {
	width: 100%;
	padding-left: 0 !important;
}

#cookie-law-info-bar a {
  color: #fff;
  text-decoration: underline;
}

#cookie-law-info-bar a:hover {
  color: #fff;
}

#cookie-law-info-bar #cookie_action_close_header {
  text-decoration: none;
}

#cookie_action_close_header:hover {
  color: rgb(110, 73, 157) !important;
  background-color: #fff !important;
}

@media only screen and (max-width: 1000px) {
	.page-id-18317 .wyng-iframe-container .iframe-class {
		height: 1850px !important;
	}
}

@media only screen and (max-width: 750px) {
	.page-id-18317 .wyng-iframe-container .iframe-class {
		height: 1900px !important;
	}
}

@media only screen and (max-width: 500px) {
	.page-id-18317 .wyng-iframe-container .iframe-class {
		height: 2300px !important;
	}
}

@media only screen and (max-width: 350px) {
	.page-id-18317 .wyng-iframe-container .iframe-class {
		height: 2300px !important;
	}
}
