/*
Theme Name: Stylishlyme2.0
Theme URI: http://underscores.me/
Author: Uhuru Network
Author URI: http://uhurunetwork.com
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stylishlyme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Stylishlyme2.0 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
	5.3 Header
	5.4 Footer
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 FontAwesome
14.0 DropNav & Grid
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

#primary img{
	padding: 0px 0px 10px 0px;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Playfair Display', serif;
	margin-bottom: 1em;
	text-transform: uppercase;
}

h1{
	font-size: 2.5em;
}
h2{
	font-size: 2.25em;
}
h3{
	font-size: 2em;
}
h4{
	font-size: 1.75em;
}
h5{
	font-size: 1.5em;
}
h6{
	font-size: 1.25em;
}

article h1,article h2,article h3,article h4,article h5,article h6{
	display: inline-block;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Cardo', serif;
}
.entry-content p{
		font-size: 1.313em;
	}
	
.lato{
	font-family: 'Lato', sans-serif;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	/*background: #fff9c0;*/
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}
.main-navigation,.secondary-navigation{
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

.post ul {
	font-family: 'Cardo', serif;
	font-size: 18px;
}

ol {
	list-style: decimal;
	font-family: 'Cardo', serif;
	font-size: 1.313em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #bf4135;
	text-decoration: none;
}

a:visited {
	color: #bf4135;
}

a:hover,
a:focus,
a:active {
	color: teal;
}

article .view-more:hover, .sty-post .view-more:hover {
	background-color: teal;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.menu-secondary-container{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.secondary-navigation ul{
	margin: 0 auto;
	max-width: 385px;
}
.secondary-navigation ul li{
	display: inline-block;
	list-style: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.secondary-navigation ul li a,.secondary-navigation ul li a:visited,.secondary-navigation ul li a:active,.secondary-navigation ul li a:hover{
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
}
.secondary-navigation ul li a:hover {
	color: teal;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*Scroll Navigation*/
#scroll-navigation{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0px;
	position: fixed;
	top:-75px;
	z-index: 9;
	width: 100%;
	background: rgba(255, 255, 255, 0.82);
	transition: all 1s ease;
}
#scroll-navigation .menu-secondary-container{
	border: none;
}
#scroll-navigation .menu-icon,#scroll-navigation .menu-search{
	top:0px;
}
#scroll-navigation .menu-icon i{
	font-size: 30px;
}
#scroll-navigation .menu-search{
	max-width: 50px;
}
#scroll-navigation .secondary-navigation{
	display: block;
}
@media (max-width:500px){
	#scroll-navigation .secondary-navigation ul li a{
		font-size: .9em;
	}
	#scroll-navigation .secondary-navigation ul{
		text-align: right;
	}
	#scroll-navigation .menu-icon{
		left: 5px;
	}
	#scroll-navigation .menu-icon p{
		font-size: .75em;
	}
	#scroll-navigation .menu-search{
		right: 5px;
	}
	#scroll-navigation .menu-search p{
		font-size: .75em;
	}
}
@media (max-width:320px){
	#scroll-navigation .secondary-navigation ul li a{
		font-size: .75em;
	}
	
}
/*--------------------------------------------------------------
5.3 Header
--------------------------------------------------------------*/
.site-branding{
	position: relative;
}
.menu-icon,.logo,.menu-search{
	display: inline-block;
	vertical-align: top;
}
.menu-icon{
	text-align: center;
	top: 30px;
	left: 15px;
	position: absolute;
}
.menu-icon i{
	font-size: 40px;
}
.menu-icon p{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
}
.menu-search{
	text-align: center;
	top: 30px;
	left: 15px;
	position: absolute;
}
.menu-search i{
	font-size: 40px;
}
.menu-search p{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
.logo{
	text-align: center;
	width: 320px
}
.logo1{
	text-align: center
}

.menu-search{
	text-align: center;
	position: absolute;
	top:30px;
	right: 15px;
}
@media (max-width:520px){
	.logo img{
		width: 200px;
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------
5.4 Footer
--------------------------------------------------------------*/
.site-footer{
	background-color: #b19b76;
}
.footer-navigation ul{
	text-align: center;
	margin: 40px auto 10px auto;
}
.footer-navigation li{
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 5px;
}
.footer-navigation li a{
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 100;
}

.footer-navigation li a:hover {
	color: teal;
}


.site-info{
	border-top: 1px solid #fff;
	padding-top: 10px;
	text-align:center;
}
.photousage{
	width: 45%;
	margin: 0 auto 0 auto;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.content-width{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.side-col-cta{
	background-color: #fefaf2;
	text-align: center;
	border: 1px solid #b19b76;
	margin-bottom: 10px;
}
.side-col-cta h5{
	margin-bottom: .5em;
	margin-top: .5em;
	padding: 5px;
}
.side-col-cta p{
	padding: 0px 5px;
}
.side-col-cta-link{
	background-color: #bf4135;
	width: 100%;
	padding: 10px;
}

.side-col-cta-link:hover {
	background-color: teal;
}
.side-col-cta-link a{
	color: #fff;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 1.5em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


#comments{
	display: block;
	height: auto;
}
.outfit-details, .comments-button{
	text-align: center;
	margin-bottom: 30px;
}
.outfit-details .box, .comments-button .box{
	border: 1px solid #b7a07a;
	color: #b7a07a;
	padding: 10px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.outfit-details p{
	font-family: sans-serif;
}
#comments.hide-comments {	
	height: auto;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.form-allowed-tags{
	display: none;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

ins.adsbygoogle {
	margin-bottom: 25px;
	background: #f2f2f2;

}
.ci ins.adsbygoogle{
	height: 130px !important;
	padding: 20px 0px;
}

@media (max-width:375px){
	.ci ins.adsbygoogle{
		min-height: 293px !important;
	}
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* -------------------------------------------------- 
SEARCHFORM
-------------------------------------------------- */


.searchpage {}
.searchpage .headerblock,
.search .headerblock,
.tag .headerblock {
  padding: 7em 0 3em 0 !important;
}


.textpage.search {
  text-align: center;
}


#searchform {
  text-align: center;
  margin-top: 0;
}
#searchform input#s {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 2em;
  width: 100%;
  padding: 1.5em 1.5em 1.3em 1.5em;
}


.page-template-searchpage input[type="submit"] {
	background-color: #bf4135;
    border: none;
    color: white;
    transition: background-color 400ms ease-out;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-shadow: none;
    box-shadow: none;
    font-size: 1.6rem;
    border-radius: 50px;
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.page-template-searchpage input[type="submit"]:hover {  
	background-color: teal;
}	

.search-results input[type="submit"] {
	background-color: #bf4135;
    border: none;
    color: white;
    transition: background-color 400ms ease-out;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-shadow: none;
    box-shadow: none;
    font-size: 1.6rem;
    border-radius: 50px;
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.search-results input[type="submit"]:hover {  
	background-color: teal;
}	  

.search-button {
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin: 0;
  padding: 0;
  top: 45px;
  left: 70px;
  position: fixed;
  background: #fff;
  color: #0b0e16;
  font-size: 1em;
  text-align: center !important;

  z-index: 1000;
  margin: 0;
  padding: 0;
  border: none;
  color: transparent;
  background: #fff;
  outline: none;
}

.search-button i {
  color: #0b0e16;
  display: inline-block !important;
  height: 55px;
  line-height: 55px;
  margin:0;
  padding: 0;
  text-align: center;
}


/*--------------------------------------------------------------
13.0 FontAwesome
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.2.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
 /*--------------------------------------------------------------
14.0 Full Page Menu
--------------------------------------------------------------*/

/* -------------------------------- 

Main components 

-------------------------------- */
a.cd-primary-nav-trigger{
	color: #333;
}

@media only screen and (min-width: 1170px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -80px;
    background-color: rgba(2, 23, 37, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: rgba(2, 23, 37, 0.96);
  }
}

#menu-main-navigation{
	margin: 0;
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.97);
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 999;
}
.cd-primary-nav li {
  list-style: none;
  font-size: 18px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
}
.cd-primary-nav .cd-primary-nav-trigger{
	padding: 1em;
	border: 1px solid #000;
	background-color: teal;
	color: #fff;
	border-radius: 3px;
}
.cd-primary-nav .cd-primary-nav-trigger p{
	margin: 0;
}
#menu-main-navigation > li > a{
	color: #000;
	font-weight: bold;
}
.cd-primary-nav .sub-menu{
	margin: 0;
}
.cd-primary-nav a {
  display: inline-block;
  padding: .4em 1em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.no-touch .cd-primary-nav a:hover {
  background-color: #e36767;
}
.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}

.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width:320px){
	h1{
		font-size: 1.5em;
	}
	h2{
		font-size: 1.2em;
	}
	h3{
		font-size: 1.1em;
	}
	h4{
		font-size: 1em;
	}
	h5{
		font-size: 1em;
	}
	h6{
		font-size: .75em;
	}
	.secondary-navigation ul li a, .secondary-navigation ul li a:visited, .secondary-navigation ul li a:active, .secondary-navigation ul li a:hover{
		font-size: 1em;
	}
	.menu-search{
		max-width: 30px;
		top:40px;
	}
	.logo{
		margin-left: 5px;
	}
	
	.menu-icon i {
		font-size: 35px;
	}
	
	.menu-icon {
	left: 10px;
	}
	
	.menu-search i {
	font-size: 35px;
	}
	
	.menu-icon {
	left: 10px;
	}
	.content-area {
	padding-top: 20px;
	}
	
	.entry-meta {
	font-size: .9em;
	padding-top: 10px;
	}
	
}

@media (max-width:375px){
	h1{
		font-size: 1.5em;
	}
	h2{
		font-size: 1.2em;
	}
	h3{
		font-size: 1.1em;
	}
	h4{
		font-size: 1em;
	}
	h5{
		font-size: 1em;
	}
	.content-area {
	padding-top: 20px;
	}
	
	.entry-meta {
	font-size: .9em;
	padding-top: 10px;
	}
}

@media (max-width:414px){
	h1{
		font-size: 1.7em;
	}
	h2{
		font-size: 1.5em;
	}
	h3{
		font-size: 1.3em;
	}
	h4{
		font-size: 1.2em;
	}
	h5{
		font-size: 1em;
	}
	
		.content-area {
	padding-top: 20px;
	}
	
	.entry-meta {
	font-size: .9em;
	padding-top: 10px;
	}

}

/*--------------------------------------------------------------
13.0 MailChimp Stylings
--------------------------------------------------------------*/

.tptn_posts ul {
	list-style: none;
	margin: 0px;
	width: 100%;
}

.tptn_posts ul li a:hover {
	color: teal;
	}
	

.hiddenpinimage { opacity: 0; position: absolute; top: 0; left: 0; height: 0px; width: 0px; }

#mc_embed_signup-bootsgiveaway {
	background-color: #fefaf2;
	border: 1px solid #b19b76;
	margin-bottom: 10px;
	padding: 20px;
	font-family: 'Lato', sans-serif;
}

#mc_embed_signup-bootsgiveaway input {
	width: 100%
}

#mc_embed_signup-bootsgiveaway #mc-embedded-subscribe {
	margin: 2em 0 1em 0;
}

#mc_embed_signup-bootsgiveaway input[type="submit"] {
	background: #bf4135;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	border-color: none;
	border: none;
	text-shadow: none;
	box-shadow: none;
}

