/* # Genesis Sample Child Theme
Theme Name: Genesis Sample Theme
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Template: genesis
Template Version: 2.1.17
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: 0 0;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #333;
}
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: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}
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;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

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

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

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

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

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

.site-container {
	background-color: #3b3d40;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */

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

body {
	color: #45484b;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}
body.custom-background.gppro-custom{
    background-color: #3b3d40 !important;
}
a,
button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus,
.button,
.gallery img {
	-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: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-family: Lato, sans-serif;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1,h2 {
color: #C3D9E2;
}
h3,h4{
    color: #D4C22A;
}

.home h3 {
	margin-top: 2rem;
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 18px;
}
.home h2 {
font-family: 'Lato';
font-style: normal;
font-weight: 800;
font-size: 45px;
color: #FFFFFF;
}
.green {
	color:#9A991E;
}
.teal {
color: #217598;
}
.button.button-green {
	background-color:#9A991E !important;
}
/* ## Objects
--------------------------------------------- */

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea,
form .form-input select,
form .form-input input[type='text'],
form .form-input input[type='email'],
form .form-input input[type='file'],
form .form-input textarea,
form.mc4wp-form-theme input[type=date],
form.mc4wp-form-theme input[type=email],
form.mc4wp-form-theme input[type=tel],
form.mc4wp-form-theme input[type=text],
form.mc4wp-form-theme input[type=url],
form.mc4wp-form-theme select,
form.mc4wp-form-theme textarea,
form[id*=give-form] .form-row input.give-input[type='text'],
form[id*=give-form] .form-row input.give-input[type='email'],
form[id*=give-form] .form-row input.give-input[type='password'],
form[id*=give-form] .form-row input.give-input[type='tel'],
form[id*=give-form] .form-row input.give-input[type='url'] {
	background-color: transparent;
	border: 2px solid #C8C9C7;
    border-radius: 4px;
	color: #fff !important;
	font-size: 18px;
	font-weight: 300;
	padding: 16px !important;
	width: 100%;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
form.mc4wp-form-theme input[type=date]::placeholder,
form.mc4wp-form-theme input[type=email]::placeholder,
form.mc4wp-form-theme input[type=tel]::placeholder,
form.mc4wp-form-theme input[type=text]::placeholder,
form.mc4wp-form-theme input[type=url]::placeholder,
form.mc4wp-form-theme select::placeholder,
form.mc4wp-form-theme textarea::placeholder {
    color: #BBBBBB !important;
}
select,
form .form-input select {
    height: 58px;
}
input:focus,
textarea:focus,
form[id*=give-form] .form-row input.give-input[type='text']:focus,
form[id*=give-form] .form-row input.give-input[type='email']:focus,
form[id*=give-form] .form-row input.give-input[type='password']:focus,
form[id*=give-form] .form-row input.give-input[type='tel']:focus,
form[id*=give-form] .form-row input.give-input[type='url']:focus {
	border: 1px solid #999;
	outline: none;
    background-color: transparent;
    color: #fff !important;
}

input:invalid {
    border: none;
    outline: 2px solid red;
}

input[type='checkbox'],
input[type='image'],
input[type='radio'] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
form.mc4wp-form-theme .mc4wp-form-fields button,
form.mc4wp-form-theme .mc4wp-form-fields input[type=button],
form.mc4wp-form-theme .mc4wp-form-fields input[type=submit] {
    background-color: #217598 !important;
    border-radius: 8px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type='button'],
.footer-widgets input[type='reset'],
.footer-widgets input[type='submit'],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'],
.button:hover,
form.mc4wp-form-theme .mc4wp-form-fields button:hover,
form.mc4wp-form-theme .mc4wp-form-fields input[type=button]:hover,
form.mc4wp-form-theme .mc4wp-form-fields input[type=submit]:hover {
	background-color: #C3D9E2!important;
	color: #000!important;
}

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

.footer-widgets button:hover,
.footer-widgets input:hover[type='button'],
.footer-widgets input:hover[type='reset'],
.footer-widgets input:hover[type='submit'],
.footer-widgets .button:hover {
	background-color: #C3D9E2;
	color: #000;
}

.button {
	display: inline-block;
}

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

/* Gravity forms
------------------------------------------------------------ */


/*// List Field Container*/
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list {
	background-color: transparent;
	border: 1px solid #C8C9C7;
}

/*Input Field Container*/
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
	background-color: transparent;
	border: none;
}


/*// Form Body*/
body .gform_wrapper .gform_body {
	background-color: transparent;
	border: none;
}

/*// Input Field Description Container*/
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
	background-color: #999999;
	border: 1px solid #808080;
}

/*// ReCaptcha Container - Number after wrapper is form ID number*/
body #gform_wrapper .gform_body .gform_fields .gfield .recaptcha_widget_div .recaptcha_area {
	border: 1px solid red;
	background-color: #ffffff;
}

