 /*
Theme Name: Shiftgig
Author: BuildThis
Author URI: http://buildthis.com
Description: Description
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shiftgig
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/



/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	font-size: 16px;
    color: #2C8469;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color:#FF8063;
    text-decoration: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:2px solid transparent;
}

.shiftgig-btn {
    background-color: #FF8063;
    border-radius: 25px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 12px;
    padding-top: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s ease-in-out;
}



.header-btn a {
	background-color: #FF8063;
	border-radius: 23px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom: 15px;
	padding-top: 15px;
    color:#fff;
    transition:.2s all ease-in-out;
}

.header-btn a {
    color: #fff !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7B7B7B;
    padding-left: 5px;
    font-weight: 500;
    font-family: "Lato";
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #7B7B7B;
    padding-left: 5px;
    font-weight: 500;
    font-family: "Lato";
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #7B7B7B;
    padding-left: 5px;
    font-weight: 500;
    font-family: "Lato";
  }
  :-moz-placeholder { /* Firefox 18- */
    color:#7B7B7B;
    padding-left: 5px;
    font-weight: 500;
    font-family: "Lato";
  }


.main-wrapper ul {
    font-size: 16px;
    line-height: 1.7;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}


.bt-link {
    color: #ff7f63 !important;
    text-decoration: underline;
    text-shadow: 0px 0px 1px #00000052;
}

.page-template-template-demo .main-wrapper ol, .page-template-template-demo .main-wrapper li {
    font-size: 15px;
    line-height: 2;
    font-family: 'Lato', sans-serif;
    padding-left: 0 !important;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999999999999999999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
     /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}





/* wrapper */
.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}



.container {
	width: 100%;
	max-width: 1420px !important;
}



/* sidebar */
@media only screen and (min-width:768px) {
.category .wrapper, .tax-specialist_categories .wrapper, .single .wrapper {
	overflow: visible;
}
.page-template-template-workers-blog .wrapper, .page-template-template-business-blog .wrapper {
	overflow: visible;
}
}




.sidebar {
    background-color: #2C8469;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.make-me-sticky {
    position: -webkit-sticky;
	position: sticky;
    top: 110px;
    padding: 0;
}

.subscribe-widget {
    padding-bottom: 13px;
}

.sidebar .search {
    margin-left: 30px;
}


.search-submit {
background-color: #FF8063;
border-radius: 30px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 6px;
padding-top: 6px;
color: #fff;
font-size: 14px;
display: block;
font-weight: 500;
margin-top: 15px;
transition: all .2s ease-in-out;
}

.sidebar .search-submit {
	display:none;
}

