/*
	Theme Name: Classique
	Theme URI: http://themefurnace.com/classique-theme
	Description: Elegant Portfolio Theme With Whitespace
	Author: ThemeFurnace
	Author URI: http://themefurnace.com
	Version: 2.0.1
                                   
	Headings
	Links
	Theme Layout
	Interior
	Sidebar
	Slider
	Footer
	Navigation
	Comments
	Pagination
	Responsive
*/

/* Import Reset and Defaults */
@import url("inc/css/defaults.css");

/* Import Widgets */
@import url("inc/css/buttons.css");

/* Import Widgets */
@import url("inc/css/widgets.css");

/* Import Reset and Defaults */
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

/* slider font */
@import url("//fonts.googleapis.com/css?family=Droid+Serif");

body{
	border-top:3px solid #CCCCCC;
}

/* Headings */

h1,h2,h3,h4,h5,h6{
	color:#474747;
	font-weight: normal;
	padding: 0;
}


/* Links */

.footerwidget li a:hover, {
	color:#262626;
}

a {
	color: #69d1a4;
	text-decoration: none;
}
a:hover {
	color:#262626;
	text-decoration: none;
}
.porttitle a{
	color:#252525;
}
.porttitle a:visited{
	color:#252525;
}
.porttitle a:hover{
	color:#7f7f7f;
}
.blogtitle a{
	color:#252525;
}
.blogtitle a:visited{
	color:#252525;
}
.blogtitle a:hover{
	color:#7f7f7f;
}
.portcat a{
	color:#cccccc;
}
.portcat a:visited{
	color:#cccccc;
}
.portcat a:hover{
	color:#7f7f7f;
}
#postmeta a{
	color: #777777;
}
#postmeta  a:visited{
	color: #777777;
}
#postmeta  a:hover{
	color: #69d1a4;
}
#portfolio-filter a {
	color:white;
	background-color:#FB6868;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
}
#portfolio-filter a:hover {
	background-color:#474747;
	-webkit-transition: color 1s ease-in-out;
	-webkit-transition-duration: 0.4s;
	-moz-transition: color 1s ease-in-out;
	-moz-transition-duration: 0.4s;
}

.footerwidget .tagcloud a {
	color:white;
}

/* Theme Layout */

#topbar{
	width:100%;
	height:45px;
	border-bottom:1px solid #E7E7E7;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.2); 
	box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	background-color: white;
}

#header{
	width:100%;
	background-color:#fcfcfc;
	height:160px;
	border-bottom:1px solid #E7E7E7;
	text-align:center;
	-webkit-box-shadow: inset  0px 0px 3px 0px rgba(0, 0, 0, 0.05); 
	box-shadow: inset  0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

#logo_text {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size:22px;
	text-transform: uppercase;
	padding-top:50px;
	margin-bottom:10px;
}

#logo_text a{
	color:#474747;
}

.logoimage{
	margin-top:50px;
}

.tagline{
	font-size:11px;
	font-style: italic;
}

#container {
	width:1300px;
	margin:0 auto;
	background-color: white;
	overflow:auto;
}

#intro{
	text-align: center;
	border-bottom:1px solid #E7E7E7;
	margin-bottom:50px;
	padding-bottom:30px;
}

.intro {
	font-weight: 700;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing: -0.2px;
	color:#262626;
	padding-bottom:25px;
	margin-bottom:20px;
	background-image: url(img/border.png);
	background-repeat: no-repeat;
	background-position: center 35px ;
	margin-top:60px;
}

#intro .textwidget{
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
	margin-left:50px;
	margin-right:50px;
	color:#B4B4B4;
	margin-bottom:20px;
}

#portfolio{
	text-align: center;
	border-bottom:1px solid #E7E7E7;
	margin-bottom:50px;
	padding-bottom:30px;
}

#portfolio .textwidget{
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	margin-left:50px;
	margin-right:50px;
	color:#B4B4B4;
	margin-bottom:20px;
}

