/** Header **/
.title-area {
  padding: 0;
}

.title-area::after {
  display: none;
}

.site-header {
  background: rgb(126, 217, 87);
  background: linear-gradient(9deg, rgba(126, 217, 87, 1) 0%, rgba(33, 163, 158, 1) 75%);
  padding: .5rem 1.5rem;
  z-index: 999999;
}

.site-description {
  display: none;
}

.header-image .site-header .wrap {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  display: flex;
  align-items: center;
  max-height: 50px;
}

.site-title a {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  height: 50px;
  min-width: 260px;
}

.menu-toggle {
  top: 21px;
  border-bottom: 15px double #000;
  border-top: 5px solid #000;
  height: 5px;
}

@media only screen and (max-width: 960px) {
  .site-title a {
    height: 50px;
    width: 280px;
  }
}

.site-title {
  margin-bottom: 0;
}

.header-widget-area {
  flex-grow: 1;
  text-align: right;
}

.header-widget-area a:hover {
  text-decoration: underline;
}

.header-ad {
  background: #202020;
}

.header-ad-inner {
  padding: 15px 0;
  margin: 0 auto;
  max-width: 728px;
  text-align: right;
}

.header-ad-inner .close {
  color: #e5e5e5;
}

/** Menus **/

#primary-menu .search-form {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 959px) {
  .header-widget-area,
  .nav-bar-widget-area {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  #menu-toggle {
    display: none;
  }

  .header-widget-area .genesis-nav-menu {
    list-style: none;
    display: inline-flex;
  }

  .header-widget-area .genesis-nav-menu a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
  }

  .nav-bar-widget-area {
    background: rgba(255, 255, 255, .95);
    display: flex;
    justify-content: space-between;
    padding: .8rem 2rem;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 66px;
    left: 0;
  }

  .header-widget-area .genesis-nav-menu,
  .header-widget-area .genesis-nav-menu .sub-menu {
    list-style: none;
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 1rem;
  }

  .header-widget-area .genesis-nav-menu a {
    text-decoration: none;
    border: none;
  }

  .header-widget-area .genesis-nav-menu a:hover {
    text-decoration: underline;
    color: #fff;
  }

  /*.header-widget-area .genesis-nav-menu .menu-item-has-children > a:after {*/
  /*  content: "\f347";*/
  /*  font: normal 18px/1 'dashicons';*/
  /*  display: inline-block;*/
  /*  -webkit-font-smoothing: antialiased;*/
  /*  padding-left: 5px;*/
  /*  vertical-align: middle;*/
  /*}*/
  .header-widget-area .genesis-nav-menu .menu-item {
    position: relative;
  }

  .header-widget-area .genesis-nav-menu .menu-item:focus {
    position: static;
  }

  .header-widget-area .genesis-nav-menu .menu-item:hover > .sub-menu,
  .header-widget-area .genesis-nav-menu .menu-item .sub-menu.open {
    left: 10%;
    margin-left: -100px;
    opacity: 1;
  }

  .header-widget-area .genesis-nav-menu .menu-item:hover .sub-menu .sub-menu {
    left: 199px;
    margin-left: 0;
  }

  .header-widget-area .genesis-nav-menu .menu-item > a:hover,
  .header-widget-area .genesis-nav-menu .menu-item > a:focus {
    position: relative;
  }

  .header-widget-area .genesis-nav-menu .menu-item > a:hover + ul.sub-menu,
  .header-widget-area .genesis-nav-menu .menu-item > a:hover > ul.sub-menu,
  .header-widget-area .genesis-nav-menu .menu-item > a:focus + ul.sub-menu,
  .header-widget-area .genesis-nav-menu .menu-item > a:focus > ul.sub-menu {
    left: 10%;
    /*margin-left: -100px;*/
    opacity: 1;
  }

  .header-widget-area .genesis-nav-menu .sub-menu {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    position: absolute;
    z-index: 100;
    left: -9999px;
    width: 350px;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    text-align: left;
    padding: 1rem .25rem;
    font-size: .9rem;
  }

  .header-widget-area .genesis-nav-menu .sub-menu a {
    color: #292929;
    position: relative;
    width: 350px;
    padding: .25rem 1rem;
    font-size: .9rem;
    display: block;
  }

  #header-search {
    border: none;
    padding: 0 1rem;
    line-height: 1;
  }

  #header-search:hover {
    background: transparent;
  }

  .nav-bar-widget-area .widget {
    margin: 0;
  }

  .nav-bar-widget-area .widget_search {
    margin: auto;
  }

  .nav-bar-widget-area .search-form {
    background: transparent;
    height: auto;
    margin: auto;
    text-align: center;
  }

  .nav-bar-widget-area input[type="search"] {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    width: 800px;
    float: none;
  }

  .nav-bar-widget-area input[type="search"]:focus {
    outline: #fff dotted 1px;
    outline-offset: 5px;
  }

  .nav-bar-widget-area input[type="submit"] {
    border: none;
    height: auto;
    color: #fff;
    background: #7ed957;
    padding: .25rem 1rem;
    position: relative;
    font-size: 18px;
    width: auto;
    font-family: "Roboto", sans-serif;
    margin-left: 1rem;
  }

  .nav-bar-widget-area input[type="submit"]:hover {
    background: #000;
    color: #fff;
  }

  ::-webkit-input-placeholder,
  :-ms-input-placeholder,
  ::-moz-placeholder,
  ::placeholder {
    color: #000;
    opacity: 1;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0 auto;
    width: 100%;
  }

  .logged-in .site-header {
    top: 32px;
  }

  .logged-in.memberful-logged-in .site-header {
    top: 0;
  }
}

