/*
Theme Name: Morcode
Theme URI: https://morcode.pt/
Author: Morcode
Author URI: https://morcode.pt/
Description: Morcode
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Morcode
*/

/*
Theme Name: Morcode
Theme URI: https://morcode.pt/
Author: Morcode
Author URI: https://morcode.pt/
Description: Morcode
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Morcode
*/

.copyright-area .logo img {
    height: 60px;
}

.coppyright span {
    color:#FFF;
}

.home1-site-logo img {
    height: 100px;
}

.home1-site-logo {
    max-width: 100%;
}

.c-white {
    color:#FFF !important;
}

.p-white p, .p-white h1, .p-white h2, .p-white h3{
    color:#FFF !important;
}



.main-menu-ex.main-menu-ex1 #list-example {
	padding:0;
	margin:0;
}




.pera p {
    margin:0 !important;
}

.headding2 p {
    color: #FFFFFF;
}

.woocommerce-checkout, .woocommerce-order{
    background-color: #FFFFFF;
    padding: 48px;
    border-radius: 4px;
}
.woocommerce-checkout .input-text {
background-clip: padding-box;
    background-image: none;
    border: 1px solid #dadbdd;
    border-radius: 7px;
    color: #212529;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce {
    padding-top: 200px;
}

.woocommerce-checkout .select2-selection {
    padding:11px 15px;
}

.woocommerce-checkout  .select2-selection--single {
    height: 50px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message  {
    border: unset;
    border-radius: 4px;
}

.ff-default .ff-el-form-control:focus, .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select
{
    border-color: #6A5CFF !important;
}

.footer-icon-box p{
    margin-bottom: 0px;
}

.toggle-inner input + span {
    left: 43px !important;
}

.toggle-inner input:checked + span {
    left: 5px !important;
}

@media (min-width:768px) and (max-width:991px) {
    body {
        zoom:0.8;
    }

    .container {
        max-width: 100%;
    }

    .team-collaboration .team-all-images .image2 {
        display: none;
    }

    .team-collaboration .team-all-images .image1 {
        margin-left: 0px;
    }

    .footer-icon-box {
        justify-content: center;
    }
    
}

@media screen and (max-width:767px) {
    .mobile-header {
        background: linear-gradient(92deg, #FFF -2967.5%, rgba(255, 255, 255, 0) 199.15%);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        width: 100%;
        z-index: 2;
    }

    .mobile-nav-icon {
        color:#FFF;
    }

    .coppyright, .coppyright a {
        text-align: center;
    }

    .team-collaboration .team-all-images .image2 {
        display: none;
    }

    .team-collaboration .team-all-images .image1::before {
        display: none;
    }
}