/*
Theme Name: Flat Bootstrap Child
Version: 1.0
Description: A child theme of Flat Bootstrap
Template: flat-bootstrap
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# General
# Elements
# Forms and Buttons/Separator
# Navigation
	## Links
	## Menus
# Content
	## Header
	## Footer
	## Posts and pages
	## Comments
# Media
	## Captions and Galleries
# Widgets & Plugins
	## Widgets
	## Plugins

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

/*
 * Note that most styles are handled already in our custom bootstrap.css, theme-base.css,
 * and theme-flat.css files. 
 *
 * We have put comments next to some of the styles to show what our custom bootstrap.css
 * defaults to in case we (or anyone) wants to put these into custom bootstrap.css
 * instead. 
 */

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*
 * The cool thing about Lato and Raleway fonts is that they look great at light (300) and
 * regular (500) font weight. So we only use bold (700) sparingly.
 */
body {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500; /*Bootstrap is 500;*/
    font-size: 15px; /*BS is 16px;*/
    background: #ffffff !important;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: "Raleway", Arial, "Helvetica Neue", sans-serif; /*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

/* Lighten the h1-h3 headings so you can use <b> tags to have certain words stand out */
h1, 
h2, 
h3 {
    font-weight: 700; /*BS is 500 for h1-h6, including .h1-.h6*/
}
p { font-size: 15px; }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.bottommargin-45 { margin-bottom: 45px; }
.topmargin-10 { margin-top: 10px; }
.bottompadding-45 { padding-bottom: 45px; }
.bg-gray { background: #f7f7f7; border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; }
#page, .navbar, .after-footer { max-width: 1910px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Increase font size on article "lead" (usually for an "intro" paragraph */
.lead {
	font-size: 22px; /*18px, but goes to 24px @768 browser width */
}

/* Style code tag like pre tag */
code {
    /*color: #2f2f2f;
    background-color: #f5f5f5; Moved to bootstrap.css*/
	border: 1px solid #ccc;    
}

/* Remove a bit of margin since Bootstrap h1-h3 tags already have 22px top margin */
 hr {
    margin: 16px 0; /*22px 0;*/
}

/*
 * Override margins on jumbotron in case someone uses it like a colored "section" from
 * this theme. Note: Moved here from theme-base.css.
 */
.jumbotron {
	margin-bottom: 0;
}

/* 
 * Set block quote footer (author) to larger font size. BS quote is 20px, but footer
 * is only 14px for some reason. 
 */
blockquote footer {
	font-size: 18px;
}

/* Color the collapsible panel hover color to match the link hover color */
.panel-title>a:hover, 
.panel-title>small:hover, 
.panel-title>.small:hover, 
.panel-title>small>a:hover, 
.panel-title>.small>a:hover {
	color: #406AB0;
}
a.read-more { 
    display: inline-block;
    border: 2px solid #b91806;
    font-size: 12px;
    font-weight: 700;
    color: #b91806;
    padding: 5px 12px;
    border-radius: 3px; 
}
a.read-more:hover {    
    background: #b91806;
    color: #fff; 
}

.box-reason {
    margin: 0 5px;
    position: relative;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    max-height: 215px;
    min-height: 230px;
}
.box-reason .number {
    width: 55px;
    height: 55px;
    background: #b91806;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 53px;
    font-size: 35px;
    font-weight: 800;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: -30px;
}
.box-reason .number span {
    margin: 1.4em 0 0 0;
}
.box-reason .reason {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 20px
}
.box-reason p {
    font-size: 13px;
    color: #333;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
}
.row .col-md-3 .box-reason p {
    margin: 0 0 20px 0;
    padding: 20px 0;
}
.testimonials {
    list-style: none;
    display: block;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0 -0.50em;
}
.testimonials .col-md-4 {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.testimonials .box-testimonial {
    position: relative;
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 3px;
    padding: 1.85em 1.85em 0 1.85em;
    min-height: 210px;
    box-shadow: 0 4px rgba(0,0,0,0.09);
    font-weight: 500;
    min-width: 290px;
}
.testimonials .box-testimonial a {
    display: block;
    text-align: right;
    color: #b91806;
    font-weight: 700;
    font-size: 0.875em;
    text-transform: uppercase;
    padding-bottom: 1em;
}
.testimonials .box-testimonial a:hover {
    color: #000;
}
.testimonials .box-testimonial:after {  
    content: "";
    position: absolute;
    left: 50px;
    bottom: -22px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 0px 0px 21px;
    border-color: rgba(0, 0, 0, 0.09) transparent transparent transparent;
}
.viewall {
    text-align: center;
    margin-top: 50px;
}
.viewall a {
    display: inline-block;
    border: 2px solid #b91806;
    font-size: 12px;
    font-weight: 700;
    color: #b91806;
    padding: 10px 15px;
    border-radius: 3px;
}
.viewall a:hover {
    background: #b91806;
    color: #fff;
}
.page-wrap { padding: 80px; }

/*--------------------------------------------------------------
# Forms and Buttons/Separator
--------------------------------------------------------------*/

/* Tone down field labels on forms, comments section, etc. */
label {
	font-weight: 700;
}

/* Match the default font color */
.form-control {
	color: #555;
}
.form-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    pointer-events: none;
    height: auto;
    overflow: hidden;
}
.formwrap {
    background: #406ab0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    border-radius: 2px;
    padding: 26px;
    pointer-events: visible;
}
.formwrap .form-head {
    font-size: 1.6875em;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    margin-top: .35em;
}
.formwrap p {
    font-size: 1.25em;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    text-align: center;
    margin-bottom: 0.3em;
}
.formwrap .btn-danger {
	background-color: #34495e;
	border-color: #34495e;
}
.formwrap .btn-danger:hover {
	background-color: #23313f;
	border-color: #23313f;
}
.nav-tabs { text-align: center; text-transform: uppercase; border: none; }
.nav-tabs>li { 
    float: none;
    display: block;
}
.nav-tabs>li>a:hover {
    border: none;
}
.nav-tabs>li>a { border: none; color: #333; }
.nav>li>a:hover, .nav>li>a:focus {
    background: none;
    color: #b91806;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: none;
}
/* 
 * Generically set input buttons to look like Bootstrap, but set colors below that to make
 * it easier for users to override. Match Bootstrap btn-primary styles.
 */
button,
html input[type="button"],
input[type="submit"] {
    background-image: none;
	font-size: 16px;
	line-height: 22px;
	padding: 6px 12px;
    border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    outline: 0;
}
button:hover, 
button:focus,
html input[type="button"]:hover, 
html input[type="button"]:focus,
input[type="submit"]:hover, 
input[type="submit"]:focus {
    outline: 0;
}

/* Set colors for input buttons (Search, Reply). Change these in your child theme. */

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus { 
    background-color: #b91806;
    border-color: #b91806;  
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { 
    background-color: #b91806;
    border-color: #b91806; 
}

button,
html input[type="button"],
input[type="submit"] {
    color: #fff;
    background-color: #991506;
    border-color: #b91806;
}
button:hover, 
button:focus,
html input[type="button"]:hover, 
html input[type="button"]:focus,
input[type="submit"]:hover, 
input[type="submit"]:focus {
    color: #fff;
    background-color: #871306;
    border-color: #991506;
}
.btn-danger { background-color: #333; border-color: #333; box-shadow: 1px 1px 1px #ffffff; display: block; margin: auto; }
.btn-danger:hover { background-color: #4a4a4a; border-color: #4a4a4a; }
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger { background-color: #4a4a4a; border-color: #4a4a4a; } 
.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus { background-color: #4a4a4a; border-color: #4a4a4a; }

/* Bootstrap uses "active" style on the <li>, but WordPress paginate_links() uses 
 * "current" in a <span> tag on the link. Also set the hover to match the primary button
 * color. 
 */
.pagination>li>a, 
.pagination>li>span,
span.page-numbers.current {
	color: #16a085;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus,
.pagination>li>span:focus,
span.page-numbers.current {
	z-index: 2;
	color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

/* Force search field to not be rounded on iOS devices */
input.search-field {
	-webkit-appearance: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.separator {
    	background: #b91806;
    	width: 150px;
   	height: 2px;
    	display: block;
	margin: auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*
 * Generically style the links here. Set colors below to make it easier for users to 
 * override.
 */
a {
	color:#406AB0;
    word-wrap: break-word;

    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}

a:hover,
a:focus {
	color: #3A5E9A;
    text-decoration: none;
    outline: 0;
}
a:before,
a:after,
a:hover i:before,
a:focus i:before {
    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Since we lightened the body font, make the site title regular font weight */
.navbar-brand {
	font-weight: 700;
	/*height: 50px; BS already 50px*/ /* Fixes layout if nav bar wraps before collapsing for mobile */
}

/* 
 * Line up the navbar with the header and page content (it's in a container, but not a
 * row) 
 */
div.navbar-collapse.collapse {
	margin-left: -15px;
	margin-right: -15px;
}

/* Since we lightened the body font, increase font weight on active tab */
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
	color: #b91806;
	font-weight: 700;
	background: none;	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #3a5e9a;
	color: #ffffff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { color: #c3d7f7}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: #253d65;
	color: #c3d7f7;
}

.navbar-default {
        background-color: #406ab0;
    	border-color: #406ab0;
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff;
        text-transform: uppercase;
	font-size: 16px;
}
/*.navbar-header { display: none; }*/

.tab-pane p { font-size: 15px; font-weight: 300; }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus { background-color: #406ab0; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

/* Set content (page title) header to midnight blue */
.content-header {
	background-color: #34495e;
	color: #fff;
}
.content-header h1, 
.content-header h2, 
.content-header h3 {
	color: #fff;
}
header.content-header { min-height: 130px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

/* Set our footer to "almost" black */
.sidebar-footer {
	background-color: #2f2f2f;
	color: white;
}

.sidebar-footer h1, 
.sidebar-footer h2, 
.sidebar-footer h3 {
	color: #fff;
}

/* Set our "after footer" (footer nav menu and site credits) to "not quite" black */
.after-footer {
	background: #222222;
	color: white;
	font-size: 16px;
}

/* Set link colors to off white and text to gray for footer and after footer */
.sidebar-footer,
/*.after-footer {*/
.footer-nav-menu {
	color: #95a5a6;
}
.sidebar-footer a:not(.btn),
.footer-nav-menu a:not(.btn) {
/*.after-footer a:not(.btn) {*/
	color: #f2f2f2;
}
.sidebar-footer a:hover:not(.btn), 
.sidebar-footer a:focus:not(.btn), 
.footer-nav-menu a:hover:not(.btn),
.footer-nav-menu a:focus:not(.btn) {
/*.after-footer a:hover:not(.btn),
.after-footer a:focus:not(.btn) {*/
	color: #b91806;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/* Reduce the size of post entry meta (date, author) */
.entry-meta {
	font-size: 16px;
}

/* Color "sticky" (featured) posts */
.sticky .entry-title:after {
	background-color: #406AB0;
	color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/* Reduce the size of comment edit link */
.comment-edit-link {
	font-size: 16px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Captions and Galleries
--------------------------------------------------------------*/

/* Color and style the Bootstrap carousel captions */
.carousel-caption,
.carousel-caption h4,
.carousel-caption p {
	font-weight: bold;
}
.carousel-caption {
	text-shadow: none;
	background-color: #16a085;
	color: #fff;
	opacity: .75;
	font-weight: bold;
}
.carousel-caption a {
	color: #fff;
	text-decoration: underline;
}
.carousel-caption a:hover,
.carousel-caption a:focus {
    color: #bdc3c7; /*silver*/
}
.contact-wrap { 
    background: url(https://skatzlaw.com/wp-content/uploads/2016/11/indexNEWSITE-HOMEPAGE-element675.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0; 
}
.header-contact {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.header-contact h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.contact-btn {
    text-align: center;
    margin: 0 auto;
    padding: 6px;
    max-width: 260px;
}
.contact-btn a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.15em;
    padding: 10px 30px;
    border-radius: 3px;
    background: #b91806;
}
.contact-btn a:hover {
    background: #5a1d16;
}
.faq-wrap {     
    background: url(https://skatzlaw.com/wp-content/uploads/2016/04/faq-bg.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0 360px 0; 
}
.panel-faq { 
    border-radius: 1px;
    border: none;
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
    color: #ffffff;
}
.panel-title>a:hover, .panel-title>small:hover, .panel-title>.small:hover, .panel-title>small>a:hover, .panel-title>.small>a:hover {
    color: #c7d3e6;
}
.panel-group { margin-bottom: 0; }

.panel-default>.panel-heading { 
    color: #2f2f2f;
    background-color: rgb(52, 73, 94);
    /*box-shadow: 0px 0px 21px #231614;*/
}

/*--------------------------------------------------------------
# Widgets and Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

/* Get Jetpack Popular Posts Widget to look like other thumbnail posts */
.widgets-list-layout-links {
	float: left !important;
	margin-left: 15px !important;
	/*margin-left: 1.625em !important;*/
}

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/

/* Format Jetpack contact form with Bootstrap's form-control tag. */
form.contact-form input[type='text'], 
form.contact-form input[type='email'], 
form.contact-form textarea {
    display: block;
    width: 98%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #a1a1a1;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
form.contact-form input[type='text']:focus, 
form.contact-form input[type='email']:focus, 
form.contact-form textarea:focus {
    color: #555;
}

footer.entry-meta, div.entry-meta, .edit-link { display: none; }
.credits-theme {display:none !important;}
.credits-theme a { color: #b91806; }
#site-credits { display: none; }

textarea#comment { max-height: 99px; }
.top-info { text-align:center; margin-top: 15px; }
.phone-info { margin:0px; }
.phone-info a { color:#aeaeae; }
.explain-txt { max-height: 100px !important;}
.wpcf7-form-control-wrap { display:block; margin-bottom:10px; }
.social-icon { width:40px; height: auto; margin: 0 5px 5px 0; }
.copyright-text { text-align: right; }
.divider { width: 100%; margin: 40px 0; position: relative; }
.divider.line { border-bottom: 1px solid #eaeaea;}
/* =============================================
----------------  13.Testimonilas  -------------
==============================================*/

.testimonial-slider .testimonial,
.testimonial-carousel .testimonial,
.testimonial-carousel2 .testimonial {
	margin-bottom: 0;
}

.testimonial-slider.dots-inside .owl-dots {
	margin:0;
	position: absolute;
	left:0;
	right:0;
	bottom:25px;
}

.testimonial-slider,
.testimonial {
	position: relative;
	margin-bottom: 50px;
}

.testimonial figure {
	width:80px;
	height:80px;
	float:left;
	margin-top:10px;
}

.testimonial figure  img {
	border-radius: 50%;
	transition: all 0.55s ease;
	-webkit-transition: all 0.55s ease;
	display: block;
	width:100%;
	height:auto;
}

.testimonial-content {
	margin-left: 110px;
	padding-left:25px;
	border-left:1px solid #e1e1e1;
	position: relative;
	padding-top:10px;
	padding-bottom: 10px;
}


.testimonial-content:after,
.testimonial-content:before {
	content:'';
	position: absolute;
	right:100%;
	top:35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #e1e1e1 transparent transparent;
}

.testimonial-content:after {
	margin-right: -1px;
	border-color: transparent #fff transparent transparent;
}

.testimonial-content h4,
.testimonial-content h5 {
	font-size:14px;
	font-weight: 600;
	margin-bottom: 0;
}

.testimonial-content h4 a,
.testimonial-content h5 a {
	font-size: 13px;
	font-weight: 500;
}

.testimonial:hover figure img {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
}

.testimonial-slider .testimonial:hover figure img {
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
}


.testimonial.reverse figure {
	float:right;
}

.testimonial.reverse .testimonial-content {
	margin-left: 0;
	padding-left:0;
	margin-right: 110px;
	padding-right:25px;
	border-left:none;
	border-right: 1px solid #e1e1e1;
	text-align: right;
}

.testimonial.reverse .testimonial-content:after,
.testimonial.reverse .testimonial-content:before {
	left:100%;
	top:35px;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #e1e1e1;
}

.testimonial.reverse .testimonial-content:after {
	margin-right: 0;
	margin-left: -1px;
	border-color: transparent transparent transparent #fff;
}
/* Vertical Align */
.testimonial.testimonial-vertical figure {
	float:none;
	margin:0 0 0 10px;
}

.testimonial.testimonial-vertical.reverse figure {
	float:right;
	margin:0 10px 0 0;
}

.testimonial.testimonial-vertical .testimonial-content,
.testimonial.testimonial-vertical.reverse .testimonial-content  {
	border-left:none;
	border-right:none;
	padding:25px;
	margin:0 0 30px;
	border:1px solid #e1e1e1;
}

.testimonial.testimonial-vertical .testimonial-content:after,
.testimonial.testimonial-vertical .testimonial-content:before,
.testimonial.testimonial-vertical.reverse .testimonial-content:after,
.testimonial.testimonial-vertical.reverse .testimonial-content:before {
	top:100%;
	left:35px;
	right:auto;
	border-width: 15px 15px 0 15px;
	border-color: #e1e1e1 transparent transparent transparent;
}

.testimonial.testimonial-vertical.reverse .testimonial-content:after,
.testimonial.testimonial-vertical.reverse .testimonial-content:before {
	left:auto;
	right:35px;
}

.testimonial.testimonial-vertical .testimonial-content:after,
.testimonial.testimonial-vertical.reverse .testimonial-content:after {
	margin-top:-1px;
	border-top-color:#fff;
}

.border-dark .testimonial-content {
	border-color:#2a2a2a;
}

.border-dark .testimonial-content:after,
.bg-dark .testimonial-content:after {
	border-right-color: #2a2a2a;
}

.border-dark .testimonial-content:after {
	margin-right: 0;
}

.border-dark .testimonial.reverse .testimonial-content:after,
.bg-dark .testimonial.reverse .testimonial-content:after {
	border-left-color:#2a2a2a;
}

.bg-lightgray .testimonial-content:after {
	border-right-color: #f2f2f2;
}

.bg-lightgray .testimonial.reverse .testimonial-content:after {
	border-left-color:#f2f2f2;
}

.bg-lightergray .testimonial-content:after {
	border-right-color: #fafafa;
}

.bg-lightergray .testimonial.reverse .testimonial-content:after {
	border-left-color:#fafafa;
}

.bg-darkgray .testimonial-content:after {
	border-right-color: #b7b7b7;
}

.bg-darkgray .testimonial.reverse .testimonial-content:after {
	border-left-color:#b7b7b7;
}

/* vertical */
.bg-dark .testimonial-vertical .testimonial-content:after,
.bg-dark .testimonial-vertical.reverse .testimonial-content:after {
	border-top-color: #2a2a2a;
}

.bg-lightgray .testimonial-vertical .testimonial-content:after,
.bg-lightgray .testimonial-vertical.reverse .testimonial-content:after  {
	border-top-color: #f2f2f2;
}

.bg-lightergray .testimonial-vertical .testimonial-content:after,
.bg-lightergray .testimonial-vertical.reverse .testimonial-content:after {
	border-top-color: #fafafa;
}

.bg-darkgray .testimonial-vertical .testimonial-content:after,
.bg-darkgray .testimonial-vertical.reverse .testimonial-content:after {
	border-top-color: #b7b7b7;
}


@media (max-width: 520px) {
	.testimonial figure {
		width:50px;
		height:50px;
	}

	.testimonial-content {
		margin-left: 70px;
		padding-left: 20px;
	}

	.testimonial-content:after,
	.testimonial-content:before {
		top:25px;
		border-width: 10px 10px 10px 0;
	}

	.testimonial.reverse .testimonial-content {
		margin-right: 70px;
		padding-right: 20px;
	}

	.testimonial.reverse .testimonial-content:after,
	.testimonial.reverse .testimonial-content:before {
		top:25px;
		border-width: 10px 0 10px 10px;
	}
	
	.testimonial.testimonial-vertical .testimonial-content,
	.testimonial.testimonial-vertical.reverse .testimonial-content  {
		padding:20px;
		margin:0 0 25px;
	}

	.testimonial.testimonial-vertical .testimonial-content:after,
	.testimonial.testimonial-vertical .testimonial-content:before,
	.testimonial.testimonial-vertical.reverse .testimonial-content:after,
	.testimonial.testimonial-vertical.reverse .testimonial-content:before {
		left:25px;
		border-width: 10px 10px 0 10px;
	}

	.testimonial.testimonial-vertical.reverse .testimonial-content:after,
	.testimonial.testimonial-vertical.reverse .testimonial-content:before {
		left:auto;
		right:25px;
	}
}
::-webkit-input-placeholder {
    color: #a2a2a2 !important;
}
.portfolio-item.portfolio-image-zoom.portfolio-meta-slideup {
    width: 33%;
    float: left;
}
.mb20 { margin-bottom: 20px; }
.site-branding .container, .site-branding .col-sm-8 {padding:0;}

.form-control::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #555;
}
.form-control::-webkit-input-placeholder {
  color: #555;
}
@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {color:#fff;}
}
button, html input[type="button"], input[type="submit"] {
    border-radius: 0;
}
.btn-danger {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34);
}
.ngg-imagebrowser h3,.ngg-imagebrowser-nav .counter { display:none; }
.faq-wrap2 { background: #b2b4b9 url('https://skatzlaw.com/wp-content/uploads/2018/02/skatzlaw-faq.jpg') top left no-repeat; background-size: contain; padding: 50px 0;}
.faq-wrap2 p { font-size:1.3em; line-height:1.8em; } 