/* * * * * * * * * * * * * * * * * * * * *
* Examples
* * * * * * * * * * * * * * * * * * * * */

.listing-img {
	overflow: hidden;
	max-height: 250px;
}

.categories {
	padding: 5px;
	width: 110px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: rgba(160, 205, 63, 0.6);
}


.categories1 {
	padding: 5px;
	width: 100px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: rgba(160, 205, 63, 0.6);
}

#lovely-things-list .list {
	clear: both;
	margin-bottom: 10px;
	list-style: none;
	margin-left: -4%;

}

#lovely-things-list .list li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 15px;
	margin-top: 15px;
	height: 286px;
	padding: 7px;
	padding-top: 20px;
}

.watch-platform-icons a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	filter: grayscale(100%);
	overflow: hidden;
}

.watch-platform-icons a:hover {
	filter: grayscale(0);
}

.watch-platform-icons a.wavo {
	width: 60px;
}

.watch-platform-icons a.vudu {
	width: 60px;
	position: relative;
	top: 5px;
}

.watch-platform-icons a.vuclip {
	width: 60px;
	position: relative;
	top: 2px;
}

.watch-platform-icons a.viu {
	width: 80px;
	position: relative;
}

@media screen and (max-width:1100px) {
	#lovely-things-list .list li {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		/* margin-right: 15px; */
		margin-top: 15px;
		height: auto;
		padding: 7px;
		padding-top: 20px;
	}
}

.findacctext-med {
	font-family: 'GothamMediumRegular';
}

.main-film-title {
	font-family: 'Gotham-ExtraLight';
	font-size: 35px;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: #db0b57;

	margin-top: 10px;
	margin-bottom: 20px;

}

#lovely-things-list .list li:nth-child(2n+1) {
	background-color: #f6f6f5;
}

#lovely-things-list .list li:nth-child(2n+2) {
	background-color: #fbfbfb;
}

/*rgba(167,167,167,0.12) */

#lovely-things-list li {
	font-family: 'GothamLightRegular';
	font-size: 14px;
	color: #fff;
}

#lovely-things-list li:hover {
	font-family: 'GothamLightRegular';
	font-size: 14px;
	color: #073858;
	background-color: #6F6A6A;
}

#lovely-things-list .sort-by li:nth-child(2n+1) {
	background-color: #6F6A6A;
}

#lovely-things-list .sort-by li:nth-child(2n+2) {
	background-color: #6F6A6A;
}

#lovely-things-list .sort-by li:nth-child(2n+1):hover {
	background-color: rgba(167, 167, 167, 0.7);
}

#lovely-things-list .sort-by li:nth-child(2n+2):hover {
	background-color: rgba(167, 167, 167, 0.7);
}

#lovely-things-list .filter li:nth-child(2n+1) {
	background-color: rgba(0, 56, 88, 0.8);
}

#lovely-things-list .filter li:nth-child(2n+2) {
	background-color: rgba(0, 56, 88, 0.8);
}

.img-shadow {
	-webkit-box-shadow: 9px 20px 30px -7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 9px 20px 30px -7px rgba(0, 0, 0, 0.6);
	box-shadow: 9px 20px 30px -7px rgba(0, 0, 0, 0.6);
	transition: all 0.5s;
}

.img-shadow:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: all 0.5s;
}

.poster-img {
	overflow: hidden;
}

