/*
Theme Name: Lappeenrannan Konemetalli
Description: Lappeenrannan Konemetalli
Author: FissioMedia
Template: Total
Version: 1.0
*/

@import url("../Total/style.css");

/* ================ LAYOUT =============== */
.vc_row {padding-top:60px;padding-bottom:60px;}

/* ================ MAIN MENU =============== */
.navbar-style-two .dropdown-menu {text-align: center;}
.navbar-style-two .dropdown-menu > li {display: inline-block; float: none;}
#site-header #site-navigation .dropdown-menu ul > li > a {border-bottom: 1px solid #eee;}

/* ================ HEADINGS =============== */

h1:after {
  content: '';
  display: block;
  background-color: #11A4DD;
  height: 4px;
  max-width: 100px;
  width:100%;
  margin: 20px auto;
}

h2:after {
  content: '';
  display: block;
  background-color: #11A4DD;
  height: 4px;
  max-width: 100px;
  width:100%;
  margin: 15px 0;
}


 #main > header:after{
  content: '';
  display: block;
  background-color: #11A4DD;
  height: 4px;
  max-width: 200px;
  width:100%;
  margin: 10px auto;
}

/* ============ CUSTOM LINK BOX =============== */
.lprkm-linkbox {margin-bottom:30px !important;}
.lprkm-linkbox a {color:#fff; display: block; font-family: "Montserrat",sans-serif; font-weight: bold; padding:60% 0 10%; text-align:center; text-decoration: none; text-transform: uppercase;}
.lprkm-linkbox a:hover {color:#11A4DD;}
.lprkm-linkbox-label {width: 100%; display:block; padding:30px 0; background: #000; }

/* ============ CONTACT FORM 7 =============== */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {background: #fff; border:1px solid #1B2A41;}