.search-input {
    height: 40px;
    width: 90%;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-cat-header {
	color:#fff;
	padding-left:20px;
}

.sidebar-subscribe {
	padding-bottom:20px;
}


.sidebar-cat-list {
	list-style: none;
    padding-left: 30px;
}

.cat-item {
    padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}

.sidebar .cat-item a {
    font-size: 16px;
    color: #fff;
	font-family: "lato";
    padding-left:30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.current-cat:after {
    content: "";
    height: 27px !important;
    width: 3px !important;
    position: absolute;
    left: 10px !important;
    top: 5px !important;
    background-color: #fff;
}


.cat-item:after {
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
	background-color: #fff;
	transition:all .3s ease-in-out;
}

.cat-item:hover::after {
    content: "";
    height: 27px;
    width: 3px;
    position: absolute;
    left: 10px;
    top: 5px;
	background-color: #fff;
}



.graphic-row {
    padding-top:15px;
    padding-bottom:15px;
}

/* footer */
.footer {
    background-color: #fafafa;
    padding-top: 75px;
}

.footer .row {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.footer h3 {
	color:rgb(54, 161, 128);
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.footer a {
   color:#666F6E;
   font-size:15px;
}

.footer a:hover {
	color:rgb(54, 161, 128);
 }
 

.footer ul {
    padding-left: 0px;
    line-height: 1.7;
}

.footer-logo-img {
    max-width: 175px;
    margin-top: 10px;
    margin-left: -6px;
    width: 100%;
}

.footer-social-icons {
    margin-left: -6px;
    margin-top: 5px;
    max-width: 200px;
    width: 100%;
}

.footer-social-icon {
    padding-right: 5px;
}

.footer-title-link {
    color: rgb(54, 161, 128) !important;
    font-weight: bold;
    font-size: 21px !important;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    font-family: 'Poppins', sans-serif;
}


.copyright {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #8c9392;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: "lato";
    letter-spacing: 0.6px;
}

.footer-form {
    position: relative;
}

.footer-form input[type="text"] {
    height: 40px;
    width: 100%;
    max-width: 90%;
    border-radius: 34px;
    border: 1px solid #B2B6B6;
}

.footer-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    border-radius: 34px;
    background-color: #2C8469;
    color: #fff;
    border: 1px solid #2C8469;
    font-weight: 500;
    padding-left: 24px;
    padding-right: 24px;
}




.form-holder form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.form_sub_header {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}


/*------------------------------------*\
    NAV
\*------------------------------------*/
.header__container {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 13px;
padding-bottom: 12px;
max-width: 1024px;
margin: 0 auto;
}

.header {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

/* logo */
.logo {
    position: relative;
    display: block;
}

.logo-img {

}

.nav {

}


.nav ul {
	list-style-type: none;
}

.sticky-header-height {
    height: 100px;
    z-index: 1000000000;
    position: relative;
    background-color: #fff;
} 



.header-is-sticky {
    position: fixed;
    z-index: 99999;
    top: -130px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(71, 80, 89, 0.15);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}



.header-is-sticky .header__container {
    padding-top: 0;
}

.header.clear.header-is-sticky.active {
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
}



@media only screen and (max-width:875px) {
#genesis-mobile-nav-primary {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999;
}
#genesis-nav-primary {
    position: absolute;
    top: 75px;
    width: 100%;
    left: 0px;
    background: #FFF;
    padding-left: 25px;
	padding-right: 14px;
	z-index: 999999;
}

.genesis-nav-menu .menu-item:nth-last-of-type(1) {
border-bottom:none;
}
#menu-item-26 {
    border-bottom: none;
}
.genesis-nav-menu .sub-menu a {
    font-size: 14px;
}
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/
main {
	padding-left: 20px;
	padding-right: 20px;
}


.main-wrapper {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.bg-repeat {
    padding-bottom: 100px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position:relative;
    z-index: 9;
}

.bg-repeat:after {
    position: absolute;
    width: 150vw;
    height: 100%;
    top: 0;
    left: -50vw;
    z-index: -1;
    content: "";
    background-image: url(/wp-content/uploads/2019/06/repeat-bg-shiftgignew.png);
    background-size: cover;
    overflow: hidden;
}




.bg-green:after {
    background-color: #2C8469;
}

.bg-orange:after {
    background-color: #FF8063;
}


.related-post-section:after {
    background-image: unset;
}



.bg-repeat h2 {
	color:#fff;
}

.green-bg-repeat {
	background-color: #2C8469;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(/wp-content/uploads/2019/06/repeat-bg-shiftgignew.png);
    background-size: cover;
}

.green-bg-repeat h2 {
	color:#fff;
}

.worker_bottom_sub_header {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: 25px;
}


.staffing-logo {
    display: block;
    width: 100%;
    float: left;
}

.staffing-logo img {
    max-width: 160px !important;
    max-height: 110px !important;
    display: block;
    float: left;
    margin-bottom: 10px !important;
    padding-bottom: 20px;
}

.staffing-desc {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-weight: normal;
    color: #666F6E;
    max-width: 290px;
    font-weight: normal;
    font-size: 14px;
}

.wpgmza_gd, .wpgmza_infowindow_address, .wpgmza_infowindow_title {
    display: none;
}

.staffing-add {
    max-width: 230px;
    font-weight: normal;
    margin-bottom: 10px;
}


.wpgmza_markerbox a {
    color:#fff !important;
    margin-top: 10px;
}

.wpgmza_sl_query_div {
    height: 50px !important;
    display: block;
}

.wpgmza_sl_radius_div {
    margin-bottom: 20px;
}

.wpgmza_sl_radius_innerdiv2 {
    display: inline-block !important;
    float: left;
    width: unset !important;
}

.addressInput {
    border-radius: 5px;
    border-style: solid;
    border-color: #ececec;
    padding-left: 10px;
}

.wpgmza_sl_search_button_1, .wpgmza_sl_reset_button_1 {
    -webkit-appearance: none !important;
    background-color: #FF8063;
    border-radius: 23px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-top: 11px;
    color: #fff;
    font-weight: 600;
    transition: .2s all ease-in-out;
    border: none;
}
.wpgmza_sl_search_button_1:hover, .wpgmza_sl_reset_button_1:hover {
background-color: #2C8469;
}

.wpgmza_sl_search_button_1:focus, .wpgmza_sl_reset_button_1:focus {
border: 0px solid transparent;
}
/*------------------------------------*\
   HOME PAGE
\*------------------------------------*/


.intro--homepage {
	padding-bottom: 30px;
	min-height: 550px;
	position: relative;
}

.homepage__content {
    max-width: 540px;
    background-color: #2C8469;
    padding: 25px;
	margin-top: 53px;
    border-radius: 10px;
}


.homepage__title {
    max-width: 750px;
    text-transform: capitalize;
    color:#FFF;
}

.hero_title a {
	text-transform: capitalize;
    color:#FFF;
	font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: bold;
}


.homepage__title, .hero_title {
    margin-top: 0;
    margin-bottom: 25px;
}

.homepage__description {
    max-width: 740px;
    font-size: 16px;
	padding-bottom: 10px;
	font-weight: 400;
	color:#FFF;
}

.intro--homepage {
    padding-left:15px;
    padding-right:15px;
}


.hero_title {
	color:#fff;
}

.hero-image {
    min-height: 500px;
    max-width: 732px;
    z-index: -1;
    position: absolute;
    width: 100%;
    background-position: top center;
    border-radius: 10px;
	border-radius: 10px;
    top:0;
    background-size: contain;
    background-repeat: no-repeat;
}


.hard-hero-img {
    border-radius: 10px;
}






.hero-image-right {
    right: -30px;
}
.hero-image-left {
    left: -30px;
}
.hero-content-right {
    right:-30px;
}
.hero-content-left {
    left:-30px;
}


.hero-content {
	position: absolute;
    bottom: 20%;
    width:100%;
}

.hero-content p {
    font-size: 16px;
}

.circle-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}


.counter-header {
	color: #fff;
	text-align: center;
	margin-bottom: 65px;
}


.circular-chart {
	display: block;
	margin: 10px auto;
	max-width: 80%;
	max-height: 250px;
  }
  
.entered .circle {
	opacity: 1;
	animation: progress 1s ease-out forwards;
}
.circle-section {
    position: relative;
    text-align: center;
}

.circle-section h2 {
    color: #fff;
    margin: 0;
    position: absolute;
    top: 27%;
    left: 37%;
    font-size: 55px;
    font-weight: bold;
}

.circle-section p {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
}


.circle {
	opacity: 0;
	stroke: #FFF;
	fill: none;
	stroke-width: 1.5;
	stroke-linecap: round;
  }
  .under-circle {
	opacity: .3;
	stroke: #FFF;
	fill: none;
	stroke-width: 1.5;
	stroke-linecap: round;
  }
  
  @keyframes progress {
	0% {
	  stroke-dasharray: 0 100;
	}
  }


  .partners {
    padding-top: 65px;
    padding-bottom: 25px;
}

.p-header {
    color: #E3E5E5;
    text-align: center;
    margin-bottom: 65px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}


  .partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -90px;
	margin-bottom: 0;
	list-style: none;
    text-align: center;
}

.partners__item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    vertical-align: top;
    max-height: 100px;
    max-width: 270px;
}
.partners__link {
    pointer-events: none;
}
.partners__link svg {
    fill: #bcc4cc;
    transition: fill .3s ease-out;
    vertical-align: top;
}

