/*
Theme Name: GD_CecileWP v1
Theme URI: http://ceciledefrancefan.com/
Description: Wordpress theme coded exclusively for Ceciledefrancefan.com
Version: 1.0
Author: Gratrix Designs
*/




/* WELCOME */

#welcome {
	display: table;
	width: 100%;
	max-width: 1200px;
	min-height: 80px;
	margin: 0 auto;
	padding-top: 10px;
}

#banner {
	margin: 0 auto;
	display: table-cell;
	width: 340px;
	background-image: url("images/wlogo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 340px;
	position: relative;
	vertical-align: middle;
}

#message {
    width: 800px;
    margin: 0 auto;
    padding: 10px 0 10px 0px;
    line-height: 21px;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    text-align: justify;
    color: #535150;
    letter-spacing: 0.07em;
    display: block;
}

#welcome strong {
	color: #ad856a;
}

#welcome b{
	color: #c58489;
}

#welcome i { 
	color: #ad856a;
	text-transform: capitalize;
	font-size: 12px;
}

#welcome em { 
	color: #FFF;
	text-transform: capitalize;
	font-size: 12px;
	background: #c58489;
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

#welcome u {
	color: #c58489;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #ad856a;
	letter-spacing: 2px;
}




/* NAVIGATION */

#navigation .fa{ 
	font-size: 14px;
	color: #c58489;
}

#navigation { 
	padding: 5px;
	max-width: 100%;
	background: #FFF; 
}

#navigation a {	
    font-family: 'Cuprum', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #535150;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}

#navigation a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #ad856a;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#navigation a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.menu-link {
	color: #35467a!important; 
  	float: right;
	display: block;
	padding: 10px 0px; 
}

nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
}

.js nav[role=navigation] { 
	overflow: hidden;
	 max-height: 0; 
}

nav[role=navigation].active { 
	max-height: 400em; 
}

nav[role=navigation] ul { 
	margin: 0; padding: 0; 
}

nav[role=navigation] li { 
	padding: 0px 5px; 
}

nav[role=navigation] li a { 
	font-family: 'Cuprum', sans-serif;
	font-size: 13px;	
	font-weight: 400;
	display: block; 
	padding: 5px; 
	margin: 0px 0px 0px 5px;
}




/* HEADER & BODY */

#header { 
	width:100%; 
	height:440px; 
	background:URL("images/header.png") 
	top center no-repeat;
	margin-bottom: 0px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #575757;
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	background-color: #FFF;
	line-height: 20px;
}

body, html { 
	text-rendering: optimizeLegibility !important; 
	-webkit-font-smoothing: antialiased !important; 
}




/* WRAPPER/CONTAINER */

#container, .wrapper { 
	margin: 0 auto; 
	overflow: hidden;
	max-width: 100%; 
}

#container {
	overflow:hidden;
	background:URL("") top center repeat;
	padding:0px;
	margin: 0 auto;
	width:1080px; 
}




/* LATEST IMAGES */

.latimg {
	margin:10px auto 0!important; 
	padding:10px; 
	width:1080px; 
	display:block; 
	overflow:hidden;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.latimg img {
	padding: 6px;
	margin: 1px;
	border-style: solid;
	border-image: initial;
	background-color: #FFF;
	border: 1px solid #c58489;
	transition: all 0.3s ease-out;
}

.latimg img:hover {
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
	background-color: #FFF;
	border: 1px solid #ad856a;
}




/* SIDEBAR */

.side img { 
	max-width: 315px;
}

#side {
	margin-top:0px;
	margin-left:10px;
	float:right;
	width:350px; 
}

.side { 
	margin-bottom: 80px;
	margin-top: 20px;
	padding: 20px 10px;
	border-top: solid 1px #c58489;
	border-bottom: solid 1px #c58489;
	border-right: solid 1px #ad856a;
	border-left: solid 1px #ad856a;
}

.side .title {	
	font-family: 'Cuprum', sans-serif;
    font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: -28px;
	text-align: center;
}

.sideb {
	line-height: 15px;
	padding: 6px 12px 4px 12px;
	font-weight: 600;
	color: #535150;
	background: #FFF;
}

.side .border {
	margin-top: -12px;
	border-bottom: 2px solid #535150;
}

.side a { 
	color:#c58489; 
}

