.prev-next-navigation {
	font-size: 1.3em;
}

.prev-next-navigation .next {
	text-align: right;
}

.site-inner.full {
		max-width: 100%;
}

@media screen and (max-width: 1023px) {
	.site-inner.full {
    padding-left: 0;
    padding-right: 0;
	}
	.recent-posts-wrap,
	.recent-posts-wrap-secondary {
		padding-left: 12px;
		padding-right: 12px;
	}
	.advertisement-wrap {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/** Header - Mobile bar */

.header-mobile {
		display: none;
    background: #c7d0d8;
		font-family: 'Montserrat', sans-serif;
		padding: 5px 10px 5px 10px;
}

.header-mobile .wrap {
    display: flex;
    justify-content: space-between;
}

.header-mobile .wrap .mobile-nav,
.header-mobile .wrap .search-box {
    flex-basis: 25%;
}

.header-mobile .wrap .social-icons {
    flex-basis: 50%;
    text-align: center;
}

.header-mobile .wrap .jetpack_widget_social_icons .widgettitle.widget-title {
    display: none;
}

.header-mobile .wrap .social-icons .jetpack_widget_social_icons ul {
	margin-bottom: 0;
}

.header-mobile .wrap .social-icons .jetpack_widget_social_icons ul li {
	margin: 0 10px;
}

@media screen and (max-width: 500px) {
	.header-mobile .wrap .social-icons .jetpack_widget_social_icons ul li {
	margin: 0 0px;
	}
}

.header-mobile .wrap .social-icons a,
.header-mobile .wrap .social-icons a:visited {
    color: #302a2c;
}

.header-mobile .wrap .social-icons a:hover {
    color: #000;
}

.header-mobile .wrap .search-box {
    text-align: right;
}

#cmfw .search-form input[type="submit"]:hover {
	background: #000;
	color: #FFF;
}

@media screen and (max-width: 1030px) {
	.header-mobile {
			display: block;
	}
}

@media screen and (max-width: 1023px) {
	.brunch-pro .site-header {
		padding-bottom: 0;
	}
	.brunch-pro .site-header a img {
		margin-bottom: 0;
		max-width: 80%;
	}
}

@media screen and (max-width: 1024px) {
	.brunch-pro .site-header {
		padding-bottom: 0;
	}
	.brunch-pro .site-header a img {
		margin-bottom: 0;
		max-width: 80%;
	}
}

/** Header - Mobile search */

#cms {
    margin-top: 5px;
}

#cms img:hover {
	cursor: pointer;
}

#cmfw {
    position: absolute;
    top: 45px;
    left: 0;
    pointer-events: none;
    z-index: 99;
    opacity: 0;
    transition: opacity .2s ease,transform .2s ease;
    width: 100%;
    background: inherit;
    transform: translateY(-30px);
    border-top: 1px solid 
    rgba( 255,255,255,0.15 );
}

@media screen and (min-width: 1030px) {
	#cmfw {
		top: 100px;
	}
}

#cmfw.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

body.admin-bar #cmfw {
	top: 80px;
}

@media screen and (min-width: 1030px) {
	body.admin-bar #cmfw {
		top: 130px;
	}
}

/** Header - Mobile menu */

#navmob {
	background: transparent;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 32px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    height: 5px;
    background: #222222;
}
.c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #222222;
    content: "";
}
.c-hamburger span::before {
    top: -8px;
}
.c-hamburger span::after {
    bottom: -8px;
}
.c-hamburger--htx {
    /*background-color: #b1b1b1;*/
    border: none;
    display: inline-block;
}
.c-hamburger--htx span {
    transition: background 0s 0.2s;
    -webkit-transition: background 0s 0.2s;
    -moz-transition: background 0s 0.2s;
    -o-transition: background 0s 0.2s;
    -ms-transition: background 0s 0.2s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
    -moz-transition-duration: 0.2s, 0.2s;
    -o-transition-duration: 0.2s, 0.2s;
    -ms-transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
    -webkit-transition-delay: 0.2s, 0s;
    -moz-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    -ms-transition-delay: 0.2s, 0s;
}
.c-hamburger--htx span::before {
    transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -o-transition-property: top, transform;
    -ms-transition-property: top, transform;
}
.c-hamburger--htx span::after {
    transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    /** background-color: #0FF; */
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.2s;
    -webkit-transition-delay: 0s, 0.2s;
    -moz-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    -ms-transition-delay: 0s, 0.2s;
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    background-color: #000;
}

