/*
	Theme Name: Delilah's Music Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For Delilah's Music
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


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

/* Baseline Reset (normalize.css 2.1.2)
	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:#ff0;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}

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

/* Float Clearing --------------------------------------------- */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.clear {
	clear: both;
}

/* Typographical Elements --------------------------------------------- */
html {
	font-size: 14px;
	font-family: 'Nunito Sans', sans-serif;
}
body {
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.home .featured-content img,
.button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
	color:#c60000;
}
a img {
}
a:hover {
}
p {
}
strong {
}
ol,
ul {
}
blockquote,
blockquote::before {
}
blockquote {
}
blockquote::before {
}
.entry-content code {
}
cite {
}

/* Headings --------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
}

/* Objects --------------------------------------------- */
img {
	height: auto;
	max-width: 100%;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}
iframe{
	max-width:100%;
}

/* Forms --------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	padding-left: 12px;
	padding-right:12px;
	height:50px;
	line-height:50px;
	width: 100%;
	border-radius:4px;
}
input,
select {
	height:50px;
	line-height:50px;
}
textarea {
	line-height:20px;
	padding-top:20px;
}
input[type="checkbox"], input[type="radio"]{
	width:25px;
	height:15px;
}
input:focus,
textarea:focus {
	border: 1px solid #c60000;
	outline: none;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: transparent;
	border: 2px solid #c60000;
	color:#c60000;
	cursor: pointer;
	border-radius:4px;
	padding-left: 40px;
	padding-right: 40px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	width: auto;
	height: 50px;
	line-height: 46px;
	padding-top: 0;
	padding-bottom: 0;
	display: inline-block;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color:#c60000;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms ---------------------------------------------------------------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper label, .gform_wrapper legend {
	padding: 0;
	font-family:'Poppins', sans-serif;
	font-weight:bold;
	font-size:16px;
}
.gform_wrapper .field_sublabel_below span > label{
	display:none;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
	margin-top: 0;
}
.gform_wrapper fieldset{
  border:none;
  padding:0;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper div.gfield,
.gform_wrapper fieldset {
	margin: 0;
	list-style-type: none;
	margin-bottom: 22px;
	min-height: 50px;
}
div.gchoice{
	margin-bottom:7px;
}
div.gchoice > label {
	font-weight:normal;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .show-label label {
	display: block;
	font-weight: normal;
}
.gform_wrapper .gf_left_half,
.gform_wrapper span.name_first,
.gform_wrapper .ginput_left {
	margin-left: 0;
	margin-right: 1%;
	width: 49%;
	display: block;
	float: left;
}
.gform_wrapper .gf_left_half {
	margin-right: 1%;
}
.gform_wrapper .gf_right_half,
.gform_wrapper span.name_last,
.gform_wrapper .ginput_right {
	margin-left: 1%;
	margin-right: 0;
	width: 49%;
	display: block;
	float: right;
}
.gform_wrapper .gf_right_half {
	margin-left: 1%;
}
div.gform_confirmation_message {
	text-align: center;
}
h3.gsection_title{
	color:#10b5bf;
}

/* Custom radio buttons */
ul.gfield_radio {
	display:flex;
	justify-content:space-between;
}
.gfield_radio div,
.gfield_checkbox div{
  	display: block;
  	position: relative;
  	padding-left: 0px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.gfield_radio div label,
.gfield_checkbox div label{
	margin-left: 35px;
}
.gfield_radio div input,
.gfield_checkbox div input[type="checkbox"]{
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
}
.gfield_radio div label:before,
.gfield_checkbox div label:before {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #eee;
 	border-radius: 20%;
	content:"";
	cursor:pointer;
}
.gfield_radio div label:hover:before,
.gfield_checkbox div label:hover:before{
  	background-color: #ccc;
}
.gfield_radio div input[type="radio"]:checked ~ label:before,
.gfield_checkbox div input[type="checkbox"]:checked ~ label:before {
  	background-color: #d37c5c;
}
.gfield_radio div label:after,
.gfield_checkbox div label:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.gfield_radio div input[type="radio"]:checked ~ label:after,
.gfield_checkbox div input[type="checkbox"]:checked ~ label:after {
   	display: block;
}
.gfield_radio div label:after,
.gfield_checkbox div label:after {
 	left: 9px;
  	top: 5px;
  	width: 5px;
  	height: 10px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

/* Credit Card Fields */
.gform_card_icon_container {
 margin:8px 0 6px;
 height:32px
}
div.gform_card_icon {
 margin-right:4px;
 text-indent:-9000px;
 background-image:url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 width:36px;
 height:32px;
 float:left
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -64px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -256px
}
.ginput_complex .ginput_cardinfo_left,.ginput_complex .ginput_cardinfo_right {
 min-height:43px;
 position:relative;
 float:left
}
.ginput_complex .ginput_cardinfo_left {
 width:50%;
 margin-right:1%
}
.ginput_complex .ginput_cardinfo_right {
 min-width:85px!important
}
.ginput_complex .ginput_cardinfo_right label {
 white-space:nowrap!important
}
.ginput_complex span.ginput_cardextras {
 display:block;
 overflow:hidden;
}
.ginput_container_creditcard input{
 margin-bottom:8px
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_expiration_container {
 position:relative
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
 width:47%!important;
 display:-moz-inline-stack;
 display:inline-block
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
 margin-right:4px
}
.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
 max-width:50%!important;
 position:relative
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
 width:32px;
 height:23px;
 background-image:url(../images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 background-position:0 -128px;
 position:relative;
 top:-2px;
 left:6px;
 display:-moz-inline-stack;
 display:inline-block
}
div.gfield_creditcard_warning_message {
 display:none!important
}
#gform_fields li.credit_card_setting.field_setting ul li {
 padding:2px 0 4px
}

/* Date Picker --------------------------------------------- */
#ui-datepicker-div {
	background: #FFF;
	border: 1px solid #b85e17;
	display:none;
	padding:20px;
	width:auto;
}
#ui-datepicker-div select {
	height: 25px;
	line-height: 25px;
}
.ui-icon {
	cursor: pointer;
}
.ui-datepicker-header a {
	cursor: pointer;
}
.ui-datepicker-prev {
	float: left;
	width: 10%;
}
.ui-state-disabled {
	display:none;
}
.ui-datepicker-next {
	float: right;
	width: 10%;
}
.ui-state-disabled {
	 display:none;
}
.ui-datepicker-title {
	margin-top: 20px;
}
.ui-datepicker-title select {
	float: left;
	width: 70%;
}
.ui-datepicker-month {
	margin: 0px 5% 6px;
}
.ui-datepicker-year {
	margin: 0px 15% 6px;
}
.ui-datepicker-today {
	border-radius: 4px;
}
.ui-datepicker-today a {
	color: #fff;
}
#ui-datepicker-div table {
	width: 100%;
}
#ui-datepicker-div td,
#ui-datepicker-div th  {
	text-align: center;
}
#ui-datepicker-div td a {
	display: block;
	padding: 5px;
}

