/*
Theme Name: Hello Chic
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) 2018, Hello You Designs
Version: 1.0.6

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 h1,
.image-section-4 h1,
.home-one h1,
.home-three h2,
.home-three h4,
.home-services h2,
#home-about h2,
#home-about h4,
.home-flexible .widget-title,
.home-close .widget-title,
.image-section .widget-title,
.front-page .blog .widget-title,
.home-full h1   {
font-family: 'LLS';
}

.soliloquy-container .soliloquy-caption h2,
.soliloquy-container .soliloquy-caption h3,
.home-three h1,
.home-three h3,
#home-about h1,
#home-about h3,
.home-full h2,
.home-full h3  {
font-family: 'Italiana', serif;
text-transform: uppercase;
}

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

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

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

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

.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;
}

.blog.widget-area::before {
background-color: #fcf0f2;
content: "";
display: block;
float: none;
height: 450px;
position: absolute;
width: 100%;
clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 50% 100%, 0px 85%);
z-index: -1;
}

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

.front-page .entry-header::after {
margin-bottom: 10px;
}

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

.front-page .blog .entry-image {
background-color: #fff;
padding: 14px;
}

.front-page .blog .widget-title {
font-size: 7.0rem;
letter-spacing: normal;
text-align: center;
padding-top: 80px;
}

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

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

.image-section {
background-image: url('images/bg.png');
background-size: 100%;
background-position: top;
background-repeat: no-repeat;
}

.image-section-wrap {
background-image: url('images/bgb.png');
background-size: 100%;
background-position: bottom;
background-repeat: no-repeat;
}

.image-section-1 .widget-area,
.image-section-4 .widget-area {
padding: 160px 20px;
vertical-align: middle;
}

.image-section-3 .widget-area,
.image-section-5 .widget-area {
padding: 100px 0px;
vertical-align: middle;
}

.image-section-1,
.image-section-4 {
color: #222;
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-2,
.image-section-3,
.image-section-5 {
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 .button,
.image-section-4 .button {
border: 3px solid #222;
background: rgba(251,251,251,.25);
color: #222;
display: inline-block;
font-size: 20px;
font-size: 2.0rem;
letter-spacing: 3px;
padding: 20px 50px;
text-transform: uppercase;
clear: both;
margin: 10px auto;
}

.image-section-1 .button:hover,
.image-section-4 .button:hover {
border: 3px solid #333;
background: #333;
color: #fff!important;
}

.image-section-1 h1,
.image-section-4 h1 {
color: #222;
font-size: 7.0em;
letter-spacing: normal;
line-height: .65;
margin-top: 20px;
}

.image-section-1 h2,
.image-section-4 h2,
.image-section-1 h3,
.image-section-4 h3,
.image-section-1 h4,
.image-section-4 h4,
.image-section-1 .widget-title,
.image-section-4 .widget-title {
	color: #222;
}

.image-section-1 h2,
.image-section-4 h2 {
    text-transform: uppercase;
}

/* 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 {
color: #222;
line-height: 0;
margin: 0 auto;
max-width: 1900px;
clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 50% 100%, 0px 85%);
}

.home-full .widget:nth-child(1) img {
    width: 100%;
}

.home-full .widget:nth-child(2) {
line-height: 1;
text-align: center;
width: 100%;
max-width: 700px;
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%);
}

.home-full h1 {
font-size: 7.0rem;
letter-spacing: normal;
line-height: .65;
text-transform: none;
color: #222;
margin-bottom: 0;
}

.home-full h2 {
font-size: 5.0rem;
color: #222;
margin-bottom: 0;
}

.home-full h3 {
font-size: 40px;
font-size: 4.0rem;
color: #222;
margin-bottom: 0;
}

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

/* 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;
}

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

.home-full .soliloquy-container .soliloquy-caption {
display: block;
position: static;
background: #999;
}

}

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

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
display: none !important;
}

.soliloquy-caption-inside {
background: rgba(251,251,251,.85) !important;
border: double #eee!important;
outline: 7px solid rgba(251,251,251,.5) !important;
color: #777 !important;
font-size: 2.0rem !important;
line-height: 1.5 !important;
padding: 20px 0px !important;
text-shadow: none !important;
}

.soliloquy-container .soliloquy-caption {
width: 32% !important;
margin-left: 34% !important;
margin-bottom: 8% !important;
background: none !important;
padding: 2% !important;
}

.soliloquy-container .soliloquy-caption h2 {
font-size: 3.8rem !important;
line-height: 1.5 !important;
text-align: center !important;
text-transform: none !important;
letter-spacing: normal !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 a.soliloquy-button {
text-transform: uppercase !important;
letter-spacing: 2px !important;
background: #333;
border: 1px solid #fff;
outline: 1px solid #333;
color: #fff;
margin: 12px auto 0;
padding: 10px 20px !important;
font-size: 12px !important;
font-style: normal !important;
overflow: auto !important;
display: inline-block !important;
line-height: 1.2 !important;
}

.soliloquy-container .soliloquy-caption a.soliloquy-button:hover {
background: #fff !important;
border: 1px solid #fff !important;
outline: 1px solid #333 !important;
color: #333 !important;
}

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

.soliloquy-container .soliloquy-caption {
width: 40% !important;
margin-left: 30% !important;
font-size: 1.2rem !important;
margin-bottom: 5% !important;
}

}

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

.soliloquy-container .soliloquy-caption {
width: 60% !important;
margin-left: 20% !important;
margin-bottom: 2% !important;
}
}

@media only screen and (max-width: 700px) {
.soliloquy-container .soliloquy-caption {
width: 80% !important;
margin-left: 10% !important;
}
}

@media only screen and (max-width: 600px) {
.soliloquy-container .soliloquy-caption {
display: none !important;
}
}

/* Home Badge
-------------------------------------------------*/

