/* Theme Name: Chilton St James
 * Theme URI: http://zoomroom.co.nz
 * Version: 1.0
 * Author: Zoomroom Interactive
 * Author URI: http://www.zoomroom.co.nz
 * Tags: simple, clean, right sidebar, two columns, valid XHTML, valid CSS, blank-slate
 * Licence: LGPL
 * Description:The CSS is minimal but consistent cross-browser.
 */
/* RESET */
html,
body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

body {
  font: normal 16px/23px Karla, sans-serif;
  color: #2f2f2f; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

strong {
  font-weight: bold; }

em,
italic,
i {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

a {
  text-decoration: none;
  outline: none;
  border: none; }
  a img {
    outline: none;
    border: none; }

input::-webkit-input-placeholder {
  color: #2f2f2f; }

input:-moz-placeholder {
  color: #2f2f2f; }

input::-moz-placeholder {
  color: #2f2f2f; }

input:-ms-input-placeholder {
  color: #2f2f2f; }

input:-ms-input-placeholder {
  color: #2f2f2f; }

h2.tablepress-table-name {
  background: #e1e1e1;
  text-align: left;
  padding: 5px 2%;
  border-bottom: 4px solid white;
  margin: 0 !important;
  font: bold 16px/21px Karla, sans-serif !important; }

/* CLASSES */


.woocommerce a.alt.button, .woocommerce button.alt.button, .woocommerce input.alt.button, .woocommerce #respond input.alt#submit, .woocommerce #content input.alt.button, .woocommerce-page a.alt.button, .woocommerce-page button.alt.button, .woocommerce-page input.alt.button, .woocommerce-page #respond input.alt#submit, .woocommerce-page #content input.alt.button{
    background: #d71149 !important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    width: 155px;
    height: 45px;
    font-size: 18px;
}

.mobile {
  display: none; }

.bk-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 610px; }

.bk-internal-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 525px;
  position: relative; }

.clear {
  clear: both; }

.mobile-image {
  display: none; }

.mobile {
  display: none; }

.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

span.view-all a {
  clear: both;
  float: right;
  font: italic normal 16px/16px Karla, sans-serif;
  color: #d71149;
  margin: 40px 0 10px 0;
  text-decoration: underline;
  display: block; }

/* GRID */

.container {
  max-width: 1020px;
  width: 92%;
  padding: 0 4%;
  margin: 0 auto; }

#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.admin-bar #site-canvas {
  transform: none; }

/* HEADER */
#shoutbox {
  background: #2f2f2f;
  color: white;
  text-align: center;
  top: 0;
  height: auto;
  padding: 15px 0;
  z-index: 9999 !important;
  width: 100%; }
  #shoutbox h3 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  #shoutbox p {
    margin: 0;
    padding: 0;
    font-size: 14px; }

header {
  z-index: 9999 !important; }
  header:after {
    content: "";
    display: table;
    clear: both; }

.toggle-nav {
  display: none; }

#logo {
  width: 29.6875%;
  float: left;
  background-color: #d71149;
  height: 125px;
  position: absolute;
  left: 0; }
  #logo a img {
    max-width: 265px;
    float: right;
    padding: 30px 4%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
nav li {
  display: inline-block;
  float: left; }
  nav li a {
    font: bold 15px/21px Karla, sans-serif;
    color: #2f2f2f;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.75px; }
  nav li a:hover {
    color: #d71149; }

ul.products h3{
	display:block;
	text-align:center;
	background-color:#d81148;
	
}
ul.products a{
	text-decoration:none;
}
ul.products li{
	list-style-type:none !important;
	list-style-image:none !important;
}
.shop-content{
	width:100% !important;
}
.product h3{
	color:#FFF !important;
	margin-top:0px !important;
}
.woocommerce ul.products li.product a img{
	margin-bottom:0px;
}
#navigation {
  float: left;
  width: 75.52083%;
  margin-left: 24.47917%; }
  #navigation #top-nav {
    float: right; }
  #navigation .menu {
    float: left; }
  #navigation .menu a {
    font: normal 14px/21px Karla, sans-serif;
    color: #6c6c6c;
    text-transform: none;
    padding: 13px 10px; }
  #navigation .menu li:last-child a {
    color: #d71149;
    text-transform: uppercase;
    background: #e1e1e1;
    text-transform: uppercase;
    font: bold 15px/21px Karla, sans-serif;
    padding: 12px 20px; }

#search-button {
  background-color: #f6f6f6;
  width: 45px;
  height: 45px;
  float: right;
  cursor: pointer; }
  #search-button i {
    font-size: 21px;
    padding: 12px 12.5px;
    color: #717171; }

#main-nav {
  float: right; }

.nav {
  margin-top: 45px;
  float: right; }
  .nav > li.menu-item-has-children {
    background: url(images/arrow-child.png) no-repeat 101% 46%; }
    .nav > li.menu-item-has-children a {
      padding: 6px 15px 6px 9px; }
  .nav li:last-child a {
    color: #d71149;
    padding-right: 0; }
  .nav li:hover > .sub-menu {
    display: block;
    opacity: 1; }
  .nav li:hover a {
    color: #d71149; }
  .nav li > a {
    position: relative; }
  .nav > li > .sub-menu {
    display: none;
    background: none repeat scroll 0 0 white;
    border-top: 5px solid #e1e1e1;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    margin-top: 0;
    padding: 35px;
    z-index: 999; }
    .nav > li > .sub-menu .nav-column {
      width: 25%;
      float: left; }
      .nav > li > .sub-menu .nav-column li {
        float: none;
        display: block; }
      .nav > li > .sub-menu .nav-column li a {
        font: normal 14px/21px Karla, sans-serif;
        text-transform: none;
        color: #3e3e3e;
        padding: 2px 0px; }
      .nav > li > .sub-menu .nav-column li .sub-menu li:hover a {
        color: #666666;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .nav > li > .sub-menu .nav-column:nth-child(3n){
        width: 50%;
        float: right;
      }
    .nav > li > .sub-menu .featured {
      width: 100%;
      float: right!important;
      position: relative; }
      .nav > li > .sub-menu .featured img {
        width: 100%;
        max-width: 300px;
        float: right;
        height: auto;
        display: block; }
      .nav > li > .sub-menu .featured .featured-menu-text {
        display: none; }
      .nav > li > .sub-menu .featured p {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        top: 15%;
        right: 45%;
        color: #d71149;
        padding: 10px;
        font-style: italic; }

#search-box {
  position: relative; }

#search-outer {
  position: absolute;
  right: 45px;
  width: 0;
  z-index: 9999 !important; }
  #search-outer #search-form {
    background-color: #e1e1e1;
    height: 30px;
    width: 94%;
    padding: 7.5px 3%;
    z-index: 9999 !important; }
    #search-outer #search-form input[type="text"] {
      background-color: white;
      border: 0 none;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 14px;
      height: 20px;
      padding: 5px 0 5px 2% !important;
      position: relative;
      text-transform: lowercase;
      width: 94%;
      color: #6c6c6c;
      float: left;
      font-weight: 300;
      display: inline-block; }
    #search-outer #search-form input[type="submit"] {
      display: none; }

.flexslider {
  position: relative;
  height: 610px; }
  .flexslider .caption {
    position: absolute;
    top: 175px;
    width: 40%;
    display: none; }
    .flexslider .caption h2 {
      font-family: "acta-display", sans-serif;
      font-style: italic;
      font-weight: 700;
      color: #d71149;
      font-size: 52px;
      line-height: 55px;
      letter-spacing: 2px;
      text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5); }
    .flexslider .caption p {
      font-size: 20px;
      color: white;
      text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
      width: 80%; }
      .flexslider .caption p em {
        display: block;
        font-size: 14px;
        margin-top: 20px; }
  .flexslider .flex-control-nav {
    position: absolute;
    bottom: 150px;
    z-index: 9999 !important;
    width: 960px;
    margin: 0 auto;
    text-align: left; }
    .flexslider .flex-control-nav li a {
      background: #e1e1e1; }
    .flexslider .flex-control-nav li a.flex-active {
      background: #d71249; }

#audience-silo {
  position: absolute;
  width: 210px;
  bottom: 0;
  right: 0;
  background: rgba(215, 17, 73, 0.8);
  padding: 20px;
  z-index: 9;
  text-align: center; }
  #audience-silo li:last-child {
    padding: 0; }
  #audience-silo li {
    list-style: none;
    padding-bottom: 10px; }
    #audience-silo li a {
      color: white;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }

