
/*** Initate ***/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

@font-face {
	font-family: 'Lato';
	font-display: block;
}

body {
	font-family: 'Lato', sans-serif;
	color: #444;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.7em;
	margin: 0px;
	min-width: 320px;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	line-height: 1.2em;
	margin-top: 0px;
	color: #000000;
	margin-bottom: 1em;
}

h1,.as_h1 {font-size: 72px;}
h2,.as_h2 {font-size: 50px;}
h3,.as_h3 {font-size: 40px;}
h4,.as_h4 {font-size: 30px;}
h5,.as_h5 {font-size: 20px;}
h6,.as_h6 {font-size: 16px;}

@media( max-width: 900px ){
	h1,.as_h1 {font-size: 50px;}
	h2,.as_h2 {font-size: 40px;}
	h3,.as_h3 {font-size: 30px;}
	h4,.as_h4 {font-size: 25px;}
	h5,.as_h5 {font-size: 20px;}
	h6,.as_h6 {font-size: 16px;}
}

@media( max-width: 500px ){
	h1,.as_h1 {font-size: 35px;}
	h2,.as_h2 {font-size: 30px;}
	h3,.as_h3 {font-size: 25px;}
	h4,.as_h4 {font-size: 20px;}
	h5,.as_h5 {font-size: 18px;}
	h6,.as_h6 {font-size: 16px;}
}

sup {
	font-size: 60%;
}

img {
	border: 0;
	max-width:100%;
	height:auto;
}

i {
	vertical-align: middle;
}

a {
	color: #168de4;
	transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
	color: #0093ff;
	text-decoration: underline;
}

.table {
	width: 100%;
	border-spacing: 0;
  	border-collapse: collapse;
}

.table td {
	vertical-align: top;
}

/* FORM ELEMENTS */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
select,
textarea {
	border: 0px;
	border-left: 0.1em solid #e1e1e1;
	border-bottom: 0.1em solid transparent;
	font-size: 20px;
	padding: 0.40em 1em;
	background-color: transparent;
	font-family: 'Lato', sans-serif;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
	outline: none;
	border-bottom-color: #e1e1e1;
}
input[type=submit],
button {
	font-size: inherit;
	-webkit-appearance: none;
}
textarea {

}
textarea:focus {

}
select {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAAAAAB3F+p+AAAASUlEQVR42lXIoRHAIBBE0Sv/SohEIpF0gaSElIBcsrAHk6/+PCueBk7V3bqTLlRDI12AYdOBT0QCSlAjLBE9hC0igiQo4y94YyYKX5Jj7+SdRAAAAABJRU5ErkJggg==');
	background-position: right 1em center;
	background-repeat: no-repeat;
	display: initial;
	color: inherit;
	-webkit-appearance:     none;
    -moz-appearance:        none;
    -ms-appearance:         none;
    -o-appearance:          none;
    appearance:             none;
    color: #656565;
}

