/* 
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
*/


/*-------------------------*/
/*-------------------------*/
/*----- CSS VARIABLES -----*/
/*-------------------------*/
/*-------------------------*/
:root {
  --color-main: #3200A0;
}


/*----------------------------*/
/*----------------------------*/
/*----- PAGE HEADING BOX -----*/
/*----------------------------*/
/*----------------------------*/
/*
.OdacPageHeaderContainer h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 8px;
	font-weight: normal;
}
.OdacPageHeaderContainer h2 {
	font-size: 18px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 24px;
}
*/



/*--------------------------------------------------------*/
/*----- ALTER THEME DEFAULT FONT SIZES, SPACINGS ETC -----*/
/*--------------------------------------------------------*/

/*Force a space under lists*/
.elementor-element ul {
  margin-bottom: .9rem;
}

/*Text editor links*/
.elementor-widget-text-editor a, .elementor-widget-text-editor a:visited, .elementor-widget-text-editor a:hover {
  text-decoration: underline;
  color: inherit;
}



/*-----------------*/
/*-----------------*/
/*----- FORMS -----*/
/*-----------------*/
/*-----------------*/
/*Solve issue of safari on iphone zooming in on text boxes when selected*/
/*It does this if text size < 16px, so to cure we'll just set all to 16px*/
.odac_form input[type=text], .odac_form input[type=number], .odac_form select, .odac_form textarea {
  font-size: 16px;
}

.odac_form {
  margin: 0px 10px 0px 10px;
}


/*---- TEXT INPUT BOXES -----*/
.odac_form input[type=text], .odac_form textarea {
  width: 100%;
}
.odac_form input[type=text], .odac_form input[type=number], .odac_form input[type=date], .odac_form select, .odac_form textarea {
  background-color: #eee;
  color: #999;
  padding: 16px;
  border: 0;
}

/*---- NUMERIC INPUT BOXES -----*/
.odac_form input[type=number] {
  width: 100%;
  max-width: 240px;
}

/*---- DATE INPUT BOXES -----*/
.odac_form input[type=date] {
  width: 100%;
  max-width: 240px;
}


/*---- SELECT BOXES -----*/
.odac_form select {
  color: #999;
  background-color: #eee;
  padding: 16px 20px 16px 16px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  appearance: none;
  border-radius: 0;
  margin: 0;
}


/*---- CHECKBOXES -----*/
.odac_form p input[type="checkbox"] {

}

/*---- RADIO BUTTONS -----*/
.odac_form input[type="radio"] {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
}


/*---- LABELS -----*/
.odac_form label {
  display: block;
  font-weight: bold;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: Open Sans,Arial,sans-serif;
  color: #666;
  line-height: 1.7em;
}

.odac_form label.LabelRadioButton {
  display: inline;
  
}


/*----- SUBMIT BUTTON -----*/
.odac_form input[type=submit] {
  background-color: transparent;
  padding: .3em .8em .3em .8em;
  font-family: inherit;
  display: inline-block;
  cursor: pointer;
  color: var(--color-main);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  border: 2px solid var(--color-main);
  border-radius: 6px 6px 6px 6px;
  margin: 8px 0px 0px 0px;
}
.odac_form input[type=submit]:hover {
  background-color: rgba(0,0,0,.05);
}





/*-----------------------*/
/*-----------------------*/
/*----- ADMIN PAGES -----*/
/*-----------------------*/
/*-----------------------*/
.AdminPage h3 {
  margin-top: 12px;
  margin-bottom: 8px;
}



/*----- ADMIN AREA BUTTON -----*/
a.AdminButton, a.AdminButton:hover, a.AdminButton:visited {
  background-color: #F7F7F7;
  border: 1px solid #e5e5e5;
  border-radius: 3px 3px 3px 3px;
  min-height: 36px;
  min-width: 80px;
  margin-top: 8px;
  margin-right: 8px;
  margin-left: 0px;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: normal;
  line-height: 40px;
  color: #444444;
  text-align: center;
}







/*-------------------------*/
/*----- DEFAULT FONTS -----*/
/*-------------------------*/
/*
html, body, p, li {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
*/
  
/*---------------------------*/
/*----- PAGE BACKGROUND -----*/
/*---------------------------*/
/*----- ADD THE BOTTOM HORIZONTAL IMAGE -----*/
body {
  background-image: url(/images/background_footer.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 1px 108px;
}














/*------------------*/
/*----- FOOTER -----*/
/*------------------*/
/* Override KnowHow Theme footer*/
#site-footer { display: none; }

/*----- FORCE FOOTER TO ALWAYS BE AT THE BOTTOM -----*/
/* Make the body fill the viewport height and use flexbox */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
/* Make the main content area fill the remaining space */
main {
  flex-grow: 1;
}
/* Position the footer at the bottom */
.elementor-location-footer { /* Or use the specific class of your footer */
  margin-top: auto; /* Push the footer to the bottom */
}


.ibex_footer {
  width: 100%;
}

.ibex_footer_stripe {
  width: 100%;
}

.ibex_footer_stripe_yellow {
  height: 4px;
  background-color: #f7b034;
}

.ibex_footer_stripe_white {
  height: 2px;
  background-color: #fff;
}

.ibex_footer_blue_section {
  background-color: #2EA4D6;
  height: 100px;
  display: flex;
  justify-content: center;
}

.ibex_footer_content {
  width: 1040px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: space-between;
}

.ibex_footer_text {
  color: white;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 20px;
  left: 6px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-right: 6px;
}

.ibex_footer_text a {
	text-decoration: none;
	color: #FFFFFF;
}
.ibex_footer_text a:visited {
	color: #FFFFFF;
}
.ibex_footer_text a:hover {
	color: #A14593;
}

.ibex_footer_text_subtext {
  color: white;
  font-size: 10px;
  line-height: 12px;
  margin-top: 4px; /* spacing between the two lines */
}

.ibex_footer_text_subtext a {
	color: #FFFFFF;
	text-decoration: none;
}
.ibex_footer_text_subtext a:visited {
	color: #FFFFFF;
}
.ibex_footer_text_subtext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.ibex_footer_logo {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 75px;
  object-fit: contain;
  z-index: 0; /* behind the text */
}

.ibex_footer_stripe-grey {
  height: 2px;
  background-color: #5e5e5e;
}