#welcome-message {
  background: #f0f0f0; }
  #welcome-message:after {
    content: "";
    display: table;
    clear: both; }
  #welcome-message .intro-text {
    padding: 4.86111%;
    padding-left: 0;
    float: left;
    width: 67.1875%; }
    #welcome-message .intro-text:after {
      content: "";
      display: table;
      clear: both; }
    #welcome-message .intro-text header h2 {
      margin-bottom: 20px;
      font: bold 21px/28px Karla, sans-serif; }
    #welcome-message .intro-text .first-column {
      margin-right: 4.16667%; }
    #welcome-message .intro-text .column {
      float: left;
      width: 47.91667%; }
  #welcome-message .featured-image {
    width: 25.52083%;
    float: right;
    padding-top: 5.55556%;
    padding-bottom: 5.55556%; }
  #welcome-message img {
    width: 100%;
    height: auto;
    display: block; }

#recent {
  padding: 60px 0 40px 0;
  border-bottom: 1px solid #e1e1e1; }
  #recent:after {
    content: "";
    display: table;
    clear: both; }
  #recent .section-heading {
    font: bold 34px/38px "acta-display";
    font-style: italic;
    margin: 0 0 20px 0;
    color: black; }
  #recent .promo {
    background: #d71149;
    width: 29.6875%;
    float: right;
    margin-right: 1.04167%;
    min-height: 425px; }
    #recent .promo .section-heading {
      font: italic bold 34px/38px "acta-display";
      margin: 0 0 20px;
      color: white; }
    #recent .promo .owl-controls {
      margin-top: -5px; }
    #recent .promo .owl-buttons {
      position: absolute;
      top: 232px;
      right: 15px; }
      #recent .promo .owl-buttons div {
        padding: 3px 3px 3px; }
      #recent .promo .owl-buttons .owl-next {
        background: url("images/arrow-next-white.png") no-repeat scroll 50% 50% transparent !important; }
      #recent .promo .owl-buttons .owl-prev {
        background: url("images/arrow-prev-white.png") no-repeat scroll 50% 50% transparent !important; }
  #recent .promo-item {
    width: 100%;
    background: #d71149; }
    #recent .promo-item img {
      width: 100%;
      height: auto; }
    #recent .promo-item .promo-content {
      padding-top: 5.35714%;
      padding-right: 8.92857%;
      padding-bottom: 8.92857%;
      padding-left: 8.92857%; }
      #recent .promo-item .promo-content h5 {
        font: bold 20px/28px Karla, sans-serif;
        color: white;
        margin: 0; }
      #recent .promo-item .promo-content p {
        font-size: 18px;
        color: white;
        margin: 2px 0; }
      #recent .promo-item .promo-content hr {
        color: white;
        background-color: white;
        border-color: white; }

#latest-news {
  width: 68.75% !important;
  float: right; }
  #latest-news .owl-item .latest-news-listing {
    float: left;
    padding-left: 25px; }
  #latest-news .owl-item img {
    width: 100%;
    height: auto; }
  #latest-news .owl-item .entry-meta {
    color: #a8a8a8;
    font: normal 13px/21px Karla, sans-serif;
    text-transform: uppercase;
    margin: 5px 0 15px 0;
    font-weight: 300; }
    #latest-news .owl-item .entry-meta:after {
      content: "";
      display: table;
      clear: both; }
    #latest-news .owl-item .entry-meta span {
      float: left;
      padding: 0 5px 0 0; }
  #latest-news .owl-item h2 {
    color: #d71149;
    font-size: 19px;
    text-transform: uppercase; }
  #latest-news .owl-item .entry-content p {
    margin: 10px 0;
    font-size: 15px; }
  #latest-news .owl-item a {
    text-decoration: none;
    color: #d71149;
    background: url(images/arrow-subnav-active.png) no-repeat 99% 50%;
    padding-right: 15px;
    margin-top: 15px;
    display: inline-block; }

#events {
  margin: 40px auto; }
  #events:after {
    content: "";
    display: table;
    clear: both; }
  #events .section-heading {
    font: bold 34px/38px "acta-display";
    font-style: italic;
    margin: 0 0 5px 0;
    color: black; }
    #events .section-heading:after {
      content: "";
      display: table;
      clear: both; }
    #events .section-heading span {
      float: right;
      font: italic normal 20px/28px Karla, sans-serif; }
  #events .get-involved {
    width: 25% !important;
    float: right;
    padding: 2.17391% 3.26087%;
    margin-top: 60px;
    background: #f0f0f0; }
    #events .get-involved h5 {
      font: bold 20px/28px Karla, sans-serif;
      margin-bottom: 10px; }
      #events .get-involved h5 a {
        color: #d71149;
        text-decoration: none; }
    #events .get-involved li {
      list-style: none; }
      #events .get-involved li a {
        display: block;
        color: #2f2f2f;
        text-decoration: none;
        background: url(images/arrow-subnav.png) no-repeat 99% 46%; }

#calendar {
  width: 26.04167%;
  float: left;
  margin-right: 4.16667%;
  position: relative; }
  #calendar tbody tr th {
    background: #d71149;
    height: 30px;
    width: 30px;
    border: 3px solid white;
    color: white;
    font-size: 16px;
    padding: 0;
    text-align: center;
    vertical-align: middle; }
  #calendar .gce-caption {
    height: 50px;
    width: 100%;
    background: none; }
    #calendar .gce-caption .gce-month-title {
      text-align: left;
      text-transform: uppercase;
      color: #d71149;
      font-size: 18px;
      font-weight: bold;
      width: 100%;
      margin-top: 10px; }
    #calendar .gce-caption .gce-prev .gce-change-month {
      position: absolute;
      text-indent: -9999px;
      background: url(images/arrow-calendar-prev.png) no-repeat 99% 50%;
      height: 25px;
      width: 15px;
      margin-top: 12px;
      right: 20px; }
    #calendar .gce-caption .gce-next .gce-change-month {
      position: absolute;
      text-indent: -9999px;
      background: url(images/arrow-calendar-next.png) no-repeat 99% 50%;
      height: 25px;
      width: 15px;
      margin-top: 12px;
      right: 0; }
  #calendar .gce-page-grid .gce-calendar td {
    background: #f7f7f7;
    height: 30px;
    width: 30px;
    border: 3px solid white;
    color: #313131;
    font-size: 16px;
    padding: 0;
    text-align: center;
    vertical-align: middle; }
  #calendar .gce-page-grid .gce-calendar td.gce-day-past {
    background: #e1e1e1; }
  #calendar .gce-page-grid .gce-calendar td.gce-day-future {
    background: #e1e1e1; }
  #calendar .gce-page-grid .gce-calendar td.gce-today {
    color: #d71149;
    background: #e1e1e1; }
  #calendar .gce-page-grid .gce-calendar .gce-day-number {
    font-size: 16px; }
  #calendar .gce-page-grid .gce-calendar td.gce-has-events {
    background: url(images/has-event.png) no-repeat 99% 0% #e1e1e1;
    cursor: pointer; }

