/*
 Theme Name:     India Climate Dialogue (Divi Child)
 Theme URI:      https://indiaclimatedialogue.net
 Description:    Custom Divi Child theme for India Climate Dialogue
 Author:         Ross Wintle/Oikos Digital
 Author URI:     https://oikos.digital/
 Template:       Divi
 Version:        1.0.0
*/

.icd-clearfix:after {
  content: "";
  display: table;
  clear: both;
} 

/* Captioned images */
.wp-caption {
    background: transparent;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    text-align: right;
}

/* Sidebar styles */
#sidebar .widgettitle {
    border-bottom-width: 3px;
    border-bottom-color: #3B9837;
    padding-top: 8px!important;
    margin-bottom: 16px!important;
    border-bottom-style: solid;
    font-size: 23px;
}

#sidebar .widget a,
#sidebar .et_pb_widget a {
    color: #3B9837;
}

.icd-archive-title {
    border-bottom: 3px solid #3B9837;
    padding-top: 0.5rem !important;
    margin-bottom: 1.5rem !important;
}

@media (min-width: 500px) {
    .icd-featured-image-container {
        width: 40%;
        float: left;
        padding-right: 8px;
    }
    .icd-archive-content-container {
        width: 60%;
        float: left;
        padding-left: 8px;
    }
}

/* Recent Posts Widget with Thumbnails */
.icd-category-post-content h3 {
    font-size: 20px;
    line-height: 1.3;
}
.icd-category-post-content h3 a {
    display: block;
    color: #333 !important;
    margin-bottom: 0;
}
.icd-category-post-content .post-author {
    margin-bottom: 10px;
}

/* RSS Widget */
.widget_rss .rss-widget-icon {
    display: none;
}
.widget_rss h4 {
    color: #333 !important;
}
.widget_rss ul li a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #333 !important;
}
.widget_rss .rss-date {
    display: block;
    margin-bottom: 0.5rem;
}

.widget_rss cite {
    display: block;
}
.widget_rss cite:before {
    content: 'By ';
    display: inline;
}