.porttext{
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	margin-left:50px;
	margin-right:50px;
	color:#B4B4B4;
	margin-bottom:30px;
}

.portfolioitem{
	width:310px;
	margin-right:10px;
	position:relative;
	margin-bottom:20px;
	text-align: left;
	display: inline-block;
}

.portfoliooverlay span {
	font-size:40px;
	font-weight: bold;
	background-color: #69d1a4;
	height: 45px;
	width: 75px;
	display:block;
	text-align: center;
	margin: 0 auto;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:125px;
	margin-top:100px;
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
	padding-top:30px;
}
.portfoliooverlay:hover span {
	-webkit-transition: opacity 1s ease-in-out;
	opacity: 0.9;
	-webkit-transition-duration: 0.4s;
	-moz-transition: opacity 1s ease-in-out;
	opacity: 0.9;
	-moz-transition-duration: 0.4s;
}
.portfoliooverlay {
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:267px;
}
.portfoliooverlay:hover {
	-webkit-transition: border-bottom 1s ease-in-out;
	opacity: 1;
	-webkit-transition-duration: 0.4s;
	-moz-transition: border-bottom 1s ease-in-out;
	opacity: 1;
	-moz-transition-duration: 0.4s;
}
.portfoliooverlay a {
	color:white;
	display:block;
	width:300px;
	height:267px;
}
.portfoliooverlay a:hover {
	color:white;
	transition: all 0.5s ease-out;
}

.porttitle{
	font-weight: 700;
	font-size:16px;
	text-transform: uppercase;
	margin-top:10px;
	color:#252525;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:30px;
	background-image: url(img/border.png);
	background-repeat: no-repeat;
	background-position: 0px bottom ;
}

.portcat{
	font-size:12px;
}

#blog{
	text-align: center;
	margin-bottom:50px;
	padding-bottom:30px;
}

#blog .textwidget{
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
	margin-left:50px;
	margin-right:50px;
	color:#B4B4B4;
	margin-bottom:40px;
}

.blogitem{
	width:310px;
	margin-right:10px;
	position:relative;
	margin-bottom:50px;
	text-align: center;
	display: inline-block;
	vertical-align:top
}

.blogtitle{
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size:16px;
	text-transform: uppercase;
	line-height:22px;
	color:#252525;
	padding-bottom:15px;
	margin-bottom:10px;
	margin-top:30px;
	background-image: url(img/border.png);
	background-repeat: no-repeat;
	background-position: center bottom ;
}

.blogdate{
	font-family: 'Droid Serif', serif;
	font-size:11px;
	margin-bottom:20px;
}

.blogexcerpt{
	font-family: 'Droid Serif', serif;
	font-size:12px;
}

#postmeta{
	position:relative;
	
}

#postmeta ul{
	margin-left:-20px;
	margin-right:20px;
	padding-top:15px;
	padding-bottom:10px;
}

#postmeta li{
	padding-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	list-style-type:none;
	display:inline;
	margin-right:20px;
}


#postmeta .author{
	background-image: url(img/author-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#postmeta .category{
	background-image: url(img/category-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#postmeta .commentmeta{
	background-image: url(img/comments-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
#postmeta .tags{
	background-image: url(img/tags-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#postmeta .date{
	background-image: url(img/date-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}


.viewall{
	margin-top:30px;
}

#footer{
	background-color: #fcfcfc;
	width:100%;
	border-top:1px solid #E7E7E7;
	text-align:center;
	-webkit-box-shadow: inset  0px 0px 3px 0px rgba(0, 0, 0, 0.05); 
	box-shadow: inset  0px 0px 3px 0px rgba(0, 0, 0, 0.05);
	padding-top:60px;
	padding-bottom:60px;
}

#footerwidgets{
	width:1300px;
	margin:0 auto;
}

.footerwidget{
	width:310px;
	margin-right:10px;
	position:relative;
	margin-bottom:20px;
	display: inline-block;
	vertical-align:top;
	text-align:left;
}

#footerwidgets .blogtitle{
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size:16px;
	text-transform: uppercase;
	color:#252525;
	padding-bottom:15px;
	margin-top:30px;
	background-image: url(img/border.png);
	background-repeat: no-repeat;
	background-position: 0px bottom ;
	margin-bottom:30px;
}

.footerwidget ul{
	margin-left:10px;
	padding-right:25px;
}

.footerwidget li{
	margin-bottom:15px;
	list-style-type:circle;
}

.footerwidget p{
	margin-bottom:20px;
	padding-right:25px;
}

.candy-clearfix li {
	list-style-type:none;
	display:inline;
	margin-left:-10px;
	margin-right:20px;
}


#bottom{
	border-top:1px solid #E7E7E7;	
	font-family: 'Droid Serif', serif;
	font-size:12px;
	margin-top:50px;
	padding-top:40px;
}

