﻿/* 

Theme Name: Enchanting HM v3
Site URI: https://helen-mirren.org
Author: Never Enough Design
Design URI: https://neverenoughdesign.org

============================================================

THIS THEME WAS CREATED EXCLUSIVELY FOR HELEN-MIRREN.ORG
DO NOT REPLICATE OR REDISTRIBUTE AS YOURS

============================================================

*/


/* body */

p:empty:before{content: none!important;}

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 19px;
	color: #4e4e4e;
	overflow-x:hidden!important;
	word-wrap: break-word;
}

#wrapper {
	margin: 0 auto;	
	width: 100%;
	max-width: 1500px;
	position: relative;
}

#content {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

@media (max-width : 1366px), (max-width : 1200px) {

#wrapper {
	margin: 0 auto;	
	width: 100%;
	max-width: 1200px;
	position: relative;
}

#content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

}

/* header */
#header {
	max-width: 100%;
	min-width: 1920px;
	height: 500px;
	background-image:url('images/header.jpg'); 
	background-repeat: no-repeat; 
	background-position:center top;
	margin: 0 auto;
}

.head {
	display: none;
}

#header-video {
	max-width: 100%;
	min-width: 1920px;
	height:500px;
	background-image:url('images/header-video.jpg'); 
	background-repeat: no-repeat; 
	background-position:center top;
	margin: 0 auto;
}

/* menu */

#navigation {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.navi {
	padding: 0;
}

.container {
	text-align: center;
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navi li {
	display: inline-block;
}

.navi li:after {
	content: '\2022';
	margin-left: 10px;
	font-size: 15px;
	vertical-align: central;
	color: #fb574e;
}

.navi li:last-child:after {
	content: '';
}

.menu {
	display: inline-block;
	padding: 8px 0;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 14px;
	text-transform: capitalize;
	font-size: 15px;
	vertical-align: text-bottom;
	text-align: left;
}

.menu a {
	color: #919191!important;
	border-bottom: 4px solid #fff;
	font-weight: 400!important;
	display: inline-block;
	padding: 7px;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.menu a:hover {
	color: #004f4a!important;
	border-bottom: 4px solid #ff544d;
}

/* news content */

#news_all{
	float: left;
	width: 68.33%;
	margin: 20px 0;
}

@media (max-width : 1366px), (max-width : 1200px) {
	#news_all {
		float: left;
		width: 70%;
		z-index: 1500;
	}
}

#news{
	margin-bottom: 3px;
}


.news, .comments {
	line-height: 21px;
	margin:0px; 
	padding: 12px; 
	background: #fff;
	z-index: -1!important;
	margin-bottom: 60px;
}

.title {
	font-size: 22px;
	text-align: left;
	color: #777b7b;
	margin: 3px;
	font-weight: 900!important;
	letter-spacing: -1px;
}

