/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

@import 'https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,700,700i';

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/**** TYPO ****/

body {
  color: #1b1b1b;
}

body p,
ul {
  font-family: 'Raleway', serif !important;
  font-weight: 300; 
  font-size: 16px; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', serif !important;
  font-weight: 400; 
}

h2.block-title {
  font-size: 40px; 
  margin-bottom: 30px; 
}

h2.film-title {
   background: white; 
   color: black!important; 
   padding: 10px;
   font-size: 28px; 
   margin-bottom: 16px; 
}

h2.film-title:after {
  font-family: FontAwesome;
  content: "\f050";
  font-size: 19px;
  position: absolute;
  margin-left: 18px;
}

h3.subtitle {
  font-weight: 700; 
  color: black; 
  font-size: 22px; 
  line-height: 125%; 
  border-bottom: 3px dotted black; 
  margin-bottom: 28px; 
}

.black-text p,
.black-text ul  {
  color: black; 
  font-size: 18px;
  line-height: 125%;  
}



ul.arrows-right li:before {
  font-family: FontAwesome;
  content: "\f054";
  color: black; 
  position: absolute; 
  left: 0px; 
  color: #717171;
}

ul.arrows-right li {
  list-style-type: none; 
  padding-left: 12px; 
}

a.black-bg {
   color: white!important; 
   border-bottom: 1px dotted white; 
}

/* ANCHOR LINKS */
ul.anchor-links li {
  list-style-type: none; 
  font-size: 22px;
  line-height: 130%;
}

ul.anchor-links li a {
  color: white; 
}

ul.anchor-links li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 15px; 
    transition: all 0.5s ease;
}

ul.anchor-links li:hover:before {
  font-family: FontAwesome;
  content: "\f107";
  margin-right: 10px; 
}

span.dotted {
  border-bottom: 1px dotted black; 
}


/***** HEADER *****/
#et_top_search {
  display: none; 
}

/* Menu */
#top-menu li.current-menu-item > a, 
#top-menu li a {
  color: black; 
}


/**** INICIO ****/
.et_pb_slide_description .et_pb_slide_title,
.et_pb_slide_content {
   background: rgba(0,0,0,0.5); 
}

.et_pb_slide_description .et_pb_slide_title {
   padding-top: 20px; 
}

.et_pb_slide_content {
   padding-bottom: 20px; 
}

.et_pb_more_button {
  background: white; 
  color: black; 
}

.et_pb_more_button:hover {
  background: black; 
  color: white;
  border: 2px solid white;  
}

.et_pb_button::after {
  content: "\49";
  font-size: 22px;
  right: 5%;
  top: 25%;
 }

#welcome-block-homepage h2 {
  font-size: 42px; 
}

#filmography a {
   color: white; 
}

ul.filmography li:before {
  font-family: FontAwesome;
  content: "\f008";
  color: white; 
  position: absolute; 
  left: 0px; 
}

ul.filmography li {
   font-size: 25px; 
   list-style-type: none; 
   margin-bottom: 20px; 
}

ul.filmography {
  padding-left: 42px; 
}

/* ABOUT US section */
#about-us p {
   font-size: 21px; 
   color: white; 
   line-height: 120%; 
}

#about-us a {
  color: white; 
  text-decoration: underline; 
}

#joka-humberto {
  margin-top: 86px; 
}

/* OTHER PROJECTS */
a.magazine:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin-left: 10px; 
  transition: all 0.5s ease;
  pointer-events: none;
}
#magazine-zero-seven {
 display: none; 
}

a.magazine:hover:after {
  margin-left: 15px; 
  color: #FED658; 
}

a.magazine {
  color: black; 
  cursor: pointer; 
}

a.magazine:first-child {
  margin-top: 20px; 
} 

/* Contact FORM */
input[type="text"], input.text, input.title, textarea, select {
    font-size: 20px;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
    padding: 5px!important;
    border: 2px solid black;
    color: #000!important;
    font-family: 'Raleway', serif !important;
    font-size: 20px;
     width: 100%; 
    font-weight: 300; 
}

#contact-details {
  background: rgba(0,0,0,0.75); 
  padding: 20px; 
  color: white!important; 
}

ul.contact-details li {
  padding-left: 15px; 
  list-style-type: none; 
  font-weight: 500; 
  font-size: 20px; 
  margin-bottom: 15px; 
}

ul.contact-details li:last-child {
  margin-bottom: 0px;    
}

li.address:before {
  font-family: FontAwesome;
  content: "\f015";
  position: absolute; 
  left: 25px; 
}

li.phone:before {
  font-family: FontAwesome;
  content: "\f095";
  position: absolute; 
  left: 25px; 
}

li.mail:before {
  font-family: FontAwesome;
  content: "\f0e0";
  position: absolute; 
  left: 25px; 
}

input.wpcf7-form-control.wpcf7-submit {
  border: none;
  background: black;
  color: white;
  font-weight: 400;
  font-size: 20px;
  padding: 5px 20px;
  font-family: 'Raleway', serif !important;
  cursor: pointer; 
}

span.required {
  color: black; 
}

/* FILM PAGES */
.film-details {
  border-top: 2px dotted white; 
  padding-top: 15px; 
}

/**** ACCORDIONS ****/
h5.et_pb_toggle_title {
  color: black!important; 
}

.et_pb_toggle_title::before {
    font-family: FontAwesome!important;
  content: "\f078"!important;
  color: black!important; 
}

.et_pb_toggle h5.et_pb_toggle_title {
    color: black !important;
    font-size: 20px;
}

.et_pb_toggle_close {
    background: #fff!important; 
}

/*** FOOTER ****/
footer#main-footer {
   border-top: 2px solid white; 
}

p#footer-info {
   color: white; 
}

@media screen and (max-width: 980px) {
ul.anchor-links {
  display: none; 
}

.film-details {
    border-top: 0px dotted white;
    padding-top: 0px;
    text-align: left;
}
.mobile_menu_bar::before {
    color: black;
}

.et_mobile_menu {
   border-top: 3px solid #000;
}

}

@media screen and (max-width: 767px) {
.et_pb_slider .et_pb_container {
   width: 100%; 
}

.et_pb_slide_content {
    padding-left: 30px;
    padding-right: 30px;
}

.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description .et_pb_slide_title {
    font-size: 34px;
}
}

