/*
Theme Name: Tiptop Child
Version: 1.0.0
Template: tiptop
*/

@import url("../tiptop/style.css");

/****************
Table of content:
1. General
2. Header
3. Rev slider
4. Over ons block
5. Hanggootborstel block
6. Contact block
7. Diensten pagina
8. Footer
9. Resposive
****************/


/****************
1. General
****************/

.q_logo img {
	height: 108% !important;
}
body {
  font-family: Montserrat !important;
}
h2 {
  margin-bottom: 20px !important;
}
h4 {
  margin-bottom: 20px !important;
  text-align: center;
}
h5 {
  font-weight: 700;
  text-transform: none;
}
a.qbutton.center.default {
  text-transform: none !important;
  font-weight: bold !important;
  color: rgb(255, 255, 255);
  border-color: rgb(55, 168, 234);
  font-style: normal;
  font-weight: 500;
  background-color: rgb(55, 168, 234);
  background-color: white;
  margin-top: 15px;
}
.borderabove {
  border-top: 5px solid #2e3b40;
}
.vc_row.wpb_row.section.vc_row-fluid {
  border-bottom: none !important;
}
.header_bottom.clearfix {
  height:90px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.borderabove .qode_image_gallery_no_space {
  border: 5px solid #888888;
}
.wpcf7dtx-dynamictext {
  display: block;
  margin: 5px 0 0;
  padding: 15px;
  border: 0;
  border-radius: 0;
  outline: 0;
  resize: none;
  font-size: 13px;
  line-height: 17px;
  background-color: #fff;
  color: #818181;
  font-family: Raleway;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  width: 100%;
}

#send-message {
  display: none;
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 30px;
  transition: opacity .5s;
}

#send-message a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 2px 10px 2px;
  background: #37a8ea;
  text-transform: uppercase;
  position: fixed;
  z-index: 99;
  font-size: 3.8vw;
  letter-spacing: 0.3px;
  line-height: 1.8;
  font-weight: 500;
}

.contactaanvraag a {
  right: 0px;
  width: 100%;
  bottom: 0px;
  -webkit-transform: rotate(0.0deg);
  -moz-transform: rotate(0.0deg);
  -o-transform: rotate(0.0deg);
}

.tiptop-image-background {
   background-repeat: no-repeat!important;
}

@media (max-width: 768px) {
  #send-message {
      display: block;
  }
  .wrapper {
      margin-bottom: 40px;
      z-index: 1;
  }
  .tiptop-gegevens-block table td {
    font-size: 12px !important;
  }
  .contactform .full_section_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .contactform .full_section_inner .contact_left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .contactform .full_section_inner .tiptop-contactform-block {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .vc_custom_1505204494584 h2 {
    font-size: 24px !important;
  }
  .pp_hoverContainer {
    height: 250px!important;
  }
}

