/*
Theme Name: Tucson Museum
Description: A theme for Tucson Museum of Art and Historic Block.
Version: 1.0
Author: Kriesi and Fulano
Author URI: http://www.fulanoinc.com
Template: enfold
*/



/*Add your own styles here:*/


/* #Font Registration
================================================== */

/*@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book.eot?') 
	format('eot'), url('fonts/Gotham-Book.woff') 
	format('woff'), url('fonts/Gotham-Book.ttf') 
	format('truetype');
}

@font-face {
	font-family: 'Gotham-Bold’;
	src: url('fonts/Gotham-Bold.eot?') 
	format('eot'), url('fonts/Gotham-Bold.woff') 
	format('woff'), url('fonts/Gotham-Bold.ttf') 
	format('truetype');
}*/


@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/Gotham-Book.woff') format('woff'), /* Modern Browsers */
     url('fonts/Gotham-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/Gotham-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 400;
   font-style: normal;
 }


@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
     url('fonts/Gotham-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/Gotham-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 800;
   font-style: normal;
 }




/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	/*	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif; */
		font-weight: normal;
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
}

h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px; letter-spacing: 1px; font-weight: 400 !important;}
h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; letter-spacing: 1px; font-weight: 400 !important;}
h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; letter-spacing: 1px; font-weight: 800;}
h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; letter-spacing: 1px; font-weight: 800;}
h5 { font-size: 16px; line-height: 1.1em; letter-spacing: 1px; font-weight: 800;}
h6 { font-size: 14px; line-height: 1.1em; letter-spacing: 1px; font-weight: 800;}

.widgettitle {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1em;
}

#top .avia-smallarrow-slider-heading> div {
    display: none;
    font-style: normal !important;
}

.special_amp {
    font-family: inherit;
    font-style: normal;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
    font-weight: 800;
}

p {
    margin: 0 0 1em 0;
}

.av-special-heading {
    width: 100%;
    clear: both;
    display: block;
    margin-top: 20px;
    position: relative;
}

.av-layout-tab {
    width: 100vw;
    display: block;
    vertical-align: middle;
    padding: 20px 0 50px 0;
    border-top-style: solid;
    border-top-width: 1px;
}



/*  #Main Menu
================================================== */


#header {
    position: relative;
    z-index: 501;
    width: 100%;
    background: #ffffff;
}

#header_main {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #e1e1e1 !important;
    z-index: 1;
}

#header_meta {
    border-top: none;
    z-index: 10;
    min-height: 30px;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #e1e1e1 !important;
    margin-bottom: -1px;
}

.sub_menu li {
    float: left;
    position: relative;
    padding: 0 10px;
    border-right-style: solid;
    border-right-width: 0px !important;
    line-height: 10px;
}


.av-main-nav > li > a {
    display: block;
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 13px;
    font-weight: 800;
    font-size: 14px;
    -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
}

.av-main-nav > li > a:hover {
    color: #FF0097 !important;
}

#top #wrap_all .social_bookmarks li a:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: #FF0097 !important;
}

#top #wrap_all .av-social-link-instagram:hover a, 
#top #wrap_all .av-social-link-facebook:hover a, 
#top #wrap_all .av-social-link-twitter:hover a,
#top #wrap_all .av-social-link-gplus:hover a,
#top #wrap_all .av-social-link-linkedin:hover a,
#top #wrap_all .av-social-link-pinterest:hover a,
#top #wrap_all .av-social-link-mail:hover a
{
    color: #FF0097 !important;
    background-color: transparent !important;
}

#top .social_bookmarks li:hover {
    background-color: transparent !important;
}

#top .social_bookmarks li {
    height: 100%;
    float: left;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right-style: solid;
    border-right-width: 0px;
    display: block;
    width: 30px;
}


#top .av-share-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    border-style: solid;
    border-width: 0px;
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border-radius: 0px;
    background: transparent;
}


.av-share-box ul li {
    margin: 0;
    padding: 0;
    display: table-cell;
    border-left-style: solid;
    border-left-width: 0px;
}

