/*
   Geral
   ========================================================================== */

@media screen and (min-width: 1500px) {
	.larger-container .container {
		max-width: 1400px;
	}
	.larger-container .container_inner {
		width: 100%;
	}
}

.img-cover {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.btn {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 700;
	font-family: inherit;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 7px 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn.btn-outline {
	border: 1px solid #000;
	color: #000;
	transition: background-color .3s ease, color .3s ease;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
	background-color: #000;
	color: #fff;
}

.btn.btn-fill {
	color: #fff;
	background-color: #000;
	border: none;
	transition: background-color .3s ease, color .3s ease;
}

.btn.btn-fill.btn-white {
	color: #e91332;
	background-color: #fff;
}

.cagroup-select select,
select.cagroup-select {
	padding-right: 50px;
	background-image: url(../images/arrow-down.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.text-wrapper {
	color: #000;
	line-height: 1.7;
	letter-spacing: .5px;
}

.text-wrapper h1, 
.text-wrapper h2, 
.text-wrapper h3, 
.text-wrapper h4, 
.text-wrapper h5, 
.text-wrapper h6 {
	color: inherit;
	margin-bottom: 15px;
	text-transform: none;
	font-weight: bold;
	display: inline-block;
}

.text-wrapper p {
	margin-bottom: 20px;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
}

.text-wrapper p:last-child {
	margin-bottom: 0;
}

.text-wrapper ul, 
.text-wrapper ol {
	list-style-type: disc;
	padding-left: 30px;
	margin-bottom: 20px;
}

.text-wrapper ol {
	list-style-type: decimal;
}

.text-wrapper img {
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.text-wrapper a {
	font-weight: bold;
	border-bottom: 2px solid;
}

.text-wrapper blockquote {
	margin: 45px 0;
	font-size: 21px;
	font-weight: bold;
}

.text-wrapper table {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.text-wrapper table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid;
	font-weight: bold;
}

.text-wrapper table th, 
.text-wrapper table td {
	padding: 10px;
	vertical-align: top;
	border-top: 1px solid;
}

/*
   Blog
   ========================================================================== */

/* Filtro de Tipo de Post */

#post-type-filter-nav {
	text-align: center;
	background-color: #f7f6f6;
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	#post-type-filter-nav {
		margin-bottom: 60px;
	}
}

#post-type-filter-nav nav {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	background-color: transparent;
}

@media screen and (min-width: 768px) {
	#post-type-filter-nav nav {
		flex-wrap: nowrap;
		height: 120px;
	}
}

@media screen and (min-width: 992px) {
	#post-type-filter-nav nav {
		height: 105px;
	}
}

#post-type-filter-nav .post-type-anchor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex: 0 0 33%;
	max-width: 33%;
	height: 120px;
	transition: background-color .5s ease;
}

@media screen and (min-width: 768px) {
	#post-type-filter-nav .post-type-anchor {
		flex: 0 0 calc(100% / 6);
		max-width: calc(100% / 6);
	}
}

@media screen and (min-width: 992px) {
	#post-type-filter-nav .post-type-anchor {
		flex-direction: row;
		height: 105px;
	}
}

#post-type-filter-nav .post-type-anchor:hover,
#post-type-filter-nav .post-type-anchor:focus,
#post-type-filter-nav .post-type-anchor.active {
	color: #fff;
	background-color: #e91332;
}

#post-type-filter-nav .post-type-anchor:hover svg,
#post-type-filter-nav .post-type-anchor:focus svg,
#post-type-filter-nav .post-type-anchor.active svg {
	opacity: 1;
	fill: #fff;
}

#post-type-filter-nav .post-type-anchor:hover svg path[stroke],
#post-type-filter-nav .post-type-anchor:focus svg path[stroke],
#post-type-filter-nav .post-type-anchor.active svg path[stroke] {
	stroke: #fff;
}

@media screen and (min-width: 992px) {
	#post-type-filter-nav .post-type-anchor:hover svg,
	#post-type-filter-nav .post-type-anchor:focus svg,
	#post-type-filter-nav .post-type-anchor.active svg {
		opacity: 1;
		transform: translateX(-70%);
	}
}

