/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

span.logo {
    width: 38%;
}

span.logo a {
    display: flex;
    align-items: center;
    justify-content: left;
}

div .logo a img {
    width: 100%;
    max-width: 460px;
    text-align: left;
}

.header-scrolled div .logo a img {
    max-width: 314px;
}


div#header_main .container {
    padding: 0 24px;
}

#wrap_all {
    box-shadow: 0px 0px 16px 0px rgba(189, 173, 173, 0.2);
}

.av-main-nav ul li {
    border-bottom: 1px solid #7eb19a;
}

.av-main-nav ul {
    width: 214px;
}

#header_main_alternate .main_menu .menu li ul ul {
	left: 214px;
}

.av-alb-blogposts.template-blog .tachments {
	display: none;
}

/* Plugin Additions */

#top .documents table.finance.documents-list tbody tr td:first-child,
#top .documents table.policy.documents-list tbody tr td:first-child {
	width: 60% !important;
}

#top #tribe-events-pg-template .tribe-events-notices {
    position: relative;
    overflow: hidden;
}

.events-archive .content, 
.events-archive .sidebar {
	padding-top:12px;
}

.tribe-events-tooltip h3.entry-title {
    padding: 16px 18px 0;
}

dd.tribe-organizer-email {
    font-size: 11px;
}

.simple-weather {
    width: 100%;
}

span.attachment-list {
    display: block;
    clear: both;
    margin-bottom: 4px;
}

span.attachment-icon img {
    width: 20px;
}


@media only screen and (min-width: 768px) and (max-width:1450px) {
  /* Add your Desktop Styles here */
	div .logo a img {
	}
	.av_seperator_big_border .av-main-nav > li > a {
		min-width: initial;
	}
}

/* Contact Form Checkbox */

input.wpcf7-form-control.wpcf7-submit[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

input.wpcf7-form-control.wpcf7-submit {
    transition: 0.3s all;
}

span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
	margin:0
}

span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item a {
	text-decoration: underline
}

.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance span .wpcf7-list-item-label {
    display: inline-block;
    float: left;
    line-height: 16px;
    font-size: 11px !important;
    width: calc(100% - 30px);
}

#top .wpcf7-acceptance input[type="checkbox"] {
    float: left;
    display: inline-block;
    width: 18px;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}

@media only screen and (min-width: 990px) and (max-width:1230px) {
	#top .av_seperator_big_border#header .av-main-nav > li > a {
	    padding: 0 8px;
	}
	div#header_main .container {
	    padding: 0;
	}
	#top #header .av-main-nav > li > a {
		letter-spacing: 0px;
	}
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */	
	.responsive #top .logo {
	    width: 70% !important;
	}
	.logo img {
		padding-top: 0;
	}

	.responsive #top #wrap_all #header_main .container {
		width: 90%;
   		max-width: 90%;
	}
}


@media (max-width: 700px) {
	#top .art-table .art-tbody .art-tr .art-td .art-td-first,
	#top .art-table .art-tbody .art-tr .art-td .art-td-last {
	    font-size: 13px;
	    font-weight: normal;
	    line-height: inherit;
	}
}

/* Event Calendar */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
    opacity: 1;
}

#tribe-events-pg-template {
    padding: 0;
    max-width: 100%;
}

.tribe-common *,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
*[class^="tribe-events"]{
    font-family: 'nunito';
    letter-spacing: 0;
}

.tribe-js strong.main-title.entry-title a  {
    color: #FFF;
    text-align: center;
    font-weight: 600 !important;
    float: none;
    margin: 0 auto;
}

.tribe-events-event-meta {
    flex-grow: 1;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
    border: 1px solid;
    margin: 0 10px 0 0;
    padding-right: 20px;
    padding-left: 20px;
    min-width: 160px;
    text-align: CENTER;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tribe-js .tribe-events-cal-links {
    order: 2 !important;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    order: 1
}

#top #tribe-events-pg-template .tribe-events-notices {
    overflow: hidden;
    padding: 20px;
    display: block;
}

#top #tribe-events-pg-template .tribe-events-notices ul {
	padding: 0;
	margin: 0 !important
}

#top input#tribe-events-top-bar-date {
    color: #000 !important;
}

.tribe-events-cal-links a.tribe-events-button {
    background-color: #FFF !important;
    background-position: 12px center;
    color: #000 !important;
    padding-left: 44px;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected time {color:#FFF}

/* End Calendar */

