/*
==================================================================
Theme Name: Olmo & Torres
Version: 1.0
Author: Neobrand®
Author URI: https://neobrand.com
==================================================================
*/


h1,h2,h3,h4,h5 {
	font-family: "bunyan-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #545454;
}

.grid {
	display: grid;
}

.grid-cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.features-num{
	display: none;
}

.features-area .features-content .arrow {
	color: #81171a;
}

.slotholder {
	position: relative;
}

.slotholder::before {
	content: '';
	background: rgba(0, 0, 0, .3);
	position: absolute;
	inset: 0;
	z-index: 999;
}

/*.regular .header-area {
	background: #262626;
}*/

.header-area .logo {
	padding: 49px 0px 20px;
	width: 180px;
}

.mobile-menu-area .mean-container .logo {
	padding: 12px 0;
	width: 160px;
}

.header-area .logo a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo svg {	
	color: #fff;
  width: 100%;
  height: auto;
}

/*.logo #leaf {
	fill: #81171a;
}*/

.features.grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}


.features-area .wrapper-btn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.features-areas .btn.button{
	margin-left: auto;
	margin-right: auto;
}

.button:before{
	background: #262626;
}

.about-area .about-content .about-img:after {
	display: none;
}

.about-area img {
	width: 458px;
	height: 100%;
	object-fit: cover;
}

.about-area .media-body {
	width: 100%;
}

.about-area .about-content {
	width: 100%;
	display: grid;
	grid-template-columns: .3fr 1fr;
}

.about-area .about-content .media-left {
	display: flex;
}

.question-area {
	background: #81171a;
}

.question-area:before {
	content: 'OlmoTorres';
	color: white;
	opacity: .4;
}
.question-area:after {
	background: #262626;
}

.clients-about-area .slider-carousel .owl-prev, .clients-about-area .slider-carousel .owl-next {
	color: #3d3d3d;
}

.contact-area .contact-info-section .contact-info .info-icon {
	color: white;
}

.team-area .teams .team p{
	font-size: 14px;
}

.blog-area .side-bar-section .widget .widget-tittle {
	text-align: left;
}

.blog-area .side-bar-section .widget .recent-post {
	margin-top: 20px;
}

.service-img img,
.team-area .teams .team .team-img img,
.about-text-area .about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service .section-header {
	padding-bottom: 0;
}

.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.smallimage img{
	width: auto;
	min-height: 80px;
	max-height: 80px;
}

.content ul li{
	position: relative;
	padding-left: 15px;
}

.content ul li:before {
	content: '';
	position: absolute;
	background-color: #81171a;
	top: 10px;
	left: 6px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}

.content .image {
	margin-top: 35px;
}

.media.recent-post {
	display: flex;
	align-items: center;
}

/*.blog-area .row {
	display: flex;
	align-items: stretch;
}*/

.side-bar-section {
	position: sticky;
	top: 10px;
}

.wpcf7 form{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 15px;
}

.wpcf7 form input,
.wpcf7 form select {
	height: 50px;
	width: 100%;
	padding: 0px 15px 0 10px;
	border: 1px solid #ebebeb;
	background: white;
	appearance: none;
}


.wpcf7 form select {
	color: #757575;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
}

.wpcf7 form input[type='submit']{
	height: auto;
}

.wpcf7 form .fields {
	height: fit-content;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}

.wpcf7 form input[type="submit"] {
	  font: 700 14px/50px "Oxygen", sans-serif;
    letter-spacing: 2px;
    padding: 0px 20px;
    text-transform: uppercase;
    border: 0px;
    padding: 0px 31px;
    box-shadow: none;
    outline: none;
    color: #303030;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.055);
    position: relative;
    z-index: 2;
}

.showinfo,
.privacy-info {
	color: white;
}

.wpcf7 form .last label {
	margin-left: 0;
}

.wpcf7 form .fields .wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7 form .wpcf7-form-control-wrap[data-name="text"]{
	width: 100%;
	grid-column: 1 / -1;
	padding: 0;
}

.contact-form-area .contact-form textarea {
	min-height: 100px;
	height: 100px;
	padding-left: 10px;
	padding-right: 15px;
}

.wpcf7 form textarea {
	width: 100%;
	height: 150px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 15px;
	border: 1px solid #ecf0f3;
	background-color: #fff;
	resize: none;
}

.wpcf7 form .last {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.wpcf7 form .last > .wpcf7-form-control-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.last .wpcf7-list-item {
	margin: 0;
} 

.wpcf7 form .last label {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.wpcf7 form .last label::before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	border-radius: 3px;
	margin-right: 5px;
}

.wpcf7 form .last label::after {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 2px;
	transform: scale(0);
	transition: all 280ms ease;
	position: absolute;
	top: 7px;
	left: 2px;
}

.wpcf7 form .last label.active::after {
	transform: scale(1);
}

.wpcf7 form .last label > * {
	width: fit-content;
	font-weight: normal;
	color: #fff;
}

.wpcf7 form .last label a {
	font-weight: 800;
	color: white;
}

.wpcf7 form .last label > input{
	width: 18px;
	height: 18px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
 }

.wpcf7 .wpcf7-submit:disabled {
	filter: grayscale(1);
	opacity: .4;
}

.wpcf7 .privacy-info {
	display: none;
	font-size: 10pt;
	line-height: 1.5;
	margin-top: 5px;
	color: #fff;
}

.wpcf7 .privacy-info.show {
	display: block;
}

.wpcf7 .wpcf7-not-valid-tip{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #ff9800 transparent transparent;
	text-indent: -9999px;
	transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 50%;
}

.footer-area .grid {
	gap: 0 20px;
}

.footer-area .footer-top .widget-link {
	padding-left: 0;
	padding-right: 0;
}

.footer-area .logo {
	display: block;
	margin-bottom: 15px;
}

.footer-area .logo svg {
	width: 230px;
	margin-left: 0;
}

.kitDigital {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #262626;
	border-top: 1px solid #3d3d3d;;
}

.regular .blog-area {
	padding-top: 150px;
}

.wpcf7 form .wpcf7-response-output {
	padding: 0 !important;
	padding-top: 20px !important;
	margin: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	color: #fff !important;
	border-color: #fff !important;
	text-align: center;
}

@media screen and (max-width: 992px) {

	.features.grid {	
		grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
	}
	.main-slider-area .slide-tittle h1 {
		font-size: 30px;
		line-height: 1;
	}

	.main-slider-area .slider .slide-p p {
		line-height: 1.1;
	}

	.team-area .teams .team {
		height: auto;
	}

}

@media screen and (max-width: 767px)  {

 	.main-slider-area .slide-tittle h1 {
 		font-size: 23px;
 	}

 	.about-area .about-content {
 		grid-template-columns: 100%;
 	}

 	.wpcf7 form .fields {
 		grid-template-columns: 100%;
 	}

 	.home .wpcf7 {
 		padding-left: 15px;
 		padding-right: 15px;

 	}

 	.about-text-area .about-img {
 		margin-top: 30px;
 	}

 	.team-area .teams .team {
 		max-width: 100%;
 	}

}

.grecaptcha-badge {
	display: none;
}

.error-part {
	padding: 30px;
	padding-top: 150px;
} 