@media screen and (min-width: 1200px) {
	#post-type-filter-nav .post-type-anchor:hover svg,
	#post-type-filter-nav .post-type-anchor:focus svg,
	#post-type-filter-nav .post-type-anchor.active svg {
		transform: translateX(-100%);
	}
}

#post-type-filter-nav .post-type-anchor:hover span,
#post-type-filter-nav .post-type-anchor:focus span,
#post-type-filter-nav .post-type-anchor.active span {
	opacity: 1;
}

#post-type-filter-nav nav svg {
	max-width: 45px;
	max-height: 40px;
	width: 100%;
	height: auto;
	display: inline-block;
	fill: #000;
	opacity: .15;
	transition: fill .5s ease, opacity .5s ease, transform .5s ease;
}

@media screen and (min-width: 992px) {
	#post-type-filter-nav nav svg {
		max-width: 55px;
		max-height: 50px;
	}
}

#post-type-filter-nav nav span {
	font-size: 11px;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
	opacity: .15;
	transition: all .5s ease;
}

@media screen and (min-width: 992px) {
	#post-type-filter-nav nav span {
		margin-top: 0;
		position: absolute;
		width: 0;
		opacity: 0;
		color: #fff;
	}
}

@media screen and (min-width: 1500px) {
	#post-type-filter-nav nav span {
		font-size: 13px;
	}
}

#post-type-filter-nav .post-type-anchor.big-text span {
	font-size: 11px;
	line-height: 1.3;
}

/* Filtros Normais */

#standard-filters-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #a2a2a2;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .5px;
}

@media screen and (min-width: 768px) {
	#standard-filters-wrap {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

@media screen and (min-width: 992px) {
	#standard-filters-wrap {
		margin-top: 60px;
	}
}

@media screen and (min-width: 1200px) {
	#standard-filters-wrap {
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	#post-standard-filters {
		text-align: center;
		margin-bottom: 20px;
	}
}

#post-standard-filters label {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

@media screen and (min-width: 1200px) {
	#post-standard-filters label {
		margin-right: 15px;
	}
}

#post-standard-filters select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #a2a2a2;
	color: #a2a2a2;
	font-size: 14px;
	font-family: inherit;
	min-width: 250px;
	height: 35px;
	vertical-align: middle;
	margin: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}

@media screen and (min-width: 1200px) {
	#post-standard-filters select {
		margin: 5px 15px;
	}
}

#post-standard-filters select::placeholder {
	font-style: italic;
}

#post-standard-filters button {
	height: 35px;
	margin-left: 5px;
}

@media screen and (min-width: 1200px) {
	#post-standard-filters button {
		margin-left: 15px;
	}
}

/* Formulário de Pesquisa */

#searchform {
	max-width: 250px;
	width: 100%;
}

@media screen and (min-width: 992px) {
	#searchform {
		max-width: 325px;
		width: 100%;
	}
}

#searchform div {
	width: 100%;
	position: relative;
}

#searchform input {
	position: relative;
	font-size: 13px;
	border: none;
	letter-spacing: inherit;
	font-family: inherit;
	border-bottom: 1px solid #a2a2a2;
	padding-bottom: 15px;
	width: 100%;
	height: 35px;
	padding-right: 35px;
}

#searchform input::placeholder {
	font-style: italic;
	text-transform: lowercase;
	color: inherit;
	opacity: .5;
}

#searchform button {
	position: absolute;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	color: inherit;
	right: 0;
	height: 35px;
	font-size: 18px;
	opacity: .7;
}

/* Formulários Filtros Especiais */

#special-filters-btn-wrap {
	margin-top: 60px;
	margin-bottom: 30px;
}

	@media screen and (min-width: 992px) {
		#special-filters-btn-wrap {
			display: none;
		}
	}

#special-filters-btn-wrap .btn {
	background-color: #e91332;
	padding: 15px;
	width: 100%;
}

