/*
Theme Name: the7dtchild
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
*/


/* TYPO */

.h4-special, .h4-special-white, .h4-special-black  {
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 0.6em;
  line-height: 1em;
  letter-spacing: 0.5em;
  padding-bottom: 10px;
  }

.h4-special-white {
  color: #fff;
	}

.h4-special-black {
  color: #000;
	}

h2 {
  text-transform: uppercase;
}

/* SONSTIEGE */

.elementor-button {
    padding: 15px 15px 15px 15px !important;
  }


/* TABS */

.tabs-rounded img{
	border-radius: 50% 50% 50% 50% !important;
}

.tab-title h3 {
	font-size: var( --e-global-typography-el_f_title_3-font-size ) !important;
    line-height: var( --e-global-typography-el_f_title_3-line-height ) !important;
    color: var( --e-global-color-secondary ) !important;
    text-transform: uppercase;
    }
    
    
/* MOBILE */

@media (max-width: 480px) {
	.h4-special, .h4-special-white, .h4-special-black
	{
	  font-size: 0.5em;
	  line-height: 1em;
	  padding-bottom: 8px;
		}
		}