/* Tables --------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	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 {
	padding: 6px 0;
	padding: 0.6rem 0;
}

/* Site Containers --------------------------------------------- */
.site-container {
}
.wrap {
	margin: 0 auto;
	width: 96%;
	max-width: 1400px;
}
.site-inner {
	margin: 0 auto;
	width: 96%;
	max-width: 1140px;
	clear: both;
}
.home .site-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* 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: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Layout --------------------------------------------- */
.content {
	float: right;
	width: 740px;
}
.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%;
}

/* Primary Sidebar --------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 360px;
}
.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;
}

/* WordPress --------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Top Bar ---------------------------------------------------------------------------------------------------- */
#top-bar{
	height:50px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background-color:#000;
	color:#fff;
	z-index:99;
}
#top-bar .wrapper{
	width:90%;
	max-width:1300px;
	float:right;
	display:flex;
	justify-content:right;
}
#top-bar .wrap section{
	margin-left:20px;
}
#top-bar .wrap section.widget_product_search{
	margin-left:0;
	width:455px;
}
#top-bar .wrap section.widget_product_search input[type="search"]{
	height:40px;
	line-height:40px;
	margin-top:5px;
}
#top-bar .wrap section.widget_product_search button[type="submit"]{
	display:none;
}
#top-bar ul.menu{
	display:flex;
	justify-content:right;
	margin:0;
	padding:0;
}
#top-bar ul.menu li{
	display:inline-block;
	margin-left:20px;
}
#top-bar ul.menu li a{
	color:#fff;
	text-decoration:none;
	line-height:50px;
}
#top-bar ul.menu li a:hover{
	color:#c60000;
}
#top-bar ul.menu li.search a{
	width:30px;
	height:30px;
	display:block;
	background-image:url(images/icon-search.png);
	background-size:20px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	text-indent:-9999px;
}
#top-bar p.woocommerce-mini-cart__empty-message,
#top-bar p.woocommerce-mini-cart__full-message{
	margin:0;
	line-height:50px;
	background-size:20px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}
