/*
Theme Name: Hello Lovely Theme
Theme URI: https://helloyoudesigns.com
Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework
Author: Hello You Designs
Author URI: https://www.helloyoudesigns.com/
Copyright: Copyright (c) 2016, Hello You Designs
Version: 1.0.9

Template: genesis
Template Version: 2.0.1
Tags: gold, marble, pink, pretty, white, ecommerce, portfolio, blog, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Change the accent colors here
----------------------------------------------------*/

.site-footer,
.home-calltoaction,
.social-bar,
.widget-above-content .enews-widget  {
background-color: rgba(228,239,239, 0.5);
}

a.category-block:after {
background: rgba(228,239,239, 0.90);
}



/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#004360}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */
*, *::before, *::after {
box-sizing: inherit;
}

*,html,
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.menu-bar:before,
.navigation-container:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
content: " ";
display: table;
}

.author-box:after,
.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.menu-bar:after,
.navigation-container:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
clear: both;
content: " ";
display: table;
}





/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
font-size: 1.4rem;
}

body {
background: #fff;
color: #666;
font-family: 'Quattrocento', serif;
font-size: 14px;
font-size: 1.4rem;
font-weight: 400;
letter-spacing: 1px;
line-height: 2;
margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button
.gallery img {
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

::-moz-selection {
background-color: #004360;
color: #fff;
}

::selection {
background-color: #004360;
color: #fff;
}

a {
color: #BA932A;
text-decoration: none;
}

a:hover,
a:focus {
color: #004360;
}

p {
margin: 0 0 24px;
padding: 0;
}

strong {
font-weight: 700;
}

ol,
ul {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

hr {
border: 0;
border-collapse: collapse;
border-top: 1px solid #eee;
clear: both;
margin: 1em 0;
}

b,
strong {
font-weight: 700;
}

cite,
em,
i {
font-style: italic;
}

blockquote {
background-color: #f9f9f9;
margin: 30px auto;
padding: 50px;
}

blockquote p {
margin: 0;
}

.rmtext, a.more-link {
border: 1px solid #BA932A;
color: #BA932A;
display: table;
font-size: 12px;
letter-spacing: 1px;
margin: 7px auto 10px;
padding: 7px 10px;
text-align: center;
text-transform: uppercase;
width: auto;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
color: #a5cccb;
font-family: 'Poppins', sans-serif;
font-weight: 400;
letter-spacing: 2px;
line-height: 1.2;
margin: 0 0 16px;
text-transform: uppercase;
}

h1 {
font-size: 26px;
font-size: 2.6rem;
}

h2 {
font-size: 22px;
font-size: 2.2rem;
}

h3 {
font-size: 18px;
font-size: 1.8rem;
}

h4 {
font-size: 14px;
font-size: 1.4rem;
}
h5 {
font-size: 12px;
font-size: 1.2rem;
}

h6 {
font-size: 10px;
font-size: 1rem;
}

hr {
margin: 2.5% auto;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
max-width: 100%;
}

img {
height: auto;
}

.featured-content img,
.gallery img {
width: auto;
}
.featured-content img:hover {
opacity: 0.7;
}

/* . Gallery
--------------------------------------------- */

.gallery {
overflow: hidden;
}

.gallery-item {
float: left;
margin: 0 0 28px;
text-align: center;
}

.gallery-columns-2 .gallery-item {
width: 50%;
}

.gallery-columns-3 .gallery-item {
width: 33%;
}

.gallery-columns-4 .gallery-item {
width: 25%;
}

.gallery-columns-5 .gallery-item {
width: 20%;
}

.gallery-columns-6 .gallery-item {
width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
width: 12.5%;
}

.gallery-columns-9 .gallery-item {
width: 11.1111%;
}

.gallery img {
border: 1px solid #eee !important;
height: auto;
padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
border: 1px solid #eee;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
background-color: #fff;
border: 1px solid #ddd;
color: #999;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-size: 1.4rem;
font-weight: 100;
padding: 12px;
width: 100%;
}

input:focus,
textarea:focus {
background: #f9f9f9;
outline: none;
}

::-moz-placeholder {
color: #999;
opacity: 1;
}

::-webkit-input-placeholder {
color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
background-color: #fff;
border: 1px solid #BA932A;
color: #BA932A;
cursor: pointer;
font-size: 11px;
font-size: 1.1rem;
font-weight: 400;
letter-spacing: 1px;
padding: 16px 24px;
text-transform: uppercase;
width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
background-color: #BA932A;
border: 1px solid #BA932A;
color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
background-color: #BA932A;
color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
background-color: #fff;
color: #BA932A;
}

.button {
display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
display: none;
}

accentcolor {
font-family: 'Poppins', sans-serif;
letter-spacing: 2px;
color: #BA932A;
font-weight: 100;
}

.screen-reader-text {
display: none;
}


/* Tables
--------------------------------------------- */

table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin-bottom: 40px;
width: 100%;
}

tbody {
border-bottom: 1px solid #eee;
}

th,
td {
text-align: left;
}

th {
font-weight: bold;
text-transform: uppercase;
}

td {
border-top: 1px solid #eee;
padding: 6px 0;
}

.more-link {
display: inline-block;
bottom: 0;
font-size: 11px;
position: relative;
text-align: center;
text-transform: uppercase;
}

/** In Post Navigation
---------------------------------------------------------------------------------------------------- */

.prev-next-navigation {
background: #fff;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
clear: both;
color: #ddd;
font-family: "Poppins",sans-serif;
font-size: 14px;
margin: 10px 0;
overflow: hidden;
padding: 20px;
text-transform: uppercase;
}

.previous {
float: left;
width: 48.717948717948715%;
}

.previous:before {
color: #BA932A;
content: "\f341";
font-family: "dashicons";
font-size: 11px;
padding-right: 2px;
-webkit-font-smoothing: antialiased;
}

.next:after {
color: #BA932A;
content: "\f345";
font-family: "dashicons";
font-size: 11px;
padding-left: 2px;
-webkit-font-smoothing: antialiased;
}


.prev-next-navigation .next {
float: right;
margin-left: 2.564102564102564%;
text-align: right;
width: 48.717948717948715%;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
clip: auto !important;
height: auto;
width: auto;
display: block;
font-size: 1em;
font-weight: bold;
padding: 15px 23px 14px;
color: #3c4143;
background: #fff;
z-index: 100000; /* Above WP toolbar. */
text-decoration: none;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
background-color: #fff;
margin: 0 auto;
max-width: 1200px;

}

.site-inner {
border-left: double #eee;
border-right: double #eee;
}

.lovely-home .site-inner {
border: none;
background-color: transparent;
clear: both;
max-width: 100%;
padding: 0;
}

.menu-bar {
width: 100%;
clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
float: right;
}

/* Content */

.content {
float: right;
width: 864px;
margin-top: 3%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
float: left;
padding: 0 30px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
width: 580px;
}

.full-width-content .content {
padding: 0 30px;
width: 100%;
}

/* Primary Sidebar */

.sidebar-content .sidebar-primary {
border-left: none;
border-right: 1px solid #eee;
}


.sidebar-primary {
border-left: 1px solid #eee;
float: right;
width: 330px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
float: left;
width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
float: right;
}

/* Column Classes
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
float: left;
margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
width: 48.717948717948715%;
}

.one-third,
.two-sixths {
width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
width: 65.81196581196582%;
}

.one-fourth {
width: 23.076923076923077%;
}

.three-fourths {
width: 74.35897435897436%;
}

.one-sixth {
width: 14.52991452991453%;
}

.five-sixths {
width: 82.90598290598291%;
}

.first {
clear: both;
margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/*  Avatar
--------------------------------------------- */

.avatar {
border-radius: 300px;
float: left;
}

.alignleft .avatar,
.author-box .avatar {
margin-right: 24px;
}

.alignright .avatar {
margin-left: 24px;
}

.comment .avatar {
margin: 0 16px 24px 0;
}

.author-box-custom .widget {
padding-top: 10px;
clear: both;
}

.author-box .simple-social-icons {
margin-top: 0px;
}

.author-box-title {
font-family: 'Poppins', sans-serif;
font-size: 22px;
letter-spacing: 2px;
margin-bottom: 8px;
text-transform: uppercase;
}

.author-box h4.widget-title {
margin-bottom: 4px;
padding-bottom: 0;
}


/* Author Box Icons*/
.social-links {
overflow:auto;
margin-top:30px;
}

.social-links li {
list-style-type: none;
float: left;
}

.social-links a {
border-bottom: none;
}

.social-links i {
background: #fff;
width: 40px;
height: 40px;
border-radius: 20px;
font-size: 16px;
text-align: center;
margin-right: 2px;
margin-bottom: 5px;
padding-top: 15%;
transition-property: opacity;
transition-delay: 0.3s;
transition-duration: .5s;
}

.social-links i:hover {
opacity:.7;
}



/* # Genesis
--------------------------------------------- */

.breadcrumb {
margin-bottom: 20px;
}

.archive-description {
background-color: #fff;
margin-bottom: 0;
padding: 50px 0 40px 40px;
}

.archive-description .alignleft,
.archive-description .alignright{
width: 48.717948717948715%;
}

.archive-description .alignright {
display: inline-block !important;
height: 100px !important;
margin-left: 2.564102564102564%;
margin-top: 40px;
top: 50% !important;
vertical-align: middle !important;
}

.author-box {
background-color: #fff;
margin-bottom: 40px;
margin-top: 5%;
padding: 0 40px;
}

.author-box-title {
font-size: 14px;
font-size: 1.4rem;
margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
margin-bottom: 0;
}

/*  Titles
--------------------------------------------- */

.archive-title {
font-size: 18px;
font-size: 1.8rem;
}

.entry-title {
font-family: 'Poppins', sans-serif;
font-size: 20px;
font-size: 2.0rem;
margin-bottom: 30px;
text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
color: #3c4143;
}

.entry-title a:hover,
.entry-title a:focus {
color: #BA932A;
}

.widget-title {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 20px;
}

.page-template-page_blog .archive-description {
display: none;
}

.page-template-page_archive .content ul {
margin-bottom: 40px;
}

.page-template-page_archive .content h3 {
margin: 20px auto;
}

.page-template-page_archive h2 {
border-bottom: 1px solid #f9f9f9;
margin: 20px auto;
padding: 20px 20px 10px 0;
}

.page-template-page_archive .entry-content ul {
margin-left: 0;
}

.page-template-page_archive .entry-content ul > li  {
list-style-type: none;
}


/* Expanding Search Bar
--------------------------------------------- */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.menu-bar .search-form input[type="search"] {
padding: 5px 1.8rem 5px 12px;
width: 120px;
border: 1px solid #f6f3f3;
-moz-transition: 400ms width ease;
-webkit-transition-duration: 400ms;
-webkit-transition-property: width;
-webkit-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: width;
-o-transition-timing-function: ease;
}

.menu-bar .search-form input[type="search"]:focus {
width: 145px;
}

.search-form {
position: relative;
}

.search-form input {
border: 0;
}

.search-form ::-webkit-input-placeholder {
color: #eee;
font-family: 'Poppins', sans-serif;
font-size: 11px;
letter-spacing: 1px;
padding-top: 1px;
text-transform: uppercase;
vertical-align: middle;
}

.search-form :-moz-placeholder { /* Firefox 18- */
color: #eee;
font-family: 'Poppins', sans-serif;
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
}

.search-form ::-moz-placeholder {  /* Firefox 19+ */
color: #eee;
font-family: 'Poppins', sans-serif;
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
}

.search-form :-ms-input-placeholder {
color: #eee;
font-family: 'Poppins', sans-serif;
font-size: 11px;
letter-spacing: 1px;
line-height: 0;
text-transform: uppercase;
vertical-align: middle;
}

.menu-bar .search-form input[type="submit"] {
background: transparent;
clip: inherit;
color: #BA932A;
content: "\f179";
font-size: 16px;
font-family: "dashicons";
height: 16px;
outline: none;
position: inherit;
right: 20px;
top: 0px;
width: 16px;
-webkit-font-smoothing: antialiased;
}

input[type="search"] {
border-radius: 0;
-webkit-appearance: none !important;
}

/*search
---------*/


.search-form input[type="submit"] {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
padding: 0;
position: absolute;
width: 1px;
}

.entry-content .search-form {
width: 50%;
}

.sidebar-primary input[type="search"] {

border: 1px solid #f9f9f9;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
display: block;
margin: 0 auto;
}

a.alignnone {
display: inline-block;
}

.alignleft {
float: left;
text-align: left;
}

.alignright {
float: right;
text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
max-width: 100%;
}

img.centered,
.aligncenter {
display: block;
margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
margin: 0 0 24px 24px;
}

.wp-caption-text {
font-size: 10px;
font-size: 1rem;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
}

.entry-content p.wp-caption-text {
margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
margin: 0 0 28px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
word-wrap: break-word;
}

.widget ol > li {
list-style-position: inside;
list-style-type: decimal;
padding-left: 20px;
text-indent: -20px;
}

.widget li li {
border: 0;
margin: 0 0 0 30px;
padding: 0;
}

.widget_calendar table {
width: 100%;
}

.widget_calendar td,
.widget_calendar th {
text-align: center;
}
.after-entry {
padding: 0 40px 40px 40px;
}

.sidebar input#subbox1,
.sidebar input#subbox2 {
display: inline-block;
width: 48.717948717948715%;
}

.sidebar input#subbox2 {
float: right;
margin-left: 2.564102564102564%;
}
/* Featured Content
--------------------------------------------- */

