/*-----------------------------------------------------------------------------------

	Theme Name: Academy.ca Theme
	Description: Academy Theme, child of Massive Dynamic
	Author URI: http://www.pixflow.net
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
    Template: massive-dynamic
	Tags: white, left-sidebar, right-sidebar, fluid-layout, fixed-layout, custom-colors, flexible-header, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
	Text Domain: massive-dynamic

	Designed & Handcrafted by PixFlow
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/


@font-face {
    font-family: newPFont;
    src: url('/wp-content/themes/academy/assets/font/proximanova-light.ttf');
}

@font-face { 
    font-family: newHFont;
    src: url('/wp-content/themes/academy/assets/font/proximanova-thin-webfont.ttf');
}

.error404 .not-found-page{
    position:relative;
}

h1, h4{
/*    font-family:newPFont!important;*/
    color:#3A3F42;
}

h1,h2,h3,h4,h5,h6{
    font-family:newHFont!important;
}

h2, h5{
    color:#AC9B6E;
}

h3, h4, h6{
    color:#3A3F42;
}

h3{
    font-variant: normal;
}

a {
    font-family:newPFont!important;
    color:#AC9B6E;
}

p{
    font-family:newPFont;
    color:#3A3F42;
}

/* menu aligner */
header.top-logotop .navigation ul{
/*    padding-left:120px;*/
    padding-left:100px;
    font-variant: small-caps;
}

/* menu after */
header.top-logotop .style-logotop nav > ul > li:after{
    content: '|';
}

header nav .menu-title .title{
    font-family:newHFont;
    font-variant:small-caps;
    font-size:1.5em;
}


.vc_cus_page_wrapper{
    margin:0 auto!important;
    max-width:1000px!important;
}

.single-post .post-content p {
    line-height:2.0em!important;
    text-align:left;
    color:#3A3F42;
}

.single-post .post-content span{
    line-height:2.0em;
}

footer hr.footer-separator {
    margin-top:1px;
}

.post_featured_img {
    margin:0 auto;  
}

.page-custom-title{
    text-align:center;
    color:#AC9B6E; 
}

/* CLASSIC WORDPRESS MODE */

.content-container{
/*
    width:90%;
    max-width:1000px;
    margin:0 auto;
    font-size:1.1em;
    line-height:2.5em;
    color:#3A3F42;
*/
}

.content-container p span {
/*
    line-height:2.5em;
    font-size:1.1em;
*/
}

.content-container a{ 
    font-family:newPFont;
    font-size:inherit;
    color:#AC9B6E;
}

.content-container h1{
    color:#3A3F42;
    font-family:newPFont;
    font-size:2em;
}

.content-container h2{
    color:#AC9B6E;
    font-family:newHFont;
    font-size:1.8em;
}

.content-container h3{
    color:#3A3F42;
    font-family:newHFont;
    font-size:1.5em;
}

.content-container h4{
    color:#3A3F42;
    font-family:newPFont;
    font-size:1.5em;
}

.content-container h5{
    color:#AC9B6E;
    font-family:newHFont;
    font-size:1.5em;
}

.content-container h6{
    color:#3A3F42;
    font-family:newHFont;
    font-size:1.3em;
}

.content-container ul {
    padding-left:20px;
    font-family:newPFont;
/*    font-size:1.1em;*/
    list-style-type:none;
}

