/*
Theme Name:   Spalon
Theme URI:      http://themeforest.net/user/kaaz/portfolio
Description:      Spalon Responsive WordPress Theme.
Version:           2.8
Author:             KaazThemes
Author URI:       http://themeforest.net/user/kaaz
Tags: 				two-columns
License:           GNU General Public License and Themeforest general license
License URI:     Licensing/README_License.txt
*/

/*-------------------------------------------------------------------------------------------*/
/* Customized Adjustments of Foundation for WordPress */
/*-------------------------------------------------------------------------------------------*/
/* ZURB Navi for Foundation */
dl.nav { display: block; width: auto; height: 27px; margin: 0 0 18px; padding: 0 5px; }
dl.nav dt, dl.nav dd { float: left; display: inline; }
dl.nav dt { color: #999; font-weight: normal; }
dl.nav dd a { text-decoration: none; margin-left: 6px; padding: 5px 12px;
 -webkit-border-radius: 12px; -moz-border-radius: 12px; }
dl.nav dd a:hover { background: #eee; }
dl.nav dd.current-menu-item a,
dl.nav dd.current-post-ancestor a,
dl.nav dd.current-menu-parent a,
dl.nav dd.current-post-parent a { 
background: #2A85E8; color: #FFFFFF; }

/* Foundation-specific presentation CSS by ZURB */
body { background: #141414 url( ../images/diagmonds.png ); width: 100%; border: none; max-width: 100%; }
div.header { padding: 20px 5px; }
div.header h1 { margin-bottom: 0; padding: 0; }
div.header h1 a { color: #DDDDDD; }
div.header h1 a:hover { color: #181818; }
div.header .subheader { margin-top: 0; font-size: 16px; }
div.highlight { margin-bottom: 12px; }
img.beta { position: absolute; top: 0px; right: 0px; }

.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
p:empty { display: none }

/*-------------------------------------------------------------------------------------------*/
/* Styling Basic WordPress Outputs */
/*-------------------------------------------------------------------------------------------*/

/* Resizing the Blog Post */
.post-box{
	padding: 30px;
	background: #1F1F1F;
    overflow: hidden;
}
.blog .post-box{
	margin-bottom: 20px;
	padding: 30px;
}
.blog .post-box .thumbnail{
	margin-bottom: 20px;
}
.post-box .thumbnail img{
	padding: 5px;
	background: #333333;
}
.blog .post-box .flexslider{
	margin-bottom: 20px;
}
.blog .post-box .flexslider .slides img,
#blog-posts .flexslider .slides img{
	padding: 5px;
	border-top: 0;
	background: #333333;
}
.post-box p { line-height: 21px; font-size: 12px; }
.post-box h1 { font-weight: bold; font-size: 30px; }
.post-box h2 { font-weight: bold; font-size: 24px; }
.post-box h3 { font-size: 22px;	font-size: 2.2rem; }
.post-box h4 { font-size: 18px;	font-size: 1.8rem; line-height: 2em; }
.blog .post-box .entry-title,
.single .post-box .entry-title,
.search .post-box .entry-title{
	margin-top: 0;
	font-size: 20px;
	line-height: 26px;
}
.post-box .entry-title a{
	color: #FFFFFF;
}
/* Add Divider for Listed Posts */
.post-divider { margin: 20px 0 10px; }

/* Add Align 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; }

.wp-caption, .wp-caption-text,
.sticky, .gallery-caption,
.bypostauthor{}

/* Add HTML5 Caption Class for Images */
figure.figure { background: #EEEEEE; margin: 0 0 18px;	-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: #555555; }
figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }

/*-------------------------------------------------------------------------------------------*/
/* Form Elements */
/*-------------------------------------------------------------------------------------------*/

input[type=submit],
button[type=submit] {
	text-decoration: none !important;
	display: inline-block;
	font-family: inherit;
	font-size: 11px;
	padding: 7px 15px;
	border: 0;
    border-left: 1px solid #333333;
	background: #EEEEEE;
    color: #222222 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none;
} 
input[type=submit]:hover,
button[type=submit]:hover {
	cursor: pointer;
	text-decoration:none !important;
	background: #DCDCDC; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#fcfcfc)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#fcfcfc 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(top,  #dcdcdc 0%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}
#searchsubmit {
	width: auto;
	padding: 10px 15px;
}

/*webkit(chrome, safari) browser fix*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #searchsubmit { 
        padding: 10px 15px 13px 15px;
    }
}

/*-------------------------------------------------------------------------------------------*/
/* Embed Container*/
/*-------------------------------------------------------------------------------------------*/

.embed-container {
    position: relative;
	margin-bottom: 20px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround */
    height: 0;
    overflow: hidden;
}
video,
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-------------------------------------------------------------------------------------------*/
/* Header*/
/*-------------------------------------------------------------------------------------------*/

#header.column,
#header.columns{
	padding: 0;
}
.logo{
	position: absolute;
	bottom: 5px;
	left: 0px;
	min-width: 318px;
	padding: 10px 16px;
	border: none;
}
.logo .logo-image{
	font-size: 30px;
	font-weight: bold;
}
.logo .subheader{
	margin-top: 0;
	font-style: italic;
}

/*Top Centered Logo*/
.logo.top-centered {
    position: static;
    margin: 0 auto;
    width: 320px;
    background: transparent !important;
}

/*for buggy IE*/
.logo .logo-image a,
.logo .logo-image img{
	border: 0 !important;
}
.page-header{
	position: relative;
	/*width: 990px;*/
	line-height: 0;
}
.page-title{
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 685px;
	min-height: 134px;
	margin: 0;
	padding: 20px;
	color: #444444;
	text-align: center;
	background: #E5B840;
}
.page-title h1{
	font-size: 28px;
	color: #333333;
	text-transform: uppercase;
}
.page-title .subheader{
	font-style: italic;
}
/*top page title*/
.top-page-title {
    color: #eeeeee;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #2F2F2F;
    background: #1F1F1F;
}
.top-page-title h1 {
    font-size: 28px;
    text-transform: uppercase;
}
.top-page-title .subheader{
    color: #6F6F6F;
}


#navigation{
	border-top: 5px solid #181818;
	border-bottom: 1px solid #181818;
	background: url( ../images/line-pattern.png );
}
#social{
	padding-right: 0;
}
#social li{
	list-style: none;
	float: right;
	margin-top: 13px;
	margin-left: 2px;
}
#social li a{
	display: block;
	width: 36px;
	height: 36px;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	background: #000000;
}
#social li a.flickr{
	background: #000000 url(../images/flickr.png) center center no-repeat;
}
#social li a.dribbble{
	background: #000000 url(../images/dribbble.png) center center no-repeat;
}
#social li a.linkedin{
	background: #000000 url(../images/linkedin.png) center center no-repeat;
}
#social li a.vimeo{
	background: #000000 url(../images/vimeo.png) center center no-repeat;
}
#social li a.youtube{
	background: #000000 url(../images/youtube.png) center center no-repeat;
}
#social li a.facebook{
	background: #000000 url(../images/facebook.png) center center no-repeat;
}
#social li a.twitter{
	background: #000000 url(../images/twitter.png) center center no-repeat;
}
#social li a.googleplus{
	background: #000000 url(../images/googleplus.png) center center no-repeat;
}
#social li a.pinterest{
	background: #000000 url(../images/pinterest.png) center center no-repeat;
}
#social li a.instagram{
	background: #000000 url(../images/instagram.png) center center no-repeat;
}
#social li a.yelp{
	background: #000000 url(../images/yelp.png) center center no-repeat;
}
#social li a.flickr:hover{
	background-color: #FF0084;
}
#social li a.dribbble:hover{
	background-color: #EA4C89;
}
#social li a.linkedin:hover{
	background-color: #71C5EF;
}
#social li a.vimeo:hover{
	background-color: #20B9EB; 
}
#social li a.youtube:hover{
	background-color: #C4302B;
}
#social li a.facebook:hover{
	background-color: #3B5998;
}
#social li a.twitter:hover{
	background-color: #00BEF6;
}
#social li a.googleplus:hover{
	background-color: #C93A2A;
}
#social li a.pinterest:hover{
	background-color: #CB2027;
}
#social li a.instagram:hover{
	background-color: #9C644B;
}
/*-------------------------------------------------------------------------------------------*/
/* Containers*/
/*-------------------------------------------------------------------------------------------*/

