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

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

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

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

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

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

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

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

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


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


