/*
Theme Name: StateLawTV Theme
Theme URI: httpa://www.statelawtv.com/
Author: T.B.
Author URI: httpa://www.boomerco.com/
Description: Custom Theme For StateLawTV Sites
Version: 1.9.1
Tags: white, grey, blue, responsive, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, mobile, iphone, android, webkit, css3, transitions, custom-fonts, minimalism
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
  border: 1px solid #dfdfdf!important;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 101%;
}
body {
	height: 101%;
	font-size: 62.5%;
	line-height: 1;
	background: #F5F6F7;
	font-family: 'Open Sans', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	width: 100%;
}
header {
	width: 100%;
}
ol, ul {
	list-style: none;
}
/* Restore native list markers inside post/page content. The global reset above
   strips list-style (and margin/padding) site-wide for nav/sidebar/widgets, which
   also blanks bulleted/numbered lists authored in the_content(). Re-enable them,
   scoped to the content body so menus and widgets keep their reset. */
.post-content ul,
.post-content ol {
	margin: 0 0 1.5em 1.5em;
	padding-left: 1em;
}
.post-content ul {
	list-style: disc outside;
}
.post-content ol {
	list-style: decimal outside;
}
.post-content li {
	margin-bottom: 0.5em;
	line-height: 1.6;
}
.post-content ul ul {
	list-style-type: circle;
}
.post-content ul ul ul {
	list-style-type: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	max-width: 100%;
}
p {
	font-size: 15px;
	line-height: 16px;
	color: #565656;
	margin-bottom: 13px;
}
a {
	text-decoration: none;
	color: #1F7AAB;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
}
a:hover {
	text-decoration: underline;
	color: #475d7b;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin: 0!important;
}

/** page wrapping **/
.wrapper {
	max-width: 1250px;
	margin: 0 auto;
}
#top {
	margin-bottom: 40px;
}
#top h1 {
	font-family: "Quando", "Trebuchet MS", Tahoma, serif;
	font-size: 4.0em;
	letter-spacing: -0.1em;
	line-height: 1.8em;
	color: #575757;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}
#top h1 a {
	color: #575757;
}
#top h1 a:hover {
	color: #575757;
	text-decoration: none;
}
#mainbody {
	display: block;
	z-index: auto;
	width: 100%;
	max-width: 1250px;
	margin: 0px auto;
	background: #FDFDFD;
	border-radius: 8px;
	padding: 2px;
	border: 1px solid #E8ECEE;
	/* background: url(images/sltv_back_wrap.png); */
}
#top_bar {
	background: #fff;
	/* max-height: 75px; */
	height: 100%;
	width: 100%;
	float: left;
	margin-bottom: 8px;
	border-bottom: 2px solid #E9ECEE;
	clear: both;
}
#top_header {
	max-width: 1250px;
	margin: 0 auto;
}
/** full navigation **/
#navbar {
	display: none;
}
nav {
	display: block;
}
#n ul {
	display: block;
	height: 35px;
	border: 1px solid #eaeaea;
	border-bottom-color: #cacaca;
	clear: both;
}
#n ul li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
	border-right: 1px solid #e1e1e1;
	width: 100%;
	background: #fff;
}
#n ul li a {
	display: block;
	padding: 0px 12px;
	line-height: 50px;
	color: #777;
}
#n ul li a:hover {
	color: #477aad;
	text-decoration: none;
	background: #fafafa;
}
#n ul li ul {
	display: none;
	margin: 0;
	position: absolute;
	top: 50px;
	zoom: 1;
	z-index: 9999;
	background: #fff;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #e1e1e1;
}
#n ul li ul li {
	display: block;
	width: 11em;
	border: 0;
}
#n ul li ul li a {
	background: #fff;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
#n ul li:hover > ul {
	display: block;
}
#n ul li:hover > a {
	text-decoration: none;
}
/** posts **/
#content {
	width: 100%;
}
#main {
	display: block;
	width: auto;
	box-sizing: border-box;
	margin-left: 245px;
	-moz-box-sizing: border-box;
	padding: 10px 12px 0px 12px;
}
#home {
}

#home h1 {
	font-family: 'Roboto', sans-serif!important;
	color: #6D6E71;
	font-size: 27px;
	font-weight: normal;
	margin: 5px 0px 15px 0px;
}

#home h2 {
	font-family: 'Roboto', sans-serif!important;
	/* color: #6D6E71;
	font-size: 20px; */
	font-weight: bold;
	margin: 5px 0px 15px 0px!important;
}

.h4_ptb_posts_slider, .entry .h4_ptb_posts_slider, .entry .h4_ptb_posts_slider:hover {
border-radius: 8px!important;

}
.post {
	display: block;
	margin-bottom: 25px;
	margin-bottom: 25px;
}
.post header {
	margin-bottom: 25px;
}
.post p {
	margin-bottom: 20px;
	line-height: 1.7em;
}
.post header h2 {
	font-family: 'Roboto', sans-serif!important;
	font-size: 27px;
	margin-bottom: 4px !important;
	color: #6D6E71;
}

