/* ===================================================================================

* Theme Name: Nimo Child
* Theme URI: https://themexriver.com/wp/Nimo
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: Creative Digital Agency WordPress Theme
* Version: 1.0.1
* Template: nimo
* Text Domain: nimo-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of Nimo updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes


* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
/* Blog single page header and breadcrumbs */
.single-post .nm-breadcrumb-wrap {
	align-items: center; 
}

.single-post .tz-blog-details-text h1, .single-post .tz-blog-details-text h2, .single-post .tz-blog-details-text h3 {
	color: #333;
}

h1{
    font-size:42px;
}

h2{
    font-size:36px;
}

hr {
	margin-bottom: 24px !important;
}

/* Bullet points color */
ul li::marker,
ol li::marker {
	color: #00b5cc;
}

.nm-breadcrumb-list a::after {
	content: ">";
	position: absolute;
	right: 1px;
	top: 11px;
	transform: translateY(-50%);
	background-image: none;
	width: 18px;
	height: 18px;
	color: #aaa;
}

.wpcf7-form {
	width: 600px;
	margin: 0 auto 60px;
}

.wpcf7-form label {
	margin-top: 8px;
}

.wpcf7-form .wpcf7-submit {
	width: 600px;
	margin: 15px auto 0;
	text-align: center;
	background-color: #d6f345;
	padding: 15px;
	border: none;
	border-radius: 8px;
}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	width: 600px;
	border-radius: 8px;
}

@media screen and (max-width: 768px) {
	.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, .wpcf7-form .wpcf7-submit {
		max-width: 90%
}
}