.gce-event-info {
  border: 1px solid #e1e1e1; }
  .gce-event-info .gce-tooltip-event {
    display: none !important; }
  .gce-event-info .date {
    display: none; }
  .gce-event-info .event-details h3 {
    text-transform: none;
    font: 400 16px/16px Karla, sans-serif;
    color: #d71149;
    text-decoration: none; }
    .gce-event-info .event-details h3 a {
      text-transform: none;
      font: bold 16px/16px Karla, sans-serif;
      color: #d71149;
      text-decoration: none; }

#latest-events {
  float: left;
  width: 35.41667%;
  margin-top: 64px; }
  #latest-events .view-all a {
    margin-top: 18px;
    float: left; }
  #latest-events .gce-list {
    margin-top: -10px; }
  #latest-events .latest-news-listing {
    float: left; }
  #latest-events .gce-list-title {
    display: none; }
  #latest-events .gce-list-event {
    display: none; }
  #latest-events .gce-feed:last-child {
    margin-right: 0px; }
  #latest-events .gce-today .gce-feed:first-child {
    margin-top: 0 !important; }
  #latest-events .gce-feed {
    width: 100%; }
    #latest-events .gce-feed .clear {
      clear: both; }
    #latest-events .gce-feed .date {
      float: left;
      width: 40px;
      text-transform: uppercase;
      font-size: 24px;
      color: #828282;
      margin: -11px 20px 0 0; }
    #latest-events .gce-feed .date span {
      font-size: 36px;
      color: #4f4f4f;
      margin-bottom: -15px;
      display: block; }
    #latest-events .gce-feed .event-details {
      float: left;
      width: 80.70175%; }
      #latest-events .gce-feed .event-details:after {
        content: "";
        display: table;
        clear: both; }
      #latest-events .gce-feed .event-details .title a {
        color: #d71149;
        text-transform: uppercase;
        font: bold 18px/18px Karla, sans-serif;
        text-decoration: none;
        display: block; }
      #latest-events .gce-feed .event-details .location {
        font-size: 14px;
        color: black;
        text-transform: uppercase;
        line-height: 16px;
        font-weight: bold;
        margin: 5px 0 0 0; }
      #latest-events .gce-feed .event-details .time {
        color: #bcbcbc;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 12px; }
    #latest-events .gce-feed .description {
      margin: 25px 0 0 0; }
      #latest-events .gce-feed .description:after {
        content: "";
        display: table;
        clear: both; }

/* INTERNAL PAGES */

#breadcrumbs {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
  margin: 0 0 35px 0; }
  #breadcrumbs:after {
    content: "";
    display: table;
    clear: both; }
  #breadcrumbs li {
    list-style: none;
    float: left;
    display: inline-block; }
    #breadcrumbs li a {
      color: #2f2f2f;
      text-decoration: none;
      display: block; }
    #breadcrumbs li strong {
      font-weight: normal;
      color: #d71149; }
  #breadcrumbs strong {
    font-weight: normal;
    color: #d71149; }
  #breadcrumbs .separator {
    background: url(images/arrow-subnav.png) no-repeat 99% 100%;
    width: 10px;
    height: 10px;
    margin: 7px 10px 0px; }

.woocommerce ul.products li.product .button {
	margin-top:0 !important;
	display:block;
	text-align:center;
}

#intro-text {
  position: relative; }
  #intro-text:after {
    content: "";
    display: table;
    clear: both; }
  #intro-text h1, .page-title {
    font: bold 34px/38px "acta-display";
    color: #d71149;
    margin: 0 0 20px 0;
    font-style: italic; }
  #intro-text h2 {
    font: bold 21px/27px Karla, sans-serif;
    color: black;
    margin: 0 0 20px 0; }
  #intro-text a {
    position: absolute;
    top: 0;
    right: 0;
    background: #d71149;
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase; }

section:after {
  content: "";
  display: table;
  clear: both; }

article#main-content {
  float: left;
  width: 66.66667%;
  position: relative; }
  article#main-content .small {
    color: #cccccc;
    font-size: 14px;
    text-transform: none; }
  article#main-content p:first-child {
    margin-top: 0;
    padding-top: 0; }
  article#main-content h2:first-child {
    margin-top: 0; }
  article#main-content h3:first-child {
    margin-top: 0; }
  article#main-content h1 {
    font: bold 30px/32px Karla, sans-serif;
    color: #2f2f2f;
    margin: 20px 0 15px; }
    article#main-content h1 strong {
      color: #d71149; }
  article#main-content h2 {
    font: bold 26px/28px Karla, sans-serif;
    color: #2f2f2f;
    margin: 20px 0 15px; }
    article#main-content h2 strong {
      color: #d71149; }
  article#main-content h3 {
    font: bold 24px/26px Karla, sans-serif;
    color: #2f2f2f;
    margin: 20px 0 15px; }
    article#main-content h3 strong {
      color: #d71149; }
  article#main-content h4 {
    font: bold 21px/26px Karla, sans-serif;
    color: #2f2f2f;
    margin: 15px 0 10px; }
    article#main-content h4 strong {
      color: #d71149; }
  article#main-content h5 {
    font: bold 18px/21px Karla, sans-serif;
    color: #2f2f2f;
    margin: 15px 0 10px; }
    article#main-content h5 strong {
      color: #d71149; }
  article#main-content h6 {
    font: bold 18px/21px Karla, sans-serif;
    color: #2f2f2f;
    margin: 16px 0 10px;
    text-transform: uppercase; }
    article#main-content h6 strong {
      color: #d71149; }
  article#main-content p:first-child {
    margin-top: 0; }
  article#main-content a {
    color: #d71149;
    text-decoration: underline; }
    article#main-content a img {
      text-decoration: none; }
  article#main-content a strong {
    background: url(images/arrow-subnav-active.png) no-repeat 99% 52%;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    padding-right: 14px; }
  article#main-content ul {
    margin: 5px 0 5px 20px; }
    article#main-content ul li {
      list-style-image: url(images/bullet-square.png);
      padding: 0px 0px 5px 5px; }
  article#main-content ol {
    margin: 5px 0 5px 20px; }
    article#main-content ol li {
      list-style-image: none; }
  article#main-content blockquote {
    font: bolder 30px/32px "acta-display";
    color: #d71149;
    margin: 20px 0px 20px 0px;
    font-style: italic; }
  article#main-content blockquote p {
    display: inline; }
  article#main-content blockquote p strong {
    font-weight: 300; }
  article#main-content img.alignnone {
    width: 100%;
    height: auto; }
  article#main-content #pagination {
    border-top: 1px solid #cccccc;
    padding-top: 20px; }
    article#main-content #pagination .prev {
      width: auto;
      float: left; }
    article#main-content #pagination .next {
      width: auto;
      float: right; }
  article#main-content table {
    background: #f6f6f6;
    width: 100%; }
  article#main-content table td {
    border: none; }
  article#main-content table td:first-child {
    padding: 7px 2%;
    min-width: 35%; 
  }
  .page-id-252 article#main-content table td:first-child, .page-id-192 article#main-content table td:first-child{
    width: 35%;
  }
  .page-id-190 article#main-content table td:last-child{
    text-align: right;
  }

  article#main-content table td:last-child {
    padding: 7px 2%;
    text-align: left;
    vertical-align: middle; }
  article#main-content .gce-list {
    margin: 0;
    padding: 0; }
    article#main-content .gce-list ul {
      margin: 0;
      padding: 0; }
    article#main-content .gce-list li {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0; }
    article#main-content .gce-list .gce-list-event {
      display: none; }
    article#main-content .gce-list .date {
      color: #828282;
      float: left;
      font-size: 24px;
      margin: 8px 20px 0 0;
      text-transform: uppercase;
      width: 40px; }
      article#main-content .gce-list .date span {
        color: #4f4f4f;
        font-size: 36px;
        margin-bottom: 5px; }
    article#main-content .gce-list .title {
      margin: 0;
      text-transform: uppercase;
      font: bold 16px/21px Karla, sans-serif; }
    article#main-content .gce-list .location {
      color: black;
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      margin: 0;
      text-transform: uppercase; }
    article#main-content .gce-list .time {
      color: #bcbcbc;
      font-size: 12px;
      line-height: 12px;
      text-transform: uppercase; }
  article#main-content .cm_ajax_shortcode_form {
    position: relative;
    max-width: 340px; }
    article#main-content .cm_ajax_shortcode_form label {
      display: none; }
    article#main-content .cm_ajax_shortcode_form input[type="text"] {
      -moz-appearance: none;
      background: none repeat scroll 0 0 white;
      border: 1px solid #e1e1e1;
      border-radius: 0;
      height: 30px;
      padding: 2%;
      width: 96%; }
    article#main-content .cm_ajax_shortcode_form input[type="submit"] {
      -moz-appearance: none;
      background: none repeat scroll 0 0 #d71149;
      border: medium none;
      border-radius: 0;
      color: white;
      display: block;
      font-size: 14px;
      font-weight: 600;
      height: 44px;
      line-height: 40px;
      padding: 0;
      position: absolute;
      right: -1px;
      text-transform: uppercase;
      top: 0;
      width: 115px; }

