/*
Theme Name: Lemons and Anchovies
Theme URI: https://helloyoudesigns.com
Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Hello You Designs
Author: Hello You Designs
Author URI: https://helloyoudesigns.com/
Copyright: Copyright (c) 2018, Hello You Designs
Version: 1.0.2

Template: genesis
Template Version: 2.2.2

License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Front Page
---------------------------------------------------------------------------------------------------- */
.front-page .site-inner {
  margin: 0 auto 30px;
  padding: 20px 0px;
}

.front-page .entry-header {
  margin-bottom: 0;
}

.front-page .entry-header::after {
  display: none;
}

.front-page .icon {
  color: #ff6666;
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}

.front-page .content .entry,
.journal .entry {
  border-bottom: none;
  float: left;
  overflow: hidden;
  padding: 1.5%;
  width: 33.3333%;
}

.front-page .blog {
  margin-bottom: 50px;
  margin-top: 30px;
}

.front-page .widget-title {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  text-transform: none;
}

.front-page .entry-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}

/* Image Sections
--------------------------------------------- */

.image-section-1,
.image-section-2,
.image-section-3 {
  width: 100%;
  clear: both;
  text-align: center;
  overflow: hidden;
  table-layout: fixed;
  margin: 0 auto;
}

.image-section-1 .widget-area,
.image-section-2 .widget-area,
.image-section-3 .widget-area {
  padding: 100px 20px 60px;
  text-align: center;
  vertical-align: middle;
}

