/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/

/*-------------------MLI MLI MLI MLI MLI--------------------*/

/*-------------------DW Top Menu Text Highlight--------------------*/

.et_pb_main_blurb_image {
    margin-bottom: 10px;
}

div.et_pb_section.et_pb_section_3 {
    background-position: calc(18% - 10px) center!important;
}

/*-------------------MLI Top Menu Text Highlight--------------------*/


.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: #ffffff !important;
    font-weight: bold!important;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-page-ancestor a {
	font-weight: bold !important;
	color: #ffffff !important;
}

ul.sub-menu {
	margin-top: 10px;
	border: 1px solid #79BFFF!important;
}


/*-------------------Lightbox Disable--------------------*/
.disable-lightbox a {
pointer-events: none;
}
.disable-lightbox .et_overlay {
display: none !important;
}

/*-------------------Back To Top Button--------------------*/

.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
 
.et_pb_scroll_top.et-pb-icon {
    right: 15px;
    bottom: 300px;
    border-radius: 25px;
    background: rgba(25, 72, 103, 0.48);
    padding: 10px;
}
 
.et_pb_scroll_top.et-pb-icon:hover {
    background: #60c0ff;
}
 
.et_pb_scroll_top:before {
    content: "\21";
}

/*-------------------List Indent--------------------*/
ul {
	margin-left: 10px;
}

/*-------------------Tooltips on Hotspot--------------------*/

.image_hotspot_child_0 .dih-container .dih-tooltip {
    margin-left: -50px;
}

.image_hotspot_child_1 .dih-container .dih-tooltip {
    margin-left: -30px;
}
.image_hotspot_child_3 .dih-container .dih-tooltip {
    margin-left: 30px;
}

.image_hotspot_child_4 .dih-container .dih-tooltip {
    margin-left: -60px;
}

/*-------------------CSS Text Line--------------------*/

.image_hotspot_parent_0 {
    margin-top: 0px;
}

/*-------------------Ghost Button on Irish Centres--------------------*/

ul.et_pb_side_nav, ul.et_pb_side_nav * {
    display: none!important;
}

/*-------------------Staff Member Position--------------------*/
.et_pb_member_position {
   margin-bottom: 10px;
}



/*-------------------List Items iPad--------------------*/
	
	.three-columns .et_pb_column {
    width: 31%!important;
	margin-left:3px;
	margin-right:3px;
}
	.three-columns ul {
    margin-left:10px;
}
.three-columns ul li {
    margin-left:10px;
	padding-left: 0px;
}
/*-------------------Prevent Google Map Scroll--------------------*/
.overlay {
  position: absolute;
  width: 100%;
  height: 490px;
  top: 490px;
  margin-top: -490px;
  z-index: 1;
}

/*-------------------50% Column Mobile--------------------*/

@media only screen and (max-width: 479px) {
    .two-columns .et_pb_column {
    width: 50%!important;
}
}


/*-------------------Change Column Number on mobile--------------------*/

@media only screen and (max-width: 479px) {
    .two-columns .et_pb_column {
    width: 50%!important;
}
	.three-columns .et_pb_column {
    width: 100%!important;
	margin-left:0px;
}
	
	.limerickMap {
		max-width: 300px;
	}

/*-------------------Simplify Mobile--------------------*/

ul.sub-menu {
	margin-top: 0px;
	border: 0px solid!important;
}
	.et_mobile_menu {
    min-height: 5px !important;
	}
}

@media (max-width:980px) {
	.reverse-columns-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
	
}