.title a {
	color: #777b7b!important;
	font-weight: 700!important;
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.title a:hover {
	color: #3a4468!important;
}

.category {
	margin: 8px 3px;
	padding: 3px auto;
	display: block;
	color: #999898;
	text-transform: uppercase;
	font-size: 0.75em;
}

.category .date {
	background: #ff5352;
	color: #fff;
	padding: 3px;
	margin-right: 2px;
}

.category .cmts a {
	background: #eed3b1;
	color: #222222!important;
	padding: 5px!important;
	text-transform: uppercase;
	font-size: 0.75em;
}

.category .cats {
	display: block;
}

.category .cats a {
	background: #111;
	color: #eed3b1!important;
	line-height: 300%!important;
	margin-right: 1px;
	padding: 8px;
	background-image: URL("images/black-bg.jpg");
	background-repeat: repeat;
	background-position: center center;
}

.category .cats a:hover {
	color: #ff5352!important;
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all{
	float: right;
	width: 29.33%;
	margin-top: 55px!important;
}

@media (max-width : 1366px), (max-width : 1200px) {
	#sidebar_all{
	float: right;
	width: 30%;
}
}

.sidebar,
.cpmfetch {
	line-height: 17px;
}

.sidebar-content{
	padding: 10px;
	margin: 0 0 65px 0;
	background: #111;
	color: #eeeded;
	background-image: URL("images/black-bg.jpg");
	background-repeat: repeat;
	background-position: center center;
	line-height: 165%;
}

.cpmfetch a img {
	width: 3.3vw;
}

.sidebar-title {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	text-align: center;
	margin: 8px 0 2px 0;
}

.sidebar .divider,
.cpmfetch .divider {
	height: 9px;
	background-image:url('images/sidebar-title.png'); 
	background-repeat: no-repeat; 
	background-position:center center;
	margin: 2px auto 8px auto;
}

.widgettitle {display: none;}


/* -- Images -- */

.news img, .news a img {
	margin: 5px;
    padding: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
} 

.sidebar-content img, .sidebar-content a img, .sidebar-content img:hover {
	margin: 3px;
    padding: 5px;
	border: 1px solid #000;
	background-color: #000;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


.news a img:hover, .news img:hover, .sidebar-content a img:hover {
	border: 1px solid transparent;
	background-color: #ff5352;
}


.news img.wp-smiley { 
	border:none; 
	padding: 0px; 
	margin: 0px;
}

a img {
	border: 0px;
}

/* links */

a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #757575;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


a:hover {
	color: #005348; 
	text-decoration: none;
}

.sidebar-content a, .sidebar-content a:link, .sidebar-content a:visited, .sidebar-content a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #ebd4b5;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.sidebar-content a:hover {
	color: #f79182; 
	text-decoration: none;
}

/* - Blockquote & Input Area - */


blockquote {
  background: rgba(179,179,179,0.1);
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #eed3b1;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.35em;
  vertical-align: -0.4em;
}

.sidebar-content blockquote {
  background: rgba(179,179,179,0.2);
  border-left: 0px;
  margin: 10px;
  padding: 8px;
  quotes: " ";
}
.sidebar-content blockquote:before {
  content: " ";
}

.blockquote {
  border: 1px solid #E5E5E5;
  margin: 15px 7px;
  padding: 10px;
}

input, select, textarea {
	font-family: 'Merriweather', serif;
	font-size:13px; 
	border: 1px solid #dbdbdb;
	background: #eaeaea;
	padding: 10px;
	color: #565656;
	width: 98.33%;
}

.forminator-field input,
.forminator-field select,
.forminator-field textarea {
	border: 1px solid #dbdbdb!important;
	background: #eaeaea!important;
	padding: 10px!important;
	color: #565656!important;
	width: 100%!important;
}

.forminator-select .selection .select2-selection--single[role="combobox"] {
	border-color: #dbdbdb!important;
	background: #eaeaea!important;
	color: #565656!important;
	width: 100%!important;
}

.select2-selection__placeholder {
	color: #888888!important;
}

.forminator-checkbox__label p {
    color: #4e4e4e!important;
}

.forminator-design--default .forminator-button-submit,
.forminator-button-submit:hover {
        border: 1px solid #dbdbdb!important;
        background: #eaeaea!important;
        color: #565656!important;
        box-shadow: none!important;
}

.forminator-edit-module {
    display: none!important;
}

#submit {
	width: auto;
}

.sidebar-content input, .sidebar-content select, .sidebar-content textarea {
	font-family: 'Merriweather', serif;
	font-size:13px; 
	border: 1px solid #181818;
	background: #303030;
	padding: 10px;
	color: #565656;
	width: 98.33%;
}

/* -- Share Buttons -- */

#share-buttons {
clear: both;
text-align: right;
border-top: 1px solid #dfdfdf;
}

#share-buttons a {
	padding: 5px;
	border-radius: 5px;
	margin: 8px 5px 8px 0;
	font-size: 11px;
	color: #c1c0c0;
}

#share-buttons a:hover {
	color: #ff5352;
}

/* -- Related Posts -- */

#related_posts table td {
	width: 33%;
}

.relatedcontent img {
    object-fit: cover;
 	width: 100%!important;
  	height: 130px!important;
	border: 0px!important;
	margin: 0px!important;
	padding: 0px!important;
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
  display: block;
}

/* -- Pagination -- */

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #737272;
    text-decoration:none;
}
 
.pagination li {
    display: inline;
}
 
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #fff;
	border: 1px solid #ddd;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.pagination li.active a {
    background-color: #eaeaea;
	border: 1px solid #ddd;
}
 
.pagination li a:hover {
    background-color: #111;
	border: 1px solid #fff;
	color: #fff;
}


/* -- Footer -- */

#footer {
	padding: 20px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400!important;
	text-align: center;
	line-height: 195%;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	background: #111;
	background-image: URL("images/black-bg.jpg");
	background-repeat: repeat;
	background-position: center center;
	color: #fff;
}

.footer {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	line-height: 19px;
}

.footer a {
	color: #eed3b1;
	text-decoration: none;
	padding-bottom: 3px;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.footer a:hover {
	color: #fa8073;
	text-decoration: line-through;
}

.footer .disclaimer {
	display: block;
	text-transform: none!important;
	text-align: left;
	font-size: 14px;
}

.footer .fab,
.footer .fas {
	font-size: 9px!important;
}
	

/* featured images */

#featured-archive {
	float: left;
	margin-right: 8px;
	width: 20%;
}

