body {
	font-family: "National Light", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #212121;
}
.no-padding {
	padding: 0;
}
.screen-reader-text {
    left: -1000em;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
p {
	font-family: "National Light", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 20px;
}
.single-fpage .gm-sidebar-object p {
	margin: 0 0 10px;
}
.semibold {
	font-family: "National Bold", Arial, Helvetica, sans-serif;
}
.regular {
	font-family: "National Regular", Arial, Helvetica, sans-serif;
}
.subtext {
	font-family: "National Light", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
}
	.subtext.normal-date-display {
		margin-bottom: 40px;
	}
.lead {
	font-family: "National Light", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
}
.linktext {
	font-family: "National Bold", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
}
.image-credit, .image-credit p {
	font-family: "National Regular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
	.imgcredit-number {
		position:absolute;
		right:30px;
		bottom:20px;
		color:#fff;
		font-size: 14px;
	}
	.imgcredit-number.image-credit-emuseum {
		right: 80px;
	}

a {	
    color: #e70094;
	transition: color 0.3s linear, background 0.3s linear;
	-webkit-transition: color 0.3s linear, background 0.3s linear;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #e60093;
}

a.link,
a.link:hover,
a.link:active,
a.link:focus,
p a,
p a:hover,
p a:active,
p a:focus,
.list-group-item a,
p .list-group-item:hover,
p .list-group-item:active,
p .list-group-item:focus {
	color: #e60093;
	font-family: "National Bold", Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 4px solid transparent;
}
a.link:hover, a.link:active, a.link:focus,
p a:hover, p a:active, p a:focus,
.gm-footer-section .textwidget a:hover, .gm-footer-section .textwidget a:active, .gm-footer-section .textwidget a:focus {
	border-bottom: 4px solid #e60093;
	text-decoration: none;
}
p small, p .small, p.small {
	font-size: 14px;
	line-height: 18px;
}
p.larger {
	font-size: 38px;
	line-height: 46px;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, b, strong {
	font-family: "National Bold", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-weight: normal;
}
h1, .h1 {
	font-size: 40px;
	line-height: 42px;
	margin: 0px 0 24px;
	padding: 0px;
}

h2, .h2 {
	font-size: 28px;
	line-height: 30px;
	margin: 0px 0 10px;
	padding: 0px;
}
h3, .h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
h5, .h5 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
h2 + h3 {
	margin-top: -25px;
}
h2 small.h3, .h2 small.h4{
	position: relative;
	top: 11px;
}
.h2 small.h4{
	color:#212121;
	font-size: 24px;
    line-height: 26px;
}
.list-group-item a {
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 25px 0;
	padding: 0px;
}
hr {
	border: 0;
	height: 16px;
	background: #e70094;
}
hr.thin {
    background: #CFD1D2 none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
}
hr.green {
	background: #47a11a;
}
ul, ul.list-group {
	margin-bottom: 40px;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.size-full {
	display: block;
	height: auto;
	max-width: 100%;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top: medium none;
	line-height: 24px;
}
.table-responsive {
	overflow-x: visible;
}
/* text */
.gm-txt-default {
	color: #231F20;
}
.gm-txt-aqua {
	color: #00a099;
}/* Aqua */
.gm-txt-orange {
	color: #f16521;
}/* Orange */
.gm-txt-green {
	color: #47a11a;
}/* Green */
.gm-txt-blue {
	color: #0098cb;
}/* Blue */
.gm-txt-purple {
	color: #e70094;
}/* Purple */
.gm-txt-light-grey {
	color: #f0f0f0;
}/* Light grey */
.gm-txt-dark-grey {
	color: #7C848B;
}/* dark grey */
.gm-txt-grey {
	color: #d0d2d3;
}/* grey */
.gm-txt-black {
	color: #000000;
}/* Black */
.gm-txt-white, .gm-txt-white:focus, .gm-txt-white:hover,
.gm-txt-white p a, .gm-txt-white p a:hover, .gm-txt-white p a:active {
	color: #ffffff;
}


/* Background Colors */	
.gm-bg-light-grey {
	background-color: #f0f0f0;
}/* Light Grey */
.gm-bg-aqua {
	background-color: #00a099;
}/* Aqua */
.gm-bg-orange {
	background-color: #f16521;
}/* Orange */
.gm-bg-orange p a:hover, .gm-bg-orange p a:active {
	border-bottom: 4px solid #ffffff;
}
.gm-bg-green {
	background-color: #47a11a;
}/* Green */
.gm-bg-blue {
	background-color: #0098cb;
}/* Blue */
.gm-bg-purple {
	background-color: #e70094;
}/* Purple */
.gm-bg-grey {
	background-color: #d0d2d3;
}/* grey */
.gm-bg-black {
	background-color: #000000;
}/* Black */


/* Helper classes for margin and padding */
.no-margin { margin: 0 !important; }
.margin-15 {margin: 15px;}
.margin-18 {margin: 18px;}
.margin-30 {margin: 30px;}
.margin-50 {margin: 50px;}

.margin-top-0 { margin-top:0; }
.margin-top-10 { margin-top:10px; }
.margin-top-15 { margin-top:15px; }
.margin-top-18 { margin-top:18px; }
.margin-top-20 { margin-top:20px; }
.margin-top-30 { margin-top:30px; }
.margin-top-50 { margin-top:50px; }
.margin-top-60 { margin-top:60px; }

.margin-bottom-0 { margin-bottom:0; }
.margin-bottom-10 { margin-bottom:10px; }
.margin-bottom-15 { margin-bottom:15px; }
.margin-bottom-18 { margin-bottom:18px; }
.margin-bottom-20 { margin-bottom:20px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-bottom-50 { margin-bottom:50px; }
.margin-bottom-60 { margin-bottom:60px; }

.no-padding {padding: 0px !important;}
.padding-15 {padding: 15px;}
.padding-18 {padding: 18px;}
.padding-30 {padding: 30px;}
.padding-50 {padding: 50px;}

.padding-top-0 { padding-top:0; }
.padding-top-10 { padding-top:10px; }
.padding-top-15 { padding-top:15px; }
.padding-top-18 { padding-top:18px; }
.padding-top-20 { padding-top:20px; }
.padding-top-30 { padding-top:30px; }
.padding-top-50 { padding-top:50px; }
.padding-top-60 { padding-top:60px; }


.padding-bottom-0 { padding-bottom:0; }
.padding-bottom-10 { padding-bottom:10px; }
.padding-bottom-15 { padding-bottom:15px; }
.padding-bottom-18 { padding-bottom:18px; }
.padding-bottom-20 { padding-bottom:20px; }
.padding-bottom-30 { padding-bottom:30px; }
.padding-bottom-50 { padding-bottom:50px; }
.padding-bottom-60 { padding-bottom:60px; }


/* buttons */
.btn, .page-navigation-links .navigation a { /* font family s/b semi bold */
	font-family: "National Bold", Arial, Helvetica, sans-serif;
	border-radius: 0;
	font-size: 24px;
    box-shadow: none;	
    padding: 4px 15px 8px;
}
.gm-btn-family:hover, .gm-btn-family:active, .gm-btn-family:focus,
.page-navigation-links .navigation a:hover,.page-navigation-links .navigation a:active,.page-navigation-links .navigation a:focus {
	background: #e70094;
	color: #fff;
    box-shadow: none;	
}
.gm-btn-family, .page-navigation-links .navigation a {
	background: transparent none repeat scroll 0 0;
    border: 4px solid #e70094;
    color: #e70094;
	margin-bottom: 12px;
	margin-top:10px;
	white-space: initial;
}
span.gm-btn-family a {
	color: #e70094;
}
.gm-btn-family:hover a, .gm-btn-family:active a, .gm-btn-family:focus a {
	color: #ffffff;
}
.gm-btn-white {
	border: 4px solid #fff;
	color: #fff;
}
.gm-btn-white:hover, .gm-btn-white:active, .gm-btn-white:focus {
	color: #fff;
}
.gm-btn-hover-purple-white:hover, .gm-btn-hover-purple-white:active, .gm-btn-hover-purple-white:focus  {
	background:#fff;
	color: #e70094;
}
.gm-btn-grey {
	color: #fff;
	background-color: rgba(124,133,140,1);
}
.gm-btn-grey:hover, .gm-btn-grey:focus {
	background-color: rgba(124,133,140,0.7);
}
.fb-btn {
	color: #fff;
	background-color: rgba(61,89,152,1);
}
.tw-btn {
	color: #fff;
	background-color: rgba(85,172,238,1);
}
.red-btn {
	background-color: #fe0000;
	border: 4px solid #fe0000;
    color: #ffffff;
    display: inline-block;
     padding: 4px 15px 8px;
}
.sold-out-message.red-btn  p {
	margin: 0;
	 line-height: 1.35em;
}
/* navigation */
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
	color: inherit;
}
/* main mega menu */
.mega-menu.dropdown-menu a p {
	margin-top: 20px;
}
.mega-menu.dropdown-menu .submenu-title a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;

  content: url("../img/arrow_off.png");
 
}
/* footer menu */
.gm-copyright-section {
	font-family: "National Regular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.gm-footer-section a, .gm-copyright-section a {
	color: #E70094;
}
.gm-footer-section a.btn {
	color: #fff;
	margin-bottom: 30px;
}
.gm-footer-section .nav > li > a {
	font-family: "National Bold", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #212121;
	padding: 0px;
}
.gm-footer-section .nav > li.panel {
	padding: 0;
	margin: 0;
	border: none;
	line-height: 22px;
}
.gm-footer-section .nav > li.dropdown > a.page-link, .gm-footer-section .nav > li.dropdown > a.toggle-link {
	display: inline-block;
}
.gm-footer-section .nav > li > a:after {
	display: inline-block;
	content: '';
	color: #E70094;
}
.gm-footer-section .nav > li.dropdown > a.toggle-link:after {
	display: inline-block;
	content: '-';
	color: #E70094;
}
.gm-footer-section .nav > li.dropdown > a.toggle-link.collapsed:after {
	display: inline-block;
	content: '+';
	color: #E70094;
}
.gm-footer-section .nav.panel-collapse {
	margin-left: 15px;
}
.gm-footer-section .nav.panel-collapse > li > a,  .nav.social-menu > li > a {
	font-family: "National Regular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #212121
}
/* social media menu */
ul.social-menu li a:before {
	height: 35px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	top: 9px;
	width: 35px;
	margin-right: 15px;
	display: inline-block;
	content: '';
	position: relative;
}
ul.social-menu li a br {
	display: none
}
/* social menu */
ul.social-menu li.facebook a:before {
	background: transparent url("../img/sm_icons_01.jpg") no-repeat scroll center center / 33px 33px;
}
ul.social-menu li.twitter a:before {
	background: transparent url("../img/sm_icons_02.jpg") no-repeat scroll center center / 33px 32px;
}
ul.social-menu li.youtube a:before {
	background: transparent url("../img/sm_icons_03.jpg") no-repeat scroll center center / 33px 29px;
}
ul.social-menu li.instagram a:before {
	background: transparent url("../img/sm_icons_04.jpg") no-repeat scroll center center / 33px 25px;
}
/* general bootstrap/wp/fontawesome default override */
.panel {
	box-shadow: none;
}
.well {
	border-radius: 0;
	border: none;
}
.well h2 {
	margin-bottom: 50px;
}
.well span {
	margin-bottom: 20px;
	/*display: block;*/
}
.well .fa { /* style for download pdf icons */
	margin-right: 15px;
	font-size: 1.5em;
	top: 4px;
	position: relative;
}
.well .fa.fa-arrow-right { /* style for download pdf icons */
	margin-right: 0px;
	font-size: 1em;
	top: 16px;
	position: relative;
}
.well p a:hover, .well p a:active {
	border-bottom: none;
	opacity: 0.7;
}
.embed-responsive-4by3 {
	padding-bottom: 100%;
}
/* gallery */
.gallery {
	margin-left: -10px !important;
	margin-right: -10px !important;
	margin-top: 20px !important;
}
.gallery-item {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.gallery-columns-4 .gallery-item {
	width: 50% !important;
}
.gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	border: none !important;
}
.gallery-item figcaption {
	color: #7C848B;
	font-family: "National Regular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	padding-top: 15px;
}
/* list groups */
.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0px
}
.list-group-item {
	background-color: transparent;
    border-color: #cfd1d2;
    border-left: medium none #cfd1d2;
    border-right: medium none #cfd1d2;
    padding-left: 0;
    padding-right: 0;
}
/* Layout */
.gm-pad-top {
	padding-top: 40px
}
/* sections */
.gm-section {
	/*background:none;*/
	padding-top: 40px;
	padding-bottom: 40px;
}
.gm-relative {
	position: relative;
}
.gm-section-breadcrumbs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.gm-footer-section {
	color: #212121;
	padding-top: 40px;
	padding-bottom: 20px;
}
.gm-footer-section h6 {
	margin-bottom: 6px;
}
.gm-copyright-section {
	padding-top: 20px;
}
.woocommerce .woocommerce-breadcrumb {
	font-size: 1em;
	color: #212121;
}
#crumbs {
	font-family: "National Light", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#crumbs a {
	color: #e70094;
}
.gm-banner-wrap {
	position: relative;
	height: 100%;
}
.gm-banner-wrap.gm-main-banner .gm-banner-image {
	opacity: 0.6
}
.gm-banner-wrap .gm-banner-title {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0%, -50%);
}
.gm-banner-wrap img.center-block {
	height: 400px;
    visibility: hidden;
    width: 400px;
}
.gm-banner-wrap-square {
	position: relative;
	height: 100%;
	margin: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    background-color:#000;
}
.gm-banner-wrap-square.gm-banner-wrap-rectangle {
	padding-bottom: 50%;
	background-color:transparent;
}
.gm-banner-wrap-square.gm-banner-wrap-full {
	padding-bottom: 33%;
	background-color:#000;
}
.gm-banner-wrap-square img.center-block {
	height: 100%;
    text-align: center;
    width: 100%;
    position: absolute;
}
.gm-banner-image {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.gm-sidebar-object {
	border-top: 16px solid #e70094;
	padding-top: 5px;
	padding-bottom: 40px;
}
.gm-sidebar-object hr {
	margin-top: 40px;
	margin-bottom: 5px;
}
.gm-calendar-bar .navbar-form {
	padding-left: 0px;
	color:#fff;
}
 .ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: #212121;
	color:#fff;
	z-index: 9;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	border-radius: 0;
	border:none;
	background:transparent;
	color:#fff;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
	width: auto !important;
	list-style: none;
	padding-left: 18px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup
.ui-selectmenu-menu .ui-menu .ui-menu-item{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
	width:auto !important;
}
.ui-selectmenu-menu .ui-menu li {
	width:auto !important;
	padding-right:30px;
	cursor: pointer;
}
.ui-selectmenu-menu .ui-menu li:hover,
.ui-selectmenu-menu .ui-menu li:focus{
	opacity:0.7;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	width: auto !important;
	border-radius: 0;
	border:none;
	background:transparent;
	color:#fff;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top:0px;
	position: absolute;
	top: 50%;
	color:#e70094;
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    background-image:none;
    height:auto;
    width: auto;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-widget {
    font-family: "National Light",Arial,Helvetica,sans-serif;
    font-size: 24px;
}
.post-type-archive-tribe_events .ui-selectmenu-menu #ui-id-1-menu.ui-menu li  {
	padding-left: 0px;
    padding-right: 30px;
    width: 100% !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, .ui-state-focus, 
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	background:none;
    border: none;
    color: #fff;
    font-weight: normal;
}
.gm-filter-submit.gm-btn-family {
	margin-top: -47px;
	padding: 0 12px;
	margin-left: 40px;
	font-family: "National Regular",Arial,Helvetica,sans-serif;
}
.ui-selectmenu-button{
	background-color: #212121;
}
.btn.gm-btn-filter {
	border: 4px solid #000000;
}
.btn.gm-btn-filter.active, .btn.gm-btn-filter:active {
	border: 4px solid #212121;
}
.inline-block {
	display: inline-block;
}
span div.textwidget {
	display: inline;
}
.two-column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
}
 .row-flex {
    display: flex;
    align-items: center;
  }
  .row-flex p{
  	margin-bottom: 0;
   }
   .row-flex .the-content p{
  	margin-bottom: 40px;
   }