.side a:hover { 
	color:#ad856a; 
}

.side ul { 
	margin:0px; 
	padding:0px; 
}

.side li { 
	padding:5px; 
	list-style:none; 
	border-bottom:1px solid #F2F2F2; 
}

.side li:hover { 
	background:#F2F2F2; 
}

.side .svg-inline--fa { 
	color: #ad856a;
}




/* SIDE IMAGE */

.side img {
	opacity: 1;
	padding: 3px;
	border: 1px solid #c58489;
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.side img:hover {
	opacity: 1;
	border: 1px solid #ad856a;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}




/* POSTS */

#entry { 
	margin-right:0px;
	margin-top:0px;
	width:700px;
	float:left; 
}

.post {
	padding:10px;
	margin-bottom:30px;
	background:#fff;
}

.post .title a { 
	font-size: 28px;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0px;
	line-height: 30px;
	color:#535150;	
	font-style: italic;
}

.post .title a:hover { 
	color:#c58489; 
	padding-bottom:2px; 
}

.meta, .cats {
	font-family: 'Cuprum', sans-serif;
    font-weight: 700;
	margin: 0 auto;
	display: block;
	width: 94%;
	line-height: 100%;
	background-color: transparent;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	letter-spacing: 0.25em;
	position: relative;
}

.meta hr, .cats hr {
	position: absolute;
	background-color: #c58489;
	border: none;
	width: 100%;
	height: 1px;
	top: 0; left: 0;
	margin: 5px 0 0 0;
	z-index: 15;
}

.meta span, .cats span {
	background-color: #FFF;
	padding: 0 8px;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.cats a, .meta a {
	color: inherit;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.cats a:hover, .meta a:hover {
	color: #ad856a;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.post i { 
	color: #c58489; 
	padding-right: 4px; 
}

.post .svg-inline--fa {
	color: #ad856a;
}




/* FEATURED IMAGE */

.post .featured {
	padding-top: 10px;
	margin-left:-10px;
	margin-right:-10px;
	border:0px solid #fff!important; 
}

.post .featured img { 
	width:680px;
	min-width:680px;
	max-width:680px;
	height:auto;
	padding:0px!important;
	border:0px!important;
	margin:0px; 
}

.post .crop { 
	max-width:680px;
	max-height:280px;
	overflow: hidden; 
}

.post .crop img {  
	border-bottom-left-radius:0px;
	max-width:680px;
	max-height:280px;
	margin:-20px -50px 0px 0px; 
}




/* POST IMAGES */

.post img { 
	max-width: 90%;
}

.post img, post a img {
	opacity: 1;
	padding: 5px;
	border: 1px solid #ad856a;
	margin: 5px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.post a img:hover {
	opacity: 0.8;
	border: 1px solid #c58489;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}




/* GALLERY LINK */

.gal-links {
	background-image: url(images/gallink.png);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 15px;
	line-height: 18px;
	margin-right: 10px;
	margin-left: 10px;
}

.gal-links a {
	color: #FFF;
	text-decoration: none;
	background-color: #c58489;
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

.gal-links a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #ad856a;
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}




/* HEADER TAGS */

.post h1 { 
	font-size: 20px;
	font-weight: 900;
	color: #ad856a;
	text-transform: uppercase;
	padding-bottom: 2px; 
}

.post h2 { 
	font-size: 18px;
	font-weight: 900;
	color: #c58489;
	padding-bottom: 2px; 
}

.post h3 { 
	font-size: 15px;
	font-weight: 900;
	color: #363636;
	padding-bottom: 2px; 
}




/* POST BLOCKQUOTE */

.post blockquote {
	font-family: 'Cuprum', sans-serif;
	font-size: 11px;
	color: #535150;
	padding: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: solid 0.1em #c58489;
	border-top-color: #ad856a;
	border-bottom-color: #ad856a;
} 

.post blockquote::first-letter {
	float: left;
	font-size: 50px;
	color: #c58489;
	font-weight: 400;
	padding: 15px 5px!important;
	margin-bottom: 5px!important;
	margin-right: 5px!important;
}




/* PROJECTS #8 */

#project8 .mainimg {
	background-size: cover;
    color: #ffffff;
    padding: 80px 10px 0 10px;
    text-align: center;
    height: 100px;
    box-sizing: content-box;
}

#project8 span.maintitle {
	font-family: 'Cuprum', sans-serif;
	font-size: 8px;
    font-weight: 700;
	text-transform: uppercase;
    color: #535150;
    background: #ffffff;
    letter-spacing: 0.25em;
    padding: 8px;
}

#project8 span.info {
	font-style: italic;
    letter-spacing: 0.25em;
    font-size: 10px;
    font-weight: 700;
}

.proj-text {
	background: #FBFBFB;
    padding: 10px;
    text-align: justify;
    color: #8b8b8b;
    font-size: 12px;
    line-height: 20px;
}

.proj-links { 
	font-family: 'Cuprum', sans-serif;
    font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.25em;
	display: inline-block;
    padding: 2px 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #FBFBFB;
    color: inherit;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 1px solid #E3E3E3;
}




/* SIDE BLOCKQUOTE */

.side blockquote {
	font-family: 'Cuprum', sans-serif;
	font-size: 11px;
	color: #535150;
	padding: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: solid 0.1em #ad856a;
	border-top-color: #c58489;
	border-bottom-color: #c58489;
} 

.side blockquote::first-letter {
	float: left;
	font-size: 35px;
	color: #ad856a;
	font-weight: 400;
	padding: 0px 5px!important;
	margin-bottom: 5px!important;
}




/* MISC TEXT */

a {
	color: #ad856a;
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

a:hover {
	color: #c58489; 
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

b { 
	color:#ad856a; 
}

strong { 
	color:#c58489; 
}

i { 
	color:#535150; 
}

.post .side em { 
	color:#FFF;
	background: #ad856a; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

u { 
	color:#ad856a; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px solid #c58489; 
	letter-spacing:0px; 
}




/* SUBMIT */

.searchform input { 
	padding:5px;
	border:0px; 
	width:120px; 
	color:#c58489; 
}

textarea,select {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #DDD;
	background: #FFF;
	color: #ad856a;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	transition: all .4s ease-in-out;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #ad856a;
	background: #ad856a;
}

button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover {
	color: #FFF;
	border: 1px solid #c58489;
	background: #c58489;
}




/* HIDDEN POST CONTENT */

.hidcon {
    padding: 10px 20px;
    border: 1px solid #ad856a;
    color: #c58489;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
}

.hidcon:hover {
    padding: 10px 20px;
    border: 1px solid #c58489;
    color: #ad856a;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
}




/* IMAGE/TEXT ALIGN */

img.alignleft { 
	float: left; 
	margin: 5px 10px 5px 0; 
}

img.alignright { 
	float: right; 
	margin: 5px 0 5px 10px; 
}

img.aligncenter { 
	margin-top:8px; 
	margin-bottom:2px; 
	text-align: center; 
	display: block; 
}

.alignleft { 
	float: left; 
	margin: 5px 10px 5px 0; 
}

.alignright { 
	float: right; 
	margin: 5px 0 5px 10px; 
}

.aligncenter { 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
}

.hidden { 
	display: none; 
}

.post .alignleft, .side .alignleft { 
	margin-right:10px; 
	float:left; 
}

.post .alignright, .side alignright { 
	margin-left:10px; 
	float:right; 
}
.post .aligncenter, .side aligncenter { 
	margin:0 auto; 
}




/* BREADCRUMB */

.breadcrumb a { 
	font-size: 13px;
	color:#fafafa;
	background:#ad856a; 
	padding:6px 10px; 
	margin:10px 0px; 
}

.breadcrumb a:hover { 
	color:#fafafa;
	background:#c58489; 
	padding:6px 10px; 
	margin:10px 0px; 
}




/* HIGHLIGHT */

::selection {
	background: #ad856a;
	color: #ffffff;
}

::-moz-selection {
	background: #ad856a;
	color: #ffffff;
}




/* SHAREDADDY */

.sharedaddy {
        text-align:center;
}

.sharedaddy a.sd-button {
	background: #fff!important;
        color:#a1a1a1!important;
}

.sharedaddy ul li a.sd-button > span {
	background: #fff!important;
        color:#a1a1a1!important;
}

.sharedaddy li:nth-child(odd) { 
	background-color:#fff; 
}

.sharedaddy li:nth-child(even) { 
	background-color:#fff; 
}




/* TOOL TIP */

#qTip { 
	padding:6px;
	display: none;
	color: #fafafa; 
	border: 0px solid #fafafa;
	position: absolute;
	text-transform: uppercase;
	background-color:#ad856a;
	z-index: 1000;
	font-family: 'Playfair Display', serif;
	font-size:11px;
}




/* TOP AFFIE DROPDOWN */

select{
	padding:4px;
	margin-top:10px;
	width:220px;
	background:#ad856a;
	border:solid 1px #c58489;
	font-family: 'Playfair Display', serif;
	color:#fafafa;
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
}




/* FOOTER */

#footerbanner { 
	width:100%; 
	height:120px; 
	background:URL("images/footerbanner.png") 
	top center no-repeat;
}

#footer {
	clear: both; 
	width: 100%; 
	padding: 9px 0; 
	text-align: center;
}

#footer a {
	color: #1d1d1d;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer .inner {
	padding: 15px; 
	overflow: hidden; 
	margin: 0 auto; 
	max-width: 1080px;
}

#footer .credit {
    color: #FFF;
    font-family: 'Cuprum', sans-serif;
    font-size: 11px;
    display: inline-block;
    letter-spacing: 0.2em;
    background: linear-gradient(to right, #c58489 , #ad856a);
    text-transform: uppercase;
    padding: 0px 8px 0px 8px;
}

#footer .svg-inline--fa { 
	color: #FFF;
}

