/*!
Theme Name: incloop
Theme URI: https://incloop.com/
Author: incloop
Author URI: https://incloop.com/
Description: themes
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: incloop
*/

.contact-item {
    font-size: 1em;
    background: #90d0e8;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    width: max-content;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

span.wpcf7-list-item.first.last {
	margin: 0;
}

input.wpcf7-submit {
    background: #0059b2;
    color: #FFF;
    padding: 10px 30px;
    display: block;
    border: none;
    font-size: 1.4rem;
}

.wpcf7-list-item {
    display: block;
}

input[type="text"], input[type="email"], input[type="tel"] {
    width: 100%;
}

.thumbnail img,
.post-thumbnail img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

@media screen and (max-width: 600px) {
    .thumbnail img,
    .post-thumbnail img {
        width: 100%;
        height: 305px;
        object-fit: cover;
    }
}

.sub-menu {
    background: linear-gradient( #303030 0%,#8f8f8f 100%);
    width: 100%;
    display: block!important;
}

.sub-menu li, .sub-menu li a {
    width: 100%!important;
}

@media screen and (min-width: 601px) {
    #primary-menu li:hover a + ul {
        left: 0;
    }
}

.flip-items li {
    list-style: none;
}

.flip-items {
    padding-left: 0;
    margin-left: 0;
}

.swiper-slide-active img {
    transform: scale(1.5);
}

.swiper {
    padding: 70px 0!important;
}

.swiper-button-next, .swiper-button-prev {
    color: black!important;
}

.slide-invisible {
	opacity: 0;
}

.custom-parts-cell {
    margin: 10px;
}

.custom-parts-row {
    margin: 0;
}

#colophon a {
    color: #fff;
}

#sb_instagram {
    padding: 10px!important;
}