/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* -- Parent Menu -- */
body #top-menu-nav {
	color: red;
}

nav#top-menu-nav {
    width: 100%;
}
ul#top-menu {
	display: flex;
	justify-content: space-between;
}
ul#top-menu li a {
    font-size: 18px;
    font-weight: 100;
}
ul#top-menu li a:after {
    top:10px !important;
}
#logo{
	max-height: inherit;
}
.menu-item-type-custom a{
	text-transform: uppercase;
}
.card-section .Looking-ahead,
.populer-forms-mian{
	height: auto;
}

.division_wrap .et_pb_column .et_pb_module .et_pb_text_inner a.division_anc {
    color:#fff;
}
.division_wrap .et_pb_column .et_pb_module .et_pb_text_inner a.division_anc:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.division_wrap .et_pb_column .et_pb_module .et_pb_text_inner a.division_anc img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.division_wrap .et_pb_column .et_pb_module .et_pb_text_inner a.division_anc img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.tribe-events-list-widget-events .list-tribe-event{
	float: left;
    overflow: hidden;
    font-weight: bold;
    margin: 17px 5% 10px 0;
    padding: 3px;
    width: 15%;
    text-align: center;
    display: inline;
    background: #fefefe;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tribe-events-list-widget-events .list-tribe-event .list-dayname {
	font-size:9px;
	background: #223F9A;
    color: #fefefe;
    padding: 3px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tribe-events-list-widget-events .list-tribe-event .list-daynumber {
	color: #223F9A;
    font-size: 15px;
    width: 100%;
    line-height: 22px;
    display: block;
    text-align: center;
}
.tribe-events-list-widget-events .list_date{
    margin: 10px 0;
    display: inline;
    line-height: 1;
    float: left;
    width: 80%;
}
.list_date .tribe-event-title{
	padding-bottom:0px;
}

.list_date .tribe-event-duration span{
	font-size:15px;
	
}
.tribe-events-list-widget {
	margin-bottom: 0!important;
}

.tribe-events-list-widget ol.tribe-list-widget {
	margin-top: 30px;
	padding: 0;
}

.tribe-events-list-widget ol.tribe-list-widget li {
	padding: 0;
	font-weight: normal;
	border-bottom: 1px solid;
    padding-bottom: 1.25rem;
}

.tribe-events-list-widget ol.tribe-list-widget li h4,
.tribe-events-list-widget ol.tribe-list-widget .tribe-event-duration {
	border: 0;
	font-weight: normal;
	font-family: 'Segoe UI';
}

.tribe-events-list-widget ol.tribe-list-widget li h4 a {
	color: #fff;
	font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
}

.tribe-events-list-widget .tribe-events-widget-link {
	text-align: right;
}

.tribe-events-list-widget .tribe-events-widget-link a {
	background-color: #05b59e;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100px;
    font-size: 15px;
    font-weight: 600;
}

.announcements-main .annoncements-text,
.tribe-events-list-widget > h4  {
    border: 1px solid #fff;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    padding-bottom: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
.announcements-main .more-button{
	background-color: #05b59e;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    color: #ffff;
}
.announcements-main .more-button:hover{
	background-color: #048876;
	cursor: pointer;
}
.how-do-i-main .how-do-list span.pdf-list{
		font-size: 20px;
    font-weight: bold;
    color: #000;
}
.how-do-i-main .how-do-list span.pdf-list:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    /* border: 1px solid #000; */
    background-color: #000;
    margin-right: 10px;
}
.how-do-i-main .how-do-list{
	list-style-type: none;
    width: 100%;
    margin: 0 auto;
    padding-left: 43px;
}
.how-do-i-main a img{
	width: 45px;
    margin-bottom: 18px;
}    

.load_more_div { text-align: center; position: relative; }
.load_more_div > img {
    position: absolute;
    top: 0;
    right: 42%;
    max-height: 43px;
}
.load_more_div .load_more {
    padding: 10px;
    display: block;
    width: 200px;
    margin: 0 auto;
    background: #223f99;
    color: #fff;
    margin-top: 10px;
}
.load_more_div .load_more:hover {
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
    transition: all 280ms ease-in-out;
}
.load_more_div .no_more_data {
    padding: 10px;
    display: block;
    width: 200px;
    margin: 0 auto;
    background: #ccc;
    color: #000;
    margin-top: 10px;
}
.load_more_div .no_more_data:hover {
    cursor: not-allowed;
    border-radius: 5px;
    font-size: 15px;
    transition: all 280ms ease-in-out;
}

#top-menu li.menu-item {
    border-bottom: 1px solid #fff;
}
#top-menu li.menu-item:last-child {
    border-bottom: none;
}
div.single_health_inspections {
	margin-top : 5%;
}
/*.centered-inline-logo-wrap .logo_container a img#logo{
	position: absolute;
    bottom: 0;
    height: auto;
    top: 10px;
    margin: 0 auto;
    right: 0;
    max-height: inherit;
    width: 140px;
}
.et_header_style_split .centered-inline-logo-wrap{
    width: 140px !important;
}*/
/*.et_pb_gutters3 .footer-widget {
	margin-right: 1.5%;
}*/

