/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

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

:root {
    --global-md-spacing: 1.1rem;
}

/* homepage */
.home .content-area {
	margin-top: 0;
}

/* general styles */
p.popularlinks {
	margin-bottom: 5px;
	margin-top: 20px;
}
.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .kadence-post-image img {
    border-radius: 50%;
	padding: 5px;
	border: 1px solid #007DC5;
}
h6 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	padding-bottom: 8px;
}
.nomargintop {
	margin-top: 0 !important;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.slightmargintop {
	margin-top: 12px !important;
}
.wp-block-query .wp-block-post-title {
	margin-bottom: 5px;
}
.wp-block-post-featured-image {
	margin: 0;
}
blockquote {
	padding: 15px 20px 15px 55px;
	border: none;
	font-style: italic;
	position: relative;
}
blockquote::before {
	content: "\201C";
	position: absolute;
	left: 8px;
	top: 2px;
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #999;
}
.wp-block-table td, .wp-block-table th {
	border-color: #ccc;
}
.post-archive-title {
	margin-bottom: 40px;
}
.widget li {
	line-height: 1.3;
}
.single-post #inner-wrap, .archive #inner-wrap {
	border-top: 1px solid #ddd;
}
.alignleft, figure.alignleft {
	margin-right: 30px !important;
}
.alignright, figure.alignright  {
	margin-left: 30px !important;
}
.kt-blocks-info-box-text {
	text-align: left;
}

/* flip box */
.flip-box-block img {
	margin: 0;
}
.flip-box-block p {
	margin-bottom: 5px;
}
.wp-block-flipbox-block-flipbox-front, .flipheight {
	border-radius: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.wp-block-flipbox-block-flipbox-back {
	border-radius: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 30px;
	background-color: #ddd !important;
}
.wp-block-separator {
	border-top: none;
	border-color: #ccc;
}

/* footer */
.footerborder h3 {
	border-bottom: 1px solid #ccc;
}
.fa {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.footersocials .wp-block-image figure {
	margin: 6px !important;
}

/* sidebar */
.sidebar-border {
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	border-bottom: 1px solid #ededed;
}
.sidebar-list li a {
	color: #007dc5;
}
.sidebar-list li a:hover {
	text-decoration: none;
}

/* menu */
body.admin-bar .posts-table-controls .select2-container {
	z-index: 1 !important;
}





