/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

body,
button,
input,
select,
textarea {
  font-family: 'Lato', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0 !important; }

a {
    color: #00745A;
    text-decoration: underline;
}

.site-header {
    padding-top: 1.236em;
}

.site-content .col-full {
    box-shadow: none;
	padding-top: 1em;
}

 .hentry .entry-header {
    display: none;
}

.columns .wpb_wrapper {
    -webkit-columns: 300px;
  	-moz-columns: 300px;
  	column-width: 300px;
    text-align: center;
    -webkit-column-gap: 2em;
  	-moz-column-gap: 2em;
  	column-gap: 2em;
}

.columns .wpb_wrapper p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.woocommerce-active .site-header .site-header-cart {
    position: absolute;
    right: 20px;
}

.storefront-primary-navigation {
	text-transform: uppercase;
}

.storefront-primary-navigation a {
	text-decoration: none;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    transition-duration: 700ms;
}

.storefront-primary-navigation .menu-item a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.nf-form-fields-required {
	display: none;
}

.qsot-event-area-ticket-selection  .event-area-image, .qsot-event .posted-on, .site-search   {
	display: none !important;
}

.event-list {
	text-align: cetner;
}

.event-list  .quantity {
	display: inline-block;
    margin-right: 6%;
}
ul.event-list .event-thumb {
	max-width: none;
	padding: 0;
	position: relative;
}

ul.event-list img {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

ul.event-list .price {
    position: absolute;
    top: .618em;
    right: 1px;
    padding: .53em .857em;
    background: #555;
    color: #fff;
    font-weight: 700;
    box-shadow: 5px 0 0 0 #555;
}

ul.event-list .price :after {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 100%;
    border: 5px solid transparent;
    border-top-color: #222222;
    border-left-width: 0;
}

.widget h3.event-title {
	font-size: 1em;
}

@media (min-width: 768px) {
.qsot-event .entry-header , .qsot-event .qsot-event-area-ticket-selection  {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
}

/* .entry-content  .wp-post-image {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.706325903em;
}
 */
.woocommerce-active .site-header .main-navigation {
    width: 54.913043%;
    float: left;
    margin-right: 4.347826087%;
    clear: none;
}

.site-header .site-branding {
    width: auto;
    float: left;
    margin-right: 4.347826087%;
    clear: none;
    margin-bottom: 0;
}

.qsot-event-area-ticket-selection {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
}

}
.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single, select {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0;
    padding: 0.75047em;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    line-height: 1.618;
    min-width: 80px;
    min-height: 44.75px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44.75px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.418;
}

input[type=checkbox] {
    width: 30px !important;
    height: 30px;
    /* display: inline-block; */
    float: left;
}

input[type=checkbox]+span {
    /* height: 20px; */
    display: inline-block;
    /* margin-bottom: 10px; */
}


@media (min-width: 768px) {

.form-row-wide {
    clear: both;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#billing_state_field, #shipping_state_field {
	width: 30%;
    margin-left: 5%;
    margin-top: 0px;
}

#billing_city_field, #shipping_city_field {width:40%}
#billing_postcode_field, #shipping_postcode_field {width:20%;margin-left: 5%;}
}

#payment .place-order {
    margin-top: .617924em;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
    background-color: #222222;
    border-color: #eeeeee;
    color: #ffffff;
}

@media (min-width: 768px) {
.cart-collaterals .cross-sells ul.products li.product {
    width: auto;
    float: left;
    margin-right: 0;
}
}

.storefront-single-product-pagination {
    display: none !important;
}

.storefront-handheld-footer-bar .my-account,.storefront-handheld-footer-bar .search {display:none}
.storefront-handheld-footer-bar ul.columns-3 li.cart{width:100%}

@media print {
	header, footer {display: none}
	#content .xlwcty_wrap.xlwctyCenter {margin: 0 auto}
	#content .xlwcty_in_wrap .xlwcty_imgBox,#content .xlwcty_in_wrap .xlwcty_customer_info {page-break-before:always}

}

.main-navigation ul.menu li.current-menu-item>a:before {
    display: none;
}

#slide-show{padding: 0;}
#slide-show .vc_inner {margin:2px;}
#slide-show .vc_inner img {border-radius:5px}
#slide-show .vc_column-inner{padding:0;}


.mc4wp-form {float:right;display:inline-block}
.mc4wp-form * {display:inline-block;margin-right:10px}

#payment .payment_methods > li:not(.woocommerce-notice), table tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: #fafafa;
}