.resp-tab-item .badges, .resp-accordion .badges {
    background: #3499B8;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 12px;
    color: #eee;
    margin: 0 0 0 5px;
}
.looking-ahead,
.announcements-main {
    height: 100%;
}
.press_releases .more-button {
    background-color: #05b59e;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    color: #ffff;
}
.press_releases a.viewall{
    margin-left: 10px;
}
.press_releases .more-button:hover{
    background-color: #048876;
    cursor: pointer;
}
.post_title{
	font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 0;
    font-weight: 400;
}
.press_release_no{
	padding: 13px 0;
}
.press_release_no span{
	font-weight: 600;
	font-size: 17px;
}
.press_content{
	margin-bottom: 70px;
	font-size: 17px;
	font-weight: 600;	
}
.press_releases .press_left{
	width: 50%;
    display: inline-block;
    float: left;	
}
.press_releases .press_left img{
    width: 85%;
}
.press_releases .press_left .press_left_img{
	width: 90%;
}
.press_releases .press_right{
	display: inline-block;
    width: 50%;
    /*height: 45vh;*/
}
.ppform_list {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.annc_list .annc_list_ul,
.ppform_list .ppform_list_ul{
	list-style-type: none;
    text-align: left;
    padding: 0;
    margin-top: 30px;
}
.annc_list_ul .annc_list_li .annc_list_li_a,
.ppform_list_ul .ppform_list_li .ppform_list_li_a{
	font-size: 18px;
    line-height: 0;
    color: #fff;
    font-weight: 400;
}
.annc_list_ul .annc_list_li .annc_list_li_a:hover,
.ppform_list_ul .ppform_list_li .ppform_list_li_a:hover{
	color: #ada5a5;
}
.annc_list_ul .annc_list_li{
	margin: 14px 0;
}
.ppform_list_ul .ppform_list_li{
    padding: 5px 0 20px 0;
    border-bottom: 1px solid;
}

li.ppform_list_li:nth-last-child(1) {
    border-bottom: none;   
}
.related_sites h2{
    margin-left: 10px;
    color: #fff;
    border-bottom: 1px solid;
    margin-bottom: 5px;
}
.footer_center {
    text-align: center;
}
.footer-widget #text-7 .textwidget .footer-ul{
	list-style-type: none;
}



