/*

Theme Name: X - Child Theme: Ethos
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to ethos in this child theme.
Version: 1.0.0
Template: x



/* Entry Footer Tags Custom Styling */

@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700|Eczar|Merriweather|Open+Sans:300,400,600,700,800|Oswald|Raleway:100,200,300,400,500,600,700,800,900');

.entry-footer {
    margin-top: 0.325em
}
.entry-footer a {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0.615em 0.615em 0 0;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.692em 1.154em 0.769em;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #c5c5c5;
    color: rgba(0, 0, 0, 0.375);
    background-color: transparent;
    border-radius: 0.35em;
    box-shadow: inset 0 0 0 transparent, 0 1px 1px rgba(255, 255, 255, 0.95);
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease
}
@media (max-width: 767px) {
    .entry-footer a {
        font-size: 11px
    }
}
@media (max-width: 480px) {
    .entry-footer a {
        font-size: 10px
    }
}
.entry-footer a:hover {
    color: #777;
    color: rgba(0, 0, 0, 0.75);
    border-color: #cfcfcf;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #fff;
    background-color: #fff;
    text-decoration: none;
}
.entry-footer a:active {
    color: #777;
    color: rgba(0, 0, 0, 0.75);
    border-color: #bbb;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #ebebeb;
    background-color: rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.225), 0 1px 1px rgba(255, 255, 255, 0.95)
}

/* Single Format video Styling */

.single-format-video .p-meta {
   text-align: center;
}

/* Icon Styling */
hr.x-hr:before, .stag-divider--plain:before {
    content: "\f097";
    font-family: "Fontawesome";
    position: absolute;
    top: 50%;
    width: 70px;
    left: 50%;
    right: 50%;
    margin-left: -35px;
    text-align: center;
    transform: translateY(-50%);
}

.x-colophon-content {
    display: none;
}