/*
contact form
*/
.contact-form input, .contact-form p, .contact-form textarea{
    width:100%;
}
.contact-form p{display:inline-block; width:32%; margin:0.5%}
.contact-form p:nth-child(5){display:block; width:100%;}
.contact-form {max-width:100%;}
.contact-form label{font-family:newPFont; font-variant: small-caps; font-size:1.1em;padding:5px; color:#797979}
.contact-form input{padding:5px; font-size:19pt;}
.contact-form input, .contact-form textarea{ font-size:1.4em; resize:none; border:1px solid #CCC;outline:none;}

.post-password-form{
    width:500px;
    margin:0 auto;
}

.post-password-form label{
    padding-left:20%;
}

.form-title{
    font-family:newHFont;
    font-variant: small-caps;
}

.contact-form .captcha_container {
    width:304px;
    margin:0 auto;
    padding-top:20px;
    padding-bottom:20px;
}


.contact-form .btn{
    border-radius:0; 
    background-color:#b47756; 
    color:#FFF; 
    text-transform:uppercase; 
    font-size:1.1em; 
    padding:10px 30px;
     height: 40px;
    outline: none;
    border: none;
}

.btn:hover {
    opacity:0.7;
}

hr{
    border-top: 1px solid #9c9c9c!important;
    margin-top: 1px;
}

strong.membership_btn{
    color: #ac9b6e; 
    font-size: 1.2em; 
    display: block; 
    width:380px;
    text-align:center;
    margin:0 auto;
    line-height: 0.8em;
    border:2px solid #AC9B6E;
    font-variant: small-caps;
    padding:10px;
    
}

strong.membership_btn:hover{
    border:2px solid #fff;
    color:#fff;
}

.search-no-results header, .search-results header{
    position:absolute;
}


.results{
    padding-left:20px;
    padding-bottom:10px;
}

.return_results{
    text-align:center;
    font-size:1.5em;
    color:#ac9b6e;
}

.return_results span{
    color:#ac9b6e;
}

.single-post .post-content p div{
    right:50%;
    left:40%;
}

.single-post .post-content blockquote p {
    font-family:newHFont;
    font-size:1.8em;
    color:#D6CBC5;
    line-height:1.7em!important;
    font-variant: small-caps;
}

header.top-logotop .content {
	background-color: #fff;
}


/* standard blog post */
.standard_featured_img {
	max-width: 50%;
    padding-left:15px;
    padding-right:15px;
	padding-top: 41px;
	margin: 0 auto;
}

.nominee_feat_img{
    min-height:500px;
}

#property_details {
	/*    float:right;*/
}

#property_details p span {
	color: #AE928E;
}

#property_details p {
	padding: 10px;
}

.nominee_featured_img {
	padding-top: 41px;
    position:relative;
	margin: 0 auto;
}

.nominee_related_featured_img{
    margin:0 auto;
}


.search_img{
    position:relative;
    top:5px;
}

.results{
}

.post-content {
	font-size:1em; line-height:1.8em;
	text-align: center;
	background-color: #fff;
    padding-top:0px;
    font-family:newPFont;
}

.post-content p{
    font-family:newPFont;
    font-size:1.1em!important;
}

.post-content .post-title {
	text-transform: none;
	width: 100%;
    font-size:3em;
	color: #Ae928e;
	text-align: left;
    line-height: 50px;
    font-variant: small-caps;
    font-family:newHFont;
}

.md-text-title{
    font-family:newHFont;
    font-variant: small-caps!important;
}

.md-text-content{
    font-family:newPFont;
/*    font-size:1.1em;*/
}