.centered-inline-logo-wrap {
width: 140px !important;
}
.centered-inline-logo-wrap img {
max-height: inherit;
width: 100%;
margin-top: 10px;
position: absolute;
left: 0;
}
.et-fixed-header .centered-inline-logo-wrap{
	width: 90px !important;
}
.up_image_text{
	position: absolute;
    top: 76px;
    font-size: 25px;
    /* right: 0; */
    /* left: 0; */
    width: 100%;
    text-align: center;
    z-index: 999;
}
.up_image_text .first_line{
	color: #000;
    font-weight: bold;
    padding-bottom: 23px;
    text-shadow: 1px 2px 2px #fff;
}
.up_image_text .second_line{
	color: #1d429b;
	font-style: oblique;
	font-weight: bold;
    text-shadow: 1px 2px 2px #fff;
}
.national_network{
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.national_network img{
	width: 24%;
}
/*div#footer-widgets::first-child > .footer-widget{
	background-color: red;
}*/
.footer-widget:first-child{
	margin-right: 10px;
    width: 16% !important;
    margin-left: 2%;
}
.footer-widget:nth-of-type(2) {
   /* background-color: red;*/
    width: 38% !important;
    margin-right: 4%;
}
.footer-widget:nth-of-type(3) {
    width: 20% !important;
    margin-right: 4%;
}
.footer-widget:last-child {
    width: 14% !important;
    margin-right: 10px !important;
}
.footer_img img{
	width: 200px;
}
.footer-ul li:before{
	display: none;
}
.footer-ul li{
    font-size: 15px !important;
    font-weight: bold;
}
.footer_center{
    font-size: 15px;
    font-weight: 900;
}
/*-- Search */
.homepage-first-main-section .search-parant-div,
.homepage-first-main-section .search-parant-div .et_pb_code_inner{
    position: unset;
}
.form-group.mainContainer.elastic.input_search_btn {    
    /*z-index: 1;
    position: absolute;
    background: rgba(0,0,0,0.4);
    padding: 25px;
    bottom: 260px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 48%;
    top: -414px;*/
    z-index: 9;
    position: absolute;
    background: rgba(0,0,0,0.4);
    padding: 25px;
    /* bottom: 260px; */
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 48%;
    top: 42%;  
}
input#keysearch {
    padding: 5px;
    font-size: 16px;
    color: #2E3842;
    width: 93%;
    border: 4px solid #414099;
    border-radius: 0px;
    display: inline-block;
    height: 40px;
}
.form-group.mainContainer.elastic.input_search_btn #search_data {
    padding: 16px 15px;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    position: absolute;
}
.ex_search p span.advanced_search{
    color: #fff;
}
.mainContainer.elastic #search_data {
    background: #414099 url("../Divi-child/images/search.png") no-repeat scroll center;
    border: 4px solid #414099;
    line-height: 12px;
    padding: 12px 0;
    width: 40px;
}

.search_loader {
    display: none;
    max-width: 25px;
    position: absolute;
    right: 90px;
    top: 33px;
    z-index: 1;
}
#loading {
    display: none;
}
.search_wrapper{
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    display: none;
}
.search_result{
    position: absolute;
    right: 0;
    left: 0;
    width: 73%;
    margin: 0 auto;
    /* bottom: -110px; */
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    display: none;
    z-index: 99;
    top: 63%;
}
.search_title{
    color: #3499B8;
    font-size: 16px;
    text-transform: capitalize;
}
.press_list {
    border-bottom: 1px dotted;
    padding: 10px 0;
}
.tab_press_releases .post-meta, .tab_annocement p.post-meta, .tab_documents p.post-meta, .tab_form p.post-meta, .tab_insepection p.post-meta{
    color: #3499b8;
}
.tab_press_releases .desc_search{
     font-style: italic;
    color: #999;
    font-size: 14px;
}
.search_teb_content{
    overflow: scroll;
    height: 27vh;    
}

.tab_people .main_contact_wrap .block12 {
    width: 32.2%;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px dashed #ccc;
    vertical-align: top;
}
.tab_people .wrap-contact-result {
    background: #e2e2e2;
    margin: 5px 0;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}
