/*
 Theme Name:   Newspaper - Ads
 Description:  A Newspaper child theme 
 Author:       Matt Vincent
 Template:     Newspaper
 Version:      1.0.0
*/
 
@import url("../Newspaper/style.css");

body {
    background: #F0F0F0;
}

#__fireplace-top {
    width: 1120px;
    background-size: cover;
    display: block;
}

#__fireplace-left,
#__fireplace-right {
    height: 100%;
    width: 369px;
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    position: fixed;
}

#__fireplace-right { 
    transform: translateX(560px);
    background-position: left top;
}

#__fireplace-left { 
    transform: translateX(-929px);
    background-position: right top;
}

._weather-row {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    width: 100%;
}

._weather-row._weather-row-week {
    padding: 20px 20px 0 20px;
    flex-wrap: wrap;
}

._weather-box {
    height: 140px;
    width: calc(100% / 6);
    flex: 0 0 auto;
    background: #ececec;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    user-select: none;
}

._weather-row-week > ._weather-box {
    cursor: pointer;
    align-items: center;
}

._weather-box.active {
    background: white;
}

._weather-box.active ._weather-box-day,
._weather-box.active ._weather-box-temp {
    font-weight: bold;
}

._weather-box-day, ._weather-box-temp {
    font-size: 16px;
    margin: 0;
}

._weather-row-info {
    flex-wrap: wrap;
}

._weather-box-wide {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
}

._weather-row-info ._weather-box {
    background: white;
    height: 100px;
}

._weather-row-info ._weather-box h2, 
._weather-row-info ._weather-box h1 {
    margin: 0;
}

.padding-24 {
    padding: 0 !important;
}

._weather-box-wide h1 {
    font-size: 1.66rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0.5rem;
}

._weather-box-wide h2 {
    font-size: 1.125rem;
    margin: 0;
    font-weight: 700;
}

._weather-box-wide p {
    margin: 0;
    margin-bottom: 1rem;
}

._weather-box-hightemp {
    color: #b36363;
}

._weather-box-lowtemp {
    color: #6c6cbb;
}

._weather-row-info ._weather-box-day {
    text-transform: uppercase;
    color: #666;
    font-size: .875rem;
}

._weather-box ._weather-box-temp {
    margin: 0;
}

._weather-box img {
    height: 60px;
    margin: 0;
}

._weather-box-forecast {
    flex: 0 0 70%;
    padding-right: 20px;
}

._weather-box-forecast.hidden {
    visibility: hidden;
}

._weather-data {
    display: flex;
    width: 100%;
}

._weather-box-tides table,
._weather-box-tides table td {
    border: none;
}

._weather-box-tides table td:first-of-type {
    font-weight: bold;
}

._weather-box-tides {
    min-width: 250px;
}

._shipping-info-parent {
    padding: 20px 40px;
}

._shipping-info-parent > * {
    margin: 0;
    margin-bottom: .75rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

._shipping-info-parent h2 {
    font-weight: bold;
    font-size: 1.125rem;
}

._shipping-info-parent dt {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

._shipping-info-parent dd {
    margin: 0;
    margin-bottom: 0.8rem;
}

._shipping-link-weather {
    width: 100%;
    background: #ececec;
}

._shipping-link-weather a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    padding-left: 20px;
}

._shipping-link-weather a:hover {
    text-decoration: underline;
}

._sb-active .subscribe-banner {
    display: block !important;
}

._eb-active .emergency-banner {
    display: block !important;
}

@media screen and (max-width: 1120px){
    ._weather-box {
        width: calc(100% / 6);
        min-width: 110px;
    }

    ._weather-data ._weather-box {
        min-width: 115px;
    }

    ._weather-box-forecast {
        flex: 1 1 auto;
    }
}

@media screen and (max-width: 767px) {
    ._weather-row._weather-row-week {
        flex-direction: column;
    }

    ._weather-row._weather-row-week > ._weather-box {
        width: 100%;
        flex-direction: row;
        height: 60px;
        border: 1px solid #ececec;
    }

    ._weather-row._weather-row-week > ._weather-box:not(:first-of-type) {
        border-top: none;
    }

    ._weather-row-info {
        order: 1;
        padding-top: 0;
    }

    ._weather-row._weather-row-week {
        padding: 20px;
        flex-wrap: wrap;
    }

    ._weather-box-forecast.hidden {
        display: none;
    }

    ._weather-box-tides {
        min-width: min(100%, 350px);
    }

    ._weather-box-wide,
    ._weather-data {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    ._weather-data {
        background: #ececec;
    }

    ._weather-box-wide {
        border: 1px solid #ececec;
        padding: 10px;
    }

    ._weather-row-week > ._weather-box > ._weather-box-day {
        width: 40%;
        padding-left: 10px;
    }

    ._weather-box img {
        height: 40px;
    }

    ._weather-box ._weather-box-temp {
        margin-left: auto;
        margin-right: 10%;
    }

    ._weather-box-wide > * {
        flex: 0 0 100%;
    }

    ._weather-box[data-day="t1"] {
        order: 1;
    }
    
    ._weather-box[data-day="t2"] {
        order: 2;
    }
    
    ._weather-box[data-day="t3"] {
        order: 3;
    }
    
    ._weather-box[data-day="t4"] {
        order: 4;
    }
    
    ._weather-box[data-day="t5"] {
        order: 5;
    }
    
    ._weather-box[data-day="t6"] {
        order: 6;
    }

    ._weather-box {
        background: white;
    }

    ._weather-data ._weather-box {
        min-width: 50%;
        align-items: center;
        background: #ececec;
        text-align: center;
        height: 80px;
    }

    ._weather-box-forecast {
        padding: 0;
    }

    ._weather-row-week > ._weather-box::after {
        content: '';
        background-image: url(assets/arrow.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 15px;
        width: 15px;
        display: inline-block;
        margin-right: 10px;
    }

    ._weather-row-week > ._weather-box > ._weather-box-temp {
        padding: 0 10px;
    }
}

@media screen and (max-width: 380px) {
    ._weather-box ._weather-box-temp {
        margin-right: 5%;
    }

    ._weather-row:first-of-type {
        padding: 20px 0;
    }
}

.pluginops_form_inp_wrapper button[type="submit"] {
    margin-top: 20px;
    font-size: 15px !important;
}