/*!
Theme Name: TSS APP THEME
Theme URI: http://underscores.me/
Author: dm.gov
Author URI: http://dm.gov
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dm-gov
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.

dmgov is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
*/


.admin-bar .header-sticky {
    top: 32px;
}
img.header-shopify-logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
body.page-id-25 div#header-sticky {
    position: fixed !important;
    display: block !important;
    top: 0px;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
	margin-top: 0 !important;
}

div#service-7 .container .row {
    display: flex;
    align-items: center;
}

body.page-id-22 div#header-sticky {
    position: fixed !important;
    display: block !important;
    top: 0px;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    margin-top: 0 !important;
}

body.page-id-25 div#header-featuer {
    margin-top: 0px !important;
    height: 3.5rem !important;
}

body.page-id-22 div#header-featuer {
    margin-top: 0px !important;
    height: 3.5rem !important;
}

.w-100{
    width: 100% !important;
    margin: auto !important;
}

body.page-id-25.admin-bar div#header-sticky {
    top: 32px;
}

body.page-id-22.admin-bar div#header-sticky {
    top: 32px;
}
.header-sticky div#header-featuer {
    margin-top: 0px !important;
    height: 3.5rem !important;
}
.header-sticky {
    margin-top: 0 !important;
}
ul#home-menu-filter {
    background: rgba(0,0,0,.05);
    border-radius: 10px;
    padding: 5px;
}
ul#home-menu-filter li.list-inline-item {
    margin: 0 1px;
}

.portfolio-title h6 {
    margin-block: 20px!important;
    display: flex;
    align-items: center;
}



.owl-stage-outer .owl-stage .owl-item .single-client-logo img {
    max-height: 100px;
    max-width: 160px;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}
.owl-stage-outer .owl-stage .owl-item .single-client-logo {
    text-align: center;
}
.owl-stage-outer .owl-stage .owl-item .single-client-logo img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.col-lg-4.col-md-6.col-sm-12 img {
    width: 50px;
}
.install_btn_logo {
    height: 20px;
    width: 20px;
    filter: invert(1);
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 782px) {
    html #wpadminbar {
        display: none;
    }
}

button.btn.rounded-pill.btn-dark {
    margin: 0 0px 10px 0px;
}

/* .admin-bar .header-sticky {
    top: 0;
} */

.sas-brand-wrp {
    border: solid black 10px;
    border-radius: 25px;
}

.pad-40{
	padding:60px 20px ;
    border: solid #e5e7eb 1px;
    border-top: none;
}


.text-white {
    color: #000000 !important;
    padding-bottom: 1rem !important;
}

.footer-bottom{
	background:#fafafa!important;
}

button.btn.rounded-pill.btn-light.btn-lg {
    background: #0e1715;
    color: #ffffff;
}

.mobile-nav-bar.d-block.col-sm-1.col-6.d-lg-none .overlay {
    background: #fff !important;
}

.admin-bar div#header-sticky {
    top: 32px;
}

@media only screen and (max-width: 781px) {
    .admin-bar .header-sticky {
    top: 0px;
	}
}
	
@media only screen and (max-width: 767px) {
    ul#home-menu-filter li.list-inline-item span {
        display: none;
    }

    ul#home-menu-filter li.list-inline-item a:hover, ul#home-menu-filter li.list-inline-item a.active {
        display: block;
        background: #ee7d31;
        width: 100%;
    }

    .tab_icon {
        font-size: 2rem !important;
        margin-right: 0px;
    }
    ul#home-menu-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    ul#home-menu-filter li.list-inline-item {
        width: 100%;
    }
    .tab_menu {
        width: 100%;
    }
    .tab_menu .row {
        width: 100%;
    }
    div#portfolio-4 >  .container {
        padding-left: 0px;
        padding-right: 0;
    }
    .row.portfolio-filter {
        margin-left: 0;
        margin-right: 0;
    }

    .Powerful_features_box {
        height: auto;
        margin-bottom: 40px;
        width: 100%;
    }

    .tab-content > .tab-pane {
        display: none;
    }
	}	

    .horizons-tabs li a {
        font-size: 30px;
        margin-bottom: 0px !important;
    }

    .customize-tabs {
        height: auto !important;
    }

