/*
	Theme Name: Chickpea in the City
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive
	Author URI: https://madetothrive.com
	Template: genesis
*/



/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}h1{font-size:13px;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


@font-face {
	font-family: 'EBD Icons';
	src: url('fonts/EBDIcons-Regular.eot');
	src: url('fonts/EBDIcons-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/EBDIcons-Regular.woff2') format('woff2'),
		url('fonts/EBDIcons-Regular.woff') format('woff'),
		url('fonts/EBDIcons-Regular.ttf') format('truetype'),
		url('fonts/EBDIcons-Regular.svg#EBDIcons-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Global Elements
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets: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,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets: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;
}

html {
	height: 100%; 
	font-size: 18px;
}

body {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	font-family: soleil, sans-serif;
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-moz-animation: fadein 2s; /* Firefox */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera */
	animation: fadein 2s;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

.post .entry-content p a {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .16em;
	color: #497F7C;
}

.post .entry-content p a:hover {
	text-decoration: underline;
		transition: all 0.4s;

}

.post .entry-content p a i {
	font-style: normal !important;
}

table {
	border: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
	margin: 40px auto 40px;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin: 0 0px 10px 20px;
}

.entry-content ul > li {
	list-style-type: disc;
	margin: 0 0px 10px 20px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/* Column Classes
--------------------------------------------- */
 
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	display: inline-block;
	padding-left: 28px;
	vertical-align: top;
}
 
.first {
	clear: both;
	padding-left: 0px;
}


/* Image Classes
--------------------------------------------- */

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 0px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

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: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.aligncenter, 
img.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

/* Site Containers
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
	overflow-x: hidden;
	background: #fff;
}

.site-inner {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	position:relative; 
	min-height: 1200px;
}

.wrap {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	text-align: center;
	position: relative;
	width: 1000px;
	margin: 0px auto 50px;
	margin-top: -250px;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}

img.main-logo {
	width: 705px;
	margin-top: -20px;
}

img.before-header-img {
	width: 364px;
	margin-right: 0;
	display: block;
}

#nav_menu-2 li {
	display: inline-block;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	margin-right: 25px;
}

.before-header {
	width: 100%;
	display: table;
	margin-top: 50px;
	position: relative;
	z-index: 9999;
}

section#nav_menu-2, section#search-5 {
	float: left;
}

input.search-form-submit {
	display: none !important;
}

.search-form-input {
	border: 0;
	height: 18px;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/search-border@2x.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 98px;
	width: 98px;
	padding: 0;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	margin-right: 25px;
	color: #000;
	background-color: transparent;
}

form.search-form:before {
	content: "m";
	font-family: 'EBD Icons';
	width: 15px;
	display: inline-block;
	font-size: 15px;
	margin-top: -1px;
}
/*

.vertical-socials {
	font-family: 'EBD Icons';
	font-size: 25px;
	position: absolute;
	right: -40px;
	top: 245px;
	width: 23px;
	text-align: center;
	z-index: 99999;
}

.home .vertical-socials {
	top: 345px;
}
*/

.wrap.social-wrap {
	display: block;
	height: 260px;
	position: absolute;
}

.vertical-socials {
	font-family: 'EBD Icons';
	font-size: 25px;
	position: fixed;
	width: 23px;
	text-align: center;
	z-index: 999;
	margin-left: 1030px;
	top: 140px;
}

.home .vertical-socials {
	font-family: 'EBD Icons';
	font-size: 25px;
	position: fixed;
	width: 23px;
	text-align: center;
	z-index: 999;
	margin-left: 1030px;
	top: -260px;
}

.vertical-socials a {
	display: block;
	margin-bottom: 30px;
}

.featured-posts ul:after {
	content: "";
	width: 412px;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/home-2@2x.png);
	background-size: 412px;
	height: 243px;
	display: block;
	position: absolute;
	right: 165px;
	bottom: -140px;
}

.featured-posts ul.slick-dots:after {
	display: none;
}


/* Headings
--------------------------------------------- */

h1, h2, h3 {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 46px;
	letter-spacing: .02em;
}

h2 {
	font-size: 30px;
	line-height: 38px;
}

h3 {
	font-size: 25px;
	line-height: 36px;
}

h4 {
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	display: block;
	margin: 0px auto 15px;
	color: #E2C481;
	text-align: left;
}


/* Navigation
--------------------------------------------- */

.site-header a:hover {
	opacity: 1;
}

.nav-primary {
	margin: -20px auto 0;
	width: 100%;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
}

.nav-primary .genesis-nav-menu a {
	display: block;
	margin: 0px 25px 0;
	font-weight: 800;
	text-transform: lowercase;
	letter-spacing: .1em;
	font-size: 14px;
	padding-bottom: 8px;
}


.hidden-header-2 {
	display: none;
}

.fixed-nav {
	display: block;
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: #AF8F8B;
	height: 75px;
	top: 0px;
	transition: all .5s;
}

.fixed-nav .genesis-nav-menu .menu-item {
	display: inline-block;
}

.fixed-nav .nav-primary {
	width: 1000px;
	position: relative;
	margin: 0px auto;
}

.fixed-nav-logo {
	width: 244px;
	position: absolute;
	bottom: -10px;
	z-index: 99999;
}

.fixed-nav-logo:hover {
	opacity: 1;
}

.fixed-nav .genesis-nav-menu {
	clear: both;
	line-height: 1;
	padding: 30px 0;
	position: relative;
	text-align: right;
	width: 100%;
}

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
	font-weight: 800;
	text-transform: lowercase;
	letter-spacing: .1em;
	font-size: 14px;
	padding-bottom: 8px;
}

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
	float: none;
}

