/*
Theme Name:   SALAS3
Theme URI:    https://www.salaspm.ca/
Description:  This is a fully  custom and repsonsive WordPress theme built on twitter bootstrap framework
Author:       DotConnex Inc.
Author URI:   https://www.dotconnex.com
Version:      2.0.0
Tags: two-columns, left-sidebar, custom-header, custom-menu, custom-logo, blog
*/

/************************************ SITEWIDE**************************************************/
html {
  scroll-behavior: smooth;
}

body{
  font-family: sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666;
}

section{
  margin-top: 100px;
  margin-bottom: 100px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto','Arial' !important;
  font-weight: 500;
  line-height: 1.1;
  color: #333 !important;
}
h3{
  font-size: 45px;
}

.site-btn{
  color: #fff;
    background: #54b3d6;
    padding: 15px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3px;
}

.section-title-dark, .section-title-light{
  font-size: 40px !important;
}
.section-title{
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title-light{
  color: #fff;
}

.section-title-dark h2{
  color: #000;
  font-size: 50px;
}


.container{
	max-width: 1400px !important;
}

.col-md-12{
  text-align: center;
max-width: 800px;
margin: auto;
display: contents;
	float: none;
}
.mx-auto{
  float: none;
  text-align: center;
  margin: auto;
}

#automate path { fill: #54b3d6; }
/***************************** HEADER **************************************************/


/********** Logo ****************/
.logo-img{
  width: 130px;
display: block;
border-radius: 73px;
padding-top: 10px;
}
.logo-img img{
  width: 100%;
border-radius: 125px;
}



/*************** MENU **************/

.cta-nav-btn {
  background: #54b3d6;
  color: #fff !important;
  border-radius: 5px;
  color: #fff;

}
.cta-nav-btn a{
  color: #fff !important;
  background-image: linear-gradient( #fff, #fff, #fff ) !important;
}
.cta-nav-btn a:hover{
  color: #fff !important;
  background-image: linear-gradient( #fff, #fff, #fff ) !important;
}

#header{
  position: absolute;
height: 150px;
padding: 0px;
background: transparent;
top: 0;
left: 0;
right: 0;
z-index: 9;
}


.site-navigation{
  float: right;
  padding-top: 50px;
}
/*Mobile*/
.hide-mobile-menu{
  display: none;
}
.mobile-btn{
  display: none;
}

.dropdown-menu{
  display: none;
}

.site-menu{
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-menu li{
  float: left;
  padding: 10px;
}

.site-menu li a{
  text-decoration: none;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
font-weight: 500;
padding: 10px;

}


.site-menu li a {
  background-image: linear-gradient(
    to right,
    #000, #000 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.site-menu li a:before{
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.site-menu li a:focus { outline: none; }
.site-menu li a:hover {
 background-position: 0;
 outline: none;
}

.site-menu li a:hover::before{
  width: 100%;
  color: #fff;
}





/************************** HERO BANNER **********************************************/
#hero{
  position: relative;
padding: 0;
margin: 0;
top: 3px;

}
#hero h1, #hero h2{
  color: #fff !important;
}


/*Slider*/
div#n2-ss-2 .n-uc-19bd91fe8837f-inner {
  padding: 120px 60px 120px 60px;
  justify-content: center;
}


/************************** Automate Content **********************************************/
#automate{
  min-height: auto;
position: relative;
width: 100%;
background: #54b3d6;
padding-top: 50px;
display: list-item;
padding-bottom: 50px;
animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
.automate{
  opacity: 0;
      transform: scale(1.2);

}
@media (prefers-reduced-motion: no-preference) {
  .automate {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}

.automate-transition {
    opacity: 1;
    transform: none;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



@media(max-width:850px) {
  #automate::before {
    height: 80.5px
  }
}

#automate h2{
  font-weight: bold;
  font-size: 40px;
}

#automate .col-md-3::before {
  content: '\2192';
position: absolute;
width: 68px;
font-size: 53px;
right: -57px;
margin: auto;
height: 1px;
top: 75px;
color: #54b3d6;
position: absolute;
background: none;
transform-origin: 0 0;
transform: rotate(0deg);
}

#automate .col-md-3 {
  text-align: center;
  padding-top: 50px;
  width: 20.875%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 3.5%;
}
.about-service-box {
  text-align: center;
  border-radius: ;
  width: 200px;
  text-align: center;
  margin: auto;
  height: 200px;
  border-radius: 7%;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.about-service-box h3{
  font-family: 'Roboto','Arial';
color: #808b95;
font-size: 125%;
text-shadow: none;
line-height: 1.8;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: inherit;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
font-weight: normal;
}
.about-service-box .title{
  margin-top: -20px;
}
.icon .fa {
  font-size: 86px;
padding: 18px;
color: #fff;
margin-top: 15px;
}

#automate .last-icon::before {
  content: '';
  position: relative;
  width: 0px;
  font-size: 0px;
}