#main{

}

/*-------------------------------------------------------------------------------------------*/
/* Blog*/
/*-------------------------------------------------------------------------------------------*/

/*post meta*/
.post-box .post-meta{
	margin-bottom: 30px;
	border-top: 1px dashed #333333;
}
.post-meta time,
.post-meta .vcard,
.post-meta .comments{
	float: left;
	margin-right: -1px;
	padding: 11px;
	text-transform: capitalize;
	border: 1px dashed #333333;
	border-top-width: 0;
}
.post-format-icon{
	float: left;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
}
.post-format-icon.standard{
	background: #E5B840 url(../images/post/format-standard.png) center center no-repeat;
}
.post-format-icon.image{
	background: #E5B840 url(../images/post/format-image.png) center center no-repeat;
}
.post-format-icon.gallery{
	background: #E5B840 url(../images/post/format-gallery.png) center center no-repeat;
}
.post-format-icon.video{
	background: #E5B840 url(../images/post/format-video.png) center center no-repeat;
}
.post-format-icon.audio{
	background: #E5B840 url(../images/post/format-audio.png) center center no-repeat;
}
.post-format-icon.link{
	background: #E5B840 url(../images/post/format-link.png) center center no-repeat;
}
.post-format-icon.chat{
	background: #E5B840 url(../images/post/format-chat.png) center center no-repeat;
}
.post-format-icon.quote{
	background: #E5B840 url(../images/post/format-quote.png) center center no-repeat;
}
.post-format-icon.aside{
	background: #E5B840 url(../images/post/format-aside.png) center center no-repeat;
}
.post-format-icon.status{
	background: #E5B840 url(../images/post/format-aside.png) center center no-repeat;
}
.meta-icon{
	margin-top: 2px;
}
.meta-icon.date{
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 5px;
	background: url( ../images/calendar.png ) no-repeat;
}
.meta-icon.author{
	width: 14px;
	height: 12px;
	float: left;
	margin-right: 5px;
	background: url( ../images/author.png ) no-repeat;
}
.meta-icon.comment{
	width: 15px;
	height: 12px;
	float: left;
	margin-right: 5px;
	background: url( ../images/comment.png ) no-repeat;
}

