/*
Theme Name:   Twenty Twenty-Five Child
Template:     twentytwentyfive
Description:  Child theme for Twenty Twenty-Five
Version:      1.0.0
Author:       Your Name
*/


:root {
    --tm-accent:       #DE642E;
    --tm-accent-light: #7a7a7a;
}

body {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}



header {
	background-color: #2c2a2ae8;
	position: fixed;
	top: 0;
	width: 100%;
	color: #fff;
	z-index: 10;
}

nav {
	font-family: "bebas-neue-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.wp-block-navigation-item__label:hover, .wp-block-navigation-item__label:focus {
	color: #de642e;
}

.wp-block-navigation__responsive-container-open.menu-scroll {
	background: #de642e;
	border-radius: 50%;
	padding: 5px;
}

/* fixes indent and vertical spacing issues on mobile menu */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
	padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .team-submenu {
	margin-top: 2rem;
}
/* end mobile menu fixes */

.headshot::before {
	content: '';
	position: absolute;
    inset: 0;
    background-attachment: scroll;
    background-image: url('/wp-content/themes/twentytwentyfive-child/blocks/team-members/images/fondo-img-maAluHbu.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%) ;
	margin-top: 12px;
    z-index: -1;
}
.headshot figure {
	z-index: 1;

}
.tm-modal__job-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--tm-accent-light);
    margin: 0 0 .4rem;
}

.services-bar {
	background-color: #1b1b1b;
	color: #fff;
}
.service {
	background-color: #f6f6f6;
	border-radius: 10px;
}
.service-list p {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media screen and (max-width:800px) {
	.wp-block-cover.contact {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
}

em {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: italic;
}

strong {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
	color: var(--tm-accent);
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
}
h2 {
	font-size: var(--wp--preset--font-size--xx-large);
	text-indent: -2px;
}

a {
	text-decoration: none;
}

.email::before  {
	color: #DE642E;
	content: "\f465";
	display: inline-block;
	font-family: dashicons;
	font-size: 24px;
	padding-right: 15px;
	position: relative;
	top: 4px;
	-webkit-font-smoothing: antialiased;
}
.linkedin::before {
	color: #DE642E;
	content: "\f18d";
	display: inline-block;
	font-family: dashicons;
	font-size: 24px;
	padding-right: 15px;
	position: relative;
	top: 3px;
	-webkit-font-smoothing: antialiased;
}
.location::before {
	color: #DE642E;
	content: "\f231";
	display: inline-block;
	font-family: dashicons;
	font-size: 24px;
	padding-right: 15px;
	position: relative;
	top: 3px;
	-webkit-font-smoothing: antialiased;
}
.phone::before  {
	color: #DE642E;
	content: "\f525";
	display: inline-block;
	font-family: dashicons;
	font-size: 24px;
	padding-right: 15px;
	position: relative;
	top: 4px;
	-webkit-font-smoothing: antialiased;
}


footer {
	background-color: #181818;
	color: #fff;
}


/*  CF7 FORM ELEMENTS */
input[type="text"], input[type="email"], input[type="password"], textarea, select {
	-moz-box-sizing: border-box;
	background: rgba(255, 255, 255, 1.0);
	border: 1px solid #bbb;
	border-radius: 0px;
	color: #111;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	min-height: 14px;
	padding: 10px;
	width: 100%;
	transition: all 0.2s ease-in-out;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
	border: 1px solid #bbb;
}
option {
padding-left: 0;
padding-bottom: 10px;
}
html input[type="button"], input[type="reset"], input[type="submit"] {
	background: repeat scroll 0 0 #DE642E;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #FFF;
	cursor: pointer;
	font-family: inherit;
	font-size: .875em;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	width: auto;
	padding: 15px;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: repeat scroll 0 0 #CD531D;
	border: none;
	transition: all 0.2s ease 0s;
}
html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: repeat scroll 0 0 #CD531D;
	border: none;
}
div.wpcf7-response-output {
background: #f6f6f6 !important;
    border: 1px solid #bbb !important;
    margin: 2em 0 1em !important;
    padding: 13px 17px !important;
}

div.wpcf7-mail-sent-ok {
    border: medium none !important;
}
div.wpcf7 .ajax-loader {
	width: 1px;
}
/* align the checkboxes along the left margin */
span.wpcf7-list-item {margin: 0 1em 0 0 !important;}


/* END CF7 FORM ELEMENTS*/