a {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}






/*--------------------------------------------------------------
3.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
4.0 Inifinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer .container {
  padding: 20px !important;
}
#infinite-footer .blog-info a {
  font-size: 1.325rem !important;
  color: #666666 !important;
  font-weight: normal !important;
}
#infinite-footer .blog-info a:before {
  font-family: 'FontAwesome';
  content: "";
  margin: 0 15px 0 -15px;
  margin: 0 10px 0 0;
}
#infinite-footer .blog-info a:hover {
  text-decoration: none !important;
  color: #72d7cb !important;
}

/*--------------------------------------------------------------
5.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin: 2.5em 0;
  float: left;
}

.gallery figure {
  margin: 0 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.bg-image-header .site-branding, .home-header-bg .site-branding {
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    opacity: 1;
    padding: 0;
    text-align: center;
}
.bg-image-header .site-branding h1 a, .home-header-bg .site-branding h1 a {
  color: #FFFFFF;
}
.bg-image-header .site-branding h2, .home-header-bg .site-branding h2 {
  font-size: 1em;
  color: #FFFFFF;
}

.site-header hr {
  margin: 0 0;
}

.bg-image {
  height: 210px;
  width: 100%;
}

/*--------------------------------------------------------------
6.1 Navigation
--------------------------------------------------------------*/
nav.top-bar {
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  nav.top-bar {
    height: 100%;
  }
}
@media only screen and (min-width: 40.063em) {
  nav.top-bar {
    height: 100%;
  }
}
@media only screen and (max-width: 40em) {
  nav.top-bar {
    text-align: left;
  }
}
nav.top-bar ul.title-area li.menu-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav.top-bar .dropdown {
  background: #FFFFFF;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width: 40em) {
  nav.top-bar .dropdown {
    border-left: none;
  }
}
@media only screen and (max-width: 40em) {
  nav.top-bar .dropdown {
    border-right: none;
  }
}
@media only screen and (max-width: 40em) {
  nav.top-bar .dropdown {
    border-bottom: none;
  }
}
nav.top-bar .sub-menu {
  border-top: 1px solid #DDDDDD;
}
@media only screen and (max-width: 40em) {
  nav.top-bar .sub-menu {
    border-top: none;
  }
}
nav.top-bar .sub-menu li:nth-of-type(3) ul.sub-menu {
  border-top: none;
}

.top-bar-section {
  position: relative;
  top: 0.75em;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  line-height: 45px;
}

section.top-bar-section {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  section.top-bar-section {
    display: block;
  }
}
section.top-bar-section ul li > a {
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.9em;
    font-weight: lighter;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
section.top-bar-section .dropdown li.title h5 a {
  color: #888888;
  font-weight: bold;
}

/*--------------------------------------------------------------
7.0 Home
--------------------------------------------------------------*/
.header-bg {
  background-color: #72d7cb;
}

/*--------------------------------------------------------------
7.1 Home Hero
--------------------------------------------------------------*/
.hero-widgets-wrap {
  text-align: center;
  color: #FFFFFF;
  margin: 1em 0;
}
@media only screen and (max-width: 40em) {
  .hero-widgets-wrap {
    margin: 1em 0;
  }
}
.hero-widgets-wrap h1.widget-title {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 3.375rem;
  margin-bottom: 0.5rem;
}
.hero-widgets-wrap p {
  margin: 5em 0;
}
@media only screen and (max-width: 40em) {
  .hero-widgets-wrap p {
    margin: 2.5em 0 3.5em 0;
  }
}
.hero-widgets-wrap .button {
  margin: 5em 0 0 0;
}
@media only screen and (max-width: 40em) {
  .hero-widgets-wrap .button {
    margin: 0 0 0 0;
  }
}



/*--------------------------------------------------------------
8.0 Forms
--------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  background-color: #EEEEEE;
  border: none;
  box-shadow: none;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #72d7cb;
  color: #FFFFFF;
  padding: 0.35em 1.5em;
  border: none;
  font-size: 16px;
  font-style: italic;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #555555;
}



/* Single */
.single article {
  margin: 0 0 4em 0;
}
.single article .author.vcard .fn {
  font-weight: normal;
}
.single article .entry-footer {
  margin-top: 3em;
}
.single article .entry-footer .right {
  padding: 0.5em 0;
  color: #666666;
}

.post-navigation {
  margin: 0 0 3em 0;
}





/* Footer Font Awesome Icons */
footer .textwidget a i {
  color: #FFFFFF;
  padding-left: 0.5em;
  font-size: 1.25rem;
}
footer .textwidget a:hover i {
  color: #72d7cb;
}

/*--------------------------------------------------------------
12.0 Footer
--------------------------------------------------------------*/
.footer-wrap {
    background-color: #72d7cb;
    margin-top: 8em;
}

footer {
  margin: 4em 0 0 0;
  font-size: 1rem;
}
footer p, footer a {
    font-size: 1.1em;
}
footer .large-4 {
  margin-top: 6em;
  margin-bottom: 6em;
}
@media only screen and (max-width: 40em) {
  footer .large-4 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0;
  }
}
footer .site-info {
  color: #555555;
  font-size: 1rem;
  font-style: italic;
}
@media only screen and (max-width: 40em) {
  footer .site-info {
    text-align: center;
  }
}
footer .widget {
  margin-bottom: 3em;
}
footer .widget li {
  margin-bottom: 0.75em;
}
footer .widget-title {
  color: #FFFFFF;
}



