/*
	Theme Name: Croakies Theme
	Description: This is the croakies theme created for the Genesis Framework.
	Author: Sandra Gilson, Croakies
	Author URI: http://www.croakies.com/
	Version: 2.0.1

	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background-color:#fff;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'rissa';
    font-style: normal;
    src: url('/wp-content/themes/useanyfont/170215054303Rissa.eot');
    src: local('rissa'), url('/wp-content/themes/useanyfont/170215054303Rissa.eot') format('embedded-opentype'), url('/wp-content/themes/useanyfont/170215054303Rissa.woff') format('woff');
}

.rissa{font-family: 'rissa' !important;}

.single-post article {

	max-width:1200px;
	margin:0 auto;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */


.edgeLoad-EDGE-12125308 { visibility:hidden; }


html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #f5f5f5;
	color: #333;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: .05em;
}

.lobster {font-family: 'Lobster', cursive;}

.caveat {font-family: 'Caveat Brush', cursive;}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #666;
	text-decoration: none;
	cursor:pointer;
	font-weight:400;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}



strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.textwidget ul {

	list-style-type:none;
}

ul.list li::before {
    color: #f15123;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -1.2em;
    width: 1.2em;
}



	list-style-type:none;
}

.bold-orange {font-weight:400; color:#f15123;}


blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}


.centered {
margin:0 auto;
max-width:1024px;
margin-top:50px;
}

cite {
	font-style: normal;
}

.textwidget p {
  margin: 0;
  padding: 0;
}


.grey-bold {font-weight:400;color:#777777;}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-transform:none;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

.home .site-inner h1 {
	margin:60px 0 20px 0;
}

h2 {
	font-size: 2.2rem; font-weight:700;
}

h2.rissa {font-family:rissa; font-size:7rem;}

.rissa {font-family:rissa; font-size:200%;}

.white {color:#ffffff; !important}

/*.condensed {font-family:open sans condensed;}*/

.uppercase {text-transform:uppercase;}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

.entry-content h3 a {
	color:#333;
}

.entry-content h3 a:hover {
	color:#f15123;
}

h4 {
	font-size: 20px;
	font-size: 2.7rem;
	font-weight:800;
	margin:0;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

h5 {
	font-size: 18px;
	font-size:2.7rem;
	font-weight:200;
	margin-top:0;
	text-transform:uppercase;

}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

h1 span {
	font-weight:200;
	display:block;
	text-transform:capitalize;
}


.b {font-weight:600;}

.eb {font-weight:800;}

.u {text-transform:uppercase;}

.big {font-size:3em;}

.large  {font-size:5em;}

.bigger {font-size:10em;}

.medium {font-size:1.5em;}

.small {font-size:80%; line-height:120%;}



/* Objects
--------------------------------------------- */

/* embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
} */

img {
	height: auto;

}


img.round {
	border-radius:100%;
}

.no-margin {
	margin:0 !important;
}

/*a img:hover {
	opacity:0.8;
} */

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #444;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1rem;
	width:auto;
}

#content-page .your-message textarea {width:100%; !important}
.wppp-select select {width:auto;}



.your-name input {width:250px;}
.your-email input {width:250px;}
.wpcf7-list-item input {width:auto;}

input:focus,
textarea:focus {
	border: 1px solid #444;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 150%;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout 2017 Update Full Width
---------------------------------------------------------------------------------------------------- */


.screen-reader-text,
.screen-reader-text span {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	dispaly:none;
}


.aws-container {width:180px; float:right;}

.site-container .aws-container .aws-search-field {background-color:#ebe9eb; margin-bottom: 15px;}

/*.woocommerce .content {max-width:1200px; margin:0 auto;}*/

.search .content {max-width:1200px; margin:0 auto;}

#content-page {
	max-width:1200px;
	margin:0 auto;
}

#content-inner.no-header {margin-bottom:0;}

.thumb-slider {max-width:1920px; margin:0 auto;}


.nav-primary .ubermenu-item-level-2 a span  {font-weight:600;}

.nav-primary ul li .ubermenu-item span:hover  {color:#f15b3f;}

.nav-primary .ubermenu-item-level-3 a span {font-weight:400}

.nav-primary .ubermenu-submenu-type-stack {padding-top:5px;}

.nav-primary .main-category-title span {font-weight:600; border-bottom:1px solid #999; padding-bottom:5px; cursor:default; color:#999; text-transform:uppercase;}

.nav-primary  ul li .ubermenu-item  .main-category-title span:hover {color:#999;}

.nav-primary .sub-category-title span {font-weight:600 !important;}

.tax-product_tag .breadcrumb {display:none;}

h2.bold {font-weight:800; text-transform:uppercase; font-size:3rem;}

.header-page {height:400px; background-size:cover !important; background-position: 50% !important; max-width:1200px; margin:0 auto;}

.ubermenu-item-46393 ul.ubermenu-submenu li.ubermenu-item {width:300px !important;}

.ubermenu-item-46393 ul.ubermenu-submenu-id-46397 li.ubermenu-item {width:200px !important;}



.page-template-page-full-width-2017 .nav-primary {
	min-width:100%;

}

.page-template-page-full-width-2017 .site-inner {
	width:100%;
}

.page-template-page-full-width-2017 #content-page {
	max-width:1200px;
	margin:0 auto;
}

.page-template-page-full-width-2017 #content-inner.no-header {margin-bottom:0;}

.page-template-page-full-width-2017 .thumb-slider {max-width:1920px; margin:0 auto;}

.su-button {border-radius:2px !important; font-weight:600 !important;}

.su-button span {font-weight:600 !important;}

.woocommerce a.button {border-radius:2px !important;}

div.flipbook-container div.single .fb-container > div.page-html {padding:0 !important;}

.imgl-view.imgl-theme-dark .imgl-popover {background-color:#ffffff !important;}

.page-html .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width:100px; margin:10px;}

.page-html .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {min-width:100px;}

.page-html .imgl-view.imgl-theme-dark .imgl-popover.imgl-popover-right {

	margin-left: 20px;
	margin-top: -32px;
	}


.page-html .imgl-view.imgl-theme-dark .imgl-popover.imgl-popover-right > .imgl-arrow::after {
border-right-color: #fff;
}

.page-html p {display:none;}

.flipbook div.fb-inside-shadow-left {z-index:500 !important;}

.flipbook div.fb-inside-shadow-right {z-index:500 !important;}

.imgl-view.imgl-theme-default .imgl-popover.imgl-popover-right {
    margin-top: -34px;
    margin-right: -15px;
    padding-right:20px;

    }

.imgl-view.imgl-theme-default .imgl-popover.imgl-popover-top {margin-top: -95px !important;}

.imgl-view.imgl-theme-default .imgl-popover.imgl-popover-left {margin-left: -20px !important; margin-top: -43px;}

div.flipbook-container .fb-container > div.page-html img {
width:100% !important;
}

.imgl-hotspot-image {width:35px; height:35px;}

.page-html .wc-simple-product-badge {display:none;}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */


.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	width:100%;
	margin:0 auto 0 auto;
	background:#fff;
}

.page-template-page-custom .site-inner {

	width:1200px;

}



.page-template-page-noheader-php .site-inner {
	margin-top:170px;
}


.page-template-page-fullwidth-image-with-title .entry-title {
    font-size: 5.5rem;
    position: absolute;
    color: #fff;
    margin: 0 auto;
    width: 1200px;
    margin-top: 180px;
    font-weight: 800;
    letter-spacing: 3px;

}


.page-template-page-fullwidth-image-with-title #title-inner {
  max-width:1200px;

}

.page-template-page-full-width-2017 .entry-title {

color: #ffffff;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 120%;
    padding-top: 80px;
    text-align: center;
    text-transform: uppercase;
}

.page-template-page-full-width-2017 #content-inner.no-header {margin-top:0;}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */


.content {

}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
	padding:20px 0;
}

.woocommerce .content {
	padding:22px 0;
}


.full-width-content .metaslider .flexslider {
	margin:0;

}

.metaslider .disabled {opacity:1 !important;}

/* Primary Sidebar */

.sidebar-primary {
	float: left;
	width: 20%;
	margin:140px 30px 0 0;

}

.sidebar-primary a {
	border-bottom:none !important;
	color:#f15123;

}

.sidebar-primary a:hover {
	color:#999;

}

.sidebar-primary .widget-title {
	margin-bottom: 5px;
}

.sidebar-primary ul li {
	font-size:1.2rem !important;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Secondary Contact */

.sidebar-contact {
	margin-bottom:40px;
	color:#333333 !important;
	border-top:2px dotted #999;
	border-bottom:2px dotted #999;
	padding:10px 0;
}


.sidebar-contact h3.widget-title{
	font-size:110%;
	font-weight:800;
}

/* Footer Widgets
 ----------------------- */
 #footer-widgets {
 background-color: #333;
 border-bottom: 1px solid #fff;
 clear: both;
 color: #fff;
 font-size: 12px;
 margin: 0 auto 0;
 overflow: hidden;
 padding: 10px 0 0 0;
 width: 960px;
 }
 #footer-widgets .wrap {
 margin: 0 auto 0;
 width: 940px;
 }
 #footer-widgets .widget {
 background: none;
 border: none;
 padding: 0;
 }
 #footer-widgets .textwidget {
 padding: 0;
 }
 #footer-widgets .widget_tag_cloud div div {
 padding: 0;
 }
 #footer-widgets h4 {
 background: none;
 border: none;
 color: #fff;
 font-size: 12px;
 font-weight: bold;
 margin: 0 0 5px;
 padding: 0;
 text-transform: uppercase;
 }
 #footer-widgets p {
 color: #fff;
 padding: 0 0 10px;
 }
 #footer-widgets a, #footer-widgets a:visited {
 color: #fff;
 text-decoration: underline;
 }
 #footer-widgets a:hover {
 text-decoration: none;
 }
 #footer-widgets ul {
 color: #fff;
 list-style-type: none;
 margin: 0 0 10px;
 }
 #footer-widgets ul li {
 list-style-type: square;
 margin: 0 0 0 15px;
 }
 #footer-widgets #wp-calendar thead,
 #footer-widgets #wp-calendar td {
 background: none;
 }
 .footer-widgets-1 {
 float: left;
 padding: 0 20px 0 0;
 width: 300px;
 }
 .footer-widgets-2 {
 float: left;
 width: 300px;
 }
 .footer-widgets-3 {
 float: right;
 width: 300px;
 }
 .footer-widgets-4 {
 float: right;
 width: 280px;
 }