/*// Really Simple Captcha*/ 
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_captcha_container {
	border: none;
	background-color: transparent;
}

/* Styling for required field asterisk */
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_required {
	color: #FF4500;
}

body #gform_wrapper_13 .gform_body .gform_fields .gfield textarea {
	background-color: #3f3f3f;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}
.home .site-inner,
.page-template-artists-main .site-inner {
	
	max-width: 100%;
}
.home .site-inner .page > * {
	margin-right: auto;
	margin-left: auto;
}
.home .site-inner .page > *:not(.full-width) {
	max-width: 1200px;
}
/* ## 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: 980px;
}

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

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

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.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: 580px;
}

.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;
}

/* Column Classes
  Link: Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.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-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}
.search-submit[data-v-63af6548]{
    top: 0;
    border-radius: 0 4px 4px 0;
}
.ais-InstantSearch .search-input[data-v-63af6548] {
    color: #fff;
}
.search-input[data-v-63af6548]::placeholder {
    color: #BBBBBB;
}
.genesis-nav-menu .search input[type='submit'],
.widget_search input[type='submit'] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
	margin-top: 10px;
}

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

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

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}
body.gppro-custom .footer-widgets .widget .widget-title {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 28px;
text-align: left !important;
color: #FFFFFF !important;
}
/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 10px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

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

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

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

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

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

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type='submit'] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type='submit'] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

.blue-tag {
position: relative;
width: 145.22px;
text-align: center;
left: 0px;
top: 0px;
background: #217598;
border-radius: 15px;
	margin: 0 0.5rem;
}
.banner-close {
	background-color: transparent !important;
padding: 0;
display: flex;
}
.banner-close:hover {
	background-color: transparent !important;
}
.banner-close:hover svg circle {
	fill: #000000;
}
@media only screen and (max-width: 768px) {
	#header-banner {
		font-size: 0.65rem;
	}
	.blue-tag {
		display: none;
	}
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
#header-banner {
position: relative;
width: 100%;
height: auto;
left: 0px;
top: 0px;
background: #212121;
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	padding: 1rem;
}
#header-banner p {
	margin: 0;
}
#header-banner a {
	padding: 0 1rem;
	text-decoration: underline;
}
.site-header {
	background-color: #333333;
	min-height: 160px;
}

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

.site-header .right {
	display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
.socials {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.socials a {
	margin-right: 1.5rem;
	line-height: 0;
}
#menu-utility-menu {
	display: flex;
	flex-direction: row;
}
#menu-utility-menu li {
	margin-right: 1rem;
}
#menu-utility-menu ul:last-child {
	margin-right: 0;
}
#menu-utility-menu a {
padding: 16px;
border-radius: 8px;
display: inline-block;
	font-weight: 400;
}

#menu-utility-menu .green-button a {
	background: #9A991E;
}
#menu-utility-menu .primary-button a {
	background: #217598;
}

@media only screen and (max-width: 768px) {
	#menu-utility-menu a {
		padding: 5px 16px;
	}
	.socials a {
		margin-right: 0.8rem;
		line-height: 0;
	}
}
/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background: url(image/logo.png) no-repeat left;
	float: left;
	min-height: 75px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0px;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

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

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

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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: auto;
	text-align: center;
}

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

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

.genesis-nav-menu .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: 200px;
	z-index: 99;
}

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

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

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

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: #333;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
	z-index:9999;
}
.nav-primary .wrap > button {
	position: relative !important;
left: initial;
bottom: initial;
right: initial;
top: initial;
transform: initial;
background: transparent;
background-color: transparent !important;
}
.admin-bar .nav-primary {
    top: 32px;
}
.nav-primary .genesis-nav-menu a {
	color: #fff;
}

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

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}
.nav-primary > .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-bottom: 15px;
}
.dropdown-icon {
	padding-left: 0.5rem;
	font-size: 10px;
	vertical-align: middle;
}

/* SEARCH MODAL */

