.ow-button-base a:hover {
text-decoration: underline !important;
}

.text-slider {
background: rgba(28, 27, 23, 0.4);
padding:20px;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
.slide-inner a {
color: #000000 !important;
}
@-webkit-keyframes slide-item {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
            transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.slide-item {
 animation-name: slide-item;
 animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.imgvd {
  --s: 10px; 
  padding: var(--s);
  border: calc(2*var(--s)) solid #0000;
  outline: 1px solid #000;
  outline-offset: calc(-1*var(--s));
  background: conic-gradient(from 90deg at 1px 1px,#0000 25%,#000 0);
}
.photofront {
outline: 1px solid #c9ab81;
outline-offset: -8px;
}
.boxs {
background: rgba(219, 218, 217, 0.1);
border-radius: 6px;
padding: 10px 18px;
outline: 1px dashed rgba(28, 27, 23, 0.4);
outline-offset: -8px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.4);
}
.boxs h2{
color: #47425D !important;
}
.boxs h4{
background: #79A39E; 
color: #ffffff !important;
}
.boxs:hover {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.5);
}
.blockleft {
background: rgba(255,255,255,0.2);
padding: 0px 20px;
}
.blockleft h2{
margin: 0 !important;
padding: 0 !important;
color: #1d2a4d !important;
padding: 20px;
}
.blockright {
font-size: 30px;
padding-left: 30px;
color: #ffffff;
border: 3px double #ffffff;
border-radius: 10px;
background: rgba(255,255,255,0.2);
}
.hours {
display:inline-block;
width: 40px;
height: 40px;
font-size: 24px;
text-align: center;
background: #ffffff;
color: #3c299a;
border-radius: 50%;
}
.hours2 {
display:inline-block;
width: 40px;
height: 40px;
font-size: 24px;
text-align: center;
background: #ffffff;
color: #b83709;
border-radius: 50%;
}
.blockss {
text-align: center !important;
padding: 0px;
position: relative;
background: rgba(121,163,158,0.2);
transition: all .5s ease-in-out;
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
}
.blockss .testprof{
position: relative;
margin: 0 auto;
width: 100%;
padding: 8px 1px;
text-align: center;
background:#79A39E;
color: #ffffff;
}

.blockss::before{
    content: "";
    position: absolute;
      left: 0px;
    top: 0px;
    opacity: 0;
    border-top: 2px solid #79A39E;
    border-left: 2px solid #79A39E;
    transition: all .5s ease-in-out;
}

.blockss::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-bottom: 2px solid #79A39E;
    border-right: 2px solid #79A39E;
    transition: all .5s ease-in-out;
}

.blockss.active::before
{
    width: 50px;
    height:50px;
    opacity: 1;
}

.blockss.active::after
{
    width: 50px;
    height: 50px;
    opacity: 1;
}

.blockss:hover::before{
    width: 150px;
    height: 150px;
    opacity: 1;
}


.blockss:hover::after{
    width: 150px;
    height: 150px;
    opacity: 1;
}


.textwidget .fa {
font-size: 12px;
color: #ff5e14;
}
.widget-area {
border-left: 3px solid #b9d806;
}
.sow-carousel-content {
background: rgba(216,216,216,0.3);
border-radius: 2px;
padding: 0 8px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.2);
}
.blog-post {
}
.more-button {
position: absolute;
visibility:hidden;
display:none;
}
.inbiz  {
margin-top: -34px;
}
.inbiz a {
font-size: 16px;
color: #d5d4d2 !important;
}
@media only screen and (max-width : 960px) { 
.header-social {
position: relative;
display: inline;
width: 80px;
}
.inbiz  {
width: 100%;
text-align: center;
margin-top: 4px;
}
.inbiz a {
font-size: 14px;
color: #9d9c9a !important;
}

.boxsleft{
margin-top: -55%;
margin-left: 32% !important;
width: 240px;
}
.sidebar-column {
border-right: 0px solid rgba(255, 255, 255, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.maintitle {
font-size: 28px !important;
}
.frontboxtop {
margin-top: 0px;
}
#sidebar-footer {
text-align: center;
}
}