/*
Theme Name: Dustar
 | Shared by VestaThemes.com
Theme URI: http://themeforest.net/user/themexshaper/
Author: themexshaper
Author URI: http://themeforest.net/user/themexshaper/portfolio
Description: Dustar - Cleaning Services WordPress Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dustar
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* By Authot Post */

.bypostauthor {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-right: -15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 15px;
}
.gallery-item {
  padding-bottom: 15px;
}
.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;
}

.screen-reader-text {
    background: transparent;
    display: none;
}


/* New CSS */

header .site-logo a.navbar-brand {
    height: auto;
    margin-top: 0;
}
.site-header #navbar > ul > li .sub-menu li a:hover {
    background-color: #00da7d;
}
header nav .search-contact {
    display: none;
}
header nav div#navbar {
    margin-right: 0 !important;
}

.sticky {
    animation-name: slideInDown
}
.site-header.sticky {
    animation-duration: 1s;
    animation-fill-mode: both;
    background: #fff;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
	padding: 0px;
}
@keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        transform: translate3d(0,0,0)
    }
}

footer .col-lg-3:nth-child(3) {
    width: 16%;
}
footer .col-lg-3:nth-child(5) {
    width: 34%;
}
.site-footer .link-widget {
    padding-left: 0px;
}
.site-footer .contact-widget-title h3 {
    padding-left: 0;
}
.site-footer .contact-widget {
    padding-left: 0;
}
footer ul li.menu-item {
    border-bottom: 0 !important;
}
footer ul li.menu-item a {
    padding: 0;
    color: #fff;
    margin-bottom: 10px;
}
footer ul li.menu-item a:hover {
    color: #fff;
	text-decoration: underline;
}
.contact-info a {
    word-break: break-all;
	color: #57667e;
}
.contact-info a:hover {
	color: #016afa;
}
.contact-info p {
    min-height: 48px;
}



.contact-section .content-area p {
    text-align: left !important;
    padding: 0 6px;
    margin-bottom: 25px;
}
.contact-section form > div {
    margin-bottom: 0 !important;
}
.contact-form form.invalid .wpcf7-response-output, .contact-form form.failed .wpcf7-response-output {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 0;
    background: #790000;
    color: #fff;
    float: none;
	padding: 7px;
}
.contact-form form.sent .wpcf7-response-output {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 0;
    background: #008000;
    color: #fff;
	float: none;
	padding: 7px;
}
.contact-info-section .contact-info .icon {
    background: #00da7d;
}
.contact-info-section .contact-info .icon:before {
    background: #00da7d70;
}

.home-how-work .separator {
    display: none !important;
}

.service-pg-sec .dustar-service .col.col-md-4 {
    display: none !important;
}
.service-pg-sec .dustar-service .col.col-md-8 {
    width: 100%;
}
.service-pg-sec .services-section-s2 .service-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 60px;
    padding: 0 15px;
}
.page-title {
    height: 250px;
}

footer .widget_text ul li a {
    color: #fff;
}
footer .widget_text ul li {
    padding-bottom: 15px;
    padding-left: 32px;
    position: relative;
}
footer .widget_text ul li:last-child {
    padding-bottom: 0px;
}
footer .widget_text ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 21px;
}
.site-footer .upper-footer {
    padding: 50px 0 40px;
}

.about-first-sec .about-section .section-title-s2 {
    display: none;
}

.page-title h2 {
	font-size: 55px;
	font-size: 44px;
	font-weight: 900;
	margin: 0.2em 0 0.30em;
	text-transform: uppercase;
}
.header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img {
	max-width: 150px;
}

@media (max-width: 1023px){
header .site-logo a.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
}
.service-pg-sec .services-section-s2 .service-grids .grid {
    width: calc(50% - 30px);
}
.page-title {
    height: 150px;
}
.about-first-sec section.about-section {
    padding: 40px 0;
}
.about-first-sec section.about-section .img-video-holder {
    margin-top: 40px;
}
	
}
	
@media (max-width: 767px){
	footer .col-lg-3:nth-child(3) {
    width: 100%;
}
footer .col-lg-3:nth-child(5) {
    width: 100%;
}	
.site-footer .upper-footer .col {
    margin-bottom: 30px;
}	
}

@media (max-width: 567px){
.service-pg-sec .services-section-s2 .service-grids .grid {
    width: calc(100% - 30px);
}
.service-pg-sec .service-grids .grid:last-child {
    margin-bottom: 0 !important;
}
.site-footer .upper-footer {
    padding: 50px 0 0px;
}	
.home-about-sec .img-video-holder {
    margin-top: 30px;
}
.home-about-sec .about-section {
    padding-bottom: 40px;
}	
.about-how-work .section-title {
    margin-bottom: 0;
}	
.about-how-work .work-process-grids .grid:nth-child(3) {
    margin-bottom: 0;
}	
.contact-first-sec .contact-info div:last-child {
    margin-bottom: 0;
}	
.single-service .service-single-section {
    padding: 50px 0;
}
.why-choose-us-section .why-choose-grids .grid:last-child {
    padding-bottom: 10px;
}	
}