/*
Theme Name: Hello Blush
Theme URI: http://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://www.helloyoudesigns.com/
Copyright: Copyright (c) 2019, Hello You Designs
Version: 2.0.2

Template: genesis
Template Version: 2.6.1

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

/* Front Page
---------------------------------------------------------------------------------------------------- */
.image-section-1 h2,
.home-grid h1,
.home-testimonials h2,
.home-flexible .widget-title,
.home-close .widget-title,
.image-section .widget-title,
.home-testimonials .entry-content  {
font-family: 'SScript';
}

.image-section-1 h1,
.image-section-1 h3,
.soliloquy-container .soliloquy-caption h2,
.soliloquy-container .soliloquy-caption h3,
.home-grid h2,
.home-grid .button,
.image-section-1 .button,
.home-testimonials .entry-title,
.home-two .widget:nth-child(1) .widget-title,
.home-one .widget:nth-child(2) .widget-title,
.front-page .blog .widget-title,
.home-grid .entry-title a,
.home-grid-2 .entry-title a  {
font-family: 'Fiona';
}

#home-about .entry-title a  {
font-family: 'Montserrat', sans-serif;
}

.front-page .site-container {
overflow: hidden;
}

.front-page .site-header {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}

.front-page .site-inner {
background: #fff;
padding: 0;
margin: 0 auto;
width: 100%;
max-width: 100%;
}

.front-page .content {
border: none;
padding: 0;
margin: 0 auto;
}

.front-page .textwidget p {
margin-bottom: 0;
}

.home-flexible .widget-title,
.home-close .widget-title,
.image-section .widget-title {
font-size: 7.0rem;
letter-spacing: normal;
}

.front-page .content .entry-title {
font-size: 3.8rem;
max-width: 90%;
margin: 0 5%;
}

.front-page .entry-header p.entry-meta {
color: #222;
font-size: 2.0rem;
line-height: 1;
letter-spacing: .15em;
pointer-events: none;
text-align: center;
padding: 4% 15px 3%;
width: 60%;
margin: -10% 35% 5% 5%;
position: relative;
}

.front-page .content .entry img {
-webkit-box-shadow: 0 8px 20px 0 #cbcbcb;
-moz-box-shadow: 0 8px 20px 0 #cbcbcb;
box-shadow: 0 8px 20px 0 #cbcbcb;
}

.front-page .content .entry a img {
display: block;
margin: 0;
opacity: 1;
width: 100%;
-webkit-transition: opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
-moz-transition:    opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
-ms-transition:     opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
-o-transition:      opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
transition:         opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
}

.front-page .content .entry img:hover {
transform: scale(1.1);
}

.front-page .content .entry img {
vertical-align: top;
-webkit-transition:  all .2s linear;
-moz-transition:  all .2s linear;
-o-transition:  all .2s linear;
transition:  all .2s linear;
}

.front-page .content .entry:nth-child(2)  {
margin-top: 3%;
}

.front-page .content .entry:nth-child(4)  {
margin-top: 3%;
}

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

.blog.widget-area {
background: #f2ede7;
padding-bottom: 5%;
}

.blog.widget-area::before {
background: #fff;
content: "";
display: block;
float: none;
height: 500px;
position: absolute;
width: 100%;
z-index: -1;
}

.front-page .blog .widget-title {
font-size: 7.0rem;
letter-spacing: .05em;
text-transform: uppercase;
text-align: center;
padding-top: 5%;
}

.front-page .blog .widget-title:after {
content: "";
height: 1px;
width: 75px;
background: #000;
display: block;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
margin: 35px auto 0;
position: relative;
z-index: 1;
}

.front-page .woocommerce ul.products li.product {
width: 22%;
}

.front-page .blog .entry-title::before {
content: "";
height: 1px;
width: 75px;
background: #000;
display: block;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
margin: 0 auto 15%;
position: relative;
z-index: 1;
}

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

.image-section {
margin-top: -3px;
clear: both;
overflow: hidden;
table-layout: fixed;
width: 100%;
}

.image-section-1 {
background-attachment: scroll;
background-color: #fff;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size:    cover;
background-size:         cover;
}