.featured_image-wrap svg {
    max-height: 270px;
}


.partners__link img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	vertical-align: top;
    max-height:80px;
}


@media (min-width: 1000px) {
.partners__item {
    width: 220px;
    border-left-width: 60px;
}
}

@media (max-width: 900px) {
    .partners__link img {
        max-width: 90%;
    }
}

@media (max-width: 800px) {
.partners__item {
    width: 48% !important;
}
.partners__link img {
    max-width: 80%;
}
.info-col {
    margin-bottom: 7%;
}
}

.partners__item {
    padding-left: 0;
    background: none;
    width: 32%;
    margin-bottom: 55px;
    border-left: 40px solid transparent;
}




@media only screen and (min-width:768px) {
.side-content {
	padding-top:5%;
}
}


@media only screen and (max-width:768px) {
.hero-image {
        min-height: 500px;
        max-width: 85%;
}

.main-toggle-containers {
    padding: 20px 0 !important;
}
.page-template-template-deploy .worker-container {
    margin-top: 0 !important; 
    padding-top: 10px !important;
}

}

@media only screen and (max-width:767px) {
    .content-left-row {
        flex-direction: column-reverse;
    }
    .page-template-template-deploy .body-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 40px !important;
    }
}







.infographic-section {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
	background-color: #FAFAFA;
	position: relative;
}

.infographic-section .row {
    position: relative;
    margin-left: -15px;
    z-index: 2;
}


.infographic-bg {
    background-color: #FAFAFA;
    position: absolute;
    width: 150vw;
    height: 100%;
    top: 0;
    left: -50vw;
    z-index: 0;
}



.gray-bg {
    background-color: #FAFAFA;
    position: absolute;
    width: 150vw;
    height: 100%;
    top: 0;
    left: -50vw;
    z-index: -1;
}





.worker-container:after {
    background-color: #FAFAFA;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    width: 150vw;
    height: 100%;
    left: -50vw;
}


#client-sec {
    padding-top: 90px;
}



.info-sub-text {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 54px;
    margin-top: 20px;
}

.info-col {
max-width: 320px;
margin-left: auto;
margin-right: auto;
}

.info-img {
    height: 300px;
    width: 100%;
}



.hp-worker-section {
    padding-top: 100px;
    padding-bottom: 150px;
}

.worker-col {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}


.worker-col h4 {
    margin-top: 12px;
    color: #2C8469;
}


.worker-header {
    padding-bottom: 36px;
    text-align: center;
}