/* landing page template */
.gm-page-children-links.gm-section {
	overflow: hidden;
	padding-top:0;
}
.gm-page-children-links [class*="col-"], 
.gm-page-children-links .container-fluid [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.gm-landing-content-wrap [class*="col-"].content-wrap {
    padding-left:15px !important;
    padding-right: 15px !important;
}
.gm-page-children-links .gm-banner-wrap .gm-banner-title {
	top: 50%;
	left: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
	padding:20px;
}
.gm-page-children-links .gm-banner-image,
.gm-landing-content-wrap .gm-page-children-links .gm-banner-wrap-rectangle .gm-banner-image {
	opacity: 0.6;
}
.gm-page-children-links .gm-banner-wrap-rectangle .gm-banner-image {
	opacity: 1;
}
.gm-page-children-links a:focus .gm-banner-wrap-square, .gm-page-children-links a:hover .gm-banner-wrap-square {
	background-color: transparent;
}
.gm-page-children-links a:focus .gm-banner-image, .gm-page-children-links a:hover .gm-banner-image {
	opacity: 0.3;
}
.gm-landing-content-wrap .gm-page-children-links .gm-banner-wrap-rectangle .gm-banner-image.no-img,
.gm-page-children-links .gm-banner-image.no-img {
	opacity: 0;
}
.gm-landing-content-wrap .gm-page-children-links a:focus .gm-banner-image,
.gm-landing-content-wrap .gm-page-children-links a:hover .gm-banner-image,
.gm-landing-content-wrap .gm-page-children-links a:focus .gm-banner-image.no-img,
.gm-landing-content-wrap .gm-page-children-links a:hover .gm-banner-image.no-img,
.gm-page-children-links a:focus .gm-banner-image.no-img, 
.gm-page-children-links a:hover .gm-banner-image.no-img {
	opacity: 0.3;
}
.gm-page-children-links a .gm-banner-wrap-square.no-img {
	background-color: transparent;
}
.square {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin: 0;
	overflow: hidden;
}
.square .content {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.table {
	display: table;
	height: 100%;
	width: 100%;
}
.table-cell, .table-cell-middle {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
/* blog/post template */
.category-legend {
	/*margin-top: 35px*/
}
.popular-articles h2 {
	padding-bottom: 30px;
}
.single-post-wrap .category-legend {
	margin-top: 0px
}
ul.category-legend, .category-legend li {
	margin: 0;
	padding: 0;
}
ul.category-legend {
	list-style: none;
}
.category-legend a {
	font-family: "National Bold", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #7C858C;
	text-transform: uppercase;
	margin-right: 20px;
}
.category-legend .fa-circle,
.fa-circle {
	font-size: 10px;
	margin-right: 10px;
	position: relative;
	top: -4px;
}
.well-categories, .article-list {
	margin-bottom: 80px;
}
.blog-excerpt {
	margin-bottom: 90px;
}
.blog-excerpt h2 a {
	color: #231F20
}
.blog-excerpt img {
	margin-bottom: 30px;
}
.timestamp {
	color: #7C858C;
}
.article-list hr {
	background: #212121;
}
.article-list .h3 a {
	color: #231F20;
}
.list-items.category-legend a {
	color: #ffffff;
}
.single-post-wrap .gm-banner-wrap {
	margin-top: 60px;
	margin-bottom: 30px;
}
.single-post-wrap .timestamp {
	margin-bottom: 20px;
}
.page-navigation-links {
	margin-top: 90px;
}
.page-navigation-links .gm-btn-family {
	margin-right: 20px;
}
.col-md-7 > h1 + div > hr {
	width: 100%;
	margin-left: 0;
}

/* Start: WooCommerce Style Overrides */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: none;
    border: 4px solid #e70094;
    border-radius: 0;
    box-shadow: none;
    color: #e70094;
    cursor: pointer;
    display: block;
	font-family: "National Bold", Arial, Helvetica, sans-serif;
	font-size: 24px;
    font-weight: 400;
    left: auto;
    line-height: 1.42857;
    margin: 0;
    overflow: visible;
    padding: 4px 15px 8px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: initial;
    vertical-align: middle;
	transition: color 0.3s linear, background 0.3s linear;
	-webkit-transition: color 0.3s linear, background 0.3s linear;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	float:none;
	clear:both;
	text-align: center;
}

@media (min-width: 768px) {
	.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
		float:right;

	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		display: inline-block;
	}
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #e70094;
	color: #fff;
}

.woocommerce form .form-row {
	padding: 3px 0;
}

.select2-container .select2-choice {
	border: 1px solid #212121;
    border-radius: 0px;
    color: #212121;
    font-weight: 400;
    padding: 3px 0 3px 15px;
	font-family: "National Light", Arial, Helvetica, sans-serif;
}

.woocommerce form.login,
.woocommerce form.register {
	border: none;
    border-radius: 0;
    margin: 2em 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul.list-group li a {
	font-size: 22px;
	color: #212121;	
}
.woocommerce-MyAccount-navigation ul.list-group li a:hover,
.woocommerce-MyAccount-navigation ul.list-group li a:active,
.woocommerce-MyAccount-navigation ul.list-group li a:focus,
.woocommerce-MyAccount-navigation ul.list-group li.is-active a {
	color: #e60093;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
}
.woocommerce .map-it-link {display:none;}

/* Start: Jamie, Added Shared WooCommerce Styles */
.variations .value select {
	padding: 9px 85px 12px 20px;
	font-size: 20px;
}
.woocommerce .cart input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce-page input.button.alt, .gform_button, .woocommerce input.button[disabled]:disabled {
	font-family: "National Bold", Arial, Helvetica, sans-serif;
	color: #e70094;
	background-color: transparent;
	border: 4px solid #e70094;
	padding: 5px 18px 7px;
	transition: color .3s linear 0s, background .3s linear 0s;
	line-height: 34px;
}
.woocommerce input.button:hover, .wc-proceed-to-checkout .button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce-page input.button.alt:hover, .gform_button:hover, .woocommerce input.button[disabled]:disabled:hover {
	color: #fff;
	background-color: #e70094;
}
.woocommerce td.product-name dl.variation {
	margin-top: 0;
}
.woocommerce .product-name a:hover, .woocommerce .product-name a:active, .woocommerce .product-name a:focus {
	text-decoration: none;
	outline: none;
}
.added_to_cart {
	margin-left: 10px;
	position: relative;
    top: 5px;
}
.woocommerce table.shop_table {
	border: none;
}
.woocommerce-cart table.cart img {
	width: 100px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 47%;
	padding: 14px 10px;
	margin-right: 12px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	margin: 0;
}
.woocommerce table.shop_table td.actions {
	padding-top: 30px;
}
.cart_totals {
	margin-top: 50px;
}
.cart_totals h2 {
	background-color: #f0f0f0;
	padding: 24px 0 14px 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: #f0f0f0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals tr:first-child td {
	border-top: 2px solid #bdc2c5;
	border-bottom: none;
}
.woocommerce .cart_totals table.shop_table th {
	padding-left: 34px;
}
.woocommerce-cart .tax-total small {
	font-family: "National Light",Arial,Helvetica,sans-serif;
	display: block;
    font-weight: 400;
    line-height: 1.2;
}
.woocommerce-shipping-calculator p {
	margin-bottom: 8px;
}
.woocommerce form table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page form table.shop_table_responsive tr:nth-child(2n) td {
	background-color: #f0f0f0;
}
.cart_item .product-name a:hover, .cart_item .product-name a:active, .cart_item .product-name a:focus {
	color: #e60093;
	border-bottom: 4px solid #e60093;
	text-decoration: none;
	outline: none;
}
.woocommerce-checkout h3#ship-to-different-address {
	width: 100%;
	margin-top: 30px;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
	width: 4%;
	margin-top: 20px;
	margin-right: 3%;
	float: left;
}
.woocommerce-checkout #customer_details label {
	font-family: "National Bold",Arial,Helvetica,sans-serif;
	width: 90%;
	line-height: 1.1;
}
.woocommerce-checkout label[for="ship-to-different-address-checkbox"] {
	font-size: 26px;
	float: right;
	margin-bottom: 42px;
}
.woocommerce-checkout h3#order_review_heading {
	font-size: 32px;
	margin-top: 60px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
	font-size: 32px;
    line-height: 1.2;
   	margin-bottom: 16px;
}
/*.woocommerce table.shop_table.woocommerce-checkout-review-order-table th, .woocommerce table.shop_table td {
	padding-left: 0;
}*/
.woocommerce table.shop_table th {
	font-family: "National Bold", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.edit-account fieldset {
	margin-top: 52px;
}
.edit-account h2 {
	margin-top: 52px;
	margin-bottom: 42px;
}
.woocommerce-MyAccount-content a.edit {
	width: 100%;
}
.woocommerce-MyAccount-content input[type="submit"] {
	margin-top: 20px;
}
.woocommerce-thankyou-order-details.order_details > li {
	width: 50%;
	border-right: none;
    margin-right: 0;
    margin-bottom: 23px;
    padding-right: 0;
}
.woocommerce-order-received .shop_table.order_details th,
.woocommerce-order-received .shop_table.order_details td,
.woocommerce-order-received .shop_table.customer_details th,
.woocommerce-order-received .shop_table.customer_details td {
	padding-left: 0;
}
.woocommerce-order-received table.shop_table tbody th,
.woocommerce-order-received table.shop_table tfoot td,
.woocommerce-order-received table.shop_table tfoot th {
	font-family: "National Light",Arial,Helvetica,sans-serif;
	font-weight: 400;
}
.woocommerce-order-received table.shop_table.customer_details td {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-order-received .shop_table .product-name a:hover {
	border-bottom: 4px solid #e60093;
}
.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details {
	padding-left: 0;
}
/* End: Jamie, Added Shared WooCommerce Styles */

/* End: WooCommerce Style Overrides  */

/* Start: Forms */
.gform_wrapper{
	margin: 0px!important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="password"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="url"],
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: 1px solid #212121;
    line-height: 1;
    padding: 15px !important;
    text-indent: 0;
}
.woocommerce form .form-row .disabled input.input-text, 
.woocommerce form .form-row .disabled textarea, 
div.gform_wrapper .disabled input[type="email"], 
div.gform_wrapper .disabled input[type="number"], 
div.gform_wrapper .disabled input[type="password"], 
div.gform_wrapper .disabled input[type="tel"], 
div.gform_wrapper .disabled input[type="text"], 
div.gform_wrapper .disabled input[type="url"], 
.gform_wrapper .disabled input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	    border: 1px solid #fafafa !important;
	    background-color: #fafafa !important;
}
.gform_wrapper.gf_browser_gecko select {
    padding: 9px !important;
    line-height: inherit !important;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div.ginput_container[class*="gfield_date_"] label, .gform_wrapper .field_sublabel_above div.ginput_container[class*="gfield_time_"] label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_date_"] label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
	font-size: 1.8rem !important;
	color:#aaa !important;
	margin: 10px 0 0!important;
	letter-spacing: inherit !important;
}
.well .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, 
.well .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	color:#ddd !important;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction,
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-size: 1.8rem !important;
	font-weight:normal !important;
}
.well .gform_wrapper a {
	color:#fff !important;
}
div.gform_wrapper .ginput_container_text input,
div.gform_wrapper .ginput_container_email input {
	font-size: 24px;
	width: 100%;
}
label,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.gm-form-container label.gfield_label,
.gform_wrapper .top_label label.gfield_label {
	font-weight: 400;
}
.gm-form-container label.gfield_label,
.gform_wrapper .top_label label.gfield_label {
	margin-top: 0;
	margin-bottom: 0;
}
.gform_wrapper.gf_browser_gecko .gfield_checkbox li input, .gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_gecko .gfield_radio li input[type="radio"]{
	margin-top:0 !important;
	/*height: 34px !important;
    line-height: 34px !important;*/
}
.gform_wrapper .gfield_checkbox li label{
	/*margin-top:31px !important; --- causes issues on other forms*/ 
	/*line-height: 34px !important;
	height: 34px !important;*/
}
.gform_wrapper .gfield_radio li label{ 
	margin-top:0px !important;
	vertical-align: baseline !important;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio]{
	margin-top:0 !important;
	/*height: 34px !important;
    line-height: 34px !important;*/
}
.disabled input {
	border:none;
	background-color: inherit;
}
.gform_wrapper select {
    height: 64px;
    padding:0;
}
.gform_wrapper ul.gform_fields li.gfield {
	margin-bottom: 30px;
}
.gform_wrapper ul li.gsection {
	padding-top:50px!important;
}
.gform_wrapper h2.gsection_title{
	font-weight: normal!important;
	font-size: 48px!important;
}
.gform_wrapper div.validation_error {
	font-size: inherit!important;
}

