/*
Theme Name: Ladybug Custom
Theme URI: http://ladybuglanding.com
Author: Designing Fresh
Author URI: http://designingfresh.com/
Description: Custom Wordpress Theme
*/

/*--------------------------------------------------------------
>>> 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 - Buttons
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
	9.1 - List
	9.2 - Calendar
	9.3 - Pages, Meta, Categories, Archive, Nav Menu
	9.4 - Recent Entries
	9.5 - Mail Chimp
	9.6 - Yarpp
	9.7 - Pinterest RSS Widget
	9.8 - Jetpack
	9.9 - About Me
	9.10 - Image
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
	10.4 - Tables
	10.5 - Attachments
	10.6 - Author Bio
	10.7 - Page Templates
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Grid
14.0 - Backgrounds
15.0 - Header
16.0 - Footer
17.0 - Font Awesome Icons
30.0 - Plugins
	30.1 - Contact Form 7
	30.2 - WC Shortcodes
	30.3 - WC Gallery
	30.4 - WooCommerce
	30.5 - Jetpack
	30.6 - LayerSlider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
*:focus {
    outline: none; /* Removed blue highlight around form fields */
}
body {
	background: #fff;
}
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 {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
h3 {
	color:#C63030;
	font-weight:bold;
}
.wc-shortcodes-tabs-layout-box > ul.wcs-tabs-nav > li > a {
	color:#000;
	background-color:#eeeeee;
}

/*-------------------------------------------------------------
1.2 CUSTOM CODE
--------------------------------------------------------------*/
.social-bt {
width:100px;
float:left;
height:30px;
padding-top:5px;	
}
h4.ccontact {
	font-family:'Gabriela';
	text-align:center;
	color:#C63030;
	font-size:23px;
}
.widget.widget_text > div.textwidget > div.ctct-embed-signup > div > form.ctct-custom-form.Form {
	background-color: #ffffff;
	border: 2px solid #000000;
	padding: 5px;
	background-image: url(img/stripe.png);
}
.widget.widget_text > div.textwidget > div.ctct-embed-signup > div > form.ctct-custom-form.Form > button.Button.ctct-button.Button--block.Button-secondary {
float:none;
text-align:center;	
max-width:100px;
margin-left:auto;
margin-right:auto;
color:#ffffff;
}
.facebook {float:left; display:inline-block;}
.twitter, .instagram {float:left; display:inline-block;margin-left:4px;}
.product_meta {display:none;}
.also-love {
	width: 100%;
	height: 50px;
	background-image: url(img/also-love.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:20px;
}
div.coupon > input#coupon_code.input-text {min-width:150px;}
h1.entry-title {text-align:center; font-family:'Gabriela', Century Gothic, sans;padding-top:10px; padding-bottom:10px;}
 body#wrap.home.page  header.entry-header  {display:none;}
 div.top-background > div.bottom-background > div#page.hfeed.site.site-boundary > div#box.site-box > div#content.site-content {border:none;}
 .top-scallop{
	background-image: url(img/scallop.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 20px;
	width:100%;
	height:20px;
	margin-bottom:20px;
 }
 .shop-cart {
	float:right;
	text-align:right;
	font-family: 'Open Sans', Century Gothic, sans; 
	font-size:13px;
	padding-top:5px;
	list-style:none;
 }
 .shop-cart a {
	color:#000; 
 }
 .wpsdc-drop-cap
{
  display: block;
  float: left;
  font-size: 30px;
  line-height: 35px;
  padding-top: 0px;
  padding-bottom: 2px;
  width: 40px;
  text-align: center;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  color: #ffffff;
}
#page {
	background-color:#ffffff;
	 -moz-box-shadow:    3px 2px 4px 4px rgba(153,153,153,0.4);
  -webkit-box-shadow: 3px 2px 4px 4px rgba(153,153,153,0.4);
  box-shadow:         3px 2px 4px 4px rgba(153,153,153,0.4);
margin-bottom:30px;
}
#menu-main-menu {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(img/nav.png);
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	padding: 0;
	background-size: cover;
}
.main-navigation a
{
  padding-left: 15px;
  padding-right: 15px;
 font-family: 'Open Sans', Century Gothic, sans; 
 font-weight:400;
}
 nav#site-navigation.main-navigation.responsive-menu > div.nav-container.clear > div.nav-bottom-border.clear > h1.menu-toggle {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(img/nav.png);
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding: 0;
	background-size: cover;
}
.main-navigation .menu-toggle {
font-family: 'Gabriola', Century Gothic, sans;
font-size:30px;	
text-align:left;
line-height:25px;
}
.main-navigation h1.menu-toggle {
padding-top:10px;	
}
.main-navigation {
	font-size:16px;
	text-align:left;
}

