/*!
Theme Name: IW
Author: Ingenima
Author URI: https://www.ingenima.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blacklight
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Blacklight is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# General
    ## Reset
    ## iFrame
# Nav
# Accordions
# Selection

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*******
## Reset
*******/

.post,
.page {
    margin: 0 !important;
}

/*******
## iFrame
*******/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-orange {
    color: #ec871f;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

#bs4navbar ul li {
    border-bottom: 4px solid rgba(255, 255, 255, 0);
}

#bs4navbar ul li a {
    padding: 8px 15px !important;
}

#bs4navbar .dropdown-menu {
    margin-top: 2px !important;
    padding: 0;
}

#bs4navbar ul li:hover {
    border-bottom: 4px solid #ec871f;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.bl-header h1 {
    font-size:40px;
    font-weight:bold;
}

/*--------------------------------------------------------------
# Accordions
--------------------------------------------------------------*/

.bl-destacadoPrincipal h2 {
    font-weight:bold;
}

.bl-destacadoPrincipal .bl-archive {
    border-top:1px solid #eaeaea;
    border-left:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
}

.bl-destacadoPrincipal .bl-archive:last-child {
    border-bottom:1px solid #eaeaea;
}

.bl-destacadoPrincipal .heading .btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight:bold;
    color:#ec871f;
    white-space: normal;
    text-align:left;

}

.bl-destacadoPrincipal .heading a:focus {
    box-shadow:none;
}

.bl-destacadoPrincipal a.btn.p-0.collapsed i {
    margin-top:5px;
    -webkit-transition: all 0.25s 0s ease-in-out;
    -moz-transition: all 0.25s 0s ease-in-out;
    -o-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    color:#000;
}

.bl-destacadoPrincipal .heading .btn:not(.collapsed) i {
    margin-top:5px;
    -ms-transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    -webkit-transition: all 0.25s 0s ease-in-out;
    -moz-transition: all 0.25s 0s ease-in-out;
    -o-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
    color:#000;
}

.search-form label {
    width:100%;
}

.search-form input[type="search"] {
    border: #ec871f solid 1px;
    border-radius: 5px;
    display: block;
    font-size: 20px;
    line-height: 26px;
    height: 62px;
    padding: 17px 20px;
    background: transparent;
    outline: none;
    box-shadow: none;
    color: #fff !important;
    width: 100%;
    position: relative;
    z-index: 2;
}

.search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.search-form .fa-search  {
    position: absolute;
    right: 15px;
    z-index: 2;
    padding: 0;
    margin: 0;
    height: 62px;
    width: 62px;
    text-align: center;
    line-height: 62px;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    border: 0 none;
    background: transparent;
}

.bl-archive .card-body a {
    border-bottom: 2px solid #ec871f;
    color: #000;
    font-weight: 700;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none;
    text-decoration:none;
}
/*--------------------------------------------------------------
# Selection
--------------------------------------------------------------*/

::-moz-selection {
    background: rgba(236, 135, 31, 0.9) !important;
}

::selection {
    background: rgba(236, 135, 31, 0.9) !important;
}

h2::selection,
p::selection {
    color: #fff !important;
}

/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/

.search-results .site-main > .container:nth-child(2) {
    min-height:calc(100vh - 439px);    
}