.md-text-content ul{
    padding-top:10px;
    padding-bottom:10px;
    list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.md-text-content ul li{
    font-family:newPFont;
    font-size:1.2em;
}

.md-text-content p{
/*    font-size:1.1em!important;*/
    font-family:newPFont;
}


.strongTextClass{
    padding-top: 10px; 
    padding-bottom: 10px; 
    font-family: newHFont!important; 
    font-size: 2em!important; 
    color: #ac9b6e!important; 
    display: block;
}

h4.nominee_project{
    color:#AE928E;
    line-height:1em;
    font-size:1.8em;
    font-family:newHFont;
}

h4.nominee_project_all{
    font-family:newHFont;
    color:#AE928E;
    font-size:1.3em;
    max-width:264px;
    display:inline-block;
    line-height:15px;
}

h5.nominee_episode_all{
    color:#AE928E;
    line-height:10px;
    font-size:1.3em;
}


h6.nominee_episode{ 
    color:#AE928E;
    font-size:2em;
    padding-left:10px;
    display:inline-block;
}

.post-content .post-desc {
    font-size:1.1em;
    line-height:2.5em!important;
	width: 50%;
	padding-right: 40px;
}

.item-image {
/*
    width:200px!important;
    height:200px!important;
*/
}

.post-content .post-categories {
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	color: #ac9b6e;
}

.post-categories {
    font-size:2em;
    line-height:1em;
}

.single-post .post-content blockquote {
	border: none;
}

.loop-post-content blockquote,
.single-post blockquote {
	font-size: 18px;
	font-weight: 300;
	line-height: 29px;
	color: #AE928E;
	text-align: center;
	border: none;
	width: 100%;
	padding: 10px 15% 15px 15%;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-image: url(assets/img/quote-l.png), url(assets/img/quote-r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
	padding: 45px 30px;
}

.mc4wp-form-fields{
    text-align:center;
}

.mc4wp-form-fields input {
    text-align: center;
    font-size: 1.2em;
    padding: 5px;
}

.left-area a img:hover{
    opacity:.7;
}

.mc4wp-form-fields input[type="submit"] {
    border:0;
    color:#AC9B6E;
    padding-top:20px;
    background-color:transparent;
}

.textwidget {
    text-align: center;
}

.textwidget p{
    font-family:newPFont;
}

body.archive:not(.blog) article {
	box-shadow: none;
}
#footer_img {
	display: inherit;
	margin: 0 auto;
}
#afooter {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.footer {
	/*    box-shadow: 0 0 50px #000;*/
	
	padding: 20px;
	background-color: white;
	margin-top: 30px;
}
.row {
	margin: 0;
	padding: 0;
}

.text-in-box .description{
    font-family:newPFont;
}

.nom_section.digital{
    width:50%;
}

.nom_section.film{
    width:50%;
}

.nom_section.tv{
    width:33.3%;
}

.nominee_cat_name a{
    font-family:newPFont;
}

.nominee_cat_name a:hover{
    text-decoration: underline;
}

.winner img.post_featured_img {
    outline: 10px solid #AC9B6E;
    outline-offset: -10px;
}

.winner img.cat_winner{
    position:absolute;
    bottom:8px;
    left:8px;
}

.nom_section{
    padding:10px;
    font-family:newPFont;
    font-variant: small-caps;
    width:100%;
    display:inline-block;
    vertical-align: top;
}

h5.nominee_title{
    display:inline-block;
}

.all_nominees{
    margin:0 auto!important;
    text-align:center;
}

.footer {
	padding: 20px;
	width: 100%;
	background: white;
	color: #fff;
}
.ad {
	text-align: center;
}
.footer_menu {
	text-align: center;
}
.menu-footer-container {
	display: inline-block;
	width: 100%;
}
#menu-footer li {
    font-size:1.3em;
	display: inline;
}
#menu-footer li a {
	color: #3a3f42;
}
#menu-footer li a:hover {
	color: rgb(172, 155, 110);
}
.nav-footer-divider {
	display: inline;
	color: #000;
}
#menu-footer li:last-child .nav-footer-divider {
	display: none;
}
.menu-footer-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.left-area {
	float: left;
	margin-top: 10px;
	padding-left: 15px;
}
.left-area img {
	display: inline-block;
}
.right-area {
	float: right;
	margin-top: 10px;
	padding-right: 15px;
}
.searchbar_top {
	background-color: #ddd;
}
header.top-logotop a.logo {
	max-width: 600px;
}
.logo img{
	position:relative;
	max-width:100%; max-height:100%;
}

.ad_container {
	width: 100%;
	text-align: center;
	height: 100%;
}
.blog-masonry-container:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
	margin-top: -4px;
}
span .blog-cat {
	display: none!important;
}
span.blog-date {
	color: #c2a689!important;
}
span.blog-date a {
    position:relative;
    top:10px;
	text-transform:uppercase;
	font-size:0.85em;
	color: #c2a689!important;
}

i.icon-calendar-1.classic-blog-icon{
    position:relative;
    top:10px;
}

p.post-date {
	color: #c2a689;
    text-align:center!important;
}

.accordian_para{
    font-family:newPFont!important;
} 

/* custom calendar */
.blog_cal {
	border-color: rgba(255, 255, 255, 0.3);
	background-size: 123%;
}
.blog_cal .blog-container {
	border-color: rgba(255, 255, 255, 0.3);
}

