.separator {
display: block;
width: 100%;
}
.separator-desktop {
display: block;
}
@media all and (max-width: 800px) {
.separator-desktop {
display: none;
}
}
.separator-mobile {
display: none;
}
@media all and (max-width: 800px) {
.separator-mobile {
display: block;
}
}.background {
position: relative;
padding: 4rem 0;
z-index: 1;
}
@media all and (min-width:1600px){
.background:not(.vh-full) {
padding: 7rem 0;
}
}
@media all and (min-width:1800px){
.background:not(.vh-full) {
padding: 12rem 0;
}
}
.opinions .background {
padding-top: 0;
}
.opinions .opinion-page-hide {
display: none;
}
.opinions .opinion-page-custom {
display: block;
}
.page-id-494 .page-content__content > .background:first-of-type {
padding-top: 0;
}
.review-page #reblex-widget-2 {
display: none;
}
@media all and (max-width: 800px) {
.background {
padding: 2rem 0;
}
.mobile-shadow-bg::before{
content: '';
width: 100vw;
height: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0;
background-color: rgba(0,0,0,0.6);
z-index: -1;
}
}
.background--image .background__background {
background-position: top center;
background-size: cover;
}
.background__background {
position: absolute;
width: 100vw;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: -1;
} .opinion-page-custom {
display: none;
}.team-picker .employer-divider:last-child {
display: none;
}
.team-picker--grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 0.8rem;
}
@media all and (max-width: 1200px) {
.team-picker--grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media all and (max-width: 600px) {
.team-picker--grid {
grid-template-columns: 1fr;
}
}
.team-picker--grid .employer-single {
flex-direction: column;
flex-wrap: nowrap;
}
.team-picker--grid .employer-single-content {
min-height: initial;
padding: 2rem 1.2rem 1.5rem;
display: block;
}
.team-picker--grid .employer-single-image {
width: 100%;
}
@media all and (max-width: 800px) {
.team-picker--grid .employer-single-buttons {
margin-bottom: 0;
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid #D6D6D6;
}
}
.team-picker--grid .employer-single-header {
margin: 0;
padding: 0;
}
.team-picker--grid .employer-single-header__title {
font-size: 1.2rem;
}
@media all and (max-width: 800px) {
.team-picker--grid .employer-single-header__title {
font-size: 2rem;
}
}
.team-picker--grid .employer-single-header::after {
display: none;
}
.employer-single {
display: flex;
flex-direction: row;
flex-wrap: wrap;
background-color: #F7F7F7;
line-height: 1.4em;
}
.employer-single-image, .employer-single-content {
min-height: 500px;
}
@media all and (max-width:1650px){
.employer-single-image, .employer-single-content {
min-height: 350px;
}
}
@media all and (max-width: 800px) {
.employer-single-image, .employer-single-content {
min-height: initial;
}
.employer-single {
background-color: #fff;
border: 2px solid #e2e2e2;
}
}
.employer-single-image {
flex: 0 0 30%;
position: relative;
}
.employer-single-image__thumbnail {
object-fit: cover;
object-position: center;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
@media all and (max-width: 800px) {
.employer-single-image__thumbnail {
position: initial;
}
}
@media all and (max-width: 800px) {
.employer-single-image {
flex-basis: 40%;
}
}
.employer-single-others {
flex-basis: 60%;
display: flex;
flex-direction: column;
padding: 1rem;
font-size: 14px;
}
.employer-single-others__role {
font-weight: bold;
}
.employer-single-others__title {
font-size: 1rem;
text-transform: uppercase;
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #D6D6D6;
}
.employer-single-content {
padding: 1.6rem 3.2rem;
flex-basis: 70%;
}
@media all and (max-width: 800px) {
.employer-single-content {
flex-basis: 100%;
padding: 1.6rem 1rem;
flex-direction: column;
}
}
.employer-single-header {
position: relative;
padding-bottom: 1.25rem;
margin-bottom: 1.25rem;
font-size: 1.2rem;
}
.employer-single-header::after {
content: "";
position: absolute;
width: calc(100% + (2 * 3.2rem));
height: 1px;
background-color: #D5D5D5;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.employer-single-header__title {
font-weight: bold;
font-size: 1.7rem;
text-transform: uppercase;
margin-bottom: 0.3rem;
}
.employer-single-header > p {
margin-bottom: 0.3rem;
}
.employer-single-header > p:last-child {
margin-bottom: 0;
}
.employer-single-header__role {
font-weight: 700;
margin-bottom: 0!important;
}
.employer-single-buttons {
margin-top: 2rem;
}
.employer-single-buttons > a {
margin: 0 1.2rem 1.2rem 0;
font-weight: bold;
}
.employer-single-buttons > a:last-child {
margin-right: 0;
margin-bottom: 0;
}
@media all and (max-width: 800px) {
.employer-single-buttons {
display: flex;
flex-direction: column;
margin: 1.4em 0 0;
}
.employer-single-buttons > a {
width: 100%;
}
}
.employer-divider {
display: block;
height: 1px;
background-color: #E6E6E6;
width: 100%;
margin: 3.2rem 0;
}.yasr-star-rating {
width: 0;
position: relative;
display:inline-block;
background-position: 0 0;
background-repeat: repeat-x;
vertical-align: bottom;
}
.yasr-star-rating[data-title]:hover:after {
content: attr(data-title);
padding: 4px 8px;
color: #333;
position: absolute;
left: 0;
top: 100%;
z-index: 20;
white-space: nowrap;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 4px #222;
-webkit-box-shadow: 0px 0px 4px #222;
box-shadow: 0px 0px 4px #222;
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}
.yasr-star-rating .yasr-star-value {
height: 100%;
position: absolute;
}
.yasr-star-rating .yasr-star-value {
position: absolute;
height: 100%;
width: 100%;
background-repeat: repeat-x;
}
.yasr-star-rating::before {
content: none !important;
}
.yasr-star-value::before {
content: none !important;
} .yasr-auto-insert-overall {
margin-top: 10px;
}
.yasr-auto-insert-visitor {
margin-top: 10px;
}
#yasr-custom-text-before-overall {
display: block;
padding-right: 15px;
vertical-align: top;
}
.yasr-vv-second-row-container {
line-height: normal;
display: inline-block;
}
.yasr-vv-stats-text-container {
display: inline-block;
vertical-align: bottom;
}
.yasr-dashicons-visitor-stats {
cursor: pointer;
display: inline-block;
vertical-align: bottom;
}
.yasr-vv-container-loader {
display: inline-block;
}
.yasr-small-block-bold {
display: block;
font-weight: bold;
font-size: 12px;
}
.yasr-most-rated-text{
display: block;
}
.yasr-loader-multiset-visitor {
display: none;
}
.yasr-multiset-average {
text-align: center;
}
.yasr-multiset-average-text {
vertical-align: super;
}
.yasr-vv-stars-title-container {
display: inline;
}
.yasr-stars-title {
margin-left: 4px;
vertical-align: baseline;
}
.yasr-stars-title-average {
font-size: 12px;
margin-left: 4px;
vertical-align: baseline;
} .yasr-widget-recent-ratings-table {
border: none;
}
.yasr-widget-recent-ratings-td {
border: none;
}
.yasr-widget-recent-ratings-text {
font-weight: bold;
} #yasr-medium-rating-tooltip {
font-size: 14px;
}
.yasr-progress-bar-row-container {
width: 100%;
display: flex;
align-items: center;
padding-top: 2px;
padding-bottom: 2px;
}
.yasr-progress-bar-name {
min-width: 72px;
font-size: 14px !important;
}
.yasr-single-progress-bar-container {
flex-grow: 12;
}
.yasr-progress-bar-votes-count {
flex-grow: 0;
text-align: center;
font-size: 14px !important;
min-width: 40px;
}  .yasr-visitors-stats-tooltip {
min-width:300px;
text-align: center;
background-color: white;
color: #0a0a0a;
}
.tippy-tooltip.yasr-theme {
background-color: white;
color: black;
} .tippy-tooltip.yasr-theme {
border: 1px solid #aaaaaa;
}
.tippy-roundarrow {
fill: #aaa !important;
} .yasr-w3-border-0{border:0!important}.yasr-w3-border{border:1px solid #ccc!important; background: linear-gradient(to bottom,#eee,#f6f6f6);}
.yasr-w3-border-top{border-top:1px solid #ccc!important}.yasr-w3-border-bottom{border-bottom:1px solid #ccc!important}
.yasr-w3-border-left{border-left:1px solid #ccc!important}.yasr-w3-border-right{border-right:1px solid #ccc!important}
.yasr-w3-amber,.yasr-w3-hover-amber:hover{color:#000!important;background: linear-gradient(to bottom,#ffda44,#f1cb32);
background-color: #ffce00;
} .yasr-log-container {
width: 98%;
}
.yasr-log-div-child {
padding-top: 5px;
border-bottom: 1px solid #BBD8E7;
padding-bottom: 20px;
}
.yasr-log-image {
list-style-type: none;
display: inline-block;
float: left;
}
.yasr-log-child-head {
padding-left: 37px;
}
.yasr-log-vote {
color: red;
}
#yasr-log-vote-users {
color: green;
}
.yasr-log-post {
color: #2683AE;
}
.yasr-log-ip-date {
padding-top: 5px;
}
.yasr-log-ip {
float: left;
padding-left: 5px;
}
.yasr-log-date {
float: right;
}
#yasr-log-next-rows {
padding-top: 15px;
text-align: right;
}
.yasr-log-page-navigation {
padding-top: 7px;
text-align: center;
}
.yasr-last-ratings-loader {
display: none;
} .yasr-entry-title {
font-size: 33px;
font-weight: 300;
line-height: 1.0909090909;
margin: 0 0 12px 0;
text-transform: uppercase;
}
.yasr-entry-meta {
clear: both;
color: #767676;
font-size: 12px;
font-weight: 400;
line-height: 1.3333333333;
text-transform: uppercase;
}
.yasr-entry-content {
margin: 10px 0 20px 10px;
}