/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

p:last-child {
	margin-bottom: 0 !important;
}

.header-menu.elementor-sticky--active.show {
    transition: all linear 300ms;
    box-shadow: 0px 1px 15px 0px rgb(8 15 52 / 6%) !important;
    background-color: #203A13 !important;
}

.header-menu.elementor-sticky--active.show .raffles-navbar__logo {
	width: 125px !important;
}

.box-choose:hover .box-choose__content H3 {
    color: #FFF !important;
}

.box-choose:hover .box-choose__content p {
    color: #FFF !important;
}

.faculty-testimoni .swiper-pagination-bullet-active {
    border-radius: 20px !important;
    background: #364152 !important;
    width: 24px !important;
    height: 8px !important;
}

.join.menu-item a {
	background-color: #009951;
    border-radius: 50px;
    padding: 14px 32px 14px 32px !important;
}

.join.menu-item a:hover {
	color: #009951 !important;
	background-color: #FFF !important;
}

.dataTables_paginate {
	width: 100%;
	text-align: center !important;
	margin-top: 32px;
}

.elementor-button .elementor-align-icon-right {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.header-menu.elementor-sticky--active.show .e-con-inner {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.header-menu.elementor-sticky--active.show .raffles-navbar__logo {
		width: 75px !important;
	}
	
	    .join.menu-item a {
	background-color: unset !important;
    border-radius: unset;
    padding: 12px 20px !important;
}

.join.menu-item a:hover {
	color: #FFF !important;
	background-color: var(--e-global-color-primary) !important;
}
}