/*
Theme Name: Bighorn Desert View Water Agency
Theme URI: http://www.StrategicCommunicationConsultants.com/
Version: 1.0
Description: Custom theme for BDVWA
Author: Strategic Communication Consultants
Author URI: http://www.StrategicCommunicationConsultants.com
Template: Divi
*/

/*------------------------------------------------*/
/*--------------[CUSTOM CODE]---------------------*/
/*------------------------------------------------*/
#main-header {
	padding: 10px 0 0 0px !important;
}

/* Place Accessibility tool on top */
#pojo-a11y-toolbar {
    z-index: 100000 !important;
}
.et_header_style_left #et-top-navigation {
	padding-top: 0px;
}
.et_pb_section.et_pb_section_0.et_section_regular {
    padding-top: 0px;
}
.quick-link#div {
   display: flex !important;
   align-items:center !important;
}
/*--------------[Adjust Open toggle colors]---------------------*/
.et_pb_toggle_open .et_pb_toggle_content {
	background: #fff !important;
    padding: 5px !important;
}
.et_pb_toggle_open h5.et_pb_toggle_title {
	    padding-bottom: 5px !important;

}
/*--------------[Set top padding of first row]---------------------*/
.et_pb_row.et_pb_row_0 {
	padding-top: 0px !important;
}
/*--------------[Hide ET Mobile menu]---------------------*/
div#et_mobile_nav_menu {
	display:none;
}
/* ----- [Customize bottom menu] ----- */
.bottom-menu .et_pb_text ul {
	list-style-type: none;
	padding-left: 0px;
}
/* ----- [Customize News Grid] ----- */
.custom-news .et_pb_image_container img {
   min-height: 150px !important;
   max-height: 150px !important;
}
.custom-news .et_pb_post {
    height: 420px !important;
    max-height: 420px !important;
}
/*--------------[Code for custom button links]----------------------*/
.custom-button {
	background:    #3d85c6;
	background:    linear-gradient(#3d85c6, #073763);
	border-radius: 5px;
	padding:       8px 20px;
	color:         #ffffff;
	display:       inline-block;
	text-align:    center;
	text-shadow:   1px 1px #000000;
}
.custom-button:hover {
	background:    #ffffff;
	color:         #3d85c6;
	text-shadow:   none;
	border: 	   1px solid #3d85c6;
}
/*--------------[BEGIN: CUSTOMIZE POST READ MORE BUTTON]---------------------*/
.custom-btn a.more-link {
    display: inline-block !important;
    position: relative !important;
    padding: 0.2em !important;
    margin-top: 0.5rem !important;
    margin-bottom: 10px !important;
    background-color: #fff !important;
	border: 1px solid #005d91;
}

.custom-btn a.more-link:hover {
    background-color: #0c71c3 !important;
}

/*--------------[END: CUSTOMIZE POST READ MORE BUTTON]---------------------*/

/*--------------[BEGIN: Vertical tabs]---------------------*/

.custom-tabs .et_pb_tab_active a {
  	color: #ffffff !important;
}
.custom-tabs .et_pb_tabs {
    border: none !important;
}

.custom-tabs ul.et_pb_tabs_controls {
  	float: left !important;
  	width: 10% !important;
	min-width: 75px !important;
  	display: block !important;
  	background: transparent !important;
}
.custom-tabs .et_pb_all_tabs {
  	display: flex !important;
  	width: 65% !important;
}
.custom-tabs .et_pb_tabs_controls li {
	display: block !important;
	width: 100% !important;
  	border: 1px solid #d9d9d9 !important;
  	margin-bottom: 5px !important;
}
 
.custom-tabs .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
	border-right: 1px solid #d9d9d9 !important;
}
 
.custom-tabs .et_pb_tabs_controls li a {
 	display: block !important;
    width: 100% !important;
  	padding: 15px !important;
  	font-size: 15px !important;
}
 
.custom-tabs ul.et_pb_tabs_controls:after {
	content: none !important;
}
 
.custom-tabs.et_pb_tabs {
  	padding: 0 10px !important;
	border: none !important;
}
/*--------------[END: Vertical tabs]---------------------*/

@media only screen and (min-width: 981px) {
#logo {
min-height: 150px;
}
}
@media(max-width:767px){
.et_pb_row {
	width: 98% !important;
}
#logo {
min-height: 100px;
}
.custom-tabs .et_pb_tab.et_pb_tab.clearfix.et-pb-active-slide {
  border-left: 0px solid #d9d9d9 !important;
}
}