/* Reference :  
@media (min-width:320px)  {  smartphones, portrait iPhone, portrait 480x320 phones (Android) }
@media (min-width:480px)  {  smartphones, Android phones, landscape iPhone  }
@media (min-width:600px)  {  portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android)  }
@media (min-width:801px)  {  tablet, landscape iPad, lo-res laptops ands desktops  }
@media (min-width:1025px) {  big landscape tablets, laptops, and desktops  }
@media (min-width:1281px) {  hi-res laptops and desktops  }
*/
/* ************
SASS/CSS custom mods - Moonpixel Creative
Twitter - @moonpixelcreate
Web - moonpixel.co
Email - hello@moonpixel.co
************ */
/* For mobile phones: */
@media only screen and (max-width: 768px) { 
/* submenu of the main menu */
.moonSM a:hover{
  width: 100% !important;
}
  
  .reports .elementor-widget-container div{
    padding-top:max(60%,550px) !important;
  }
    .nationsMag .elementor-widget-container div{
    height: 455px !important;
    
  }
  
  #gtranslate_wrapper{
    top: 61px !important;
    left: 1% !important;
  }
  .top-right-menu {
    padding-right:2%;
  }
  
  .menuGive {
    margin-bottom: -20px !important;
  }
  /*   Quicklinks Hide */
  .dropdown{
    -moz-visibility: hidden;
    -webkit-visibility: hidden;
    visibility: hidden;
    display: none;
  }
  
  .post-7152 h1.elementor-heading-title, .post-7443 h1.elementor-heading-title{
    font-size: 2.6rem !important;
  }
    .post-7461 h1.elementor-heading-title{
    font-size: 2.4rem !important;
  }
}
/* tablet, landscape iPad, lo-res laptops ands desktops */ 
@media only screen and (min-width: 600px) { 
  #gtranslate_wrapper{
    top: 56px !important;
    right: 1% !important;
  }

} 

/* For desktop: */
@media only screen and (min-width: 768px) { 
  #gtranslate_wrapper {
      top: 60px !important;
      right: 1% !important;
  }
}
  