.archive-single img {
  width: 100%;
  margin: 0 0 5px 0;
  height: auto;
  display: block; }
.archive-single .entry-meta {
  color: #a8a8a8;
  text-transform: uppercase;
  font: 300 13px/21px Karla, sans-serif;
  margin-bottom: 10px; }
  .archive-single .entry-meta:after {
    content: "";
    display: table;
    clear: both; }
  .archive-single .entry-meta span {
    float: left;
    padding-right: 5px; }
  .archive-single .entry-meta .entry-category {
    float: left; }
.archive-single .entry-content {
  margin-top: 10px; }

.archive-listing:first-child {
  margin-top: 0; }

.archive-listing {
  margin: 20px 0;
  border-bottom: 1px solid #d9d9d9; }
  .archive-listing:after {
    content: "";
    display: table;
    clear: both; }
  .archive-listing h2 {
    margin-bottom: 0 !important; }
  .archive-listing .entry-meta {
    color: #a8a8a8;
    text-transform: uppercase;
    font: 300 13px/21px Karla, sans-serif;
    margin-bottom: 10px; }
    .archive-listing .entry-meta:after {
      content: "";
      display: table;
      clear: both; }
    .archive-listing .entry-meta span {
      float: left;
      padding-right: 5px; }
    .archive-listing .entry-meta .entry-category {
      float: left; }
  .archive-listing .entry-content {
    margin-top: 10px; }
  .archive-listing a {
    background: url("images/arrow-subnav-active.png") no-repeat scroll 99% 50% transparent;
    color: #d71149;
    display: inline-block;
    margin: 5px 0 10px 0;
    padding-right: 15px;
    text-decoration: none !important; }

aside#sidebar {
  float: right;
  width: 27.60417%;
  border-top: 6px solid #d71149; }
  aside#sidebar .sticky {
    width: 27.60417%;
    position: fixed;
    margin-left: 66.66667%; }
  aside#sidebar h3 {
    text-transform: uppercase;
    color: #d71149;
    font-size: 16px;
    margin: 20px 0 10px 0; }
  aside#sidebar li {
    list-style: none;
    padding: 6px 0; }
    aside#sidebar li a {
      display: block;
      color: #2f2f2f;
      text-decoration: none;
      background: url(images/arrow-subnav.png) no-repeat 99% 46%; }
  aside#sidebar .current_page_item a {
    background: url(images/arrow-subnav-active.png) no-repeat 99% 46%;
    color: #d71149; }
  aside#sidebar .current_page_item .children a {
    background: url(images/arrow-subnav.png) no-repeat 99% 46%;
    color: #2f2f2f; }
  aside#sidebar .children {
    margin-top: 5px;
    margin-bottom: -7px; }
  aside#sidebar .promo {
    background: #d71149;
    margin-top: 30px;
    clear: both; }
    aside#sidebar .promo img {
      width: 100%;
      height: auto; }
    aside#sidebar .promo .promo-content {
      padding: 7.14286%; }
      aside#sidebar .promo .promo-content h5 {
        font: bold 20px/28px Karla, sans-serif;
        color: white; }
      aside#sidebar .promo .promo-content p {
        font-size: 18px;
        color: white;
        margin: 2px 0; }
      aside#sidebar .promo .promo-content hr {
        color: white;
        background-color: white;
        border-color: white; }
  aside#sidebar .get-involved {
    padding: 7.14286%;
    margin-top: 30px;
    background: #f0f0f0; }
    aside#sidebar .get-involved h5 {
      font: bold 20px/28px Karla, sans-serif;
      margin-bottom: 10px; }
    aside#sidebar .get-involved a:hover {
      color: #d71149; }

footer {
  background: #f0f0f0;
  width: 100%;
  height: 400px;
  margin-top: 80px;
  padding: 55px 0 20px 0;
  display: block; }
  footer:after {
    content: "";
    display: table;
    clear: both; }
  footer #logos img {
    margin-right: 10px; }
  footer #address {
    float: left;
    width: 22.91667%;
    margin-right: 8.33333%;
    font: 14px/24px Karla, sans-serif; }
    footer #address img {
      margin-bottom: 35px;
      display: block; }
    footer #address a {
      color: #d71149;
      text-decoration: none; }
    footer #address strong, footer #address b {
      color: #d71149;
      font-weight: 300; }
  footer #quick-links {
    width: 49.23077%;
    float: left; }
    footer #quick-links h4 {
      text-transform: uppercase;
      font-size: 18px;
      margin: 20px 0 25px;
      font-weight: 600; }
    footer #quick-links li {
      list-style: none; }
      footer #quick-links li a {
        color: #2f2f2f;
        text-decoration: none;
        font: 14px/18px Karla, sans-serif;
        padding-bottom: 5px;
        display: block; }
    footer #quick-links .col {
      width: 49.45455%;
      float: left; }
  footer #newsletter {
    width: 47.69231%;
    float: right; }
    footer #newsletter h4 {
      text-transform: uppercase;
      font-size: 18px;
      margin: 20px 0 15px;
      font-weight: 600; }
    footer #newsletter .cm_ajax_widget_form {
      position: relative; }
    footer #newsletter .cm_ajax_failed {
      display: none !important; }
    footer #newsletter label {
      display: none; }
    footer #newsletter input {
      background: white;
      border: 1px solid #e1e1e1;
      padding: 2%;
      height: 30px;
      width: 96%;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
    footer #newsletter input[type="submit"] {
      position: absolute;
      right: -1px;
      width: 115px;
      top: 0;
      background: #d71149;
      height: 44px;
      line-height: 40px;
      color: white;
      text-transform: uppercase;
      display: block;
      border: none;
      font-weight: 600;
      padding: 0;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
  footer #social {
    width: 47.69231%;
    float: right;
  }
  footer #social h4 {
    text-transform: uppercase;
      font-size: 18px;
      margin: 20px 0 5px;
      font-weight: 600;
  }
  footer #social img {
    margin: 10px 10px 0px 0px; }
  footer #social p {
    margin: 0; }
  footer .right {
    width: 67.70833%;
    float: right; }

/* STAFF PAGE TEMPLATE
 */
#staff {
  float: left;
  width: 67.7083%;
  font-size: normal 15px/21px Karla, sans-serif; }
  #staff h4.title {
    color: #333333;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 20px 0 10px;
    margin-bottom: 10px;
    clear: both;
    text-transform: uppercase; }

#board-of-trustees p:first-child {
  margin: 0;
  padding: 0; }
#board-of-trustees ul {
  margin: 20px 0 0 0 !important; }
#board-of-trustees li:nth-child(3n+3) {
  margin-right: 0; }
  #board-of-trustees li:nth-child(3n+3):after {
    content: "";
    display: table;
    clear: both; }
#board-of-trustees li {
  width: 30.76923%;
  list-style: none !important;
  float: left;
  padding: 0 !important;
  cursor: pointer;
  margin-right: 3.84615%;
  margin-bottom: 30px; }
  #board-of-trustees li img {
    width: 100%;
    height: auto; }
  #board-of-trustees li h5 {
    color: #d71149;
    font-size: 19px;
    text-transform: uppercase;
    margin: 10px 0 0 0; }
  #board-of-trustees li .position {
    color: #a8a8a8;
    text-transform: none; }
  #board-of-trustees li .description {
    display: none; }
  #board-of-trustees li .close {
    display: none; }

#executive-staff p:first-child {
  margin: 0;
  padding: 0; }
#executive-staff ul {
  margin: 0 !important; }