#post-special-filters {
	color: #000;
	margin-top: 30px;
	margin-bottom: 60px;
	display: none;
}

	@media screen and (min-width: 992px) {
		#post-special-filters {
			margin-top: 60px;
			display: block !important;
		}
	}

	@media screen and (max-width: 991px) {
		#post-special-filters .form-inner-wrap {
			padding: 20px 40px;
			background-color: #f7f6f6;
		}
	}

	@media screen and (min-width: 992px) {
		#post-special-filters .form-inner-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			margin-left: -15px;
			margin-right: -15px;
		}
	}

#post-special-filters .field-wrap {
	width: 100%;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

	@media screen and (min-width: 992px) {
		#post-special-filters .field-wrap {
			-ms-flex: 33.3333333333%;
			flex: 0 0 33.3333333333%;
			max-width: 33.3333333333%;
			padding-left: 15px;
			padding-right: 15px;
		}
	}

	@media screen and (min-width: 1200px) {
		#post-special-filters .field-wrap {
			margin-top: 30px;
			margin-bottom: 30px;
		}
	}

#post-special-filters .field-label,
#post-special-filters .field-sublabel {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

	@media screen and (min-width: 1200px) {
		#post-special-filters .field-label,
		#post-special-filters .field-sublabel {
			font-size: 16px;
		}
	}

#post-special-filters .field-label {
	margin-bottom: 25px;
}

#post-special-filters .field-label:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: #e91332;
	margin-top: 5px;
}

@media screen and (max-width: 1499px) {
	#post-special-filters .field-sublabel {
		width: 25px;
		display: inline-block;
		vertical-align: middle;
	}
}

#post-special-filters .checkbox-wrap {
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: 600;
}

#post-special-filters .checkbox-wrap span {
	font-size: 11px;
}

	@media screen and (max-width: 1199px) {
		#post-special-filters .checkbox-wrap span {
			display: none;
		}
	}

#post-special-filters .checkbox-wrap input {
	border: 2px solid #000;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
	transition: background-color .5s ease, border-color .5s ease;
}

#post-special-filters .checkbox-wrap input:checked:after {
	content: "\00d7";
	display: block;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: -3px;
	font-size: 17px;
}

#post-special-filters .checkbox-wrap label {
	vertical-align: middle;
	cursor: pointer;
}

#post-special-filters .field-container input[type="text"],
#post-special-filters .field-container input[type="date"],
#post-special-filters .field-container input[type="search"] {
	width: 100%;
	font-family: inherit;
	font-size: 14px;
	border: 1px solid #000;
	padding: 13px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

	@media screen and (min-width: 1200px) {
		#post-special-filters .field-container input[type="text"],
		#post-special-filters .field-container input[type="date"],
		#post-special-filters .field-container input[type="search"] {
			max-width: 80%;
		}
	}

#post-special-filters #tax-field {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

	@media screen and (min-width: 1200px) {
		#tax-field .field-label {
			font-size: 18px;
		}
		#tax-field .field-label:after {
			display: none;
		}
	}

#tax-field .field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}

#tax-field .checkbox-wrap {
	padding-left: 15px;
	padding-right: 15px;
}

	@media screen and (min-width: 992px) {
		#tax-field .checkbox-wrap {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 33%;
			flex: 0 0 33%;
			max-width: 33%;
			width: 100%;
		}
	}

#availability-date-field .field-container input[type="date"] {
	max-width: calc(100% - 60px);
	margin-left: 15px;
	margin-right: 15px;
}

	@media screen and (max-width: 1499px) {
		#availability-date-field .field-container input[type="date"] {
			margin-top: 7px;
			margin-bottom: 7px;
		}
	}

	@media screen and (min-width: 768px) {
		#availability-date-field .field-container input[type="date"] {
			max-width: 220px;
		}
	}

	@media screen and (min-width: 1200px) {
		#availability-date-field .field-container input[type="date"] {
			max-width: 270px;
		}
	}

	@media screen and (min-width: 1500px) {
		#availability-date-field .field-container input[type="date"] {
			max-width: 155px;
		}
	}