.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop {
	background-color: #EAD8DE;
	padding: 20px 35px;
	margin-top: 11px !important;
}

.ubermenu .ubermenu-nav .ubermenu-column-3-5 {
	width: 60%;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/menu-border@2x.png);
	background-repeat: no-repeat;
	background-size: 3px;
	padding-left: 35px;
	margin-left: 4%;
	height: 161px;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 46px;
	letter-spacing: .02em;
	text-transform: none;
	text-align: center;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
	padding-bottom: 0;
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack {
	padding-top: 0;
	margin: 20px auto 0 !important;
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
	margin-top: 0 !important;
}
.ubermenu .ubermenu-nav .ubermenu-column-3-5:after {
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/right-menu-graphic@2x.png);
	content: "";
	display: block;
	width: 215px;
	height: 215px;
	position: absolute;
	bottom: -42px;
	right: -23px;
	z-index: 9999;
	background-size: 215px;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0:hover a:after {
	display: block;
	content: "";
	position: absolute;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/submenu@2x.png);
	background-size: 40px;
	width: 40px;
	height: 15px;
	left: 0;
	right: 0;
	margin: 5px auto 0;
	-webkit-animation: fade .2s;
	-moz-animation: fade .2s;
	-ms-animation: fade .2s;
	-o-animation: fade .2s;
	animation: fade .2s;
}

.ubermenu .ubermenu-column-3-5>.ubermenu-submenu-type-stack {
	margin-top: -10px !important;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0:hover .pop-posts a:after {
	display: none;
}

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
	padding: 5px 26px !important;
}

.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	background-color: transparent !important;
	background: transparent !important;
}

.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	background-color: transparent !important;
	background: transparent !important;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
	padding: 5px 0 !important;
}

.ubermenu-submenu a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover .ubermenu-target-title {
	border-bottom: 1px solid;
	margin-bottom: -1px;
	transition: all 0.4s;
}

span.ubermenu-target-title.ubermenu-target-text {
	display: inline !important;
}

.pop-posts img {
	height: 140px;
	float: left;
	margin-right: 20px;
}

.pop-posts {
	margin-top: 15px;
}

.pop-posts li a:hover {
	border-bottom: 1px solid;
		transition: all 0.4s;
}

.pop-posts h1 {
	font-size: 23px;
	line-height: 27px;
	display: inline;
}

.pop-posts h4 {
	color: #000;
	margin-bottom: 10px;
}

span.mega-indicator {
	display: none !important;
}

.featured-posts {
	position: relative;
	margin-bottom: 70px;
}

.featured-posts img {
	width: 882px;
	margin-right: 0;
}

.featured-posts h4 {
	margin-top: 50px;
	text-align: right;
	color: #AF8F8B;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1em;
	margin-bottom: 0;
}

.featured-title h1 {
	font-size: 41px;
	text-align: right;
	margin: 15px auto;
	line-height: 50px;
}

.featured-title {
	width: 310px;
	height: 435px;
	position: absolute;
	top: 20px;
	background: #fff;
	z-index: 99;
	padding-right: 40px;
}

.slick-dots li button {
	background: none;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/circle-open@2x.png);
	background-size: 14px;
	background-repeat: no-repeat;
	width: 14px;
	height: 25px;
	text-indent: 9999px;
	background-position: center;
	
	padding: 0 !important;
}

.slick-dots li.slick-active button {
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/Asset-9@2x.png);
	background-size: 15px;
	width: 15px;
}

.featured-title h1:before {
	content: "";
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/sm-pretitle@2x.png);
	display: inline-block;
	width: 20px;
	background-size: 20px;
	height: 19px;
	position: absolute;
	margin-left: -20px;
}

ul.slick-dots {
	text-align: right;
	position: absolute;
	bottom: 45px;
	left: 180px;
}

ul.slick-dots li {
	display: inline-block;
	margin-left: 8px;
}

.featured-posts a:hover {
	opacity: 1;
}

.post {
	margin-bottom: 90px;
	position: relative;
}

.post:nth-of-type(1), .post:nth-of-type(2), .post:nth-of-type(3) {
	width: 600px;
	margin-bottom: 100px;
}

.post:nth-of-type(1) .entry-content, .post:nth-of-type(2) .entry-content, .post:nth-of-type(3) .entry-content {
	display: none;
}

.post:nth-of-type(1) .entry-image-link, .post:nth-of-type(2) .entry-image-link, .post:nth-of-type(3) .entry-image-link, .post:nth-of-type(4) .cropped-image, .post:nth-of-type(5) .cropped-image {
	display: none;
}

.post:nth-of-type(1):before {
	content: "";
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/home-3@2x.png);
	width: 40px;
	background-size: 40px;
	height: 40px;
	position: absolute;
	top: -22px;
	left: -15px;
}

.single .entry-content {
	display: block !important;
	width: 600px !important;
}

.post-cats {
	top: 45%;
	position: absolute;
	transform-origin: bottom;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	padding: 0;
	margin: 0px auto;
	left: -5px;
	color: #E2CAC3;
}

.post-cats a {
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #E2CAC3;

}

.cropped-image {
	float: left;
	margin-right: 25px;
	display: block;
	width: 300px;
	max-width: 100%;
}

a.entry-image-link img {
	margin: 0;
	margin-right: 25px;
	max-width: 480px;
}

.entry-header p:last-child {
	display: none;
}

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.entry-header .entry-meta, .entry-meta {
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	margin: 0px auto;
}

.content {
	position: relative;
	margin: 0px auto;
	width: 600px;
	float: left;
}

