

.cmp_button_wire, .obj_galley_link{
    border: 1px solid #262a24 !important;
    color: #262a24 !important;
}

.cmp_button_wire, .obj_galley_link:hover{
	background-color: #262a24 !important;
	color: white !important;
}


/* Menú */

.pkp_site_nav_menu{
    margin-top: 10px;
    background-color: #00000038;
}
.pkp_structure_head{
    background: url(https://hipatiapress.com/hpjournals/templates/images/headers/REDIMAT-header.jpg);
    background-size: cover;
    background-position: center;
}
.pkp_site_name_wrapper{
    margin-top: 0px !important;
}

.pkp_navigation_primary_wrapper{
	margin-top: 10px !important;
    margin-left: 10px !important;
}
.pkp_site_name{
    margin-top: 5px !important;
}

/* SideBar */

/* Languaje Block */

.block_language {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
}

.block_language li{
    position: relative;
    display: block;
    padding: 3px 14px !important;
    background: #262a24;
    margin-bottom: 5px !important;
}

.block_language li:hover{
    background: white !important;
    border: 2px solid #262a24 !important;
    border-top-color: #262a24 !important;
    color: #262a24 !important;
}

.block_language li a{
    color: white !important;
}

.block_language li a:hover{
    color: #262a24 !important;
}

/* Information Block */

.block_information {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
}

.block_information li{
    position: relative;
    display: block;
    padding: 3px 14px !important;
    background: #262a24;
    margin-bottom: 5px !important;
}

.block_information li:hover{
    background: white !important;
    border: 2px solid #262a24 !important;
    border-top-color: #262a24 !important;
    color: #262a24 !important;
}

.block_information li a{
    color: white !important;
}

.block_information li a:hover{
    color: #262a24 !important;
}



/* Hipatia */
#customblock-crossref:before{
  	content: '';
    background-image: url(https://hipatiapress.com/hpjournals/templates/images/hipatia.png) !important;
    height: 80px !important /* height of the image; */;
    background-repeat: no-repeat !important;
    margin-bottom: 20px !important;
    display: block;
    background-size: 102%;
    margin-top: -15px;
}


/* Crossref */
#customblock-crossref img{
	max-width: 70% !important;
}

#customblock-crossref:after{
    content: '';
    background-image: url(https://hipatiapress.com/hpjournals/templates/images/ojs_brand.png) !important;
    height: 80px !important /* height of the image; */;
    background-repeat: no-repeat !important;
    margin-bottom: 0px !important;
    display: block;
    background-size: 50%;
    margin-top: 20px;
    margin-left: 10px !important;
}


/* About the journal */
.homepage_about h2{
	background: linear-gradient(to right, #262a2426,#ffffffc7, #ffffff);
    padding: 5px;
    padding-left: 9px;
    border-left: 8px #262a24 solid;
}

/*
.homepage_about:before{
    content: '';
    background-image: url(https://hipatiapress.com/hpjournals/templates/images/REDIMAT_Log.jpg) !important;
    height: 80px !important;
    background-repeat: no-repeat !important;
    margin-bottom: 30px !important;
    display: block;
    background-size: 60%;
    margin-top: -40px;
}*/

.current_issue h2{
	background: linear-gradient(to right, #262a2426,#ffffffc7, #ffffff);
    padding: 5px;
    padding-left: 9px;
    border-left: 8px #262a24 solid;
}

/* Make a bumission button*/
.block_make_submission_link{
	width: 100% !important;
    text-align: center !important;
        
}

.block_make_submission a{
    padding: 0 1em;
    background: #fff !important;
    border: 2px solid #262a24 !important;
    border-top-color: #262a24 !important;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 3%) !important;
    color: #262a24 !important;
    border-radius: 0px !important;
}

.block_make_submission a:hover{
    background: #262a24 !important;
    color: white !important;
}

.page_index_journal{
	text-align: justify !important;
}


/* SUBMISSIONS */

.cmp_notification{
    background: #0000000a !important;
    border-left: 5px solid #262a24;
}

.pkp_structure_main{
    text-align: justify !important;
}



@media only screen and (max-width: 420px) {
    
    .homepage_about:before{
        background-size: 100% !important;
        margin-top: -30px !important;
        margin-bottom: -20px !important;
    }
}

@media only screen and (max-width: 550px){
    .homepage_about:before {
        background-size: 35% ;
        margin-top: -30px ;
    }
}
@media only screen and (max-width: 764px) {

    .homepage_about:before {
        background-size: 26%;
        margin-top: -30px;
    }
}