/*

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

*/


/* Hide carousel on home page */

.home .x-post-carousel {
    display: none !important;
}


/* Footer background and text */

.x-colophon.top { background-color:  #302b2b !important; }
.x-colophon.top a { color: #febd2c !important; }
.x-colophon.top a:hover { color: #7b522e !important; }

.x-colophon.bottom .x-colophon-content,
.x-colophon-content p, 
.x-colophon .x-nav a {
    text-transform: none !important;
    color: #AAAAAA !important;
}

/* Topbar text */

.x-topbar .p-info, .x-colophon .x-colophon-content, .x-topbar .p-info a, .x-colophon .x-colophon-content a  {
color: #BBBBBB !important;
font-weight: bold !important;
font-style: italic !important;
}

/* Disable 'page' titles, especially for Portfolio with no check-box */

header.x-header-landmark.x-container {
    display: none !important;
}


/* Sidebar font colors */

.x-sidebar .widget ul li a, 
.x-sidebar .widget ol li a {
  color: #000 !important;
}

.x-ethos .x-sidebar .widget,
.x-ethos .x-sidebar .h-widget,
.x-ethos .x-sidebar a{
    color: #000 !important;
}

.x-ethos .x-sidebar a:hover{
    color: #ccc !important;
}


/* Hamburger menu color */

.x-btn-navbar i {
    color: #febd2c !important;
}
.x-btn-navbar i:hover {
    color: #7b522e !important;
}


/* Accordian toggle color */

.x-accordion-heading .x-accordion-toggle:before {
color: #febd2c !important;
}
.x-accordion-heading .x-accordion-toggle.collapsed:before {
color: #7b522e !important;
}


/* Text Type cursor color */

.x-text-type .typed-cursor {
    color: blue !important;
}
.x-text-type .text {
    font-weight: bold !important;
}


/* Set minimum card height */

.x-card-inner {
min-height: 300px !important;
}

/* Set accordion gap */

.x-accordion-group {
  margin: 0 0 1px !important;
}