[data-toggle=modal], button i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  button {
	position: relative;
	padding: 0;
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
  }
  [data-toggle=modal] {
	background: transparent;
	bottom: 0%;
	right: 0%;
	left: 95%;
	top: 82%;
	height: 3rem;
	width: 3rem;
	border-radius: 5px;
	transition: all 0.3s ease;
	background-color: transparent !important;
	z-index: 900;
  }
  [data-toggle=modal]:hover { background-color: transparent !important; }
  [data-toggle=modal] i {
	font-size: 2rem;
  }
  [data-toggle=modal]:focus {
	background: #026da7;
  }
  
  .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transform: translateY(1rem) translateZ(0);
	transition: all 0.3s ease;
  }
  .modal.active {
	visibility: visible;
	transform: translateY(0) translateZ(0);
	opacity: 1;
	z-index: 999;
	visibility: visible;
  }
  .modal.active .content {
	opacity: 1;
	visibility: visible;
  }
  .modal [data-dismiss=modal] {
	position: absolute;
	height: 2rem;
	width: 2rem;
	top: 1rem;
	right: 1rem;
	background-color: transparent !important;
  }
  .modal [data-dismiss=modal]:focus i {
	color: #0288D1;
  }
  .modal [data-dismiss=modal] i {
	font-size: 2rem;
  }
  .modal [data-dismiss=modal] span {
	display: block;
	color: rgba(255, 255, 255, 0.2);
	font-size: 0.5rem;
	transform: translateY(1.1rem);
  }
  .modal .content {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: self-start;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80%;
	margin: 0 auto;
	padding: 1rem 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0.3s;
  }
  .modal .content.show-tag-results > div.results {
	visibility: hidden;
	transform: translateX(-100%);
  }
  .modal .content.show-tag-results > div.tag-results {
	visibility: visible;
	transform: translateX(0);
  }
  .modal .content > div {
	position: relative;
	max-width: 100%;
	top: 6rem;
	transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
  }
  .modal .content > div.results {
	visibility: visible;
	transform: translateX(0);
  }
  .modal .content > div.tag-results {
	visibility: hidden;
	transform: translateX(100%);
  }
  .modal h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-size: 0.75rem;
	margin-top: 0;
  }
  .modal input {
	display: block;
	width: 100%;
	background: none;
	border: 1px solid #0288D1;
	border-width: 0 0 1px 0;
	color: white;
	padding: 1.5rem 0;
	font-size: 2rem;
	font-weight: 100;
	font-family: "Roboto";
  }
  .modal input:focus {
	outline: none;
  }
  .modal .site-search > ul,
  .modal .site-search > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .modal .site-search > ul li:before {
	display: none;
  }
  .modal ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .modal ul li {
	position: relative;
	color: #949494;
	font-size: 1.15rem;
	padding: 0.75rem 0.5rem 0.75rem 1.75rem;
	cursor: pointer;
  }
  .modal ul li:before {
	content: "";
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	left: 0.5rem;
	margin-top: -4px;
	display: block;
	height: 8px;
	width: 8px;
	border: 2px solid white;
	border-radius: 100%;
  }
  .modal ul li:hover, .modal ul li:focus {
	background: rgba(255, 255, 255, 0.1);
	outline: none;
  }
  .modal ul + h2 {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 2rem;
	margin-top: 1rem;
  }
  .modal .tag-results .selected-tag {
	display: block;
	position: absolute;
	left: 3rem;
	background: #0288D1;
	color: white;
	padding: 0.5rem 1rem;
  }
  .modal .tag-results > ul {
	margin-left: 35%;
	width: 60%;
  }
  .modal .back {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5rem;
	width: 1.5rem;
  }
  .modal .back i {
	font-size: 1.5rem;
  }
  .modal ::placeholder {
	color: rgba(255, 255, 255, 0.3);
	font-weight: 100;
	font-family: "Roboto";
  }
  
  .material-icons {
	color: white;
  }

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

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

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

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

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

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

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

.entry-content ul > li {
	list-style-type: disc;
}

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

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

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

.entry-comments-link::before {
	content: '\2014';
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #9A991E;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
    border-radius: 8px;
}