/****************
2. Header
****************/
nav.main_menu ul a:hover {
  background: rgba(55, 168, 234, .65) !important;
  border-radius: 10px !important;
  color: white !important;
}
nav.main_menu ul li a {
  line-height: 50px !important;
}
nav.main_menu > ul > li.active > a:hover {
  background: transparent !important;
}
nav.main_menu > ul > li.active > a > span {
  background: #3C4C54;
  color: white;
  padding: 6px 10px;
  border-radius: 10px;
}
nav.main_menu > ul > li.active > a > span.plus {
  display: none;
}
nav.main_menu {
  margin-top: 25px;
}
.lswp-notification {
  display: none;
}
nav.main_menu .menu-item-has-children a:hover {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.drop_down .second .inner>ul, li.narrow .second .inner ul {
  background: rgba(55, 168, 234, .65) !important;
  border: none !important;
}
.drop_down .second .inner ul li {
  border: none !important;
}
.drop_down .second .inner ul li a {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 30px !important;
  font-family: 'Arial', sans-serif;
  color: white;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.drop_down .second .inner ul li a::first {
  padding-top: 10px !important;
}
.drop_down .second .inner ul li a:hover {
  border-radius: 10px !important;
  color: #37a8ea !important;
  background-color: white !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 5px !important;
  padding-left: 10px !important;
  padding-right: 5px !important;
}
.vc_row.wpb_row.section.vc_row-fluid {
  border-bottom: none !important;
}
.header_inner.clearfix::after {
  content: " ";
  width: 100% !important;
  height: 49px !important;
  //* background-image: url("wp-content/uploads/2017/08/navbar_bottom.png"); *//
  margin-top: -14px !important;
  border-bottom: none !important;
}
header.fixed.scrolled .header_bottom, header.fixed_hiding.scrolled .header_bottom {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/****************
3. Rev slider
****************/

/****************
4. Over ons block
****************/
.vc_custom_1502375629998 {
  padding-bottom: 100px !important;
}

/****************
5. Hanggootborstel block
****************/
.tiptop-img-overlay:before {
  //* background: url(/wp-content/uploads/2017/08/tiptop-img-ruitenwasser.png); *//
  background-repeat: no-repeat;
  background-size: 135px;
  bottom: -178px;
  content: "";
  display: block;
  height: 100%;
  left: -72px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.tiptop-hanggootborstel-slider .wpb_flexslider {
  margin-bottom: 0px;
}
.tiptop-hanggootborstel-block {
  margin-left: 20px;
}
.tiptop-hanggootborstel-block .section_inner.clearfix {
  width: 100%;
}
.tiptop-hanggootborstel-tekst {
  text-align: left;
}

/****************
6. Contact block
****************/
.tiptop-gegevens-block table td {
  color: white;
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: left;
}
.tiptop-contactform-block {
    padding-left: 30px;
}
.contactform h2 {
  color: white;
  text-transform: none;
}
.contactform p {
  color: white !important;
}
.contactform form label {
  color: black !important;
}
.contactform form input, .contactform form textarea {
  background: #e6e6e6 !important;
  border: none !important;
}
input.wpcf7-form-control.wpcf7-submit {
  float: right;
  background: #3c4c54 !important;
  margin-bottom: 50px;
  text-transform: none;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: #37a8ea !important;
}
#responsive-form {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.contactform span#contactformulier {
  margin-top: -20px !important;
  background: #556d7b !important;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px;
  margin-top: -20px !important;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: white !important;
  color: black !important;
  margin-left: -45px !important;
}
div.wpcf7-response-output.wpcf7-validation-errors {
  background-color: white !important;
  color: red !important;
}
div.wpcf7-response-output.wpcf7-validation-errors:before {
  color: red !important;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: white !important;
  margin-left: -10px !important;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: "\f087" !important;
  color: black !important;
}
.form-row {
  width: 100%;
}
.column-half, .column-full {
  float: left;
  position: relative;
  padding: 0.65rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.column-half {
  width: 50%;
}

/****************
7. Diensten pagina
****************/
.tiptop-hide-desktop {
  display: none;
}
.tiptop-diensten-slider {
  overflow: hidden;
}
.tiptop-diensten-slider:after {
  background: url(/wp-content/uploads/2017/08/tiptop-img-ruitenwasser.png);
  background-repeat: no-repeat;
  background-size: 135px;
  bottom: -238px;
  content: "";
  display: block;
  height: 100%;
  left: 32%;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.tiptop-diensten-slider .qode_image_gallery_holder {
  height: 380px !important;
}
.tiptop-diensten-slider .qode_image_gallery_holder ul {
  margin-left: 113px;
  width: 15500px !important;
}
.tiptop-diensten-slider .qode_image_gallery_holder ul li {
  margin-top: 25px;
  height: 300px !important;
}
.tiptop-diensten-slider .qode_image_gallery_holder ul li div, .tiptop-diensten-slider .qode_image_gallery_holder ul li div img {
  height: 300px !important;
  width: 450px !important;
}
.tiptop-diensten-slider .qode_image_gallery_holder ul li:before {
  background: rgba(255,255,255,0.7);
  content: "";
  display: block;
  height: 300px;
  width: 450px;
  position: absolute;
  z-index: 2;
}
.tiptop-diensten-slider .qode_image_gallery_holder ul li.active {
  height: 380px !important;
  margin-top: 0px;
  width: 450px !important;
}
.tiptop-diensten-slider .qode_image_gallery_holder ul li.active:before {
  display: none;
}
.tiptop-diensten-slider .qode_image_gallery_holder ul li.active div {
  height: 350px !important;
  width: auto !important;
}
.tiptop-diensten-slider .qode_image_gallery_holder ul li.active img {
  border: 10px solid #9c9c9c;
  height: 100% !important;
  z-index: 4;
}
.tiptop-diensten-slider .qode_image_gallery_no_space .controls a.next-slide, .tiptop-diensten-slider .qode_image_gallery_no_space .controls a.prev-slide {
  z-index: 13;
}
.tiptop-diensten-slider .qode_image_gallery_no_space .controls a.prev-slide {
  left: 25%;
}
.tiptop-diensten-slider .qode_image_gallery_no_space .controls a.prev-slide:before {
  border-bottom: 12.5px solid transparent;
  border-top: 12.5px solid transparent;
  border-right: 25px solid #616161;
  content: "";
  display: block;
  height: 0px;
  margin-left: 26px;
  margin-top: -12.5px;
  position: absolute;
  top: 50%;
  width: 0px;
}
.tiptop-diensten-slider .qode_image_gallery_no_space .controls a.next-slide {
  right: 23.5%;
}
.tiptop-diensten-slider .qode_image_gallery_no_space .controls a.next-slide:before {
  border-bottom: 12.5px solid transparent;
  border-left: 25px solid #616161;
  border-top: 12.5px solid transparent;
  content: "";
  display: block;
  height: 0px;
  margin-left: 63px;
  margin-top: -12.5px;
  position: absolute;
  top: 50%;
  width: 0px;
}
.tiptop-diensten-slider .qode_image_gallery_no_space .controls a.prev-slide span,
 .tiptop-diensten-slider .qode_image_gallery_no_space .controls a.next-slide span {
  display: none;
}
.tiptop-werkwijze-block:before {
  background: url(/wp-content/uploads/2017/08/tiptop-schouw-afbeelding.png);
  background-repeat: no-repeat;
  height: 40px;
  left: 10%;
  position: absolute;
  top: -60px;
  width: 50px;
}
.tiptop-werkwijze-block h2, .tiptop-werkwijze-block p {
    color: white !important;
}
.tiptop-offerte-block:before {
  background: url(/wp-content/uploads/2017/08/tiptop-schouw-wit.png);
  background-repeat: no-repeat;
  height: 40px;
  position: absolute;
  right: 40%;
  top: -60px;
  width: 50px;
}
.tiptop-offerte-block p {
  color: white;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px !important;
  margin-top: 40px;
  text-transform: uppercase;
}
.tiptop-offerte-block a.qbutton {
  margin-right: 100px;
}

/****************
8. Footer
****************/
.column2.footer_col2 img, .column3.footer_col3 img, .column4.footer_col4 img {
  float: left;
  margin-right: 10px;
}
.column2.footer_col2 p, .column3.footer_col3 p, .column4.footer_col4 p {
  font-size: 11px !important;
  line-height: 22px;
}
.footer_bottom_holder a:hover {
  text-decoration: underline !important;
}
.footer_bottom_holder {
  background-color: #37a8ea !important;
  color: white !important;
}
.footer_bottom_holder a {
  color: white !important;
}
.footer_bottom_holder a:hover {
  text-decoration: underline !important;
}


.tiptop-werkwijze-block a, .tiptop-werkwijze-block li {
    color: white !important;
}

/****************
9. Resposive
****************/


#responsive-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  height: 320px;
}


@media screen and (max-width: 1000px) {
#responsive-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  height: 370px;
}

.home .content.has_slider {
 margin-top: -100px !important;
}

i.qode_icon_font_awesome.fa.fa-bars
{
font-size:30px;}


.page-id-16257 .section_inner.clearfix {
 margin-top: -220px;
}


.page-id-16257 footer_top {
    padding: 20px 0 52px !important;
}



}

@media screen and (max-width: 767px) {

   .dienstenslider {
      padding-top:40%;
   }
   #legeruimtebovenaan {
      display:none;
   }

.vc_row.wpb_row.section.vc_row-fluid.vc_inner.tiptop-overons-tekst.vc_custom_1505209290337 {
 margin-bottom: 30px !important;
}

  .vc_custom_1502203019303 .vc_empty_space {
    height: 70px !important;
  }
  .vc_custom_1502375629998 {
    margin-top: 15px;
    padding-bottom: 10px !important
  }
  .tiptop-garant-block img {
    width: 100px;
    height: auto;
  }
  .tiptop-garant-block p {
    margin-bottom: 20px !important;
    padding: 0px 15px;
    text-align: center;
  }
  .tiptop-overons-tekst {
    margin-bottom: 10px;
  }
  .tiptop-overons-tekst p {
    margin-bottom: 0px !important;
  }
  #tiptop-hanggoot-block-full {
    margin-left: 0px;
    margin-right: 0px;
  }
  #tiptop-hanggoot-block-full .tiptop-hanggootborstel-block h2 {
    word-break: break-all;
  }
  .column-half {
    width: 100%;
  }
  .tiptop-contactform-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tiptop-contactform-block input[type="submit"]{
    margin-right: 10px;
  }
  .tiptop-img-overlay:before {
    display: none;
  }
  .tiptop-hanggootborstel-block {
    margin-left: 0px;
    margin-top: 20px;
  }
  .tiptop-hide-desktop {
    display: block;
  }
  .tiptop-diensten-slider .qode_image_gallery_no_space, .tiptop-diensten-slider:after {
    display: block;
  }
  .tiptop-offerte-block .vc_col-sm-4 .wpb_single_image {
    text-align: center;
  }
  .tiptop-offerte-block .vc_col-sm-8 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_top {
    padding-top: 0px;
  }
  .column1.footer_col1 {
    text-align: center;
    margin-bottom: 0px !important;
  }
  .column2.footer_col2, .column3.footer_col3, .column4.footer_col4 {
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    margin-bottom: 10px !important;
  }
  .column3.footer_col3 img {
    padding-left: 7px;
  }
#responsive-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
 height: 150px !important;
}

}

