/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version:  4.13.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*
Sticky Navigation for Astra Templates CSS ONLY
*/

/*fix the position of the navigation*/
.main-header-bar {
    position: fixed;
    z-index:9999;
    top: 0;
    width: 100%;
}

/*adjust the padding of the site-content that comes after the navigation*/
.site-content {
    padding-top: 140px;
}

/*adjust site-content for TABLET devices <= 921px (default breakpoints)*/
@media (max-width: 921px) {
    .site-content {
        padding-top: 130px;
    }
}

/*adjust site-content for MOBILE devices <= 544px (default breakpoints)*/
@media (max-width: 544px) {
    .site-content {
        padding-top: 126px;
    }
}


/* general css */
/* Header css */
.contact {
	background: #e7a149;
  padding: 5px;
}

.contact :hover {
	color: #fff !important;
}

li#menu-item-960.current-menu-item > a {
    color: #fff !important;
}

/*adjust site-content for TABLET devices <= 921px (default breakpoints)*/
@media (max-width: 921px) {
.main-header-bar-navigation.toggle-on {
    position: fixed;
}
}

/*adjust site-content for MOBILE devices <= 544px (default breakpoints)*/
@media (max-width: 544px) {
    .ast-mobile-header-content.content-align-flex-start {
        top: 126px;
    }
	.contact {
        background: none;
        padding: 0px;
    }
	.contact :hover {
	color: #e7a149 !important;
    }
}

/* Footer css */
section#block-13, section#block-15 {
    margin-bottom: 5px !important;
}

/* cf7 css */
.wpcf7-form label br {
    display: none;
}

.wpcf7-form label {
    font-size: 22px;
    color: #000;
    font-family: 'Alice';
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 40px;
    box-shadow: none;
    color: #000;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background: #1e293b;
}

/* Testimonials css */
.tss-carousel3 .item-content-wrapper {
    padding: 35px !important;
    background: transparent !important;
}


.tss-layout1 .item-content-wrapper {
    background: #e5ba9a9e !important;
}

.tss-carousel3 .item-content-wrapper:before {
    top: -10px !important
}


.tss-layout1 .item-content-wrapper:after {
    border-right: 15px solid #e5ba9a9e !important;
}

.tss-carousel3 .item-content p, .tss-layout1 .item-content p {
    margin-bottom: 0px !important;
}

.tss-carousel3 .single-item-wrapper {
    display: flex;
    flex-direction: column;
}

.tss-carousel3 .single-item-wrapper .tss-meta-info {
    order: 1;
}

.tss-carousel3 .single-item-wrapper .item-content-wrapper {
    order: 2;
}

.tss-carousel3 .single-item-wrapper .author-name {
    order: 3;
}

.tss-carousel3 .single-item-wrapper .rating-wrapper {
    order: 4;
    margin: 0 !important;
}

.tss-layout1 .rt-responsive-img {
    display: inline-flex;
    width: 100px;
}