.home .content {
	width: 100%;
	padding-top: 45px;
}

h2.entry-title, h1.entry-title {
	margin: 0px auto 15px;
	font-size: 35px;
}

.home h2.entry-title {
	font-size: 37px;
	line-height: 48px;
}

a.entry-title-link:hover {
	border-bottom: 1px solid;
}

footer.entry-footer {
	display: none;
}

.entry-content {
	margin-top: 15px;
}	

.between-posts-area.widget-area:before {
	content: "";
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/city-guides@2x.png);
	display: block;
	width: 416px;
	background-size: 416px;
	height: 95px;
	margin: -30px auto -20px;
	z-index: 99;
	position: relative;
}

.between-posts-area.widget-area {
	margin-bottom: 100px;
}

aside.sidebar.sidebar-primary.widget-area {
	position: absolute;
	top: 0;
	height: 1150px;
	right: 0;
	width: 285px;
	text-align: center;
}

section#text-23:before {
	content: "";
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/sidebar-meet@2x.png);
	background-size: 258px;
	width: 258px;
	height: 170px;
	display: block;
	margin: 0px auto;
	margin-right: -10px;
	margin-bottom: -25px;
	z-index: 99;
	position: relative;
}

section#text-24 {
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/sidebar-blue-bgd@2x.png);
	background-size: 283px;
	height: 315px;
	font-size: 17px;
	line-height: 28px;
	text-align: left;
	padding: 50px 30px;
}


img.aligncenter.size-thumbnail.wp-image-3864 {
	margin-bottom: 15px;
}

.sidebar h4.widget-title.widgettitle {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: .06em;
	color: #fff;
	margin: 0px auto 15px;
	line-height: 1em;
	text-transform: none;
}

.sidebar .widget {
	margin-bottom: 50px;
}

.city_guides ul {
	display: flex;
	justify-content: space-between;
}

.city_guides li {
	max-width: 317px;
	position: relative;
}

.hover {
	width: 270px;
	margin: 0px auto;
	padding: 25px 35px 0;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.city_guides li:hover .hover {
	display: block;
	transition: all 0.4s;
}

.city_guides li a:hover {
	opacity: 1;
}

.city_guides li:hover img {
	opacity: .7;
	transition: all 0.4s;
}

.hover h3 {
	margin: 25px auto 15px;
	display: inline;
}

.hover h3:hover {
	border-bottom: 1px solid;
	transition: all 0.4s;

}

.playlists:before {
	content: "";
	display: block;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/playlists@2x.png);
	width: 181px;
	background-size: 181px;
	height: 87px;
	z-index: 999;
	position: relative;
	margin: 0px auto -35px;
}

.playlists h3 {
	font-size: 20px;
	margin: 15px auto 0;
	max-width: 90%;
	line-height: 1.2em;
}

.playlists h4 {
	color: #AF8F8B;
	text-align: center;
	margin-bottom: 0px;
}

.playlists li a:before {
	content: "";
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/play-button@2x.png);
	width: 100px;
	height: 100px;
	display: block;
	background-size: 100px;
	z-index: 999;
	position: absolute;
	left: 0;
	right: 0;
	margin: 90px auto 0;
}

.slick-next.slick-arrow {
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/left-arrow@2x.png);
	background-size: 6px;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 35px;
	right: 0;
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-position: left top;
		cursor: pointer;

}

.slick-prev.slick-arrow {
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/left-arrow@2x.png);
	background-size: 6px;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 35px;
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
}

a.hashtag {
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	display: block;
	margin: 0px auto;
	text-align: center;
	color: #AF8F8B;
}

.single .post-cats {
	position: relative;
	transform: none;
	left: auto;
	top: auto;
	display: inline-block;
}
	
.single .post-cats a {
	font-size: 10px;
}

.single .post:nth-of-type(1):before {
	display: none;
}

.single .entry-content img {
	margin-bottom: 15px;
}

.single .entry-header .entry-meta {
	letter-spacing: .08em;
	display: inline-block;
	margin-right: 20px;
}

.sidebar h1 {
	font-size: 30px;
	letter-spacing: .06em;
	margin-bottom: 35px;
}

.sidebar h1:before {
	content: "";
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/wavy-line@2x.png);
	background-size: 281px;
	width: 100%;
	height: 18px;
	display: block;
	margin: 0px auto;
	background-position: bottom;
	padding-top: 50px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.related ul li {
	margin: 0px auto 50px;
}

.related li img {
	margin-bottom: 10px;
}

.sidebar .related h2 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: .04em;
	display: inline;
}

.sidebar .related h2:hover {
	border-bottom: 1px solid;
	transition: all 0.4s;
}

#respond {
	margin: 0px auto;
}

h3#reply-title {
}

.pagination {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: .02em;
	margin-bottom: 60px;
}

.pagination-previous {
	margin: 0px auto;
	padding: 0px 0px;
	display: block;
	float: right;
}

.pagination-previous a:after {
	display: inline-block;
	width: 39px;
	height: 1px;
	background: #000;
	content: "";
	margin-left: 12px;
}

.pagination-next {
	margin: 0px auto;
	padding: 0px 0px;
	display: block;
	float: left;
}

.pagination-next a:before {
	display: inline-block;
	width: 39px;
	height: 1px;
	background: #000;
	content: "";
	margin-right: 12px;
}

.archive .pagination {
	margin-top: 50px;
}
#commentform label, .comment-notes {
	display: none;
}

#commentform p {
	margin: 0;
}

#commentform input {
	margin-bottom: 30px;
}

#commentform textarea {
	height: 285px;
	margin-bottom: 20px;
}

