/**

Theme Name: Sneak Lite
Description: Sneak Lite is a clean, minimal and responsive SuevaFree child theme, based on Bootstrap framework, with a new menu and buttons style and a different layout for the elements like sidebar and with a new fonts. Now is ecommerce ready and is optimized to work with WooCommerce and Contact Form 7 plugins.
Author: ThemeinProgress.
Author URI: https://www.themeinprogress.com
Version: 3.0.1
Template: suevafree
Tags: blog, custom-background, custom-colors, custom-header, custom-logo, custom-menu, e-commerce, featured-images, flexible-header, footer-widgets, post-formats, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, grid-layout, food-and-drink, news, photography
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

/* ===============================================
   GENERAL
   =============================================== */

a:hover ,
a:active ,
a:focus {
	text-decoration:none;
	border-bottom:none;
	outline:none;
}

a:hover,
#footer a:hover {
	color:#ff6644;
}

/* ===============================================
   BUTTONS
   =============================================== */

span.button,
.wpcf7-form input[type=submit] ,
.comment-form input[type=submit] ,
.contact-form input[type=submit] {
	background-color:#fff;
	color:#ff6644;
	border:solid 1px #ff6644;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size:14px;
	text-transform:none;
	font-weight:normal;
	min-width:120px;
	padding:12px 14px;
}

span.button:hover,
.post-article span.button:hover,
.wpcf7-form input[type=submit]:hover ,
.comment-form input[type=submit]:hover ,
.contact-form input[type=submit]:hover {
	background-color:#d14a2b;
	color:#fff;
	border:solid 1px #d14a2b;
}

.wpcf7-form input[type=submit] ,
.comment-form input[type=submit] ,
.contact-form input[type=submit] {
	margin:35px 0 -20px 0;
}

/* ===============================================
   TYPOGRAPHY
   =============================================== */

p, 
li, 
address, 
dd, 
blockquote, 
td, 
th,
.textwidget,
a.post-edit-link,
.button,
#footer a,
#footer p,
#footer li,
#footer address,
#footer dd,
#footer blockquote,
#footer td,
#footer th,
#footer .textwidget, 
#sidebar p,
#sidebar li,
#sidebar address,
#sidebar dd,
#sidebar blockquote,
#sidebar td,
#sidebar th,
#sidebar .textwidget,
#logo a span,
nav#mainmenu ul li a,
nav#mainmenu ul ul li a,
.comment-author .author,
h3#reply-title small, .logged-in-as,
.contact-form input[type=text], .contact-form textarea,
.contact-form input[type=submit],
.post-article blockquote p,
.entry-tags,
.entry-info,
#footer ul.widget-category li,
#wp-calendar th, 
#wp-calendar 
#today, 
#wp-calendar 
#today a,
#wp-calendar caption,
#sidebar .tagcloud a, 
#footer .tagcloud a,
.select-menu,
.article-header,
.comment-container,
.wp-pagenavi a, 
.wp-pagenavi a:link,
.wp-pagenavi span.current { 
	font-family:'Roboto Slab',Verdana, Geneva, sans-serif; 
}

h1,
h2,
h3,
h4,
h5,
h6,
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title,
h1.title a,
h2.title a,
h3.title a,
h4.title a,
h5.title a,
h6.title a,
h3#reply-title, 
h3.comments { 
	font-family:'Fjalla One',Verdana, Geneva, sans-serif; 
}


/* ===============================================
   HEADER
   =============================================== */

#logo a:hover { 
	color:#ff6644;
}

/* ===============================================
   CONTENTS
   =============================================== */

.post-article blockquote {
	border-color:#ff6644;
}

.post-container .title a:hover {
	color:#ff6644;
	text-decoration:none;
	border:none;
	outline:none;
}

.pin-container:after {
	display:none;
}

.post-container .post-article {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.wp-post-image:hover { 
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}

.line:before {
  background-color: #ddd;
}

footer.line {
	border:none;
}

footer.line .entry-info,
footer.line .tags {
	margin:0;
	padding:0 15px;
	text-align:left;
}

.categories {
	margin-top:40px;
}

h3#reply-title, 
h3.comments {
	text-transform:none;
	padding:0;
	background:none;
	font-weight:400
}

.logged-in-as {
	text-transform:none;
}

h3#reply-title, h3.comments {
	margin-bottom:55px;
}

.wp-caption {
	max-width: 100% !important;
}

@media screen and (min-width : 0px) and (max-width : 992px)  {	
	
	.line:before {
		background:none;
	}
	
}