/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Search Results
--------------------------------------------- */


.search-results article {

}

.search-results h1 {
font-size:2.5rem;
text-align:left;
padding:20px 0 0 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-weight:600;
	color:#f15123;
	font-size:11px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive h1.page-title {display:none;}

.archive-description {

position:relative;

}

h1.archive-title {
position: absolute;
font-size: 3rem;
font-weight: 700;
color: #fff;
text-align: center;
margin: 0 auto;
width: 1024px;
margin-top: 15%;
width:100%;

}



.search h1.archive-title {
position: relative;
font-size: 100%;
font-weight: 400;
color: #666;
text-align: left;
margin: 0 auto;
width: 1024px;
margin-top: 0;
width:100%;

}


.search .entry-title {
	font-size:2.5rem;
	text-align:left;
}

.archive-description .page-title {

display:none;

}


.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */


#title-inner {
	margin:0 auto;
	max-width:1024px;
}

.entry-title {
	font-size: 36px;
	font-size: 4.5rem;
	line-height: 120%;
	text-align:center;
	text-transform:uppercase;
}

.product_title {
	font-size: 36px;
	font-size: 3rem;
	line-height: 120%;
	text-align:left;
	font-weight:600;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	margin-top:1.5rem;
	letter-spacing:1px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

#content-inner .widget ul.yinstagram_grid li{
margin:0;
list-style-type:none;
}



/*
Plugins
---------------------------------------------------------------------------------------------------- */




/* Ultimate Members
--------------------------------------------- */



.textwidget .um-56085.um-login.um-logout {max-width: 350px !important;}

.textwidget .um-button.um-btn-auto-width {
    width: auto;
    display: inline-block;
    padding: 10px 10px !important;
    min-width: 150px;
    max-width: 300px;
}


.woocommerce .wcbox-quick-view {display:none;}

.nl-spacer {height:9em;}


.um-login .um-postmessage {display:none;}

/* WooSwatches
--------------------------------------------- */