.post header h1 {
	font-family: 'Roboto', sans-serif!important;
	font-size: 27px;
	margin: 4px 0px !important;
	color: #6D6E71;
}
.post header h2.bigger {
	font-size: 27px !important;
}

.post header h1.bigger {
	font-size: 27px !important;
}


.post h3 {
	font-size: 1.7em;
	color: #818181;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding: 6px 4px;
	background: #f5f5f5;
	margin-bottom: 15px;
	margin-top: 5px;
}
.post h4 {
	display: block;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #56b972;
	line-height: 1.5em;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-decoration: none;
	padding-left: 25px;
	border-left: 3px solid #56b972;
}
.post .meta {
	border-top: 1px solid #dfe5eb;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0px 0px 0px;
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	color: #666;
}

.meta {
	border-top: 1px solid #dfe5eb;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0px 0px 0px;
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	color: #666;
}


#category {
    padding-top: 3px;
	color: #666;
}


.post blockquote {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fbf0de;
	padding: 9px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 18px;
}
.post blockquote p {
	font-style: italic;
	font-weight: normal;
	color: #797064;
	margin-bottom: 3px;
	font-size: 1.9em;
}
.post .postcontent {
	margin-bottom: 25px;
}
.post .more-link {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 15px;
}
.post p .more-link {
	font-size: 1.0em;
}
.postbrdr {
}
.archiveshead h2 {
	font-family: 'Roboto', sans-serif!important;
	font-size: 2.2em;
	color: #6D6E71;
	font-weight: bold;
	
}
#navbelow {
	display: block;
width: 100%: padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.nav-prev {
	float: left;
	display: block;
}
.nav-next {
	float: right;
	display: block;
}
.nav-prev a, .nav-next a {
	display: block;

	font-size: 1.3em;
	padding: 0px 20px;
	float: right;
	font-size: 14px;
	background: #6D6E71;
	border: 1px solid #6D6E71;
	border-radius: 5px;
	color: #fff;	
	line-height: 32px;
	text-decoration: none;
}
.nav-prev a:hover, .nav-next a:hover {
	opacity: .85;
	cursor: pointer;
}

#home_post {
	padding: 0px 15px;
	border: 1px solid #e7e9eb;
	border-radius: 12px;
	margin-bottom: 12px;
}
/** comments **/
#comments {
	display: block;
	margin-top: 15px;
}
.post #comments h3 {
	font-size: 1.7em;
	line-height: 1.45em;
	color: #818181;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding: 6px 10px;
	background: #f5f5f5;
}
#comments #respond {
	margin-left: 0;
}
#comments .commentlist .comment #respond {
	margin-left: 35px;
	font-size: 1.0em;
}
/* for the threaded reply comment form styles */
		
