/*
Theme Name:         Caminero Abogados
Author:             DD Lineal
Author URI:         http://ddlineal.es

License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/


/*

  Naranja: #fd7534 
  Blue: #003554

*/



/*******************
	FONTS
*******************/
@font-face {
    font-family: 'DIN Pro';
    src: url('./fonts/DINPro.woff2') format('woff2'),
        url('./fonts/DINPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gallient';
    src: url('./fonts/Gallient-Regular.woff2') format('woff2'),
        url('./fonts/Gallient-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Medium';
    src: url('./fonts/DINPro-Medium.woff2') format('woff2'),
        url('./fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@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;
}




/*******************
	GENERAL THEME
*******************/
h1, h2, h3, h4, h5, h6 {
  line-height: 110% !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-divider {
  margin: 20px 0px !important;
}
.row-margin-right-left {
  margin-left: 35px;
  margin-right: 35px;
}

.padding-left-30 {
  padding-left: 30px;
}

.button-white.btn-color-xsdn {
  color: #000 !important;
}
.btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover {
  color: #000 !important;
}
.button-circle {
  border-radius: 40px;
  background: #d07233;
  color: #ffd952;
  padding: 10px 20px !important;
}

.colum-image-bottom .uncol .uncell {
  padding-right: 36px;
  padding-left: 36px;
  padding-top: 36px;
}
.column-border-radius .uncoltable .uncell {
  border-radius: 65px;
}
.row-border-radius {
  border-radius: 65px;
}
.column-box .column-box-title {
  margin-top: 10px !important;
}
.column-box .btn-container {
  margin-top: 15px !important;
}
@media only screen and (max-width:960px){
	.column-padding-mobile {
	  padding-left: 36px !important;
	  padding-right: 36px !important;
	}
	.row-padding-mobile {
	  padding-left: 36px;
	  padding-right: 36px;
	}
	.column-padding-top-bottom-mobile {
	  padding-top: 36px !important;
	  padding-bottom: 36px !important;
	}
	.no-background-mobile-tablet .row-background.background-element {
	  display: none;
	}
}

@media only screen and (min-width: 570px) and (max-width: 959px) {
  .column-padding-left-tablet {
	  padding-left: 72px !important;
	}
}
@media only screen and (max-width:568px){
	.dca-icon-message {
	  text-align: center;
	}
}

.title-h.light .heading-text span {
  font-weight: 100;
}

.title-h.blue .heading-text em {
  color: #04a0b3;
}
.title-h.yellow .heading-text strong {
  color: #ffb400;
}

.padding-bottom-0 .uncell {
  padding-bottom: 0;
}

.column-border > .uncol {
  border: 2px solid;
  padding: 36px;
}
.column-border.border-bold > .uncol {
  border-bottom-width: 6px;
}
.column-border.yellow > .uncol {
  border-color: #ffb400;
}

.column-border.background-white > .uncol {
  background: #fff;
}


.column-border.padding-36 > .uncol {
  padding: 36px !important;
}
.column-border.padding-15 > .uncol {
  padding: 15px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}

.button-reale {
  padding: 5px 25px !important;
  border-width: 2px !important;
}
.btn-container {
  margin-top: 15px !important;
}



.heading-circle > .heading-text > div {
  border: 1px solid;
  border-radius: 30px;
  padding: 0px 20px 10px 20px;
}
.list-ca li {
  border-bottom: 1px solid #1b2834;
  list-style: inside;
  padding: 3px 0px;
}
.list-ca li:last-child {
  border: none;
}

.icon-box-ca.icon-box {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #0d1b2a;
  border-radius: 5px;
}
.icon-box.icon-box-ca .icon-box-icon {
  padding-left: 15px;
}
.icon-box.icon-box-ca .icon-box-content {
  padding-right: 15px;
  padding-left: 10px;
}
.icon-box.icon-box-ca .icon-box-content .icon-box-heading * {
  color: #8b8a84;
}

.row-border-inner {
  padding: 20px 30px;
  margin-top: 0 !important;
}

/*******************
	HEADER
*******************/
#logo-container-mobile {
  padding: 12px 0;
}
.nav .menu-button {
  border-radius: 50px;
  border-color: #ffb400 !important;
  border-width: 3px !important;
  border-style: solid;
  padding: 10px 20px !important;
}
.menu-item.bloc i::before {
  background: #ffb400;
  padding: 7px 8px;
  border-radius: 40px;
  color: #fff;
}
.top-menu.top-menu-padding .menu-smart > li > a {
  padding: 10px 5px;
}
@media only screen and (max-width: 490px) {
  .top-menu-enhanced .menu-mini.menu-smart > li.menu-contact {
    display: block !important;
  }
}




/*******************
	FOOTER
*******************/
.footer-icon {
  margin-top: 10px !important;
}
.footer-icon .fa.fa-stack {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
.footer-icon .icon-box-heading {
  margin-top: 1px !important;
}
.footer-menu ul li ul.sub-menu li {
  display: none;
}
.footer-menu .bloc, 
.footer-menu .phone {
  min-height: 50px;
}

.footer-menu .bloc a, 
.footer-menu .phone a {
  text-align: center;
  padding: 6px 40px;
  background: #fff;
  text-transform: uppercase;
  border: 2px solid #ffb400;
  border-radius: 30px;
  margin-bottom: 10px;
  color: #004aa0 !important;
  width: 100% !important;
  display: block;
}
.footer-social-icons.white {
  margin-top: 10px !important;
  padding-left: 10px;
}


/*******************
	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: #0095c7;
  border-radius: 0;
}
.form-white .padding-contact select, .form-white .padding-contact select:focus, 
.form-white .padding-contact input[type="text"], .form-white .padding-contact input[type="text"]:focus,
.form-white .padding-contact input[type="email"],.form-white .padding-contact input[type="email"]:focus, 
.form-white .padding-contact textarea {
  border-color: #fff !important;
  color: #fff;
}
.padding-contact textarea {
	height:100px;
}
.padding-contact input::placeholder, .padding-contact textarea::placeholder {
    color: #0095c7 !important;
    opacity: 1;
}
.form-white .padding-contact input::placeholder, 
.form-white .padding-contact textarea::placeholder {
    color: #fff !important;
}
.padding-contact .col {
    padding: 5px 10px 5px 10px !important;
}

.padding-contact label {
    color: #0095c7;
}
.form-white .padding-contact label {
    color: #fff;
}

.padding-contact input[type="checkbox"] {
    border-color: #0095c7;
    background: transparent;
}
.form-white .padding-contact input[type="checkbox"] {
    border-color: #fff;
}
.form-white .padding-contact input[type="checkbox"]::before {
  color: #fff;
}
.form-white  .wpcf7 span.wpcf7-not-valid-tip,
.form-white  .wpcf7 span.wpcf7-response-output {
  color: #fff !important;
}
.form-white .wpcf7-response-output {
  border-color: #fff !important;
  color: #fff;
}
.padding-contact.row-submit input[type="submit"] {
  font-size: 16px;
  background: #0095c7;
  color: #fff;
  padding: 15px 30px;
  width: auto;
  border-radius: 0;
  border-color: #0095c7;
  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[type="submit"] {
  background: #fff;
  color: #fff;
  border-color: #fff;
}@media only screen and (max-width:968px){
	.form-white .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: #0095c7 !important;
    text-align: center;
	font-weight:normal;
}
.contact-map {
    margin-bottom: 0;
}
.contact-text {
  margin-top: 15px !important;
}
.contact-text strong {
  font-size: 18px;
  font-weight: normal;
}
.icon-box-contact .icon-box-heading a {
  color: #0095c7 !important;
}

/*******************
	ACCESSIBILITY
*******************/
.accessibility-page h1, .accessibility-page h3 {
  font-family: Roboto;
}
.accessibility-page h1 {
  font-size: 38px;
}
.accessibility-page h3 {
  font-size: 25px;
}