.site-inner label.wcva_single_textblock {
	border-radius:3px;
	/*font-family:open sans condensed;*/
	font-weight:700 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


.site-inner label.selectedswatch.wcva_single_textblock {
	border-radius:3px;
	background:#f15123;
	/*font-family:open sans condensed;*/
	font-weight:700 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.site-inner label.selectedswatch.wcvasquare {
	outline:solid 2px #f15123 !important;
}


.site-inner label.selectedswatch.wcva_single_textblock {
outline: solid 0px #9C9999 !important;
}

.site-inner label.wcvaround {border-radius:100%; padding:0;}

.site-inner label.selectedswatch.wcvaround {border-radius:100%; padding:0;}



/* Shortcode Ulitmate
--------------------------------------------- */

.entry-content .su-carousel .su-carousel-slide img {
	border:none;
}

.entry-content .su-carousel .su-carousel-slide-title {
	background:none;
	color:#666;
	font-size:16px;
	bottom:0;
	position:relative;
	text-align:center;
}

.entry-content .su-carousel-slide > a, .su-carousel-slide > img, .su-carousel-slide > a > img {
	width:auto !important;
}

.entry-content .su-carousel-slide {
	height:280px !important;
}

.su-slider-slide-title {
background-color:#333 !important;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100% !important;
  /* background: #fff; */
  /* padding: 25px; */
  border-radius:3px;
  cursor: auto; }

/* this causes the modal to show on prop-popups */
.mfp-content .su-lightbox-content:not(.mfp-hide) {
    display: block !important;
    margin: 0 auto;
    position: relative;
    padding: 40px !important;
}
.mfp-content .su-lightbox-content:not(.mfp-hide) img {
    width: 80px;
    margin-bottom: 0;
    margin-top: -3px;
}
.mfp-content .su-lightbox-content:not(.mfp-hide) h4 {
    margin-bottom: 20px;
}
.mfp-content .su-lightbox-content:not(.mfp-hide) .mfp-close:hover {
    color: white;
}

.info-box {

padding:4px !important;
border-color:#00aeef !important;
border-radius:5px;
box-shadow:none !important;
}

.info-box span.su-frame-inner {
	border:none !important;
}

.metaslider .su-list ul li {font-size:150% !important;}

#content-page .metaslider .flexslider {margin-bottom:0 !important;}


.belt-tabs.su-tabs {background:none !important;}

.belt-tabs h5 {font-weight:300;}



.belt-tabs .su-tabs-nav span.su-tabs-current {font-weight:600;}

.belt-tabs .su-tabs-nav span {}

.belt-tabs .su-tabs-panes {border:none !important;}


.belt-tabs  li.product {
    background-color: #f8f8f8;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    margin-right: 0;
    padding: 20px !important;
    width: 100%;
}

.belt-tabs .su-tabs-pane {padding: 0;}

.belt-tabs .su-tabs-nav, .su-tabs-nav span, .su-tabs-panes, .su-tabs-pane { margin-bottom: 15px;}

.belt-tabs .wc-simple-product-badge {display:none;}


.page-template-page-fullwidth-notitel .wp-caption-text {
    font-weight: 400 !important;
    margin-bottom: 2.6rem;}

.page-template-page-fullwidth-notitel .belt-tabs img {height: 100%; width: 100%;}
.page-template-page-fullwidth-notitel .wp-caption-text {text-align:left;}
.page-template-page-fullwidth-notitel .belt-tabs .wp-caption-text  {margin-bottom:10px !important}

.su-button.belt-style {margin-bottom:5px; margin-right: 3px;}

a.su-button.su-button-style-flat.belt-style:hover {background-color:#DBD8DA !important;}



.su-button.belt-style span {font-size:0.9em !important; padding:0 0.8em !important;}

.su-button.belt-style span .su-tooltip {padding:0 !important;}



.gallery-icon a img:hover {opacity: .5;}


#container label.wcvaswatchlabel {outline:none !important;}
#container label.selectedswatch.wcvasquare {outline:1.5px solid #f15123 !important;}
#container label.attribute_pa_size_croakies-xl.selectedswatch.wcvasquare  {outline:none !important;}
#container label.selectedswatch.wcva_single_textblock {border-radius:5px !important;}
#container label.wcva_single_textblock {border-radius:5px !important;}


/* COMMUNITY PAGE
--------------------------------------------- */

.page-template-page-insta .insta-container {
width: 25%;
height: 0;
position: relative;
float: left;
overflow: hidden;
background-size: cover;
padding-bottom: 25%;
background-position:center;
}





.insta-container {
width: 16.666%;
height: 0;
position: relative;
float: left;
overflow: hidden;
background-size: cover;
padding-bottom: 16.66%;
background-position:center;

}

.insta-container img {max-width:100%;}


.cption-box {font-size:10pt; padding: 20% 10px; display:none; position:absolute; background-image:url("https://croakies.com/wp-content/uploads/2016/02/bg-overlay.png"); width:100%; height:100%; text-align: center; font-family:enriqueta;}

.cption-box .user {text-align:center ;background-image:none; font-family:enriqueta; text-transform:uppercase; letter-spacing: 1px; }
.cption-box .user a {color:#333333; font-style:normal; font-weight:700;}

.cption-box .caption {diplay:inline;}

.cption-box .caption a {color:#444444;}
.cption-box .caption a:hover {color:#333333; text-decoration:none;}


.insta-container:hover div.cption-box {display:block;}


#social-stream-31247 .inner:hover span.section-text {display:block;}



#insta-loop .cption-box {font-size:9pt; padding: 20% 10px;}






#insta-loop h3 {display:none;}

.page-template-page-insta h3 {display:none;}

/* Meta Slider
--------------------------------------------- */

.metaslider span {
	/*font-family:open sans condensed;*/
	font-weight:400;
}
.metaslider span strong span {
	font-weight:400;
}

.metaslider span strong {
	font-weight:400;
}

#content .theme-default .nivo-directionNav a {
	width:42px;
	height:42px;
}

#content .theme-default a.nivo-nextNav {
	background-position: -42px 0;
}


.thumb-slider .metaslider ol.flex-control-thumbs img, #content .metaslider ol.flex-control-thumbs img {
 margin: 10px 1px 0;

}

.thumb-slider .flex-control-nav {
	position:relative;
	top:-80px;
	z-index:100;
}

.thumb-slider .flex-control-thumbs img {
	opacity:1;
}

.thumb-slider .flex-control-thumbs .flex-active {
	border-bottom:28px solid #009999 !important;
}


.thumb-slider .su-button {
	font-weight:300;
	letter-spacing: 0.03em;
}

.su-button-style-flat:hover span {
	top:0px !important;
}

.su-button-style-flat:hover span{
	background-color:#333333;
	border-radius:2px !important;
}

.su-button span {
	 font-size: 1.1em;
	 padding: 0.5em 1em !important;
}

.su-button i {
	 font-size: 1.2em !important;
}

.centered-img img {margin:0 auto;}


/*
WooCommerce
---------------------------------------------------------------------------------------------------- */


 .woocommerce div.product_cat-belts div.images .woocommerce-product-gallery__image:nth-child(n+2) {display:none;}

.site-container div.wcvashopswatchlabel {outline: none; outline-style: none;}

.archive .term-description {margin-bottom:30px;}

.mc4wp-form label {display:block;}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	/*background-color:#333333 !important; */
	color:#ffffff !important;
	border-radius:0 !important;
}

.woocommerce-product-search button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {border-radius:0 !important;}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border-radius:0 !important; background-color:#eeeeee; }


.image-cont .su-row .su-column.last {margin-right:0; padding:0; border:none;}

.image-cont .su-row .su-column.first {margin-left:0;}

.image-cont .su-row .su-column {margin: 0 0 0 2%; position:relative;}

.image-cont .su-column-size-1-4 {width: 23.5%;}


.image-cont h2 {
position: absolute;
top: 35%;
margin: 0 auto;
width: 100%;
color: #fff;
font-weight: 800;
letter-spacing: 1px;
font-size: 2rem;
text-transform: uppercase;
text-align:center;
}

.image-cont .descr {
letter-spacing:1px;
text-align:center;
padding:0 10px;
}

.cataegory-image-round {}


.woocommerce div.product form.cart .variations td.label {width:20%;}

.woocommerce #content .woocommerce-breadcrumb {font-weight:600;}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {font-weight:600 !important; }

.woocommerce ul.products li.product .price {font-weight: 500 !important; font-family: enriqueta !important; font-size: 12pt !important;}

.woocommerce-variation-description {font-weight:800; font-size:90%;}

.single_variation_wrap div.woocommerce-variation {margin-right: 20px;}

.products-per-page {text-align:center; float:none !important;}


.woocommerce ul.products li.product .star-rating {
margin-right:auto;
margin-left:auto;
}

.woocommerce-checkout #payment ul.payment_methods li img {
height:25px !important;
}


.woocommerce-ordering {
	z-index:1 !important;
}

.woof_redraw_zone {
	z-index:1 !important;
}


.woocommerce #container ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n){
	float:left !important;
}


.page #content-inner ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
	float:left !important;
}

.woocommerce ul.products li.product .price {
	height:30px;
}

.woocommerce ul.products li.product .onsale {

}

.woocommerce span.onsale {
	background-color: #f15123 !important;
	min-height: 50px !important;
	min-width: 50px !important;
}

.woof h3 {
	font-size:1.2rem;
	margin: 15px 0 0;
    padding: 0;
}

.woof_list label {
	 padding-left: 5px;
}

.woof label {
	 font-size:1.2rem;
}

.chosen-container {
	width:180px !important;
}

.woo_reset_search_form {
	float:left !important;
	margin-right:10px !important;
}


.woocommerce-product-search button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
background-color: #ebe9eb;
    background-image: none;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    color: #515151;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    font-weight: 700;
    left: auto;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0.618em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    margin:12px 0;
}

.woocommerce-product-search button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .entry-content .button:hover {
background-color: #dad8da;

}

.woocommerce-checkout #content-inner, .woocommerce-cart #content-inner {
	margin:0 auto;
	max-width:1024px;
}

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

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	min-width:250px;
}

.su-lightbox strong {
display:block;
}

#container {
	padding:50px;
	background-color:#fff;
}

