/*
Theme Name:     Comediva child theme
Theme URI:		http://themeforest.net/user/ZERGE/portfolio
Description:    Child theme for the Pravda theme
Version:		1.12
Author:         Julie Wolpers for Comediva
Author URI:		http://comediva.com
Template:		wp-pravda
*/

@import url("../wp-pravda/style.css");

/* --------- Insert your custom styles on next rows --------- */

/* display YouTube vids */
.embed-youtube { display: block; }

/* change widget header font */
.widget-title {
font-family: 'Oswald';
}

/* change blog entry titles */
.entry-title {
    background-color: #9966CC;
    border-color: #9966CC;
    color: #FFFFFF;
    font-weight: normal; font-size: 18px;
}

/* remove pattern from blog meta background */
.entry-meta {
background: none;
}

/* remove border from Page titles */
.page h1.entry-title {
border-top: 0px solid #a3a6a8;
border-bottom: 0px solid #a3a6a8;
}

/* make header shorter */
.top-block {padding: 10px 0;}

/* fix sidebar margin issues */
#secondary {float:right;}
#secondary.pull-left {float:left;}

/*force consistent height for top carousel thumbnails*/
.top-widgets-area div.carousel-thumb img {height:190px!important;width:auto!important;max-width:none;}
.top-widgets-area li {width:auto!important;}

/*fix colliding widget title on carousel */
#secondary .ct_carousel_widget {margin-top:0;}
.ct_carousel_widget h3.widget-title {padding: 10px 40px;margin-top:0;margin-bottom:0;}

/* adjust small slider */
.small-slider .entry-title {
background-color: #fff;
font-family: Oswald;
}

/*make author and comment titles match widgets */

#reply-title, .comments-title, .author-title {background-color:#96c;border-color:#96c;color:#fff;}

/* normalize spacing around top ad */
aside.simple_ads_manager_ad_widget {margin-top: 15px;}
#content, .top-widgets-area, .widget-area   {margin-top: 15px;}

/* hide category archive header */
header.archive-header {display:none;}

/* widget spacing fix */
#secondary aside.simple_ads_manager_ad_widget {margin-top:0;}

/* copyright padding */

div.copyright-info {padding-left:20px;}

/* from Pravda 1.10 style */

.sf-menu ul li width: 230px;}

.post-block {float: left;}

/* remove 6px padding below flex carousel widget */
.flex-carousel .slides {padding-bottom: 0px;}

/* hide page title on submit forms */

.page-id-9638 .entry-header {
display: none;
}
.page-id-9646 .entry-header {
display: none;
}
.page-id-9642 .entry-header {
display: none;
}

/* author block stuff */
#reply-title, .comments-title, .author-title {
    background-color: #9966CC;
    border-color: #9966CC;
    color: #FFFFFF;
    font-weight: normal; font-size: 18px;
}

/* page heading tweaks */
.page h1.entry-title {
    background: none repeat scroll 0 0 #9966CC;
    border-bottom: 0px solid #A3A6A8;
    border-top: 0px solid #A3A6A8;
    padding: 10px 20px;
}
h1.entry-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase;
}

/* remove post format icon from posts */

.single .entry-format {
display: none;
}

h1.entry-title {
padding-right: 20px;
}

/* center ad units */

.simple_ads_manager_ad_widget div {
margin: 0 auto;
}