#executive-staff li:nth-child(3n+3) {
  margin-right: 0; }
  #executive-staff li:nth-child(3n+3):after {
    content: "";
    display: table;
    clear: both; }
#executive-staff li {
  width: 30.76923%;
  list-style: none !important;
  float: left;
  padding: 0 !important;
  cursor: pointer;
  margin-right: 3.84615%;
  margin-bottom: 30px; }
  #executive-staff li img {
    width: 100%;
    height: auto; }
  #executive-staff li h5 {
    color: #d71149;
    font-size: 19px;
    text-transform: uppercase;
    margin: 10px 0 0 0; }
  #executive-staff li .position {
    color: #a8a8a8;
    text-transform: none; }
  #executive-staff li .description {
    display: none; }
  #executive-staff li .close {
    display: none; }

#school-staff h3 {
  font: bold 21px/28px Karla, sans-serif;
  text-transform: capitalize;
  color: black;
  border-top: 1px solid #e1e1e1;
  padding: 20px 0; }
#school-staff li:nth-child(2n+2) {
  float: right; }
  #school-staff li:nth-child(2n+2):after {
    content: "";
    display: table;
    clear: both; }
#school-staff li {
  list-style: none;
  width: 48.46154%;
  margin-bottom: 10px;
  float: left; }
  #school-staff li:after {
    content: "";
    display: table;
    clear: both; }
#school-staff #info {
  height: 100px; }
#school-staff h5 {
  color: #2f2f2f;
  font-size: 19px;
  text-transform: uppercase;
  margin: 10px 0 0 0; }
#school-staff .position {
  color: #a8a8a8;
  text-transform: none; }
#school-staff a {
  color: #d71149; }

.modal-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  z-index: -99;
  -webkit-transition: opacity 0.5s ease-in 0s;
  -moz-transition: opacity 0.5s ease-in 0s;
  transition: opacity 0.5s ease-in 0s; }

.modal-overlay.show-modal {
  opacity: 1;
  left: 0;
  z-index: 1000;
  -webkit-transition: opacity 0.5s ease-in 0s;
  -moz-transition: opacity 0.5s ease-in 0s;
  transition: opacity 0.5s ease-in 0s; }

.show-modal .modal {
  position: fixed;
  top: 25%;
  left: 12.5%;
  z-index: 9999;
  background: none repeat scroll 0 0 white;
  border: 1px solid #cccccc;
  box-shadow: 0 0 0 5px rgba(50, 50, 50, 0.12);
  padding: 2.30769%;
  width: 100%;
  max-height: 350px;
  overflow: scroll;
  width: 70%; }

#modal-container {
  display: none; }

#modal-container.show-modal {
  display: block; }
  #modal-container.show-modal img {
    float: left;
    width: 24.61538%;
    height: auto; }
  #modal-container.show-modal #info {
    width: 70.76923%;
    float: right; }
  #modal-container.show-modal h5 {
    color: #d71149;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0; }
  #modal-container.show-modal .position {
    color: #a8a8a8;
    text-transform: capitalize; }
  #modal-container.show-modal .description {
    display: block; }
    #modal-container.show-modal .description a {
      color: #d71149;
      margin-top: -10px;
      margin-bottom: 10px;
      font-weight: normal; }
  #modal-container.show-modal .close {
    display: block;
    position: absolute;
    font-style: italic;
    right: 30px;
    top: 20px;
    cursor: pointer; }

/* FORM STEPS
 */