.archive-pagination li a:hover,
.archive-pagination .active a,
.archive-pagination .active a:hover{
	background-color: #D4C22A !important;
    color: #000!important;
}

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

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

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

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

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

.comment-content {
	clear: both;
}

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

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

.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;
}

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

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

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

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

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
/* Paragraph */
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 18px;
color: #FFFFFF;
opacity: 0.75;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

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

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

.footer-widgets-1 {
	padding-right: 60px;
	display: flex;
align-items: flex-end;
justify-content: space-around;
}
.footer-widgets-1 .widget {
	margin-right: auto;
}
.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	width: 50%;
	margin: 0;
}
.footer-widgets-2 .widget:first-child {
	margin-bottom: 0;
}
.footer-widgets-3 {
	float: right;
}

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

.site-footer,
body.gppro-custom .site-footer {
	background-color: #212121 !important;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0 !important;
	text-align: center;
}
.site-footer .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.site-footer .copyright {
	margin-right: auto;
}
.site-footer .socials {

}
.site-footer .copyright-logo {
	font-size: 18px;
}
.site-footer p {
	margin-bottom: 0;
}

.emaillist form {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.emaillist .gjs-cell > div {
	margin: 0 !important;
}
.gjs-row {
	height: 100%;
}
.gjs-row input, .gjs-row select, .gjs-row textarea {
	border: 2px solid #ffffff;
	margin-right: 10px;
	border-radius: 0;
	width: auto;
}
.gjs-row input[type="submit"] {
	border: none;
	margin-right: 0;
	padding: 20px 16px !important;
}

@media only screen and (max-width: 550px) { 
	.site-footer .wrap {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.site-footer .copyright {
		text-align: center;
		margin-bottom: 1rem;
		width: 100%;
	}
}
/* # Tshirt fundraiser page
---------------------------------------------------------------------------------------------------- */

#tshirts {
	list-style: none;
	display: block;
	padding: 10px 10px 0 0;
	font-size: 0;
}

#tshirts li {
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px 0 0;
	background-color: #333333;
	width: 130px;
	font-size: 14px;
	text-align: center;
}

#tshirts img {
	display: block;
	width: 130px;
}

#tshirts li {
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px 0 0;
	background-color: #333333;
	width: 130px;
	font-size: 14px;
	text-align: center;
}

/* Search
---------------------------------------------------------------------------------------------------- */
.search .content .entry {
	padding: 1rem !important;
	position: relative;
}
.search .content .entry {
	margin-bottom: 0 !important;
	background-color: #3f3f3f !important;
	border: 1px solid #333333;
	transition: transform 250ms ease-out;
	color: #fff;
}
.search .content .entry:hover {
	transform: scale(1.025);
}
.search .content .entry + .entry {
	margin-top: 2rem;
}
.search h1.archive-title,
.search .results-count {
	margin-left: 22px;
}
.search h1.archive-title {
	margin-bottom: 0.25rem;
}
.search .results-count {
	color: #fff;
}
.search .entry-title {
	margin-bottom: 0 !important;
	font-size: 1.25rem !important;
}
.search .entry-header p {
	margin-top: 0.25rem;
	margin-bottom: 0;
}
.search .entry-header p,
.search .entry-title a,
.sidebar .widget-title a {
	color: #fff !important;
}
.search .entry-title a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.search .entry-title a:hover {
	color: #e5554e !important;
}
.search .content .entry p {
	color: #fff !important;
}
.search .entry img {
	width: 100%;
	max-width: 400px;
}
.search .entry .entry-content {
	margin-top: 1rem;
}
.search .entry img.profile-photo {
	max-width: 250px;
	padding-right: 1rem;
	padding-bottom: 1rem;
}
.search .entry-content p {
	margin-bottom: 0;
}
.search .textwidget h4 {
	color: #fff !important;
}
.search .site-footer {
	margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
	.search .entry img.profile-photo {
		float: left;
		padding-right: 2rem;
		padding-bottom: 0.5rem;
	}
}

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

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.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;
	}

	/* fd 99022 */

	.site-header .right {
                width: 100%;
                justify-content: center;
                padding-bottom: 1rem;
        }

	.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;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 960px) {
	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.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,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.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;
	}

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

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

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

