/*
 * Huelva TV OTT base layer.
 * First pass: typography and vertical rhythm only.
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button,
input,
select,
textarea {
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
}

body {
	font-size: 14px;
	line-height: 1.6;
	color: #8f949d;
}

p {
	line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.25;
	color: #24272d;
}

#content {
	margin-top: 40px;
	margin-bottom: 56px;
}

.smart-box {
	margin-bottom: 52px;
}

.smart-box:last-child {
	margin-bottom: 0;
}

.smart-box-head {
	padding-bottom: 12px;
	margin-bottom: 22px;
	border-bottom-width: 1px;
}

.smart-box-head .light-title,
.widget-title {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
}

.smart-box-head .light-title a,
.smart-box-head .title-link,
.widget-title a {
	color: inherit;
}

.item-head {
	padding-top: 11px;
	padding-bottom: 0;
}

.item-head h3,
.item-head h3 a,
.smart-box-content .item-head h3,
.smart-box-content .item-head h3 a {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.smart-box-content .item-head h3 {
	display: -webkit-box;
	min-height: 40px;
	overflow: hidden;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.posted-on,
.item-meta,
.cactus-info {
	font-size: 12px;
	line-height: 1.45;
}

.wpb_content_element,
.wpb_row,
.vc_row {
	margin-bottom: 0;
}

.wpb_wrapper > .smart-box + .smart-box,
.wpb_wrapper > .wpb_content_element + .smart-box,
.wpb_wrapper > .vc_row + .smart-box {
	margin-top: 4px;
}

#slider {
	margin-bottom: 36px;
}

#top-carousel {
	padding-top: 32px;
	padding-bottom: 32px;
}

#bottom {
	padding-top: 44px;
	padding-bottom: 44px;
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
	}

	#content {
		margin-top: 28px;
		margin-bottom: 40px;
	}

	.smart-box {
		margin-bottom: 38px;
	}

	.smart-box-head {
		margin-bottom: 16px;
	}

	.smart-box-head .light-title,
	.widget-title {
		font-size: 21px;
	}

	.item-head h3,
	.item-head h3 a,
	.smart-box-content .item-head h3,
	.smart-box-content .item-head h3 a {
		font-size: 14px;
	}
}