#commentform .submit {
	width: 100%;
}

p.logged-in-as {
	font-size: 17px;
	line-height: 30px
}

p.logged-in-as a {
	color: #000;
}

/* Site Footer 
------------------------------------------------------------ */

.footer-widgets {
	clear: both;
	width: 100%;
	background: #E2CAC3;
	margin-top: 95px;
	padding-bottom: 20px;
		z-index: 999;
		position: relative;
}

.footer-widgets p {
	margin-bottom: 0;
}

.footer-widgets-1 {
	font-size: 17px;
	width: 50%;
	float: left;
}

.footer-widgets-1 .widget {
	margin-bottom: 50px;
}

.footer-widgets-1 h4.widget-title.widgettitle {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: .06em;
	color: #fff;
	margin: 0px auto 15px;
	line-height: 1em;
	text-transform: none;
}

section#text-19 {
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/footer-pink-bgd@2x.png);
	background-repeat: no-repeat;
	width: 487px;
	height: 432px;
	background-size: 487px;
	margin-top: -95px;
	padding: 275px 45px 45px;
	line-height: 30px;
}

.footer-widgets-1 #nav_menu-3 li {
	display: block;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	margin-bottom: 5px;
}

section#text-20, section#text-21 {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .02em;
}

section#nav_menu-3 {
	margin-bottom: 0;
}

.footer-widgets-2 {
	width: 50%;
	float: right;
	margin-top: 50px;
}

.footer-widgets-3 {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .02em;
	text-align: center;
	display: none;
	line-height: 1.5em;
	margin: 20px auto;
}

section#jr_insta_slider-2, #text-26 {
	width: 430px;
	margin-right: 0;
	display: block;
	margin-right: -10px;
	margin-left: auto;
}

section#jr_insta_slider-2:before, #text-26:before {
	content: "";
	display: block;
	width: 314px;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/07/follow-along@2x.png);
	background-size: 314px;
	height: 87px;
	margin: 0px auto -25px;
	position: relative;
	z-index: 999;
}

section#text-21 {
	font-size: 13px;
	text-align: right;
	margin-top: 5px;
}

.footer-widgets li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3619 {
	display: none !important;
}

.site-footer {
	display: none;
}


/* Form Styling
------------------------------------------------------------ */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #000;
	text-align: left;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 20px;
	margin: 0px auto;
}

input:focus,
textarea:focus {
	outline: none;
	border: 0;
	-webkit-appearance:none;
	border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], #commentform input[type="submit"], .button, .gform_wrapper .button, .gform_wrapper input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	background: #AF8F8B;
	float: none;
	clear: none;
	display: block;
	margin: 0px auto;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	font-family: soleil, sans-serif;
	text-transform: uppercase;
	letter-spacing: .22em;
	text-align: center;
	line-height: 1em;
	padding: 13px 40px !important;
	width: auto;
	margin-right: 0;
}

button:hover, .button:hover, a.text-button:hover, input[type="submit"]:hover {
	opacity: .7;
	transition: all 0.4s;
}

a:hover {
	transition: all 0.4s;
}

::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
		color: #000;

}

.gform_wrapper {
	width: 100%;
	margin: 0px auto 0;
}

.gfield_label {
	display: none;
}

.gf_left_half {
	width: 49%;
	display: inline-block;
}

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.about {
	width: 600px;
	float: left;
	position: relative;
	margin-bottom: 80px;
}

img.about-1 {
	width: 296px;
	float: left;
	margin-right: 35px;
}

.text-1 {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: .06em;
	padding-top: 130px;
	margin-bottom: 55px;
	padding-right: 10px;
}

.page-template-page-about main.content {
	display: none;
}

img.about-2 {
	width: 270px;
	float: right;
	margin-left: 30px;
	position: relative;
	margin-top: -60px;
}

img.about-logo {
	width: 212px;
	position: absolute;
	top: 10px;
	left: 272px;
}

.text-2 {
	padding-top: 105px;
	position: relative;
}

img.about-logo2 {
	width: 244px;
	position: absolute;
	top: 35px;
	left: 175px;
}

img.about-3 {
	width: 481px;
	margin-top: -95px;
	margin-bottom: 30px;
}

.text-3 {
	margin-bottom: 35px;
	position: relative;
}

img.about-graphic1 {
	width: 300px;
	position: absolute;
	top: -225px;
	right: -60px;
	z-index: 99999;
}

img.about-4 {
	float: left;
	width: 270px;
	margin-right: 40px;
}


img.about-5 {
	width: 410px;
	margin-right: 0;
	margin-left: auto;
	display: block;
	position: relative;
	top: -55px;
	margin-bottom: 30px;
	z-index: 99;
}

.text-4 {
	margin-top: 0px;
}


.text-5 {
	float: left;
	width: 305px;
	position: relative;
	margin-bottom: 30px;
}

img.about-graphic2 {
	width: 340px;
	position: absolute;
	top: -280px;
	left: -80px;
	z-index: 9;
}

img.about-6 {
	float: right;
	width: 265px;
}

.text-6 {
	width: 100%;
	clear: both;
}

.page-template-default h1.entry-title, .page-template-page-shop h1.entry-title {
	font-size: 50px;
	letter-spacing: .04em;
	line-height: 50px;
	margin: 0px auto 20px;
	display: inline-block;
}

.page-template-default h1.entry-title:after, .page-template-page-shop h1.entry-title:after {
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/contact@2x.png);
	background-repeat: no-repeat;
	background-size: 12px;
	content: "";
	display: inline-block;
	width: 12px;
	height: 13px;
	vertical-align: top;
}

.page-template-default .content p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: .02em;
	margin-bottom: 30px;
}

