/*
Theme Name: tribematch
Description: tribematch  is simple responsive SEO friendly theme. 
Version: 0.1
Tags:  blog, news, featured-images, one-column, theme-options
Text Domain: tribematch
Domain Path: tribematch 
Author: A2Z Developing Team [tanand79gmail.com] 
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wpforms-confirmation-container-full {
	background: transparent !important;
	border: 1px solid #ccc !important;
}

.wpforms-field-container input {
	height: 60px !important;
	font-size: 17px !important;
	color: #010101 !important;
	font-family: "lato", Sans-serif;
	background: #fff !important;
	border: 2px solid #ccc !important;
}
.wpforms-field-container textarea {
	font-size: 17px !important;
	color: #010101 !important;
	font-family: "lato", Sans-serif;
	background: #fff !important;
	border: 2px solid #ccc !important;
}
.wpforms-field-container input::placeholder, .wpforms-field-container textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #010101 !important;
  opacity: 1; /* Firefox */
}

.wpforms-field-container input:-ms-input-placeholder, .wpforms-field-container textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #010101 !important;
}

.wpforms-field-container input::-ms-input-placeholder, .wpforms-field-container textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #010101 !important;
}
#wpforms-submit-173 {
	background-color: #ac2318;
	color: #ffff;
	font-family: "poppins", Sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px 50px;
	font-weight: 800;
	width: 100%;
	letter-spacing: 0px;
}
header#masthead, footer#colophon {
	display: none;
}
input.news-text {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #7a7777;
    padding: 20px;
    width: 70% !important;
    border: none;
    outline: none !important;
    border-radius: 50px;
}
input.news-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 22px !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    width: 30% !important;
    background-color: #4c2197;
    border: none;
    border-radius: 50px;
    margin-left: 20px;
	cursor: pointer !important;
}
.newsletter-form {
    display: flex;
}
/*.mc4wp-alert.mc4wp-success p, .mc4wp-response p {
    color: #fff;
    margin-top: 30px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
}*/
.mc4wp-alert.mc4wp-success p, .mc4wp-response p {
	color: #fff;
	margin-top: 30px;
	text-align: center;
	font-family: 'Roboto';
	font-size: 21px;
	font-weight: 700;
	text-shadow: 0px -1px #ffffff54;
}
/*RESPONSIVE*/
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1270px) {

}
@media screen and (max-width: 1023px) {

}

@media screen and (max-width: 767px) {
.newsletter-form {
	display: block;
}
	input.news-text {
    font-size: 16px;
    width: 100% !important;
}
input.news-btn {
    font-size: 16px !important;
    margin-left: 0px;
	    margin-top: 20px;
	    width: 100% !important;
}
}

@media screen and (max-width: 480px) {

}
@media screen and (max-width: 414px) {

}