.site-inner {
    /* padding: 50px 0; */
}

.site-inner .wrap {
    max-width: 100%;
}

.traeger-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.traeger-background img {
    object-position: top center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.traeger-content {
    position: relative;
    height: 100%;
}

.traeger-link {
    color: #dc5f27;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.traeger-link:hover {
    color: #fff;
}

/* Hero */

#hero {
    position: relative;
    height: 845px;
}

#hero-content {
    background: rgba(0, 0, 0, 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#hero-content .wrap {
    max-width: 1200px;
}

#hero-left {
    text-align: center;
    float: left;
    width: 50%;
}

#hero-left img {
    margin-bottom: 28px;
}

#hero-left iframe {
    border: 1px solid #dc5f27;
}

#hero-title {
    color: #f7f6f5;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}

#hero-right {
    display: flex;
    align-items: center;
    float: right;
    width: 44%;
    height: 100%;
}

#hero-right p {
    font-family: "BookmanStd-Light";
    color: #f7f6f5;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    padding-top: 270px;
}

/* Buckets */

#buckets {
    position: relative;
}

#buckets-list li {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
    height: 400px;
}

#bucket-content {
/*     background: rgba(0, 0, 0, 30%); */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 25px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(130,121,100,0) 100%);
}

.bucket-title {
    font-family: "Oswald-Bold";
    color: #f7f6f5;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
}

#buckets-list p {
    font-family: "BookmanStd-Light";
    color: #f7f6f5;
    font-size: 16px;
    line-height: 1.4;
}

/* Recipes and App  */

#recipes-and-app {
    clear: left;
    text-align: center;
}

#recipes {
    position: relative;
    float: left;
    width: 50%;
    height: 500px;
}

.recipes-app-image {
    height: 400px;
}

.recipes-app-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#app {
    float: right;
    width: 50%;
    height: 500px;
}

#app iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.traeger-title-box {
    text-align: center;
    position: relative;
    height: 100px;
    padding: 15px 0;
}

.traeger-title {
    font-family: "Oswald-Medium";
    color: #f7f6f5;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
}

#app-left {
    float: left;
    width: 50%;
}

#app-text {
    float: right;
    width: 240px;
}

#app-right {
    text-align: left;
    float: right;
    width: 45%;
    padding: 15px 0;
}

#app-right img {
    width: 100px;
}

#app-right img:first-of-type {
    margin-right: 16px;
}

/* Traeger */

#traeger {
    clear: both;
}

#traeger .wrap {
    max-width: 100%;
}

#traeger-list li {
    display: inline-block;
    float: left;
    width: 25%;
}

.traeger-list-image {
    height: 400px;
}

.traeger-list-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Responsive Design */

@media (max-width: 1650px) {

/* Traeger */

    .traeger-list-image {
        height: 350px;
    }

    #traeger-list .traeger-title {
        font-size: 30px;
    }   
}

@media (max-width: 1440px) {

/* Buckets */

    #buckets-list li {
        height: 350px;
    }

/* Traeger */

    .traeger-list-image {
        height: 300px;
    }

    #traeger-list .traeger-title-box {
        padding: 20px 0;
    }

    #traeger-list .traeger-title {
        font-size: 28px;
    }     
}

@media (max-width: 1350px) {

/* Hero */

    #hero-content .wrap {
        max-width: 1100px;
    }

    #hero-right p {
        padding-top: 290px;
    } 

/* Buckets */

    .bucket-title {
        font-size: 33px;
    }

/* Recipes and App  */

    #recipes {
        height: 450px;
    }

    .recipes-app-image {
        height: 350px;
    }

    #app {
        height: 450px;
    }

    #app iframe {
        height: 350px;
    }

    #app-left {
        width: 45%;
    }

    #app-right {
        width: 50%;
    }

/* Traeger */

    #traeger-list .traeger-title-box {
        padding: 22px 0;
    }

    #traeger-list .traeger-title {
        font-size: 25px;
    }                
}

@media (max-width: 1250px) {

/* Hero */

    #hero-content .wrap {
        max-width: 1000px;
    }

    #hero-left iframe {
        height: 300px;
    }

    #hero-right p {
        padding-top: 280px;
    } 

/* Buckets */

    #buckets-list li {
        height: 300px;
    }

    #bucket-content {
        text-align: center;
        justify-content: center;
    }

    .bucket-title {
        font-size: 30px;
    }

    #buckets-list p {
        margin: 0;
    } 

/* Recipes and App  */

    #recipes {
        height: 400px;
    }

    .recipes-app-image {
        height: 300px;
    }

    #app {
        height: 400px;
    }

    #app iframe {
        height: 300px;
    }

    #app-left {
        width: 42%;
    }

    #app-right {
        width: 53%;
    } 

