/*
Theme Name: Carear
Template: Divi
Author: Webzz.pro
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&Roboto:wght@300&display=swap');



/**** This hides the sub menu items on mobile ****/
#page-container .et_mobile_menu li ul.hide {
    display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .et_mobile_menu .menu-item-has-children {
    position: relative;
}

#page-container .et_mobile_menu .menu-item-has-children > a {
    background: transparent;
}

/**** This styles the icon and moves it to the right ****/
#page-container .et_mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}

/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #000;
    font-size: 16px;
    font-family: ETmodules;
}

#page-container span.menu-closed.menu-open:before {
    content: "\4d";
}

/* for tags categories*/
#et-main-area span.categories.tags-like-categ {
    display: none;
}

body.category-newsroom #et-main-area span.categories.tags-like-categ {
    display: block;
}

body.category-newsroom #et-main-area span.categories.cust-mod-blog {
    display: none;
}

span.categories.tags-like-categ a {
    pointer-events: none;
}

.et_pb_row.et_pb_row_0_tb_header.row-header-promo {
    width: 100% !important;
}

@media (min-width:768px) {
    .et_pb_column.owl-carousel.how-owl-carousel {
        background-image: url(https://carear.com/wp-content/uploads/2021/09/ipad-clipart.png);
        background-size: auto 100%;
        padding: 4.7% 3.6% 4%;
    }
}
