/*progress bar*/
.vc_general.vc_single_bar {
    margin-bottom: 10px !important;
}

.vc_bar {
    border-radius: 1px !important;
}

.vc_progress_bar .vc_single_bar .vc_label {
    padding: 0.8em 1em  !important;
    font-size: 90% !important;
}

.vc_label {
    font-weight: 500 !important;
}

/*contactForm*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #ff0000;
    text-align: center;
    margin: 20px auto;
    padding: 0px 15px;
}

span.wpcf7-not-valid-tip{
   padding: 5px 0px 0px 10px;
   font-size: 14px;
}

/*footer*/
.footer_widget {
    padding-bottom: 0px;
}

.FooterWidget { 
    margin: 30px auto;
}

.footer_sub {
    border-top: 1px solid #b88264;
}

.FooterImg {
    padding:0;
    margin-bottom: 10px;
}

.FooterIcon {
    text-align: center;
}


.FooterTxt {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

/*navigation*/
#cesis_one_page_navigation a.current span {
    background:#b88264 !important;
}

#cesis_one_page_navigation {
    right: 1% !important;
}

#cesis_to_top {
   right: 1% !important;
  
}

/*header*/
#cesis_header {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.23);
   -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.23);
   -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.23);
   -ms-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.23);
   -o-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.23);
}

#site-navigation ul#main-menu li a span {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header_mobile {
   height: unset !important;
   max-height: unset !important;
}


/*querys*/

@media screen and (max-width: 780px) {
  #cesis_one_page_navigation {
    display: none;
}

#cesis_to_top {
  display: none;
  
}

.vc_custom_heading.subtitles {
    font-size: 20px !important;
}


.FooterWidget.Middle { 
    margin: 0px auto 0px auto;
}

.footer_sub .cesis_container > div {
    padding:0px !important;
}

.vc_empty_space.resize {
    height: 1px !important;
}

}

@media screen and (max-width: 767px) {
    .footer-element {
        margin-bottom: 35px;
    }
    
    .footer-element.no-margin {
        margin: 0;
    }
    
    .who_we_are_column {
        margin-bottom: 30px;
    }
}

/*contact form*/
.custom_contact_form .send input {
    padding: 15px 30px 15px 30px !important;
}

.custom_contact_form span.wpcf7-not-valid-tip {
    font-size: 14px;
    background-color: #f00000;
    color: white;
    text-align: center;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
}

.custom_contact_form span.wpcf7-not-valid-tip:before {
    content: "";
    border-bottom: 5px solid #f00000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.custom_contact_form div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    background-color: #f00000;
    color: white;
    border: none;
    text-align: center;
    margin: 20px auto;
    font-size: 13px;
    font-weight:500;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
}

.custom_contact_form div.wpcf7-validation-errors:before, div.wpcf7-acceptance-missing:before {
    content: "";
    border-bottom: 5px solid #f00000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.custom_contact_form div.wpcf7-mail-sent-ok{
    background-color: green;
    color: white;
    border: none;
    text-align: center;
    margin: 20px auto;
    font-size: 13px;
    font-weight:500;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
}

#inicio,
#servicos,
#quem_somos,
#contactos {

}

.resize {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
}

.mobile {
    position: relative !important;
    left: 0 !important;
}
.mobile-height {
    position: relative !important;
    left: 0 !important;
}

.scroll {
    left: auto !important;
}

#cesis_main .scrollmagic-pin-spacer section {
    width: 100% !important;
}

.custom_contact_form .send input {
	margin-left: 20px;
}

#cesis_one_page_navigation a span {
	width: 10px !important;
    height: 10px !important;
}

.former{
	width: 100% !important;
}

.removePadding {
	padding-left: 0 !important;
    padding-right: 0 !important;
}


@media screen and (max-width: 768px) {
	.footer_main .cesis_container .footer_widget_ctn .footer_widget {
		padding-bottom: 0 !important;
	}
}