.vc_row.wpb_row.section.vc_row-fluid.vc_custom_1502286177027.grid_section {
    padding-top: 0px !important;
}
}





@media screen and (min-width: 1101px) {
.page-id-16257 .content.content_top_margin
{
    margin-top: 100px !important;
}
}

@media screen and (min-width: 1200px) {
.page-id-16257 .content.content_top_margin
{
    margin-top: 120px !important;
}
}

@media screen and (max-width: 1100px) {
.page-id-16257 .content.content_top_margin
{
    margin-top: 80px !important;
}

.page-id-16257 .content.content_top_margin {
    min-height: 400px !important;
}

}

@media screen and (max-width: 1000px) {
.page-id-16257 .content.content_top_margin {
    min-height: 350px !important;
}

.page-id-16257 .content.content_top_margin {
    margin-top: 20px !important;
}

}


@media screen and (max-width: 767px) {
.page-id-16257 .content.content_top_margin {
    margin-top: -90px !important;
}
.tiptop-diensten-slider:after {
   display:none!important;
}
}

a[href^="tel"] {
    color:black!important;
    text-decoration:none!important;
}

@media screen and (max-width: 600px) {
.page-id-16257 .content.content_top_margin {
    //margin-top: -105px !important;
}
.slick-dots {
  top:-30px;
  height: 30px;
}
}

