.nav-unstyled li{
	border: 1px solid #f0f0f0;
}

.gallery-item {

    margin: 5px;
}

.sf-menu ul a:hover{
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .page_header {
    height: 0px;
}
  a.logo {
   
    width: 180px;
}
}

.filters a {

    padding: 3px 15px;

    border: 1px solid #f0f0f0;
}

@media (max-width: 992px){
.intro_section .flexslider .container {
    position: absolute;
    width: auto;
    max-width: 100%;
}
  .intro_section h3 {
    
    font-size: 20px;
}
  .page_breadcrumbs h2 {
   
    font-size: 26px;
    text-align: left!important
}
  
}

@media (max-width: 992px){
.intro_section .flex-direction-nav .flex-next {
    top: 60%;
}
  .intro_section .flex-direction-nav .flex-prev {
    top: 60%;
}
  .flex-direction-nav a {

    margin: 0;
 
}
  .intro_section .slide_description {
    padding: 20px 0 60px;
		
    margin-left: 10px;
}
}

.caldera-grid .form-control {
    font-size: 16px;
    padding: 16px;
    height: auto;
    box-shadow: none;
    border-radius: 0!important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000000;
    background-color: #F6F6F6;
}
 
/*** THIS CHANGES THE BUTTON STYLE ***/
.caldera-grid input[type=submit] {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 0;
    background: #dddddd;
    color: #000;
    font-size: 16px;
    border: none;
    float: left;
    transition: all 0.3s ease-in-out;
}
 
/*** THIS CHANGES THE BUTTON HOVER STYLE ***/
.caldera-grid input[type=submit]:hover {
    background: #BED00E;
    color: #f5f5f5;
}
 
/*** THIS CHANGES THE BOTTOM BORDER COLOR WHILE USER IS TYPING ***/
.caldera-grid .form-control:focus {
    border-color: #e0e0e0;
    box-shadow: none;
}

.caldera-grid .checkbox input[type=checkbox]{
	    margin-top: 10px;
}