/*
 Theme Name:     bilaweb
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child
 Author:         bilaweb — creative studio
 Author URI:     https://bilaweb.com
 Template:       Divi
 Version:        1.0.0
*/

::selection {
  background: #9f7c53;
  color: #fff;
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 0;
}

textarea {
  resize: vertical;
}

.et_pb_module p > a {
	border-bottom: 1px solid;
}

.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover {
    padding: 8px 32px !important;
}

/* MENU */

.fullscreen-menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: -100vh;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.fullscreen-menu-open {
    top: 0;
    z-index: 999999;
    visibility: visible;
    opacity: 1;
} 

/* SLIDER */

.et_pb_slider .et_pb_container {
    width: 90%;
}

.et_pb_slide {
    padding: 0;
}

.et_pb_slides .et_pb_slide_description {
	padding: 0;
    text-shadow: unset;
}

.et_pb_slide_content {
    padding-top: 16px;
}

.et_pb_more_button {
    margin-top: 40px;
}

.et-pb-controllers {
    line-height: 0;
    bottom: 16vh;
}

.et-pb-controllers a {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    width: 32px;
    height: 8px;
    margin-right: 8px;
    opacity: .32;
}

.et-pb-controllers a:hover {
    background-color: #fff;
    transition: background .2s ease-in-out;
}