/*
 Theme Name:   MBLJ
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Leif Ottosson / icmedia.se
 Author URI:   http://icmedia.se
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/



/****************************************
GENERAL
****************************************/

/* Default button */
.et_pb_button {
  text-decoration: none !important;
}



/****************************************
GENERAL: TYPOGRAPHY
****************************************/

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Khand', sans-serif;
  font-weight: 600;
}

/* Links */
#main-content a:hover {
  text-decoration: underline;
}



/****************************************
GENERAL: COLORS
****************************************/

/* Orange color */
.mblj-orange {
  color: #e84d0e;
}



/****************************************
NAVIGATION
****************************************/

/* Navigation links */
nav ul li a {
  font-family: 'Khand', sans-serif;
  font-weight: 600;
}



/****************************************
FOOTER
****************************************/

/* Footer headings */
#main-footer h4 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

#main-footer .name {
  font-size: 16px;
}

/* Footer links */
#main-footer a {
  color: #cccccc;
}

/* Footer links hover */
#main-footer a:hover {
  text-decoration: underline;
}

/* Footer telephone number */
.footer-tel {
  color: #ffffff !important;
}

/* Footer telephone number hover */
.footer-tel:hover {
  text-decoration: none !important;
}

/* Font Awesome icons */
#main-footer .fa {
  width: 22px;
}

/* Footer menu links hover */
#nav_menu-2 a:hover {
  text-decoration: underline !important;
}

/* Social icons */
img.social-icon-footer {
  display: inline-block;
  width: 48px;
  margin-right: 10px;
}

/* Footer bottom links hover */
#footer-bottom a:hover {
  text-decoration: none;
}



/****************************************
PAGE: HEM
****************************************/

#key-points ul li {
  line-height: 1.4em;
}



/****************************************
PAGE: AKTUELLT
****************************************/

/* Testimonials */
.testimonial {
  padding: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
  
.testimonial:hover {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  border: 1px solid rgba(0, 0, 0, 0.3);
}



/****************************************
PAGE: BLOGG
****************************************/

.et_pb_post h2 {
  margin-top: 0px;
}

.et_pb_widget a {
  color: #999999;
}

.et_pb_widget a:hover {
  color: #999999 !important;
}



/****************************************
PAGE: KONTAKT
****************************************/

/* Contact telephone number */
.contact-tel {
  color: #333333 !important;
}

/* Contact telephone number hover */
.contact-tel:hover {
  text-decoration: none !important;
}

/* Font Awesome icons */
#main-content .fa {
  width: 22px;
}

/* Social icons */
img.social-icon {
  display: inline-block;
  width: 48px;
  margin: 0 10px;
}

/* Contact form input fields */
input#et_pb_contact_namn_1.input,
input#et_pb_contact_e-postadress_1.input {
  background-color: #ffffff;
  border: 1px dashed #ffffff;
  border-bottom: 1px dashed #e84d0e;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

input#et_pb_contact_namn_1.input:hover,
input#et_pb_contact_e-postadress_1.input:hover {
  background-color: #ffffff;
  border: 1px dashed #e84d0e;
}

/* Contact form text area */
textarea#et_pb_contact_meddelande_1.et_pb_contact_message.input {
  background-color: #ffffff;
  border: 1px dashed #ffffff;
  border-bottom: 1px dashed #e84d0e;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

textarea#et_pb_contact_meddelande_1.et_pb_contact_message.input:hover {
  background-color: #ffffff;
  border: 1px dashed #e84d0e;
}



/****************************************
MEDIA QUERIES
****************************************/

/* Phone */
@media only screen and (max-width: 767px) {
  
  /* Footer headings */
  #main-footer h4 {
    font-size: 22px;
  }
  
  /* Area with contact information on the page KONTAKT */
   #contact-area {
    margin-top: 40px;
  }
  
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  
  /* Footer headings */
  #main-footer h4 {
    font-size: 26px;
  }
  
  /* Area with contact information on the page KONTAKT */
   #contact-area {
    margin-top: 45px;
  }
  
}

/* Desktop */
@media only screen and (min-width: 981px) {
  
  /* Area with contact information on the page KONTAKT */
   #contact-area {
    margin-top: -30px;
  }
 
}