.gform_wrapper li {
	list-style-type: none !important;
	margin: 0px auto 10px !important;
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 46px;
	letter-spacing: .02em;
	color: #000;
}

.gform_wrapper input {
	border: 0;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/line@2x.png);
	background-repeat: repeat-x;
	background-size: 595px;
	padding: 0;
	background-position: bottom;
	padding-bottom: 5px;
	width: 595px;
}

.gform_wrapper textarea {
	border: 0;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/message-box@2x.png);
	background-repeat: no-repeat;
	background-size: 595px;
	height: 201px;
	padding: 10px;
}

li#field_1_4 label {
	display: block;
	line-height: 1.7em;
}

span.gfield_required {
	display: none;
}

#commentform input {
	margin-bottom: 20px;
	border: 0;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/line@2x.png);
	background-repeat: repeat-x;
	background-size: 595px;
	padding: 0;
	background-position: bottom;
	padding-bottom: 5px;
	width: 595px;
	list-style-type: none !important;
	margin-bottom: 25px;
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1em;
	letter-spacing: .02em;
}

#commentform textarea {
	margin-bottom: 20px;
	border: 0;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/comment-box@2x.png);
	background-repeat: no-repeat;
	background-size: 595px;
	height: 103px;
	padding: 10px;
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1em;
	letter-spacing: .02em;
}

.comment-form-comment label {
	display: block !important;
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1em;
	letter-spacing: .02em;
	margin-bottom: 10px;
}

a.comment-edit-link, .says, .entry-comments h3 {
	display: none;
}


ol.comment-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	page-break-inside: avoid;
	margin: 50px auto;
}

ol.comment-list li {
	-webkit-column-break-inside: avoid;
		  page-break-inside: avoid;
			   break-inside: avoid;
}

p.comment-author {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1em;
	letter-spacing: .02em;
	display: inline-block;
	margin-bottom: 5px;
		margin-right: 10px;

}

.comment-content p {
	margin-bottom: 5px;
}

p.comment-meta {
	display: inline-block;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 0;
}
	
p.comment-meta a {
	color: #E2C481;
}

.comment-reply {
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.comment-reply a {
	color: #497F7C;
}

.comment-list li:after {
	border: 0;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/line@2x.png);
	background-repeat: repeat-x;
	background-size: 595px;
	padding: 0;
	background-position: left;
	width: 100%;
	display: block;
	content: "";
	height: 1px;
	margin: 10px 0 60px;
}

.comment-list ul.children li:after {
	display: none;
}

.form-submit input#submit {
	background-color: #E2CAC3;
	padding: 13px 35px !important;
}

a em, .wp-caption-text {
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-style: normal;
	color: #AF8F8B;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/line@2x.png);
	background-repeat: repeat-x;
	background-size: 595px;
	padding: 0;
	background-position: left;
	border: 0;
}

p.logged-in-as {
	line-height: 30px;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #497F7C;
	margin-bottom: 20px !important;
	display: block;
}

p.logged-in-as a {
	color: #497F7C;
}

h1.comment-header:after {
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/contact@2x.png);
	background-repeat: no-repeat;
	background-size: 12px;
	content: "";
	display: inline-block;
	width: 12px;
	height: 13px;
	vertical-align: top;
}

h1.comment-header {
	display: inline;
}

.single .post {
	margin-bottom: 60px;
}

ul.children {
	margin-top: 20px;
	padding-left: 50px;
}

.archive .between-posts-area.widget-area, .search .between-posts-area.widget-area {
	display: none;
}

.archive .post-cats, .search .post-cats {
	display: none;
}

.archive .post:nth-of-type(4) .cropped-image, .archive .post:nth-of-type(5) .cropped-image, .search .post:nth-of-type(4) .cropped-image, .search .post:nth-of-type(5) .cropped-image {
	display: block;
}

.archive .post:nth-of-type(4) .entry-image-link, .archive .post:nth-of-type(5) .entry-image-link, .archive .post:nth-of-type(6) .entry-image-link, .archive .entry-content, .search .post:nth-of-type(4) .entry-image-link, .search .post:nth-of-type(5) .entry-image-link, .search .post:nth-of-type(6) .entry-image-link, .search .entry-content {
	display: none;
}

.archive .post:nth-of-type(even), .search .post:nth-of-type(even) {
	margin-left: 20px;
}

.archive .post, .archive .post:nth-of-type(1), .archive .post:nth-of-type(2), .archive .post:nth-of-type(3), .search .post, .search .post:nth-of-type(1), .search .post:nth-of-type(2), .search .post:nth-of-type(3) {
	width: calc( 50% - 10px );
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.archive .post:nth-of-type(1):before, .search .post:nth-of-type(1):before {
	display: none;
}

.archive h2.entry-title, .search h2.entry-title {
	font-size: 20px;
	line-height: 27px;
}

.category-header h1, .category-header h4.widget-title.widgettitle {
	font-size: 50px;
	letter-spacing: .04em;
	line-height: 50px;
	font-family: ivymode, sans-serif;
	font-weight: 300;
	text-transform: none;
	color: #000;
}

.category-header li a {
	font-size: 13px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	font-family: soleil, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #E2CAC3;
}

.category-header li.current-menu-item a {
	color: #000;
}

.category-header li {
	display: inline-block;
	margin-right: 30px;
}

.category-header {
	margin-bottom: 50px;
	width: 600px;
}

.category-header ul:before {
	display: inline-block;
	width: 28px;
	height: 1px;
	background: #000;
	content: "";
	margin-right: 12px;
}

.spu-box img.alignleft {
	width: 330px;
	top: -25px;
	position: absolute;
}

.spu-box h2 {
	font-size: 29px;
	line-height: 32px;
	margin-bottom: 10px;
}

.spu-content {
	font-size: 10px;
	line-height: 18px;
	padding-right: 50px;
}

.popup-content {
	height: 350px;
	width: 275px;
	padding-top: 30px;
	float: right;
}

div#spu-3837 {
	top: 110px !important;
}