#mc_embed_signup-bootsgiveaway input[type="submit"]:hover {
	background: #bf4135;
}

/* CG styles */
#mc_embed_signup #mc-embedded-subscribe{
    display: block;
    text-align: center;
    background-color: #bf3f31;
    color: #fff;
    padding: 0px 9px;
    margin: 0px auto;
    text-transform: uppercase;
    text-shadow: none;
    width: 150px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 3px;
    box-shadow: none;
    border-radius: 0px;
    font-weight: normal;
    height: 44px;
}
#mc_embed_signup #mc-embedded-subscribe:hover{
    background-color: teal;
}
.mc-field-group.input-group input[type=checkbox]{
margin-right:5px;
    -webkit-appearance: checkbox !important;
}
#mc_embed_signup #mce-EMAIL, #mc_embed_signup #mce-FNAME{
border-radius:0px;
border:1px solid #b7a07a;
}
#mc-custom-subscribe input[type="checkbox"] {
	position: relative;
	z-index:2;
	opacity: 0;
	-webkit-appearance: checkbox !important;
	cursor:pointer;
}
.mc-custom-check{
position:relative;
width:20px;
display:inline-block;
}
#mc-custom-subscribe .mc-custom-check label {
	cursor:pointer;
	position: absolute;
	width:15px;
	height:15px;
	top:0;
	left:-2px;
	background:transparent;
	border:1px solid black;
	border-radius: 15px;
}
#mc-custom-subscribe .mc-custom-check label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 3px solid #bf4135;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mc-custom-subscribe .mc-custom-check  input[type=checkbox]:checked + label:after {
    opacity: 1;
}
/* end of CG CG styles*/
.postid-17507 .side-col-cta-link:hover {
background-color: #bf4135;
}

.postid-17546 .side-col-cta-link:hover {
background-color: #bf4135;
}

.postid-17860 .side-col-cta-link:hover {
background-color: #bf4135;
}

.postid-17722 .side-col-cta-link:hover {
background-color: #bf4135;
}

.postid-18120 .side-col-cta-link:hover {
background-color: #bf4135;
}

.postid-18340 .side-col-cta-link:hover {
background-color: #bf4135;
}

.postid-18812 .side-col-cta-link:hover {
background-color: #bf4135;
}

#mc_embed_signup-feb-cal input.email {
	margin-right: 15px;
}

#mc_embed_signup-feb-cal input[type="submit"] {
			background: teal;
			text-shadow: none;
			color: #fff;
			cursor: pointer;
			box-shadow: none;
			font-size: 18px;
			border: none;
			padding: 10px 25px 10px 25px;
			margin-top: 15px;
			width: auto
		}
			#optin input[type="submit"]:hover { color: #bf4135 }
			
			
			
			
#jumbo-share-top {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}			
 /*--------------------------------------------------------------
14.0 DropNav & Grid
--------------------------------------------------------------*/
#secondary-navigation{display: none;}
#dropnav {
    width:100%;
    border-top:1px #333 solid;
    border-bottom:1px #333 solid;
    padding:5px 0px;
    text-align:center;
    font-family: 'Playfair Display', serif;
  text-transform: uppercase;

}
@media (max-width:650px){
	#secondary-navigation{display: block;}
	#dropnav{display:none;}
}
#dropnav li {
    list-style:none;
    display:inline-block;
    padding:5px;
    color:#333;
    font-size: 20px;
    cursor: pointer;
}
#looksmenu, #beautymenu, #stylemenu, #travelsmenu {
    display:none;
    padding-top:10px;
}
.menuside {
    border-right:1px #333 solid;
    margin: 0px;
}
#dropnav .menuside li {
    display:block;
}
#dropnav .menuside li a{
    text-decoration:none;
    color:#333;
}
#dropnav .menuside li a:visited{
    color:#333;
}
#dropnav li.activeitem{color:#bf3f31;font-weight:bold;}

#menu-main-navigation > li{
	border-bottom:1px solid #333;
	padding: 10px;
}
#menu-main-navigation > li:first-child{
	border-top: 1px solid #333;
	margin-top: 10px;
}

