body {

	--default-logo-height: 48px !important;

	--header-height: 84px !important;

	--default-theme-color: #025196 !important;
	--default-brand-color: #025196 !important;

	--default-item-width: 260px !important;
	--default-max-row-items: 5 !important;
	--default-item-margin-right-width: 12px !important;
}

body.dark_theme{
	--default-theme-color: #0F80D7 !important;
}

/*
 * Typography.
 *
 */

html body{
	font-family: 'Inter', Arial, sans-serif;
}

html body h1,
html body .h1,
html body h2,
html body .h2,
html body h3,
html body .h3,
html body h4,
html body .h4,
html body h5,
html body .h5,
html body h6,
html body .h6 {
	font-family: 'Inter', Arial, sans-serif;
}

.item-meta,
.profile-page-header .profile-info .profile-videos-number,
.media-title-banner .media-views,
.media-title-banner .media-actions > * > *.share .copy-field input[type="text"],
.report-form .form-field input[type="text"],
.report-form .form-field textarea,
.report-form .form-help-text,
.media-info-content .media-author-banner .author-banner-date,
.media-info-content .media-content-banner .media-content-banner-inner,
.media-content-field,
.media-drag-drop-content-inner,
.media-upload-item-bottom-actions,
.retry-media-upload-item,
.media-upload-item-status-text,
.media-upload-item-upload-size {
	font-family: 'Inter', Arial, sans-serif;
}

/*
 * Header bar colors.
 *
 */

header.page-header {
	background-color: #025196;
}

header.page-header .page-header-left div > .circle-icon-button,
header.page-header .page-header-right div > .circle-icon-button{
	color: white;
	background-color: rgba(255,255,255,0);
}

header.page-header .search-field-wrap input[type="text"]{
	color: white;
	border-color: #05457d;
	background-color: #05457d;
	font-size:15px;
	line-height: 2.55;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

header.page-header .search-field-wrap input[type="text"]:focus{
	border-color: rgba(255, 255, 255, 0.365);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

header.page-header .search-field-wrap input[type="text"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.88);
}

header.page-header .search-field-wrap input[type="text"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.88);
}

header.page-header .search-field-wrap input[type="text"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.88);
}

header.page-header .search-field-wrap input[type="text"]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.88);
}

