@charset "utf-8";
/*
Theme Name: 東北大学 日印大学連携によるイノベーション創出と持続的発展に資する高度人材の育成
Author: sollkanon
Version: 1.0
*/

/* yobi -------------------------------------------------------------------------- */

strong { font-weight: bold; }
em { font-style: italic; }

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
textarea {
	border:1px solid #999;
}
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

.has-text-align-center{
	text-align:center !important;
}

/* shingle -------------------------------------------------------------------------- */

#article_contents{
	position:relative;
	min-height:350px;
	padding-bottom:5px;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#main_contents:has(#article_contents){
		padding:0px;
	}
	#article_contents{
		padding:20px 20px 90px;
	}
}

/* --------------------------------------------------------------------------
   table
-------------------------------------------------------------------------- */

.wp-block-table{/*figure*/
	border:10px solid rgba(0,0,0,0.05);
}
.wp-block-table table{
	margin:0px !important;
	border:1px solid rgba(0,0,0,0.2) !important;
	border-collapse:separate !important;
	border-spacing:7px !important;
}
.wp-block-table th,
.wp-block-table td{
	padding:10px 15px !important;
	border:1px solid rgba(35,50,101,0.1) !important;
}
.wp-block-table td{
	background:rgba(255,255,255,0.7) !important;
}
.wp-block-table tr td:first-child{
	font-weight:bold;
	font-size:1.1rem !important;
	text-align:center !important;
	background:rgba(0,0,0,0.1) !important;
}


/* program */
#article_contents table.program{
	width:100%;
	border:none;
	border-collapse:separate;
	border-spacing:10px;
	line-height:1.5;
	background:rgba(255,255,255,0.5);
	border:1px solid #495783;
	}
	#article_contents table.program td{
		padding:10px 10px 10px;
		font-size:0.87rem;
		border:none;
		border-bottom:1px dotted rgba(0,0,0,0.5);
		vertical-align:top;
		}
		#article_contents table.program b,
		#article_contents table.program strong{
			font-size:inherit;
	}
	#article_contents table.program .time{
		position:relative;
		width:150px;
		padding:10px 10px 10px;
		font-weight:bold;
		background:rgba(65,89,164,0.2);
		border-bottom:none;
		text-align:center;
	}
	#article_contents table.program td:first-child{
		position:relative;
		width:150px;
		font-weight:bold;
		background:rgba(65,89,164,0.2);
		border-bottom:none;
		text-align:center;
	}
	#article_contents table.program td:last-child{
		width:calc(100% - 150px);
		background:none;
		text-align:left;
		border-bottom:1px dotted rgba(0,0,0,0.5);
	}
	#article_contents table.program td[colspan]{
		padding:5px 10px 3px 10px;
		font-weight:bold;
		text-align:center;
		color:#000;
		background:rgba(49,49,64,0.1);
		vertical-align:middle;
}

/* --- responsive --- */
@media(max-width:767px){
	#article_contents table.program td:last-child{
		width:100%;
	}
}
/* --- responsive --- */
@media(max-width:767px){
	#article_contents table.program{
		width:100%;
		border-collapse:collapse;
		border-spacing:0px;
		}
		#article_contents table.program th,
		#article_contents table.program td{
			display:block;
			font-size:0.77rem !important;
		}
		#article_contents table.program td.time{
			margin:15px 0 0;
	}
}

/* --------------------------------------------------------------------------
   figcaption
-------------------------------------------------------------------------- */

.wp-block-image.txt_r figcaption{
	display:block;
	width:100%;
	text-align:right !important;
}
.wp-block-image.txt_l figcaption{
	display:block;
	width:100%;
	text-align:left !important;
}

/* --------------------------------------------------------------------------
   EX
-------------------------------------------------------------------------- */

