/*
Theme Name:     amewaregroup
Theme URI:      n/a
Template:       kadence
Author:         zorca
Author URI:     n/a
Description:    Amewaregroup Child Theme
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
	width:100%;
}

.site-footer-wrap .wp-block-button a:hover {
	color: #32373c!important;
	text-decoration: none;
}

.wp-site-blocks .post-title {

}

.wp-site-blocks .post-title h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1;
	color: #ffffff;
}

.post-hero-section .hero-section-overlay {
	background: rgba(26,26,26,0.75);
}

.post-hero-section .entry-hero-container-inner {
	min-height: 550px;
	background-color: var(--global-palette3);
	background-image: url('/wp-content/themes/amewaregroup/images/blog-image.jpg');
	background-position: 45% 48%;
	background-size: cover;
}

.post-hero-section .post-meta {
	display: flex;
	width: 100%;
	color: #ffffff;
}

.entry-hero-container-inner .entry-header {
	min-height: 200px;
	display: flex;
	text-align: left;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 0;
}

.post-hero-section .post-reading-time {
	display: flex;
	align-items: center;
	padding-right: 1rem;
}

.post-hero-section .post-date {
	display: flex;
	align-items: center;
}

.hero-icon {
	height: 20px;
	width: 20px;
}

.padding-right-05 {
	margin-right: .5rem;
}

.hero-row {
	display: flex;
	flex-wrap: wrap;
}

.hero-row__column {
	width: 50%;
}

.hero-container {
	padding-top: 60px;
}

.single-post .sidebar-inner-wrap {
	position: sticky;
	top: 120px;
}

.single-post #ez-toc-container {
	background: #f9f9f9;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: none;
	display: table;
	margin-bottom: 1em;
	padding: 0 20px 10px 10px;
	position: relative;
	width: auto;
}

.single-post div#ez-toc-container .ez-toc-title {
	color: #282828;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
}

.single-post article.content-bg {
	border-left: solid 5px #ff0000;
	padding-left: 60px;
}

.site-middle-footer-wrap {
	background-color: #282828;
}

.site-bottom-footer-wrap {
	background-color: #000000;
}

.site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button {
  background: none;
  border: 2px none transparent;
  border-radius: 0px;
}

.social-icon-custom-svg svg {
  fill: currentcolor;
  width: 30px;
  height: 30px;
}

.error404 #inner-wrap {
	background-color: #ffffff;
}

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

.ff-btn-submit {
  background-color: #FF0000 !important;
  color: #ffffff !important;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 25px 10px 25px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
}

.ff-btn-submit:hover {
  background-color: #890000 !important;
}

.error404 h1.header-404 {
	color: #ff0000;
	font-size: 240px;
	font-weight: 700;
	line-height: 190px;
	margin-bottom: 16px;
}

.error404 a.button-404 {
	font-size: 28px;
}

#main-header .header-button {
	white-space: nowrap;
}

.blog .loop-entry .entry-summary p,
.loop-entry .entry-header .entry-meta {
	margin: .5em 0;
}

.blog .loop-entry .entry-summary {
	margin: 0;
}

.blog .loop-entry .entry-header {
	margin: 0;
}

.blog .entry-actions {
	text-align: right;
}

.blog a.post-more-link {
	display: inline-block;
	font-size: 0;
	height: auto;
	padding-bottom: 0;
}

.blog a.post-more-link .kadence-svg-iconset {
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	color: #ffffff;
	background-color: #ff0000;
	border-radius: 5px;
}

.blog a.post-more-link .kadence-svg-iconset:hover {
	background-color: #000000;
}

.blog a.post-more-link .kadence-svg-iconset .kadence-svg-icon {
	display: none;
}

.blog a.post-more-link .kadence-svg-iconset:before {
	content: url(/wp-content/themes/amewaregroup/icon-arrow.svg);
	padding-top: .25rem;
}

.blog .kadence-breadcrumbs {
	display: none;
}

.blog .entry-hero-container-inner .entry-header {
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	margin-bottom: 0;
	padding-bottom: 50px;
}

.blog .entry-hero-container-inner .entry-header .page-title {
	padding-right: 64px;
}

.blog .hero-description {
	border-left: solid 5px #ff0000;
	padding-left: 60px;
	color: #ffffff;
	font-size: 18px;
}

.ez-toc-title-container {
	padding-bottom: 25px;
}

.ez-toc-counter nav ul li a {
	color: #595D66;
}

.ez-toc-counter nav ul li a::before {
	color: #ff0000;
}

@media (max-width: 1024px) {
	.hero-row__column {
		width: 100%;
	}

	.mobile-text-center {
		text-align: center;
	}

	.mobile-hide {
		display: none;
	}

	.mobile-nomargin {
		padding: 0!important;
	}

	.mobile-nopadding {
		padding: 0!important;
	}

	.error404 h1.header-404 {
		font-size: 180px;
		line-height: 180px;
	}

	.error404 a.button-404 {
		width: 100%;
		font-size: 18px;
	}
}
