.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Tags Categories Design **/
/* Style for the container */.wp-block-group.alignwide {
	
}
.wp-block-tag-cloud a {
	display: inline-block !important;
	padding: 10px 20px !important;
	background-color: #f0f0f0 !important;
	color: #333 !important;
	text-decoration: none !important;
	border-radius: 30px !important;
	-webkit-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
}
.wp-block-tag-cloud a:hover {
	background-color: #ff6600 !important;
	color: white !important;
	transform: translateY(-3px) !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}
.tag-link-count {
	display: inline-block !important;
	background-color: #333 !important;
	color: white !important;
	border-radius: 50% !important;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
	text-align: center !important;
	font-size: 12px !important;
	margin-left: 8px !important;
}

/** General >> Navigation Hover Color **/
.wp-block-navigation__container a:hover {
	color: #ff6600 !important;
}

/** General >> Tech Specs Comparison **/
.wp-block-table.tech-specs-comparison {
	max-width: 800px !important;
	margin: 20px auto 20px auto !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
.wp-block-table.tech-specs-comparison table {
	width: 100% !important;
	border-collapse: collapse !important;
}
.wp-block-table.tech-specs-comparison th, 
.wp-block-table.tech-specs-comparison td {
	padding: 12px 15px !important;
	text-align: left !important;
	border-bottom: 1px solid #e0e0e0 !important;
}
.wp-block-table.tech-specs-comparison th {
	background-color: #ff8c33 !important;
	color: #ffffff !important;
	font-weight: bold !important;
}
.wp-block-table.tech-specs-comparison tr:nth-child(even) {
	background-color: #fff4e6 !important;
}
.wp-block-table.tech-specs-comparison tr:nth-child(odd) {
	background-color: white !important;
}
.wp-block-table.tech-specs-comparison tr:hover {
	background-color: #ffd9b3 !important;
}
.wp-block-table.tech-specs-comparison td:first-child {
	font-weight: bold !important;
	color: #e67300 !important;
}


/*= Content =================== */

/** Content >> Source **/
.source {
	font-size: 18px !important;
	line-height: 1.3em !important;
	font-style: italic !important;
	background-color: #f8f9fa !important;
	padding: 12px 16px 12px 16px !important;
	margin: 40px 0 20px 0 !important;
	border-left: 4px solid #007bff !important;
	border-radius: 0 4px 4px 0 !important;
	-webkit-transition: 0.3s !important;
	transition: 0.3s !important;
}
.source:hover {
	background-color: #e9ecef !important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}
.source strong {
	color: #495057 !important;
	font-weight: 600 !important;
	margin-right: 8px !important;
}
.source a {
	color: #007bff !important;
	text-decoration: none !important;
	-webkit-transition: color 0.2s ease !important;
	transition: color 0.2s ease !important;
}
.source a:hover {
	color: #0056b3 !important;
	text-decoration: underline !important;
}

/** Content >> Quote **/
/* Distinct Modern Blockquote Styles with Correct Quotation Marks */.wp-block-quote {
	
}
.wp-block-quote {
	font-family: quote !important;
	background-color: #FFF1E6 !important;
	border-left: 5px solid #F87016 !important;
	margin: 1.5em 0 !important;
	padding: 1.5em 2em !important;
	position: relative !important;
	box-shadow: 0 3px 10px rgba(248, 112, 22, 0.15) !important;
}
.wp-block-quote p {
	font-style: italic !important;
	font-size: 1.3em !important;
	line-height: 1.6 !important;
	margin-bottom: 0.5em !important;
	color: #000000 !important;
	position: relative !important;
	z-index: 1 !important;
}
.wp-block-quote cite {
	display: block !important;
	font-size: 0.9em !important;
	color: #333 !important;
	text-align: right !important;
	margin-top: 1em !important;
	font-weight: bold !important;
	position: relative !important;
	z-index: 1 !important;
}
.wp-block-quote cite a {
	color: #F87016 !important;
	text-decoration: none !important;
	-webkit-transition: color 0.3s ease !important;
	transition: color 0.3s ease !important;
}
.wp-block-quote cite a:hover {
	color: #000000 !important;
	text-decoration: underline !important;
}
.wp-block-quote::before, 
.wp-block-quote::after {
	font-size: 5em !important;
	position: absolute !important;
	color: #F87016 !important;
	opacity: 0.3 !important;
}

/** Content >> Heading **/
/* Updated Header Styles with Underline and Bullets */.wp-block-post-content h2, 
.wp-block-post-content h3, 
.wp-block-post-content h4 {
	
}
.wp-block-post-content h2, 
.wp-block-post-content h3, 
.wp-block-post-content h4 {
	font-family: quote, 'Arial', sans-serif !important;
	color: #000000 !important;
	padding-bottom: 0.3em !important;
	margin-top: 1.5em !important;
	margin-bottom: 0.5em !important;
}
.wp-block-post-content h2 {
	font-size: 2.2em !important;
	border-bottom: 3px solid #F87016 !important;
}
.wp-block-post-content h3 {
	font-size: 1.8em !important;
	position: relative !important;
	padding-left: 1em !important;
}
.wp-block-post-content h3::before {
	content: '•' !important;
	position: absolute !important;
	left: 0 !important;
	top: 42% !important;
	transform: translateY(-50%) !important;
	color: #F87016 !important;
	font-size: 1.2em !important;
}
.wp-block-post-content h4 {
	font-size: 1.4em !important;
	position: relative !important;
	padding-left: 1em !important;
}
.wp-block-post-content h4::before {
	content: '•' !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	color: #F87016 !important;
	font-size: 1em !important;
}

/** Content >> Table **/
.wp-block-table.tech-specs {
	font-family: Arial, sans-serif !important;
	max-width: 600px !important;
	margin: 20px auto 20px auto !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
.wp-block-table.tech-specs table {
	width: 100% !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background-color: white !important;
}
.wp-block-table.tech-specs th, 
.wp-block-table.tech-specs td {
	padding: 12px 15px !important;
	text-align: left !important;
	border: none !important;
}
.wp-block-table.tech-specs th {
	background-color: #000000 !important;
	color: white !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}
.wp-block-table.tech-specs tr:nth-child(even) {
	background-color: #f2f2f2 !important;
}
.wp-block-table.tech-specs tr:hover {
	background-color: #e6e6e6 !important;
}
.wp-block-table.tech-specs td:first-child {
	font-weight: bold !important;
}
.wp-block-table.tech-specs td:last-child {
	color: #F87016 !important;
}

/** Content >> Tags **/
.taxonomy-post_tag.brand.wp-block-post-terms a {
	color: white !important;
	background: black !important;
	padding: 2px 5px 2px 5px !important;
}
.taxonomy-post_tag.brand.wp-block-post-terms a:hover {
	background: orange !important;
}

/** Content >> Link **/
.tax-underline a {
	text-decoration: underline !important;
}

/** Content >> Gutena forms **/
.wp-block-gutena-forms h3 {
	margin-top: 10px !important;
}
.wp-block-gutena-forms h3:before {
	content: none !important;
}

/** Content >> Link _2 **/
.photoworkout a:hover {
	color: #ff6900 !important;
}

/** Content >> Author group **/
.wp-block-columns.author-container {
	background: #111111 !important;
	max-width: 800px !important;
	padding: 2rem !important;
	margin: 2rem auto 2rem auto !important;
	border-radius: 16px !important;
	position: relative !important;
	overflow: hidden !important;
}
.wp-block-columns.author-container::before {
	content: '' !important;
	position: absolute !important;
	top: -50% !important;
	left: -50% !important;
	width: 200% !important;
	height: 200% !important;
	background: radial-gradient(
        circle at center,
        transparent 30%,
        rgba(255, 102, 0, 0.1) 40%,
        rgba(0, 153, 255, 0.1) 60%,         transparent 70%
    ) !important;
	-webkit-animation: rotate 20s linear infinite !important;
	animation: rotate 20s linear infinite !important;
}
.wp-block-image.author-image {
	margin: 0 !important;
	position: relative !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	width: 100% !important;
}
.wp-block-image.author-image img {
	border-radius: 12px !important;
	border: 3px solid transparent !important;
	background-image: linear-gradient(145deg, #ff6600, #00a3ff) !important;
	-webkit-transition: transform 0.3s ease !important;
	transition: transform 0.3s ease !important;
	box-shadow: 0 0 20px rgba(255, 102, 0, 0.2),
                0 0 20px rgba(0, 153, 255, 0.2) !important;
}
.wp-block-image.author-image img:hover {
	transform: translateY(-5px) !important;
}
.wp-block-column.author-content {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	margin: 0 !important;
	position: relative !important;
	z-index: 1 !important;
}
.author-box {
	color: #ffffff !important;
	font-size: 1.1rem !important;
	line-height: 1.6 !important;
	margin: 0 !important;
	padding: 1.5rem !important;
	background: linear-gradient(145deg, rgba(255, 102, 0, 0.1), rgba(0, 153, 255, 0.1)) !important;
	border-radius: 12px !important;
	border: 1px solid !important;
}
.author-box::after {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	border: 1px solid #ff6600 !important;
	border-radius: 12px !important;
}
.author-name {
	position: relative !important;
	font-weight: 600 !important;
	font-size: 1.2em !important;
	display: inline-block !important;
	margin-bottom: 0.5rem !important;
	color: #ff6600 !important;
	background: -webkit-linear-gradient(90deg, #ff6600, #00a3ff) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
.author-role {
	color: #ff8533 !important;
	font-size: 0.9em !important;
	margin-bottom: 1rem !important;
	display: block !important;
}
.wp-block-column.author-avatar {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}
.wp-block-columns.is-layout-flex {
	grid-gap: 2rem !important;
	gap: 2rem !important;
}
.wp-block-column.is-layout-flow > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/** Content >> SampleShots Lightbox **/
.sampleshots-lightbox {
	width: 100vw !important;
	max-width: none !important;
	height: 100vh !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 999999 !important;
}
.sampleshots-lightbox-overlay, 
.sampleshots-lightbox-content {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/** Content >> Sampleshots gallery grid **/
#sampleshots-gallery-68f5069274814 .sampleshots-gallery-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr !important;
	grid-template-rows: auto auto auto !important;
}


/*( < 768 )*/
@media (max-width: 767.98px) {
	/** Content >> Author group **/
	.wp-block-columns.author-container {
	padding: 1.5rem !important;
}
.author-box {
	text-align: center !important;
	padding: 1rem !important;
}

}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** Content >> Table **/
	.wp-block-table.tech-specs {
	font-size: 14px !important;
}
.wp-block-table.tech-specs th, 
.wp-block-table.tech-specs td {
	padding: 8px 10px !important;
}

}