/* Interior */


#content p{
	font-size:15px;
	line-height:24px;
}

#main{
	float:left;
	width:929px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	border-right: 1px solid #e7e7e7;
}

#portfolio-filter {
	padding:20px;
	padding-bottom:10px;
	padding-left:0px;
	overflow:auto;
	margin-top:30px;
	padding-top:10px;
	margin-bottom:20px;
}
#portfolio-filter li {
	float:left;
	margin-bottom:10px;
}
#portfolio-filter .all {
	display:inline;
	margin-right:5px;
}
#portfolio-filter .cat {
	color:white;
	margin-right:3px;
	margin-left:3px;
}

.inttitle{
	font-size:25px;
	line-height:40px;
	font-weight: 700;
	text-transform: uppercase;
	color:#252525;
	padding-bottom:15px;
	margin-bottom:30px;
	margin-top:30px;
	background-image: url(img/border.png);
	background-repeat: no-repeat;
	background-position: 0px bottom ;
}

/* Sidebar */

#sidebar{
	float:right;
	width:280px;
	padding-top:30px;
	padding-left:30px;
}

body.page-template-page-left-sidebar-php #sidebar {
	float:left;
	border-left: 0px solid #F3F3F3;
	border-right:0px;
}

body.page-template-page-left-sidebar-php #main{
	float:right;
	border-left: 1px solid #e7e7e7;
	border-right:0px;
	width:928px;
}


.sidebartitle{
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size:16px;
	text-transform: uppercase;
	color:#252525;
	padding-bottom:15px;
	margin-bottom:20px;
	background-image: url(img/border.png);
	background-repeat: no-repeat;
	background-position: left bottom ;
}

.sidebarwidget{
	margin-bottom:40px;
}

.sidebarwidget ul{
	margin-left:10px;
	padding-right:25px;
}

.sidebarwidget li{
	margin-bottom:15px;
	list-style-type:circle;
}

.sidebarwidget p{
	margin-bottom:20px;
	padding-right:25px;
}



/* Slider */


#slider{
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	width:100%;
}

.slide{
	width:100%
}	

.slideinfo{
	position: absolute;
	left:0;
	right:0;
	top: 90px;
	text-align:center;
	max-width: 600px;
	display: block;
	margin:0 auto;
}

.slide-data h1.slide-title {
    background: none;
    display: inline;
	padding: 10px;
	font-family: 'Droid Serif', serif;
	font-weight:300;
	font-size:30px;
	line-height:40px;
	color:white;
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
	letter-spacing:-0.2px;
}
.slide-data h1.slide-title a{
	color:white;
}

.slide-data h1.slide-title {
	text-decoration: none;
	padding: 5px;
	background-color: #69d1a4;
    display: inline;
    text-shadow: none;
}

.slide-data h1.slide-title:hover {
    background-color: #262626;
}

.slide-data {
    max-width: 600px;
    background: none;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 90px;
}

.slidebutton{
	font-family: 'Droid Serif', serif;
	font-weight:300;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
}

ol.flex-control-paging {
    display: none;
}

.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
    height: 62px;
    width: 62px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: url(img/bg_direction_nav.png) no-repeat;
}
.flex-direction-nav .flex-next:before, .flex-direction-nav .flex-prev:before {
    content: "";
}