#cancel-comment-reply {
	font-weight: bold;
	display: block;
	position: relative;
}
#cancel-comment-reply-link {
	display: block;
	padding: 0px 4px;
	font-size: 0.8em;
	position: absolute;
	right: 0;
	top: -12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#cancel-comment-reply-link:hover {
	color: #fff;
	text-decoration: none;
	background: #5d9de5;
}
.commentlist {
	list-style: none;
}
.commentlist .comment {
	display: block;
	position: relative;
	margin-bottom: 28px;
}
.commentlist .comment .comment-author {
	position: relative;
}
.commentlist .comment .comment-author .avatar {
	display: inline-block;
	padding: 5px;
	background: #fafafa;
	border: 1px solid #ccc;
	margin-right: 15px;
}
.commentlist .comment .comment-author .fn {
	font-weight: bold;
	font-size: 1.65em;
	line-height: 1.1em;
	font-style: normal;
	position: absolute;
	top: 2px;
	color: #535353;
}
.commentlist .comment .comment-author .says {
	display: none;
}
.commentlist .comment .comment-meta {
	position: absolute;
	top: 25px;
	margin-left: 60px;
	font-size: 1.2em;
}
.commentlist .comment p {
	display: block;
	margin-top: 15px;
	padding-right: 10px;
}
.commentlist .comment .comment-body .reply {
	font-size: 1.3em;
}
.commentlist .comment .comment-body .reply a.comment-reply-link {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.comment-awaiting-moderation {
	font-size: 1.2em;
	color: #444;
	display: block;
	text-decoration: underline;
	text-align: center;
	margin-top: 4px;
	margin-bottom: -5px;
}
.commentlist .comment ul.children {
	margin-left: 40px;
	padding-top: 15px;
}
#commentform {
	display: block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 6px;
}
#commentform label {
	font-size: 1.2em;
	line-height: 1.6em;
	display: block;
	width: 100%;
	color: #575757;
	margin-bottom: 2px;
	font-weight: bold;
}
#commentform label small {
	display: inline;
	size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #7dafe6;
}
#commentfields #commentfields {
	display: block;
	margin-bottom: 4px;
}
#commentfields #commentfields .ibox {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
#commentfields .basicinput {
	display: block;
	padding: 7px 6px;
	font-size: 1.5em;
	width: 90%;
	outline: none;
	border: 1px solid #dbdbdb;
	color: #487cb7;
}
#commentfields textarea {
	display: block;
	padding: 5px 4px;
	font-size: 1.45em;
	width: 90%;
	height: 125px;
	outline: none;
	border: 1px solid #dbdbdb;
	color: #487cb7;
}
#commentform #comment {
	display: block;
	margin-bottom: 8px;
	color: #565656;
	font-size: 1.4em;
	font-family: Arial, Tahoma, sans-serif;
	line-height: 1.5em;
	padding: 4px 7px;
}
#commentform #submit, .button {
	-moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	box-shadow: inset 0px 1px 0px 0px #cae3fc;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color: #79bbff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #469df5;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-size: 1.45em;
	font-weight: bold;
	padding: 6px 24px;
	margin-bottom: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #287ace;
}
#commentform #submit:hover, .button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background: -moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color: #4197ee;
}
#commentform #submit:active, .button:active {
	position: relative;
	top: 1px;
}
/** sidebar **/
#sidebar {
	display: block;
	float: left;
	width: 235px;
	padding: 0 10px;
	height: 100%;
	position: relative;
	/* background: #ECEFF2; */
	font-family: 'Open Sans', sans-serif;
	border-radius: 8px 0px 8px 8px;
	overflow: hidden;
}
#sidebar a {
}
#sidebar-responsive {
	display: none;
}
#sidebar .widget {
	display: block;
	margin-bottom: 20px;
}
#sidebar .widget h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	padding: 0px 0px;
	font-size: 22px;
	line-height: 30px;
	color: #6D6E71;
	margin-bottom: 10px;
}
#sidebar .widget ul {
	display: block;
	margin: 0px 8px;
	padding: 0;
}
#sidebar .widget ul li {
	font-size: 11px;

}
#sidebar .widget ul li ul {
	font-size: 0.9em;
}
#sidebar .widget ul li a {
	display: block;
	font-weight: bold;
	padding: 8px 4px;
	color: #6B7075;
	font-size: 16px;
	transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
}
#sidebar .widget .cat-item ul li a {
	display: block;
	padding: 4px 4px;
	color: #6B7075;
	font-size: 13px;
	transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	border-bottom: 1px solid #DFE5EB;
}

#sidebar .widget .cat-item ul.children li a {
	font-weight: normal!important;
}

#sidebar .widget ul li a:hover {
	color: #fff;
	background: #1F7AAB;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}
/** footer **/
footer {
	clear: both;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	font-style: normal;
	padding: 10px;
	color: #434343;
	padding-bottom: 80px;
	background: #ffffff;
border-top: 2px solid #E9ECEE;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#footer_content {
	max-width: 1250px;
	margin: 0 auto;	
}
#footer_left {
display: block; padding: 0; float: left; max-width: 565px; margin-left: -10px; width: 100%; font-size: 14px; font-style:italic; color: #6b7075; font-weight: bold; line-height: 28px;
 border: 1px solid #E9ECEE; min-height: 80px; border-radius: 8px;
}
#footer_right {
display: block; padding: 0; float: right; max-width: 565px; margin-right: -10px; width: 100%;  border-radius: 8px;  font-size: 14px; font-style:italic;  color: #6b7075; font-weight: bold; border: 1px solid #E9ECEE; line-height: 28px;

}

#footer_center {
	display: block; padding: 0;  width: 100%;  border-radius: 8px;  font-size: 14px; font-style:italic;  color: #6b7075; font-weight: bold; border: 1px solid #E9ECEE; line-height: 28px;
	
	}

footer p {
   font-size: 14px;
   margin: 0px;
   padding: 0px;	
}

#copyr {
	margin-top: 20px;
	font-size: 12px;
	background: #fff;
}
footer a, footer a:link, footer a:visited {
	font-size: 14px;
	display: inline-block;
	padding: 10px 10px;
	color: #fff;
}
#foot_navi {
	max-width: 1250px;
	background: #3C3C3C;

	padding: 5px 0px;
	margin-bottom: 20px;
	border-radius: 8px;
	margin: auto;
}
#footer_content {
	padding: 10px;
}

@media only screen and (min-width : 0) and (max-width : 1140px) {
#footer_left {
display: block; padding: 0; float: left; max-width: 440px; width: 100%; font-size: 14px; font-style:italic; color: #6b7075; font-weight: bold; line-height: 28px;
background: #fff; border: 1px solid #e7e9eb; min-height: 80px; border-radius: 8px;
}
#footer_right {
display: block; padding: 0; float: right; max-width: 440px; width: 100%;  border-radius: 8px;  font-size: 14px; font-style:italic;  color: #6b7075; font-weight: bold; line-height: 28px;
background: #fff;
}
}