.mobile-menu {
	font-family: 'Montserrat', sans-serif;
	display: none;
	left: 0;
	margin: 0;
	position: absolute;
	top: 50px;
	width: 100%;
	max-width: 500px;
	z-index: 13;
}

@media screen and (max-width: 1024px) {
	nav.mobile-menu {
		display: block;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
}


.mobile-menu .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
		display: block;
}

.mobile-menu .flexnav {
		display: none;
		padding: 0px;
		margin: 0px;
		width: 100%;
		position: relative;
		z-index: 999;
		top: 0;
		background-color: #f8f8f8;
}

body.admin-bar .mobile-menu {
		top: 80px;
}

.mobile-menu .flexnav.flexnav-show {
	display: block;
}

.mobile-menu .flexnav ul {
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 999;
}

.mobile-menu .flexnav li {
	width: 100%;
	max-width: 100%;
	padding: 0px;
	position: relative;
}

.mobile-menu .flexnav li a {
		position: relative;
		display: block;
		z-index: 2;
		overflow: hidden;
		color: #302a2c;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #ddd;
		border-left: none;
		margin-left: 0px;
		padding: 5px 5px 5px 15px;
		font-style: normal;
}

.mobile-menu .flexnav li a:hover {
	  background-color: #f8f8f8;
}

.mobile-menu .flexnav li ul {
	width: 100%;
}

.mobile-menu .flexnav .fa-bars:before {
	content: "\f067";
	color: #000;
	margin-top: 0;
	display: block;
}

.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 63px;
  display: inline-block;
  background: #acaca1;
  background: transparent;
  text-align: center;
}

.flexnav .touch-button:hover {
  cursor: pointer;
}

.touch-button i {
	margin-top: 5px;
  font-size: 20px;
}

.flexnav .touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #666;
}

.mobile-menu .flexnav .sub-menu {
	left: 0;
	margin-left: 0;
	margin-bottom: 0px;
  opacity: 1;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 2;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.mobile-menu .flexnav .sub-menu a {
		background-color: rgba(243, 243, 243, 0.95);
		padding-left: 2.5em;
		width: 100%;
}


/** Header - Widget Area */

.widget-area.header-widget-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-image .site-header .widget-area {
	padding-top: 0;
}

.header-widget-area section.widget_media_image {
    flex-basis: 75%;
}

.header-widget-area section.widget_media_image img {
	margin-top: 5px;
}

.header-widget-area section.jetpack_widget_social_icons {
    flex-basis: 20%;
}

.header-widget-area section.widget_custom_html {
	flex-basis: 5%;
}

.textwidget #cms img {
    max-width: 20px;
}

/** Header - Navigation */

.site-header .widget-area .genesis-nav-menu {
		padding: 0;
}

.site-header .widget-area .genesis-nav-menu a {
		padding: 20px 15px;
}

/** Header - Social icons */

.widget-area.header-widget-area .jetpack_widget_social_icons ul {
		margin-bottom: 0;
}
.widget-area.header-widget-area .jetpack_widget_social_icons ul a {
	color: #302a2c;
}

.widget-area.header-widget-area .jetpack_widget_social_icons ul li {
	margin: 0 5px;
}

/** Category Blocks */

