/*!
Theme Name: coofee
Theme URI: http://ab.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coffeemaker
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 75px;
    /* transform: scale(1, 2); */
}
h2 i {
    color: var(--main-color-one);
    font-style: normal;
}
.subhdr {
    position: absolute;
    top: 40px;
    line-height: 1;
    font-size: 100px;
    color: #ccc;
    opacity: 0.15;
    letter-spacing: 15px;
	user-select: none;
}



section.banner {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.banner .bannershd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #83620980;
}
.banner > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .hdr {
    text-align: right;
}
.banner h1 {
    color: #fff;
    font-weight: normal;
    transform: scale(1, 2);
    letter-spacing: 0.5px;
}
.banner p {
    color: #fff;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 45px;
}
.banner a.btn {
    color: #fff;
    background: var(--main-color-one);
    border-radius: 30px;
}



section.textblock {
    padding-top: 100px;
	padding-bottom: 30px;
}
.textblock li p {
    display: none;
}
.textblock li h3 {
    font-weight: normal;
    font-size: 16px;
    color: var(--paragraph-color);
    margin-bottom: 30px;
}
.textblock li svg {
    height: 30px;
    fill: var(--main-color-one);
}
.textblock .textblockwrap {
    line-height: 1.7;
}



section.adv {
    padding-top: 100px;
}
.adv .subhdr {
    right: 0;
    top: 12px;
}
.adv .advtext {
    display: none;
}
.adv .advitem {
    position: relative;
    padding-top: 200%;
    display: block;
    height: 0;
}
.adv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.adv .advhdr {
    position: absolute;
    top: 20px;
    width: 75%;
    font-size: 20px;
    left: 15px;
    color: #fff;
}
.adv .advitem .advshd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
}
.adv .advitem:hover .advshd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(174, 140, 64, 0.5);
}

section.serv {
    padding-top: 100px;
}
.serv .svgwrap {
    display: flex;
    align-items: baseline;
    margin-bottom: 90px;
	justify-content: center;
}
.servsvg {
    width: 30%;
    /* margin-left: 30%; */
    /* display: inline-block; */
    /* margin-bottom: 45px; */
    height: 0;
    padding-top: 20%;
    position: relative;
}
.servsvg .servsvgwr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.servsvgmobwr {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.svgtxt {
    display: flex;
    flex-flow: column;
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: text-bottom;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100%;
}
.svgtxt i {
    color: var(--main-color-one);
    font-style: normal;
}
.servitemwrap {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.servitem {
    flex: 25% 0 0;
    padding: 15px 15px;
    display: flex;
}
.servitem svg {
    height: 30px;
    flex: auto;
    fill: #836209;
}
.servitem .servhdr {
    flex: 80% 0 1;
}


.text .desc {
    position: relative;
    max-height: 200px;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}
.text .desc.open {
    max-height: 10000px;
    transition: max-height 0.25s ease-in;
}
.text .desc:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: .3s;
}
.text .desc.open:after {
    visibility: hidden;
    opacity: 0;
}
.text .descreadmore {
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    float: none;
    color: #fff;
    background: var(--main-color-one);
    padding: 2px 30px;
    border-radius: 30px;
    opacity: 0.5;
    cursor: pointer;
    line-height: 1;
}

section.form {
    padding-top: 100px;
	padding-bottom: 60px;
}
.form .subhdr {
    right: 0;
    top: 15px;
}
form label {
    width: 100%;
}
form input[type="text"] {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    padding: 8px 15px;
}

form textarea {
    height: 150px;
    resize: none;
    background: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    padding: 8px 15px;
}

form .form-wrap p {
    display: flex;
}
form span.wpcf7-form-control-wrap {
    /* width: 50%; */
    display: block;
    flex: 50% 0 1;
    padding: 0 8px;
}
input.wpcf7-submit {
    border: 1px solid var(--main-color-one);
    padding: 8px 30px;
    background: var(--main-color-one);
    color: #fff;
    margin-right: 8px;
    border-radius: 30px;
}
form .form-wrap p:last-of-type {
    justify-content: flex-end;
}
span.wpcf7-spinner {
    order: -1;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    font-size: 0;
    background: #dc3232;
    left: 8px;
    width: 4px;
    height: 100%;
    border-radius: 4px;
}
.form ul {
    text-align: center;
}
.form ul li a {
    position: relative;
    padding: 30px 15px;
    display: inline-block;
    z-index: 1;
}
.form .phone svg, .form .mail svg {
    height: 48px;
    fill: #ccc;
    position: absolute;
    top: 12px;
    left: 30%;
    z-index: -1;
    opacity: 0.2;
}


section.products {
    padding-top: 100px;
}
.productitem {
    display: block;
    text-decoration: none;
    border: 1px solid #eee;
    padding: 30px;
}
.productitem:hover {
    text-decoration: none;
}
.productitem .name {
    display: block;
    font-size: 24px;
    text-align: center;
    transform: scale(1, 3);
    padding-top: 15px;
    padding-bottom: 15px;
}
.productitem .desc {
    color: var(--paragraph-color);
    text-align: justify;
    display: block;
    padding-bottom: 30px;
}
.productitem .orderblock {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.productitem .btnorder {
    background: var(--main-color-one);
    color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
    display: inline-block;
    flex: 20% 0 0;
}
.productitem .price {
    text-align: center;
    font-size: 24px;
    padding-right: 30px;
}

section.productcard {
    padding-top: 100px;
}
.productcard .name {
    display: block;
    font-size: 24px;
    text-align: center;
    transform: scale(1, 3);
    padding-top: 15px;
    padding-bottom: 15px;
}
.productcard .info {
    display: flex;
}
.productcard .info > div {
    flex: 50% 0 1;
}
.productcard .image {
    text-align: right;
}
.productcard .orderblock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: right;
}
.productcard .btnorder {
    background: var(--main-color-one);
    color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
    display: inline-block;
    /* flex: 20% 0 0; */
	text-decoration: none;
	margin-top: 45px;
	font-size: 16px;
}
.productcard .price {
    /* text-align: right; */
    font-size: 24px;
    /* padding-right: 30px; */
    padding-bottom: 30px;
}
.productcard .price span {
    display: block;
}
.productcard .btnorder {
    background: var(--main-color-one);
    color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
    display: inline-block;
    flex: 20% 0 0;
    margin-top: 45px;
	font-size: 16px;
}
.desc tr {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.desc td {
    padding: 4px 15px;
}