@media only screen and (max-width: 800px) {
	body {
		background-color: #fff;
		font-size: 16px;
	}

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

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

	.site-header .right {
		width: 100%;
		justify-content: center;
padding-bottom: 1rem;
	}
	.nav-primary > .wrap {
		flex-direction: column-reverse;
	}
	.home h2 {
		font-size: 22px;
	}
	.home .section-header .button {
		right: 1rem !important;
	}
	.home .artists-wrapper .box,  .home .artists-wrapper-carousel .box {
		width: 47% !important;
	}
	.page-template-artists-main .home .artists-wrapper .box, .page-template-artists-main .home .artists-wrapper-carousel .box {
		width: 49% !important;
	}
	.home .article-wrapper {
		padding: 5px 0px !important;
justify-content: center !important;
	}

	.home .article-wrapper .box {
		width: 96% !important;
		padding: 0 2%;
	}
	.home .news-events-section .article-wrapper .box { padding: 0; }
	.home .artists-wrapper .box h3, .home .article-wrapper .box h3, .home .artists-wrapper-carousel .box h3 {
		font-size: 16px !important;
		padding
	}
	.home .featured-artists-testimonial-section .box > img {
		display: none;
	}
	.featured-artists-testimonial-section .flickity-page-dots {
		width: 100% !important;
	}
	.home .featured-artists-testimonial-section .box.full .testimonial-content {
		width: 90% !important;
		margin: 0 auto;
	}
	.emaillist form {
		flex-direction: column;
	}
	.gjs-row {
		width: 100%;
	}
	.gjs-row input, .gjs-row select, .gjs-row textarea {
		width: 100%;
		margin-top: 10px;
	}
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.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%;
	}

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

.search .archive-title,
.tax-artaxis_primary_category {
	margin-bottom: 40px;
	margin-left: 22px;
	margin-top: 40px;
}
.search .sidebar h4,
.tax-artaxis_primary_category .widget h4 {
	color: #333;
}
.tax-artaxis_primary_category .navigation a:hover {
	color: #fff;
}

body.gppro-custom main.content > .entry,
.entry {
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: 0px;
	margin-right: 0px;
    background-color: #3b3d40;
}

.tiled-gallery-item .tiled-gallery-caption {
	text-indent: 0;
	padding: .5rem;
	display: none !important;
}
div.jp-carousel-container {
	grid-template-rows: 1fr 130px;
}
div.jp-carousel-info-footer {
	height: 125px;
	border-top: solid 1px #333;
}
.jp-carousel-info-footer h2.jp-carousel-photo-caption {
	text-align: left;
	font-size: 20px;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.2;
	white-space: normal;
}
.update-newpage {
    background-color: #333333;
    border-radius: 8px;
}
.update-newpage p,
.update-newpage a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.update-newpage img {
    margin: 0;
    padding: 0;
    float: none;
}
.update-newpage h4 {
    padding: 15px;
    color: #FFFFFF;
    margin: 0;
}
@media only screen and (max-width: 760px) {
	.jp-carousel-info-footer .jp-carousel-photo-title-container {
		display: block; 
	}
}
/* Color Buttons
------------------------------------------------------------ */
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
	color: #fff;
}

.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
	text-decoration: none;
}

.button-blue {
	background-color: #afcde3;
}

.button-blue:hover {
	background-color: #83a2be;
}

.button-gray {
	background-color: #3f3f3f;
}

.button-gray:hover {
	background-color: #D4C22A;
}

.button-green {
	background-color: #b2ce96;
}

.button-green:hover {
	background-color: #86a36e;
}

.button-purple {
	background-color: #bebde9;
}

.button-purple:hover {
	background-color: #9291c7;
}

.button-red {
	background-color: #e9b3b3;
}

.button-red:hover {
	background-color: #c78787;
}

.button-yellow {
	background-color: #fadf98;
}

.button-yellow:hover {
	background-color: #ecb870;
}

.hero {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 2rem 0;
display: flex;
align-items: center;
min-height: 550px;
}
.hero .wrap {
	 text-align: center;
	 z-index: 1;
}
.hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
}
.hero .ais-InstantSearch {
	margin: 0 auto !important;
}
.hero h2 {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 48px;
color: #FFFFFF;
}
.hero p {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 18px;
color: #FFFFFF;
}
.hero .caption {
	align-self: flex-start;
margin-left: 9%;
position: absolute;
bottom: 2rem;
background: #333333;
border-radius: 15px;
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 18px;
padding: 0 0.7rem;
}
.hero .caption .label {
color: #FFFFFF;
}
.hero .caption .text {
color: #9A991E;
}

