<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /*
Theme Name:BLOG-O-MATIC 3.0
Theme URI: http://www.datadial.net/
Description: WordPress Theme by Datadial.  This theme is custom paired with the Datadial VB E-commerce UI to include a blog.
Version: 3.0 2019
Author: Kolen Mackey for Datadial
Author URI: http://www.datadial.net/
*/

@charset "utf-8";
 

/*
	Using SVG: &lt;svg class="icon"&gt;&lt;use xlink:href="/img/LoomLastIcon.svg#LoomLastIcon"&gt;&lt;/use&gt;&lt;/svg&gt;
*/
/*Css Variables*/
:root {
	
	--brand_yellow: #F5C631; /*Brand Colour*/
}

/*------------------------------------------------------------base overrides*/
#blog-o-matic h1,
#blog-o-matic h2,
#blog-o-matic h3,
#blog-o-matic h4,
#blog-o-matic h5 {
	/*font-family: Montserrat,sans-serif;*/
	font-family: "EB Garamond","Times New Roman";
}
#blog-o-matic h1{
	margin-bottom: 30px;
}
#headerimg h4 strong,
h2 strong,
h1 strong {
	color:var(--brand_yellow);
	font-weight:400;
}

img{
	color: #e6e5e6;
	font-size: 11px;
	max-width:100%;
	height: auto;
}
svg.icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin:0;
	fill:currentColor;
}


/*------------------------------------------------------------blog-o-matic Structure*/

#blog-o-matic {
	display:block;
	padding:20px 0 50px;
	margin:0;
}
#blog-o-matic.search{
	cursor:default;
}
#blog-o-matic-content{
	display: block;
}

#headerimg{
	display: block;
	position: relative;
	height: 45vh;
	background:#efefef url("/img/blog-header.jpg") center / cover no-repeat;
	margin:0 .625rem 30px;
	color: #fff;
}
#headerimg &gt; div{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: flex-end;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.4) url("/img/blog-title.svg") center / 33% auto no-repeat;
	padding: 20px;
	color: #fff;
}
#headerimg h4{
	color:#fff;
	margin: 0;
	text-transform: uppercase;
	font-family: Montserrat,sans-serif;
}
#headerimg .bloghome{
	width:50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:rgba(255,255,255,0.5);
	position: absolute;
	top:0;
	left:0;
}
#headerimg .bloghome:hover{
	color: var(--brand_yellow);
}


/*Sidebar*/
#blog-o-matic-sidebar{
	padding:0 5%;
}
#sidebar a { color:inherit;}

h2 a {
	text-decoration:none;
	font-family: "EB Garamond","Times New Roman";
}

#sidebar .widget-title{
	font-size: 1.25rem;
	font-family: Montserrat,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
#sidebar .widget-title:after{
	content: "";
	position: relative;
	display: block;
	width:30px;
	height: 3px;
	background: var(--brand_yellow);
	margin: 10px 0;
}
#sidebar a {
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding:4px 0;
}
#sidebar a:hover, h2 a:hover {
	color:var(--brand_yellow);
}
.widget{
	display: block;
	margin: 0 0 20px;
	padding: 20px 0 0;
	/*border-bottom: 1px solid #f0f0f0;*/
}
.widget label{
	display: none;
}
.widget_search input[type="text"] {
	width:100%;
	padding:10px;
	height:40px;
}
#searchsubmit,
.widget_search input[type="submit"] {
	color:#131313;
	background-color:var(--brand_yellow);
	border:none;
	padding: 10px 15px;
	width:100%;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
}
.widget_categories ul{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 16;
	-webkit-box-orient: vertical;
	margin: 0;
	padding: 0;
}
.widget_categories ul li:nth-child(n+17){
	display: none;
}
.widget_categories.active ul li:nth-child(n) {
	display: block;
}
#custom_html-3 {
	padding: 0;
	margin: -15px 0 0;
}
#sidebar #viewall{
	color: var(--brand_yellow);
	text-transform: uppercase;
	font-weight: 600;
	font-size:13px;
}
#viewall i{
	margin-left: 20px;
}
#viewall i img{
	width:auto;
}
#viewall.active i img{
	transform: rotate(-180deg);
}
/*------------------Blog Home button  */
#sidebar #bloghome {
	display:block;
	margin:0 0 20px 0;
	border:1px solid #efefef;
	padding:0;
	text-transform:uppercase;
	text-align:center;
	background:url(/img/blog-featimg.jpg) center / cover no-repeat;
	height:180px;
	position:relative;
	overflow:hidden;
	font-weight:600;
	color: #606770;
	font-size: 14px;
}
#sidebar #bloghome span {
	background:rgba(255,255,255,0.6);
	padding:0;
	position:absolute;
	line-height:60px;
	height:60px;
	bottom:-60px;
	left:0;
	width:100%;
	-webkit-transition: bottom ease-in-out 0.4s;
				transition: bottom ease-in-out 0.4s;
}
#sidebar #bloghome:hover span {
	bottom:0;
}