.featured-content .entry {
margin-bottom: 20px;
padding: 0 0 24px;
}

.featured-content .entry-title {
font-size: 12px;
font-size: 1.2rem;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
color: #999;
}

.enews-widget input {
margin-bottom: 16px;
}

.sidebar .enews-widget input[type="submit"] {
width: 100%;
}

/* Call to Action enews
--------------------------------------------- */
/* Call to Action & Featured Enews
--------------------------------*/

.home-calltoaction .enews-widget,
.home-featured .enews-widget {
margin: 0 auto;
}

.home-calltoaction .widget-title,
.home-featured .widget-title {
text-align: center;
}

.home-calltoaction .enews-widget p,
.home-featured .enews-widget p  {
color: #373737;
float: left;
font-size: 14px;
line-height: 1.4;
padding: 4px 20px 0 0;
text-align: left;
text-transform: uppercase;
width: 34.61538461538462%;
}

.home-calltoaction  .enews #subbox1,
.home-featured  .enews #subbox1 {
margin-left: 0;
}

.home-calltoaction .enews input,
.home-featured .enews input {
float: left;
margin-bottom: 0;
margin-left: 2.564102564102564%;
width: 23.076923076923077%;
}

.home-calltoaction .enews-widget input[type="submit"],
.home-featured .enews-widget input[type="submit"] {
margin: 0;
margin-left: 2.564102564102564%;
padding: 14px 5px;
width: 14.1025641025641% !important;
}

