/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.borderpic {border: 2px solid gold;}

.x-section:before, .x-section:after {
    content: " ";
    display: table;
    padding: 0px 0px 10px;
}

.x-dropcap {
    background-color: #044362;
}

.x-nav-articles a, .entry-top-navigation .entry-parent, .option-set .x-index-filters, .option-set .x-portfolio-filters, .option-set .x-index-filters i, .option-set .x-portfolio-filters i {
    border-color: #fff;
}
.p-meta > span > a, .x-nav-articles a, .entry-top-navigation .entry-parent, .option-set .x-index-filters, .option-set .x-portfolio-filters, .option-set .x-index-filters-menu >li >a:hover, .option-set .x-index-filters-menu >li >a.selected, .option-set .x-portfolio-filters-menu > li > a:hover, .option-set .x-portfolio-filters-menu > li > a.selected {
    color: #fff;
}

.page .x-main.full .hentry .entry-featured, .single-post .x-main.full .hentry .entry-featured {    margin-top: -0px;    width: 0px;    height: 0px;}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 1.2em;
    margin-bottom: 5px;
    border: 1px solid rgba(0,0,0,1.0);
    padding: 0 1.0em;
    line-height: normal;
    color: #0f5a80;
    background-color: #fff;
}