/*
Theme Name: Meat Your Future
Template: mh-magazine
Version: 2.1527948958
Updated: 2018-06-19 09:15:58

*/

/* DESKTOP */

.footer-widget .menu > .menu-item, .footer-widget .page_item a, .footer-widget .cat-item {
  border-bottom: 0px solid #0e4a70 !important;
	}

*:focus {
  outline:none; 
}

.videoContainer{
  width:100%;
  height:auto;
  background-color:#114a6e;
  padding-top:13px;
  padding-bottom:10px;
  padding-left:2%;
  padding-right:2%;
}

.mh-sidebar { 
  display: none; 
}

.mh-content { 
  width: 100% !important; 
}

.mh-header-image {
  width: 450px;
  max-width: 100%;
}

.tabTitles {
  color: #fff !important;
}

/* MOBILES */

@media screen and (max-width:500px) {
   /* Mobile styles */
  .videosize, .videoContainer iframe {
    width:96%;
    height:300px;
  }
  
}

@media screen and (min-width:501px) and (max-width:999px) {
   /* Tablet styles */
  .videosize, .videoContainer iframe {
    width:96%;
    height:400px;
  }
  
}

@media screen and (min-width:1000px) {
   /* Desktop styles */
  .videosize, .videoContainer iframe {
    width:96%;
    height:500px;
  }
}

.mh-carousel-caption { display: none; }