/*
 Theme Name:	TV Elements Child
 Theme URI:		http://press75.com/view/tv-elements/
 Description:	TV Elements Child Theme
 Author:		Press75
 Author URI:	http://press75.com
 Template:		tv-elements
 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
 Text Domain:	tvelements-child
*/

@media only screen and (max-width: 600px) {
    .header-logo {
        max-width: 180px;
    }
}

.featured-media .featured-header.text h1 {
	color: #988f80;
}

.featured-media .featured-header h1 {
	color: #ffffff;
}

h1 {
	font-size: 32px;
	line-height: 42px;
	font-style: italic;
}

h2 {
	font-size: 28px;
	line-height: 38px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
}

h3 {
	font-size: 22px;
	line-height: 32px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

h4 {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
}

h5 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-style: italic;
}

h6 {
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

@media (min-width: 768px) {

  h1 {
    font-size: 60px;
    line-height: 84px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 32px;
  }
}