/*
	Theme Name: Quickfire Digital ACF Base
	Theme URI: https://www.quickfiredigital.com
	Author: Quickfire Digital
	Author URI: hhttps://www.quickfiredigital.com
	Description: This theme is an ACF Base
	Version: 2.4.1
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* OLD BARNES BLOG CSS */

.entry-content .alignleft {
    float: left;
    margin-right: 1.5em;
}

.entry-content .alignright {
    float: right;
    margin-left: 1.5em;
}

.entry-content .aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.entry-content .entry-title {
	margin: 0;
	padding: 0;
	color: #303030;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 36px;
	font-size: 2.25rem;
	font-family: 'Amaranth', Tahoma, Arial;
}

.entry-content .entry-title a:link,
.entry-content .entry-title a:visited {
	color: #303030;
	text-decoration: none;
}

.entry-content .entry-title a:hover,
.entry-content .entry-title a:active {
	text-decoration: underline;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content p:first-child {
	margin-top: 0.5em;
}

.entry-content p {
	margin-bottom: 1.5em;
}


/* CUSTOM CSS FM 2025 */

.top-bar a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

	 letter-spacing: 1px;
    font-style: normal;


	font-size: 20px !important;
	     -webkit-text-stroke: 3px #04365B;
   text-shadow: 2px 2px black;
	   paint-order: stroke fill;
}
.top-bar i {font-size: 16px; margin-right: 10px;
transform: rotate(10deg);}

.home .text-container h1,
.home .text-container {
	width: 90%;
	max-width: 1280px;
}




.new-container {
    max-width: calc(1200px + 4rem);
    padding: 0 2rem;
	margin: 0 auto;
}

@media (min-width: 576px) and (max-width: 1199.99px) {
	.top-bar a {
	font-size: 20px !important;
	}
    .new-container {
        margin: 0 1.25rem;
        padding: 0;
    }
}

/*
.postmeta {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	border-bottom: solid 2px #243F8E;
	margin-bottom: 12px;
	font-size: 13px;
	justify-content: space-between;
}
.postmeta-share {
	justify-self: flex-end;	

}
.postmeta-date {
	justify-self: flex-end;
	margin-left: auto;
}
*/
.postmeta {
	margin-bottom: 12px;
	display: flex;
gap: 30px;
}
.postmeta-breadcrumbs {
padding-top: 7px;
	margin-bottom: 10px;
	border-bottom: solid 3px #f99c26;
	display: block;
	margin-bottom: 10px;
}
p#breadcrumbs,
p#breadcrumbs a {
	font-size: 13px;
    color: grey;
	text-decoration: none;


}

.postmeta-share button {
	border: none;
	background-color: transparent;
	color: #F99C25;
}

.new-container h1.post-title {
margin-bottom: 15px;
}
.new-container h2,
.new-container h3,
.new-container h4,
.new-container h5 {
	font-family: 'Playfair Display', serif;
	margin-bottom: 22px !important;
}
.new-container h2.post-subtitle {
    font-family: 'Open Sans', sans-serif;
	font-size: 22px  !important;
	margin: 15px 0;
}

.entry-content .wp-block-button__link {
	background-color: #00ADEE;
    border-radius: 18px;
    padding: 10px 15px;
    border: none;
	text-decoration: none;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}


.entry-content .wp-block-button__link:hover {
    background-color: #0090DF;
}

.postheader-new-image img {
box-shadow: 0 5px 10px #00000026;
}
@media (min-width: 736px) {
	.new-container h1.post-title {
		font-size: 42px !important;
	margin-bottom: 15px;
	}

/*	.postheader-new-image img { 
		margin-left: auto;
	}

	.postheader-new { display: flex;
		margin-left: -15px;
		margin-right: -15px;
				flex-wrap: wrap;
			}	
.postheader-new-image,
.postheader-new-text 
{ position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;}

	.postheader-new-image {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}

	.postheader-new-image img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	.postheader-new-text {	-ms-flex: 0 1 0;
		flex: 1 70%;;
		max-width: 70%;}
*/
}

header.posttitle {
	height: auto !important;
}
.new-postheader {
	background-color: #FCFCFC;
}
.single-post
.find-hol-container {
    max-width: 1200px;
}
.single-post
.entry-content {
	padding-bottom: 30px;
	margin-bottom: 30px;
	box-shadow: 0 5px 10px #0000000d;
}