.tab_people .wrap-contact-result .heading_name {
    font-weight: 600;
}
.tab_people .wrap-contact-result .sub_heading_dept {
    font-style: italic;
    color: #999;
    font-size: 14px;
}
.tab_people .wrap-contact-result .head_mail a {
    font-size: 14px;
    color: #00804d;
    text-decoration: underline;
}
.tab_people .wrap-contact-result .head_cell_no {
    font-size: 18px;
    font-weight: 600;
}
/*Press Release Page Css*/
ul.header_listings, ul.desc_listings {
    width: 100%;
    border-bottom: 2px solid #ccc;
    line-height: normal;
    padding-bottom: 5px;
}
ul.header_listings li {
    display: inline-block;
    float: left;
    font-weight: bold;
    text-transform: capitalize;
}
ul.header_listings li:nth-child(1), .w-60 {
    width: 60%;
}
ul.header_listings li:nth-child(2), .w-30 {
    width: 30%;
}
ul.header_listings li:nth-child(3), .w-10 {
    width: 10%;
}
ul.desc_listings {
    border: 1px !important;
}
.d-table {
    display: table !important;
}
.d-table-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    padding-left: 7px !important;
}

.w-100 {
    width: 100% !important;
}

li.under_listings {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}
ul li a,
p > a, div > a, span > a{    
    color: #223f99;
    font-weight: 700;
}
.single_health_inspections h1 {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    width: 100%;
}
.detail_table {
    width: 35%;
    margin-left: 10%;
}
.detail_table th {
    text-align: right; 
    padding: 7px;
}
.detail_table td {
    text-align: left;
    padding: 7px;
}
h1.inspection_history_title {
    border-bottom: 2px solid #565656 !important;
    margin-top: 20px;
}
.main_listing th {
    font-size: 20px;
    text-transform: capitalize;
    padding: 11px 0;
}
.main_listing {
    width: 100%;
}
tr.info_rows, tr.info_rows td {
    border: 1px solid #d8d8d8; 
}
tr.info_rows td { 
    padding: 10px;
}
.grade_cell {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
}
.single-inspectionsentry .detail_table {
    width: 60%;
}
.health-inspection-database .controls {
    float: right;
    margin-top: 15px;
}
.health-inspection-database .controls a {
    padding: 3px;    
    margin: 2px;
    font-size: 17px;
    color: #fcaa00;
    text-decoration: none;
}
.active{
    background:darkblue;
    color:white !important;
}
.page_hide {
    display: none !important;
}
.single-inspections #main-area .container{
    margin-bottom: 30px;
}
.page-template-inspection-database #main-area .container{
    margin-bottom: 30px;
}
body.single-inspectionsentry #main-area .container{
    margin-bottom: 30px;
}

