/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body {
	overflow-x: hidden !important;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtXK-F2qC0s.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.entry-content p {
	text-align: justify;
}

.home-widgets {
	text-align: center;
	padding-top: 20px;
	background: white;
}

#social-buttons a {
	line-height: 10px;
	color: #606060 !important;
	margin-left: 10px;
	text-align: center;
	display: inline;
}

#social-buttons a:hover {
	color: #c48383;
}

.home-welcome {
	font-size: 15px;
}
.home-welcome a {
	color: #9f6869 !important;
	text-decoration: none;
}

.content a, .content a:hover {
	text-decoration: none;
}


.home-welcome a:hover {
	color: #bd9596 !important;
	text-decoration: none;
}


.home-slider p a {
	margin-top: 10px;
}

.entry-content img {
	max-width: 100% !important;
}

/* GOLD BORDERS */
.home-ctas .entry-title {
	border: 0px solid;
	-webkit-border-image: url(http://keiyoshikawa.com/wp-content/uploads/2017/07/Gold-Border.jpg) 1 round;
/* Safari 3.1-5 */
	-o-border-image: url(http://keiyoshikawa.com/wp-content/uploads/2017/07/Gold-Border.jpg) 1 round;
/* Opera 11-12.1 */
	border-image: url(http://keiyoshikawa.com/wp-content/uploads/2017/07/Gold-Border.jpg) 1 round;
}

.home-slider p a {
	border: 0px solid;
	-webkit-border-image: url(http://keiyoshikawa.com/wp-content/uploads/2017/07/Gold-Border.jpg) 1 round;
/* Safari 3.1-5 */
	-o-border-image: url(http://keiyoshikawa.com/wp-content/uploads/2017/07/Gold-Border.jpg) 1 round;
/* Opera 11-12.1 */
	border-image: url(http://keiyoshikawa.com/wp-content/uploads/2017/07/Gold-Border.jpg) 1 round;
}

.home-slider p a:hover {
	color: #666;
	background: #dccfce;
}



.about-img img {
	float: left;
}

@media only screen and (max-width: 768px) {
	.about-img img {
		float: none;
		text-align: center;
	}
}

.about-table {
	padding-left: 40px;
	padding-right: 40px;
	line-height: 20px;
}

@media only screen and (max-width: 768px) {
	.about-table {
		padding: 0;
		text-align: center;
		line-height: 16px;
	}
  .spacer {
	display:none;
}
}

.catimg {
	opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
	}

.catimg:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
 }

	.sidebar .widget {
		padding: 0px;
		margin-bottom: 5%;
	}

.entry-content { 
	padding-top:20px;
}

.sidebar-primary h3 {
  display: table;
  white-space: nowrap;
  width: 100%;
}

.sidebar-primary h3:before,
.sidebar-primary h3:after {
  background-clip: padding;
  background-image: linear-gradient(transparent 49%, #ddd 50%, #ddd 51%, transparent 51%);
  content: "";
  display: table-cell;
  width: 50%;
}

.sidebar-primary h3:before {
  border-right: 15px solid transparent;
}

.sidebar-primary h3:after {
  border-left: 15px solid transparent;
}

@font-face {
  font-family: 'Script';
  src: url('fonts/Adorable-Line.eot');
  src: url('fonts/Adorable-Line.woff2') format('woff2'),
       url('fonts/Adorable-Line.woff') format('woff'),
       url('fonts/Adorable-Line.ttf') format('truetype'),
       url('fonts/Adorable-Line.svg#Adorable-Line') format('svg'),
       url('fonts/Adorable-Line.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.script {
    font-family: "Script";
    font-size: 65px;
    font-size: 6.5rem;
    text-transform: lowercase;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
}

#posts-nav a {
   background: #bbf;
   border-radius: 6px;
   padding: 6px;
   border: solid 1pt #99d;
}

.responsive {
	width: 100%;
  height: auto;
}

hr.pink {
  border-top: 3px solid #f2eceb;
  width: 100px;
}