div#spu-3837:before {
	display: block;
	content: "";
	width: 580px;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/newsletter-graphic@2x.png);
	background-repeat: no-repeat;
	height: 329px;
	position: absolute;
	background-size: 580px;
	top: -115px;
	left: -110px;
}

i.spu-icon.spu-icon-close {
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/x-out@2x.png);
	background-size: 28px;
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	margin-top: -18px;
	margin-right: -19px;
}

.spu-icon-close:before {
	display: none;
}

form#gform_2 {
	position: relative;
}

input#input_2_1 {
	width: 100%;
	border: 0;
	background: #fff;
	font-size: 13px;
	padding: 5px 50px 5px 10px;
	letter-spacing: .06em;
}

input#gform_submit_button_2 {
	width: 22px;
	background: none;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

form#gform_2:before {
	display: block;
	content: "";
	width: 24px;
	height: 35px;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/newsltter-graphic-2@2x.png);
	background-repeat: no-repeat;
	background-size: 24px;
	position: absolute;
	top: -2px;
	left: -16px;
}

img.aligncenter.wp-image-2513 {
	display: none;
}

.search .archive-title {
color: #AF8F8B;
font-size: 13px;
font-weight: 800;
letter-spacing: .12em;
line-height: 1em;
text-transform: uppercase;
margin-bottom: 50px;
font-family: soleil, sans-serif;
}

div#gform_confirmation_wrapper_2 {
	display: inline-block;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	margin-right: 25px;
}

/* Shop
--------------------------------------------- */


.footer-widgets-1 #nav_menu-3 li.shop {
	background: inherit;
	padding: inherit;
}

.featured-shop li {
	width: 290px;
	float: left;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.featured-shop li:last-child {
	margin-right: 0;
}

img.loving {
	width: 262px;
	display: block;
	margin-bottom: -42px;
	margin-top: -20px;
	position: relative;
	z-index: 99;
}

.shop-hover {
	position: absolute;
	top: 0;
	width: 100%;
	display: table;
	height: 100%;
	padding: 25px;
	background-color: rgb(225,201,194,.7);
	opacity: 0;
}

.featured-shop li:hover .shop-hover, .grid-item:hover .shop-hover {
	opacity: 1;
	transition: all 0.4s;
}

.shop-hover h1 {
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.shop-hover a {
	border-bottom: 1px solid;
}

img.shop-graphic {
	width: 400px;
	margin: -30px auto 0;
	position: relative;
	z-index: 99;
	margin-left: 130px;
}

.grid-item, .grid-sizer  {
	width: calc(33.3% - 10px);
	margin-bottom: 20px;
}

.shop-items button {
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .16em;
	background: none;
	color: #000;
	display: inline-block;
	padding: 0 !important;
	margin: 0px 20px;
	width: auto;
}

.shop-items button.is-checked {
	border-bottom: 1px solid #000;
	padding-bottom: 5px !important;
}

.button-group {
	margin: 50px auto 25px;
	text-align: center;
}

.grid-item img {
	display: block;
}

.grid-item .shop-hover {
	padding: 20px;
}

/* Mobile Styles
--------------------------------------------- */

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

.wrap, .page-template-page-about .site-inner .wrap, .site-header, .fixed-nav .nav-primary, .genesis-nav-menu {
	width: 80%;
	min-width: 300px;
}

.vertical-socials {
	display: none;
}

aside.sidebar.sidebar-primary.widget-area {
	position: relative;
	height: auto;
	margin: 0px auto;
}

.content {
	float: none;
}

.post:nth-of-type(1), .post:nth-of-type(2), .post:nth-of-type(3), .post {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.post:nth-of-type(1) .entry-content, .post:nth-of-type(2) .entry-content, .post:nth-of-type(3) .entry-content {
	display: block;
}

.post:nth-of-type(1) .entry-image-link, .post:nth-of-type(2) .entry-image-link, .post:nth-of-type(3) .entry-image-link, .post:nth-of-type(4) .cropped-image, .post:nth-of-type(5) .cropped-image, .post:nth-of-type(6) .cropped-image {
	display: block;
}

.post:nth-of-type(1), .post:nth-of-type(2), .post:nth-of-type(3) {
	width: 100%;
	margin-bottom: 90px;
}

a.entry-image-link img {
	display: none;
}

.between-posts-area.widget-area .wrap {
	width: 100%;
}

.widget-area.footer-widgets-1.footer-widget-area, .widget-area.footer-widgets-2.footer-widget-area {
	width: 100%;
	float: none;
}

section#nav_menu-3, section#search-6, section#text-20, section#text-21 {
	display: none;
}

section#jr_insta_slider-2, #text-26 {
	width: 100%;
}

section#text-19 {
	margin-left: auto;
	margin-right: auto;
}

.featured-title {
	width: 90%;
	position: relative;
	top: 0;
	margin: 0px auto;
	margin-top: -100px;
	padding: 40px;
	height: auto;
}

.featured-posts h4 {
	text-align: center;
	margin-top: 0px;
}

.featured-title h1 {
	text-align: center;
}

.featured-posts ul:after {
	right: -20px;
	bottom: -100px;
}

ul.slick-dots {
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: 10px;
	display: block;
	text-align: center;
}

