/*
Theme Name:    Soul
Theme URI:       http://kaazthemes.com
Description:      Responsive Wedding WordPress Theme.
Version:           1.2.0
Author:             KaazThemes
Author URI:       http://kaazthemes.com
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: #EEEEEE; }
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: #fff; }

/* Foundation-specific presentation CSS by ZURB */
body { background: #FFFFFF; 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;
}

/*-------------------------------------------------------------------------------------------*/
/* Styling Basic WordPress Outputs */
/*-------------------------------------------------------------------------------------------*/

/* Resizing the Blog Post */
.post-box{
	padding: 20px 30px;
}
.home .post-box{
	padding-top: 0;
}
.single .post-box{
	padding: 0 30px;	
}
.blog .post-box{
	margin-bottom: 20px;
	padding: 10px 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 { font-size: 14px; }
.post-box h1 { font-size: 30px; }
.post-box h2 { 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;
	text-align: center;
	line-height: 34px;
}
.post-box .entry-title a{
	font-weight: 300;
	color: #666666;
}
/* Add Divider for Listed Posts */
.post-divider {  height: 15px; margin: 30px; background: url(images/shortcode/line-pattern.png) repeat-x; }

/* 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;
	background: #742C5B;
    color: #FFFFFF !important;
	text-transform: uppercase;
	text-shadow: none;
} 
input[type=submit]:hover,
button[type=submit]:hover {
	cursor: pointer;
	text-decoration:none !important;
	
	background-color:#EEEEEE;
	color: #742C5B !important;
}
#searchsubmit {
	width: auto;
	padding: 9px 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{
	margin: 0;
	padding: 0;
}
#header{
	min-height: 100px;
	position: relative;
	z-index: 99;
	background: transparent url(images/header-bg.png) repeat-x;
	background-position: bottom left;
}

.logo{
	position: absolute;
	top: 0;
	z-index: 99;
	padding-left: 40px;
	color: #FFFFFF;
}
.logo h2{
	margin-top: 20px;
}
.logo a{
	color: #FFFFFF;
}
.logo .logo-image{
	font-size: 30px;
}
.logo .logo-image img{
	border: none;
}
.page-header{
	clear: both;
	position: relative;
	top: -15px;
	line-height: 0;
}
.page-title{
	margin: 0;
	padding: 40px 20px;
	color: #666666;
	text-align: center;
	border-bottom: 5px solid #D6D4BD;
}
.page-title h1{
	padding: 20px;
	font-size: 28px;
	color: #333333;
	background: url(images/icon/title-bg.png) center center no-repeat;
}
.page-title .subheader{
	color: #666666;
}
#navigation{

}

/*-------------------------------------------------------------------------------------------*/
/* Info Panel*/
/*-------------------------------------------------------------------------------------------*/
#info-panel{
	float: none;
	position: relative;
	z-index: 99;
	margin: -80px auto 0 auto;
	padding: 0 0 1px 0;
	min-height: 120px
}
#info-panel .columns{
	padding: 0 2px;
} 
#info-panel .timer,
#info-panel .link,
#info-panel .social{
	height: 130px;
	padding: 25px;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 5px solid #D6D4BD;
	background: #742C5B;
}
#info-panel h4,
#info-panel a{
	margin-bottom: 5px;
	color: #FFFFFF;
}
#info-panel .icon{
	position: absolute;
	left: 2px;
	top: 0;
	width: 30px;
	height: 30px;
}
#info-panel .timer .icon{
	background: #90567C url(images/icon/icon-clock.png) center center no-repeat;
}
#info-panel .link .icon{
	background: #90567C url(images/icon/icon-heart.png) center center no-repeat;
}
#info-panel .social .icon{
	background: #90567C url(images/icon/icon-heartplus.png) center center no-repeat;
}
#info-panel .description{
	display: block;
	font-size: 11px;
	color: #D6D4BD;
}
#info-panel .social ul{
	width: 215px;
	margin: 15px auto 0 auto;
}
#info-panel .social ul li,
#info-panel .social ul li a{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	list-style: none;
}
#info-panel .social ul li .twitter{
	background: url(images/icon/icon-twitter.png) center center no-repeat;
}
#info-panel .social ul li .facebook{
	background: url(images/icon/icon-facebook.png) center center no-repeat;
}
#info-panel .social ul li .vimeo{
	background: url(images/icon/icon-vimeo.png) center center no-repeat;
}
#info-panel .social ul li .flickr{
	background: url(images/icon/icon-flickr.png) center center no-repeat;
}
#info-panel .social ul li .youtube{
	background: url(images/icon/icon-youtube.png) center center no-repeat;
}