/* MAPS 
-------------------------------------------------*/
.wpgmza_marker_holder .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button,
.wpgmza_marker_holder .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .ellipsis{
    background: none;
    background-color: #9A991E;
    border-radius: 8px;
	color: #fff !important;
	border: solid 1px ##9A991E;
	padding: 0.3rem 1rem;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 8px;
}
.wpgmza_marker_holder .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:hover,
.wpgmza_marker_holder .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current {
	background: none;
	background-color: #D4C22A;
	color: #000 !important;
	border: solid 1px #D4C22A;
}
.dataTables_wrapper .dataTables_info {
	padding: 1rem;
}
#wpgmza_table_1_filter input {
	background: #FFFFFF !important;
	color: #000000 !important;
}
.wpgmza_marker_holder .dataTables_wrapper select[name="wpgmza_table_1_length"] {
	background: initial !important;
	color: #FFFFFF !important;
	border: none;
	height: auto;
	margin-top: 8px;
}
.wpgmza_table .wpgmaps_mlist_row.odd td {
	background: none;
	background-color: #3d3d3d !important;
}
.default-img-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #333333;
	flex-grow: 1;
}
ul.artist-socials {
    display: flex;
    clear: both;
    width: 100%;
    align-content: center;
    justify-content: flex-end;
    margin: 0 24px 24px 0;
    gap: 0.5em;
}
ul.artist-socials,
ul.artist-socials li {
    list-style: none;
}
.artists-wrapper + h2.new-section-header {
    padding-top: 30px;
}
h2.new-section-header {
	scroll-margin-top: 50px;
}
.artists-wrapper,
.article-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.83em;
    flex: 1 0 auto;
	padding: 5px 0 20px;
	justify-content: start;
}

