/*!
Theme Name: Playoza Child
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Playoza Child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: playoza-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: playoza
Template Id: prod-31126
*/

#toTop {
	cursor: pointer;
}

.search-form .search-form__submit.btn {
    padding: 18px 20px;
    margin-left: 10px;
    font-size: 16px;
    border: 2px solid #999999;
    border-radius: 8px;
    background: transparent;
    color: #999999;
}

.search-form .search-form__submit.btn:hover {
    border: 2px solid #FFF;
		color: #FFF;
}

html body .posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots) {
	color: #999999;
    border-radius: 8px;
    display: inline-block;
    width: 40px;
    height: auto;
    text-align: center;
    line-height: 40px;
    border: 2px solid #999999;
}

html body .posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots):hover, html body .posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots).current {
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #000410;
}

body input[type='text'], body input[type='email'], body input[type='url'], body input[type='password'], body input[type='search'], body input[type='number'], body input[type='tel'], body input[type='range'], body input[type='date'], body input[type='month'], body input[type='week'], body input[type='time'], body input[type='datetime'], body input[type='datetime-local'], body select, body textarea {
    padding: 17px 30px;
    border: 2px solid #999999;
    background-color: transparent;
    color: #999999;
    border-radius: 8px;
}

input[type='text']::placeholder, input[type='email']::placeholder, input[type='url']::placeholder, input[type='password']::placeholder, input[type='search']::placeholder, input[type='number']::placeholder, input[type='tel']::placeholder, input[type='range']::placeholder, input[type='date']::placeholder, input[type='month']::placeholder, input[type='week']::placeholder, input[type='time']::placeholder, input[type='datetime']::placeholder, input[type='datetime-local']::placeholder, select::placeholder, textarea::placeholder {
    color: #999999;
}

input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='range']:focus, input[type='date']:focus, input[type='month']:focus, input[type='week']:focus, input[type='time']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, select:focus, textarea:focus{
    border: 2px solid #FFF;
    color: #FFF;
}

@media(max-width:767px){
	.search-form .search-form__submit.btn{
		padding: 16px;
	}
}