@media only screen and (min-width : 0) and (max-width : 950px) {
#footer_left {
display: block; padding: 0; float: left; max-width: 900px; margin-bottom: 10px; width: 100%; font-size: 14px; font-style:italic; color: #6b7075; font-weight: bold; line-height: 28px;
background: #fff; border: 1px solid #e7e9eb; min-height: 80px; border-radius: 8px;
}
#footer_right {
display: block; padding: 0; float: left; max-width: 900px; width: 100%;  border-radius: 8px;  font-size: 14px; font-style:italic;  color: #6b7075; font-weight: bold; line-height: 28px;
background: #fff;
}
}


/* Button Style */
#footer_content input[type=submit] {
	background-color: #41A179;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-ms-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	color: white;
	font-weight: bold;
	line-height: 35px;
	padding: 0px 10px;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	border: 0px!important;
	margin: 0px -3px 0px 0px;
}
#footer_content input[type=submit]:hover {
	opacity: .85;
	cursor: pointer;
}
#footer_content input[type=submit]:active {
	border: 1px solid #22BDBD;
	box-shadow: 0 0 10px 5px #617ca3 inset;
	-webkit-box-shadow: 0 0 10px 5px #617ca3 inset;
	-moz-box-shadow: 0 0 10px 5px #617ca3 inset;
	-ms-box-shadow: 0 0 10px 5px #617ca3 inset;
	-o-box-shadow: 0 0 10px 5px #617ca3 inset;
}
#footer_content input[type=text] {
	padding: 0px 0px 0px 6px;
	line-height: 31px;
	height: 35px;
	font-size: 14px;
	font-weight: normal;
	border: 2px solid #ccc;
	border-right: none;
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-ms-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	max-width: 275px;
	width: 100%;
	margin-right: -5px;
	vertical-align: bottom;
}
@media only screen and (min-width : 0) and (max-width : 400px) {
	#footer_content input[type=text] {
	max-width: 195px;
	width: 100%;
}

#footer_left {
min-height: 100px;	
font-size: 13px;
}
#footer_right {
min-height: 100px;	
font-size: 13px;
}
}
#footer_content input[type=text]:focus {
	border-color: #22BDBD;
}
/** clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* Mobile Smartphones ----------- */
@media only screen and (min-width : 0) and (max-width : 620px) {
#navbar {
	display: block;
	height: 44px;
	background: #242424;
	background: -moz-linear-gradient(top, #242424 0%, #2a2a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(100%, #2a2a2a));
	background: -webkit-linear-gradient(top, #242424 0%, #2a2a2a 100%);
	background: -o-linear-gradient(top, #242424 0%, #2a2a2a 100%);
	background: -ms-linear-gradient(top, #242424 0%, #2a2a2a 100%);
	background: linear-gradient(to bottom, #242424 0%, #2a2a2a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#2a2a2a', GradientType=0 );
	width: 100%;
}
#navbar a {
	display: block;
	line-height: 44px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #8fb5e0;
}
#navbar a:hover {
	color: #bbd2eb;
	text-decoration: none;
}
#n ul {
	display: none;
	background: #242424;
	border: 0;
	height: auto;
	padding: 5px 10px;
	overflow: hidden;
}
#n ul li {
	font-size: 1.3em;
}
#n ul li ul {
	display: block;
	position: static;
	border: 0;
	background: #242424;
}
#n ul li ul li {
	font-size: 1.1em;
	margin-left: 22px;
	width: auto;
}
#n ul li {
	border: 0;
	width: 100%;
	background: #242424;
	border: 0;
}
#n ul li a, #n ul li ul li a {
	display: block;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.2em;
	line-height: 1.3em;
	text-shadow: none;
	width: 100%;
	padding: 5px 12px;
	margin: 0;
}
#n ul li ul li a {
	font-size: 1.0em;
	background: #242424;
	border: 0;
}
#n ul li a:hover, #n ul li ul li a:hover {
	background: #303030;
	color: #fff;
	text-decoration: none;
}
#main {
	display: block;
	float: none;
	width: auto;
	overflow: hidden;
	margin: 0;
}
#sidebar {
	display: none;
	float: none;
}
#sidebar-responsive {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 12px;
	margin-bottom: 15px;
}
#sidebar-responsive .widget {
	display: block;
	margin-bottom: 15px;
}
#sidebar-responsive .widget h3 {
	font-family: "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	color: #898989;
	margin-bottom: 8px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
#sidebar-responsive ul li {
	display: block;
}
#sidebar-responsive ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 1.6em;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#sidebar-responsive ul li a:hover {
	text-decoration: none;
	background: #565656;
	color: #fff;
}
.post header h2 {
	font-size: 2.75em;
}
.post .meta {
	font-size: 1.1em;
	line-height: 1.6em;
}
.post .meta i {
	margin-bottom: 4px;
}
#commentform #allowed_tags {
	display: none;
}