.well.gm-bg-aqua .gform_button {
	background-color: #fff!important;
}
.well.gm-bg-aqua .gform_button:hover {
	background-color: #e70094;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 25px !important;
}
/* End: Forms */


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h2, .h2 {
		margin: 0px;
		padding: 0px;
	}
	.gm-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.lead {
		font-family: "National Light", Arial, Helvetica, sans-serif;
		font-size: 40px;
		line-height: 48px;
	}	
	/* Start: Jamie, Added Shared WooCommerce Styles */
	div.woocommerce-page {
		margin-top: 44px;
	}
	.woocommerce form table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page form table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 158px;
	}
	.cart_totals h2 {
		padding: 24px 0 14px 34px;
	}
	.woocommerce-checkout .woocommerce-billing-fields h3 {
		font-size: 48px;
    	margin-bottom: 26px;
	}
	.woocommerce-checkout h3#order_review_heading {
		font-size: 48px;
		line-height: 1.2;
		margin-bottom: 26px;
		text-transform: capitalize;
	}
	.woocommerce-checkout label[for="ship-to-different-address-checkbox"] {
		font-size: 30px;
	}
	.woocommerce-checkout h3#ship-to-different-address {
		margin-top: 0;
	}
	.woocommerce-checkout #ship-to-different-address-checkbox {
		margin-top: 24px;
	}
	.woocommerce-checkout #customer_details label {
		width: 93%;
	}
	/* End: Jamie, Added Shared WooCommerce Styles */
	.col-md-7 > h1 + div > hr {
		width: 25%;
	}
	.gallery-columns-4 .gallery-item {
		width: 25% !important;
	}

	.well .fa.fa-arrow-right { 
		top: 22px;
	}

}


