/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */


.home .page-numbers.prev {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(0, -50%);
    font-family: 'ruby-icon' !important;
	font-size:0;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
.home .page-numbers.next{
	    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(0, -50%) rotate(180deg);
    font-family: 'ruby-icon' !important;
	font-size:0;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
.home .page-numbers.next:hover,.home .page-numbers.prev:hover{
	background-color:unset !important;
	box-shadow:unset !important;
	color:#000;
}
.home .elementor-element-108dabc .page-numbers.next:hover,.home .elementor-element-108dabc .page-numbers.prev:hover{
	background-color:unset !important;
	box-shadow:unset !important;
	color:#fff;
}
.home  .page-numbers.prev:before, .home  .page-numbers.next:before {
    content: '\e903';
	font-size:24px !important;
}
.home .elementor-element-108dabc .page-numbers.prev, .home .elementor-element-108dabc .page-numbers.next{
	color:#fff;
}

/* dashicon css */
@font-face {
    font-family: "dashicons";
    src: url("https://fyndmycar.com/wp-includes/fonts/dashicons.eot");
    src: url("https://fyndmycar.com/wp-includes/fonts/dashicons.eot?#iefix") format("embedded-opentype"),
         url("https://fyndmycar.com/wp-includes/fonts/dashicons.woff2") format("woff2"),
         url("https://fyndmycar.com/wp-includes/fonts/dashicons.woff") format("woff"),
         url("https://fyndmycar.com/wp-includes/fonts/dashicons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


.dashicons, .dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
}
.dashicons-yes-alt:before {
    content: "\f12a";
}
.dashicons-no-alt:before {
      content: "\f335";
}
/* .slider-pagination-top.slider-pagination, .block-wrap .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:0 !important;
	top:unset !important;
	right:40% !important;
}
.swiper-pagination-bullet, body .swiper-pagination-bullet{
	width:12px !important;
	height:12px !important;
} */


/* new css */

.single-post ul.wp-block-list {
    list-style: circle !important;
    margin-left: 30px !important;
}
.single-post ul.wp-block-list li{
    list-style: circle !important;
}
.web-stories-list.is-carousel .web-stories-list__carousel::scroll-button(*){
	width:35px !important;
	line-height:0 !important;
}
.web-stories-list__archive-link{
	display:none !important;
}