#mainbody {
	background: #f7f7f7;
}
}
#main_nav {

	margin: 10px 0px 20px 0px;
	border-radius: 0px 0px 0px 0px;
}
#main_nav ul li {
}
#main_nav ul li a {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	display: inline-block;
	padding: 0px 20px;
	font-size: 17px;
	background: #A7A9AC;
	color: #ffffff;
	line-height: 45px;
margin: 0px 0px 3px 0px;
	border-radius: 8px;
	transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
}
#main_nav ul li a:hover {
	background: #00C0C0;
	color: #fff;
	text-decoration: none;
	
	transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
}
#main_nav ul li.current_page_item a {
	background: #00C0C0;
	color: #fff;
	text-decoration: none;

	transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fbWrapper {
	padding-bottom: 63.25%; /* 16:9 */
}

@media only screen and (min-width : 0) and (max-width : 1120px) {
	.fbWrapper {
	position: relative;
	padding-bottom: 68.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
}

@media only screen and (min-width : 0) and (max-width : 980px) {
.fbWrapper {
	position: relative;
	padding-bottom: 74.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}	
	
}

@media only screen and (min-width : 0) and (max-width : 580px) {
.fbWrapper {
	position: relative;
	padding-bottom: 80.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}	
	
}

@media only screen and (min-width : 0) and (max-width : 420px) {
.fbWrapper {
	position: relative;
	padding-bottom: 85.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}	
	
}

@media only screen and (min-width : 0) and (max-width : 980px) {
#search_header {
	display: none;
	visibility: none;
}
}
/* Button Style */
#search_header input[type=submit] {
	background-color: #41A179;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-ms-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
	font-size: 16px;
	vertical-align: middle;
	line-height: 47px;
	padding: 0px 10px;
	border: 0px!important;
}
#search_header input[type=submit]:hover {
	opacity: .85;
	cursor: pointer;
}
#search_header input[type=submit]:active {
	border: 1px solid #22BDBD;
	box-shadow: 0 0 10px 5px #617ca3 inset;
	-webkit-box-shadow: 0 0 10px 5px #617ca3 inset;
	-moz-box-shadow: 0 0 10px 5px #617ca3 inset;
	-ms-box-shadow: 0 0 10px 5px #617ca3 inset;
	-o-box-shadow: 0 0 10px 5px #617ca3 inset;
}
#search_header input[type=text] {
	padding: 0px 0px 0px 6px;
	font-size: 18px;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-ms-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	max-width: 275px;
	width: 100%;
	margin-right: -5px;
	line-height: 45px;
	vertical-align: bottom;
}
#search_header input[type=text]:focus {
	border-color: #22BDBD;
}
.mm-panel input[type=submit] {
	background-color: #41A179;
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-ms-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 0px 8px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
	vertical-align: middle;
	line-height: 33px;
}
.mm-panel input[type=submit]:hover {
	opacity: .85;
	cursor: pointer;
}
.mm-panel input[type=submit]:active {
	border: 1px solid #22BDBD;
	box-shadow: 0 0 10px 5px #617ca3 inset;
	-webkit-box-shadow: 0 0 10px 5px #617ca3 inset;
	-moz-box-shadow: 0 0 10px 5px #617ca3 inset;
	-ms-box-shadow: 0 0 10px 5px #617ca3 inset;
	-o-box-shadow: 0 0 10px 5px #617ca3 inset;
}
.mm-panel input[type=text] {
	padding: 0px 0px 0px 6px;
	line-height: 29px;
	font-size: 14px;
	border: 2px solid #ccc;
	border-right: none;
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-ms-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	width: 68%;
	margin-right: -5px;
	line-height: 33px;
	vertical-align: bottom;
}
.mm-panel input[type=text]:focus {
	border-color: #22BDBD;
}
#mobile_toggle {
	display: none;
	visibility: hidden;
}

@media only screen and (min-width : 0) and (max-width : 620px) {
#mobile_toggle {
	display: block;
	visibility: visible;
}
}

@media only screen and (min-width : 0) and (max-width : 650px) {
html #wpadminbar {
	margin-top: -46px;
	height: 46px;
	min-width: 300px;
}
}
#slider {
	background-color: #fefefe;
	padding: 10px;
	box-shadow: -5px 0 15px -6px #585858 inset;
}

#avatar_img {
	width: 45px;
	border-radius: 35px; float: left;
	margin-right: 10px;
}

.post h2 a, .post h2 a:link {
	font-family: 'Roboto', sans-serif!important;
	color: #6D6E71;
	font-size: 26px;
	font-weight: bold;
	margin: 12px 0px 12px 0px;
	line-height: 32px;
	margin: 10px 0px;
}

#cat-list {
	font-size: 16px;
	line-height: 35px;
}

#cat-list ul {
    width: 100%;
	list-style: none;
}
#cat-list li {
	list-style: none;
    float: left;
    width: 30%;
	margin-left: 15px;
}