#top-bar p.woocommerce-mini-cart__empty-message{
	background-image:url(images/icon-cart.png);
}
#top-bar p.woocommerce-mini-cart__full-message{
	background-image:url(images/icon-cart-full.png);
}
#top-bar a.mobile-search,
#top-bar a.mobile-search-close{
	width:50px;
	height:50px;
	display:none;
}
#top-bar a.mobile-search span,
#top-bar a.mobile-search-close span{
	width:35px;
	height:35px;
	margin-top:7.5px;
	margin-right:20px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:none;
	cursor:pointer;
}
#top-bar a.mobile-search span{
	background-image:url(images/icon-search.webp);
}
#top-bar a.mobile-search-close span{
	background-image:url(images/icon-close-white.webp);
}

/* Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	height: 60px;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color:#fff;
	box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.25);
}

/* Title Area --------------------------------------------- */
.title-area {
	float: left;
}
.site-title {
	margin: 0;
	padding: 0;
	margin-top: -50px;
}
.site-title a {
	width: 200px;
	height: 120px;
	display: block;
	background-image: url(images/logo.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left center;
	text-indent: -9999px;
}

/* Page Title */
.page-title::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.05);
	z-index: 1;
}
.page-title {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 50vh;
	min-height: 300px;
	position: relative;
}
.page-title .wrap {
	text-align: center;
	position: absolute;
	bottom: 50px;
	width: 100%;
	max-width:100%;
	left: 0;
	z-index: 9;
}
.page-title h1 {
	color: #fff;
	font-size: 85px;
	line-height:90px;
	text-transform: uppercase;
	letter-spacing:4px;
	margin:0;
	padding:12px;
	background-color:#000;
	display:inline-block;
}
.page-title.default-title{
	background-color:#000;
	height:220px;
	min-height:220px;
}
.page-title.default-title .wrap {
	bottom:15px;
}
.page-title.default-title h1{
	padding:0;
}
body.search-results .site-container > .page-title{
	display:none!important;
}
.woocommerce-products-header__title.page-title::before{
	background-color:transparent;
}
.woocommerce-products-header__title.page-title{
	height:auto;
	min-height:1px!important;
	margin-top:120px;
}

/* Primary Navigation --------------------------------------------- */
.nav-primary {
	float: right;
	width:80%;
	max-width:1200px;
}
.nav-primary ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.nav-primary ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav-primary ul li a {
	display: block;
	text-decoration: none;
	line-height:60px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:13.5px;
}
.nav-primary ul li a:hover {
	color:#c60000;
}
.nav-primary .wrap > ul > li > ul.sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 350px;
	z-index: 99;
	padding: 0;
	margin: 0;
	height: auto;
	background-color:#000;
	display:block;
	justify-content:left;
	padding-top:20px;
	padding-bottom:25px;
}
.nav-primary .wrap > ul > li > ul.sub-menu > li {
	width:100%;
	display:block;
	padding: 0;
	margin: 0;
	height:auto;
	min-height:25px;
}
.nav-primary .wrap > ul > li > ul.sub-menu > li > a {
	padding: 0;
	padding-left:20px;
	position: relative;
	width: 100%;
	display: block;
	line-height:25px;
	color:#fff;
	text-transform:none;
}
.nav-primary .wrap > ul > li > ul.sub-menu > li a:hover {
	color:#c60000;
}
.nav-primary .wrap > ul > li > ul.sub-menu ul.sub-menu {
	left:0;
	opacity:1;
	display:block;
}
.nav-primary .wrap > ul > li > ul.sub-menu ul.sub-menu li {
	width:100%;
	display:block;
}
.nav-primary .wrap > ul > li > ul.sub-menu ul.sub-menu li a {
	padding-left:45px;
	color:#fff;
	text-transform:none;
	height:25px;
	line-height:25px;
	font-weight:normal;
}
.nav-primary .wrap > ul > li > ul.sub-menu ul.sub-menu li a:hover{
	color:#c60000;
}
.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.site-header .show-menu,
.nav-primary ul li.mobile {
	display: none;
}

