/*
* Theme Name: Extra Child Theme by Facilia
* Theme URI: http://facilia-orau-consortium.facilia.se
* Description: This is a custom child theme for facilia-orau-consortium.facilia.se web site
* Author: Boris Alfonso
* Author URI: http://home.facilia.se
* Template: Extra
* Version: 0.2
* Original Theme URI: http://www.elegantthemes.com/
*/

@import url("../Extra/style.css");

/* =Theme customization starts here---- */
/* Footer always on the bottom */
html{
    height: 100%;
    box-sizing: border-box;
}
body {
    position: relative;
    min-height: 100%;
	padding-bottom: 4rem;
}
.oraufacilialogo{
margin-bottom: 3px;
margin-top: 8px;	
}
#footer {
	background: #3E5062;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
}
/* hide Theme info */
#footer-info {display: none;}
.post-footer {display: none;}
/* Remove overlay from images in blog feed module */
.posts-blog-feed-module .header .et_pb_extra_overlay {
display:none;
transition:none;
}
.posts-blog-feed-module .header img {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.posts-blog-feed-module .header img:hover {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
/* adapting margin and padding */
.post-header {
    margin-top: 12px;
    padding: 40px;
}
.et_pb_section {
    padding: 12px 0;
}
.et_pb_text_0 {
    margin-top: 20px;
}
.et_pb_widget li a:hover {
    color: #2EA3F2;
}
#consortium-leader{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
.et_pb_text_0 {
margin-top: 0;
}
}
@media only screen and (max-width: 374px) {
.post-header {
padding: 18px 18px;
}
.post-header h1 { font-size: 18px !important;}
.archive h1 { font-size: 20px !important;}
h3 {font-size:16px;}	
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
.post-header {padding: 20px 20px;}
.post-header h1 { font-size: 20px !important;}
.archive h1 { font-size: 22px !important;}
h3 {font-size:16px;}	
}