/*
Theme Name: EnviroPouch - Child
Author: Oxley
Author URI: https://www.oxleyinternet.com
Description: A Child Theme of The7 designed and built for you. The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme boilerplate. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* SVG Logo Styling */
.my_svg_log{
	height: 100px !important;
	max-width: 100%;
}

/*  Uncomment below to set the sticky header bar logo as a different size */
/*.show-phantom .my_svg_log{
  max-height: 40px !important;
}*/

/* Styling for tablet logo */
@media screen and (max-width: 991px){
  /*  Uncomment below to set the tablet logo as a different size */
  /*.my_svg_log{
  	max-height: 90px;
  }*/

  /*  Uncomment below to set the sticky logo for tablet (<991px) as a different size */
  /*.sticky-mobile-on .my_svg_log{
    max-height: 40px !important;
  }*/

}

/* Styling for mobile logo */
@media screen and (max-width: 768px){

  .my_svg_log{
  	max-height: 80px;
  }

  /*  Uncomment below to set the sticky logo for mobile (<768px) as a different size */
  /*.sticky-mobile-on .my_svg_log{
    max-height: 40px !important;
  }*/
}

/* For IE11 only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	img[src*=".svg"]{
		width: 100%;
		max-width: 100%;
		height: auto;
	}

}

/* End SVG Logo Styling */