.gf_page_steps {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #d71149;
  margin-top: 20px; }
  .gf_page_steps:after {
    content: "";
    display: table;
    clear: both; }
  .gf_page_steps .gf_step {
    display: inline-block;
    float: left;
    font: bold 15px/21px Karla, sans-serif;
    height: 48px;
    line-height: 48px;
    padding-right: 15px;
    font-size: 15px; }
  .gf_page_steps .gf_step:last-child {
    padding-right: 0; }
  .gf_page_steps .gf_step_pending {
    color: #999999; }

/* FORM FIELDS
 */
.gform_fields {
  margin: 0 !important; }

.gform_wrapper .validation_message {
  color: red;
  clear: both; }
.gform_wrapper .gsection.gfield {
  height: auto; }
.gform_wrapper .gsection.gfield:first-child .gsection_title {
  padding-top: 0; }
.gform_wrapper .gsection_title {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  clear: both;
  margin: 15px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px !important;
  color: #d71149 !important; }
.gform_wrapper .gfield {
  list-style: none !important;
  display: block;
  height: auto;
  padding: 0 !important; }
  .gform_wrapper .gfield:after {
    content: "";
    display: table;
    clear: both; }
.gform_wrapper .gfield_required {
  color: #d71149; }
.gform_wrapper .gfield_label {
  clear: both; }
.gform_wrapper label {
  font: bold 15px/21px Karla, sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
  line-height: 35px; }
.gform_wrapper .col-2 {
  width: 48%; }
.gform_wrapper .col-2.left {
  float: left; }
  .gform_wrapper .col-2.left input[type="text"] {
    padding: 5px 2%;
    width: 96%; }
.gform_wrapper .col-2.right {
  float: right;
  margin-left: 2%; }
  .gform_wrapper .col-2.right input[type="text"] {
    padding: 5px 2%;
    width: 96%; }
.gform_wrapper .gfield_error input[type="text"] {
  border: 1px solid red; }
.gform_wrapper input[type="text"] {
  background: #eeeeee;
  height: 25px;
  padding: 5px 1%;
  border: 1px solid #cacaca;
  width: 98%;
  margin-bottom: 10px;
  font: normal 15px/21px Karla, sans-serif;
  color: #2f2f2f;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
.gform_wrapper textarea {
  background: #eeeeee;
  border: 1px solid #cacaca;
  padding: 5px 1%;
  width: 98%;
  resize: none;
  font: normal 15px/21px Karla, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 100px; }
.gform_wrapper input[type="radio"] {
  margin: 12px 7px 0px 0px; }
.gform_wrapper .gfield_radio {
  margin: 0 !important; }
  .gform_wrapper .gfield_radio li {
    float: left;
    width: auto;
    list-style: none !important;
    padding: 0 !important; }
    .gform_wrapper .gfield_radio li label {
      float: right;
      width: auto;
      text-align: left;
      margin-right: 20px; }
.gform_wrapper .gfield_checkbox {
  margin: 0 !important; }
  .gform_wrapper .gfield_checkbox li {
    float: left;
    width: auto;
    list-style: none !important;
    padding: 0 !important; }
    .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
      margin-right: 20px;
      margin-top: 10px; }
    .gform_wrapper .gfield_checkbox li label {
      float: left;
      width: auto;
      text-align: left; }
.gform_wrapper .declaration label {
  line-height: 21px;
  margin-bottom: 15px;
  display: block; }
.gform_wrapper .declaration li {
  margin-bottom: 15px; }
.gform_wrapper .declaration .gfield_checkbox input[type="checkbox"] {
  margin: 3px 7px 0px 0px;
  float: left; }
.gform_wrapper .declaration .gfield_checkbox label {
  text-transform: none;
  font-weight: normal;
  line-height: 21px;
  width: 90%;
  float: left;
  margin-bottom: 0; }
.gform_wrapper .frequency label {
  line-height: 21px;
  margin-top: 25px;
  margin-bottom: 15px;
  display: block; }
.gform_wrapper .frequency li {
  margin-bottom: 15px; }
.gform_wrapper .frequency .gfield_radio input[type="radio"] {
  margin: 3px 7px 0px 0px;
  float: left; }
.gform_wrapper .frequency .gfield_radio label {
  text-transform: none;
  font-weight: normal;
  line-height: 21px;
  float: left;
  margin-top: 0;
  margin-bottom: 0; }
.gform_wrapper .button {
  background: #d71149;
  height: 40px;
  line-height: 40px;
  float: right;
  color: white;
  border: none;
  text-transform: uppercase;
  min-width: 195px;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
.gform_wrapper .gform_previous_button {
  background: #e1e1e1;
  height: 40px;
  line-height: 40px;
  float: left;
  color: #666666;
  border: none;
  text-transform: uppercase;
  min-width: 195px;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 35px !important;
  min-height: 35px !important; }

.gform_wrapper .chosen-container {
  font: bold 15px/21px Karla, sans-serif;
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
  zoom: 1;
  width: 100% !important; }

.medium.gfield_select {
  height: 35px;
  border: 1px solid #cacaca;
  width: 70px;
  position: relative;
  background: url("images/dropdown-arrow.png") no-repeat scroll 97% 50% #eeeeee; }
  .medium.gfield_select option {
    color: #999999;
    cursor: pointer;
    font-weight: 400;
    line-height: 80%;
    list-style: none outside none;
    margin: 0;
    padding: 7px 7px 8px !important; }

.gform_wrapper .chosen-container .chosen-drop {
  display: none; }

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  background-color: #eeeeee;
  border-top: 0;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 999;
  display: block; }

.gform_wrapper .chosen-container-single .chosen-single {
  display: block;
  overflow: hidden;
  position: relative;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 8px;
  color: #2f2f2f !important;
  font-weight: 400;
  text-decoration: none;
  background: url(images/dropdown-arrow.png) no-repeat 97% 50% #eeeeee;
  border: 1px solid #cacaca;
  text-decoration: none !important; }

.gform_wrapper .chosen-container-single .chosen-single.chosen-single-with-drop {
  background: url(images/dropdown-arrow-close.png) no-repeat 98% 14px #eeeeee;
  border: 1px solid #cacaca; }

.gform_wrapper .chosen-container-single .chosen-search {
  display: none; }

.gform_wrapper .chosen-container-single .chosen-drop {
  width: 99.8% !important;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca; }

.gform_wrapper .col-2 .chosen-container-single .chosen-drop {
  width: 99.5% !important; }

.gform_wrapper .chosen-container-multi .chosen-choices {
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative; }

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.gform_wrapper .chosen-container-multi .chosen-choices .search-field .default {
  color: #2f2f2f; }

.gform_wrapper .chosen-container .chosen-results {
  margin: 0 2px 0px 0 !important;
  max-height: 190px;
  position: relative;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto; }

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: -1px 0 0;
  padding: 0; }

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px !important;
  cursor: pointer;
  margin: 0;
  list-style: none;
  color: #999999;
  font-weight: 400; }

.gform_wrapper .chosen-container .chosen-drop .chosen-results li {
  display: block; }

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 3px 5px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-indent: -9999px; }

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none; }

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: white; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1; }

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-item.loading {
  min-height: 150px; }

.owl-next {
  background: url(images/slider-next.png) no-repeat 99% 50%;
  width: 13px; }

.owl-prev {
  background: url(images/slider-prev.png) no-repeat 99% 50%;
  width: 13px; }

/* GEODIRECTORY STYLING */

#geodir_wrapper { margin: 0 auto; max-width: 1020px; padding: 0 4%; width: 92%; }
ul.geodir-popular-cat-list li { padding-left:0px; list-style-type:none; }
.geodir-breadcrumb ul#breadcrumbs li a { display:inline-block; }
#geodir_content { float:left; }
#geodir_content { width:68.75%!important; }
#gd-sidebar-wrapper { width:28.125%!important; margin-left:3.125%!important; }
.geodir-common header.entry-header, .geodir-list-view-select, .geodir-entry-content, span.geodir-pinpoint, a.geodir-pinpoint-link, div.geodir-breadcrumb { display:none!important; }
#geodir_content .geodir_category_list_view li.gridview_onehalf { width:24%; }
footer.geodir-entry-meta  { height:auto; padding-top:0px; margin-top:0px; }
h3.geodir-entry-title a, .geodir-addinfo a, h3.widget-title, li.geodir-pcat-show a { color:#d71149; }
.geodir_category_list_view footer { background:none; padding-bottom:0px; }
.geodir-loc-bar-in, .geodir-category-list-in { background:none!important; border:0px; }
input.geodir_submit_search { background:#d71149; border:0px; border-radius:0px; color:#fff; display:inline-block; padding:5px 20px; }
h3.widget-title { padding-bottom:15px; }
div.stickymap { display:none!important; }
.geodir_popular_post_view .geodir-entry-content { display:block!important; }
a.geodir-viewall, a.signin { color:#d71149; font-size:12px;}
#gd-sidebar-wrapper li.geodir-gridview { border:0px; }
button.single_add_to_cart_button { clear:left; margin-top:10px!important; }
#qtym { display:inline-block; height:46px; width:124px; line-height:46px;  float:left; font-weight:700; }
form.cart div.quantity input.qty { border:1px solid #ccc!important; padding:10px!important; width:100px!important; height:20px!important }
table.variations select { border:1px solid #ccc!important; padding:10px!important; width:120px!important; height:40px!important }
div.related { display:none; }
#geo-header-image section.geodir-map-listing-page .main_map_wrapper { width:100%!important; }
#geo-header-image section.geodir-map-listing-page #sticky_map_geodir_map_v3_listing_map_1 { width:100%!important; }
#geo-header-image section.geodir-map-listing-page #geodir_map_v3_listing_map_1 { width:100%!important; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #logo {
    width: 23.4375%; }
    #logo a img {
      width: 93%;
      padding-left: 2%;
      padding-right: 5%;
      padding-top: 35px; }

  #navigation {
    margin-left: 20.3125%; }

  header.container {
    width: 100%;
    max-width: 100%; }

  .flexslider .caption {
    width: 60%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #staff {
    width: 96%;
    margin: 0 2%; }

  .mobile-image {
    display: none; }

  .mobile {
    display: block; }

  .flexslider {
    height: 610px;
    overflow: hidden;
    position: relative !important; }
    .flexslider .slides li {
      float: none !important;
      position: absolute !important; }
    .flexslider .caption {
      width: 60%;
      margin-left: 2%;
      top: 230px; }
      .flexslider .caption h2 {
        font-size: 32px;
        line-height: 32px;
        font-weight: 800; }
      .flexslider .caption p {
        font-size: 18px; }
        .flexslider .caption p em {
          display: none; }

  #apply_button {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    padding: 10px 4%;
    text-align: center;
    text-transform: uppercase;
    z-index: 9999;
    width: 93%; }
    #apply_button a {
      color: white;
      text-decoration: none;
      font-size: 24px; }

  #logo {
    position: relative;
    width: 50%;
    float: left;
    background-color: none;
    height: 60px; }
    #logo a img {
      width: 92%;
      padding: 10px 2% 0 6%;
      backface-visibility: hidden;
      backface-visibility: hidden;
      max-width: 165px;
      float: none; }

  header.container {
    width: 100%;
    padding: 0; }

  header {
    background-color: #d71149;
    width: 100%;
    height: 60px; }
    header .menu {
      display: none; }
    header #navigation {
      float: right;
      width: 45%;
      margin: 0;
      position: relative; }

  .toggle-nav {
    display: block;
    color: white;
    font-size: 32px;
    padding: 12px 10px !important;
    float: right;
    margin-right: 10px !important; }

  #search-button {
    background: none;
    float: left;
    padding: 2px 0px 2px 10px;
    height: auto;
    width: auto;
    cursor: pointer; }
    #search-button i {
      color: white;
      font-size: 28px; }

  #search-outer:after {
    content: "";
    display: table;
    clear: both; }
  #search-outer i {
    display: none; }
  #search-outer #search-form input[type="text"] {
    font-size: 16px;
    line-height: 45px;
    background: none;
    float: none;
    position: inherit;
    width: auto;
    padding: 5% 0;
    text-transform: lowercase;
    font-style: italic; }

  #main-nav {
    float: none;
    height: 100%;
    background: #2f2f2f; }
    #main-nav .nav > li.menu-item-has-children {
      background-color: #2f2f2f; }

  #site-wrapper.show-nav #site-canvas {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    position: relative;
    z-index: 9999 !important; }

  #site-menu {
    width: 260px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -260px;
    background: #2f2f2f; }
    #site-menu .nav {
      float: none;
      width: 100%;
      margin-top: 60px; }
    #site-menu .nav > li {
      float: none;
      width: 100%;
      background-color: #2f2f2f; }
    #site-menu .nav > li > a {
      font-size: 16px;
      width: 100%;
      padding: 12px 20px;
      display: block;
      color: #f2f2f2;
      text-transform: uppercase;
      border-bottom: 1px solid black; }
    #site-menu .nav > li > .sub-menu {
      display: inherit;
      opacity: 1;
      position: relative;
      padding: 0 !important;
      left: 0;
      top: 0;
      background-color: #2f2f2f;
      border: none;
      width: 100%; }
    #site-menu .nav > li:hover > .sub-menu {
      display: inherit;
      opacity: 1;
      position: relative; }
    #site-menu .nav > li.menu-item-has-children {
      background: url("images/mobilemenu-dropdow-arrow.png") no-repeat scroll 96% 20px #2f2f2f; }
    #site-menu .nav > li:hover.menu-item-has-children {
      background: url("images/mobilemenu-dropdow-arrow.png") no-repeat scroll 96% 20px black; }
    #site-menu .nav .sub-menu .container {
      width: 100%;
      padding: 0; }
    #site-menu .nav .sub-menu .menu-item-has-children {
      font-size: 16px;
      color: #f2f2f2;
      text-transform: lowercase;
      font-weight: 300;
      margin: 0; }
    #site-menu .nav .sub-menu li {
      color: white; }
    #site-menu .nav .sub-menu li a {
      color: white;
      padding: 10px 20px;
      display: block;
      border-bottom: 1px solid black;
      color: #f2f2f2;
      text-transform: lowercase;
      font-weight: 400; }
    #site-menu .nav li a:hover {
      background-color: black;
      width: 100%; }
    #site-menu .nav .sub-menu .sub-menu {
      display: block !important; }
    #site-menu .featured {
      display: none; }
    #site-menu .nav-column {
      float: none;
      height: auto;
      padding: 0 !important;
      position: relative;
      width: 100%; }

  #audience-silo {
    width: 94%;
    padding: 20px 4% 10px 4%;
    bottom: 0px;
    right: 0;
    text-align: center; }
    #audience-silo .menu {
      margin-left: 25px; }
      #audience-silo .menu li {
        float: left;
        padding-right: 15px; }

  #welcome-message {
    float: none;
    width: 96%;
    padding: 1% 2%; }
    #welcome-message .intro-text {
      width: 100%; }
      #welcome-message .intro-text header {
        background: none;
        height: auto; }
      #welcome-message .intro-text .column {
        width: 100%;
        float: none; }
      #welcome-message .intro-text .column:last-child {
        margin: 15px 0 0 0; }
    #welcome-message .featured-image {
      display: none; }

  #recent {
    width: 86%;
    margin: 0 7%;
    padding: 30px 0;
    position: relative; }
    #recent .owl-buttons {
      position: absolute;
      top: -45px;
      right: 0; }
    #recent .promo {
      float: none;
      width: 100%;
      border-top: 1px solid #e1e1e1;
      padding-top: 30px;
      background: none;
      min-height: 50px; }
      #recent .promo img {
        display: none; }
      #recent .promo .promo-content {
        background: #d71149;
        padding: 3% 4%;
        width: 92%; }

  #latest-news {
    float: none;
    margin: 0 0 40px -25px;
    width: 100% !important; }
    #latest-news .owl-item .latest-news-listing {
      padding: 0 0 0 25px; }

  #events {
    width: 86%;
    margin: 0 7%;
    padding: 30px 0;
    position: relative; }
    #events #calendar {
      width: 46.875%; }
    #events .event-details {
      width: 76% !important; }
    #events #latest-events {
      width: 46.875%;
      float: left; }
      #events #latest-events:after {
        content: "";
        display: table;
        clear: both; }
    #events .get-involved {
      width: 88% !important;
      padding: 4% 6%;
      float: none;
      margin-top: 300px; }
      #events .get-involved:after {
        content: "";
        display: table;
        clear: both; }

  footer {
    width: 86%;
    padding: 30px 7%;
    position: relative;
    height: auto;
    overflow: hidden; }
    footer #address {
      float: none;
      width: 100%; }
    footer #quick-links {
      display: none; }
    footer #newsletter {
      float: none;
      width: 100%;
      height: 260px; }
      footer #newsletter h4 {
        margin-bottom: 10px; }
      footer #newsletter input[type="submit"] {
        position: relative;
        width: 100%;
        clear: both;
        margin-top: 5px;
        right: 0; }
    footer .right {
      float: none;
      width: 100%; }
    footer #logos {
      position: absolute;
      bottom: 0;
      height: 150px; }

  #breadcrumbs {
    padding-left: 2%;
    padding-right: 2%; }

  #intro-text {
    width: 96%;
    margin: 0 2%; }

  article#main-content {
    width: 96%;
    margin: 0 2%;
    padding-bottom: 30px; }
    article#main-content ul {
      margin: 5px 0 5px 15px; }
    article#main-content img {
      width: 100%;
      height: auto;
      float: none;
      margin: 20px 0;
      padding: 0; }

  aside#sidebar {
    width: 96%;
    margin: 0 2%; }

  .gform_wrapper .col-2 {
    width: 100%;
    margin: 0; }
  .gform_wrapper .col-2.left {
    float: none; }
  .gform_wrapper .col-2.right {
    float: none;
    margin: 0; } }
