:root {
	--container-size: 1142px;

}

.container {
	margin: 0 auto;
	max-width: var(--container-size);

}

.wp-block {
	max-width: var(--container-size);

}


/*
 * Shuffl - Default Styles & Variables
 */



/* Edit Page Icon */

.shuffl-edit-page {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999999999;
    color: #fff;
    font-size: 0;
    height: 60px;
    width: 60px;
    border-radius: 999px;
    background: #0073aa url(https://dingobrewingcompany.com.au/wp-content/plugins/shuffl/assets//images/ico-edit.svg) no-repeat center;
    background-size: 20px;
    transition: all 0.5s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 18%);
}

.shuffl-edit-page:hover {
    opacity: 0.6;
    background-size: 24px;
}

.shuffl-page-edit-options {
    background: #2b2b2b;
    list-style: none;
    margin: 0;
    pointer-events: none;
    opacity: 0;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 25px;
    padding: 0;
    font-weight: 200;
    font-size: 16px;
    border-radius: 4px;
    transition: opacity 0.5s, bottom 0.5s 0.2s;
    text-align: left;
    z-index: 999999999;
    border: 1px solid #444;
}

.shuffl-page-edit-options li {
    padding: 10px;
    border-bottom: 1px solid #444444;
}

.shuffl-page-edit-options li:last-child {
    border-bottom: 0;
}

.shuffl-page-edit-options a {
    color: #fff;
    padding: 5px;
    display: block;
}

.shuffl-page-edit-options.visible {
    pointer-events: all;
    opacity: 1;
    bottom: 100px;
    transition: opacity 0.5s, bottom 0.2s;
}

@media(max-width: 1000px) {
    .shuffl-page-edit-options,
    .shuffl-edit-page {
        display: none;
    }
}

/*
 * Shuffl - Quick Modal
 */
 body > .quick-modal .close-modal {
     position: absolute;
     text-decoration: none;
     font-size: 0;
     right: 0;
     top: 0;
     background: #717171;
     color: #fff;
     padding: 2px 10px;
     height: 30px;
 }

 body > .quick-modal .close-modal::before {
     content: 'X';
     font-size: 18px;
     transform: scaleY(0.8);
     display: inline-block;
     opacity: 0.6;
     line-height: 26px;
 }

 body > .quick-modal .close-modal:hover::before {
     opacity: 1;
 }

 body > .quick-modal .close-modal::after {
     content: 'CLOSE';
     font-size: 12px;
     display: inline-block;
     vertical-align: top;
     padding-left: 5px;
 }

 body > .quick-modal {
     display: block;
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.5);
     z-index: 9999999;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     transition: opacity 0.5s;
 }

 body > .quick-modal.visible {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
 }

 body > .quick-modal .modal-inner {
     display: block;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     background: #fff;
     text-align: left;
     height: auto;
     width: 500px;
     max-width: 80%;
     max-height: 100vh;
     padding: 30px;
     border-radius: 3px;
 }

 body > .quick-modal .bio-inner {
     padding: 0 30px;
 }

 body > .quick-modal .bio-text {
     max-height: calc(100vh - 610px);
     overflow: scroll;
 }

 body > .quick-modal .bio-nav::after {
     content: '';
     display: block;
     clear: both;
 }

 body > .quick-modal .bio-nav {
     padding-top: 40px;
 }

 body > .quick-modal .bio-nav .next {
     float: right;
 }

 body > .quick-modal .bio-nav .previous {
     float: left;
 }

 body > .quick-modal .bio-nav a {
     font-size: 12.48px;
     color: #717171;
     letter-spacing: 0.89px;
     line-height: 12.48px;
     text-transform: uppercase;
     opacity: 0.5;
     transition: opacity 0.5s;
 }

 body > .quick-modal .bio-nav a:hover {
     opacity: 1;
 }



/*
 * Shuffl - Begin Block Styles
 */




/*
 * Block - Header - Burger Menu
 */


body > main {
    margin-top: 66px;
}

header.shuffl-header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500;
}

body.admin-bar header.shuffl-header {
    top: 32px;
}