.before-header {
	display: none;
}

img.main-logo {
	max-width: 90%;
}

img.before-header-img {
	margin-top: -120px;
}

.featured-posts ul:after {
	display: none;
}

.featured-posts {
	margin-bottom: 20px;
}

h2.entry-title, h1.entry-title, .page-template-default h1.entry-title, .page-template-page-shop h1.entry-title, .home h2.entry-title {
	margin: 0px auto 15px;
	font-size: 25px;
	line-height: 1.3em;
}

.city_guides li {
	max-width: 32%;
}

.hover {
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
}

.hover h3 {
	margin: 10px auto 20px;
	font-size: 17px;
	line-height: 1.3em;
	text-align: center;
	display: block;
}

.hover h4 {
	display: none;
}

ol.comment-list {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	column-gap: 0;
}

.category-header h1, .category-header h4.widget-title.widgettitle {
	text-align: center;
	font-size: 35px;
}

.category-header {
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 0px auto 50px;
}

.archive .entry-content, .search .entry-content {
	display: none !important;
}

.about {
	float: none;
	margin: 0px auto 50px;
	display: table;
}

form#gform_1 {
	display: table;
	margin: 0px auto 100px;
}

.page-template-default .sidebar, .page-template-page-about .sidebar {
	display: none;
}

.site-inner {
	min-height: auto;
}

.featured-posts img {
	width: 100%;
	max-width: 882px;
	margin: 0px auto;
}

header.site-header {
	margin-top: 0;
	margin: 0px auto 20px;
}

button#responsive-menu-pro-button:hover {
	opacity: 1;
}

.footer-widgets-3 {
	display: block;
}

a.responsive-menu-pro-item-link {
	font-weight: 800 !important;
	text-transform: lowercase !important;
	letter-spacing: .1em !important;
	font-size: 15px !important;
}

.submobile-menu a.responsive-menu-pro-item-link {
	font-weight: 700 !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: .16em !important;
	line-height: 1em !important;
	height: 30px !important;
}

div#responsive-menu-pro-wrapper {
	margin-top: 70px;
}

.first-link:before {
	content: "";
	display: block;
	height: 1px;
	background-image: url(https://chickpeascity.com/wp-content/uploads/2019/08/line@2x.png);
	background-repeat: repeat-x;
	background-size: 595px;
	padding: 0;
	background-position: left;
	border: 0;
	width: 80%;
	margin: 20px auto 30px !important;
}

img.mobile-menu-graphic {
	width: 100%;
	max-width: 405px;
	position: absolute;
	left: 20px;
	bottom: 0;
}

ul.mobile-socials {
	font-family: 'EBD Icons';
	font-size: 25px;
	text-align: center;
}

ul.mobile-socials li {
	display: inline-block;
}

div#responsive-menu-pro-additional-content {
	padding: 10px 0 !important;
}

}

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

div#spu-3837 {
	width: 90%;
	margin: 0px auto !important;
	left: 0;
	right: 0;
}

.popup-content {
	float: none;
	width: 70%;
	height: auto;
	margin: 0px auto;
}

.spu-content {
	padding: 0;
}

.spu-box img.alignleft {
	width: 100%;
	max-width: 330px;
	position: relative;
	display: block;
	float: none;
	margin: 0px auto -50px!important;
}

.spu-box h2 {
	font-size: 22px;
	text-align: center;
	margin: 0px auto 10px;
}

.spu-content {
	padding: 0;
	padding-bottom: 30px;
}
}

@media only screen and (max-width: 640px) {
	
.gform_wrapper li {
	font-size: 19px;
}
	
.featured-posts .wrap {
	width: 100%;
}
	
.featured-title {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 25px 0px 40px;
}

.featured-title h1 {
	font-size: 25px;
	line-height: 1.3em;
}

.featured-posts {
	margin-bottom: 0;
}

.post:nth-of-type(1), .post:nth-of-type(2), .post:nth-of-type(3), .single .post, .post {
	width: 100%;
	margin-bottom: 40px;
}

.cropped-image {
	float: none;
	margin: 0px auto 25px;
}

h2.entry-title, h1.entry-title, .search .archive-title {
	text-align: center;
}

.entry-header .entry-meta, .entry-meta {
	text-align: center;
}

.post-cats {
	display: none;
}

.between-posts-area.widget-area {
	margin-bottom: 60px;
	margin-top: 70px;
}

.between-posts-area.widget-area:before {
	width: 260px;
	background-size: 260px;
	background-repeat: no-repeat;
	height: 70px;
}

.city_guides ul {
	display: block;
}

.city_guides li {
	max-width: 100%;
	margin-bottom: 40px;
}

.city_guides li:last-child {
	margin-bottom: 0;
}

aside.sidebar.sidebar-primary.widget-area {
	width: 100%;
	max-width: 285px;
}

section#text-23:before, .playlists:before {
	width: 100%;
	background-repeat: no-repeat;
	margin-right: auto;
	background-position: center;
}

section#text-19 {
	display: none;
}

.footer-widgets {
	margin-top: 20px;
}

section#jr_insta_slider-2:before, #text-26:before {
	background-repeat: no-repeat;
	margin-right: auto;
	background-position: center;
	background-size: 100%;
	max-width: 80%;
}

.jr-insta-thumb li:last-child {
	display: none !important;
}

h2 {
	font-size: 22px;
}

.content {
	width: 100%;
}

.single .entry-content {
	width: 100% !important;
}

.single .entry-header .entry-meta {
	letter-spacing: .08em;
	display: block;
	margin-right: 0;
}

header.entry-header {
	text-align: center;
}

