@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


h1.wp-block-post-title {
    display: none;
}


main {
    width: 100%!important;
    margin: unset!important;
    padding: unset!important;
}

main .wp-block-group {
    width: 100%!important;
    height: 100%!important;
    margin: unset!important;
    padding: unset!important;
}

html body .canastaContainer {
    margin: unset!important;
    padding: unset;
    width: 100%!important;
    max-width: unset!important;
}

.entry-content {
    padding: 0!important;
    margin: unset!important;
    width: 100%!important;
    height: 100%!important;
    max-width: unset!important;
}

.heroImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.heroRow {
    display: flex;
    flex-direction: row;
    background-color: #fcf5ef;
}



.heroText p, .heroText span {
    font-family: 'Montserrat';
    color: #47160d;
    font-weight: 400;
}


.heroText h1 {
    font-family: 'Anton';
    color: #47160d;
    font-size: 4.5em;
    margin: unset;
    margin-top: 11px;
}

.heroText {
    width: 40%;
}

.heroRow {
    display: flex;
    flex-direction: row;
    background-color: #fcf5ef;
    justify-content: center;
    align-items: center;
}

.heroImage {
    width: 370px;
    transform: translateY(13%);
    padding-right: 4vw;
}


.heroText p {
    font-size: 1em;
}


.heroText a {
    font-family: 'Anton';
    color: #fff9e6;
    background-color: #cb4a21;
    border: 1px solid #47160d;
    border-radius: 4px;
    text-decoration: unset;
    width: 250px;
    display: block;
    text-align: center;
    font-size: 1.6em;
    cursor:pointer;
    transform: translateY(7px);
}

.sweepstakesContainer {
    padding-top: 13vh;
}



.sweepstakesContainer h2 {
    font-family: 'Anton';
    color: #47160d;
    font-size: 3.5em;
    margin: unset;
    margin-top: 11px;
    text-align: center;
}

.sweepstakesContainer>p {
    font-size: 1em;
    color: #47160d;
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 33%;
}

.sweepstakesBlurbs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}


.sweepstakesBlurbs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-top: 50px;
}




.topBlurb p {
    color: #47160d;
    font-family: 'Anton';
    font-size: 2em;
    text-align: center;
    margin: 0 auto;
}

