/*
 Theme Name:   Logisco Child
 Theme URI:    http://demo.goodlayers.com/logisco
 Description:  Goodlayers Logisco Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     logisco
 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, right-sidebar, responsive-layout
 Text Domain:  logisco-child

 START YOUR CHILD THEME CSS HERE
*/

.gdlr-core-portfolio-title{
    white-space:nowrap!important;
    overflow:hidden;
    text-overflow:ellipsis!important;
    font-size:16px!important;
    font-weight:700!important;
    letter-spacing:0px!important;
    text-transform:none!important;
}

.gdlr-core-portfolio-title:hover{
    overflow:visible;
}
.gdlr-core-portfolio-item-holder{
    margin-top:50px;
}

.pagination .active{
    background-color: #36b0b0;
    color: white!important;
}

.pagination a:hover:not(.active){
    background-color: #ddd;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.gdlr-core-filterer-wrap.gdlr-core-style-text {
    font-weight: normal!important;
    text-transform: none!important;
    letter-spacing: normal!important;
}

.footer-contact-phone {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
}

.footer-contact-phone .footer-phone-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background: url(//st1.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-phone.svg?revision=7.2.3.0-7-1662798521) no-repeat 50% 50%;
    background-size: cover;
}

.footer-contact-phone .footer-phone {
    color: #fff;
}

.footer-contact-phone .footer-phone span {
    display: block;
    font-size: 13px;
    line-height: 29px;
}

.footer-contact-phone .footer-phone a {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
}

.footer-contact-text {
    font-size: 13px;
    color: #fff;
    line-height: 17px;
}

.logisco-footer-wrapper {
    background: #37c7db;
}

.footer-social-title {
    position: relative;
    font-size: 15px;
    color: #fff;
    line-height: 29px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.footer-social-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 2px;
    background: #fff;
}

.footer-social-content a {
    margin-right: 20px;
}

.footer-social-content a i {
    font-size: 30px;
    color: #fff;
}

.footer-social-content {
    display: flex;
}

.newsletter-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: #fff;
}

.newsletter-title>div {
    font-size: 15px;
    line-height: 29px;
}

.newsletter-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 2px;
    background: #fff;
}

.newsletter-content {
    margin-bottom: 15px;
}

.newsletter-content form {
    display: flex;
    height: 50px;
    border: 1px solid #6DEDFF;
    background-color: transparent;
}

.newsletter-content form input {
    flex: 1 0 0%;
    background-color: transparent!important;
    padding: 1rem 0 1rem 2rem;
    font-size: 13px;
    color: #fff;
    border: none!important;
    max-height: none;
    
}

.newsletter-content form input::placeholder {
    /* modern browser */
    color: #fff;
}

.newsletter-content form button {
    flex: 0 0 70px;
    background: url(//st3.myideasoft.com/idea/bm/73/themes/selftpl_5dad7b71e8e73/assets/images/icon-newsletter.svg?revision=7.2.3.0-7-1662798521) no-repeat 50% 50%;
    color: #fff;
    border: none;
}

.newsletter-text {
    font-size: 13px;
    color: #fff;
    line-height: 17px;
}

.production-video-iframe {
    width: 100%;
}

@media only screen and (max-width: 999px) {
    .production-video-iframe {
        height: 475px;
    }
}

@media only screen and (max-width: 850px) {
    .production-video-iframe {
        height: 353px;
    }
}

@media only screen and (max-width: 700px) {
    .production-video-iframe {
        height: 320px;
    }
}

@media only screen and (max-width: 540px) {
    .production-video-iframe {
        height: 220px;
    }
}

@media only screen and (max-width: 400px) {
    .production-video-iframe {
        height: 170px;
    }
}

.contact-form-text {
    box-shadow: 0 0 35px rgb(10 10 10 / 12%);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -webkit-box-shadow: 0 0 35px rgb(10 10 10 / 12%);
    padding-top: 20px;
}

.product-video-wrapper {
    box-shadow: 0 0 35px rgb(10 10 10 / 12%);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -webkit-box-shadow: 0 0 35px rgb(10 10 10 / 12%);
    margin: 0;
}