/*!
Theme Name: mib
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: Commercial
Text Domain: mib
*/
/*@import "assets/styles/for-wp.css";*/
/*@import "assets/styles/less/all.css";*/

@media (max-width: 767px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

a {
    color: #7d7d7d;
}

.issuuembed {
    width: 100% !important;
    height: auto !important;
}

.bt-home-item img {
	max-width: 100%;
}
.bt-home-item figure {
	width: auto !important;
}
.bt-home-item img {
	    margin: 0 auto !important;
    display: block;
}

.row-latest .custom-excerpt {
    display: none;
}

.single article figure { width: 100% !important; max-width: 100% !important; }

.adv-popup {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: absolute;
}

.advPopup-close {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border: none;
    outline: none;
    text-align: center;
    position: absolute;
    top: -40px;
    right: 0;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #111;
    background: #fff;
    font-size: 36px;
    font-weight: 100;
}

.adv-popup .modal-body {
    padding: 0;
}

.adv-popup .modal-dialog {
    max-width: 960px;
    max-height: 600px;
}