@media (max-width: 400px){@-ms-viewport{width:320px}}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.grid-container:before,.grid-5:before,.mobile-grid-5:before,.tablet-grid-5:before,.grid-10:before,.mobile-grid-10:before,.tablet-grid-10:before,.grid-15:before,.mobile-grid-15:before,.tablet-grid-15:before,.grid-20:before,.mobile-grid-20:before,.tablet-grid-20:before,.grid-25:before,.mobile-grid-25:before,.tablet-grid-25:before,.grid-30:before,.mobile-grid-30:before,.tablet-grid-30:before,.grid-35:before,.mobile-grid-35:before,.tablet-grid-35:before,.grid-40:before,.mobile-grid-40:before,.tablet-grid-40:before,.grid-45:before,.mobile-grid-45:before,.tablet-grid-45:before,.grid-50:before,.mobile-grid-50:before,.tablet-grid-50:before,.grid-55:before,.mobile-grid-55:before,.tablet-grid-55:before,.grid-60:before,.mobile-grid-60:before,.tablet-grid-60:before,.grid-65:before,.mobile-grid-65:before,.tablet-grid-65:before,.grid-70:before,.mobile-grid-70:before,.tablet-grid-70:before,.grid-75:before,.mobile-grid-75:before,.tablet-grid-75:before,.grid-80:before,.mobile-grid-80:before,.tablet-grid-80:before,.grid-85:before,.mobile-grid-85:before,.tablet-grid-85:before,.grid-90:before,.mobile-grid-90:before,.tablet-grid-90:before,.grid-95:before,.mobile-grid-95:before,.tablet-grid-95:before,.grid-100:before,.mobile-grid-100:before,.tablet-grid-100:before,.grid-33:before,.mobile-grid-33:before,.tablet-grid-33:before,.grid-66:before,.mobile-grid-66:before,.tablet-grid-66:before,.clearfix:before,.grid-container:after,.grid-5:after,.mobile-grid-5:after,.tablet-grid-5:after,.grid-10:after,.mobile-grid-10:after,.tablet-grid-10:after,.grid-15:after,.mobile-grid-15:after,.tablet-grid-15:after,.grid-20:after,.mobile-grid-20:after,.tablet-grid-20:after,.grid-25:after,.mobile-grid-25:after,.tablet-grid-25:after,.grid-30:after,.mobile-grid-30:after,.tablet-grid-30:after,.grid-35:after,.mobile-grid-35:after,.tablet-grid-35:after,.grid-40:after,.mobile-grid-40:after,.tablet-grid-40:after,.grid-45:after,.mobile-grid-45:after,.tablet-grid-45:after,.grid-50:after,.mobile-grid-50:after,.tablet-grid-50:after,.grid-55:after,.mobile-grid-55:after,.tablet-grid-55:after,.grid-60:after,.mobile-grid-60:after,.tablet-grid-60:after,.grid-65:after,.mobile-grid-65:after,.tablet-grid-65:after,.grid-70:after,.mobile-grid-70:after,.tablet-grid-70:after,.grid-75:after,.mobile-grid-75:after,.tablet-grid-75:after,.grid-80:after,.mobile-grid-80:after,.tablet-grid-80:after,.grid-85:after,.mobile-grid-85:after,.tablet-grid-85:after,.grid-90:after,.mobile-grid-90:after,.tablet-grid-90:after,.grid-95:after,.mobile-grid-95:after,.tablet-grid-95:after,.grid-100:after,.mobile-grid-100:after,.tablet-grid-100:after,.grid-33:after,.mobile-grid-33:after,.tablet-grid-33:after,.grid-66:after,.mobile-grid-66:after,.tablet-grid-66:after,.clearfix:after{content:".";display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.grid-container:after,.grid-5:after,.mobile-grid-5:after,.tablet-grid-5:after,.grid-10:after,.mobile-grid-10:after,.tablet-grid-10:after,.grid-15:after,.mobile-grid-15:after,.tablet-grid-15:after,.grid-20:after,.mobile-grid-20:after,.tablet-grid-20:after,.grid-25:after,.mobile-grid-25:after,.tablet-grid-25:after,.grid-30:after,.mobile-grid-30:after,.tablet-grid-30:after,.grid-35:after,.mobile-grid-35:after,.tablet-grid-35:after,.grid-40:after,.mobile-grid-40:after,.tablet-grid-40:after,.grid-45:after,.mobile-grid-45:after,.tablet-grid-45:after,.grid-50:after,.mobile-grid-50:after,.tablet-grid-50:after,.grid-55:after,.mobile-grid-55:after,.tablet-grid-55:after,.grid-60:after,.mobile-grid-60:after,.tablet-grid-60:after,.grid-65:after,.mobile-grid-65:after,.tablet-grid-65:after,.grid-70:after,.mobile-grid-70:after,.tablet-grid-70:after,.grid-75:after,.mobile-grid-75:after,.tablet-grid-75:after,.grid-80:after,.mobile-grid-80:after,.tablet-grid-80:after,.grid-85:after,.mobile-grid-85:after,.tablet-grid-85:after,.grid-90:after,.mobile-grid-90:after,.tablet-grid-90:after,.grid-95:after,.mobile-grid-95:after,.tablet-grid-95:after,.grid-100:after,.mobile-grid-100:after,.tablet-grid-100:after,.grid-33:after,.mobile-grid-33:after,.tablet-grid-33:after,.grid-66:after,.mobile-grid-66:after,.tablet-grid-66:after,.clearfix:after{clear:both}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:10px;padding-right:10px}.grid-5,.mobile-grid-5,.tablet-grid-5,.grid-10,.mobile-grid-10,.tablet-grid-10,.grid-15,.mobile-grid-15,.tablet-grid-15,.grid-20,.mobile-grid-20,.tablet-grid-20,.grid-25,.mobile-grid-25,.tablet-grid-25,.grid-30,.mobile-grid-30,.tablet-grid-30,.grid-35,.mobile-grid-35,.tablet-grid-35,.grid-40,.mobile-grid-40,.tablet-grid-40,.grid-45,.mobile-grid-45,.tablet-grid-45,.grid-50,.mobile-grid-50,.tablet-grid-50,.grid-55,.mobile-grid-55,.tablet-grid-55,.grid-60,.mobile-grid-60,.tablet-grid-60,.grid-65,.mobile-grid-65,.tablet-grid-65,.grid-70,.mobile-grid-70,.tablet-grid-70,.grid-75,.mobile-grid-75,.tablet-grid-75,.grid-80,.mobile-grid-80,.tablet-grid-80,.grid-85,.mobile-grid-85,.tablet-grid-85,.grid-90,.mobile-grid-90,.tablet-grid-90,.grid-95,.mobile-grid-95,.tablet-grid-95,.grid-100,.mobile-grid-100,.tablet-grid-100,.grid-33,.mobile-grid-33,.tablet-grid-33,.grid-66,.mobile-grid-66,.tablet-grid-66{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:10px;padding-right:10px}.grid-parent{padding-left:0;padding-right:0}@media (max-width: 767px){.mobile-push-5,.mobile-pull-5,.mobile-push-10,.mobile-pull-10,.mobile-push-15,.mobile-pull-15,.mobile-push-20,.mobile-pull-20,.mobile-push-25,.mobile-pull-25,.mobile-push-30,.mobile-pull-30,.mobile-push-35,.mobile-pull-35,.mobile-push-40,.mobile-pull-40,.mobile-push-45,.mobile-pull-45,.mobile-push-50,.mobile-pull-50,.mobile-push-55,.mobile-pull-55,.mobile-push-60,.mobile-pull-60,.mobile-push-65,.mobile-pull-65,.mobile-push-70,.mobile-pull-70,.mobile-push-75,.mobile-pull-75,.mobile-push-80,.mobile-pull-80,.mobile-push-85,.mobile-pull-85,.mobile-push-90,.mobile-pull-90,.mobile-push-95,.mobile-pull-95,.mobile-push-33,.mobile-pull-33,.mobile-push-66,.mobile-pull-66{position:relative}.hide-on-mobile{display:none !important}.mobile-grid-5{float:left;width:5%}.mobile-prefix-5{margin-left:5%}.mobile-suffix-5{margin-right:5%}.mobile-push-5{left:5%}.mobile-pull-5{left:-5%}.mobile-grid-10{float:left;width:10%}.mobile-prefix-10{margin-left:10%}.mobile-suffix-10{margin-right:10%}.mobile-push-10{left:10%}.mobile-pull-10{left:-10%}.mobile-grid-15{float:left;width:15%}.mobile-prefix-15{margin-left:15%}.mobile-suffix-15{margin-right:15%}.mobile-push-15{left:15%}.mobile-pull-15{left:-15%}.mobile-grid-20{float:left;width:20%}.mobile-prefix-20{margin-left:20%}.mobile-suffix-20{margin-right:20%}.mobile-push-20{left:20%}.mobile-pull-20{left:-20%}.mobile-grid-25{float:left;width:25%}.mobile-prefix-25{margin-left:25%}.mobile-suffix-25{margin-right:25%}.mobile-push-25{left:25%}.mobile-pull-25{left:-25%}.mobile-grid-30{float:left;width:30%}.mobile-prefix-30{margin-left:30%}.mobile-suffix-30{margin-right:30%}.mobile-push-30{left:30%}.mobile-pull-30{left:-30%}.mobile-grid-35{float:left;width:35%}.mobile-prefix-35{margin-left:35%}.mobile-suffix-35{margin-right:35%}.mobile-push-35{left:35%}.mobile-pull-35{left:-35%}.mobile-grid-40{float:left;width:40%}.mobile-prefix-40{margin-left:40%}.mobile-suffix-40{margin-right:40%}.mobile-push-40{left:40%}.mobile-pull-40{left:-40%}.mobile-grid-45{float:left;width:45%}.mobile-prefix-45{margin-left:45%}.mobile-suffix-45{margin-right:45%}.mobile-push-45{left:45%}.mobile-pull-45{left:-45%}.mobile-grid-50{float:left;width:50%}.mobile-prefix-50{margin-left:50%}.mobile-suffix-50{margin-right:50%}.mobile-push-50{left:50%}.mobile-pull-50{left:-50%}.mobile-grid-55{float:left;width:55%}.mobile-prefix-55{margin-left:55%}.mobile-suffix-55{margin-right:55%}.mobile-push-55{left:55%}.mobile-pull-55{left:-55%}.mobile-grid-60{float:left;width:60%}.mobile-prefix-60{margin-left:60%}.mobile-suffix-60{margin-right:60%}.mobile-push-60{left:60%}.mobile-pull-60{left:-60%}.mobile-grid-65{float:left;width:65%}.mobile-prefix-65{margin-left:65%}.mobile-suffix-65{margin-right:65%}.mobile-push-65{left:65%}.mobile-pull-65{left:-65%}.mobile-grid-70{float:left;width:70%}.mobile-prefix-70{margin-left:70%}.mobile-suffix-70{margin-right:70%}.mobile-push-70{left:70%}.mobile-pull-70{left:-70%}.mobile-grid-75{float:left;width:75%}.mobile-prefix-75{margin-left:75%}.mobile-suffix-75{margin-right:75%}.mobile-push-75{left:75%}.mobile-pull-75{left:-75%}.mobile-grid-80{float:left;width:80%}.mobile-prefix-80{margin-left:80%}.mobile-suffix-80{margin-right:80%}.mobile-push-80{left:80%}.mobile-pull-80{left:-80%}.mobile-grid-85{float:left;width:85%}.mobile-prefix-85{margin-left:85%}.mobile-suffix-85{margin-right:85%}.mobile-push-85{left:85%}.mobile-pull-85{left:-85%}.mobile-grid-90{float:left;width:90%}.mobile-prefix-90{margin-left:90%}.mobile-suffix-90{margin-right:90%}.mobile-push-90{left:90%}.mobile-pull-90{left:-90%}.mobile-grid-95{float:left;width:95%}.mobile-prefix-95{margin-left:95%}.mobile-suffix-95{margin-right:95%}.mobile-push-95{left:95%}.mobile-pull-95{left:-95%}.mobile-grid-33{float:left;width:33.33333%}.mobile-prefix-33{margin-left:33.33333%}.mobile-suffix-33{margin-right:33.33333%}.mobile-push-33{left:33.33333%}.mobile-pull-33{left:-33.33333%}.mobile-grid-66{float:left;width:66.66667%}.mobile-prefix-66{margin-left:66.66667%}.mobile-suffix-66{margin-right:66.66667%}.mobile-push-66{left:66.66667%}.mobile-pull-66{left:-66.66667%}.mobile-grid-100{clear:both;width:100%}}@media (min-width: 768px) and (max-width: 1024px){.tablet-push-5,.tablet-pull-5,.tablet-push-10,.tablet-pull-10,.tablet-push-15,.tablet-pull-15,.tablet-push-20,.tablet-pull-20,.tablet-push-25,.tablet-pull-25,.tablet-push-30,.tablet-pull-30,.tablet-push-35,.tablet-pull-35,.tablet-push-40,.tablet-pull-40,.tablet-push-45,.tablet-pull-45,.tablet-push-50,.tablet-pull-50,.tablet-push-55,.tablet-pull-55,.tablet-push-60,.tablet-pull-60,.tablet-push-65,.tablet-pull-65,.tablet-push-70,.tablet-pull-70,.tablet-push-75,.tablet-pull-75,.tablet-push-80,.tablet-pull-80,.tablet-push-85,.tablet-pull-85,.tablet-push-90,.tablet-pull-90,.tablet-push-95,.tablet-pull-95,.tablet-push-33,.tablet-pull-33,.tablet-push-66,.tablet-pull-66{position:relative}.hide-on-tablet{display:none !important}.tablet-grid-5{float:left;width:5%}.tablet-prefix-5{margin-left:5%}.tablet-suffix-5{margin-right:5%}.tablet-push-5{left:5%}.tablet-pull-5{left:-5%}.tablet-grid-10{float:left;width:10%}.tablet-prefix-10{margin-left:10%}.tablet-suffix-10{margin-right:10%}.tablet-push-10{left:10%}.tablet-pull-10{left:-10%}.tablet-grid-15{float:left;width:15%}.tablet-prefix-15{margin-left:15%}.tablet-suffix-15{margin-right:15%}.tablet-push-15{left:15%}.tablet-pull-15{left:-15%}.tablet-grid-20{float:left;width:20%}.tablet-prefix-20{margin-left:20%}.tablet-suffix-20{margin-right:20%}.tablet-push-20{left:20%}.tablet-pull-20{left:-20%}.tablet-grid-25{float:left;width:25%}.tablet-prefix-25{margin-left:25%}.tablet-suffix-25{margin-right:25%}.tablet-push-25{left:25%}.tablet-pull-25{left:-25%}.tablet-grid-30{float:left;width:30%}.tablet-prefix-30{margin-left:30%}.tablet-suffix-30{margin-right:30%}.tablet-push-30{left:30%}.tablet-pull-30{left:-30%}.tablet-grid-35{float:left;width:35%}.tablet-prefix-35{margin-left:35%}.tablet-suffix-35{margin-right:35%}.tablet-push-35{left:35%}.tablet-pull-35{left:-35%}.tablet-grid-40{float:left;width:40%}.tablet-prefix-40{margin-left:40%}.tablet-suffix-40{margin-right:40%}.tablet-push-40{left:40%}.tablet-pull-40{left:-40%}.tablet-grid-45{float:left;width:45%}.tablet-prefix-45{margin-left:45%}.tablet-suffix-45{margin-right:45%}.tablet-push-45{left:45%}.tablet-pull-45{left:-45%}.tablet-grid-50{float:left;width:50%}.tablet-prefix-50{margin-left:50%}.tablet-suffix-50{margin-right:50%}.tablet-push-50{left:50%}.tablet-pull-50{left:-50%}.tablet-grid-55{float:left;width:55%}.tablet-prefix-55{margin-left:55%}.tablet-suffix-55{margin-right:55%}.tablet-push-55{left:55%}.tablet-pull-55{left:-55%}.tablet-grid-60{float:left;width:60%}.tablet-prefix-60{margin-left:60%}.tablet-suffix-60{margin-right:60%}.tablet-push-60{left:60%}.tablet-pull-60{left:-60%}.tablet-grid-65{float:left;width:65%}.tablet-prefix-65{margin-left:65%}.tablet-suffix-65{margin-right:65%}.tablet-push-65{left:65%}.tablet-pull-65{left:-65%}.tablet-grid-70{float:left;width:70%}.tablet-prefix-70{margin-left:70%}.tablet-suffix-70{margin-right:70%}.tablet-push-70{left:70%}.tablet-pull-70{left:-70%}.tablet-grid-75{float:left;width:75%}.tablet-prefix-75{margin-left:75%}.tablet-suffix-75{margin-right:75%}.tablet-push-75{left:75%}.tablet-pull-75{left:-75%}.tablet-grid-80{float:left;width:80%}.tablet-prefix-80{margin-left:80%}.tablet-suffix-80{margin-right:80%}.tablet-push-80{left:80%}.tablet-pull-80{left:-80%}.tablet-grid-85{float:left;width:85%}.tablet-prefix-85{margin-left:85%}.tablet-suffix-85{margin-right:85%}.tablet-push-85{left:85%}.tablet-pull-85{left:-85%}.tablet-grid-90{float:left;width:90%}.tablet-prefix-90{margin-left:90%}.tablet-suffix-90{margin-right:90%}.tablet-push-90{left:90%}.tablet-pull-90{left:-90%}.tablet-grid-95{float:left;width:95%}.tablet-prefix-95{margin-left:95%}.tablet-suffix-95{margin-right:95%}.tablet-push-95{left:95%}.tablet-pull-95{left:-95%}.tablet-grid-33{float:left;width:33.33333%}.tablet-prefix-33{margin-left:33.33333%}.tablet-suffix-33{margin-right:33.33333%}.tablet-push-33{left:33.33333%}.tablet-pull-33{left:-33.33333%}.tablet-grid-66{float:left;width:66.66667%}.tablet-prefix-66{margin-left:66.66667%}.tablet-suffix-66{margin-right:66.66667%}.tablet-push-66{left:66.66667%}.tablet-pull-66{left:-66.66667%}.tablet-grid-100{clear:both;width:100%}}@media (min-width: 1025px){.push-5,.pull-5,.push-10,.pull-10,.push-15,.pull-15,.push-20,.pull-20,.push-25,.pull-25,.push-30,.pull-30,.push-35,.pull-35,.push-40,.pull-40,.push-45,.pull-45,.push-50,.pull-50,.push-55,.pull-55,.push-60,.pull-60,.push-65,.pull-65,.push-70,.pull-70,.push-75,.pull-75,.push-80,.pull-80,.push-85,.pull-85,.push-90,.pull-90,.push-95,.pull-95,.push-33,.pull-33,.push-66,.pull-66{position:relative}.hide-on-desktop{display:none !important}.grid-5{float:left;width:5%}.prefix-5{margin-left:5%}.suffix-5{margin-right:5%}.push-5{left:5%}.pull-5{left:-5%}.grid-10{float:left;width:10%}.prefix-10{margin-left:10%}.suffix-10{margin-right:10%}.push-10{left:10%}.pull-10{left:-10%}.grid-15{float:left;width:15%}.prefix-15{margin-left:15%}.suffix-15{margin-right:15%}.push-15{left:15%}.pull-15{left:-15%}.grid-20{float:left;width:20%}.prefix-20{margin-left:20%}.suffix-20{margin-right:20%}.push-20{left:20%}.pull-20{left:-20%}.grid-25{float:left;width:25%}.prefix-25{margin-left:25%}.suffix-25{margin-right:25%}.push-25{left:25%}.pull-25{left:-25%}.grid-30{float:left;width:30%}.prefix-30{margin-left:30%}.suffix-30{margin-right:30%}.push-30{left:30%}.pull-30{left:-30%}.grid-35{float:left;width:35%}.prefix-35{margin-left:35%}.suffix-35{margin-right:35%}.push-35{left:35%}.pull-35{left:-35%}.grid-40{float:left;width:40%}.prefix-40{margin-left:40%}.suffix-40{margin-right:40%}.push-40{left:40%}.pull-40{left:-40%}.grid-45{float:left;width:45%}.prefix-45{margin-left:45%}.suffix-45{margin-right:45%}.push-45{left:45%}.pull-45{left:-45%}.grid-50{float:left;width:50%}.prefix-50{margin-left:50%}.suffix-50{margin-right:50%}.push-50{left:50%}.pull-50{left:-50%}.grid-55{float:left;width:55%}.prefix-55{margin-left:55%}.suffix-55{margin-right:55%}.push-55{left:55%}.pull-55{left:-55%}.grid-60{float:left;width:60%}.prefix-60{margin-left:60%}.suffix-60{margin-right:60%}.push-60{left:60%}.pull-60{left:-60%}.grid-65{float:left;width:65%}.prefix-65{margin-left:65%}.suffix-65{margin-right:65%}.push-65{left:65%}.pull-65{left:-65%}.grid-70{float:left;width:70%}.prefix-70{margin-left:70%}.suffix-70{margin-right:70%}.push-70{left:70%}.pull-70{left:-70%}.grid-75{float:left;width:75%}.prefix-75{margin-left:75%}.suffix-75{margin-right:75%}.push-75{left:75%}.pull-75{left:-75%}.grid-80{float:left;width:80%}.prefix-80{margin-left:80%}.suffix-80{margin-right:80%}.push-80{left:80%}.pull-80{left:-80%}.grid-85{float:left;width:85%}.prefix-85{margin-left:85%}.suffix-85{margin-right:85%}.push-85{left:85%}.pull-85{left:-85%}.grid-90{float:left;width:90%}.prefix-90{margin-left:90%}.suffix-90{margin-right:90%}.push-90{left:90%}.pull-90{left:-90%}.grid-95{float:left;width:95%}.prefix-95{margin-left:95%}.suffix-95{margin-right:95%}.push-95{left:95%}.pull-95{left:-95%}.grid-33{float:left;width:33.33333%}.prefix-33{margin-left:33.33333%}.suffix-33{margin-right:33.33333%}.push-33{left:33.33333%}.pull-33{left:-33.33333%}.grid-66{float:left;width:66.66667%}.prefix-66{margin-left:66.66667%}.suffix-66{margin-right:66.66667%}.push-66{left:66.66667%}.pull-66{left:-66.66667%}.grid-100{clear:both;width:100%}}