/* Small devices (tablets, 768px and down) */
@media (max-width:767px) {
	h2 + h3 {
		margin-top: 0;
	}
	h2 small.h3{
		font-size: 50%;
	}
	.h2 small.h4{
		font-size: 35%;
    	top: 15px;
	}
	/* navigation */
	ul.nav.social-menu > li {
		display: inline-block;
	}
	ul.social-menu li a {
		height: 35px;
		overflow: hidden;
		text-align: left;
		text-indent: -9999px;
		top: 9px;
		width: 35px;
		margin-right: 15px;
	}
	/* social menu */
	ul.social-menu li.facebook a {
		background: transparent url("../img/sm_icons_01.jpg") no-repeat scroll center center / 33px 33px;
	}
	ul.social-menu li.twitter a {
		background: transparent url("../img/sm_icons_02.jpg") no-repeat scroll center center / 33px 32px;
	}
	ul.social-menu li.youtube a {
		background: transparent url("../img/sm_icons_03.jpg") no-repeat scroll center center / 33px 29px;
	}
	ul.social-menu li.instagram a {
		background: transparent url("../img/sm_icons_04.jpg") no-repeat scroll center center / 33px 25px;
	}
	.two-column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 1em;
		-moz-column-gap: 1em;
		column-gap: 1em;

		margin-top: 25px;
	}
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h1, .h1 {
		font-size: 76px;
		line-height: 72px;
		margin-bottom: 32px;
	}
	h2, .h2 {
		font-size: 48px;
		line-height: 48px;
	}
	h3, .h3 {
		font-size: 30px;
		line-height: 30px;
	}
	p {
		font-size: 24px;
		line-height: 34px;
		margin: 0 0 40px;
	}
	body {
		font-size: 24px;
		line-height: 34px;
	}
	p.image-credit {
		margin: 0 0 24px;
	}
	p small, p .small, p.small {
	    font-size: 20px;
	    line-height: 24px;
	}
	.woocommerce-thankyou-order-details.order_details > li {
		width: auto;
		border-right: 1px dashed #d3ced2;
		margin-right: 2em;
		margin-bottom: 0;
		padding-right: 2em;
	}
	.col-md-7 > h1 + div > hr {
		width: 25%;
	}

}
@media (max-width: 991px){
	.gm-absolute {
		position:relative;
		bottom: auto;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.square .content {
		padding: 5%;
	}

	/* Start: Jamie, Added Shared WooCommerce Styles */
	.woocommerce table.shop_table td {
		border-top: 2px solid #bdc2c5;
	}
	.quantity .input-text.qty {
	    width: 48px;
		height: 36px;
    	padding-right: 4px;
	}
	/* End: Jamie, Added Shared WooCommerce Styles */
	
}
@media (max-width:1199px) { 
	.h2 small.h4{
		font-size: 40%;
    	top: 13px;
	}

}


/* Larger devices (large desktops, 1650px and up) */
@media (min-width: 1650px) {
	.square .content {
		padding: 75px;
	}
}