/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/


@import url(https://fonts.googleapis.com/css?family=Homemade+Apple);

.handfont {
  font-family: 'Homemade Apple',serif;
}

.center-vertical {
	align-items: center;
}

.fl-page-header-wrap {
  background-color: #ffffff;
}

.fl-post-header {
    margin-bottom: 60px;
    margin-top: 60px;
}

.fl-post-title {
    margin-top: 0;
    text-align: center;
}
.fl-post-meta.fl-post-meta-top {
    text-align: center;
    font-size: 16px;
}

h1, h2 {
	text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

h3, h4, h5, h6 {
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}

.fl-post-thumb img {
  width: 100%;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact_form {
	background: #ffffff;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.3);
	box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.3);
}

#jp-relatedposts {
    display: none;
    padding-top: 1em;
    margin: 3em 3em;
    position: relative;
    clear: both;
		text-align: justify;
}

.redbubble_link_button {
	width: 100%;
	text-align: center;
  background: #ff323f;
  background-image: -webkit-linear-gradient(top, #ff323f, #e41421);
  background-image: -moz-linear-gradient(top, #ff323f, #e41421);
  background-image: -ms-linear-gradient(top, #ff323f, #e41421);
  background-image: -o-linear-gradient(top, #ff323f, #e41421);
  background-image: linear-gradient(to bottom, #ff323f, #e41421);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  color: #ffffff;
  font-size: 26px;
  padding-top: 10px;
	padding-bottom: 10px;
  text-decoration: none;
}

.redbubble_link_button:hover {
  background: #ef2f4f;
  background-image: -webkit-linear-gradient(top, #ef2f4f, #dd2c49);
  background-image: -moz-linear-gradient(top, #ef2f4f, #dd2c49);
  background-image: -ms-linear-gradient(top, #ef2f4f, #dd2c49);
  background-image: -o-linear-gradient(top, #ef2f4f, #dd2c49);
  background-image: linear-gradient(to bottom, #ef2f4f, #dd2c49);
  text-decoration: none;
	  -webkit-box-shadow: 3px 5px 14px #000000;
  -moz-box-shadow: 3px 5px 14px #000000;
  box-shadow: 3px 5px 14px #000000;
}

.fl-page-footer {
  padding-bottom: 100px;
  padding-top: 10px;
}