.image-section-1 h1 {
font-size: 9.0rem;
line-height: 1;
text-align: right;
text-transform: uppercase;
margin-bottom: 0;
}

.image-section-1 h1::after {
content: "";
height: 1px;
width: 135px;
background: #222;
display: inline-block;
position: absolute;
z-index: 1;
margin-top: 48px;
margin-left: 10px;
}

.image-section-1 h2 {
font-size: 10.0rem;
margin-top: -50px;
letter-spacing: normal;
line-height: normal;
text-align: right;
}

.image-section-1 h3 {
text-align: right;
}

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

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

.flexible-widgets .widget:first-child {
border: none;
margin-bottom: 20px;
margin-top: 20px;
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 Full
--------------------------------------------- */
.home-full {
background: #fff;
padding: 0 3.5% 3.5%;
overflow: hidden;
}

.home-full img {
width: 100%;
}

/* Full width Soliloquy slider
------------------------------------- */

/* To get rid of -4px bottom margin for image links */
a img {
margin-bottom: 0;
}

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) */
.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link {
-webkit-transition: none;
-moz-transition:    none;
-ms-transition:     none;
-o-transition:      none;
transition:         none;
}

/* To remove bottom border for Soliloquy controls */
.entry-content .soliloquy-controls-direction a, .entry-content a.soliloquy-pager-link {
border-bottom: none;
}


.home-full .soliloquy-container {
max-width: none !important;
max-height: 100% !important;
}

.home-full .soliloquy-container .soliloquy-image {
width: 100% !important;
}

.home-full .soliloquy-container .soliloquy-caption-inside {
padding: 30px;
}

.home-full .soliloquy-container .slide-caption {
max-width: 960px;
margin: 0 auto;
}

.home-full .soliloquy-container .soliloquy-pager {
right: 10px;
bottom: 20px;
float: right;
width: auto;
}

/* Soliloquy Captions
------------------------------------- */

.soliloquy-container .soliloquy-prev {
display: block;
width: auto !important;
height: auto !important;
position: absolute;
top: 70%;
margin-top: 0;
left: -30px !important;
z-index: 1320;
background: transparent!important;
}

.soliloquy-container .soliloquy-prev::before {
content: "PREV";
letter-spacing: .5em;
display: inline-block;
z-index: 12;
transform: rotate(-90deg);
top: 40px;
height: 0;
width: 0;
white-space: nowrap;
position: absolute;
}

.soliloquy-container .soliloquy-next::after {
content: "NEXT";
letter-spacing: .5em;
display: inline-block;
z-index: 12;
transform: rotate(90deg);
top: -17px;
height: 0;
width: 0;
white-space: nowrap;
position: absolute;
}

.soliloquy-container .soliloquy-next {
display: block;
width: auto !important;
height: auto !important;
position: absolute;
top: 70%;
right: -30px !important;
margin-top: 0;
z-index: 1320;
background: transparent!important;
}

.soliloquy-caption-inside {
background: transparent !important;
color: #222 !important;
font-size: 2.0rem !important;
line-height: 1.5 !important;
padding: 20px 0px !important;
text-shadow: none !important;
}

.soliloquy-container .soliloquy-caption {
width: 40% !important;
margin-left: 1% !important;
margin-bottom: 5% !important;
background: none !important;
padding: 2% !important;
}

.soliloquy-container .soliloquy-caption h1 {
font-size: 6.0rem !important;
line-height: 1 !important;
letter-spacing: .05em !important;
text-align: left !important;
text-transform: uppercase !important;
}

.soliloquy-container .soliloquy-caption h2 {
font-size: 3.8rem !important;
line-height: 1 !important;
letter-spacing: .05em !important;
text-align: left !important;
text-transform: none !important;
}

.soliloquy-container .soliloquy-caption h3 {
font-size: 1.6rem !important;
line-height: 2 !important;
text-align: center !important;
text-transform: uppercase;
letter-spacing: 3px !important;
}


.soliloquy-container .soliloquy-caption .button {
float: left;
background: none;
border: none;
outline: none;
text-transform: uppercase;
letter-spacing: 2px;
color: #222;
margin-top: 5%;
font-size: 1.6rem;
}