.category-archives-wrap {
    display: flex;
    align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
    height: 100%;
		margin: 0 1%;
    font-family: 'Montserrat', sans-serif;
}

.category-wrap {
		flex-basis: 23%;
		margin: 1%;
  	font-family: 'Montserrat', sans-serif;
}

.category-wrap.recipes {
    order: -1;
}

.category-wrap.nutrition {
    order: 1;
}

.category-wrap.home-neat-home {
    order: 2;
}

.category-wrap.motherhood {
    order: 3;
}


/** Advertisement wrap */

.advertisement-wrap {
    display: flex;
    align-items: flex-start;
    height: 100%;
		text-align: center;
}

.advertisement-wrap p {
    width: 100%;
}

/** View More Links */

.swg-view-more {
	display: flex;
	align-items: flex-start;
	height: 100%;
	text-align: center;
	padding: 12px 0;
}

.swg-view-more a,
.swg-view-more a:visited {
    color: #FFF;
		text-decoration: none;
		background: #302a2c;
    width: auto;
    display: inline-block;
    padding: 12px 36px;
    font-size: 15px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
		font-family: 'Montserrat', sans-serif;
}

.swg-view-more a:hover {
		background:#000;
}


/** Welcome Wrap */

.welcome-wrap {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
		margin-top: 12px;
	position: relative;
}

span.welcome-hi {
    font-family: 'JustLovely', 'Allura', 'Homemade Apple';
    font-weight: normal;
    font-style: normal;
    font-size: 78px;
    line-height: 1;
}

.welcome-wrap .left,
.welcome-wrap .right {
		width: 50%;
}

.welcome-wrap .left {
    background: 
    #f4f4f4;
    padding: 48px 96px 48px 48px;
}

.welcome-wrap .right img {
    display: block;
}

.welcome-wrap h2 {
	  font-family: 'Montserrat', sans-serif;
}

.nice-to-meet-you {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
	font-family: 'JustLovely', 'Allura', 'Homemade Apple';
    font-size: 80px;
    line-height: 70px;
    margin-top: -110px;
}

/** Recent Posts */

.recent-posts-wrap .swg-toolkit-display-posts {
    display: flex;
    align-items: flex-start;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
		text-align: left;
}

.recent-posts-wrap .swg-toolkit-display-posts .swg-toolkit-post {
		width: 48%;
		margin: 1%;
		justify-content: space-between;
		flex-direction: row;
}

.swg-toolkit-display-posts .swg-toolkit-post .swg-image, .swg-toolkit-display-posts .swg-toolkit-post .swg-content {
    flex-basis: 48%;
}

.swg-toolkit-display-posts .swg-toolkit-post .swg-content {
    display: flex;
    flex-direction: column;
}

.recent-posts-wrap .swg-toolkit-post .swg-image a img {
    margin-bottom: 0;
}

.recent-posts-wrap-secondary h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 24px;
}

.recent-posts-wrap-secondary .swg-toolkit-display-posts .swg-toolkit-post .swg-image a img {
	    margin-bottom: 0;
	}

h2.quick-finds-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 24px;
}

h2.quick-finds-title::after {
    content: '';
    display: block;
    height: 4px;
    width: 180px;
    background: 
    #c7d0d8;
    margin: 0 auto;
}

.recent-posts-wrap-secondary .swg-toolkit-display-posts {
    display: flex;
    align-items: flex-start;
		flex-wrap: wrap;
		height: 100%;
    font-family: 'Montserrat', sans-serif;
}

.recent-posts-wrap-secondary .swg-toolkit-display-posts .swg-toolkit-post {
		flex-basis: 23%;
		margin: 1%;
}

/** Subscribe Wrap */

.subscribe-wrap {
		background: #f4f4f4;
		display: flex;
    align-items: flex-start;
    height: 100%;
		/*padding: 24px;*/
		position: relative;
		margin-bottom: 72px;
		margin-top: 24px;
    font-family: 'Montserrat', sans-serif;
	position: relative;
}

