/* 
Theme Name: Abi Hogg Hoofcare
Description: A custom theme for the Abi Hogg Hoofcare website
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template: hello-elementor
Text Domain: abihogghoofcare
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
  background-color: var(--e-global-color-primary) !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.change-settings-button:hover {
  color: #fff !important;
}

.page-header .entry-title {
    border-bottom: 3px solid var(--e-global-color-primary);
    padding: 10px 0;
}

#full-gallery .gallery-icon img{
    width: 100%;
}

@media (min-width: 1024px) {
    #full-gallery #gallery-1 {
      column-count: 4;
      column-gap: 0px;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    #full-gallery #gallery-1 {
      column-count: 3;
      column-gap: 0px;      
    }  
}
@media (min-width:361px) and (max-width:767px) {
    #full-gallery #gallery-1 {
      column-count: 2;
      column-gap: 0px;      
    }  
}
@media (max-width:360px) {
    #full-gallery #gallery-1 {
      column-count: 1;
      column-gap: 0px;      
    }  
}

.by_indigocube { 
  background-color: var(--e-global-color-primary);
}