/*Post Listing*/
#blog-o-matic-content .post-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 2.5%;
	max-width:950px;
	margin: 0 auto;
}

.blogintro {
	display: block;
	width:100%;
	padding:0;
	margin:0 0 20px 0;
	background-color:#f0f0f0;
	position: relative;
}
.paging,
.header,
.post-container .blogintro:nth-of-type(4),
.post-container .blogintro:nth-of-type(1){
	grid-column-start: 1;
	grid-column-end:3;
}
.post-container .blogintro:nth-of-type(4) .cat,
.post-container .blogintro:nth-of-type(1) .cat{
	max-width:80%;
	margin: 0 auto;
}
.blogintro .post{
	padding:50px;
	position:relative;
	text-align: center;
}
.blogintro:after{
	content:"";
	pointer-events: none;
	display: block;
	border:1px solid #fff;
	margin: 20px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 0;
}

.blogintro .post a.viewlink{
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom:3px solid var(--brand_yellow);
	margin: 20px auto 0;
}
a:hover{
	color: var(--brand_yellow);
}
.blogintro .entry {
	height:250px;
	overflow-y:auto;
}
.blogintro .featimg {
	position:relative;
	border-bottom:1px solid #fff;
	background-color: #e6e5e6;
}
.blogintro .featimg img{
	position:relative;
	max-width:100%;
	height:auto;
}
.blogintro .author {
	display:inline-block;
	margin:auto;
	top:-40px;
	position:absolute;
	right:0;
	left:0;
	width:180px;
	height: 75px;
	text-align: center;
	z-index: 10;
	
	
}
.blogintro .author a{
	display:inline-block;
	margin:0;
	width:75px;
	height:75px;
	overflow:hidden;
	border-radius:50%;
	border:3px solid #fff;
	background: #f0f0f0 url(/img/blog-user.jpg) center / cover no-repeat;
}
.blogintro .author a img{
	color: rgba(255,255,255,0);
}
.blogintro .author span {
	display:inline-block;
	background:var(--brand_yellow);
	color:#fff;
	padding:10px;
	position:absolute;
	bottom:75px;
	left:7px;
	right:0;
	margin: auto;
	width:180px;
	font-size:14px;
	text-align:center;
	visibility:hidden;
		-webkit-transition: visibility ease-in-out 0.2s, bottom ease-in-out 0.4s;
				transition: visibility ease-in-out 0.2s, bottom ease-in-out 0.4s;
}
.blogintro .author span:after {
	content:"\f0dd";
	font-family:"FontAwesome";
	font-size:26px;
	line-height:0;
	color:var(--brand_yellow);
	position:absolute;
	top:92%;
	left:0;
	width:100%;
	text-align:center;
	padding:0 10px 0 0;
	
}
.blogintro .author:hover span {
	
	visibility:visible;
	bottom:90px;
}

.blogintro .post h2 a:after{
	content:"";
	display: block;
	position: relative;
	width:70px;
	height: 10px;
	margin: 20px auto;
	background: url("/img/divider.png") center no-repeat
}
.paging{
	display: block;
	margin: 30px 0;
}
.paging a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}
.paging .alignright{
	float: right;
}

/*Article*/
/*.single-post #headerimg{
	height: 300px;
}*/
section.article{
	display: block;
	max-width:810px;
	margin: 0 auto;

}

.article .post-head{
	display: block;
	width:100%;
	padding:40px;
	margin:0 0 10px 0;
	background-color:#f0f0f0;
	position: relative;
}

