<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: weblocal2018
Author: weblocal
Author URI: http://weblocalinc.com/
Description: Theme for weblocal2018, inc using Twitter Bootstrap Framework 
Version: 1.0
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, full-screen

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800');
body {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6{
	font-family:"Montserrat";
	text-transform:uppercase;
	margin-top:0;
}

h1{
	font-weight:700;
}

h2, h3, h4, h5, h6{
	font-weight:400;
}

p, li{
	font-size:18px;
	line-height:27px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content .container{
	padding-bottom:0;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu&gt;.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active&gt;.dropdown-menu, .dropdown-submenu:hover&gt;.dropdown-menu {
display: block;
}
.dropdown-submenu&gt;a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active&gt;a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left&gt;.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Custom Styles ==
*/

/*
 * Responsive text align classes cuz bootstrap doesn't have them
 */

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}

.bkg-light-grey{
	background:#ebebeb;
}

.bkg-dark-grey{
	background:#333;
}

.white{
	color:#fff;
}

.site-header .container, .nav-bkg .container{
	padding-bottom:0 !important;
}

.site-header {
	background-color: rgba(255,255,255,0.7);
	-webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	-ms-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	-o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.scrolled{
	
}

@media (min-width:990px){
	.site-header-inner{
		display:flex;
		align-items:center;
	}
	.site-header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}

}
.site-header-inner{
	padding:20px 0;
}

@media (max-width:989px){
	.header-image{
		padding-bottom:20px;
	}
	nav.site-navigation{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.navbar-collapse.in{
		overflow-y:scroll;
		max-height:340px;
	}
}

.slogan{
	font-weight:bold;
	margin-top:10px;
	font-size:18px;
}

.contact-icons{
	line-height:24px;
	color:#fff;
	font-size:16px;
}

@media screen and (min-width:1200px){
	.contact-icons{
		font-size:20px;
	}
}

.nav-bkg .navbar-default {
	background:none;
	border:none;
}

.nav-bkg .navbar{
	margin-bottom:0;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color:#ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color:#777;
}

.navbar-default .navbar-brand{
	color:#fff;
}

.navbar-default .dropdown-menu&gt;li&gt;a{
	font-weight:bold;
	color:#fff;
	padding:10px 20px;
	font-size:14px;
}

@media (max-width:989px){
	.navbar-fixed-mobile{
		top: 0;
		border-width: 0 0 1px;
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	body{
		padding-top:50px;
	}
}

@media (min-width: 990px) and (max-width: 1199px){
	.site-header .nav&gt;li&gt;a{
		padding:10px;
	}
}

@media(min-width:990px){
	.main-content{
		margin-top:0px;
	}
	
	.navbar .navbar-collapse{
		padding-left:5px;
		padding-right:0;
	}
}

.main-content a{
	color:inherit;
}

.footer-nav{
	margin-bottom:0px;
}

.footer-nav&gt;.nav&gt;li&gt;a:hover, .footer-nav&gt;.nav&gt;li&gt;a:focus{
	color:#222;
}

.bottom-bar p{
	margin:0;
}

.site-info{
	padding-left:30px;
}

.site-info .fa{
	position:absolute;
	margin-left:-30px;
	margin-top:4px;
}

.site-footer-widget{
	padding-top:30px;
}

.widget-title{
	color:#fff;
}

.norm_row{
	position:relative !important;
	margin:0 auto;
	float:none;
}

.no-margin{
	margin-top:0;
	margin-bottom:0;
}

/* Blog page styling */
.default-img{
	background-image: url(https://weblocal2018inc.com/wp-content/uploads/2017/09/slider-bkg.jpg);
    background-position: top center;
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	min-height:400px;
	display:flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom:30px;
}

@media screen and (min-width:992px){
	.flex-row{
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.entry-title{
	margin:100px 0 0 0;
	color: #ffffff;
    font-size: 48px;
    text-shadow: 0px 0px 10px rgba(102,189,226,0.52);
}

.panel{
	padding-bottom:15px;
}

/* Animated headline */
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
h1.cd-headline{
	color:#fff;
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	text-transform:capitalize;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* Center aligned carousel */
.carousel-center .slick-slide-inner{
	display:flex;
}

.carousel-center .slick-slide-inner img{
	display:flex;
}

/* Disable scrolling background image for mobile browsers */
@media (max-width:989px){
	.unfix-mobile{
		background-attachment:scroll !important;
	}
}

.full-width a{
	width:100% !important;
}

input, textarea{
	max-width:100%;
}</pre></body></html>