#category{
	display:inline-block;
	position:relative;
	top:0px;
	width:auto;
	max-width:100%;
	margin:0 20px 10px 0 !important;
	padding:10px 30px 10px 30px;
	font-weight:bold;
	font-size:1.0rem;
	text-align:center;
	text-decoration:none;
	background:rgba(46,167,224,0.8);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	transition-duration:0.5s;
	color:#FFF;
	}
	#category.news{
		background:#00BFFF;
		}
	#category.event{
		background:#ECB100;
		}
	#category.activities{
		background:#00D936;
}

#shingle_dates{
	display:block;
	position:absolute !important;
	top:0px;
	right:0px;
	width:auto;
	min-width:180px;
	max-width:100%;
	margin:0 0 10px !important;
	padding:3px 20px 3px 100px;
	font-weight:bold;
	font-size:0.87rem !important;
	text-align:right;
	border:1px solid #555;
	transition-duration:0.5s;
	color:#000;
	}
	#shingle_dates::before{
		content:"Dates";
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:absolute;
		top:0px;
		left:0px;
		width:80px;
		height:100%;
		font-size:0.87rem;
		text-align:center;
		background:#555;
		color:#FFF;
}
#shingle_back{
	position:relative;
	width:1040px;
	max-width:100%;
	margin:0 auto 0px !important;
	padding:20px 0 60px;
	border-top:1px solid #12325F;
	text-align:center !important;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#category{
		top:0px;
		margin:0 0 30px !important;
	}
	#shingle_dates{
		top:28px;
		right:20px;
		text-align:right !important;
		padding:3px 20px 3px 20px;
		}
		#shingle_dates::before{
			display:none;
	}
}

/* -------------------------------------------- */
/* article_contents */

#article_contents h5{
	position:relative;
	margin:0 0 10px;
	padding:0 0 5px 20px;
	font-weight:bold;
	font-size:1.1rem;
	border-bottom:1px solid rgba(2,170,224,0.7);
	color:#02AAE0;
	}
	#article_contents h5::after{
		content:" ";
		position:absolute;
		top:5px;
		left:0px;
		border:8px solid transparent;
		border-left:15px solid rgba(2,170,224,1);
}
#article_contents .h5{
	position:relative !important;
	margin:0 0 10px !important;
	padding:0 0 5px 20px !important;
	font-weight:bold !important;
	font-size:1.1rem !important;
	border-bottom:1px solid rgba(2,170,224,0.7) !important;
	color:#02AAE0 !important;
	}
	#article_contents .h5::before{
		display:none !important;
	}
	#article_contents .h5::after{
		content:" ";
		position:absolute !important;
		top:5px !important;
		left:0px !important;
		border:8px solid transparent !important;
		border-left:15px solid rgba(2,170,224,1) !important;
}

/* -----------------------------------------------------------------
   interview_contents
----------------------------------------------------------------- */

#interview_contents{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:20px 0;
	background:url(/image/base/slash.png) repeat 0 0;
	}
	#interview_thumb{
		width:50%;
	}
	#interview_detail{
		width:50%;
		padding:20px;
		background:rgba(255,255,255,0.8);
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#interview_thumb,
	#interview_detail{
		width:100%;
	}
}

#interview_sns_icon{
	width:100%;
	}
	#interview_sns_icon a{
		display:inline-block;
		width:35px;
		margin:0 10px 0 0;
}

#interview_detail #category{
	top:0px;
	margin:0 20px 30px 0 !important;
}

#interview_detail #shingle_dates{
	display:inline-block;
	position:relative !important;
	top:0px !important;
	right:0px !important;
	margin:20px 0 10px !important;
	padding:3px 20px 3px 100px !important;
	}
	#shingle_dates::before{
		display:-webkit-flex !important;
		display:flex !important;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#category{
		top:0px;
		margin:0 0 30px !important;
	}
}


/* -----------------------------------------------------------------
   color_box
----------------------------------------------------------------- */

#article_contents .color_box{
	position:relative;
	padding:20px;
	background:rgba(0,0,0,0.1);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#article_contents .color_box strong{
	display:block;
	width:100%;
	font-weight:bold;
	border-bottom:1px solid #000;
}