#boh_form label {
	font-size: 16px;
	font-weight: bold;
	padding: 0px; line-height: 32px;
}
#boh_form input[type="text"] {
	padding: 5px;
	font-size: 14px;
	width: 95%;
}
#boh_form input[type="email"] {
	padding: 5px;
	font-size: 14px;
	width: 95%;
}
#boh_form textarea {
	padding: 5px;
	font-size: 14px;
	width: 95%;
	border: 1px solid #ddd;
}
#boh_form select {
	padding: 5px;
	font-size: 14px;
	width: 220px;
}
#boh_form .submit-button {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	padding: 8px 13px;
	color: #fff;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 17px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#boh_form input[type=submit]:hover {
	opacity: .85;
	cursor: pointer;
}
#boh_form input[type=submit]:active {
	border: 1px solid #22BDBD;
	box-shadow: 0 0 10px 5px #617ca3 inset;
	-webkit-box-shadow: 0 0 10px 5px #617ca3 inset;
	-moz-box-shadow: 0 0 10px 5px #617ca3 inset;
	-ms-box-shadow: 0 0 10px 5px #617ca3 inset;
	-o-box-shadow: 0 0 10px 5px #617ca3 inset;
}

.hover_img :hover {
	opacity: .85;
	cursor: pointer;
}

#readmorebtn {
    padding: 0px 20px;
	display: block;
	float: right;
	font-size: 14px;
	background: #1F7AAB;
	border: 1px solid #1F7AAB;
	border-radius: 5px;
	color: #fff;	
	line-height: 32px;
	text-decoration: none;
}

#readmorebtn :hover {
	opacity: .85;
	cursor: pointer;
}


.readmorebtn {
	float: right;
	display: block;
}

.readmorebtn a {
	display: block;

	font-size: 1.3em;
	padding: 0px 20px;
	float: right;
	font-size: 14px;
	background: #1F7AAB;
	border: 1px solid #1F7AAB;
	border-radius: 5px;
	color: #fff;	
	line-height: 32px;
	text-decoration: none;
}
.readmorebtn a:hover {
	opacity: .85;
	cursor: pointer;
}


/**
 * Publish Toolbox Stuff...
 */
.qc_posts_slider_widget ul.bxslider{
    padding:0 !important;
    margin:0 !important;
    list-style:none;
}
.qc_posts_slider_widget ul li{
    list-style:none;
    margin: auto;
    padding: 0;
}
.qc_posts_slider_widget .qc-post-wrapper{
    padding:5px 0;
}
.qc-inline-cols{
    display: inline-block !important;
    float: none;
    vertical-align: top;
    padding: 5px 10px !important;
}
.qc_posts_slider_widget .qc-post-feat-img{
    height: 150px;
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    position: relative;
}
.qc_posts_slider_widget .qc-post-feat-img a{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
}
.qc_posts_slider_widget .qc-post-title a{
    color: #3e79b7 !important;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

 h4.qc-post-title {
    margin: 5px 0px 0px 0px;
    padding: 0;
}
.qc_posts_slider_widget .qc-post-title a:hover,
.qc_posts_slider_widget .qc-post-title a:focus{
    opacity: 0.85;
    color: #3e79b7 !important;
}
.qc_posts_slider_widget .qc-post-body{
    margin-bottom: 5px;
    margin-top: 5px;
    word-break: break-word;
}
.qc_posts_slider_widget .qc-post-read-more{
    text-align: center;
    background: #3e79b7;
    margin: 5px 0px;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    font-weight: normal;
}
.qc_posts_slider_widget .qc-post-read-more:hover,
.qc_posts_slider_widget .qc-post-read-more:focus{
    opacity: 0.90;
}
.qc_posts_slider_cols_1 .bxslider .qc-post-feat-img{
    height: 300px;
}
.qc_posts_slider_cols_2 .bxslider .qc-post-feat-img{
    height: 110px;
}
.qc_posts_slider_cols_3 .bxslider .qc-post-title a,
.qc_posts_slider_cols_4 .bxslider .qc-post-title a{
    font-size: 14px;
}
.qc_posts_slider_cols_3 .bxslider .qc-post-body,
.qc_posts_slider_cols_4 .bxslider .qc-post-body{
    font-size: 0.9em;
}
.qc_posts_slider_cols_4 .bxslider .qc-post-content > .text-right{
    text-align: left !important;
}
.relative{position:relative;}
.qc_posts_slider_widget{}
.qc_posts_slider_widget.publishtoolbox_posts_slider_notitle{padding-top:24px;}
.qc_posts_slider_widget .bx-controls{
    position: absolute;
    top: 6px;
    right: 6px;
    left: auto;
}
.qc_posts_slider_widget.publishtoolbox_posts_slider_notitle .bx-controls{
    top: 5px;
    right: 0;
}

.qc_posts_slider_widget .bx-controls .bx-prev,
.qc_posts_slider_widget .bx-controls .bx-next{
    background: #425062;
    color: #fff;
}

.qc_posts_slider_widget .bx-controls .bx-prev,
.qc_posts_slider_widget .bx-controls .bx-next,
#content .qc_posts_slider_widget .bx-controls .bx-prev,
#content .qc_posts_slider_widget .bx-controls .bx-next{
    padding: 5px 20px;
    font-weight: bold;
    visibility: visible;
    transition: all 0.35s ease;
}
.qc_posts_slider_widget .bx-controls .bx-prev{margin-right:5px;float: left; }
.qc_posts_slider_widget .bx-controls .bx-next{float: right; }
.qc_posts_slider_widget .bx-controls .bx-prev.disabled,
.qc_posts_slider_widget .bx-controls .bx-next.disabled {
    opacity: 0;
    visibility: hidden;
}
.qc_posts_slider_widget .qc-posts-archive-link{
    min-height: 150px;
    display: table;
    width: 100%;
    text-align: center;
}
.qc_posts_slider_widget.qc_posts_slider_cols_1 .qc-posts-archive-link{
    min-height: 300px;
}
.qc_posts_slider_widget.qc_posts_slider_cols_1.featured-business-widget .qc-posts-archive-link{
    min-height: 150px;
}
.qc_posts_slider_widget.qc_posts_slider_cols_2 .qc-posts-archive-link{
    min-height: 110px;
}
.qc_posts_slider_widget .qc-posts-archive-link > a{
    height: 100%;
    height: 110px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-size: 15px;
   
    color: #3E79B7;
}

