/*
Theme Name:     June
Theme URI:      http://shop.restored316designs.com/themes
Template:       kadence
Author:         Restored 316 // Lauren Gaige
Author URI:     http://shop.restored316designs.com/themes
Description:    A mobile responsive WordPress theme built for the Kadence Framework by Lauren Gaige of Restored 316.
Version:        1_0_1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Theme customization starts here
-------------------------------------------------------------- */

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

.site-top-header-wrap {
	background: var(--global-palette2);
}

.primary-sidebar.widget-area .widget-title {
	text-align: center;
}

/* Entries
--------------------------------------------- */

.entry {
	box-shadow: none;
	border-radius: 0;
}

.single .entry-content-wrap,
.single .primary-sidebar {
	margin-top: -50px;
	z-index: 1;
}

.content-style-unboxed .entry:not(.loop-entry) .kb-posts .entry-content-wrap {
	padding: 2rem;
}

.blog .entry-content-wrap,
.blog .primary-sidebar,
.archive .entry-content-wrap,
.archive .primary-sidebar,
.search .entry-content-wrap,
.search .primary-sidebar,
.entry-related .entry-content-wrap,
.entry-related .primary-sidebar,
.single-product .entry-content-wrap,
.single-product .primary-sidebar {
	margin-top: 0px;
}

.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail {
	grid-template-columns: 1fr 1fr;
}

.entry-related-carousel h3.entry-title {
	font-size: 35px;
}

.post-navigation {
	background: var(--global-palette9);
	padding: 50px;
}

/* Comments
--------------------------------------------- */

.comments-area {
	background: #fff;
	padding: 50px;
}

.comment-body {
	border-bottom: 0px;
}

/* Sidebar
--------------------------------------------- */

.widget select {
	width: 100%;
}

/* Blocks
--------------------------------------------- */

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li>a,
.editor-styles-wrapper .wp-block-latest-posts.wp-block-latest-posts__list.is-grid li>a{
	font-family: var(--global-heading-font-family);
	line-height: 1;
}

blockquote,
q {
    quotes: '“' '”';
}

blockquote {
	font-style: italic;
    padding-left: 0;
    border-left: 0px;
}

.entry-content blockquote {
    margin: var(--global-md-spacing) 0 0
}

blockquote cite,
blockquote .wp-block-pullquote__citation {
    color: var(--global-palette5);
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
    display: block
}

.wp-block-kadence-spacer.aligncenter{ 
	width: 100%;
}

/* Posts Grid
--------------------------------------------- */

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li>a {
	font-size: 30px;
}

/* Inputs
--------------------------------------------- */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
	border: 1px solid #eee;
	border-radius: 0;
}


/* WooCommerce
--------------------------------------------- */

#wrapper .wc-block-grid .wc-block-grid__products .product-loop-boxed .entry-content-wrap, #wrapper .wc-block-grid .wc-block-grid__products .woo-archive-action-on-hover .entry-content-wrap,
.woocommerce ul.products li.product .entry-content-wrap {
	border-radius: 0;
}

@media (max-width: 1024px) and (min-width: 768px){
	.kt-tab-layout-first-row.kt-gutter-none>.wp-block-kadence-column.inner-column-2 {
		margin-right: 1px;
	}
	
	.kt-tab-layout-first-row.kt-gutter-none>.wp-block-kadence-column.inner-column-3 {
		margin-left: -1px;
	}
}