.soliloquy-container .soliloquy-caption .button:hover {
color: #da997b;
background: none;
border: none;
outline: none;
}

.soliloquy-container .soliloquy-caption .button::before {
content: "";
height: 1px;
width: 70px;
background: #222;
display: inline-block;
z-index: 1;
margin-bottom: 6px;
margin-right: 10px;
}

/* Home Grid
---------------------------------------------*/

.home-grid {
background: #f2ede7;
}

.home-grid .wrap {
width: 1200px;
max-width: 85%;
}

.home-grid .widget {
display: inline-block;
}

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

.home-grid img {
width: 100%;
}

.home-one {
float: left;
width: 100%;
margin-top: -12%;
position: relative;
z-index: 1;
}

.home-one .widget:nth-child(1) {
float: left;
width: 60%;
padding: 18% 5% 3%;
}

.home-one .widget:nth-child(2) .widget-title {
color: #222;
font-size: 10.0rem;
letter-spacing: .05em;
right: 4.5%;
height: 0;
width: 0;
margin-top: 60%;
white-space: nowrap;
position: absolute;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
z-index: 1;
}

.home-one .widget:nth-child(2)  .widget-title::after {
content: "";
height: 1px;
width: 150px;
background: #222;
display: inline-block;
margin-bottom: 20px;
margin-left: 30px;
z-index: 999;
}

.home-one .widget:nth-child(2) {
line-height: 0;
float: left;
width: 40%;
-webkit-box-shadow: 0 8px 20px 0 #cbcbcb;
-moz-box-shadow: 0 8px 20px 0 #cbcbcb;
box-shadow: 0 8px 20px 0 #cbcbcb;
}

.home-one h1,
.home-one h2,
.home-one {
color: #000;
text-align: right;
}

.home-two {
color: #222;
width: 100%;
float: left;
width: 100%;
position: relative;
z-index: 1;
}

.home-two .widget:nth-child(1) {
line-height: 0;
float: left;
width: 40%;
margin-top: -5%;
margin-bottom: -7%;
position: relative;
-webkit-box-shadow: 0 8px 20px 0 #cbcbcb;
-moz-box-shadow: 0 8px 20px 0 #cbcbcb;
box-shadow: 0 8px 20px 0 #cbcbcb;
}

.home-two .widget:nth-child(2) {
float: left;
width: 60%;
padding: 10% 5% 3%;
}

.home-two .widget:nth-child(1) .widget-title {
color: #222;
font-size: 10.0rem;
letter-spacing: .05em;
height: 0;
width: 0;
white-space: nowrap;
left: 12%;
margin-bottom: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
position: relative;
z-index: 1;
}

.home-two .widget:nth-child(1)  .widget-title::after {
content: "";
height: 1px;
width: 150px;
background: #222;
display: inline-block;
margin-bottom: 20px;
margin-left: 30px;
z-index: 999;
}

.home-one h1 {
font-size: 8.0rem;
letter-spacing: normal;
line-height: .85;
margin-right: -17%;
position: relative;
text-transform: none;
z-index: 1;
}

.home-one h1::after {
content: "";
height: 1px;
width: 120px;
background: #222;
display: inline-block;
margin-bottom: 20px;
margin-left: 10px;
z-index: 999;
}

.home-two h1 {
color: #222;
font-size: 8.0rem;
letter-spacing: normal;
line-height: .85;
margin-left: -17%;
position: relative;
text-transform: none;
z-index: 1;
}

.home-two h1::before {
content: "";
height: 1px;
width: 120px;
background: #222;
display: inline-block;
margin-bottom: 20px;
margin-left: 10px;
z-index: 999;
}


