/*
 Theme Name:   The Espresso Lab
 Theme URI:    https://theespressolab.com/
 Description:  The Espresso Lab
 Author:       The Espresso Lab
 Author URI:   https://theespressolab.com/
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyone
*/

/*
tel orange: #e04513
tel brown: #392f2c
*/

body, html {
    background-image: url(https://cdn.shopify.com/s/files/1/0438/4017/6277/files/TEL_texture.jpg?v=1595324204);
    background-repeat-y: repeat;
    background-size: contain;
	background-color: #e2e2e2;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: interface, serif !important;
    color:#392f2c;
}

#primary h1,
#primary h2,
#primary h3,
#primary h4,
#primary h5,
#primary h6 {
    width: 1000px;
    max-width: 90vw;
    font-weight: 100;
}

#page .post-thumbnail,
#page .entry-content .wp-audio-shortcode,
#page .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
#page *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
#page .default-max-width {
    max-width: var(--responsive--aligndefault-width);
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    max-width: 90vw;
}

#page .site-header > .site-logo {
    width: 100%;
    max-width: 90vw;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
}

#page #masthead {
    display: flex;
    flex-direction: row;
    width: 1000px;
    max-width: 90vw;
}
#page #masthead .site-logo{
    flex-basis: 15%;
}
#page #masthead .site-branding{
    flex-basis: 85%;
}
#page #masthead .site-branding:last-child {
    text-align: left;
}
#page #masthead .site-branding .site-title {
    font-weight: 900;
}

#page header.entry-header.alignwide {
    max-width: 1000px;
}


#page div#content {
    margin-top: 50px;
    margin-bottom: 200px;
}

#page hr {
    width: 1000px;
    max-width: 90vw;
    margin: 60px auto;
    border-bottom: 3px solid #e04513;
}

#page table {
    border: 2px solid transparent;
    width: 1000px;
    max-width: 90vw;
    table-layout: fixed;
}
#page table:first-child {
    margin-top: 0;
}

#page table td {
    border: 2px solid transparent;
    padding-left: 0;
    padding-right: 0;
}
#page table td:nth-child(2){
    padding-top: 15px;
}

#page table tr.coffee_title {
    font-size: 55px;
    letter-spacing: -2px;
    line-height: 50px;
    font-weight: 100;
    text-transform: uppercase;
}
#page table tr.coffee_title td {
    padding-top: 50px;
}
#page table tr.coffee_origin {
    font-weight: 900;
    font-size: 30px;
    border-bottom: 7px solid #392f2c;
    text-transform: uppercase;
}
#page table tr.coffee_origin td {
    padding-top: 20px;
    padding-bottom: 20px;
}
#page table tr.coffee_notes {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 40px;
    font-weight: 100;
    border-bottom: 3px solid #392f2c;
}
#page table tr.coffee_notes td {
    padding-top: 40px;
    padding-bottom: 40px;
}
#page table tr.elevation td {
    padding-top: 20px;
}


#page .wpcf7-form-control.wpcf7-radio {
  margin: 20px auto 40px;
  display: block;
}
#page .wpcf7-list-item.first {
  margin: 0;
}

#page .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #daebd4;
    font-size: 2em;
    padding: 2em 1em;
    border-radius: 1em;
    border: 7px solid #46b450;
}


tr.elevation td:first-child:before {
    content: "";
    content: url(tel_elevation.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
tr.variety td:first-child:before {
    content: "";
    content: url(tel_variety.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
tr.process td:first-child:before {
    content: "";
    content: url(tel_process.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
tr.producer td:first-child:before {
    content: "";
    content: url(tel_producer.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

body aside.widget-area {
    margin: 100px auto 0;
    position: fixed;
    background: #df4411;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    max-width: 100%;
    grid-template-columns: none;
}

body aside.widget-area section {
    width: 1000px;
    max-width: 90vw;
    margin: 0 auto 10px;
    color: white;
}

body .widget-area a:link,
body .widget-area a:visited,
body .widget-area a:active {
    color: white;
}

body footer#colophon {
    display: none;
}


body label {
    font-weight: 800;
}

body #content div.wpcf7 {
    width: 1000px;
    max-width: 90vw;
}

body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body input[type=number],
body input[type=tel],
body input[type=date],
body input[type=month],
body input[type=week],
body input[type=time],
body input[type=datetime],
body input[type=datetime-local],
body input[type=color] {
    width: 100%;
    border: none;
    background: none;
    font-weight: 800;
    border-bottom: 1px solid #392f2c;
    margin-bottom: 50px;
    padding: 10px 0;
    color: #df4411;
}

body .site textarea {
    width: 100%;
    border: none;
    background: none;
    font-weight: 800;
    border: 1px solid #392f2c;
    margin-bottom: 50px;
    padding: 10px;
    color: #df4411;
    border-radius: 20px;
}

#content input[type=submit] {
    margin: 50px 0;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    background: #382f2b;
}
#content input[type=submit]:hover {
    background: #df4411;
    color: white;
}

body select {
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px solid #392f2c;
    font-weight: 800;
    margin-bottom: 50px;
    padding: 10px 0;
    color: #df4411;
}

body div iframe {
    width: 100% !important;
}

@media only screen and (max-width: 960px) {
    #page table {
        width: 100%;
    }
    #page #masthead {
        flex-direction: column;
    }
}


/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
    main #main{
        padding-top: 0: 
    }
    #page table tr.coffee_title {
        font-size: 12vw;
        line-height: 12vw;
    }
    #page table tr.coffee_origin,
    #page table tr.coffee_notes {
        font-size: 7vw;
        line-height: 7vw;
    }
    body table td, body table th, body .wp-block-table td, body .wp-block-table th {
    padding: 1vw 0;
    }
    #page hr {
        margin: 10vw auto 0;
    }
    body aside.widget-area {
        font-size: 3vw;
    }
    body .site-header, body .site-main, body .widget-area, body .site-footer {
        padding-top: 0;
    }
    body .site-header {
        padding-bottom: 0;
    }
    body aside.widget-area section {
        margin: 10px auto 10px;
    }
}

/* SMALL SCREENS ----------- */
@media only screen and (max-width: 600px) {
    main #main{
        padding-top: 0: 
    }
    #page table tr.coffee_title {
        font-size: 12vw;
        line-height: 12vw;
    }
    #page table tr.coffee_origin,
    #page table tr.coffee_notes {
        font-size: 7vw;
        line-height: 7vw;
    }
    body table td, body table th, body .wp-block-table td, body .wp-block-table th {
    padding: 1vw 0;
    }
    #page hr {
        margin: 10vw auto 0;
    }
    body aside.widget-area {
        font-size: 3vw;
    }
    body .site-header, body .site-main, body .widget-area, body .site-footer {
        padding-top: 0;
    }
    body .site-header {
        padding-bottom: 0;
    }
    body aside.widget-area section {
        margin: 10px auto 10px;
    }
}



