/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Blocks
*/


/* Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-374		2 columns
375-639		6 columns
640-1023	12 columns
1024-1439	12 columns
1440+		12 columns

*/

@media (min-width: 375px) {}
@media (min-width: 640px) {}
@media (min-width: 800px) {}
@media (min-width: 1024px) {}
@media (min-width: 1440px) {}

@media (max-width: 374px) {}
@media (max-width: 639px) {}
@media (max-width: 799px) {}
@media (max-width: 1023px) {}
@media (max-width: 1439px) {}

/* Wordpress Admin Bar Height-Change Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-782		46px tall
783-...		32px tall

*/


/* Blocks
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__other-speeches__blocks {}
.other-speeches__block {
	display: table;
	margin-bottom: 30px;
	width: calc(94%/3);
	padding: 0 0rem;
}
.other-speeches__block img {
	display: table-row;
}
.other-speeches__block .special-tag {
	left: initial;
	position: relative;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 500;
	font-size: 1.666666rem;
	line-height: 1.666666rem;
	letter-spacing: -.024166666rem;
	padding: 11px;
	text-align: center;
	margin-bottom: 10px;
}

.other-speeches_type_description {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	text-align: center;
	font-size: 1.33333rem;
	margin: 1rem 7.5%;
	margin-top: 0;
	letter-spacing: 0;
	line-height: 1.5rem;
}
.speeches_type_description_small_screen {
	display: none;
}
.other-speeches-img-and-title-wrap:hover{
		box-shadow: 0 0 10px rgba(0,0,0,.3);
		-webkit-transition: all .1s linear;
		-moz-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
@media (max-width: 1234px) {
	.other-speeches__block{
		width: 46%;
	}
}
@media (max-width: 799px) {
	.other-speeches__block{
		width: 100%;
		margin-bottom: 10px;
	}
	.other-speeches__block_img_wrap_wrapper {
		width: 128px;
		height: 128px;
		overflow: hidden;
		float: left;
	}
	.other-speeches__block_img_wrap {
		width: 300px;
		height: 128px;
		float: left;
	}
	.other-speeches__block_img_wrap img {
		width: auto;
		height: 100%;
		margin-left: -70px;

	}
	.other-speeches__block .special-tag {
		float: left;
		padding-bottom: 32px;
		position: relative;
		width: calc(100% - 128px);
		bottom: 0;
		height: 128px;
		overflow: hidden;
		margin-bottom: 0px;

	}
	.other-speeches__block:hover{
			box-shadow: 0 0 10px rgba(0,0,0,.3);
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	}
	.other-speeches_type_description_small_screen{
		display: flex;
    margin-top: 0rem;
    position: absolute;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.2rem;
    height: 50%;
    align-items: center;
    justify-content: center;
		width: 85%;
	}
	.other-speeches_type_description{
		display: none;
	}
}
@media (min-width: 800px) {
	.other-speeches_type_description_small_screen{
		display: none;
	}
	.other-speeches_type_link{
			display: block;
	}
}