.csw_event_list{
    top:50%;
    position:relative;
}

.csw-container{
    position: relative;
    float: left;
    border-bottom: solid 1px;
    border-right: solid 1px;
    border-color: rgba(255, 255, 255, 0.3);
    width: 20%;
    z-index: 5;
    height: 300px;
}

.invite-only{
    color:#AE928E!important;
}

.member-only{
    color:#AC9B6E!important;
}

.open-public{
    color:#B26D4C!important;
}

.blog_cal .blog-overlay {
	background-color: rgba(0, 0, 0, 0.8);
}
.blog_cal.calendar-blog p,
.blog_cal.calendar-blog h6 {
	color: rgba(255, 255, 255, 0.7);
}
.blog_cal .blog-container:hover p,
.blog_cal .blog-container:hover h6 {
	color: rgba(255, 255, 255, 1);
}

.blog-container div.cover-color{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background-color:red;
/*    transition: opacity 0.3s;*/
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.blog-title{
    font-size:15px;
    font-family:newHFont;
    font-variant: small-caps;
}
 

/* img filter */
.filtered {
	background-color: #b0a376;
	display: inline-block;
}
.filtered img {
	filter: brightness(105%) saturate(80%) sepia(50%) hue-rotate(-10deg);
	transition: all 0.5s;
}
.filtered img:hover {
	filter: brightness(100%) grayscale(0%) sepia(0%) opacity(100%) saturate(100%) contrast(100%);
}

#content{padding-top:120px;}


/* fixed sidebar */
#sidebar {
    
    
}

#close_bar {
	z-index: 9999;
	position: absolute;
	text-align: right;
    top: 15px;
    background-color:#fff;
    min-height:1000px;
}
#bar {
	background-color: #fff;
}
.fixed_widget {
	padding: 10px;
}

.fixed_widget:first-of-type {
    padding-top:25px;
}

.zoom-instagram-widget li img{
    width:74px!important;
}

.fixed_widget .zoom-instagram-widget{
    padding:0px;
}

.widgettitle {
	font-size: 1.5em;
}

.fixed_bar {
	width: 280px;
	height: 80%;
	overflow-y: visible;
    display:block;
	position: fixed;
	right: -250px;
	top: 215px;
	z-index: 0;
    transition: right 0.3s linear;
}

.visible_bar{
    right: 0px!important;
    transition: right 0.3s linear;
}

.open_bar{
    width:calc(100% - 280px);
}

/* nominee category page */
.nomination_category {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.nomination_title {
    font-family:newHFont;
	font-size: 32px;
	line-height: 35px;
	color: #3a3f42;
}
.nominee_display {
	text-align: center;
	display: inline-block;
}
.loop-post-content .post-title,
.archive .loop-post-content .post-title {
	line-height: 1.2em;
	color: #3a3f42;
	max-width: 260px;
    text-transform: none;
    font-variant: small-caps;
    line-height:18px;
    font-family:newHFont;
}
.loop-post-content .post-title {
	max-width: 100%;
	margin: 0 auto;
    
}
.loop-post-content {
	padding-top: 0px;
}

.nom_head{
    position:relative;
    margin:0 auto;
}

.nom_head img{
    max-height:200px;
    width:auto;
}

.nom_head h4{
    width:100%;
    color:#3a3f42;
    text-align:center;
    position:absolute;
    font-variant:small-caps;
    font-size:2.5em;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.aligncenter{
    text-align:center;
}

/*
div.aligncenter div.wrap div.wpb_column{
    margin:0 auto;
}
*/



.nominee_head {
    font-variant: small-caps;
	text-align: center;
/*	background: url('/wp-content/uploads/2017/01/Nominee-Page.png') no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.calendar_head {
	text-align: center;
/*	background: url('/wp-content/uploads/2017/01/light-background.jpg') no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.calendar_head h1 {
    font-family:newHFont;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}
.nominee_head h4,
.nominee_head h6 {
	position: relative;
}
.nominee_head h4 {
	padding-top: 70px;
	color: #FFFFFF;
}
.nominee_head h6 {
	padding-bottom: 50px;
	bottom: 10px;
	color: #B26D4C;
}
.menu-nominee_menu-container {
	display: inline-block;
	width: 100%;
}
.nominee_cat_subtext {}

#menu-nominee_menu{
    
    font-variant: small-caps;
    font-size:1em;
}

/*#menu-nominee_menu li{*/
#menu-nominee_menu li {
	display: inline;
}
#menu-nominee_menu li a {
    font-family:newHFont;
	font-size: 1.3em;
	line-height: 22px;
}
#menu-nominee_menu li:last-child .nav-footer-divider {
	display: none;
}
.menu-nominee_menu-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#related_nominees {
	position: relative;
}
#related_nominees h4 {
	float: left;
	padding-left: 10px;
	color: #AC9B6E;
	width: 100%;
	font-size: 1.4em;