.av-share-box ul li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: inherit;
    font-size: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.avia-post-prev {
    left: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.avia-post-next {
    right: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.av-main-nav ul {
    display: none;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.0);
    margin-top: -1px;
}


#top .av-submenu-container {
    height: 62px;
    position: absolute;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    font-size: 13px;
    line-height: 2.5em;
    border-top-width: 0px !important;
}

div#homegridrow {
    border-top: none;
}

.cart_dropdown {
    position: absolute;
    right: -60px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-decoration: none;
    text-align: center;
    top: 50%;
    margin: -23px 20px 0 0;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    font-weight: normal;
    z-index: 101;
    -webkit-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}

#top .av-main-nav ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 14px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
}

#header .mega_menu_title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 600;
    display: block;
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#top #header .avia_mega_div > .sub-menu > li > ul > li a {
    width: auto;
    float: none;
    display: block;
    border: none;
    padding: 3px 12px 3px 2px;
    font-weight: normal;
    height: auto;
    line-height: 23px;
    font-size: 14px !important;
    -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
}

#top #header .avia_mega_div > .sub-menu > li > ul > li a:hover {
    color: #FF0097;
}

.avia_mega_div .avia-bullet {
    margin-top: 12px;
    left: 3px;
    display: none;
    top: 0;
}

#header .avia_mega_div {
    display: none;
    margin: -1px 0 0 0;
    right: 0;
    position: absolute;
    top: 100%;
    z-index: 2;
    box-shadow: 0 32px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 1px 0 0;
    text-align: left;
    border: 1px solid #e1e1e1;
}


#top .av-menu-button > a .avia-menu-text {
    border: 1px solid !important;
    border-radius: 0px !important;
}





/* #Grid and Lists
=================================================== */

.av-masonry-entry .avia-arrow {
    border: none;
    top: -5px;
    display: none;
}

.av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
}

.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}

.av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
}

#top .avia-smallarrow-slider .slide-image, #top .avia-logo-element-container img {
    margin: 0 auto;
    display: block;
    width: auto;
    width: 100%\9;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#top .avia-smallarrow-slider .slide-image:hover, #top .avia-logo-element-container img:hover {
    opacity: 0.5;
}


.main_color .container .av-inner-masonry-content, #top .main_color .container .av-masonry-load-more, #top .main_color .container .av-masonry-sort, .main_color .container .av-masonry-entry .avia-arrow {
    background-color: #ffffff;
}



.av-magazine-content-wrap {
    overflow: hidden;
    border-bottom: 0px solid;
    min-height: 61px;
}


.av-inner-tab-title {
    text-transform: uppercase;
    display: inline;
    line-height: 1.2em;
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 16px;
    text-align: center;
    font-family: 'Gotham', Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#top a.av-active-tab-title {
    color: #FF0097 !important;
}



/* #Links
=================================================== */
	
a { 
    text-decoration: none; 
    outline: 0; 
    max-width:100%; 
    max-width:none\9;
    -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
}
	
a:hover, a:focus, a:visited { outline: 0; text-decoration: none;}

p a, p a:visited { text-decoration: none; color: #FF0097 !important; }

p a:hover { text-decoration: none; background: #FFFFFF; }
	
a.avianolink, .avianolink a{cursor: default;}
	
#top .avia_hidden_link_text{display: none;}

#footer a:hover, #socket a:hover { color: #FF0097; }


.image-overlay .image-overlay-inside:before {
    position: absolute;
    border-radius: 50px;
    background: #000;
    height: 80px;
    width: 80px;
    line-height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 500;
    text-align: center;
    color: #fff;
    display: none;
}

.avia_transform a:hover .image-overlay {
    opacity: 0.5 !important;
}


#top .scroll-down-link {
    height: 60px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #FFF;
    text-align: center;
    font-size: 50px !important;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
    animation: avia_fade_move_down 2s ease-in-out infinite;
}




/* #Buttons
================================================== */

input[type="submit"], #submit, .button{
    padding:9px 22px;
    cursor:pointer;
    border:none;
    -webkit-appearance: none;
    border-radius: 0px;
    font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
}


body div .avia-button {
    border-radius: 0px;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
    font-size: 0.9em !important;
    letter-spacing: 0.2em;
}

