/**
Theme Name: ISKM
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: iskm
Template: astra
*/

/* This is an Example for a gallery-item in Elementor Custom CSS with Media Queries for different Elements */

/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
  .tt_tabs_navigation, .tt_navigation_wrapper  {
    display: none !important;
  }
}

/* Medium devices (tablets/desktops, 768px and up) */
@media only screen and (min-width: 768px) {
  .tt_tabs_navigation,  .tt_navigation_wrapper  {
    display: none !important;
  }
}

/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {
 .ast-mobile-menu-trigger-fill {
   display: none !important;
 }
  .ast-button-wrap {
    display: none;
  }
}
.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-menu, .ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-menu * {
  background-color: transparent !important;
}
.gform_wrapper .gfield_required {
  display: none !important;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: #fff !important;
  border: 0px solid #fff !important;
  font-size: 14.992px;
  margin-top: 0px !important;
  padding: 12.992px 24px;
}

.gform_wrapper.gravity-theme .ginput_total {
  color: var(--ast-global-color-2) !important;
  font-weight: bold !important;
  font-size: 20px !important;
}
.gfield_select {
   line-height: 20px !important;
}

@media screen and (max-width: 479px) {
  .tt_responsive .tt_timetable.small .tt_items_list div.value {
    width: 150px;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}
.gform_ajax_spinner {
  max-width:33px !important;
  width: 33px !important;
  height: 33px !important;
  display:inline-block;
  margin-left: 15px;
  margin-top: 6px;

}
.gform_button {
  transition: all 1s ease-in !important;
}

.hideme {
  position: absolute !important;
  left: -5000px !important;
}
.infof input {
  padding: 0px !important;
  font-weight: bold !important;
  border: 0px !important;
}

.formbreak {
  border-bottom: 1px solid #0a0000;
}