/* eNews Mobile
--------------------------------------------- */
@media only screen and (max-width: 768px) {

.home-calltoaction .enews-widget p,
.home-featured .enews-widget p{
text-align: center;
width: 100%;
}

.home-calltoaction .enews-widget input[type="submit"],
.home-featured .enews-widget input[type="submit"] {
margin: 0;
width: 30% !important;
}

.home-calltoaction .enews-widget .enews-widget input,
.home-featured .enews-widget .enews-widget input {
margin-bottom: 16px;
}

.home-calltoaction .enews-widget input#subbox,
.home-featured .enews-widget input#subbox,
.home-calltoaction .enews-widget input#subbox1,
.home-featured .enews-widget input#subbox1,
.home-calltoaction .enews-widget input#subbox2,
.home-featured .enews-widget input#subbox2 {
display: inline-block;
width: 31.717948717948715%;
}
.home-calltoaction .enews-widget input#subbox2,
.home-featured .enews-widget input#subbox2 {
float: right;
margin-left: 2.564102564102564%;
}
.home-calltoaction .enews-widget input#subbox,
.home-featured .enews-widget input#subbox {
margin-right: 2.564102564102564%;
}

}

@media only screen and (max-width: 400px) {

.home-calltoaction .enews-widget input#subbox,
.home-featured .enews-widget input#subbox,
.home-calltoaction .enews-widget input#subbox1,
.home-featured .enews-widget input#subbox1,
.home-calltoaction .enews-widget input#subbox2,
.home-featured .enews-widget input#subbox2,
.home-calltoaction .enews-widget input#subbox,
.home-featured .enews-widget input#subbox,
.home-calltoaction .enews-widget input[type="submit"],
.home-featured .enews-widget input[type="submit"] {
margin: 0 auto 2.5%;
width: 100% !important;
}
}


/* Soliloquy
--------------------------------------------- */

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
background-color: rgba(249,249,249,0.7) !important;
}

.soliloquy-container {
box-shadow: 0 0 3px 0 #ddd !important;
}

/* Gravity Forms
--------------------------------------------- */

.gform_wrapper {
margin: 1% auto!important;
clear: both;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
font-size: 16px;
padding: 10px;
}

div.gform_wrapper .ginput_complex label {
font-size: 12px;
font-style: italic;
padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
color: #BA932A;
font-family: 'Poppins', sans-serif;
font-weight: 100;
text-transform: uppercase;
letter-spacing: 1px;

}

div.gform_wrapper li,
div.gform_wrapper form li {
margin: 16px 0 0;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
font-size: .95em !important;
letter-spacing: 1px !important;
line-height: 2 !important;
}


.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
font-weight: 400!important;
font-size: 22px !important;
letter-spacing: 2px!important;
}

.gform_wrapper span.ginput_product_price {
color: #72C086 !important;
font-family: 'Poppins', sans-serif;
font-size: 18px;
}




/* WooCommerce
--------------------------------------------- */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
background-color: #fff !important;
border: 1px solid #BA932A !important;
border-radius: 0 !important;
color: #BA932A !important;
font-weight: normal !important;
padding: 16px 24px!important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background-color: #BA932A !important;
border: 1px solid #BA932A !important;
color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-family: 'Poppins', sans-serif!important;
font-size: 12px;
font-weight: 400 !important;
text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: #fff !important;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
color: #0E222C !important;

}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
border-top-color: #0E222C !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
text-align: center;
}

.woocommerce span.onsale {
background-color: #0E222C !important;
font-size: 10px !important;
padding: 4px 7px !important;
}

.woocommerce-cart table.cart img {
width: 100px !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
float: left;
padding: 5px !important;
width: 50%;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
width: 100% !important;
}

.woocommerce ul.product_list_widget li img:hover {
opacity: 0.7;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
float: none;
font-size: inherit;
margin: 0;
padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
display: inline !important;
}

.woocommerce .quantity .qty {
padding: 10px 10px;
}

.woocommerce .product-title {
font-family: 'Poppins', sans-serif;
font-weight: 400;
text-transform: uppercase;
}
.woocommerce ul.products li.product h3 {

font-size: 1.5em !important;
}

.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
float: left;
font-family: 'Poppins', sans-serif !important;
font-weight: 400 !important;
letter-spacing: 2px!important;
padding: 1% !important;
width: 25%;
text-align: center;
text-transform: uppercase;
}

.sidebar .woocommerce ul.product_list_widget li,
.sidebar .woocommerce-page ul.product_list_widget li {
float: left;
margin: 40px auto 20px;
padding: 1% !important;
width: 100%;
text-align: center;
}

.woocommerce ul.product_list_widget li img {
margin-bottom: 10px;
width: 100% !important
}

.product_meta {
display: none !important;
}


.woocommerce .next::after {
display: none !important;
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
padding-right: 3%;
padding-top: 3%;
}


/* Easy Recipe
--------------------------------------------- */

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .ERSName {
font-family: 'Poppins', sans-serif;
font-size: 18px !important;
font-weight: 400 !important;
}

.easyrecipe .ERSName,
.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader {
font-family: 'Poppins', sans-serif !important;
letter-spacing: 1px;
padding: 10px 0 10px 0;
text-transform: uppercase;
}

.easyrecipe .ERSTimes {
margin-bottom: 20px !important;
}

div.easyrecipe {
background-color: #f9f9f9!important;
border: 10px solid #fff!important;
outline: 1px solid #f5f5f5;
padding: 20px !important;
}

.easyrecipe div {
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 1.7 !important;
}

.easyrecipe .ERSTopRight {
padding-left: 20px;
}

.easyrecipe .ERSTopRight img {
border: 3px solid #fff !important;
}

.ERSTopRight {
background-color: #fff !important;
padding: 20px !important;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text,
.easyrecipe .ui-button-text-icons .ui-button-text {
margin-left: 14px;
padding: 10px !important;
}

.easyrecipe .ui-button-text-icon-primary .ui-icon {
margin-top: -10px !important;
}

div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
background: #3c4143 !important;
border-radius: 0;
font-family: 'Poppins', sans-serif;
font-weight: normal;
letter-spacing: 1px;
text-transform: uppercase;
}