/*count down*/
.hasCountdown {
	margin-top: 15px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 11px;
	text-align: center;
	color: #D6D4BD;
}
.countdown_amount {
	font-size: 23px;
	font-weight: 300;
	color: #FFFFFF;
}
.countdown_descr {
	display: block;
	width: 100%;
}

/*-------------------------------------------------------------------------------------------*/
/* Containers*/
/*-------------------------------------------------------------------------------------------*/

#main{

}

/*-------------------------------------------------------------------------------------------*/
/* Blog*/
/*-------------------------------------------------------------------------------------------*/

/*post meta*/
.post .post-meta{
	margin-bottom: 30px;
	color: #FFFFFF;
	background: #742C5B;
}
.post .post-meta a{
	color: #FFFFFF;
}
.post-meta time,
.post-meta .vcard,
.post-meta .comments{
	float: left;
	padding: 10px 0px 10px 15px;
	text-transform: capitalize;
}
.post-format-icon{
	float: left;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
}
.post-format-icon.standard{
	background: #742C5B url(images/post/format-standard.png) center center no-repeat;
}
.post-format-icon.image{
	background: #742C5B url(images/post/format-image.png) center center no-repeat;
}
.post-format-icon.gallery{
	background: #742C5B url(images/post/format-gallery.png) center center no-repeat;
}
.post-format-icon.video{
	background: #742C5B url(images/post/format-video.png) center center no-repeat;
}
.post-format-icon.audio{
	background: #742C5B url(images/post/format-audio.png) center center no-repeat;
}
.post-format-icon.link{
	background: #742C5B url(images/post/format-link.png) center center no-repeat;
}
.post-format-icon.chat{
	background: #742C5B url(images/post/format-chat.png) center center no-repeat;
}
.post-format-icon.quote{
	background: #742C5B url(images/post/format-quote.png) center center no-repeat;
}
.post-format-icon.aside{
	background: #742C5B url(images/post/format-aside.png) center center no-repeat;
}
.post-format-icon.status{
	background: #742C5B url(images/post/format-aside.png) center center no-repeat;
}
.meta-icon{
	margin-top: 5px;
}
.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;
}
/*entry*/

.entry-content .post-thumb{
	float: left;
	padding-left: 0;
}
.entry-content .post-entry{

}
.read-more{
	float: right;
	width: 150px;
	padding: 5px 10px;
	background: #D6D4BD;
}
.read-more a{
	font-size: 13px;
	color: #666666;
}
/*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: #742C5B;
	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{
	clear: both;
	padding-top: 20px;
}
#comments-area h3{
	margin-bottom:10px;
	padding-bottom:10px;
}
#comments-area h2{

}
.commentlist li{
	margin: 15px 0 15px 20px;
	list-style: none;
}
.comment-header{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE;
}
.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: #666666;
}
.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: #742C5B;
} 
#commentform input[type=submit]:hover{
	cursor: pointer;
	text-decoration:none !important;
}

/*-------------------------------------------------------------------------------------------*/
/* Widget global*/
/*-------------------------------------------------------------------------------------------*/

.widget{
	clear: both;
	color: #696E77;
}
.widget a{
	font-family: 'Open Sans', sans-serif;
	color: #742C5B;
}
.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;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}
.widget .widget-title-line{
	position: relative;
	top: 0px;
	width: 40px;
	margin: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
}
.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;
}