/*	text-align: left;*/
}

.woocommerce{
    display:table;
    margin:0 auto;
}

#related_nominees h6 {
/*	float: left;*/
/*	width: 100%;*/
	font-size: 1.4em;
    height:95px;
    min-height:20px;
    font-variant: small-caps;
	text-align: center;
}
#related_nominees article h1.post-title {
	text-align: center;
    font-size:1.4em; 
}

.related_n{
    width:264px;
}

.isotope.posts.box_size {
	width: auto;
}


.celeb_social {
/*	width: 50%;*/
/*	margin-top: 40px;*/
}

h5.post-title.blog_title{
    text-transform:none;
    font-variant: small-caps;
    max-width:260px;
    font-size:1.4em!important;
    margin:0;
    line-height: 1em;
}

h1.post-title{
    line-height: 18px;
}

.celeb_social a{
    display:inline-block;
}

.celeb_social a:hover{
    opacity:.7;
}

.celeb_social div.filtered {
	background-color: #fff;
}
.featured_icon {
    width:30px;
    height:30px;
	right: 5px;
    top:5px;
	position: absolute;
	z-index: 9;
    border-radius: 50px;
} 
#blog-article {
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}

.img_control{
    max-height:700px;
}

.page_wrap{
    width:90%;
    max-width:1000px;
    margin:0 auto;
    font-size:1.1em;
    line-height:2.5em;
    color:#3A3F42;
    font-family:newPFont;
}

.page_wrap a{
    font-size:initial;
}

.video_container {
    position:relative;
    z-index:0;
}

.video_overlay {
    width:100%;
    text-align:center;
    position:absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    z-index:1;
}

/* TODO: set up css for new video overlay text */ 
.video_overlay_top {
    
}

.video_overlay_mid {
    
}

.video_overlay_bot {
    
}


.blog-post-view{
    margin:0 auto!important;
     max-width:60%; margin:0 auto;
}

.video_overlay h4 
{
    padding:20px 0px;
    margin:0px;
    color:#fff;
    font-size:4.5em;
    font-weight:100;
 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}

p.page_wrap{
    font-size: 1.1em!important;
    line-height:2.5em!important;
}

.annual_fee_text{
    text-align:center;
    color:#fff!important;
}

.annual_fee_amnt{
    text-align:center;
    color: #ac9b6e; 
    font-size: 2em; 
    display: block;
}

.nom_faq_title{
    font-size:1.1em;
    font-family:newHFont;
    font-variant:small-caps;
}

.md-text.gizmo-container{
    width:100%;
}

.wrap_custom {
    padding:10px;    
    display:inline-block;
}

.wrap_custom_fp{
  margin: 10px auto;
  position: relative;
  text-align:center;
}

.wrap_custom_fp article{
    text-align:left;
}

#blog_post_excerpt {
	font-family: newPFont;
    color:#3A3F42;
	max-width: 200px;
	padding-top: 5px;
}
div.filtered:hover input {
	display: block;
}
div.filtered {
	position: relative;
}

input[type="text"]::-webkit-input-placeholder { font-style: italic; text-align:center; }
input[type="text"]::-moz-placeholder { font-style: italic; text-align:center; } /* firefox 19+ */
input[type="text"]:-ms-input-placeholder { font-style: italic; text-align:center; } /* ie */
input[type="text"]:-moz-placeholder { font-style: italic; text-align:center; }

