/*!
Theme Name: speedvending
Theme URI: http://underscores.me/
Author: Webdo
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: speedvending
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

speedvending is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
font-family: sans-serif;
}
.top-bar__action .custom-btn:first-child {    
	background-color: #f18226;
}
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #f18226;
}
.custom-btn.custom-btn--s1 {    
    border-color: #f18226;
}
.content-container .blockquot {
    border-left: 4px solid #f18226 !important;
}
.gallery .__item:hover .__content {
    background-color: #f18226 !important;
}
.custom-btn.custom-btn--s2 {
    background-color: #f18226 !important;
    border-color: #f18226 !important;
	color: #fff;
}
a {
	color: #fff;
	text-decoration: none;
}
label, label span, label span input, label span textarea {
	width: 100%;
    display: block;
}
label span input, label span textarea {
	border-bottom: 2px solid #e1e1e1;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
input[type="submit"] {
	background-color: #f95a3f;
    border: 0px;
    color: #fff;
	min-width: 180px;
    min-height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer--s2 .footer__line--second {
    padding-top: 19px;
    border-top: 1px solid #4c4d4e;
}
.brands-list--slider .__image {
	opacity: 1 !important;
}
.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
	width: auto !important;
}
#homeNewsletter {
	background-image: url(/img/bg_4.jpg);
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f95a3f;
	padding-top: 100px;
    padding-bottom: 120px;
	text-align: center;
}
#homeNewsletter .elementor-shortcode {
	max-width: 1140px;
	display: inline-block;    
    /*flex-wrap: wrap;*/
    margin: auto;
	text-align: left;
	padding: 0px 25px;
}
#homeNewsletter .elementor-shortcode .title {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-right: 70px;
}
#homeNewsletter .elementor-shortcode .field input[type="email"] {
	background-color: transparent;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #fff;
	padding: 10px;
	color: #fff;
	width: 550px;
}
#homeNewsletter .elementor-shortcode .field input::placeholder {
   color: #fff;
}
#homeNewsletter .elementor-shortcode .field .wpcf7-not-valid-tip {
	display: inline;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50px;
}
#homeNewsletter .elementor-shortcode input[type="submit"] {
	margin-left: 40px;
	background-color: #25272a;
	border: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.site-logo img {
		max-width: 215px;
	}
}

@media only screen and (max-width: 820px) {
	#homeNewsletter .elementor-shortcode .field .wpcf7-not-valid-tip { 
		display: block;
    	position: relative;
		top: 10px;
	}
	#homeNewsletter .elementor-shortcode input[type="submit"] {
		margin-left: 0px;
		margin-top: 30px;
	}
	#homeNewsletter .elementor-shortcode .field input {
		width: 100% !important;
	}
}