/*
Theme Name:  theme55026
Theme URI:   http://yoursite.com/link/to/theme
Description: Your theme description.
Author:      Your Name
Author URI:  http://yoursite.com
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        fixed-layout, fluid-layout, responsive-layout, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: themeXXXX
Template:    cherryframework4
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.site-footer {
background-attachment: scroll;
background-color: #eff7f7;
background-image: url("http://livedemo00.template-help.com/wordpress_55026/wp-content/uploads/2015/06/footerbg.jpg") !important;
}
.post.type-post .entry-content {
color: black !important;
}
.post.type-post .entry-content h3 {
color: black !important;
}
.post.type-post .entry-content a {
color: #ff5530 !important;
}
.post.type-post .entry-content a:hover {
color: #778894 !important;
}
div.ctct-form {
	margin: 0;
	padding: 0;
}

div.ctct-form .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.ctct-form-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.ctct-form-mail-sent-ok {
	border: 2px solid #398f14;
}

div.ctct-form-mail-sent-ng,
div.ctct-form-aborted {
	border: 2px solid #ff0000;
}

div.ctct-form-spam-blocked {
	border: 2px solid #ffa500;
}

div.ctct-form-validation-errors,
div.ctct-form-acceptance-missing {
	border: 2px solid #f7e700;
}

.ctct-form-form-control-wrap {
	position: relative;
}

span.ctct-form-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.ctct-form-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.ctct-form-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.ctct-form-list-item-label::before,
span.ctct-form-list-item-label::after {
	content: " ";
}

.ctct-form-display-none {
	display: none;
}

div.ctct-form .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.ctct-form .ajax-loader.is-active {
	visibility: visible;
}

div.ctct-form div.ajax-error {
	display: none;
}

div.ctct-form .placeheld {
	color: #888;
}

div.ctct-form .ctct-form-recaptcha iframe {
	margin-bottom: 0;
}

div.ctct-form input[type="file"] {
	cursor: pointer;
}

div.ctct-form input[type="file"]:disabled {
	cursor: default;
}
div.ctct-form input[type="text"] {
	width: 200px;
}