/* Home grid & Home About Titles on hover
------------------------------------*/
.home-grid .featured-content .entry,
.home-grid-2 .featured-content .entry {
padding-bottom: 0px;
margin-bottom: 0px;
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.featured-content article.has-post-thumbnail {
position: relative;
padding: 0;
border: 0;
overflow: hidden;
}

.featured-content article.has-post-thumbnail > a {
width: 100%;
height: auto;
overflow: hidden;
display: block;
margin: 0;
}

.featured-content article.has-post-thumbnail > a img {
display: block;
margin: 0;
opacity: 1;
width: 100%;
-webkit-transition: opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
-moz-transition:    opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
-ms-transition:     opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
-o-transition:      opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
transition:         opacity .2s cubic-bezier(0,1,.75,1), transform 2.5s cubic-bezier(0,1,.75,1);
}

.featured-content article.has-post-thumbnail:hover > a img {
transform: scale(1.1);
}

.home-grid .entry-header::after,
.home-grid-2 .entry-header::after   {
display: none;
}

.home-grid .alignnone,
.home-grid-2 .alignnone  {
margin-bottom: 0;
}

.home-grid .featured-content img,
.home-grid-2 .featured-content img {
vertical-align: top;
-webkit-transition:  all .2s linear;
-moz-transition:  all .2s linear;
-o-transition:  all .2s linear;
transition:  all .2s linear;
}

.home-grid .entry-header,
.home-grid-2 .entry-header {
margin-top: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}

.home-grid .entry-title a,
.home-grid-2 .entry-title a {
color: #222;
background: rgba(251,251,251,.25);
border: 2px solid #222;
display: block;
font-size: 3.0rem;
letter-spacing: .05em;
text-transform: uppercase;
padding: 20px;
}

.home-grid .widget .entry:hover .entry-header,
.home-grid-2 .widget .entry:hover .entry-header {
opacity: 1;
}

/* Home About
--------------------------------------------- */

.home-grid-2 .wrap {
max-width: 1500px;
}

.home-about-1 {
float: left;
width: 45%;
padding: 13% 5%;
}

.home-about-1 .widget:nth-child(1) {
padding: 5%;
}

.home-about-1 .simple-social-icons .widget-title {
font-size: 4.0rem;
letter-spacing: .05em;
text-transform: uppercase;
text-align: center;
}

.home-about-1 .simple-social-icons .widget-title::after {
content: "";
height: 1px;
width: 30px;
background: #000;
display: block;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
margin: 20px auto 30px;
position: relative;
z-index: 1;
}

.home-about-1 .button {
background: transparent;
border: 2px solid #222;
color: #222;
font-size: 2.6rem;
letter-spacing: .05em;
padding: 3px 20px;
}

.home-about-1 .button:hover {
background: #da997b;
border: 2px solid #da997b;
color: #fff;
font-size: 2.6rem;
letter-spacing: .05em;
padding: 3px 20px;
}

.home-about-2 {
float: left;
width: 55%;
padding: 13% 0;
}

.home-about-2 .widget:nth-child(1) {
float: left;
width: 50%;
}

.home-about-2 .widget:nth-child(2) {
float: left;
width: 50%;
position: relative;
z-index: 1;
padding: 3%;
background: #fff;
margin-left: -8%;
margin-top: 7%;
}

.home-about-2 .soliloquy-container .soliloquy-next,
.home-about-2 .soliloquy-container .soliloquy-prev,
.home-about-2 .soliloquy-container .soliloquy-pager-link {
display: none !important;
}

/* Home Services
--------------------------------------------- */

.home-testimonials {
background: #f2ede7;
margin: 0 auto;
padding: 8% 1%;
text-align: center;
}

.home-testimonials h1 {
color: #222;
font-size: 3.0rem;
line-height: 1;
letter-spacing: normal;
pointer-events: none;
text-align: center;
padding: 4% 15px 3%;
width: 60%;
margin: -12% 35% 5% 5%;
position: relative;
}


/* 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 {
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 {
background-attachment: scroll;
}
}

/* iphone 6 plus */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) {
.image-section-1 {
background-attachment: scroll;
}
}

/* iphone 6 */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
.image-section-1 {
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 {
background-attachment: scroll;
}
}