.woocommerce .woocommerce-breadcrumb {
	 border-bottom: 1px solid #ddd;
	 color: #f15123 !important;
	 font-weight: 400;
	 padding:0 0 10px !important;
	 margin: 0 0 2em !important;

}

.woocommerce .woocommerce-breadcrumb a:hover {
	 text-decoration:underline !important;

}

.archive ul.products li.product, .post-type-archive-product ul.products li.product {

width:30.8% !important;
}



.single-product #tab-description ul li {
  padding-left: 1.2em;
  list-style-type:none;
}

.single-product #tab-description ul li:before {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
color:#f15123;
}​

ul.list li {
  padding-left: 1.2em;
  list-style-type:none;
}

ul.list li:before {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
color:#f15123;
}​



.woocommerce ul.products li.product h3 {
	 font-size: 1em !important;
    font-weight: 600;

}

.woocommerce ul.products li.product p {
	min-height:50px;

}

.woocommerce ul.products li.product p.cleared {
	min-height:auto;
	margin:0;

}

.woocommerce .product_meta {
	font-weight:400;
}

.purchase-note {

	border-top:1px solid #ddd;
	display:block;
	margin:1em 0;

}

.purchase-note  p {
	margin:1em 0;
}


.sku_wrapper{
	margin:1em 0;
	display:block;
	}

.page div.new-badge, .woocommerce div.new-badge  {

	background-color: #CED119;
    border-radius: 100%;
    font-size: 1rem;
    font-weight: 600;
    height: 50px;
    line-height: 1;
    margin: 2px;
    padding: 15px 0;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    vertical-align: middle;
    width: 50px;
    color:#ffffff;
    text-transform:uppercase;

}


.page div.sale-badge, .woocommerce div.sale-badge  {

	   background-color: #f15123;
    border-radius: 100%;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    height: 50px;
    line-height: 1;
    margin: 2px;
    padding: 17px 0;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    vertical-align: middle;
    width: 50px;
    text-transform:uppercase;

}

.woocommerce .product_cat-belts span.onsale {display:none;}

.woocommerce .product_cat-sale-products span.onsale {display:block;}


.wc-simple-product-badge.no-badge {
	display:none;
}

.sale-icon {
	position: relative;
    width: 300px !important;
}


.new {
	position: relative;
    width: 300px !important;
}

.new-500 {
	position: relative;
    width: 500px !important;
}

.new-450 {
	position: relative;
    width: 450px !important;
}


.color-swatch {
	height:50px;
	width:50px;
	border-radius:100%;

}

.color-swatch-wrap {
	float:left;
	margin-right:15px;
	font-size: 1.4rem;
    font-weight: 400;
}


.color-swatch-wrap p {
	width:50px;
	line-height:120%;
	margin-top:8px;
	text-align:center;
}

.woocommerce .wp-caption-text {
    font-size: 1.4rem;
    font-weight: 600;
    line-height:1;
}

.woocommerce h1 {
	text-transform:capitalize;
}

.woocommerce-cart table.cart img  {
width:150px !important;

}

.woocommerce div.product div.images img {
	width:auto !important;
	margin: 10px auto;
}


.single_variation {
	float:left;
	width: 29%;
	font-weight: 400;
}



.woocommerce #content #respond input#submit.alt, .woocommerce #content a.button.alt, .woocommerce #content button.button.alt, .woocommerce #content input.button.alt {
    background-color: #f15123;

}

.woocommerce #respond input#submit.alt, .woocommerce button.button.alt.disabled, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f15123 !important;
}

.woocommerce #content #respond input#submit.alt:hover, .woocommerce #content a.button.alt:hover, .woocommerce #content button.button.alt:hover, .woocommerce #content input.button.alt:hover {

    background-color: #ff5423;
}


.woocommerce .cart-collaterals #respond input#submit.alt, .woocommerce .cart-collaterals a.button.alt, .woocommerce .cart-collaterals button.button.alt, .woocommerce .cart-collaterals input.button.alt {
	background-color: #f15123;
}

.woocommerce .cart-collaterals #respond input#submit.alt:hover, .woocommerce .cart-collaterals a.button.alt:hover, .woocommerce .cart-collaterals button.button.alt:hover, .woocommerce .cart-collaterals input.button.alt:hover {
    background-color: #ff5423;

}


#content-inner .woocommerce-checkout #payment ul.payment_methods li {
	list-style-type:none;
}


#entry-content .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height:1.5;

}

#wpmenucartli a {
	background-color: #ebe9eb;
    background-image: none;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    color: #515151;
    line-height:1;
    text-transform: capitalize;

}

.woocommerce #content table.shop_attributes td  {font-style:normal;}

/*.woocommerce ul.products li.product a {font-family:open sans condensed;}*/

.related {

	border-top:1px solid #999;
	padding-top:20px;

}

.related .product {width:20% !important;}


#tab-description h3 {
	text-transform:capitalize;
	font-weight:400;

}


ul#ubermenu-nav-main-3-primary li#menu-item-4392 ul {
margin:0;
padding:0;
}

#search-6 {
margin:0;
padding:5px;
}


.woocommerce ul.products li.product-category h3 {
	height:auto;
	font-size:1.5em !important;
	text-transform: capitalize;

}


.woocommerce  ul.products li.type-product h3 {
	font-size:1em !important;
	font-weight:600;

}


.woocommerce ul.products li.product-category a.more-link {
font-weight:500;

}

.woocommerce ul.products li.product-category a.more-link:hover {
text-decoration:underline;
}


.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {display:none;}


.woocommerce ul.products li.product-category p {
margin:0 auto;
width:80%;
}

.woocommerce ul.products li.product-category a img {
margin:0 auto !important;

}

.panel-grid-cell {min-height:auto !important;}

.panel-grid {margin-left:0 !important; margin-right:0 !important;}

.wc-simple-product-badge {
	position:absolute;
	top:-10px;
	right:-10px;
	background-color:#CED119;
	border-radius:100%;
	color:#fff;
	height:50px;
	width:50px;
	padding:17px 0;
	font-weight:600;
	text-align:center;
	line-height:100%;
	font-size:10pt;
	/*font-family:open sans;*/
}



.woocommerce div.product p.price, .woocommerce div.product span.price  {font-family:enriqueta;}


