/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/* global page widths */

.top-bar, .inner-content, .inner-footer {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/*global styles */

.main {
	margin-bottom: 2rem;
}

hr {
	border-bottom: 3px #EFEFEF solid;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

/* typefaces */

body {
  font-family: 'Work Sans', sans-serif!important;
  color: #333;
}

a {
	color: #81B539;

}

a:focus, a:hover {
	color: #00594D;	
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif!important;
  font-weight: 600;
}

b, strong {
	font-weight: 600!important;
}

.menu-item {
  font-family: "Work Sans";
  font-weight: 500;
}

.article-header h1 {
	color: #fff;
	text-align: center;
}

a.read-more {
	color: #00594D;
	padding-bottom: .25rem;
	border-bottom: 3px solid #81B539;
	font-weight: 500;
}

a.read-more:after {
	content: ' →';
}

a.read-more:hover {
	color: #81B539;
}

.light-green {
	color:#81B539;
}

.dark-green {
	color:#00594D;
}


/* animations */

a, .menu-item a, .social-icon, .help-button {
  transition: all .5s;
}

/* icons & buttons */

.social-icon {
	width: 30px;
	height: 30px;
	opacity: .8;
	margin-right: 5px;
	margin-top:5px;
}

.social-icon:hover {
	opacity: 1;
}

#facebook {
	margin-right: 5px
}

#twitter {
	
}

#youtube {
	
}

.button, .wpcf7-submit {
	border-radius:10px;
	background-color: #888888;
	font-weight: 600;
}

#donate-now {
	background-color: #81B539;
}

.button:hover, #donate-now:hover {
	background-color: #00594D;
}

.help-button {
	text-align: center;
    background: #00594D;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.help-button:hover {
	background: #81B539;
}

.help-button h4 {
	margin-bottom: 0;
	padding: .5rem;
}

.help-button h4 a {
	color: #fff;
}

.help-button h4 a:hover {
	color: #81B539;
}

/* header */

.header {
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px #000;
}

.top-bar, .top-bar ul {
  background-color: #fff!important;
}

.menu-item a {
  padding: .7rem 0.2rem!important;
  margin: 0rem .35rem!important;
}

.menu-item a, .menu .active>a {
  color: #333;
}

.dropdown.submenu.is-active>a {
  color: 333!important;
}

.menu-item a:hover, .dropdown.menu .is-active>a {
  color: #81B539!important;
}

.menu .active>a {
  background: none;
  color: #81B539!important;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  display: none;
}

.is-dropdown-submenu {
	box-shadow: 0px 5px 30px -10px #000;
    border-top: #81B539 solid 3px;
    border-bottom: none!important;
    border-right: none!important;
    border-left: none!important;
    z-index:100000;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	border-color: #81B539 transparent transparent;
}

.off-canvas {
	padding-top: 2rem;
	background: #EFEFEF!important;
}

.article-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#81b539+0,1c7165+100 */
	background: #81b539; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #81b539 0%, #1c7165 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #81b539 0%,#1c7165 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #81b539 0%,#1c7165 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b539', endColorstr='#1c7165',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 2rem 1rem;
	margin-bottom: 3rem;
}

/* header - mobile menu */


.top-bar {
	position: relative;
}

.show-for-small-only{
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 1.5rem;
}

.show-for-small-only .menu li a {
	color: #333;
	font-weight: 600;
	font-size: 1.15rem;
}

.show-for-small-only .menu li a:before {
	content: '☰ ';
	color: #81B539;
}

/* sidebars */
#sidebar1 {
	margin-bottom: 1.5rem;
}
.textwidget {
	padding-top:1rem;
	border-top: 3px solid #81B539;
	margin-bottom: 2rem;
}

h4.widgettitle {
	color: #00594D;
	margin-bottom: 1rem;
}

#posts-sidebar p a, #events-sidebar p a {
	font-weight: 600;
	color: #333;
}

#posts-sidebar p a:hover, #events-sidebar p a:hover {
	color: #81B539;
}

#posts-sidebar img {
	margin-bottom: 1rem;
}

/* home page */

.home .article-header {
	padding: 0rem 0rem;
	text-align: center;
	background: #00594D!important;
}
.row {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

h3.home-row-title {
	text-align: center;
}

.grey-row {
	background-color: #EFEFEF;
}


p.slider-description, p.services, .testimonials-container .test-slide p {
	max-width: 650px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}

/* home - help */

.help-col:nth-child(2) {
	padding-bottom: 2rem;
}

.help-img {
	width: 100%;
	height: auto;
}

/* home - services */

.icon-services {
	text-align: center;
	margin-bottom: 1rem;
}

#icon-1, #icon-2, #icon-3, #icon-4  {
	max-width: 100px;
	transition: transform 0.2s;
}

#icon-1:hover, #icon-2:hover, #icon-3:hover, #icon-4:hover {
	transform: scale(1.05);
}