input[type="email"]::-webkit-input-placeholder { font-style: italic; }
input[type="email"]::-moz-placeholder { font-style: italic; } /* firefox 19+ */
input[type="email"]:-ms-input-placeholder { font-style: italic; } /* ie */
input[type="email"]:-moz-placeholder { font-style: italic; }


input[type="button"] {
	background-color: #B26D4C;
	color: #fff;
	border: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
div.filtered input {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.print_list{
    font-size:1.0em;
    font-family:newHFont;
    font-variant: small-caps;
}

.print_holder{
    font-size:1.1em;
    font-family:newPFont;
    text-align:center;
    color:#3A3F42;
    padding-bottom:5px;
}

.thumbnail {
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}


.flex-item{
    font-family:newPFont;
    color:#3A3F42;
}


.flex-container{
	display:-webkit-flex;
	display:flex;
	justify-content:flex-start;
	align-items:top;
}

.table{display:table;}
.table .tr { display:table-row;}
.table .td { display:table-cell;padding:0 2px;}

.post-desc.flex-container{width:100%;}
#property_details {padding-top:55px;}
#property_details .table{width:450px;}
#property_details .table .tr .td:nth-child(1){width:36%; text-align:right; color:#Ae928e;}
#property_details .table .tr .td:nth-child(2){width:65%; text-align:left; color:#797979;}

.property-details{
    vertical-align: top;
}

.post-pagination{
    display:none;
}

.header_fix{
    height:196px;
    width:100%;
}


/* popup */
.modal-box {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 98%;
	background: white;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}
.modal-box header,
.modal-box .modal-header {
	padding: 1.25em 1.5em;
	border-bottom: 1px solid #ddd;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
	margin: 0;
}

/*.modal-box .modal-body { padding: 2em 1.5em; }*/
.modal-box footer,
.modal-box .modal-footer {
	padding: 1em;
	border-top: 1px solid #ddd;
	background: rgba(255, 255, 255, 0.02);
	text-align: right;
}
.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3) !important;
}
a.close {
	line-height: 1;
	font-size: 1.5em;
	position: absolute;
	top: 5%;
	right: 2%;
	text-decoration: none;
	color: #bbb;
}
a.close:hover {
	color: #222;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
.form-style-2 {
	max-width: 500px;
	float: left;
	padding: 20px 12px 10px 20px;
	font: 13px Arial, Helvetica, sans-serif;
}
.vote-img {
	display: inline-block;
	float: right;
	padding: 20px;
}
.form-style-2 label {
	display: block;
	margin: 0px 0px 15px 0px;
}
.form-style-2 label > span {
	width: 100px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.form-style-2 span.required {
	color: red;
}
.form-style-2 input.input-field {
	width: 48%;
}
.form-style-2 input.input-field,
.form-style-2 .select-field {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}
.form-style-2 .input-field:focus,
.form-style-2 .select-field:focus {
	border: 1px solid #AC9B6E;
}

.social_holder{
    float:right;
}

.person{
    width: 25%;
    padding: 20px;
    text-align: center;
}

.sponsor_person{
    width:100%;
    padding:10px;
    text-align:center;
}

.press_person{
    width: 100%;
    padding: 5px 10px 15px;
}    

.navigation-mobile.header-light a.open, .navigation-mobile.header-dark a.open{
    color:#AC9B6E;
}

.people{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    line-height:1.1em;
}

.accord_innertitle{
    font-size:1.35em;
    font-family: newHFont;
    font-weight: 100;
    font-style: normal;
    font-variant: small-caps;
    padding:10px;
    color: #7a7a7a;
}

.accord_innertitle.large{
    font-size:1.8em;
    text-align:center;
}

.people .person .name{
    font-size:1.1em;
/*    text-transform:uppercase;*/
    font-variant: small-caps; 
/*    font-style:italic;*/
}

.people .sponsor_person .name{
    font-size:1.1em;
    font-variant: small-caps;
}

.people .sponsor_person .title{ 
    font-size:1.1em;
}

.people .person .title{ 
    color:#c1a898;  
    font-size:0.85em;
}


.people .press_person .name{
    font-size:1.1em;
    font-variant: small-caps;
/*    text-transform:uppercase;*/
/*    font-style:italic;*/
}

.people .press_person .title{ 
    color:#c1a898;  
    font-size:0.85em;
}

div.wpcf7-mail-sent-ok{
    border:2px solid #AC9B6E;
}

.bg_bell{
    background-color:#3A3F42;
}

.bg_calendar{
    background-color:#797979;
}

.bg_digital{
    background-color:#C2A698;
}

.bg_film {
    background-color:#B26D4C;
}

.bg_star{
    background-color:#AC9B6E;
}

.bg_tv{
    background-color:#AE928E;
}

.bg_video{
    background-color:#C2A698;
}


.s1{
    line-height: 2.5em;
    font-weight: 300;
    font-family: newPFont;
}

.s1 a b{
/*    font-size:initial;*/
}

.s1 a span{
/*    font-size:initial;*/
}



#sponsor_thanks_list{
    columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

#sponsor_thanks_list li{
    display:inline-block;
}

#sponsor_thanks_list li:after{
    content: ' | ';
}