/*Calendar*/
.widget #wp-calendar caption{
	height: 25px;
}
.widget #wp-calendar tr td{
	padding: 8px 11px;
	text-align: center;
}
.widget #wp-calendar tr td#today{
	font-weight: bold;
	color: #FFFFFF;
	background: #742C5B;
}

/*RSS*/
.widget_rss li{
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	list-style: none !important;
}
.widget_rss li .rss-date{
	display: block;
	padding-bottom: 10px;
}

/*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 #282828;
}
.widget ul.tweet_list li:last-child{
	border-bottom: 0;
}
/*About Us*/
.widget .about-us{}
.widget .about-us .desc{
	margin-bottom: 10px;
}
.widget .about-us ul.communication{

}
.widget .about-us ul.communication li{
	clear: both;
	float: left;
	list-style: none;
	margin: 3px 0;
}
.widget .about-us ul.communication li .icon{ 
    float: left;
	width: 30px;
    padding: 3px 10px 0 0;
}
.widget .about-us ul.communication li .location{
	display: block;
	padding-left: 20px;
}
.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: 0px;
}
.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.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;
}

/*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;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	background: #282828;
}
.widget .flickr li:hover img{
	background: #742C5B;
}
/*Posts*/
.widget .posts li{
	clear: left;
	list-style: none;
    border-bottom: 1px dashed #333333;
    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: #742C5B url(images/post/format-standard.png) center center no-repeat;
}
.widget .posts .post-thumb-small .image{
	background: #742C5B url(images/post/format-image.png) center center no-repeat;
}
.widget .posts .post-thumb-small .gallery{
	background: #742C5B url(images/post/format-gallery.png) center center no-repeat;
}
.widget .posts .post-thumb-small .audio{
	background: #742C5B url(images/post/format-audio.png) center center no-repeat;
}
.widget .posts .post-thumb-small .video{
	background: #742C5B url(images/post/format-video.png) center center no-repeat;
}
.widget .posts .post-thumb-small .quote{
	background: #742C5B url(images/post/format-quote.png) center center no-repeat;
}
.widget .posts .post-thumb-small .chat{
	background: #742C5B url(images/post/format-chat.png) center center no-repeat;
}
.widget .posts .post-thumb-small .aside{
	background: #742C5B url(images/post/format-aside.png) center center no-repeat;
}
.widget .posts .post-thumb-small .status{
	background: #742C5B url(images/post/format-status.png) center center no-repeat;
}
.widget .posts .post-thumb-small .link{
	background: #742C5B url(images/post/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 4px 4px 0;
	padding: 3px 15px;
	color: #666666;
	background: #D6D4BD;
}

/*-------------------------------------------------------------------------------------------*/
/* Sidebar Widget */
/*-------------------------------------------------------------------------------------------*/

#sidebar .widget{

}
#sidebar .widget ul.tweet_list li,
#sidebar .widget .posts li{
/*	border-bottom-color: #DDDDDD; */
}

/*-------------------------------------------------------------------------------------------*/
/* Twitter*/
/*-------------------------------------------------------------------------------------------*/

#twitter-bottom{
	float: none;
	position: relative;
	margin: -40px auto 20px auto;
	padding: 30px;
	text-align: center;
	color: #FFFFFF;
	background: #742C5B;
}
#twitter-bottom .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #90567C url(images/twitter.png) center center no-repeat;
}
#twitter-bottom ul{
	margin-bottom: 0;
}
#twitter-bottom li{
	padding: 0px 20px;
	list-style: none;
}
#twitter-bottom a{
	color: #D6D4BD;
}

/*-------------------------------------------------------------------------------------------*/
/* Footer Widget*/
/*-------------------------------------------------------------------------------------------*/

#footer-widget{
	margin-bottom: 40px;
	padding: 0 30px;
}
#footer .widget h2{
	margin-bottom: 0;
}
#footer .widget .widget-title-line{
/*	border-bottom: 1px solid #464646; */
}
#footer .widget .flickr li{
	margin: 6px 6px -4px 0;
}