.grow1 {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.grow1:hover,
.grow1:focus,
.grow1:active {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.filmsbody {
	color: #003858;
	font-size: 14px;
	font-family: 'GothamLightRegular';
	line-height: 20px;
	padding-left: 5px;
}

.filmsbody p {

	font-size: 14px;
	font-family: 'GothamLightRegular';
	line-height: 18px !important;
	padding-left: 5px;

}

.filmsbody1 {
	color: #003858;
	font-size: 16px;
	font-family: 'GothamLightRegular';
	line-height: 25px;
	padding-top: 10px;
	padding-left: 20px;
}

.filmsbody1 a {
	text-decoration: underline;
	max-width: 100%;
	text-transform: uppercase;
}

.filmsbody1 a:hover {
	text-decoration: none;
}

.filmsbodybold {
	color: #003858;
	font-size: 14px;
	font-family: 'GothamBoldRegular';
}

.filmsbody a {
	text-decoration: underline;
}

.filmsbody a:hover {
	text-decoration: none;
}

.filmsbodybold1 {
	color: #003858;
	font-size: 14px;
	font-family: 'GothamBoldRegular';
	text-transform: uppercase;
	padding-bottom: 5px;
}

.watchlink a {
	color: #003858;
	padding: 7px 15px;
	width: 100px;
	text-align: center;
	font-size: 12px;
	margin-right: 10px;
	text-transform: uppercase;
	background-color: #ffdd1e;
	text-decoration: none;
}

.watchlink a:hover {
	color: #fff;
	text-decoration: none;
	transition: ease-out 0.4s;
	background-color: #1c8fb2;
}
.about-title2 {
	font-family: 'GothamRoundedLight';
	font-size: 65px;
	letter-spacing: -3px;
	color: #fff;
	line-height: 80px;
	text-transform: uppercase;
}

.about-title-bold2 {
	font-family: 'GothamRoundedBold';
	font-size: 65px;
	letter-spacing: -3px;
	color: #fff;
	line-height: 80px;
	text-transform: uppercase;
}
.search_container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-end;
}
.search_container form {
	display: flex;
	justify-content: flex-end;
}
.search_container input {
	border-radius: 0;
	max-width: 200px;
}
.search_container button {
	color: #fff;
    padding: 7px 5px;
    width: 60px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #1c8fb2;
    text-decoration: none;
    border: none;
    margin-left: -5px;
    vertical-align: middle;
}
.watchlink a {
	color: #003858;
	padding: 5px 10px;
	width: 80px;
	text-align: center;
	font-size: 10px;
	margin-right: 5px;
	text-transform: uppercase;
	background-color: #ffdd1e;
	text-decoration: none;
}
#lovely-things-list .list {
	padding: 0;
	margin: 0;
}
.filmstitle {
	color: #db0b57;
	font-size: 16px;
	font-family: 'GothamBlackRegular';
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.filmstitlelight {
	font-size: 14px;
	font-family: 'GothamLightRegular';
	color: #7d7d7d;
	margin-bottom: 5px;
	text-transform: uppercase;
}



.search {
	border: solid 1px #00476f !important;
	border-radius: 5px;
	color: #00476f;
	padding: 5px 10px;
	width: auto;
	font-size: 13px;
	font-family: 'GothamLightRegular';

}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #00476f;

}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #00476f;
	opacity: 1;

}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #00476f;
	font-size: 18px;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #00476f;
	font-size: 18px;

}

#myP1 {
	display: none;
}

#myP3 {
	display: none;
}

.seamore {
	color: #003858;
	padding: 7px 15px;
	width: 120px;
	text-align: center;
	font-size: 16px;
	margin-right: 0;
	margin-top: 20px;
	text-transform: uppercase;
	background-color: transparent;
	/*#ffdd1e*/
	text-decoration: underline;
	box-shadow: none !important;
	font-family: 'GothamBlackRegular';
	border: none;
}


.seamore:hover {
	color: #999;
	text-decoration: none;
	transition: ease-out 0.4s;

}
.backbutton_container {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}
.backbutton {
	border: none;
	background-color: #092439;
	padding: 5px 10px;
}

.backbutton a {
	text-decoration: none;
	color: #fff;
	font-family: 'GothamLightRegular';
}

.backbutton:hover {
	background-color: #1c8fb2;
	transition: all 0.5s;
}


.fund-med {
	font-family: 'GothamMediumRegular';
	text-transform: uppercase;
}

.main-fund-title {
	font-family: 'Gotham-ExtraLight';
	font-size: 35px;
	letter-spacing: -2px;
	color: #003858;
	/* margin-left: -30px; */
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 40px;
}

.btn {
	border-radius: 0px;
}
@media screen and (max-width: 1370px) {
	
	.about-title2 {
		font-size: 50px;
		letter-spacing: -2px;
		line-height: 55px;
	}

	#lovely-things-list .list li {
 		margin-right: 10px;
		margin-top: 10px;
		height: 260px;
		padding: 7px;
		padding-top: 10px;
	}
	
}

@media screen and (max-width: 767px) {
	.about-title2 , .about-title-bold2 {
		font-size: 42px;
		line-height: initial;
	}
	#lovely-things-list .list li {
		margin-right: 0;
	}
	.backbutton_container {
		margin-top: 0;
	}
	.main-fund-title{
		font-size: 24px;
		line-height: 28px;
		letter-spacing: initial;
	}
	.filmsbody1 {
		padding-left: 0;
		padding-top: 25px;
	}
	.findacctext-med{
		font-size: 24px;
	}
}
@media screen and (max-width: 480px) {
	.about-title2 , .about-title-bold2 {
		font-size: 32px;
		line-height: initial;
	}
}