.wp-caption-text,
.gallery-caption,
.bypostauthor {
}@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@font-face {
font-family: font-regular;
src: url(//stratton-recruiters.eu/wp-content/themes/Avada-Child/assets/fonts/Silka-Regular.otf);
}
@font-face {
font-family: font-medium;
src: url(//stratton-recruiters.eu/wp-content/themes/Avada-Child/assets/fonts/Silka-Medium.otf);
}
@font-face {
font-family: font-bold;
src: url(//stratton-recruiters.eu/wp-content/themes/Avada-Child/assets/fonts/Silka-Bold.otf);
}
.bigger-font {
font-size: 18px !important;
}
.bigger-font p {
font-size: 18px !important;
}
.dark-color {
color: #243e62 !important;
}
.dark-color p, .dark-color strong, .dark-color li {
color: #243e62 !important;
}
.white {
color: #ffffff !important;
}
.white p, .white strong, .white li, .white h1, .white h2, .white h3, .white h4, .white h5, .white h5 {
color: #ffffff !important;
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 999999;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
.slow {
animation-delay: 0.5s !important;
animation-duration: 1s !important;
}
.fusion-body .contact-column {
text-align: center !important;
}
@media (max-width: 1024px) {
.fusion-body .contact-column {
width: 33.333333% !important;
max-width: 33.333333% !important;
flex: 0 0 33.333333% !important;
}
}
@media (max-width: 767px) {
.fusion-body .contact-column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
}
.fusion-body .contact-column .fusion-column-wrapper {
background: #ffffff !important;
padding: 25px !important;
align-items: center;
border-bottom: 2px solid #25b4b0 !important;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.fusion-body .contact-column .fusion-column-wrapper h3 {
margin-bottom: 12px !important;
}
.filelabel {
width: 120px;
border: 2px dashed grey;
border-radius: 5px;
display: block;
padding: 5px;
transition: border 300ms ease;
cursor: pointer;
text-align: center;
margin: 0;
}
@media (min-width: 768px) {
.filelabel {
position: absolute;
right: 0;
}
}
.filelabel i {
display: block;
font-size: 30px;
padding-bottom: 5px;
}
.filelabel i,
.filelabel .title {
color: grey;
transition: 200ms color;
}
.filelabel:hover {
border: 2px solid #25b4b0;
}
.filelabel:hover i,
.filelabel:hover .title {
color: #25b4b0;
}
.wpcf7-file {
display: none;
}
#main .legal-list ol li {
margin-bottom: 15px;
}
#main .legal-list ul {
padding-left: 15px !important;
}
#cookies-agree {
color: #ffffff !important;
margin-bottom: 10px !important;
border: 0 !important;
font-size: 14px !important;
padding: 8px 16px !important;
}
#cookies-agree-all {
font-size: 14px !important;
color: #ffffff !important;
padding: 8px 16px !important;
}
.cookie-popup {
z-index: 9999 !important;
max-width: 400px !important;
right: 30px;
bottom: 30px;
left: auto;
}
@media (max-width: 400px) {
.cookie-popup {
max-width: 100% !important;
}
}
.cookie-popup img {
width: 25px;
height: 25px;
object-fit: contain;
position: absolute;
right: 15px;
top: 30px;
}
.cookie-popup .title {
color: #3d454f !important;
font-size: 16px !important;
font-family: "font-medium" !important;
}
.cookie-popup .cookie-preferences .content ul {
border-color: #3d454f !important;
}
.cookie-popup .main-cookies {
max-width: 1200px !important;
}
.cookie-popup .main-cookies .cookie-link {
color: #25b4b0 !important;
}
.cookie-popup p {
font-size: 14px !important;
line-height: 1.2 !important;
margin-bottom: 10px !important;
}
.cookie-popup .custom-link {
display: inline-block !important;
float: left;
color: #3d454f !important;
}
.cookie-popup .custom-link:focus {
outline: none !important;
}
.cookie-popup .save-cookies {
display: flex;
flex-direction: column-reverse;
}
.cookie-popup .cookie-preferences {
width: 100% !important;
}
.cookie-popup .cookie-preferences ul {
list-style: none;
border-radius: 0;
background: #ffffff;
flex-direction: column !important;
}
.cookie-popup .cookie-preferences ul li {
color: #3d454f !important;
font-size: 14px !important;
margin-bottom: 5px !important;
}
.cookie-popup .cookie-preferences ul li a {
color: #3d454f !important;
text-decoration: none !important;
font-size: 14px !important;
}
.cookie-popup .cookie-preferences ul li a:hover {
text-decoration: none;
color: #145f5d !important;
}
.cookie-popup .cookie-preferences ul li a:after {
display: none;
}
.cookie-popup .cookie-preferences ul li .css-checkbox {
background: #eeeeee;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:focus {
outline: none !important;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:after {
background: #eeeeee;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked {
background: #25b4b0;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked:after {
background: #eeeeee;
}
.vb-show {
display: block !important;
}
.vb-hidden {
display: none !important;
}
.cookie-reload {
color: #3d454f !important;
padding: 7px 18px !important;
}
.fusion-body .cta-column {
min-height: 375px !important;
}
.fusion-body .cta-column .fusion-column-wrapper {
padding: 60px !important;
cursor: pointer !important;
transition: all 0.5s ease-in-out;
overflow: hidden !important;
}
@media (max-width: 640px) {
.fusion-body .cta-column .fusion-column-wrapper {
padding: 30px !important;
}
}
.fusion-body .cta-column .fusion-column-wrapper h3 {
color: #ffffff !important;
}
@media (max-width: 640px) {
.fusion-body .cta-column .fusion-column-wrapper h3 {
font-size: 22px !important;
}
}
.fusion-body .cta-column .fusion-column-wrapper h3 p {
font-size: 36px !important;
line-height: 1.2 !important;
}
@media (max-width: 640px) {
.fusion-body .cta-column .fusion-column-wrapper h3 p {
font-size: 22px !important;
}
}
.fusion-body .cta-column .fusion-column-wrapper p {
color: #ffffff !important;
font-size: 20px !important;
} .custom-cursor,
.custom-cursor-dot {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
pointer-events: none;
opacity: 0;
} .custom-cursor {
width: 42px;
height: 42px;
background: #25b4b0;
border: 1px solid #25b4b0;
border-radius: 50%;
}
.custom-cursor-dot {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: transparent;
}  .follower {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
border: none;
border-radius: 50%;
background-color: #25b4b0;
color: var(--color-white);
-webkit-transition: none;
transition: none;
pointer-events: none;
}
.pointer_large {
cursor: pointer;
} .nav-logo img {
max-width: 120px;
max-height: 24px;
height: 24px;
}
.grecaptcha-badge {
visibility: hidden;
}
#main ul, #main ol {
padding-left: 15px !important;
}
#main table {
table-layout: fixed !important;
width: 100% !important;
}
body {
font-family: "font-regular" !important;
font-size: 16px !important;
-webkit-font-smoothing: antialiased !important;
color: #3d454f !important;
line-height: 1.6 !important;
}
p,
li {
font-family: "font-regular" !important;
font-size: 16px !important;
-webkit-font-smoothing: antialiased !important;
line-height: 1.6 !important;
color: #3d454f !important;
}
#main ul {
padding-left: 0 !important;
}
#main ul li {
position: relative !important;
padding-left: 0 !important;
display: flex;
justify-content: flex-start;
}
#main ul li:before {
content: "\f061" !important;
color: #25b4b0 !important;
position: relative !important;
margin-right: 10px !important;
font-family: "Font Awesome 5 Pro" !important;
font-style: normal !important;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
b,
strong {
font-family: "font-medium" !important;
font-weight: 400 !important;
}
a:hover {
text-decoration: none !important;
}
a.classic-link {
padding: 0 25px !important;
background: transparent !important;
letter-spacing: 1.4px;
color: #25b4b0 !important;
text-transform: uppercase;
position: relative;
}
a.classic-link .fusion-button-text {
color: #25b4b0 !important;
}
a.classic-link:after {
content: "\f061";
color: #25b4b0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
font-family: "Font Awesome 5 Pro" !important;
font-style: normal !important;
}
a.classic-link:hover:after {
right: -10px;
}
a.fusion-button {
padding: 13px 25px !important;
background: #1e2243 !important;
color: #ffffff !important;
border-radius: 0 !important;
z-index: 1;
position: relative;
overflow: hidden;
}
a.fusion-button:hover:before {
height: 400%;
}
a.fusion-button:before {
content: "";
position: absolute;
height: 0%;
left: 50%;
top: 50%;
width: 300%;
background: #25b4b0 !important;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
transform: translateX(-50%) translateY(-50%) rotate(-25deg);
z-index: -1;
-webkit-transition: 0.7s ease;
transition: 0.7s ease;
}
a.fusion-button:after {
content: "\f061";
color: #ffffff;
display: inline-block;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
font-family: "Font Awesome 5 Pro" !important;
margin-left: 12px;
font-style: normal !important;
}
a.fusion-button.gradient {
background: rgb(127, 194, 142) !important;
background: linear-gradient(90deg, rgb(127, 194, 142) 0%, rgb(27, 166, 166) 70%) !important;
}
a.fusion-button.gradient:before {
background: #1e2243 !important;
}
a.fusion-button.gradient:hover .fusion-button-text {
color: #ffffff !important;
}
a.fusion-button.gradient:hover:after {
color: #ffffff !important;
}
a.fusion-button.classic-link {
padding: 0 25px !important;
background: transparent !important;
letter-spacing: 1.4px;
color: #25b4b0 !important;
text-transform: uppercase;
overflow: visible;
}
a.fusion-button.classic-link .fusion-button-text {
color: #25b4b0 !important;
}
a.fusion-button.classic-link:after {
content: "\f061";
color: #25b4b0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
font-family: "Font Awesome 5 Pro" !important;
font-style: normal !important;
}
a.fusion-button.classic-link:before {
display: none !important;
}
a.fusion-button.classic-link:hover:after {
right: -10px;
}
.btn-primary {
padding: 13px 25px !important;
background: rgb(127, 194, 142) !important;
background: linear-gradient(90deg, rgb(127, 194, 142) 0%, rgb(27, 166, 166) 70%) !important;
font-family: "font-regular" !important;
color: #ffffff !important;
border-radius: 0 !important;
height: auto !important;
}
.btn-primary:after {
content: "\f061";
color: #ffffff;
display: inline-block;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
font-family: "Font Awesome 5 Pro" !important;
margin-left: 12px;
font-style: normal !important;
}
.btn-primary:hover:after {
right: -10px;
}
.wpcf7-submit,
.app-submit {
padding: 13px 25px !important;
background: #1e2243 !important;
color: #ffffff !important;
border-radius: 0 !important;
z-index: 1;
position: relative !important;
font-family: "font-regular" !important;
overflow: hidden !important;
float: left !important;
}
.wpcf7-submit:hover:before,
.app-submit:hover:before {
height: 400%;
}
.wpcf7-submit:before,
.app-submit:before {
content: "";
position: absolute;
height: 0%;
left: 50%;
top: 50%;
width: 300%;
background: #25b4b0 !important;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
transform: translateX(-50%) translateY(-50%) rotate(-25deg);
z-index: -1;
-webkit-transition: 0.7s ease;
transition: 0.7s ease;
}
.wpcf7-submit:after,
.app-submit:after {
content: "\f061";
color: #ffffff;
display: inline-block;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
font-family: "Font Awesome 5 Pro" !important;
margin-left: 12px;
font-style: normal !important;
}
h1 {
font-family: "Cinzel", serif !important;
font-size: 48px !important;
}
@media (max-width: 500px) {
h1 {
font-size: 30px !important;
}
}
h2 {
font-family: "Cinzel", serif !important;
font-size: 40px !important;
color: #1e2243 !important;
}
@media (max-width: 500px) {
h2 {
font-size: 28px !important;
}
}
h2 p {
font-family: "Cinzel", serif !important;
font-size: 40px !important;
color: #1e2243 !important;
}
@media (max-width: 500px) {
h2 p {
font-size: 28px !important;
}
}
h3 {
font-family: "Cinzel", serif !important;
font-size: 36px !important;
color: #1e2243 !important;
}
@media (max-width: 640px) {
h3 {
font-size: 26px !important;
}
}
h3 p {
font-family: "Cinzel", serif !important;
font-size: 36px !important;
}
@media (max-width: 640px) {
h3 p {
font-size: 26px !important;
}
}
h4 {
font-family: "Cinzel", serif !important;
font-size: 22px !important;
color: #25b4b0 !important;
margin-top: 0 !important;
margin-bottom: 15px !important;
}
@media (max-width: 500px) {
h4 {
font-size: 18px !important;
}
}
.no-padding {
padding-left: 0 !important;
padding-right: 0 !important;
}
#main {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.title-sep-container {
display: none !important;
}
.fusion-title-center {
justify-content: center !important;
}
.fusion-title {
margin-bottom: 0 !important;
}
.icon-after {
position: relative;
padding-bottom: 25px !important;
}
.icon-after:after {
content: "";
background: url(//stratton-recruiters.eu/wp-content/themes/Avada-Child/assets/images/menu_icon.png) no-repeat;
background-size: contain;
width: 25px !important;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
height: 10px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.icon-after.icon-left:after {
left: 0;
transform: none;
}
.custom-row .fusion-builder-row {
max-width: 1430px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.custom-row .fusion-builder-row .fusion-column-wrapper {
margin-right: 0 !important;
margin-left: 0 !important;
}
.custom-row .fusion-builder-row .news-row {
max-width: 100% !important;
}
.custom-margin h3 {
margin-bottom: 17px !important;
}
.custom-margin h3 p {
margin-bottom: 17px !important;
}
.fusion-post-title {
color: #1e2243 !important;
}
.static-row .fusion-builder-row {
position: static !important;
}
.fusion-layout-column.absolute-image {
position: absolute !important;
left: 0;
bottom: 0;
}
@media (max-width: 1024px) {
.fusion-layout-column.absolute-image {
position: relative !important;
margin-left: -50px !important;
}
}
@media (max-width: 800px) {
.fusion-layout-column.absolute-image {
position: relative !important;
margin-left: -80px !important;
}
}
.fusion-layout-column.absolute-image .fusion-column-wrapper {
margin: 0 !important;
}
@media (max-width: 1024px) {
.flex-reverse .fusion-builder-row {
flex-direction: column-reverse !important;
}
}
lord-icon {
width: 150px !important;
height: 150px !important;
}
.updates .fusion-column-wrapper {
justify-content: center !important;
align-items: center !important;
}
.updates .fusion-column-wrapper .wpcf7-form {
text-align: center !important;
}
.updates .fusion-column-wrapper .wpcf7-form .wpcf7-form-control {
text-align: center !important;
}
.updates .fusion-column-wrapper .wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
border: 1px solid red !important;
}
.updates h3 {
color: #243e62 !important;
font-family: "font-medium" !important;
font-size: 20px !important;
margin-bottom: 15px !important;
}
.custom-footer {
padding: 75px 0 !important;
background: #1e2243;
}
@media (max-width: 1200px) {
.custom-footer {
padding-bottom: 50px !important;
}
}
@media (max-width: 640px) {
.custom-footer {
padding-bottom: 25px !important;
}
}
.custom-footer .fusion-row {
display: flex;
max-width: 1460px !important;
margin: 0 auto;
flex-wrap: wrap;
}
.custom-footer .fusion-row .footer-column {
display: flex;
flex-wrap: wrap;
}
.custom-footer .fusion-row .footer-column .footer-inner-column {
justify-content: space-between;
display: flex;
flex-direction: column;
}
@media (max-width: 1200px) {
.custom-footer .fusion-row .footer-column .footer-inner-column {
margin-bottom: 25px !important;
}
}
@media (max-width: 1200px) {
.custom-footer .fusion-row .footer-column .footer-inner-column.lg-half {
width: 50% !important;
flex: 0 0 50% !important;
max-width: 50% !important;
margin-bottom: 45px !important;
}
}
@media (max-width: 640px) {
.custom-footer .fusion-row .footer-column .footer-inner-column.lg-half {
width: 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
margin-bottom: 0 !important;
}
}
.custom-footer .fusion-row .footer-column .footer-inner-column.lg-half a {
margin-top: 7px !important;
}
.custom-footer .fusion-row .footer-column .footer-inner-column .footer-logo {
max-width: 250px !important;
}
.custom-footer .fusion-row .footer-column .footer-inner-column p {
color: #ffffff !important;
margin-bottom: 0 !important;
line-height: 1.7 !important;
font-size: 14px !important;
}
.custom-footer .fusion-row .footer-column .footer-inner-column p a {
color: #ffffff !important;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.custom-footer .fusion-row .footer-column .footer-inner-column p a:hover {
color: #25b4b0 !important;
}
.custom-footer .fusion-row .footer-column .footer-inner-column p a.classic-link {
display: inline-flex;
align-content: center;
position: relative;
color: #25b4b0 !important;
padding-left: 0 !important;
}
.custom-footer .fusion-row .footer-column .footer-inner-column .menu-extra-menu-container {
display: flex;
height: 100%;
}
.custom-footer .fusion-row .footer-column .footer-inner-column .menu-extra-menu-container ul {
margin: 0 !important;
padding: 0 !important;
list-style: none;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.custom-footer .fusion-row .footer-column .footer-inner-column .menu-extra-menu-container ul li a {
font-size: 14px !important;
color: #ffffff !important;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.custom-footer .fusion-row .footer-column .footer-inner-column .menu-extra-menu-container ul li a:hover {
color: #25b4b0 !important;
}
.custom-footer-copyright {
padding: 15px 15px !important;
background: #1e2243;
border-top: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: 3px solid #25b4b0;
}
.custom-footer-copyright .fusion-row {
max-width: 1430px !important;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.custom-footer-copyright .fusion-row .copy-column.right-column {
text-align: right !important;
}
@media (max-width: 767px) {
.custom-footer-copyright .fusion-row .copy-column.right-column {
text-align: left !important;
}
}
.custom-footer-copyright .fusion-row .copy-column.right-column p {
margin-bottom: 0 !important;
}
.custom-footer-copyright .fusion-row .copy-column.right-column p a {
color: rgba(255, 255, 255, 0.3) !important;
font-size: 12px !important;
}
.custom-footer-copyright .fusion-row .copy-column.right-column p a:hover {
color: rgba(255, 255, 255, 0.7) !important;
}
.custom-footer-copyright .fusion-row .copy-column ul {
padding: 0 !important;
margin: 0 !important;
list-style: none;
}
.custom-footer-copyright .fusion-row .copy-column ul li {
display: inline-block;
}
@media (max-width: 640px) {
.custom-footer-copyright .fusion-row .copy-column ul li {
display: block !important;
}
.custom-footer-copyright .fusion-row .copy-column ul li:after {
display: none !important;
}
}
.custom-footer-copyright .fusion-row .copy-column ul li:after {
content: "|";
padding: 0 5px;
color: rgba(255, 255, 255, 0.3);
font-size: 12px;
display: inline-block;
}
.custom-footer-copyright .fusion-row .copy-column ul li:last-child:after {
display: none;
}
.custom-footer-copyright .fusion-row .copy-column ul li a {
color: rgba(255, 255, 255, 0.3) !important;
font-size: 12px !important;
}
.custom-footer-copyright .fusion-row .copy-column ul li a:hover {
color: rgba(255, 255, 255, 0.7) !important;
}
.wpcf7-form {
width: 100%;
position: relative;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.wpcf7-form .close {
display: none !important;
}
.contact-form {
position: relative;
}
.contact-form .loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 0;
right: 0;
}
.contact-form .loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.contact-form .form-row {
margin-bottom: 20px !important;
}
.contact-form .form-row .wpcf7-form-control {
padding: 20px;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
border: 0 !important;
min-height: 45px;
}
.contact-form .form-row .wpcf7-form-control::-webkit-input-placeholder {
color: #3d454f !important;
font-family: "font-regular" !important;
}
.contact-form .form-row .wpcf7-form-control.wpcf7-select {
padding-bottom: 0 !important;
padding-top: 0 !important;
min-height: 75px !important;
}
.contact-form .form-row .wpcf7-form-control.wpcf7-not-valid {
border: 1px solid red !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item {
margin-left: 0 !important;
}
.contact-form .wpcf7-acceptance label {
display: flex !important;
align-items: center !important;
}
.contact-form .wpcf7-acceptance label .wpcf7-list-item-label {
margin-left: 10px !important;
color: #3d454f !important;
font-size: 14px !important;
}
.contact-form .wpcf7-acceptance label .wpcf7-list-item-label a {
font-size: 14px !important;
color: #3d454f !important;
}
.contact-form .wpcf7-acceptance label .wpcf7-list-item-label a:hover {
color: #25b4b0 !important;
}
.unaccepted .wpcf7-validates-as-required, .invalid .wpcf7-validates-as-required {
border-color: red !important;
}
.screen-reader-response {
display: none !important;
}
.alert-custom {
display: none !important;
}
.alert-custom.success {
display: inline-block !important;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-acceptance-missing {
display: none !important;
}
.wpcf7-mail-sent-ok,
.fusion-success {
background: transparent !important;
border: 0 !important;
font-size: 13px !important;
text-transform: none !important;
font-family: "font-regular" !important;
right: 0;
position: relative !important;
bottom: auto !important;
padding: 15px !important;
margin-bottom: 0 !important;
color: #25b4b0 !important;
}
@media (max-width: 500px) {
.wpcf7-mail-sent-ok,
.fusion-success {
position: relative !important;
right: auto;
bottom: auto;
text-align: left !important;
}
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] { -webkit-appearance: none;
appearance: none; background-color: #fff; margin: 0;
font: inherit;
color: #3d454f;
width: 1.15em;
height: 1.15em;
border: 1px solid rgba(37, 180, 176, 0.7);
border-radius: 0.15em;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] { display: grid;
place-content: center;
}
.wpcf7 input[type=checkbox]::before,
.wpcf7 input[type=radio]::before {
content: "";
width: 0.65em;
height: 0.65em;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em #25b4b0;
}
.wpcf7 input[type=checkbox]:checked::before,
.wpcf7 input[type=radio]:checked::before {
transform: scale(1);
}
header {
padding: 15px 30px !important;
}
header .fusion-header {
padding: 0 !important;
}
header .fusion-header .header-row {
display: flex;
align-items: center;
}
header .fusion-header .header-row .logo-section .fusion-logo {
margin: 0 !important;
}
@media (max-width: 1300px) {
header .fusion-header .header-row .menu-section .menu .fusion-main-menu ul li {
padding-right: 20px !important;
}
}
header .fusion-header .header-row .menu-section .menu .fusion-main-menu ul li a {
height: 48px !important;
font-family: "font-regular" !important;
text-transform: uppercase;
font-size: 16px !important;
position: relative;
border: 0 !important;
letter-spacing: 1.4px;
color: #243e62 !important;
}
header .fusion-header .header-row .menu-section .menu .fusion-main-menu ul li a:after {
content: "";
background: url(//stratton-recruiters.eu/wp-content/themes/Avada-Child/assets/images/menu_icon.png) no-repeat;
background-size: contain;
width: 25px !important;
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
height: 10px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
opacity: 0;
}
header .fusion-header .header-row .menu-section .menu .fusion-main-menu ul li a:hover:after {
bottom: 0;
opacity: 1;
}
@media (max-width: 1300px) {
header .fusion-header .header-row .menu-section .menu .fusion-main-menu ul li:last-child {
padding-right: 0 !important;
}
}
header .fusion-header .header-row .menu-section .menu .fusion-main-menu ul li:last-child a {
padding: 15px 30px !important;
background: rgb(127, 194, 142);
background: linear-gradient(90deg, rgb(127, 194, 142) 0%, rgb(27, 166, 166) 70%);
color: #ffffff !important;
z-index: 1;
position: relative;
overflow: hidden;
}
header .fusion-header .header-row .menu-section .menu .fusion-main-menu ul li:last-child a:after {
display: none !important;
}
header .fusion-header .header-row .menu-section .menu .fusion-main-menu ul li:last-child a:before {
content: "";
position: absolute;
height: 0%;
left: 50%;
top: 50%;
width: 300%;
background: #243e62 !important;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
transform: translateX(-50%) translateY(-50%) rotate(-25deg);
z-index: -1;
-webkit-transition: 0.7s ease;
transition: 0.7s ease;
}
header .fusion-header .header-row .menu-section .menu .fusion-main-menu ul li:last-child a:hover:before {
height: 300%;
}
header .fusion-header .header-row .menu-section .menu .fusion-main-menu ul li.current-menu-item a:after {
opacity: 1 !important;
bottom: 0 !important;
}
@media (max-width: 1024px) {
.fusion-body .fusion-layout-column.info-box {
margin-top: 0 !important;
margin-bottom: 60px !important;
}
}
.fusion-body .fusion-layout-column.info-box .fusion-column-wrapper {
padding: 60px !important;
border-bottom: 2px solid #25b4b0 !important;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
.fusion-body .fusion-layout-column.info-box .fusion-column-wrapper {
padding: 30px !important;
}
}
.fusion-body .fusion-layout-column.info-box .fusion-column-wrapper .info-title {
display: flex;
align-items: center;
margin-bottom: 30px !important;
}
@media (max-width: 640px) {
.fusion-body .fusion-layout-column.info-box .fusion-column-wrapper .info-title {
flex-direction: column !important;
align-items: flex-start;
}
}
.fusion-body .fusion-layout-column.info-box .fusion-column-wrapper .info-title h2 {
font-size: 26px !important;
margin-bottom: 0 !important;
line-height: 1.1 !important;
}
.fusion-body .fusion-layout-column.info-box .fusion-column-wrapper .info-title lord-icon {
width: 90px !important;
height: 90px !important;
min-width: 90px !important;
margin-right: 35px;
}
@media (max-width: 640px) {
.fusion-body .fusion-layout-column.info-box .fusion-column-wrapper .info-title lord-icon {
margin-bottom: 17px !important;
margin-right: 0 !important;
}
}
.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-header {
top: 0 !important;
position: relative !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
background: #3d454f !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line {
background: #25b4b0 !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-text-outline {
background: #25b4b0 !important;
}
.mobile-menu {
display: none !important;
}
@media (max-width: 1200px) {
.mobile-menu {
display: block !important;
position: absolute;
bottom: 30px;
}
}
@media (max-width: 640px) {
.mobile-menu {
position: relative;
bottom: auto;
}
}
.fusion-flyout-menu {
margin-top: 0 !important;
height: 100vh !important;
animation-delay: 1s !important;
flex-direction: column-reverse;
align-items: center;
justify-content: center;
}
.fusion-flyout-menu .fusion-menu {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.fusion-flyout-menu .fusion-menu.fly {
opacity: 1 !important;
transition: all 1.8s ease-in-out !important;
}
.fusion-flyout-menu .fusion-menu li {
padding: 14px !important;
position: relative;
}
.fusion-flyout-menu .fusion-menu li a {
color: #ffffff !important;
font-weight: 500;
font-size: 24px !important;
display: inline-flex !important;
align-items: center !important;
z-index: 9 !important;
padding: 0 !important;
height: auto !important;
border: 0 !important;
width: 100%;
justify-content: center;
}
.fusion-flyout-menu .fusion-menu li a .menu-text {
text-transform: uppercase;
font-family: "font-regular" !important;
letter-spacing: 1.4px;
}
.fusion-flyout-menu .fusion-menu li a:hover {
text-decoration: none;
color: #25b4b0 !important;
}
.fusion-flyout-menu .fusion-menu li .custom-caret {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 32px;
height: 32px;
text-align: center;
font-size: 16px;
line-height: 32px;
color: #ffffff;
background: rgba(255, 255, 255, 0.1);
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 999;
animation-delay: 0.3s;
display: inline-block;
}
.fusion-flyout-menu .fusion-menu li .custom-caret.rotate {
transform: rotate(90deg);
background: #25b4b0;
}
.fusion-flyout-menu .fusion-menu li .sub-menu {
height: 0 !important;
padding: 0 !important;
opacity: 0 !important;
display: flex !important;
flex-direction: column !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu.open {
padding-top: 14px !important;
display: flex !important;
height: auto !important;
opacity: 1 !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li a {
font-size: 14px !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li a .custom-caret {
display: none !important;
}
.change .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
background: #ffffff !important;
}
.fusion-flyout-menu-bg {
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 1 !important;
-webkit-transform: translateY(101%) !important;
-ms-transform: translateY(101%) !important;
transform: translateY(101%) !important;
transition: all 900ms ease !important;
-moz-transition: all 900ms ease !important;
-webkit-transition: all 900ms ease !important;
-ms-transition: all 900ms ease !important;
-o-transition: all 900ms ease !important;
}
.fusion-flyout-menu-bg.active-bg {
background: rgba(0, 0, 0, 0.85) !important;
opacity: 1 !important;
visibility: visible !important;
-webkit-transition: all 0.7s ease !important;
-moz-transition: all 0.7s ease !important;
-ms-transition: all 0.7s ease !important;
-o-transition: all 0.7s ease !important;
transition: all 0.7s ease !important;
-webkit-transform: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important;
}
.menu-cover-title {
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
font-size: 20vw;
font-weight: 600;
line-height: 1.15;
color: #ffffff;
opacity: 0.3;
z-index: -1;
}
.custom_modal {
position: fixed;
top: 0;
left: 0;
z-index: 999999;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
background: rgba(0, 0, 0, 0.8);
align-items: center;
justify-content: center;
}
.custom_modal.open {
overflow-x: hidden;
overflow-y: auto;
display: flex;
}
.custom_modal .modal-content {
width: auto;
margin-top: -150px;
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
max-width: 90% !important;
}
.custom_modal .modal-content .modal-body {
position: relative;
background: #ffffff;
padding: 60px 30px;
}
.custom_modal .modal-content .modal-body h2 {
font-size: 24px !important;
position: relative;
padding-bottom: 15px !important;
margin-bottom: 15px !important;
}
.custom_modal .modal-content .modal-body h2:after {
content: "";
position: absolute;
height: 1px;
width: 50%;
left: 50%;
background: #25b4b0;
transform: translateX(-50%);
bottom: 0;
}
.custom_modal .modal-content .modal-body p {
margin-bottom: 0 !important;
}
.custom_modal .modal-content .modal-body p a {
color: #25b4b0;
}
.custom_modal .modal-content .modal-body p a:hover {
text-decoration: none !important;
}
.custom_modal .modal-content .modal-body p.m-0 {
margin: 0 !important;
}
.fade {
transition: opacity 0.15s linear;
}
.close-wrapper {
position: absolute;
right: 24px;
top: 16px;
width: 16px;
height: 16px;
cursor: pointer;
}
.close-wrapper .close {
opacity: 1 !important;
}
.close-wrapper .close:before, .close-wrapper .close:after {
position: absolute;
left: 15px;
content: " ";
height: 16px;
width: 2px;
background-color: #25b4b0;
opacity: 1;
}
.close-wrapper .close:before {
transform: rotate(45deg);
}
.close-wrapper .close:after {
transform: rotate(-45deg);
}
.page-nieuws header {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
}
.latest-news .news-row {
max-width: 1490px !important;
}
.latest-news .latest-news-item {
margin-top: 160px;
padding-left: 15px !important;
padding-right: 15px !important;
}
@media (max-width: 767px) {
.latest-news .latest-news-item {
margin-top: 45px !important;
}
}
@media (max-width: 767px) {
.latest-news .latest-news-item:last-child {
margin-bottom: 0 !important;
}
}
.latest-news .latest-news-item .card {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
cursor: auto !important;
}
.latest-news .latest-news-item .card .card-header {
-ms-flex: none;
flex: none;
}
.latest-news .latest-news-item .card .card-header .image {
margin-top: calc(-80% + 45px) !important;
}
@media (max-width: 767px) {
.latest-news .latest-news-item .card .card-header .image {
margin-top: -75px !important;
}
}
.latest-news .latest-news-item .card .card-header .image .title {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.latest-news .latest-news-item .card .card-header .image .title h3 {
color: #25b4b0 !important;
}
.latest-news .latest-news-item .card .card-block {
-ms-flex: none;
flex: none;
}
.single-post #main {
padding: 0 !important;
}
@media (max-width: 640px) {
.single-post #main #content {
margin-bottom: 0 !important;
}
}
.single-post #main .post-content {
max-width: 1460px !important;
}
.single-post #main .post {
margin-bottom: 0 !important;
}
.single-post .slider-container {
display: flex;
align-items: center;
justify-content: center;
background-size: cover !important;
margin-bottom: 0 !important;
}
.single-post .slider-container .fusion-row {
z-index: 10 !important;
width: 100% !important;
}
.single-post .slider-container .fusion-row .header-title {
text-align: center;
padding: 0 30px;
}
@media (min-width: 1025px) {
.single-post .slider-container .fusion-row .header-title {
max-width: 70%;
margin: 0 auto;
}
}
.single-post .slider-container .fusion-row .header-title h1 {
color: #ffffff !important;
}
.single-post .slider-container:after {
content: "";
background: rgba(0, 0, 0, 0.45);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.single-post .post-content {
padding: 90px 30px 90px !important;
max-width: 1400px !important;
margin: 0 auto;
}
@media (max-width: 640px) {
.single-post .post-content {
padding-bottom: 60px !important;
padding-top: 60px !important;
}
}
.single-post .bottom-button {
margin-top: 40px;
line-height: 1 !important;
}
.slider-container {
height: 75vh !important;
padding-left: 30px !important;
padding-right: 30px !important;
}
.slider-container.custom-height {
height: 35vh !important;
}
.slider-container h1 {
color: #ffffff !important;
}
.slider-container p {
color: #ffffff !important;
font-size: 22px !important;
}
.fusion-body .team-column .fusion-column-wrapper {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
flex-direction: row !important;
padding: 45px !important;
align-items: center;
justify-content: space-between;
}
@media (max-width: 767px) {
.fusion-body .team-column .fusion-column-wrapper {
flex-direction: column !important;
}
}
.fusion-body .team-column .fusion-column-wrapper .fusion-person {
font-size: 18px !important;
}
@media (max-width: 767px) {
.fusion-body .team-column .fusion-column-wrapper .fusion-person {
padding-left: 0;
margin-bottom: 45px !important;
}
}
@media (max-width: 767px) {
.fusion-body .team-column .fusion-column-wrapper .fusion-person .person-content {
text-align: center !important;
}
}
.fusion-body .team-column .fusion-column-wrapper .fusion-person .person-author {
display: none !important;
}
.fusion-body .team-column .fusion-column-wrapper .fusion-person .fusion-button {
margin-top: 30px;
}
.fusion-body .team-column .fusion-column-wrapper .fusion-imageframe {
overflow: visible !important;
position: absolute;
bottom: 0;
right: 3.84%;
}
@media (max-width: 1024px) {
.fusion-body .team-column .fusion-column-wrapper .fusion-imageframe {
right: 1.92%;
}
}
@media (max-width: 767px) {
.fusion-body .team-column .fusion-column-wrapper .fusion-imageframe {
position: relative;
bottom: auto;
right: auto;
}
}
.fusion-body .team-column .fusion-column-wrapper .fusion-imageframe img {
width: 280px !important;
height: 380px !important;
object-fit: cover !important;
margin-top: -25px !important;
}
@media (min-width: 1025px) {
.fusion-body .team-column .fusion-column-wrapper .fusion-imageframe img {
width: 250px !important;
}
}
@media (min-width: 1200px) {
.fusion-body .team-column .fusion-column-wrapper .fusion-imageframe img {
width: 280px !important;
}
}
.team-row {
padding: 90px 30px !important;
overflow: hidden;
position: relative;
}
.team-row:nth-of-type(even) {
background-color: #f4f4f5 !important;
}
.team-row .fusion-team-row {
max-width: 1400px !important;
position: relative;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
}
.team-row .image {
position: absolute;
left: 0;
bottom: 0;
width: 50%;
}
@media (min-width: 1500px) {
.team-row .image {
height: 100%;
}
}
@media (min-width: 993px) {
.team-row .image {
top: 90px;
}
.team-row .image img {
height: 100%;
object-fit: cover;
}
}
@media (max-width: 992px) {
.team-row .image {
z-index: 9;
top: auto;
}
}
@media (max-width: 992px) {
.team-row .image img {
width: 180px !important;
}
}
@media (max-width: 767px) {
.team-row .image img {
width: 150px !important;
}
}
.team-row .top-content {
padding: 90px !important;
}
@media (max-width: 1200px) {
.team-row .top-content {
padding: 90px 60px !important;
}
}
@media (max-width: 640px) {
.team-row .top-content {
padding: 60px 30px !important;
}
}
.team-row .top-content.icon-after:after {
left: 90px !important;
transform: none !important;
bottom: 50px;
}
@media (max-width: 1200px) {
.team-row .top-content.icon-after:after {
left: 60px !important;
}
}
@media (max-width: 640px) {
.team-row .top-content.icon-after:after {
left: 30px !important;
bottom: 30px;
}
}
.team-row .top-content h3 {
margin: 0 !important;
}
.team-row .top-content p {
margin-bottom: 0;
}
@media (max-width: 500px) {
.team-row .top-content p {
max-width: 70%;
}
}
.team-row .content {
padding: 90px 75px;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
background: #ffffff;
display: flex;
}
@media (max-width: 1200px) {
.team-row .content {
padding: 90px 35px !important;
}
}
@media (max-width: 640px) {
.team-row .content {
padding: 90px 5px !important;
flex-direction: column;
}
}
.team-row .content .left-content,
.team-row .content .right-content {
width: 50%;
float: left;
}
@media (max-width: 640px) {
.team-row .content .left-content,
.team-row .content .right-content {
width: 100%;
}
}
.team-row .content .left-content .teammember-info {
align-items: center;
margin-bottom: 25px !important;
}
.team-row .content .left-content .teammember-info:last-child {
margin-bottom: 0 !important;
}
@media (max-width: 640px) {
.team-row .content .left-content .teammember-info:last-child {
margin-bottom: 25px !important;
}
}
.team-row .content .right-content .teammember-info {
margin-bottom: 45px;
}
@media (max-width: 640px) {
.team-row .content .right-content .teammember-info {
margin-bottom: 25px !important;
}
}
.team-row .content .right-content .teammember-info:last-child {
margin-bottom: 0 !important;
}
.team-row .content .teammember-info {
padding: 0 25px;
display: flex;
align-items: flex-start;
}
.team-row .content .teammember-info .icon {
margin-right: 35px;
}
.team-row .content .teammember-info .icon img {
width: 35px;
height: 35px;
object-fit: contain;
min-width: 35px;
}
.team-row .content .teammember-contact {
margin-left: 70px;
}
.team-row .content .teammember-contact p {
margin-bottom: 0 !important;
}
.team-row .content .teammember-contact p.icon-p {
display: inline-block !important;
float: left;
margin-top: 10px !important;
}
.team-row .content .teammember-contact .team-contact-link {
padding: 0 25px !important;
background: transparent !important;
letter-spacing: 1.4px;
color: #25b4b0 !important;
text-transform: uppercase;
position: relative;
}
.team-row .content .teammember-contact .team-contact-link .fusion-button-text {
color: #25b4b0 !important;
}
.team-row .content .teammember-contact .team-contact-link:after {
content: "\f061";
color: #25b4b0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
font-family: "Font Awesome 5 Pro" !important;
font-style: normal !important;
}
.team-row .content .teammember-contact .team-contact-link:hover:after {
right: -10px;
}
.team-row .content .teammember-contact .team-contact-link.icon-link {
padding: 0 !important;
}
.team-row .content .teammember-contact .team-contact-link.icon-link:first-child {
padding-left: 25px !important;
}
.team-row .content .teammember-contact .team-contact-link.icon-link:after {
display: none !important;
}
.team-row .content .teammember-contact .team-contact-link.icon-link:hover img {
transform: translateY(-5px);
}
.team-row .content .teammember-contact .team-contact-link.icon-link img {
width: 20px;
height: 20px;
object-fit: contain;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
@font-face {
font-family: "themify";
src: url(//stratton-recruiters.eu/wp-content/themes/fonts/themify.eot);
src: url(//stratton-recruiters.eu/wp-content/themes/fonts/themify.eot?#iefix) format("embedded-opentype"), url(//stratton-recruiters.eu/wp-content/themes/Avada-Child/assets/fonts/themify.woff) format("woff"), url(//stratton-recruiters.eu/wp-content/themes/fonts/themify.ttf) format("truetype"), url(//stratton-recruiters.eu/wp-content/themes/fonts/themify.svg) format("svg");
font-weight: normal;
font-style: normal;
}
[class^=ti-], [class*=" ti-"] {
font-family: "themify";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}
.accordian .fusion-panel {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
border: 0 !important;
margin-bottom: 12px !important;
background: #ffffff;
}
.accordian .fusion-panel h4 a {
font-family: "font-medium" !important;
color: #25b4b0 !important;
padding: 25px 45px !important;
display: flex;
justify-content: space-between;
}
.accordian .fusion-panel h4 a:after {
content: "\f063";
color: #25b4b0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
font-family: "Font Awesome 5 Pro" !important;
font-style: normal !important;
}
.accordian .fusion-panel h4 a .fusion-toggle-heading {
margin-left: 0 !important;
}
.accordian .fusion-panel h4 a .fusion-toggle-icon-wrapper {
display: none !important;
}
.accordian .fusion-panel .panel-body {
padding: 0 45px !important;
}
@media (min-width: 1025px) {
.toggle-column {
margin-left: -120px !important;
z-index: 2;
}
}
.progress-wrap {
position: fixed;
bottom: 30px;
right: 30px;
height: 40px;
width: 40px;
cursor: pointer;
display: block;
border-radius: 50px;
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
z-index: 100;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
font-family: "themify";
content: "\e648";
text-align: center;
line-height: 40px;
font-size: 12px;
font-weight: 700;
color: #323232;
left: 0;
top: 0;
height: 40px;
width: 40px;
cursor: pointer;
display: block;
z-index: 1;
-webkit-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: rgba(255, 255, 255, 0.2);
stroke-width: 2;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
.progress-wrap {
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.progress-wrap::after {
color: #25b4b0;
}
.progress-wrap svg.progress-circle path {
stroke: #25b4b0;
}
.fusion-body .value-column {
text-align: center !important;
}
@media (max-width: 1024px) {
.fusion-body .value-column {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
}
}
@media (max-width: 640px) {
.fusion-body .value-column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
}
.fusion-body .value-column .fusion-column-wrapper {
background: #ffffff !important;
padding: 25px !important;
align-items: center;
border-bottom: 2px solid #25b4b0 !important;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.fusion-body .value-column .fusion-column-wrapper h3 {
margin-bottom: 12px !important;
}
.youtube-background {
position: relative;
overflow: hidden;
width: 100vw;
height: 100vh;
}
.youtube-background iframe {
position: absolute;
top: 50%;
left: 50%;
width: 100vw;
height: 100vh;
transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
.youtube-background iframe {
height: 56.25vw;
}
}
@media (max-aspect-ratio: 16/9) {
.youtube-background iframe {
width: 177.78vh;
}
}
.page-template-legal_info .fusion-fullwidth {
padding-left: 0 !important;
padding-right: 0 !important;
}
.page-template-legal_info .legal-page-content {
padding: 120px 0 100px;
overflow: hidden;
}
@media (max-width: 1200px) {
.page-template-legal_info .legal-page-content .grid-fix {
width: 100% !important;
max-width: 100% !important;
}
}
.page-template-legal_info .legal-page-content .legal-menu ul {
padding: 0 !important;
margin: 0 !important;
list-style: none;
}
@media (max-width: 1200px) {
.page-template-legal_info .legal-page-content .legal-menu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 60px !important;
}
}
@media (max-width: 767px) {
.page-template-legal_info .legal-page-content .legal-menu ul {
flex-direction: column !important;
}
}
.page-template-legal_info .legal-page-content .legal-menu ul li {
padding: 15px 0;
}
.page-template-legal_info .legal-page-content .legal-menu ul li a {
font-weight: 600 !important;
text-transform: uppercase;
position: relative;
}
.page-template-legal_info .legal-page-content .legal-menu ul li a.active {
color: #000000 !important;
}
.page-template-legal_info .legal-page-content .legal-content {
opacity: 0;
height: 0;
}
.page-template-legal_info .legal-page-content .legal-content.active {
opacity: 1;
height: auto;
}
.page-template-legal_info .legal-page-content .legal-content h2 {
color: #000000 !important;
}
.page-template-legal_info .legal-page-content .legal-content h2:after {
left: 0 !important;
transform: none !important;
bottom: -14px !important;
}
.gmap-row {
height: 350px !important;
}
.gmap-row .gmap {
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
height: 100%;
}
.filters-form .btn-primary {
position: relative;
z-index: 1;
overflow: hidden;
}
.filters-form .btn-primary:focus {
outline: none !important;
outline-offset: 0 !important;
box-shadow: none !important;
}
.filters-form .btn-primary:before {
content: "";
position: absolute;
height: 0%;
left: 50%;
top: 50%;
width: 300%;
background: #243e62 !important;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
transform: translateX(-50%) translateY(-50%) rotate(-25deg);
z-index: -1;
-webkit-transition: 0.7s ease;
transition: 0.7s ease;
}
.filters-form .btn-primary:hover:before {
height: 400%;
}
.single-jobpost header {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
}
.single-jobpost #main {
padding-top: 90px !important;
padding-bottom: 70px !important;
}
@media (max-width: 640px) {
.single-jobpost #main {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
}
.single-jobpost #main .jobpost {
margin-bottom: 0 !important;
}
.single-jobpost #main .sjb-detail {
margin-top: 0 !important;
}
.single-jobpost #main .sjb-detail ul li {
display: list-item !important;
padding-left: 20px !important;
}
.single-jobpost #main .sjb-detail ul li:before {
position: absolute !important;
left: 0;
}
.single-jobpost #main .v2 {
display: flex !important;
flex-wrap: wrap !important;
}
.single-jobpost .job-content {
padding: 0 !important;
}
.single-jobpost .job-content .job-features {
display: none !important;
}
.single-jobpost .job-content .job-description {
padding-left: 0 !important;
padding-right: 0 !important;
}
.single-jobpost .job-content .job-description h2, .single-jobpost .job-content .job-description h3, .single-jobpost .job-content .job-description h4 {
font-family: "font-medium" !important;
color: #243e62 !important;
}
.single-jobpost .job-content .job-description h2 {
font-size: 28px !important;
font-weight: 400 !important;
}
.single-jobpost .job-content .job-description h3 {
font-size: 24px !important;
font-weight: 400 !important;
}
.single-jobpost .job-content .job-description h4 {
font-size: 20px !important;
font-weight: 400 !important;
}
.single-jobpost .job-content .fusion-button {
margin-top: 60px !important;
}
.single-jobpost .jobpost-form {
display: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
@media (min-width: 767px) {
.single-jobpost .jobpost-form {
padding: 90px !important;
background: #f4f4f5 !important;
}
}
.single-jobpost .jobpost-form.active {
display: block;
margin-top: 60px;
}
.single-jobpost .jobpost-form .row {
display: table !important;
width: 100% !important;
}
.single-jobpost .jobpost-form .fusion-button {
font-family: "font-regular" !important;
}
.single-jobpost .jobpost-form .form-row {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 30px !important;
}
.single-jobpost .jobpost-form .form-row .privacy-field {
display: flex;
align-items: center;
color: #3d454f !important;
font-family: "font-regular" !important;
}
.single-jobpost .jobpost-form .form-row .privacy-field input {
margin-top: 0;
margin-right: 5px !important;
}
.single-jobpost .jobpost-form .form-row .privacy-field input:focus {
outline: none !important;
outline-offset: 0 !important;
}
.single-jobpost .jobpost-form .form-row .privacy-field a {
font-size: 14px !important;
color: #3d454f !important;
}
.single-jobpost .jobpost-form .form-row .privacy-field a:hover {
color: #25b4b0 !important;
}
.single-jobpost .jobpost-form .form-row .privacy-field input[type=checkbox],
.single-jobpost .jobpost-form .form-row .privacy-field input[type=radio] { -webkit-appearance: none;
appearance: none; background-color: #fff; margin: 0;
font: inherit;
color: #3d454f;
width: 1.15em;
height: 1.15em;
border: 1px solid rgba(37, 180, 176, 0.7);
border-radius: 0.15em;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.single-jobpost .jobpost-form .form-row .privacy-field input[type=checkbox],
.single-jobpost .jobpost-form .form-row .privacy-field input[type=radio] { display: grid;
place-content: center;
}
.single-jobpost .jobpost-form .form-row .privacy-field input[type=checkbox]::before,
.single-jobpost .jobpost-form .form-row .privacy-field input[type=radio]::before {
content: "";
width: 0.71em;
height: 0.72em;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em #25b4b0;
}
.single-jobpost .jobpost-form .form-row .privacy-field input[type=checkbox]:checked::before,
.single-jobpost .jobpost-form .form-row .privacy-field input[type=radio]:checked::before {
transform: scale(1);
}
.single-jobpost .jobpost-form h3,
.single-jobpost .jobpost-form .iti__selected-flag {
display: none !important;
}
.single-jobpost .jobpost-form .app-submit {
margin-top: 0 !important;
}
.single-jobpost .jobpost-form label {
font-family: "font-medium" !important;
color: #243e62 !important;
margin-bottom: 0 !important;
}
.single-jobpost .jobpost-form #jobapp-pp {
margin-bottom: 0 !important;
}
.single-jobpost .jobpost-form #jobapp-pp p {
margin-bottom: 0 !important;
}
.single-jobpost .jobpost-form .form-group {
margin-bottom: 0 !important;
width: 100% !important;
}
.single-jobpost .jobpost-form .form-group p {
font-family: "font-medium" !important;
margin-bottom: 0 !important;
display: block !important;
width: 100% !important;
}
.single-jobpost .jobpost-form .form-group input {
padding: 20px;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
border: 0 !important;
min-height: 45px;
}
.single-jobpost .jobpost-form .form-group input::-webkit-input-placeholder {
color: #3d454f !important;
font-family: "font-regular" !important;
font-size: 12px !important;
}
@media (min-width: 1025px) {
.single-jobpost .job-info {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (max-width: 1024px) {
.single-jobpost .job-info {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
padding: 0 !important;
margin-top: 60px !important;
margin-left: 0 !important;
}
}
@media (max-width: 767px) {
.single-jobpost .job-info {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
}
.single-jobpost .job-info .job-info-content {
padding: 30px 0 !important;
background: #25b4b0 !important;
}
.single-jobpost .job-info .job-info-content h4 {
color: #ffffff !important;
font-family: "font-bold" !important;
font-size: 18px !important;
margin-bottom: 15px !important;
padding: 0 30px !important;
}
.single-jobpost .job-info .job-info-content .job-location,
.single-jobpost .job-info .job-info-content .job-type {
padding: 0 30px;
color: #ffffff !important;
font-family: "font-medium" !important;
font-size: 16px !important;
display: flex;
align-items: center;
margin-bottom: 15px;
}
.single-jobpost .job-info .job-info-content .job-location img,
.single-jobpost .job-info .job-info-content .job-type img {
width: 15px;
height: 15px;
object-fit: contain !important;
min-width: 15px !important;
margin-right: 10px;
}
.single-jobpost .job-info .job-info-content .recruiter-image {
width: 200px;
height: 200px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
margin-top: 30px;
}
.single-jobpost .job-info .job-info-content .recruiter-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.single-jobpost .job-info .job-info-content .recruiter-content {
padding: 10px 30px 0;
}
.single-jobpost .job-info .job-info-content .recruiter-content .recruiter-name,
.single-jobpost .job-info .job-info-content .recruiter-content .recruiter-email {
color: #ffffff;
font-family: "font-bold" !important;
margin-bottom: 10px !important;
}
.single-jobpost .job-info .job-info-content .recruiter-content .recruiter-name a,
.single-jobpost .job-info .job-info-content .recruiter-content .recruiter-email a {
color: #ffffff;
font-family: "font-regular" !important;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.single-jobpost .job-info .job-info-content .recruiter-content .recruiter-name a:hover,
.single-jobpost .job-info .job-info-content .recruiter-content .recruiter-email a:hover {
color: #1e2243 !important;
}
.single-jobpost .job-info .job-info-content .recruiter-content .recruiter-phone {
margin-bottom: 10px !important;
}
.single-jobpost .job-info .job-info-content .recruiter-content .recruiter-phone a {
color: #ffffff;
font-family: "font-regular" !important;
display: flex;
align-items: center;
}
.single-jobpost .job-info .job-info-content .recruiter-content .recruiter-phone a:first-child {
margin-right: 15px !important;
}
.single-jobpost .job-info .job-info-content .recruiter-content .recruiter-phone a img {
width: 20px;
height: 20px;
object-fit: contain !important;
min-width: 20px !important;
margin-right: 5px;
}
.fusion-body.post-type-archive-jobpost .slider-container {
height: 50vh !important;
}
.fusion-body.post-type-archive-jobpost #main {
padding-right: 0 !important;
padding-left: 0 !important;
}
.sjb-container {
max-width: 100% !important;
width: 100% !important;
padding: 0 !important;
}
.sjb-container .sjb-content {
width: 100% !important;
}
.banner-container .sjb-search-categories,
.banner-container .sjb-search-job-type,
.banner-container .sjb-search-location,
.slider-container .sjb-search-categories,
.slider-container .sjb-search-job-type,
.slider-container .sjb-search-location {
display: none !important;
}
.banner-container .fusion-builder-row .fusion-layout-column,
.slider-container .fusion-builder-row .fusion-layout-column {
max-width: 1300px !important;
}
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters {
max-width: 50% !important;
margin: 0 auto;
width: 50%;
}
@media (max-width: 767px) {
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters {
width: 100% !important;
max-width: 100% !important;
}
}
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row {
position: relative;
}
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-keywords,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-keywords {
padding: 0 !important;
}
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .form-group,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .form-group {
margin-bottom: 0 !important;
}
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .form-group input,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .form-group input {
height: 50px !important;
}
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button {
position: absolute;
right: 0;
text-align: right;
padding: 0 !important;
display: inline-block;
width: auto;
}
@media (max-width: 767px) {
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button {
position: relative;
right: auto;
text-align: center;
margin-top: 15px;
}
}
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button button,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button button {
height: 50px !important;
padding: 15px 50px 15px 30px !important;
background: rgb(127, 194, 142);
background: linear-gradient(90deg, rgb(127, 194, 142) 0%, rgb(27, 166, 166) 70%);
line-height: 1 !important;
font-family: "font-regular" !important;
text-transform: uppercase;
border: 0 !important;
border-radius: 0 !important;
min-width: 160px !important;
text-align: center !important;
position: relative;
overflow: hidden;
}
@media (max-width: 767px) {
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button button,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button button {
width: 100% !important;
}
}
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button button:after,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button button:after {
content: "\f061";
color: #ffffff;
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
font-family: "Font Awesome 5 Pro" !important;
font-style: normal !important;
}
.banner-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button button:hover:after,
.slider-container .fusion-builder-row .fusion-layout-column .sjb-filters .filters-form .row .sjb-search-button button:hover:after {
right: 15px;
}
.sjb-archive-page {
display: flex;
padding: 90px 15px !important;
max-width: 1460px;
margin: 0 auto !important;
flex-wrap: wrap;
}
.sjb-archive-page .sjb-filters {
margin: 0 !important;
}
@media (max-width: 992px) {
.sjb-archive-page .sjb-filters {
margin-bottom: 70px !important;
}
}
.sjb-archive-page .job-updates {
background-color: #f2f2f2;
margin-top: 30px;
padding: 35px 30px;
}
@media (max-width: 992px) {
.sjb-archive-page .job-updates {
margin-bottom: 70px !important;
}
}
.sjb-archive-page .job-updates .title {
color: #243e62 !important;
font-family: "font-medium" !important;
font-size: 20px !important;
margin-bottom: 15px;
}
.sjb-archive-page .job-updates .fusion-button {
width: 100%;
}
.sjb-archive-page .job-updates .contact-form .loading-spinner {
bottom: -40px;
width: 20px;
height: 20px;
}
.sjb-archive-page .job-updates .contact-form .wpcf7-not-valid {
border: 1px solid red !important;
}
.sjb-archive-page .job-updates .wpcf7-mail-sent-ok, .sjb-archive-page .job-updates .fusion-success {
position: relative !important;
bottom: auto !important;
padding: 15px !important;
}
.post-type-archive-jobpost .v2 {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
border: 0 !important;
margin-top: 0 !important;
margin-bottom: 90px !important;
padding-bottom: 0 !important;
position: relative !important;
}
.post-type-archive-jobpost .v2 .fusion-row {
display: flex;
flex-wrap: wrap;
}
.post-type-archive-jobpost .v2 .company-logo,
.post-type-archive-jobpost .v2 .job-description-list {
display: none !important;
}
.post-type-archive-jobpost .v2 .job-excerpt .job-description-list {
display: block !important;
}
.post-type-archive-jobpost .v2 .btn-primary {
padding: 13px 25px !important;
background: rgb(127, 194, 142) !important;
background: linear-gradient(90deg, rgb(127, 194, 142) 0%, rgb(27, 166, 166) 70%) !important;
color: #ffffff !important;
border-radius: 0 !important;
z-index: 1;
position: relative;
overflow: hidden;
}
.post-type-archive-jobpost .v2 .btn-primary:focus {
outline: none !important;
}
.post-type-archive-jobpost .v2 .btn-primary:hover:before {
height: 300%;
}
.post-type-archive-jobpost .v2 .btn-primary:before {
content: "";
position: absolute;
height: 0%;
left: 50%;
top: 50%;
width: 300%;
background: #243e62 !important;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
transform: translateX(-50%) translateY(-50%) rotate(-25deg);
z-index: -1;
-webkit-transition: 0.7s ease;
transition: 0.7s ease;
}
.post-type-archive-jobpost .v2 .left-column {
padding: 30px !important;
}
.post-type-archive-jobpost .v2 .right-column {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0 !important;
}
@media (min-width: 641px) {
.post-type-archive-jobpost .v2 .right-column {
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
}
}
@media (max-width: 1200px) {
.post-type-archive-jobpost .v2 .right-column {
justify-content: center;
position: relative;
transform: none;
top: auto;
right: auto;
margin-bottom: 30px;
}
}
@media (max-width: 640px) {
.post-type-archive-jobpost .v2 .right-column {
margin-top: 30px;
}
}
@media (max-width: 320px) {
.post-type-archive-jobpost .v2 .right-column img {
width: 100% !important;
}
}
.post-type-archive-jobpost .v2 .right-column .company-logo {
width: auto !important;
margin: 0 !important;
}
@media (max-width: 640px) {
.post-type-archive-jobpost .v2 .right-column .company-logo {
max-width: 100% !important;
}
.post-type-archive-jobpost .v2 .right-column .company-logo img {
width: 100% !important;
}
}
.post-type-archive-jobpost .v2 .right-column .sjb-job-type-location-date {
border-top: 0 !important;
padding: 0 !important;
}
.post-type-archive-jobpost .v2 .right-column .sjb-job-type-location-date .image-wrapper {
width: 200px;
height: 200px;
border-radius: 50%;
overflow: hidden;
}
.post-type-archive-jobpost .v2 .right-column .sjb-job-type-location-date .image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
}
.post-type-archive-jobpost .v2 .sjb-company-wrapper-details-list {
padding: 0 !important;
}
@media (max-width: 1024px) {
.post-type-archive-jobpost .v2 .sjb-company-wrapper-details-list {
max-width: 70%;
}
}
@media (max-width: 992px) {
.post-type-archive-jobpost .v2 .sjb-company-wrapper-details-list {
max-width: 100%;
}
}
.post-type-archive-jobpost .v2 .sjb-company-wrapper-details-list .col-md-8,
.post-type-archive-jobpost .v2 .sjb-company-wrapper-details-list .col-sm-8 {
padding-left: 0 !important;
padding-right: 0 !important;
width: 100% !important;
max-width: 100% !important;
}
.post-type-archive-jobpost .v2 .job-title-parent .job-info {
margin: 0 !important;
margin-bottom: 15px !important;
}
.post-type-archive-jobpost .v2 .job-title-parent .job-info h4 a .job-title {
color: #25b4b0 !important;
font-family: "font-bold" !important;
font-size: 20px !important;
}
.post-type-archive-jobpost .v2 .job-location-parent {
margin-bottom: 30px;
display: flex;
align-items: center;
width: 100% !important;
}
.post-type-archive-jobpost .v2 .job-location-parent .job-location {
margin-right: 15px;
}
.post-type-archive-jobpost .v2 .job-location-parent .job-location,
.post-type-archive-jobpost .v2 .job-location-parent .job-type {
color: #243e62 !important;
font-family: "font-medium" !important;
font-size: 20px !important;
display: flex;
align-items: center;
}
.post-type-archive-jobpost .v2 .job-location-parent .job-location .icon img,
.post-type-archive-jobpost .v2 .job-location-parent .job-type .icon img {
width: 15px;
height: 15px;
object-fit: contain !important;
min-width: 15px !important;
margin-right: 10px;
}
.post-type-archive-jobpost .v2 .job-description-list {
padding: 0 !important;
margin-bottom: 30px;
}
.post-type-archive-jobpost .v2 .sjb-apply-now-btn {
display: flex;
padding-left: 0 !important;
padding-right: 0 !important;
}
.post-type-archive-jobpost .v2 .sjb-apply-now-btn a {
display: block !important;
}
.post-type-archive-jobpost .v2 .sjb-company-details {
display: none !important;
}
.post-type-archive-jobpost .pagination li:before {
display: none !important;
}
.post-type-archive-jobpost .pagination li span {
height: 39px !important;
}
.news-row {
margin-top: 90px !important;
}
@media (max-width: 640px) {
.news-row {
margin-top: 60px !important;
}
}
.latest-news-item {
margin-bottom: 60px;
}
@media (max-width: 992px) {
.latest-news-item {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.latest-news-item .card {
border: 0 !important;
padding: 45px !important;
height: 100%;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
cursor: pointer !important;
}
.latest-news-item .card .card-header {
border: 0 !important;
background: #ffffff !important;
padding: 0 !important;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.latest-news-item .card .card-header .title h3 {
font-family: "font-medium" !important;
color: #25b4b0;
font-size: 20px !important;
}
.latest-news-item .card .card-block {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.latest-news-item .card .card-block .content {
margin-bottom: 30px;
}
.latest-news-item .card .card-footer {
background: none !important;
border: 0 !important;
padding: 0 !important;
position: relative;
}
.latest-news-item .card .card-footer .info .job-location,
.latest-news-item .card .card-footer .info .job-type {
display: flex;
align-items: center;
font-family: "font-medium" !important;
color: #3d454f !important;
margin-bottom: 15px;
}
.latest-news-item .card .card-footer .info .job-location img,
.latest-news-item .card .card-footer .info .job-type img {
width: 15px;
height: 15px;
object-fit: contain !important;
min-width: 15px !important;
margin-right: 10px;
}
.latest-news-item .card .card-footer .fusion-button {
position: absolute;
right: 0;
bottom: -70px;
}
.latest-news-item .card .card-footer .fusion-button:after {
margin-left: 0 !important;
}