
/* ------ Box Sizing ------ */
.banner-content,
.fma,
.fmb,
.fmc,
.fmd,
.fme,
.fmf,
.banner-group,
.banners-wrap,
.bann-control,
.ff-sponsor,
.ff-sponsor a,
.ff-sponsor div,
.mycc-wide-field,
#popcalentry.box,
#popcalentry .popwrap,
#popcalentry .popcontent,
#popcalentry .poplink,
#popcalentry .lnkr,
#popcalentry .popimg,
.sel,
.sel select,
.mycc-sidebar-wrapper p.mycc-item span.mycc-item-key,
.mycc-sidebar-wrapper p.mycc-item span.mycc-item-val,
.cal-ent-wrap,
.cal-ent-img,
.calEnt,
.home-query,
.cal-ent-ttl,
.cal-ent-cont,
.cal-ent-loc,
#hitpic-calendar div,
#popcal.months-nav,
#popcal.months-nav div,
.hcwrap,
.hcentries,
#hitpic-cal-featured,
#hitpic-cal-more,
.hcgrid,
.pster {
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* ------ Flea Market Affiliate Banners ------ */

body.fm-banner,
body.fm-banner article,
body.fm-banner article .entry-content{
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}
/* #aff-banners.banner-group{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
} */
#aff-banners.banner-group,
.bann-control {
	max-width: var(--responsive--alignwide-width);
}
.banner-content{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.banner-content.a,
.banner-content.c,
.banner-content.d,
.banner-content.f {
	-webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.banner-content.b,
.banner-content.e {
	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-content.d div:first-of-type,
.banner-content.a div:first-of-type,
.banner-content.a div:nth-last-child(2) {
	margin-right: 2px;
}
.banner-content.e div:first-of-type,
.banner-content.b div:first-of-type,
.banner-content.b div:nth-last-child(2) {
	margin-bottom: 2px;
}
.fma,
.fmb {
	-webkit-flex: 32%;
	-moz-flex: 32%;
	-ms-flex: 32%;
	flex: 32%;
}
.fmd,
.fme{
	-webkit-flex: 49%;
	-moz-flex: 49%;
	-ms-flex: 49%;
	flex: 49%;
}
.fmc,
.fmf {
	-webkit-flex: 100%;
	-moz-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}

.banners-wrap{
	/* max-width:800px; */
	margin: 0 auto;
}
.bann-control,
.bann-control-two{
	margin: 0 auto;
	display:inline-block;
	vertical-align: top;
	padding: 12px;
}
.bann-control{
	width:30%;
}
.bann-control-two{
	width:68.5%;
}
.banners-wrap p{
	text-align: center;
}
.banners-wrap.a,
.banners-wrap.f{
	max-width:800px !important;
}
.banners-wrap.b,
.banners-wrap.c,
.banners-wrap.e{
	max-width:300px !important;
}
.banners-wrap.d{
	max-width:600px !important;
}

/* Responsive iFrame: https://www.w3schools.com/howto/howto_css_responsive_iframes.asp */

.ifrm{
	position:relative;
	overflow:hidden;
	width:100%;
	border:1px solid #9f9f9f;
	margin: 0 auto;
}
.ifrm.a{
	padding-top:32%;
}
.ifrm.b{
	padding-top:298%;
}
.ifrm.c{
	padding-top:97%;
}
.ifrm.d{
	padding-top:49%;
}
.ifrm.e{
	padding-top:198.8%;
}
.ifrm.f{
	padding-top:8%;
}
iframe.hpd-frame{ overflow:hidden; border:none; position:absolute; top:0; left:0; bottom:0; right:0; width:100%; height:100%; }
iframe.hpd-frame.b { max-height:906px !important; }
iframe.hpd-frame.e { max-height:603px !important; }

/* ------ Utilities ------ */
.mycc-wide-field{
	width:100%;
}
.mycc-margintop-10 {
	margin-top:10px;
}

/* ------ Ad System ------ */
.adhide{
	display:none;
}
.ff-sponsor{
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	text-align: center;
	vertical-align: top;
}
.ff-sponsor a{
	-webkit-flex: 100%;
	-moz-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	text-decoration: none;
}
.ff-sponsor a div{
	background-color: #53489a;
	padding: 4px;
	margin: 3px;
}
.ff-sponsor div h5,
.ff-sponsor div p{
	color:#FFFFFF;
}
.ff-sponsor a div,
.ff-sponsor a:hover,
.ff-sponsor a div:hover{
	text-decoration: none;
}
.ff-sponsor a div h5:hover,
.ff-sponsor a div p:hover{
	filter:alpha(opacity=60) !important;
	-moz-opacity:0.6 !important;
	-khtml-opacity:0.6 !important;
	opacity:0.6 !important;
	cursor:pointer;
	text-decoration: none !important;
}
.ff-sponsor a div,
.ff-sponsor div h5,
.ff-sponsor div p,
.ff-sponsor a div:hover,
.ff-sponsor div h5:hover,
.ff-sponsor div p:hover{
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.ff-sponsor div p{
	font-size:11px;
}
.ff-sponsor div h5{
	font-size:13px !important;
}
.site-adv {
	width: var(--responsive--alignwide-width);
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	margin-bottom: 8px;
}
.site-main > article {
	margin-top: 0 !important;
}
header.entry-header,
header.page-header {
	border: none !important;
}

/* Home page queries */

.home-query {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	justify-content: space-between;
	vertical-align: top;
}

.home-query .cal-ent-img {
	-webkit-flex: 12%;
	-moz-flex: 12%;
	-ms-flex: 12%;
	flex: 12%;
	width: 12%;
	margin-right: 2.6%;
}

.home-query .calEnt {
	-webkit-flex: 82%;
	-moz-flex: 82%;
	-ms-flex: 82%;
	flex: 82%;
	width: 82%;
}

.home-query .pster {
	-webkit-flex: 49%;
	-moz-flex: 49%;
	-ms-flex: 49%;
	flex: 49%;
	width: 49%;
}

.home-query .pster img {
	padding: 0.6%;
}

/* ------ CON Coupons + More Widget ------ */

#coupon-widg .sidebar-content {
opacity:0;
-webkit-animation:fadeIn ease-in 1;
-moz-animation:fadeIn ease-in 1;
-o-animation:fadeIn ease-in 1;
animation:fadeIn ease-in 1;
 
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
 
-webkit-animation-duration:0.6s;
-moz-animation-duration:0.6s;
animation-duration:0.6s;
}

#coupon-widg .sidebar-content {
-webkit-animation-delay:0.9s;
-moz-animation-delay:0.9s;
animation-delay:0.9s;
}

#coupon-widg.widg,
#coupon-widg .triger,
#coupon-widg .sidebar-content,
#coupon-widg.widg.callrg .sidebar-content,
#coupon-widg.widg.couplrg .sidebar-content,
#coupon-widg.widg.tielrg .sidebar-content,
#coupon-widg.widg.mrktlrg .sidebar-content,
#coupon-widg.widg.crulrg .sidebar-content,
#coupon-widg .cal-featured .triger,
#coupon-widg .featured .triger,
#coupon-widg .tie-featured .triger,
#coupon-widg .mrkt-featured .triger,
#coupon-widg .cru-featured .triger {
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}

#coupon-widg.widg {
	position:fixed;
	z-index:9999;
	right:0;
	bottom:8px;
	width:45px;
	background-color: #424146;
	min-height:50px;
	height: auto;
	padding: 6px 0 6px 0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;
	border-top-left-radius:4px;
}

#coupon-widg .sidebar-content {
	display: none;
}