.flex-direction-nav .flex-next {
    background-position: -62px 0 !important;
}

/* Navigation */

#navbar select {
  display: none;
}

#navbar{
	font-size: 12px;
	margin:0 auto;
	z-index:999;
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
	height:70px;
	width:1300px;
	text-align: center;
	border-bottom:1px solid #e7e7e7;
}

#main-nav	{
	height: 30px; /* set to the height you want your menu to be */
	font-size: 12px;
	position:relative;
	margin:0 auto;
	padding-top:15px;
}

#main-nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
	height:40px;
}

#main-nav li {
	display: block;
	display:inline-block;
	line-height: 40px; /* this should be the same as your #main-nav height */
	height: 40px; /* this should be the same as your #main-nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
}

#main-nav li a	{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	border:0px;
	color:#262626;
}

#main-nav li a:hover{
	color:#69d1a4;
}

#main-nav .current-menu-item a, #main-nav .current_page_item a, .selected {
	color: #69d1a4;
}

#main-nav ul ul a{
	color: #7f7f7f;
}

#main-nav ul ul a:hover{
	color:#262626;

}

#main-nav ul ul { /* this targets all sub menus */
	display:none;
	position: absolute;
	top: 40px; /* this should be the same height as the top level menu -- height + padding + borders */
	z-index:9999;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text-transform:none;
	padding-left:none;
	border-top:1px solid  #e7e7e7;
}

#main-nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 200px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	border-bottom:1px solid #E7E7E7;
	background-color:white;
}
#main-nav ul ul li a { /* target all sub menu item links */
		padding: 0px 25px;
		border-right:1px solid  #e7e7e7;
		border-left:1px solid  #e7e7e7;
}

#main-nav ul ul li a:hover { /* target all sub menu item links */
	background-color:#fcfcfc;
	border-bottom:1px solid #E7E7E7;
}


#main-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
	background-color:white;
}

#main-nav ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 200px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
}


/* Comments */

.comments{
	background-color: white;
	width:100%;
	margin-top:40px;
	position:relative;
	-webkit-box-shadow: 0px 0px 3px 0px #CCCBCB;
	box-shadow: 0px 0px 3px 0px #CCCBCB; 
	moz-box-shadow: 0px 0px 3px 0px #CCCBCB; 
	margin-left:40px;
	margin-bottom:40px;
	padding-bottom:20px;
}

.comments ol{
}

#commentsform{
	padding-right:10px;
	position:relative;
	margin-bottom:0px;
}

#comments p{
}

.commentstop {
	border-bottom:1px solid #ececec;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
}

.yours{
	float:right;
	margin-top:20px;
}

.comment{
	padding-bottom:20px;
}

.avatar{
	float:left;
	margin-right:10px;
	padding: 2px;
	border: 1px solid #C8C8C8;
}

.comment-author{
	font-size: 12px;
	color:#010101;	
}

.comment-author a{
	border-bottom:0px;
	color:#000000;
}

.bypostauthor{
	
}

.comment-meta{
	font-size: 11px;
}

.comment-meta a{
	border-bottom:0px;
}
.comment-meta a:visited{
	border-bottom:0px;
}

.comment-body{
	margin-left:62px;
}

.comment-body p{
	margin-top:10px;
	line-height:20px;
}

.comment li{
	margin-top:20px;
}

.comment {
	list-style-type:none;
}

.children ul{
}

.depth-1 {
	margin-top:20px;
}

.depth-2 {
	margin-top:20px;
	margin-left:10%;
}

.depth-3 {
	margin-top:20px;
	margin-left:10%;
}

#comments .comment:last-child.depth-2 {
}

#comments .comment:first-child.depth-2 {	
}

#comments .comment:last-child.depth-3 {	
}

.comment-author-admin{
}

#comments ul.children{
}

.reply{
	float: right;
	position:relative;
	border-bottom:1px solid #ECECEC;
	width:100%;
	margin-bottom:25px;
	padding-bottom:25px;
}