.image-section-1,
.image-section-2,
.image-section-3 {
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.image-section button,
.image-section input[type='button'],
.image-section input[type='reset'],
.image-section input[type='submit'],
.image-section .textwidget a.button {
  background: #333;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
}

.image-section button:focus,
.image-section button:hover,
.image-section input:focus[type='button'],
.image-section input:hover[type='button'],
.image-section input:focus[type='reset'],
.image-section input:hover[type='reset'],
.image-section input:focus[type='submit'],
.image-section input:hover[type='submit'],
.image-section .textwidget a.button:focus,
.image-section .textwidget a.button:hover {
  background-color: #e4cbcd;
  color: #333;
}

.imagebutton {
  border: 3px solid #333;
  background: rgba(251, 251, 251, 0.75);
  color: #333;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3px;
  padding: 24px 75px;
  text-transform: uppercase;
  clear: both;
}

.imagebutton:hover {
  border: 3px solid #333;
  background-color: #e4cbcd;
  color: #fff;
}

.image-section-1 {
  padding: 140px 20px;
}

.image-section .widget:first-child {
  background: rgba(251, 251, 251, 0.9);
  outline: 1px solid #fff;
  outline-offset: 10px;
  padding: 30px;
  float: left;
  width: 30%;
  position: relative;
  top: 100px;
  left: 70px;
  z-index: 1000;
}

.image-section-1 .widget:nth-of-type(2) {
  background: #fff;
  padding: 10px 10px 7px;
  float: left;
  width: 70%;
  line-height: 0;
}

.image-section-1 h1 {
  font-size: 2rem;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget {
  float: left;
  margin-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.flexible-widgets .widget:first-child {
  border: none;
  margin-bottom: 40px;
  text-align: center;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
  width: 100%;
}

.flexible-widgets.widget-fourths .widget {
  width: 25%;
}

.flexible-widgets.widget-halves .widget {
  width: 50%;
}

.flexible-widgets.widget-thirds .widget {
  width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n + 2),
.flexible-widgets.widget-fourths .widget:nth-child(4n + 2) {
  clear: left;
}

/* Home Top
-------------------------------------------------*/

#home-top {
  width: 100%;
  margin: 0 auto;
}

.home-top .entry {
  float: left;
  padding: 1px;
  width: 33.333333%;
  margin-bottom: 0;
}

.home-top .featuredpage .entry {
  padding: 0;
  width: 100%;
}

.home-top .entry {
  position: relative;
}

.home-top .entry-header {
  background: rgba(255, 255, 255, 0.9);
  margin: 0 15%;
  padding: 30px;
  position: absolute;
  top: 40%;
  left: 0;
  width: 70%;
  outline: 1px solid #fff;
  outline-offset: 8px;
}

.home-top .entry-title {
  margin-bottom: 0;
}

.home-top .featuredpage .entry {
  padding: 0;
  width: 100%;
}

.home-top .entry-header .entry-title a {
  color: #444;
  font-size: 2.4rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
}

.home-top .entry-header .entry-title a:hover {
  color: #f6e162;
}

.home-top .entry-header p.entry-meta {
  margin-top: 7px;
  margin-bottom: 0;
}

/* Home Opptin
--------------------------------------------- */

.home-optin {
/*   background: #e0e9e8; */
	background-color:#f9eea9;
  border-top: 5px double #fff;
  border-bottom: 5px double #fff;
  margin: 0 auto 0;
  padding: 80px 30px !important;
  color: #222;
}

.home-optin .enews-widget .widget-title {
  float: left;
  width: 20%;
  font-family: 'Lora', serif;
  font-size: 2.8px;
  font-size: 2.8rem;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
  color: #444;
  letter-spacing: 2px;
  font-style: italic;
  line-height: 1;
}

.home-optin .enews-widget p {
  padding: 10px 20px;
  width: 35%;
  margin-bottom: 0;
  text-align: center;
  color: #444;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-optin .enews input {
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 1% !important;
  width: 14%;
}

.home-optin .enews-widget input[type='submit'] {
  padding: 13px;
  background: #333;
  color: #fff;
}

.home-optin .enews-widget input[type='submit']:hover {
  background: #f9eea9 !important;
  color: #333 !important;
}

/* # Tabbed Area
---------------------------------------------------------------------------------------------------- */

.home-tabs {
  background: #fff;
  padding: 70px 0 100px;
}

.home-tabs .fa {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}

.home-tabs .su-tabs-nav span {
  width: 32.333%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  border-radius: 0;
  padding: 4% 0;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 0;
  margin: 0 0.5%;
}

.home-tabs .su-tabs-pane .one-half.first img {
  border: solid 10px #fff;
  outline: solid 1px #eee;
}

.home-tabs .su-tabs-nav span:first-child,
.home-tabs .su-tabs-pane:first-child .one-half.second {
  background: #eee;
}

.home-tabs .su-tabs-nav span.su-tabs-current:first-child {
  border-color: #eee;
}

.home-tabs .su-tabs-nav span.su-tabs-current:first-child:after {
  border-top-color: #eee;
}

.home-tabs .su-tabs-nav span:nth-child(2),
.home-tabs .su-tabs-pane:nth-child(2) .one-half.second {
  background: #f5f5f5;
}

.home-tabs .su-tabs-nav span.su-tabs-current:nth-child(2) {
  border-color: #f5f5f5;
}

.home-tabs .su-tabs-nav span.su-tabs-current:nth-child(2):after {
  border-top-color: #f5f5f5;
}

.home-tabs .su-tabs-nav span:nth-child(3),
.home-tabs .su-tabs-pane:nth-child(3) .one-half.second {
  /* background: #e0e9e8; */
  background-color: #f9eea9;
}

.home-tabs .su-tabs-nav span.su-tabs-current:nth-child(3) {
  /* border-color: #e0e9e8; */
  border-color: #f9eea9;
}

.home-tabs .su-tabs-nav span.su-tabs-current:nth-child(3):after {
  /* border-top-color: #e0e9e8; */
  border-top-color: #f9eea9;
}

.home-tabs .one-half.second {
  padding: 60px !important;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  border: solid 10px #fff;
  width: 60% !important;
  right: 0;
}

.home-tabs .su-tabs-nav span.su-tabs-current:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 15px solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  z-index: 999;
}

.home-tabs .su-tabs-nav span:hover,
.su-tabs-nav span:hover {
  opacity: 0.8 !important;
}

.home-tabs .su-tabs-nav {
  padding: 2% 0;
}

.home-tabs .su-tabs {
  background: transparent;
}

.home-tabs .su-tabs-pane {
  font-size: 13px;
  padding: 0;
  position: relative;
  background: transparent;
  margin-left: 5px;
  margin-top: 20px;
}

.home-tabs .su-tabs {
  padding: 0;
}

.home-tabs .su-tabs-panes .one-half.second {
  padding: 4% 4% 0 0;
}

.home-tabs ul > li {
  list-style-type: circle;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 50px;
  text-align: left;
}

.home-tabs h1 {
  margin-bottom: 8px;
}

.home-tabs em {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: none;
}

.home-tabs .button {
  background: #333;
  color: #fff;
}

.home-tabs .button:hover {
  background: #f9eea9;
  color: #333;
}

/* Home Welcome
--------------------------------------------- */

.home-welcome-1 {
  padding-top: 120px;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.home-welcome-2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.home-welcome-wrap-2 {
  width: 100%;
}

/*.home-welcome-wrap-2:before {
background: #f8f6f7;
content: "";
display: block;
float: none;
height: 700px;
margin: -100px 0 -500px;
position: relative;
-ms-transform: skew(0deg,5deg);
-webkit-transform: skew(0deg,5deg);
transform: skew(0deg,5deg);
width: 100%;
z-index: -1;
}*/

.home-welcome img {
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}

.home-welcome-1 .textwidget {
  border: 10px solid #fff;
  padding: 20px 40px 40px 60px;
  background: #eee;
}

.home-welcome-2 .textwidget {
  background: #fff;
  padding: 20px;
  text-align: justify;
}

.home-welcome-1 .widget:nth-child(1) {
  float: left;
  width: 45%;
  z-index: 1;
}

.home-welcome-1 .widget:nth-child(2) {
  float: left;
  width: 55%;
  margin-top: 10%;
  margin-left: -4.5%;
  z-index: 9;
}

.home-welcome h1 {
  font-family: 'Verona';
  font-size: 5rem;
  line-height: 0.75;
  letter-spacing: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #555;
  letter-spacing: 2px;
  font-weight: normal;
}

.home-welcome h2 {
  color: #333;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: normal;
  text-transform: none;
  font-style: italic;
}

.home-welcome h3 {
  font-size: 30px;
  font-size: 3rem;
}

.home-welcome h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-size: 3rem;
}

.home-welcome-2 h1,
.home-welcome-2 h2,
.home-welcome-2 h3,
.home-welcome-2 h4 {
  text-align: right;
}

.home-welcome .button {
  border: 3px solid #222;
  background: rgba(251, 251, 251, 0.25);
  color: #222;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3px;
  padding: 20px 30px;
  text-transform: uppercase;
  clear: both;
  margin: 10px auto;
}

.home-welcome .button:hover {
  border: 3px solid #e9cddb;
  background: #e9cddb;
  color: #fff !important;
}

.home-welcome .widget-title {
  font-family: 'Cormorant', serif;
  float: left;
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 0;
  width: 0;
  white-space: nowrap;
  float: left;
  margin-left: 50px;
  margin-top: 20px;
  z-index: 999;
}

.home-welcome .widget-title:after {
  content: '';
  height: 1px;
  width: 150px;
  background: #222;
  display: inline-block;
  margin-bottom: 7px;
  margin-left: 10px;
  z-index: 999;
}

/* Journal
--------------------------------------------- */

.journal .widget-title {
  text-align: center;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .home-close,
  .site-footer {
    max-width: 100%;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 1080px) {
  .home-top .entry-header {
    margin: 0 10%;
    padding: 10px;
    top: 30%;
    width: 80%;
  }

  .home-top .entry-header .entry-title a {
    font-size: 1.8rem;
  }

  .image-section .wrap {
    padding-top: 10px;
  }
  .image-section .widget:first-child {
    background: rgba(251, 251, 251, 0.9);
    outline: 1px solid #fff;
    outline-offset: 10px;
    padding: 30px;
    float: unset;
    width: 90%;
    position: unset;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 10px auto;
  }

  .image-section-1 .widget:nth-of-type(2) {
    float: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .home-tabs .su-tabs-nav span {
    padding: 2% 0;
  }

  .home-tabs h1 {
    font-size: 2rem;
  }

  .home-tabs em {
    font-size: 1.2rem;
  }

  .home-tabs .su-tabs-pane .one-half.first img {
    margin: 0 auto;
    display: block;
  }

  .home-tabs .one-half.second {
    padding: 20px !important;
    top: 70%;
    width: 80% !important;
  }

  .home-optin .enews {
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }

  .front-page .home-optin .enews-widget p,
  .home-optin .enews-widget .widget-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .front-page .enews input {
    width: 100%;
  }
  .front-page .enews-widget input[type='submit'] {
    width: 100%;
    margin-top: 10px;
  }

  .flexible-widgets .widget {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }

  .front-page .content .entry,
  .journal .entry {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .flexible-widgets.widget-fourths .widget,
  .flexible-widgets.widget-halves .widget,
  .flexible-widgets.widget-thirds .widget,
  .front-page-2 .flexible-widgets.widget-halves .widget,
  .front-page-2 .widget {
    float: none;
    width: 100%;
    padding: 5px 20px;
  }

  .soliloquy-container .soliloquy-caption {
    display: none;
  }

  .front-page .content .entry,
  .journal .entry {
    width: 50%;
  }
}

@media only screen and (max-width: 610px) {
  .front-page .content .entry,
  .journal .entry {
    width: 100%;
  }

  .home-top .entry {
    width: 100%;
    line-height: normal;
  }

  .home-top .entry-header {
    margin: 0 15%;
    padding: 30px;
    top: 40%;
    width: 70%;
  }

  .home-top .entry-header .entry-title a {
    font-size: 2.4rem;
  }

  .home-top .alignnone {
    margin-bottom: 0;
  }

  .front-page .widget-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .image-section .typed-me {
    font-size: 30px;
    font-size: 3rem;
  }

  .home-tabs .su-tabs-nav span {
    width: 100%;
  }
  .home-tabs h1 {
    margin-bottom: 0;
  }
  .home-tabs h2 {
    font-size: 1.8rem;
  }
  .home-tabs .su-tabs-pane {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 400px) {
  .front-page .content .entry,
  .journal .entry {
    width: 100% !important;
  }
  /*	.home-tabs .one-half.second {
position: relative;
    width: 85% !important;
		left: 7.5%;

}
	
	.home-tabs {
		padding: 30px 5px 0;
	}*/

  .home-tabs,
  .image-section-1 {
    display: none;
  }
}

/* ipad 3 and 4 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .image-section-1,
  .image-section-2,
  .image-section-3 {
    background-attachment: scroll;
  }
}
/* ipad 1, 2, and ipad mini */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .image-section-1,
  .image-section-2,
  .image-section-3 {
    background-attachment: scroll;
  }
}
/* iphone 6 plus */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .image-section-1,
  .image-section-2,
  .image-section-3 {
    background-attachment: scroll;
  }
}
/* iphone 6 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .image-section-1,
  .image-section-2,
  .image-section-3 {
    background-attachment: scroll;
  }
}
/* iphone 5 and 5s */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .image-section-1,
  .image-section-2,
  .image-section-3 {
    background-attachment: scroll;
  }
}
