/*
Theme Name: Catch Kathmandu Child
Theme URI: http://catchthemes.com/themes/catch-kathmandu-pro
Author: Catch Themes
Author URI: http://catchthemes.com
Description: Catch Themes has come up with a full-fledged Corporate/Blog premium WordPress theme, Catch Kathmandu Pro! The design is highly customizable and you can tailor the display to your taste with a few easy clicks. Based on HTML5 and CSS3, it is a responsive theme which automatically adapts to the screen's size, regardless of the devices the visitors use. It has a large screen layout which elegantly extends to 1280 pixels! If you are looking for a clean professional space which accommodates your visuals and yet provides you with ample amount of textual area, Catch Kathmandu Pro is your perfect find. Active community at http://catchthemes.com/support-forum/
Template: catch-kathmandu-pro
Version: 1.0
*/

@import url("../catch-kathmandu-pro/style.css");
@import url("custom-editor-style.css");

h3 {
    color: #BA0218;
    font-weight: 200;
    padding-top: 1em;
}

.entry-content h3 {
    font-size: 18px;
}

#hgroup-wrap {
    padding-bottom: 20px;
    padding-left: 0px;
}

/*** COLORS ***/
a:hover,
#supplementary .widget-area a:hover,
.breadcrumb ul li a:hover {
    color: #a5d1f3;
}

/*** Text colors (Area above footer) ***/
#supplementary .widget-area {
    color: #757575;
}
#supplementary .widget-area a {
    color: #21759b;
}

/*** Sidebar Menu ***/
/*#secondary .widget {
    border: none;
    box-shadow: none;
}

#secondary aside#nav_menu-2 {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}*/

.widget {
   margin-bottom: -1px;
}

#secondary .widget {
    padding: 25px;
}

#secondary aside {
    background-color: #f7f7f7;
}

#site-description {
    font-size: 18px;
}
#main-slider {
    border-bottom: none;
}
#featured-post .entry-title, #featured-post .entry-title a {
    font-size: 14px;
    color: #8c8984 !important;
}
img.photo-border {
    padding: 3px;
    background-color: #fff;
    border: 1px solid #cccccc;
}
p {
    margin-bottom: 10px;
}
.entry-meta {
    display: none;
}
.site-content .hentry {
    margin-bottom: 25px;
}

/*** Footer ***/
#colophon, 
#footer-sidebar {
    border-top: 1px solid #dddddd;
}

#supplementary {
   padding-bottom: 50px;
}

/*** Breadcrumb ***/
.breadcrumb ul li {
    border: none;
    font-size: 14px;
}
.breadcrumb ul li a {
    font-style: normal;
    padding-top: 5px;
    color: #ffffff;
}
.breadcrumb ul li a:link, .breadcrumb ul li a:hover {
    background-color: transparent;
    background-position: right 12px;
}
.breadcrumb ul li.current_item {
    color: #999;
    background-color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding-top: 5px;
}
.page-header {
    border: none !important;
    text-align: left;
    color: #e4001b;
}
.page-header h1 {
    font-size: 2.6rem;
}
.listing-item {
    list-style-type: none;
    margin-bottom: 25px;
    clear: both;
}

p.p2 {
    padding-top: 20px;
}