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

mansi 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.
 */
.form-inline.double-input .form-control {
    width: 49%;
}
.form-control {
    background: rgb(255 255 255);
    color: rgb(206 206 206);
    font-size: 15px;
    font-weight: 700;
    padding: 11px;
    width: 100%;
    height: auto;
    outline: 0px;
    border: 2px solid rgb(232, 235, 237);
    box-shadow: none;
    transition: all 0.2s ease 0s;
    margin-bottom: 7px !important;
}
#menu-item-23 a {
	
  color: rgb(255, 255, 255);
    margin-right: 0px;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out 0s;
    opacity: 1 !important;
    background-color: rgb(44, 75, 148);
	color:#fff;
	font-size: 15px;
    font-weight: 700;
    /* opacity: 0.8; */
    padding: 9px 15px;
    border-radius: 5px !important;
}

#menu-item-23 a :hover {
	background: rgb(254 197 229);
}

.navbar-nav>li>a {
   
    text-transform: uppercase;
}
section.page-head.bg-img.p-y-md {
    background: #fec5e5 !important;
}
.widget .input-group {
    display: flex;
}button#searchsubmit {
    padding: 4px 10px;
    white-space: inherit;
    background: #fec5e5;
}.input-group-addon:last-child {
    border-left: 0;
    background: #fec5e5;
    border: navajowhite;
}
.widget {
    margin-bottom: 22px;
    display: inline-block;
    width: 100%;
}

.side-bar {
	
 padding: 20px;
    border: 1px solid #ddd;
	
	}  



.comment-form label {
    display: block;
    padding-top: 10px;
}

.comment-form textarea#comment {
    width: 100%;
}

.comment-form input {
    width: 100%;
    padding: 10px 8px;
}

input#submit {
    background: #2c4b94;
    border: navajowhite;
    color: #fff;
}

p.comment-form-cookies-consent {
    display: flex;
    justify-content: inherit;
    align-items: center;
}

input#wp-comment-cookies-consent {
    float: left;
    width: 3%;
}
.widget.text-left.m-t-md.contact {
    padding: 30px;
    background: #f2f2f2;
}

.closeup-box.closeup-right img.img2 {
    position: absolute;
    width: auto;
    left: 31px;
    bottom: auto;
}
@media only screen and (max-width: 600px) {
.post-thumbnail img {width:100% !important;height: auto !important;}
}
}