/*
 Theme Name:   Harmony Child
 Theme URI:    http://dannykramer.com
 Description:  Harmony Child Theme
 Author:       Elegant Themes
 Author URI:   http://elegantthemes.com
 Template:     Harmony
 Text Domain:  Harmony-child
 Version:      1.0.0
*/

/* Basic Styles */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	letter-spacing: 0px!important;
}

h1,
h2,
h3 {
	letter-spacing: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #111;
}

h1,
h1#comments,
#reply-title {
	font-size:30px!important;
}

body {
	background-color:#fff;
}

body,
.entry p{
	font-size: 14px;
}

.entry {
	margin-bottom:30px;
}

#content-area {
	padding-bottom:40px;
}

p.wp-caption-text {
	font-size: 11px;
	padding-top: 4px;
	text-align:center;
}

blockquote {
	background: #f1f1f1;
	font-style:normal; color: #000;
}

#main-header {
	background-color: #fff;
}

#main-header {
	background-image: none!important;
}

#main-header .container {
	padding: 15px 0 15px 0!important;
	text-align: left;
}

#et-site-title {
	display:none ;
}

#main-nav {
	background-color: #000!important;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#top-menu {
	margin: 0 30px 0 30px;
}

#top-menu a {
	font-size: 12px;
	color: #fff; text-shadow: none;
	padding: 20px 10px 20px;
	display: block; font-weight: 800;
	text-transform:uppercase;
	letter-spacing: 0.05em;
}

#top-menu a:hover {
	color: #4F5F9F;
}

#breadcrumbs {
	display: none;
}

.page h1.title {
	display: none;
}

#content-area {
	padding-top:30px;
}

#main-area {
	border-bottom: none;
}

#social-icons img {
	width:25px;
}

#social-icons a {
	padding-left: 10px!important;
}

#social-icons a:hover {
	opacity:0.8;
}

#sidebar {
	margin-top: 0px;
} 

/* Caption */

.wp-caption {
	border: none;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 0px;
}

/* Header */

#slogan {
	float:left; padding-top: 96px;
}

#slogan h2 {
	color:#000!important;
	text-transform: uppercase;
	font-weight: 400;
}

#header-box {
	width: 260px;
	float:right;
	padding-top: 48px;
}

#social-icons {
	float: right; clear:both;
	padding: 10px 0 10px 0;
}

#social-icons a {
	padding-left: 20px;
}

#search-form {
	float: right;
}

#logo {
	float:left;
	width:175px;
}

/* Homepage */

#hometext {
	margin: 40px 0 0;
	padding: 10px 0 20px 0;
}

#hometext h2 {
	text-align: center;
	text-transform: uppercase;
}

.videos,
#featureboxes {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#featureboxes a:hover {
	opacity:0.8;
}

#featureboxes img {
	width: 310px;
	height: auto;
	margin: 0 10px 10px 0;
}

#featureboxes img.endbox {
	margin: 0 0 10px 0;
}

.videos iframe {
	margin: 0 10px 10px 0;
}

.videos iframe.endbox {
	margin: 0 0 10px 0;
}

.value-price-section {
	margin: 40px 0 60px;
	padding: 15px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	border: 2px solid #4F5F9F;
}

/* Videos */

.video {
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
}

/* Sidebar */

#text-4 img {
	width:150px;
}

/* Footer */

#main-footer {
	background-color: #000!important;
	padding-top: 40px;
	margin-top:0px;
	width:100%;
}

#main-footer .container {
	background-color: #000!important;
}

.footer-widget {
	width: auto;
}
.widgettitle {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 5px;
	letter-spacing: 0px!important;
}

.textwidget p, h5 {
	color:#fff;
	padding-bottom: 0px!important;
}

#copyright {
	color: #fff;
}

p#copyright a {
	color: #4F5F9F;
}

p#copyright {
	font-size: 12px;
	padding: 0px 0 40px 0;
}

#footer-bottom {
	border-top: none;
}

.footer-widget {
	color:#fff;
}

.footer-widget h4 {
	color:#fff;
}

#text-2.f-widget {
	margin-bottom: 7px;
}

#text-2 img {
	width:100px;
}

.f-widget a {
	color: #fff!important;
	text-shadow: none!important;
}

.f-widget a:hover {
	color: #4F5F9F!important;
	text-shadow: none!important;
}

/* Blog */

p.meta-info {
	font-size: 14px!important;
}

/* Contact */

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
	background: #F7F7F7 url(/wp-content/themes/Harmony/epanel/page_templates/images/contact_input.png) repeat-x !important;
	border: 1px solid #CCC !important;
	color: #111 !important;
	padding: 8px !important;
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	margin: 0px !important;
	font-family: arial !important;
}

.wpcf7-form-control-wrap select {
	background:#F7F7F7 !important;
}

.wpcf7-form-control-wrap input[type="text"] {
	width:300px;
}

.wpcf7-form-control-wrap textarea {
	width:400px;
}

.wpcf7-captchar, .wpcf7-quiz {
	width:65px !important;
}

span.wpcf7-list-item {
	display: block;
	margin-left: 0 !important;
}

.wpcf7-submit, .wpcf7-reset {
	border: 0px !important;
	color: #4C4B4B !important;
	float: right;
	font-size: 12px;
	text-shadow: 1px 1px 1px white;
	text-transform: uppercase;
	margin-right: 9px;
	height: 35px;
}

.wpcf7-submit {
	background: url(/wp-content/themes/Harmony/epanel/page_templates/images/contact_submit.png) no-repeat;
	width: 73px;
	margin-right: 6px;
}

.wpcf7-reset {
	background: url(/wp-content/themes/Harmony/epanel/page_templates/images/contact_reset.png) no-repeat;
	width: 61px;
}

/* Responsive */

.mobile_nav {
	color: #fff!important;
	text-shadow: none!important;
}
.mobile_nav:hover {
	color: #4F5F9F!important;
	text-shadow: none!important;
}

@media only screen and ( max-width: 960px ) {
	.endbox {
		padding-right:10px!important;
	}
	#home-box {
		padding-top:10px;
	}
	#header-box {
		padding-top:5px;
		float:none;
	}
	#logo {
		width: 125px;
	}
	#social-icons {
		display:inline;
		float:left;
	}
	#social-icons a {
		padding-left:0px!important;
		padding-right:10px;
	}
	#slogan {
		margin-top:10px;
		padding-top:0px;
		clear: both;
	}
	#slogan h2 {
		float:left;
		font-size:22px;
	}
	.cycloneslider-slides {
		height:100%;
	}
}

/* Logo Section */

#logos-section {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 50px;
}

#logos-section img{
	height: 130px;
	width: auto;
}