.cue-skin-default.mejs-container .mejs-player-background {
    -webkit-filter: blur(7px) !important;
    filter: blur(7px) !important;
    max-width: 110% !important;
    opacity: .5 !important;
    top: -50% !important;
    right: -5% !important;
    left: -5% !important;
    width: 110% !important;
}
.qc_posts_slider_widget .slider-featured-link.video-responsive {
    padding-bottom: 150px;
}
.qc_posts_slider_widget .video-responsive .wp-video {
    width: 100% !important;
}
.qc_posts_slider_widget .slider-featured-link.video-responsive .mejs-container {
    width: 100% !important;
    height: 150px !important;
}
.qc_posts_slider_widget.qc_posts_slider_cols_1 .slider-featured-link.video-responsive {
    padding-bottom: 300px;
}
.qc_posts_slider_widget.qc_posts_slider_cols_1 .slider-featured-link.video-responsive .mejs-container {
    height: 300px !important;
}
.qc_posts_slider_widget.qc_posts_slider_cols_2 .slider-featured-link.video-responsive {
    padding-bottom: 200px;
}
.qc_posts_slider_widget.qc_posts_slider_cols_2 .slider-featured-link.video-responsive .mejs-container {
    height: 200px !important;
}
.qc-post-content > .label.label-default{
    margin-right: 5px;
    margin-top: 2px;
    display: inline-block;
    background-color: #FFFFFF;
    background-color: transparent; 
    border-bottom: 1px solid #eee; 
    border-radius: 0;
    font-size: 70%;
    vertical-align: middle;
    padding: 0.3em;
    color: #1F7AAB;
}


.qc-post-content  > .label.label-default .qc-post-author-link,
.qc-post-content  > .label.label-default > a{
	color: #1F7AAB;

}
.qc-post-content  > .qc-post-author.label.label-default:hover ,
.qc-post-content  > .qc-post-author.label.label-default:focus {
color: #333; 
border-bottom: 1px solid  #1F7AAB;

}
.qc-post-content  > .qc-post-author.label.label-default:hover .qc-post-author-link,
.qc-post-content  > .qc-post-author.label.label-default:hover > a,
.qc-post-content  > .qc-post-author.label.label-default:focus .qc-post-author-link,
.qc-post-content  > .qc-post-author.label.label-default:focus > a{
 color:  #1F7AAB;

}
/* This loooks like the "Read More" */
.qc-post-body a.label{
    border: 1px solid;
    color: #ffffff;
    border-color:  #1F7AAB;
    background-color: #1F7AAB;
    padding: 0.3em .6em 0.2em;
    display: inline-block;
    border-radius: 0px;
    font-size: 80%;
}
.qc-post-body a.label:hover{
    color: #fff;
    background-color:;
	-webkit-transition: background-color .2s;
		-moz-transition: background-color .2s;
		-o-transition: background-color .2s;
		transition: background-color .2s;
}

.qc-post-body {

	font-size: 12px;

}


.clearboth {
	clear: none!important;
}

