/*
 Theme Name:     Divi-Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child Theme
 Author:         Jan Lenartz
 Author URI:     https://adslide.io
 Template:       Divi
 Version:        1.0.0
*/
 
#footer-bottom {
    height: 0 !important;
    overflow: hidden;
    padding: 0;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

@media (max-width: 980px) {
 
/*********************************
style mobile fixed header
*********************************/
 
.et_fixed_nav #main-header.et-fixed-header  {
position: fixed;
background: rgba(255,255,255,0.8);
height: 55px;
}
 
.et-fixed-header .logo_container {
height: 55px;
}
 
.et-fixed-header .mobile_menu_bar {
padding-bottom: 5px;
}
	
.et_pb_column {
    margin-bottom: 0px;
}
 
/*********************************
make mobile fixed header navigation icon larger
*********************************/
 
.et-fixed-header .mobile_menu_bar:before {
font-size: 45px;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
padding-top: 5px;
}
 
.et_fixed_nav #et-top-navigation {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
 
/**************************
Increase height of logo area on mobile and mobile fixed header
***************************/
#logo, .et-fixed-header #logo {
max-height: 80%;
}
 
}

@media only screen and (max-width: 980px) {
	
#two-column {
	display: flex;
}

#two-column .et_pb_column {
  width: 50%!important;
  margin: auto;
  display: block;
}
}

.et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar:before {
	color: black !important;
}

.et_pb_menu_1_tb_header {
    padding-top: 0px !important;
}

.et_pb_section {
    padding-top: 10px;
}

.wp-image-327649 {
	max-height: 50px;
}



#footer-menu .et_mobile_nav_menu {
    display: none;
}

#footer-menu .et_pb_menu__menu {
    display: block;
}

@media (max-width: 980px) {
.pricetable .et_pb_column {
    margin-top: 20px;
}
}


.et_contact_bottom_container {
	justify-content: center;
    display: flex;
    width: 100%;
}

/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
	max-width: 500px;
	margin-left: auto;
    margin-right: auto;
	color: white;
}

.wpcf7-form {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.wpcf7 input {
	width: 100%;
	height: 50px;
	padding-left: 10px;
	border-radius: 10px;
	font-size: 18px;
	box-shadow: none;
    text-shadow: none;
}

.wpcf7 textarea {
	max-width: 100%;
	width: 100%;
	height: 200px;
	padding-left: 10px;
	border-radius: 10px;
	font-size: 18px;
}

.wpcf7-form-control wpcf7-submit {
	width: 100%;
}

.wpcf7-list-item {
	margin: 0px;
}

.wpcf7-list-item-label {
	color: #666;
}

.custom-black a {
	color: #666;
	text-decoration: underline;
}

.wpcf7-spinner {
	display: flex;
    margin: auto;
    margin-top: 20px;
}

.wpcf7-response-output {
	color: black;
}

.wpcf7-select {
	height: 50px;
	width: 100%;
	border-radius: 10px;
	font-size: 18px;
	color: #4e4e4e;
}

#custom-checkbox-a, #custom-checkbox-b {
	width: inherit;
	height: inherit;
	vertical-align: middle;
}

.custom-button-1 {
	border-color: black;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase!important;
    background-color: white;
	padding: 0px;
	color: black;
}

.custom-button-1:hover {
	color: white;
    border-color: black!important;
    letter-spacing: 0px!important;
    background-image: initial;
    background-color: black;
	letter-spacing: 2px!important;
}