/*CG styles */

.custom-hidden{
display:none;
} 

.woocommerce-billing-fields h3{
display:block !important;
}
.download-url a{
    font-size: 16px;
    padding: 12px;
    border: 1px #eee solid;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-color: #BF4135;
    color: #FFF;
    line-height: 16px;
}

body #primary .button{
	background-color: #bf3f31;
	color: #fff;
	font-family: 'Playfair Display', serif;
	letter-spacing: 3px;
	font-size: 15px;
	text-shadow: none;
	text-transform:uppercase;
}
body #primary .button:hover{
    background-color: #008080;
}
.woocommerce-cart .entry-content{
	margin: 0 0 0 0;
}
.woocommerce-cart .entry-title{
margin-bottom:20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
margin-bottom:0px;
}
.woocommerce .woocommerce-message{
	    border-top-color:#008080;
}
.woocommerce .woocommerce-message:before{
	    color: #008080;
}


.woocommerce table.shop_table td small {
		font-weight: 700;	
}		

small.download-url {
	font-size: 16px;
}

@media screen and (max-width: 600px) {
    body .logo1 {
        min-height:110px;
    }
}
@media (max-width: 520px){
	.logo img {
		margin-top: 40px;
	}
}

@media (max-width: 340px){
	.logo img {
		width: 155px;
		margin-top: 42px;
	}
}

