/*
Theme Name:         HeM
Author:             DD Lineal
Author URI:         http://ddlineal.es

License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/*******************
	FONTS
*******************/

@font-face {
    font-family: 'Gotham Black';
    src: url('./fonts/Gotham-Black.woff2') format('woff2'),
        url('./fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('./fonts/Gotham-Book.woff2') format('woff2'),
        url('./fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('./fonts/Gotham-Light.woff2') format('woff2'),
        url('./fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('./fonts/Gotham-Medium.woff2') format('woff2'),
        url('./fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins Light';
    src: url('./fonts/Poppins-Light.woff2') format('woff2'),
        url('./fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('./fonts/Poppins-Medium.woff2') format('woff2'),
        url('./fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Royal Puerto';
    src: url('./fonts/ROYALPUERTO-Regular.woff2') format('woff2'),
        url('./fonts/ROYALPUERTO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

strong {
  font-weight: normal;
  font-family: Poppins Medium;
}


/*******************
	GENERAL THEME
*******************/
#logo-container-mobile {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.accordion-ost .panel-body.wpb_accordion_content {
  padding-top: 0;
}

/*******************
	ACCESSIBILITY
*******************/
.accessibility-page h1, .accessibility-page h3 {
  font-family: Roboto;
}
.accessibility-page h1 {
  font-size: 38px;
}
.accessibility-page h3 {
  font-size: 25px;
}


/*******************
	CONTACT
*******************/
.row.padding-contact p {
  margin: 0;
}
.padding-contact input[type="text"], .padding-contact input[type="email"], .padding-contact textarea {
  width: 100%;
  padding: 10px 15px;
  border-color: #b08d30;
}
.padding-contact textarea {
	height:100px;
}
.padding-contact input::placeholder, .padding-contact textarea::placeholder {
    color: #777777  !important;
    opacity: 1;
}
.padding-contact .col {
    padding: 5px 15px 5px 0px !important;
}
.row.padding-contact.acceptance * {
    padding: 0;
    margin: 0;
}
.padding-contact label {
    color: #b08d30;
}

.padding-contact select {
    background-color: transparent !important;
    color: #b08d30;
}
.padding-contact select option {
    background: #b08d30 !important;
    font-family: Jost Regular !important;
    font-weight: normal;
}
.padding-contact input[type="checkbox"] {
    border-color: #b08d30;
    background: transparent;
}
.padding-contact.row-submit input {
  font-size: 16px;
  background: #b08d30;
  color: #fff;
  padding: 10px 30px;
  width: auto;
  border-radius: 3px;
  border-color: transparent;
  margin-top: 15px;
  cursor: pointer;
  line-height: 100%;
}@media only screen and (max-width:768px){
	.padding-contact.row-submit input {
		margin-bottom: 40px;
	}
}
.form-white .padding-contact.row-submit input {
    background: transparent !important;
    border: 2px solid;
}
.padding-contact.row-submit{
	text-align:left;
}

.mc4wp-response p {
    color: #fff !important;
    text-align: center;
	font-weight:normal;
}
.contact-map {
    margin-bottom: 0;
}
