/* 
Theme Name: James Makin Gallery
Theme URI: https://jamesmakingallery.com/
Description: James Makin Gallery is a child theme of Hello Elementor.
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  

  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  

  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

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

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  

  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  

  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
.posts-carousel .slick-slide img {
    height: 436px !important;
}

.exhibition-img .the-card-img {
    height: 436px !important;
}

a.btn-slider {
    margin-top: 10px !important;
}

.latest-news .elementor-post__meta-data {
    position: inherit !important;
    bottom: 0 !important;
}

.posts-carousel .slick-dots {
    bottom: 370px !important;
}

.aw-post-grid article .elementor-post__meta-data {
    bottom: 122px !important;
}

.ag-field-ag_artist {
    font-size: 19px !important;
}

.elementor-520 .elementor-element.elementor-element-bae80e8 img {
    height: 315px !important;
}
  
}

.header_invert {
	-webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
	filter: invert(100%);
}