@media (max-width: 320px){
	body .logo {
	margin-left: 0;
	width: auto;
	}
	
	body .menu-search {
	top: 30px;
	right: 15px;
	max-width: none;
	}
}
/* Instagram
---------------------*/
#jpx_instafeed {
	display:block;
	padding-top:30px;
	
}
.jpx_top_subtitle {
	color:#C0B08C;
	font-size:14px;
	padding-bottom:10px;
	text-transform:uppercase;
	text-align:center;
    margin: 0;
    padding: 0;
	display: block;
}
.jpx_border_title {
	font-size:24px;
	color:#363637;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:center;
	background:url('<?php echo get_template_directory_uri (); ?>/images/title-border.png') bottom center no-repeat;		
	text-transform:uppercase;
}
#sb_instagram #sbi_images .sbi_item,
#jpx_instafeed #sb_instagram #sbi_images,
#jpx_instafeed #sb_instagram {
	padding-bottom: 0!important;	
}
#jpx_instafeed #sb_instagram #sbi_images {
	padding-left:0!important;
	padding-right:0!important;
}

#b57acfde524a6e .bo-con .bo-box {
	background: none;
}

#b57acfde524a6e .bo-con .bo-con:after {
	background: none;
}
#jpx_instafeed .jpx_border_title{
	font-family: 'Playfair Display', serif;
	display: block; 
	font-size: 24px; 
	color: #363637; 
	padding-bottom: 10px; 
	margin-bottom: 20px; 
	text-align: center; 
	text-transform: uppercase; 
}

/* comment box Style */

#comments .details-heading .comment-author {
	float: left;
	margin-right: 10px;
}
#comments > ul {
	margin-left:10px;
}
#comments ul {
	list-style: none!important;	
}
#comments ul.children{	
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#comments .comment-list li {
	list-style: none;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	
}
#comments .comment-list li:last-child {
	border-bottom:0;
}

#comments .comment-body {
	position:relative;
}

#comments .comment-list li p{	
	font-size: 16px;
	line-height: normal;
	margin: 15px 0;
	
}
#comments .comment-list li cite {
	font-weight:bold;
}

#comments .comment-list li .user-avatar-wrap {
	position:absolute;
	left:0;
	top:0px;
}
#comments .comment-list li .comment-details {
	padding-left: 75px;
}
#comments .comment-list li .user-avatar-wrap img {
	border-radius: 50%;
	width: 60px;
	height: 70px;
	margin-right: 15px;	
}
h2.comments-title{
font-size:1.5em;
}
.comments-title {
	clear: both; 
	font-size: 24px; 
	display: block;
}
.comment-reply-title {
	font-size: 32px;
	clear: both; font-family: 'Playfair Display', serif;
	margin-bottom: 1em; 
	text-transform: uppercase;
}
.form-submit #submit{
border-radius:none;
background:#FB5151;
color:#FFFFFF;
text-transform:uppercase;
box-shadow: none;
text-shadow: none;
background-color: #bf3f31;
color: #fff;
padding: 10px 20px;
margin: 20px auto;
width: 200px;
font-family: 'Playfair Display', serif;
letter-spacing: 3px;
}
.custom-comments-box{
    min-height: 500px;
}
.form-submit #submit:hover{
    background-color: #008080;
	}
@media (max-width:768px){
#comments.hide-comments{
	display: none;
	height: 0;
}
}

.woocommerce-page .adthrive-ad {
	display: none;
}

.woocommerce-page #jpx_instafeed {
	display: none;
}


