/*
Theme Name: SBD Theme
Theme URI: https://www.quantumcloud.com/products/
Author: QuantumCloud
Author URI: https://www.quantumcloud.com/
Description: *****Dedicated theme for Simple Business Directory plugin ***
Version: 3.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sbd-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SLD Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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-size: 0.875rem;
    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. */
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.breadcrumbs {
    margin: 12px 0 0 0;
}
.inner-page-featured{
	padding: 120px 0 !important;
}


.copy-right-txt-area {
	text-align: center;
}
footer {
	background-color: #fff;
	padding: 60px 0 0;
}
footer .brand img {
	width: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
footer h6 {
	font-weight: 600;
	font-size: 16px;
}
footer .footer-links {
	padding-top: 5px;
}
footer ul {
	padding: 0;
	padding-top: 0px;
}
footer .footer-links li {
	display: block;
	list-style: none;
}
footer li {
	position: relative;
}
footer .footer-links li a {
	color: #86939e;
	line-height: 26px;
}
footer .social {
	padding: 20px 0 0 0;
}
.social li {
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 40px;
	font-size: 18px;
	margin-right: 15px;
	text-align: center;
}
.facebook {
	background: #507cbe;
}
.social li a {
	color: #fff;
}
.twitter {
	background: #63cdf1;
}
footer li {
	position: relative;
}
.gplus {
	background: #f16261;
}
footer .copyrights {
	padding: 10px 0;
	font-weight: 300;
}
.copyrights p {
	font-size: 14px;
}
.social_footer li {
	display: inline-block;
	padding: 0 20px 0 0;
}
.footer-section-container .widget ul a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}
.footer-section-container .widget ul li {
    border-bottom: none;
}

footer h4.widget-title{
    font-weight: 600;
    font-size: 16px;	
	text-transform: capitalize !important;
}