.ERComment .ERRateBG {
margin-top: 7px;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
margin: 4px auto !important;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
border-bottom: double #eee;
text-align: center;
}

.site-header .wrap {
border-left: double #eee;
border-right: double #eee;
}

.header-image .site-title > a {
width: 350px;
margin-bottom: 2%;
}

.site-description {
display: none;
}

.site-footer .wrap {
background-color: transparent;
}

/* Title Area
--------------------------------------------- */

.title-area {
background-color: #fff;
display: inline-block;
height: 200px;
margin-left: auto;
margin-right: auto;
width: 350px;
}

.site-title {
background: #fff;
border: double #eee;
float: left;
font-family: "Playfair Display", serif;
font-size: 30px;
font-weight: 400;
height: 185px;
letter-spacing: 1px;
line-height: 150px;
margin: 20px auto 0;
text-align: center;
text-transform: uppercase;
width: 350px;
}

.site-title a,
.site-title a:hover {
box-sizing: border-box;
color: #444;
display: inline-block;
line-height: normal;
max-width: 350px;
padding: 20px 15px 25px;
vertical-align: middle;
word-wrap: break-word;
}

.header-image .site-title > a {
background-position: center center !important;
background-size: contain !important;
background-size: 350px 200px !important;
float: left;
height: 200px;
width: 100%;
}


.header-image .site-title{
background-image: none;
border: none;
display: block;
height: 0;
text-indent: -9999px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu a {
color: #004360;
display: block;
font-family: 'Poppins', sans-serif;
font-size: 13px;
font-weight: 400;
letter-spacing: 2.5px;
line-height: .75;
padding: 12px;
text-transform: uppercase;
}

.genesis-nav-menu a:hover {
color: #BA932A;
}

.genesis-nav-menu a .firstnav {
display: block;
font-family: 'Poppins', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;
}

.genesis-nav-menu .sub-menu {
background-color: #fff;
border: double #eee;
left: -9999px;
opacity: 1;
position: absolute;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition:    opacity .4s ease-in-out;
-ms-transition:     opacity .4s ease-in-out;
-o-transition:      opacity .4s ease-in-out;
transition:         opacity .4s ease-in-out;
z-index: 99;
}

.genesis-nav-menu .sub-menu a {
border-top: 0;
color: #004360;
font-size: 10px;
letter-spacing: 2px;
line-height: normal;
position: relative;
padding: 8px;
text-transform: uppercase;
word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
color: #BA932A;
}

.genesis-nav-menu .menu-item:hover {
position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
left: auto;
opacity: 1;
}


/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
cursor: pointer;
display: none;
margin-bottom: -1px;
text-align: center;
}

.responsive-menu-icon::before {
content: "\f333";
display: inline-block;
font: normal 20px/1 'dashicons';
margin: 0 auto;
padding: 10px;
}


/* Navigation
--------------------------------------------- */

.genesis-nav-menu a {
padding-bottom: 20px;
padding-top: 20px;
}

.genesis-nav-menu .menu-item {
display: inline-block;
text-align: center;
}

.genesis-nav-menu .menu-item:hover {
position: relative;
}

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.genesis-nav-menu .sub-menu:after {
border-bottom-color: #eee;
border-width: 10px;
margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
border-bottom-color: #eee;
border-width: 11px;
margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
display: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
text-align: center;
width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
margin: -53px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
left: 50%;
margin-left: -100px;
opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
left: 199px;
margin-left: 0px;
opacity: 1;
}

.navigation-container {
background-color: #fff;
border-bottom: 1px solid #eee;
min-height: 50px;
max-width: 1200px;
margin: 0 auto;
}

.nav-primary,
.nav-secondary {
width: 35.41666%;
}

.nav-primary {
border-left: double #eee;
float: left;
padding-right: 20px;
text-align: right;
}

.nav-secondary {
border-right: double #eee;
float: right;
padding-left: 20px;
text-align: left;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
display: block;
}

.responsive-menu-icon,
.responsive-menu > .menu-item-has-children:before,
.responsive-menu .menu-open.menu-item-has-children:before {

}

@media only screen and (min-width: 1100px) {


}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */
.menu-bar {
font-size: 12px;
font-size: 1.2rem;
margin-top: -120px;
margin-bottom: 0;
}

.leftmenu {
float: left;
padding-right: 20px;
width: 35.4166%;
}

.rightmenu {
float: right;
padding-left: 20px;
width: 35.41666%;
}

.leftmenu .widget {
float: right;
}

.rightmenu .widget {
float: left;
}

.leftmenu .widget:first-child {
border-left: 1px solid #eee;
padding-right: 2%;
}

.rightmenu .widget:first-child {
border-right: 1px solid #eee;;
padding-left: 2px;
}

.menu-bar .widget-area {
display: inline-block;
float: none;
}

.menu-bar .widget {
margin: 0 10px;
font-size: 12px;
text-align: center;
word-wrap: break-word;
min-height: 88px;
vertical-align: middle;
}

.menu-bar .widget-title {
text-align: center;
font-size: 12px;
color: #777;
letter-spacing: 1px;
border-bottom: 1px solid #004360;
padding-bottom: 3px;
margin: 15px 5px 0;
}

.menu-bar img {
max-height: 80px !important;
width: auto;
margin: 0 auto;
}

.menu-bar img:hover {
opacity: 0.7;
}

.menu-bar .textwidget {
padding: 0 15px 0;
}

.menu-bar .simple-social-icons {
padding-top: 30px!important;
}

.menu-bar .simple-social-icons ul li a {
padding: 3px !important;
font-size: 14px !important;
}

.menu-bar .search-form {
padding-top: 24px;
}

.lovely-home h3 {
font-size: 18px;
margin-bottom: 3%;
text-align: center;
}

.home-top-slider .widget-title,
.home-calltoaction .widget-title{
border-bottom: none;
color: #004360;
font-family: "Playfair Display", serif;
font-size: 2.5rem;
margin-bottom: 20px;
text-align: center;
}

.home-top-slider {
background: #fff;
border-right: double #eee;
border-left: double #eee;
margin: 0 auto;

padding: 30px;
overflow: hidden;
width: 1200px;
}

.home-badge {
margin: 0 auto;
max-width: 1200px;
}

.home-badge img:hover {
opacity: 0.7;
}

.home-badge .widget {
margin: -105px auto -70px;
max-height: 175px;
max-width: 175px;
position: relative;
text-align: center;
}

.home-flexible,
.home-featured {
background-color: #fff;
border-left: double #eee;
border-right: double #eee;
margin: 0 auto;
overflow: hidden;
width: 1200px;
}

.home-flexible {
padding: 4% 2% 2.5%;
}

.home-featured .widget {
padding: 4% 2%;
}

.home-calltoaction {
letter-spacing: 1px;
font-size: 22px;
font-size: 2.2rem;
margin: 0 auto;
overflow: hidden;
text-align: center;
width: 100%;
}

.home-calltoaction .widget{
max-width: 1200px;
margin: 0 auto;
padding: 4%;
}

.home-flexible .fa {
color: #a5cccb;
font-size: 18px;
margin-bottom: 20px;
}

