/* CUSTOM CSS

<!-- INMEDIA STUDIOS SAYS HELLO FROM IBIZA :)
____  _/__  | / /__   |/  /__  ____/__  __ \___  _/__    |
 __  / __   |/ /__  /|_/ /__  __/  __  / / /__  / __  /| |
__/ /  _  /|  / _  /  / / _  /___  _  /_/ /__/ /  _  ___ |
/___/  /_/ |_/  /_/  /_/  /_____/  /_____/ /___/  /_/  |_| -->
*/

/* HEADER */

.header__col.header__col-left {
  width: calc(100% - 70px);
}

@media (min-width: 768px) {
  .header__col.header__col-left {
    width: auto;
  }
}

.logo__wrapper-img {
  width: 100%;
  margin-right: 0;
}

.page-navigator {
  margin-top: 1rem;
}

.page-navigator > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 0.66rem;
}

@media (min-width: 768px) {
  .page-navigator > ul {
    font-size: 1rem;
  }
}

.page-navigator > ul > li > a {
  display: block;
  padding: 0 0.5rem;
}

/* CONTACT */

@media (max-width: 576px) {
  .form-contact_paddings {
    padding-left: 40px;
    padding-right: 40px;
  }
}


/* FOOTER */

.widget_nav_menu ul.menu > li a {
  color: #fff;
}

.social__item a {
  border: white solid 1px;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  font-size: 22px !important;
}


h3 {font-weight: 100 !important;
	text-transform: uppercase !important;}
	

.frm_fields_container input {
	width: 100%;
    margin-bottom: 2em;
    padding: 10px;}
    
.frm_fields_container textarea {
	padding: 10px;
	width: 100%;}
    
.frm_primary_label, .frm_checkbox label {color: grey;width: 100%;font-size: 14px;}

.frm_fields_container label input {width: auto}

.frm_button_submit {border: 1px grey solid;
    padding: 5px 50px;
    background-color: white;
    color: grey;
}
.frm_submit {text-align: center;}

#field_acxub-0 {margin-bottom: 0;}

.bg-white h3 {color: grey;}


#frm_form_2_container {padding-top: 2em;}

.widget_rhye_social ul li {
    padding: 10px;
}

.music .social__item a {
    width: 160px !important;
}

.frm_checkbox a {color: black; text-decoration: underline;}