/*--------------------------------------------------------------
13.1 Header and navigation
--------------------------------------------------------------*/
.site-header .logo {
  /* float: left;
  position: fixed; */
  margin-top: 3px;
  margin-left: 3px;
  display: none;
}
.site-header .stick.fixed .logo {
  display: block;
}
.site-header .stick.fixed .expanded .logo {
  display: none;
}
.site-header hr {
  border: 0;
}
nav.top-bar {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(150, 150, 150, 0.75)
  -moz-box-shadow: 0px 1px 1px 1px rgba(150, 150, 150, 0.75);
  box-shadow: 0px 1px 1px 1px rgba(150, 150, 150, 0.75);
}
.top-bar.expanded {
  background: #fff;
}
.top-bar.expanded .title-area {
  background: transparent;
}
.top-bar-section ul li > a {
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 600; 
}
@media screen and (max-width: 1048px) {
  header .fixed .top-bar .title-area {
      float: none;
  }
}
@media screen and (max-width: 40.063em) {
  .top-bar.expanded.fixed {
      margin-top: 0px;
  }
  .site-header .logo img {
      height: 50px;
      margin-top: 6px;
  }
}
.hero-widgets-wrap h1.widget-title {
  /* text-shadow: 2px 2px #333; */
  display: inline-block;
  padding: 0.2em;
  font-size: 2.375rem;
  color: #666;
  background: #FFF;
  opacity: 0.95;
}
.hero-widgets-wrap .textwidget h2 {
  /* text-shadow: 2px 2px #333; */
  display: inline-block;
  padding: 0.2em;
  font-size: 1.2rem;
  color: #666;
  background: #FFF;
  opacity: 0.95;
}
.top-bar {
  line-height: 45px;
}
@media only screen and (max-width: 40.063em) {
  .site-branding .logo {
      max-width: 120px;
  }
  .hero-widgets-wrap {
      margin: 0;
  }
  .top-bar-section {
      top: 0;
  }
  .top-bar-section ul {
      margin-bottom: 1em;
  }
}
@media only screen and (min-width: 40.063em) {
  .bg-image-header {
      padding: 4rem 0;
  }
}
@media only screen and (max-width: 40.063em) {
  .hero-widgets-wrap h1.widget-title {
      font-size: 1.5rem;
  }
  .hero-widgets-wrap .textwidget h2 {
      font-size: 1rem;
  }
}
.archive .page-title {
    display: inline;
    background-color: #72d7cb;
    color: #fff;
    padding: 0 6px;
}

/*--------------------------------------------------------------
13.3 Pages
--------------------------------------------------------------*/
.bg-center-center {
    background-position: center 30% !important;
    height: 500px;
}
.slideshow {
    height: 500px;
}

.site-content {
  margin-top: 0;
}

.page-template-default article,
.single-post article {
    padding-top: 2.4rem;
}
.page-template-default .large-8,
.single-post .large-8 {
  /* border-right: 1px solid #ccc; */
}
article.hentry {
  margin: 0 0 1em 0;
}
article .entry-header {
    margin: 2em;
    text-align: center;
}
article .entry-content li {
    font-size: 1.6em;
    font-weight: lighter;
    line-height: 23px;
    list-style-type: circle;
    margin-left: 25px;
}
.single-post article .entry-content a {
    text-decoration: underline;
}
article .featured-image img {
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media only screen and (max-width: 40.063em) {
  article .featured-image img {
      width: 40%;
      margin: 0.5rem 1rem 1rem 0;
  }
}
h1.widget-title {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.su-tabs-pane, .su-tabs-nav span {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #666 !important;
}
.su-tabs-nav span.su-tabs-current {
  font-weight: 600;
}
.archive .page-title {
  font-size: 1rem;
}
.widget_recent_entries ul {
    margin-left: 1.6rem;
}
.widget_recent_entries li {
    margin-bottom: 12px;
}
.widget_recent_entries li:before {
    margin: 0 5px 0 -24px;
    content: "\f0f6";
}
@media only screen and (min-width: 64.063em) {




  .large-offset-1 {
      margin-left: 2.33333% !important;
      margin-top: 7.4rem;
  }
}
.blog .blog_page_titles {
    display: none;
}
/*--------------------------------------------------------------
13.4 Footer
--------------------------------------------------------------*/
footer {
  margin: 1em 0;
}
.footer-wrap {
  margin-top: 0;
}
.footer-wrap .columns {
    background-color: #72d7cb;
}
.textwidget > p,
.tagcloud > p {
    color: white;
}
.textwidget a {
    color: white;
    text-decoration: none;
}
.textwidget a:hover {
    color: white;
    text-decoration: underline;
}
footer .large-4 {
  margin-top: 3em;
  margin-bottom: 2em;
}
footer .su-responsive-media-yes {
  height: 240px !important;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Over the Rainbow",cursive;
    font-weight: 400;
}
a {
  color: #00c1a5;
}
html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #00c1a5;
}
.row {
  max-width: 80rem;
}
.row .row {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a {
    color: #00c1a5;
}



  html, body {
      font-size: 85%;
      line-height: 1.3;
	  font-family: 'Josefin Sans',sans-serif;
  }
}