/* 
Theme Name: Cosco Shipping
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema desenvolvido para o site Cosco Shipping
Author: Daniel Fliguel Guz
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Header */
.lang-item > a{
	padding: 5px!important;
}

/* Colors */
.text-blue {
    color: #00508D;
}

/* Header */
.exchange-rate {
    font-size: 13px;
}

.money-icon {
    width: 30px;
}

.elementor-icon-box-content{
	line-height: 1em;
}

/*Home*/
.swiper-container {
    overflow: hidden;
}

.home-post {
    background-color: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.25);
}

.post-category {
    font-size: 21px;
    line-height: 1;
}

.post-title, .archive-item-title a{
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post-title{
	font-size: 18px;
}

#o-que-procura {
    .elementor-carousel-image {
        height: calc(100% - 52px);
    }

    .swiper{
        padding-bottom: 0;
    }

    .elementor-carousel-image-overlay {
        position: relative !important;
        background-color: transparent !important;
        opacity: 1 !important;
        height: auto !important;
        display: block !important;
        padding: 10px 0 !important;
    }
}

.e-n-tab-title[aria-selected="true"]{
    text-decoration: underline;
}

/* Footer */
.elementor-location-footer .sub-arrow svg{
	fill: #ffffff;
}

/* Arquivo de posts */
.e-filter{
    .e-filter-item{
        width: 100%;
        max-width: -webkit-fill-available;
        padding: 0;
    }
    .e-filter-item[data-filter="__all"]{
        font-size: 28px!important;
        margin-bottom: 20px;
        background-color: transparent!important;
        color: #1E1E1E!important;
        font-weight: 700;
    }
}

/*Páginas internas com 2 colunas*/
.pages-vertical-menu{
    a{
        display: block;
        text-align: center;
    }
}

/*Swiper*/
.swiper-pagination-bullet{
    background: #989898;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #F6F6F6;
}

/* Footer */
.elementor-nav-menu--dropdown .elementor-item:focus{
	background-color: inherit;
}

/* Media Queries */
@media (max-width: 767px) {
    .exchange-rate {
        font-size: 10px;
    }

    .money-icon {
        width: 30px;
    }

    .post-category{
        font-size: 18px;
    }

    .post-title{
        font-size: 20px;
    }

    #o-que-procura {
        .swiper {
            padding-bottom: 10px!important;
        }
    }
	
	/*#header-contatos .elementor-icon-box-title{
		height: 33px;
		display: flex;
		align-items: center;
	}*/
}

@media (min-width: 768px) and (max-width: 992px) {
    .exchange-rate {
        font-size: 14px;
    }
}