/*
Theme Name: blog-theme
Author: Matias Arevalo
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
Tested up to: 6.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blog-theme
*/
@font-face {
    font-family: 'Roboto';
    src: url('<?php echo get_template_directory_uri(); ?>/fonts/Roboto-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('<?php echo get_template_directory_uri(); ?>/fonts/Roboto-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('<?php echo get_template_directory_uri(); ?>/fonts/Roboto-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSerif';
    src: url('<?php echo get_template_directory_uri(); ?>/fonts/NotoSerif-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSerif';
    src: url('<?php echo get_template_directory_uri(); ?>/fonts/NotoSerif-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.88);
    line-height: -0.1;
}
p {
    font-weight: 400;
    color: #6B6B6B;
    line-height: 1.3;
}
.main-title,
.title-archive  {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 52px;
    letter-spacing: -1.8px;
    color: black;
}
.main-title a {
    color: black;
}
a {
    text-decoration: none;
    
}
a:hover {
    color: #6B6B6B;
}
.main-title a:hover {
    color: rgba(0, 0, 0, 0.75);
}
.style-date {
    font-size: 13px;
    color: #6B6B6B;
}
.navbar-brand {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.60);
}
.col-lg-4 h2 a{
    color: black;
}
/*Single*/
.single h3,
.single h4 {
    margin-bottom: 21px;
}
.single-post p {
    font-family: 'NotoSerif';
    font-weight: 400;
    font-size: 21px;
    color: #242424;
    line-height: 31px;
}
.single-post img,
.post img,
.blog img,
.author img,
.tag img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    margin: 42px 0 10px 0;
}
.single-post p {
    margin: 32px 0 5px 0;
}

.sombra {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.style-pusblished{
    opacity: 0.5;
}


.archive .main-title{
    font-size: 32px;
    letter-spacing: -1px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.075);
}

/*principal*/
.blog .card-style {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.blog button a {
    color: white;
}

.news-title a{
    color: black;
}
.news-title a:hover{
    color: rgba(0, 0, 0, 0.75);
}

/*Comment*/

.single-post .form-submit input{
    background-color: #0d6efd;
    border: 0;
    color: white;
    text-decoration: none;
    border-radius: 0.25rem;
    padding: 5px;
}
.single-post .comment-respond .logged-in-as, 
.single-post .form-submit input,
.single-post .comment-reply-title,
.single-post .comment-form-comment,
.single-post .comments-style {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.8px;
}
.single-post .comment-form-comment{
    display: flex;
    flex-direction: column;
}
.comment-author .avatar {
    max-width: 75px;
    height: auto;
    border-radius: 50%;
}

/*Comments*/


/*Menu*/

.navbar .menu-item {
  text-align: center;
}

.navbar .menu-item a {
    color: #495057;
}
.alignleft {
	float: left;
	padding-right: 1rem;
	margin: 0;
}

.alignright {
	float: right;
	padding-left: 1rem;
	margin: 0;
}

.aligncenter {
	text-align: center;
}

.wp-caption > figcaption {
	max-width: 100%;
	font-size: 0.8rem;
	color: #999;
	padding: 0.25rem 0;
}
p.wp-caption-text {
	font-size: 90%;
	color: #666;
	padding: 0.52632rem 0;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 80%;
	font-style: italic;
	line-height: 24px;
	padding-top: 1rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
}

/*Code*/
.wp-block-code {
    background-color: #F9F9F9;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(229, 229, 229);
    color: #242424;
    margin-top: 45px;
}