.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//oathitservices.com/wp-content/plugins/vela-companion/assets/vendor/owl-carousel/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.widget_vela_recent_posts {
text-align: left;
}
.widget-box .widget-img {
float: left;
margin-right: 15px;
}
.widget-box .widget-img img {
width: 80px;
margin-top: 3px;
}
.widget-project .row {
margin-left: -2px;
margin-right: -2px;
}
.widget-project [class*='col-xs'] {
padding: 2px;
}
.widget_vela_recent_posts li {
clear: left;
}
.widget_vela_recent_posts li,
.widget_contact_info li,
.widget_text li {
background: none;
padding-left: 0;
}
.widget-post li {
list-style-type: none;
margin-bottom: 15px;
}
.widget-post img {
display: block;
float: left;
width: 20%;
margin-right: 3%;
border-radius: 5px;
}
.widget-post .widget-post-box {
float: left;
width: 75%;
margin-top: -5px;
}
.widget-post .widget-post-box.no-img {
width: 100%;
}
.widget-project [class*='col-xs'] {
padding: 2px;
}
.widget_vela_recent_posts .widget-project .widget-img{
margin:0;
}
.vela-slider-title {
font-size: 40px;
}
.page-template-template-fullwidth .vela-slider-title {
font-size: 60px;
}.cactus-e-img-frame {
position: relative;
display: inline-block;
}
.cactus-e-img-frame img {
position: relative;
border: 3px solid #fff;
}
.cactus-e-img-frame:before {
position: absolute;
left: 15px;
top: -15px;
content: "";
display: block;
width: 100%;
height: 100%;
border: 3px solid #00dfb8;
} .cactus-e-testimonial-item {
text-align: center;
}
.cactus-e-testimonial-content {
margin-bottom: 30px;
padding-left: 40px;
}
.cactus-e-testimonial-content:before {
content: "\f10d";
font: normal normal normal 30px/1 FontAwesome;
position: absolute;
left: 0;
top: 0;
}
.cactus-e-testimonial-item .cactus-e-person-avatar {
width: 120px;
height: 120px;
border-radius: 100%;
position: relative;
display: inline-block;
margin: 0 0 10px;
}
.cactus-e-testimonial-item .cactus-e-person-avatar:before {
content: "";
border: 3px solid #00dfb8;
position: absolute;
left: 0;
top: -3px;
width: 100%;
height: 100%;
border-radius: 100%;
}
.cactus-e-testimonial-item .cactus-e-person-avatar img {
position: relative;
border-radius: 1000px;
border: 3px solid #000;
}
.cactus-e-testimonial-item .cactus-e-person-name {
margin: 0 0 10px;
font-size: 18px;
}
.cactus-e-testimonial-item .cactus-e-person-jobtitle {
margin: 0;
font-size: 14px;
}
.cactus-e-testimonial-carousel .owl-dots {
text-align: center;
margin-top: 20px;
}
.cactus-e-testimonial-carousel .owl-dot {
display: inline-block;
width: 8px;
height: 8px;
background-color: #fff;
border-radius: 100%;
margin: 3px 7px;
}
.cactus-e-testimonial-carousel .owl-dot.active {
width: 14px;
height: 14px;
margin: 0 4px; 
background-color: #00dfb8;
} [class*="cactus-e-col"] {
padding: 0;
margin: -15px;
col-style-type: none;
display: block;
clear: both;
}
[class*="cactus-e-col"]:before,
[class*="cactus-e-col"]:after {
display: table;
content: " ";
}
[class*="cactus-e-col"]:after {
clear: both;
}
[class*="cactus-e-col"] > * {
float: left;
position: relative;
min-height: 1px;
padding: 15px;
width: 100%;
display: block;
}
[class*="cactus-e-col"].full {
margin: 0;
}
[class*="cactus-e-col"].full > * {
padding: 0;
}
.cactus-e-col-xs-1 > * {
width: 100%;
}
.cactus-e-col-xs-2 > * {
width: 50%;
}
.cactus-e-col-xs-2 > .cactus-e-2x {
width: 100%;
}
.cactus-e-col-xs-3 > * {
width: 33.333333%;
}
.cactus-e-col-xs-3 > .cactus-e-2x {
width: 66.666666%;
}
.cactus-e-col-xs-3 > .cactus-e-3x {
width: 100%;
}
.cactus-e-col-xs-4 > * {
width: 25%;
}
.cactus-e-col-xs-4 > .cactus-e-2x {
width: 50%;
}
.cactus-e-col-xs-4 > .cactus-e-3x {
width: 75%;
}
.cactus-e-col-xs-4 > .cactus-e-4x {
width: 100%;
}
.cactus-e-col-xs-5 > * {
width: 20%;
}
.cactus-e-col-xs-5 > .cactus-e-2x {
width: 40%;
}
.cactus-e-col-xs-5 > .cactus-e-3x {
width: 60%;
}
.cactus-e-col-xs-5 > .cactus-e-4x {
width: 80%;
}
.cactus-e-col-xs-5 > .cactus-e-5x {
width: 100%;
}
.cactus-e-col-xs-6 > * {
width: 16.666666%;
}
.cactus-e-col-xs-6 > .cactus-e-2x {
width: 33.333333%;
}
.cactus-e-col-xs-6 > .cactus-e-3x {
width: 50%;
}
.cactus-e-col-xs-6 > .cactus-e-4x {
width: 66.666666%;
}
.cactus-e-col-xs-6 > .cactus-e-5x {
width: 83.333333%;
}
.cactus-e-col-xs-6 > .cactus-e-6x {
width: 100%;
}
@media screen and (min-width: 768px) {
.cactus-e-col-sm-1 > * {
width: 100%;
}    
.cactus-e-col-sm-2 > * {
width: 50%;
}
.cactus-e-col-sm-2 > .cactus-e-2x {
width: 100%;
}
.cactus-e-col-sm-3 > * {
width: 33.333333%;
}
.cactus-e-col-sm-3 > .cactus-e-2x {
width: 66.666666%;
}
.cactus-e-col-sm-3 > .cactus-e-3x {
width: 100%;
}
.cactus-e-col-sm-4 > * {
width: 25%;
}
.cactus-e-col-sm-4 > .cactus-e-2x {
width: 50%;
}
.cactus-e-col-sm-4 > .cactus-e-3x {
width: 75%;
}
.cactus-e-col-sm-4 > .cactus-e-4x {
width: 100%;
}
.cactus-e-col-sm-5 > * {
width: 20%;
}
.cactus-e-col-sm-5 > .cactus-e-2x {
width: 40%;
}
.cactus-e-col-sm-5 > .cactus-e-3x {
width: 60%;
}
.cactus-e-col-sm-5 > .cactus-e-4x {
width: 80%;
}
.cactus-e-col-sm-5 > .cactus-e-5x {
width: 100%;
}
.cactus-e-col-sm-6 > * {
width: 16.666666%;
}
.cactus-e-col-sm-6 > .cactus-e-2x {
width: 33.333333%;
}
.cactus-e-col-sm-6 > .cactus-e-3x {
width: 50%;
}
.cactus-e-col-sm-6 > .cactus-e-4x {
width: 66.666666%;
}
.cactus-e-col-sm-6 > .cactus-e-5x {
width: 83.333333%;
}
.cactus-e-col-sm-6 > .cactus-e-6x {
width: 100%;
}
}
@media screen and (min-width: 992px) {
.cactus-e-col-md-1 > * {
width: 100%;
}    
.cactus-e-col-md-2 > * {
width: 50%;
}
.cactus-e-col-md-2 > .cactus-e-2x {
width: 100%;
}
.cactus-e-col-md-3 > * {
width: 33.333333%;
}
.cactus-e-col-md-3 > .cactus-e-2x {
width: 66.666666%;
}
.cactus-e-col-md-3 > .cactus-e-3x {
width: 100%;
}
.cactus-e-col-md-4 > * {
width: 25%;
}
.cactus-e-col-md-4 > .cactus-e-2x {
width: 50%;
}
.cactus-e-col-md-4 > .cactus-e-3x {
width: 75%;
}
.cactus-e-col-md-4 > .cactus-e-4x {
width: 100%;
}
.cactus-e-col-md-5 > * {
width: 20%;
}
.cactus-e-col-md-5 > .cactus-e-2x {
width: 40%;
}
.cactus-e-col-md-5 > .cactus-e-3x {
width: 60%;
}
.cactus-e-col-md-5 > .cactus-e-4x {
width: 80%;
}
.cactus-e-col-md-5 > .cactus-e-5x {
width: 100%;
}
.cactus-e-col-md-6 > * {
width: 16.666666%;
}
.cactus-e-col-md-6 > .cactus-e-2x {
width: 33.333333%;
}
.cactus-e-col-md-6 > .cactus-e-3x {
width: 50%;
}
.cactus-e-col-md-6 > .cactus-e-4x {
width: 66.666666%;
}
.cactus-e-col-md-6 > .cactus-e-5x {
width: 83.333333%;
}
.cactus-e-col-md-6 > .cactus-e-6x {
width: 100%;
}
}
@media screen and (min-width: 1200px) {
.cactus-e-col-lg-1 > * {
width: 100%;
}    
.cactus-e-col-lg-2 > * {
width: 50%;
}
.cactus-e-col-lg-2 > .cactus-e-2x {
width: 100%;
}
.cactus-e-col-lg-3 > * {
width: 33.333333%;
}
.cactus-e-col-lg-3 > .cactus-e-2x {
width: 66.666666%;
}
.cactus-e-col-lg-3 > .cactus-e-3x {
width: 100%;
}
.cactus-e-col-lg-4 > * {
width: 25%;
}
.cactus-e-col-lg-4 > .cactus-e-2x {
width: 50%;
}
.cactus-e-col-lg-4 > .cactus-e-3x {
width: 75%;
}
.cactus-e-col-lg-4 > .cactus-e-4x {
width: 100%;
}
.cactus-e-col-lg-5 > * {
width: 20%;
}
.cactus-e-col-lg-5 > .cactus-e-2x {
width: 40%;
}
.cactus-e-col-lg-5 > .cactus-e-3x {
width: 60%;
}
.cactus-e-col-lg-5 > .cactus-e-4x {
width: 80%;
}
.cactus-e-col-lg-5 > .cactus-e-5x {
width: 100%;
}
.cactus-e-col-lg-6 > * {
width: 16.666666%;
}
.cactus-e-col-lg-6 > .cactus-e-2x {
width: 33.333333%;
}
.cactus-e-col-lg-6 > .cactus-e-3x {
width: 50%;
}
.cactus-e-col-lg-6 > .cactus-e-4x {
width: 66.666666%;
}
.cactus-e-col-lg-6 > .cactus-e-5x {
width: 83.333333%;
}
.cactus-e-col-lg-6 > .cactus-e-6x {
width: 100%;
}
} .cactus-e-col-lg-4 > * {
width: 25%;
float: left;
}
.cactus-e-col-lg-3 > * {
width: 33.3333%;
float: left;
}
.cactus-e-port-figure {
position: relative;
}
.cactus-e-port-figure .cactus-e-port-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
transition: all .2s;
}
.cactus-e-port-figure:hover .cactus-e-port-overlay {
opacity: 1;
visibility: visible;
}
.cactus-e-port-overlay:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #002029;
opacity: .75;
}
.cactus-e-port-link {
display: block;
position: relative;
width: 100%;
height: 100%;
}
.cactus-e-port-zoom {
display: block;
position: absolute;
top: 50px;
right: 50px;
width: 30px;
height: 30px;
}
.cactus-e-port-zoom:before,
.cactus-e-port-zoom:after {
content: "";
display: block;  
background-color: #fff;
position: absolute;
}
.cactus-e-port-zoom:before {
width: 30px;
height: 2px;
left: 0;
top: 14px;
}
.cactus-e-port-zoom:after {
width: 2px;
height: 30px;
left: 14px;
top: 0;
}
.cactus-e-port-caption {
position: absolute;
left: 50px;
bottom: 50px;
}
.cactus-e-port-category {
color: #00dfb8;
font-size: 14px;
}
.cactus-e-port-title {
color: #fff;
margin: 10px 0 0;
font-size: 18px;
}
.cactus-e-port-filter {
margin-bottom: 30px;
font-size: 16px;
}
.cactus-e-port-filter ul {
margin: 0;
text-align: center;
}
.cactus-e-port-filter li {
display: inline-block;
list-style-type: none;
}
.cactus-e-port-filter li a {
padding: 2px 30px;
border-radius: 100px;
}
.cactus-e-port-filter li.active a {
color: #fff;
background-color: #00dfb8;
} .cactus-e-person {
text-align: center;
background-color: #fff;
box-shadow: 1px 1px 5px 2px rgba(125,125,125,.1);
}
.cactus-e-person-content {
padding: 20px 10px;
}
.cactus-e-person .cactus-e-person-name {
font-size: 18px;
margin: 0 0 10px;
}
.cactus-e-person .cactus-e-person-jobtitle {
font-size: 14px;
margin: 0 0 10px;
}
.cactus-e-person .cactus-e-person-desc {
margin: 0 0 10px;
text-align: center;
}
.cactus-e-person .cactus-e-person-social a {
display: inline-block;
color: #0e0c09;
margin: 10px 10px 0;
}
.cactus-e-person .cactus-e-person-social {
border-top: 1px solid #e4e4e4;
} .cactus-e-post-inner {
background-color: #fff;
box-shadow: 1px 1px 5px 2px rgba(125,125,125,.1);
}
.cactus-e-post-content {
padding: 15px 10px;
}
.cactus-e-post-title {
font-size: 18px;
margin: 0 0 5px;
}
.cactus-e-post-title a {
color: inherit;
}
.cactus-e-post-summary {
margin: 0 0 5px;
}
.cactus-e-post-action {
border-top: 1px solid #e4e4e4;
padding-top: 5px;
}
.cactus-e-post-action a {
color: #00dfb8;
}
.cactus-e-post-figure {
position: relative;
}
.cactus-e-post-date {
position: absolute;
top: 10px;
left: 10px;
width: 70px;
height: 70px;
background-color: #fff;
border-radius: 70px;
text-align: center;
}
.cactus-e-post-date span {
display: block;
}
.cactus-e-post-day {
font-size: 24px;
color: #0e0c09;
line-height: 1;
margin-top: 12px;
}
.cactus-e-post-mon {
color: #00dfb8;
line-height: 1;
margin-top: 5px;
text-transform: uppercase;
}
.cactus-e-post-action a:before {
font: normal normal normal 14px/1 FontAwesome;
content: "\f178";
margin-right: 5px;
}
.cactus-e-post-action a {
display:block;
transform: translateX(-18px);
transition: .2s;
}
.cactus-e-post-action a:hover {
transform: translateX(0);
}
.cactus-e-post-action {
overflow: hidden;
}