.home-badge {
transition:all 1s;
position: absolute;
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%);
z-index: 2;
}

.home-badge img {
width: 200px;
}

.home-badge img:hover {
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

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

.home-grid {
background: #fff;
}

.home-grid .featured-content .entry {
padding-bottom: 0px;
margin-bottom: 0px;
}

.home-grid h2,
.home-grid h3,
.home-grid p {
margin-bottom: 0;
line-height: 1.5;
}

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

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

.home-one {
float: left;
width: 30%;
z-index: 9;
padding: 50px 0 0;
}

.home-one .widget:nth-child(1) {
background: none;
float: left;
position: relative;
max-width: 300px;
min-height: 150px;
margin-left: 20px;
z-index: 8;
top: 60px;
}

.home-one .widget:nth-child(2) {
float: left;
background: #fff;
top: -50px;
left: 60px;
position: relative;
}

.home-two {
padding: 240px 0 0;
float: left;
width: 30%;
z-index: 9;
position: relative;
}

.home-two .widget {
background: #fff;
padding: 20px;
}

.home-three {
background: #fff;
float: right;
padding: 30px;
width: 40%;
margin-top: 100px;
margin-bottom: 50px;
z-index: 9;
}

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

.home-one h1 {
font-size: 120px;
line-height: .65;
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
letter-spacing: normal;
}

.home-three h1 {
color: #cddfe6;
font-size: 10.0rem;
line-height: 1;
letter-spacing: normal;
pointer-events: none;
text-align: center;
}

.home-three h2 {
font-size: 7.0rem;
text-align: center;
margin-top: -80px;
letter-spacing: normal;
}

.home-three h3 {
font-size: 2.8rem;
text-align: center;
}

.home-three h4 {
font-size: 5.0rem;
text-align: center;
letter-spacing: normal;
}

/* Home grid & Home About Titles on hover
------------------------------------*/

.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-about .entry-header::after {
display: none;
}

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

.home-grid .featured-content img,
#home-about .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-about .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-about .entry-title a {
color: #222;
background: rgba(251,251,251,.25);
border: 2px solid #222;
display: block;
font-size: 24px;
font-size: 2.4rem;
letter-spacing: 2;
text-transform: uppercase;
padding: 20px;
}

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

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

.home-services {
margin: 0 auto;
padding: 40px 40px 100px;
text-align: center;
}

.home-services h1 {
color: #cddfe6;
font-size: 10.0rem;
line-height: 1;
letter-spacing: normal;
pointer-events: none;
text-align: center;
text-transform: none;
}

.home-services h2 {
font-size: 6.5rem;
text-align: center;
margin-top: -60px;
letter-spacing: normal;
}

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

#home-about .wrap {
padding-right: 30px;
}

#home-about .widget:nth-child(1) {
background: rgba(251,251,251,.85);
float: left;
width: 45%;
position: relative;
left: 80px;
top: 60px;
padding: 5%;
z-index: 2;
margin-bottom: 60px;
}

#home-about .widget:nth-child(2) {
float: left;
width: 55%;
position: relative;
z-index: 1;
}

#home-about h1 {
color: #cddfe6;
font-size: 10.0rem;
line-height: 1;
letter-spacing: normal;
pointer-events: none;
text-align: center;
}

#home-about h2 {
font-size: 6.0rem;
text-align: center;
margin-top: -60px;
letter-spacing: normal;
}

