/*
 * Custom CSS
 *
 * Place here your custom CSS. This will keep your custom css when there is a theme update.
 *
 */

.post-type-archive-testimonial img {
  height: 200px;
  width: 200px;
}
.widgettitle {
     font-size: 24px; 
     margin-bottom: 16px;
  }
.feature-icon {
    width: 80px;
    margin: 0 auto;
}
.team_section .feature-icon {
    width: 180px;
}
.services_section .feature-icon.icon-image img {
  margin-bottom: 0;
}
.caption > h4 {
    font-size: 30px;
    margin-bottom: 5px;
}
.btn {
     margin-top: 10px;
}
.search-btn {
     margin-top: 0;
}
.services_section .btn {
  margin: 10px 50px;
}
.section {
    padding: 40px 0;
}
.section_wrapper header {
    padding-top: 32px;
}
.portfolio_section {
  padding-top: 10px;
}
#arjen .thumbnail {
  margin-bottom: 0;
}
a {
  color: #409682;
}
 @media (min-width: 768px) {

 	#arjen .col-sm-6 {
	    width: 100%;
   		padding: 0 20%;
	}
 }
h1 {
    font-size: 40px;
    line-height: 1.2;
}
@media (max-width: 991px) {
	h1 {
	    font-size: 35px;
	}
}
h2, .h2 {
    font-size: 32px;
}
.single_portfolio .fa-search:before {
    content: "";
}
.post-type-archive-services .entry-image-link img {
  width: 80px;
}
#header.navbar.navbar-fixed-top {
    background: #E8E1CD;
    /*border-bottom: 1px solid #17434A;*/
}
.sidebar.widget-area ul li {
    list-style-type: disc;
    margin-left: 1.7rem; 
}
.navbar .nav > li > a {
    color: #34495E;
    font-size: 16px;
    padding: 22px 15px;
    text-transform: uppercase;
}
.navbar .nav > li.current-menu-item > a {
  color: #A67F00;
}
.site-inner {
    padding: 60px 0 40px;
}
.entry-header {
    border-bottom: none;
    margin: 0 0 6px;
     padding: 0; 
}
.entry-title:after, .author-box:after {
    height: 4px;
}
p.lead {
    font-size: 20px;
    margin-bottom: 20px;
}
.btn.btn-success {
    background-color: #C33E4C;
}
.btn.btn-success:hover, 
.btn.btn-success:focus, 
.btn-group:focus .btn.btn-success.dropdown-toggle {
    background-color: #901F2B;
}
.btn.btn-default {
    background-color: #17434A;
}
.btn.btn-default:hover, 
.btn.btn-default:focus, 
.btn-group:focus .btn.btn-default.dropdown-toggle {
    background-color: #409682;
}
.btn.btn-primary {
    background-color: #17434A;
}
.btn.btn-primary:hover, 
.btn.btn-primary:focus, 
.btn-group:focus .btn.btn-primary.dropdown-toggle {
    background-color: #409682;
}
.btn {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.active > a:focus,
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #409682;
}
.fullwidth_slider .carousel,
.fullwidth_slider .carousel-caption,
.fullwidth_slider,
.fullwidth_slider .carousel-inner > .item {
    min-height: 400px;
}
.fullwidth_slider .carousel-caption {
	padding-top: 80px;
}


.header-image .title-area, .header-image .site-title, .header-image .site-title a {
    height: 75px;
    width: 152px;
    background-size: contain;
}
.header-image .site-header .title-area {
    margin-bottom: 0;
}

.tooltip-trigger, .popover-trigger {
    color: #fff;
    background-color: #A67F00;
    padding: 2px 7px 4px 8px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
}
a:hover, 
a:focus {
    color: #E8E1CD;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #E8E1CD;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #E8E1CD;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #E8E1CD;;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #E8E1CD;
}
.tooltip-inner {
  background-color: #E8E1CD;
}
.bottom-menu-inverse {
    background-color: #17434A;
    color: #fff;
    position: relative;
}

  /*media query mobile first*/
  @media only screen and (max-width: 1200px) {
    .header-image .site-header .title-area {
        height: 80px !important;
        width: 330px !important;
    }
  }