/*
 Theme Name:     Plura Custom Divi Theme
 Theme URI:      http://plura.pt/
 Description:    Plura Custom Divi Theme
 Author:         Plura
 Author URI:     http://plura.pt
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/* GLOBALS */
h1, h2, h3, h4, h5, h6 {
	line-height: initial;
}




/* HEADER */
header .et_pb_menu__logo {
	position: relative;
}

header .et_pb_menu__logo img[src$=".svg"] {
	width: auto;
}

header .et_pb_menu__logo a::before {
	background: transparent url('includes/media/logo_COMUNICA_white.svg') left center/cover no-repeat;
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: auto;
}

header .et_pb_row .et_pb_menu__logo img,
header .et_pb_row.et_pb_sticky .et_pb_menu__logo a::before {
	opacity: 0;
	transition:	visibility 0s linear .5s, opacity .5s ease-out;
	visibility: hidden;
}

header .et_pb_row.et_pb_sticky .et_pb_menu__logo img,
header .et_pb_row:not(.et_pb_sticky) .et_pb_menu__logo a::before {
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
}




header .et_pb_menu .et_mobile_nav_menu .et_mobile_menu ul {
	background-color: transparent !important;
}


@media all and (max-width: 767px) and (max-height: 767px) {

	.et_mobile_menu li a {
	    padding: 2px 5% !important;
	}

}


@media all and (min-width: 991px) {

	header .et_pb_menu_inner_container {
		justify-content: space-between;
	}

	header .et_pb_menu_inner_container::after {
		content: none;
	}

	header .et_pb_menu_inner_container>.et_pb_menu__wrap {
		flex: none;
	}


	header .nav li ul {
		width: 300px;
	}

	header .nav li ul li,
	header .nav li ul li a {
		width: 100%;
	}

}



/* FOOTER */
footer form {
    display: flex;
    justify-content: center;
}

footer form div {
    display: contents;
}

footer form input[type="email"],
footer form input[type="submit"] {
    border: none;
    font-size: 11px;
    height: 40px;
    letter-spacing: 2px;
    padding: 0 10px;
    text-transform: uppercase;
}

footer form input[type="email"] {
    min-width: 250px;
}

footer form input[type="submit"] {
    color: white;
    background-color: black;
    font-weight: 600;
}





/* HOME */
.page-id-7 header .et_pb_row .et_pb_menu__logo a::before {
	opacity: 0;
}





/* BLOG */
.widget_search #searchform #searchsubmit {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 80px;
}


.et_pb_post_content :is(h1, h2, h3, h4, h5) {
	text-transform: uppercase;
	margin-bottom: 1em;
}




/* CARTA PRINCIPIOS */
.page-id-928 .et_pb_post_content ol {
  counter-reset: my-awesome-counter;
}

.page-id-928 .et_pb_post_content ol,
.page-id-928 .et_pb_post_content ol li {
    list-style:none;
}

.page-id-928 .et_pb_post_content ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding-left: 40px;
}

.page-id-928 .et_pb_post_content ol li:not(:last-child) {
    margin-bottom: 20px;
}

.page-id-928 .et_pb_post_content ol li::before {
  align-items: center;
  background-color: black;
  border-radius: 50%;
  content: counter(my-awesome-counter);
  color: #fff;
  display: inline-flex;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 30px;
}



/* PARTNERS & AFFILIATEDS */




/* CONTACTOS */
.page-id-43 #map-holder {
	min-height: 500px;
}