.wp-block-media-text{

}

.wp-block-media-text__content{
	padding-left:0px !important;
	padding-right:30px !important;
}
figure + .wp-block-media-text__content{
	padding-left:30px !important;
	padding-right:0px !important;
}

/* --- responsive --- */
@media only screen and (max-width:600px){
	.wp-block-media-text figure{
		margin-bottom:10px !important;
	}
	.wp-block-media-text__content,
	figure + .wp-block-media-text__content{
		padding-left:0px !important;
		padding-right:0px !important;
	}
}


/* -------------------------------------------- */
/* wp-block */

#article_contents strong{
	font-weight:bold;
}

#article_contents figcaption{
	font-weight:500;
	font-size:0.77rem;
	text-align:center;
	color:#555;
}

/* -------------------------------------------- */
/* font-size */

.has-x-large-font-size{
	font-size:1.5em !important;
}
.has-large-font-size{
	font-size:1.2em !important;
}
.has-medium-font-size{
	font-size:1.0em !important;
}
.has-small-font-size{
	font-size:0.8em !important;
}

/* -------------------------------------------- */
/* youtube */

.is-provider-youtube{
	width:100%;
}
.is-provider-youtube > div{
	position:relative;
	width:100%;
	height:0px;
	padding-top:56.25%;
}
.is-provider-youtube > div iframe{
	position:absolute;
	top:0px;
	left:0px;
	width:100% !important;
	height:100% !important;
}

/* -------------------------------------------- */
/* 2カラム */

.wp-container-core-columns-is-layout-1{}
.wp-container-core-columns-is-layout-1 .wp-block-column:nth-child(1){
	padding-right:20px;
}
.wp-container-core-columns-is-layout-1 .wp-block-column:nth-child(2){
	padding-left:20px;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	.wp-container-core-columns-is-layout-1 .wp-block-column:nth-child(1),
	.wp-container-core-columns-is-layout-1 .wp-block-column:nth-child(2){
		padding-right:0px;
		padding-left:0px;
	}
}

/* -------------------------------------------- */
/* gallery */

.wp-block-gallery{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	width:100%;
	}
	.wp-block-gallery figure{
		width:32%;
	}
	.wp-block-gallery.columns-1 figure{
		width:100% !important;
	}
	.wp-block-gallery.columns-2 figure{
		width:48%;
}
.wp-block-gallery figure:nth-child(3n+2):last-child{
	margin-right:34%;
	}
	.wp-block-gallery.columns-1 figure:nth-child(3n+2):last-child{
		margin-right:0%;
	}
	.wp-block-gallery.columns-2 figure:nth-child(3n+2):last-child{
		margin-right:0%;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	.wp-block-gallery{
		margin-bottom:10px !important;
	}
	.wp-block-gallery figure{
		width:48%;
	}
	.wp-block-gallery figure:nth-child(3n+2):last-child{
		margin-right:0%;
	}
}

/* page-numbers -------------------------------------------------------------------------- */

ul.page-numbers{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:center;
	flex-wrap:wrap;
	position:relative;
	margin-top:20px !important;
	padding-top:20px;
	border-top:2px solid rgba(46,167,224,0.8);
	text-align:center !important;	width:100%;
	list-style:none;
}
.page-numbers .pages{
	display:none;
}
.page-numbers .previouspostslink{
	display:none;
}
.page-numbers li{
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:30px;
	height:30px;
	margin:0 10px;
	font-weight:bold;
	text-decoration:none;
	color:rgba(0,0,0,0.5);
	}
	.page-numbers li::before{
		content:" ";
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background:rgba(46,167,224,0.5);
		transform:rotate(45deg);
		z-index:-1;
		transition-duration:0.5s;
	}
	.page-numbers li:hover::before{
		background:rgba(46,167,224,1);
}
.page-numbers li .current{
	color:#FFF;
	}
	.page-numbers li:has(.current)::before{
		background:rgba(46,167,224,1);
		background:#233265;
}
.page-numbers .nextpostslink{
	display:none;
}
.page-numbers .first,
.page-numbers .last{
	display:none;
}