/*post tags*/
div.tags a{
	margin-right: 5px;
	padding: 3px 10px;
	font-size: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333333;	
}

/*-------------------------------------------------------------------------------------------*/
/* Post Formats*/
/*-------------------------------------------------------------------------------------------*/

/*-----Gallery -----*/
.gallery-post .flex-direction-nav li a{
	bottom: 10px;
}
.gallery-post .flex-direction-nav .prev{
	left: 10px;
}
.gallery-post .flex-direction-nav .next{
	left: 47px;
}

/*-----Image-----*/
.format-image{

}

/*-----Audio-----*/
.format-audio .jp-audio-container {
	margin-bottom: 20px;
}
.format-audio .jp-audio {

}

/*-----Video-----*/
.format-video .jp-video-container {
	margin-bottom: 20px;
}

/*-----Quote-----*/
.format-quote{
	
}
.format-quote blockquote.quote{
	padding: 30px;
	border-left: 5px solid #333333;
}
.format-quote blockquote.quote h6{
	position: relative;
	font-weight: normal;
	font-style: italic;
	color: #E5B840;
	line-height: 24px;
	text-indent: 50px;
	border: none;
}
.format-quote blockquote.quote h6:before{
	content: '\201C';
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 100px;
	top: 20px;
	left: -55px;
	color: #666666;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
.format-quote blockquote.quote p{
	color: #666666;
}

/*-----Link-----*/
.format-link{
	
}

/*-------------------------------------------------------------------------------------------*/
/* Comments */
/*-------------------------------------------------------------------------------------------*/

#comments-area{
	padding-top: 20px;
}
#comments-area h3{
	margin-bottom:10px;
	padding-bottom:10px;
}
#comments-area h2#comments{
	padding: 15px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px dashed #333333;
}
.commentlist li{
	margin: 15px 0 15px 20px;
	list-style: none;
}
.comment-header{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px dashed #333333;
}
.comment-header ul li{
	float:left;
	margin:0 5px 0 0;
}
.commentlist .depth-1{
	margin-left:0px !important;
}
.commentlist .avatar{
	float: left;
	min-height: 65px;
	margin: 0 15px 0 0;
	padding: 4px;
	background: #333333 url(../images/line-pattern.png);
}
.comment-author-name,
.comment-author a{
	float: left;
	font-size: 12px;
	text-transform: capitalize;

}
.comment-author-name{
	margin: 2px 10px 0 0;
}
.comment-author-name{
	color: #EEEEEE;
}
.comment-meta{
	font-size: 10px;
	color: #888888;
	margin: 2px 0 5px 0;
	padding-bottom: 5px;
}
.comment-content{
	margin: 0 3px 11px 66px;
	padding: 20px 10px 10px 10px;
}
.comment-reply-link{
	float: right;
	margin: 0 -6px -1px 0;
}
.comment-reply-link a{

}
#cancel-comment-reply-link{

}
#respond #commentform{
	margin-top: 20px;
}
label{
	cursor:text;
}
#commentform input[type=submit]{
	text-decoration: none !important;
	display: inline-block;
	font-family: inherit;
	font-size: 13px;
	margin: 5px 10px 5px 0;
	padding: 7px 15px;
    border: 0;
	background: #EEEEEE; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #fcfcfc 0%, #dcdcdc 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #fcfcfc 0%,#dcdcdc 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #fcfcfc 0%,#dcdcdc 100%); /* IE10+ */
	/*background: linear-gradient(top,  #fcfcfc 0%,#dcdcdc 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
    color: #181818 !important;
} 
#commentform input[type=submit]:hover{
	cursor: pointer;
	text-decoration:none !important;
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(top,  #dcdcdc 0%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}

/*-------------------------------------------------------------------------------------------*/
/* Widget global*/
/*-------------------------------------------------------------------------------------------*/

