/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.a:hover {
	color: rgb(234, 154, 14) !important;
}

.white {
  color:#fff !important;
}

.slab {
  font-family: 'Roboto Slab', sans-serif !important;
}

.cursor-fix {
  cursor: default;
}

.left {
	float: left;
}

.full-height img {
  height: 100%;
  object-fit: cover;
}

.full-height {
  height: 100%;
}

a.powered-by {
    display: none !important;
}

form.fc-form.fc-form-1.align-.spin-.save-form-.dont-submit-hidden-.icons-hide-.disable-enter-.label-placeholder.frame-hidden.remove-asterisk-true.field-alignment-left {
    float: right;
}

.services {
	text-shadow: none;
    font-size: 1.2rem;
    line-height: 2;
    background: hsl(194,32%,21%);
    padding: 2rem 1.5rem;
}

.services a {
	color: rgb(255, 255, 255); 
	border-bottom: 1px dotted #fff;
}

.services a:hover {
	background: #fff;
}

.form-element-html span {
    text-shadow: none;
    color: #fff;
}

.sello {
  max-height: 5rem;
  width: auto;
  filter: grayscale(100%);
}

.sello:hover {
  filter: grayscale(50%);
}

.about-image .x-bg {
  max-width: 350px;
}
.simple_button {
    padding: 16px 40px !important;
    border-radius: 0.25em !important;
    font-size: 1.3em;
    font-weight: 600;
}