.avia-button.avia-color-dark {
    color: #000 !important;
    border: 1px solid #000 !important;
    background: transparent !important;
    /*font-family: 'Gotham-Bold' Helvetica, Arial, sans-serif !important;*/
    font-size: 0.9em !important;
    letter-spacing: 0.2em;
}

.avia-button.avia-color-dark:hover {
    color: #fff !important;
    border: 1px solid #000 !important;
    background: #000 !important;
    opacity: 1 !important;
}

.avia-button.avia-color-light {
    color: #fff !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    /*font-family: 'Gotham-Bold' Helvetica, Arial, sans-serif !important;*/
    font-size: 0.9em !important;
    letter-spacing: 0.2em;
}

.avia-button.avia-color-light:hover {
    color: #000 !important;
    border: 1px solid #fff !important;
    background: #fff !important;
    opacity: 1 !important;
}

#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 0px;
}

.avia_ajax_form .button {
    border-style: solid;
    border-radius: 0px !important;
    padding: 14px 20px;
    border-width: 1px;
    border-style: solid;
    font-weight: normal;
    font-size: 0.92em;
    min-width: 142px;
    outline: none;
}




/* #Forms
================================================== */


#top .input-text,
	#top input[type="text"],
	#top input[type="input"],
	#top input[type="password"],
	#top input[type="email"],
	#top input[type="number"],
    #top input[type="url"],
    #top input[type="tel"],
    #top input[type="search"],
	#top textarea,
	#top select {
		 -webkit-appearance: none;
		border: 1px solid #e1e1e1;
		padding: 8px 6px;
		outline: none;
		font: 1em 'Gotham-Book', Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		border-radius: 0px;
}

.toggle_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 0px;
    top: 15px;
    left: 10px;
}

.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

div .main_color .button {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
}




/* #Footer
================================================== */

#socket {
    font-family: 'Gotham-Book', Helvetica, Arial, sans-serif !important;
    font-size: 0.8em;
}

#scroll-top-link.avia_pop_class {
    opacity: 1;
    visibility: visible;
}

#scroll-top-link {
    color: #000000;
    border: 0px solid #e1e1e1;
}

#scroll-top-link {
    background-color: transparent;
}

#scroll-top-link {
    position: fixed;
    border-radius: 0px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
    visibility: hidden;
    font-size: 2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#scroll-top-link:hover {
    background-color: transparent;
    color: #FF0097;
    border: 1px solid #e1e1e1;
}

.container_wrap {
    clear: both;
    position: relative;
    /* z-index: 1; */
    border-top-style: solid;
    border-top-width: 1px;
}


.avia-icon-pos-left {
    float: left;
    margin-right: 1.3em !important;
}


#top .av_font_icon a:hover {
    color: #FF0097;
}





/* #The Events Calendar
================================================== */


#top #tribe-events-pg-template {
    max-width: 100%;
    padding: 20px 0 0 0 !important;
}

.main_color .vevent.tribe-events-photo-event .tribe-events-photo-event-wrap, .main_color .av-tribe-events-content-wrap {
    background: #ffffff;
}

.main_color .av-single-event-meta-bar-inner {
    background: none;
}

#top.single-tribe_events .tribe-events-single-event-title {
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h2.tribe-events-page-title {
    clear: none;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 1em !important;
    position: relative;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
}

.single-tribe_events .tribe-events-schedule h3 {
    font-weight: normal;
    font-size: 16px !important;
    letter-spacing: 0.1em !important;
}

.tribe-events-event-image img {
    display: block;
    border-radius: 0px !important;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
    border: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.tribe-events-photo-event-wrap:hover {
    background: #fff;
    box-shadow: 0 0 0px rgba(0,0,0,.1);
}

.tribe-events-loop .tribe-events-content {
    float: left;
    padding: 0 5% 0 0;
    width: 60%;
    display: none;
}

.av-single-event-content {
    width: 60%;
    float: left !important;
    margin-right: 50px !important;
}

.av-single-event-meta-bar-inner {
    border: 0px solid !important;
    padding: 20px;
}

#top #wrap_all .main_color .tribe-events-button {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
}

#top #wrap_all .main_color .tribe-events-button:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