header.page-header .search-field-wrap button[type="submit"]{
	color:white;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

header.page-header .search-field-wrap button[type="submit"]{
	border-color: #05457d;
	background-color: #05457d;	
}

header.page-header .search-field-wrap button[type="submit"]:hover,
header.page-header .search-field-wrap button[type="submit"]:focus{
	border-color: rgba(255, 255, 255, 0.0);
	background-color: rgba(255, 255, 255, 0.18);
}

header.page-header .page-header-right{
	padding-right:0;
}

.logo a:focus span:before{
	border-color: rgba(255,255,255,0.88) !important;
}

.page-header-right .button-link.sign-in,
.page-header-right .button-link.register-link{
	padding:0.625em 2em;
	font-size:1em;
	color:#13131b;
	background-color:#ffbf06;
}

/*
 * Side bar.
 *
 */

@media (min-width: 1024px) {
	.page-sidebar-inner .nav-menu:first-child ul li:first-child{
		display:none;
	}
}

.nav-menu nav .menu-item-icon{
	margin-right:16px;
	margin-left:4px;
}

.nav-menu nav .menu-item-icon .material-icons {
	font-size: 1.2em;
}

/*
 * Media page.
 *
 */

body .media-info-content .media-author-banner+.media-content-banner{
	width:100%;
	max-width:1152px;
}

body .media-info-content .media-content-banner .media-content-banner-inner,
body .media-info-content .media-author-banner + .media-content-banner .media-content-banner-inner{
	max-width:100%;
}

.media-content-description p,
.media-content-description ul {
	margin: 0;
}

.comments-list .comment{
	width:100%;
	max-width:1152px;
}

/*
 * Sidebar's social media (icons) links.
 *
 */

ul.social-media-links{
	position: relative;
	width:100%;
	display:table;
	list-style:none;
	margin:0;
	padding:0;
	/*padding:16px;*/
	padding:16px 32px;
	border-style:solid;
	border-width:1px 0;
	border-color:var(--sidebar-nav-border-color);
	text-align: center;
}

ul.social-media-links li{
	display:table-cell;
}

ul.social-media-links li a{
	position:relative;
	width:32px;
	margin:0 auto;
	display:block;
}

ul.social-media-links li a img{
	position:relative;
	display:block;
	float:left;
	width:100%;
}

body .page-sidebar .page-sidebar-bottom{
	text-align:center;
	padding-left: 0;
	padding-right:0;
	font-size:1em;
}

.page-sidebar-bottom-content{
	display:block;
	padding:0 24px;
	font-size:0.85714em;
	font-size:0.785714em;
}

.copyright-notice{
	position: relative;
	width:100%;
	/*padding:0 0 16px 0;*/
	margin:0 0 12px 0;
	line-height:1;
	/*border-bottom:1px solid var(--sidebar-nav-border-color);*/
	/*font-style: italic;
	font-size:0.785714em;*/
}

.copyright-notice p{
	padding:0 24px 0;
	margin:0 0 16px;
	line-height:1.2857;
	text-align:center;
}

.copyright-notice a{
	display:table;
	margin:0 auto;
}

.copyright-notice a span{
	display:table-cell;
}

.copyright-notice a img{
	display:block;
	max-width:125px;
}

.copyright-notice img.em-dark{
	
}

.copyright-notice img.em-light{
	display:none;
}

.dark_theme .copyright-notice img.em-dark{
	display:none;
}

.dark_theme .copyright-notice img.em-light{
	display:block;
}

/* #################################################################################################### */

body .hover-overlay-title .item h3{
	padding:0 12px;
	/*font-family: Caveat, sans-serif;*/
	/*font-weight: 500 !important;*/
	/*font-style: normal;*/
}

body .hover-overlay-title .item h3 span{
	font-size:18px;
	line-height:1.35;
}

body .hover-overlay-title .item .item-content-link h3{
	color:white;
}

body .hover-overlay-title .item .item-content-link:before{
	/*background: radial-gradient(circle, rgba(16, 55, 62, 0.9) 0%, rgba(20, 138, 161, 0.2) 90%)*/
	/*background: rgba(37, 115, 130, 0.6);*/
	background: rgba(2, 81, 150, 0.6);
}

body .hover-overlay-title .item .item-content-link:after{
	background: radial-gradient( circle, rgba(white,0.75) 0%, rgba(#c6c6c6,0.75) 100% );
}

body .hover-overlay-title .item .item-content-link:hover h3{
	color:black;
}

/* #################################################################################################### */

@media (min-width: 580px) {
	.media-list-wrapper.items-list-ver {
		padding:0;
	}
	
	.media-list-wrapper.items-list-ver .media-list-row {
		max-width:100%;
	}
}

/* #################################################################################################### */

body .profile-page-header .profile-nav ul li a{
	text-transform: capitalize;
}

@media (min-width: 410px ) and (max-width: 579px ) {
	body .media-list-wrapper.items-list-ver .media-list-row,
	body .profile-page-header .profile-info,
	body .profile-page-header .profile-nav .profile-nav-inner {
		width: 344px;
	}
}

@media (min-width: 580px ) and (max-width: 619px ) {
	body .media-list-wrapper.items-list-ver .media-list-row,
	body .profile-page-header .profile-info,
	body .profile-page-header .profile-nav .profile-nav-inner {
		width: 480px;
	}

	body .media-list-wrapper.items-list-ver .media-list-row .item,
	body .profile-page-header .profile-info .item,
	body .profile-page-header .profile-nav .profile-nav-inner .item {
		display:inline-block;
		max-width: 240px;
	}

	body .media-list-wrapper.items-list-ver .media-list-row .item-content,
	body .profile-page-header .profile-info .item-content,
	body .profile-page-header .profile-nav .profile-nav-inner .item-content {
		margin-right: 8px;
	}
}

@media (min-width: 620px ) {
	body .media-list-wrapper.items-list-ver .media-list-row,
	body .profile-page-header .profile-info,
	body .profile-page-header .profile-nav .profile-nav-inner {
		width: calc( 2 * var( --item-width, var(--default-item-width) ) );
	}
}

@media (min-width: 880px ) {
	body .media-list-wrapper.items-list-ver .media-list-row,
	body .profile-page-header .profile-info,
	body .profile-page-header .profile-nav .profile-nav-inner {
		width: calc( 3 * var( --item-width, var(--default-item-width) ) );
	}
}

@media (min-width: 1140px ) {
	body .media-list-wrapper.items-list-ver .media-list-row,
	body .profile-page-header .profile-info,
	body .profile-page-header .profile-nav .profile-nav-inner {
		width: calc( 4 * var( --item-width, var(--default-item-width) ) );
	}
}

@media (min-width: 1400px ) {
	body .media-list-wrapper.items-list-ver .media-list-row,
	body .profile-page-header .profile-info,
	body .profile-page-header .profile-nav .profile-nav-inner {
		width: calc( 5 * var( --item-width, var(--default-item-width) ) );
	}
}

/* #################################################################################################### */

@media (min-width: 748px) and (max-width: 819px ) {
	body.sliding-sidebar .media-list-wrapper.items-list-ver .media-list-row,
	body.sliding-sidebar .profile-page-header .profile-info,
	body.sliding-sidebar .profile-page-header .profile-nav .profile-nav-inner,
	body.visible-sidebar .media-list-wrapper.items-list-ver .media-list-row,
	body.visible-sidebar .profile-page-header .profile-info,
	body.visible-sidebar .profile-page-header .profile-nav .profile-nav-inner {
		width: 480px;
	}

	body.sliding-sidebar .media-list-wrapper.items-list-ver .media-list-row .item,
	body.sliding-sidebar .profile-page-header .profile-info .item,
	body.sliding-sidebar .profile-page-header .profile-nav .profile-nav-inner .item,
	body.visible-sidebar .media-list-wrapper.items-list-ver .media-list-row .item,
	body.visible-sidebar .profile-page-header .profile-info .item,
	body.visible-sidebar .profile-page-header .profile-nav .profile-nav-inner .item{
		display:inline-block;
		max-width: 240px;
	}

	body.sliding-sidebar .media-list-wrapper.items-list-ver .media-list-row .item-content,
	body.sliding-sidebar .profile-page-header .profile-info .item-content,
	body.sliding-sidebar .profile-page-header .profile-nav .profile-nav-inner .item-content,
	body.visible-sidebar .media-list-wrapper.items-list-ver .media-list-row .item-content,
	body.visible-sidebar .profile-page-header .profile-info .item-content,
	body.visible-sidebar .profile-page-header .profile-nav .profile-nav-inner .item-content {
		margin-right: 8px;
	}
}

@media (min-width: 880px ) {
	body.visible-sidebar .media-list-wrapper.items-list-ver .media-list-row,
	body.visible-sidebar .profile-page-header .profile-info,
	body.visible-sidebar .profile-page-header .profile-nav .profile-nav-inner {
		width: calc( 2 * var( --item-width, var(--default-item-width) ) );
	}
}

@media (min-width: 1100px ) {
	body.visible-sidebar .media-list-wrapper.items-list-ver .media-list-row,
	body.visible-sidebar .profile-page-header .profile-info,
	body.visible-sidebar .profile-page-header .profile-nav .profile-nav-inner {
		width: calc( 3 * var( --item-width, var(--default-item-width) ) );
	}
}

@media (min-width: 1360px ) {
	body.visible-sidebar .media-list-wrapper.items-list-ver .media-list-row,
	body.visible-sidebar .profile-page-header .profile-info,
	body.visible-sidebar .profile-page-header .profile-nav .profile-nav-inner {
		width: calc( 4 * var( --item-width, var(--default-item-width) ) );
	}
}

@media (min-width: 1600px ) {
	body.visible-sidebar .media-list-wrapper.items-list-ver .media-list-row,
	body.visible-sidebar .profile-page-header .profile-info,
	body.visible-sidebar .profile-page-header .profile-nav .profile-nav-inner {
		width: calc( 5 * var( --item-width, var(--default-item-width) ) );
	}
}

/* #################################################################################################### */

@media (max-width: 619px) and (max-width: 709px) {
	body .profile-page-header .profile-nav.fixed-nav .profile-nav{
		padding-left:1em;
	}
}

@media (max-width: 619px) and (max-width: 768px)  {
	body .profile-page-header .profile-nav.fixed-nav .profile-nav{
		padding-left:1.5em;
	}
}

/* #################################################################################################### */

@media (min-width: 580px) {

	body .items-list-outer.list-inline.list-slider .previous-slide,
	body .items-list-outer.list-inline.list-slider .next-slide{
		padding-top:calc( 0.28125 * calc( var(--default-item-width) ));
	}

	body .items-list-outer.list-inline.list-slider .previous-slide{
		left: -20px;
	}

	body .items-list-outer.list-inline.list-slider .next-slide{
		right: calc( -20px + var(--default-item-margin-right-width) );
	}
}

/* #################################################################################################### */

@media (min-width: 620px) {

	body .items-list-ver.media-list-wrapper .media-list-row .item{
		display:inline-block;
		max-width: var( --item-width, var(--default-item-width) );
	}

	body .items-list-ver.media-list-wrapper .media-list-row .item-content{
		margin-right: var( --item-margin-right-width, var(--default-item-margin-right-width) );
	}
}

/* #################################################################################################### */

@media (min-width: 580px) {
	
	body .items-list-ver .feat-first-item .item:first-child {
		float:left;
		max-width: calc( 3 * var( --item-width, var(--default-item-width) ) );
	}
}

/* #################################################################################################### */

body .items-list-ver .feat-first-item .item:first-child .item-main h3{
	margin:12px 0 8px;
}

body .items-list-ver .feat-first-item .item{
	clear:none !important;
	min-height: 0 !important;
	margin-bottom: var(--default-item-margin-bottom-width) !important;
}

@media (min-width: 1140px) {

	body .items-list-ver .feat-first-item .item{
		float:left !important;
	}

	body .items-list-ver .feat-first-item .item:nth-child(0n + 2),
	body .items-list-ver .feat-first-item .item:nth-child(0n + 3){
		float:none !important;
	}

	body .items-list-ver .feat-first-item .item:nth-child(4n + 4){
		clear:left !important;
	}
}

@media (min-width: 1400px) {

	body .items-list-ver .feat-first-item .item:nth-child(4n + 4){
		clear:none !important;
	}
		
	body .items-list-ver .feat-first-item .item:nth-child(5n + 6){
		clear:left !important;
	}
}

/* #################################################################################################### */

@media (min-width: 748px) and (max-width: 819px ) {
	
	body.sliding-sidebar .items-list-ver .feat-first-item .item:first-child,
	body.visible-sidebar .items-list-ver .feat-first-item .item:first-child{
		max-width:100%;
	}
}

@media (min-width: 1100px) {

	body.sliding-sidebar .items-list-ver .feat-first-item .item,
	body.visible-sidebar .items-list-ver .feat-first-item .item{
		float:none !important;
	}

	body.sliding-sidebar .items-list-ver .feat-first-item .item:nth-child(4n + 4),
	body.visible-sidebar .items-list-ver .feat-first-item .item:nth-child(4n + 4){
		clear:none !important;
	}
}

@media (min-width: 1360px) {

	body.sliding-sidebar .items-list-ver .feat-first-item .item,
	body.visible-sidebar .items-list-ver .feat-first-item .item{
		float:left !important;
	}

	body.sliding-sidebar .items-list-ver .feat-first-item .item:nth-child(0n + 2),
	body.sliding-sidebar .items-list-ver .feat-first-item .item:nth-child(0n + 3),
	body.visible-sidebar .items-list-ver .feat-first-item .item:nth-child(0n + 2),
	body.visible-sidebar .items-list-ver .feat-first-item .item:nth-child(0n + 3){
		float:none !important;
	}

	body.sliding-sidebar .items-list-ver .feat-first-item .item:nth-child(5n + 6),
	body.visible-sidebar .items-list-ver .feat-first-item .item:nth-child(5n + 6){
		clear:none !important;
	}

	body.sliding-sidebar .items-list-ver .feat-first-item .item:nth-child(4n + 4),
	body.visible-sidebar .items-list-ver .feat-first-item .item:nth-child(4n + 4){
		clear:left !important;
	}
}

@media (min-width: 1600px) {

	body.sliding-sidebar .items-list-ver .feat-first-item .item:nth-child(4n + 4),
	body.visible-sidebar .items-list-ver .feat-first-item .item:nth-child(4n + 4){
		clear:none !important;
	}

	body.sliding-sidebar .items-list-ver .feat-first-item .item:nth-child(5n + 6),
	body.visible-sidebar .items-list-ver .feat-first-item .item:nth-child(5n + 6){
		clear:left !important;
	}
}

/*
 * Edit media page.
 *
 */

 .user-action-form-inner .editorial-pocicy-notice{
	display:block;
	padding:16px;
	text-align:center;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
    border: 1px solid var(--user-action-form-inner-title-border-bottom-color);
}

/*
 * Managemenet pages.
 *
 */

body.dark_theme .manage-media-item .mi-title > a,
body.dark_theme .manage-users-item .mi-name > a {
	color:inherit;
	font-weight:400;
}

/*
 * Members managemenet page.
 *
 */
 
.export-csv .media-list-row{
	min-height:0;
	padding:16px 0 0;
	text-align: right;
}

@media (max-width: 1365px) {

	.export-csv {
		max-width:100%;
	}
	
	.export-csv .media-list-row{
		padding:16px 24px 0;
	}
}

@media (max-width: 709px) {
	.export-csv .media-list-row{
		padding:16px 16px 0;
	}
}

.export-csv a{
	display:inline-block;
	padding:1em 2em;
	line-height:1.125;
	text-decoration:none;
	color:#fff;
	background-color: var(--default-theme-color);
}

/*
 * Uploader page.
 *
 */

.media-uploader-wrap .pre-upload-msg{
	font-weight:500;
}

.media-uploader-wrap .pre-upload-msg a{
	text-decoration:none;
}

.media-uploader-wrap .pre-upload-msg a:hover{
	text-decoration:underline;
}

/*
 * Custom content pages.
 *
 */

.custom-page-wrapper p,
.custom-page-wrapper ul,
.custom-page-wrapper ol{
	font-size: 1em;
}