.rdmrbtn a { color: #fff!important;}
.rdmrbtn a:hover { color: #fff!important;
text-decoration: none!important;}
.rdmrbtn a:active { color: #fff!important;
	text-decoration: none!important;}


	#home .widget {
		margin-bottom: 40px;
	}

	.breadcrumbs {
		padding: 0px 0px 10px 0px;
	}
	

	.h4_ptb_posts_slider {
		margin-bottom: 0px!important;
	}
	

	.main-cat-title a {
		display: block;
		padding: 0px 4px;
		color: #6B7075;
		font-size: 24px;
		font-weight: bold;
		transition: color .2s linear, background .2s linear;
		-webkit-transition: color .2s linear, background .2s linear;
		-moz-transition: color .2s linear, background .2s linear;
	}

	.main-cat-title a:hover {
		text-decoration: none;
	}


   .cat-title a {
		display: block;
		margin: 10px 0px 10px 0px;
		padding: 0px 4px;
		border-bottom: 0px solid #333;
		color: #6B7075;
		font-size: 24px;
		line-height:32px;
		transition: color .2s linear, background .2s linear;
		-webkit-transition: color .2s linear, background .2s linear;
		-moz-transition: color .2s linear, background .2s linear;
	}

	.post-title a {
		display: block;
		font-weight: normal;
		border-bottom: 0px solid #333;
		padding: 0px 4px;
		margin: 0px 0px 0px 15px;
		color: #6B7075;
		font-size: 14px;
		line-height:32px;
		transition: color .2s linear, background .2s linear;
		-webkit-transition: color .2s linear, background .2s linear;
		-moz-transition: color .2s linear, background .2s linear;
	}

	.post-title a:hover {
		color: #fff;
		background: #1F7AAB;
		text-decoration: none;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		
	}

	.post-title li a {
		display: block;
		list-style-type: disc!important;
		list-style-position: outside;
		padding: 0px 4px;
		color: #6B7075;
		font-size: 13px!important;
		line-height:28px;
		transition: color .2s linear, background .2s linear;
		-webkit-transition: color .2s linear, background .2s linear;
		-moz-transition: color .2s linear, background .2s linear;
		border-bottom: 1px solid #DFE5EB;
	}

	.child-cat {
		margin: 0px 0px 5px 15px;
	}


	.post-title-more a {
		display: block;
		text-align: right;
		font-weight: normal;
		border-bottom: 0px solid #333;
		padding: 0px 4px;
		margin: 0px 0px 0px 15px;
		color: #6B7075;
		font-size: 14px;
		line-height:32px;
		transition: color .2s linear, background .2s linear;
		-webkit-transition: color .2s linear, background .2s linear;
		-moz-transition: color .2s linear, background .2s linear;
	}

	.post-title-more a:hover {
		color: #fff;
		background: #1F7AAB;
		text-decoration: none;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		
	}

	.post-title-more li a {
		display: block;
		list-style-type: disc!important;
		list-style-position: outside;
		padding: 0px 4px;
		color: #6B7075;
		font-size: 13px!important;
		line-height:28px;
		transition: color .2s linear, background .2s linear;
		-webkit-transition: color .2s linear, background .2s linear;
		-moz-transition: color .2s linear, background .2s linear;
		border-bottom: 1px solid #DFE5EB;
	}


	.h4_ptb_posts_slider, .entry .h4_ptb_posts_slider, .entry .h4_ptb_posts_slider:hover {

	
		border-radius: 10px!important;
	}

	/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 5 version
*/

/***Directory Toolbox fixes***/

.dtb_item a:link {
    color: #1F7AAB;
}
div#dtb_paging {
    font-size: 12px;
    margin: 0 !important;
    padding-bottom: 9px !important;
    padding-top: 0 !important;
}
.dtb_search_form {
    font-size: 1rem;
}
.dtb_item .dtbf_right {
    padding-left: 0;
}
.dtb_search_form select {
    height: 30px;
    border: 0;
    font-size: 14px;
}

@media only screen and (min-width: 621px){
     body:not(.home) #content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

     #content > #sidebar {
        width: 235px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 235px;
                flex: 0 1 235px;
    }

     #content > #main {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-left: 0;
    }
}

/* Practice Area Pillar Page Sections */
.sltv-pillar-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.sltv-pillar-section h2 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
}

.sltv-pillar-section p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 10px;
}

.sltv-pillar-post-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sltv-pillar-post-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sltv-pillar-post-list li:last-child {
    border-bottom: none;
}

.sltv-pillar-post-list li a {
    color: #2a5885;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.sltv-pillar-post-list li a:hover {
    text-decoration: underline;
}

/* Video Transcript */
.sltv-transcript {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #e2e5e9;
    border-radius: 8px;
}

.sltv-transcript__heading {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.sltv-transcript__content {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    transition: max-height 0.4s ease;
}

.sltv-transcript__content.sltv-transcript--expanded {
    max-height: none;
}

.sltv-transcript__toggle {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 16px;
    background: #2a5885;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.sltv-transcript__toggle:hover {
    background: #1e4060;
}

/* Homepage H1 */
.sltv-home-h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    padding: 18px 15px 10px;
    margin: 0 0 4px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
@media (max-width: 768px) {
    .sltv-home-h1 {
        font-size: 19px;
        padding: 14px 10px 8px;
    }
}

/* Backfilled from v1.8 hub theme: layout for the "Page Wide" template (page-wide.php) */
#main-wide {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 30px 0px 30px;
}
