/*
Theme Name: csWPUniblogakBlog
Theme URI: http://code.codesyntax.com/private/wordpress/csWPUniblogakBlog
Version: 0.1
Author: Nagore Ruiz de Escudero
Tags: csWPUniblogakBlog, responsive, wordpress
Template: wp-bootstrap-starter
 */

/*Inherit the default theme styles */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url(../wp-boostrap-starter/style.css);
@import url(../csWPUniblogakHome/unistyle.css);

@font-face {
  font-family: "FontAwesome";
  src: url("fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("fontawesome-webfont.woff?v=3.2.1") format("woff"), url("fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-style: normal;
  font-weight: normal;
}

body {
    margin: 0;
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
img{
    max-width:100%;
    height:auto;
}
.header-image{
    min-height:150px !important;
    background-position: center;
    background-color:#efefef;
    margin-bottom:2em;
}
#page-sub-header h1{
    font-weight:800;
}

#page-sub-header p{
    font-size: 20px;
    padding: 20px;
    display: inline-block;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display:inherit;
    margin-bottom:2em;
}
a{
    color:#ff4500;
}
h1.page-title{
    padding-top:1em;
    border-bottom:5px solid #efefef;
    margin-bottom:1em;
}

h1, h2.entry-title, h3#reply-title{
    font-family:Georgia;
    font-weight:bold;
}
h2.entry-title a{
    color:#393938 !important;
}
article.post{
    margin-bottom:2em;
    padding-bottom:1em;
    border-bottom:1px solid #efefef;
}
.home article.archive{
    padding:20px;
}
article .entry-footer{
    color:#666;
    text-transform:uppercase;
    margin-top:10px;
    font-size:12px;
}
.home .article-wrapper{
    border:1px solid lightgrey;
    padding:10px;
}

.home #page-sub-header{
    text-align:center;
}

.entry_author_image img{
    height:50px;
    width:50px;
    border-radius: 50%;
}
#secondary .mks_author_widget{
    /*background-color:white !important;
    border:none;
    box-shadow:none;*/
    text-align:center;
    margin-bottom:0;
}
#secondary .mks_author_widget img{
    float:none !important;
    border-radius:50%;
    border:4px solid white;
}

#secondary section{
    padding: 1.5em;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
#secondary h3{
    font-size: 1.5rem;
    font-weight: bold;
}
#secondary ul li::before{
    content: '\f061';
    line-height: 19px;
    font-family: FontAwesome;
    font-size:16px;
    color:#ccc;
    text-shadow:2px 0 0 rgba(255,255,255,1);
    margin-right:10px;
}
#secondary .nav-link{
    display:inline-block;
    padding-left:0;
}
.entry_author_image{
    float:left;

    margin-right:10px;
}
.entry_author_image img{
     width:30px;
     height:30px;
}
.entry-content{
    clear:both;
    margin-top:1em;
}
ul.blogroll{
    padding-left:0;
}
ul.blogroll li{
    list-style:none;
}
#breadcrumb{
    background-color:#999;
    padding:5px 0;
    font-size:20px;
    letter-spacing:0.02em;
    color:white;
}
#breadcrumb a{
    font-size:20px;
    text-transform:uppercase;

    color:white;
}
#breadcrumb a:hover{
    color:#333;
    text-decoration:none;
}
#breadcrumbs-1{
    font-weight:bold;
    padding:0 10px;   
}
.breadcrumbSeparator{
    padding-right:10px;
}
.post-template-default article, .post-template-default #comments{
    max-width:800px;
    margin:2em auto;
}
.post-template-default #comments{
    margin-top:2em;
}
.btn{
    text-transform:uppercase;
    border-radius:3px;
    border:1px solid #666;
    color:#666;
    letter-spacing:0.04em;
    background-color:#666;
    color:white;
}
.btn:hover{
    background-color:#333;

}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
    min-width:100px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.math-captcha-form input{
   border:1px solid #ccc;
   border-radius:3px;
}

#comments{
    border-bottom:1px solid #efefef;
}
h2.comments-title{
     font-family:Georgia;
    font-weight:bold;  
    font-size:22px; 
}
h3#reply-title{
    font-size:22px;     
}
.comment-list li{
    list-style:none;
}
.comment-list  img.avatar{
    border-radius:50%;
    margin-right:10px;
}
.comment-list .card-header{
    padding:5px 10px;
}
.comment-list .card-header, .comment-list .card-header h5{
    font-size:14px;
    margin:0;
}
.comment-content p{
    margin:0;
    padding:10px;
}
.wp-caption-text{
    font-size:90%;
    color:#333;
}
@media only screen and (max-width: 500px) {
    h1.page-title{
        padding:10px 5px;
        margin-bottom:10px;
        background-color:#efefef;
    }
    h1{
        font-size:26px;
    }
    h2{
        font-size:24px;
    }
    h3{
        font-size:18px;
    }

}
.alignright{
    float:right;
    margin-left:10px;
}
.alignleft{
    float:left;
    margin-right:10px;
}
.navigation {
    padding-bottom:10px;
}
.navigation h2{
    display:none;
}
.nav-previous::before{
    content: "<<";
    margin-right:5px;
    color:#999;
    font-size:14px;
}
.nav-next::after{
    content: ">>";
    margin-left:5px;
    color:#999;
    font-size:14px;
}
.nav-previous, .nav-next{
    width:50%;
    display:inline-block;
}
.nav-previous a, .nav-next a{
    color:#666;
    font-size:14px;
}
.nav-next{
    text-align:right;
}