.footer-section {
	width: 33%;
	display: inline-block;
	padding: 10px;
	top: 0px;
	position:relative;
	float:left;
}
.footer-section img {
text-align:center;	
}
.fb-social-plugin {background-color:#fff;}
.wpsdc-drop-cap {background-color:#C63030;}
.site-copyright {font-size:13px;}
form#searchform > div {
	width:290px;
	height:30px;
	repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
 }
 
 input#s.text {
		border: 1px #000 solid;
	background-color:#ffffff;
	width:200px;
	font-size:14px;
	text-indent:3px;
	line-height:25px;
	height:29px;
}

 aside#search-4.widget.widget_search > form#searchform > div > input.submit.button{
	border: none;
	background-color: transparent;
	color: #ffffff;
	width: 80px;
	height: 30px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(img/search.png);
	background-repeat: no-repeat;
}
.widget_search {
margin-top:10px;	
}
.blog .page-title, .archive .page-title, .search .page-title
{
  text-align:center;
}
.woocommerce .woocommerce-ordering select
{
  font-size:14px;
}
.site-footer {padding-top:20px;}
h1.page-title {padding-bottom:10px; padding-top:10px; border-bottom:1px #eee solid;}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	/* font-size: 16px; */
	/* Causes issue with customizer */
	/* font-size: 1.6rem; */
	/* line-height: 1.5; */
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 { margin-bottom: 10px; }
h2 { margin-bottom: 1.25em; }
h3 { margin-bottom: 1.125em; }
h4 { margin-bottom: 0.9375em; }
h5 { margin-bottom: 0.625em; }
h6 { margin-bottom: 0.625em; }
p {
	margin-bottom: 1.5em;
}
b, strong {
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 1.5em 0;
	padding: 0.7em 1.5em;
	background-color: #f7f7f7;
	border-left: 5px solid #eeeeee;
}
blockquote > * {
	margin-bottom: 0;
}
blockquote > *:first-child {
	margin-top: 0;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
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;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 80%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 80%;
}
big {
	font-size: 120%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	border:none;
	background-color:transparent;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
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 */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
	border-radius: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #cccccc;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
}
button,
input {
	/* line-height: 1 !important; */
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
button,
textarea,
select,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="color"],
input[type="image"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="text"],
input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow:none; /* removed red border around firefox :invalid input */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
select,
input,
textarea {
	color: #666;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 7px;
}
input[type="range"],
input[type="image"],
input[type="file"] {
	border-width: 0;
	padding: 0;
}
select[multiple] {
	background-image: none;
}
input[type="range"],
input[type="file"] {
	background: none;
}
select[multiple], select[size] {
	height: auto;
}
select {
	/* I don't want a plugin causing text to spill over on the custom arrows on the right */
	padding-right: 30px !important;
	background-image: url('img/select-arrows.png');
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-border-radius: 0;
	text-indent: 0.01px;
	text-overflow: ''; /* Hides arrows on firefox */
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited,
a:focus,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.entry-meta a:hover {
	text-decoration: none;
}
div.widget_shopping_cart_content > p.buttons > a.button.wc-forward {margin-bottom:5px;}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}
.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	z-index: 99999;
	text-align: left;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
}
.main-navigation ul ul li {
	display: block;
}
.main-navigation ul ul ul li {
}
.main-navigation li > a:hover {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	margin: 0;
}
.main-navigation a i.fa {
	vertical-align: top;
}
/*--------------------------------------------------------------
5.3 Buttons
--------------------------------------------------------------*/
a.more-link,
#wrap #page a.button,
#wrap #page button.button,
#wrap #page input.button,
#wrap #page #respond input#submit,
#wrap #page #content input.button,
#wrap #page .woocommerce-pagination a,
#wrap #page .woocommerce-pagination span,
#wrap .wc-shortcodes-button,
.comment-navigation a,
.paging-navigation a,
.post-navigation a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.more-link:visited,
#wrap #page a.button:visited,
#wrap #page button.button:visited,
#wrap #page input.button:visited,
#wrap #page #respond input#submit:visited,
#wrap #page #content input.button:visited,
#wrap #page .woocommerce-pagination a:visited,
#wrap #page .woocommerce-pagination span:visited,
#wrap .wc-shortcodes-button:visited,
.comment-navigation a:visited,
.paging-navigation a:visited,
.post-navigation a:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
a.more-link:focus,
#wrap #page a.button:focus,
#wrap #page button.button:focus,
#wrap #page input.button:focus,
#wrap #page #respond input#submit:focus,
#wrap #page #content input.button:focus,
#wrap #page .woocommerce-pagination a:focus,
#wrap #page .woocommerce-pagination span:focus,
#wrap .wc-shortcodes-button:focus,
.comment-navigation a:focus,
.paging-navigation a:focus,
.post-navigation a:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.more-link:active,
#wrap #page a.button:active,
#wrap #page button.button:active,
#wrap #page input.button:active,
#wrap #page #respond input#submit:active,
#wrap #page #content input.button:active,
#wrap #page .woocommerce-pagination a:active,
#wrap #page .woocommerce-pagination span:active,
#wrap .wc-shortcodes-button:active,
.comment-navigation a:active,
.paging-navigation a:active,
.post-navigation a:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	text-decoration: none;
	top: auto;
}
a.more-link:hover,
#wrap #page a.button:hover,
#wrap #page button.button:hover,
#wrap #page input.button:hover,
#wrap #page #respond input#submit:hover,
#wrap #page #content input.button:hover,
#wrap #page .woocommerce-pagination a:hover,
#wrap #page .woocommerce-pagination span:hover,
#wrap .wc-shortcodes-button:hover,
.comment-navigation a:hover,
.paging-navigation a:hover,
.post-navigation a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
}
a.more-link,
#wrap #page a.button,
#wrap #page button.button,
#wrap #page input.button,
#wrap #page #respond input#submit,
#wrap #page #content input.button,
#wrap #page .woocommerce-pagination a,
#wrap #page .woocommerce-pagination span,
#wrap .wc-shortcodes-button,
body #infinite-handle span,
.comment-navigation a,
.paging-navigation a,
.paging-navigation span,
.post-navigation a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: block;
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
	border: 1px solid #cccccc;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	line-height: 1 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	white-space: nowrap;
	background: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#wrap #page .woocommerce-pagination span.dots,
#wrap #page .woocommerce-pagination span.current,
#wrap .dots,
#wrap .current {
	cursor: default;
}
#wrap #page .woocommerce-pagination ul li a,
#wrap #page .woocommerce-pagination ul li span,
.paging-navigation .nav-links .page-numbers {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 3em 0;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	max-width: 49%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	max-width: 49%;
}
.comment-navigation .nav-previous a,
.paging-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.paging-navigation .nav-next a,
.post-navigation .nav-next a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
a.more-link,

#wrap #page button.button,
#wrap #page input.button,
#wrap #page #respond input#submit,
#wrap #page #content input.button,
#wrap .wc-shortcodes-button,
body #infinite-handle {
	display: inline-block;
}
#woocommerce #wrap #page a.button {
margin-left:auto;
margin-right:auto;	

}
.product h1.product_title.entry-title {
text-align:left;	
}
a.more-link {
	/* float: right; */
}
/* horizontal aligned forms */
#wrap #page div.product form.cart input,
#wrap #page div.product form.cart button,
#wrap #page table.shop_table .quantity input,
#wrap #page table.shop_table .actions input,
.page-content .search-form *,
.post-password-form * {
	vertical-align: middle;
	display: inline-block;
}

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