/* Home Page ---------------------------------------------------------------------------------------------------- */
#home-slider{
	height:100vh;
	min-height:900px;
	background-image:url(images/hero-1.jpg);
	background-size:cover;
	background-position:center center;
}
#home-slider .wrap{
	position:relative;
	height:100%;
}
#home-slider section{
	position:absolute;
	left:0;
	bottom:250px;
}
#home-slider h2{
	color:#fff;
	font-size:85px;
	line-height:85px;
	text-transform:uppercase;
	letter-spacing:4px;
	margin:0;
}
#home-slider h2 span{
	display:inline-block;
	padding:5px;
	background-color:#000;
}
#home-slider h2 span:last-of-type{
	margin-left:40px;
	margin-top:5px;
	display:block;
}
#home-slider a.button{
	margin-left:90px;
	color:#fff;
	background-color:#c60000;
}

.home-content{
	padding-top:55px;
	padding-bottom:55px;
}
.home-content h3,
.home-content h4{
	font-size:48px;
	line-height:58px;
	text-transform:uppercase;
	letter-spacing:5px;
	text-align:center;
}
.home-content .woocommerce ul.product_list_widget{
	display:flex;
	justify-content:center;
}
.home-content .woocommerce ul.product_list_widget li{
	flex: 0 0 23%;
	margin-left:1%;
	margin-right:1%;
	text-align:center;
}
.home-content .woocommerce ul.product_list_widget li .product-image {
	float:none;
	width:100%;
	filter: drop-shadow(0px 0px 5px #eee);
	background-color:#fff;
	border-radius:8px;
	overflow:hidden;
	height:350px;
	text-align:center;
	padding:5px;
	margin-bottom:12px;
}
.home-content .woocommerce ul.product_list_widget li .product-image img {
	width:auto;
	max-height:95%;
	float:none;
}
.home-content .woocommerce ul.product_list_widget li a{
	text-decoration:none;
}
.home-content .woocommerce ul.product_list_widget li a span.product-title{
	color:#000;
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
}
.home-content .woocommerce ul.product_list_widget li .woocommerce-Price-amount{
	color:#c60000;
	font-weight:bold;
}

#featured-products .wrap{
	max-width:90%;
}

#new-arrivals{
	background-color:#f9f9f9;
	border-top:solid 1px #f1f1f1;
	border-bottom:solid 1px #f1f1f1;
}
#new-arrivals .wrap{
	max-width:90%;
}

#welcome {
	border-bottom:solid 1px #f1f1f1;
}
#welcome .wrap{
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#welcome .image{
	flex: 0 0 50%;
	height:450px;
	background-image:url(images/store-front.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:cover;
}
#welcome section{
	flex: 0 0 45%;
	margin-left:5%;
	font-size:16px;
}
#welcome section h4{
	text-align:left;
}
#welcome a{
	font-weight:bold;
	text-decoration:none;
}

#categories .brand_info span{
	text-indent:-99999999999px;
}

/* Content ---------------------------------------------------------------------------------------------------- */
.content {
	width: 96%;
	max-width: 1140px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	color: #222;
	padding-top: 65px;
	padding-bottom: 65px;
}
.full-width-content .content {
	width: 100%;
}

/* WooCommerce ---------------------------------------------------------------------------------------------------- */
.woocommerce.full-width-content .content,
.woocommerce-page.full-width-content .content{
	max-width:1400px;
}
.woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button[type="submit"], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt{
	background-color: transparent;
	border: solid 2px #c60000;
	border-radius: 4px;
	color: #c60000;
	cursor: pointer;
	font-size: 14px;
	padding-top:0;
	padding-bottom:0;
	height:50px;
	line-height:46px;
	font-weight:bold;
}
.woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button:hover, .woocommerce button.button.alt:hover, .woocommerce input.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button[type="submit"]:hover, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit.alt:hover{
	background-color:#c60000;
	color:#fff;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	color:#c60000;
}
.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled]{
	padding-top:0;
	padding-bottom:0;
	background-color:#ccc;
	border-color:#aaa;
}
.woocommerce-message,
.woocommerce-info{
	background-color:#000;
	border-top-color:#c60000;
	color:#fff;
}
.woocommerce-error{
	background-color:#c60000;
	color:#fff;
	border-top-color:#000;
}

