@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:400,700');
body{font-family:"Roboto"!important;font-weight:400!important;}
h1,h2,h3,h4,h5,h6,.title,.label,nav a
{font-family:"Roboto Condensed"!important; font-weight:700!important;}


a{color:#677b2e!important;}
/*nav a:hover{background:#677b2e!important;color:#FFF!important;}*/
.btn{background:transparent!important;border:2px solid #677b2e!important;border-radius:0!important;}
.btn:hover{background:#677b2e!important;color:#FFF!important;}
::selection{background:#677b2e!important;color:#FFF!important;}


.obj_galley_link{border:1px solid #677b2e!important;border-radius:0!important}
.obj_galley_link:hover,
.obj_galley_link:focus{background:#677b2e!important;color:#FFF!important;}

.pkp_structure_main::before{width:0!important;}
.pkp_structure_head{background-color:transparent!important;}
/*.pkp_head_wrapper{padding:0px }*/
.pkp_structure_footer_wrapper::before{content: '';position:absolute;left:0;right:0;width:1px;background:#ddd;}
.pkp_structure_footer_wrapper{background-color:transparent!important;}
.pkp_brand_footer{display:none!important;}

img.monochrome{filter:grayscale(90%)!important;-webkit-filter:grayscale(90%)!important;}
img.sm{height:50px!important; padding:.2rem!important;}

.obj_issue_summary .description{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;}