.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;
	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;
	margin-top: 0.4em;
}
#wrap .alignleft + p,
#wrap .alignright + p {
	margin-top: 0;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-top: 0.4em;
}
.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-box:before,
.site-box:after,
.main-navigation:before,
.main-navigation:after,
.site-content:before,
.site-content:after,
.comment-body:before,
.comment-body:after,
.wpc-insert-code:before,
.wpc-insert-code:after,
.encapsulate:before,
.encapsulate:after,
.entry-header:before,
.entry-header:after,
.nav-links:before,
.nav-links:after,
.entry-footer:before,
.entry-footer:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-box:after,
.main-navigation:after,
.site-content:after,
.comment-body:after,
.insert-code:after,
.encapsulate:after,
.entry-header:after,
.nav-links:after,
.entry-footer:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 10px;
}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget-title {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 0.5em;
}
.site-footer .widget-title {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

.widget input[type="email"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="number"],
.widget input[type="range"],
.widget input[type="file"],
.widget input[type="date"],
.widget select,
.widget input[type="text"],
.widget textarea {
	width: 100%;
}
#wrap #page .widget form > *:first-child,
#wrap #page #secondary .widget:first-child,
#wrap #page .widget > *:first-child {
	margin-top: 0 !important;
}
#wrap #page .widget form > *:last-child,
#wrap #page #secondary .widget:last-child,
#wrap #page .widget > *:last-child {
	margin-bottom: 0 !important;
}
#wrap .widget h1 { margin-top: 0.78125em; margin-bottom: 0.78125em; }
#wrap .widget h2 { margin-top: 0.5625em; margin-bottom: 0.5625em; }
#wrap .widget h3 { margin-top: 0.5625em; margin-bottom: 0.5625em; }
#wrap .widget h4 { margin-top: 0.46875em; margin-bottom: 0.46875em; }
#wrap .widget h5 { margin-top: 0.3125em; margin-bottom: 0.3125em; }
#wrap .widget h6 { margin-top: 0.3125em; margin-bottom: 0.3125em; }

#wrap .widget p {
	margin-top: 0;
	margin-bottom: 10px;
}
/*--------------------------------------------------------------
9.1 Widgets - List
--------------------------------------------------------------*/
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	padding: 5px 0;
}
.widget li > ul,
.widget li > ol {
	padding-top: 5px;
	margin-left: 20px;
}
/*--------------------------------------------------------------
9.2 Widgets - Calendar
--------------------------------------------------------------*/
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 2;
}
.widget_calendar caption {
	margin: 0;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	text-decoration: none;
}
.widget.widget_calendar tbody .pad {
	background-color: transparent;
}
/*--------------------------------------------------------------
9.3 Widgets - Pages, Meta, Categories, Archive, Nav Menu
--------------------------------------------------------------*/
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.widget_pages .page_item_has_children,
.widget_meta .page_item_has_children,
.widget_categories .page_item_has_children,
.widget_archive .page_item_has_children,
.widget_nav_menu .page_item_has_children {
	padding-bottom: 0;
}
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul {
	margin-left: 3px;
	margin-right: 3px;
}
.widget_pages ul ul,
.widget_meta ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul {
	margin-right: 0;
}

/*--------------------------------------------------------------
9.4 Widgets - Recent Entries
--------------------------------------------------------------*/
.widget_recent_entries li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.widget_recent_entries .post-date {
	display: block;
}

/*--------------------------------------------------------------
9.5 Widgets - Mail Chimp
--------------------------------------------------------------*/
.widget_mc4wp_widget .mc4wp-form label {
	font-style: italic;
}
.widget_mc4wp_widget .mc4wp-form p {
	margin-bottom: 0;
}
.widget_mc4wp_widget #mc4wp_email {
	margin-bottom: 0.7em;
}

/*--------------------------------------------------------------
9.6 Widgets - Yarpp
--------------------------------------------------------------*/
#wrap .yarpp-related h3 {
	padding: 0 !important;
	margin: 0 0 0.5em !important;
}
#wrap .yarpp-related:after,
#wrap .yarpp-related .yarpp-thumbnails-horizontal:after {
	clear: both;
}
#wrap .yarpp-related:after,
#wrap .yarpp-related:before,
#wrap .yarpp-related .yarpp-thumbnails-horizontal:after,
#wrap .yarpp-related .yarpp-thumbnails-horizontal:before {
	content: "";
	display: table;
}
#wrap .yarpp-related {
	margin: 1.5em 0 !important;
}
#wrap .yarpp-related .yarpp-thumbnail {
	float: left;
	margin-top: 0;
	margin-bottom: 7px;
	width: 136px;
	height: 196px;
	margin-right: 7px;
}
#wrap .yarpp-related .yarpp-thumbnail .yarpp-thumbnail-default {
	float: left;
	margin: 7px;
}
#wrap .yarpp-related .yarpp-thumbnail .attachment-yarpp-thumbnail {
	float: left;
	margin: 7px;
	max-width: 120px;
	max-height: 120px;
}
#wrap .yarpp-related .yarpp-thumbnail .yarpp-thumbnail-title {
	float: left;
	margin: 7px;
}
/*--------------------------------------------------------------
9.7 Widgets - Pinterest RSS Widget
--------------------------------------------------------------*/
.pinterest_rss_widget li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
/*--------------------------------------------------------------
9.8 Widgets - Jetpack
--------------------------------------------------------------*/
#wrap #subscribe-email input {
	width: 100%;
	padding: 7px;
}
/*--------------------------------------------------------------
9.9 Widgets - About Me
--------------------------------------------------------------*/
.widget_wordpresscanvas_about_me .sidebar-caption {
	padding: 0.5em 0;
	text-align: center;
}
/*--------------------------------------------------------------
9.9 Widgets - Image
--------------------------------------------------------------*/
#wrap .jetpack-image-container .wp-caption-text {
	padding: 0.5em 0;
	text-align: center;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.author-info,