.subscribe-wrap::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 50px #f4f4f4;
		border-left: solid 50px
transparent;
		border-right: solid 50px transparent;
}

.subscribe-wrap .left,
.subscribe-wrap .right {
		width: 50%;
}

.subscribe-wrap .right {
		padding: 0 15px;
}

.subscribe-wrap .left {
		/*margin-right: 2%;
		padding-right: 100px;*/
		text-align: center;
}

.subscribe-text {
    position: absolute;
    right: 50%;
font-family: 'JustLovely', 'Allura', 'Homemade Apple', sans-serif;
    font-size: 100px;
    line-height: 90px;
    text-align: right;
    top: 50%;
    margin-right: 20px;
    margin-top: -152px;
}

.subscribe-wrap .formkit-submit {
		background: #302a2c !important;
}

.subscribe-wrap .formkit-submit:hover {
		background: #000 !important;
}

@media screen and (min-width: 769px) {
	.subscribe-wrap .right h2,
	.subscribe-wrap .right p {
		/*max-width: 460px;*/
	}
}


/** Category Wrap */

.category-archives-title {
    margin-top: 0;
		margin-bottom: 0;
		text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.category-archives-title a,
.category-archives-title a:visited {
		color: #302a2c;
		text-decoration: none;
		font-style: normal;
}

.category-archives-title a:hover {
		color: #000;
}

.category-wrap img {
    margin-bottom: 0;
}

.category-wrap p {
		font-size: 13px;
		color: #939292;
    font-family: 'Montserrat', sans-serif;
}

/** Advertisement Wrap */

.advertisement-wrap {
		margin: 24px 0;
}

.advertisement-wrap p {
		margin: 0;
}

/** Recent Posts Wrap */

.recent-posts-wrap {
		margin-top: 24px;
	text-align: center;
}

.recent-posts-wrap h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 24px;
		border-bottom: 4px solid #c7d0d8;
		display: inline-block;
		margin: 0 auto 12px auto;
		width: auto;
}

.swg-toolkit-post {
    display: flex;
	  align-items: flex-start;
	  flex-direction: column;
}