/*-------------------------------------------------------------------------------------------*/
/* Sidebar*/
/*-------------------------------------------------------------------------------------------*/

.sidebar-box{
	padding: 0 30px 0 0;
}
.sidebar-left .sidebar-box{
	padding: 0 0 0 30px;
}
.sidebar-section { 
	font-size: 13px; 
	font-size: 1.3rem; 
	font-weight: normal;
	margin-bottom: 20px;
}

/*-------------------------------------------------------------------------------------------*/
/* Page  */
/*-------------------------------------------------------------------------------------------*/

.page-template .wpcf7{
	padding: 30px;
	background: #D6D4BD;
}
.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;
	color: #742C5B;
	margin-bottom: 10px;
}
.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;
}

/*Social Network*/
.contact-page .social li{
	list-style: none;
	float: left;
	margin-right: 5px;
}
.contact-page .social li a{
	display: block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.contact-page .social li a.flickr{
	background: transparent url(images/icon/icon-flickr-gray.png) center center no-repeat;
}
.contact-page .social li a.dribbble{
	background: transparent url(images/icon/icon-dribbble-gray.png) center center no-repeat;
}
.contact-page .social li a.linkedin{
	background: transparent url(images/icon/icon-linkedin-gray.png) center center no-repeat;
}
.contact-page .social li a.vimeo{
	background: transparent url(images/icon/icon-vimeo-gray.png) center center no-repeat;
}
.contact-page .social li a.facebook{
	background: transparent url(images/icon/icon-facebook-gray.png) center center no-repeat;
}
.contact-page .social li a.twitter{
	background: transparent url(images/icon/icon-twitter-gray.png) center center no-repeat;
}
.contact-page .social li a:hover{
	background-color: #FFFFFF;
}

/*-------------------------------------------------------------------------------------------*/
/* Event Page  */
/*-------------------------------------------------------------------------------------------*/
.event{
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}
.event .columns{
	padding: 0;
}
.event .photo,
.event .details,
.event .entry{
	padding: 0 20px 0 0;
}
.event .photo img{
	display: block;
}
.event .details .title{
	margin-top: 0;
	margin-bottom: 5px;
	padding: 10px 15px;
	color: #FFFFFF;
	background: #742C5B;
}
.event .meta{
	padding: 15px;
	background: #D6D4BD;
}
.event .meta p{
	font-size: 13px;
}
.event .meta span{
	font-weight: bold;
}

/*-------------------------------------------------------------------------------------------*/
/* Event Page  */
/*-------------------------------------------------------------------------------------------*/
.guestbook{
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.guestbook .columns{
	padding: 0;
}
.guestbook [class*="column"] + [class*="column"]:last-child{
	float: left;
}
.guestbook .details{
	padding: 0 20px 20px 0;
}
.guestbook .details p{
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
}
.guestbook .title{
	margin-top: 0;
	margin-bottom: 5px;
	padding: 10px 15px;
	color: #FFFFFF;
	text-align: center;
	background: #742C5B;
}
.guestbook .meta{
	display: inline-block;
	margin-top: 0;
	padding: 5px 15px;
	color: #666666;
	text-align: center;
	background: #D6D4BD;
}

/*-------------------------------------------------------------------------------------------*/
/* Pricelist Page */
/*-------------------------------------------------------------------------------------------*/

.pricelist-category li{
	list-style: none;
}
.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 .entry{
	padding: 15px;
	list-style: none;
	border-bottom: 1px solid  #1B1B1B;
	background: #282828;
}
.pricelist-page .title{
	float: left;
	margin-right: 15px;
}
.pricelist-page .price{
	float: right;
	color: #742C5B;
}

/*-------------------------------------------------------------------------------------------*/
/* Gallery Page  */
/*-------------------------------------------------------------------------------------------*/

#photo-gallery{
	list-style: none;
	margin-bottom: 20px;
	padding: 0;
}
#photo-gallery li{
	float: left;
	margin: 0;
	padding: 0 4px 5px 0;
	position: relative;
	overflow: hidden;
	line-height: 0;
}
#photo-gallery li .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;
	background: #742C5B url( images/icon/icon-expand.png ) center center  no-repeat;
}
#photo-gallery li:hover .prettyphoto{
	opacity: 1;
	left: 41%;
}
#photo-gallery li img.thumb{
	display: block;					/*-fixed-*/
    transition: all 0.3s ease-in-out 0s;
}
#photo-gallery li:hover img.thumb{
	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 */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/*for Three Columns*/