.widget{
	clear: both;
}
.widget a{
	font-family: 'Libre Baskerville',serif;
	font-style: italic;
}
.widget ul li{
	list-style-image: url(../images/li_arrow_white.png);
	margin-bottom: 10px;
}
.widget h2{
	/*float: left;*/
	width: 100%;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
	color: #EEEEEE;
	border: 1px dashed #333333;
	text-transform: uppercase;
}
.widget .widget-title-line{
	position: relative;
	top: 22px;
	display: none; 					/*change value to show*/
	overflow: hidden;
	border-bottom: 1px solid #E5B840;
}
.widget .clear{
	clear: both;
}
/*Contact Form 7*/
.widget .wpcf7 h1,
.widget .wpcf7 h2,
.widget .wpcf7 h3,
.widget .wpcf7 h4,
.widget .wpcf7 h5,
.widget .wpcf7 h6{
	display: none;
}
/*RSS Feed*/
.widget_rss li{
	border-bottom: 1px dashed #333333;
	padding-bottom: 10px;
}

/*Testimonial*/
.widget .testimonial ul li {
  list-style: none outside none;
}

/*Calendar*/
.widget #wp-calendar caption{
	height: 25px;
}
.widget #wp-calendar tr td{
	padding: 9px;
	text-align: center;
	background: #333333;
}
.widget #wp-calendar tr td#today{
	font-weight: bold;
	color: #333333;
	background: #EEEEEE;
}

/*Twitter*/
.widget ul.tweet_list li{
	list-style-image: url(../images/twitter-list-gray.png);
	list-style-position: outside;
	margin-left: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #252525;
}

/*About Us*/
.widget .about-us{}
.widget .about-us .desc,
.widget .timing .desc{
	margin-bottom: 10px;
}
.widget .timing .day{
	color: #EEEEEE;
}
.widget .about-us ul.communication{
	color: #EEEEEE;
}
.widget .about-us ul.communication li,
.widget .timing ul.days li{
	clear: both;
	float: left;
	list-style: none;
	margin: 3px 0;
}
.widget .about-us ul.communication li .icon,
.widget .timing ul.days li .icon{
    float: left;
	width: 30px;
    padding: 3px 10px 0 0;
}
.widget .about-us ul.communication li .location{
	display: block;
	padding-left: 30px;
}
.widget .about-us ul.communication li .social{
	margin-top: 5px;
	margin-left: 0;
} 
.widget .about-us ul.communication li .social li{
	clear: none;
	float: left;
	margin-right: 2px;
	margin-bottom: -1px;
}
.widget .about-us ul.communication li .social li a{
	display: block;
	width: 36px;
	height: 36px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget .about-us ul.communication li .social li a.twitter{
	background: #333333 url(../images/twitter.png) center center no-repeat;
}
.widget .about-us ul.communication li .social li a.facebook{
	background: #333333 url(../images/facebook.png) center center no-repeat;
}
.widget .about-us ul.communication li .social li a.dribbble{
	background: #333333 url(../images/dribbble.png) center center no-repeat;
}
.widget .about-us ul.communication li .social li a.vimeo{
	background: #333333 url(../images/vimeo.png) center center no-repeat;
}
.widget .about-us ul.communication li .social li a.youtube{
	background: #333333 url(../images/youtube.png) center center no-repeat;
}
.widget .about-us ul.communication li .social li a.flickr{
	background: #333333 url(../images/flickr.png) center center no-repeat;
}
.widget .about-us ul.communication li .social li a.linkedin{
	background: #333333 url(../images/linkedin.png) center center no-repeat;
}
.widget .about-us ul.communication li .social li a.googleplus{
	background: #333333 url(../images/googleplus.png) center center no-repeat;
}
.widget .about-us ul.communication li .social li a.pinterest{
	background: #333333 url(../images/pinterest.png) center center no-repeat;
}
.widget .about-us ul.communication li .social li a.instagram{
	background: #333333 url(../images/instagram.png) center center no-repeat;
}
.widget .about-us ul.communication li .social li a.yelp{
	background: #333333 url(../images/yelp.png) center center no-repeat;
}

.widget .about-us ul.communication li .social li a.twitter:hover{
	background-color: #00BEF6;
}
.widget .about-us ul.communication li .social li a.facebook:hover{
	background-color: #3B5998;
}
.widget .about-us ul.communication li .social li a.dribbble:hover{
	background-color: #EA4C89;
}
.widget .about-us ul.communication li .social li a.vimeo:hover{
	background-color: #20B9EB;
}
.widget .about-us ul.communication li .social li a.youtube:hover{
	background-color: #C4302B;
}
.widget .about-us ul.communication li .social li a.flickr:hover{
	background-color: #FF0084;
}
.widget .about-us ul.communication li .social li a.linkedin:hover{
	background-color: #71C5EF;
}
.widget .about-us ul.communication li .social li a.googleplus:hover{
	background-color: #C93A2A;
}
.widget .about-us ul.communication li .social li a.pinterest:hover{
	background-color: #CB2027;
}
.widget .about-us ul.communication li .social li a.instagram:hover{
	background-color: #9C644B;
}
.widget .about-us ul.communication li .social li a.yelp:hover{
	background-color: #C41200;
}

/*Flickr*/
.widget .flickr{
	clear: left;
}
.widget .flickr li{
	list-style: none;
	float: left;
	margin: 0 6px 2px 0;
}
.widget .flickr li img{
	width: 64px;
	height: 65px;
	padding: 4px;
	background: #333333 url(../images/line-pattern.png);
}
.widget .flickr li:hover img{
	border-color: #444444;
}
/*Posts*/
.widget .posts li{
	clear: left;
	list-style: none;
    border-bottom: 1px solid #252525;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.widget .posts .post-thumb-small{
	float: left;
	width: 65px;
	height: 65px;
	margin: 0 10px 5px 0;
	padding: 4px;
	background: #333333 url(../images/line-pattern.png);
}
.widget .posts .post-thumb-small .post-format-icon{
	width: 57px;
	height: 57px;
}
.widget .posts .post-thumb-small .standard{
	background: url(../images/format-standard.png) center center no-repeat;
}
.widget .posts .post-thumb-small .image{
	background: url(../images/format-image.png) center center no-repeat;
}
.widget .posts .post-thumb-small .gallery{
	background: url(../images/format-gallery.png) center center no-repeat;
}
.widget .posts .post-thumb-small .audio{
	background: url(../images/format-audio.png) center center no-repeat;
}
.widget .posts .post-thumb-small .video{
	background: url(../images/format-video.png) center center no-repeat;
}
.widget .posts .post-thumb-small .quote{
	background: url(../images/format-quote.png) center center no-repeat;
}
.widget .posts .post-thumb-small .chat{
	background: url(../images/format-chat.png) center center no-repeat;
}
.widget .posts .post-thumb-small .aside{
	background: url(../images/format-aside.png) center center no-repeat;
}
.widget .posts .post-thumb-small .status{
	background: url(../images/format-status.png) center center no-repeat;
}
.widget .posts .post-thumb-small .link{
	background: url(../images/format-link.png) center center no-repeat;
}
.widget .posts li:hover .post-thumb-small{
	border-color: #444444;
}
.widget .posts .post-meta{
	font-size: 10px;
	text-transform: uppercase;
}
/*Tags*/
.widget .tagcloud a{
	display: block;
	float: left;
	margin: 0 5px 6px 0;
	padding: 3px 15px;
    font-size: 14px !important;
	color: #666666;
	border: 1px solid #333333;
	background: #333333 url(../images/line-pattern.png)
}

/*-------------------------------------------------------------------------------------------*/
/* Sidebar Widget*/
/*-------------------------------------------------------------------------------------------*/

#sidebar .widget{

}
#sidebar .widget ul.tweet_list li,
#sidebar .widget .posts li{
/*	border-bottom-color: #DDDDDD; */
}

