/*
 Theme Name:   Testina
 Theme URI:    http://themeskingdom.com
 Description:  Testina is a delicious food blog WordPress theme built to allow all your mouth-watering recipes to take the first row. Your site visitors’ stomach will grow thanks to its dynamic grid system on the homepage. Testina is entirely responsive 一 it looks good on ALL screen sizes, and fully customizable 一 it comes with custom color choices and numerous typographic customization options. With Testina, people are going to forget about their favorite cooking shows. You are going to become a go-to food blogger.
 Author:       Themes Kingdom
 Author URI:   http://themeskingdom.com
 Template:     collecto
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  testina
*/

.highlighted-text {
	background-color: #f6d02e;
	color: #fff;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
}

h1, h2, h3, h4, h5, h6, .site-title {
	font-weight: 300;
}

h1, h1>a, h2, h2>a, h3, h3>a, h4, h4>a, h5, h5>a, h6, h6>a, body,
.pingback .url, cite, .hamburger-menu .main-navigation .menu,
.masonry .format-quote blockquote {
	font-family: 'Hepta Slab', 'Times New Roman', Times, serif;
}

.page .container.container-small {
	max-width: 980px;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	line-height: 1.3;
}

.single-post .entry-content h1:first-child,
.single-post .entry-content h2:first-child,
.single-post .entry-content h3:first-child,
.single-post .entry-content h4:first-child,
.single-post .entry-content h5:first-child,
.single-post .entry-content h6:first-child {
	margin-top: 0;
}

@media screen and (min-width: 1500px) {

	h1,
	.last-post .entry-title {
		font-size: 60px;
	}

	.emphasis {
		font-size: 50px;
	}
}

.single-post .entry-content h1 {
	font-size: 48px;
	font-size: 3rem;
}

.single-post .entry-content h2 {
	font-size: 36px;
	font-size: 2.25rem;
}

.single-post .entry-content h3 {
	font-size: 32px;
	font-size: 1.875rem;
}

.single-post .entry-content h4 {
	font-size: 28px;
	font-size: 1.5rem;
}

.single-post .entry-content h5 {
	font-size: 22px;
	font-size: 1.5rem;
}

.single-post .entry-content h6 {
	font-size: 18px;
	font-size: 1.125rem;
}

@media screen and (max-width: 900px) {

	.single-post .entry-content h1 {
		font-size: 34px;
	}

	.single-post .entry-content h2 {
		font-size: 30px;
	}

	.single-post .entry-content h3 {
		font-size: 26px;
	}

	.single-post .entry-content h4 {
		font-size: 22px;
	}

	.single-post .entry-content h5 {
		font-size: 18px;
	}

	.single-post .entry-content h6 {
		font-size: 16px;
	}

}

blockquote {
	margin: 1em 0;
}

/* quote and link format disable link and hide read more button */

.hero-slider-wrapper .featured-slider .format-quote .entry-title a,
.hero-slider-wrapper .featured-slider .format-link .entry-title a {
	pointer-events: none;
}

.hero-slider-wrapper .featured-slider .format-quote .read-more-link,
.hero-slider-wrapper .featured-slider .format-link .read-more-link {
	display: none;
}

.hero-slider-wrapper .featured-slider article:not(.slick-active) {
	pointer-events: none;
}

/* list style */

.single-post .entry-content ol {
	list-style: none;
	padding-left: 0;
	margin-top: 2em;
}

.single-post .entry-content ol {
	counter-reset: my-number;
}

.single-post .entry-content ol li {
	margin: 0 0 1em 0;
	padding-left: 75px;
	position: relative;
}

.single-post .entry-content ol li {
	counter-increment: my-number;
}

.single-post .entry-content ol li::before {
	content: counter(my-number);
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	padding: 8px;
	width: 34px;
	height: 34px;
	margin-top: -2px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.2);
	text-align: center;
}
