/********* Do not edit this file *********/
/*
 Accesspress Custom CSS - plugin by https://accesspressthemes.com
*/

h2.site-description {
  text-transform: none !important;
}
.ap-basic-slider-wrapper {
  padding-bottom: 60px !important;
}

.menu-wrapper {
background: #6a97a7;
}

#site-navigation ul li.current-menu-item > a {
background: #3a6787
}


.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 580px) {
    .slider-caption-container {
        display: none !important;
    }
}
.slider-caption-container {
  margin-top: -135px;
  width: 100%;
  text-align: center;
  color: white;
}

.slider-caption-container h1 {
  color: white !important;
}


.main-navigation-responsive ul li a {
  background: #3a6787 !important;
  border-bottom: 1px #1a4767 !important;
}

.main-navigation-responsive ul li {
  background: #3a6787 !important;
}

.img-border {
	border: 1px #ccc solid;
    border-radius: 3px;
  max-width: 810px;
}

.site-title a {
  font-weight: 300;
  font-size: 1.4em;
}