/*-------------------------------------------------------------------------------------------*/
/* Footer Widget*/
/*-------------------------------------------------------------------------------------------*/

#footer-widget{
	padding: 20px;
}
#footer .widget .widget-title-line{
/*	border-bottom: 1px solid #464646; */
}
#footer .widget_calendar tr td{
	padding: 5px 7px;
}
#footer .widget_calendar table thead tr th, table tfoot tr td{
	padding: 5px;
}

/*-------------------------------------------------------------------------------------------*/
/* Sidebar*/
/*-------------------------------------------------------------------------------------------*/

.sidebar-box{
	padding: 30px;
	background: #1F1F1F;
}
.sidebar-section { 
	font-size: 13px; 
	font-size: 1.3rem; 
	font-weight: normal;
	margin-bottom: 20px;
}

/*-------------------------------------------------------------------------------------------*/
/* Page  */
/*-------------------------------------------------------------------------------------------*/

.page-template .wpcf7{
	padding: 30px;
	background: #282828;
}
.page-template .wpcf7 h4{
	margin-top: 0;
}
.page-template .wpcf7 input[type=submit],
.page-template .wpcf7 button[type=submit]{
	border: 0;
}

/*-------------------------------------------------------------------------------------------*/
/* Contact Page  */
/*-------------------------------------------------------------------------------------------*/

.contact-page .communication li{
	clear: left;
	list-style: none;
	margin-bottom: 20px;
}
.contact-page .communication .icon{
    display: block;
    float: left;
    width: 30px;
    height: 20px;
}
.contact-page .communication .address .icon{
	background: transparent url(../images/location.png) center left no-repeat;
}
.contact-page .communication .address .location{
	display: block;
	padding-left: 30px;
}
.contact-page .communication .phone .icon{
	background: transparent url(../images/phone.png) center left no-repeat;
}
.contact-page .communication .email .icon{
	background: transparent url(../images/message.png) center left no-repeat;
}
.contact-page .communication .website .icon{
	background: transparent url(../images/computer.png) center left no-repeat;
}

/*Business Hours*/
.contact-page .business-hours li{
	clear: left;
	list-style: none;
	margin-bottom: 20px;
}
.contact-page .business-hours .time .icon{
    display: block;
    float: left;
    width: 30px;
    height: 20px;
	background: transparent url(../images/clock.png) center left no-repeat;
}

