/*
 Theme Name:     Portwell Theme
 Theme URI:      
 Description:    Child theme for Melos
 Author:         Theme Canon
 Author URI:     http://www.themecanon.com
 Template:       melos
 Version:        1.0.0
*/

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

/* Theme customization starts here
-------------------------------------------------------------- */
#logo img {
    max-height: 90px;
}
#header-links-inner {
    margin-top: 40px;
}
#intro #breadcrumbs a, #sub-footer a {
    color: #E14D27;
}
.themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #E14D27;
}
#intro {
    background-color: #545454;
}
#intro .page-title::after {
    border-bottom: 3px solid #545454;
}
blockquote, q {
    border-left: 3px solid #545454;
}
#introaction-core, #outroaction-core {
    border-top: 1px solid #E14D27;
}


.wp-caption .wp-caption-text {
    font-style: normal;
    font-size: 26px;
    color: #E14D27;
    display: block;
    background-color: #000;
    opacity: 0.3;
    margin-top: -115px;
}