/*
Theme Name: GrandConference
Theme URI: https://grandconference.themegoods.com/v5
Description: Premium Conference & Event Theme
Version: 5.3.2
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: grandconference
*/

body .mobile_menu_wrapper {
    background: rgb(0, 0, 0) !important;
}

/* speaker titles */
.ppb_speaker_grid .speaker_info_wrapper {
    background: rgba(0, 0, 0, 0.5) !important;
}

/* Mobile (0 - 480px) */
@media (max-width: 480px) {
.session_excerpt {
    margin: -15px 0 15px 0 !important;
}
	
li.scheduleday_title {
    border-color: transparent;
    padding: 20px 20px 20px 20px !important;
}

}

/* Small tablets and larger mobile devices (481px - 768px) */
@media (min-width: 481px) {
.session_excerpt {
    margin: -15px 0 15px 0 !important;
}
}

/* Tablets and small laptops (769px - 1024px) */
@media (min-width: 769px) {
/* 1 person session */
#excerpt_239 .session_excerpt, 
#excerpt_236 .session_excerpt, 
#excerpt_235 .session_excerpt, 
#excerpt_1463 .session_excerpt, 
#excerpt_1465 .session_excerpt, 
#excerpt_1467 .session_excerpt, 
#excerpt_1469 .session_excerpt {
    margin: -15px 0 15px 0 !important;
}

/* 2 person session */
#excerpt_241 .session_excerpt, 
#excerpt_240 .session_excerpt, 
#excerpt_237 .session_excerpt,
#excerpt_234 .session_excerpt,
#excerpt_227 .session_excerpt {
    margin: -15px 0 15px 0 !important;
}
	
/* 3 person session */
#excerpt_229 .session_excerpt {
    margin: -45px 0 15px 0 !important;
}

}

/* Large desktops and high-resolution screens (1025px and up) */
@media (min-width: 1025px) {
/* 1 person session */
#excerpt_239 .session_excerpt, 
#excerpt_236 .session_excerpt, 
#excerpt_235 .session_excerpt, 
#excerpt_1463 .session_excerpt, 
#excerpt_1465 .session_excerpt, 
#excerpt_1467 .session_excerpt, 
#excerpt_1469 .session_excerpt {
    margin: -15px 0 15px 0 !important;
}

/* 2 person session */
#excerpt_241 .session_excerpt, 
#excerpt_240 .session_excerpt, 
#excerpt_237 .session_excerpt,
#excerpt_234 .session_excerpt,
#excerpt_227 .session_excerpt {
    margin: -45px 0 15px 0 !important;
}

/* 3 person session */
#excerpt_229 .session_excerpt {
    margin: -75px 0 15px 0 !important;
}
}