/*@media only screen and (min-width: 960px) and (max-width: 1190px) {*/
/*  .site-title a {*/
/*    height: 30px;*/
/*    min-width: 150px;*/
/*  }*/

/*  .header-widget-area .genesis-nav-menu a {*/
/*    font-size: .9rem;*/
/*    padding-left: 5px;*/
/*    padding-right: 5px;*/
/*  }*/

/* .header-widget-area .genesis-nav-menu .sub-menu a {*/
/*    font-size: .8rem;*/
/*  }*/
/*}*/

/** Content **/
.no-sidebar.blog .content,
.no-sidebar.search-results .content {
  width: 80%;
}

@media only screen and (max-width: 1000px) {
  .no-sidebar.blog .content,
  .no-sidebar.search-results .content {
    width: 100%;
  }
}

.blog .content .entry-title,
.search-results .content .entry-title {
  font-size: 1.7rem;
}

.site-container .entry-title,
.site-container a,
.post-author .byline,
.post-navigation .nav-links a {
  font-style: normal;
}

.featured-area .entry-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.featured-primary .featured-content {
  padding: 0 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.featured-primary .entry-title {
  font-size: 2rem;
}

@media only screen and (min-width: 930px) {
  .featured-primary .entry-title {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1220px) {
  .featured-primary .featured-content {
    padding: 0 5rem;
  }

  .featured-primary .entry-title {
    font-size: 2.6rem;
  }
}

.featured-primary iframe,
.featured-primary .wp-post-image,
.featured-primary .lyte-wrapper {
  float: left;
  object-fit: cover;
  max-width: 700px;
  width: 50%;
  height: 350px;
}

.featured-primary .has-post-thumbnail .featured-content,
.featured-primary .category-video .featured-content  {
  height: 350px;
  max-width: 700px;
  width: 50%;
}

.featured-primary .category-video .featured-content {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 600px) {
  .featured-primary .category-video .featured-content,
  .featured-primary iframe {
    position: relative;
    width: 100%;
  }
}

.attachment-square.size-square.wp-post-image {
  width: 350px;
  height: 300px;
  object-fit: cover;
}

@media only screen and (min-width: 600px) {
  .home #genesis-content .attachment-square.size-square.wp-post-image {
    max-width: 40%;
  }
}

@media only screen and (max-width: 800px) {
  .home .featured-area .attachment-square.size-square.wp-post-image {
    width: 100%;
  }
}

#article-wrap .category-video .lyte-wrapper  {
  float: none;
  margin-right: 6.666666666%;
  width: 350px !important;
}