#post-special-filters .field-submit {
	width: 100%;
	padding: 15px 25px;
}

	@media screen and (min-width: 992px) {
		#post-special-filters .field-submit {
			width: auto;
			margin-top: 15px;
			margin-bottom: 15px;
		}
	}

#post-listing {
	margin-bottom: 30px;
}

#table-post-listing {
	width: 100%;
	margin-top: 50px;
	margin-bottom: -30px;
	border: 1px solid #000;
}

#table-post-listing th {
	font-size: 14px;
	padding: 17px 15px;
	background-color: #000;
	color: #fff;
	vertical-align: middle;
	position: relative;
}

#table-post-listing th:last-child {
	border: none;
}

#table-post-listing td {
	color: #000;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	vertical-align: middle;
	padding: 22px 15px;
}

#table-post-listing tbody tr {
	border-bottom: 1px solid #000;
}

#table-post-listing tbody tr:last-child {
	border: none;
}

#table-post-listing td a {
	text-decoration: none;
	color: inherit;
}

.sort-column {
	display: block;
	text-decoration: none;
	color: inherit;
}

.sort-column:hover {
	color: rgba(255, 255, 255, .8);
}

.sort-column img {
	width: 100%;
	height: 100%;
	display: block;
}

.sort-column i {
	position: absolute;
	top: 8px;
	right: 0;
	line-height: 1;
}

.sort-column.active i {
	color: #e91332;
}

.sort-column.active img {
	filter: brightness(0) saturate(100%) invert(14%) sepia(95%) saturate(5624%) hue-rotate(346deg) brightness(94%) contrast(93%);
}

td.title-cell {
	text-align: justify;
}

.number-process-cell a {
	border-bottom: 1px solid;
	white-space: nowrap;
}

	@media screen and (max-width: 767px) {
		.title-cell {
			display: none;
		}
	}

/* Paginação */

.pagination {
	margin-top: 20px;
	margin-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.pagination ul li a,
.pagination ul li span {
	width: 31px;
	height: 31px;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #000;
	color: #000;
	border-radius: 0;
}

.pagination ul li a:hover,
.pagination ul li span {
	background-color: #e91332;
	border-color: #e91332;
	color: #fff;
}

#records-per-page {
	display: table;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

#records-per-page select {
	border: 1px solid #000;
	color: #000;
}

/* Nenhuns Resultados */

.no-results {
	text-align: center;
	padding: 15px;
	background-color: #000;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Call to Action */

#blog-cta {
	background-color: #e91332;
	color: #fff;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
	#blog-cta {
		margin-top: 45px;
		padding: 45px;
	}
}

#blog-cta .blog-cta-title {
	color: inherit;
	font-weight: bold;
}

@media screen and (min-width: 992px) {
	#blog-cta .blog-cta-title {
		font-size: 22px;
	}
}

#blog-cta .blog-cta-text {
	color: inherit;
	margin-top: 15px;
}

#blog-cta .blog-cta-text * {
	color: inherit;
}

#blog-cta .btn {
	white-space: normal;
}

@media screen and (min-width: 992px) {
	#blog-cta .btn {
		font-size: 20px;
		padding: 15px 30px;
	}
}

/* Found Posts */

.found-posts {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	margin-top: 60px;
}

.found-posts em {
	font-style: normal;
}

/*
   Post
   ========================================================================== */

.card-post {
	color: #000;
	position: relative;
	letter-spacing: .5px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.card-post .card-post-postedin {
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #3f3f3f;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 7px 15px;
}

.card-post .card-post-postedin a {
	color: inherit;
}

.card-post .card-post-thumb {
	display: block;
	width: 100%;
	/*height: 200px;*/
	background-color: #f7f6f6;
}

.card-post .card-post-thumb img {
	width: 100%;
}

.card-post .card-post-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 25px;
}

@media screen and (min-width: 576px) {
	.card-post .card-post-header {
		min-height: calc(100% - 200px);
	}
}

.card-post .card-post-title,
.card-post .card-post-title a {
	color: inherit;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
	display: block;
}

.card-post .card-post-title {
	margin-bottom: 10px;
}

