/* 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 */

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin: 0;
}

#header_main { background: #004b85 }
#header_main .social_bookmarks li,
#header_main .social_bookmarks li a { width: auto }

.av-social-link-mail a { padding: 0 15px !important }
.av-social-link-mail a::after {
  content: "info@citycricketclub.co.nz";
  padding-left: 10px;
}

.main_color .toggler {
  background: #004b85;
  background-color: #004b85;
  color: #fff;
}

.main_color .toggler:hover,
.main_color .toggler.activeTitle:hover {
  background: #003B5E;
  background-color: #003B5E;
  color: #fff;
}

.toggle_icon, .toggle_icon .hor_icon {
border-color: white !important;
}

.toggle_icon .vert_icon {
border-color: white !important;
}

.toggler.activeTitle {
  border-color: #003B5E !important;
}

.main_color .toggler {
  border-color: #003B5E !important;
}

.main_color .toggler:hover {
  border-color: #003B5E !important;
}

.avia-team-member {
  text-align: center;
}

/*
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 */

}



/*
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 */

}