/* Product Category ---------------------------------------------------------------------------------------------------- */
body.archive .site-inner{
	max-width:1400px;
}
body.archive .content{
	padding-top:20px;
}
.woocommerce ul.products{
	justify-content:center;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	flex: 0 0 23%;
	margin-left:1%;
	margin-right:1%;
	float:none;
	clear:none;
}
.woocommerce ul.products li.product .product-image {
	float:none;
	width:100%;
	filter: drop-shadow(0px 0px 5px #eee);
	background-color:#fff;
	border-radius:8px;
	overflow:hidden;
	height:350px;
	text-align:center;
	padding:5px;
	margin-bottom:12px;
}
.woocommerce ul.products li.product .product-image img{
	width:auto;
	max-height:95%;
	margin-left: auto;
  	margin-right: auto;
	  float:none;
}
.woocommerce ul.products li.product .woocommerce-placeholder{
	border:none;
}
.woocommerce ul.products li a{
	text-decoration:none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	color:#000;
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	font-size: 14px;
  	font-family: 'Nunito Sans', sans-serif;
	text-align:center;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li .woocommerce-Price-amount{
	color:#c60000;
	font-weight:bold;
	font-size: 14px;
	font-family: 'Nunito Sans', sans-serif;
	text-align:center;
}
.woocommerce ul.products li.product a{
	width:100%;
}

/* Product page ---------------------------------------------------------------------------------------------------- */
body.single-product .site-inner{
	padding-top:100px;
}
.woocommerce div.product .product_title{
	font-size:55px;
	line-height:55px;
	margin:0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price{
	color:#c60000;
	font-weight:bold;
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
	font-size:45px;
	line-height:45px;
	margin-top:10px;
	margin-bottom:10px;
}
.woocommerce div.product p.stock,
.product_meta{
	font-size:14px;
	color:#999;
}

.tabs.wc-tabs{
	display:none;
}
.woocommerce #reviews #comments h2,
.related.products h2{
	font-size:42px;
	line-height:42px;
}
.woocommerce .quantity .qty{
	min-height:50px;
}

/* Brand Landing Page ---------------------------------------------------------------------------------------------------- */
body.tax-berocket_brand .content{
	padding-top:0;
}
.berocket_brand_description img {
	margin-top:-125px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#fff;
	border:solid 10px #fff;
}
.page-title.brand-title{
	height:55vh;
	min-height:500px;
}
.page-title h1.has-image {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	text-indent:-999999px;
	width:250px;
	height:250px;
	background-color:#fff;
}

/* My Account ---------------------------------------------------------------------------------------------------- */
.woocommerce-account .site-inner{
	max-width:900px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	background-color:#f9f9f9;
	height:80px;
	padding:0;
	border-radius:5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	margin:0;
	padding:0;
	width:100%;
	display:flex;
	justify-content:center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-of-type{
	border-left:solid 1px #eee;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	border-right:solid 1px #eee;
	margin:0;
	text-align:center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
	text-decoration:none;
	color:#c60000;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
	line-height:80px;
	display:block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
	background-color:#c60000;
	color:#fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
	color:#999;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover{
	background-color:#eee;
	color:#fff;
}
.woocommerce-cart table.cart td a{
	text-decoration:none;
}

/* Cart page ---------------------------------------------------------------------------------------------------- */
body.woocommerce-cart .site-inner{
	max-width:1400px;
}
body.woocommerce-cart div.woocommerce {
	display:flex;
	flex-wrap:wrap;
}
body.woocommerce-cart div.woocommerce .woocommerce-notices-wrapper{
	flex: 0 0 100%;
}
body.woocommerce-cart div.woocommerce form{
	flex: 0 0 65%;
	padding-top:52px;
}
body.woocommerce-cart div.woocommerce .cart-collaterals {
	flex: 0 0 30%;
	margin-left:5%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width:100%;
	float:none;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2{
	font-size:28px;
	line-height:28px;
	margin-top:0;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img{
	height:125px;
	width:125px;
}
.woocommerce table.shop_table th{
	font-size:12px;
}
.woocommerce table.shop_table, .woocommerce table.shop_table td{
	font-size:14px;
	line-height:19px;
}
.woocommerce .quantity .qty{
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
	height:35px;
}
.woocommerce a.button.checkout-button{
	background-color:#c60000;
	color:#fff;
}
.woocommerce a.button.checkout-button:hover{
	background-color:transparent;
	color:#c60000;
}

/* Checkout ---------------------------------------------------------------------------------------------------- */
body.woocommerce-checkout .woocommerce{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width:100%;
	float:none;
}
form.woocommerce-checkout h3{
	font-size:34px;
	line-height:38px;
}
form.woocommerce-checkout h3#ship-to-different-address{
	font-size: 20px;
	font-family:'Nunito Sans', sans-serif;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
	font-size:14px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding-top:0;
	padding-bottom:0;
}
.select2-container--default .select2-selection--single{
	height:50px;
	border:solid 1px #ddd;
	border-radius:3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#ccc;
	line-height:48px;
	font-size:14px;
}
body.woocommerce-checkout .cart_item .product-name,
body.woocommerce-checkout .cart_item .product-total {
	color:#c60000;
	font-weight:bold;
	font-size:14px;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td{
	font-size:14px;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment{
	background-color:#f9f9f9;
	border:solid 1px #f1f1f1;
	border-radius:5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods{
	border:none;
	padding:0;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box{
	border:solid 1px #f1f1f1;
	background-color:#fff;
}
#payment .payment_methods li .payment_box.payment_method_woocommerce_payments fieldset{
	border-radius:5px;
	border-color:#f1f1f1;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
	padding-left:65px;
	padding-right:65px;
	background-color:#c60000;
	border-color:#c60000;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	color:#fff;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover{
	color:#c60000;
	background-color:transparent;
}

/* Site Footer --------------------------------------------- */
.site-footer {
	background-color:#000;
	padding-top:55px;
	padding-bottom:55px;
	color:#fff;
	font-size:16px;
}
.site-footer a {
	color:#fff;
	text-decoration:none;
}
.site-footer a:hover,
.site-footer .wrap > section ul li a:hover {
	color:#c60000;
}
.site-footer .wrap{
	display:flex;
	justify-content:space-between;
}
.site-footer .wrap > section{
	flex: 0 0 60%;
	padding-top:55px;
}
.site-footer .wrap > section:first-of-type{
	flex: 0 0 30%;
	margin-right:10%;
	font-size:14px;
	padding-top:0;
}
.site-footer .wrap > section#column-2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.site-footer .wrap > section#column-2 > section{
	flex: 0 0 30%;
}
.site-footer .wrap > section .widgettitle{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
}
.site-footer .wrap > section ul,
.site-footer .wrap > section .brcs_slider_brands_container {
	margin:0;
	padding:0;
	margin-top:20px;
	padding-left:5px;
}
.site-footer .wrap > section ul li,
.site-footer .wrap > section .brcs_slider_brands_container > div{
	display:block;
	margin-bottom:10px;
}
.site-footer .wrap > section ul li a,
.site-footer .wrap > section .brcs_slider_brands_container > div a{
	color:#ccc;
}
.site-footer .wrap > section .brcs_slider_brands_container > div a{
	text-align:left;
}
.site-footer .footer-logo {
	background-image:url(images/logo-white.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	width:300px;
	height:180px;
	text-indent:-9999px;
	margin-bottom:25px;
}
.site-footer .gform_wrapper > form {
	display:flex;
	justify-content:left;
}
.site-footer .gform_wrapper > form .gform_body {
	flex: 0 0 65%;
	margin-right:5%;
}
.site-footer .gform_wrapper > form .gform_footer{
	flex: 0 0 30%;
	padding:0;
	margin:0;
}
.site-footer .gform_wrapper.gravity-theme .gfield_label{
	display:none;
}
.site-footer .gform_wrapper.gravity-theme .gform_footer{
	display:block;
}

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

@media only screen and (max-width: 1320px) {
	#top-bar .wrap section.widget_search{
		width:350px;
	}
	.home-content .woocommerce ul.product_list_widget li .product-image{
		height:250px;
	}
}

@media only screen and (max-width: 1220px) {
	#top-bar .wrap section.widget_search{
		width:250px;
	}
}

@media only screen and (max-width: 1120px) {
	#top-bar ul.menu li{
		margin-left:10px;
	}
	.nav-primary{
		width:75%;
	}
	.nav-primary .wrap{
		margin-left:0;
		margin-right:0;
		width:100%;
	}
}

@media only screen and (max-width: 1023px) {
	#top-bar .widget_nav_menu{
		display:none;
	}
	.site-header .show-menu,
	.nav-primary ul li.mobile{
		display: block;
	}
	.site-header .show-menu{
		position: absolute;
		top:12px;
		right: 30px;
		width: 35px;
		height: 35px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -99999px;
		cursor: pointer;
	}
	.site-header .show-menu{
		background-image: url(images/icon-mobile-menu.webp);
	}
	.nav-primary {
		position: fixed;
		height: 100%;
		width: 100%;
		left: 0;
		top:0;
		background-color:#f9f9f9;
		overflow-y:scroll;
		float:none;
		display:none;
	}
	.nav-primary ul {
		display: block;
	}
	.nav-primary ul li {
		width: 100%;
		display: block;
		height:auto;
		min-height:35px;
	}
	.nav-primary ul li.close{
		background-color:#333;
	}
	.nav-primary ul li.close a{
		background-image: url(images/icon-close-white.webp);
		position:absolute;
		top:5px;
		right:15px;
		width: 25px;
		height: 25px;
		min-height:25px;
		line-height:auto;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -99999px;
		cursor: pointer;
		border:none;
		padding-left:0;
	}
	.nav-primary ul li.close a:hover{
		background-color:transparent;
	}
	.nav-primary ul li a,
	.nav-primary .wrap > ul > li > ul.sub-menu > li > a,
	.nav-primary .wrap > ul > li > ul.sub-menu ul.sub-menu li a{
		height:auto;
		min-height:35px;
		line-height:35px;
		color: #000;
		font-size:15px;
		display:block;
		border-bottom: 1px #ccc dotted;
	}
	.nav-primary ul li a:hover,
	.nav-primary .wrap > ul > li > ul.sub-menu > li > a:hover,
	.nav-primary .wrap > ul > li > ul.sub-menu ul.sub-menu li a:hover{
		background-color:#ccc;
		color:#000;
	}
	.nav-primary ul li a{
		padding-left:20px;
	}
	.nav-primary .wrap > ul > li > ul.sub-menu {
		left: 0;
		opacity: 1;
		position: relative;
		width: 100%;
		background-color: transparent;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.nav-primary .wrap > ul > li > ul.sub-menu > li > a{
		padding-left:50px;
	}
	.nav-primary .wrap > ul > li > ul.sub-menu ul.sub-menu li a{
		padding-left:80px;
	}
	#home-slider{
		min-height:700px;
	}
	.home-content .woocommerce ul.product_list_widget{
		flex-wrap:wrap;
	}
	.home-content .woocommerce ul.product_list_widget li,
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
		flex: 0 0 48%;
	}
	body.woocommerce-account .entry-content .woocommerce{
		display:flex;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		flex: 0 0 180px;
		height:auto;
		margin-right:50px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		display:block;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li{
		width:100%;
		display:block;
		border-right:none;
		border-top:solid 1px #eee;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-of-type{
		border-left:none;
		border-top:none;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
		line-height:35px;
	}
	.site-footer{
		padding-top:0;
	}
	.site-footer .wrap{
		flex-wrap:wrap;
		flex-direction: column-reverse;
		width:100%;
		max-width:100%;
	}
	.site-footer .wrap > section{
		flex: 0 0 100%;
	}
	.site-footer .wrap > section:first-of-type{
		flex: 0 0 100%;
		display:flex;
		margin-right:0;
		padding-left:25px;
		padding-right:25px;
	}
	.site-footer .footer-logo{
		margin-right:50px;
	}
	.site-footer .wrap > section#column-2{
		padding-bottom:50px;
		padding-top:50px;
		background-color:#222;
		margin-bottom:50px;
	}
	.site-footer .wrap > section#column-2 > section:first-of-type{
		margin-left:10%;
	}
}

@media only screen and (max-width: 800px) {
	#top-bar p.woocommerce-mini-cart__empty-message, #top-bar p.woocommerce-mini-cart__full-message{
		text-indent:-99999px;
		background-size:35px;
		padding-left:35px;
	}
	#top-bar .wrap section:last-of-type{
		margin-right:15px;
	}
	#home-slider{
		min-height:600px;
	}
	#home-slider section{
		bottom:100px;
	}
	#welcome .image{
		flex: 0 0 100%;
		height:500px;
		background-position:center center;
	}
	#welcome section{
		flex: 0 0 100%;
		margin-left:0;
	}
	#welcome section h4{
		margin-top:20px;
		margin-bottom:20px;
	}
	.site-footer .wrap > section:first-of-type{
		display:block;
	}
	.site-footer .footer-logo{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
	}
	.site-footer .wrap > section:first-of-type > div{
		width:100%;
	}
	.site-footer .wrap > section:first-of-type > div p{
		text-align:center;
	}
	.site-footer .gform_wrapper .gform_footer input[type="submit"]{
		width:100%;
	}
}

