/*
Theme Name:  theme55716
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: theme55716
Template:    cherryframework4
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
body {
	overflow-x: hidden;
}
.hfeed .site-header .custom-header-widget-top .custom-html-widget .custom-top-p {
	padding-bottom: 10px;
}
@media (max-width:767px){
.attachment-image-size-2.size-image-size-2.wp-post-image {
	max-width: 258px !important;
}}

@media (max-width:1200px) {
.cherry-posts-list.style_3 .cherry-posts-item .inner .inner_box {
	min-height: 92px !important;
}}

.single .hentry  .entry-meta.entry-meta-top, .single .paging-navigation a span {
	display:none;
}

div.portfolio-wrap div.portfolio-item.simple-scale-hover .rollover-content.touchover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.single-post h3 strong a{
	color: red;
}

.single-post h3 strong a:hover{
	color: black;
}

.site-footer .static-footer-sidebars ul.cherry-follow_list li a i.fa.fa-youtube::before {
	content: "\f16a";
}

.ccw_plugin.style2-sc a.ccw-analytics {
	color: #ff0000 !important;
}
.ccw_plugin.style2-sc a.ccw-analytics:hover {
	color: #282e34 !important;
}
