/*!
Theme Name: zplusdisposable
Theme URI: http://underscores.me/
Author: webplus
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: zplusdisposable
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.

zplusdisposable 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
span.wpcf7-list-item-label {
    color: #565656;
    font-size: 16px;
    font-weight: 500;
}

.wpcf7-list-item .first{
	margin:0;
}

ul.page-numbers{
	display: flex;
    padding-left: 0;
    list-style: none;
	justify-content: center!important;
}
/*
a.page-numbers{
	border: none;
    margin: 7px;
    color: #12a8b9;
    min-width: 35px;

    border-radius: .25rem;
}
*/
a.next 
{
    color:#565656 !important;
	background-color: #e9ecef !important;
    box-shadow:none !important; 
    padding: .375rem .75rem;
}
a.prev
{
    color:#565656 !important;
	background-color: #e9ecef !important;
    box-shadow:none !important; 
    padding:.375rem .75rem;
}
a.page-numbers{
	position: relative;
	display: block;
	text-decoration: none;

	margin: 7px;
	color: #12a8b9;
	min-width: 35px;
	
	border-radius: .25rem;
	text-align: center;
}
span.page-numbers.current{
    color:	#fff;
	border-radius: .25rem;
    text-align: center;
    min-width:35px;
	background-color: #2fa7b5;
    border-color: #2fa7b5;
    padding:.375rem .75rem;
    display:block;
}


.bloghome .cardpic {
    height: 360px;
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
}

.bloghome .cardpic>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

datalist {
  position: absolute;
  max-height: 20em;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
}

datalist option {
  font-size: 0.8em;
  padding: 0.3em 1em;
  background-color: #ccc;
  cursor: pointer;
}

/* option active styles */
datalist option:hover, datalist option:focus {
  color: #fff;
  background-color: #036;
  outline: 0 none;
}



					.no-records {
    margin: 35px auto;
    text-align: center;
    position: relative;
    padding: 20px 20px;
}

.no-records ul {
    position: relative;
    margin: 0px 0px;
    padding: 0px 0px;
}
.no-records ul li {
    display: inline-block;
    margin: 0px 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.no-records ul li i {
    background: #2FA7B5;
    width: 150px;
    height: 150px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #efefef;
    line-height: 150px !important;
    position: relative;
    top: -52px;
    margin-top: 30px;
}

.no-records ul li h6 {
    font-size: 50px;
    color: #333;
    font-family: 'poppinsmedium';
    margin: 0px 0px 0px 0px;
    line-height: 50px !important;
}
.no-records ul li small {
    font-size: 30px;
    color: #666;
}

.navbar-light .navbar-nav .active .nav-link:before {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    background-color: #2E578E;
    bottom: 0;
}


span.g-captcha-required {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

/**/
/*pagination Css
.theme-pagination{box-shadow: 0px 3px 12px -1px rgb(0 0 0 / 2%);background: #fff;padding: 7px;border-radius: 48px;}
.theme-patioginan .page-numbers li span{border: none;margin: 7px;color: #12a8b9;min-width: 35px;text-align: center;border-radius: .25rem;}
.theme-pagination .page-numbers li span:hover, .theme-pagination .page-numbers li.visible span, .theme-pagination .page-numbers li span:focus{color: #565656;background-color: #e9ecef;box-shadow: none;} 
.theme-pagination  .page-numbers li span  {background-color: #2fa7b5; border-color: #2fa7b5; } */
