/*
Theme Name: Divi Plus car wash service
Theme URI: https://diviextended.com/product/divi-plus/
Description: Divi Plus plugin based ready-to-use Divi child theme designed for Car Wash Service.
Author: Divi Extended
Author URI: https://diviextended.com/
Template: Divi
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

#top-menu li {
    padding-right: 40px !important;
}

div#et-top-navigation {
	align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    float: inherit;
}

.dc-contact-button a {
	padding-bottom: 0 !important;
    color: #093752 !important;
}

li.dc-contact-button {
    position: absolute!important;
    right: 0;
    top: 16px;
    background: #fff;
    padding: 15px 35px!important;
    border-radius: 50px;
}

.et-fixed-header #top-menu  .dc-contact-button a,
.et-fixed-header #top-menu  li.current-menu-item.dc-contact-button a {
	color: #093752 !important;
}

li.dc-contact-button:hover,
li.dc-contact-button:hover a{
	background: #00aae3 !important;
	color: #fff !important;
}


@media(max-width: 980px){
	
li.dc-contact-button {
    position: initial!important;
    width: 30%;
}
	
 #top-menu li a {
    padding: 0 !important;
 }

	.dc-contact-button a {
		padding-top: 0px !important;		
	}
}

@media (max-width: 480px){
	li.dc-contact-button {
		position: initial!important;
		width: 60%;
	}
}

/* Blog Teamplate */

.dc-blog .post-content-inner {
    margin-bottom: 30px;
}

.dc-blog .post-content {
    margin-bottom: 20px;
	order: 3;
}

.dc-blog.et_pb_post {
    display: flex;
    flex-direction: column;
}

.dc-blog.et_pb_image_container {
    margin-bottom: -10px;
}