/*
 Theme Name: connectfruit
 Theme URI: connectfruit
 Author: sungrey
 Version: 1.0
 */


/*
INSTRUKCJA: 
1. .heading - dodaje style headingów
2. .text-block - style tekstu 
3. .menu-margin - dodaje margines (menu)
*/

body {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

html {
    overflow: hidden;
}

.main-section {
    height: 100vh;
}

a {
    transition: 0.2s linear;
    text-decoration: none;
}

* {
    outline: none;
}

a:hover {
    text-decoration: none;
}

header {
    width: 100%;
    z-index: 999;
}

.logo {
    float: left;
}

.logo img {
    width: 250px;
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
}

.wpcf7-form {
    text-align: right;
    background-color: rgba(12, 24, 52, 1);
    padding: 30px;
    max-width: 500px;
    float: right;
    right: 10%;
}

.main-section {}

.wpcf7-form label,
.wpcf7-form span,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    margin-bottom: 0px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    padding: 10px;
    background-color: transparent;
    border: 3px solid transparent;
    border-image: linear-gradient(90deg, #0c1834, #e90c6d);
    border-image-slice: 1;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.wpcf7-form textarea {
    max-height: 140px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.wpcf7-submit {
    transition: 0.2s linear;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.text-right h2 {
    color: white;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    line-height: 1.3;
}

.text-right span {
    font-size: 20px;
    display: block;
}

.wpcf7-submit:hover {
    background: linear-gradient(90deg, #0c1834, #e90c6d);
}


.knockout-around p:last-child {
    margin-bottom: 0px;
}

@media (max-width: 1441px) {
    .text-right h2 {
        color: white;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
    }
    .text-right span {
        font-size: 18px;
    }
    .wpcf7-form textarea {
        max-height: 100px;
    }
    .site-footer {
        height: 35px !important;
    }
    .site-footer h3 {
        margin-top: 10px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 1400px) {
    .text-right h2 {
        color: white;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
    }
    .text-right span {
        font-size: 16px;
    }
    .wpcf7-form input,
    .wpcf7-form textarea {
        font-size: 14px;
    }
     ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
    }
     :-ms-input-placeholder {
        /* IE 10+ */
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
    }
    .logo img {
        width: 200px;
        margin-top: 20px;
        margin-left: 20px;
        position: absolute;
    }
    .wpcf7-form input,
    .wpcf7-form textarea {
        padding: 5px !important;
    }
}

@media (min-width: 1700px) {
    .text-right h2 {
        color: white;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
    }
    .text-right span {
        font-size: 24px;
    }
}

.site-footer {
    bottom: 0px;
    background-color: #0c1834;
    width: 100%;
    height: 50px;
    position: absolute;
    text-align: center;
}

.site-footer h3 {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin-top: 17px;
}

.wpcf7-acceptance {
    text-align: left !important;
    display: block;
    margin-top: 9px;
}

.wpcf7-acceptance label {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 300;
    font-size: 12px;
}

.wpcf7-acceptance input {
    width: 20px !important;
    text-align: left;
    margin-bottom: 5px;
    float: left;
}

.map-content {
    position: absolute;
    bottom: 0;
    display: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#map {
    height: 400px;
    width: 100%;
}

.show-map a {
    background-color: #0c1834;
    padding: 10px;
    color: white !important;
    font-weight: 600;
    font-size: 20px;
    border: 0px;
    margin-top: 10px;
    transition: 0.2s linear;
    width: 200px;
    text-align: right;
    cursor: pointer;
}

.show-map a:hover {
    background-color: #e90c6d;
}

#wrapper {
    background: white;
    padding: 5px;
    height: 100vh;
}

.slidee {
    -webkit-transition: all .2s linear;
    -webkit-transform: translate3d(0, 0, 0);
}

body.active .slidee {
    -webkit-transform: translate3d(0, -300px, 0);
}

#menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.show-map {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.thank-you {
    float: right;
    background-color: #0c1834;
    max-width: 500px;
    padding: 25px;
    text-align: center;
    height: 380px;
}

.thank-you h2 {
    color: white;
    margin-top: 14%;
}

span.wpcf7-not-valid-tip {
    color: #e90c6d !important;
    font-weight: 600 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: white !important;
    display: none;
}

@media (max-width: 868px) {
    .main-section .panel-grid-cell {
        margin-top: 110px !important;
        text-align: center;
    }
    .text-right {
        text-align: center !important;
        margin: 10px;
    }
    .wpcf7-form {
        text-align: center;
        background-color: rgba(12, 24, 52, 1);
        padding: 30px;
        max-width: 500px;
        float: none !important;
        margin: 0 auto !important;
    }
    body {
        overflow: auto !important;
    }
    .main-section {
        min-height: 800px;
    }
}

@media (max-width: 400px) {
    .text-right h2 {
        font-size: 23px;
    }
    .text-right span {
        margin-top: 20px;
    }
}

@media (max-width: 356px) {
    #menu-button {
        position: relative;
        top: 20px;
    }
}

.fructofr {
    margin-top: 60%;
    text-align: center;
}

.fructofr img {
    max-width: 500px;
}

#panel-5-0-1-0 {
    max-width: 500px;
    float: right;
    text-align: center;
}

.fructofr .fr-mail {
    margin-top: 70px;
    display: block;
    color: #2e2e2c;
    font-size: 23px;
    font-weight: 500;
}

.fructofr .fr-button {
    padding: 10px;
    max-width: 180px;
    margin: 0 auto;
    margin-top: 70px;
    display: block;
    color: white;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #ee7c25;
    background-color: #ee7c25;
    transition: 0.2s linear;
}

.fructofr .fr-button:hover {
    background-color: white;
    color: #ee7c25;
}

@media (max-width: 1445px) {
    .fructofr {
        margin-top: 35%;
    }
}

@media (max-width: 1400px) {
    .fructofr {
        margin-top: 30%;
    }
}

div.slides-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

div.slides {
    -webkit-animation: slideDown 8s infinite;
    -moz-animation: slideDown 8s infinite;
    -o-animation: slideDown 8s infinite;
    animation: slideDown 8s infinite;
    position: relative;
}

div.slide {
    width: 640px;
    height: 1080px;
    font-size: 0;
    background-repeat: no-repeat !important;
}

lesshat-selector {
    -lh-property: 0;
}


  @-webkit-keyframes slideDown {
   100% {
        top: 0;
    }
    80% {
        top: 0;
    }
    74% {
        top: -1080px;
    }
    54% {
        top: -1080px;
    }
    47% {
        top: -2160px;
    }
    27% {
        top: -2160px;
    }
    20% {
        top: -3240px;
    }
    0% {
        top: -3240px;
    }
}

@-moz-keyframes slideDown {
    100% {
        top: 0;
    }
    80% {
        top: 0;
    }
    74% {
        top: -1080px;
    }
    54% {
        top: -1080px;
    }
    47% {
        top: -2160px;
    }
    27% {
        top: -2160px;
    }
    20% {
        top: -3240px;
    }
    0% {
        top: -3240px;
    }
}
@-o-keyframes slideDown {
   100% {
        top: 0;
    }
    80% {
        top: 0;
    }
    74% {
        top: -1080px;
    }
    54% {
        top: -1080px;
    }
    47% {
        top: -2160px;
    }
    27% {
        top: -2160px;
    }
    20% {
        top: -3240px;
    }
    0% {
        top: -3240px;
    }
}

@keyframes slideDown {
    100% {
        top: 0;
    }
    80% {
        top: 0;
    }
    74% {
        top: -1080px;
    }
    54% {
        top: -1080px;
    }
    47% {
        top: -2160px;
    }
    27% {
        top: -2160px;
    }
    20% {
        top: -3240px;
    }
    0% {
        top: -3240px;
    }
}

.right-ff .ff-mail {
    color: #08955a;
    display: block;
}

.right-ff img {
    width: 100%;
}
.right-ff {
    position: relative;
}
.ff-addon {
    width: 166px !important;
    position: absolute;
    top: -67px;
    right: -64px;
}
.ff-button {
    color: white;
    font-weight: 600;
    background-color: #fe6800;
    padding: 10px 20px;
    border: 2px solid #fe6800;
    transition: 0.2s linear;
    font-size: 20px;
}

.ff-button:hover {
    background-color: white;
    color: #fe6800
}
  .right-ff img {
        margin-bottom: 50px;
    }
    .right-ff .ff-mail {
        margin-bottom: 85px;
        font-size: 22px;
    }
@media (min-width: 1900px) {
    .right-ff {
        margin-top: 58%;
    }
     div.slides {
         margin-top: -10%;
    }
}
@media (max-width: 1445px) {
    .right-ff {
        margin-top: 34%;
    }
    div.slides {
        margin-top: -30%;
    }
    div.slides-frame {
        margin-top: -142px;
    }
}
@media (max-width: 1367px) {
    .right-ff {
        margin-top: 30%;
    }
    div.slides {
        margin-top: -37%;
    }
}
@media (max-width: 1260px) {
    #pgc-5-0-0 {
        display: none;
    }
    #pgc-5-0-1 {
        width: 100% !important;
    }
    #panel-5-0-1-0 {
        float: none;
        margin: 0 auto;
    }
}
.ff-mail:hover {
    color: #fe6800;
}
.right-ff h3 {
    font-size: 24px;
    color: #D60000;
}
.right-ff .fr-cut {
    margin-top: 45px;
}