.underline {
  position: relative;
}
.underline:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 2px #54b3d6;
  border-color: #54b3d6 transparent transparent transparent;
  border-radius: 50%;
}

/******************************** CTA SECTIONS ************************************************/

#cta{
  background-color: rgb(252, 252, 252);
  margin-top: 50px;
 min-height: 500px;
}
#services .section-title{}


.service-wrap{
  background: rgb(252, 252, 252);
    border: 1px solid #e8e9e9;
  padding: 26px;
  text-align: left;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;

}
.service-wrap:hover{
  background: #54b3d6;
  border: 1px solid #e8e9e9;
  padding: 26px;
  box-shadow: 0px 0px 2px 0px #eee;
  text-align: left;
  color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;

}

#services-section{
  padding-top: 50px;
  padding-bottom: 100px;
}
#services-section .service-wrap:hover path, #services-section .service-wrap:hover h3{
  fill: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  color: #fff;
}
#services-section .col-md-8{
  padding-bottom: 50px;
}
#services-section path { fill: #54b3d6; }
#services-section .icon{
  text-align: left;
}
#services-section .icon svg{
  height: 50px;
}
#services-section .title h3{
  text-align: left;
  font-size: 20px;
  color: #54b3d6;
  font-weight: bold;
}
#services-section p, #services-section a{
  font-size: 14px;
}




#why-salas h2{
  color: #54b3d6 !important;
}



/*Payroll*/
#payroll-services{
  padding-top: 100px;
  padding-bottom: 100px;
}

.payroll-benefits{
  border: 14px solid #54b3d6;
    box-shadow: 0px 0px 10px 0px #eee;
}

.benefits-payroll-wrap{
  border: 14px solid #54b3d6;
box-shadow: 0px 0px 10px 0px #eee;
margin: 34px;
  margin-top: 34px;
padding: 16px;
height: 350px;
margin-top: 55px;
border-radius: 3px;
}
.benefits-payroll-wrap ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits-payroll-wrap ul li{
  padding: 10px;
  margin-left: 20px;
}
.benefits-payroll-wrap h4{
  font-size: 35px;
text-align: center;
}


.benefits-payroll{
  left: 12%;
position: relative;
padding: 10px;
}

#payroll-services .title-head a{
  color: #fff;
  background: #54b3d6;
  padding: 15px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 3px;
}
/*
.tooltips {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltips .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}
.tooltips:hover{cursor: pointer; }
.tooltips:hover .tooltiptext {
  visibility: visible;
  padding: 10px;

}
*/














#bookkeeping-section{
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #54b3d6;
  color: #fff;
}
#bookkeeping-section .title-head{
  text-align: center;
}
#bookkeeping-section .underline:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 2px #fff;
  border-color: #fff transparent transparent transparent;
  border-radius: 50%;
}
#bookkeeping-section .wrap{
  width: 100%;
  margin-top: 25px;
display: inline-block;
background: #fff;
color: #54b3d6;
padding: 19px;
border-radius: 5px;
box-shadow: 0px 0px 6px 0px #999;
}
#bookkeeping-section ul{
  list-style: none;
  padding: 0;
}
#bookkeeping-section ul li{
  padding: 10px;
}

#bookkeeping-section ul li:before {
  content: '✓';
}
#bookkeeping-section h2, #bookkeeping-section h3{
  color: #fff !important;
}