#top #wrap_all .tribe-events-button {
    font-weight: normal;
    font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif !important;
    border-radius: 0px !important;
    height: auto;
    border-style: solid !important;
    border-width: 1px !important;
    padding: 12px 16px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.av-single-event-meta-bar-inner {
    border: 0px solid;
    padding: 0px 20px 20px 20px !important;
}

.single-tribe_events .tribe-events-schedule {
    margin: 0 0 50px 0;
    font-size: 12px;
    font-weight: normal;
}

.single-tribe_events .tribe-events-event-image {
    clear: both;
    margin-bottom: 50px;
    text-align: center;
}

#tribe-events-bar {
    margin-top: -70px;
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    float: left;
    margin-bottom: 45px;
}

#tribe-bar-form label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
    padding: 0;
    text-transform: capitalize;
}

.tribe-events-photo-event-wrap {
    background: #ffffff;
}

.main_color .vevent.tribe-events-photo-event .tribe-events-photo-event-wrap, .main_color .av-tribe-events-content-wrap {
    background: #ffffff;
    margin-bottom: 10px;
}

#top .tribe-events-list-event-title.entry-title, #top .tribe-events-list-event-title {
    font-size: 18px !important;
    padding: 10px 0px 10px 0 !important;
    display: block;
    line-height: 1.3em;
    font-weight: normal;
    border-bottom-style: solid;
    border-bottom-width: 0px !important;
    text-align: left;
    margin-bottom: 0px !important;
    float: left;
    text-transform: uppercase;
}

.av-tribe-events-content-wrap {
    padding: 20px;
    border-style: solid;
    border-width: 0px !important;
    position: relative;
}



.tribe-events-loop .tribe-events-event-meta {
    font-size: 16px !important;
    font-weight: normal;
    display: table-cell;
    width: 33%;
    margin: 0;
    border-left-width: 1px;
    position: relative;
    vertical-align: top !important;
    padding-right: 20px;
}

.tribe-events-list-separator-month {
    background-color: none;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 2.5em 0 0;
    padding: 6px 10px;
    text-transform: capitalize;
    font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif !important;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
    background-color: #FF0097 !important;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured, .tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover {
    background-color: #FF0097 !important;
}

.single-tribe_events .tribe-events-cal-links {
    clear: both;
    margin-bottom: 50px;
}





/* #Event Tickets
================================================== */

tr:first-child th, tr:first-child td {
    border-top-style: solid;
    border-top-width: 0px;
}

tr th:first-child, tr td:first-child {
    border-left-style: solid;
    border-left-width: 0px;
}

.tribe-button, a.tribe-button, button.tribe-button, input.tribe-button {
    border-radius: 0px;
    line-height: 1;
    margin: 10px 0;
    padding: 15px 20px;
    float: left;
    font-size: 12px;
    font-weight: 700;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: solid 1px #000000;
    background: transparent;
}

.tribe-events-tickets .tickets_price {
    color: #000;
    font-style: normal !important;
    font-weight: 700;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
}

.tribe-button:hover, a.tribe-button:hover, button.tribe-button:hover, input.tribe-button:hover {
    color: #ffffff;
    background: #000000;
}

#top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
    border-color: #e1e1e1;
    background-color: #eeeeee;
    color: #000000;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 700;
}

.tribe-events-tickets .tickets_description, .tribe-events-tickets .tickets_name, .tribe-events-tickets .tickets_name p, .tribe-events-tickets .tickets_price {
    border-bottom: 1px solid #dfdfdf;
    color: #464646;
    font-size: 15px;
    padding: 16px 16px;
    text-align: left;
}

.tribe-events-tickets-title {
    font-size: 28px;
    font-weight: 700;
    margin: 30px 0 15px;
    text-transform: uppercase;
}


.tribe-events-tickets header {
    height: auto;
    text-align: left;
    font-weight: 700;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
}

#top label {
    font-weight: bold;
    font-size: 0.92em;
    text-align: left;
}


.tribe-events-tickets .tribe-tickets-remaining {
    color: #777;
    font-size: 11px;
    display: none !important;
}


/* #WooCommerce
================================================== */


#top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
    border: none;
    margin: 0;
    padding: 20px 0 0 0;
    width: 100%;
    min-height: 0;
    display: none;
}