.lyte-wrapper {
  margin: 0 !important;
}

.lyMe, .lyMe iframe, .lyte iframe, .lyte-wrapper .lyte .pL, .lyte.lP {
  height: 350px !important;
  padding: 0 !important;
}

#article-wrap .category-video .lyte-wrapper .lyte .pL,
#article-wrap .category-video .lyte-wrapper .lyte.lP,
#article-wrap .category-video .lyte-wrapper .lyMe {
  height: 300px !important;
}

@media only screen and (min-width: 600px) {
  #article-wrap .category-video .lyte-wrapper
  {
    float: left;
    max-width: 40% !important;
    height: 300px !important;
  }

  .featured-area .lyte-wrapper {
    max-width: 700px !important;
    width: 50% !important;
    max-height: 350px;
  }

}

.lL {
  display: none;
}

.fourthree .lyMe, .fourthree .lyte {
  padding-bottom: 0;
}

.tC {
  display: none;
}

.single .entry-header .entry-title {
  font-size: 3.5rem;
}

.single .entry-title::before {
  display: none;
}

@media only screen and (max-width: 650px) {
  .single .entry-header .entry-title {
    font-size: 2rem;
  }
}

.single .category-video .entry-meta {
  display: none;
}

.single .category-video .entry-content {
  float: none;
  width: 100%;
}

.single .category-video .post-navigation .nav-next {
  padding-right: 0;
}

.single .category-video .post-navigation .nav-previous {
  padding-left: 0;
}

.widget_membership_option .blurb {
  border: 1px solid #000;
  border-top: 0;
}

.widget_membership_option .widget-title {
  background: linear-gradient(9deg, rgba(126, 217, 87, 1) 0%, rgba(33, 163, 158, 1) 75%);
  margin-bottom: 0;
  padding: 18px 20px 16px;
  text-align: center;
  width: 100%;
}

.widget_membership_option .price,
.widget_membership_option .desc {
  margin: 0;
  padding: 0 2rem;
  text-align: center;
}

.widget_membership_option .price {
  color: #7ed957;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.widget_membership_option .desc {
  margin-bottom: 1rem;
}

.widget_membership_option .btn {
  background-color: rgba(126, 217, 87, 1);
  border: none;
  color: #000;
  display: block;
  flex: 0 1 calc(50% - 1rem);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: color .5s ease;
  width: calc(50% - 1rem);
}

.widget_membership_option .btn:hover,
.widget_membership_option .btn:focus {
  color: #fff;
}

.membership-cta {
  border-bottom: 3px solid #000;
  border-top: 1px solid #000;
  clear: both;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  justify-content: space-between;
  padding: 2rem;
}

.membership-cta.category + .archive-description {
  display: none;
}

.membership-cta.category {
  border: none;
  display: block;
  padding: 0 30px;
}

@media (max-width: 1000px) {
  .membership-cta.category {
    padding: 0 15px;
  }
}

.membership-cta.category .login-bar h1 {
  margin-bottom: 0;
}

.membership-cta.category .login-bar ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 1rem 0 0 0;
}

.membership-cta.category .login-bar a {
  text-decoration: underline;
  text-decoration-color: rgba(126, 217, 87, 1);
}

.membership-cta .logo,
.membership-cta .content {
  flex: 0 1 100%;
}

.membership-cta .logo img {
  max-width: 250px;
  padding-bottom: 1rem;
}

.membership-cta .content {
  padding: 0;
  margin: 0;
  width: auto;
}

.membership-cta .content ul,
.membership-cta .content ol {
  margin-left: 1rem;
}

.membership-cta .actions {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}

.membership-cta:not(.category) a.btn,
.membership-cta:not(.category) a[role="sign_in"] {
  background-color: rgba(126, 217, 87, 1);
  border: none;
  color: #000;
  display: inline-block;
  flex: 0 1 calc(50% - 1rem);
  font-size: 1rem;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: color .5s ease;
  width: calc(50% - 1rem);
}

