/*
Theme Name:Impatto
Description:Premium WordPress Theme Developed by Zedthemes.
Author: Zedthemes Team
Theme URI: http://zedthemes.com/impatto/
Version:1.0
Author URI: https://themeforest.net/user/zedwebthemes
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Description:this theme create on 2017 for wordpress.
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: impatto
*/
/*----------------
	Table CSS
	1. Defaut WordPress Css
	2. Grid-col
---------------*/


/*-----------------------------
	1. Defaut WordPress Css
------------------------------------*/
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}
.fw-wrap-search-form {
	display:none;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}
.sticky .entry-date {
	display: none;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.screen-reader-text {
	display: none;
}
.about_blog.single-page {
	margin-top:40px;
}
.bypostauthor > article .fn:before {
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before, .widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
.wp-caption {
	max-width: 100%;
}
/* FB Like */

.sl-button {
	line-height: 1;
}
a.liked {
	color: #da1b1b;
}
a.liked span.sl-count, /* Icon */ .sl-icon {
	margin-right: 0.3125em;
	vertical-align: middle;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}
/* Count */
.sl-count {
	font-size: 0.625em;
	text-transform: uppercase;
	vertical-align: middle;
}

/*-----------------------------
	2. Grid-col
------------------------------------*/
.grid-3-col.grid_style:nth-child(2n+1) {
  clear: inherit;
}
.grid-3-col.grid_style:nth-child(3n+1) {
  clear: left;
}
.grid-item.grid-3-col {
  margin: 0 1%;
  width: 31%;
}
.owl-item {
  direction: ltr;
}
.follow_us > ul {
	margin: 0 auto;
	padding: 0;
}
/*-----------------------------
	3. Footer(CSS Added Aniket)
------------------------------------*/

footer{ background:#323232;border-bottom: 8px solid #bc3b45;color: #bcbec0;}
footer .sec{border: 1px solid #434343;padding: 25px;height: 230px;}
footer a,footer a:hover,footer a:focus{color: #e6e7e8!important;}
footer .bottom_footer {background: #373737;padding: 15px 0;font-size: 14px;color:#eaeaea;}
footer .bottom_footer .credit{ text-align:right;display: block;}	
footer .top_footer{padding: 10px 10px;border-bottom: 1px solid #bc3b45;
 color: #fff;}
 footer .middle_footer{    padding: 15px 0px;}
footer .middle_footer ul a li{color: #e6e7e8;font-size: 16px;margin-bottom: 5px;}
footer .middle_footer ul{list-style: none;padding: 20px 0px;text-align: left;}
footer #mobile_footer {padding: 10px 20px;color: #fff;}
#mobile_footer h3{border-bottom:1px solid #bc3b45;padding-bottom:5px;}
footer #mobile_footer  ul {padding: 10px 0px;}
footer .top_footer h3 {   
    color: #fff;
	font-size: 18px;
    text-transform: uppercase;	
    line-height: 1.1;
	margin-top: 20px;
    margin-bottom: 10px;
}
footer {
    background: #323232;
    border-bottom: 8px solid #bc3b45;
    color: #bcbec0;
}

.kc-container .kc-wrap-columns .kc-col-container .kc_text_block a
{
	text-decoration: underline;
}
.kc-container .kc-wrap-columns .kc-col-container .kc_text_block a:hover
{
	color: #cc3745!important;
}
.comment-form-url
{
display:none;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.header_image {
	text-align:center;	
}
    footer #mobile_footer  ul{height: 320px;}
	#mobile_footer h3 { color:#fff;}
}
@media (min-width: 320px) and (max-width: 767px) {
	.header_image {
	text-align:center;
}
	footer .bottom_footer .credit{text-align: center;}
	#mobile_footer h3 { color:#fff;margin-top: 20px; }
}
@media screen and (max-width: 760px){
	.header_image {
	text-align:center;
}
	.bottom_footer {text-align: center;}}
	
