/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/
Description: Child theme for Astra, A very lightweight and beautiful theme made to work with Page Builders.
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: astra-child
Template: astra
*/

.ast-scroll-to-top-right {
  bottom: 45px;
}

.text-success {
  color: #267100;
}

.site-footer .widget.widget_media_image {
  margin: 0 0 1em 0;
}

.site-footer .widget.widget_text p:last-of-type{
  margin-bottom: 0;
}

.site-footer .site-footer-primary-section-2.site-footer-section-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.ast-woocommerce-container {
  padding-top: 20px;
}

.woocommerce-page .entry-header {
  padding-top: 20px;
}

/* ===============     Breakpoints (min)     ===================== */

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Large devices (de sktops, 992px and up) */
@media (min-width: 992px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* ===============     Breakpoints (max)     ===================== */

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  header .custom-logo-link img {
    max-width: 100%;
  }
  #ast-desktop-header .ast-builder-grid-row {
    grid-template-columns: 240px 1fr;
  }
  #ast-desktop-header .main-header-menu .menu-link {
    padding: 0 0.5em;
  }
}

@media (max-width: 1090px) {
  #ast-desktop-header .main-header-menu .menu-link {
    padding: 0 0.3em;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* ===============     Breakpoints (between)     ===================== */

@media (min-width: 768px) and (max-width: 991.98px) {}