/**
 * Theme Name:      Virtual Roadshow
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     A child theme for Virtual Roadshow created by enjoy! Marketing.
 * Author:          enjoy! Marketing
 * Author URI:      https://www.enjoymarketing.co.uk/
 * Template:        Divi
 * Version:         1.0.0
 * Text Domain:     virtualroadshow
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */

/* Blue 01 #009DFF*/
/* Blue 02 #00DEFF*/
/* Blue 03 #0056FF*/
/* Black 01 #000000 */
/* Grey 01 #898785 */



/* General Styles  =============================================== */

html {
   scroll-padding-top: 100px;
}
.show-on-scroll {
    display: none; /* Hidden initially */
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.show-on-scroll.visible {
    display: block; /* Make it visible */
    opacity: 1;
}

/*** Change Mobile Columns By DiviMundo.com ***/

/* 2 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .two-col-mob .et_pb_column {
        width:47.25% !important;
    }
    
html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }
    html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
            margin-right:5.5% !important;
    }
}
/* 2 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .two-col-tab .et_pb_column {
        width:47.25% !important;
    }
.two-col-tab .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }
    html .et-db .two-col-tab .et_pb_column:not(:nth-child(2n)) {
        margin-right:5.5% !important;
    }
}
/* 3 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .three-col-mob .et_pb_column {
        width:29.6667% !important;
    }
    html .et-db .three-col-mob .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }
    html .et-db .three-col-mob .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}
/* 3 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .three-col-tab .et_pb_column {
        width:29.6667% !important;
    }
html .et-db .three-col-tab .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }
    html .et-db .three-col-tab .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}




/* Buttons */

/*place button modules next to each other in the same column*/

.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}
.inline-buttons {
    text-align: right !important;
}
.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
    padding: 8px 20px!important;
	
}

.gform_button {
	
	font-size: 16px;
    background-color: #009dff;
    border-color: #009dff;
    border-radius: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
	background-image: linear-gradient(90deg, #00deff 0%, #0056ff 100%);
}

/* Misc */

.heading_grad_block {
  color: #FFF;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #009DFF;
	background: linear-gradient(90deg, rgba(0,222,255,1) 0%, rgba(0,86,255,1) 100%);
}

/* Page Layout  =============================================== */


/* Hero */

@media all and (max-width: 767px) {
body .et_pb_fullwidth_header .header-content {
                padding: 0;
                text-align: center
            }

body .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
                margin: 20px auto;
                width: 90%;
                max-width: 800px
            } 
}

/* Custom Header  =============================================== */


/* CTA NAV Button */

@media (min-width: 981px) {
.cta-menu-button a {
	line-height: 9px;
	font-weight: 600;
	padding: 32px 32px!important;
	text-transform: uppercase;
	display: block;
	padding-left: 32px!important;
	padding-right: 32px!important;
	text-align: center;
	border: 0px;
	font-size: initial!important;
	color: #000 !important;
	background-color: #009DFF;
}
.cta-menu-button a:hover {
	opacity: 1 !important;
	color: #000 !important;
	background-color: #FFF !important;
	transition: background-color 0.8s ease !important;
}
/*Removing padding from the menu module to fix the size of the button*/
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
} 
/*vertically center the menu items in menu module*/
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
	align-items: center;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 0;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 22px;
    padding-top: 22px;
}	
}
/* Mobile Menu */

.et_mobile_nav_menu:before {
    content: 'MENU';
    font-size: 16px;
	font-weight: 600;
    color: #FFF;
	padding-top: 4px;
}


/*align the hamburger menu to the right right*/

.pa-fullscreen-menu .et_pb_menu__wrap {
	justify-content: flex-end !important;
}
/*style the opened menu*/
.pa-fullscreen-menu .opened #mobile_menu1 {
	width: 100vw !important;
	position: fixed !important;
	top: 0em !important;
	left: 0vw !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	flex-direction: column !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: visibility 0.3s, opacity 0.3s ease-in-out;
	padding: 0 !important;
	background-color: rgba(0, 0, 0, 0.9) !important;
}
/*style the closed menu*/
.pa-fullscreen-menu .closed #mobile_menu1 {
	background-color: #fff !important;
	text-align: center !important;
	width: 100vw !important;
	position: fixed !important;
	left: 100vw !important;
	top: 0em !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
	transition: visibility 0.3s, opacity 0.3s, left 1s, ease-in-out;
	opacity: 0 !important;
	visibility: hidden !important;
}
/*remove the bullet points from the list items*/
.pa-fullscreen-menu #mobile_menu1 li {
	list-style: none !important;
	text-align: center !important;
	width: 100%;
	font-size: 22px;
}
/*remove the bullet points from the list items*/
.pa-fullscreen-menu #mobile_menu1 li a {
	color: #FFF !important;
	font-size: 22px;
}
.pa-fullscreen-menu #mobile_menu1 li.current-menu-item a  {
	color: #FFF !important;
}
/*move the menu to the top above other elements*/
.pa-fullscreen-menu .et_pb_menu__wrap span.mobile_menu_bar {
	z-index: 999999 !important;
}
/*change the opened menu icon*/
.pa-fullscreen-menu .et_pb_menu__wrap .opened .mobile_menu_bar:before {
	content: "\4d" !important;
}
/*remove the default blue border top on the mobile menu*/
/*
.pa-fullscreen-menu .et_mobile_menu {
	border-top: none;
}
*/
/*remove the default background color on menu items*/
.pa-fullscreen-menu .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
/*remove the default hover background color and adjust opacity*/
.et_mobile_menu li a:hover {
	background-color: transparent;
	opacity: 1;
}
/*remove the default border bottom on menu items*/
.pa-fullscreen-menu .et_mobile_menu li a {
	border-bottom: none;
}
@media (max-width: 980px) {
.cta-menu-button a {
	font-weight: 600;
	padding: 22px 32px!important;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border: 0px;
	font-size: initial!important;
	color: #000 !important;
	background-color: #9BC540;
	width: 80%;
	max-width: 300px;
	margin: auto;
	margin-top: 20px;
	font-size: 22px !important;
}
.cta-menu-button a:hover {
	opacity: 1 !important;
	color: #000 !important;
	background-color: #FFF !important;
	transition: background-color 0.8s ease !important;
}
}	


	