.category-press-releases-en article.entry{
    border-bottom: 1px solid #ffa300;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.v-list li{
    padding-top: 4px;
    padding-bottom: 4px;
}
.d-none {
    display: none;
}
.health-inspection-database .screen-reader-text {
    display: none !important;
}
.health-inspection-database .nav-links {
    text-align: right;
}
.page-numbers {
    min-width: 20px !important;
    display: inline-block;
}
#wp-calendar td#today {
    color: #ffa300 !important;  
}
.page-template-inspection-database input[type="search"], .page-template-inspection-database input[type="submit"] {
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 10px 0;
}
.page-template-inspection-database input[type="submit"] {
    background-color: #ffa300;
    border-color: #ffa300;
    color: white;
}
.download-link {
    margin: 20px 0;
}
.d-block {
    display: block;
}
a:hover {
    text-decoration: none;
}
.single-announcement-block, .document_block {
    border-bottom: 1px solid #ffa300;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.meta-info { font-size: 14px; font-weight: 300; font-style: italic; }
.tags_block { margin-bottom: 20px;}
.single-announcement-block .post-title, .health-inspection-database .post-title {
    text-align: left !important;
}
.tag_block {
    margin: 10px 0 32px 0;
}
.announcements .pagination, .health-inspection-database .pagination {
    text-align: right;
}
.homepage-first-main-section {
    position: relative;
}
.Looking-ahead {
    display: flex;
}

.division_1 .et_pb_text_inner,
.division_2 .et_pb_text_inner,
.division_3 .et_pb_text_inner,
.division_4 .et_pb_text_inner,
.division_5 .et_pb_text_inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
     
/*--media quary--*/
@media only screen and (max-width: 980px) {
	.et_pb_column .et_pb_widget.tribe-events-list-widget {
		width: 100%;
	}
}

@media only screen and (min-width:980px) and (max-width:1024px){

    .up_image_text{
        position: absolute;
        top: 63px;
        font-size: 25px;
        /* right: 0; */
        /* left: 0; */
        width: 100%;
        text-align: center;
    }
    .up_image_text .first_line{
            padding-bottom: 8px;
    }
    ul#top-menu li a {
        font-size: 17px;
        font-weight: 100;
    }
    .division_3{
        height: 233px;
    }
    .annc_list_ul .annc_list_li .annc_list_li_a, 
    .ppform_list_ul .ppform_list_li .ppform_list_li_a {
        font-size: 15px;
    }
    .how-do-i-main .how-do-list span.pdf-list {
        font-size: 15px;
    }
    .announcements-main .annoncements-text {
        font-size: 18px;
    }
    .division_wrap .third_block,
    .forth_block,
    .fifth_block{
        height: 208px;
    }
    .form-group.mainContainer.elastic.input_search_btn {
        width: 65%;
        top: 29%;
    }
    .search_teb_content {
        overflow: scroll;
        height: 15vh;
    }
    .search_result {
        /* bottom: -120px; */
        top: 58%;
        width: 98%;
    }
}
@media only screen and (min-width: 768px) and (max-width:979px){
    .search_teb_content{
        overflow: scroll;
        height: 27vh;
    }
    .up_image_text .first_line {
        padding-bottom: 11px;
    }
    .search_result{
        top: 160px;
    }
    #division_home .divison_wrap_tablet{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .how-do-i-main .how-do-list {
        list-style-type: none;
        /*width: 100%;*/
        margin: 0 auto;
        padding-left: 43px;
        width: 56%;
    }
    .up_image_text {
        position: absolute;
        top: 6px;
    }
    /*.up_image_text {    
        position: absolute;
        top: 16px;
        font-size: 25px;
        right: 0; 
        left: 0;
        width: 100%;
        text-align: center;
    }*/
    input#keysearch {
        padding: 5px;
        font-size: 16px;
        color: #2E3842;
        width: 89%;
        border: 4px solid #414099;
        border-radius: 0px;
        display: inline-block;
        height: 40px;
    }
    .division_wrap .third_block{
        height: 208px;
    }    
    .form-group.mainContainer.elastic.input_search_btn {
        top: 68px;
        width: 58%;
        padding: 8px;
    }
    .Looking-ahead {
        display: block;
    }

    .footer-widget:first-child {
        width: 40% !important;
        padding-left: 15px;
    }
    .footer-widget:nth-of-type(2) {
        width: 50% !important;
    }
    .footer-widget:nth-of-type(3) {
        width: 46% !important;
    }
    .footer-widget:last-child {
        width: 40% !important;
    }
    .footer-widget:last-child .fwidget {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .Looking-ahead {
        display: block;
    }
    .press_releases .press_left {
        width: 100%;
        text-align: center;
    }
    .press_releases .press_right{
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .search_result{ 
        width: 95%;
        top:88%;
    }
    .form-group.mainContainer.elastic.input_search_btn{
        width: 90%;
    }
    .search_teb_content{
        height: 100%;
    }
    .footer-widget {
        padding: 0 20px 0 10px;
    }
    .footer-widget .fwidget {
        width: 100%;
    }
}
@media (max-width: 480px) and (min-width: 321px) {
  .container {
    width: 320px;
    padding: 0 15px !important;
  }
  .sr-table-record-div p {
      font-size: 17px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {

	.container {
		width: 360px;
	}
	tr.info_rows td:nth-child(4) {
		width: 20px !important;
	}
	form.search {
		float: none !important;
		display: inline-block !important;
		text-align: center !important;
	}
}
@media (max-width: 320px) {
	.container {
		width: 300px;
	}
	.sr-table-record-div p {
		font-size: 17px;
	}
}