#featured img,
#featured img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width:100%!important;
	width: 100%!important;
	height:330px!important;
	object-fit: cover!important;
	display: block!important;
}

#featured-archive img,
#featured-archive img:hover {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width: 100%!important;
	width: 100%!important;
	height: 130px!important;
	object-fit: cover!important;
}

#featured-mobile {
	display: none;
}


/* Press Library */

.press {
	margin: 20px auto 0 auto!important;
}

.press li {
	display: inline-block;
	list-style: none;
	width: 15.33%;
	margin: 5px;
	padding: 8px;
	background: #EBEBEB;
	border: 1px solid #ddd;
	text-align: center;
}

/* search form */


#searchform {
	margin:10px 0; 
	position: relative; 
	text-align:center; 
	max-width: 93%;
	}
	
#searchform #s {
	margin:0; 
	padding: 10px 10px 10px 35px!important; 
	width:93%;
	 background: #333333 url('images/search.png') 10px center no-repeat; 
	 font:13px; 
	 font-style:italic; 
	 text-align: left; 
	 outline: none; 
	 border:1px solid #1d1d1d;
}

/* -- Post Link Gallery -- */

.link,
.vids {
padding: 10px;
border-bottom: 0px;
margin: 20px 18px;
border: 1px solid #ddd;
}

.link:before,
.vids:before {
	font-size: 15px;
	font-style: italic;
	font-family: 'Playfair Display', serif;
	color: #08504d;
	display: block;
	background: white;
	width: 8.5%;
	padding: 8px;
	margin: -30px 10px 8px 5px;
}

.link:before {
	content: 'gallery links';
}

.vids:before {
	content: 'video links';
}

/* Career & Awards Pages */

.careertables  li {
	margin: 1% 0 2.5% 0!important;
}

.careertables span {
	color: #f1c5ac;
	font-size: 0.85em;
}

.careertables a,
.careertables a:hover {	
	font-size: 1em;
	background-image: linear-gradient(to right, rgba(0,79,69,1), rgba(255,82,79,1));
	color: #fff!important;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.careertables u {
	text-decoration: underline wavy #f1c5ac;
}

.careertables i, .careertables em {
	color: #300405;
}

/* more */

.more-link {
	display: block;
	clear: both;
}

/* formats */

.news b, .news strong {color: #b34c3b;}

hr {
	background-color: #bdbcbc;
	color: #bdbcbc;
	border: 0;
	width: 92%;
	height: 1px;
	opacity: .15;
}

h1 {
	margin: 0px;
	font-size: 18px;
}


h2 {
	margin: 0px;
	font-size: 19px;
}


h3 {
	margin: 0px;
	font-size: 17px;
	color: #886957;
	font-weight: 700;
	font-family: 'Playfair Display';
}

h4 {
	margin: 0px;
	font-size: 15px;
}

ul  {
	margin: 5px;
	padding: 5px;
}

li {
	list-style: none;
	padding:8px;
}

/* statistics */

.stats .fas,
.stats .far,
.stats .fab {
	color: #f69785;
	font-size: 0.80em;
	margin-right: 5px;
	vertical-align: center;
}

/** VIDEO ARCHIVE **/

/* Individual Pages */

table.projects {
	width: 100%;
}

.projects-img,
.projects-2-img {
    position: relative;
    text-align: center;
    color: white;
    font-weight: 900;
}

.projects-img {
	width: 18.33%;
}

.projects-2-img {
    width: 30.33%;
}

.projects-img img,
.projects-tv img,
.projects-img img:hover,
.projects-tv img:hover {
	filter: grayscale(100%) brightness(30%);
    width: 100%;
    height: auto!important;
    border: 0px!important;
    background-color: transparent!important;
    padding: 0!important;
}

.projects-2-img img,
.projects-2-img img:hover {
	filter: grayscale(100%) brightness(30%);
    width: 100%;
    height: 190px!important;
    border: 0px!important;
    background-color: transparent!important;
    padding: 0!important;
    object-fit: cover;
}

.projects-img span,
.projects-tv span,
.projects-2-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 19px;
    padding: 5px;
}

.projects-tv {
	width: 18.33%;
	vertical-align: text-top;
	margin: 0 auto!important;
	text-align: center!important;
    position: relative;
    color: white;
    font-weight: 900;
}

.projects-links {
	text-align: center;
	margin: 0 auto!important;
    word-wrap: break-word!important;
	font-family: 'Roboto Condensed';
}