#home-about h3 {
font-size: 2.8rem;
text-align: center;
}

#home-about h4 {
font-size: 5.0rem;
text-align: center;
letter-spacing: normal;
}

/* Home Flexible
--------------------------------------------- */
.home-flexible {
background: #fff;
}

.home-flexible .wrap {
max-width: 1600px;
}

.home-flexible .widget-area {
padding: 100px 0;
}

.home-flexible::before {
background-color: #fcf0f2;
content: "";
display: block;
float: none;
height: 450px;
position: absolute;
width: 100%;
clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 50% 100%, 0px 85%);
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {

.home-full .widget:nth-child(2){
top: 300px;
}

.home-full h1 {
font-size: 5.0rem;
}

.home-full h2 {
font-size: 3.5rem;
}
}

@media only screen and (max-width: 1200px) {
.home-badge img {
width: 125px;
}
}

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

.home-full .widget:nth-child(2){
display: none;
}

.home-three {
font-size: 1.1rem;
padding: 3%;
}

.home-three h1 {
font-size: 7.0rem;
}
.home-three h2 {
font-size: 4.0rem;
margin-top: -60px;
}
.home-three h3 {
font-size: 1.8rem;
}

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

.image-section-2 .wrap {
padding: 0 10%;
}

.home-one h1 {
font-size: 10.0rem;
}

.home-one {
padding-top: 0;
width: 50%;
}

.home-two {
padding-top: 140px;
width: 50%;
}

.home-three {
float: none;
width: 70%;
margin: 0 15% 40px;
}

.home-services {
padding: 40px 20%;
}

#home-about .wrap {
padding-right: 0;
}

#home-about .widget:nth-child(1) {
font-size: 1.1rem;
left: 40px;
top: 40px;
padding: 3%;
margin-bottom: 30px;
}

#home-about .widget:nth-child(2) {
position: absolute;
width: 65%;
margin-left: 30%;
}

#home-about h1,
#home-services h1 {
font-size: 7.0rem;
}

#home-about h2,
#home-services h2 {
font-size: 3.5rem;
margin-top: -45px;
}

#home-about h3,
#home-services h3 {
font-size: 2.0rem;
}

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

}

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

.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;
}

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

.home-services {
font-size: 1.1rem;
}
}

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

.home-badge img {
width: 80px;
}

.image-section-1 h1,
.image-section-4 h1,
.home-flexible .widget-title,
.home-close .widget-title,
.image-section .widget-title,
.front-page .blog .widget-title {
font-size: 5.0rem;
}

.image-section .button {
font-size: 14px;
font-size: 1.4rem;
letter-spacing: 2px;
padding: 10px 20px;
}

.front-page .content .entry, .journal .entry {
width: 100% !important;
padding: 0 10%;
}

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

.image-section-2 .wrap {
padding: 0 2%;
}

.home-one h1 {
font-size: 8.0rem;
}

.home-two .widget {
padding: 7px;
}

.home-grid .entry-title a, #home-about .entry-title a {
font-size: 1.8rem;
padding: 12px;
}

.home-three {
	padding: 0 3% 3%;
	width: 100%;
	margin: 0 auto;
}

.home-services {
    padding: 40px 10%;
}

#home-about .widget:nth-child(1) {
width: 65%;
left: 20px;
}

#home-about .widget:nth-child(2) {
position: absolute;
width: 80%;
margin-left: 15%;
}
}

@media only screen and (max-width: 600px) {
	.home-full {
		margin-top: 170px;
	}
}

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

.front-page .site-inner {
padding: 20px;
}

.admin-bar .offscreen-content-icon,
.admin-bar .offscreen-content-toggle,
.offscreen-content-icon,
.offscreen-content-toggle {
top: 450px;
}

#home-about .wrap {
padding: 0 10%;
}

#home-about .widget:nth-child(1) {
width: 100%;
left: 0;
top: 0;
position: unset;
}

#home-about .widget:nth-child(2) {
position: unset;
width: 100%;
margin: 0 auto;
}

.home-full {
    margin-top: 130px;
}
}

@media only screen and (max-width: 400px) {
.home-one h1 {
font-size: 6.0rem;
}

.home-grid .entry-title a, #home-about .entry-title a {
font-size: 1.4rem;
padding: 8px;
}
}



/* 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,
.image-section-4,
.image-section-5 {
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,
.image-section-4,
.image-section-5 {
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,
.image-section-4,
.image-section-5 {
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,
.image-section-4,
.image-section-5 {
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,
.image-section-4,
.image-section-5 {
background-attachment: scroll;
}
}