.artists-wrapper .box,
.article-wrapper .box,
.artists-wrapper-carousel .box,
.featured-artists-testimonial-section .box {
    background-color: #333;
    border-radius: 0 0 8px 8px;
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	padding: 0;
}
.home .artists-wrapper,
.home .article-wrapper {
	gap: 1.5em 2%;
}
.home .artists-wrapper .box,
.home .article-wrapper .box,
.home .artists-wrapper-carousel .box,
.home .featured-artists-testimonial-section .box {
	width: 23%;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.page-template-artists-main .home .artists-wrapper .box,
.page-template-artists-main .home .article-wrapper .box,
.page-template-artists-main .home .artists-wrapper-carousel .box,
.page-template-artists-main .home .featured-artists-testimonial-section .box {
	width: 10%;
}
.page-template-artists-main .home .artists-wrapper-carousel .box {
	width: 14%;
}
.page-template-artists-main .home .box.profile {
	width: 18%;
}
.home .artists-wrapper-carousel .box.full,
.home .featured-artists-testimonial-section .box.full {
	width: 100%;
}
.home .featured-artists-testimonial-section .box.full{
	flex-direction: row;
	filter: none;
	background-color: transparent;
	justify-content: space-between;
	gap: 2rem;
	padding: 3rem 3rem 3rem 0;
}
.home .featured-artists-testimonial-section .box.full .testimonial-content {
	width: 40%;
	justify-content: center;
display: flex;
flex-direction: column;
position: relative;
}
.home .featured-artists-testimonial-section .box.full .testimonial-content:before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	background-image: url('data:image/svg+xml,<svg width="117" height="93" viewBox="0 0 117 93" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.12" clip-path="url(%23clip0_111_612)"><g filter="url(%23filter0_d_111_612)"><path d="M94.6731 47.5194C107.663 47.5194 116.417 56.7186 116.417 70.3491C116.417 82.6148 106.356 92.8334 92.7288 92.8334C77.8028 92.8334 66.7738 80.5677 66.7738 61.8321C66.7738 19.2476 97.2711 2.21378 116.417 0.166687V18.9022C103.435 21.2863 88.8401 34.5713 88.1865 49.2295C88.8401 48.8925 91.4298 47.5194 94.6731 47.5194ZM28.4909 47.5194C41.4643 47.5194 50.2262 56.7186 50.2262 70.3491C50.2262 82.6148 40.1653 92.8334 26.5383 92.8334C11.6124 92.8334 0.583374 80.5677 0.583374 61.8321C0.583374 19.2476 31.0806 2.21378 50.2262 0.166687V18.9022C37.2446 21.2863 22.6496 34.5713 21.996 49.2295C22.6496 48.8925 25.2393 47.5194 28.4909 47.5194Z" fill="black"/><path d="M67.2738 61.8321C67.2738 19.9661 96.9385 3.01869 115.917 0.726841V18.4891C109.43 19.789 102.622 23.715 97.3218 29.1127C91.9095 34.6245 88.0208 41.7209 87.687 49.2072L87.6485 50.0693L88.4156 49.6739L88.4548 49.6537C89.1588 49.2901 91.6191 48.0194 94.6731 48.0194C101.045 48.0194 106.346 50.2729 110.054 54.1676C113.764 58.0644 115.917 63.6418 115.917 70.3491C115.917 82.3239 106.095 92.3334 92.7288 92.3334C85.4118 92.3334 79.062 89.3308 74.5342 84.0337C70.0021 78.7317 67.2738 71.1034 67.2738 61.8321ZM1.08337 61.8321C1.08337 19.9661 30.748 3.01869 49.7262 0.72684V18.4891C43.2391 19.789 36.4316 23.715 31.1314 29.1127C25.719 34.6245 21.8303 41.7209 21.4965 49.2072L21.458 50.0693L22.2251 49.6739C22.2375 49.6675 22.2505 49.6608 22.2643 49.6537C22.9679 49.2903 25.4286 48.0194 28.4909 48.0194C34.8547 48.0194 40.1529 50.2728 43.8615 54.1676C47.572 58.0645 49.7262 63.6419 49.7262 70.3491C49.7262 82.3239 39.9041 92.3334 26.5383 92.3334C19.2214 92.3334 12.8716 89.3308 8.34368 84.0337C3.81161 78.7317 1.08337 71.1034 1.08337 61.8321Z" stroke="black"/></g></g><defs><filter id="filter0_d_111_612" x="-3.41663" y="0.166687" width="123.833" height="100.667" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_111_612"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_111_612" result="shape"/></filter><clipPath id="clip0_111_612"><rect width="117" height="93" fill="white"/></clipPath></defs></svg>');
	display: block;
	color: #000000;
	opacity: 0.63;
	font-size: 60px;
	width: 117px;
	height: 117px;
}
.home .featured-artists-testimonial-section .box.full .testimonial-content .testimonial {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
/* or 133% */
text-align: center;
color: #FFFFFF;
}
.featured-artists-testimonial-section .flickity-page-dots {
	right: 0;
display: flex;
justify-content: center;
width: 40%;
}
.testimonial-content .artist-info,
.testimonial-content .artist-info a {
	display: flex;
	justify-content: center;
}
.testimonial-content .artist-info-right {
	display: flex;
flex-direction: column;
justify-content: center;
}
.testimonial-content .artist-info-right p {
	margin-bottom: 0rem;
}
.testimonial-content .artist-info-right .artist-name {
	font-size: 30px;
	font-weight: bold;
}
.testimonial-content .artist-info-right .artist-locaation {
	font-weight: 300;
}
.home .article-wrapper .box {
	width: 31.33%;
}
.flickity-slider .box {
	margin: 0 0.5rem;
}
.artists-wrapper .box > a,
.article-wrapper .box > a,
.artists-wrapper-carousel .box > a {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	height: 100%;
}
.artists-wrapper .box h3,
.article-wrapper .box h3,
.artists-wrapper-carousel .box .h3 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding: 0.5em 0.25em;
    margin: 0;
}
.home .artists-wrapper .box h3,
.home .article-wrapper .box h3,
.home .artists-wrapper-carousel .box h3 {
font-family: 'Lato';
font-style: normal;
font-weight: 800;
font-size: 18px;
text-align: center;
color: #FFFFFF;
	padding: 2rem 1.5rem;
}
.home .artists-wrapper .box h3,
.home .article-wrapper .box h3,
.home .artists-wrapper-carousel .box h3 {
	padding: 1.5rem 1rem;
}
.home .artists-wrapper .box h3,
.home .article-wrapper .box h3 {
	font-size: 14px;
}
.home .article-wrapper .box h3 {
font-family: 'Lato';
font-style: normal;
font-weight: 800;
font-size: 24px;
color: #C3D9E2;
}
.home .artists-wrapper .box img,
.home .article-wrapper .box img,
.home .artists-wrapper-carousel .box img {
	width: 100%;
	object-fit: cover;
	height: 250px;
}
.page-template-artists-main .home .artists-wrapper .box img:not(.artists-profile-photo),
.page-template-artists-main .home .article-wrapper .box img:not(.artists-profile-photo),
.page-template-artists-main .home .artists-wrapper-carousel .box img:not(.artists-profile-photo) {
	height: 150px;
}
.home .featured-artists-testimonial-section .box > img {
	width: 326px;
    height: 326px;
	box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.15);
}
.home .featured-artists-testimonial-section .box .artists-profile-photo, 
.home .artists-wrapper-carousel .box .artists-profile-photo,
.home .box.profile .artists-profile-photo {
	object-fit: cover;
height: 100px;
width: 100px;
margin: -50px auto auto;
border-radius: 8px;
}
.home .featured-artists-testimonial-section .box .artists-profile-photo {
	margin: 0 1rem 0;
}
.all-artists input {
	margin: 3rem 0;
}
.row {
	display: flex;
}
.row .column {
	width: 33.33%;
}
.row .column > a {
	display: block;
	text-align: center;
	padding: 0 1rem;
	color: #FFFFFF;
	font-size: 18px;
}
.row .column > a h4 {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 1rem;
}
.row .column:first-child > a {
	padding-left: 0;
}
.row .column:last-child > a {
	padding-right: 0;
}
.row .column img {
	width: 100%;
	height: 218px;
	object-fit: cover;
	object-position: center center;
}
.call-to-action {
width: 65%;
padding: 4rem;
background: #212121;
border-radius: 8px;
margin: 4rem auto;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.call-to-action h3 {
	padding-top: 0;
}
.call-to-action h2 {
font-family: 'Lato';
font-style: normal;
font-weight: 800;
font-size: 45px;
/* Green Bright */
color: #D4C22A;
}
.call-to-action p {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 22px;
}
.flickity-page-dots .dot{
	border: 2px solid #9A991E;
	background-color: transparent !important;
	height: 15px !important;
	width: 15px !important;
}
.flickity-page-dots .dot.is-selected {
	background-color: #9A991E !important;
}
.featured-artists-testimonial-section .flickity-page-dots .dot {
border-color: #217598;
}
.featured-artists-testimonial-section .flickity-page-dots .dot.is-selected {
	background-color: #217598 !important;
}
.flickity-enabled + .wrap {
	margin-top: 35px;
}
.quick-sub-nav {
	position: sticky;
	top: 0;
	z-index: 800;
	background-color: #333;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	padding: 2rem 0.5rem 0.5rem;
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}
.quick-sub-nav li {
	display: block;
	padding: 0.1rem;
}
.quick-sub-nav li a {
	background-color: #217598;
	padding: 0.4rem 1rem;
	display: block;
}
@media only screen and (max-width: 800px) {
	.quick-sub-nav {
		width: 110%;
		margin: 0 -5%;
	}
}
@media only screen and (max-width: 768px) {
	[data-toggle=modal] {
		left: 80%;
		top: 88%;
	}
	.artists-wrapper, .article-wrapper {
		padding: 0 1rem;
	}
	.artists-wrapper .box {
		width: 15%;
	}
	.call-to-action {
		width: 95%;
	}
	.row {
		flex-direction: column;
	}
	.row .column {
		width: 100%;
	}
	.row .column a {
		padding: 0 1rem !important;
		margin-bottom: 1.5rem;
	}
}
@media only screen and (max-width: 448px) {
	.artists-wrapper .box {
		width: 22%;
	}	
	.artists-wrapper .box h3 {
		font-size: 12px;
	}
}

.home .section-header .button {
	position: absolute;
	bottom: 10px;
	right: 0;
	text-transform: capitalize;
}
/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
	padding: 1rem;
}
/* responsive menus */
@media only screen and ( max-width: 1250px ) {
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-responsive-menu .dropdown-icon {
		display: none;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		color: #c3251d;
		border-width: 0;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		z-index: 1000;
		width: auto;
		margin-bottom: 15px;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #c3251d;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;		
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.admin-bar .nav-primary {
		top: initial;
	}
}
