/* arthouseweb__style.css */

/* 
    #880000;  crimson 
    #d8b501;  gold 
 */

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

.podsfilms {
  width:100%;
	/*font-family: sans-serif;*/
}

.podsfilm {
	display:inline-block;
	padding: 0px 20px 10px 0px;
	vertical-align: top;
	margin: 0px 0px 10px 5px;
}

.podsfilm.cols1{
	width:100%;
	border-bottom: 1px solid gray;
	margin-bottom:10px;
	padding-bottom: 10px;
}

.podsfilm .showsimg {
    width: 100%; 
}

.podsfilm.cols2{
	width:46%;
}


/* don't wrap cal links */
.add-to-cal-div{
 white-space: nowrap;
 display:inline-block;
 padding-right:10px !important;
}

.add-to-cal{
	margin-top:10px;
}

img.add-to-cal, .podsfilm img.add-to-cal {
    width: 16px;
}

@media only screen and (max-width: 980px) {
 img.add-to-cal, .podsfilm img.add-to-cal {
    width: 24px;
 }
}


@media only screen and (max-width: 980px) {
 .podsfilm.cols2{
	 width:100%;
 }
}

.podsfilm.cols3{
	width:30%;
}


@media only screen and (max-width: 980px) {
 .podsfilm.cols3{
	 width:100%;
 }
}

.podsfilm.cols4{
	width:22%;
}

@media only screen and (max-width: 800px) {
 .podsfilm.cols4{
	 width:46%;
 }
}
@media only screen and (max-width: 600px) {
 .podsfilm.cols4{
	 width:100%;
 }
}


.arthousevertical{
	display:inline-block;
}


.thisdatediv {
	display:inline-block;
	margin-bottom:12px;
}

.datediv1 {
	width:100%;
}

.datediv2 .showtimedate {
	width: 46%;
  margin: 0px 30px 20px 0px;
	vertical-align: top;
	display: inline-block;
}
@media only screen and (max-width: 1100px) {
	.datediv2 .showtimedate {
		width: 100%;
	  margin: 0px ;
		vertical-align: top;
	}
}

.datediv3 .showtimedate {
	width: 30%;
  margin: 0px 30px 10px 0px;
	vertical-align: top;
	display: inline-block;
}
@media only screen and (max-width: 1100px) {
	.datediv3 .showtimedate {
		width: 100%;
	  margin: 0px ;
		vertical-align: top;
	}
}


.showtimedate{
    margin-bottom: 14px;
		overflow:auto;
}

.filmlink > img {
    /* opacity: 1; */
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    /* -webkit-transition: .5s ease-in-out; */
    /* transition: .5s ease-in-out; */
    display: inline-block; 
}

.podsfilmthumb1 {
  width:56%;
	float: left;
	padding:0 12px 12px 0;
}


.podsfilmthumb2 {
  width:100%;
	float: left;
}

.podsfilmthumb3 {
  width:100%;
	float: left;
}

@media only screen and (max-width: 1000px) {
	.podsfilmthumb {
		width:100%;
	}
}

.podsfilmtext {
	margin-bottom:30px;
}

.podsfilmtitle {
  font-size:22px;
	/*font-family:sans-serif;*/
	margin-bottom:4px;
	transition: .5s ease-in-out;
}

.podsfilmstartdate{
  font-size:22px;
	font-weight:bold;
	/*font-family:sans-serif;*/
	margin:8px 0px;
}

#et_builder_outer_content{
	
}

a.arthousebutton {
	/*font-family: 'Open Sans', sans-serif;*/
	padding:5px;
	color: #880000 ;
	border:1px solid #d8b501;
	display:inline-block;
	margin:7px 2px 5px 0px;
	font-weight:600;
	transition: .5s ease-in-out;
}

a.arthousebutton:hover {
	background-color: #880000;
	color: #d8b501
	/*font-weight:bold;*/
}

a.infolinkbutton {
	/*font-family: 'Open Sans', sans-serif;*/
	padding:5px;
	color: #880000 ;
	border:1px solid #d8b501;
	display:inline-block;
	margin:7px 2px 5px 0px;
	font-weight:600;
	transition: .5s ease-in-out;
}

a.infolinkbutton:hover {
	background-color: #880000;
	color: #d8b501
	/*font-weight:bold;*/
}


.arthouseblurb{
	font-size:18px;
}

.filmright {
    float: right;
    width: 40%;
    font-size: 18px;
    text-align: left;
}

.blurb {
	float:right;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size:16px;
	padding-left:14px;
	width:50%;
}

@media only screen and (max-width: 1000px) {
	.filmright {
    float: none;
    width: 100%;
    font-size: 18px;
	}
	.blurb {
    float: none;
    width: 100%;
    font-size: 18px;
		padding:5px 0px 15px 0px;
	}
}

.seriesbanner{
	float:left;
	padding:0 15px 15px 0;
}

.podsfilmseries {
	margin-top:10px;
	display: inline-block;
}
a.podsfilmserieslink{
	display: inline;
}
a.podsfilmserieslink:hover{

}



