/*
Theme Name:     Cat the Vet
Description:    Cat the Vet theme - based on Proxima
Author:         danimation
Template:       proxima

(optional values you can add: Theme URI, Author URI, Version)
*/

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

/*---Hide rss logo---*/
.social.rss {
display: none;
}

/*---Add space below header---*/
#site-header {
padding: 20px 0 20px 0;
}

#site-description {
color: #000;
}

/*---Add space under Intro photo---*/
.widget_sp_image-description {
padding-top: 21px;
}

/*---Site site title hover colou---*/
#site-title a:hover {
color: #f87421;
}

/*---Hide breadcrumb trail---*/
.breadcrumbs {
display:none;
}

/*---Change menu text colours---*/
#menu-primary li a {
color:#f87421;
}

#menu-primary li li a, #menu-primary li li.current-menu-item li a {
text-transform: none;
color: #f87421;
}

#menu-primary li.current-menu-item a {
color: #111;
}

#menu-primary li.current-menu-item li a {
color: #111;
}

/*---Remove hover effect on post images---*/
.singular .entry-content a:hover img{
border-bottom:none !important;
opacity:0.6;
filter:alpha(opacity=60);
}

/*---Fix spacing of bullets---*/
.entry-content ul li, ol li {
line-height: 1.5em;
padding-bottom: .5em;
}

.entry-content ul li ul {
padding-top:.5em;
}

.custom-category-title {
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 36px;
line-height: 42px;
margin-bottom: 14px;
}

/*---Twitter widget styling---*/
#displaytweetswidget-2 p, #text-3 {
padding: 0 5%;
}

#displaytweetswidget-2 {
margin-bottom: 0 !important;
}

#text-3 .widget-title {
display: none;
}


/*---Styling footer disclaimer text---*/
#footer-content p:first-child {
padding-bottom:21px;
}

#site-footer a:hover, #menu-subsidiary li a:hover {
color: #f87421 !important;
}