.wc-simple-product-badge.cff {background-color:#00acec;}
.new-badge-two-lines {padding:11px 0;}
.new-badge-none {display:none;}

.new-badge-big {
	 background-color: #ced119;
    border-radius: 100%;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    height: 80px;
    line-height: 100%;
    padding: 26px 0;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 30px;
    width: 80px;
}

.ends-wrap .su-column-size-1-3 {width:auto;}

.ends-wrap .su-column:first-child  {border-right:1px solid;}

.ends-cont {margin-right:20px !important;}

.woocommerce .ends-cont p.wp-caption-text {
	line-height: 120%;
    margin: 0 auto;
    text-align: center;
    width: 80px;
}


/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {margin-right:3% !important;}*/

/*.woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last {margin:0 !important;}*/


.woocommerce.tag-list ul.products li.product, .woocommerce-page ul.products li.product {width: 30%;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {text-align:center;}


.content-padding .widget_black-studio-tinymce {margin:0 50px 0 60px;}

.content-padding .widget_shortcodes-ultimate{margin:0 50px 0 60px;}


.su-column.last {
	border-left:1px solid #ddd;
	padding-left: 50px;
}

.no-margin {margin:0 !important;}



#content-inner .woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
	margin:0;
	padding:0;
}

#content-inner .woocommerce td.product-name dl.variation dd {padding:0 0 0 0;}

.woof_container h4 {font-size:1.6rem; font-weight: 400; text-transform: capitalize;}


.woocommerce form.register {border:none !important;}

.woocommerce form.login {border:none !important;}


/*
Everyday Adventurer Team
---------------------------------------------------------------------------------------------------- */

.single-croakiesteam h1 {margin:0;}

.single-croakiesteam h2 {text-transform:uppercase; color:#999; margin-bottom:5px;}

.single-croakiesteam .widget_simple-social-icons h3.widget-title {color:#999;}

.single-croakiesteam .header-image {background-size:cover;}
.single-croakiesteam .header-image {background-position:center;}

.single-croakiesteam .header-image {height:350px;}


.single-croakiesteam #content-inner.full-width {margin:0;}

.single-croakiesteam #content-page .header {margin:0; line-height:0;}


.single-croakiesteam .simple-social-icons {margin:0 auto;}

.single-croakiesteam .simple-social-icons ul li {margin:0 50px 12px !important;}

.single-croakiesteam .simple-social-icons ul {padding:10px 0 0 0;}

.single-croakiesteam .instagram-pics li {
	float: left;
	width:16.666%;
   }

ul.instagram-pics {
	margin-bottom:0 !important;
   }



.ea-instagram p {text-align:center; font-family:rissa; font-size:7rem;}
.instagram-pics li {list-style-type:none;}

.instagram-pics li img {height:100%; width:100%; margin-bottom: -0.7rem;}



.instagram-pics li:hover {opacity:0.9;}

.ea-profile-image {position:relative;}

.ea-profile {width:260px; float:left; margin:0 10px;}


.profile-title {
   background: rgb(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 40px;
    font-family: rissa;
    font-size: 4rem;
    position: absolute;
    text-align: center;
    width: 100%;
    line-height:70%;
    padding:10px 0;
}

.ea-profile a img {margin-bottom: -0.6rem}

.ea-profile span {
   /*font-family:open sans;*/
   font-size:1.5rem;
   text-align:center;
   display:block;
   width:100%;
   background-color:#333;
   height:50px;
   color:#fff;
}



.entry-content .profile-title a {
   color:#333333;
}

.entry-content .profile-title a:hover {
   color:#f15123;
   text-decoration:none;
}


.style-svg {width:100px; fill:#333;}



/*
 * ==== Losange
 */
.losange, .losange div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 250px;
  height: 250px;
}
.losange {
  transform: rotate(45deg) translateY(10px);
}
.losange .los1 {
  width: 355px;
  height: 355px;
  transform: rotate(-45deg) translateY(-74px);
}
.losange .los1 img {
  width: 100%;
  height: auto;
   -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}


.losange .los1 img:hover {
  width: 100%;
  height: auto;
   -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
}


.page-template-page-fullwidth-ambassador .losange .los1 {
 height: 260px;
    transform: rotate(-45deg) translateY(-74px);
    width: 260px;
}


.page-template-page-fullwidth-ambassador .losange, .losange div {
 height: 160px;
    margin: 0 auto;
    overflow: hidden;
    transform-origin: 50% 50% 0;
    width: 160px;
    border: 1px solid #ddd;

}

.page-template-page-fullwidth-ambassador .diamond-cont {
  float: left;
    margin-right: 30px;
    margin-top: 100px;
    position: relative;
    width: 260px;
}

.page-template-page-fullwidth-ambassador .diamond-cont .title {
   background-color: #f2f2f2;
    height: 290px;
    padding-top: 110px;
    text-align: center;
    width: 260px;
}

.page-template-page-fullwidth-ambassador .diamond-cont .profile-image {
  left: 22%;
    position: absolute;
    top: -87px;
}

.page-template-page-fullwidth-ambassador .diamond-cont .title span {
   color:#f15123;
}


.page-template-page-fullwidth-ambassador .diamond-cont .title span {
   color:#f15123;
}

.page-template-page-fullwidth-ambassador .diamond-cont .title span a {
   color:#f15123;
}

.page-template-page-fullwidth-ambassador .diamond-cont .title span a:hover {
   color:#999;
   text-decoration:none;
}

.title .style-svg {width:60px; fill:#333333;}

.title .icons { bottom: 15px;
    margin-top: 15px;
    position: absolute;
    width: 100%;}


/*
Account Page
---------------------------------------------------------------------------------------------------- */

.page-id-3747 #content-page {margin-bottom:50px;}



/*
Blog
---------------------------------------------------------------------------------------------------- */


.page-template-page-blog-archive .entry-content ul.menu li {float:left; margin-right:20px; padding:8px;}

.page-template-page-blog-archive .entry-content ul.menu li a {
	color:#fff;
	/*font-family: open sans condensed;*/
	text-transform: uppercase;
	letter-spacing: 2px;
}

.page-template-page-blog-archive .entry-content ul.menu li a:hover {
	text-decoration:none;
	color:#eee;
}


.page-template-page-blog-archive .entry-content ul.menu {background-color:#333; height:40px;}

.item-cont {max-width: 380px;
float: left;
margin:0 0 50px 0;
position:relative;
height:500px;
}

.item-cont img {max-width: 100%;

}

.sticky-post {position:relative;}

.sticky-post .blog-title {
position:absolute;
bottom:0;
left:0;
margin: 0 0 5px;
padding: 40px 20px 20px;
}


.item-cont:first-child {
  margin-left: 0px;
}

.item-cont:nth-child(3n-1) {
  margin-left: 30px;
}

.item-cont:nth-child(3n) {
  margin-left: 30px;
}



.sticky-post .blog-title a {color:#fff; font-weight:800; text-transform:uppercase; font-size:42px;
	/*font-family: 'Open Sans Condensed', sans-serif; line-height:normal;*/
	font-weight:700; line-height:normal; z-index:500;}
.sticky-post .blog-title {width:100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%)}
/*.sticky-post p {font-family: 'Vollkorn', serif; line-height:normal; font-size:15px;}*/

.post-thumb {min-width:100%;}

.post-thumb img {width:100%;}

.latest-posts .blog-title {position:relative; margin-bottom:15px;  }

.latest-posts h1.blog-title {font-size:24px;}

.latest-posts .blog-title a {color:#333; font-weight:800; text-transform:uppercase; font-size:24px;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	line-height:normal; font-weight:700;}
/*.latest-posts p {font-family: 'Vollkorn', serif; line-height:normal; font-size:15px;}*/

.latest-posts .excerpt a {text-transform:uppercase; color:#777; letter-spacing:normal; font-weight:700;}
.latest-posts .excerpt a:hover {text-decoration:none;}

.latest-posts-loop{
width: 100%;
overflow: hidden;
position: relative;
margin-bottom: 30px;
font-weight: 700;}

.latest-posts-loop .widget-title{
margin: 0;
position: relative;
display: inline-block;
padding: 0 30px 0 0;
line-height: 1.2;
text-transform: uppercase;
/*font-family: 'Open Sans Condensed';*/
font-size:3rem !important;
    }

.latest-posts-loop .widget-title::after {
content: "";
display: block;
height: 3px;
position: absolute;
top: 50%;
width: 1920px;
left: 100%;
background: #161616;
}




.svg-style-hero {text-align:center;}

.svg-style-hero .style-svg {fill:#fff;}

.blog-about {text-align:center;}
.blog-about .right {float:left; width:75%;}
.blog-about .right a {color:#000000;}


.blog-about .about-title {font-size:16px; font-weight:800;}


.blog-about img {border-radius:100%;}

.blog-about .activities .style-svg {width:80px;}

.dropcap {color: #333;
  float: left;
  /*font-family: 'Vollkorn', serif;*/
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;}

/*.open-sans-con {font-family: 'Open Sans Condensed'}*/

.post-template .su-pullquote {width:auto;  font-family:Lora,Georgia,serif;}

/*.post-template .widget-title {font-family: 'Open Sans Condensed', sans-serif; font-weight:700;}*/

/*.post-template .textwidget {font-family: 'Vollkorn', serif; font-size:15px;}*/

/*.post-template-default .widget-title {font-family: 'Open Sans Condensed', sans-serif; font-weight:700;}*/

/*.post-template-default .entry-title {font-family: 'Open Sans Condensed', sans-serif; font-weight:700;}*/

/*.post-template-default .textwidget {font-family: 'Vollkorn', serif; font-size:15px;}*/


/*
Custom Page
---------------------------------------------------------------------------------------------------- */

#front-img-images-0 {
	width:auto !important;
	height:auto !important;
	left:0 !important;
	}



.page-template-page-fullwidth-notitel-ambassador h1 {margin:0;}

.page-template-page-fullwidth-notitel-ambassador h2 {text-transform:uppercase; color:#999; margin-bottom:5px;}

.page-template-page-fullwidth-notitel-ambassador .widget_simple-social-icons h3.widget-title {color:#999;}

.page-template-page-fullwidth-notitel-ambassador #sb_instagram h3 {color:#ffffff;}

.page-template-page-fullwidth-notitel-ambassador .sbi_bio {color:#ffffff;}


.page-template-page-fullwidth-notitel-ambassador #content-page .header {margin:0;}


.ea-gallery-item .so-panel {margin-bottom:0 !important;}
.ea-gallery-item h2 {margin:0;}
.ea-gallery-item h3 {text-transform:uppercase; color:#999; font-size:1.5rem;}


#post-47918 #content-inner.full-width {margin:0;}

/*
Site Header
---------------------------------------------------------------------------------------------------- */


.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header {width:100%;}

.site-container {margin:0 auto;}

#content {max-width:1200px; margin:0 auto;}

.post-type-archive-product #content {margin:0 auto;}

.post-type-archive-product #container  {clear:left !important;}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	/*font-family: Open Sans, sans-serif;*/
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
	margin-top:42px;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
	display:none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {

}

/* Logo, hide text */






.header-image .site-header .wrap {

	background-size:320px 67px;
	padding: 0;
}

body.page-id-16088.header-image .site-title a {
	float: left;
	width: 100%;
	margin-top:20px;
	height:80px;
}


.header-image .site-title a {
	float: left;
	width: 100%;
	margin-top:35px;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 5px 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.round-image img {border-radius:100%;box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	/*font-family: Open Sans, sans-serif;*/
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 1.2rem 1.2rem 0;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}


.ubermenu-content-block .textwidget {
	width:280px;
}

li.ubermenu-item-43957 {
	border-left:1px solid #ddd !important;
	margin-top:20px !important;
}


li.ubermenu-item-43961 {
	border-left:1px solid #ddd !important;
	margin-top:20px !important;
}

.ubermenu-sport-retainers .ubermenu-target-title {font-weight:800 !important;}

.ubermenu-sport-retainers .ubermenu-target-description {font-size:10pt !important; line-height:120%;}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
	z-index:500;


}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	min-width:100%;
	margin:0 auto;

}


.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {padding-top: 0 !important;}

.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle {
    height: auto;
    max-height: none;
    min-height: 0;
    width: auto;
}

.ubermenu-target  {

	font-weight:400 !important;
}

.ubermenu-submenu .ubermenu-target{

	font-weight:400 !important;
}

.ubermenu-submenu {z-index:100 !important;}


.ubermenu-sport-retainers, .ubermenu-fashion-retainers  {
	 border-bottom: 1px solid #d4d4d4 !important;
	 border-top:none !important;
	 border-left:none !important;
	 border-right:none !important;
	 z-index:0 !important;
}

.ubermenu-sport-retainers img, .ubermenu-fashion-retainers img {
	width:auto !important;
}

.ubermenu .ubermenu-item-layout-image_left > .ubermenu-target-text {
	padding-left: 0 !important;

}

#ubermenu-retainer-53 {
	background-color:#39596E;
}

#ubermenu-retainer-55 {
	background-color:#f07726;
}


.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}





ul#ubermenu-nav-main-3-primary li.ubermenu-item-level-2 a {
text-transform:uppercase;
margin:20px 10px 5px 0;
padding:0;
color:#222;
font-size:12pt;
}

ul#ubermenu-nav-main-3-primary li.ubermenu-item-level-3 a {
text-transform:capitalize;
margin:0 0 5px 0;
padding:0;
color:#f15123 !important;
font-size:10pt;
}


.ubermenu-item:hover {background-color:#fff !important; }

li.ubermenu-item-level-0 a:hover {color:#000 !important; }

li.ubermenu-active a {color:#000 !important; }






#menu-item-24887 ul {
padding:0 !important;
margin-bottom:0 !important;
}


ul#ubermenu-nav-main-3-primary li.ubermenu-item-level-3 a:hover {
color:#333;
}

ul#ubermenu-nav-main-3-primary li ul {padding:0 30px 30px;}

ul#ubermenu-nav-main-3-primary li ul.ubermenu-widget-area {padding:0 0 0 10px;}

ul#ubermenu-nav-main-3-primary li ul.ubermenu-widget-area img {margin:0}

ul#ubermenu-nav-main-3-primary li.ubermenu-item-level-2 .gallery a {margin:0;}

ul#ubermenu-nav-main-3-primary li ul.ubermenu-submenu-type-flyout {
	padding:0;
}

ul#ubermenu-nav-main-3-primary li ul.ubermenu-submenu-type-mega li.ubermenu-item ul.ubermenu-submenu {

padding:0;
}


.ubermenu .ubermenu-submenu .ubermenu-column-auto {
	 margin-right: 10px;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

#menu-top-nav li a {
	color:#333;
	font-weight:400;
}



.entry-content ul.menu li {
list-style-type:none;
}

.entry-content ul.menu li a {
color:#666666;
}

.entry-content ul.menu li a:hover {
color:#f15123;
}

.entry-content ul.menu {
margin:0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */


.page-template-page-lookbook .wmle_item img {
    max-width: 100%;
    height: auto;
    margin-bottom:0;
}


.page-template-page-lookbook .wmle_container .wmle_item {

border: none;
margin: 5px;
padding: 5px;
-webkit-box-shadow: none;
box-shadow: none;

}

.page-template-page-lookbook .wmle_container .wmle_item .wmle_post_title {
font-size: 12px;
color: #a5a4a2;
line-height: 1.5;
padding-bottom: 6px;
border-bottom: none;
border-top: none;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
position:absolute;
}


.page-template-page-lookbook .wmle_container .wmle_item .wmle_post_excerpt {
	padding-top:0;
	padding-bottom:0;
}

/* Home
--------------------------------------------- */

.product-list-cont .su-row .su-column {
    margin: 0;
}

.product-list-cont .su-column {
    width: 9%;
}

.product-list-cont .column-spacer {
	width:0;
}


.product-list-cont [class*="su-column"] + [class*="su-column"]:last-child {
    float:left;
}


.product-list-cont .column-list {
	width:16%;
}

.entry-content .su-divider {
	border-width:2px !important;
}


.product-category-cont .su-row .su-column {
    margin: 2px;
}

.product-category-cont .su-column {
   width:24.6%;
}

.product-category-cont .column-spacer {
	width:0;
}


.product-category-cont [class*="su-column"] + [class*="su-column"]:last-child {
    float:left;
}


.product-category-cont h1 {
	font-weight:300;
	text-transform:none;
	font-size:1.3em;
}

.product-category-cont a {
	color:#333 !important;
	font-weight:300;
	font-size:13pt;

}

.product-category-cont a:hover {
	color:#f15123 !important;

}

.product-category-cont p {
	margin:0 !important;

}


.features-box {
	background-color:#f8f8f8;
	color:#333;
	padding:15px 15px 15px 0;
	font-size:0.9em;
	clear:left;
	border-radius:3px;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.15);
}

.features-box i {
	color:#666 !important;
}


.entry-content .features-box ul li:before {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
color:#f15123;
}

.su-service .su-service-content ul li {
	list-style-type: none;
}

.cff-box {
	background-color:#1CB9FF;
	color:#fff;
	border-bottom:none;
}

.features-box.cff-box .su-service-title {
	color:#fff;
	font-weight:400;
}

.features-box.cff-box .su-service-title i {
	display:none !important;
}

.features-box.cff-box .su-list ul li i {
	display:none !important;
}

.features-box .su-list ul li  {
	 padding: 1px 0 4px 2em !important;
}


.features-box.cff-box .su-list ul li  {
	 padding: 2px 0 2px 0 !important;
}

.list-links ul {
	float:left;
}

.list-links.su-list ul li {
	 padding: 4px 0 4px 1.5em !important;
}

.features-box .su-service-title {
	color:#333;
	font-weight:200;
	padding-left:20px !important;
}

.features-box .su-service-content {
	padding-left:20px !important;
}

.features-box .su-service-title i {
	position:relative;
	display:inline !important;
	padding-right:8px;
}

.features-box .su-list ul {
	margin-bottom:0 !important;
}


.cff-color {
	color:#33CCFF;
	font-size:13pt;
}



.su-spoiler-title {
	border-radius: 5px;
	padding: 10px !important;
	border:1px solid #ccc;
	padding-left:0 !important;

}

.su-spoiler-icon { top:25px !important; z-index:1; }
.su-spoiler-title p {display:none;}
.su-spoiler-title br {display:none;}

.su-spoiler-title h4 {
	font-size: 15pt !important;
	font-weight:400 !important;
	text-transform:capitalize;
	padding:25px;
	line-height:0;
	margin:0;
	background-color: #fff;
	width:300px;
	opacity:0.8;
}


.textwidget .su-accordion {
margin-bottom: 0 !important;
}





.nivo-caption {
	width:auto !important;
	border-radius:5px;
}


 #content-inner #pgc-213-insta-feed-home-0 .widget-title {margin:0;}

.page-template-page-home #content-inner.no-header {margin-bottom: 0;}

#pgc-213-insta-feed-home-0 a {color:#444444;}

#pgc-213-insta-feed-home-0 a:hover {color:#333333; text-decoration:none;}

#insta-feed-home .panel-grid-cell {padding-left:0 !important; padding-right:0 !important;}

#insta-feed-home {margin-left:0 !important; margin-right:0 !important;}

.no-padding .panel-grid-cell {padding-left:0 !important; padding-right:0 !important;}


/* Entries
--------------------------------------------- */

.home #content-page .header {
margin:0;
}

#content-page .header {
margin:0 0 40px 0;
position:realtive;
}

.post-template-single-notitle #content-page .header {
margin:0 0 0 0;

}

.page-template-page-fullwidth-notitel #content-page .header {
margin:0;
}


.home #content-inner.no-header {
	margin-top: 40px;

}

