/*
Theme Name: Cici Marie
Theme URI: https://www.pipdig.co
Template: pipdig-blossom
Author: pipdig
Author URI: https://www.pipdig.co
Adapted by@ Re-volve Webdesign
Description: A luxury WordPress theme by pipdig.
Tags: vintage blog
Version: 1.9.1.1510311008
Updated: 2017-11-10 10:50:08

*/

#p3_double_carousel{
border-top:1px solid #000;text-align: center !important;position: relative;padding-top: 35px;
}
#p3_double_carousel:before{
content:"Featured Posts";
font-size: 12px ;
font-family: Montserrat, arial, sans-serif;
padding: 15px 10px 25px 10px;
margin-top: -7px;
text-align: center;
background-color: #fff;
display: block;
width: 20%;
letter-spacing: 3px;
position: absolute;
left: 40%;
top:-18px;
text-transform:uppercase;
}
.home #content{
border-top:1px solid #000;text-align: center !important;position: relative;padding-top: 35px;
}
.home #content:before{
content:"All Posts";
font-size: 12px ;
font-family: Montserrat, arial, sans-serif;
padding: 15px 10px 25px 10px;
margin-top: -7px;
text-align: center;
background-color: #fff;
display: block;
width: 20%;
letter-spacing: 3px;
position: absolute;
left: 40%;
top:-18px;
text-transform:uppercase;
}

/* ### This class added to add spacing for content imported from Blogger  */
.separator{padding:0 0 7px 0;}


@media only screen and ( max-width: 667px ) {
/* your css goes here */
#p3_double_carousel:before{
	width: auto;
	left:0;
	/*left:30%;*/
}
.home #content:before{
	width: auto;
	left:0;
	/*left:35%;*/
}
}