.projects-links a {
	background: #111;
	color: #fff!important;
	padding: 3px;
	margin: 1px;
	font-size: 10.5px;
	text-transform: uppercase;
	font-weight: 400!important;
}

.projects-links a:hover {
	background: #53434d;
}

.projects-info {
	width: 76.33%;
}

.project-info a {
	color: #3c4a6f!important;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.projects-info a:hover {
	color: #e94d27!important;
}

@media (max-width : 550px), (max-width : 220px) {
    
    table.projects {
        width: 95%!important;
        max-width: 95%!important;
}
    
    .projects-img,
    .projects-img-2,
    .projects-tv {
        display: inline-block!important;
        width: 40%!important;
        vertical-align: text-top!important;
}
    
    .projects-img img,
    .projects-tv img,
    .project-2-img {
        min-width: 100%!important;
        height: 130px!important;
        object-fit: cover!important;
}
    
    .projects-img span,
    .projects-tv span,
    .projects-2-img span {
        position: relative!important;
        clear: both!important;
        display: block!important;
        color: black!important;
        top: 25px!important;
}
    
    .projects tr {
        display: inline!important;
    }
}

/* -- Post Link Gallery -- */

.vids-link {
padding: 10px 10px 10px 23px;
border-bottom: 0px;
margin: 10px 18px 18px 0;
}

.vids-link a,
.vids-link a:hover {
	font-size: 1em;
	background-image: linear-gradient(to right, rgba(235,66,88,1), rgba(58,72,111,1));
	color: #fff!important;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.vids-link span {
	display: block;
	color: #333;
}

.vids-link .fas {
	color: #edb9ac;
	font-size: 0.85em;
	vertical-align: central;
	margin-right: 4px;
}

/** RESPONSIVE **/

.show-menu,
.menu input[type=checkbox] {
	display: none;
}

.menu input[type=checkbox]:checked ~ .rpv-menu {
	display: block;
}

@media (max-width : 1024px), (max-width : 959px) {
	
	#navigation {
		overflow-x: hidden!important;
		max-width: 100%!important;
	}
	
	.navi {
	text-align: left!important;
	padding: 8px;
}
	
	.navi ul {
		position: static;
		display: none;
	}

	.navi ul li,
    .navi li a {
		width: 100%;
	} 
	
	.navi li:after {
	content: '';
	margin-left: 0;
}

	.show-menu {
		font-size: 15px;
		display: block;
		text-transform: none;
		color: #fff;
		text-align: left;
		padding: 12px!important;
		font-family: 'Roboto';
	}

	.navi {
		padding: 0;
		text-align: left;
	}

	.navi .container {
		padding: 0;
		width: 100%;
	}

	.menu {
		display: block;
		background: #000;
	}

	.menu li {
		margin: 0;
		border-right: none!important;
	}
	
	.menu a {
		display: block;
		text-align: left!important;
		padding: 8px!important;
		border-bottom: 0px!important;
	}
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body {
	font-size: 100%;
}
	
body,
#wrapper,
#content,
#footer,
.head {
	overflow-x: hidden!important;
}
	
#wrapper {
	max-width: 100%!important; 
	margin: 0 auto!important;
}

#content {
	max-width: 100%!important;
	margin: 0 auto!important;
}

img.head {
	width: 100%!important;
	height: auto;
	margin: 0!important;
	padding: 0!important;
	display: block!important;
}

#news_all { 
	width: 98%!important; 
	margin: 15px auto 0 auto!important;
}
    
.pagination {
	width: 98%!important; 
	margin: 0px auto 5% auto!important;
    }

.news {
	margin: 2px auto 25px auto!important; 
}

#sidebar-mobile {
    clear: both;
	display: block!important;
	margin-top: 3.5%!important;
	width: 90%!important; 
	margin: 0 auto!important;
}

#searchform,
#searchform s {
	width: 90%;
	max-width: 100%;
}

.comments {
	border: 0px!important;
}

.news img {max-width:15vw;}

#sidebar_all, 
#header,
#header-video {
	display: none!important;
}

embed,
iframe,
object,
video,
input,
textarea,
select {
	width: 100%;
}

blockquote {
	background-image: none!important;
	padding-right: 10px!important;
}

#featured-mobile {
	display: block;
}

.relatedcontent img {
	max-width:100%!important;
	width: 100%!important;
	height: 20vw!important;
}

#featured img,
#featured-mobile img {
	max-width:100%!important;
	width: 100%!important;
	height:auto!important;
	margin: 0;
	padding: 0;
	border: 0px;
	background: none!important;
}

.footer {
	width: 100%!important;
}
}