/* NAPA POWERPOST
-------------*/
@font-face {
    font-family: 'glamour_brushregular';
    src: url('fonts/glamourbrush-regular-webfont.woff2') format('woff2'),
         url('fonts/glamourbrush-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.text-center { text-align:center; }
.text-left 	 { text-align:left; }
.text-right  { text-align:right; }

.helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.clear {
	clear: both;
}

.napa-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 570px;
}
.napa-banner h1 {
	font-size: 31px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 120px 0;
}
.napa-banner h1 span {
	font-family: 'glamour_brushregular';
    font-size: 86px;
    display: block;
    text-transform: initial;
}

.page-template-template-napa-landing .entry-content {
    position: relative;
    margin-top: 0;
    padding-top: 35px;
	overflow: hidden;
}
.landing-bg1 {
    position: absolute;
    top: 0;
    right: 0;
}
.landing-bg2 {
    position: absolute;
    top: 1345px;
    left: 0;
}
.landing-bg3 {
    position: absolute;
    right: 0;
    top: 5900px;
}
.landing-bg4 {
    position: absolute;
    left: 0;
    top: 8100px;
}
.landing-bg5 {
    position: absolute;
    right: 0;
    top: 15400px;
}
.landing-bg6 {
    position: absolute;
    left: 0;
    top: 18065px;
}
.landing-bg7 {
    position: absolute;
    right: 0;
    top: 21010px;
}
.landing-bg8 {
    position: absolute;
    left: 0;
    top: 23485px;
}
.landing-bg9 {
    position: absolute;
    right: 0;
    top: 29700px;
}
.landing-bg10 {
    position: absolute;
    left: 0;
    top: 32410px;
}
.landing-bg11 {
    position: absolute;
    right: 0;
    top: 32540px;
}

.entry-content .main-content {
	position: relative;
}
.entry-content .main-content .content-width {
    padding: 0 140px 20px;
}
.addthis_inline_share_toolbox {
    text-align: center;
    padding: 10px 0 30px;
}

.custom-landing-table-of-contents {
    background: url(images/napa-power/table-of-contents-bg.png) repeat top left;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 25px;
	position: relative;
}
.custom-landing-table-of-contents p {
    font-size: 24px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    color: #404040;
    margin-bottom: 30px;
}
.custom-landing-table-of-contents ul {
    margin: 0;
    padding: 0;
}
.custom-landing-table-of-contents ul li {
	display: inline-block;
    vertical-align: middle;
    max-width: 370px;
    width: 100%;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 0 30px;
}
.custom-landing-table-of-contents ul li a {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    text-transform: uppercase;
}

.custom-landing-sections {
	position: relative;
}
.custom-landing-sections h2 {
    font-size: 50px;
    color: #492c67;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 5px;
	display: block;
}
.custom-landing-sections p {
    font-size: 18px !important;
    margin-bottom: 25px;
}
.custom-landing-sections #section3 p {
    background: rgba(255, 255, 255, 0.8);
}
.custom-landing-sections ul {
	margin: 0 0 25px;
	padding: 0 0 0 40px;
}
.custom-landing-sections ul li {
    font-size: 18px;
	font-family: 'Cardo', serif;
	list-style: none;
	background: url(images/napa-power/list-bullet.jpg) no-repeat left 9px;
	padding-left: 20px;
}


.section-item {
	padding-top: 80px;
}
.section-item .layout-1 .content {
    /*background: url(images/napa-power/white-overlay.png) repeat top left;*/
    background: rgba(255, 255, 255, 0.8);
    padding: 35px 40px 15px;
    max-width: 740px;
    margin-top: 32px;
    float: left;
}
.section-item .layout-1 .image {
    margin-right: -92px;
    margin-left: -270px;
    float: right;
}
.section-item .layout-1 .image img {
    margin: 0 auto;
	display: block;
}

.layout-1,
.layout-2 .layout-2-cont {
	padding-bottom: 60px;
}
.layout-2 .layout-2-cont .full-width {
	width: 100%;
	padding: 0 160px;
}
.layout-2 .layout-2-cont .left {
	float: left;
    width: 50%;
    padding-right: 25px;
    box-sizing: border-box;
}
.layout-2 .layout-2-cont .right {
	float: right;
    width: 50%;
    padding-left: 25px;
    box-sizing: border-box;
}
.layout-2 .layout-2-cont .left.no-padding,
.layout-2 .layout-2-cont .right.no-padding {
    padding-right: 0;
    padding-left: 0;
}
.layout-2 .layout-2-cont .right {
	float: right;
    width: 50%;
    padding-left: 25px;
    box-sizing: border-box;
}
.layout-2 .layout-2-cont h3 {
    font-size: 32px;
    color: #492c67;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 10px;
	padding-top: 25px;
    display: block;
}
.layout-2 .layout-2-cont h4 {
    font-size: 27px;
    color: #404040;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 15px;
    display: block;
}
.layout-2 .layout-2-cont img {
    padding: 0 !important;
	display: block;
	margin: 0 auto 50px;
}

.layout-3 .details h3 {
    font-size: 90px;
    color: #724c99;
    display: block;
    margin: 0 0 10px;
    font-family: 'glamour_brushregular';
    text-transform: initial;
    line-height: 1.1;
}
.layout-3 .layout-3-cont {
    position: relative;
    margin-bottom: 100px;
}
.layout-3 .layout-3-cont .image {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    position: relative;
    z-index: 1;
}
.layout-3 .layout-3-cont .image img {
    padding: 0 !important;
    max-width: initial;
    left: -105px;
    position: relative;
	margin: 0 auto;
    display: block;
}
.layout-3 .details {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
	z-index: 2;
	position: relative;
}
.layout-3 .layout-3-cont h3.shadow {
    color: #404040;
    font-size: 240px;
    opacity: .15;
    position: absolute;
    top: 0;
    margin: 0;
    font-family: 'glamour_brushregular';
    text-transform: initial;
    z-index: 2;
	display: block;
    width: 100%;
}
.section-item .tip-cont p {
    padding-left: 25px;
}
.section-item .tip-cont h4 {
    color: #6b4a8e;
}

.custom-landing-sections #section5 p strong {
	font-weight: normal;
    color: #bf3f31;
}
#section5 .layout-2 .layout-2-cont h4 {
    color: #6b4a8e;
}

.custom-landing-sections #section6 ul {
    padding: 0 !important;
}
.custom-landing-sections #section6 ul li {
    background: none !important;
    padding-left: 0 !important;
}
.custom-landing-sections #section6 ul li:before {
    content: '.';
    margin-right: 32px;
    display: inline-block;
}

.layout-2 .layout-2-cont h4 {
    font-size: 27px;
    color: #6b4a8e;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 15px;
    display: block;
}


#nav-slider {
    position: fixed;
    width: 435px;
    transition: all 300ms ease;
    top: 0px;
    right: -400px;
    padding: 0 0 0 35px;
    /* z-index: 99998; */
    z-index: 999;
    transform: translateY(50%);
}
.cc-title em {
    display: inline-block;
    padding: 0;
    border-radius: 2px;
    line-height: 26px;
    margin: 0px 3px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
#nav-slider .cc-table-of-contents {
	border-left: 1px solid #f4f7fa;
	border-top: 1px solid #f4f7fa;
	overflow: auto;
    /*height: 100%;*/
}
.slider-btn {
    background-color: #492c67;
    color: #fff;
    left: 0;
    padding: 8px 10px 3px;
    position: absolute;
    top: 57px;
    outline: none!important;
    cursor: pointer;
    font-size: 18px;
    width: 35px;
    box-shadow: none !important;
    border-radius: 0px !important;
    border: 1px solid #fff;
    border-right: 0px;
}
.slider-btn:hover {
    background: #321d48;
}
.slider-btn.open:after {
    content: "\f054";
}
.slider-btn:after {
    display: block;
    font-family: FontAwesome;
    content: "\f053";
	line-height: 32px;
}
.cc-title {
	margin: 0px 0px;
    background-color: #fff;
    color: #492c67;
    font-size: 21px;
    position: relative;
    padding: 8px 0;
    padding-left: 19px;
    text-align: center;
    font-weight: normal;
    font-family: GillSansMTStd-Bold;
}
.cc-title span {
    font-size: 14px;
    color: #444;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    margin-left: 10px;
    font-weight: normal;
}
ul.cc-list {
    display: block;
    line-height: 1.5;
    padding: 10px 20px;
    background: #e2cef6;
    margin: 0;
}
ul.cc-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.cc-list li ul {
	padding: 0;
	margin: 0;
}
ul.cc-list li a {
    font-size: 16px;
    display: block;
    text-decoration: none;
    color: #404040;
    font-weight: 300;
    margin: 0;
    padding: 5px 20px 5px 25px;
    border: none!important;
    position: relative;
}
ul.cc-list li ul li a {
    padding: 5px 20px 5px 45px;
}
ul.cc-list li a:hover {
    background: #d9c5ef;
}
.cc-number {
	width: 9px;
    height: 9px;
    margin-right: 12px;
    margin-top: 6px;
    border-radius: 50%;
    position: absolute;
    left: 9px;
}
.cc-number.cc-color2 {
    background: #492c67;
}
.cc-number.cc-color3 {
	background: #238C23;
    left: 20px;
}