.membership-cta:not(.category) a[role="sign_in"] {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.membership-cta:not(.category) a.btn:hover,
.membership-cta:not(.category) a.btn:focus,
.membership-cta:not(.category) a[role="sign_in"]:hover,
.membership-cta:not(.category) a[role="sign_in"]:focus {
  color: #fff;
}

@media only screen and (min-width: 800px) {
  .membership-cta {
    flex-direction: row;
  }

  .membership-cta .content {
    flex: 0 1 calc(66.6666% - 2rem);
  }

  .membership-cta .logo {
    flex: 0 1 33.3333%;
  }

  #article-wrap .membership-cta .logo {
    flex: 0 0 50%;
  }

  .membership-cta .logo img {
    padding-bottom: 0;
    max-width: 100%;
  }
}

.archive #article-wrap,
.archive .infinite-wrap {
  display: flex;
  flex-wrap: wrap;
}

.archive .grid .grid-wrap {
  display: flex;
  flex-direction: column;
}

.archive #article-wrap .entry {
  display: flex;
  float: none;
}

.archive .grid .entry-title {
  flex: 2;
}

.archive .grid .entry-header {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.grid .attachment-square.size-square.wp-post-image {
  width: auto;
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .grid .entry {
    width: 50%;
  }
}

.archive-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.archive-categories-list li {
  border: 1px solid #7ed957;
  padding: .5rem;
  margin: .15rem;
  display: inline-block;
}

.archive-categories-list a {
  font-weight: bold;
}

.archive-categories-list .current-cat,
.archive-categories-list li:hover {
  background: #7ed957;
}

.archive-categories {
  margin-bottom: .5rem;
  color: #9b9b9b;
  font-size: .85rem;
  padding: 0 10px;
}

.archive-categories a {
  color: #9b9b9b;
}

.archive-categories a:hover {
  color: #7ed957;
}

.dfp-ad {
  margin: 0 auto;
  text-align: center;
}

.dfp-ad-waterfall {
  margin-bottom: 3.5rem;
}

/** Jobs **/

.job_filters .search_jobs input,
.job_filters .search_jobs select {
  background: #f8f8f8;
}

.job_filters .search_jobs .search_submit input {
  background: #7ed957;
}

.page .entry-content .job_types {
  margin-left: 0;
}

.single-job_listing .entry-meta {
  display: none;
}

.single-job_listing .entry-content {
  float: none;
  width: 100%;
}

/** Sharing **/
.blog .content .entry-meta {
  display: inline-block;
  margin-bottom: 0;
}

.article-content div.sharedaddy {
  clear: none;
  display: inline-block;
  margin-left: .25rem;
}

.single div.sharedaddy {
  margin: 1rem;
}

.blog .content .sd-content ul,
.blog .content .sd-content > ul > li {
  margin: 0 !important;
}

.sd-social-icon .sd-content ul a.share-more::before {
  display: none;
}

div.sharedaddy .sd-content ul li a.sd-button::before,
div.sharedaddy .sd-social-icon .sd-content ul li a.share-more{
  top: 0;
}

div.sharedaddy .sd-social-icon .sd-content ul li a.sd-button {
  background: transparent;
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  color: #888 !important;
}

/** Loop Widget Area **/
.loop-widget-area {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2.5rem;
  font-size: 1rem;
  margin: 2rem 0;
}

.loop-widget-area .widget {
  margin-bottom: 0;
  font-size: 1rem;
}

.loop-widget-area .textwidget {
  padding: 0;
}

.loop-widget-area .widgettitle {
  background: transparent;
  color: #000;
  text-transform: none;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}

.loop-widget-area .mc4wp-form-fields {
  margin: 1rem 0 0;
}

.loop-widget-area .mc4wp-form-fields label {
 display: none;
}

.loop-widget-area input[type="email"] {
  width: 50%;
  display: inline-block;
  margin-right: 1.2rem;
  background: transparent;
  border: 1px solid #ccc;
  font-size: 1rem;
  margin-bottom: 0;
  min-width: 230px;
}

.loop-widget-area .widget input[type="submit"] {
  display: inline-block;
  border: none;
  background: #7ed957;
  font-size: 1rem;
}

.loop-widget-area .menu {
  list-style: none;
  display: flex;
  margin: 0;
}

.loop-widget-area .menu li:not(:last-child):after {
  content: "|";
  margin: 0 .5rem;
}

@media all and (min-width: 930px) {
  .loop-widget-area .widget_media_image {
    float: left;
    max-width: 200px;
    margin-right: 3rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 800px) {
  .loop-widget-area {
    padding: 2.5rem 0;
  }
}

@media only screen and (max-width: 400px) {
  .loop-widget-area input[type="email"] {
    width: 100%;
  }
}

/** Load More **/
span.infinite-loader {
  width: 34px;
  margin: 1.5em auto;
}

.content #infinite-handle span button,
.content #infinite-handle span button:hover,
.content #infinite-handle span button:focus {
  border-color: #7ed957;
  border-width: 3px;
}

#infinite-handle span button::before {
  display: none;
}

