/* @group all mobile devices
========================================================================== */
@media all and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none;
  }
  .album .nominee-download {
    display: none;
  }
}
/* @group < 1250px
========================================================================== */
@media all and (max-width: 1259px) {
  .wrapper {
    width: 90%;
  }
  #widgets,
  #full,
  .full,
  #gala-banner {
    width: 100%;
    margin: 45px 0;
  }
  #full,
  .full {
    margin-top: 0;
  }
  #content {
    width: calc(100% - 360px);
    margin: 0 0 45px 0;
  }
  #sidebar {
    width: 315px;
    margin: 0 0 45px 0;
  }
  #searchform,
  #searchform .search-submit {
    height: 90px;
  }
  #searchform .search-close {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #short-list-homepage .nominee {
    width: 97px;
  }
  #widgets .widget {
    width: 315px;
    margin-right: 45px;
  }
  #widgets .widget:nth-of-type(3n) {
    margin-right: 0;
  }
}
/* @group < 1125px
========================================================================== */
@media all and (max-width: 1124px) {
  #top {
    width: 100%;
    max-width: 100%;
  }
  #partners {
    margin-left: 20px;
  }
  #subscribe {
    margin-right: 20px;
  }
  .home nav .inner,
  nav .inner,
  nav.stuck .inner,
  #menu-more {
    width: 100%;
    max-width: 100%;
  }
  nav ul.menu {
    padding: 0 20px;
  }
  .wrapper {
    width: 90%;
  }
  #gala-banner {
    margin: 0 auto 40px;
  }
  #full,
  .full {
    margin-top: 0;
  }
  #content {
    width: calc(100% - 320px);
    margin: 0 0 40px 0;
  }
  #sidebar {
    width: 280px;
    margin: 0 0 40px 0;
  }
  #searchform,
  #searchform .search-submit {
    height: 86px;
  }
  #searchform .search-close {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .heading h1 {
    font-size: 3em;
    line-height: 2.35em;
  }
  #featured {
    height: 340px;
    background-size: cover;
  }
  #featured-text {
    max-width: 944px;
    margin: 0 auto;
    padding: 80px 40px 0 40px;
    text-align: center;
  }
  #featured h3,
  #featured p {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  #short-list-homepage .nominee {
    width: 87px;
  }
  #widgets .widget {
    width: 100%;
    margin: 0;
  }
  #widget-blog article {
    display: block;
    float: left;
    width: 284px;
    margin: 0 40px 35px 0;
    text-align: center;
  }
  #widget-blog article:last-of-type {
    margin-right: 0;
  }
  #widget-blog .blog-tnail {
    display: block;
    width: 75px;
    margin: 0 auto 10px;
  }
  #widget-blog .blog-content {
    display: block;
    width: 100%;
  }
  #widgets #widget-posters,
  #widgets #widget-ad {
    max-width: 350px;
  }
  #widgets #widget-posters {
    margin: 0 40px 0 100px;
  }
  #nominees-longlist ul.nominee-links li {
    margin: 0 5px 5px 0;
  }
  .content .navigation {
    margin-bottom: 30px;
  }
  .heritage-nominee {
    height: 220px;
  }
  .page-template-store #content,
  .page-template-store #sidebar {
    display: block !important;
    float: none;
    width: 90%;
    margin: 0 auto 50px;
  }
  .page-template-store #sidebar h2 {
    display: none;
  }
  .page-template-store #sidebar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-store #sidebar ul li {
    margin: 0 20px 0 0;
  }
  #footer {
    padding: 50px 0;
  }
}
/* @group < 1024px
========================================================================== */
@media all and (max-width: 1023px) {
  .wrapper {
    width: 90%;
  }
  #widgets,
  #full,
  .full,
  #content,
  #sidebar,
  #gala-banner {
    float: left;
    width: 100%;
    margin: 0 0 40px;
  }
  #gala-banner {
    float: none;
    margin: 0 auto 40px;
  }
  #content,
  #sidebar {
    margin-bottom: 0;
  }
  #widgets {
    margin-top: 40px;
  }
  .widget,
  #sidebar .widget {
    float: left;
    width: 324px;
    margin: 0 40px 40px 0;
  }
  .widget:nth-of-type(even),
  #sidebar .widget:nth-of-type(even) {
    margin-right: 0;
  }
  #widgets #widget-posters {
    display: none;
  }
  #widgets #widget-ad {
    position: relative;
    max-width: 350px;
    left: 50%;
    margin: 0 0 0 -175px;
  }
  #full,
  .full {
    margin-top: 0;
  }
  .heading h1 {
    font-size: 2.2em;
  }
  .home .heading h1 {
    font-size: 2em;
    text-transform: none;
  }
  .home .heading a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    background: #be9500;
    border-bottom: 0;
  }
  .home .heading a:hover {
    color: #fff;
    background: #444141;
    border-bottom: 0;
  }
  #featured {
    height: auto;
  }
  #featured-text {
    max-width: 688px;
    padding: 80px 40px;
  }
  #featured h3 {
    font-size: 3em;
  }
  #short-list-homepage h2 {
    margin-bottom: 30px;
  }
  #short-list-homepage .nominee {
    width: 64px;
    margin-right: 5px;
  }
  #widget-blog article {
    width: 202px;
  }
  #nominees-winner .nominee-details .nominee-name,
  #nominees-winner .nominee-details .nominee-title {
    font-size: 2.4em;
  }
  #nominees-winner .nominee-details .nominee-title {
    font-size: 2.2em;
  }
  #nominees-winner .nominee-details .nominee-city {
    font-size: 1.6em;
  }
  .page-template-suggestions-php #content,
  .page-template-suggestions-php #sidebar {
    margin-bottom: 10px;
  }
  .content a.button:link,
  .content a.button:visited,
  .content a.button:active,
  .nominee-cover a.post-edit-link {
    font: 600 1em/1em "Montserrat", Arial, sans-serif;
  }
  #comments {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .sponsor {
    width: 30.5%;
    margin: 0 1.25% 2.5% 1.25%;
  }
  .sponsor-category-presenting .sponsor {
    width: 50%;
  }
  #nominees-shortlist .nominee-poster {
    display: none;
  }
  #page-header-video {
    margin: 20px 0 40px;
  }
  #heritage-nominees .nominee.third {
    width: 47.82608695%;
    margin-right: 0 !important;
  }
  #heritage-nominees .nominee.third:nth-of-type(2n) {
    margin-right: 4.3478261% !important;
  }
  #heritage-nominees .nominee:nth-of-type(3n+1) {
    clear: none !important;
  }
  .heritage-nominee {
    height: 180px;
  }
  .heritage-nominee p {
    font-size: 1.3em;
  }
  #heritage-intro-logo {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    text-align: center;
  }
  #heritage-intro-logo img {
    margin: 0 auto;
  }
  #heritage-intro-content {
    float: none;
    width: 100%;
    text-align: center;
  }
  #heritage-intro-content p {
    font-size: 1.4em;
    line-height: 1.8em;
  }
  #heritage-banner-inner,
  #heritage-banner-left,
  #heritage-banner-right {
    display: block;
    width: 100%;
    text-align: center;
  }
  #heritage-banner-left {
    padding: 50px 0 0;
    border-right: 0;
  }
  #heritage-banner-right {
    padding: 50px 0;
  }
  #heritage-banner-right hr {
    margin: 10px auto;
  }
  #heritage-past .third {
    width: 45%;
    margin: 0;
    padding-right: 5%;
  }
  #heritage-winners-split .nominee-cover img {
    width: 100%;
  }
  .gform_wrapper.gravity-theme#gform_wrapper_29 {
    padding: 30px;
  }
  .gravity-theme h3 {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
  #subfooter {
    padding: 75px 0;
  }
  #subfooter-socials h3 {
    margin-bottom: 10px;
    font-size: 3em;
  }
  #subfooter-socials p {
    margin-bottom: 20px;
    font-size: 1.8em;
  }
  #subfooter-socials ul li {
    margin: 0 10px 10px 0;
    font-size: 1.1em;
  }
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    width: 90%;
    text-align: center;
  }
  #footer #footer-signup form {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer #footer-signup p {
    max-width: 100%;
  }
  #footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 4;
        flex-shrink: 4;
    gap: 20px;
  }
}
@media all and (min-width: 769px) {
  #full {
    min-height: 300px;
  }
  #short-list-homepage #full {
    min-height: 0;
  }
}
/* @group < 782px
================================================================================= */
@media all and (max-width: 782px) {
  .admin-bar #searchform {
    top: 46px;
  }
}
/* @group < 800px
========================================================================== */
@media all and (max-width: 1023px) {
  #mobile-header {
    float: left;
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    background: #1d1d1d;
    background-size: cover;
  }
  #mobile-header .inner {
    width: auto;
    margin: 0;
    padding: 0 25px;
    text-align: left;
  }
  #mobile-logo {
    position: relative;
    float: left;
    width: 186px;
    height: 69px;
    margin-top: 15px;
    overflow: hidden;
    text-indent: -5000px;
  }
  #mobile-logo a span,
  #mobile-logo a:hover span,
  #mobile-logo a:focus span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/logo-mobile@2x.png") no-repeat 0 0;
    background-size: 186px 69px;
  }
  .fr #mobile-logo a span,
  .fr #mobile-logo a:hover span,
  .fr #mobile-logo a:focus span {
    background: url("../images/logo-mobile-fr@2x.png") no-repeat 0 0;
    background-size: 186px 69px;
  }
  #mobile-button {
    position: relative;
    float: right;
    width: 45px;
    height: 33px;
    margin-top: 35px;
    overflow: hidden;
    text-indent: -5000px;
  }
  #mobile-button a span,
  #mobile-button a:hover span,
  #mobile-button a:focus span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/menu-button@2x.png") no-repeat 0 0;
    background-size: 45px 33px;
  }
  #mobile-menu {
    position: fixed;
    display: block;
    top: 0;
    right: -210px;
    width: 210px;
    height: 100%;
    text-align: right;
    background: #403f40;
    z-index: 99;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .admin-bar #mobile-menu {
    padding-top: 35px;
  }
  #mobile-menu.active {
    right: 0;
  }
  #mobile-menu ul {
    clear: both;
    margin: 0 25px 15px;
  }
  #mobile-menu ul li {
    margin-bottom: 5px;
    font: 3em/1em "Pakt", Arial, sans-serif;
    text-transform: uppercase;
  }
  #mobile-menu ul li a,
  #mobile-language a {
    color: #fff;
    text-decoration: none;
  }
  #mobile-menu ul li a:hover,
  #mobile-language a:hover {
    color: #a7a8a7;
  }
  #mobile-language {
    margin: 0 25px 0 75px;
    padding-top: 10px;
    font-size: 1.4em;
    border-top: 1px solid #a7a8a7;
  }
  #mobile-language div.active {
    display: none;
  }
  #mobile-close {
    float: right;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 35px 25px 32px 0;
    text-indent: -5000px;
    overflow: hidden;
  }
  #mobile-close a span,
  #mobile-close a:hover span,
  #mobile-close a:focus span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/mobile-close@2x.png") no-repeat 0 0;
    background-size: 32px 32px;
  }
  #mobile-nominees-button {
    /*display: block;*/
    position: absolute;
    left: 50%;
    margin: -81px 0 0 -65px;
  }
  #mobile-nominees-button a.button {
    margin: 0;
    font-size: 1.4em;
    border: 0;
  }
  #mobile-partners {
    clear: both;
    display: block;
    width: 320px;
    margin: 0 auto 25px;
  }
  #mobile-supported {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mobile-details {
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .sticky-wrapper {
    display: none;
  }
  #social.mobile {
    display: block;
  }
  #logo a {
    text-decoration: none;
  }
  #searchform {
    position: fixed;
  }
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
  #top,
  #banner,
  #nav-logo,
  #logo {
    display: none;
  }
  #widgets,
  #full,
  .full,
  #content,
  #sidebar {
    float: none;
    width: auto;
    margin: 0 5% 25px 5%;
  }
  #narrow {
    width: 90%;
    max-width: 100%;
    margin: 0 5%;
  }
  header[role=banner] {
    width: 100%;
    margin: 0;
  }
  nav {
    border-top: 0;
  }
  nav .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
  }
  .half,
  .third,
  .quarter {
    width: 100%;
    margin: 0 0 25px;
    border-bottom: 1px solid #c8c8c8;
  }
  .half:last-of-type,
  .third:last-of-type,
  .quarter:last-of-type {
    border-bottom: 0;
  }
  #gala-stream {
    width: calc(100% - 40px);
  }
  #gala-banner {
    width: calc(100% - 50px);
    margin: 0 25px 25px;
  }
  #jury .third {
    border-bottom: 0;
  }
  nav {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 0;
  }
  nav.stuck {
    position: relative;
  }
  #nav-logo,
  #countdown-mobile,
  #dates,
  nav ul.menu {
    padding: 0;
    border-right: 0;
  }
  #dates {
    display: none;
  }
  #header-wrapper {
    width: 100%;
  }
  #countdown {
    display: none;
  }
  #countdown-mobile {
    display: block;
    width: 150px;
    min-width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
  #dates-mobile {
    display: block;
    padding-left: 0;
    text-align: right;
    border-right: 0;
  }
  #dates-mobile h6 {
    font: 1.4em/1.4em "bebas-neue", Arial, sans-serif;
    color: #403f40;
  }
  nav ul.menu {
    display: none;
  }
  #searchform,
  #searchform .search-submit {
    height: 100px;
  }
  #searchform .search-close {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  #watch-gala {
    margin: 0 auto 30px;
    width: 270px;
    height: 27px;
  }
  #featured {
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    background-size: cover;
  }
  #featured-overlay {
    max-width: 100%;
  }
  #featured-text {
    max-width: 100%;
    padding: 25px 0;
  }
  #featured:hover #featured-overlay {
    background: url("../images/feature-overlay-blue.png") repeat 0 0;
  }
  #featured h3 {
    width: auto;
    width: auto;
    margin: 0 25px 10px;
    font-size: 2.2em;
  }
  #featured p {
    width: auto;
    margin: 0 25px 10px;
    font-size: 1.2em;
    line-height: 1.6em;
  }
  #short-list-homepage {
    margin-bottom: 10px;
  }
  #short-list-homepage h2 {
    margin-bottom: 20px;
  }
  #short-list-homepage .nominee {
    width: 18%;
    margin: 0 2% 2% 0;
  }
  #sidebar {
    display: none;
  }
  .heading {
    margin: 0 auto 25px;
  }
  #page-header-video {
    margin: 0 0 25px;
  }
  #widgets {
    float: left;
    width: 100%;
    margin: 0;
    padding: 25px 25px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .widget,
  #sidebar .widget {
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
  #widget-posters {
    display: none;
  }
  #widget-blog {
    margin-bottom: 25px !important;
    border-bottom: 1px solid #ddddd5;
  }
  #widgets #widget-blog {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #widget-blog article {
    width: 100%;
    margin: 0 0 15px;
    text-align: left;
  }
  #widget-blog article:last-of-type {
    margin-bottom: 15px;
  }
  #widget-blog .blog-tnail {
    float: left;
    display: block;
    width: 75px;
    margin: 0 auto 10px;
  }
  #widget-blog .blog-content {
    float: left;
    display: block;
    width: calc(100% - 90px);
    margin-left: 15px;
  }
  #widgets #widget-ad {
    margin-bottom: 25px;
  }
  .blog-post,
  .third .blog-post {
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: 1px solid #c8c8c8;
  }
  .third .blog-post:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .blog-post .blog-tnail {
    display: none;
  }
  .blog-post .blog-content {
    float: none;
    width: 100%;
  }
  .content .wp-pagenavi {
    margin-bottom: 25px;
  }
  .content h1 {
    font-size: 2.4em;
  }
  .content h2 {
    font-size: 1.8em;
  }
  .content h3 {
    font-size: 1.6em;
  }
  .content h4 {
    font-size: 1.4em;
  }
  .content h5 {
    font-size: 1.3em;
  }
  .content h6 {
    font-size: 1.2em;
  }
  #nominees-years-current {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c8c8c8;
  }
  #nominees-years-current h2 {
    font-size: 2.4em;
  }
  #videos article {
    border-bottom: 0;
  }
  #videos article .video-tnail {
    margin: 0 0 10px;
    background: transparent;
  }
  #videos article .video-tnail img {
    margin: 0;
  }
  #videos article h2 {
    margin: 0;
    font-size: 1.4em;
  }
  #videos p {
    display: none;
  }
  .sponsor-category {
    border-bottom: 0;
  }
  .sponsor-category h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .sponsor,
  .sponsor-category-presenting .sponsor {
    width: 100%;
    margin: 0 0 5% 0;
    border: 1px solid #dddcd8 !important;
  }
  .sponsor img {
    max-width: 50%;
  }
  .sponsor-category-presenting .sponsor img {
    max-width: 100%;
  }
  .gform_wrapper h2.gsection_title {
    margin: 15px 0 0;
  }
  .gform_wrapper ul.gform_fields li label,
  #theme-my-login p label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  #theme-my-login p.forgetmenot label {
    float: none;
    width: auto;
  }
  .gform_wrapper ul.gform_fields li .ginput_container,
  .gform_wrapper ul.gform_fields li .gfield_description,
  .gform_wrapper ul.gform_fields li .clear-multi {
    float: left;
    width: 100%;
  }
  .content #theme-my-login table th,
  .content #theme-my-login table td,
  .content #theme-my-login1 table th,
  .content #theme-my-login1 table td {
    float: none;
    width: 100%;
  }
  .content #theme-my-login table th,
  .content #theme-my-login1 table th {
    padding: 10px 0 0;
  }
  .content #theme-my-login table th label,
  .content #theme-my-login1 table th label {
    line-height: normal;
  }
  #theme-my-login input[type=text],
  #theme-my-login input[type=password] {
    float: left;
    width: 92%;
  }
  #theme-my-login #loginform input[type=text],
  #theme-my-login #loginform input[type=password],
  #theme-my-login #lostpasswordform input[type=text],
  #theme-my-login #lostpasswordform input[type=password] {
    width: 100%;
  }
  .gform_wrapper .gform_button,
  #theme-my-login input[type=submit] {
    float: none;
    margin: 0;
  }
  #theme-my-login .tml-action-links,
  #theme-my-login1 .tml-action-links {
    padding-left: 0;
  }
  #theme-my-login p.submit {
    padding-top: 25px;
  }
  #theme-my-login p.message {
    margin-bottom: 25px;
  }
  #mobile-social {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  #social {
    float: none;
    width: auto;
    padding: 15px 0;
    margin: 0 auto;
    border-left: 0;
    text-align: center;
    border-top: 1px solid #1d1d1d;
  }
  #social li {
    font-size: 1.2em;
  }
  .nominees {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c8c8c8;
  }
  .nominees h2 {
    margin: 0 0 15px;
    font-size: 1.8em;
  }
  #nominees-longlist {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #nominees-winner .nominee {
    display: table;
    margin-bottom: 15px;
  }
  #nominees-winner .nominee-cover {
    float: none;
    width: 75px;
    display: table-cell;
    margin: 0;
  }
  #nominees-winner .nominee-cover img {
    width: 60px;
    height: 60px;
  }
  .nominees .nominee-winner h2 {
    margin-bottom: 3px;
    font-size: 1.4em;
    text-transform: none;
  }
  #nominees-winner .nominee-details {
    float: none;
    width: auto;
    display: table-cell;
    font-size: 1em;
    vertical-align: middle;
  }
  #nominees-winner .nominee-details .nominee-name,
  #nominees-winner .nominee-details .nominee-title {
    margin-bottom: 3px;
    font-size: 1.3em;
  }
  #nominees-winner .nominee-details .nominee-title {
    font-size: 1.3em;
  }
  #nominees-winner .nominee-details .nominee-city {
    display: none;
  }
  #nominees-winner .nominee-details ul.nominee-links,
  #nominees-shortlist .nominee-details ul.nominee-links,
  #nominees-longlist .nominee-details ul.nominee-links,
  .album .nominee-details ul.nominee-links {
    display: none;
  }
  #nominees-shortlist .nominee,
  #nominees-longlist .nominee {
    float: none;
    width: 100%;
    display: table;
    margin: 0 0 15px;
    font-size: 1.3em;
    line-height: 1.1em;
    text-align: left;
  }
  #nominees-shortlist .nominee-details,
  #nominees-longlist .nominee-details {
    float: none;
    width: auto;
    display: table-cell;
    font-size: 1em;
    line-height: 1.1em;
    text-align: left;
    vertical-align: middle;
  }
  #nominees-shortlist .nominee .nominee-cover,
  #nominees-longlist .nominee .nominee-cover {
    display: table-cell;
    float: none;
    width: 75px;
    margin: 0;
  }
  #nominees-shortlist .nominee .nominee-cover img,
  #nominees-longlist .nominee .nominee-cover img {
    width: 60px;
    height: 60px;
  }
  #nominees-shortlist .nominee .nominee-city,
  #nominees-longlist .nominee .nominee-city {
    display: none;
  }
  #nominees-years .quarter {
    padding-bottom: 20px;
  }
  #nominees-longlist.nominees-list-view .nominee {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  #heritage-nominees .nominee.third {
    width: 100%;
    margin-right: 0 !important;
    border-bottom: 0;
  }
  #heritage-nominees #heritage-vote-button-top {
    margin-bottom: 25px;
  }
  #heritage-nominees #heritage-vote-button-bottom {
    margin-bottom: 25px;
    padding-top: 0;
  }
  #heritage-vote-nominees {
    display: block;
    margin-bottom: 30px;
  }
  .heritage-decade {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    background: transparent;
    border-right: 0;
  }
  .heritage-decade:nth-of-type(odd) {
    background: transparent;
  }
  #heritage-winners,
  #heritage-posters-widget {
    width: 100%;
  }
  #heritage-winners .nominee {
    border-bottom: 0;
  }
  #albums-sort-menu {
    margin: 0 0 10px;
  }
  #albums-sort br {
    display: block;
  }
  .nominee-cover a.post-edit-link {
    display: none;
  }
  .nominee-cover-icons {
    display: none;
  }
  .album .wp-playlist {
    overflow: hidden !important;
  }
  .album .wp-playlist .wp-playlist-current-item img {
    display: none !important;
  }
  .album .wp-playlist .mejs-time-rail {
    width: 70% !important;
  }
  .album .wp-playlist .mejs-time-total {
    width: 70% !important;
  }
  .album .wp-playlist .mejs-duration-container,
  .album .wp-playlist .mejs-controls div.mejs-volume-button,
  .album .wp-playlist .mejs-controls div.mejs-horizontal-volume-slider {
    display: none !important;
  }
  .album .wp-playlist-item .wp-playlist-item-length {
    display: none;
  }
  .blog-share {
    margin-bottom: 25px;
  }
  .content .navigation {
    margin-bottom: 20px;
  }
  #heritage-vote-header .half,
  #heritage-vote-header .third {
    text-align: center;
    border-bottom: 0;
  }
  #heritage-vote-nominees h2 {
    margin: 0 auto 30px;
    font-size: 20px;
  }
  .heritage-nominee {
    margin-bottom: 30px;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  #heritage-vote-poll {
    width: 100%;
    height: 100%;
  }
  .admin-bar #heritage-vote-poll {
    top: 46px;
    width: 100%;
    height: calc(100% - 46px);
  }
  #heritage-intro {
    margin-bottom: 20px;
  }
  #heritage-banner-left,
  #heritage-banner-right {
    padding: 30px;
  }
  #heritage-banner-left {
    padding-bottom: 0;
  }
  #heritage-past-winners .third {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  #heritage-past-winners hr {
    display: none;
  }
  #heritage-vote-poll-header {
    width: calc(100% - 40px);
    height: 30px;
    padding: 20px;
  }
  #heritage-vote-poll-header h2 {
    font-size: 28px;
  }
  #heritage-vote-poll-header a {
    font-size: 8px;
  }
  #heritage-vote-poll-body {
    height: calc(100% - 70px);
  }
  #heritage-vote-poll-body hr {
    display: none;
  }
  #heritage-vote-poll .gform_wrapper {
    width: calc(100% - 40px);
    padding: 20px;
  }
  #heritage-vote-poll .gform_wrapper ul li.gfield {
    width: 100%;
  }
  #heritage-vote-poll .gform_wrapper ul li.gfield label.gfield_label {
    margin: 0 0 20px 30px;
    padding: 0;
  }
  #heritage-winners-split .nominee-cover img {
    width: auto;
  }
  #heritage-intro-content p span {
    display: block;
    height: 0;
    visibility: hidden;
  }
  #canada-council {
    margin: 0 0 25px;
  }
  .gform_wrapper.gravity-theme#gform_wrapper_29 {
    padding: 25px;
  }
  .gravity-theme h3 {
    margin-top: 1em;
    padding-top: 1em;
  }
  .gravity-theme .ginput_complex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .gravity-theme .ginput_complex span {
    width: 100%;
    margin: 0 10px;
  }
  .gravity-theme .ginput_complex span:first-of-type {
    margin-bottom: 15px;
  }
  .gravity-theme input.ginput_total {
    font-size: 1.6em;
  }
  #field_29_10 legend {
    margin-top: 0;
    padding-top: 1.25em;
  }
  #mobile-footer {
    display: block;
    clear: both;
    padding: 25px;
    margin-bottom: 22px;
    background: #1d1d1d;
  }
  #omdc-mobile {
    display: block;
  }
  #community-development-header {
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
  }
  #community-development-header h3 {
    font-size: 1.5em;
  }
  #community-development-header p {
    margin-bottom: 5px;
  }
  #community-development-header-right {
    width: 100%;
  }
  #community-development-header-right img {
    width: 200px;
  }
  #community-development-partners a {
    width: 42%;
    margin-bottom: 20px;
    padding: 0 4%;
  }
  #newsletter-optin .inner {
    margin: 30px;
  }
  #newsletter-optin .image {
    display: none;
  }
  #newsletter-optin .content {
    padding: 30px;
  }
  #newsletter-optin .content #newsletter-optin-close {
    top: 10px;
    right: 10px;
  }
  #subfooter {
    padding: 50px 0;
  }
  #subfooter .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    text-align: center;
  }
  #subfooter .inner p {
    font-size: 1.4em;
  }
  #footer {
    padding: 30px 0;
  }
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 90%;
    text-align: center;
  }
  #footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 10px;
  }
}
/* @group < 600px
========================================================================== */
@media all and (max-width: 599px) {
  #mobile-nominees-button {
    position: relative;
    margin: 0;
    left: auto;
  }
  #mobile-nominees-button a {
    display: block;
    margin: 0 25px 25px;
    padding-left: 0;
    padding-right: 0;
  }
  #subnav-buttons a {
    margin-right: 0;
  }
  .home .heading h1 {
    font-size: 1.6em;
  }
  #featured-text {
    text-align: left;
  }
  #featured a.button {
    margin-left: 25px;
  }
  #short-list-homepage .nominee {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  #short-list-homepage .nominee:nth-of-type(odd) {
    margin-right: 0;
  }
  #mobile-partners {
    width: 240px;
  }
  #widgets #widget-ad {
    max-width: 270px;
    margin: 0 0 25px -135px;
  }
  .album .nominee-cover,
  .album .nominee-details {
    width: 100%;
    text-align: center;
  }
  .album .nominee-cover img {
    max-width: 150px;
    margin: 0 auto 15px;
  }
  .album .nominee-details ul.nominee-links {
    display: block;
    margin: 0 0 15px;
    text-align: center;
  }
  .album .nominee-details ul.nominee-links li {
    float: none;
    display: inline-block;
  }
  .album .nominee-download,
  .album .nominee-listen {
    display: none;
  }
  .album .nominee-poster {
    margin: 0 auto;
    padding-top: 0;
  }
  .content a.button:link,
  .content a.button:visited,
  .content a.button:active,
  .content #edit-button a:link,
  .content #edit-button a:visited,
  .content #edit-button a:active {
    display: block;
    margin: 0 0 20px;
  }
  #about-buttons a,
  #jury-buttons a {
    margin-left: 0;
    margin-right: 0;
  }
  #footer #footer-signup form,
  #footer #footer-signup form .gform_fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  #footer #footer-signup form input[type=email],
  #footer #footer-signup form input[type=text] {
    text-align: center;
  }
  #footer #footer-signup form input[type=submit] {
    width: 100%;
  }
  #footer #footer-signup p {
    margin: 15px 0 0;
  }
}
/* @group
================================================================================= */
@media all and (max-width: 479px) {
  #heritage-winners-split .nominee-cover img {
    width: 100%;
  }
}