#content-inner.no-header {
	margin-top:40px;


}

#content-inner .textwidget {
	margin:0 auto;
}


.panel-row-style-center-row {
	margin:0 auto;
	max-width: 1024px;
}

.panel-row-style-minus-margin {
	margin:-25px 0 !important;
}

.panel-row-style-minus-margin-centered {
	margin:-25px auto !important;
	max-width:1024px;
}



.panel-row-style-full-width {
    max-width: 1200px;
   	overflow:hidden;
   	margin: 0 auto;
}


.panel-row-style-full-width .panel-grid-cell {
   padding-left:0 !important;
}


.panel-row-style-grey-background {
 	background-color: #f9f9f9;
    margin: 0 auto;
    max-width: 1200px;
   	overflow:hidden;
  	padding:50px 50px 50px 50px;
  	margin-top:-25px !important;
}

.panel-row-style-grey-no-padding {
 	background-color: #f9f9f9;
    margin: 0 auto;
    max-width: 1200px;
   	overflow:hidden;
  	padding:0 50px 50px 100px;
  	margin-top:-25px !important;
}


.panel-row-style-grey-no-right-padding {
 	background-color: #f9f9f9;
    margin: 0 auto;
    max-width: 1200px;
   	overflow:hidden;
  	padding:50px 0 50px 100px;
  	margin-top:-25px !important;
}