.site-main > .hentry,
.search .wpc2-post,
.blog .hentry,
.archive .hentry {
	padding-bottom: 3em;
	margin-bottom: 3em;
	background-position: center bottom;
	background-repeat: repeat-x;
}
.byline,
.updated {
	display: none;
}
.entry-date.published,
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-attachment,
.entry-summary {
	margin: 0 0 3em;
}
.entry-content > h1 { margin-top: 1.5625em; }
.entry-content > h2 { margin-top: 1.25em; }
.entry-content > h3 { margin-top: 1.125em; }
.entry-content > h4 { margin-top: 0.9375em; }
.entry-content > h5 { margin-top: 0.625em; }
.entry-content > h6 { margin-top: 0.625em; }
.entry-content > p { margin-top: 1.5em; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: none;
}
#wrap #page .hentry > *:first-child,
#wrap #page .page-content > *:first-child,
#wrap #page .entry-content > *:first-child:not(.alignleft):not(.alignright),
#wrap #page .entry-summary > *:first-child,
#wrap #page .entry-summary .entry-excerpt > *:first-child,
#wrap #page .entry-footer > *:first-child,
#wrap #page .entry-caption > *:first-child,
#wrap #page .entry-attachment > *:first-child {
	margin-top: 0 !important;
}
#wrap #page .hentry > *:last-child,
#wrap #page .page-content > *:last-child,
#wrap #page .entry-content > *:last-child,
#wrap #page .entry-summary > *:last-child,
#wrap #page .entry-summary .entry-excerpt > *:last-child,
#wrap #page .entry-footer > *:last-child,
#wrap #page .entry-caption > *:last-child,
#wrap #page .entry-attachment > *:last-child,
#wrap #page .hide-post-meta .entry-summary,
#wrap #page .hide-post-meta .entry-content {
	margin-bottom: 0 !important;
}
#wrap #page .site-main > *:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-width: 0;
	background-image: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header,