@media only screen and (max-width: 680px) {
	#welcome .image{
		height:400px;
	}
	.site-footer .wrap > section#column-2 > section{
		flex: 0 0 33%;
	}
	.site-footer .wrap > section#column-2 > section:first-of-type{
		margin-left:0;
	}
}

@media only screen and (max-width: 580px) {
	#top-bar{
		height:120px;
		padding-top:70px;
		top:-70px;
	}
	#top-bar.active{
		z-index:999;
	}
	#top-bar a.mobile-search,
	#top-bar a.mobile-search span,
	#top-bar a.mobile-search-close span{
		display:block;
	}
	#top-bar .wrap section.widget_product_search{
		width:95%;
		height:50px;
		position:absolute;
		top:10px;
		left:2.5%;
	}
	#home-slider{
		min-height:500px;
	}
	#home-slider section{
		bottom:25px;
		width:100%;
	}
	#home-slider h2 span, 
	#home-slider h2 span:last-of-type{
		display:block;
		text-align:center;
		margin-left:2%;
		margin-right:2%;
		width:96%;
	}
	#home-slider a.button{
		width:96%;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	#home-slider h2,
	.page-title h1{
		font-size:15vw;
		line-height:16vw;
	}
	.home-content .woocommerce ul.product_list_widget li,
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
		flex: 0 0 98%;
	}
	.home-content h3, .home-content h4{
		font-size:10vw;
		line-height:10.5vw;
	}
	#welcome .image{
		height:200px;
	}
	body.woocommerce-account .entry-content .woocommerce{
		flex-wrap:wrap;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		flex: 0 0 100%;
		height:auto;
		margin-right:0;
		margin-bottom:20px;
	}
	.site-footer .wrap > section#column-2 > section{
		flex: 0 0 100%;
		text-align:center;
	}
	.site-footer .wrap > section#column-2 > section .brand_info span{
		text-align:center;
	}
	.site-footer .wrap > section .widgettitle{
		text-align:center;
		display:block;
	}
	.site-footer .gform_wrapper > form{
		flex-wrap:wrap;
	}
	.site-footer .gform_wrapper > form .gform_body,
	.site-footer .gform_wrapper > form .gform_footer{
		flex: 0 0 100%;
	}
}

@media only screen and (max-width: 480px) {
	#home-slider{
		min-height:400px;
	}
	#home-slider h2,
	.page-title h1{
		font-size:14vw;
		line-height:15vw;
	}
}

@media only screen and (max-width: 380px) {
	#home-slider h2,
	.page-title h1{
		font-size:13vw;
		line-height:14vw;
	}
	.site-footer .footer-logo{
		max-width:100%;
		width:225px;
	}
}

@media only screen and (max-width: 380px) {
	#home-slider h2,
	.page-title h1{
		font-size:12vw;
		line-height:13vw;
	}
}