#coupon-widg.widg.callrg,
#coupon-widg.widg.couplrg,
#coupon-widg.widg.tielrg,
#coupon-widg.widg.mrktlrg,
#coupon-widg.widg.crulrg {
	width: 300px;
}

#coupon-widg.widg.callrg .cal-featured .sidebar-content,
#coupon-widg.widg.couplrg .featured .sidebar-content,
#coupon-widg.widg.tielrg .tie-featured .sidebar-content,
#coupon-widg.widg.mrktlrg .mrkt-featured .sidebar-content,
#coupon-widg.widg.crulrg .cru-featured .sidebar-content {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#coupon-widg .fill {
	min-height:30px;
	height: auto;
	padding: 0 4px 4px 4px;
	width: 100%;
}

#coupon-widg .sidebar-content div {
	display: inline-block;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	max-width: 140px;
	text-align: center;
}

#coupon-widg .sidebar-content div:last-of-type {
	padding-bottom: 0;
}

#coupon-widg .sidebar-content img {
	width: auto;
}

#coupon-widg h4 {
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}

#coupon-widg h4 a,
#coupon-widg h4 span {
	color: #FFFFFF;
	text-decoration: none;
}

#coupon-widg .cal-featured .triger {
	background-image: url(../images/cal-bar-open.gif), url(../images/widget-close.gif);
}

#coupon-widg .featured .triger {
	background-image: url(../images/coupon-bar-open.gif), url(../images/widget-close.gif);
}

#coupon-widg .tie-featured .triger {
	background-image: url(../images/tie-bar-open.gif), url(../images/widget-close.gif);
}

#coupon-widg .mrkt-featured .triger {
	background-image: url(../images/mrkt-bar-open.gif), url(../images/widget-close.gif);
}

#coupon-widg .cru-featured .triger {
	background-image: url(../images/crush-bar-open.gif), url(../images/widget-close.gif);
}

