/*
==  THEME DETAILS  ============================================================

    Theme Name: The Prolancer Official Theme
    Theme URI: https://theprolancer.com
    Description: A Responsive WordPress Blog and Portfolio Theme
    Version: 3.0
    Author: Mohammad 
    Author URI: https://theprolancer.com
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html

===============================================================================
*/

/* =====================================
IMPORTS
===================================== */

/* Helpers */
@import 'assets/css/fonts.css';


/* ===================================
CUSTOM STYLES SHOULD GO HERE
====================================*/


/* Style begin here */

.margin-bottom-none {margin-bottom:none;}

/* Drop Down Menu Styles */

.s-primary-menu li ul li a {
	border:none !important;
}



/* Home Page Styles */

.c-services-menu__title, .c-hero__sub-heading, .c-services-location__title, .c-services-reserve__title, .c-services-rewards__title, .c-services-food__btn {
	text-shadow: 0 5px 15px rgba(0, 1, 1, 1.0) !important;
}


.c-services-reserve__text {
	margin-top: 0;
}

.c-services-order {
	min-height: 350px;
}

.c-services-food__text {
	margin-left:0 !important;
}

.juicer-feed.slider .j-text {
	border-radius:8px  !important;
}

.juicer-feed.slider .slick-next{
	margin-right:5px  !important;
	padding: 10px 10px 10px 15px;
}

.juicer-feed.slider .slick-prev{
	transform:rotate(-180deg)  !important;
	margin-left:7px  !important;
	padding: 10px 10px 10px 15px;
}

.juicer-feed.slider .slick-next:before {
    content: 'B'  !important;
    font-family: 'arrow_symbols_1regular'  !important;
    font-size: 3rem  !important;
}

.juicer-feed.slider .slick-prev:before {
    content: 'B'  !important;
    font-family: 'arrow_symbols_1regular' !important;
    font-size: 3rem  !important;
}


/* Locations Page Styles */

.c-locations__image {
	border-radius:15px !important;
}	



/* 404 Styles */

.o-panel--404 {
	background:none !important;
}




/* Q & A Styles */

.c-que-ans-accordion__content-wrap a {color:#fff; font-weight:bold;text-decoration:underline;}

.c-que-ans-accordion__content-wrap a:hover {color:#f3f3f3;}