/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/* colors */
/* algemeen */
.blink {
  background-color: red !important;
}
.blinkparent .blink::-webkit-input-placeholder {
  color: #ffffff;
}
.blinkparent .blink:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.blinkparent .blink::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.blinkparent .blink:-ms-input-placeholder {
  color: #ffffff;
}
.colorgreen {
  color: #417F86 !important;
}
.colorgreen h2 {
  color: #417F86 !important;
}
.colorwhite {
  color: #ffffff !important;
}
.colorwhite h2,
.colorwhite p {
  color: #ffffff !important;
}
/* NAVBAR */
.text-logo {
  color: #417F86 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}
.menu-item-button .menu-btn-container {
  margin-top: 13px !important;
}
/* beschikbaarheid menu item */
.menu-item-72013 a:hover {
  color: #303133 !important;
}
.dropdown-toggle {
  border: 1px solid #417F86;
  height: 30px !important;
  color: #417F86 !important;
  border-radius: 4px;
  font-weight: normal !important;
}
.highlightblock {
  border: 1px #417F86 solid;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 2px;
  margin-top: 30px;
  color: #417F86;
  font-weight: bold;
}
.strenghtsection .iconbox,
.strenghtsection .icon-box-content {
  background-color: #ffffff !important;
  color: #000000 !important;
  height: 91px;
}
.strenghtsection .icon-box {
  background-color: #ffffff !important;
}
.strenghtsection .icon-media {
  margin-left: 20px !important;
  padding-top: 15px;
}
.strenghtsection .icon-box-content {
  padding: 15px;
}
.strenghtsection .icon-box-content p {
  margin-top: 5px !important;
  font-size: 16px;
}
.strenghtsection .iconstrenghtblock span {
  background-color: #ffffff !important;
  color: #417F86 !important;
  border: none;
  height: 91px;
}
.strenghtsection .iconstrenghtblock span i::before {
  top: 10px;
  position: relative;
}
.meerfotosbtn {
  padding: 5px 20px 8px 20px !important;
  text-transform: capitalize;
}
.meerfotosbtn .fa-camera::before {
  font-size: 20px;
  top: 4px;
  position: relative;
}
.centertitle h2 {
  text-align: center;
  display: inline !important;
}
.beschikbaarbtn {
  font-size: 20px;
}
.beschikbaarbtn:hover {
  color: #417F86 !important;
}
.accordionsection .uncode-accordion .panel-default {
  border-top: 1px solid #417F86;
}
.accordionsection .uncode-accordion .panel-default:last-child {
  border-bottom: 1px solid #417F86 !important;
}
.accordionsection .uncode-accordion .panel-heading {
  border-right: 1px solid #417F86;
  border-left: 1px solid #417F86;
}
.accordionsection .uncode-accordion .panel-body {
  margin-bottom: 5px;
  border-bottom: 1px solid #417F86 !important;
  border-right: 1px solid #417F86 !important;
  border-left: 1px solid #417F86 !important;
}
.accordionsection .uncode-accordion .panel-body p {
  padding-left: 50px;
}
.accordionsection .uncode-accordion a span {
  text-transform: none;
  color: #000000;
  font-weight: normal !important;
  padding-left: 40px;
}
.accordionsection .uncode-accordion a span:after {
  left: 20px;
  color: #417F86;
}
/* nav */
.menu-shadows {
  border-bottom: 1px solid #417F86 !important;
}
.menu-btn-table .menu-item {
  background-color: #417F86;
  color: #ffffff;
  padding: 8px 10px !important;
  font-size: 14px;
}
.menu-btn-table .menu-item:hover {
  background-color: #ffffff;
  color: #417F86;
}
/* contact formulier */
#contactform input[type='text'] {
  display: inline-block;
  border: none;
}
#contactform input[type='text']:focus {
  background-color: #e6e6e6;
}
#contactform .halfinput {
  width: 49%;
  float: left;
  margin-bottom: 5px;
}
#contactform .fullinput {
  width: 100%;
}
#contactform .firstinput {
  margin-right: 1%;
}
#contactform .secondinput {
  float: right;
  position: relative;
  top: -16px;
}
#contactform textarea {
  position: relative;
  top: -11px;
  height: 150px;
}
#contactform textarea:focus {
  background-color: #e6e6e6;
}
#contactform input[type='button'] {
  position: relative;
  top: -25px;
}
#contactform input[type='button']:hover {
  background-color: #e6e6e6;
}
#errormessagecontacttext {
  color: #ffffff !important;
}
.contactdetails {
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  display: block;
}
.contactdetails a {
  color: #ffffff !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contactdetails a:hover {
  color: #e6e6e6 !important;
}
/*
.thegallery {
  .tmb {
    display: none;
  }
  .tmb:nth-child(-n+4){
    display:block;
}
}
*/
.contactfield {
  position: relative;
  top: 20px;
}
@media (max-width: 960px) {
  .strenghtsection .icon-box-content {
    width: 100%;
  }
}
