
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 3000px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5em ;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  color: black ;
}
a:hover,
a:focus {
  text-decoration: none;
    

}
hr {
  border-top: 1px solid #e83665;
  border-bottom: 1px solid #fff;
}



/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
border-radius: 0;
margin-bottom: 0;
margin: 0;
padding: 0;
z-index: 9;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  position: relative;
}

  
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    
  
   color: #fff !important;
position: relative;
text-align: center;
  }
  .pll-parent-menu-item.active > a,
  .pll-parent-menu-item.open > a,
  .pll-parent-menu-item:hover > a {
    border: none !important;
  }
  
  
 
 .dropdown-menu{
 
 }
  #main-menu.navbar-default .dropdown-menu {
 
    
  }
  