@media all and (max-width: 767px) {
  #staff {
    width: 96%;
    margin: 0 2%; }

  .mobile-image {
    display: none; }

  .mobile {
    display: block; }

  .flexslider {
    height: 610px;
    overflow: hidden;
    position: relative !important; }
    .flexslider .slides li {
      float: none !important;
      position: absolute !important; }
    .flexslider .caption {
      width: 60%;
      margin-left: 2%;
      top: 230px; }
      .flexslider .caption h2 {
        font-size: 32px;
        line-height: 32px;
        font-weight: 800; }
      .flexslider .caption p {
        font-size: 18px; }
        .flexslider .caption p em {
          display: none; }

  #apply_button {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    padding: 10px 4%;
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
    width: 92%; }
    #apply_button a {
      color: white;
      text-decoration: none;
      font-size: 24px; }

  #logo {
    position: relative;
    width: 50%;
    float: left;
    background-color: none;
    height: 60px; }
    #logo a img {
      width: 92%;
      padding: 10px 2% 0 6%;
      backface-visibility: hidden;
      backface-visibility: hidden;
      max-width: 165px;
      float: none; }

  header.container {
    width: 100%;
    padding: 0; }

  header {
    background-color: #d71149;
    width: 100%;
    height: 60px; }
    header .menu {
      display: none; }
    header #navigation {
      float: right;
      width: 45%;
      margin: 0;
      position: relative; }

  .toggle-nav {
    display: block;
    color: white;
    font-size: 32px;
    padding: 12px 10px !important;
    float: right;
    margin-right: 10px !important; }

  #search-button {
    background: none;
    float: left;
    padding: 2px 0px 2px 10px;
    height: auto;
    width: auto;
    cursor: pointer; }
    #search-button i {
      color: white;
      font-size: 28px; }

  #search-outer {
    position: absolute;
    top: 61px;
    right: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    background: white;
    min-width: 340px; }
    #search-outer:after {
      content: "";
      display: table;
      clear: both; }
    #search-outer i {
      display: none; }
    #search-outer #search-form input[type="text"] {
      font-size: 16px;
      line-height: 45px;
      background: white;
      float: none;
      padding: 5% 0;
      text-transform: lowercase;
      font-style: italic; }

  #main-nav {
    float: none;
    height: 100%;
    background: #2f2f2f; }
    #main-nav .nav > li.menu-item-has-children {
      background-color: #2f2f2f; }

  #site-wrapper.show-nav #site-canvas {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    position: relative;
    z-index: 9999 !important; }

  #site-menu {
    width: 260px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -260px;
    background: #2f2f2f; }
    #site-menu .nav {
      float: none;
      width: 100%;
      margin-top: 55px; }
    #site-menu .nav > li {
      float: none;
      width: 100%;
      background-color: #2f2f2f; }
    #site-menu .nav > li > a {
      font-size: 16px;
      width: 100%;
      padding: 12px 20px;
      display: block;
      color: #f2f2f2;
      text-transform: uppercase;
      border-bottom: 1px solid #1d1d1d; }
    #site-menu .nav > li > .sub-menu {
      display: inherit;
      opacity: 1;
      position: relative;
      padding: 0 !important;
      left: 0;
      top: 0;
      background-color: #2f2f2f;
      border: none;
      width: 100%; }
    #site-menu .nav > li.menu-item-has-children {
      background: url("images/mobilemenu-dropdow-arrow.png") no-repeat scroll 96% 20px #2f2f2f; }
    #site-menu .nav .sub-menu .container {
      width: 100%;
      padding: 0; }
    #site-menu .nav .sub-menu .menu-item-has-children {
      font-size: 16px;
      color: #f2f2f2;
      text-transform: lowercase;
      font-weight: 300;
      margin: 0; }
    #site-menu .nav .sub-menu li {
      color: white; }
    #site-menu .nav .sub-menu li a {
      color: white;
      padding: 10px 20px;
      display: block;
      border-bottom: 1px solid #1d1d1d;
      color: #f2f2f2;
      text-transform: lowercase;
      font-weight: 400; }
    #site-menu .nav .sub-menu .sub-menu {
      display: block !important; }
    #site-menu .featured {
      display: none; }
    #site-menu .nav-column {
      float: none;
      height: auto;
      padding: 0 !important;
      position: relative;
      width: 100%; }

  #audience-silo {
    width: 94%;
    padding: 20px 4% 10px 4%;
    bottom: 0px;
    right: 0;
    text-align: center; }
    #audience-silo .menu {
      margin-left: 25px; }
      #audience-silo .menu li {
        float: left;
        padding-right: 15px; }

  #welcome-message {
    float: none;
    width: 96%;
    padding: 1% 2%; }
    #welcome-message .intro-text {
      width: 100%; }
      #welcome-message .intro-text header {
        background: none;
        height: auto; }
      #welcome-message .intro-text .column {
        width: 100%;
        float: none; }
      #welcome-message .intro-text .column:last-child {
        margin: 15px 0 0 0; }
    #welcome-message .featured-image {
      display: none; }

  #recent {
    width: 86%;
    margin: 0 7%;
    padding: 30px 0;
    position: relative; }
    #recent .owl-buttons {
      position: absolute;
      top: -55px;
      right: 0; }
    #recent .promo {
      float: none;
      width: 100%;
      border-top: 1px solid #e1e1e1;
      padding-top: 30px;
      background: none;
      min-height: 50px; }
      #recent .promo img {
        display: none; }
      #recent .promo .owl-buttons {
        top: 50px; }
      #recent .promo .promo-content {
        background: #d71149;
        padding: 5% 5%;
        width: 90%; }
    #recent .promo-item {
      min-height: 290px; }

  #latest-news {
    float: none;
    margin: 0 0 40px -25px;
    width: 100% !important; }
    #latest-news .owl-item .latest-news-listing {
      padding: 0 0 0 25px; }

  #events {
    width: 86%;
    margin: 0 7%;
    padding: 30px 0;
    position: relative; }
    #events #calendar {
      width: 46.875%; }
    #events .event-details {
      width: 76% !important; }
    #events #latest-events {
      width: 46.875%;
      float: none; }
      #events #latest-events:after {
        content: "";
        display: table;
        clear: both; }
    #events .view-all a {
      margin-top: 20px; }
    #events .get-involved {
      width: 88% !important;
      padding: 4% 6%;
      float: none;
      margin-top: 40px !important; }
      #events .get-involved:after {
        content: "";
        display: table;
        clear: both; }

  footer {
    width: 86%;
    padding: 30px 7%;
    position: relative;
    height: auto;
    overflow: hidden; }
    footer #address {
      float: none;
      width: 100%; }
    footer #quick-links {
      display: none; }
    footer #newsletter {
      float: none;
      width: 100%;
      height: 260px; }
      footer #newsletter h4 {
        margin-bottom: 10px; }
      footer #newsletter input[type="submit"] {
        position: relative;
        width: 100%;
        clear: both;
        margin-top: 5px;
        right: 0; }
    footer .right {
      float: none;
      width: 100%; }
    footer #logos {
      position: absolute;
      bottom: 0;
      height: 150px; }

  #breadcrumbs {
    padding-left: 2%;
    padding-right: 2%; }
    #breadcrumbs li {
      word-break: break-all;
      display: block; }

  #intro-text {
    width: 96%;
    margin: 0 2%; }

  article#main-content {
    width: 96%;
    margin: 0 2%;
    padding-bottom: 30px; }
    article#main-content ul {
      margin: 5px 0 5px 15px; }
    article#main-content img {
      width: 100%;
      height: auto;
      float: none;
      margin: 20px 0;
      padding: 0; }

  aside#sidebar {
    width: 96%;
    margin: 0 2%; }

  .gform_wrapper .col-2 {
    width: 100%;
    margin: 0; }
  .gform_wrapper .col-2.left {
    float: none; }
  .gform_wrapper .col-2.right {
    float: none;
    margin: 0; } }