/*-------------------------------------------------------------------------------------------*/
/* Staff Page  */
/*-------------------------------------------------------------------------------------------*/

.staff{
	float: left !important;
	margin-bottom: 30px;
	text-align: center;
}
.staff .details{
	clear: left;
}
.staff .details h6{
	font-size: 12px;
    color: #EEEEEE;
	margin-bottom: 0;
	text-transform: uppercase;
}
.staff .details .designation{
	margin-top: 10px;
	margin-bottom: 10px;
}
.staff .staff-photo{
	padding: 5px;
	background: transparent url(../images/line-pattern.png);
}
.staff .staff-social{
	display: inline-block;
	margin: 0 auto;
}
.staff .staff-social ul li{
	list-style: none;
}
.staff .staff-social ul li .icon{
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 2px;
	margin-bottom: 2px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.staff .staff-social ul li.twitter .icon{
	background: #333333 url(../images/twitter.png) center center no-repeat;
}
.staff .staff-social ul li.facebook .icon{
	background: #333333 url(../images/facebook.png) center center no-repeat;
}
.staff .staff-social ul li.flickr .icon{
	background: #333333 url(../images/flickr.png) center center no-repeat;
}
.staff .staff-social ul li.dribbble .icon{
	background: #333333 url(../images/dribbble.png) center center no-repeat;
}
.staff .staff-social ul li.linkedin .icon{
	background: #333333 url(../images/linkedin.png) center center no-repeat;
}
.staff .staff-social ul li.googleplus .icon{
	background: #333333 url(../images/googleplus.png) center center no-repeat;
}
.staff .staff-social ul li.pinterest .icon{
	background: #333333 url(../images/pinterest.png) center center no-repeat;
}
.staff .staff-social ul li.instagram .icon{
	background: #333333 url(../images/instagram.png) center center no-repeat;
}
.staff .staff-social ul li.twitter .icon:hover{
	background-color: #00BEF6;
}
.staff .staff-social ul li.facebook .icon:hover{
	background-color: #3B5998;
}
.staff .staff-social ul li.dribbble .icon:hover{
	background-color: #EA4C89;
}
.staff .staff-social ul li.flickr .icon:hover{
	background-color: #FF0084;
}
.staff .staff-social ul li.linkedin .icon:hover{
	background-color: #71C5EF;
}
.staff .staff-social ul li.googleplus .icon:hover{
	background-color: #C93A2A;
}
.staff .staff-social ul li.pinterest .icon:hover{
	background-color: #CB2027;
}
.staff .staff-social ul li.instagram .icon:hover{
	background-color: #9C644B;
}
.staff .details span{
	display: block;
	color: #EEEEEE;
}
.staff .staff-social ul li{
	float: left;
}
.staff.first{
	clear: both;
}
.single .bio{
  text-align: left;
}
/*staff single*/
.single .staff {
  float: none !important;
}
.staff-single{
	margin-bottom: 30px;
	text-align: center;
}

/*-------------------------------------------------------------------------------------------*/
/* Pricelist Page */
/*-------------------------------------------------------------------------------------------*/

/*category filter*/
.pricelist-category {
    margin-bottom: 20px;
}
.pricelist-category li {
  float: left;
  list-style: none outside none;
}
.pricelist-category li a{
    display: inline-block;
    list-style: none outside none;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    background: #333333;
}
.pricelist-category .num {
    color: #787878;
    margin-right: 5px;
}
.pricelist-category li .current{
    color: #FFFFFF;
}

.pricelist-container {
    clear: both;
}

.pricelist-page .num,
.pricelist-page .num {
	margin-right: 10px;
	padding: 15px;
	color: #888888;
	background: #282828 url(../images/line-pattern.png);
}
.pricelist-page{
	float: left !important;
	padding: 0 10px 20px 0;
}
.pricelist-page .last{
	border-right: none;
}
.pricelist-page .heading{
	padding-bottom: 15px;
	text-transform: uppercase;
}
.pricelist-page .category{
	float: left;
	height: auto !important;
	margin-bottom: 20px;
	padding: 0 10px 0 0;
	list-style: none;
}
.pricelist-page .category-description,
.pricelist-toggle .category-description{
    text-align: center;
}
.pricelist-page .entry{
	padding: 15px;
	list-style: none;
	border-bottom: 1px solid  #1B1B1B;
	background: #282828;
}
.pricelist-page .title{
	float: left;
    display: inline;
	margin-right: 15px;
}
.pricelist-page .price{
	float: right;
	color: #EEEEEE;
}
.pricelist-page .duration{
	color: #999999;
}
.pricelist-page .description,
.pricelist .description{
  clear: both;
}

.pricelist-page.first{
	clear: both;
}

/*picelist page with right sidebar*/
.left .pricelist-page .heading{
	padding-bottom: 0;
	text-transform: uppercase;
    text-align: center;
}
/*picelist toggle with right sidebar*/
.pricelist-toggle {
    width: 100%;
    margin-bottom: 40px;
}
.pricelist-toggle .toggle {
    margin: 0 0 1px !important;
}
.pricelist-toggle .heading {
    text-align: center;
}
.pricelist-toggle .toggle-price, .pricelist-toggle .toggle-duration {
    display: inline-block;
    float: right;
    margin-right: 20px;
    color: #787878;
}
.pricelist-toggle .toggle-duration {
    margin-right: 40px;
}

/*pricelist category filter animation*/
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/*-------------------------------------------------------------------------------------------*/
/* Gallery Page  */
/*-------------------------------------------------------------------------------------------*/

#photo-gallery{
	list-style: none;
	margin-bottom: 40px;
	padding: 0;
}
#photo-gallery li{
	/*float: left;*/
	margin:0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 0;
	background: #333333 url( ../images/line-pattern.png );
}
#photo-gallery li .prettyphoto{
	width: 36px;
	height: 36px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 9;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: url( ../images/expand.png ) center center  no-repeat;
}