#photo-gallery.three-columns li .prettyphoto{
	top: 80px;
}

/*-------------------------------------------------------------------------------------------*/
/* 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;
	background: #EEEEEE;
}
#searchform input.submit{
	width: 37px;
	height: 37px;
	display: block;
	margin: 0;
	padding: 0;
	background: #742C5B 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 h6,
.sitemap-page h6{
	padding-top: 10px;
	border-top: 5px solid #333333;
}
.archives-page li,
.sitemap-page li{
    margin: 0 0 1px;
    padding: 10px 0px;
	list-style: none;
	border-bottom: 1px solid #DDDDDD;
}

/*-------------------------------------------------------------------------------------------*/
/* 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;
	color: #742C5B;
}
.error-404 .subheader{
	font-size: 13px;
	font-style: italic;
	color: #742C5B;
}
.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;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #333333;
}

/*-------------------------------------------------------------------------------------------*/
/* Srach 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;
	text-decoration: none;
	color: #666666;
	width: auto;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #D6D4BD; 
}	
.pagination a:hover,
.pagination .current{
	font-weight: 400;
	color: #742C5B  !important;
	background: #D6D4BD;
}

/*-------------------------------------------------------------------------------------------*/
/* Back to top */
/*-------------------------------------------------------------------------------------------*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 77px;
	right: 10px;
	z-index: 999;
	overflow: hidden;
	width: 45px;
	height: 45px;
	border: none;
	text-indent: -999px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #999999 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: 3%; 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: 'Open Sans', sans-serif;
	font-weight: 300;
}
.custom-font-italic{
	font-family: 'Open Sans', sans-serif;
	/*font-style: italic;*/
}

/*-------------------------------------------------------------------------------------------*/
/* Customized Style */
/*-------------------------------------------------------------------------------------------*/

#container{
	position: relative;
}
#content{
	padding-top: 30px;
	padding-bottom: 20px;
}
.home #content{
	padding-top: 0;
}
#content.right{
	padding-left: 0;
}
#content.left{
	padding-right: 0;
}
#sidebar{
	margin: 30px 0;
}
#footer{
	margin-top: 40px;
	background: #D6D4BD;
}
#footer-widget{

}
#bottom{
	padding-bottom: 15px;
}
#bottom .credit,
#bottom .social{
	padding: 0 40px;
}
#bottom .credit{
}
#bottom .credit a{
	color: #742C5B;
}
#bottom .credit .credit-line{

}
#bottom .credit .credit-text{

}
#bottom .social{

}
#bottom .social ul{
	float: right;
}
#bottom .social li{
	list-style: none;
	float: left;
	margin-right: 5px;
}
#bottom .social li a{
	display: block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
#bottom .social li a.flickr{
	background: transparent url(images/icon/icon-flickr-gray.png) center center no-repeat;
}
#bottom .social li a.dribbble{
	background: transparent url(images/icon/icon-dribbble-gray.png) center center no-repeat;
}
#bottom .social li a.linkedin{
	background: transparent url(images/icon/icon-linkedin-gray.png) center center no-repeat;
}
#bottom .social li a.vimeo{
	background: transparent url(images/icon/icon-vimeo-gray.png) center center no-repeat;
}
#bottom .social li a.facebook{
	background: transparent url(images/icon/icon-facebook-gray.png) center center no-repeat;
}
#bottom .social li a.twitter{
	background: transparent url(images/icon/icon-twitter-gray.png) center center no-repeat;
}
#bottom .social li a:hover{
	background-color: #FFFFFF;
}
