@font-face {
    font-family: 'Pacifico';
    src: url('pacifico.eot');
    src: url('pacifico.eot?#iefix') format('embedded-opentype'), url('pacifico.woff') format('woff'), url('pacifico.ttf') format('truetype'), url('pacifico.svg#Pacifico') format('svg');
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blue {
    background: #3498db;
    color: #fff;
}

.blue h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.content {
    margin: auto;
    padding: 20px;
    width: 600px;
}

.content:after,
.buttons::after {
    clear: both;
    content: '';
    display: table;
}

.destroy {
    font-weight: 400;
    margin-top: 40px;
}

.slick-slide .image {
    padding: 10px;
}

.slick-slide img {
    border: 1px solid #eee;
    display: block;
    width: 100%;
    background: #fff;
}

.slick-slide img.slick-loading {
    border: 0;
}

.slick-slider {
    margin: 30px auto 50px;
}

.subheading {
    color: #555;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin: 10px auto;
    text-align: center;
}

.white {
    background: #fff;
    color: #3498db;
}

.white pre,
.white hr {
    background: #3498db !important;
}

#topbutton {
    position: fixed;
    display: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    background: #000000;
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}

#topbutton:after {
    content: "\2191";
}

.latest-article .box-inner-ptbr {
    padding: 20px 20px 20px 0;
}

.latest-article .box-inner-p {
    padding: 20px;
}

.latest-article .gridlove-post-b .box-inner-p {
    padding-left: 0;
}

li#issue_category-0,
li#issue_status-0 {
    display: none;
}

@media (max-width:1040px) and (min-width:580px) {
    .latest-article .box-inner-ptbr {
        padding: 24px 20px 24px 0
    }
    .latest-article .box-inner-p {
        padding: 24px
    }
}

@media (max-width:340px) {
    .latest-article .box-inner-ptbr {
        padding: 24px 20px 24px 0
    }
    .latest-article .box-inner-p {
        padding: 24px
    }
}


/** tooltip **/

.tooltip {
    color: #265a92;
    text-decoration: underline;
    cursor: pointer;
}

li img {
    height: 30px;
}

.gridlove-post.gridlove-post-d.gridlove-box .box-inner-ellipsis {
    height: auto;
}

.entry-tag {
    display: inline-block;
    height: auto;
    line-height: 10px;
    padding: 7px 11px 6px;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 20px;
    margin-right: 5px;
    color: #FFF;
    background-color: #265a92;
}

.gridlove-post-d .entry-content {
    color: #5e5e5e;
}

.gridlove-post-d p {
    margin: 0;
}

.gridlove-post-d .volume_no {
    /** color: rgba(255, 255,255, 0.8);**/
    color: #5e5e5e;
}

.box-inner-ptbr {
    padding-bottom: 10px;
}

table.borderless {
    border: none;
}

.borderless td {
    border: none;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

.borderless td a {
    color: #265a92;
}

.borderless td a:hover,
.borderless td a:active {
    text-decoration: underline;
}

.current-page-ancestor>a {
    color: #009cff !important;
}

.current_page_item>a {
    color: #265a92;
    padding-left: 5px !important;
}

.gridlove-cover-content .author {
    color: #fff;
    display: block;
    margin-bottom: 24px;
}

.gridlove-cover-content .author .entry-tag {
    margin-left: 10px;
}

.gridlove-btn-more a {
    height: 50px;
    min-width: 250px;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 transparent;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 transparent;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 30px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FFF;
    background-color: #265a92;
}

.gridlove-btn-more a:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3), inset 0 0px 230px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3), inset 0 0px 230px rgba(0, 0, 0, 0.1);
}

.gridlove-btn-more a:focus {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), inset 0 0px 230px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), inset 0 0px 230px rgba(0, 0, 0, 0.5);
}

.entry-content.entry-status {
    margin-bottom: 8px;
}

.widget.gridlove_category_widget .page_item.page_item_has_children .children {
    display: none;
    padding-left: 20px;
}

.widget.gridlove_category_widget .page_item.page_item_has_children.current_page_item .children {
    display: block;
}

.textwidget ul li a {
    /* color: #5e5e5e !important; */
    border-bottom: 0px !important;
}


/* For adding NEW icon in navigation menu in MRD Talks */

/*.menu-item-4380::after {
    content: 'NEW';
    position: absolute;
    font-size: 10px;
    right: -7px;
    top: 0px;
    background: rgb(248, 23, 23);
    color: #fff;
    padding: 0px 5px;
}*/

@media (max-width:768px) {
    .menu-item-4380::after {
        left: 95px;
        right: auto
    }
}

.twitter:hover .fa-twitter,
.twitter:hover h4 span {
    color: #009cff !important;
}

.papers-description {
    padding-top: 0 !important;
}
.entry-content .post-modified-info{
    display: none;
}