@media screen and (max-width: 480px) {
.tiptop-hanggootborstel-block h2{
 font-size: 20px;
}

.page-id-16257 .content.content_top_margin {
margin-top: -100px !important;
    min-height: 300px !important;
}


.page-id-16257 .content.content_top_margin {
    margin-top: -140px !important;
}
.tiptop-garant-block h4 {
    margin-top: -50px;
}

.tiptop-garant-block .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}


}

.tiptop-contactform-block
input.wpcf7-form-control.wpcf7-submit {
    margin-right: 10px;
}

td {
    color: white !important;
}

@media screen and (max-width: 1000px) {

.tiptop-contactform-block.wpb_column.vc_column_container.vc_col-sm-8, .contact_left.wpb_column.vc_column_container.vc_col-sm-4
{
width:100% !important;}


}

@media screen and (max-width: 1000px) {
.tiptop-garant-block .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100% !important;
    margin-top: 20px;
}
}

header.scroll_header_top_area.fixed.scrolled_not_transparent.with_hover_bg_color.page_header.scrolled .q_logo img {
 margin-top: 10px !important;
}

@media screen and (max-width: 500px) {
  .productafb {
    margin-left:2%!important;
  }
  h1 {
    font-size:170%!important;
  }

  .dienstenslider {
    padding-top:90%;
  }

  footer .column1 {
    top: 0px !important;
  }
  .home footer .column1 {
     top: -18px !important;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: #000;
    font-weight: BOLD;
    margin: 0;
    padding-bottom: 30px;
}
