/*
 Theme Name:     vNEST Child	
 Theme URI:      https://www.vnest-webdesign.com
 Description:    vNEST Child Theme
 Author:         Dirk Vogel
 Author URI:     https://www.vnest-webdesign.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*Verändern der Bullet Points*/
.pa-bullet-list-1 ul {
list-style-type: none!important;
}

.pa-bullet-list-1 ul li:before {
content: '\e052'!important;
color: #287233;
font-family: 'ETMODULES'!important;
margin-right: 10px;
margin-left: -14px;
font-size: 1.2em!important;
}

/* Contact button */

.et_pb_module .et_pb_contact_submit, .et_pb_module .et_contact_bottom_container {
    width: 100%!important; }


/** Full width pricing Button **/

.dipi-pt-btn-wrap a {
    display: inline-block;
    width: 100%;
}

/* custom Header */

.dp-custom-header {
    position: absolute!important;
    top: 45px;
    right: 0;
	width: 100%; }
/* Icon Weiterleitung Projekt ausschalten */
.dipi-filtered-posts-item-2 .dipi_lightbox_link_icon a {display:none;}

/*make the Divi mobile dropdown menu scrollable*/
.et_mobile_menu {
overflow: scroll !important;
max-height: 80vh;
}

/* Read More Button beim Post Beitrag */
/*style the Divi blog link text as a button*/
.et_pb_post a.more-link {
  color: #333333;
	background: #ffc700;
	border: 2px solid #ffc700;
	padding: .7em 1.3em;
	margin-top: 20px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
/*style the Divi blog link text as a button on hover*/
.et_pb_post a.more-link:hover {
	background: transparent;
	color: #ffffff;
	border: 2px solid #333333;
	transition: all 0.3s ease-in-out;
}