article.category-spoon-plus .image {
  line-height: 0;
  overflow: hidden;
  position: relative;
}

article.category-spoon-plus .image::after {
  color: #7ed957;
  content: "+";
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

article.category-spoon-plus .image img {
  filter: blur(2px);
}

article.category-spoon-plus .entry-title::after {
  clear: both;
  color: #7ed957;
  content: "Spoon Plus";
  display: block;
  font-size: 0.75rem;
  margin: 0.5rem 0 0;
  max-width: 120px;
  text-transform: uppercase;
  width: 100%;
}

.archive.category article.category-spoon-plus .entry-title::after,
.featured-area article.category-spoon-plus .entry-title::after  {
  margin: 1rem auto 0;
}

/** Sidebar **/
#genesis-sidebar-primary .widget input[type="email"] {
  width: auto;
  font-size: 1rem;
}

#genesis-sidebar-primary .widget input[type="submit"] {
  font-size: 1rem;
  padding: 10px 16px;
}

#genesis-sidebar-primary .featuredpost .entry-header {
  padding-bottom: 0;
}
#genesis-sidebar-primary .featuredpost .post {
  margin: 0 0 2rem;
}

#genesis-sidebar-primary .featuredpost .entry-title {
  padding-top: 0;
}

#genesis-sidebar-primary .featuredpost .entry-title,
#genesis-sidebar-primary .featuredpost a {
  text-decoration: none;
  border-bottom: none;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

#genesis-sidebar-primary .featuredpost .entry-title a:hover {
  border-bottom: 1px solid #7ed957;
}

#genesis-sidebar-primary .featuredpost img {
  max-height: 200px;
  object-fit: cover;
}

  /** Footer **/
.site-footer::before {
  display: none;
}

.site-footer {
  text-align: left;
}

.footer-widget-area ul {
  list-style: none;
}

.footer-widgets {
  padding: 4% 4% 2%;
}

.footer-widgets .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media all and (min-width: 930px) {
  .footer-widgets .wrap {
    flex-direction: row;
  }
}

.footer-widgets .widget,
.footer-widgets p {
  margin: 0;
}

.footer-widgets .widget-area {
  width: auto;
}

.footer-widgets .widget label {
  display: block;
}

.footer-widgets .widget input[type="email"] {
  width: auto;
}

.footer-widgets .widget input[type="submit"] {
  margin-bottom: 1em;
}

.footer-widgets .widget-wrap .jetpack-social-widget-item a {
  padding: 0 27px 0 9px;
}

.footer-widgets .widget-wrap .jetpack-social-widget-item a::after {
  display: none;
}

/** Mailchimp **/
#mc_embed_signup form .email {
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
  color: #606060;
  font-size: 21px;
  line-height: 1.5714;
}

#mc_embed_signup form .button {
  clear: none;
  height: auto;
  border: 3px solid #000;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #000;
  font-size: 21px;
  line-height: 1.5714;
  padding: 9px 20px;
  transition: .5s all;
}

#mc_embed_signup form .button:hover {
  background: #000;
  color: #fff;
}

/* Font family */
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.site-description,
.site-footer p,
.tags-title,
.post-navigation .nav-links a,
.comment-author span[itemprop=name],
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.slide-menu,
.calendar_wrap caption,
.archive-pagination,
#infinite-handle,
.post-author .byline {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

* {
  letter-spacing: normal !important;
}
