<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------

Site name: Hobo Brewing
Author: PatrickConti
Date: August 29, 2018

-------------- */


/* ------- STYLE CSS CONTENTS -------

	- 1) Basic styling
	- 2) Header
	- 3) Footer
	- 4) Page styling
		- 4.1) page header
		- 4.2) page content
		- 4.3) post share
		- 4.4) post navigation
		- 4.5) sidebar widgets
		- 4.6) posts widget
		- 4.7) list widget
		- 4.8) post social icons
	- 5) Home page
	- 6) About page
	- 7) Portfolio page
	- 8) Blog posts page
		- 6.1) style one &amp; two
		- 6.2) style three
	- 9) Contact page
	- 10) Single page styling
		- 10.1) portfolio single
		- 10.2) blog single
	- 11) 404/error page

 ------------------------------------ */


/* --- 1) BASIC STYLING --- */

	body{background-color:#ffffff;}
	p,h1,h2,h3,h4{margin:0;padding:0;}
	ul{list-style:none;margin:0;padding:0;}

	.font-reg{font-family: 'Questrial', sans-serif;font-weight:400;}
	.font-alt{color:#F5F5F5; text-shadow: 1px 1px 4px black;}

	.primary-button{font-size:14px;line-height:15px;color:#ffffff;display:inline-block;border:none;padding:14px 27px 13px;background-color:#111111;letter-spacing:3px;text-transform:uppercase;text-decoration:none;cursor:pointer;}
	.primary-button:hover{background-color:#c7c7c7;color:#ffffff;}

	.secondary-button{font-size:14px;line-height:15px;color:#222222;display:inline-block;padding:12px 25px 11px;border:2px solid #111111;background-color:transparent;letter-spacing:3px;text-transform:uppercase;text-decoration:none;cursor:pointer;}
	.secondary-button:hover{background-color:#222222;color:#ffffff;border-color:#222222;}

	.tertiary-button{font-size:14px;line-height:15px;color:#ffffff;display:inline-block;padding:12px 25px 11px;border:2px solid #ffffff;background-color:rgba(34,34,34,.15);letter-spacing:3px;text-transform:uppercase;text-decoration:none;cursor:pointer;}
	.tertiary-button-alt{font-size:14px;line-height:15px;color:#222222;display:inline-block;padding:12px 25px 11px;border:2px solid #222222;background-color:rgba(255,255,255,.1);letter-spacing:3px;text-transform:uppercase;text-decoration:none;cursor:pointer;}
	.tertiary-button:hover{background-color:#ffffff;color:#222222;border-color:#ffffff;}
	.tertiary-button-alt:hover{background-color:#222222;color:#ffffff;border-color:#222222;}

	.rounded-button{border-radius:30px;}

	#featured-1-button{font-size:14px;line-height:15px;color:#222222;display:inline-block;padding:12px 25px 11px;border:2px solid #222222;background-color:rgba(255,255,255,.3);letter-spacing:3px;text-transform:uppercase;text-decoration:none;cursor:pointer;}
	#featured-1-button:hover{background-color:#222222;color:#ffffff;border-color:#222222;}

/* --- 2) HEADER --- */

	.header-main{width:100%;height:70px;position:fixed;background-color:#ffffff;z-index:1000;border-bottom:1px solid #eeeeee}
	.header-wide .container{width:95%;}
	#site-logo{width:140px;height:30px;float:left; left:20px; background-image:url('assets/img/logo1.jpg'));background-size:100%;background-repeat:no-repeat;margin-top:26px;display:block;}
	#header-nav{float:right;}

	/* -- nav main menu -- */

	.menu {list-style-type:none;margin:0;clear:both;white-space:nowrap;padding-left:0px;-webkit-transition:margin .35s;transition:margin .35s}
	.menu ul{padding:0;margin:0;list-style-type:none;}
	.menu li {float:left;height:100%;position:relative;white-space:nowrap;}
	.menu .menu-item &gt; a{font-size:13px;color:#111111;float:left;text-align:center;letter-spacing:2px;text-transform:uppercase;margin:0 15px;padding:25px 0;text-decoration:none;}
	.menu li:last-child a{margin-right:0px;}
	.menu &gt; li &gt; a:hover,.submenu-active,#header-nav .menu-item &gt; a.active{color:#c7c7c7!important;-moz-transition:color, 0.5s, ease-in-out;-webkit-transition:color, 0.5s, ease-in-out;transition:color, 0.5s, ease-in-out;}
	.menu  .sub-drop-icon{margin-left:5px;display:none}


	/* -- nav drop down menus -- */

	.menu .menu-item-has-children{position:relative;}
	.menu .sub-menu{background-color:#ffffff;position:absolute;z-index:1000;top:68px;left:16px;width:230px;border-top:2px solid #c7c7c7;display:none;box-shadow:0 6px 12px rgba(0,0,0,.175);}
	.menu .sub-menu li{width:100% !important;height: auto;}
	.menu .sub-menu li a{font-size:12px;color:#111111!important;display:block;letter-spacing:1.5px;margin:0;display:block;width:100%;text-align:left;text-decoration:none;text-transform:uppercase;position:relative;padding-top:15px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,0.05);padding-right:0;padding-left:20px;}
	.menu .sub-menu li a:hover{background-color:#eeeeee;}
	.submenu-active,.current-page-ancestor &gt; a{background-position:left bottom!important;}

	.sub-menu .sub-drop-icon{position:absolute;top:17px;right:20px;font-size:15px;}
	.sub-menu .sub-second-tier{top:0;left:190px;}



/* --- 3) FOOTER --- */

	.footer-main{padding:33px 0 30px;border-top: 1px solid #eeeeee;text-align:center;}
	.footer-main p,.footer-main a{font-size:13px;color:#6D6D6D;line-height:20px;text-decoration:none;margin-bottom:20px;letter-spacing:0.5px;}

	.footer-social{display:inline-block;}
	.footer-social li{margin-right:20px;float:left;}
	.footer-social li:last-child{margin-right:0;}
	.footer-social li a{font-size:18px;color:#afafaf;letter-spacing:0.5px;}
	.footer-social li a:hover{color:#111111;}

	#scroll-top{width:40px;height:40px;background-color:#C7C7C7;opacity:0.9;position:fixed;bottom:30px;right:30px;text-align:center;display:none;cursor:pointer;border-radius:1px;}
	#scroll-top span{font-size:20px;color:#ffffff;line-height:10px;margin-top:14px;}



/* --- 4) PAGE STYLING --- */

	#main-content{padding-top:70px;}
	.page-section{padding:100px 0;}

	/* --- OVERWRITE FOR 'OUR CODE/ABOUT PAGE' --- */

	.about-page-section{padding:50px 0;}
	.about-section-inner{padding-top:120px;padding-bottom:70px;border-top:1px solid #eeeeee;}

	/* -- 4.1) page header -- */

	.page-header{min-height:450px;position:relative;padding:15px 0;text-align:center;color:#ffffff;background-position: center center;background-size: cover;}
  .page-header-alt{min-height:200px;position:relative;padding-top: 200px;padding-bottom: 50px;text-align:center;color:#ffffff;background-position: center center;background-size: cover;}
	.page-head-inside{color:#111111;position:absolute;top:50%;left:0;right:0;margin-left:auto;margin-right:auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}
	.page-head-inside-1{color:#111111;position:absolute;top:100%;left:0;right:0;margin-left:auto;margin-right:auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}
	.page-head-inside h1{font-size:40px;line-height:46px;text-transform:uppercase;letter-spacing:7px;margin-top:15px; margin-bottom:15px;}
	.page-head-inside p{font-size:15px;line-height:15px;letter-spacing:1.5px;}
	mark
  {
    background: none;
		color: inherit;
  }


	/* -- 4.2) page content -- */

	.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{font-family:'Questrial', sans-serif;font-weight:400;font-size:17px;color:#666666;line-height:22px;margin-top:30px;margin-bottom:10px;font-weight:400;letter-spacing:2px;}
	.page-content h3 + p{margin-top:5px;}
	.page-content p{font-size:13px;color:#707070;line-height:19px;margin-bottom:20px;letter-spacing:1px;font-family:'Questrial', sans-serif;font-weight:400;}
	.page-content a{color:#707070;text-decoration:underline;}
	.page-content strong{font-weight:700;}
	.page-content img{display:block;max-width:100%;margin-bottom:10px;}
	.page-content .alignleft{float:left;margin-right:25px;}
	.page-content .alignright{float:right;margin-left:25px;}
	.page-content ul{margin-bottom:20px;text-align:left;list-style: none;}
	.page-content li{color:#707070;font-size:13px;line-height: 19px;letter-spacing:1px;font-family:'Questrial', sans-serif;font-weight:400;}
	.page-content li:before {content: "â€¢ ";color: #707070;font-size:20px;}


	/* -- 4.3) post share -- */

	#post-share{margin-top:30px;}
	#post-share .social-item:first-child {margin-left: 0;}


	/* -- 4.4) post navigation -- */

	.post-navigation-inner{padding:50px 0;margin-top:60px;border-top:1px solid #eeeeee;text-align:center;}
	.post-navigation-inner .fa{font-size:20px;color:#afafaf;line-height:20px;}
	.post-navigation-inner .fa-th-large,.post-navigation-inner .fa-long-arrow-right{margin-left:20px;}
	.post-navigation-inner .fa:hover{color:#111111;}


	/* -- 4.5) sidebar widgets -- */

	.left-sidebar{padding-right:40px}
	.right-sidebar{padding-left:40px}

	.sidebar-widget{margin-bottom:60px;}
	.post-sidebar .sidebar-widget:last-child{margin-bottom:0;}
	.sidebar-widget h3{font-size:18px;color:#111111;line-height:24px;text-transform:uppercase;letter-spacing:4px;margin-bottom:15px;font-weight:400;}


	/* -- 4.6) posts widget  -- */

	.posts-widget .col-xlarge-8{padding-left:0;}
	.posts-widget li a{padding:10px 0;display:block;}
	.posts-widget h4{font-size:15px;color:#111111;line-height:21px;letter-spacing:2px;text-transform:uppercase;margin-bottom:3px;font-weight: 300;}
	.posts-widget p{font-size:13px;color:#525252;line-height:17px;}
	.posts-widget li a:hover h4{color:#c7c7c7;}


	/* -- 4.7) list widget  -- */

	.list-widget li a{font-size:13px;color: #525252;line-height:20px;border-bottom: 1px solid #eeeeee;padding: 10px 0;letter-spacing:2px;text-transform:uppercase;display:block;text-decoration:none;}
	.list-widget li a:hover{color:#c7c7c7;}


	/* -- 4.8) post social icons -- */

	.social-item{width:25px;height:25px;float:left;margin-left:15px;text-align:center;border-radius:1px;}
	.social-item span{color:#afafaf;font-size:17px;}
	.social-item span:hover{color:#111111;}
	.social-item .fa-facebook{margin-top:7px;}
	.social-item .fa-twitter{margin-top:7px;}
	.social-item .fa-pinterest,.social-item .fa-instagram{margin-top:7px;}
	.social-item .fa-youtube{margin-top:6px;}
	.social-item .fa-google-plus{margin-top:8px;}



/* --- 5) HOME PAGE --- */


	/* -- featured section -- */

		.home-section{position:relative;}

		.featured-left{left:0;text-align:left;}
		.featured-right{right:0;text-align:right;}
		.featured-right-alt{right:0;text-align:right;}
		.featured-center{left:0;right:0;margin-left:auto;margin-right:auto;text-align:center;}

		.featured-slide .container{height:100%;position:relative;}
		.featured-content{width:1000px;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}
		.featured-content-alt{width:1000px;position:absolute;top:25%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);}
		.featured-content h2{font-size:40px;color:#FFFFFF;line-height:62px;letter-spacing:7px;text-transform:uppercase;margin-bottom:25px;font-weight:400;}
		.featured-content-alt h2{font-size:40px;color:#000000;line-height:62px;letter-spacing:7px;text-transform:uppercase;margin-bottom:25px;font-weight:400;text-shadow:1px 1px rgba(255,255,255,.4);}
		.featured-content p{font-size:15px;color:#FFFFFF;line-height:22px;margin-bottom:40px;}
		.featured-content-alt p{font-size:20px;color:#000000;line-height:22px;margin-bottom:40px;text-shadow:1px 1px rgba(255,255,255,.4);}

		.featured-content-alt-text h2{font-size:40px;color:#000000;line-height:62px;letter-spacing:7px;text-transform:uppercase;margin-bottom:25px;font-weight:400;text-shadow:1px 1px rgba(255,255,255,.2);}
		.featured-content-alt-text p{font-size:20px;color:#000000;line-height:22px;margin-bottom:40px;text-shadow:1px 1px rgba(255,255,255,.2);}


		/* -- slideshow specific -- */

		#home-featured-slideshow,.featured-slide{max-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;}

		.slideshow-btn{font-size:25px;color:#afafaf;cursor:pointer;opacity:0;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);z-index:100;-moz-transition: opacity, 0.5s, ease-in-out;-webkit-transition: opacity, 0.5s, ease-in-out;transition: opacity, 0.5s, ease-in-out;}
		.slideshow-btn:hover{color:#111111;}
		.previous-slide-btn{left:30px;}
		.next-slide-btn{right:30px;}

		.home-section:hover .slideshow-btn{opacity:1;}


		/* -- banner image specific -- */

		#home-featured-banner{width:100%;height:600px;max-height:600px;background-size:cover;background-position:center;background-repeat:no-repeat;}
		#home-featured-banner .container {height:100%;position:relative;}



/* --- 6) ABOUT PAGE --- */

	.section-title h2{font-size:22px;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;text-align:center;}
	.section-title p{font-size:13px;line-height:19px;letter-spacing:1.5px;text-align:center;}
	.section-title p:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:20px auto 30px;}


	/* -- about items  -- */

	.about-item{text-align:center;margin-top:40px;}
	.about-items li:nth-child(-n+3) .about-item{margin-top:0;}
	.about-item .fa{font-size:35px;color:#111111;margin-bottom:15px;}
	.about-item h3{font-size:16px;color:#111111;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;}
	.about-item h3:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:10px auto 20px;}
	.about-item p{font-size:13px;color:#707070;line-height:19px;letter-spacing:1px;}


	/* -- team section -- */

	.team-section-inner{padding:100px 0;border-top:1px solid #eeeeee;}

	.team-item{position:relative;margin-top:40px;}
	.team-section-inner li:nth-child(-n+3) .team-item{margin-top:0;}
	.team-hover{width:100%;height:100%;background-color:rgba(17,17,17,0.8);position:absolute;top:0;left:0;opacity:0;-moz-transition:opacity, 0.5s, ease-in-out;-webkit-transition:opacity, 0.5s, ease-in-out;transition:opacity, 0.5s, ease-in-out;}
	.team-hover-content{color:#ffffff;width:100%;position:absolute;top:60%;left:0;right:0;margin-left:auto;margin-right:auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);opacity:1;text-align:center;-moz-transition:opacity, 0.5s, ease-in-out;-webkit-transition:opacity, 0.5s, ease-in-out;transition:opacity, 0.5s, ease-in-out;}
	.team-hover-content h3{font-size:22px;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;}
	.team-hover-content p{font-size:13px;line-height:19px;letter-spacing:1.5px;}
	.team-hover-content p:after {width:40px;height:1px;display:block;background-color:#ffffff;content:"";margin:20px auto 0;}

	.team-social{margin-top:25px;display:inline-block;}
	.team-social li{margin-right:20px;float:left;line-height:0;}
	.team-social li:last-child{margin-right:0;}
	.team-social li a{font-size:18px;color:#ffffff;}

	.team-item:hover .team-hover{opacity:1;}
	.team-item:hover .team-hover-content{top:50%;}


	/* -- testimonial section  -- */

	.testimonial-section-inner{padding:100px 0;border-top:1px solid #eeeeee;}

	#testimonial-slideshow{position:relative;padding-bottom:40px;}
	#testimonial-slideshow .owl-controls{bottom:0;}
	.testimonial-slide{color:#707070;text-align:center;}
	.testimonial-slide p:first-child{font-size:13px;line-height:19px;letter-spacing:1px;}
	.testimonial-slide p:last-child{font-size:15px;line-height:21px;letter-spacing:1.5px;margin-top:30px;}
	.testimonial-slide .company{color:#c7c7c7;}



/* --- 7) PORTFOLIO PAGE  --- */

	.portfolio-section .row{margin:0;}

	#portfolio-item-filter{margin-bottom:58px;text-align:center;}
	#portfolio-item-filter li{margin-right:15px;display:inline-block;}
	#portfolio-item-filter li a{font-size:14px;color:#7c7c7c;line-height:15px;text-decoration:none;letter-spacing:1.5px;padding:10px 15px;border:1px solid #ffffff;}
	#portfolio-item-filter li a.active{border-color:#eeeeee;}

	#portfolio-items.padding .portfolio-item{padding:15px;}
	#portfolio-items.no-padding .portfolio-item{padding:0;}
	#portfolio-items.full-width{width:100%;}
	#portfolio-items.boxed-width{width:1140px;margin:0 auto;}

	.portfolio-item{display:block;position:relative;margin-bottom:30px;}

	.portfolio-hover{width:100%;height:100%;background-color:rgba(17,17,17,0.8);position:absolute;top:0;left:0;opacity:0;-moz-transition:opacity, 0.5s, ease-in-out;-webkit-transition:opacity, 0.5s, ease-in-out;transition:opacity, 0.5s, ease-in-out;}
	.portfolio-hover-content{color:#ffffff;width:100%;position:absolute;top:60%;left:0;right:0;margin-left:auto;margin-right:auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);opacity:1;text-align:center;-moz-transition:opacity, 0.5s, ease-in-out;-webkit-transition:opacity, 0.5s, ease-in-out;transition:opacity, 0.5s, ease-in-out;}
	.portfolio-hover-content h3{font-size:22px;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;}
	.portfolio-hover-content p{font-size:13px;line-height:19px;letter-spacing:1.5px;}
	.portfolio-hover-content p:after {width:40px;height:1px;display:block;background-color:#ffffff;content:"";margin:20px auto 0;}

	.portfolio-item:hover .portfolio-hover{opacity:1;}
	.portfolio-item:hover .portfolio-hover-content{top:50%;}



/* --- 8) BLOG POSTS PAGE --- */

	.blog-item{text-decoration:none;color:#525252;display:block;border-top:1px solid #eeeeee;padding-top:50px;}
	.blog-item h3{font-size:22px;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;text-align:center;}
	.blog-item &gt; p{font-size:13px;line-height:19px;letter-spacing:1.5px;text-align:center;}
	.blog-item &gt; p:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:20px auto 20px;}
	.blog-item img{margin-bottom:20px;}


	/* -- 8.1) style one &amp; two -- */

	.blog-list-1 .blog-item,.blog-list-2 .blog-item{margin-bottom:50px}
	.blog-list-1 li:first-child .blog-item,.blog-list-2 li:first-child .blog-item{padding-top:0;border:0;}
	.blog-list-1 li:last-child .blog-item,.blog-list-2 li:last-child .blog-item{margin-bottom:0}


	/* -- 8.2) style three -- */

	.blog-list-3 {padding-bottom:50px;}
	.blog-list-3 .blog-item{margin-bottom:50px;}
	.blog-list-3 li:nth-child(-n+2) .blog-item{padding-top:0;border:0;}



/* --- 9) CONTACT PAGE --- */

	#contact-map-container,#contact-map{width:100%;height:450px;}

	.contact-page h1{font-size:28px;color:#111111;line-height:34px;text-transform:uppercase;letter-spacing:5px;margin-bottom:25px;}

	#contact-details{width:100%;}
	#contact-details tr{padding:15px 0;border-bottom:1px solid #eeeeee;display:block;}
	#contact-details tr:first-child{padding-top:0;}
	#contact-details tr td:first-child{width:53px;text-align:center;vertical-align:top;}
	#contact-details span,#contact-details a{font-size:15px;line-height:18px;color:#111111;text-decoration:none;letter-spacing:1px;}
	#contact-details .fa{font-size:20px;color:#111111;margin-right:30px;}

	.contact-input{width:100%;height:50px;padding-left:15px;margin-bottom:20px;border:1px solid #eeeeee;}
	.contact-text{width:100%;max-width:100%;min-height:200px;padding:15px;vertical-align:top;margin-bottom:20px;border:1px solid #eeeeee;}

	.contact-input,.contact-text{font-size:15px;line-height:20px;-webkit-transition: border-color ease-in-out 0.25s;transition: border-color ease-in-out 0.25s;}
	.contact-input:focus,.contact-text:focus{border-color:#c7c7c7;}



/* --- 10) SINGLE PAGE STYLING --- */

	/* -- 10.1) portfolio single -- */

	.single-portfolio{padding-bottom:0;}

	#portfolio-slideshow-outer{position:relative;margin-bottom:40px;}
	#portfolio-slideshow-outer:hover .slideshow-btn{opacity:1;}

	.single-detail-item{margin-top:20px;}
	.single-detail-item h3{font-size:16px;color:#111111;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;}
	.single-detail-item h3:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:10px 0 20px;}
	.single-detail-item p,.single-detail-item a{font-size:14px;color:#707070;line-height:20px;margin-bottom:20px;letter-spacing:1px;text-decoration:none;}

	.single-detail-item #post-share{margin-top:-7px;}


	/* -- 10.2) blog single -- */

	.single-blog{padding-bottom:0!important;}

	.single-blog-title h2{font-size:22px;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;text-align:center;}
	.single-blog-title p{font-size:13px;line-height:19px;letter-spacing:1.5px;text-align:center;}
	.single-blog-title p:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:20px auto 20px;}

	.single-image{margin-bottom:40px;}



/* --- 11) 404/ERROR PAGE --- */

	.not-found-page{text-align:center;}
	.not-found-page h2{font-size:16px;color:#111111;line-height:22px;letter-spacing:4px;margin-bottom:10px;font-weight:400;text-transform:uppercase;}
	.not-found-page h2:after{width:40px;height:1px;display:block;background-color:#111111;content:"";margin:10px auto 20px;}
	.not-found-page p{font-size:13px;color:#707070;line-height:19px;letter-spacing:1px;}
</pre></body></html>