.panel-row-style-grey-no-left-padding {
 	background-color: #f9f9f9;
    margin: 0 auto;
    max-width: 1200px;
   	overflow:hidden;
  	padding:50px 50px 50px 0;
  	margin-top:-25px !important;
}

.panel-row-style-image-float-right img {
	float:right;
}




.panel-row-style-image-float-left img {
	float:left;
}


.panel-row-style-grey-no-right-padding .panel-grid-cell {
	padding:0;

}

.panel-row-style-grey-no-left-padding .panel-grid-cell {
	padding:0;

}


.panel-row-style-grey-no-padding .widget_black-studio-tinymce {
	padding-top:50px;
}


.panel-row-style-green-background {
 	background-color: #cfe3e3;
    margin: 0 auto;
    max-width: 1200px;
  	overflow:hidden;
   	padding:50px;
}

.panel-row-style-nomargin {
 	margin-left:11.5px;
 	margin-top: -25px;

}

.panel-row-style-nomargin .panel-grid-cell {
 	margin:0;
 	padding:0;
 	width:auto !important;
}


#content-inner .panel-row-style-text-full-width .textwidget {
	margin:0;
	max-width:1200px;
}








.metaslider {
	margin-bottom:0 !important;
}

.metaslider-26135 .flexslider .caption-wrap {
font-weight:300;
background:rgba(248,248,255,0.7) none repeat scroll 0 0 !important;
color:rgba(51,51,51,1) !important;
font-weight:400;
text-align:center;
}


.metaslider-26135 .flexslider li .caption {
    display: none;
}
.metaslider-26135 .flexslider li:hover .caption {
    display: block;
}


#pg-210-3 .metaslider, #pg-76-3 .metaslider{
	margin-bottom:0 !important;
}


#pg-76-5 .metaslider span strong {
	color:#333 !important;

}



.so-widget-sow-image {
line-height:0;
padding:0 !important;
}

.panel-grid .widget-title {

	font-size:2.4rem;
	margin:0 0 1.6rem;

}

#content-inner .widget-title {
	margin: 15px 0 15px 0;
}


#content-inner .widget_bqw-accordion-slider-lite-widget h3.widget-title {
max-width:1200px;
font-weight: 800;
text-transform: uppercase;
font-size: 3rem;
}

#content-inner{
	margin-top:40px;

	}

#content-inner.full-width {


}

.page-template-page-left-sidebar #content-inner.full-width {
	margin:30px 0 0 0 ;
	width:70%;
	float:left;
}

#content-inner.full-width .entry-title {
	text-align:center;
}

#content-inner.full-width .su-row {
	margin:0 auto;
	max-width:1024px;
	 padding-left: 15px;
}


#content-inner.full-width .su-row.no-margin {
	margin:0;
	max-width:1200px;
}

#content-inner.full-width .su-row.no-margin .su-column {
	margin:0;

}



#content-inner.full-width .su-row.no-margin  .su-column-size-1-3	{
	width:auto;
}

.full-width img.alignleft, .wp-caption.alignleft {
	margin:0 2.2rem 2.4rem 0;
}


.full-width .no-margin img.alignleft, .wp-caption.alignleft {
	margin:0;
}

