/*
Theme Name:     Willow
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
-------------------------------------------------------------- */

@font-face {
  font-family: 'Monologue';
  src:  url('fonts/MonologueScript-Regular.woff2') format('woff2'),
        url('fonts/MonologueScript-Regular.woff') format('woff');
}

 a {
	 cursor: pointer;

 }

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

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


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

.kb-posts .entry {
	position: relative;
}

.kb-posts.overlay .entry-content-wrap {
	background:  rgba(255,255,255,.8);
	margin: 0 30px;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.kb-posts.overlay .loop-entry.type-post h2.entry-title {
	font-size: 24px;
}

.kb-posts.smaller-title .loop-entry.type-post h2.entry-title {
	font-size: 20px;
}

.archive .entry,
.blog .entry {
	text-align: center;
}

.archive .entry-meta,
.blog .entry-meta {
	display: block;
}

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

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

.pagination .nav-links {
	text-align: center;
}

.entry-related-inner {
	border: 1px solid var(--global-palette7);
}

.entry-related-inner-content {
	padding: 50px;
}

.pagination .page-numbers {
	border-radius: 0;
	border: 1px solid transparent;
}

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

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

.vertical-line .kt-divider {
	width: 1px !important;
}

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

.comment-body {
    border-bottom: 1px solid var(--global-palette8);
}

.comment .avatar {
	height: 75px;
	left: -95px;
	width: 75px;
}

.comment-meta {
	margin-left: 95px;
}

/* 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;
	color: #000;
}

::-webkit-input-placeholder {
    color: var(--global-palette3);
}
::-moz-placeholder {
    color: var(--global-palette3);
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--global-palette3);
}
:-moz-placeholder {
    color: var(--global-palette3);
}
::placeholder {
    color: var(--global-palette3);
}
.search-form .kadence-search-icon-wrap {
	color: var(--global-palette3);
}

.widget select {
    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;
}
