/*
 Theme Name:   Astro Live
 Theme URI:    http://astro-live.gr
 Description:  Child Theme for Astro Live
 Author:       Iakovos Frountas
 Author URI:   https://frountas.com
 Template:     domino
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  domino
*/

@media screen and (max-width: 1030px) {
	.featured_area:after,
	.featured_area:before{
		display:none;
	}
}

.navbar-brand-wpz {
    margin: 15px 25px 15px 0;
}

div.navigation span.current, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fb4834;
}

.zodiac a {
    color: #a00f1d;
}

.zodiac a:hover,
.zodiac a:active,
.zodiac a:focus {
    color: #fff;
}

.zodiac a:before {
    font-family: "Flaticon";
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    color: #a00f1d;
    position: relative;
    text-align: center;
    display: block;
    padding-top: 0.5rem;
}

.aries a:before {
    content: "\f10b";
}

.taurus a:before {
    content: "\f152";
}

.gemini a:before {
    content: "\f126";
}

.cancer a:before {
    content: "\f115";
}

.leo a:before {
    content: "\f12d";
}

.virgo a:before {
    content: "\f15b";
}

.libra a:before {
    content: "\f134";
}

.scorpion a:before {
    content: "\f14c";
}

.sagittarius a:before {
    content: "\f143";
}

.aquarius a:before {
    content: "\f105";
}

.pisces a:before {
    content: "\f139";
}

.capricorn a:before {
    content: "\f11c";
}
/* FIX ARROWS ON MENU ISSUE - EDIT SPIROS G. */
.sf-arrows .sf-with-ul:after {
    content: "˅" !important;
    font-family: "Roboto Condensed", sans-serif !important;
    display: inline-block !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    vertical-align: middle !important; }

.home .widget_media_image {
    margin-bottom: 80px !important;
}

.home #wpzoom-feature-posts-6 {
    margin-bottom: 80px !important;
}

.custom-breadcrumbs {
    background-color: #F9DBDB;
    padding: 10px;
    margin-bottom: 30px;
}

.custom-breadcrumbs .inner-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.custom-breadcrumbs .inner-container p {
    margin-bottom: 0px;
}

@media(max-width: 480px){
	.top-navbar .navbar-header,
    .navbar .navbar-header{
        display: flex;
        align-items: center;
        gap: 20px;
    }
	.navbar .navbar-header:after{
    	content: 'Menu';
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
    }
	.top-navbar .navbar-header:after {
        content: 'Ζώδια';
        color: #a00f1d;
        font-size: 16px;
        font-weight: 600;
    }

	.navbar .navbar-toggle .icon-bar{
    	background: #ffffff;
    }

	.top-navbar .navbar-toggle .icon-bar{
    	background: #a00f1d;
    }

}