/* 
 Theme Name:     Situacion Critica - Divi
 Author:         Estudio Situación Crítica
 Author URI:     https://situacioncritica.es
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400');

.et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a {
    font-weight: 300;
    text-transform: uppercase;
}
body {
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
a:hover {
	color: #000;
}
.fullwidth-menu a {
    border-bottom: solid 1px transparent;
}
.fullwidth-menu a:hover {
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
	color: #000;
}
.fullwidth-menu .current-menu-item a {
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
	color: #000;
}
#et-footer-nav .current-menu-item a {
	border-bottom: solid 1px #ffffff;
	color: #ffffff;
}
@media (min-width: 981px) {
	#main-header {
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    left: 10px;
    max-width: 400px;
	}
}
.titulo_uno::after {
    background-color: #593c93;
    bottom: -10px;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}
ul.points {
	list-style: outside none none;
	padding-left: 30px;
	padding-bottom: 0;
	color: #000;
}
ul.points li::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 44px;
    content: '⇀';
    padding-right: 5px;
    color: #593c93;
    position: relative;
    top: 7px;
}
.et_pb_button {
	font-weight: 400;
}
#main-footer {
	margin-top: -58px;
}
#footer-bottom a.icon::before {
	text-shadow: 0 0 10px #333;
	color: #fff;
}
#et-footer-nav {
    background-color: rgba(0,0,0,.2);
    position: relative;
}
.copy {
	display: block;
	position: absolute;
	bottom: 10px;
	font-size: 0.5em;
	opacity: 0.3;
}
.copy2 {
    display: block;
    position: absolute;
    bottom: -80px;
    font-size: 0.5em;
    opacity: 0.3;
    left: -27%;
}
.bottom-nav li {
    font-weight: 400 !important;
}

/* ----------- Página de página no encontrada --------------------------- */ 
.error404 #main-content .container, .error404 #content-area, .error404 #left-area {
 padding: 0 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;
}

.error404 #sidebar {
 display: none;
}

.error404 .et_pb_post:last-child {
margin-bottom: 0;
}

/* ----------- Página de resultados de búsquedas --------------------------- */ 
@media (min-width: 981px) {
.search #left-area {
	width: 64.833%;
}

.search #sidebar {
	width: 29.666%;
	border-left: 1px solid #e2e2e2;
}

.search #main-content .container:before {
    display: none !important;
}}

.search .et_pb_post a img {
    padding-bottom: 25px;
}

.search h2 {
	font-size: 34px;
	font-weight: 300;
	color: #593c93;
	border-bottom: dotted 1px #1111;
}

.search h4.widgettitle {
	font-size: 22px;
	font-weight: bold;
}

.search #sidebar .et_pb_widget {
	padding: 25px;
	margin-bottom: 18.54%;
}

.search #content-area {
	padding-bottom: 50px;
}

.search #left-area .et_pb_post {
    border-bottom: dotted 2px #1111;
}

.search #left-area .post-meta {
	display:none;
}
#cookie-notice .cn-button {
	border: solid 1px;
	padding: 2px 5px;
	color: #bbb;
	display: inline-block;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters {
	display: flex;
	justify-content: center;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
	 margin: 0 4px;
}
a.blog {
	background: rgba(255,255,255,0.8);
	padding: 2px 10px;
	margin-left: 30px;
	border-radius: 5px;
	color: #000 !important;
	font-weight: normal !important;
}
ul#menu-pie {
	padding-top: 65px;
	margin-top: 12px;
}
#footer-widgets {
	display: none;
}
ul.et-social-icons {
	display: none !important;
}
.et_pb_filterable_portfolio .et_pb_portfolio_item.active, .et_pb_gallery_grid .et_pb_gallery_item {
  -webkit-animation: none !important;
  animation: none !important;
}