/**
 * Theme Name: Child Theme for Blog
 * Description: Child Theme for Blog
 * Theme URI: #
 * Author: #
 * Author URI: #
 * Template: cerauno
 * Version: 20.0.0
 */
 
/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

.site-main {
	width: 71.5%;
}
.sidebar-left {
	display:none;
}
.sidebar-right {
	width: 24%;
}

.entry-content a {
    color: #1c34de;
    text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:visited,
.entry-content a:focus {
    color: #1b981b;
    text-decoration: none;
}

