/*
Theme Name:         Agricola Biherva
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;
}
@font-face {
    font-family: 'Aalto Sans Pro';
    src: url('./fonts/AaltoSansPro-Regular.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Aalto Sans Pro Bold';
    src: url('./fonts/AaltoSansPro-Bold.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aalto Sans Pro It';
    src: url('./fonts/AaltoSansPro-RegularIt.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Aalto Sans Pro Light It';
    src: url('./fonts/AaltoSansPro-LightIt.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Aalto Sans Pro Bold It';
    src: url('./fonts/AaltoSansPro-BoldIt.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}




/*******************
	GENERAL THEME
*******************/
.post-content > p {
  margin: 0;
}
.h1, h2, h3, h4, h5 {
  line-height: 100%;
}
.btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-xsdn.btn-outline:active {
  color: #ff841b !important;
}



/*******************
	HOME
*******************/
.home-services-title {
  margin-top: -40px !important;
  z-index: 10;
}
.button-orange.home-services-button {
  border: 3px solid;
}
.margin-top-negative-min {
  margin-top: -40px !important;
}

/*******************
	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 select, 
.padding-contact input[type="text"], 
.padding-contact input[type="email"], 
.padding-contact textarea {
  width: 100%;
  padding: 15px 30px;
  border-color: #ff841b;
  border-radius: 30px;
  font-family: Aalto Sans Pro Light;
}
.padding-contact textarea {
	height:100px;
}
.padding-contact input::placeholder, .padding-contact textarea::placeholder {
    color: #ff841b !important;
    opacity: 1;
}
.padding-contact .col {
    padding: 5px 10px 5px 10px !important;
}
.row.padding-contact.acceptance * {
    padding: 0;
    margin: 0;
}
.padding-contact label {
    color: #000;
}

.padding-contact input[type="checkbox"] {
    border-color: #ff841b;
    background: transparent;
}
.padding-contact.row-submit input[type="submit"] {
  font-size: 16px;
  background: #ff841b;
  color: #fff;
  padding: 15px 30px;
  width: auto;
  border-radius: 50px;
  border-color: transparent;
  margin-top: 15px;
  cursor: pointer;
  line-height: 100%;
  text-transform: none !important;
  font-weight: normal !important;
}@media only screen and (max-width:968px){
	.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;
}
.contact-text {
  margin-top: 15px !important;
}
.contact-text strong {
  font-family: Aalto Sans Pro Bold;
  font-size: 18px;
  font-weight: normal;
}