.topBlurb {
    border-bottom: 1px solid #47160d;
    background-color: #fff9e6;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding: 6px 0;
    height: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sweepstakeBlurb {
    margin: 0 30px;
    border: 1px solid #47160d;
    border-radius: 25px;
    width: 16%;
    aspect-ratio: 4/3;
    background-color: #ee8123;
}

.darkOrangeBlurb .topBlurb {
    background-color: #a13416;
}

.darkOrangeBlurb .topBlurb p {
    color: #fff9e6;
}

.bottomBlurb p {
    color: white;
    font-family: 'Montserrat';
    text-align: center;
    height: fit-content;
    margin: auto;
}
 
.bottomBlurb {
    display: flex;
}

.cadizContainer {
    background-color: #fcf5ef;
    margin-top: 10vh;
}

.cadizContainerHeader h2 {
    font-family: 'Anton';
    font-size: 4em;
    margin: unset;
    color: #47160d;
    text-align: center;
    padding: 60px 0;
}



.dates {
    width: 60%;
    display: flex;
    flex-direction: row;
}   

.dateBlurb {
    display: flex;
    flex-direction: column;
    padding: 0 32px;
}

.dateHeader {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.dateHeader h2 {
    font-family: 'Anton';
    font-size: 1.2em;
    color: #47160d;
    margin: unset;
}



.dateHeader p {
    margin: unset;
    color: #47160d;
    font-family: 'Montserrat';
    font-weight: 700;
}

.dateHeader h2 {
    font-family: 'Anton';
    font-size: 1.8em;
    color: #47160d;
    margin: unset;
}

.dateText p {
    color: #47160d;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 0.9em;
    margin: unset;
}


.dateLogo svg {
    width: 100%;
    height: 100%;
}

.dateLogoTop {
    width: 100%;
    height: 100%;
    display: block;
    letter-spacing: 0;
    line-height: 0;
}

.dateLogo {
    display: flex;
    width: 37px;
    height: 100%;
    flex-direction: column;
    position: relative;
    margin-right: 9px;
}

.cadizImageContainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cadizDatesContainer {
    display: flex;
    flex-direction: row;
    padding: 0 9%;
    padding-top: 7vh;
}


.cadizImageContainer {
    width: 40%;
    height: 50%;
    margin: auto;
}


.dateLogoBottom {
    width: 50px;
    height: 21px;
    position: absolute;
    top: calc(100% - 4px);
    left: calc(50% - 25px);
    transform: rotate(0deg);
    transform-origin: 52% -75%;
    transition: all 0.35s ease-in-out;
}

.date:hover .dateLogoBottom {
    transform: rotate(270deg);
}

.date {
    display: flex;
    flex-direction: row;
    margin-bottom: 17px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.socialMediaContainer h2 {
    font-family: 'Anton';
    font-size: 2.4em;
    margin: unset;
    color: #47160d;
    text-align: center;
    padding: 60px 0;
}

.socialBlurbs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.socialBlurbs>div {
    width: 80px;
    height: 80px;
    margin: 0 5px;
}

.socialBlurbs>div>a {
    display: block;
    width: 100%;
    height: 100%;
}

.socialMediaContainer {
    padding-bottom: 60px;
}


@media only screen and (max-width:1600px){
    .heroText h1 {
    font-size: 3.2em;
}
.heroText p {
    font-size: 0.8em;
}
.heroText span {
    font-size: 0.9em;
}
.heroImage {
    width: 290px;
}
.heroText a {
    width: 210px;
    font-size: 1.3em;
}

.sweepstakesContainer h2 {
    font-size: 2.4em;
}
.sweepstakesContainer>p {
    font-size: 0.8em;
}

.sweepstakeBlurb {
    width: 21%;
}

.cadizContainerHeader h2 {
    font-size: 2.7em;
}

.cadizDatesContainer {
    padding: 0 6%;
    padding-top: 2vh;
    padding-bottom: 4vh;
}

.dates {
    width: 70%;
}

.dateBlurb {
    padding: 0 22px;
}

.dateLogo {
    width: 29px;
}

.dateLogoBottom {
    width: 17px;
    height: 21px;
    position: absolute;
    top: calc(100% - 4px);
    left: calc(50% - 8.5px);
    transform: rotate(0deg);
    transform-origin: 8px -10px;
    transition: all 0.35s ease-in-out;
}

.socialMediaContainer h2 {
    font-size: 1.7em;
}
.socialBlurbs>div {
    width: 70px;
    height: 70px;
}

.dateHeader p {
    margin-top: 0px;
}


.dateHeader {
    margin-bottom: 10px;
}

}


@media only screen and (max-width:1000px){
   
    .heroRow {
    flex-direction: column-reverse;
}

.heroText {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
}


.heroText h1 {
    text-align: center;
}

.heroText p, .heroText span {
    text-align: center;
}

.sweepstakesContainer>p {
    padding: 0 4%;
}

.sweepstakesContainer h2 {
    font-size: 1.7em;
}

.sweepstakesBlurbs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sweepstakeBlurb {
    width: 81%;
    padding: unset;
    margin-bottom: 6vh;
}

.cadizContainerHeader h2 {
    font-size: 2.2em;
    padding: 40px 0;
}

.cadizDatesContainer {
    flex-direction: column;
}

.dates {
    flex-direction: column;
    width: 100%;
    padding: 0 1%;
}
.dateHeader h2 {
    text-align: center;
}

.dateHeader p {
    text-align: center;
}
.cadizImageContainer {
    width: 100%;
    height: auto;
    margin: auto;
}

.socialMediaContainer h2 {
    font-size: 1.2em;
    padding: 0 3%;
    padding-top: 5vh;
    padding-bottom: 3vh;
}

.socialBlurbs>div {
    width: 60px;
    height: 60px;
}

.dateText p {
    font-size: 0.8em;
    text-align: center;
}


.dateLogo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-60%, -50%);
}

.dateLogoBottom {
    width: 17px;
    height: 21px;
    position: absolute;
    top: calc(100% - 9px);
    left: calc(50% - 8.5px);
    transform: rotate(0deg);
    transform-origin: 8.3px -11px;
    transition: all 0.35s ease-in-out;
}


.date {
    margin-bottom: 25px;
    position: relative;
    margin-top: 25px;
}
}