/*
Theme Name:   Caroline Hirons
Theme URI:    http://example.com
Description:  Caroline Hirons
Author:       pipdig
Author URI:   https://www.pipdig.co
Template:     pipdig-hollyandweave
Version:      1.0
*/

@import url(https://pipdigz.co.uk/fonts/museosans_500/style.css);

body {
	font-family: Museo Sans, Arial, sans-serif;
	font-size: 16px;
}

#caz_extra_special {
    position: absolute;
    left: -500000px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Museo Sans;
	text-transform: uppercase;
	letter-spacing: 0;
}

.site-top, .header-1-bordering {
	border-bottom: 3px solid #000;
}

.site-header .container {
	padding-top: 70px;
	padding-bottom: 0;
}

.site-title a {
	display: inline-block;
	float: right;
}

.site-title img {
	width: 250px;
	margin: 0 35px 0 0;
}

.ch_single_cat_title {
	margin-top: -50px;
	margin-bottom: 10px;
	font-size: 40px;
}

.hentry.floated_summary_post {
	border-bottom: 3px solid #000;
}
.widget-title, .entry-header .entry-meta {
	border-top: 3px solid #000;
}

.widget_link_list ul, .widget_link_list li {
	padding: 0;
	list-style: none;
}
.widget_link_list li {
padding: 4px 0;
border-bottom: 1px dotted #ccc;
}
.site-sidebar a {
color: #b46ef5;
}
.site-sidebar a:hover {
color: #000;
}

.page .entry-title {
	text-align: left;
}
.page-id-1346 .entry-title {
	color: #d09eff;
}
.page-id-1347 .entry-title {
	color: #00d0ff;
}

.social-footer {
	letter-spacing: 1px;
}



#ch_newsletter_section {
	margin-top: 40px;
	margin-bottom: 50px;
}
.single #ch_newsletter_section {
	margin-top: 0;
}
#ch_newsletter_section ul {
    padding-left: 0;
}
#ch_newsletter_section li {
    list-style: none;
    margin: 10px 0;
    font-size: 18px;
}
.ch_newsletter_inner {
	/* border: 2px dashed #b46ef5; */
	border: 2px solid #FFEB00;
	background: url(https://www.carolinehirons.com/wp-content/uploads/2018/01/newsletter.png) no-repeat 99% center #fffde2;
}
.ch_newsletter_left {
	width: 40%;
	float: left;
	padding: 12px 20px;
}
.ch_newsletter_right {
	width: 60%;
	float: left;
	padding: 12px 20px;
}
.ch_newsletter_left h3 {
	margin:0 0 7px;
}
.ch_newsletter_inner input {
	margin-bottom: 5px;
}
#mce-EMAIL {
    width: 100%;
    max-width: 100%;
	border-color: #FFEB00; 
}
.newsletter_bullets {
    width: 50%;
    float: left;
	margin-top: 10px;
}
.newsletter_bullets_left {
    width: 42%;
    
}
.newsletter_bullets_right {
    width: 58%;
}
#mc-embedded-subscribe {
    float: right;
}

@media screen and (max-width: 769px) {
	.ch_newsletter_left, .ch_newsletter_right {
		width: 100%;
		float: none;
		padding: 5px;
	}
	.newsletter_bullets_left, .newsletter_bullets_right {
		width: 50%;
		padding: 0 5px;
	}
	.ch_newsletter_left h3, .mc-field-group input, #mc_embed_signup_scroll {
		text-align: center;
	}
	#mc-embedded-subscribe {
       float: none;
    }
}