/*
Theme Name: CheerUp Child
Theme URI: http://theme-sphere.com/
Description: A child theme of CheerUp
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: cheerup
Version: 1.1
*/

.main-head,
.main .ts-row .main-content {
	background-color: #fff;
}

/*.main .ts-row .main-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.home .main .ts-row .main-content {
	padding-top: 0px;
	padding-bottom: 0px;
}*/

.comments,
.post-author {
	display: none;
}

header {
	min-height: auto !important;
}

.blue-btn {
	background: #68dff9;
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.blue-btn:hover {
	opacity: 0.5;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.gform_body input,
.gform_body textarea,
.gform_body select {
    width: 100% !important;
    max-width: 100% !important;
}

.gform_wrapper .top_label .gfield_label {
	float: left !important;
    margin-bottom: 10px !important;
}

.gform_body input[type=checkbox] {
	margin-right: 10px !important;
    vertical-align: top !important;
    margin-left: 10px !important;
    margin-top: 2px !important;
}

.the-post .featured img {
  width: auto !important;
}

.post-meta .meta-sep:before {
	display: none !important;
}

#bunyad-widget-about-2 .about-text {
	color: #fff !important;
}

/* FORMS STYLES */
.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper div.validation_error {
    background-color: rgba(104, 223, 249, 0.3) !important;
    border-top: 2px solid #68dff9 !important;
    border-bottom: 2px solid #68dff9 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #68dff9 !important;
}

.gform_wrapper .validation_message,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, 
.gform_wrapper li.gfield_error ul.gfield_checkbox, 
.gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper div.validation_error,
.gform_wrapper .gfield_required {
	color: #000 !important;
}

.gform_wrapper.gform_wrapper.gform_validation_error.gform_validation_error .gform_body.gform_body ul li.gfield.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.gform_wrapper .top_label li ul.gfield_radio {
	clear: both;
}

.gform_wrapper ul.gfield_radio li {
	display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    margin-bottom: 20px;
}

.gform_wrapper ul.gfield_radio li input {
	margin-top: 4px !important;
    vertical-align: top !important;
}

.gform_wrapper ul.gfield_checkbox li, 
.gform_wrapper ul.gfield_radio li {
	display: inline-block;
    width: 33%;
    text-align: left;
    vertical-align: top;
}

#field_1_9 > label {
	clear: both;
	display: inline-block;
	width: 100%;
}

#field_1_2 ul.gfield_checkbox li {
	width: 90%;
	margin-top: 30px;
}

#field_1_2 .gfield_required {
	display: none;
}

.home .main {
	margin-top: 0px !important;
}

.post-thumb a {
	min-height: 150px;
}

.post-thumb a.category {
	min-height: 1px;
}

.home .small-images .small-post .image-link img {
	max-width: 50%;
}

.home .small-post .content {
	overflow: unset;
}

.current-menu-item a {
	color: #68dff9 !important;
}

.widget-cta .boxes .cta-box a img,
.widget_media_image img {
	width: 100%;
}