.comment-reply-link{
	display: block;
	background-color: #464646;
	color:white;
	border:0px;
	font-size: 11px;
	padding:1px 10px;
	width:35px;
	text-align:center;
	float:right;
}

a.comment-reply-link {
	color:white;
	border:0px;	
}
a.comment-reply-link:visited{
	color:white;
}
a.comment-reply-link:hover{
	color:white;
	background-color: #5E5E5E;
}

.commentinput{
	width:50%;
	margin-bottom:20px;
}

.commentbox{
	width:70%;
	height:150px;
}

.commentinfo{
	font-size: 11px;
	margin-top:20px;
}

.commentsubmit{
	margin-top:20px;
	display: block;
	background-color: #464646;
	color:white;
	border:0px;
	font-size: 11px;
	padding:5px 15px;
}

.commentsubmit:hover{
	background-color: #5E5E5E;
	cursor: pointer;
}

.cancelcomment {
	margin-bottom:10px;
}

.loggedinauthor{
}


/* Pagination */


.pagination {
	position:relative;
	padding:0px 0;
	font-size:11px;
	line-height:13px;
	height:50px;
	border-top:1px solid #EDEDED;
	display:block;
	margin-bottom:20px;
	padding-top:15px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#444;
	border:1px solid #EDEDED;
}

.pagination a:hover{
	background: #24221D;
	color:#fff;
	text-decoration: none;
}

.pagination a:visited{
	text-decoration: none;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #24221D;
	color:#fff;
}


/* Responsive*/

img{ max-width: 100%;height:auto; }

/* 1024 Screens */
@media only screen and (min-width: 960px) and (max-width: 1249px) {
#container, #navbar, #footerwidgets {
	width:1000px;
}

#main{
	width:629px;
}

#sidebar{
	width:280px;
}

}

/* Portrait Tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {

#container, #navbar, #footerwidgets  {
	width:680px;
}

.flex-direction-nav {
	display:none;
}

.slidebutton{
	padding-left:10px;
	padding-right:10px;
}

#main{
	width:620px;
	border:0px;
}

#sidebar{
	width:620px;
	float:left
}


.slide-data {
    top: 40px;
}

}


/*  Portrait Mobiles */
@media only screen and (max-width: 767px) {

#container, #navbar,#footerwidgets   {
	width:290px;

}


#navbar ul {
display: none;
}

#navbar select { 
position:absolute;
display: inline-block; position:absolute;top:18px;left:45px;width:195px;
}
  
#navbar{
	position: relative;
}
  
#postmeta li{
	display:list-item;
	position:relative;
}

#postmeta ul{
	padding-top:20px;
}

#main{
	width:280px;
	border:0px;
	padding-left:0px;
	padding-right:0px;
}

#sidebar{
	width:290px;
	float:left;
	padding:0px;
}

#portfolio, #blog{

}

.blogitem, .portfolioitem{
	width:270px;
	text-align:center
}
.portfoliooverlay{
	display:none;
}

.porttitle{
	background-image: url(img/border.png);
	background-repeat: no-repeat;
	background-position: center bottom ;
}

#intro{

}


#portfolio .textwidget{
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	margin-left:10px;
	margin-right:10px;
	color:#B4B4B4;
	margin-bottom:20px;
}


#intro .textwidget{
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	margin-left:10px;
	margin-right:10px;
	color:#B4B4B4;
	margin-bottom:20px;
}

.footerwidget{
	width:250px;
}


.slide-data, .flex-direction-nav {
    display:none;
}

}


/* Landscape Mobiles */
@media only screen and (min-width: 480px) and (max-width: 767px) {

#container, #navbar,#footerwidgets  {
	width:380px;

}

#navbar ul {
display: none;
}

#navbar select { 
position:absolute;
display: inline-block; position:absolute;top:18px;left:45px;width:290px;
}
  
#navbar{
	position: relative;
}

#main{
	width:320px;
	border:0px;
}

#sidebar{
	width:320px;
	float:left
}

.slide-data, .flex-direction-nav {
    display:none;
}

}