/* wp-pagenavi-------------------------------------------------------------------------- */

.wp-pagenavi{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:center;
	flex-wrap:wrap;
	position:relative;
	margin-top:20px !important;
	padding-top:20px;
	border-top:2px solid rgba(46,167,224,0.8);
	text-align:center !important;	width:100%;
}
.wp-pagenavi .pages{
	display:none;
}
.wp-pagenavi .previouspostslink{
	display:none;
}
.wp-pagenavi .page,
.wp-pagenavi .current{
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:30px;
	height:30px;
	margin:0 10px;
	font-weight:bold;
	text-decoration:none;
	color:rgba(0,0,0,0.5);
	}
	.wp-pagenavi .page::before,
	.wp-pagenavi .current::before{
		content:" ";
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background:rgba(46,167,224,0.5);
		transform:rotate(45deg);
		z-index:-1;
		transition-duration:0.5s;
	}
	.wp-pagenavi .page:hover::before{
		background:rgba(46,167,224,1);
}
.wp-pagenavi .current{
	color:#FFF;
	}
	.wp-pagenavi .current::before{
		background:rgba(46,167,224,1);
		background:#233265;
}
.wp-pagenavi .nextpostslink{
	display:none;
}
.wp-pagenavi .first,
.wp-pagenavi .last{
	display:none;
}

/* edit-------------------------------------------------------------------------- */

#contents{
	width:100%;
	min-height:350px;
}
#contents:after{
    content:" ";
    display:block;
    clear:both;
}
#contents address {
	font-style: italic;
	margin-bottom: 24px;
}

#contents abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

#contents b,
#contents strong {
	font-weight: 700;
}

#contents cite {
	border: 0;
}

#contents cite,
#contents dfn,
#contents em,
#contents i {
	font-style: italic;
}

#contents mark,
#contents ins {
	background: #fff9c0;
	border: 0;
	color: inherit;
	text-decoration: none;
}

#contents p {
	margin: 0 0 3px;
}

#contents code,
#contents kbd,
#contents tt,
#contents var,
#contents samp,
#contents pre {
	font-family: monospace, serif;
	font-size: 15px;
	line-height: 1.6;
}

#contents pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#contents blockquote,
#contents q {
	quotes: none;
}

#contents blockquote:before,
#contents blockquote:after,
#contents q:before,
#contents q:after {
	content: "";
	content: none;
}

#contents blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin: 0 0 24px;
}

#contents blockquote cite,
#contents blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

#contents blockquote em,
#contents blockquote i,
#contents blockquote cite {
	font-style: normal;
}

#contents blockquote strong,
#contents blockquote b {
	font-weight: 400;
}

#contents small {
	font-size: smaller;
}

#contents big {
	font-size: 125%;
}

#contents sup,
#contents sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

#contents sup {
	bottom: 1ex;
}

#contents sub {
	top: .5ex;
}

#contents dl {
	margin: 0 0 24px;
}

dt {
	font-weight: bold;
}

#contents dd {
	margin: 0 0 24px;
}

#contents ul,
#contents ol {
	list-style: none;
	margin: 0 0 24px 20px;
	padding-left: 0;
}

#contents ul {
	list-style: disc;
}

#contents ol {
	list-style: decimal;
}

#contents li > ul,
#contents li > ol {
	margin: 0 0 0 20px;
}

#contents del {
	color: #767676;
}

#contents hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Alignment */

#contents .alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

#contents .alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

#contents .aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}

#contents blockquote.alignleft,
#contents blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

#contents blockquote.alignleft p,
#contents blockquote.alignright p {
	margin-bottom: 17px;
}


/* Tables */