#footerbanner { 
	width:100%; 
	height:120px; 
	background:URL("images/footerbanner.png") 
	top center no-repeat;
}




/* SCROLLBAR */

/* Let's get this party started */
	::-webkit-scrollbar {
   	width: 8px;
}
 
/* Track */
	::-webkit-scrollbar-track {
	background-color: #fff;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}
 
/* Handle */
	::-webkit-scrollbar-thumb {
	background-color: #c58489;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}

::-webkit-scrollbar-button{
	height: 0px !important;
}




/* COMMENTS */

.comments {
	background: #FFF;
	padding: 10px;
	color: #535150;
}

.comments li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background-color: transparent;
	text-indent: 0px;
	border: none;
}

.comments-avatar { 
	float: left;
	background-color: transparent;
	padding: 5px;
	margin: 0 5px 0 0;
}

.comments img {
	opacity: 1;
	padding: 6px;
	border: 1px solid #83ccef;
	margin: 6px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.comments img:hover {
	opacity: 1;
	border: 1px solid #c2e275;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.comments-author, .comments-link { 
	font-size: 22px;
	color: #83ccef;
	font-family: 'Playfair Display', serif;
}

.comments-date { 
	font-size: 14px;
	color:#9fb6c7; 
}

.comments .border {
	margin-bottom: 15px;
	margin-top: 5px;
	border-bottom: 1px dashed #c2e275;
}




/* PAGINATION */

.pagination {
	font-family: 'Cuprum', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: block;
}

.pagination::before { 
	display: none; 
}

.pagination span {
	color: #c58489;
    margin: 0 !important;
    padding: 2px 6px !important;
    display: inline;
    border-bottom: 2px solid #c58489;
}

.pagination .current {
	background-color: #cda78d;
	color: #ffffff;
	padding: 2px 6px;
	border: none !important;
	display: inline;
}

.pagination a {
	background-color: #ad856a;
	color: #ffffff;	
	border: none !important;
	padding: 2px 6px !important;
	margin: 0 !important;
	text-decoration: none;
	display: inline;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.pagination a:hover {
    box-shadow: inset 0 25px 0 #c58489;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}




@media screen and (min-width: 980px) {
	a.menu-link { display: none; }
	.js nav[role=navigation] { max-height: none; }
	nav[role=navigation] ul { margin: 0; border: 0; }
	nav[role=navigation] li { display: inline-block; padding: 5px; }
	nav[role=navigation] li a { border: 0; } 
	}

@media screen and (max-width: 980px) { 
	body { padding: 20px; }
	#container { max-width: 100%; background: #fff; }
	.latimg { display: none; }
	.lititle { display: none; }
	#header { max-width: 100%; float: none; } 
	#footerbanner { display: none; } 
	.post { float: none; max-width: 100%; }
	.side { display: none; }
	.bar{ display: none; }
	.post .featured { display: none; }
	#entry { max-width: 100%; float: none; }
	#welcome { display: none;  }
	}