.card-post .card-post-title:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 10px;
	background-color: #e91332;
}

@media screen and (min-width: 576px) {
	.card-post .card-post-title .lineheight-0,
	.card-post .card-post-title .lineheight-1 {
		min-height: 21px;
	}
	.card-post .card-post-title .lineheight-2 {
		min-height: 42px;
	}
	.card-post .card-post-title .lineheight-3 {
		min-height: 63px;
	}
	.card-post .card-post-title .lineheight-4 {
		min-height: 84px;
	}
}

.card-post .card-post-excerpt {
	font-size: 12px;
	line-height: 1.5;
	font-family: inherit;
	color: inherit;
	margin-top: auto;
	margin-bottom: 0;
}

.card-post .btn {
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.card-post .btn {
		margin-top: 25px;
	}
}

/*
   Single Post
   ========================================================================== */

.single-post .postedin {
	display: block;
	text-transform: uppercase;
	font-family: inherit;
	letter-spacing: .5px;
	color: #000;
}

.single-post .post-title {
	font-weight: bold;
	letter-spacing: .5px;
	color: #000;
	margin-bottom: 30px;
	text-transform: none;
}

@media screen and (min-width: 992px) {
	.single-post .related {
		margin-top: 100px;
	}
}

.single-post .related > h3 {
	text-transform: uppercase;
	font-weight: bold;
}

.single-post .post-share {
	margin-top: 60px;
	margin-bottom: 30px;
	color: #000;
	font-weight: bold;
}

.single-post .post-share > span {
	margin-right: 10px;
}

.single-post .post-share .addtoany_list span {
	vertical-align: top;
	border-radius: 50% !important;
}

.single-post .post-share .addtoany_list svg {
	transform: scale(.8);
}

#e-book-form-wrap {
	background-color: #e7e7e7;
	color: #000000;
	padding: 45px;
	letter-spacing: 0.5px;
}

#e-book-form-wrap p {
	color: inherit;
	font-family: inherit;
}

#e-book-form-wrap .gform_wrapper {
	margin-top: 30px;
	margin-bottom: 0;
}

#e-book-form-wrap .gfield_label,
#e-book-form-wrap .validation_error {
	display: none;
}

#e-book-form-wrap .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

#e-book-form-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
#e-book-form-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}

#e-book-form-wrap .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

#e-book-form-wrap .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], 
#e-book-form-wrap .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0;
}

#e-book-form-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#e-book-form-wrap .gform_wrapper select {
	background-color: transparent;
	color: #000000;
	border: 1px solid #000000;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 13px;
}

#e-book-form-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder {
	font-style: italic;
	text-transform: lowercase;
	opacity: 1;
}

#e-book-form-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus::placeholder {
	opacity: .5;
}

#e-book-form-wrap .gform_wrapper select {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#e-book-form-wrap .gform_wrapper .validation_message {
	padding-top: 5px;
}

#e-book-form-wrap .gform_footer {
	text-align: center;
	margin-top: 20px;
	padding: 0;
}

#e-book-form-wrap .gform_footer .gform_button {
	border-radius: 0;
	margin-right: 0;
	width: 100%;
	text-align: center;
	border: none;
	background-color: #005b15;
	color: #fff;
	font-size: 18px;
	height: auto;
	padding: 7px 15px;
	white-space: normal;
	transition: background-color .5s ease;
}

#e-book-form-wrap .gform_footer .gform_button:hover,
#e-book-form-wrap .gform_footer .gform_button:focus {
	background-color: #039926;
}

#e-book-form-wrap .gform_footer .gform_button + img {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#ebook-download-link,
.webinar-btn {
	width: 100%;
	font-size: 20px;
	padding: 15px;
}

.webinar-btn {
	margin-top: 30px;
}

#e-book-form-wrap .gform_confirmation_message {
	background: #00ad28;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	text-align: center;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content-type-video .post-cols-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 30px !important;
}

.content-type-video .post-media {
	margin-top: 30px;
}

.single-post .hentry iframe {
	border: 5px solid #000;
}