#contents table{
	background:#CCC;
}
#contents table th,
#contents table td{
	padding:5px;
	background:#FFF;
}

#contents .mceItemTable {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0 1px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	width: 100%;
}

#contents .mceItemTable th,
#contents .mceItemTable caption {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: baseline;
}

#contents .mceItemTable td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-family: Lato, sans-serif;
	font-size: 14px;
	padding: 8px;
	vertical-align: baseline;
}


/* Images */

#contents img {
	height: auto;
	max-width: 640px;
	margin-bottom:10px;
	vertical-align: middle;
}

#contents .wp-caption {
	background: transparent;
	border: none;
	color: #767676;
	margin: 0 0 24px 0;
	max-width: 640px;
	padding: 0;
	text-align: left;
}

#contents .html5-captions .wp-caption {
	padding: 0;
}

#contents .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

#contents .html5-captions .wp-caption.alignleft {
	margin-right: 24px;
}

#contents .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

#contents .wp-caption.alignright img,
#contents .wp-caption.alignright .wp-caption-dd {
	padding-left: 10px;
}

#contents .html5-captions .wp-caption.alignright {
	margin-left: 24px;
}

#contents .html5-captions .wp-caption.alignright img,
#contents .html5-captions .wp-caption.alignright .wp-caption-dd {
	padding: 0;
}

#contents .wp-caption.aligncenter {
	margin: 7px auto;
}

#contents .wp-caption-dt {
	margin: 0;
}

#contents .wp-caption .wp-caption-text,
#contents .wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: left;
}

#contents .mceTemp + ul,
#contents .mceTemp + ol {
	list-style-position: inside;
}

/* Gallery */
.gallery .gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
	width: auto;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 14px);
	max-width:         calc(50% - 14px);
	width: auto;
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 11px);
	max-width:         calc(33.3% - 11px);
	width: auto;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 9px);
	max-width:         calc(25% - 9px);
	width: auto;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 8px);
	max-width:         calc(20% - 8px);
	width: auto;
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 7px);
	max-width:         calc(16.7% - 7px);
	width: auto;
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 7px);
	max-width:         calc(14.28% - 7px);
	width: auto;
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 6px);
	max-width:         calc(12.5% - 6px);
	width: auto;
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 6px);
	max-width:         calc(11.1% - 6px);
	width: auto;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
	margin-left: 12px; /* Compensate for the default negative margin on .gallery, which can't be changed. */
}

.gallery .gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery .gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* Audio/Video */

.mejs-mediaelement,
.mejs-container .mejs-controls {
	background: #000;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.mejs-overlay-loading {
	background: transparent;
}

.mejs-overlay-button {
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	color: #000;
	height: 36px;
	margin-left: -24px;
	width: 48px;
}

.mejs-overlay-button:before {
	-webkit-font-smoothing: antialiased;
	content: '\f452';
	display: inline-block;
	font: normal 32px/1.125 Genericons;
	position: absolute;
	top: 1px;
	left: 10px;
}

.mejs-controls .mejs-button button:focus {
	outline: none;
}

.mejs-controls .mejs-button button {
	-webkit-font-smoothing: antialiased;
	background: none;
	color: #fff;
	display: inline-block;
	font: normal 16px/1 Genericons;
}

.mejs-playpause-button.mejs-play button:before {
	content: '\f452';
}

.mejs-playpause-button.mejs-pause button:before {
	content: '\f448';
}

.mejs-volume-button.mejs-mute button:before {
	content: '\f109';
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.mejs-volume-button.mejs-unmute button:before {
	content: '\f109';
	left: 0;
	position: absolute;
	top: 0;
}

.mejs-fullscreen-button button:before {
	content: '\f474';
}

.mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: '\f406';
}

.mejs-overlay:hover .mejs-overlay-button {
	background-color: #24890d;
	color: #fff;
}

.mejs-controls .mejs-button button:hover {
	color: #41a62a;
}

















