/* Center content on Shop page on all the page's area */
.page-id-670 .content-area {
	width: 100%;
}

/* Center the format area in the same page */
@media screen and (min-width: 900px) {
	.shop_item-info {
		margin: 0 auto;
		max-width: 25%;
	}
}

/* Contact form field colors */
input[type="text"],
input[type="text"]:focus,
input[type="url"],
input[type="url"]:focus,
input[type="email"],
input[type="email"]:focus,
textarea,
textarea:focus {
	background: white;
	border-color: white;
	color: black;
}

/* HIDE IMAGE TITLES IN CAROUSEL*/
.jp-carousel-titleanddesc {
	display: none !important;
}

/*FOOTER COPYRIGHT TEXT*/
.site-info {
	margin-left: auto;
}

.site-info:after {
	content: "©2017 DANWKIM | all rights reserved";
}

/* REMOVE FOUT */
.wf-loading body {
	visibility: hidden;
}

/*CHANGE SITE TITLE HOVER*/
.site-title a:hover {
	color: #999999;
	box-shadow: none;
}

/*REMOVE UNDERLINE LINKS*/
a:link {
	box-shadow: none;
}

/*REMOVE SLIDESHOW BORDER*/
.slideshow-slide {
    background-color: inherit!important;
}

/*CENTER HOMEPAGE SLIDESHOW*/
.page-id-429 .content-area {	 	
width: 100% !important;	 	 
max-width: 100% !important;	 	
}

.site .slideshow-window.slideshow-black {
	background: inherit;
}

.slideshow-controls {
	display: none;
}

/*REMOVE SITE COMMENTING */
div#jp-carousel-comment-form-container {
	display: none;
}

.jp-carousel-buttons {
	display: none;
}

textarea#jp-carousel-comment-form-comment-field {
	display: none;
}

/* WEBSITE TITLE FONT */
.wf-active .site-title {
	font-size: 30px;
}

/* HEADER SPACING */
.home  .site-header {
	margin: 0;
}

.home .entry-header {
	display: none;
}

/* PROJECTS PAGE LAYOUT */
.page-template-portfolio-page .portfolio-content {
	display: none;
	Width: 100%;
}

.page-template-portfolio-page .portfolio-projects {
	margin: 0 auto;
	float: none;
}


/* BUY BUTTON HOVER */
.page-id-670 .entry-content a img {
	display: none;
}

.page-id-670 .entry-content a {
	width: 100px;
	height: 30px;
	background: #c0c0c0;
	display: block;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
}

.page-id-670 .entry-content a:hover {
	background: #808080;
	color: #ffffff;
}

.page-id-670 .entry-content a:before {
	content: "Add To Cart";
}

/* REMOVE BOX AROUND PROJECT NAV */
.site-main .post-navigation a {
	border: 0;
}

/* REMOVE SLIDESHOW VIEW FULL IMAGE*/
.jp-carousel-info {
	display: none;
}

.jp-carousel-overlay {
	height: 100% !important;
}

.wp-caption-text {
	text-align: center;
}