/*!
Theme Name: webizseo
Theme URI: http://underscores.me/
Author: webizseo
Author URI: https://www.webizseo.com/
Description: A wordpress theme by WebizSEO.
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: webizseo
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.

webizseo 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/
*/
/* Webizseo CSS */
/* Header */
.current {
    color: #ee212b !important;
}
.header-menu.menu-layout1 {
	border-bottom: 1px solid #ee212b;
}
#meta-3 .widget-title {
    display: none;
}
#meta-3 ul li:nth-child(-n+1), #meta-3 ul li:nth-child(n+3) {
    display: none;
}
#meta-3 a {
    background-color: #082c4b;
    color: #fff;
    padding: 10px 30px;
}
nav.template-main-menu > ul > li > a {
	font-weight: 500;
}
.inner-page-banner .breadcrumbs-area ul li {
	font-weight: 400;
}
.blog-wrap-layout4 {
	padding: 4rem 0 2rem;
}
.service-box-layout6 .item-img {
	margin-bottom: 0;
}
.blog-box-layout3 {
	-webkit-box-shadow: 0.5px 0.5px 5px 0.5px #e9e9e9;
    -moz-box-shadow: 0.5px 0.5px 5px 0.5px #e9e9e9;
    box-shadow: 0.5px 0.5px 5px 0.5px #e9e9e9;
	transition: 0.2s;
}
.blog-box-layout3:hover {
	-webkit-box-shadow: 1px 1px 15px 1px #082c4b2e;
    -moz-box-shadow: 1px 1px 15px 1px #082c4b2e;
    box-shadow: 1px 1px 15px 1px #082c4b2e;
}
.blog-box-layout3 .item-content {
	background-color: #fff;
}
.blog-box-layout3 .item-content {
	padding: 20px 20px 10px;
}
.blog-box-layout3 .item-content .item-title {
	line-height: 1.2;
}
.blog-box-layout3:hover .item-content .item-title a {
	color: #ee212b;
}
.single-blog-wrap-layout1 {
    padding: 4rem 0;
}
.heading-layout1.heading-light h2, .heading-layout1.heading-light h3 {
    color: #000;
}
.wn-single-post-title-box {
    margin-bottom: 0;
}
.wn-single-post-title-box h2 {
	text-align: left;
}
.item-content {
    background-color: #f8f8f8;
    padding: 16px 20px;
}
.wn-bg-white {
	background-color: #fff;
	padding: 16px 0;
	margin-bottom: 0 !important;
}
.wn-bg-white .entry-meta {
	margin-bottom: 0 !important;
}
.widget-post {
	padding: 20px 10px 20px 14px;
}
.wn-sidebar-post img {
    width: 90px;
    height: 80px;
}
.single-blog-box-layout1 .post-img {
    margin-bottom: 0;
}
.blog-box-layout3 .item-content .entry-meta {
	padding-bottom: 6px;
	margin-bottom: 8px;
}
.blog-box-layout3 .item-content .entry-meta li {
	font-size: 12px;
}
.blog-box-layout3 .item-content .entry-meta li i {
    font-size: 15px;
    color: #082c4b;
    margin-right: 10px;
}
.service-box-layout6 .item-content p {
	margin-bottom: 14px;
}
.wn-pagination-links, .wn-view-all-btn2 {
    text-align: center;
    margin-bottom: 12px;
}
.wn-view-all-btn2 a {
	background-color: #082c4b;
	border-color: #082c4b;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding: 14px 20px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.page-numbers {
	display: inline-block;
	border: 1px solid #c2c2c2;
	font-size: 14px;
	font-weight: 500;
	color: #082c4b;
	padding: 0px 10px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-right: 4px;
}
.page-numbers:hover {
	background-color: #082c4b;
	border-color: #082c4b;
	color: #ffffff;
}
.page-numbers.current {
    background-color: #082c4b;
    color: #fff !important;
    border-color: #082c4b;
}
.wn-home-service-h3 {
	font-size: 18px;
}
.single-blog-box-layout1 .item-content .entry-meta li {
	font-size: 13px;
}
.wn-home-service-item-content p {
	font-size: 14px;
	line-height: 2rem;
	margin-bottom: 0;
}
.widget-service {
	padding: 20px 30px 0;
}
.widget-post .media .media-body .post-title {
	font-size: 15px;
	line-height: 1.3;
}
.blog-box-layout3 .item-img img {
	height: 247px !important;
}
/* Contact */
.contact-wrap-layout2 {
    padding: 4rem 0;
}
.contact-box-layout2 .contact-form {
	padding: 30px 40px 20px;
}
.wn-contact-field {
    width: 100%;
    border: none;
    background-color: #f1f1f1;
    padding: 10px 22px;
    font-size: 16px;
    color: #111111;
}
/* 404 */
.error-page-wrap-layout1 {
	padding: 5rem 0;
}
.error-page-box-layout1 .item-subtitle {
	margin: 0 auto 30px;
}
/* footer */
.footer-wrap-layout1 {
	background-color: #000;
	margin-top: 24px;
}
.inner-page-banner::after {
    background-color: #082c4b;
}
.footer-box-layout1 .footer-logo {
    margin-bottom: 20px;
}
.footer-box-layout1 .footer-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.footer-menu-list li i {
	color: #ee212b;
    position: absolute;
    display: block;
    width: 4%;
}
.footer-menu-list li a {
    font-size: 14px;
	padding: 0 !important;
	margin-left: 14px;
    display: block;
    width: 96%;
}
.footer-box-layout1 .footer-menu-box .footer-menu-list li {
    margin-bottom: 10px;
    line-height: 2rem;
    position: relative;
}
.footer-box-layout1 p {
    font-size: 15px;
	color: #fff;
	font-weight: 300 !important;
	line-height: 1.6;
}
.footer-bottom-wrap-layout1 {
    border-top: 1px solid #ee212b;
}
.wn-copyright-img {
    vertical-align: sub;
}
/* PC */
/* Mobile */
@media screen and (max-width: 991px) {
	.mean-container .mean-bar .mobile-menu-nav-back::before {
		background-color: #fff;
	}
	.mean-container .mean-bar .mobile-menu-nav-back {
		height: 60px;
		border-bottom: 1px solid #ee212b;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	}
	.inner-page-banner {
		padding: 30px 0 10px;
	}
	.inner-page-banner .breadcrumbs-area h1 {
		font-size: 18px;
	}
	.wn-single-post-title-box h2 {
		font-size: 22px;
		line-height: 28px;
	}
	p {
		line-height: 2.8rem;
	}
	.wn-mobile-hidden {
		display: none !important;
	}
}