#sponsor_thanks_list li:last-child:after{
    content: '';
}

/* sponsor list */
.sponsor-list{display:block; text-align:center;}
.sponsor-row{display:block; margin:5px;padding:5px;}
.sponsor-row .split{width:46%;margin-right:1%; display:inline-block;}
.sponsor-row .sponsors { display:flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.sponsor-row .sponsor{padding:5px 10px;}
.sponsor-row h2{ font-size: 1.4em; }
.sponsor-row .sponsor img {max-width:300px; max-height:40px; filter: grayscale(100%);}

.sponsor-row .big img {
}

.sponsor-row .med img {
    max-height:60px;
}

.sponsor-row .med-big img {
    max-height:150px;
}
    
.sponsor-row .big img {
    max-height:175px;
}

.sponsor-row .bigger img {
    max-height:200px;
}

/**/
 

@media (max-width:780px){
    .contact-form p{display:inline-block; width:48%; margin:0.5%}
    .contact-form p:nth-child(4){display:block; width:100%;}
    
    h1.post-title{
        padding-top:0px!important;
    }
    
    .flex-container{
        flex-direction:column;
    }
    
    .blog-post-view{
        max-width:95%;
        margin-left:0px!important;
        margin-right:0px!important;
    }
    
    .video_overlay h4{
        font-size:2.0em;
    }
}
@media(max-width:470px){
    .contact-form p{display:inline-block; width:100%;}    
}

@media only screen and (max-width:400px){
    #related_nominees article h1.post-title{
        font-size: 1.6em;
    }
    
    #related_nominees h6{
        height:auto;
    }
    
    #related_nominees h4{
        float:none;
        text-align:center;
    }
}

/* max-width 1280 */
@media (max-width: 1280px) {
	.vc_empty_space {
		display: none;
	}
}

@media(max-width: 1060px){
    header.top-logotop .navigation ul{
        padding-left:20px;
    }
}

@media(max-width:800px){
	header.top-logotop .content{
		display:-webkit-flex;
		display:flex;
		justify-content:flex-end;
		align-items:center;
	}
	header.top-logotop a.logo{
		padding-top:10px;
		padding-right:10px;
	}
	header .navigation-button, header .mobile-shopcart{
		top:25%;
	}
}

@media only screen and (device-width: 768px) {
    .header_fix{
        display:none;
    }
}


@media only screen and (max-width:580px){
    .nom_head h4{
        font-size:1.7em;
    }
    
    .person{
        width:100%;
    }
    
    #property_details .table .tr .td:nth-child(2){
        display: block;
    }
}

@media (max-width: 1280px) {}
@media screen and (max-width: 782px) {}

@media (min-width: 32em) {
	.modal-box {
		width: 70%;
	}
}

@media only screen and (max-device-width: 480px) {
    .header_fix{
        display:none;
    }
}

.nocomments{
	display:none;
}