.subscribe-form {
    background: #ebded8;
	padding-top: 60px;
	padding-bottom: 55px;
}
.subscribe-form .content {
    width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
}
.subscribe-form .content h3 {
    color: #492c67;
    font-size: 72px;
    margin: 0;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    line-height: 1;
}
.subscribe-form .content p {
    font-size: 26px !important;
    font-style: italic;
}
.subscribe-form .form {
    width: 50%;
	float: right;
	box-sizing: border-box;
	padding-right: 68px;
}
.subscribe-form .form:after {
    content: '';
	display: block;
	clear: both;
}
.subscribe-form .form input[type="email"],
.subscribe-form .form input[type="text"] {
	background: #fff;
    border-radius: 0px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 58px;
    border: 1px solid #b7a07a;
    padding: 5px 13px;
    color: #6d6b6b !important;
    font-size: 18px;
    font-family: 'Cardo', serif;
}
input[type="submit"] {
    background: #bf3f31;
    font-size: 18px;
    color: #fff;
    box-shadow: none !important;
    text-shadow: none;
    font-family: 'Cardo', serif;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    float: right;
    line-height: 1.4;
    padding: 10px 31px;
    letter-spacing: 2px;
}


/*#section4 .content {
	width: 50%;
	float: left;
	padding-right: 25px;
	padding-top: 20px;
	box-sizing: border-box;
}
#section4 .content h3 {
    font-size: 32px;
    color: #492c67;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 10px;
	padding-top: 25px;
    display: block;
}
#section4 .image {
	width: 50%;
	float: right;
}
#section4 .image img {
    padding: 0 !important;
    display: block;
    margin: 0 auto 40px;
}



#section5 .section-cont .content {
    background: url(images/napa-power/white-overlay.png) repeat top left;
    padding: 35px 40px 15px;
    max-width: 740px;
    margin-top: 32px;
    float: left;
}
#section5 .section-cont .image {
    margin-right: -92px;
    margin-left: -270px;
    float: right;
}

#section6 .section-cont .content {
    background: url(images/napa-power/white-overlay.png) repeat top left;
    padding: 35px 40px 15px;
    max-width: 740px;
    margin-top: 32px;
    float: left;
}
#section6 .section-cont .image {
    margin-right: -92px;
    margin-left: -270px;
    float: right;
}

#section7 .section-cont .content {
    background: url(images/napa-power/white-overlay.png) repeat top left;
    padding: 35px 40px 15px;
    max-width: 740px;
    margin-top: 32px;
    float: left;
}
#section7 .section-cont .image {
    margin-right: -92px;
    margin-left: -270px;
    float: right;
}
#section7 .left {
    float: left;
	width: 50%;
	padding-right: 25px;
	box-sizing: border-box;
}
#section7 .right {
    float: right;
	width: 50%;
	padding-left: 25px;
	box-sizing: border-box;
}
#section7 .left.image,
#section7 .right.image {
    padding: 0;
}
#section7 .napa-wineries {
	padding-top: 80px;
}
#section7 .winery-cont {
    margin-bottom: 60px;
}
#section7 .winery-cont .image {
	margin-right: 0 !important;
    margin-left: 0 !important;
}
#section7 .winery-cont h3 {
	font-size: 32px;
    color: #492c67;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 10px;
    display: block;
}
#section7 img {
	display: block;
	margin: 0 auto;
	padding: 0 !important;
}
#section7 .winery-cont h4 {
	font-size: 27px;
    color: #404040;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 10px;
    display: block;
}
#section7 .winery-cont p strong {
	font-weight: normal;
    color: #bf3f31;
}
#section7 .winery-cont .slider-caption {
    padding-top: 50px;
}
#section7 .winery-cont .slider-caption p {
    padding-left: 25px;
}
#section7 .winery-cont .slider-caption h4 {
    color: #492c67;
}

#section8 .section-cont .content {
    background: url(images/napa-power/white-overlay.png) repeat top left;
    padding: 35px 40px 15px;
    max-width: 740px;
    margin-top: 32px;
    float: left;
}
#section8 .section-cont .image {
    margin-right: -92px;
    margin-left: -270px;
    float: right;
}
#section8 .left {
    float: left;
	width: 50%;
	padding-right: 25px;
	box-sizing: border-box;
}
#section8 .right {
    float: right;
	width: 50%;
	padding-left: 25px;
	box-sizing: border-box;
}
#section8 .left.image,
#section8 .right.image {
    padding: 0;
}
#section8 .napa-wineries {
	padding-top: 80px;
}
#section8 .winery-cont {
    margin-bottom: 60px;
}
#section8 .winery-cont .image {
	margin-right: 0 !important;
    margin-left: 0 !important;
}
#section8 .winery-cont h3 {
	font-size: 32px;
    color: #492c67;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 10px;
    display: block;
}
#section8 img {
	display: block;
	margin: 0 auto;
	padding: 0 !important;
}
#section8 .winery-cont h4 {
	font-size: 27px;
    color: #404040;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 10px;
    display: block;
}*/


@media only screen and (max-width: 1200px) {
	
	.section-item .layout-1 .image,
	#section1 .section-cont .image,
	#section5 .section-cont .image,
	#section6 .section-cont .image {
		margin-right: 0;
		margin-left: 0;
		max-width: 100%;
		width: 50%;
	}
	
	.section-item .layout-1 .content,
	#section1 .section-cont .content,
	#section5 .section-cont .content,
	#section6 .section-cont .content {
		margin-right: -360px;
	}
	
	.layout-3 .layout-3-cont .image img {
		max-width: 100%;
		left: 0;
	}
	
	.layout-3 .details {
		box-sizing: border-box;
		padding: 0 20px;
	}

}

@media only screen and (max-width: 1024px) {
	
	.subscribe-form .form {
		padding-right: 0;
	}

	.content-width {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.layout-3 .layout-3-cont h3.shadow,
	.towns-cont h3.shadow {
		font-size: 140px;
	}
	
	.section-item .layout-1 .content,
	#section1 .section-cont .content, 
	#section5 .section-cont .content, 
	#section6 .section-cont .content {
		margin-right: 0;
		max-width: 100%;
		float: none;
	}
	
	.section-item .layout-1 .image,
	#section1 .section-cont .image, #section5 .section-cont .image, #section6 .section-cont .image {
		width: 100%;
		float: none;
	}
	
	.layout-2 .layout-2-cont .left,
	.layout-2 .layout-2-cont .right,
	.napa-wineries .left,
	.napa-wineries .right {
		float: none !important;
		width: 100% !important;
		margin-bottom: 30px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.layout-3 .details,
	.layout-3 .layout-3-cont .image,
	.towns-cont .image,
	.town-details {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.layout-3 .layout-3-cont h3.shadow,
	.towns-cont h3.shadow {
		display: none;
	}
	
	#section4 .content {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	/*#section4 .image {
		width: 100%;
		float: none;
	}*/
	
	.landing-bg1,
	.landing-bg3,
	.landing-bg5,
	.landing-bg7,
	.landing-bg9,
	.landing-bg11 {
		right: -20%;
	}
	
	.landing-bg2,
	.landing-bg4,
	.landing-bg6,
	.landing-bg8,
	.landing-bg10 {
		left: -20%;
	}
	
	.layout-2 .layout-2-cont .full-width {
		padding: 35px 0px 15px;
	}
	
	.layout-3 .details {
		padding: 0;
	}
	
}

@media only screen and (max-width: 768px) {
	
	.layout-1, .layout-2 .layout-2-cont {
		padding-bottom: 0;
	}
		
	.section-item {
		padding-top: 0;
	}
	
	.subscribe-form .content {
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
	}
	
	.subscribe-form .form {
		width: 100%;
		float: none;
	}
	
	#nav-slider .cc-table-of-contents {
		overflow-y: auto;
		overflow-x: hidden;
		height: 300px;
	}
	
	.section-item .layout-1 .content {
		padding: 35px 0px 15px;
	}
	
	.landing-bg1,
	.landing-bg2,
	.landing-bg3,
	.landing-bg4,
	.landing-bg5,
	.landing-bg6,
	.landing-bg7,
	.landing-bg8,
	.landing-bg9,
	.landing-bg10,
	.landing-bg11 {
		display: none;
	}
	
	.napa-banner h1 {
		font-size: 25px;
		padding: 120px 30px;
	}
	
	.napa-banner h1 span {
		font-size: 70px;
	}
	
	.custom-landing-table-of-contents ul li {
		display: block;
		margin: 0 auto 25px;
	}
		
	.entry-content .main-content .content-width {
		padding: 0 30px 20px;
	}
	
	.layout-3 .details h3 {
		font-size: 70px;
	}
	
	.custom-landing-sections h2 {
		font-size: 44px;
	}
	
}

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

	.layout-3 .details h3 {
		font-size: 50px;
	}
	
	#nav-slider {
		width: 300px;
		top: 50%;
		right: -265px;
		margin-top: -233px;
		transform: initial;
	}

}