.home-flexible h3{
font-family: 'Playfair Display', serif;
font-size: 18px;
color: #BA932A;
}

.home-flexible a{
color: #BA932A;
}
.home-flexible a:hover {
color: #a5cccb;
}

.home-flexible .textwidget {
border: double #eee;
float: left;
font-family: 'Poppins', sans-serif;
font-size: 10px;
letter-spacing: 1.5px;
margin-left: 1%;
padding: 30px;
text-align: center;
text-transform: uppercase;
}

.home-flexible .featured-content .entry {
padding: 0;
margin: 0;
}

.home-flexible .widget-area .widget {
float: left;
margin-left: 1%;
padding-bottom: 15px;
}

.home-flexible .one-widget .widget {
display: inline-block;
float: none;
margin: 0 auto;
max-width: 100%;
}

.home-flexible .seven-widgets .widget,
.home-flexible .five-widgets .widget,
.home-flexible .six-widgets .widget,
.home-flexible .three-widgets .widget,
.home-flexible .widget-thirds .widget {
width: 32.667%;
}

.home-flexible .four-widgets .widget {
width: 24.25%;
}

.home-flexible .eight-widgets .widget,
.home-flexible .five-widgets .widget:nth-last-of-type(-n+2),
.home-flexible .two-widgets .widget {
width: 49.5%;
}

.home-flexible .seven-widgets .widget:nth-child(4) {
width: 100%;
}

.home-flexible .eight-widgets .widget:nth-of-type(odd),
.home-flexible .five-widgets .widget:nth-of-type(3n+1),
.home-flexible .four-widgets .widget:nth-of-type(4n+1),
.home-flexible .seven-widgets .widget:nth-child(4),
.home-flexible .seven-widgets .widget:nth-child(4n+1),
.home-flexible .six-widgets .widget:nth-of-type(3n+1),
.home-flexible .three-widgets .widget:nth-of-type(1),
.home-flexible .two-widgets .widget:nth-of-type(odd),
.home-flexible .widget-thirds .widget:nth-of-type(3n+1) {
clear: both;
margin-left: 0;
}

.home-flexible .eight-widgets .widget:nth-last-of-type(-n+2),
.home-flexible .five-widgets .widget:nth-last-of-type(-n+2),
.home-flexible .four-widgets .widget:nth-last-of-type(-n+2),
.home-flexible .seven-widgets .widget:nth-last-of-type(-n+3),
.home-flexible .six-widgets .widget:nth-last-of-type(-n+3),
.home-flexible .three-widgets .widget,
.home-flexible .two-widgets .widget,
.home-flexible .widget-thirds .widget:nth-last-of-type(-n+3) {
margin-bottom: 0;
}

.home-flexible .featured-content.featuredpage .entry-title {
color: #eee;
font-size: 14px;
padding: 10px;
position: relative;
text-align: center;
}

.home-featured .widget {
margin-bottom: 30px;
}

.home-featured .widget-title {
border-bottom: none;
color: #004360;
font-size: 2.2rem;
letter-spacing: 3px;
margin-bottom: 20px;
padding: 10px 0;
text-align: center;
}

.home-featured .widget.featuredpost {
clear: both;
overflow: hidden;
}

.home-featured .featured-content.featuredpost .entry {
float: left;
width: 22.9%;
margin-left: 1.69999999%;
}

.home-featured .featured-content.featuredpost .entry:hover {
opacity: 0.7;
}

.home-featured .featuredpost .entry-title {
font-size: 12px;
font-size: 1.0em;
padding: 0;
text-align: center;
}

.home-featured .featured-content.featuredpage .entry-header {
margin: 0;
}

.social-bar {
margin: 0 auto;
padding: 2.8% 0 0;
}

.lovely-home .content {
margin-top: 0;
}

.lovely-home.category .content .entry {
width: 32.3334%;
}

.lovely-home.category .content .entry:nth-of-type(2n+2) {
float: left;
margin: 0 1.5% 20px 0;
}

.lovely-home.category .content .entry:nth-of-type(3n+3) {
border-right: 1px solid #ddd;
float: left;
margin-right: 0;
}


/* Widget Above Content Area
--------------------------------------------- */

.widget-above-content {
margin-top: 30px;
}

.widget-above-content .enews-widget {
background-size: 150px 100px;
margin: 0 auto;
min-height: 110px;
max-width: 1200px;
padding: 30px 30px 20px 30px;
}

.widget-above-content .enews-widget p {
color: #222222;
float: left;
font-size: 12px;
line-height: 1.4;
padding: 4px 20px 0 58px;
text-align: left;
text-transform: uppercase;
width: 34.61538461538462%;
letter-spacing: 1.5px;
}

.widget-above-content .enews input {
float: left;
padding: 12px 20px;
margin-bottom: 0;
margin-left: 2.564102564102564%;
width: 23.076923076923077%;
background-color: #fff;
font-size: 1.2rem;
text-transform: uppercase;
letter-spacing: 2px;
}

.widget-above-content .enews #subbox1 {
margin-left: 0;
}

.widget-above-content .enews-widget input[type="submit"] {
margin-left: 2.564102564102564%;
padding: 12px 20px;
width: 14.1025641025641%;
}


/* . Entries
--------------------------------------------- */

.entry {
margin-bottom: 40px;
padding: 50px 60px;
}

.content .entry {
background-color: #fff;
}

.entry-content ol,
.entry-content ul {
margin-bottom: 28px;
margin-left: 40px;
}

.entry-content ol > li {
list-style-type: decimal;
}

.entry-content ul > li {
list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
margin-bottom: 0;
}

.entry-content code {
background-color: #3c4143;
color: #ddd;
}

/* . Entry Meta
--------------------------------------------- */

p.entry-meta {
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 0;
}

.entry-header .entry-meta {
margin-bottom: 24px;
}

.entry-footer .entry-meta {
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
font-size: 10px;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
}

.entry-author:before {
content:"by: ";
}

.entry-comments-link {
border-right: 0;
display: inline-block;
padding: 7px 10px;
}

.archive .entry-author{
border-right: 1px solid #eee;
padding-right: 10px;
}

.entry-categories {
border-top: 1px solid #eee;
display: block;
padding: 7px 10px;
}

.entry-tags,
.entry-author,
.entry-time {
border-right: 1px solid #eee;
display: inline-block;
padding: 7px 10px;
}

/* Category Page
--------------------------------------------- */


.category-description, .archive-description {
background-color: #f9f9f9;
font-size: 16px;
margin-bottom: 40px;
padding: 40px;
text-align: center;
width: 100%;
}