input[type=checkbox] {
	-webkit-appearance:     none;
    -moz-appearance:        none;
    -ms-appearance:         none;
    -o-appearance:          none;
    appearance:             none;
    background-color: white;
    border: 2px solid #ddd;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-right: 2em;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}
input[type=checkbox]:checked {
	background-color: #0093ff;
	border-color: #0093ff;
}
input[type=checkbox]::before {
	content: '\f00c';
	font-family: Font Awesome\ 5 Pro;
	font-weight: 300;
	color: white;
	line-height: 1em;
	display: block;
	text-align: center;
	opacity: 0;
}
input[type=checkbox]:checked::before {
	opacity: 1;
}

strong,
b {
	font-weight:bold;
}

p {
	margin: 2em 0px;
	font-weight: 400;
}


/* Default ul,ol style */

ul,
ol {
	margin-left:40px;
	padding-left:0px;
}

ul li,
ol li {
	padding:10px 0px;
}

ul li::before {

}

ol ol {
	list-style-type: lower-alpha;
}

@media (max-width:600px){

}

.right {
	float: right;
}

.left {
	float: left;
}

/* No ul style */

ul.no-list-style,
ol.no-list-style,
.no-list-style ul,
.no-list-style ol {
	margin-left:0px;
	list-style:none;
}

ul.no-list-style li,
ol.no-list-style li,
.no-list-style ul li,
.no-list-style ol li {
	padding:0px;
} 
ul.no-list-style li::before,
ol.no-list-style li::before,
.no-list-style ul li::before,
.no-list-style ol li::before {
	display:none;
}


/* Placeholder color */

::-webkit-input-placeholder {
		color:    #656565;
}
:-moz-placeholder {
	color:    #656565;
	opacity:  1;
}
::-moz-placeholder {
	color:    #656565;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #656565;
}



.spin {
	-webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.flip-h {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.flip-v {
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}


/* Custom Columns */

.col1 {width:8.33%;}
.col2 {width:16.66%;}
.col3 {width:25%;}
.col4 {width:33.333%;}
.col5 {width:41.66%;}
.col6 {width:50%;}
.col7 {width:58.33%;}
.col8 {width:66.66%;}
.col9 {width:75%;}
.col10 {width:83.33%;}
.col11 {width:91.66%;}
.col12 { width:100%;}

.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{
    float: left;
    padding: 0px 1%;
}

.row {
	overflow: hidden;
	clear: both;
	width: 102%;
	margin: 0px -1%;
}


/* WP */

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* End WP */

/* Separator */

.group2,
.group3 {
  display:block;
  clear:both;
  width:100%;
}
.group2 {
  display:none;
}

/* Mobile and Desktop view */

.on_mobile {
  display:none!important;
}

@media(max-width:1024px){
  .on_wide_desktop {
    display:none!important;
  }
}

@media(max-width:900px){
  .on_mobile {
    display:initial!important;
  }
  table.on_mobile {
    display: table!important;
  }
  .on_desktop {
    display:none!important;
  }
}

/* Colors */
.gray {
	color: #888888;
}


/* Other helpers */

.small {
	font-size: 14px;
}

.tc {
	text-align:center;
}

.lg_text {
	font-size: larger;
}

.loading-wrap {
	text-align: center;
	display: block;
}
i.loading {
  color: #ff8f00;
  vertical-align: middle;
}
body i.loading.show {
	display: inline-block;
}

.blue_links a {
  color: #168de4;
  text-decoration: underline;
}

.orange {
	color: #ff8f00;
}
.green {
	color: #149e45;
}

.hover {
	transition: opacity 0.2s ease;
}

.hover:hover {
  opacity: 0.8;
}

.fwn {
	font-weight: normal;
}

.up {
	text-transform: uppercase!important;
}

.round {
  max-width:180px;
  margin-left:auto;
  margin-right:auto;
}

.round img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.grayscale img {
  float:left;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'></feColorMatrix></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transition: filter 0.2s ease;
}

.grayscale:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'></feColorMatrix></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

.flnm>*:first-child {
  margin-top:auto!important;
}
.flnm>*:last-child {
  margin-bottom:auto!important;
}
.lrnm>*:first-child {
  margin-left:auto!important;
}
.lrnm>*:last-child {
  margin-right:auto!important;
}

.flnp>*:first-child {
  padding-top:0px!important;
}
.flnp>*:last-child {
  padding-bottom:0px!important;
}
.lrnp>*:first-child {
  padding-left:0px!important;
}
.lrnp>*:last-child {
  padding-right:0px!important;
}

.fnp>*:first-child {
  padding-top:0px!important;
}
.lnp>*:last-child {
  padding-bottom:0px!important;
}

.flnb>*:first-child {
  border-top:0px!important;
}
.flnb>*:last-child {
  border-bottom:0px!important;
}
.lrnb>*:first-child {
  border-left:0px!important;
}
.lrnb>*:last-child {
  border-right:0px!important;
}

.hide {
	display: none!important;
}

.on_active,
.on_active_inline {
	display: none!important;
}
.active .on_inactive {
	display: none!important;
}
.active .on_active {
	display: block!important;
}
.active .on_active_inline {
	display: inline-block!important;
}

.ht {
	transition: opacity 0.2s ease;
}

.ht:hover {
	opacity: 0.6;
}
.nt {
	transition: none;
}

.center_v {
  display: table;
  height: 100%;
  width: 100%;
}

.center_v > * {
  display: table-cell;
  vertical-align: middle;
}

.white_shadow_box {
	background-color: white;
	overflow: hidden;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         0px 0px 5px 5px rgba( 0,0,0, 0.1 );
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap; 
  overflow: hidden;
}

.big {
	font-size: larger;
	font-weight: bold;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*** End General Helpers ***/

/*** Message ***/
.message,
.gform_confirmation_message,
.validation_message,
.edd-alert-error,
.edd-alert-success,
.gform_wrapper div.validation_error {
		margin-left: 0px;
		text-align: center;
		background: #168de4;
		padding: 8px;
		color: white!important;
		width: 100%!important;
}

.gform_wrapper div.validation_error {
	padding: 5px 0!important;
}

.message.error,
.validation_message,
.edd-alert-error,
.gform_wrapper div.validation_error {
	background:none;
	background-color:#e00000;
	border:1px solid #ff0000!important;
}
.edd-alert-error a {
	color: inherit;
}
.edd-alert p {
	margin: 0px;
}

.fr_message a {
	color: inherit;
	text-decoration: underline;
}

header.transparent .edd-alert-success {
	background:none;
	background-color: rgba(255,255,255,0.3);
}
/*** End Message ***/


/** BUTTONS */

.button,
.gform_button {
	min-width: 135px;
	text-align: center;
	display: inline-block;
	height: 39px;
	border: 2px solid #168de4;
	margin-bottom: 10px;
	color: #168de4;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	padding: 0px 40px;
	text-transform: uppercase;
	background-color: white;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button:hover{
	text-decoration: none;
	border-color: #0093ff;
}

.button:not(.active):not(.orange):not(.blue):not(.gform_button):hover {
	-moz-box-shadow:    1px 1px 2px 8px rgba( 0,0,0,0.2 );
	-webkit-box-shadow: 1px 1px 2px 8px rgba( 0,0,0,0.2 );
	box-shadow:         1px 1px 8px 2px rgba( 0,0,0,0.2 );
}

.button i {
	font-size: 20px;
	vertical-align: middle;
	margin-top: -0.13em;
	margin-right: 10px;
	color: inherit;
}

.button.active {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
}

.button.orange,
.edd-submit {
	background: #f16d24;
	color: white;
	border: 0px;
	font-weight: normal;
	line-height: 39px;
}

body .button.orange i {
	color: white;
}

.button.orange:not(.active):not([disabled]):hover,
.edd-submit:hover {
	background: #ff5a00;
	-moz-box-shadow: 0px 2px 6px 0px rgba( 247, 121, 37, 0.9 );
	-webkit-box-shadow: 0px 2px 6px 0px rgba( 247, 121, 37, 0.9 );
	box-shadow: 0px 2px 6px 0px rgba( 247, 121, 37, 0.9 );
}

.button.blue,
.gform_button {
	background: #168de4;
	color: white;
	border: 0px;
	font-weight: normal;
	line-height: 39px;
}

body .button.blue i {
	color: white;
}

.button.blue:not(.active):not([disabled]):hover,
.gform_button:hover {
	background: #0093ff;
	-moz-box-shadow: 0px 2px 6px 0px rgba( 0, 147, 255, 0.9 );
	-webkit-box-shadow: 0px 2px 6px 0px rgba( 0, 147, 255, 0.9 );
	box-shadow: 0px 2px 6px 0px rgba( 0, 147, 255, 0.9 );
}

.button[disabled] {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no_antialising {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}


/* BOXED NUMBERS */

.boxed_numbers span {
  border: 2px solid #e9e9e9;
  width: 27px;
  height: 27px;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  text-align: center;
  line-height: 23px;
  color: black;
}



/* security */
body:not(.user_role_shop_vendor) .visible_to_artist,
body.logged-in .visible_to_visitor,
.user_role_shop_vendor .hide_from_artist,
body:not(.logged-in) .visible_to_user {
  display: none!important;
}




/* loading animation */
.loading_animation {
  width: 200px;
  max-width: 100%;
  margin: 20px auto;
  display: none;
}
.loading_animation p {
  margin-bottom: 5px!important;
  text-align: center;
}


/* Important text */
.important_text {
	background-color: #e0e0e0;
	display: block;
	padding: 20px 23px;
}

.justify {
	text-align: justify;
}


.orange_txt {
	color: #f16d24!important;
}



#onesignal-slidedown-dialog .slidedown-body-icon img {
	height: auto!important;
}


.fr_custom_select .view {
  background-color: transparent;
  padding: 0;
  border: 0;
  color: inherit;
}



.gform_validation_errors > h2 {
	color:  white;
}


.switch_back_user_link {
    display: none!important;
}

.logged_in_as .switch_back_user_link {
    display: block!important;
}