#coupon-widg .cal-featured .triger,
#coupon-widg .featured .triger,
#coupon-widg .tie-featured .triger,
#coupon-widg .mrkt-featured .triger,
#coupon-widg .cru-featured .triger {
	margin-right: 2px;
	width:98%;
	height:36px;
	background-size: auto, 10px;
	background-repeat: no-repeat, no-repeat;
	background-position: right center, 1000px;
}

/* Change cursor: w3schools.com/cssref/tryit.php?filename=trycss_cursor */
#coupon-widg h4 a:hover,
#coupon-widg .triger:hover {
	cursor: zoom-in;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
}

#coupon-widg.callrg .cal-featured .triger:hover,
#coupon-widg.couplrg .featured .triger:hover,
#coupon-widg.tielrg .tie-featured .triger:hover,
#coupon-widg.mrktlrg .mrkt-featured .triger:hover,
#coupon-widg.crulrg .cru-featured .triger:hover {
	cursor: zoom-out;
}

#coupon-widg.callrg .cal-featured .triger,
#coupon-widg.couplrg .featured .triger,
#coupon-widg.tielrg .tie-featured .triger,
#coupon-widg.mrktlrg .mrkt-featured .triger,
#coupon-widg.crulrg .cru-featured .triger {
	height: 45px;
	width: 100%;
	background-image: url(../images/widget-close.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 4px center;
}

/* ------ General content ------ */
p.mycc-total-cnt{
	text-align:center;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:6px;
}
p.mycc-intro{
	margin-bottom:0;
}
.pagenavi a,
.pagenavi.paging span{
    border:0 none;
}
body.mtfancylist article .entry-content ul,
.mthe-fancy-lists ul,
a.mycc-main-list,
a.mycc-main-list-edit{
	font-weight:normal;
}
.mycc-main-list-edit{
	font-size:14px;
}

/* Reduce margins of H tags within lists */
.entry-content ul h1,
.entry-content ul h2,
.entry-content ul h3,
.entry-content ul h4,
.entry-content ul h5{
	line-height: 0.5;
	margin-top: 0;
	margin-bottom: 0;
}

