/*
Theme Name:     Smart Pot 2021
Theme URI:      n/a
Template:       kadence
Author:         Team Traction
Author URI:     https://tractionmarketing.com
Description:    Child Theme Description
Version:        1_0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .825em;
}

.main-navigation .menu > .menu-item {
	padding: 2.1em 0;
}

.item-is-fixed .main-navigation .menu > .menu-item {
	padding: .85em 0;
}

.home .kt-blocks-carousel {
	padding: 0;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin: 0 0 .825em;
}

blockquote {
	border-left: 4px solid var(--global-palette1);
}

.wp-block-pullquote {
	display: flex;
	flex-direction: column;
	padding: 1em 0;
	position: relative;
}

.wp-block-pullquote::before, .wp-block-pullquote::after {
	color: var(--global-palette1);
	content: open-quote;
    font-size: 10rem;
    line-height: 1;
    font-family: sans-serif;
    max-height: 50px;
    z-index: 0;
}

.wp-block-pullquote::after {
	content: close-quote;
}

.wp-block-pullquote blockquote::before {
	display: none;
}

.wp-block-pullquote blockquote {
	color: var(--global-palette1);
}

.wp-block-pullquote blockquote cite {
	color: initial;
}

body .nf-form-content .listselect-wrap .nf-field-element div, body .nf-form-content .ninja-forms-field {
	font-size: 18px;
	padding: 10px 12px;
}

body .nf-form-content button, body .nf-form-content input[type="button"], body .nf-form-content input[type="submit"] {
	background: var(--global-palette2, #2B6CB0);
	z-index: 1;
	position: relative;
	padding: 8px 16px;
	line-height: 1.8;
	font-size: 18px;
	text-shadow: none;
	border-width: 0px;
	border-radius: 3px;
	border-color: var(--global-palette-btn-bg, #1768ea);
	background: var(--global-palette-btn-bg, #1768ea);
	color: var(--global-palette-btn, #fff);
	display: -webkit-flex;
	display: flex;
	text-align: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-style: solid;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

body .nf-form-content button:hover, body .nf-form-content input[type="button"]:hover, body .nf-form-content input[type="submit"]:hover { 
	background: var(--global-palette2, #2B6CB0);
	border-color: var(--global-palette-btn-bg-hover, #1768ea);
	box-shadow: 0px 15px 25px -7px rgba(0,0,0,0.1);
	color: #ffffff;
}
