/*
Theme Name:  Edicion Fifteen
Theme URI:   http://xpressionxtreme.com/
Description: Twenty Fifteen Child Theme for edicionessinnombre.com
Author:      Mexking
Author URI:  mexking@gmail.com
Template:    twentyfifteen
Version:     1.1
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edicionfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Twenty Fifteen Child Theme customization */

/* Overall font settings */
body,
button,
input,
select,
textarea {
    font-family: "Noto Sans", sans-serif;
    font-size: 1.5rem;
}

h1,
h2,
.site-title {
    font-family: 'Open Sans', sans-serif;
}

h2.hometitle{
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5rem;
	color: #FFFFFF;
	text-align: center;
}

.slidetitle{
	font-size: 3rem;
	color: #FFFFFF;
	text-align: center;
}

.site-header {
    margin-top: 10%;
	margin-bottom: 10%;
	padding: 0 5%;
}

.secondary {
    margin-top: 20%;
}

.widget {
    margin: 0 0 15%;
}

.site-title {
    font-size: 3.5rem;
}

.widget {
    font-size: 1.4rem;
}

.widget select {
    font-size: 1.3rem;
}

blockquote {
	border-left: 4px solid rgba(192,0, 0, 0.7);
    font-size: 1.6rem;
	padding-left: 2.5em;
	padding-right: 2em;
	margin-left: 1.0909em;
}

/* Custom settings */

.site-main {
    padding: 4.1666% 0;
}

.homediv {
	background-color: #FFF;
	padding: 4.1666% 0;
	margin: 0% 0% 0% 4.1666%;
}

.micarousel {
    max-height: 300px;
}

.miheader {
	color: #C00000;
	font-weight: bold;
}

.hentry {
    padding-top: 4.1666%;
}

.entry-content, .entry-summary {
    padding: 0 2% 10%;
}

.hentry, .page-header, .page-content {
    box-shadow: none;
	margin-left: 2%;
}

.site-description {
	text-align: center;
	color: #000;
	font: bold 1.2rem 'Open Sans', sans-serif;
}

.entry-title, .widecolumn h2 {
    text-align: center;
}
h1.entry-title {
	color: #333333;
}

h1.entry-title a {
	color: #333333;
}

h1.entry-title a:hover{
	color: #C00000;
}

.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
	font-size: 2.8rem;
    font-family: 'Open Sans', sans-serif;
    margin-top: 1em;
}

.pt-cv-view .pt-cv-content-item h4 a {
    font-size: 1.4rem;
	color: #C00000;
}

.pt-cv-view .pt-cv-content-item h4 a:hover {
	color: #333333;
}

.home-widget {
	margin-bottom: 3em;
	padding-right: 3em;
	padding-left: 3em;
}

.entry-content .more-link {
	display: inline-block;
	float: right;
	margin-right: 200px;
	background-color: #C00000;
	background-size: 100% 200%;
	padding: 5px 12px;
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;
	border-radius: 8px;
}
a.more-link:hover {
	color: #FFFFFF;
	background: #3B3838;
}

.main-navigation {
	font-size: 1.3rem;
	margin: 0 20% 10%;
}

.widget-sidebar, .footer_sidebar {
	padding: 2em;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
    border: 0px;
}

a {
	color: #C00000;
	text-decoration: none;
}

.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}

.widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea {
	color: #CCCCCC;
}

/* Header Image margins */
@media screen and (max-device-width: 640px) {
    div.header-image {
        margin: 1rem;
    }
}

@media screen and (min-device-width: 640px) {
    div.header-image {
        margin: 2rem;
    }
}

/* Lists within the post content area only. The site menus are also lists.. */
.entry-content ul, .entry-content ol {
    /* The default padding is zero. */
    padding-left: 3rem;
}

/* Entry footer */
.entry-footer {
    display: none;
    font-size: 1.4rem;
}

/* Site info in footer settings */
.site-info {
    font-size: 1.3rem;
}

.site-info ul
{
    margin: 0;
    padding: 0;
}

.site-info ul li
{
    list-style-type: none;
    display: inline;
}

.site-info li:not(:first-child):before {
    content: " | ";
}

/* Make reply button a bit smaller. */
.comment-list .reply {
    font-size: 11px;
    font-size: 1.1rem;
}