.worker-btn {
    padding-right: 50px;
    padding-left: 50px;
    background-color: #FF8063;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}



.worker-row {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}


.sg-btn-wrapper {
    text-align: center;
    margin-top: 40px;
}



.sub-copy {
    text-align: center;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

.worker-img {
    width:100%;
    max-width: 250px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}


.hp-deploy-btn {
    padding-right: 50px;
    padding-left: 50px;
    background-color: #FF8063;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}



/*------------------------------------*\
   CONTACT PAGE
\*------------------------------------*/


.hero {
	min-height: 550px;
	padding-bottom: 30px;
	position: relative;
}


.hero-content {
	color: #fff !important;
	max-width: 540px;
    background-color: #2C8469;
	padding: 25px;
	border-radius:10px; 
}


.contact-support-text {
	padding-top:20px;
    text-align: center;
}

.support_sub_header {
    max-width: 500px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom:100px;
}
.support-row {
	padding-bottom:100px;
}

.user_column_header {
	color:#2C8469;
	text-align:center;
	padding-top: 44px; 
	padding-bottom: 30px; 
}


.contact-col {
    text-align: center;
    margin-bottom: 25px;
}



.form-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2019/06/shutterstock_347794220.png);
    opacity: 0.3;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.form-holder {
    position: relative;
    padding-bottom: 100px;
}



/*------------------------------------*\
   GREEN CTA Section
\*------------------------------------*/


.green-support-text {
	padding-top:60px;
    text-align: center;
}


.green_sub_header, .cta_sub_header {
    max-width: 500px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom:100px;
}



.white-cta-btn {
    margin-top: 30px;
background-color: #fff;
border-radius: 30px;
padding-left: 45px;
padding-right: 45px;
padding-bottom: 15px;
padding-top: 15px;
color: #2C8469;
font-size: 16px;
font-weight: 500;
transition: all .2s ease-in-out;
}

.orange-text {
    color: #ff876c !important;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



img.entered { 
	-webkit-transform:translateX(0)!important;
	transform:translateX(0)!important;
	opacity:1
}

.featured_image-wrap {
    text-align: center;
}

.featured_image-wrap img ,.featured_image-wrap img {
	-webkit-transform:scale(.8);
	transform:scale(.8);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%;
}

.featured_image-wrap img { 
	opacity:0;
	transition:opacity 1s,-webkit-transform .8s;
	transition:opacity 1s,transform .8s;
	transition:opacity 1s,transform .8s,-webkit-transform .8s;
    will-change:transform,opacity;
    max-height: 310px;
    transition-delay: .2s;
}

.featured_image-wrap img.entered {
	-webkit-transform:translateX(0)!important;
	transform:translateX(0)!important;
	opacity:1 !important;
} 

.entered img { 
	-webkit-transform:translateX(0)!important;
	transform:translateX(0)!important;
    opacity:1;
    border-radius: 10px;
}


.entered svg { 
	-webkit-transform:translateX(0)!important;
	transform:translateX(0)!important;
	opacity:1 !important;
}


.featured_image-wrap svg ,.featured_image-wrap svg {
	-webkit-transform:scale(.8);
	transform:scale(.8);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%;
}

.featured_image-wrap svg { 
	opacity:0;
	transition:opacity 1s,-webkit-transform .8s;
	transition:opacity 1s,transform .8s;
	transition:opacity 1s,transform .8s,-webkit-transform .8s;
    will-change:transform,opacity;
    max-height: 270px;
}

.featured_image-wrap svg {
    width: 100%;
}

.featured_image-wrap svg.entered {
	-webkit-transform:translateX(0)!important;
	transform:translateX(0)!important;
	opacity:1
} 





.img-col {
    text-align: center;
}




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'FontAwesome';
	src:url('/wp-content/themes/shiftgig-stable/webfonts/fa-regular-400.ttf');
	src:url('/wp-content/themes/shiftgig-stable/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/shiftgig-stable/webfonts/fa-regular-400.woff') format('woff'),
		url('/wp-content/themes/shiftgig-stable/webfonts/fa-regular-400.ttf') format('truetype'),
		url('/wp-content/themes/shiftgig-stable/webfonts/fa-regular-400.svg') format('svg');
    font-weight:normal;
    font-style:normal;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: bold;
    color: #2C8469;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #2C8469;
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #2C8469;
}
h4 {
	font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
h5 {
    color: #2C8469;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 600;
}

h6 {
	font-family: 'Poppins', sans-serif;
}

p {
	font-size: 16px;
	line-height: 1.7;
	font-weight:normal;
	font-family: 'Lato', sans-serif;
	margin-bottom:20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}

.post-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
	color: #2C8469;
	padding-left: 15px;
    padding-right: 15px;
}



/*------------------------------------*\
   THE LOOOOP
\*------------------------------------*/


.post-col {
    background-color: #FAFAFA;
    margin-bottom: 100px;
    max-width: 300px;
    margin-right: 3%;
    padding-left: 0;
	padding-right: 0;
	-ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    border-radius: 10px;
}

.post-col img, .rel-col img  {
    object-fit: cover;
    height: 300px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.loop-row {
	padding-bottom:40px;
	padding-top: 20px;
}

.read-more-link {
    text-align: center;
    display: block;
    padding-top: 25px;
    padding-bottom: 20px;
    font-family: "lato";
    font-size: 15px;
    font-weight: bold;
    color: #2C8469;
	letter-spacing: 1px;
	position: relative;
}

.read-more-link:after {
    content: ">";
    position: absolute;
    top: 26px;
    margin-left: 4px;
}

/*------------------------------------*\
   RELATED POSTS
\*------------------------------------*/


.rel-col {
background-color: #FAFAFA;
margin-bottom: 100px;
max-width: 300px;
margin-right: 1.666%;
margin-left: 1.666%;
padding-left: 0;
padding-right: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
border-radius: 10px;
}





/*------------------------------------*\
    SINGLE BLOG POST
\*------------------------------------*/

.single .subscribe-widget {
    display: none;
}




.single-row {
	padding-top:100px;
}

.single-hero {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding-bottom: 100px;
	position: relative;
}

.single-hero-blur {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
display: block;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding-bottom: 100px;
z-index: -1;
filter: brightness(0.5)blur(3px);
}



.post-footer-wrapper {
    overflow: hidden;
}

.post-footer-wrapper .row {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.recent-post-header {
    max-width: 1024px;
    margin-left: auto !important;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}





.single-post-title {
    padding-top: 120px;
    padding-bottom: 250px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    max-width: 840px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.author-date-cat {
    font-size: 16px;
    font-family: "lato";
    font-weight: 500;
    color: #666F6E;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 45px;
    border-top: 1px solid #666F6E;
    border-bottom: 1px solid #666F6E;
}

.author-date-cat a {
	font-size: 16px;
    font-family: "lato";
    font-weight: 500;
	color:#2C8469;
}

.single .post-content p {
font-size: 16px;
line-height: 1.7;
font-weight: normal;
font-family: 'Lato', sans-serif;
margin-bottom: 20px;
}

.single .post-content a {
	font-size: 16px;
	line-height: 1.7;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	color:#2C8469;
}


.single .post-content li {
    font-size: 20px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

.post-share-bar {
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 500;
    color: #666F6E;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    padding-left: 10px;
    background-color: #F6F6F6;
    padding-right: 10px;
}


.share-icons, .share-text {
    display: inline-block;
}

.share-text {
    margin-right: 10%;
    font-weight: bold;
}

.related-post-section {
    background-color: #2C8469;
    padding-top: 75px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
}


.recent-post-header {
    color: #fff;
    margin-bottom: 40px;
    margin-left: 37px;
}


.author-row {
    padding-top: 74px;
    padding-bottom: 80px;
    background-color: #FAFAFA;
    margin-right: 0;
    margin-left: 0;
    position: relative;
}


.author .author-row {
margin-bottom: 60px;
}

.author-img {
    max-width: 300px;
    height: 315px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    width: 100%;
}

.about-author {
    margin-bottom: 30px;
}

.author-text p {
    max-width: 780px;
}


.author .author-img {
    max-width: 300px;
    height: 315px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}



/*------------------------------------*\
   POST TYPE SPECIFIC CSS
\*------------------------------------*/


.specialist_blog-template-default .biz-blog-cat {
    display:none;
}

.post-template-default .specialist-blog-cat {
    display:none;
}

.search .specialist-blog-cat {
    display:none;
}



.page-template-template-workers-blog .biz-blog-cat {
    display:none;
}

.page-template-template-business-blog .specialist-blog-cat {
    display:none;
}

.tax-specialist_categories .biz-blog-cat {
    display:none;
}

.category .specialist-blog-cat {
    display:none;
}

.tax-specialist_categories .subscribe-widget {
    display: none;
}



.press-post-title {
    margin-bottom: 25px;
    padding-left: 15px;
}


/*------------------------------------*\
    SEARCH ARCHIVE
\*------------------------------------*/

.search-row {
    min-height: 750px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*------------------------------------*\
    CATEGORY ARCHIVEs
\*------------------------------------*/



.category .subscribe-widget {
    display: none;
}








/*------------------------------------*\
    PRODUCT PAGE
\*------------------------------------*/



.product-section {
    display: block;
    position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.product-header {
    text-align: center;
    margin-bottom: 80px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}



.product-box {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
    padding: 60px 50px;
}

.product_logo_img {
    margin-bottom: 45px;
    max-width: 270px;
    width:100%;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (min-width:650px) {
    .footer-mobile {
        display:none;   
}
}

@media only screen and (max-width:650px) {
.footer-mobile {
    text-align: center;
    display: block;
    padding-top: 15px;
}
.f-first {
    display:none;
}
.footer-social-icons {
    margin-top: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}






@media only screen and (min-width:768px) and (max-width:1065px) {
    .hero-content {
        position: absolute;
        bottom: 0;
        width: 65%;
    }
    .homepage__content {
        width: 65%;
        position: absolute;
        bottom: 0;
        left: -20px;
    }
    .hero-image {
        width: 75%;
    }


    .page-template-template-business-blog .hero-content, .page-template-template-workers-blog .hero-content {
        bottom: 20%;
    }


}






@media only screen and (max-width:769px) {
.intro--homepage {
    padding-bottom: 30px;
    min-height: unset;
    position: relative;

}
}

@media only screen and (max-width:767px) {
    .intro--homepage {
        margin-bottom: -90px;
}
}





@media only screen and (max-width:768px) {
    .mobile-hero {
        background-color: #2C8469;
        text-align: center;
        padding-top: 15px;
        display:block !important;
    }
    
    .mobile-hero-img {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 320px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 30%;
        border-radius: 10px;
    }
    
    .homepage__title, .hero_title {
        font-size: 28px;
    }
    
    .homepage__description {
        font-size: 16px;
    }
    
    .special-image-column {
        display: none;
    }
    
    .hero-image {
        display: none;
    }

    .homepage__content {
        max-width: 100%;
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 5px;
        position: relative;
    }

    .hero-content {
        position: relative;
        max-width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 5px;
        width: 100%;
    }
    .hero-content-right {
        right:0px;
    }
    .hero-content-left {
        left:0px;
    }

    .deploy-logo {
        max-width: 190px;
    }

.resources-container .col-md-4 {
    margin-bottom: 60px;
    }

.resources-container .col-md-6 {
        margin-bottom: 60px;
}

.resources-top-border {
    padding-top: 50px !important;
    margin-top: 30px !important;
    border-top: 1px solid lightgrey !important;
}

.resource-column {
    margin-bottom:25px;
}



.hero {
    min-height: unset;
}

.worker-section-1 {
    margin-top: 10% !important;
}

.footer-address { 
    margin-left:0;
}

.loop-row {
    padding-bottom: 20px;
    padding-top: 20px;
}


.intro--homepage:after {
    position: absolute;
    width: 150vw;
    height: 100%;
    top: 0;
    left: -50vw;
    z-index: -1;
    content: "";
    overflow: hidden;
    background-color: #2C8469;
}

.hero:after {
    position: absolute;
    width: 150vw;
    height: 100%;
    top: 0;
    left: -50vw;
    z-index: -1;
    content: "";
    overflow: hidden;
    background-color: #2C8469;
}

}



@media only screen and (max-width:600px) {
    .mobile-hero-img {
        height: 220px;
    }
}




@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}



@media only screen and (max-width:768px) { 
    .sidebar-item {
        position: relative;
    }
    .loop-box-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sidebar-col {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .main-wrapper {
       padding-left: 0; 
       padding-right: 0;
    }
.contact-col {
    text-align: center;
    margin-bottom: 65px;
}
.user_column_header {
padding-bottom: 10px;
}

.contact-support-row {
    display:none;
}

.page-template-template-contact .sg-btn-wrapper {
    margin-top: 20px;
}

}

@media only screen and (max-width:600px) { 
    .post-col, .rel-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}


@media only screen and (max-width:500px) { 
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 20px;
    }
.single-post-title {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    max-width: 840px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (max-width:875px) { 
.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 0px;
}
#menu-item-20 {
    border-bottom: none;
    padding-top: 20px;
}
.sticky-header-height {
    height: 75px;
}
.header-is-sticky {
    height: 75px;
}
}


.mobile-menu-active {
    overflow: hidden;
    height:100vh;
}

.mobile-menu-active main:after {
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    touch-action: none;
}



/*------------------------------------*\
   PAGINATION
\*------------------------------------*/


.pagination {
    display: block;
    width: 100%;
    margin-top: 30px;
    height: auto;
    margin-bottom: 30px;
}

.pagination .current {
    color: #ffffff;
    background: #2C8469;
    font-size: 16px;
    padding-top: 10.5px;
    padding-right: 18.7px;
    padding-bottom: 10.5px;
    padding-left: 18.7px;
    border: 1px solid;
    margin-right: 15px;
}

.pagination a {
    color: #2C8469;
    font-size: 16px;
    padding-top: 10.5px;
    padding-right: 18.7px;
    padding-bottom: 10.5px;
    padding-left: 18.7px;
    border: 1px solid;
    margin-right: 15px;
}

.pagination .dots {
    top: 10px;
    left: -8px;
    position: relative;
}

.pagination .next, .pagination .prev {
    border: none !important;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}



input {
    min-height: 40px;
}




.iframe-holder {
    min-height: 550px;
    margin-left: auto;
    margin-right: auto;
}


form.form input.text {
    width: 200px;
    min-height: 30px;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


.hero_description {
    font-size: 16px;
}


.worker-section-1 {
	margin: 75px auto;
}

.worker-section-1 h2 {
	padding: 20px 0;
	text-align: center;
}

.worker-section-1 p {
text-align: center;
max-width: 670px;
margin-left: auto;
margin-right: auto;
}

.worker-container .row {
	margin: 0px auto;
}


.page-template-template-deploy .worker-container  {
    margin-top: -90px;
    padding-top: 90px;
}
.page-template-template-deploy .worker-container {
    position: relative;
}

.staffing-header {
    padding-top: 90px;
}

.resources-container {
    background-color: #fff !important;
}


.cta-container {
	text-align:center;
	color: white;
	margin: 50px auto;
}

.cta-container h2 {
	color: white;
	margin-bottom: 40px;
}


.cta-container .circle-wrapper {
    padding-top: 75px;
    padding-bottom: 50px;
}

.cta-container .cta-text {
	max-width: 350px;
	margin: 25px auto;
}

.app-download {
	text-align:center;
	color: white;
}

.app-store-logo {
    max-width: 230px;
    margin-bottom: 30px;
    width: 100%;
}

.app-download h2 {
	color: white;
	margin-bottom: 40px;
}

.row-logos {
    margin-top: 45px;
}

.row-logos .justify-content-center {
	text-align: center;
	margin: 20px auto;
}

.main-toggle-containers {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
}

.main-toggle-containers .col-md-4 {
    text-align: center;
}

.main-toggle-containers a {
    z-index: 1;
    border: 1px solid #2C8469;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 50px;
    color: #2C8469;
    display: inline-block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    transition: all .2s ease-in-out;
    font-weight: 500;
    position: relative;
}


.modal {
    z-index: 99999999;
}

.modal-dialog {
	margin-top:150px;
}


.sg-modal {
    text-align:center;
    

}

.gm-style div {
    animation-iteration-count: 0 !important;
}



.map-container {
	background-color: #FAFAFA;
	padding:50px;
}

.resources-container h2 {
	margin: 0 0 70px;
}

.resources-container h4 {
	text-align: center;
	color: #2C8469;
	margin-top: 40px;
    min-height:60px;
    font-size: 20px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.resources-container p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-height: 60px;
    margin-bottom:50px;
}


.resources-container .col-md-4, .resources-container .col-md-6 {
	text-align: center;
}

.resources-container {
    padding-bottom:80px;
}

.container {
	padding-left: 0;
    padding-right: 0;
    position: relative;
}

.hero_description a {
	font-size: 16px;
	color: white;
	text-decoration: underline;
}


.resource-img {
height: 380px;
border-radius: 15px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
width: 100%;
max-width: 281px;
margin-left: auto;
margin-right: auto;
}



.deploy .hero_title {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 0;
}




.deploy .hero_description {
    margin-top: 25px;
}



.deploy-logo {
    display: inline-block;
    max-height: 64px;
    margin-top: -5px;
    padding-left: 5px;
    max-width: 190px;
}

.page-template-template-deploy .body-content {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 90px;
}



.container-worker .img-col img {
    max-height: 275px;
    object-fit: contain;
    margin-bottom: 25px;
    width: 100%;
}

.container-worker .row {
    margin-bottom:45px;
}




.post-1519 a, .post-1520 a {
    color:#2C8469;
    text-decoration: underline;
    transition: all .2s ease-in-out;
}
.post-1519 a:hover, .post-1520 a:hover {
    color:#FF8063;
    text-decoration: underline;
}

.four-btn {
    margin-top: 55px;
    display: inline-block;
    margin-bottom: 55px;
}
.navhide {
    display:none !important;
}



/*------------------------------------*\
    BUTTON HOVERS
\*------------------------------------*/


.orange-over-green:hover {
    background-color: #fff !important;
    color: #2C8469 !important;
}


.shiftgig-btn:hover,.worker-btn:hover {
    background-color: #2C8469;
    color: #fff;
}


.header-btn a:hover {
    background-color: #2C8469;
	color:#fff;
}
.main-toggle-containers a:hover {
    color: #fff !important;
    background-color: #2C8469 !important;
}

.gt-gb:hover {
    color: #fff;
    background-color: #FF8063;
}

.orange-text:hover {
    color: #fff !important;
    background-color: #2C8469 !important;
}

/*------------------------------------*\
.cta-container a {
	background-color: white;
    padding: 10px 40px;
    border-radius: 25px;
    color: rgb(54, 161, 128);
}

.home .hero-image {
    min-height: 660px;
}

.iframe-class {
    max-width: 410px;
    min-height: 330px;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (min-width:876px) {
    .genesis-nav-menu .menu-item:hover > .sub-menu {
        display: block !important;
    }
}

\*------------------------------------*/



    



.wpgmza_sl_main_div {
    width: 100%;
    font-family: "lato";
    font-weight: normal;
    font-size: 16px;
}



.mission-part-container {
          position: relative;
          padding-top: 70px;
          padding-bottom: 80px;
}

.mission-part-container:after {
    background-color: #FAFAFA;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    width: 150vw;
    height: 100%;
    left: -50vw;
}

.history-image {
    float: left;
    max-width: 45%;
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 0px;
    box-shadow: 30px -20px 0px #EDF8FF;
    border-radius: 10px;
}



@media screen and (min-width:1100px) {
    .history-image {
        margin-left:-25px;
    }
}

.history-container {
    padding-bottom: 95px;
    padding-top: 100px;
    position: relative;
}

.history-container:after {
    content: "";
    /*background-color: #fafafa;*/
    position: absolute;
    max-width: 80%;
    bottom: 60px;
    left: 0;
    right: 0;
    height: 60%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}

.history-cta {
    text-align: center;
    padding-top: 30px;
}

.section-header {
    padding-top:100px;
    margin-bottom:50px
}


.mission-sub-text {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    margin-bottom:0;
}

.team-section {
    padding-bottom: 80px;
}

.member-title {
    margin-bottom: 50px;
}
.headshot {
    margin-bottom: 15px;
}
.member-name {
    color: #2C8469;
}
@media only screen and (max-width:768px) {
    .team-col {
    text-align:center;
    }
}
@media only screen and (min-width:768px) {
    .team-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    }
}

.bg-green .cta-text {
    color: #fff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.slick-initialized .slick-slide
{
    display: flex !important;
}
 .perk-icon {
	 max-height:100px !important;
 }
 .value-col {
	 text-align:center;
 }

 .slick-slide {
  align-items: unset !important;
 }

#values {
	padding-top:8%;
	padding-bottom:6%;
}

#perks {
	padding-top:8%;
    position: relative;
}
#perks:after {
    background-color: #FAFAFA;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    width: 150vw;
    height: 100%;
    left: -50vw;
}

.test-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


 .testimonial:before {
    background-image: url(/wp-content/themes/shiftgig-stable/img/icons/open.svg);
    background-size: contain;
    content: "";
    position: absolute;
    top: 8%;
    left: 8%;
    display: block;
    width: 74px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
}
	

.testimonial:after {
    background-image: url(/wp-content/themes/shiftgig-stable/img/icons/close.svg);
    background-size: contain;
    content: "";
    position: absolute;
    bottom: 37%;
    right: 5%;
    display: block;
    width: 74px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
}
	
	@media screen and (min-width: 770px) {
		.testimonial:after {
			bottom: 5% !important;
		}
	}
	
.values-row {
    padding-top: 6%;
}
.core_value_image-wrap {
    margin-bottom: 25px;
}

.test-text-col {
	background-color: #2C8469;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
}
.testimonial {
    font-size: 24px;
    line-height: 40px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-img {
    max-height: 220px;
    margin-top: 15%;
}

.test-img-col {
	text-align:center;
	background-color:#FAFAFA;
}
.t-title {
    color: #666F6E;
    font-size: 18px;
}

.slick-track {
	display: flex !important;
}
.slick-slide {
		display: flex;
		height: auto;
		align-items: center;
		justify-content: center;
	}
	.slick-dots {
    position: absolute;
	bottom: 5%;
    left: 30%;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-slider .slick-dots button:before {
    color: rgba(255, 255, 255, .5);
}
.slick-slider .slick-dots .slick-active button:before {
	color: rgba(255, 255, 255, 1) !important;
    background: #fff;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    border: 1px solid #fff;
    border-radius: 40px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.test-text-col:after {
    content: "";
    width: 100%;
    height: 200%;
    background-color: #2C8469;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


.test-img-col:after {
    content: "";
    width: 100%;
    height: 200%;
    background-color: #FAFAFA;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}




@media only screen and (max-width:769px) {
.mobile-testimonail-name {
    margin-top: 40px;
}
.mobile-testimonail-name, .mobile-t-title {
    display: block !important;
    text-align: center;
    color: #fff;
}
.test-img-col {
	display:none;
}
.slick-track {
	background-color:#2C8469;
}
.slick-dots {
    position: absolute;
	bottom: 10%;
	left:unset;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.test-text-col {
    background-color: #2C8469;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

}




.test-img-col:before {
    content: "";
    background-image: url(/wp-content/uploads/2020/03/greent-new.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    position: absolute;
    top: 30%;
    left: -60px;
}

.BambooHR-ATS-board h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px !important;
    font-weight: bold !important;
    color: #ff8063 !important;
    border-bottom: 1px solid #a0a0a0 !important;
    padding-bottom: 9px;
    margin: 0;
    text-align: left;
}
#BambooHR-Footer {
    padding-bottom: 8%;
}
.BambooHR-ATS-board ul ul {
    padding: 2px 20px 12px 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.BambooHR-ATS-board li {
    list-style: none !important;
    margin: 0 !important;
    clear: both;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.BambooHR-ATS-board a {
    font-size: 20px;
    line-height: 22px;
    margin: 15px 0 13px;
}

.BambooHR-ATS-board ul {
    font-size: 16px;
    display: flex;
    flex-direction: column-reverse;
}

.BambooHR-ATS-Department-Header {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #ff8063 !important;
}

.bg-orange .cta-text {
    color: #fff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#BambooHR {
    padding-top: 5%;
}



#perks .body-content {
    padding-bottom: 6%;
}


@media only screen and (max-width:768px) {
#perks .featured_image-wrap {
    margin-bottom: 15px;
}
#values, #perks {
    padding-left: 25px;
    padding-right: 25px;
}
}

@media screen and (max-width: 1500px) and (min-width: 1300px){
    .testimonial {
    padding-left: calc(7% + 1vw);
}
.test-img-col {
    padding-right: 7%;
}
}

@media screen and (max-width: 1640px) and (min-width: 1500px){
.testimonial {
    padding-left: calc(8vw + 1%);
}
.test-img-col {
    padding-right: 7%;
}
}

@media screen and (max-width: 1920px) and (min-width: 1640px){
.testimonial {
    padding-left: calc(10vw + 5%);
}
.test-img-col {
    padding-right: 7%;
}
.testimonial:before {
    top: 12%;
    left: 18%;
}
}

@media screen and (min-width: 1920px) {
.testimonial {
    padding-left: calc(10vw + 5%);
}
.test-img-col {
    padding-right: 7%;
}
}

.col-md-3 .et-waypoint svg {
    max-height:100px !important;
}




@media screen and (max-width: 800px) {
.testimonial:before {
    top: 6%;
}
}
@media screen and (max-width: 600px) {
.testimonial {
    font-size: 18px;
}
}


.tech-partner, .integration-partner, .api-container {
    text-align: center;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}

.partners__list {
    width: 100%;
    margin-left: -40px;

}

.integration-partner:after {
    background-color: #FAFAFA;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    width: 150vw;
    height: 100%;
    left: -50vw;
}


.api_list {
	padding-left:0;
    text-align: left;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}
.api_item {
    border: 1px solid rgba(102, 111, 110, 0.25);
    margin-bottom: 15px;
    border-radius: 5px;
    padding-left: 20px;
    position: relative;
	transition:all .3s ease-in-out;
}
.api_item:after {
    position: absolute;
    content: "";
    left: -1px;
    bottom: 0;
    width: 10px;
    background-color: #FF8063;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.api_item:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    border: 1px solid rgba(102, 111, 110, 0.4);
}

.api_link {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    color: #ff8063;
}

.api_link:hover {
    color: #2C8469;
}



.agency-part-container {
          position: relative;
      }
   .agency-part-container:after {
    background-color: #FAFAFA;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    width: 150vw;
    height: 100%;
    left: -50vw;
}

.agency-logo {
    max-width: 260px;
    height: 100px;
    width: 100%;
    margin-bottom: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: contain;
}

.agency-logo path {
    fill: #9c9c9c !important;
    opacity: 1;
}

.agency-col {
    padding-top: 28px;
    padding-bottom: 30px;
    background-color: #fff;
    margin-bottom: 50px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.partner-header {
    padding-top: 64px;
	margin-bottom:45px;
	text-align:center;
}



.agency-btn {
    background-color: #FF8063;
    border-radius: 25px;
    padding-left: 31px;
    padding-right: 31px;
    padding-bottom: 12px;
    padding-top: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s ease-in-out;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.agency-btn:hover {
    background-color: #2C8469;
    color: #fff;
}


.agency-text {
    margin-bottom: 20px;
}

.section-header {
    padding-top:100px;
}


.section-sub-header {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 54px;
    margin-top: 20px;
    text-align:center;
}


@media only screen and (max-width:1000px) {
.agency-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}


@media only screen and (min-width:768px) {
.agency-col {
    -ms-flex: 0 0 29.333333%;
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
    margin-right: 2%;
    margin-left: 2%;
}
}

@media only screen and (min-width:768px) {
.agency-col:nth-child(3n+0) {
    margin-right: 0px;
}
}

@media only screen and (max-width:600px) {
.agency-col {
    margin-left: 20px;
    margin-right: 20px;
}
}


.testimonial-section-gtwo {
    width: 100%; 
    height: 100vh;
    padding-top:50px;
    min-height:1250px;
}

@media screen and (min-width:847px) {
    .testimonial-section-gtwo {
        min-height: 853px;
    }
}