#commentform input, #commentform textarea {
	max-width: 100%;
}

.single .content {
	margin-bottom: 60px;
}

.archive .post, .archive .post:nth-of-type(1), .archive .post:nth-of-type(2), .archive .post:nth-of-type(3), .search .post, .search .post:nth-of-type(1), .search .post:nth-of-type(2), .search .post:nth-of-type(3) {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0px auto 40px;
}

.archive .post:nth-of-type(even), .search .post:nth-of-type(even) {
	margin-left: auto;
}

.archive .cropped-image {
	margin-bottom: 10px;
}

.about {
	width: 90%;
}

img.about-1 {
	float: none;
	margin: 0px auto;
	display: block;
}

.text-1 {
	padding: 0;
	margin: 40px auto;
}

img.about-2 {
	float: none;
	margin: 0px auto;
	display: block;
}

.text-2 {
	padding: 0;
	margin: 40px auto;
}

img.about-graphic1, img.about-graphic2 {
	display: none;
}

img.about-3 {
	width: 100%;
	max-width: 481px;
	margin: 0px auto;
	display: block;
}

.text-3 {
	margin: 40px auto;
}

img.about-4 {
	float: none;
	margin: 0px auto;
	display: block;
}

.text-4 {
	margin: 40px auto;
}

img.about-5 {
	width: 100%;
	max-width: 451px;
	top: 0;
}

.text-5 {
	float: none;
	width: 100%;
	margin: 40px auto;
}

img.about-6 {
	float: none;
	margin: 0px auto;
	display: block;
}

.text-6 {
	margin: 40px auto 0;
}

img.about-logo {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	display: block;
	margin: 0px auto 40px;
}

img.about-logo2, .post:nth-of-type(1):before {
	display: none;
}

.page-template-default .content p {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin-bottom: 25px;
}

form#gform_1 {
	display: block;
	margin-bottom: 60px;
}

.gform_wrapper input, .gform_wrapper textarea {
	width: 100%;
}

img.before-header-img {
	width: 60%;
	margin-top: -50px;
}

.jr-insta-thumb li:last-child {
	display: none !important;
}

.content {
	width: 100%;
}

.single .entry-content {
	width: 100% !important;
}

.single .entry-header .entry-meta {
	letter-spacing: .08em;
	display: block;
	margin-right: 0;
}

header.entry-header {
	text-align: center;
}

#commentform input, #commentform textarea {
	max-width: 100%;
}

.single .content {
	margin-bottom: 60px;
}

.archive .post, .archive .post:nth-of-type(1), .archive .post:nth-of-type(2), .archive .post:nth-of-type(3), .search .post, .search .post:nth-of-type(1), .search .post:nth-of-type(2), .search .post:nth-of-type(3) {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0px auto 40px;
}

.archive .post:nth-of-type(even), .search .post:nth-of-type(even) {
	margin-left: auto;
}

.archive .cropped-image {
	margin-bottom: 10px;
}

.about {
	width: 100%;
}

img.about-1 {
	float: none;
	margin: 0px auto;
	display: block;
}

.text-1 {
	padding: 0;
	margin: 40px auto;
}

img.about-2 {
	float: none;
	margin: 0px auto;
	display: block;
}

.text-2 {
	padding: 0;
	margin: 40px auto;
}

img.about-3 {
	width: 100%;
	max-width: 481px;
	margin: 0px auto;
	display: block;
}

.text-3 {
	margin: 40px auto;
}

img.about-4 {
	float: none;
	margin: 0px auto;
	display: block;
}

.text-4 {
	margin: 40px auto;
}

img.about-5 {
	width: 100%;
	max-width: 451px;
	top: 0;
}

.text-5 {
	float: none;
	width: 100%;
	margin: 40px auto;
}

img.about-6 {
	float: none;
	margin: 0px auto;
	display: block;
}

img.about-logo {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	display: block;
	margin: -20px auto 40px;
}

img.about-logo2 {
	display: none;
}

.page-template-default .content p {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin-bottom: 25px;
}

form#gform_1 {
	display: block;
	margin-bottom: 60px;
}

.gform_wrapper input, .gform_wrapper textarea {
	width: 100%;
}

.post:nth-of-type(1), .post:nth-of-type(2), .post:nth-of-type(3), .post {
	max-width: 300px;
}

.footer-widgets-3 {
	font-size: 12px;
}

.featured-posts h4 {
	font-size: 11px;
}

.spu-box img.alignleft {
	display: none;
}

div#spu-3837:before {
	width: 60%;
	background-size: contain;
	top: -10%;
	left: -30%;
}

img.mobile-menu-graphic {
	width: 70%;
	left: 5%;
}

.category-header li {
	display: block;
	margin-right: auto;
}

.category-header ul:before {
	margin: 0px auto 12px;
}

img.mobile-menu-graphic {
	display: none;
}

div#responsive-menu-pro-wrapper {
	margin-top: 18vh;
}

header.site-header {
	width: 90%;
}

img.main-logo {
	max-width: 100%;
	margin-top: -25px;
	margin-bottom: -10px;
}

.between-posts-area.widget-area {
	background: #F3EDEC;
	width: 140%;
	margin-left: -20%;
	padding: 80px 20% 60px;
	margin-top: 0px;
	margin-bottom: 70px;
}

.hover {
	background: none;
}

img.shop-graphic {
	width: 100%;
	margin-left: auto;
	margin: -15px auto 0;
}

.featured-shop li {
width: calc(50% - 10px);
}

.grid-item, .grid-sizer {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.shop-hover {
	display: none;
}

img.loving {
	width: 60%;
}
}
