/**
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: 1.0.0
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
*/
/* Removing Focus outline from Mobile Menu Button STARTS*/
.ast-button-wrap .menu-toggle:focus {
    outline:  none !important;
}

a { outline: 0 !important; }

/* .top-banner { background-color: !important;} #614449 */

/* Removing Focus outline from Mobile Menu Button ENDS*/


/* Mobile Menu Background Color STARTS*/
/* .ast-header-break-point .main-navigation ul .menu-item .menu-link {background-color: !important;}  #B8ABAB  */
/* Mobile Menu Background Color ENDS*/


.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
visibility: hidden;
width: 400px;
background-color: black;
color: #fff;
text-align: left;
border-radius: 6px;
padding: 5px 0 5px 10px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
}

.tooltip:hover .tooltiptext {
visibility: visible;
}

/* BODY Begins*/

/* Full-page black transparent overlay 
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 9998; 
    pointer-events: none; 
}

 BODY Ends*/

/* Mobile View EA Calendar No Scroll STARTS*/
@media only screen and (max-width: 767px) {
.fc-scroller.fc-day-grid-container {height:auto !important;}
}
/* Mobile View EA Calendar No Scroll ENDS*/


/* Full HD Screen margin Settings for Home Screen Text Starts*/
@media only screen and (min-width : 1400px) { 
	#home-imagetxt1920 {margin-top: 315px !important;}
}
/* Full HD Screen margin Settings for Home Screen Text Ends*/



/* contact form css starts */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"], .wpcf7 input[type="date"], .wpcf7 input[type="tel"], .wpcf7 input[type=file], .wpcf7 textarea,
.wpcf7 select {background-color: #E9E9E9 !important; border: thin; }

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #E9E9E9 inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #808285 !important;
}

.formsubmit1 {margin-top: 15px !important;}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.grecaptchaclass {margin-top: 30px !important;}

/* contact form css ends */

.error404 .main-header-bar { background-color:#efefef !important; }
.error404 .main-header-menu a, .ast-header-custom-item a { color: #fff; }
.error404 .main-header-menu .menu-item:hover > .menu-link { color: #fff; }


/*Pages Header Template style */
/* Default Style for Desktop */
.header-template-title {
    display: block;
    font-size: 2.5em; /* H1 size */
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
    color: #424242;
}

/* Tablet Portrait Mode (up to 1024px) */
@media (max-width: 1024px) {
    .header-template-title {
        font-size: 2em; /* H2 size */
	font-weight: normal;
    }
}

/* Mobile Portrait Mode (up to 767px) */
@media (max-width: 767px) {
    .header-template-title {
        font-size: 1.2em; /* H3 size */
	font-weight: normal;
        text-align: left;
	
    }
}


/* My Calendar */

#mc_cat_all-my-calendar {
    background: lightblue !important;
}

.mc-main .has-events .mc-date {
    background: #56585a !important;
}

.my-calendar-modal .event-title svg {
  background-color: #ffffff !important;
}

.nextmonth > * {
    display: none;
}

.previousmonth > * {
    display: none;
}

@media screen and (max-width: 720px) {
  .mc-main:not(.mini) .my-calendar-table td {
    margin-bottom: 2.5em !important;
  }

}


@media screen and (min-width: 768px) {
	.social-media-share { text-align:center; }

}


/* Blog & Article */


.post-template .ast-below-header-bar {
  	background-color: #eeeeee !important;
	} 



.category .ast-archive-entry-banner[data-post-type="post"] {
  padding-top: .5em !important;
  padding-bottom: .5em !important;

}

.ast-archive-entry-banner[data-post-type="post"] .ast-container h1 {
  font-size: 1.7em !important;
}

.category .ast-below-header-bar {
   display: none !important;
} 

.error404 .ast-below-header-bar {
   display: none !important;
} 



@media (max-width: 921px) {
  .ast-separate-container .ast-blog-layout-5-grid .post-content {
    padding: 20px !important;
  }
}

.comments-link {
   display: none !important;
} 

.url.fn.n {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    color: inherit !important;
} 

.ast-builder-social-element[href=""] {
    pointer-events: none;
}