.article .post-head:after{
	content:"";
	pointer-events: none;
	display: block;
	border:1px solid #fff;
	margin: 20px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 0;
}

.article .post{
	display: block;
	margin: 20px 0 0;
}
.article .postmeta{
	border-top:1px solid #e6e5e6;
	padding: 10px 0 0;
}
.article ul,
.article ol {
	list-style-type: initial;
	padding-left: 15px;
}
.article ol{
	list-style-type:decimal;
}
.article ul li,
.article ol li {
	padding-left: 15px;
	margin-bottom: 10px;
}
/*News Section below Articles*/
#News{
	display: block;
	padding: 30px 4% 0;
	clear: both;
}
#News &gt; h2{
	text-align: center;
	
}

#News &gt; h2:after{
	content:"";
	display: block;
	position: relative;
	width:70px;
	height: 10px;
	margin: 20px auto 30px;
	background: url("/img/divider.png") center no-repeat
}

#News .post-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 3%;
}


/*----------------------------------------------------------------------------------------------------------------------- Begin Responsive Queries*/
/* ----------------------------------------------------------------------- Min Withs Smallest to largest */
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1280px) {

}
@media only screen and (min-width: 1680px) {

}

/* ----------------------------------------------------------------------- MAX Withs Largest to smallest */

@media only screen and (max-width: 1679px) {
	/*News*/
	#News {
		padding: 30px 2%;
	}
	#News .post-wrap {
		grid-column-gap: 2%;
	}
	/*Sidebar*/
	#blog-o-matic-sidebar {
		padding: 0 1% 0 3%;
	}
}

@media only screen and (max-width: 1279px) {
	/*Blog*/
	#headerimg &gt; div {
		background-size:40% auto;
	}
	/*Sidebar*/
	#blog-o-matic-sidebar {
		padding: 30px 15px;
	}
	/*News*/
	
	#News .blogintro::after {
		margin: 10px;
	}
	#News .blogintro .post{
		padding:50px 30px 30px;
	}
	#News .blogintro .post h2 {
		font-size: 2.0rem;
		line-height: 2.12rem;
	}
	
}
@media only screen and (max-width: 1023px) {
	#headerimg {
		height: 30vh;
	}
	#headerimg &gt; div {
		background-size: 60% auto;
	}
	#blog-o-matic-content {
		width: 100%;
		float: none;
	}
	#blog-o-matic-sidebar {
		width: 80%;
		margin: 30px auto 0;
		padding: 30px 0;
		float: none;
	}
	#News .post-wrap {
		grid-template-columns: 1fr;
		grid-column-gap:0;
		padding: 0 10%;
	}
	/*Latest*/
	#blog-o-matic-content .post-container {
		grid-template-columns: 1fr;
		grid-column-gap: 0;
	}
	.paging, 
	.header, 
	.post-container .blogintro:nth-of-type(4), 
	.post-container .blogintro:nth-of-type(1) {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.post-container .blogintro:nth-of-type(4) .cat,
	.post-container .blogintro:nth-of-type(1) .cat{
		max-width:100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	#headerimg{
		margin: 0 .3125rem 10px;
	}
	#blog-o-matic-sidebar {
		width:100%;
		padding: 30px .3125rem;
	}
	#News .post-wrap {
		padding: 0;
	}
	
}
@media only screen and (max-width: 599px) {

}
/*iphone6 + regular android*/
@media only screen and (max-width: 479px) { 

	#headerimg &gt; div {
		background-size: 80% auto;
		background-position: center 35%;
	}
	#blog-o-matic h1 {
		font-size: 2.6rem;
		letter-spacing: normal;
		line-height: 2.8rem;
	}
	/*Article*/
	.article .post-head {
		padding: 30px;
	}
	.article .post-head::after {
		margin: 15px;
	}
}
/*Iphone 4&amp;5*/
@media only screen and (max-width: 359px) { 

}

/* Size and Orientation */
@media only screen and (max-width: 479px) and (orientation: portrait){ 

}
/* Landscape Orientation */
@media screen and (orientation: landscape) {

}

/* Portrait Orientation */
@media screen and (orientation: portrait) {

}

/*--------------------------------------------------------------------- End Responsive Queries*/

</pre></body></html>