/* ------ Utilities ------ */
.mycc-wide-field{
	width:100%;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mycc-margintop-10 {
	margin-top:10px;
}
/* ------ Sponsors ------ */
.adhide{
	display:none;
}
.ff-sponsor,
.ff-sponsor a,
.ff-sponsor div{
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.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%;
}
.ff-sponsor a div{
	background-color: #08A3CB;
	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 !important;
}
.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;
}
h4.sponsr{
	margin:10px 0 4px 0 !important;
	text-align: center !important;
	font-size:14px !important;
	color:#08A3CB;
}
/* ------ 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;
}
/* ------ 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;
    border-radius:4px;
	-webkit-border-radius:4px;
	-moz-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;
    border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-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{
    border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-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 {
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	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%;
}
/* ------ Calendar + Facts ------ */
/* Not active, creates 3 evenly spaced div boxes
$esso .= '<div class="datefact site-content">';
$esso .= '<article class="ffact solo birthdays">';
body.home .datefact.site-content,
.datefact.site-content {
	width:100%;
	margin:0 0 25px 0;
	text-align:center;
	vertical-align:top;
}
.site-content article.ffact.solo {
	width:100%;
	display:block;
	vertical-align:top;
}*/
.datefact.birthday {
	text-align:center;
	vertical-align:top;
}
.myc-related.gallery {
	margin:10px auto 0 auto;
	padding:0;
}
.myc-related.gallery div {
	padding:0 2px 0 2px;
	width:45%;
	margin:0;
}
.myc-related.gallery img.related-thumb{
	width:auto;
	max-width:100%;
	padding:0;
	margin:0;
}
.buttonspcr{
	padding-top:13px;
	display:block; 
}
@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%;
	}
	/* ------ 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) {
/* ------ 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%;
	}
}
