/*
Theme Name: Leib Child
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. 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: 85px !important;
	max-width: 100%;
}

/*  Uncomment below to set the sticky header bar logo as a different size */
.sticky-on .my_svg_log{
  max-height: 50px !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: 50px !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 */

.mini-widgets .text-area a:not(.dt-btn), .mobile-mini-widgets .text-area a:not(.dt-btn){
	color: #fff;
	text-decoration: none;
}

.mini-widgets .text-area a:hover .mini-widgets .text-area a:not(.dt-btn), .mobile-mini-widgets .text-area a:not(.dt-btn){
	color: #fff;
	text-decoration: none;
}


/* Inline #43 | https://leib.oxleydev.com/ */

.mini-widgets .text-area .site-name span {
  /*font-size: 60px;
  line-height: 50px;*/
	letter-spacing: 3px;
}

.mini-widgets .text-area {
  line-height: 55px;
}

.mini-widgets .text-area .site-name em {
  font-style: normal !important;
  font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 400 !important;
  font-size: 25px !important;
	line-height: 25px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.site-name {
  text-align: center;
  display: grid;
}

.text-area.show-on-desktop.near-logo-first-switch.near-logo-second-switch.first.last {
  text-align: center;
	line-height: 50px !important;
}

/*.text-area.show-on-desktop.near-logo-first-switch.near-logo-second-switch.first.last {
  display: flex;
  align-content: center;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
}*/

