/*
Theme Name:     HHH Theme
Theme URI:      http://headhearthand.org/
Description:    Strappress child theme
Author:         Rayman Wong
Author URI:     http://phasenextmediagroup.com
Template:       strappress
Version:        0.1.0
*/

@import url("../strappress/style.css");

body {
	padding-top: 0px !important;
	color: #707070;
}

#wrapper {
	font-size: 21px;
	line-height: 1.8em;
}

.post-entry p {
	margin-bottom: 20px;
}

.post-entry h3, .post-entry p > span > strong {
	color: #ed9c28;
}

.post-entry .video-container {
	padding-top: 0px;
}

.navbar .fa {
	color: #ffffff;
}

#widgets ul, #widgets .textwidget, #widgets .tagcloud, #widgets #searchform, #widgets #calendar_wrap,
.home #widgets ul, .home #widgets .textwidget, .home #widgets .tagcloud, .home #widgets #searchform, .home #widgets #calendar_wrap {
	padding: 20px 0px;
}

#widgets ul li {
	margin-left: 0;
}

.sociable-wrap {
	width: 100%;
	margin: 18px 0;
	padding: 10px 15px 0;
	background-color: #ededed;
	border-radius: 4px;
}
.sociable {
	float: left;
}
.sociable + .sociable {
	margin-left: 10px;
}

.home #siteNav,
.home #footer {
	display: none;
}

.home #wrapper {
	width: 800px;
	max-width: 100%;
}

.hhh-box {
	position: relative;
	display: block;
	width: 180px;
	height: 180px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #28AAE1;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

.hhh-box a {
	display: block;
}

.hhh-box img {
	width: 75%;
	height: 65%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;

	transition: opacity 300ms ease;
}

.hhh-box:hover img {
	opacity: .5;
}

.hhh-box + a {
	display: block;
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-bottom: 1.4em;
}
	
.side-mc div:nth-child(2) {
	margin: 10px 0 20px 0;
}

.side-mc input[type="submit"] {
	background-color:#FF6600;
}

.mc4wp-alert {
	padding: 15px;
  	margin-bottom: 20px;
  	border: 1px solid transparent;
  	border-radius: 4px;
}

.mc4wp-success {
	background-color: #dff0d8;
  	border-color: #d6e9c6;
  	color: #468847;
}

@media (max-width: 480px) {
	#wrapper {
		font-size: 18px;
		line-height: 1.5em;
	}
}