.icon-services a {
	color: #333;
}

.icon-services a:hover {
	color: #81B539;
}

/* home - post */

.home-post-header {
	margin-block-end: 0rem!important;
}

.home-post-inner {
	margin-top: 2rem;
}

.home-post-title a {
	color: #333;
}

.home-post-title a:hover {
	color: #81B539;
}

/* home slider */

main.main.small-12.medium-12.large-12.slider-main {
    width: 100%;
    margin-bottom: 0rem!important;
    position: relative;
}

.slider-text {
	position: absolute;
    bottom: 0px;
    width: 100%;
	background-image: linear-gradient(to bottom, rgba(0,89,77,0), rgba(0,89,77,1));
	z-index: 2000;
	padding-right: .625rem;
    padding-left: .625rem;
}

.slider-header {
	border-bottom: 3px solid #81B539;
	display: inline-block;
}

.slider-header, .slider-description {
	color: #fff;
	text-shadow: 0px 0px 20px #00594D;
}

#cssSlider {
  	width: 100%;
	height: 300px;
	overflow: hidden;
}

#sliderImages {
	width : 3000px;
	height: 300px;
	overflow: hidden;
	
	/* animation duration: 16s : 5x ~3s display image + 5x ~0.2s slide */
	/*animation: fade 16s infinite;
	-moz-animation: slide 16s infinite;
	-webkit-animation: fade 16s infinite;
	-o-animation: slide 16s infinite;*/
}

#si_1, #si_2, #si_3 {
	position: absolute;
	width: 100%;
	height: 100%;
}

#si_1 {
	background: url(http://client.nataliwiseman.com/wp-content/themes/foss-theme-2018/assets/images/home-slider-1.jpg)no-repeat center;
    background-size: cover;
	animation:fade1 14s infinite;
	-webkit-animation:fade1 14s infinite;
}

#si_2 {
	background: url(http://client.nataliwiseman.com/wp-content/themes/foss-theme-2018/assets/images/home-slider-2.jpg)no-repeat center;
    background-size: cover;
	animation:fade2 14s infinite;
	-webkit-animation:fade2 14s infinite;
}

#si_3 {
	background: url(http://client.nataliwiseman.com/wp-content/themes/foss-theme-2018/assets/images/home-slider-3.jpg)no-repeat center;
    background-size: cover;
	animation:fade3 14s infinite;
	-webkit-animation:fade3 14s infinite;
}

@keyframes fade1
{
  0%   {opacity:1}
  10% { opacity: 1}
  20% { opacity: 1}
  30% { opacity: 1}
  40% { opacity: 0}
  50% { opacity: 0}
  60% { opacity: 0}
  70% { opacity: 0}
  80% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  10% { opacity: 0}
  20% { opacity: 0}
  30% { opacity: 1}
  40% { opacity: 1}
  50% { opacity: 1}
  60% { opacity: 1}
  70% { opacity: 0}
  80% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  10% { opacity: 0}
  20% { opacity: 0}
  30% { opacity: 0}
  40% { opacity: 0}
  50% { opacity: 0}
  60% { opacity: 1}
  70% { opacity: 1}
  80% { opacity: 1}
  90% { opacity: 1}
  100% { opacity: 0}
}


/* testimonials slider */

.testimonials-container {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.test-slide {
  display: none;
  padding: 2rem;
  text-align: center;
}

.dot-container {
  text-align: center;
  padding: 0px 20px;
}

.dot {
  cursor: default;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-dot {
  background-color: #666;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* blog & custom posts */

.post .article-header, .testimonials .article-header, .events .article-header, .type-page .article-header {
	background: none;
	padding: 0;
	margin-bottom: 1rem;
}

.post .article-header h2 {
	text-align: left;
	color: #333;
	margin-bottom: 0;
}

.testimonials .article-header h2 {
	display: none;
}

article.post, article.events, article.testimonials {
	border-bottom: 3px #EFEFEF solid;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

article.post:last-of-type, article.events:last-of-type, article.testimonials:last-of-type {
	border: none;
	margin-bottom: 0rem;
	padding-bottom: 0rem;
}

.pagination {
	font-weight: 600;
}

.pagination li {
	font-size: inherit!important;
}

.pagination a {
    border-radius: 10px;
}

.pagination .current {
	background-color: transparent;
	color: #81B539;
    padding-left: 0px;
}

.pagination a:hover, .pagination button:hover{
	background-color: #81B539;
	color: #fff;
}


/* footer */

.footer {
  background-color: #00594D;
  color: #fff;
}

p.copyright {
	margin-bottom: 0rem;
	margin-top: 2rem;
	text-align: center;
}

.google-maps {
        position: relative;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  display: none;
  color: #888; }

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

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

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 0; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */

/* responsive styles */
@media print, screen and (min-width: 40em) {
	h1 {
	font-size: 2.25rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: .75rem;
}
}