.category .content {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.category .content img {
float: left;
width: 50%;
margin: 0 24px 8px 0;
}

.category .entry-footer {
clear: both;
}

.category .content .entry {
cursor: pointer;
float: right;
margin: 30px auto;
padding-bottom: 10px;
padding-top: 0;
width: 100%;
word-wrap: break-word;
}

.category .content .article-wrap {
padding-top: 60px;
}

.category .content .entry:nth-of-type(2n+1) {
clear: left;
}

.category .content .entry:nth-of-type(2n+2) {
float: right;
margin-right: 0;
}

.category .entry-title,
.category .entry-content {
padding: 0 4%;
}

.category .entry-title {
padding-top: 3%;
font-size: 18px;
text-align: center;
}


/** Masonry Grid on Home and Category Archives
--------------------------------------------- */


.gutter-sizer {
width: 2.6%;
}

.grid-sizer,
.masonry-page .content .entry {
border: double #eee;
width: 31.5%; /* 3 columns */
margin-bottom: 20px;
padding: 10px;
/*overflow: hidden;*/
}

a.category-block {
display: block;
position: relative;
}

a.category-block img {
vertical-align: top;
}

a.category-block .overlay {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
width: 100%;
padding: 30px;
opacity: 0;
color: #fff;
line-height: 1.3;
text-align: center;
-webkit-transition: opacity 0.15s ease-in-out;
-moz-transition: opacity 0.15s ease-in-out;
-ms-transition: opacity 0.15s ease-in-out;
-o-transition: opacity 0.15s ease-in-out;
transition: opacity 0.15s ease-in-out;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

a.category-block .overlay .excerpt,
a.category-block .overlay .more-link {
display: none;
}

a.category-block:after {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
content: "";
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;

filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

a.category-block:hover:after,
a.category-block:hover .overlay {
opacity: 1;

filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
}

.overlay .entry-title {
color: #BA932A;
font-family: "Playfair Display", serif;
font-size: 28px;
margin-bottom: 20px;
}

.more-link {
margin-top: 10px;
margin-bottom: 0;
font-style: italic;
}

/* Showcase Page & Portfolio Page
--------------------------------------------- */

.showcaseblurb,
.portfolioblurb {
margin: 5% auto;
padding: 0 5%;
overflow: auto;
text-align: center;
}

.archive-showcase .content,
.archive-portfolio .content {
margin-bottom: 5%;
padding: 0 30px 0 20px;
}

.single-showcase .entry-title,
.single-portfolio .entry-title{
font-size: 26px;
text-align: center;
}
.single-showcase .entry,
.single-portfolio .entry{
margin: 0 auto 5%;
max-width: 1000px;
padding: 0;
}

.single-showcase .entry img,
.single-portfolio.entry img {
border: double #eee;
padding: 5%;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
font-size: 14px;
margin: 40px 0;
text-transform: uppercase;
}

.pagination {
margin: 20px 2%;
text-align: center;
}

.archive-pagination li {
display: inline;
}

.archive-pagination li a {
border: 1px solid #f5f5f5;
color: #999;
cursor: pointer;
display: inline-block;
padding: 8px 15px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
background: rgb(228,239,239);

}

/* . Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
background-color: #fff;
margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
padding: 40px 40px 16px;
}

.entry-comments {
padding: 40px;
}

.comment-header {
font-size: 16px;
font-size: 1.6rem;
text-transform: uppercase;
}

span.says {
font-family: 'Poppins', sans-serif;
font-size: 12px;
font-style: italic;
text-transform: lowercase;
}

.comment-edit-link {
display: none;
}

li.comment {
background-color: #f9f9f9;
border: 2px solid #fff;
border-right: 0;
}

.comment-content {
clear: both;
word-wrap: break-word;
}

.comment-list li {
margin-top: 24px;
padding: 32px;
}

.comment-list li li {
margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
width: 50%;
}

.comment-respond label {
display: block;
font-size: 12px;
letter-spacing: 1px;
margin-right: 12px;
text-transform: uppercase;
}

.entry-comments .comment-author {
margin-bottom: 0;
}

.entry-pings .reply {
display: none;
}

.form-allowed-tags {
background-color: #f9f9f9;
font-size: 16px;
font-size: 1.6rem;
padding: 24px;
}

a.comment-time-link {
display: block;
font-size: 10px;
margin-right: 12px;
text-transform: uppercase;
}

.commentnumber {
display: block;
font-family: 'Poppins', sans-serif;
float: right;
font-size: 30px;
padding: 10px 20px 0 20px;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
font-size: 12px;
font-size: 1.2rem;
}

.sidebar li {
margin-bottom: 10px;
padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
margin-bottom: 0;
}

.sidebar .widget {
background-color: #fff;
border-bottom: 1px solid #eee;
padding: 30px;
}

.sidebar .widget-title {
color: #444;
font-style: normal;
font-weight: 300;
line-height: 1.2;
margin: 0 0 14px;
text-transform: uppercase;
text-align: center;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table .one-third:hover {
background: #F9F9F9;
}

.pricing-table h4 {
border-bottom: 1px solid #ddd;
margin: -40px -40px 40px;
padding: 40px;
text-align: center;
}

.pricing-table .one-third {
background-color: #fff;
border: 1px solid #ddd;
margin: 20px -1px;
padding: 40px;
width: 33.33%;
}

.pricing-table .one-third:nth-child(3n+1) {
margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
margin-bottom: 0;
margin-top: 0;
}

.pricing-table .one-third:nth-child(3n) {
margin: 20px 0;
}

.pricing-table ul li {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
margin-bottom: 15px;
}

.pricing-table a.button {
text-align: center;
display: block;
}

.share-after {
text-align: center;
}

.after-entry {
padding: 0 40px 40px 40px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
border-top: double #eee;
border-bottom: double #eee;
clear: both;
color: #999;
font-family: 'Poppins', sans-serif;
font-size: 11px;
font-size: 1rem;
letter-spacing: 2px;
text-transform: uppercase;
}

.footer-widgets a {
color: #999;
}
.footer-widgets a:hover {
color: #BA932A;
}

.footer-widgets img:hover {
opacity: 0.7;
}

.footer-widgets .fa {
color: #a5cccb;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
min-height: 250px;
}

.footer-widgets-1 {
float: left;
border-right: 1px solid #eee;
border-left: double #eee;
padding: 30px 35px 30px 44px;
width: 20%;
}

.footer-widgets-2  {
float: left;
width: 50%;
text-align: center;
}

.footer-widgets-2 .widget {
border-right: 1px solid #eee;
float: left;
min-height: 250px;
padding: 41px 20px;
width: 33.33333333333333%;
vertical-align: middle;
}

.footer-widgets-3 {
float: right;
border-right: double #eee;
padding-left: 0 !important;
width: 30%;
}

.footer-widgets .widget-title {
color: #777;
font-size: 14px;
letter-spacing: 2px;
text-align: center;
margin-bottom: 10px;
text-transform: uppercase;
}

.footer-widgets li {
list-style-type: none;
word-wrap: break-word;
line-height: 1.8;
display: block;
}
.footer-widgets .enews {
padding: 7% 10% 7%;
}
.footer-widgets .enews p{
margin-bottom: 10px;
}

.footer-widgets input {
background: #fff;
border: 1px solid #f3f3f3;
text-transform: uppercase;
letter-spacing: 2px;
}

.footer-widgets .enews input#subbox {
display: inline-block;
width: 65%;
padding: 8px 10px;
}

.footer-widgets .enews-widget input[type="submit"] {
margin-left: 2.5%;
padding: 8px 10px;
width: auto;
}

.footer-widgets .simple-social-icons {
border-bottom: 1px solid #eee;
padding: 14px 20px 0 20px;
}

.footer-widgets .simple-social-icons ul li a {
background-color: #ffff !important;
border-radius: 0px !important;
color: #a5cccb !important;
border: 0px #ffffff solid !important;
font-size: 14px;
padding: 9px;
}

.footer-widgets .simple-social-icons ul li a:hover {
background-color: #fff !important;
border-radius: 0px !important;
color: #BA932A !important;
border: none !important;
font-size: 14px;
padding: 9px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
font-size: 10px;
font-family: 'Poppins', sans-serif;
color: #999;
margin: 0 auto;
padding: 40px 0;
text-align: center;
text-transform: uppercase;
}

.site-footer a {
color: #999;
}

.site-footer p {
margin-bottom: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
}

@media only screen and (max-width: 1200px) {
.site-inner {
width: 100%;
margin: 0 auto;
}

.lovely-home {
margin: 0 auto;
}

.site-container {
padding: 0;
}

.site-inner,
.site-header .wrap,
.home-top-slider,
.home-flexible,
.home-featured  {
border-left: none!important;
border-right: none!important;
}

.nav-secondary {
border-right: none!important;
}
.nav-primary{
border-left: none!important;
}

.home-featured .widget:nth-of-type(2n+1) {
padding: 5%;
}

.site-footer {
width: 100%;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
width: 740px;
}

.content {
width: 720px;
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
width: 400px;
}

.sidebar-primary {
width: 330px;
}

.home-top-slider,
.home-featured,
.home-flexible,
.home-rtrthemes,
.footer-widgets{
float: none;
min-height: auto;
overflow: hidden;
width: 100%;
}

.footer-widgets .enews input#subbox {
width: 100%;
}

.footer-widgets .enews-widget input[type="submit"] {
width: 100%;
margin-left: 0;
}
.category .entry-content {
min-height: 250px;
}
}

@media only screen and (max-width: 1023px) {

.navigation-container, .site-header {
border: none!important;
}

.nav-primary, .nav-secondary {
width: 50%;
border-top: double #eee;
border-bottom: double #eee;
}

.nav-primary {
padding-right: 3px;
}
.nav-secondary {
padding-left: 3px;
}

.menu-bar {
border-bottom: none;
margin-top: 0px;
padding: 30px 0 0;
}
.leftmenu,
.rightmenu {
border-bottom: none;
width: 50%;
}
.rightmenu {
border-left: 1px solid #eee;
padding-left: 5px;
}

.left-menu {
padding-right: 5px;
}

.home-badge .widget {
margin: -95px auto -55px;
max-height: 150px;
max-width: 150px;
}

.content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.archive-showcase .content, .archive-portfolio .content  {
width: 100%;
}

.sidebar .widget {
margin-bottom: 20px;
}

.sidebar-primary {
border-left: none!important;
}

.sidebar-content .sidebar-primary {
border-right: none;
}

.sidebar .woocommerce ul.product_list_widget li,
.sidebar .woocommerce-page ul.product_list_widget li  {
margin: 0 auto;
padding: 1%;
width: 50%;
display: inline;
}

.archive-description {
background-color: #fff;
margin-bottom: 40px;
padding: 40px;
}

.site-footer {
padding: 24px 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page ul.products li.product:nth-child(2n+2) {
width: 48.719% !important;
}

.home-featured .widget:nth-of-type(2n+1) {
font-size: 18px;
font-size: 1.8rem;
padding: 3%;
}

.grid-archive .one-half {
padding-right: 40px;
}

.archive-description {
background-color: #fff;
margin-bottom: 40px;
padding: 40px;
}


}

@media only screen and (max-width: 845px) {


.wrap .menu-bar {
width: 100%;
}

.home-top-slider {
padding: 2%;
}

.home-badge .widget {
margin: -85px auto -40px;
max-height: 125px;
max-width: 125px;
}

.home-calltoaction {
font-size: 18px;
}

a.alignnone img {
display: block;
margin: 0 auto;
}

.archive-description {
padding: 40px 20px 20px 20px;
}

.entry {
padding: 40px 20px 20px 20px;
}

.author-box,
.comment-respond,
.entry-comments,
.entry-pings {
padding: 20px;
}

.archive-pagination li a {
margin-bottom: 4px;
}


.sidebar .widget.enews-widget {
padding: 40px;
}

.grid-archive .one-half {
padding: 20px;
}

.lovely-home  .eight-widgets .widget,
.lovely-home  .five-widgets .widget,
.lovely-home  .five-widgets .widget:nth-last-of-type(-n+2),
.lovely-home  .four-widgets .widget,
.lovely-home  .seven-widgets .widget,
.lovely-home  .six-widgets .widget,
.lovely-home  .two-widgets .widget,
.lovely-home  .widget-thirds .widget,
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.home-featured .featured-content.featuredpost .entry,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li  {
margin: 0 auto 0;
padding: 1%;
width: 50%;
display: inline;
}

.woocommerce .product_list_widget,
.woocommerce-page .product_list_widget  {
font-size: 11px !important;
font-size: 1.1em !important;
}

.archive-showcase .content, .archive-portfolio .content {
padding: 0 10px;
}
.grid-sizer,
.masonry-page .content .entry {
float: left;
margin-right: 2%;
padding: 0;
width: 46%;

}
}

@media only screen and (max-width: 768px) {

.lovely-home  .three-widgets .widget {
width: 32.57%;
}

.home-flexible .widget-area{
margin-bottom: 20px;
}

.lovely-home.category .content .entry,
.lovely-home.category .content .entry:nth-of-type(3n+3){
float: left;
margin-right: 2%;
padding: 0;
width: 48%;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
width: 100%;
margin: auto;
text-align: center;
min-height: auto;
border-right: double #eee;
border-left: double #eee;
}

.footer-widgets-2 {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

.footer-widgets-2 .widget {
min-height: auto;
}

.footer-widgets .enews {
padding: 7% 24% 7%;
}

.pricing-table .one-third {
width: 100%;
}

.nav-primary {
border-top: double #eee;
width: 100%;
margin: 0 auto;
padding: 10px;
text-align: left;
}


.genesis-nav-menu > .right > a {
display: block;
}

.genesis-nav-menu .right {
float: none;
padding: 0;
}

.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
.genesis-nav-menu.responsive-menu {
display: none;
}

.genesis-nav-menu.responsive-menu .menu-item,
.responsive-menu-icon {
display: block;
}

.genesis-nav-menu.responsive-menu .menu-item {
margin: 0;
}

.genesis-nav-menu.responsive-menu .menu-item:hover {
position: static;
}

.genesis-nav-menu.responsive-menu .current-menu-item > a,
.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu.responsive-menu a,
.genesis-nav-menu.responsive-menu a:hover {
background: none;
line-height: 1;
padding: 16px 20px;
text-align: left;
}

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
display: none;
}

.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
content: "\f347";
color: #333;
float: left;
font: normal 16px/1 'dashicons';
height: 16px;
padding: 16px 20px;
right: 0;
text-align: right;
z-index: 9999;
}

.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
content: "\f343";
color: #333;
}

.genesis-nav-menu.responsive-menu .sub-menu {
border: none;
left: auto;
opacity: 1;
padding-left: 25px;
position: relative;
-moz-transition:    opacity .4s ease-in-out;
-ms-transition:     opacity .4s ease-in-out;
-o-transition:      opacity .4s ease-in-out;
-webkit-transition: opacity .4s ease-in-out;
transition:         opacity .4s ease-in-out;
width: 200px;
z-index: 99;
}

.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
margin: 0;
}

.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu.responsive-menu .sub-menu li a,
.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
background: none;
border: none;
padding: 12px 20px;
position: relative;
width: 100%;
}
.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
text-align: center !important;
width: 100% !important;
}
}


@media only screen and (max-width: 740px) {

.menu-bar .widget {
margin: 0 auto;
}

.leftmenu .widget:first-child {
border-right: none!important;
border-left: none!important;
padding: 0;
}
.rightmenu {
border-left: none!important;
}
.rightmenu .widget:first-child {
border-right: none!important;
padding: 0;
}

}

@media only screen and (max-width: 600px) {

.lovely-home  .eight-widgets .widget,
.lovely-home  .five-widgets .widget,
.lovely-home  .five-widgets .widget:nth-last-of-type(-n+2),
.lovely-home  .four-widgets .widget,
.lovely-home  .seven-widgets .widget,
.lovely-home  .six-widgets .widget,
.lovely-home  .three-widgets .widget,
.lovely-home  .two-widgets .widget,
.lovely-home  .widget-thirds .widget,
.footer-widgets-1,
.footer-widgets-2,
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
margin: 0 auto 0;
width: 100%;
}

.home-badge {
display: none;
}

.category .entry-content {
font-size: 12px;
min-height: auto;
}

.category .content img {
width: 100%;
margin: 2% auto;
}

.home-calltoaction {
font-size: 14px;
}

.lovely-home  .three-widgets .widget,
div.one-half, .one-half,
div.one-third, .one-third,
div.one-fourth, .one-fourth,
div.three-fourth, .three-fourth {
width: 100%!important;
}



.archive-showcase .content, .archive-portfolio .content {
padding: 0;
}
.grid-sizer,
.masonry-page .content .entry {
border: none;
padding: 0;
width: 100%;

}

}

@media only screen and (max-width: 500px) {


.home-featured .widget:nth-of-type(2n+1) {
font-size: 14px;
font-size: 1.4rem;
padding: 3%;
}

.entry-meta {
border: 1px solid #eee;
}

.entry-comments-link {
padding-top: 0;
}

.entry-tags,
.entry-author,
.entry-time {
border-right: none;
}
}

@media only screen and (max-width: 460px) {

.site-title {
border: none;
width: 100%;
margin: 0 auto;
}


.lovely-home  .three-widgets .widget{
margin: 5% auto;
width: 100%;
}

.lovely-home.category .content .entry,
.lovely-home.category .content .entry:nth-of-type(3n+3){
float: none;
padding: 0;
width: 100%;
}

.entry,
.author-box,
.entry-comments,
.comment-respond {
padding: 5px;
}
.entry-author, .entry-time {
border-right: none!important;
}

.footer-widgets-2 .widget{
width: 100%;
}
.footer-widgets-2 .widget:nth-child(2) {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

.sidebar .woocommerce ul.product_list_widget li,
.sidebar  .woocommerce-page ul.product_list_widget li  {
font-size: 10px;
margin-bottom: 20px;
width: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page ul.products li.product:nth-child(2n+2) {
width: 100% !important;
}
}





/*Gutenberg Styling
--------------------------------------*/

h3 + h2,
.has-top-margin {
margin-top: 60px;
}

p.wp-block-subhead,
.entry-content .wp-block-cover-image,
.wp-block-image,
.entry-content ul.wp-block-gallery,
.wp-block-text-columns,
.entry-content .wp-block-button,
blockquote.wp-block-quote,
.entry-content .wp-block-quote.is-large,
.wp-block-code,
.wp-block-audio,
.entry-content .wp-block-video,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-table,
.wp-block-categories,
.entry-content .wp-block-latest-posts,
.wp-block-embed {
margin-bottom: 60px;
}

.wp-block-columns {
margin-bottom: 60px;
}

.wp-block-columns .wp-block-image {
margin-bottom: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
background: rgba(251,251,251,.85) !important;
color: #222!important;
}

.wp-block-categories.wp-block-categories-list,
.wp-block-latest-posts {
text-transform: uppercase;
}

.entry-content code {
color: #333!important;
}

td {
padding: 10px 8px;
}

hr {
border-top: 1px solid #999!important;
}

@media only screen and (min-width: 501px) {

.wp-block-columns > *:not(.layout-column-1) {
margin-left: 40px;
}
}

.wp-block-columns p:last-child,
.wp-block-text-columns p:last-child {
margin-bottom: 0;
}

.entry-content .alignwide {
width: auto;
max-width: 1000%;
margin-right: calc(25% - 25vw);
margin-left: calc(25% - 25vw);
}

.entry-content .alignfull {
width: auto;
max-width: 1000%;

margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}

.entry-content .alignwide > *,
.entry-content .alignfull > * {
width: 100%;
}

.entry-content ul.wp-block-gallery {
margin-left: 0;
}

.entry-content .wp-block-button__link:not(.has-background) {
background-color: #333;
}

.entry-content .wp-block-button .wp-block-button__link {
padding: 15px 30px;
border-radius: 0;
font-size: 16px;
font-weight: 600;
line-height: 1;
}

.entry-content .wp-block-button .wp-block-button__link:hover,
.entry-content .wp-block-button .wp-block-button__link:focus {
background-color: #eee;
color: #222;
}

blockquote {
margin-left: 0;
}

blockquote::before {
display: none;
}

blockquote p {
margin-bottom: 16px;
}

.wp-block-quote:not(.is-large) {
padding-left: 16px;
border-left: 4px solid #eee;
}

.wp-block-quote cite {
font-weight: bold;
}

.entry-content .wp-block-quote.is-large cite,
.entry-content .wp-block-quote.is-large footer {
display: block;
}

code,
kbd,
pre,
samp {
font-size: 16px;
}

.entry-content code {
display: block;
padding: 11px 22px;
border: 1px solid #e2e4e7;
border-radius: 4px;
background-color: transparent;
}

.entry-content .wp-block-table {
display: table;
}

tbody {
border-bottom: none;
}

td {
border: 1px solid #eee;
}

td:first-child,
th:first-child {
padding-left: 8px;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
text-align: left;
}

.wp-block-cover-image .wp-block-cover-image-text .button {
  color: #333;
}

@media only screen and (max-width: 500px) {

.entry-content .wp-block-columns {
display: block;
}

.wp-block-columns > *:not(:last-child) {
margin-bottom: 20px;
}

.wp-block-text-columns {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

.entry-content .wp-block-text-columns.columns-2 .wp-block-column {
width: 100%;
}

.entry-content .wp-block-text-columns .wp-block-column {
margin: 0;
}

.wp-block-text-columns .wp-block-column:not(:last-child) {
margin-bottom: 40px;
}
}
