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

 a {
	 cursor: pointer;

 }
 
 .has-post-thumbnail a img,
.widget_media_image a img {
    vertical-align: top;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-post-thumbnail > a:hover img,
.has-post-thumbnail a img:hover,
.widget_media_image a img:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

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

.site-top-header-wrap .site-container {
	padding-left: 0;
}


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

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

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

.kb-posts.overlay .entry-content-wrap {
	background: rgba(255,255,255,.8);
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 90%;
    margin: 5%;
    padding: 30px;
}

.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 {
	background: var(--global-palette8);
}

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

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

/* Widget Spaces
--------------------------------------------- */

.widget-title {
	text-align: center;
}

.widget-title::after {
    content: "";
    display: block;
    padding-top: 14px;
    width: 5rem;
    margin: 0 auto;
    margin-bottom: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 28px;
}

.site-footer-top-section-2 {
	background: var(--global-palette8);
    margin-left: -50px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    position: relative;
    text-align: center;
}

.site-footer-top-section-2 .widget-title::before {
    background-color: #333;
    content: "";
    display: block;
    height: 1px;
    left: -75px;
    margin: 0 auto;
    position: absolute;
    top: 62px;
    width: 100px;
    z-index: 9;
}

@media screen and (max-width: 1024px) {
	.site-footer-top-section-2 {
		margin: 0;
	}
	
	.site-footer-top-section-2 .widget-title::before {
		display: none;
	}
}

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

.line-before::before {
    content: "";
    height: 75px;
    width: 1px;
    background: #333;
    display: block;
    margin: -24% auto 5%;
    position: relative;
    z-index: 1;
}

.line-after::after {
    content: "";
    height: 75px;
    width: 1px;
    background: #333;
    display: block;
    margin: 5% auto -13%;
    position: relative;
    z-index: 1;
}

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

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
    float: left;
    padding: 1% !important;
    width: 33.3333%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: var(--global-palette7);
}