#photo-gallery li .prettyphoto:hover{
	background-color: #FFFFFF;
}
#photo-gallery li:hover .prettyphoto{
	opacity: 1;
	left: 41%;
}
#photo-gallery li img.thumb{
	display: block;							/*-fixed-*/
    transform: scaleY(1);
    transition: all 0.3s ease-in-out 0s;
}
#photo-gallery li:hover img.thumb{
    opacity: 0.2;
    transform: scale(2);
}

/*for Three Columns*/
#photo-gallery.three-columns li .prettyphoto{
	top: 80px;
}

/*Gallery with masonry layout*/
#photo-masonry .photo {
    float: left;
    margin: 0 5px 0px 0;
    width: 231px;
}
#photo-masonry .photo-caption {
    bottom: 5px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    padding: 10px;
}

/*masonry hover state*/
#photo-masonry .photo .prettyphoto{
	width: 36px;
	height: 36px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 42%;
	z-index: 9;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
	background: url( ../images/expand.png ) center center  no-repeat;
}

#photo-masonry .photo .prettyphoto:hover{
	background-color: #FFFFFF;
}
#photo-masonry .photo:hover .prettyphoto{
	opacity: 1;
	left: 42%;
}
#photo-masonry .photo img.thumb{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

#photo-masonry .photo:hover img.thumb{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}


/*-------------------------------------------------------------------------------------------*/
/* Gallery Album */
/*-------------------------------------------------------------------------------------------*/

.gallery-album li {
    margin-bottom: 10px !important;
    border-right: 1px solid #444444;
}
.gallery-album li.last{
    border-right: none;
}
.gallery-album .album-meta{
    position: relative;
    padding: 15px;
}
.gallery-album .link {
    position: absolute;
    right: 0;
    top: -17px;
}
.gallery-album .link > a {
    font-weight: bold;
    padding: 10px 15px;
    color: #333333;
    background: #E5B840;
	-webkit-transition: all 300ms ease-out 250ms;
	-moz-transition: all 300ms ease-out 250ms;
	transition: all 300ms ease-out 250ms;
    border-left: 0px;
}
.gallery-album .link > a:hover{
    text-decoration: underline;
}
.gallery-album li span:hover  ~ .album-meta .link > a, 
.gallery-album .link > a:hover{
    border-left: 5px solid #333333;
}
.gallery-album .title {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.gallery-album .description {
    line-height: 19px;
}
.gallery-album li.divider{
    display: block !important;
    clear: both;
}
.gallery-album li span img{
    width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.gallery-album li span:hover img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}



/*-------------------------------------------------------------------------------------------*/
/* Search Page */
/*-------------------------------------------------------------------------------------------*/

#searchform{
	margin: 10px 0;
	position: relative;
}
#searchform input#s[type="text"]{
	color: #666666;
	font-family: Arial;
	font-style: italic;
	text-indent: 5px;
	border-radius: 0;
}
#searchform input.submit{
	width: 37px;
	height: 37px;
	display: block;
	margin: 0;
	padding: 0;
	background: #e5b840 url(../images/search-sb.png) 8px 8px no-repeat;
	text-indent: 200%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	cursor: pointer;
	z-index: 2;
}
.search .post-box article{
	padding: 15px 0;
	border-top: 1px dashed #333333;
}
/*-------------------------------------------------------------------------------------------*/
/* Archives/Sitemap Page  */
/*-------------------------------------------------------------------------------------------*/

.sitemap-page .posts, 
.sitemap-page .pagelist, 
.sitemap-page .bloglist, 
.sitemap-page .archives, 
.sitemap-page .feeds{
	margin-bottom: 30px;
}

.archives-page li,
.sitemap-page li{
    background: none repeat scroll 0 0 #282828;
    margin: 0 0 1px;
    padding: 10px 15px;
}

/*-------------------------------------------------------------------------------------------*/
/* 404 Page*/
/*-------------------------------------------------------------------------------------------*/