.products .product h3, .products .product h4, .products .product h5, .products .product h6 {
    padding-top: 5px;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 0;
}

.inner_product_header .avia-arrow {
    border-bottom: none;
    border-right: none;
    z-index: 1000;
    top: -5px;
    margin-left: -6px;
    display: none;
}

.inner_product {
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    overflow: hidden;
}

h2.woocommerce-loop-product__title {
    font-size: 15px;
    font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.1em !important;
}


div.product .product_title {
    clear: none;
    letter-spacing: 0.1em;
}

#top .av-cart-counter {
    background-color: #FF0097;
    color: #ffffff;
}

#top .av-cart-counter {
    position: absolute;
    top: 50%;
    left: 54%;
    height: 20px;
    width: 20px;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 54px;
    font-size: 12px;
    background: #FF0097;
    color: #fff;
    text-align: center;
    margin: -20px 0 0 2px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
}

.cart_dropdown .dropdown_widget .widget_shopping_cart_content {
    padding: 0;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    border-radius: 0px;
}

#top .dropdown_widget .buttons .button {
    width: 43%;
    float: left;
    margin: 0;
    background: transparent;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    color: #000000 !important;
    border: 1px solid;
}

#top .dropdown_widget .buttons .button:hover {
    background: #000000;
    color: #ffffff !important;
}

.woocommerce-page .button {
    min-width: 110px;
    padding: 15px 25px;
    line-height: 1em;
    margin: 4px 2px 0 0;
    float: left;
    font-size: 12px;
    width: auto !important;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    cursor: pointer;
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0.1em;
    border-radius: 1px;
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

table.shop_table th {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    padding: 9px 12px;
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
}

#top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
    border-color: #e1e1e1;
    background-color: #eeeeee;
    color: #000000;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 700;
}

#top div .quantity input.qty {
    height: 43px;
    width: 43px;
    display: inline;
    padding: 0px 5px 0px;
    line-height: 41px;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    font-weight: 600;
}

table.shop_table {
    margin: 0px 0px 30px 0px;
    text-align: left;
    width: 100%;
    border-radius: 0px;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

div .dropdown_widget .cart_list li {
    padding: 10px 12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top: none;
    font-size: 11px;
    position: relative;
}

#top #payment {
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
}

.template-shop .single-product-main-image .images a {
    border-style: solid;
    border-width: 0px;
}

.template-shop .images a {
    display: block;
    position: relative;
    padding: 0px;
}

.alternate_color .inner_product {
    border-radius: 0px;
}

.inner_product {
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    overflow: hidden;
}

div .products .product a, div .products .product a img {
    display: block;
    overflow: hidden;
    border-radius: 0px;
}

div .products .product a, div .products .product a img {
    display: block;
    overflow: hidden;
    border-radius: 0px;
}

#av_product_description {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #e1e1e1 !important;
    padding-top: 20px;
    text-transform: uppercase;
}






/* #Mobile
================================================== */ 


@media only screen and (max-width: 1024px) {


.header_color .main_menu ul:first-child > li > a {
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
}
   




/*
    
.cart_dropdown_first .cart_dropdown_link {
    display: block;
    padding: 0 0 0 0;
    text-decoration: none;
    line-height: 44px;
    font-size: 18px !important;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
    
.responsive #top .cart_dropdown {
    position: absolute;
    top: 50%;
    right: 7.5%;
    margin: -23px 50px 0 0;
    border-radius: 0px;
    border-width: 0px;
}    
    
.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide {
    display: block;
    border-width: 0px;
}
    
.responsive #header .social_bookmarks {
    padding-top: 10px;
    padding-bottom: 2px;
    width: 50%;
    text-align: center;
    height: auto;
    line-height: 0.8em;
    margin: 0;
}
    
.av_secondary_right .sub_menu {
    padding-top: 10px;
}

.responsive #header_meta .social_bookmarks li {
    border-style: solid;
    border-width: 0px;
    margin-bottom: -1px;
    margin-left: -1px;
}

.responsive #top #header_meta .social_bookmarks li:last-child {
    border-right-style: solid;
    border-right-width: 0px;
}
    
    
} */