.entry-header {
	margin-bottom: 1.5em;
}
.show-excerpt .entry-summary,
.show-excerpt .entry-header {
	margin-bottom: 1.5em;
}
.entry-title {
	margin-bottom: 0;
	margin-top: 0;
}
.entry-thumbnail {
	float: left;
}
.entry-thumbnail img {
	margin-top: 0.4em;
}
.entry-excerpt.has-post-thumbnail {
	margin-left: 20px;
}
.attachment .entry-header .entry-title,
.single-post .entry-header .entry-title,
.search .entry-header .entry-title,
.archive .entry-header .entry-title,
.blog .entry-header .entry-title {
	float: left;
	width: 75%;
}
.attachment .entry-header .entry-meta,
.single-post .entry-header .entry-meta,
.search .entry-header .entry-meta,
.archive .entry-header .entry-meta,
.blog .entry-header .entry-meta {
	float: right;
	width: 25%;
	text-align: right;
}
.entry-footer {
}
.entry-footer .comments-link,
.entry-footer .share-buttons {
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px 20px;
}
.entry-footer .comments-link {
	float: left;
}
.entry-footer .share-buttons {
	float: right;
}
.entry-footer .share-text {
	margin-right: 10px;
}
.entry-footer .wc-shortcodes-share-buttons {
	display: inline-block;
}
.entry-footer .wc-shortcodes-share-buttons ul li a img {
	vertical-align: top;
}
.archive-top-meta {
	margin-top: 0.3em;
}
.archive-bottom-meta {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
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 {
}
.form-allowed-tags {
	display: none;
}
.comments-area {
	margin-top: 1.5em;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	width: 100%;
}

.comments-title {
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-list .children {
	padding: 0 0 0 84px; /* avatar size + gutter width */
}

.comment-list > li:last-child:after {
	display: none;
}

li .comment {
}

.comment-body {
	position: relative;
	display: block;
	margin-left: 84px; /* avatar size + gutter width */
	margin-right: 0;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 1.5em;
	background-color: #f5f5f5;
}
.comment-body:before {
	left: -10px;
	top: 22px;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f5f5f5;
}

.comment-author {
}

.comment-author .avatar {
	position: absolute;
	left: -84px;
	top: 0;
}

.comment-author .fn,
.comment-author .says {
	display: inline-block;
	margin-bottom: 1.5em;
}

.bypostauthor > .comment-body {
}

.comment-list .edit-link {
	margin-left: 5px;
}
.comment-list .edit-link .comment-edit-link {
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-content {
	display: block;
}
.comment-list .reply {
}

.no-avatars {
}
.no-avatars .comment .comment-respond,
.no-avatars .comment-body {
	margin-left: 0;
}

.comment-meta {
	display: block;
}

.comment-metadata a:hover {
	color: #bbbbbb;
}
.comment-list a,
.comment-list a:active,
.comment-list a:visited,
.comment-list a:focus,
.comment-list a:hover {
	text-decoration: none;
}

.comment-metadata {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.comment-metadata a {
	color: #cccccc;
}
.comment-metadata .edit-link {
	margin-right: 0;
	margin-left: 10px;
}

.comment-awaiting-moderation {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

.comment-reply-link,
.comment-reply-login {
}
.comment .comment-respond {
	margin-bottom: 1.5em;
	margin-left: 84px;
	padding: 0;
}

.comment-reply-title {
	/* .icon-font-after("\f086"); */
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags {
}

.form-allowed-tags code {
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 1.5em;
}

.comment-navigation {
	padding: 0;
	width: 100%;
}

.no-comments {
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.comment-content blockquote,
.comment-content pre {
}

/*--------------------------------------------------------------
10.4 Tables
--------------------------------------------------------------*/
.entry-content td,
.entry-content th,
.comment-content td,
.comment-content th {
	padding: 0.7em;
}
.entry-content thead th,
.entry-content thead td,
.comment-content thead th,
.comment-content thead td {
	border-bottom: 1px solid #ddd;
}
.entry-content tbody th,
.entry-content tbody td,
.comment-content tbody th,
.comment-content tbody td {
	border-top: 1px solid #ddd;
}

/*--------------------------------------------------------------
10.5 Attachment
--------------------------------------------------------------*/
.attachment .entry-content .attachment {
	text-align: center;
}

/*--------------------------------------------------------------
10.6 Author Bio
--------------------------------------------------------------*/
.author-info {
	width: 100%;
	position: relative;
	min-height: 67px;
}
.author-info .author-avatar {
	position: absolute;
	top: 3px;
	left: 0;
}
.author-info .author-description {
	padding-left: 84px;
}
.author-info .author-description > *:last-child {
	margin-bottom: 0;
}
.author-info .author-title {
	clear: none;
	margin-bottom: 5px;
}
.author-info .author-link {
	display: none;
}
.no-avatars .author-description {
	padding-left: 0;
}

/*--------------------------------------------------------------
10.7 Page Templates
--------------------------------------------------------------*/
.page-template-full-width-no-heading .entry-header {
}
.page-template-full-width-no-heading .entry-content {
}
.page-template-full-width-and-sidebar .entry-top-content {
	margin-bottom: 0;
}
.page-template-showcase-full-width-and-sidebar .site-content .content-area-bottom,
.page-template-showcase-full-width-and-sidebar .site-content .widget-area,
.page-template-full-width-and-sidebar .site-content .content-area-bottom,
.page-template-full-width-and-sidebar .site-content .widget-area {
	padding-top: 0;
}
.page-template-showcase-full-width-and-sidebar .content-area.content-area-full-width.content-area-top,
.page-template-full-width-and-sidebar .content-area.content-area-full-width.content-area-top {
	width: auto;
	display: block;
	float: none;
	padding-bottom: 0;
}

/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
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
--------------------------------------------------------------*/
.entry-caption,
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.entry-caption,
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.entry-caption,
.wp-caption-text {
	text-align: center;
}
.entry-caption,
.wp-caption .wp-caption-text {
	padding: 0.8075em;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.wpc2-thumbnail-grid .gallery-caption {
	display: none;
	background: #eee;
	background: rgba( 255,255,255,0.8 );
	color: #333;
	overflow: hidden;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.wpc2-thumbnail-grid .gallery-item:hover .gallery-caption {
	display: block;
}
.wpc2-thumbnail-grid {
	visibility: hidden;
}

/*--------------------------------------------------------------
13.0 Grid
--------------------------------------------------------------*/
.left-background {
	margin: 0 auto;
}
.right-background {
	padding-left: 20px;
	padding-right: 20px;
}
.site-boundary {
	margin: 0 auto;
}
.display-sidebar .content-area {
	float: left;
}
.display-sidebar .widget-area {
	float: right;
}
.sidebar-position-left.display-sidebar .content-area {
	float: right;
}
.sidebar-position-left.display-sidebar .widget-area {
	float: left;
}
.site-box {
	border: none;
	padding: 0 ;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.wpc-sticky-menu .main-navigation {
	padding: 0 20px;
}

/*--------------------------------------------------------------
14.0 Backgrounds
--------------------------------------------------------------*/
.top-background {
	border-top: none;
}
.left-background {
	background-position: left top;
	background-repeat: repeat-y;
}
.right-background {
	background-position: right top;
	background-repeat: repeat-y;
}

/*--------------------------------------------------------------
15.0 Header
--------------------------------------------------------------*/
.site-header {
	text-align: center;
	position: relative;
	
}
.site-branding {
	position: relative;
	clear:both;
}
.site-title,
.site-title a,
.site-title a:hover {
	text-decoration: none;
}
.site-logo,
.site-title,
.site-description {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
16.0 Footer
--------------------------------------------------------------*/
.site-footer {
	font-family:'Open Sans', Century Gothic, sans;
}
.site-footer .widget {
	float: none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.footer-widget-area {
	margin-top: 10px;
}
.site-info {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family:'Open Sans', Century Gothic, sans;
}
.site-info-brand {
	padding-top: 5px;
}
.masonry-sort {
	margin: 0 auto;
	visibility: hidden;
}
/*--------------------------------------------------------------
17.0 Font Awesome Icons
--------------------------------------------------------------*/
.wc-shortcodes-font-awesome-enabled a.more-link:after,
.wc-shortcodes-font-awesome-enabled #infinite-handle span:before,
.wc-shortcodes-font-awesome-enabled .comment-reply-login:before,
.wc-shortcodes-font-awesome-enabled .comment-reply-link:before,
.wc-shortcodes-font-awesome-enabled .comment-awaiting-moderation:before,
.wc-shortcodes-font-awesome-enabled .comment-edit-link:before,
.wc-shortcodes-font-awesome-enabled .comment-reply-title:after,
.wc-shortcodes-font-awesome-enabled .comment-navigation .nav-previous a:before,
.wc-shortcodes-font-awesome-enabled .paging-navigation .nav-previous a:before,
.wc-shortcodes-font-awesome-enabled .navigation .prev.page-numbers:before,
.wc-shortcodes-font-awesome-enabled .post-navigation .nav-previous a:before,
.wc-shortcodes-font-awesome-enabled .comment-navigation .nav-next a:after,
.wc-shortcodes-font-awesome-enabled .paging-navigation .nav-next a:after,
.wc-shortcodes-font-awesome-enabled .navigation .next.page-numbers:after,
.wc-shortcodes-font-awesome-enabled .post-navigation .nav-next a:after,
.wc-shortcodes-font-awesome-enabled .widget_recent_comments li:before,
.wc-shortcodes-font-awesome-enabled .widget_pages li a:before,
.wc-shortcodes-font-awesome-enabled .widget_meta li a:before,
.wc-shortcodes-font-awesome-enabled .widget_categories li a:before,
.wc-shortcodes-font-awesome-enabled .widget_archive li a:before,
.wc-shortcodes-font-awesome-enabled .widget_nav_menu li a:before,
.wc-shortcodes-font-awesome-enabled .menu-toggle:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wc-shortcodes-font-awesome-enabled .menu-toggle:after {
	content: "\f107";
	margin-left: 10px;
}
.wc-shortcodes-font-awesome-enabled .toggled .menu-toggle:after {
	content: "\f106";
}
.wc-shortcodes-font-awesome-enabled .widget_pages li a:before,
.wc-shortcodes-font-awesome-enabled .widget_meta li a:before,
.wc-shortcodes-font-awesome-enabled .widget_categories li a:before,
.wc-shortcodes-font-awesome-enabled .widget_archive li a:before,
.wc-shortcodes-font-awesome-enabled .widget_nav_menu li a:before {
	content: "\f105";
	margin-right: 10px;
}
.wc-shortcodes-font-awesome-enabled .widget_recent_comments li:before {
	content: "\f075";
	margin-right: 10px;
}
.wc-shortcodes-font-awesome-enabled #infinite-handle span:before,
.wc-shortcodes-font-awesome-enabled .comment-navigation .nav-previous a:before,
.wc-shortcodes-font-awesome-enabled .navigation .prev.page-numbers:before,
.wc-shortcodes-font-awesome-enabled .paging-navigation .nav-previous a:before,
.wc-shortcodes-font-awesome-enabled .post-navigation .nav-previous a:before {
	position: absolute;
	left: 10px;
	content: "\f104";
}
.wc-shortcodes-font-awesome-enabled a.more-link:after,
.wc-shortcodes-font-awesome-enabled .comment-navigation .nav-next a:after,
.wc-shortcodes-font-awesome-enabled .navigation .next.page-numbers:after,
.wc-shortcodes-font-awesome-enabled .paging-navigation .nav-next a:after,
.wc-shortcodes-font-awesome-enabled .post-navigation .nav-next a:after {
	position: absolute;
	right: 10px;
	content: "\f105";
}
.wc-shortcodes-font-awesome-enabled .comment-reply-title:after {
	content: "\f086";
	margin-left: 0px;
}
.wc-shortcodes-font-awesome-enabled .comment-edit-link:before {
	content: "\f040";
	margin-right: 5px;
}
.wc-shortcodes-font-awesome-enabled .comment-awaiting-moderation:before {
	content: "\f071";
	margin-right: 5px;
}
.wc-shortcodes-font-awesome-enabled .comment-reply-login:before,
.wc-shortcodes-font-awesome-enabled .comment-reply-link:before {
	content: "\f112";
	margin-right: 5px;
}
/*--------------------------------------------------------------
30.0 Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
30.1 Contact Form 7
--------------------------------------------------------------*/
.wpcf7 input[type="email"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="file"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 input.wpcf7-quiz {
	width: 150px;
}
/*--------------------------------------------------------------
30.2 WC Shortcodes
--------------------------------------------------------------*/
.site-header .wc-shortcodes-social-icons-wrapper {
	margin: 0;
	position: absolute;
	top: 5px;
	right: 0;
}
.site-header .wc-shortcodes-social-icons-wrapper li:last-child {
	margin-right: 6px;
}
/* https://bugzilla.mozilla.org/show_bug.cgi?id=745549 */
.wc-shortcodes-share-buttons-format-image a img,
.wc-shortcodes-social-icons-format-image a img {
	box-shadow: #000 0em 0em 0em;
}
.wc-shortcodes-share-buttons-format-image a:hover img,
.wc-shortcodes-social-icons-format-image a:hover img {
	opacity: 0.8;
}
#wrap .wc-shortcodes-testimonial-content { 
	border-top: 5px solid #eeeeee;
}
.wc-shortcodes-content > h1 {
	margin-top: 1.5625em;
}
.wc-shortcodes-content > h2 {
	margin-top: 1.25em;
}
.wc-shortcodes-content > h3 {
	margin-top: 1.125em;
}
.wc-shortcodes-content > h4 {
	margin-top: 0.9375em;
}
.wc-shortcodes-content > h5 {
	margin-top: 0.625em;
}
.wc-shortcodes-content > h6 {
	margin-top: 0.625em;
}
.wc-shortcodes-content > p {
	margin-top: 1.5em;
}
#wrap #page .wc-shortcodes-content > *:first-child {
	margin-top: 0 !important;
}
#wrap #page .wc-shortcodes-content > *:last-child {
	margin-bottom: 0 !important;
}
#wrap #page .wc-shortcodes-item {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#wrap #page #masthead .wc-shortcodes-item {
	margin-top: 0;
	margin-bottom: 0;
}
#wrap #page #masthead .wc-shortcodes-social-icons-wrapper {
	margin-top: 0;
	margin-bottom: 5px;
}
#wrap .wc-shortcodes-share-buttons li i,
#wrap .wc-shortcodes-social-icons li i {
	background-color: transparent;
	color: #999999;
}
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-10 i { font-size: 10px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-12 i { font-size: 12px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-14 i { font-size: 14px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-16 i { font-size: 16px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-18 i { font-size: 18px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-20 i { font-size: 20px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-22 i { font-size: 22px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-24 i { font-size: 24px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-26 i { font-size: 26px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-28 i { font-size: 28px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-30 i { font-size: 30px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-32 i { font-size: 32px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-34 i { font-size: 34px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-36 i { font-size: 36px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-38 i { font-size: 38px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-40 i { font-size: 40px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-42 i { font-size: 42px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-44 i { font-size: 44px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-46 i { font-size: 46px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-48 i { font-size: 48px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-50 i { font-size: 50px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-52 i { font-size: 52px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-54 i { font-size: 54px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-56 i { font-size: 56px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-58 i { font-size: 58px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-60 i { font-size: 60px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-62 i { font-size: 62px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-64 i { font-size: 64px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-66 i { font-size: 66px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-68 i { font-size: 68px; }
#wrap .wc-shortcodes-social-icons.wc-shortcodes-maxheight-70 i { font-size: 70px; }

.wc-shortcodes-tabs ul.wcs-tabs-nav .wcs-state-active a {
	border-width: 1px 1px 0 1px;
	border-color:#dddddd;
	border-style:solid;
}
#wrap .rslides_nav.next {
	background-image: url('img/slide-arrow-right.png') !important;
}
#wrap .rslides_nav.prev {
	background-image: url('img/slide-arrow-left.png') !important;
}
/*--------------------------------------------------------------
30.3 WC Gallery
--------------------------------------------------------------*/
#wrap .wc-image-links .gallery-caption {
	top: 0;
	bottom: auto;
	background: none;
	padding: 0;
}
#wrap .wc-image-links .gallery-caption h3 {
	margin: 0 auto;
	display: inline-block;
	padding: 0.5em 0.8em;
}
#wrap .wc-image-links .gallery-caption a {
	text-decoration: none;
}
/*--------------------------------------------------------------
30.4 WooCommerce
--------------------------------------------------------------*/
#wrap p.demo_store,
#master .woocommerce .woocommerce-message,
#master .woocommerce-page .woocommerce-message,
#master .woocommerce .woocommerce-error,
#master .woocommerce-page .woocommerce-error,
#master .woocommerce .woocommerce-info,
#master .woocommerce-page .woocommerce-info,
#master .woocommerce .woocommerce-message:before,
#master .woocommerce-page .woocommerce-message:before,
#master .woocommerce .woocommerce-error:before,
#master .woocommerce-page .woocommerce-error:before,
#master .woocommerce .woocommerce-info:before,
#master .woocommerce-page .woocommerce-info:before,
#master .woocommerce div.product div.images img,
#master .woocommerce-page div.product div.images img,
#master .woocommerce #content div.product div.images img,
#master .woocommerce-page #content div.product div.images img,
#master .woocommerce span.onsale,
#master .woocommerce-page span.onsale,
#master .woocommerce ul.products li.product a img,
#master .woocommerce-page ul.products li.product a img,
#master .woocommerce ul.products li.product a:hover img,
#master .woocommerce-page ul.products li.product a:hover img,
#master .woocommerce .quantity input.qty,
#master .woocommerce-page .quantity input.qty,
#master .woocommerce #content .quantity input.qty,
#master .woocommerce-page #content .quantity input.qty,
#master .woocommerce .quantity .plus,
#master .woocommerce-page .quantity .plus,
#master .woocommerce #content .quantity .plus,
#master .woocommerce-page #content .quantity .plus,
#master .woocommerce .quantity .minus,
#master .woocommerce-page .quantity .minus,
#master .woocommerce #content .quantity .minus,
#master .woocommerce-page #content .quantity .minus,
#master .woocommerce table.cart td.actions .coupon .input-text,
#master .woocommerce-page table.cart td.actions .coupon .input-text,
#master .woocommerce #content table.cart td.actions .coupon .input-text,
#master .woocommerce-page #content table.cart td.actions .coupon .input-text,
#master .woocommerce ul.cart_list li img,
#master .woocommerce-page ul.cart_list li img,
#master .woocommerce ul.product_list_widget li img,
#master .woocommerce-page ul.product_list_widget li img,
#master .woocommerce form .form-row textarea,
#master .woocommerce-page form .form-row textarea,
#master .woocommerce #payment div.payment_box,
#master .woocommerce-page #payment div.payment_box,
#master .woocommerce #payment div.payment_box input.input-text,
#master .woocommerce-page #payment div.payment_box input.input-text,
#master .woocommerce #payment div.payment_box textarea,
#master .woocommerce-page #payment div.payment_box textarea,
#master .woocommerce .widget_layered_nav ul li.chosen a,
#master .woocommerce-page .widget_layered_nav ul li.chosen a,
#master .woocommerce .widget_layered_nav_filters ul li a,
#master .woocommerce-page .widget_layered_nav_filters ul li a,
#master .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
#master .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
#master .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
#master .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#master .woocommerce .woocommerce-message,
#master .woocommerce-page .woocommerce-message,
#master .woocommerce .woocommerce-error,
#master .woocommerce-page .woocommerce-error,
#master .woocommerce .woocommerce-info,
#master .woocommerce-page .woocommerce-info,
#master .woocommerce .woocommerce-message:before,
#master .woocommerce-page .woocommerce-message:before,
#master .woocommerce .woocommerce-error:before,
#master .woocommerce-page .woocommerce-error:before,
#master .woocommerce .woocommerce-info:before,
#master .woocommerce-page .woocommerce-info:before,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li a,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
#master .woocommerce span.onsale,
#master .woocommerce-page span.onsale,
#master .woocommerce .quantity .plus,
#master .woocommerce-page .quantity .plus,
#master .woocommerce #content .quantity .plus,
#master .woocommerce-page #content .quantity .plus,
#master .woocommerce .quantity .minus,
#master .woocommerce-page .quantity .minus,
#master .woocommerce #content .quantity .minus,
#master .woocommerce-page #content .quantity .minus,
#master .woocommerce #payment div.payment_box,
#master .woocommerce-page #payment div.payment_box {
	text-shadow: none;
}
#master .woocommerce .woocommerce-message,
#master .woocommerce-page .woocommerce-message,
#master .woocommerce .woocommerce-error,
#master .woocommerce-page .woocommerce-error,
#master .woocommerce .woocommerce-info,
#master .woocommerce-page .woocommerce-info,
#master .woocommerce span.onsale,
#master .woocommerce-page span.onsale,
#master .woocommerce .quantity .plus,
#master .woocommerce-page .quantity .plus,
#master .woocommerce #content .quantity .plus,
#master .woocommerce-page #content .quantity .plus,
#master .woocommerce .quantity .minus,
#master .woocommerce-page .quantity .minus,
#master .woocommerce #content .quantity .minus,
#master .woocommerce-page #content .quantity .minus,
#master .woocommerce #reviews #comments ol.commentlist li .comment-text,
#master .woocommerce-page #reviews #comments ol.commentlist li .comment-text,
#master .woocommerce #reviews #comments ol.commentlist #respond,
#master .woocommerce-page #reviews #comments ol.commentlist #respond,
#master .woocommerce table.shop_table,
#master .woocommerce-page table.shop_table,
#master .woocommerce .cart-collaterals .cart_totals table,
#master .woocommerce-page .cart-collaterals .cart_totals table,
#master .woocommerce form.login,
#master .woocommerce-page form.login,
#master .woocommerce form.checkout_coupon,
#master .woocommerce-page form.checkout_coupon,
#master .woocommerce form.register,
#master .woocommerce-page form.register,
#master .woocommerce #payment,
#master .woocommerce-page #payment,
#master .woocommerce #payment div.payment_box,
#master .woocommerce-page #payment div.payment_box,
#master .woocommerce .widget_layered_nav ul li.chosen a,
#master .woocommerce-page .widget_layered_nav ul li.chosen a,
#master .woocommerce .widget_layered_nav_filters ul li a,
#master .woocommerce-page .widget_layered_nav_filters ul li a,
#master .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
#master .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
#master .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
#master .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
#master .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
#master .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content,
#master .woocommerce .woocommerce-message:before,
#master .woocommerce-page .woocommerce-message:before,
#master .woocommerce .woocommerce-error:before,
#master .woocommerce-page .woocommerce-error:before,
#master .woocommerce .woocommerce-info:before,
#master .woocommerce-page .woocommerce-info:before,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
#master .woocommerce .quantity input.qty,
#master .woocommerce-page .quantity input.qty,
#master .woocommerce #content .quantity input.qty,
#master .woocommerce-page #content .quantity input.qty,
#master .woocommerce .quantity .plus,
#master .woocommerce-page .quantity .plus,
#master .woocommerce #content .quantity .plus,
#master .woocommerce-page #content .quantity .plus,
#master .woocommerce .quantity .minus,
#master .woocommerce-page .quantity .minus,
#master .woocommerce #content .quantity .minus,
#master .woocommerce-page #content .quantity .minus {
	-webkit-border-radius: 0;
	border-radius: 0;
}
#master .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
#master .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
#master .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
#master .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
#master .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
#master .woocommerce #payment div.payment_box:after,
#master .woocommerce-page #payment div.payment_box:after {
	margin-top: -16px;
	top: 0;
}
#master .woocommerce .woocommerce-message:before,
#master .woocommerce-page .woocommerce-message:before,
#master .woocommerce .woocommerce-error:before,
#master .woocommerce-page .woocommerce-error:before,
#master .woocommerce .woocommerce-info:before,
#master .woocommerce-page .woocommerce-info:before {
	height: auto;
}
#wrap .shipping-calculator-form .form-row {
	padding-left: 0;
	padding-right: 0;
}
#master .woocommerce a.added_to_cart,
#master .woocommerce-page a.added_to_cart {
	display: block;
}
#master .woocommerce .quantity .plus,
#master .woocommerce-page .quantity .plus,
#master .woocommerce #content .quantity .plus,
#master .woocommerce-page #content .quantity .plus,
#master .woocommerce .quantity .minus,
#master .woocommerce-page .quantity .minus,
#master .woocommerce #content .quantity .minus,
#master .woocommerce-page #content .quantity .minus {
	height: 50%;
}
#master .woocommerce table.cart a.remove:hover,
#master .woocommerce #content table.cart a.remove:hover,
#master .woocommerce-page table.cart a.remove:hover,
#master .woocommerce-page #content table.cart a.remove:hover {
    background-color: transparent;
    color: #f00 !important;
}
#master .woocommerce nav.woocommerce-pagination ul,
#master .woocommerce-page nav.woocommerce-pagination ul,
#master .woocommerce #content nav.woocommerce-pagination ul,
#master .woocommerce-page #content nav.woocommerce-pagination ul,
#master .woocommerce nav.woocommerce-pagination ul li,
#master .woocommerce-page nav.woocommerce-pagination ul li,
#master .woocommerce #content nav.woocommerce-pagination ul li,
#master .woocommerce-page #content nav.woocommerce-pagination ul li {
	border: 0;
}
@media screen and (min-width: 769px) {
	#master .woocommerce .related ul.products li.product,
	#master .woocommerce-page .related ul.products li.product,
	#master .woocommerce .upsells.products ul.products li.product,
	#master .woocommerce-page .upsells.products ul.products li.product,
	#master .woocommerce .related ul li.product,
	#master .woocommerce-page .related ul li.product,
	#master .woocommerce .upsells.products ul li.product,
	#master .woocommerce-page .upsells.products ul li.product {
		width: 22.05%;
	}
}
div.pp_woocommerce .pp_description,
div.pp_woocommerce div.ppt {
	display: none !important;
}
.woocommerce-breadcrumb {
	display: none;
}
#master .woocommerce ul.products li.product h3,
#master .woocommerce-page ul.products li.product h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space:nowrap;
}
#master .woocommerce div.product div.images div.thumbnails,
#master .woocommerce #content div.product div.images div.thumbnails,
#master .woocommerce-page div.product div.images div.thumbnails,
#master .woocommerce-page #content div.product div.images div.thumbnails {
    padding-top: 0;
}
#master .woocommerce #content div.product div.thumbnails a,
#master .woocommerce div.product div.thumbnails a,
#master .woocommerce-page #content div.product div.thumbnails a,
#master .woocommerce-page div.product div.thumbnails a {
	margin-top: 3.8%;
}
/*--------------------------------------------------------------
30.5 Jetpack
--------------------------------------------------------------*/
.sharedaddy {
	display: inline-block;
}
#wrap .sharedaddy .sd-title {
	display: none;
}
#wrap .sharedaddy .sd-content ul {
	margin: 0 !important;
}
#wrap .sd-social-icon .sd-content ul li[class*='share-'] {
	margin-left: 7px !important;
}
#wrap .sd-social-icon .sd-content ul li[class*='share-']:first-child,
#wrap .sd-social-icon .sd-content ul li[class*='share-']:last-child {
	margin-left: 0 !important;
}
#wrap .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	padding: 0;
	margin: 0;
	vertical-align: top;
	top: 0;
	text-align: center;
}
#wrap .sd-social-icon .sd-content ul li[class*='share-'] a,
#wrap .sd-social-icon .sd-content ul li[class*='share-'] a:hover,
#wrap .sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 0;
	-webkit-border-radius: 0;
}
#wrap div#jp-relatedposts h3.jp-relatedposts-headline {
	display: block;
	float: none;
}
#wrap .contact-form textarea {
	width: 100%;
}
#wrap .contact-form input[type='text'],
#wrap .contact-form input[type='email'] {
	max-width: 100%;
}
#wrap .comment-subscription-form {
	margin-bottom: 0 !important;
}
#wrap .comment-subscription-form .subscribe-label {
	vertical-align: middle;
}
#wrap .jp-relatedposts-post-img {
	padding-bottom: 0.3em;
}
/*--------------------------------------------------------------
30.6 LayerSlider
--------------------------------------------------------------*/
#wrap .ls-wp-container .ls-nav-prev,
#wrap .ls-wp-container .ls-nav-next {
	z-index: 999;
}
@media screen and (max-width: 900px) {
 nav#site-navigation.main-navigation.responsive-menu > div.nav-container.clear > div.nav-bottom-border.clear > h1.menu-toggle{
padding-top:8px;
padding-left:20px;	
}	
}
@media screen and (max-width: 800px) {
	.footer-section {
	width: 100%;
	display: block;
	padding: 10px;
	top: 0px;
	position:relative;
	float:none;
	text-align:center;
	
}

}