/* ------ Meta content ------ */
p.mycc-latest-news-title{
	text-align:center;
	font-size:14px;
	margin-bottom:16px;
	text-transform:uppercase;
	font-weight:bold;
}
/* ------ Dropdown ------ */
.wrapper-dropdown-5 ul a,
.wrapper-dropdown-5 li a{
	font-weight:normal;
}
.wrapper-dropdown-5{
/* Size & position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 12px 15px;
/* Styles */
	font-weight:normal;
    background:rgba(86,99,144,0.7);
	color:#FFFFFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* arrow */
.wrapper-dropdown-5:after{
    content: "";
    width:0;
    height:0;
    position:absolute;
    top:50%;
    right:15px;
    margin-top:-3px;
    border-width:6px 6px 0 6px;
    border-style:solid;
    border-color:#FFFFFF transparent;
}
.wrapper-dropdown-5 .dropdown{
/* Size & position */
    position:absolute;
    top:100%;
    left:0;
    right:0;
/* Styles */
    background:#FFFFFF;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
    border:none;
    list-style:none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
/* Hiding */
    max-height: 0;
    overflow: hidden;
}
.wrapper-dropdown-5 .dropdown li{
    padding: 0 6px;
	font-size:15px;
	text-align:left;
}
.wrapper-dropdown-5 .dropdown li a{
    display: block;
    text-decoration:none;
    color:#333;
    padding:0;
    transition:all 0.3s ease-out;
    border-bottom:none;
}
.wrapper-dropdown-5 .dropdown li:last-of-type a{
    border:none;
}
.wrapper-dropdown-5 .dropdown li i{
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
/* Hover state */
.wrapper-dropdown-5 .dropdown li:hover a{
    color:#ff5822;
}
/* Active state */
.wrapper-dropdown-5.active{
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
    background:#ff5822;
    box-shadow: none;
    border-bottom: none;
    color:#FFFFFF;
}
.wrapper-dropdown-5.active:after{
    border-color:#000000 transparent;
}
.wrapper-dropdown-5.active .dropdown{
	background:#ebebeb;
    /* border-bottom: 1px solid rgba(0,0,0,0.2); */
	min-width: 330px;
    overflow: auto;
	max-height:300px;
	overflow-x:hidden;
	overflow-y:auto;
	border-top:none;
    border-bottom:none;
	margin:0;
}
.wrapper-dropdown-5.active .dropdown li:nth-child(odd){
	background:none;
	border-bottom:none;
	border-top:none;
}
.wrapper-dropdown-5.active .dropdown li:nth-child(even){
	background:rgba(255,255,255,0.4);
	border-bottom:none;
	border-top:none;
}
.wrapper-dropdown-5.active .dropdown li{
	margin:0;
}
/* ------ Sidebar content ------ */
.mycc-sidebar-wrapper,
.mycc-sidebar-wrapper h2,
.mycc-sidebar-wrapper p.mycc-item {
	word-wrap:break-word;
	word-break:keep-all;
	-khtml-hyphens:none;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	hyphens:none;
}
.mycc-sidebar-wrapper h2 {
	text-align:center;
	font-size:14px;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:bold;
}
.mycc-sidebar-wrapper p.mycc-item {
	line-height:1.4;
	font-size:11px;
	margin-bottom:11px;
}
.mycc-sidebar-wrapper p.mycc-item span.mycc-item-key,
.mycc-sidebar-wrapper p.mycc-item span.mycc-item-val {
	vertical-align:top;
	display:block;
}
.mycc-sidebar-wrapper p.mycc-item span.mycc-item-key {
	text-transform:uppercase;
	font-weight:bold;
	width:auto;
}
.mycc-sidebar-wrapper p.mycc-item span.mycc-item-val {
	text-transform:capitalize;
	font-weight:normal;
}
.mycc-sidebar-wrapper p.mycc-item a.mycc-venue {
	font-weight:bold;
	text-decoration:underline;
}
/* ------ Main meta information ------ */
.mycc-contributor {
	font-style:italic;
	font-size:14px;
	margin:0 0 24px;
}
/* ------ Masonry blocks ------ */
body.archive.tag .widget-area{
	width:46.7%;
	float:right;
	margin:0;
}
body.archive.tag .site-content,
body.archive.tag .site-content article.stumbled{
	float:left;
}
body.archive.tag .site-content{	
	width:52.7%;
}

@media screen and (min-width:500px) {
/* ------ Sidebar content ------ */
	.mycc-sidebar-wrapper p.mycc-item span.mycc-item-val {
		display:inline-block;
		padding-left:3px;
		width:63%;
	}
	.mycc-sidebar-wrapper p.mycc-item span.mycc-item-key {
		display:inline-block;
		width:37%;
	}
}
@media screen and (min-width:600px) {
/* ------ General content ------ */
	.archive-meta p {
		font-size:16px;
		font-size:1.142857142rem;
	}
/* ------ Masonry blocks - 600 + ------ */
	body.archive.tag .widget-area {
		width:34.5%;
	}
	body.archive.tag .site-content {	
		width:64.5%;
	}
/* ------ Sponsors - 600 + ------ */
	.ff-sponsor a{
		-webkit-flex: 47%;
		-moz-flex: 47%;
		-ms-flex: 47%;
		flex: 47%;
	}
	
	

/* ------ Coupon bar ------ 
	#coupon-widg.widg {
		bottom:20px;
		width:85px;
		min-height:200px;
	}
	#coupon-widg .featured {
		min-height:200px;
	} */
	
	
	
	
	
	
	/* ------ Calendar + Facts 600 + ------ */
	/*Not active
	.site-content article.ffact.solo {
		width:31.33%;
		display:inline-block;
		margin:0 0.75% 0 0.75%;
	}*/
}
@media screen and (min-width:740px) {

/* ------ Calendar index entries ------ */
	.hcentries {
		width: 47%;
		border-left: 1px solid #dad3cb;
		border-right: 1px solid #dad3cb;
		border-bottom: 1px solid #dad3cb;
		padding: 8px;
	}

	.hcgrid {
		vertical-align: top;
		width: 52%;
	}

/* ------ Calendar single entries ------ */
	#popcalentry .entry-title {
		font-size: 1.9em !important;
	}

/* ------ Sidebar content ------ */
	.mycc-sidebar-wrapper p.mycc-item span.mycc-item-val {
		width:74%;
	}
	.mycc-sidebar-wrapper p.mycc-item span.mycc-item-key {
		width:26%;
	}
	
/* Main Index filmfetish.com/calendar/today/ Display
 *
 * keep last item from stretching entire container with flex: 0 0 48%;
 * ref: https://stackoverflow.com/questions/51424852/prevent-last-item-from-stretching-to-fill-the-container
 */
	body.page-id-107075 .cal-ent-wrap {
		-webkit-flex: 0 0 48%;
		-moz-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		width: 48%;
	}
	body.page-id-107075 .cal-ent-wrap:nth-of-type(even) {
  		margin-left: 0.5%;
	}
}
@media screen and (min-width:900px){

	/* Customize Sticky Slider */
	.home.full-width-hom .site-content article.stumbled {
		/* width:24%; */ 
		width:31.2%; 
	}  

}
@media screen and (min-width:1850px){

	/* Customize Sticky Slider */
	.home.full-width-hom .site-content article.stumbled {
		/* width:19%; */ 
		width:31.2%;
	} 
}
