/*
 Theme Name:   Twenty Sixteen Child
 Description:  Twenty Sixteen Child Theme
 Author:       av
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  twentysixteen-child
*/

body {
    background: #ffffff;
}
table, td, th {
    border: none;
}

table{
	/*width: auto;*/
}
/*
header#masthead {
	display: none;}*/

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus{
	background-color: #1762ae;
	border-radius: 10px;
	
}
.site-inner {
	margin: 0 auto;
	width:100% !important;
	position: relative;
}

.site-content {
	padding: 0 !important;
}

.logo_water {
    height: 45px;
    background-color: black;
}

.well_img {
    text-align: center;
    width: 100%;
}

.well_img img {
    width: 60px;
}

.logo_water img {
    vertical-align: middle;
    float: right;
    width: 125px !important;
   
}
.logo_water img { padding:5px !important;}
.city_wtrbtn img{
    border-radius: 10px !important;
    border: solid 3px #a6a6a6 !important;
}
.city_wtrbtn img:hover{
    border-radius: 10px !important;
    border: solid 3px #1762ae !important;
}
.well_wtrbtn img{
    border-radius: 10px !important;
    border: solid 3px #a6a6a6 !important;
}
.well_wtrbtn img:hover{
    border-radius: 10px !important;
    border: solid 3px #1762ae !important;
}


.wellwater_div h2 {
    text-align: center !important;
    text-decoration: underline !important;
    color: #1762ae !important;
	padding:15px;
}
.citywater_div h2 {
    text-align: center !important;
    text-decoration: underline !important;
    color: #1762ae !important;
	padding:15px;
}


/*new area css*/
.massg-us input {width: 21%;text-align: center;}


p {
	margin: 0;
	font-size: 33px;
}
.divid-hmmm{
background-color: #70d2f6;
	width:60%;
	margin: 0px auto;
	border-radius: 30px;
	font-size: 30px;
}
.massg-us input {
	width: 21%;
	text-align: center;
}
.send-msg
{
	background-color: #0384ff;
	width:200px;
	border-radius: 10px;
	margin:0 auto;
	height:50px;
	 
	color:white;
	font-weight:500;
}
.send-msg
{   padding: 3px;}
.send-msg img {    width: 20px;}

/*19-04-2019*/
.option_div h4 {color: #ffffff !important}
.well_possibleera p {    font-size: 16px;}
.bottom_div p {    font-size: 18px;}
.massg-us input[type="text"] {    margin-bottom: 10px;}
.citywater_div h2,.wellwater_div h2{    text-transform: uppercase;}
.divid-hmmm img {    width: 40px;}
.divid-hmmm {    padding: 20px;}

.txt_red{
    color: red;
    font-size: 16px;
    text-align: center;
}
.mail_msg{
	width: 40%;}
.mail_msg{
    margin: 0px auto;
    border: 1px solid gray;
    border-radius: 10px;
    min-height: 300px;
	padding-top: 10px;
	margin-bottom: 15px;
}
input.btn_send_msg {
    background: #00aeef;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 22px;
}
  input.btn_send_msg {
    margin-bottom: 50px;
	padding: 16px 64px;
}
.site-header {
    padding: 0px !important;
    /*padding-right: 245px !important;*/
}
.mobile-menu{
    display: none;
}
.main-navigation .primary-menu > li {
    float: unset;
}
div#site-header-menu {
    position: absolute;
    left: 24px;
    top: -10px;
}

.site-header-main {
    position: relative;
}

.site-branding {
    margin-left: 70px !important;
}

header#masthead {
    position: absolute;
}
ul#menu-slider-menu {
    /* padding-left: 40px; */
}
header#masthead {
    width: 100%;
}


nav#site-navigation.collapse.show {
    width: 100% !important;
}

.main-navigation li {
    border: none;
    position: relative;
}
.main-navigation .primary-menu {
    border-bottom: 0px;
}

nav#site-navigation {
    display: block;
    position: relative;
    left: -200px;
    -ms-transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -ms-transition: right .5s ease;
    -webkit-transition: left .5s ease;
    transition: left .5s ease;
}

.menu_show{
    left: 0 !important;
    width: 270px;
    padding-top: 10px;
    padding-left: 46px !important;
}

nav#site-navigation {
    background: #000000bf;
    position: fixed;
    top: 0;
    padding-left: 15px;
    height: 100vh;
}

ul#menu-slider-menu a {
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}
ul#menu-slider-menu a:hover {
    color: #bbbaba;
}
ul#menu-slider-menu {
    margin-bottom: 20px;
}

header#masthead {
	z-index: 199;
}

ul#menu-slider-menu {
	z-index: 9999;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    cursor: default !important;
    pointer-events: none;
}
.main-navigation .current-menu-item > a:hover,
.main-navigation .current-menu-ancestor > a:hover {
	color: #fff !important;
}

@media only screen and (max-width: 799px){
    header#masthead {
        position: absolute;
    }
    header#masthead {
        position: relative;
        margin-bottom: 15px;
    }
    div#site-header-menu {
        top: -5px;
    }
    .menu_show{
        width: 70%;
        padding-top: 0px;
        padding-left: 24px !important;
    }
   
}