/*
Theme Name: Koto
Theme URI: https://koto.qodeinteractive.com/
Description: A Unique and Inspiring Portfolio Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: koto
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* Newsletter Form */
.tnp-subscription {
	border: 1px solid #232323;
    padding: 20px;
}
.tnp-subscription h4 {
	text-align: center;
	margin-top: 0;
	letter-spacing: 1px;
}
.tnp-subscription .tnp-field.tnp-field-email input {
	font-family: Abel,sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
	color: #232323;
	text-align: center;
}
.tnp-subscription .tnp-field.tnp-privacy-field label {
	font-family: Abel,sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
	color: #232323;
	text-align: center;
}
.tnp-subscription .tnp-field.tnp-field-button {
	margin-bottom: 0;
}
.tnp-subscription .tnp-field input[type="submit"] {
	-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	cursor: pointer;
	width: 100%;
    height: 55px;
    background: #232323;
    font-family: Abel,sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .3em;
    text-transform: uppercase;
	border: 2px solid #232323;
}
.tnp-subscription .tnp-field input[type="submit"]:hover {
	background: none;
    border: 2px solid #232323;
    color: #232323;
}

/* Cookie PopUp */
#cookie-law-info-bar {
	padding: 20px !important;
}
#cookie-law-info-bar .cli-bar-container .cli-bar-message {
	font-family: Abel,sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}



@media only screen and (max-width: 600px) {
	/* Newsletter Form */
	.tnp-subscription {
		max-width: 100% !important;
		margin: 15px 20px !important;
		width: auto !important;
	}
}