.error-404 h1,
.error-404 h4,
.error-404 .error{
	padding-top: 5px;
	text-align: center;
}
.error-404 h1{
	padding-bottom: 10px;
	font-size: 64px;
	border-bottom: 1px dashed #333333;
}
.error-404 .subheader{
	font-size: 13px;
	font-style: italic;
	color: #E5B840;
}
.error-404 .suggestion{
	margin-bottom: 20px;
}
.error-404 .suggestion p{
	font-size: 11px;
	text-align: center;
}
.error-404 .suggestion a{
	display: inline-block;
	margin: 0 10px;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	background: #333333;
}

/*-------------------------------------------------------------------------------------------*/
/* Search Form and Page*/
/*-------------------------------------------------------------------------------------------*/

#searchform{
	position: relative;
}
#searchform #searchsubmit{
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#searchform #s{
	border: 0;
}

/*-------------------------------------------------------------------------------------------*/
/* Pagination */
/*-------------------------------------------------------------------------------------------*/

.page-navigation {
	padding: 0 30px;
	overflow: hidden;
}
.pagination span, 
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 3px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #EEEEEE;
	width: auto;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #333333 url( ../images/line-pattern.png );
}	
.pagination a:hover,
.pagination .current {
	color: #333333;
	background: #EEEEEE;
}

/*-------------------------------------------------------------------------------------------*/
/* Back to top */
/*-------------------------------------------------------------------------------------------*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 77px;
	right: 10px;
	overflow: hidden;
	width: 45px;
	height: 45px;
	border: none;
	text-indent: -999px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: url(../images/backtotop.png) no-repeat left top;
}
#toTop:hover{
	background-color: #FFFFFF;
}
#toTopHover {
	background: #FFFFFF url(../images/backtotop.png) no-repeat;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, 
#toTop:focus {
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------------------------------*/

.footer-nav li { display: block; float: right; padding-left: 5%; margin-bottom: 0; font-weight: bold; }

/* Breadcrumb Adjustment */
ul.breadcrumbs li span { padding-left: 12px; }
ul.breadcrumbs li a { padding-left: 0; }

/*-------------------------------------------------------------------------------------------*/
/* Customize Foundation Style Pagination for WP-Pagenavi */
/*-------------------------------------------------------------------------------------------*/

div.wp-pagenavi { display: block; height: 24px; margin-left: -5px; color: #555; }
div.wp-pagenavi a, div.wp-pagenavi span { float: left; display: block; padding: 6px 7px 4px; height: 24px; color: #555; font-size: 15px; font-size: 1.5rem; margin-left: 5px; }
div.wp-pagenavi span.pages { padding-left: 0; }
div.wp-pagenavi .current, div.wp-pagenavi a:hover { border-bottom: solid 2px #00a6fc; color: #141414; }
div.wp-pagenavi span.unavailable:hover { border-bottom: none; }

/*-------------------------------------------------------------------------------------------*/
/* Customize for BuddyPress */
/*-------------------------------------------------------------------------------------------*/

.padder label + textarea { margin-top: 0; }
.padder #item-body #message-threads .thread-avatar img { max-width: 50px; }
ul.item-list.activity-list li.new_blog_post { padding-bottom: 15px; }
.padder select { display: inline-block; }
.padder div.item-list-tabs { margin: 25px 0; }
.padder form#whats-new-form textarea { height: 30px; }
.padder .button { display: inline; }

/*-------------------------------------------------------------------------------------------*/
/* Custom Font */
/*-------------------------------------------------------------------------------------------*/

.custom-font{
	font-family: 'Libre Baskerville',serif;
}
.custom-font-italic{
	font-family: 'Libre Baskerville',serif;
	font-style: italic;
}

/*-------------------------------------------------------------------------------------------*/
/* for Showmore jQuery plugin */
/*-------------------------------------------------------------------------------------------*/

.showmore { line-height:18px; }
.showmore_content { position:relative; overflow:hidden; }           
.showmore_trigger { width:100%; height:45px; line-height:45px; color: #EEEEEE; cursor:pointer; }
.showmore_trigger span { display:block; }


/*-------------------------------------------------------------------------------------------*/
/* Customized Style */
/*-------------------------------------------------------------------------------------------*/

#header{
	background: #1F1F1F;
}
#container{

}
#content{
	padding: 20px 0;
}
#content.right{
	padding-left: 0;
}
#content.left{
	padding-right: 0;
}
#sidebar{
	margin: 20px 0;
}
#sidebar.right{
	padding-right: 0;
}
#sidebar.left{
	padding-left: 0;
}
#footer-widget{
	border-top: 1px solid #282828;
	background: #1F1F1F;
}
#credit{
	color: #EEEEEE;
	padding: 25px 20px;
	border-top: 1px solid #181818;
	background: transparent url( ../images/line-pattern.png );
}
#credit a{
	color: #EEEEEE;
}
#credit ul#menu-footer-menu{
	margin: 0;
}	