/* Traeger */

    .traeger-list-image {
        height: 250px;
    }

    #traeger-list .traeger-title-box {
        padding: 25px 0;
    }

    #traeger-list .traeger-title {
        font-size: 22px;
    }                
}

@media (max-width: 1150px) {

/* Hero */

    #hero {
        height: 745px;
    }

    #hero-content .wrap {
        max-width: 900px;
    }

    #hero-left img {
        width: 241px;
    }

    #hero-left iframe {
        height: 280px;
    }

    #hero-right p {
        padding-top: 210px;
    } 

/* Buckets */

    #buckets-list li {
        width: 33.33%;
        height: 250px;
    }

        #buckets-list li:nth-child(4),
        #buckets-list li:nth-child(5) {
            width: 50%;
        }

    .bucket-title {
        font-size: 36px;
    } 

/* Recipes and App  */

    .traeger-title {
        font-size: 30px;
    }

    #app-left {
        width: 45%;
    }

    #app-right {
        width: 55%;
    }

    #app-right img:first-of-type {
        margin-right: 8px;
    } 

/* Traeger */

    #traeger-list li {
        width: 50%;
    }

    .traeger-list-image {
        height: 300px;
    }

    #traeger-list .traeger-title-box {
        padding: 15px 0;
    }

    #traeger-list .traeger-title {
        font-size: 36px;
    }                
}

@media (max-width: 1024px) {

/* Hero */

    #hero {
        height: 645px;
    }

    #hero-content .wrap {
        max-width: 90%;
    }

    #hero-left {
        text-align: center;
        float: none;
        width: 100%;
        margin-bottom: 28px;
    }

    #hero-left img {
        object-fit: contain;
        width: 35%;
        height: 350px;
        margin: 0;
        margin-right: 20px;
    }

    #hero-left iframe {
        width: 60%;
        height: 350px;
    }

    #hero-right {
        text-align: center;
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }

    #hero-right p {
        padding-top: 0;
    } 

/* Recipes and App  */

    #recipes {
        float: none;
        width: 100%;
        height: auto;
    }

    .recipes-app-image {
        height: 400px;
    }

    #app {
        float: none;
        width: 100%;
        height: auto;
    }

    #app iframe {
        height: 400px;
    }

    .traeger-title-box {
        height: auto;
    }

    .traeger-title {
        font-size: 36px;
    }

    #app-left {
        float: none;
        width: 100%;
        margin: 0 auto 15px;
    }

    #app-text {
        float: none;
        width: 100%;
    }

    #app-right {
        text-align: center;
        float: none;
        width: 100%;
        padding: 0;
    }

    #app-right img:first-of-type {
        margin-right: 16px;
    }       
}

@media (max-width: 900px) {

/* Hero */

    #hero-left img {
        height: 300px;
    }

    #hero-left iframe {
        height: 300px;
    }    
}

@media (max-width: 768px) {

/* Hero */

    #hero {
        height: 605px;
    }

    #hero-content .wrap {
        max-width: 85%;
    }

    #hero-left img {
        height: 250px;
    }

    #hero-left iframe {
        height: 250px;
    } 

/* Buckets */

    .bucket-title {
        font-size: 30px;
    }

/* Recipes and App  */

    .recipes-app-image {
        height: 300px;
    }

    #app iframe {
        height: 300px;
    }

/* Traeger */

    #traeger-list li {
        float: none;
        width: 100%;
    }

    .traeger-list-image {
        height: 400px;
    }

    #traeger-list .traeger-title {
        font-size: 36px;
    }     
}

@media (max-width: 660px) {

/* Hero */

    #hero {
        height: auto;
    }

    #hero-content {
        padding: 60px 0;
    }

    #hero-left img {
        width: auto;
        margin: 0 auto 28px;
    }

    #hero-left iframe {
        width: 100%;
        height: 300px;
    } 

/* Buckets */
 
    #buckets-list li {
        width: 50%;
    }

        #buckets-list li:nth-child(5) {
            width: 100%;
        }       
}

@media (max-width: 550px) {

/* Hero */

    #hero-left img {
        height: 200px;
    }

    #hero-left iframe {
        height: 250px;
    } 

    #hero-right p {
        font-size: 18px;
    }  

/* Buckets */

    #buckets-list li {
        width: 100% !important;
    }

        #buckets-list li:nth-child(5) {
            width: 100%;
        }
        
    .bucket-title {
        font-size: 36px;
    }

/* Traeger */

    .traeger-list-image {
        height: 300px;
    }

    #traeger-list .traeger-title {
        font-size: 30px;
    }         
}

@media (max-width: 450px) {

/* Hero */

    #hero-left img {
        height: 150px;
    }

    #hero-left iframe {
        height: 200px;
    }

    #hero-right p {
        font-size: 16px;
    }  

/* Traeger */

    #traeger-list .traeger-title {
        font-size: 25px;
    }        
}