/*
Theme Name: The Krause Law Theme
Theme URI: https://kgwlegal.com/
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Pushpendra
Author URI: http://www.pushpendra.net
Tags: white, simple, fixed width, two columns, widgets, clean
Text Domain: kgwlegal
*/


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
}

a img {
	border: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 15px 15px;
	display: inline;
}

img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

/* End Images */

@media screen and (min-width: 992px) {
	.main-content h2 {
		font-size: 32px;
		line-height: 1.2;
	}
}

.blog h2 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.post img {
	height: auto;
	width: 100%;
	border: 1px solid #ccc;
	margin: 15px auto;
	float: none;
}

/* 404 Page CSS  */

/* General Styling for 404 Page */
.NotFound_Page {
	padding: 80px 0;
	text-align: center;
	background-color: #f9f9f9;
}

.NotFound_Page h1 {
	font-size: 48px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

.NotFound_Page p {
	font-size: 18px;
	color: #666;
	margin-bottom: 30px;
	line-height: 1.6;
}

/* Styling for the Search Form */
.search-form-container {
	margin: 20px 0;
}

.search-form-container input[type="search"] {
	width: 70%;
	padding: 12px 15px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: none;
	transition: all 0.3s ease;
}

.search-form-container input[type="search"]:focus {
	border-color: #007bff;
}

.search-form-container input[type="submit"] {
	padding: 12px 20px;
	background-color: #007bff;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 10px;
	transition: all 0.3s ease;
}

.search-form-container input[type="submit"]:hover {
	background-color: #0056b3;
}

/* Links Styling */
.NotFound_Page ul {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.NotFound_Page ul li {
	font-size: 18px;
	margin: 10px 0;
}

.NotFound_Page ul li a {
	color: #007bff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.NotFound_Page ul li a:hover {
	text-decoration: underline;
	color: #0056b3;
}
div#wpadminbar {
    z-index: 999999 !important;
}
.Top_Numder i {
    font-size: 20px;
    color: #17144C;
}
.f_cities {
/*    text-align: center;*/
    margin: 20px 0;
   
}
.f_cities .city_menus li {
    display: block;
}
.f_cities .city_menus {
    margin-top: 20px;
     column-count: 2;
}
.pt-0{
	padding-top: 0px;
}
.contact-sec{
	margin: 0 !important;
}
.footer_form {
    padding: 50px 0;
    background: #303553;
}
.footer_form .inquiries_form .h2{
	color: #fff;
}
.footer_form .inquiries_form .gform_fields label {
    color: #fff;
}
@media screen and (max-width: 767px) {
	.f_cities .city_menus {
    
     column-count: inherit;
}
}

.f_map .col-md-5{
	padding:0px;
	margin-right:10px;
}

.heading_video_sidebar {
    text-align: center;
}
.SideBar > div.heading_video_sidebar {
    padding: 0 !important;
}
.SideBar .heading_video_sidebar .h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 0px;
    display: block;
}


