/*
Theme Name:         Camille Co
Theme URI:          http://libellecreative.com/
Description:        Mobile Responsive and Retina Ready
Version:            1.0.0
Author:             Mark Javier
Author URI:         http://libellecreative.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
	@import url(http://fonts.googleapis.com/css?family=Oswald:300,400);
	/* Global */
	h1, h2, h3, h4, h5 { font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif; font-weight: 300; }
	
	/* Add Divider for Listed Posts */
	.divider { background: rgb(141, 141, 141); height: 1px; }	
	
	/* Add Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	img.aligncenter { display: block; margin: 18px auto; }
	
	/* Add HTML5 Class for Images */
	figure img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	}
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	margin: 0 auto;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; display: inline-block; }
	figure.figure figcaption { padding: 8px 10px; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; }
	figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
	figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
	
	/* Sidebar Adjustment */
	.sidebar-section { padding-bottom: 10px; padding-top: 20px;	font-size: 13px; font-size: 1.3rem; font-weight: normal; }

	/* Breadcrumb Adjustment */
	ul.breadcrumbs li span { padding-left: 3px; }
	ul.breadcrumbs li a { padding-left: 0; }
	
	/* Comment Textarea Adjustment */
	#respond textarea { height: 100px; }	

/*  -------------------------------------------------------
    Adjust Foundation 3 Pagination Style for WordPress
    ---------------------------------------------------- */ 
    
    ul.page-numbers { display: block; height: 24px; text-align: center; margin: 0 auto; }
    ul.page-numbers li { float: left; display: block; height: 24px; color: #999; font-size: 14px; margin: 5px 0 0 5px; }
    ul.page-numbers li a { display: block; padding: 1px 7px 1px; color: #555; text-decoration: none; }
    ul.page-numbers li:hover a, ul.page-numbers li a:focus { background: #e6e6e6; }
    ul.page-numbers li.unavailable a { cursor: default; color: #999; }
    ul.page-numbers li.unavailable:hover a,ul.page-numbers li.unavailable a:focus { background: transparent; }
    ul.page-numbers li span.current { color: #717171; font-weight: bold; cursor: default; display: block; padding: 1px 7px 1px; }    

	
/* -----------------------------------------
   Basic Styles
----------------------------------------- */

	body, #footer-branding { background: #fff; background: url(images/bg.jpg) #efefef repeat; background-size: 186px 168px; }
	
	.clear { clear: both; } 

/* -----------------------------------------
   Header
----------------------------------------- */
	
	.header { 
	background: url(images/logo.png) no-repeat;
	}
	@font-face {
   font-family: Oswald;
   src: url(/wp-content/themes/tempest/css/font/Oswald-Light.otf);
}

    .topmenu{
    background: #000 !important;
     position: fixed;
      top: 0;
      left: 0;
     width: 100%;
     height: 38px;
     display: block;
     margin: 0 auto;
     text-align: center;
    z-index: 9999999;
}
a.top-styling {
       color: #fff;
      background: #000;
       margin: 0 auto;
        padding: 2px 50px 0px;
       font-family: Letter Gothic Std;
       display: inline-block;
       text-decoration: none;
       text-align: center;
       font-size: 30px;
       line-height: 28px;
       vertical-align: middle;
}
a.top-styling:hover {
    color: #fff !important;
}
/* --- Men Menu --- */
.men {
  display: inline-block;
   width: 150px;
   height: 35px;
   z-index: 99999;
   background: none;
  }
.men ul {
   list-style:none;
   padding: auto;
   text-align: center;
   border-right: 0px solid #ddd;
   }

.men ul a {
    font-size: 14px;
    font-family: Oswald;
    font-weight: 300;
    line-height: 35px;
    margin: auto;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.men li ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 58%;
    width: 250px;
    text-align: center;
    background: #fff;
    border: 3px solid #000;
     border-radius: 0 0 5px 5px;
   -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
    
}
.men li:hover ul{
    display: block;
}
.men li li a {
   display: block;
   font-size: 12px;
   padding: 20px auto;
   color: #000; 
   font-weight: 300;
   font-family: Oswald !important;
   text-transform: uppercase;
   text-decoration: none;
   -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.men li li a:hover {
  background: #f8f8f8;
}
/* --- Shop Menu --- */
.women {
  display: inline-block;
   position: relative;
   width: 150px;
   height: 35px;
   z-index: 99999;
   background: none;
  }
.women ul {
   list-style:none;
   padding: auto;
   text-align: center;
   border-right: 0px solid #ddd;
   }

.women ul a {
    font-size: 14px;
    line-height: 35px;
    font-weight: 300;
    margin: auto;
    color: #fff;
    font-family: Oswald !important;
    text-decoration: none;
    display: inline-block;
}
.women li ul {
    display: none;
    position: absolute;
    top: 35px;
    left: -38%;
    width: 250px;
    text-align: center;
    background: #fff;
    border: 3px solid #000;
     border-radius: 0 0 5px 5px;
   -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
    
}
.women li:hover ul{
    display: block;
}
.women li li a {
   display: block;
   font-size: 12px;
   padding: 20px auto;
   color: #000; 
   font-weight: 300;
   font-family: Oswald;
   text-decoration: none;
   text-transform: uppercase;
   -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.women li li a:hover {
  background: #f8f8f8;
}
	.header, .header a {
	margin: 60px auto; 
	width: 150px;
	height: 101px;
	}
	
	nav select { display: none; }
	
	#searchform  input[type="text"]{ 
	height: 25px; 
	margin: 0; 
	background: url(images/search.svg) no-repeat 10px 6px transparent;
	background-size: 15px 15px;
    border: 0 none;
   	padding: 0 15px 0 35px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 12px;
	letter-spacing:5px;
	}
	
	#searchform  input[type="text"]:focus {
    background: url(images/search-hover.svg) no-repeat 10px 6px transparent; 
   	background-size: 15px 15px;
	}
	
	#subscribe-button {
	background: url(images/subscribe.svg) no-repeat 20px 1px #e5b2b9;
	background-size: 25px 23px;
	padding: 4px 15px 4px 25px;
	width: 100%;
	height: 25px;	
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 2px;
	text-decoration: none!important;
	font-size: 12px;
	}
	
	#subscribe-button:hover { background: url(images/subscribe.svg) no-repeat 20px 1px #f7c3c9; background-size: 25px 23px; }
	
	#subscribe-button {
	-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
   	-o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	}
	
	.nav-bar > li a:hover, ul.flyout li a, .nav-bar li ul li a:hover { color: #e5b2b9; }
	
/* -----------------------------------------
   Navigation
----------------------------------------- */		

	
	
/* -----------------------------------------
   Slides
----------------------------------------- */	

	.slides > li { max-height:490px; }
	
	/* Icon Fonts*/
	/* Font-face Icons */
	
	@font-face {
	font-family: 'flexslider-icon';
	src:url(fonts/flexslider-icon.eot);
	src:url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
		url(fonts/flexslider-icon.woff) format('woff'),
		url(fonts/flexslider-icon.ttf) format('truetype'),
		url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
	@font-face {
	font-family: 'Abel';
	src: url('http://just-another.me/wp-content/themes/simplemag/fonts/Abel.ttf.woff'), url('http://just-another.me/wp-content/themes/simplemag/fonts/Abel.ttf.woff');
	}
	
/* -----------------------------------------
   Body
----------------------------------------- */	

	.post-box { padding: 30px 0 0 0; }

	.post .meta, .post h2, .comment-count { 
	text-align: center; 
	text-transform: uppercase;
	letter-spacing:2px;
	}
	.entry-title { text-transform: uppercase; }
	
	.post h2 a, .entry-title { 
	color: #e5b2b9; 
	font-family: 'Droid Serif', serif;
	font-style: italic; 
	font-weight: 200;
	text-decoration: none;
	letter-spacing:2px;
	font-size: 31px;
	}

	.search-title { 
	color: #717171; 
	font-family: 'Droid Serif', serif;
	font-style: italic; 
	font-weight: 200;
	font-size: 24px;
	}
	
	.meta { padding: 10px 0 0 0; color: #717171; }

	.updated { font-size: 10px; color: #717171; }
	
	.featured img { display: block; margin: 0 auto; width: 100%; }
	
	.read-more {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 15px auto;
	border-radius: 50%;
	border: 1px solid #4d4d4d;
	line-height: 50px;
	font-size: 10px;
	color: #222222;
	text-decoration: none;
	text-align: center;
	font-family: 'Droid Serif', serif; 
	font-style: italic;
	text-transform: uppercase; 
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	}
	
	.read-more:hover {
	border: 1px solid #e5b2b9;
	color: #e5b2b9;
	}
	
	.comment-count { 
	padding: 20px 0 20px 0; 
	font-family: 'Droid Serif', serif; 
	font-style: italic;
	color: #717171;
	font-size: 12px;
	}
	
	#about-img { max-width: 200px; margin: 0 auto; }
	
	.attachment-post-thumbnail { display: block; margin: 0 auto; }
	
	.entry-content { padding: 25px 0 0 0; letter-spacing: 1px;}
	.entry-content p { margin: 0 0 10px 0!important; }	
	#archives { text-align: center; }
	#archives ul { list-style-type: none; }
	#archives h3 { font-size: 23px!important; }
	#archives a { text-decoration: none!important;}
	#archive-title { 
	color: #717171; 
	font-family: 'Droid Serif', serif;
	font-style: italic; 
	font-weight: 200;
	text-decoration: none;
	letter-spacing:2px;
	font-size: 31px; 
	}
		
/* -----------------------------------------
   Related Posts plugin
----------------------------------------- */	
	.jp-relatedposts-post-title { text-align: center; width: 100%; }
	.jp-relatedposts-headline em{ font-size: 16px;  }
	.jp-relatedposts-post-context{ display: none; }
	.nrelate_default .nr_title { margin: 30px 0 5px 0!important; text-transform: uppercase; }
	.nrelate_default .nr_text { font-weight: 200!important;}
	.nrelate_default .nr_panel:hover .nr_img:hover { 
	background:none repeat scroll 0 0 #e5b2b9!important;
	border:1px solid #e5b2b9!important;
	outline:1px solid #e5b2b9!important;
	}
	.nrelate_default .nr_text:hover, .nrelate_default .nr_panel .nr_img:hover { color: #e5b2b9; }
	
/* -----------------------------------------
   Comments
----------------------------------------- */		
	
	#comments { margin: 40px 0 0 0; }
	
	.comment-author { margin: 25px 0 0 0; }
	
	.children li, .reply{
	margin:0;
	padding:0;
	border: none;
	padding-left: 2em;
	}
	
	.children li ul {
	padding-left: 2em;
	}

	.children li div .reply {
	padding-left: 4em;
	}
	
/* -----------------------------------------
   Social Media
----------------------------------------- */	
	
	.social-stats { 
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	margin: 35px 0 15px 0; 
	}
	
	.social-stats ul { 
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
    }
	
	.social-stats ul li { 
	display:block;
    float:left;
    position:relative;
    right:50%;
	margin: 0 0 0 15px; 
	padding: 0 0 0 17px; 
	}
	
	.social-stats ul li a { text-decoration: none; font-size: 12px; }
	
	.social-stats ul li.twitter { background: url(images/twitter.svg) no-repeat 0 4px; background-size: 14px 14px; }
	
	.social-stats ul li.instagram { background: url(images/instagram.svg) no-repeat 0 4px; background-size: 14px 14px; }
	
	.social-stats ul li.bloglovin { background: url(images/bloglovin.svg) no-repeat 0 5px; background-size: 12px 12px; }
	
	.social-share li a, .social-share li  { float: left; margin: 0 10px 0 0; width: 16px; height: 16px; }
	
	.social-share .pinterest { background: url(images/pinterest.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .facebook { background: url(images/facebook.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .twitter { background: url(images/twitter.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .bloglovin { background: url(images/bloglovin.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .fashiolista { background: url(images/fashiolista.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .lookbook { background: url(images/lookbook.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .chictopia { background: url(images/chictopia.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .instagram { background: url(images/instagram.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .weibo { background: url(images/weibo.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .pinterest:hover { background: url(images/pinterest-hover.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .facebook:hover { background: url(images/facebook-hover.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .twitter:hover { background: url(images/twitter-hover.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .bloglovin:hover { background: url(images/bloglovin-hover.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .fashiolista:hover { background: url(images/fashiolista-hover.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .lookbook:hover {background: url(images/lookbook-hover.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .chictopia:hover {background: url(images/chictopia-hover.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .instagram:hover {background: url(images/instagram-hover.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .google-plus { background: url(images/google-plus.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .google-plus:hover { background: url(images/google-plus-hover.svg) no-repeat; background-size: 16px 16px; }
	
	.social-share .weibo:hover { background: url(images/weibo-hover.svg) no-repeat; background-size: 16px 16px; }
	
	.soc-single { width: 106px; margin: 0 auto; }
	
	.social-share, .social-stats { list-style-type: none; }

	#social-spacer { border-top: 1px dotted #cccccc; margin: 20px 0 0 0; }
	
/* -----------------------------------------
   Sidebar
----------------------------------------- */	

	.sidebar-box { padding: 30px 0 0 0; }
	
	.widget, #about-box  { margin: 0; }
	
	.widget img { display: block;  margin: 0 auto; }
	
	.widget, #about-box { border-top: 1px dotted #cccccc; }
	
	.widget { text-align: center; padding: 0 0 15px; }
	
	#about-box { background: url(images/ribbon-pink.svg) no-repeat center 32px; background-size: 40px 40px; padding: 15px 20px 15px 20px; text-align: center; }
	
	#about-box .textwidget { line-height: 1.4; font-size: 12px; font-style: italic;font-family: 'Droid Serif', serif; }
	
	#about-box h6, .widget h6 { font-size: 17px; font-family: 'Droid Serif', serif; font-style: italic; color: #e5b2b9; text-transform: uppercase; letter-spacing: 2px; font-weight: 200; }
	
	#about-box h6 { margin: 0 0 40px 0; }
	
	.widget h6 { padding: 20px 0 10px 0; margin: 0; }
	
	.recognitions { float: left; width: 50%; }
	
	.widget .social-share { width: 210px; margin: 0 auto; height: 16px; }
	
	.about-title {
	background: url(images/ribbon-pink.svg) no-repeat center 32px transparent; background-size: 45px 45px;	
	font-family: 'Droid Serif', serif; 
	font-style: italic; color: #e5b2b9; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-weight: 200;
	height: 90px;
	text-align: center;
	margin: 15px 0 0 0;	
	font-size: 23px;
	padding: 0;
	}
/* -----------------------------------------
   Ads Area
----------------------------------------- */	

	.ad-widget { margin: 0 0 15px 0; }
	.ad-wrap { border: 1px dotted #cccccc; padding: 0 0 15px 0; }
	.ad-widget img { display: block; margin: 0 auto; }
	
/* -----------------------------------------
   Footer
----------------------------------------- */
	
	#footer-branding { height: 16px; margin: 0 0 25px 0; }
	
	#footer-branding p { 
	text-align: right; 
	font-family: 'Droid Serif', serif; 
	font-style: italic;
	margin: 0;
	color: #717171;
	line-height: 1;
	}
	
	.textwidget { line-height: 1.5; } 
	.footer-nav { list-style-type: none; margin: 15px 0 0 0; }
	.footer-nav li { margin: 0 0 10px 0; }
	.footer-nav li a { text-align: center; color: #4d4d4d; text-transform: uppercase; padding: 20px 0; }
	.footer-nav li a:hover { color: #e5b2b9; }
	
/* -----------------------------------------
   Pagination
----------------------------------------- */	
	
	#post-nav { margin: 15px 0; }
	
	#post-nav .next a, #post-nav   .prev a, #post-prev a, #post-next a { 
	text-align: center; 
	text-decoration: none;
	width: 140px; 
	text-transform: uppercase; 
	font-weight: 600; 
	padding: 10px; 
	line-height: 12px;
	font-size: 11px;  
	padding: 10px;
	color: #fff; 
	}
	
	#post-prev a, #post-next a { margin: 20px 0 0 0; }
	
	#post-nav .next a, #post-next a {  background: url(images/next.png) no-repeat right 5px center #898989; float: right; }
	
	#post-nav .prev a, #post-prev a { background: url(images/previous.png) no-repeat left 5px center #898989; float: left; }
	
	#post-nav .next a:hover,#post-next a:hover { text-align: center; text-decoration: none; background: url(images/next.png) no-repeat right 5px center #e5b2b9; }
	
	#post-nav .prev a:hover, #post-prev a:hover { text-align: center; text-decoration: none; background: url(images/previous.png) no-repeat left 5px center #e5b2b9; }
	
	.page-numbers { text-decoration; none; }
	
	#center-page {
	float:left;
	overflow:hidden;
	position:relative;
	}
	
   #center-page ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   }
	
   #center-page ul li {
   display:block;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   line-height: 32px;
   }
   
   #post-prev { float: left; }
   #post-next { float: right; }

/* -----------------------------------------
   Post Grids Ads
----------------------------------------- */

	#proGrids1085{display:none;


}
   #pg_1085 .pg_title {

   font-family: Helvetica;
   text-decoration: none!important;
   }

   #pg_1085 .pg_image_div {
   border: 4px solid #fff;
   }

   #pg_1085 .pg_image_div:hover {
   border: 4px solid #f7c3c9;
   }

   #pg_1085 .pg_header_title {
   margin : 10px 0!important;
   font-weight: normal!important;
   }
	
/* -----------------------------------------
   Media Queries
----------------------------------------- */


	@media handheld, only screen and (max-width: 767px) {
	.header { padding: 0; margin: 55px auto 10px auto; }
	.header { position: relative; }
	#subscribe-button { margin: 20px 0 ; }
	nav ul     { display: none; }
	nav select { display: inline-block; margin: 0 0 15px 0; }
	.social-stats ul li { float: none; text-align: center; margin: 15px 0; }
         .men, .women { display: none; }
         a.top-styling { padding-top: 7px; }
	}
	
	@media only screen and (min-width: 861px ) and (max-width: 1000px) {
    .top-nav-bar > li { padding: 7px 0 0 2px; }
    .top-nav-bar > li > a { font-size: 13px; }
    .top-nav-bar > li > a:first-child { word-spacing: 0;}
     }
	
	@media only screen and (min-width: 751px ) and (max-width: 860px) {
    .top-nav-bar > li { padding: 0px 0 0 1px; }
    .top-nav-bar > li > a:first-child { font-size: 11px; word-spacing: 0;letter-spacing: 0.5px;}
 }
    
	 
	@media only screen and (max-width: 750px) {
    }
 
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2) {
	.header { 
	background: url(images/logo@2px.png) no-repeat;
	background-size: 150px 101px;
	}
	}