/*
 Theme Name:   Ketchikan Chamber of Commerce
 Theme URI:    
 Description:  Divi Child Theme
 Author:       James Alborough
 Author URI:   http://bearstar.net
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  ktncoc
*/


 
/* =Theme customization starts here
------------------------------------------------------- */

#top-menu li li {
    margin: 0;
    padding: 0 !important;
	line-height:1.3;
	font-size:14px;

}



#top-menu li li a {

    width: 200px !important;
    padding: 6px 10px;

}

.sub-menu .sub-menu {
	position:relative;
	top:0;
	left:0;
	display:block !important;
	width:auto;
	border-top:0 solid transparent;
	box-shadow:none !important;
	visibility:visible;
	opacity:1;
	padding: 0 0 0 30px !important;
}

.sub-menu .sub-menu a {
	font-size:11px !important;
	letter-spacing:0 !important;
}

.sub-menu .menu-item-has-children > a:first-child::after {
	content:"" !important;
	}

.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }

#main-header.et-fixed-header {
    border-bottom: 1px solid #eee;
	
}
.drts-display-element {
    padding: 5px;
    }
.drts .fas {
	vertical-align:bottom;
	}
.tax-members_dir_cat #sidebar {
	display:none;
}
.tax-members_dir_cat #left-area {
	padding-right:0;
    width: 100%;
    }
.drts .drts-bs-btn-group > .drts-bs-btn {

    font-size: 15px;

}
.drts-entity-term {

    background:  #eee;
    padding: 10px;
    height: 100%;
    

}
.drts-col-xl-4 {

    margin-bottom: 5%;

}

.single #wp-admin-bar-et-use-visual-builder {
	display:none;
}

.logo {
	min-height: 150px;
	position:relative;
	text-align: center;
	overflow:hidden;
	display:grid;
	align-items:center;
}
.logo img {
	margin:auto;
}

.dp-dfg-filters select {
		display:none;
	}
	.dp-dfg-filters ul {
		display:block;
	}

/* make column heights equal, add class to rows */
.align-center .et_pb_column { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}	
	
	
/* TABS */



#tabs {

   width: 100%;
    height:55px; 
   padding: 0;
}
a {cursor:pointer;}

.tabsrow,.tabsrow .et_pb_row {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}

#tabs li {
    float:left; 
    list-style:none; 
    
    margin-right:0px; 
    
      outline:none;
      
}

#tabs li a {

    padding:15px 15px;
    color: #2b76d2;
	font-size:16px;
    display:block; 
    background: #eee;
	margin-right:5px;
    text-decoration:none;
    outline:none;
    letter-spacing:-1px;
  
}

#tabs li a.inactive{
    padding:15px 15px;
    color:#fff !important;
    background:#2b76d2;
   outline:none;


}

#tabs li a:hover, #tabs li a.inactive:hover {


    color: #5685bc;
      outline:none;
}

#et-main-area .tabcontainer {

    clear:both;           
    width:100%; 
    
    text-align:left;
    padding:0 !important;
    margin-bottom:50px;

}

#et-main-area .tabcontainer .et_pb_row {
	padding: 50px !important;
background:#eee !important;
}


.footer-widget .textwidget img {
	max-height:90px;
	margin-left:10px;
	width:auto;
	}

/* MEDIA */

@media screen and (max-width:1280px) {

.et_pb_row {
	max-width:95% !important;
	width:100% !important;
}


@media screen and (max-width:1100px) {

#tabs li a {

    padding:10px;
	font-size:14px;
	}
#tabs li a.inactive{
padding:10px
}
#tabs {
    height:35px; 
	}
}


@media screen and (max-width:900px) {

#tabs li a {

    padding:10px;
	font-size:12px;
	}
#tabs li a.inactive{
padding:10px
}
#tabs {
    height:35px; 
	}
}

	
@media screen and (max-width:768px) {
	.dp-dfg-filters select {
		display:block;
	}
	.dp-dfg-filters ul {
		display:none !important;
	}
	#tabs li {
		width:100%;
	}
}