.entry-content .metaslider a{
color:#fff;

}

.entry-content .metaslider a:hover{
color:#fff;
text-decoration:underline;

}

#metaslider_2720 .flex-control-nav img {
	border-radius:100%;
	opacity:1 !important;
	margin-top:50px;
}

#metaslider_2941 .flex-control-nav img {
	border-radius:100%;
	opacity:1 !important;
	margin-top:50px;
}

#metaslider_3014 .flex-control-nav img {
	border-radius:100%;
	opacity:1 !important;
	margin-top:50px;
}

#metaslider_3564 .flex-control-nav img {
	border-radius:100%;
	opacity:1 !important;
	margin-top:50px;
}

#content-inner .metaslider-3014 .flexslider .caption-wrap {
	border-radius:5%;
	width:auto;
	bottom:15px;

}


#content-inner .metaslider-2941 .flexslider .caption-wrap {
	border-radius:5%;
	width:auto;
	bottom:15px;

}

#content-inner .metaslider-3564 .flexslider .caption-wrap {
	border-radius:5%;
	width:auto;
	bottom:15px;

}


#content-inner.full-width .metaslider-2720 .flexslider .caption-wrap {
	border-radius:5%;
	width:auto;
	bottom:15px;

}

.header img {
width:100%;
margin-bottom:;
}

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 0;
	padding: 0;
	padding: 0;
}

.entry-content a {
	color: #f15123;
	font-weight:400;
}

.entry-content a:hover {
	text-decoration:underline;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.single-product #product
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 0;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul.product-list li {
	list-style-type: none;
}


.entry-content ul.product-list {
	margin-left: 0;
}




.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}



/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}




#post-63 .metaslider .flexslider {
	 max-height: 760px;
}

#post-2 .metaslider .flexslider {
	max-height: 760px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 40px;
	padding: 0 1rem;
}

.sidebar .enews-widget {
	background-color: #333;
}


.single .so-widget-sow-image h3.widget-title {text-align:center; font-size:12px; max-width: 100% !important; margin: 1% 0 1% 0 !important;}

 .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 280px;
}

.footer-widgets-2 {
	width: 280px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}



.site-footer p {
	margin-bottom: 0;
}

.site-footer a {

	color: #999;

}

.site-footer a:hover {

	text-decoration:underline;

}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {

		background-size: 320px 38px;
		background-image:none !important;

	}

}
	.site-inner
	 {
		max-width: 1700px;
	}
@media only screen and (max-width: 1800px) {

	.site-inner
	 {
		max-width: 1350px;
	}

	.cption-box {font-size:8pt;}

}

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

	.site-inner
	 {
		max-width: 1280px;
	}

	.cption-box {font-size:8pt;}

}


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

	h2.rissa {font-family:rissa; font-size:5rem;}

	h4 {font-size:2.75rem;}

	.sidebar {
		/*display:none;*/
	}
	.page-template-page-left-sidebar article {
		display: flex;
		flex-direction: column;
	}
	.page-template-page-left-sidebar #title-inner {
		order: 0;
	}
	.page-template-page-left-sidebar aside.sidebar {
		order: 2;
		margin: 15px 0;
		padding-left: 5%;
	}
	.page-template-page-left-sidebar #content-inner {
		order:1;
	}
	.page-template-page-left-sidebar {
		article {
			display: flex;
			flex-direction: column;
		}
		header.header {
			order: 0;
		}
		.sidebar {
			order: 1;
		}
		#content-inner {
			order:2;
		}
	}

	.archive #container {
	width:100%;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	 min-width: 195px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}



}

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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}




	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	body.page-id-16088.header-image .site-header .wrap {
		background-position: center top !important;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.textwidget {
	padding:15px;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}


.su-button span {
	 font-size: 1.1em !important;
	padding: 0.5em 0.8em !important;
	text-transform: uppercase;
	/*font-family:open sans condensed;*/
	letter-spacing: 2px;
}

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



	.textwidget {
	padding:0 40px 0;
	}

	.widget-title {
	padding:0 40px 0;
	}

	.entry-title {
	padding:0 40px 0;
	}

	#pg-2-2 img {
	width:90%;
	}

.so-widget-sow-image {
padding:0 40px 0;

}

.su-button span {
	 font-size: 1em !important;
	 padding: 0.5em 0.8em !important;
}

}


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



	.textwidget {
	padding:0;
	}

	.widget-title {
	padding:0;
	}

	.entry-title {
	padding:0;
	}

#pg-2-2 img {
	width:auto;
}


img {
	margin: 0 auto 2.4rem;
 	display: block;
}

.custom-menu {
display:none;
}



.site-inner {
	padding:0 !important;
}

.textwidget {
	padding-left:5%;
	padding-right:5%;
}

h1.entry-title {
	padding-left:5%;
	padding-right:5%;
}

.front-headline h5 {font-size:120%;}

#insta-loop .insta-container {width:188px; height:188px;}

#insta-loop .cption-box {font-size:8pt; padding: 20% 10px;}
.cption-box .user {text-align:center ;background-image:none; font-family:enriqueta; text-transform:uppercase; letter-spacing: 1px; }
#insta-loop .cption-box .user { }

}



@media only screen and (max-width: 768px) {
    /* prop65 popups and disclaimers - michelle weaver */
    .mfp-content .su-lightbox-content.prop-popup:not(.mfp-hide) {
        width: 100% !important;
        padding: 30px !important;
    }
    .disclaimers {
        display: block !important;
    }
    /* end prop65 popups and disclaimers - michelle weaver*/

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}


.insta-container {
width: 33.333%;
padding-bottom:33.33%;
}

.nl-spacer {height:4em;}


.page-html .woocommerce ul.products {
    padding: 10px !important;
}

.woocommerce ul.products {
    /*padding: 50px !important;*/
}

.breadcrumb {display:none;}

.woocommerce .content {
    padding: 0;
}

.site-inner .su-button span {
padding-top: 1em !important;
padding-bottom: 1em !important;
}

.site-inner .su-button span {
    font-size: 1.5em !important;
    }

.su-button {
	display:none !important;

}

#insta-loop .insta-container {width:75px; height:75px;  }

#insta-loop .cption-box {display:none;}
.cption-box .user {width: 79px; text-align:center ;background-image:none; font-family:enriqueta; text-transform:uppercase; letter-spacing: 1px; }

#pgc-2-4-0, #pgc-2-4-1, #pgc-2-4-2 {

	max-width: 100% !important;
}

.site-inner {
	padding:0 !important;
}

.textwidget {
	padding-left:5%;
	padding-right:5%;
}

h1.entry-title {
	padding-left:5%;
	padding-right:5%;
}

h3.widget-title {
	padding-left:5%;
	padding-right:5%;
}


.single_variation {
	float:none;
	width: auto;
}

.su-column.su-column-size-1-7.last {
	border-left:none;
	padding-left: 0;
}

.front-headline h5 {font-size:100% !important;}

.item-cont:nth-child(2n) {
  margin-left: 0px;
}

.item-cont:nth-child(3n) {
  margin-left: 0px;
}

.item-cont:nth-child(4n) {
  margin-left: 0px;
}

}

/* quick bug fix - hides product CTAs to make terms and purchase button more visible */
.woocommerce-terms-and-conditions #pg-45306-0,
.woocommerce-terms-and-conditions #pg-45306-1,
.woocommerce-terms-and-conditions #pg-45306-2,
.woocommerce-terms-and-conditions #pg-45306-3
{
	display: none;
}

.woocommerce-terms-and-conditions #pl-45306 {
	padding-bottom: 2em;
}


.woocommerce-variation-description {
	display: none;
}
