/*
 Theme Name:   Magazette Child
 Theme URI:    http://novativesoftware.com/wp-themes/magazette-child/
 Description:  Magazette Child Theme
 Author:       Augustus Boateng
 Author URI:   http://novativesoftware.com
 Template:     magazette
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  magazette
*/

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

@media (min-width: 1281px) {
  
  /*CSS*/
  .menu-item-25628{display: none;visibility: hidden;}
  .page-item-25511{display: none;visibility: hidden;}
  
}

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

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /*CSS*/
  .menu-item-25628{display: none;visibility: hidden;}
  .page-item-25511{display: none;visibility: hidden;}
}

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

@media (min-width: 768px) and (max-width: 1024px) {
  
  /*CSS*/
  .menu-item-25628{display: none;visibility: hidden;}
  .page-item-25511{display: none;visibility: hidden;}
}

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

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /*CSS*/
  .menu-item-25628{display: none;visibility: hidden;}
  .page-item-25511{display: none;visibility: hidden;}
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  /*CSS*/
  .menu-item-25628{
	  display: initial !important;
	  visibility: initial !important;}
}

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

@media (min-width: 320px) and (max-width: 480px) {
  
  /*CSS*/
  .menu-item-25628{
	  display: initial !important;
	  visibility: initial !important;}
}

.thim-sc-block14 .item .content .title a{
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3;
}
#post-30544 li::marker {
    font-size: 1.9em;
    font-weight: bold;
}