.swg-toolkit-post h3 {
		margin-top: 0;
		order: 1;
		line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

.recent-posts-wrap .swg-toolkit-post h3 {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 12px;
}

.swg-toolkit-post h3 a,
.swg-toolkit-post h3 a:visited {
		color: #302a2c;
		text-decoration: none;
		font-style: normal;
		font-size: 16px;
		line-height: 20px;
}

.swg-toolkit-post h3 a:hover {
	color: #000;
}

.swg-toolkit-post span {
    font-size: 13px;
    color: #b6b6b6;
		margin-top: 24px;
}

.swg-toolkit-post span.date {
		order: 0;
		margin-top: 0;
}

.swg-toolkit-post span.excerpt {
    color: #302a2c;
		order: 1;
}

.swg-toolkit-post span.read-more {
		width: 100%;
    order: 1;
}

.swg-toolkit-post span.read-more a,
.swg-toolkit-post span.read-more a:visited {
    color: #FFF;
		text-decoration: none;
		background: #302a2c;
    width: 100%;
    display: block;
    padding: 12px;
    font-size: 14px;
    font-style: normal;
		text-align: center;
		text-transform: uppercase;
}

.swg-toolkit-post span.read-more a:hover {
	background: #000;
}

/** NEW Mobile CSS */

@media screen and (max-width: 1030px) {
		.header-image .site-header .widget-area {
    display: none;
	}
}

@media screen and (max-width: 768px) {
	.site-header .wrap {
		padding: 15px 15px 0 15px;
	}
	.widget-area.header-widget-area ul {
			text-align: center;
	}
	.welcome-wrap {
			display: none;
	}
	.category-archives-wrap {
    flex-wrap: wrap;
	}
	.category-wrap {
			flex-basis: 48%;
	}
	.category-archives-title {
		line-height: 20px;
	}
	.quick-finds .category-archives-title {
		line-height: 20px;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.recent-posts-wrap .swg-toolkit-display-posts .swg-toolkit-post {
		flex-direction: column;
	}
	.swg-toolkit-post span.excerpt,
	.swg-toolkit-post span.read-more {
		display: none;
	}
	.recent-posts-wrap .swg-toolkit-post h3 {
		border-bottom: 0;
		line-height: 20px;
	}
	.recent-posts-wrap-secondary .swg-toolkit-display-posts {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
	}
	.recent-posts-wrap-secondary .swg-toolkit-display-posts .swg-toolkit-post {
		flex-basis: 48%;
	}
	.subscribe-wrap {
    flex-direction: column;
		padding: 0;
		margin-top: 100px;
		position: relative;
	}
	.subscribe-wrap .left, .subscribe-wrap .right {
		width: 100%;
		margin: 0;
	}
	.subscribe-wrap .left {
			padding-right: 0;
	}
	.subscribe-wrap .right {
    padding: 6px 24px 24px 24px;
	}
	.recent-posts-wrap-secondary .swg-toolkit-display-posts .swg-toolkit-post .swg-image a img {
	    margin-bottom: 0;
	}
	.recent-posts-wrap-secondary .swg-toolkit-post h3 {
			margin-bottom: 12px;
			line-height: 20px;
			letter-spacing: 2px;
	}
	.subscribe-text {
	    position: absolute;
	    right: 50px;
	    font-family: 'JustLovely', 'Allura', 'Homemade Apple', sans-serif;
	    font-size: 70px;
	    line-height: 60px;
	    text-align: right;
	    top: -80px;
			margin-top: 0;
	}
}

/** Footer Codes */

.footer-newsletter {
    width: 100%;
    background: #f8f8f8;
    padding: 24px 0;
    font-family: Montserrat, sans-serif;
	justify-content: space-between;
}

.footer-newsletter .widget-wrap {
		display: flex;
		flex-wrap: wrap;
}

.footer-newsletter h3.widgettitle.widget-title,
.footer-newsletter span,
.footer-newsletter form {
		flex-basis: 48%;
}

@media screen and (max-width: 768px) {
	
.footer-newsletter h3.widgettitle.widget-title,
	.footer-newsletter span,
	.footer-newsletter form {
		flex-basis: 100%;
	}
}

.footer-newsletter h3.widgettitle.widget-title,
.footer-newsletter span {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
		letter-spacing: 0;
}

.footer-newsletter form .clean .formkit-fields {
	display: flex;
}

.footer-newsleter form .clean .formkit-fields .formkit-field {
		flex: 1 0 30%;
		font-size: 13px;
		border-radius: 0;
}

.footer-newsleter form .clean .formkit-fields .formkit-field input {
	border-radius: 0;
}

.footer-newsletter form .clean .formkit-fields .formkit-submit {
		flex: 1 0 40%;
		color: #FFF;
		font-size: 14px;
		font-weight: 700;
}

.footer-newsleter form .formkit-submit:hover,
.footer-newsletter form input[type="submit"]:hover {
		background: #000;
		color: #FFF;
}

.footer-widgets {
		font-family: Montserrat, sans-serif;
		font-size: 13px;
		border-top: 1px solid #EEE;
		padding-top: 48px;
}


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

.widget-area.footer-widgets-1 {
    flex-basis: 48%;
		padding-right: 48px;
}

.widget-area.footer-widgets-2, .widget-area.footer-widgets-3, .widget-area.footer-widgets-4 {
    flex-basis: 15%;
		margin-left: 2%;
}

.footer-widgets .widgettitle.widget-title {
    font-size: 16px;
}

.footer-widgets-1 .widgettitle.widget-title {
    font-family: 'JustLovely', 'Allura';
    font-size: 48px;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
}

.footer-widgets li a {
    font-style: normal;
		text-decoration: none;
		color: #302a2c;
}

.footer-social {
    width: 100%;
    font-family: Montserrat, sans-serif;
	justify-content: space-between;
}

.footer-social .wrap {
		display: flex;
	justify-content: space-between;
	padding-top: 24px;
}

.footer-social .wrap .social-icons {
	flex-basis: 58%;
}

.footer-social .wrap .social-icons .jetpack_widget_social_icons ul li {
    margin-right: 20px;
}

.footer-social .social-icons a {
	color: #302a2c;
}

.footer-social .social-icons a:hover {
	color: #000;
}

.footer-social .wrap .search-box {
	flex-basis: 38%;
}

.search-box form {
	display: flex;
}

.search-box form #search {
    flex-basis: 90%;
}

.search-box form input[type="image"] {
    flex-basis: 10%;
    background: #302a2c;
		text-align: center;
		color: #FFF;
    text-transform: uppercase;
    font-style: normal;
}

.search-box form input[type="image"]:hover {
		background: #000;
}

.site-footer {
    border-top: 1px solid 
    #EEE;
    margin-top: 12px;
}

@media screen and (max-width: 1180px) {
	.footer-newsletter {
			padding: 24px;
	}
	.footer-newsletter .wrap {
    display: block;
	}
	.footer-newsletter span {
    display: block;
    text-align: center;
    margin: 0 auto;
	}
	
	.footer-newsletter form {
		flex-wrap: wrap;
	}
	.footer-newsletter form input[type="text"],
	.footer-newsletter form input[type="submit"] {
		flex-basis: 100%;
	}
	.footer-newsletter form input[type="text"] {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 768px) {
	.footer-widgets .wrap {
		display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	.widget-area.footer-widgets-1 {
		padding-right: 0;
		flex-basis: 100%;
	}
	.widget-area.footer-widgets-2, .widget-area.footer-widgets-3, .widget-area.footer-widgets-4 {
		margin-left: 0;
		flex-basis:33.3%;
	}
	.footer-widgets-1 .widgettitle.widget-title {
		text-align: center;
	}
	.footer-social .wrap {
		flex-direction: column;
		padding: 24px;
		text-align: center;
	}
		.footer-social .wrap .social-icons .jetpack_widget_social_icons ul li {
    margin: 0 10px;
	}
	.footer-social .wrap .search-box {
		order: -1;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 600px) {
		.widget-area.footer-widgets-2, .widget-area.footer-widgets-3, .widget-area.footer-widgets-4 {
			margin-left: 0;
			margin-bottom: 12px;
			flex-basis: 50%;
	}
}

@media screen and (max-width: 600px) {
	.one-fourth {
		width: 48% !important;
		margin-left: 2% !important;
	}
}

/** 404 Error Page */

body.error404 #genesis-content {
    width: 100%;
}

body.error404 .entry-content .search-form {
    display: flex;
    flex-basis: 98%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 24px 0;
}

body.error404 .error-404-image {
	  display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    margin: 0 auto 24px auto;
    text-align: center;
}

body.error404 .error-404-image img {
		margin: 0 auto;
}

/** Footer Newsletter */

.formkit-form[data-uid="3ca9220c5e"] .formkit-field {
    flex: 1 0 60% !important;
}

.formkit-form[data-uid="3ca9220c5e"] .formkit-submit {
    flex: 1 0 40% !important;
}

.formkit-form[data-uid="3ca9220c5e"] .formkit-submit > span {
	font-size: 13px;
}

.footer-newsletter .textwidget.custom-html-widget {
	flex: 1 0 40%;
}

@media screen and (max-width: 768px) {
	.formkit-form[data-uid="3ca9220c5e"] .formkit-field,
	.formkit-form[data-uid="3ca9220c5e"] .formkit-submit {
		flex: 1 0 100%;	
	}
}