@media only screen and (max-width: 1080px) {

.home-one .widget:nth-child(2) .widget-title,
.home-two .widget:nth-child(1) .widget-title,
.image-section-1 h1 {
font-size: 7.0rem;
}

.home-one h1,
.home-two h1 {
font-size: 6.0rem;
}

.home-one h2,
.home-two h2 {
font-size: 3.2rem;
}

.soliloquy-container .soliloquy-caption h1 {
font-size: 4.0rem !important;
}

.soliloquy-container .soliloquy-caption h2 {
font-size: 2.4rem !important;
}

.soliloquy-container .soliloquy-caption {
width: 65% !important;
}

.image-section-1 h1::after {
margin-top: 38px;
}

.home-two .widget:nth-child(1) {
margin-top: 10%;
}

.home-one .widget:nth-child(2) .widget-title,
.home-two .widget:nth-child(1) .widget-title,
.image-section-1 h1,
.front-page .blog .widget-title {
font-size: 5.0rem;
}

.home-one .widget:nth-child(2) .widget-title {
right: 3%;
}

.home-one .widget:nth-child(2) .widget-title::after {
margin-bottom: 10px;
margin-left: 15px;
width: 100px;
}

.home-two .widget:nth-child(1) .widget-title {
left: 7%;
}

.home-two .widget:nth-child(1) .widget-title::after {
width: 100px;
margin-bottom: 7px;
margin-left: 15px;
}

.front-page .blog .widget-title::after {
margin: 35px auto 30px;
}
}

@media only screen and (max-width: 800px) {

.home-one .widget:nth-child(2) .widget-title,
.home-two .widget:nth-child(1) .widget-title,
.image-section-1 h1, .front-page .blog .widget-title {
font-size: 4.0rem;
}

.home-grid .entry-title a,
.home-grid-2 .entry-title a {
font-size: 2.2rem;
padding: 10px;
}

.home-one h1::after,
.home-two h1::before {
width: 75px;
}

.home-about-1 {
width: 55%;
padding: 13% 3%;
}

.home-about-2 {
width: 45%;
padding: 13% 2%;
}

.home-about-2 .widget:nth-child(1) {
width: 80%;
}

.home-about-2 .widget:nth-child(2) {
float: right;
width: 90%;
padding: 3%;
margin-left: 0;
margin-top: -17%;
}

.front-page .content .entry-title {
font-size: 2.8rem;
padding: 10px;
}

.front-page .blog .entry-title::before {
margin: 20px auto 20%;
}

@media only screen and (max-width: 640px) {

.home-one .widget:nth-child(2) .widget-title,
.home-two .widget:nth-child(1) .widget-title,
.image-section-1 h1,
.front-page .blog .widget-title {
font-size: 3.6rem;
}

.home-one h1::after {
margin-bottom: 10px;
width: 50px;
}

.home-two h1::before {
margin-bottom: 10px;
width: 50px;
}

.front-page .content .entry{
width: 70%;
margin: 5% auto;
float: unset;
}

.front-page .blog .entry-title {
font-size: 3.8rem;
}

.front-page .blog .entry-title::before {
margin: 20px auto 35px;
}

.home-one h1, .home-two h1 {
font-size: 4.0rem;
}

.flexible-widgets.widget-fourths .widget,
.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-thirds .widget {
max-width: 400px;
float: unset;
margin: 0 auto;
width: 100%;
}
}

@media only screen and (max-width: 500px) {
.home-one .widget:nth-child(2) .widget-title,
.home-two .widget:nth-child(1) .widget-title {
font-size: 2.6rem;
}

.home-one .widget:nth-child(2) .widget-title::after {
margin-bottom: 5px;
margin-left: 10px;
width: 50px;
}

.home-two .widget:nth-child(1) .widget-title::after {
width: 50px;
margin-bottom: 5px;
margin-left: 5px;
}

.home-about-1 {
width: 100%;
padding: 13% 5% 0;
}

.image-section-1 h1,
.image-section-1 h3 {
text-align: left;
}

.image-section-1 h1::after {
margin-top: 19px;
}

.home-about-1 .simple-social-icons .widget-title {
font-size: 2.6rem;
letter-spacing: .10em;
}

.home-about-1 .simple-social-icons .widget-title::after {
margin: 10px auto 20px;
}

.home-about-2 {
width: 100%;
max-width: 400px;
margin: 5% auto;
float: unset;
padding: 5% 0;
clear: both;
}

.home-about-2 .widget:nth-child(1) {
width: 70%;
float: left;
}

.home-about-2 .widget:nth-child(2) {
float: right;
width: 70%;
padding: 3%;
margin-left: 0;
margin-top: -30%;
margin-bottom: 50px;
}
}
}
