/*
Theme Name: Urbacon
Theme URI: https://urbacon.net
Template: Divi
Author: Urbacon
Author URI: https://urbacon.net
Description: Layout for urbacon.net
Version: 4.20.2.1709062742
Updated: 2024-02-27 15:39:02

*/

a, button {
	transition: all 0.3s;
}

.container {
	width: 95%;
}

li {
    margin-bottom: 7px;
}

#main-header {
    top: auto;
    background-color: transparent;
    box-shadow: none;
    position: absolute;
}

#main-footer {
	display: none;
}

.nav li ul {
    background: #313131;
    color: #fff;
    border-top: 0;
}

#main-header .nav li ul a {
    color: #fff !important;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
	  padding: 10px 20px;
}
#main-header .nav li ul a:hover {
	color: #637c6b !important;
}

#top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child {
    padding-right: 0;
}

#top-menu li {
    padding-right: 20px;
    padding-left: 20px;
}

#top-menu li li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgb(62,62,62);
}

#top-menu li li a {
    padding: 15px 10px 12px 24px;
	  width: 240px;
}

#top-menu-nav>ul>li>a:hover {
    opacity: 1;
    color: #637c6b;
}

.nav li ul {
	padding: 0;
}

#top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child {
    letter-spacing: .8px;
}

#top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after {
	font-size: 20px;
	top: auto;
	right: auto;
	bottom: 10px;
	left: 30%;
	color: #3c3c3c;
}

/* headings */
.custom-h3 h1,
.custom-h3 h2,
.custom-h3 h3,
.custom-h3 .et_pb_text_inner {
	padding-top: 22px;
}
.custom-h3 h1:before,
.custom-h3 h2:before,
.custom-h3 h3:before,
.custom-h3 .et_pb_text_inner:before {
    content: "";
    position: absolute;
    top: 0;
    width: 73px;
    height: 5px;
	  background: #637C6B;
}

.custom-h3-center h3 {
	padding-top: 22px;
}
.custom-h3-center h3:before {
    content: "";
    position: absolute;
    top: 0;
    width: 73px;
    height: 5px;
	  background: #637C6B;
		left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* overlay */
.dih_title {
    transition: all 0.4s ease-out !important;
}
.dih_img_wrapper.mdn-elisha .dih_content_wrapper>.dih_content {
	padding: 70px 35px;
	display: flex;
    align-items: flex-end;
}

.dih_img_wrapper.mdn-elisha:hover .dih_content_wrapper>.dih_content {
	transform: translateY(-10%);
}
.dih_title span.prefix {
    text-shadow: 0 0 25px rgba(0,0,0,0.3);
}

.infix {
    width: 29px;
    height: 29px;
    position: relative;
    text-align: center;
    border: 2px solid #637c6b;
    border-radius: 2px;
    display: table;
    background: none !important;
    transition: all 0.3s ease-out;
    margin-left: 20px;
    justify-content: center;
}

.icon-box:before {
    content: '5';
    font-family: 'ETmodules';
    font-size: 22px;
    width: auto;
    height: auto;
    transition: all 0.3s ease-out;
}

.dih_img_wrapper.mdn-elisha:hover .dih_content_wrapper>.dih_content .infix {
    border-color: #fff;
}

/* scroll to top */
.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: #637c6b;
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 80px;
    right: 20px;
    border-radius: 0;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 10px;
    color: #fff;
    width: 50px;
    height: 50px;
}

/* home news */
.tpg-even, .tpg-full-height {
    align-items: flex-start;
}

.tpg-shortcode-main-wrapper .carousel1 .rt-holder, .tpg-shortcode-main-wrapper .isotope1 .rt-holder, .tpg-shortcode-main-wrapper .layout1 .rt-holder {
	box-shadow: none;
}

.tpg-shortcode-main-wrapper .even-grid-item, .tpg-shortcode-main-wrapper .masonry-grid-item {
    border-bottom: 1px solid #e5e5e6;
}

/* footer */
.footer-contact.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0;
}

.footer-link .et_pb_blurb_content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.footer-link .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-left: 15px;
	margin-bottom: 0;
}

.project-details ul {
    padding-left: 0 !important;
}

.project-details ul > li {
    list-style: none;
}

/* media queries */
@media screen and (max-width: 991px) {  
	#logo {
		max-height: 85%;
	}
}