/* 
Theme Name:		 Tantanini
Theme URI:		 www.globalbitdesign.com
Description:	 Tantanini is a child theme of Hello Elementor
Author:			 Global Bit Design
Author URI:		 www.globalbitdesign.com
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 tantanini
*/


/*
    Add your custom styles here
*/

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: column;
}
.swiper-slide .single_post_red {
    background: #b40e44c4;
    color: #fff;
    height: 390px;
    width: 390px;
    text-align: center;
    border-radius: 50%;
    padding: 85px 40px 40px 40px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 31px;
}
.swiper-slide .single_post_red h3.single_post_title {
    text-transform: uppercase;
    line-height: 31px;
    margin-bottom: 7px;
}
.swiper-slide .single_post_red a.single_post_link {
    color: #fff;
}
.collection_swiper .swiper-button-next,
.collection_swiper .swiper-container-rtl
.swiper-button-prev,
.collection_swiper .swiper-button-prev,
.collection_swiper .swiper-container-rtl .swiper-button-next {
    background-image: none;
}
.collection_swiper  .swiper-button-prev,
.collection_swiper  .swiper-button-next {
    background-color: #ffffffb0;
    text-align: center;
    font-size: 70px;
    font-weight: 500;
    width: 60px;
    height: 60px;
    padding-top: 13px;
}

body .mark,
body mark {
    padding: 0;
}
@media (min-width: 1040px) {
    .collection_swiper  .swiper-button-prev{
        left: -100px;
    }
    .collection_swiper  .swiper-button-next {
        right: -100px;
    }
}

@media (max-width: 1300px) {
    .collection_swiper  .swiper-button-prev{
        left: 0;
    }
    .collection_swiper  .swiper-button-next {
        right: 0;
    }
    .swiper-slide .single_post_red {
        height: 300px;
        width: 300px;
        padding: 71px 20px 20px 20px;
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1024px) {
    .collection_swiper  .swiper-button-prev,
    .collection_swiper  .swiper-button-next {
        font-size: 33px;
        width: 30px;
        height: 30px;
        padding-top: 0px;
    }
}


.print_page_link i {
    margin-left: 5px;
}