header.shuffl-header .header-inner {
    height: 66px;
    max-height: 66px;
    position: relative;
    z-index: 600;
}

header.shuffl-header .header-logo {
    width: 300px;
    height: 100%;
    display: block;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

header.shuffl-header .open-mobile-menu {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

header.shuffl-header .open-mobile-menu > div {
    display: block;
    transition: all 0.5s;
    user-select: none;
    width: 24px;
    height: 24px;
    position: relative;
}

header.shuffl-header .open-mobile-menu > div i {
    margin-top: -1px;
    top: 50%;
}

header.shuffl-header .open-mobile-menu > div i,
header.shuffl-header .open-mobile-menu > div i::before,
header.shuffl-header .open-mobile-menu > div i::after {
    background: #000;
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
}

body.mobile-open header.shuffl-header .open-mobile-menu > div {
    transform: rotate(45deg);
}

body.mobile-open header.shuffl-header .open-mobile-menu > div i::before {
    opacity: 0;
}
body.mobile-open header.shuffl-header .open-mobile-menu > div i::after {
    top: 0;
    transform: rotate(-90deg);
    transition: transform 0.5s;
}

header.shuffl-header .open-mobile-menu > div i::before {
    content: '';
    top: -8px;
}

header.shuffl-header .open-mobile-menu > div i::after {
    content: '';
    bottom: -8px;
}

header.shuffl-header .header-links {
    position: absolute;
    top: 0;
    right: 30px;
    line-height: 66px;
}

header.shuffl-header .header-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.shuffl-header .header-links ul li {
    display: inline-block;
    margin-left: 10px;
}

header.shuffl-header .mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: -50vw;
    bottom: 0;
    width: 50vw;
    background: #fff;
    z-index: 500;
    transition: left 1s 0.15s, visibility 0s 1.2s;
    padding-top: 66px;
    visibility: hidden;
    pointer-events: none;
}

body.admin-bar header.shuffl-header .mobile-menu-wrapper {
    top: 32px;
    height: calc(100vh - 32px);
}

body.mobile-open header.shuffl-header .mobile-menu-wrapper {
    left: 0;
    transition: left 1s;
    visibility: visible;
    pointer-events: all;
}

header.shuffl-header .mobile-menu-wrapper::before {
    content: 'CLOSE';
    position: absolute;
    left: 70px;
    top: 23px;
    font-size: 10px;
    color: #B8232F;
    letter-spacing: 1.88px;
    line-height: 20px;
    opacity: 0;
    transition: opacity 0.15s;
}

body.mobile-open header.shuffl-header .mobile-menu-wrapper::before {
    opacity: 1;
    transition: opacity 0.5s 1s;
}

header.shuffl-header .mobile-menu-wrapper .mobile-menu {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 160px;
}

header.shuffl-header .mobile-menu-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header.shuffl-header .mobile-menu li a {
    font-size: 60px;
    text-transform: uppercase;
    color: #EDE6E1;
    letter-spacing: 0;
    line-height: 80px;
    transition: color 0.5s;
}

header.shuffl-header .mobile-menu li a:hover,
header.shuffl-header .mobile-menu li.current-menu-item a {
    color: #B8232F;
}




/*
 * Block - Advanced Footer
 */


footer.shuffl-footer {
    padding: 80px 0;
    background: #1D1E20;
}

footer.shuffl-footer .container::after {
    content: '';
    display: block;
    clear: both;
}

footer.shuffl-footer .footer-left {
    float: left;
    width: 18%;
}

footer.shuffl-footer .footer-logo {
    width: 100%;
    height: 67px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    margin-bottom: 35px;
}

footer.shuffl-footer .footer-wrapper {
    float: right;
    width: 76%;
    padding-bottom: 22px;
}

footer.shuffl-footer .footer-nav ul li {
    padding-right: 50px;
}

footer.shuffl-footer .footer-nav > div:last-child ul li {
    padding-right: 0;
}

footer.shuffl-footer .footer-nav {
    display: flex;
}

footer.shuffl-footer .footer-nav > div {
    flex: 1;
}

footer.shuffl-footer .footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

footer.shuffl-footer .contact-links {
    padding-top: 10px;
}

footer.shuffl-footer a {
    color: #58595B;
    text-decoration: none;
    transition: color 0.5s;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
}

footer.shuffl-footer .footer-nav ul li:first-child a {
    color: #fff;
}

footer.shuffl-footer .footer-info {
    clear: both;
    border: 1px solid #979797;
    border-width: 1px 0;
    font-size: 12px;
    color: rgba(255,255,255,0.50);
    line-height: 26px;
    padding: 10px 0;
}

footer.shuffl-footer .footer-info ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.shuffl-footer .footer-info ul li {
    display: inline-block;
}

footer.shuffl-footer .footer-info ul li::before {
    content: '|';
    display: inline-block;
    margin: 0 15px;
}

footer.shuffl-footer a:hover,
footer.shuffl-footer .footer-info,
footer.shuffl-footer .footer-info a {
    color: rgba(255,255,255,0.5);
}

footer.shuffl-footer .footer-info a:hover {
    color: #fff;
}

footer.shuffl-footer .footer-right {
    float: right;
}

footer.shuffl-footer .footer-info::after {
    content: '';
    display: block;
    clear: both;
}

footer.shuffl-footer .terms-link {
    padding-right: 60px;
}


@media(max-width: 1200px) {

    footer.shuffl-footer .footer-left {
        float: none;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    footer.shuffl-footer .footer-logo {
        background-position: center;
    }

    footer.shuffl-footer .footer-wrapper {
        float: none;
        width: 100%;
    }

    footer.shuffl-footer .footer-nav ul li {
        padding-right: 0;
    }

    footer.shuffl-footer .footer-nav {
        flex-wrap: wrap;
    }

    footer.shuffl-footer .footer-nav > div {
        flex-basis: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

}

@media(max-width: 800px) {
    footer.shuffl-footer .footer-info ul {
        display: block;
    }

    footer.shuffl-footer .footer-info ul li:first-child::before {
        display: none;
    }

    footer.shuffl-footer .footer-info {
        text-align: center;
    }

    footer.shuffl-footer .footer-right {
        float: none;
    }
}




/*
 * Block - Banner
 */


.section-banner .wrapper {
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.section-banner .wrapper .inner {
    padding: 250px 0;
}

.section-banner h1 {
    margin: 0;
}




/*
 * Block - Beerfest Newsletter Signup
 */


.section-beerfest-newsletter {
    margin: 100px 0;
}

.section-beerfest-newsletter h3 {
    font-family: 'Futura';
    font-weight: 700;
    font-size: 40px;
    color: #B8232F;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0 0 20px 0;
    text-align: center;
}

.section-beerfest-newsletter .content-wrapper{
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}

.section-beerfest-newsletter .content-wrapper span{
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #780117;
    letter-spacing: 2.62px;
    line-height: 20px;
}

.section-beerfest-newsletter form{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.section-beerfest-newsletter form input{
    border-radius: 11px;
    border: 3px solid #B8232F;
    color: #B8232F;
    background: transparent;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-beerfest-newsletter form textarea{
    border-radius: 11px;
    border: 3px solid #B8232F;
    color: #B8232F;
    background: transparent;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    resize: none;
    height: 
}

.section-beerfest-newsletter form input,
.section-beerfest-newsletter form button,
.section-beerfest-newsletter form textarea{
    width: 100%;
    padding: 10px 20px;
    line-height: 20px;
}

.section-beerfest-newsletter form input:focus,
.section-beerfest-newsletter form button:focus,
.section-beerfest-newsletter form textarea:focus{
    outline: none;
}

.section-beerfest-newsletter form .form-result{
    margin-top: 15px;
    text-align: center; 
}

.section-beerfest-newsletter .newsletter-social-wrap .instagram-handle{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #B8232F;
    letter-spacing: 2.62px;
    text-align: center;
    line-height: 20px;
    max-width: 200px;
    display: block;
    margin: 10px auto;
}

.section-beerfest-newsletter .newsletter-social-wrap .social-links{
    display: flex;
    justify-content: center;
}

/** Hide regular newsletter blocks on the page  **/

body.page-id-528 section.section-banner{
    min-height: 430px;
}

body.page-id-528 section.section-banner .wrapper.small .container{
    height: 420px;
}


body.page-id-528 main > section.section-banner .wrapper.small .container h1{
    line-height: 55px;
}

body.page-id-528 section#newsletter-1{
    display: none;
}

@media(max-width: 1000px){

    body.page-id-528 section.section-banner .wrapper.small .container{
        flex-wrap: nowrap;
    }

    body.page-id-528 main > section.section-banner .wrapper.small .container h1{
        text-align: center;
    }


}

@media(max-width: 800px){
    
    body.page-id-528 main > section{
        border-width: 0px;
    }

    body.page-id-528 main > section.section-banner{
        max-width: calc(100vw - 40px);
        margin: 0px auto;
    }


    .section-beerfest-newsletter {
        margin: 20px 0;
    }

    .section-beerfest-newsletter form{
        margin: 40px auto;
    }

}



/*
 * Block - Content with Quote
 */


.section-content-quote {
    margin: 110px 0;
}

.section-content-quote .container {
    max-width: 944px;
}

.section-content-quote h4 {
    margin: 0 0 50px 0;
}

.section-content-quote h2 {
    margin: 0;
}

.section-content-quote .wrapper .inner {
    position: relative;
    display: flex;
    align-items: start;
}

.section-content-quote .wrapper.align-right .inner {
    flex-direction: row-reverse;
}

.section-content-quote .content-wrapper {
    width: 50%;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    position: relative;
    flex: 1;
}

.section-content-quote .wrapper.align-right .content-wrapper {
    padding: 0 0 0 15px;
}

.section-content-quote .content-wrapper p {
    margin-top: 0;
}

.section-content-quote .quote-wrapper {
    width: 50%;
    position: relative;
    padding-left: 65px;
}

.section-content-quote .wrapper.align-right .quote-wrapper {
    padding-right: 65px;
    padding-left: 0;
}


@media(max-width: 1000px) {
    .section-content-quote .wrapper.align-right .content-wrapper,
    .section-content-quote .content-wrapper {
        width: 100%;
        padding: 0 0 50px 0;
        margin: 0;
        flex-basis: 100%;
    }

    .section-content-quote .wrapper.align-right .quote-wrapper,
    .section-content-quote .quote-wrapper {
        width: 100%;
        flex-basis: 100%;
        padding: 0;
    }

    .section-content-quote .wrapper .inner {
        display: block;
        flex-wrap: wrap;
    }

    section.section-content-quote {
        padding: 50px 0;
    }
}




/*
 * Block - Content
 */


.section-content {
    margin: 110px 0;
}

.section-content h4 {
    margin: 0;
}

.section-content h2 {
    margin: 20px 0;
}

.section-content .wrapper.layout-normal .container {
    position: relative;
    display: flex;
    align-items: center;
}

.section-content .wrapper.layout-normal.align-right .container {
    flex-direction: row-reverse;
}

.section-content .content-wrapper {
    width: 50%;
    padding: 0 90px;
    box-sizing: border-box;
    position: relative;
    flex: 1;
}

.section-content .aligned-image {
    width: 50%;
    height: 470px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.section-content .wrapper.layout-full {
    position: relative;
}

.section-content .wrapper.layout-full.align-left .content-wrapper {
    padding-left: 0;
}

@media(min-width: 1001px) {
    .section-content .wrapper.layout-full .content-wrapper {
        flex: 0;
        padding: 160px 90px;
    }

    .section-content .wrapper.layout-full.align-right .content-wrapper {
        margin-left: 50%;
        padding-right: 0;
    }

    .section-content .wrapper.layout-full  .aligned-image {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
    }

    .section-content .wrapper.layout-full.align-left .aligned-image {
        left: unset;
        right: 0;
    }
}

@media(max-width: 1000px) {
    .section-content .container {
        display: block;
    }

    .section-content .content-wrapper {
        width: 100%;
        padding: 0 0 50px 0;
        margin: 0;
        flex-basis: 100%;
    }

    .section-content .aligned-image {
        width: 100%;
        flex-basis: 100%;
    }

    .section-content .wrapper.layout-normal .container {
        flex-wrap: wrap;
    }
}




/*
 * Block - Icons
 */


section.section-icons {
    background: #ccc;
    padding: 130px 0;
}

section.section-icons .wrapper {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

section.section-icons .icon-item {
    flex-basis: 25%;
    padding: 0 15px;
}

section.section-icons .icon-item .icon-image {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 1000px) {
    section.section-icons .icon-item  {
        flex-basis: 50%;
    }
}

@media(max-width: 600px) {
    section.section-icons .icon-item  {
        flex-basis: 100%;
    }

    section.section-icons {
        padding: 50px 0;
    }
}




/*
 * Block - Newsletter Signup
 */


.section-newsletter {
    margin: 50px 0;
}

.section-newsletter h3 {
    margin: 0 0 15px 0;
}

.section-newsletter .wrapper {
    padding: 60px 0;
    display: flex;
    align-items: center;
}

.section-newsletter .content-wrapper {
    max-width: 450px;
}

.section-newsletter .form-wrapper {
    flex: 1;
}

.section-newsletter .form-wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.section-newsletter .form-wrapper .form-result {
    margin-top: 5px;
    display: block;
    font-size: 18px;
    padding: 17px;
}

.section-newsletter .form-wrapper form {
    float: right;
    width: 500px;
    height: 64px;
    position: relative;
    text-align: right;
}

.section-newsletter .form-wrapper button {
    position: relative;
    z-index: 99;
    height: 100%;
}

.section-newsletter .form-wrapper input[type="email"] {
    border: none;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
    padding: 30px 25px;
    font-size: 14px;
}

.section-newsletter .form-wrapper form[data-result="exists"] button,
.section-newsletter .form-wrapper form[data-result="exists"] input,
.section-newsletter .form-wrapper form[data-result="success"] button,
.section-newsletter .form-wrapper form[data-result="success"] input {
    display: none;
}


@media(max-width: 1000px) {
    .section-newsletter .wrapper {
        display: block;
    }

    .section-newsletter .content-wrapper {
        text-align: center;
        max-width: unset;
        margin-bottom: 20px;
    }

    .section-newsletter .form-wrapper form {
        float: none;
        margin: 0 auto;
    }
}

@media(max-width: 600px) {
    .section-newsletter .form-wrapper input[type="email"] {
        position: initial;
    }
    .section-newsletter .form-wrapper form {
        height: unset;
        width: 100%;
    }

    .section-newsletter .form-wrapper button {
        margin-top: 20px;
        width: 100%;
    }
}




/*
 * Block - Pullout with Button
 */


section.section-pullout-button {
    background: #ccc;
    overflow: hidden;
    padding: 150px 0;
    text-align: center;
}




/*
 * Block - Stockists
 */






/*
 * Block - Online Stockists
 */


.section-online-stockists .wrapper{
    margin: 50px auto;
}

.section-online-stockists .wrapper .stockists-link{
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #B8232F;
    letter-spacing: 2.62px;
    line-height: 20px;
    margin-top: 15px;
    display: block;
    transition: color 0.5s;
}

.section-online-stockists .wrapper .stockists-link:hover{
    color: #000;
}



/*
 * Block - Small Blog Image
 */


.section-small-blog-image{
  margin: 70px auto;
}

.section-small-blog-image img{
  width: 100%;
}

.section-small-blog-image .image-caption-container{
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px auto;
  max-width: var(--container-size);
}

.section-small-blog-image .image-caption-container .image-caption{
  color: #575757A0;
}




/*
 * Block - Poll Answers
 */


section.section-poll-answers{
  max-width: calc(100vw - 60px);
  margin: 40px auto 0px;

}

section.section-poll-answers .container{
  border-radius: 7px;
  border: 1px solid #B8232F;
  padding: 40px !important;
}

section.section-poll-answers .container .wrapper form h3{
  font-family: 'Futura';
  font-weight: 700;
  font-size: 40px;
  color: #B8232F;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

section.section-poll-answers .container .wrapper form span{
  font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #780117;
    letter-spacing: 2.62px;
    line-height: 20px;
    margin-bottom: 15px;
}

section.section-poll-answers .container .wrapper form input{
  margin-left: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 11px;
  border: 3px solid #B8232F;
  color: #B8232F;
  background: transparent;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  height: auto;
  padding: 10px 10px;
}

section.section-poll-answers .container .wrapper form button{
  width: 100%;
}

section.section-poll-answers .container .wrapper form > .poll-question,
section.section-poll-answers .container .wrapper form > .poll-email{
  margin-bottom: 30px;
}

@media(max-width: 1000px){

  section.section-poll-answers .container{
    padding: 20px !important;
  }

}

@media(max-width: 700px){

  section.section-poll-answers .container .wrapper form{
    text-align:center;
  }

  section.section-poll-answers .container .wrapper form h3{
    font-size: 30px;
    line-height: 30px;
  }
}




/*
 * Block - Public Figures in West Poll
 */


section.section-west-public-figures{
  max-width: calc(100vw - 60px);
  margin: 40px auto 0px;

}

section.section-west-public-figures .container{
  border-radius: 7px;
  border: 1px solid #B8232F;
  padding: 40px !important;
}

section.section-west-public-figures .container .wrapper form h3{
  font-family: 'Futura';
  font-weight: 700;
  font-size: 40px;
  color: #B8232F;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

section.section-west-public-figures .container .wrapper form span{
  font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #780117;
    letter-spacing: 2.62px;
    line-height: 20px;
    margin-bottom: 15px;
}

section.section-west-public-figures .container .wrapper form input{
  margin-left: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 11px;
  border: 3px solid #B8232F;
  color: #B8232F;
  background: transparent;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  height: auto;
  padding: 10px 10px;
}

section.section-west-public-figures .container .wrapper form button{
  width: 100%;
}

section.section-west-public-figures .container .wrapper form > .poll-question,
section.section-west-public-figures .container .wrapper form > .poll-email{
  margin-bottom: 30px;
}

@media(max-width: 1000px){

  section.section-west-public-figures .container{
    padding: 20px !important;
  }

}

@media(max-width: 700px){

  section.section-west-public-figures .container .wrapper form{
    text-align:center;
  }

  section.section-west-public-figures .container .wrapper form h3{
    font-size: 30px;
    line-height: 30px;
  }
}




/*
 * Block - Dingo Block Polls
 */


section.section-dingo-blog-polls{
  max-width: calc(100vw - 60px);
  margin: 40px auto 0px;

}

section.section-dingo-blog-polls .container{
  border-radius: 7px;
  border: 1px solid #B8232F;
  padding: 40px !important;
}

section.section-dingo-blog-polls .container .wrapper form h3{
  font-family: 'Futura';
  font-weight: 700;
  font-size: 40px;
  color: #B8232F;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

section.section-dingo-blog-polls .container .wrapper form span{
  font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #780117;
    letter-spacing: 2.62px;
    line-height: 20px;
    margin-bottom: 15px;
}

section.section-dingo-blog-polls .container .wrapper form input{
  margin-left: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 11px;
  border: 3px solid #B8232F;
  color: #B8232F;
  background: transparent;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  height: auto;
  padding: 10px 10px;
}

section.section-dingo-blog-polls .container .wrapper form button{
  width: 100%;
}

section.section-dingo-blog-polls .container .wrapper form > .poll-question,
section.section-dingo-blog-polls .container .wrapper form > .poll-email{
  margin-bottom: 30px;
}

@media(max-width: 1000px){

  section.section-dingo-blog-polls .container{
    padding: 20px !important;
  }

}

@media(max-width: 700px){

  section.section-dingo-blog-polls .container .wrapper form{
    text-align:center;
  }

  section.section-dingo-blog-polls .container .wrapper form h3{
    font-size: 30px;
    line-height: 30px;
  }
}