/* NEVIS POWERPOST
-------------*/


.nevis-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 570px;
}
.nevis-banner h1 {
	font-size: 31px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 120px 0;
}
.nevis-banner h1 span {
	font-family: 'glamour_brushregular';
    font-size: 86px;
    display: block;
    text-transform: initial;
}

.landing-bg1 {
    position: absolute;
    top: 770px;
    right: 0;
}
.landing-bg2 {
    position: absolute;
    top: 1345px;
    left: 0;
}
.landing-bg3 {
    position: absolute;
    right: 0;
    top: 5900px;
}
.landing-bg4 {
    position: absolute;
    left: 0;
    top: 8100px;
}
.landing-bg5 {
    position: absolute;
    right: 0;
    top: 15400px;
}
.landing-bg6 {
    position: absolute;
    left: 0;
    top: 18065px;
}
.landing-bg7 {
    position: absolute;
    right: 0;
    top: 21010px;
}
.landing-bg8 {
    position: absolute;
    left: 0;
    top: 23485px;
}
.landing-bg9 {
    position: absolute;
    right: 0;
    top: 29700px;
}
.landing-bg10 {
    position: absolute;
    left: 0;
    top: 32410px;
}
.landing-bg11 {
    position: absolute;
    right: 0;
    top: 32540px;
}


.page-template-template-nevis-landing  .custom-landing-table-of-contents {
    background: rgba(224, 240,253,.70);
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 25px;
	position: relative;
}
.custom-landing-table-of-contents p {
    font-size: 24px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    color: #404040;
    margin-bottom: 30px;
}
.page-template-template-nevis-landing .custom-landing-sections h2 {
    font-size: 50px;
    color: #035294;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 5px;
	display: block;
}
.page-template-template-nevis-landing .custom-landing-sections #section3 p {
 background: none;
    padding: 0px;
}



.section-item {
	padding-top: 80px;
}
.section-item .layout-1 .content {
    /*background: url(images/napa-power/white-overlay.png) repeat top left;*/
    background: rgba(255, 255, 255, 0.8);
    padding: 35px 40px 15px;
    max-width: 740px;
    margin-top: 32px;
    float: left;
}
.page-template-template-nevis-landing  .layout-2 .layout-2-cont h3 {
    font-size: 32px;
    color: #035294;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 10px;
	padding-top: 25px;
    display: block;
}
.page-template-template-nevis-landing  .layout-2 .layout-2-cont h4 {
    font-size: 27px;
    color: #404040;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 15px;
    display: block;
}
.layout-2 .layout-2-cont img {
    padding: 0 !important;
	display: block;
	margin: 0 auto 50px;
}

.layout-3 .details h3 {
    font-size: 90px;
    color: #724c99;
    display: block;
    margin: 0 0 10px;
    font-family: 'glamour_brushregular';
    text-transform: initial;
    line-height: 1.1;
}

.layout-3 .layout-3-cont h3.shadow {
    color: #404040;
    font-size: 240px;
    opacity: .15;
    position: absolute;
    top: 0;
    margin: 0;
    font-family: 'glamour_brushregular';
    text-transform: initial;
    z-index: 2;
	display: block;
    width: 100%;
}
.section-item .tip-cont h4 {
    color: #6b4a8e;
}

.custom-landing-sections #section5 p strong {
	font-weight: normal;
    color: #bf3f31;
}
#section5 .layout-2 .layout-2-cont h4 {
    color: #6b4a8e;
}



.layout-2 .layout-2-cont h4 {
    font-size: 27px;
    color: #6b4a8e;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    margin: 0 0 15px;
    display: block;
}


#nav-slider {
    position: fixed;
    width: 435px;
    transition: all 300ms ease;
    top: 0px;
    right: -400px;
    padding: 0 0 0 35px;
    /* z-index: 99998; */
    z-index: 999;
    transform: translateY(50%);
}

#nav-slider .cc-table-of-contents {
	border-left: 1px solid #f4f7fa;
	border-top: 1px solid #f4f7fa;
	overflow: auto;
    /*height: 100%;*/
}
.page-template-template-nevis-landing  .slider-btn {
    background-color: #035294;
    color: #fff;
    left: 0;
    padding: 8px 10px 3px;
    position: absolute;
    top: 57px;
    outline: none!important;
    cursor: pointer;
    font-size: 18px;
    width: 35px;
    box-shadow: none !important;
    border-radius: 0px !important;
    border: 1px solid #fff;
    border-right: 0px;
}
.page-template-template-nevis-landing  .slider-btn:hover {
    background: #063c6a;
}
.page-template-template-nevis-landing  .slider-btn.open:after {
    content: "\f054";
}
.page-template-template-nevis-landing  .slider-btn:after {
    display: block;
    font-family: FontAwesome;
    content: "\f053";
	line-height: 32px;
}
.page-template-template-nevis-landing  .cc-title {
	margin: 0px 0px;
    background-color: #fff;
    color: #492c67;
    font-size: 21px;
    position: relative;
    padding: 8px 0;
    padding-left: 19px;
    text-align: center;
    font-weight: normal;
    font-family: GillSansMTStd-Bold;
}
.page-template-template-nevis-landing  .cc-title span {
    font-size: 14px;
    color: #444;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    margin-left: 10px;
    font-weight: normal;
}
.page-template-template-nevis-landing  ul.cc-list {
    display: block;
    line-height: 1.5;
    padding: 10px 20px;
    background: #e0f0fa;
    margin: 0;
}
.page-template-template-nevis-landing  ul.cc-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.page-template-template-nevis-landing  ul.cc-list li ul {
	padding: 0;
	margin: 0;
}
.page-template-template-nevis-landing  ul.cc-list li a {
    font-size: 16px;
    display: block;
    text-decoration: none;
    color: #404040;
    font-weight: 300;
    margin: 0;
    padding: 5px 20px 5px 25px;
    border: none!important;
    position: relative;
}
.page-template-template-nevis-landing  ul.cc-list li ul li a {
    padding: 5px 20px 5px 45px;
}
.page-template-template-nevis-landing  ul.cc-list li a:hover {
    background: #98cffc;
}
.page-template-template-nevis-landing  .cc-number {
	width: 9px;
    height: 9px;
    margin-right: 12px;
    margin-top: 6px;
    border-radius: 50%;
    position: absolute;
    left: 9px;
}
.page-template-template-nevis-landing  .cc-number.cc-color2 {
    background: #492c67;
}
.page-template-template-nevis-landing  .cc-number.cc-color3 {
	background: #238C23;
    left: 20px;
}

.page-template-template-nevis-landing  .subscribe-form {
    background: #e0f0fa;
	padding-top: 60px;
	padding-bottom: 55px;
}
.page-template-template-nevis-landing  .subscribe-form .content {
    width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 40px;
}
.page-template-template-nevis-landing  .subscribe-form .content h3 {
    color: #035294;
    font-size: 72px;
    margin: 0;
    font-family: 'glamour_brushregular';
    text-transform: inherit;
    line-height: 1;
}

.subscribe-form .form input[type="email"],
.subscribe-form .form input[type="text"] {
	background: #fff;
    border-radius: 0px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 58px;
    border: 1px solid #b7a07a;
    padding: 5px 13px;
    color: #6d6b6b !important;
    font-size: 18px;
    font-family: 'Cardo', serif;
}
input[type="submit"] {
    background: #bf3f31;
    font-size: 18px;
    color: #fff;
    box-shadow: none !important;
    text-shadow: none;
    font-family: 'Cardo', serif;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    float: right;
    line-height: 1.4;
    padding: 10px 31px;
    letter-spacing: 2px;
}


/* sidebar */
.sidebar-title-one {
	display: block;
	font-size: 20px; 
	clear: both; 
	font-family: 'Playfair Display', serif; 
	text-transform: uppercase;
	text-align: center;
}
.sidebar-title-two {
	display: block;
    font-size: 28px;
    clear: both;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    text-align: center;
}
.august-daily-outfit {
	font-size: 18px; 
	clear: both; 
	font-family: 'Playfair Display', serif; 
	margin-bottom: 1em; 
	text-transform: uppercase;
}
.most-recent-post-title {
	background: url(https://stylishlyme.com/wp-content/themes/stylishlyme2/images/title-border.png) bottom center no-repeat;
	text-transform: uppercase; 
	font-family: 'Playfair Display', serif;
	font-size: 24px; 
	color: #363637; 
	padding-bottom: 10px; 
	margin-bottom: 20px;
	text-align: center; 
}
.popular-post {
	font-size: 28px; 
	clear: both; 
	font-family: 'Playfair Display', serif; 
	margin-bottom: 1em; 
	text-transform: uppercase;
}