/*
Theme Name: ITS
Theme URI:
Description:
Author:
Author URI:
Version:
License:
License URI:
Tags:
Text Domain:
*/

/* Hide Livefyre "Trackbacks" */
#lf_pings {
	display: none;
}

#series-nav h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.wp-caption {
	max-width: 100% !important;
}

.single-post-section ol,
.single-post-section ul,
.single-post-section dl {
	font-family: "Droid Sans",sans-serif;
	color: #6e6b65;
	font-size: 15px;
}
.page-content #wlmreginstructions ol,
.page-content #wlmreginstructions ul,
.page-content #wlmreginstructions dl {
	font-family: "Droid Sans",sans-serif;
}
.single-post-section ol li,
.single-post-section ul li,
.single-post-section dl dd,
.single-post-section dl dt,
.page-content #wlmreginstructions ol li,
.page-content #wlmreginstructions ul li,
.page-content #wlmreginstructions dl dd,
.page-content #wlmreginstructions dl dt {
	margin: 0.9em 0;
}

/* These were larger than h1 at some screen sizes */
.single-post-section h3 {
  font-size: 1.375rem;
}
.single-post-section h2 {
  font-size: 1.6875rem;
}
.single-post-section h1,
.single-post-section h2,
.single-post-section h3,
.single-post-section h4 {
  clear: both;
}

/* Pullout styles */
.pullout {
	position: relative;
	width: 96%;
	margin-bottom: 24px;
	clear: both;
}
.pullout.pullout-picture {
	width: 100%;
}

.pullout.pullout-clear + p {
	clear: both;
}

.pullout.pullout-left,
.pullout.pullout-right {
	float: none;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}

.pullout.pullout-quote {
	width: 90%;
	background: linear-gradient(to right, #567d4c, #c0beb6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
}
.pullout.pullout-right.pullout-quote {
	background: linear-gradient(to right, #c0beb6, #567d4c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Hide auto-complete hint in search box */
input.search-input.tt-hint {
	display: none !important;
}

/* Hide first video in video post body */
.video-content .video-wrapper:first-of-type {
	display: none;
}

/* fix slider styling for pullout */
.pullout .post-slick-gallery .slick-slide {
	max-height: 500px;
}


@media only screen and (min-width: 40.0625em) and (max-width: 64.0625em) {
	footer .footer-item.contact-address > p {
		padding-left: 40px;
	}
	footer .footer-item.contact-address .footer-vector {
		margin-left: 40px;
	}
}

@media only screen and (min-width: 40.0625em) {
	footer .footer-row .footer-item.connect-images h3 {
		margin-bottom: 20px !important;
	}
	footer .footer-row .footer-item.connect-images .connect-image-row {
		text-align: center;
	}
	footer .footer-row .footer-item.connect-images .connect-image-row .connect-image-item {
		margin-bottom: 20px;
	}
	.connect-image-item,
	.connect-image-item.desktop-only {
/*		float: none !important;*/
/*		display: inline-block;*/
	}
	.connect-image-item.desktop-only {
		display: none;
	}

	footer .footer-row .footer-item .footer-list .footer-list-item:first-of-type {
		margin-left: 80px;
	}
}
@media only screen and (min-width: 64.0625em) {
	/* Pullout styles */
	.pullout {
		position: relative;
		width: 75%;
		margin-bottom: 24px;
	}
	.pullout.pullout-picture {
		width: 75%;
	}

	.pullout.pullout-clear + p {
		clear: both;
	}

	.pullout.pullout-left {
		float: left;
		left: -180px;
		margin-right: -150px;
	}

	.pullout.pullout-right {
		float: right;
		right: -180px;
		margin-left: -170px;
	}

	.pullout.pullout-quote {
		width: 60%;
		background: linear-gradient(to right, #567d4c, #c0beb6);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 40px;
		line-height: 50px;
		font-weight: 300;
	}
	.pullout.pullout-right.pullout-quote {
		background: linear-gradient(to right, #c0beb6, #567d4c);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.connect-image-item,
	.connect-image-item.desktop-only {
		float: left !important;
		display: block;
	}

	footer .footer-row .footer-item .footer-list .footer-list-item:first-of-type {
		margin-left: 0;
	}

}
footer .footer-row .footer-item.connect-images .connect-image-row .connect-image-item {
	margin-bottom: 10px;
}
footer .footer-row .footer-item .connect-image-item img {
	width: 100%;
	max-width: 120px;
}

/*
@media only screen and (min-width: 47.0625em) {

	.medium-1 {
		width: 25% !important;
		float: left !important;
	}
	.connect-image-item.desktop-only {
		display: none !important;
	}

}
*/

.circle-avatar {
	height: 170px !important;
	width: 170px !important;
}

.wp-caption-text {
	font-size: 11px !important;
}

/* Statistics on the About page on tablet portrait */
@media only screen and (max-width: 63.9375em) and (min-width: 40.0625em) {

	.statistics-section .spliter {
		display: block !important;
	}

	.statistics-section .right-side {
		display: block !important;
	}
	.statistics-section .left-side,
	.statistics-section .right-side {
		width: 40%;
	}

	.statistics-section .left-side .columns.small-6,
	.statistics-section .right-side .columns.small-6 {
		width: 50%;
		text-align: center;
		padding-left: 0;
	}

}


/* CSS Code for the Registration Form */

/* The Main Registration Form Table */
.wpm_registration{
	clear:both;
	padding:0;
	margin:10px 0;
}
.wpm_registration td{
	text-align:left;
}
.wishlist-member h3{
	padding-left: 3em;
}
/* CSS for Registration Error Messages */
.wpm_err{
	color:#f00;
	font-weight:bold;
}

/* CSS Code for the Registration Instructions Box */

/* The Main Instructions Box */
.page-content #wlmreginstructions{
	padding:0 1em 1em 1em;
	margin:0 auto 1em auto;
	font-size:1em;
	color:#333333;
}

/* Links displayed in the Instructions Box */
.page-content #wlmreginstructions a{
}

/* Numbered Bullets in the Instructions Box */
.page-content #wlmreginstructions ol{
	margin:0 0 0 2em;
	padding:0 0 0 1em;
	list-style:decimal;
	background:none;
	max-width: 590px;
}

/* Each Bullet Entry */
.page-content #wlmreginstructions li{
	margin:0;
	padding:0;
	background:none;
}

table.wpm_registration td.label {
	background-color: transparent;
	padding-top: 17px;
}
table.wpm_registration tr.systemFld td.label {
	color: #333333;
	font-size:1.2em;
}

table.wpm_registration tr.required td.label, table.wpm_registration tr.systemFld td.label {
	color: #333333;
	font-size:1.2em;
}
.fld{
	padding:2px;
	margin:2px;
}
table.wpm_registration .button{
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	padding: 10px 20px 9px;
}
table.wpm_registration .button:hover{
	background-color: #fff;
	color: #000;
}

table.wpm_registration {
	width: 87%;
}
.homepage-post-read-more a {
	font-size: 20px;
	color: #fff;
}

.seriesWrapper ~ h2 { clear: none; }