@media all and (max-width: 340px) {
  #apply_button {
    width: 93%; }

  .mobile-image {
    display: block; }

  .bk-cover {
    display: none !important; }

  #audience-silo .menu {
    margin-left: 10px; }

  .flexslider .caption {
    width: 90%; }

  #welcome-message {
    padding-top: 20px;
    padding-bottom: 20px; }

  #latest-news {
    margin: 0 0 40px 0; }

  #latest-news .owl-item {
    margin: 0 !important; }

  #latest-news .owl-item .latest-news-listing {
    padding: 0; }

  #events #calendar {
    float: none;
    width: 100%; }
  #events #latest-events {
    margin-top: 20px;
    width: 100%; }
  #events #latest-events .gce-list li {
    float: none;
    display: block;
    width: 100%; }
  #events .get-involved {
    margin-top: 240px; }

  footer {
    margin-top: 40px;
    padding-bottom: 180px; }

  footer #newsletter {
    height: auto; }
    footer #newsletter:after {
      content: "";
      display: table;
      clear: both; }

  #staff li {
    width: 100%; }

  .show-modal .modal {
    left: 3%;
    top: 4%;
    max-height: 310px;
    width: 98%;
    max-width: 280px;
    padding: 30px 10px;
    top: 10; }

  #modal-container.show-modal img {
    display: none; }

  #modal-container.show-modal #info {
    width: 90%;
    float: none;
    padding: 0 5%; } }

.woocommerce a.alt.button, .woocommerce button.alt.button, .woocommerce input.alt.button, .woocommerce #respond input.alt#submit, .woocommerce #content input.alt.button, .woocommerce-page a.alt.button, .woocommerce-page button.alt.button, .woocommerce-page input.alt.button, .woocommerce-page #respond input.alt#submit, .woocommerce-page #content input.alt.button {
    background: #d71149 !important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    width: 155px;
    height: 45px;
    font-size: 18px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 18px;
  font-weight: bold;
}

#description {
    padding-top: 5%;
    color:#787878;
}

.woocommerce .quantity .qty{
    width: 90px;
    height: 40px;
    text-align: center;
    font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
 display:none;  
}

.tabs wc-tabs{
    display:none !important;
}
#tab-description {
    display:none !important;
}



.woocommerce div.product form.cart .variations select {
   
    min-width: 20%;
    display: inline-block;
    margin-right: 1em;
    border-radius: 0px !important;
    background-color: white;
    height: 40px;
    border-color: #c7c7c7;
    font-size: 14px;
}

.woocommerce div.product form.cart .button{
    padding-top:5%;
}

.product_meta{
    display:none;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 0px;
}

.reset_variations {
    display:none !important;
}

.geodir-loc-bar-in {
    
    border: 1px #e6e6e6 solid;
    padding: 5px;
}