.cat-label a,
.grid-slider .category,
.widget-cta .label {
	background-color: #68dff9;
	border: 1px solid #68dff9;
	transition: all 0.5s;
	color: #fff;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.cat-label a:hover,
.grid-slider .category:hover,
.widget-cta .label:hover {
	opacity: 0.9;
}

/* BANNER ADS STYLING */
.banner-ad {
	background-color: #EB9146;
	margin: auto;
	margin-bottom: 50px;
}

.banner-inner p {
	padding: 10px 0px 0px 10px;
	color: #fff;
	font-size: 28px;
	box-sizing: border-box;
}

/* BANNER SIZES */
.banner-billboard {
	width: 970px;
	height: 250px;
}

.banner-meduim-rectangle {
	width: 300px;
	height: 250px;
}

.banner-filmstrip {
	width: 300px;
	height: 600px;
}

.banner-leaderboard {
	width: 728px;
	height: 90px;
}
.banner-welcome-ad {
	width: 640px;
	height: 480px;
}

.list-post .post-thumb {
	width: 270px;
    height: 180px;
    position: relative;
}

.list-post .post-thumb .image-link {
	height: 100%;
}

.list-post .post-thumb .image-link img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.list-post {
	margin-bottom: 50px !important;
}

.service.gplus {
	display: none !important;
}

.post-share-b .service:nth-child(n+3) {
	display: block ;
}

.post-share-b .service:nth-child(n+4) {
	display: none;
}

.post-share-b.all .service {
	display: block;
}

.single-company-directory .featured {
	display: none;
}

.post-thumb .video-overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #000;
    z-index: 999;
    opacity: 0.4;
    background-image: url(img/video-icon.png);
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.froze-ad {
	margin-top: 10px;
}

.common-slider.grid-slider .overlay .category {
	display: none;
}

.widget {
	cursor: pointer;
}

.widget a {
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

.widget a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.searchandfilter ul {
	margin: 0 -10px;
}

.searchandfilter ul li {
	padding: 10px !important;
	vertical-align: middle;
}

.searchandfilter h4 {
	padding-bottom: 5px;
}

li[data-sf-field-type="search"] label,
li[data-sf-field-input-type="select"] label {
	width: 100%;
}

li[data-sf-field-type="search"] input,
li[data-sf-field-input-type="select"] select {
	width: 100%;
}

li[data-sf-field-type="submit"],
li[data-sf-field-type="reset"] {
	width: 50%;
	display: inline-block !important;
	box-sizing: border-box;
}

li[data-sf-field-type="submit"] input,
li[data-sf-field-type="reset"] a {
	width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    display: inline-block;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

li[data-sf-field-type="submit"] input:hover,
li[data-sf-field-type="reset"] a:hover {
	opacity: 0.8;
}

li[data-sf-field-type="reset"] a.search-filter-reset {
	background-color: #68dff9 !important;
    color: #fff;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 9px 0;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
}

@media only screen and (max-width: 540px) {
	.list-post .post-thumb {
		width: auto;
	    height: auto;
	}

	.list-post .post-thumb .image-link img {
		position: relative;
		width: auto !important;
	}
}

@media (max-width: 767px){
	.mobile-logo {
	   display: none;
	}

	.main-head .title .mobile-logo + .logo-image {
		display: block;
	}

	/* BANNER ADS STYLING */
	.banner-ad.desktop-only {
		display: none;
	}
	.banner-billboard {
		width: 320px;
		height: 50px;
	}

	.banner-inner p {
	    padding: 5px;
	    font-size: 22px;
	}

	.banner-filmstrip {
		height: 300px;
	}

	.banner-leaderboard {
		width: 320px;
		height: 60px;
	}
}

@media only screen and (min-width: 941px) {
	.navigation .menu > li > a {
			padding: 0 2px;
	}
}

@media only screen and (min-width: 1050px) {
	.navigation .menu > li > a {
			padding: 0 5px;
	}
}

@media only screen and (min-width: 1070px) {
	.navigation .menu > li > a {
			padding: 0 10px;
	}
}

@media only screen and (min-width: 1201px) {
	.navigation .menu > li > a {
			padding: 0 15px;
	}
}

.gform_wrapper input {
    height: unset;
    padding: 10px;
}

.wp-editor-tools {
	clear: both;
	margin: 10px 0;
}

body .gform_wrapper .top_label div.ginput_container {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0px !important;
}

.gpnf-nested-entries {
	margin: 10px 0px !important;
}

.gpnf-add-entry,
.gform_wrapper .gform_footer input[type=submit] {
	opacity: 1;
    font-size: 11px !important;
    padding: 15px 30px;	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.gpnf-add-entry:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
	opacity: 0.7;
}

.post-content li, 
.textwidget li {
	padding-left: 0px !important;
}

.tingle-modal {
	overflow:scroll !important;
}

.ginput_container_consent input[type=checkbox] {
	width: unset !important;
    margin: 0 10px;
    vertical-align: inherit !important;
}

#field_6_13 > label.gfield_label {
	margin-bottom: 0px !important;
    line-height: 27px !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 40px;
}

.gpnf-modal .gpnf-modal-header,
.tingle-btn--primary {
	background-color: #68dff9 !important;
	opacity: 1;
	transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
}

.tingle-btn--default {
	background-color: #000 !important;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
}

.tingle-btn--primary:hover,
.tingle-btn--default:hover {
	opacity: 0.6;
}
