@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap"); body {
font-family: "Montserrat", sans-serif;
font-size: 16px;
color: #5e5f5e;
}
@media (max-width: 1299px) {
body {
font-size: 15px;
}
}
@media (max-width: 991px) {
body {
font-size: 14px;
}
}
@media (max-width: 575px) {
.mobile-hide {
display: none;
}
}
a {
color: #5e5f5e;
text-decoration: none;
}
a:hover {
color: #f27e57;
}
p,
ul,
ol {
line-height: 1.8;
margin: 0 0 30px;
}
@media (max-width: 1399px) {
p,
ul,
ol {
margin-bottom: 25px;
}
}
@media (max-width: 991px) {
p,
ul,
ol {
margin-bottom: 20px;
}
}
p li + li,
ul li + li,
ol li + li {
margin-top: 0.25em;
}
.ol--icons {
list-style: none;
padding-left: 0;
}
.ol--icons li {
padding-top: 10px;
padding-left: 36px;
position: relative;
}
.ol--icons li + li {
margin-top: 0.9em;
}
.ol--icons li h5 {
font-weight: bold;
font-size: 16px;
display: block;
}
.ol--icons li::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 28px;
height: 28px;
background-size: 100%;
}
.ol--icons li:nth-of-type(1)::before {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/number-icons/icon-number-1.svg) center center no-repeat;
}
.ol--icons li:nth-of-type(2)::before {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/number-icons/icon-number-2.svg) center center no-repeat;
}
.ol--icons li:nth-of-type(3)::before {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/number-icons/icon-number-3.svg) center center no-repeat;
}
.ol--icons li:nth-of-type(4)::before {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/number-icons/icon-number-4.svg) center center no-repeat;
}
.ol--icons li:nth-of-type(5)::before {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/number-icons/icon-number-5.svg) center center no-repeat;
}
.ol--icons li:nth-of-type(6)::before {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/number-icons/icon-number-6.svg) center center no-repeat;
}
.ol--icons li:nth-of-type(7)::before {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/number-icons/icon-number-7.svg) center center no-repeat;
}
.ol--icons li:nth-of-type(8)::before {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/number-icons/icon-number-8.svg) center center no-repeat;
}
.ol--icons li:nth-of-type(9)::before {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/number-icons/icon-number-9.svg) center center no-repeat;
}
.ol--icons.ol--icons--none {
list-style: none;
padding-left: 0;
}
.ol--icons.ol--icons--none li {
padding-top: 0;
padding-left: 0; 
}
.ol--icons.ol--icons--none li::before {
display: none;
}
.ol--icons.ol--icons--none h5 {
color: #f27e57;
}
@media screen and (min-width: 1024px) {
.ol--icons li {
padding-top: 22px;
padding-left: 64px;
}
.ol--icons li h5 {
font-size: 20px;
display: block;
}
.ol--icons li + li {
margin-top: 1em;
}
.ol--icons li::before {
width: 48px;
height: 48px;
}
}
@media screen and (min-width: 1440px) {
.ol--icons li {
padding-top: 32px;
padding-left: 80px;
}
.ol--icons li h5 {
font-size: 24px;
display: block;
}
.ol--icons li + li {
margin-top: 1.25em;
}
.ol--icons li::before {
width: 64px;
height: 64px;
}
}
p a {
color: #5e5f5e;
font-weight: 700;
}
p a:hover {
color: #f27e57;
}
ul,
ol {
padding-left: 20px;
font-size: 0.95em;
}
.text-orange {
color: #f27e57;
}
.weight-light {
font-weight: 400;
}
a:focus,
.btn:focus,
button:focus {
outline: none;
box-shadow: none;
}
.link--standard {
text-decoration: underline;
}
.link--standard:hover, .link--standard:focus {
text-decoration: none;
color: #f27e57;
}
text {
display: block;
}
img {
max-width: 100%;
}
section {
padding: 110px 0;
}
@media (max-width: 1399px) {
section {
padding: 90px 0;
}
}
@media (max-width: 991px) {
section {
padding: 70px 0;
}
}
@media (max-width: 575px) {
section {
padding: 50px 0;
}
}
section.lrg-padding {
padding: 175px 0;
}
@media (max-width: 1399px) {
section.lrg-padding {
padding: 155px 0;
}
}
@media (max-width: 991px) {
section.lrg-padding {
padding: 135px 0;
}
}
@media (max-width: 575px) {
section.lrg-padding {
padding: 115px 0;
}
}
section.xlrg-padding {
padding: 250px 0;
}
@media (max-width: 1399px) {
section.xlrg-padding {
padding: 230px 0;
}
}
@media (max-width: 991px) {
section.xlrg-padding {
padding: 210px 0;
}
}
@media (max-width: 575px) {
section.xlrg-padding {
padding: 190px 0;
}
}
.grey-ground {
background: #f8f8f8;
}
.dark-ground {
color: #fff;
background: #232323; }
.white-ground {
background: #fff;
color: #5e5f5e;
}
.service-block {
text-align: center;
margin-bottom: 30px;
}
.service-block a {
color: #5e5f5e;
display: block;
padding: 25px 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
transition: 0.25s all linear;
}
.service-block a:hover {
background: #363636;
text-decoration: none;
color: #fff;
}
.service-block .img-wrapper {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
height: 70px;
margin-bottom: 15px;
}
.service-block img {
display: inline-block;
width: auto;
height: auto;
max-width: 94px;
max-height: 70px;
}
.service-block h3 {
font-size: 20px;
margin: 0;
font-weight: 700;
}
.service-row {
text-align: left;
margin-bottom: 12px;
}
.service-row a {
display: flex;
flex-direction: row;
align-items: center;
column-gap: 12px;
color: #5e5f5e;
padding: 8px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
transition: 0.25s all linear;
}
.service-row a:hover {
background: #363636;
text-decoration: none;
color: #fff;
}
.service-row img {
display: inline-block;
max-height: 70px;
max-width: 70px;
width: auto;
height: auto;
}
.service-row h4 {
font-size: 18px;
margin: 0;
font-weight: 700;
}
.general-icon {
display: inline-block;
width: auto;
height: 70px;
margin-bottom: 15px;
}
.industry-block {
height: auto;
text-align: center;
margin: 35px 0;
}
@media (max-width: 767px) {
.industry-block {
margin: 25px 0;
}
}
.industry-block img {
display: inline-block;
width: 70px;
margin-bottom: 15px;
}
.industry-block h3 {
font-weight: 700;
font-size: 20px;
text-align: center;
margin: 0;
}
.image-left {
padding-right: 50px;
}
@media (max-width: 991px) {
.image-left {
padding-right: 20px;
}
}
@media (max-width: 575px) {
.image-left {
padding-right: 0;
max-width: 250px;
}
}
.text-col {
padding: 80px 0 0;
}
@media (max-width: 991px) {
.text-col {
padding-top: 0;
}
}
@media (max-width: 575px) {
.text-col {
padding: 30px 15px 0;
}
}
h1 {
font-size: 50px;
font-weight: 900;
margin-bottom: 50px;
display: block;
}
h1 .h1-sub {
font-weight: 400;
display: block;
font-size: 0.5em;
color: #f27e57;
margin-top: 10px;
font-style: italic;
}
h2 {
font-size: 40px;
font-weight: 900;
padding: 20px 30px;
border-left: 4px solid #f27e57;
margin: 0 0 50px;
}
@media (max-width: 1399px) {
h2 {
font-size: 30px;
margin-bottom: 30px;
padding: 15px 25px;
}
}
@media (max-width: 991px) {
h2 {
font-size: 25px;
margin-bottom: 25px;
}
}
@media (max-width: 575px) {
h2 {
font-size: 22px;
margin-bottom: 20px;
padding: 10px 20px;
}
}
h2.no-sideborder {
border-left: none;
padding: 0;
}
h2.h2-center {
text-align: center;
}
h3 {
font-size: 30px;
font-weight: 900;
margin: 0 0 30px;
}
h4 {
font-size: 25px;
font-weight: 900;
margin: 0 0 30px;
}
@media screen and (min-width: 900px) {
.why-bg {
background-image: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/why-bg.jpg);
background-position: 0% 0%;
background-size: 50%;
background-repeat: no-repeat;
}
}
.why-bg h3 {
color: #f27e57;
margin-top: 1.4em;
margin-bottom: 0.4em;
}
.why-bg a {
color: white;
text-decoration: underline;
}
.why-bg a:hover, .why-bg a:focus {
color: #f27e57;
text-decoration: none;
}
@media screen and (min-width: 900px) {
.map-bg {
background-image: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/map-bg.jpg);
background-position: 0% 0%;
background-size: cover;
background-repeat: no-repeat;
}
} .navbar {
background: #fff;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
z-index: 1000;
padding: 25px 0;
top: 0;
}
@media (max-width: 767px) {
.navbar {
padding: 15px 0 0;
}
}
.navbar #navbarCollapse {
justify-content: end;
}
@media (max-width: 767px) {
.navbar #navbarCollapse {
width: 100%;
float: left;
border-top: 1px solid #efefef;
background: #f8f8f8;
}
}
.navbar .container-1300 {
display: flex;
justify-content: space-between;
}
@media (max-width: 767px) {
.navbar .container-1300 {
width: 100%;
display: block;
padding: 0;
}
}
#logo {
width: 240px;
height: 62px;
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/logo.svg) center center no-repeat;
background-size: 100% auto;
}
@media (max-width: 1199px) {
#logo {
width: 180px;
height: 48px;
}
}
@media (max-width: 991px) {
#logo {
width: 150px;
height: 39px;
}
}
@media (max-width: 767px) {
#logo {
margin: 0 0 15px 4%;
float: left;
}
}
.navbar-toggler {
position: absolute;
right: 4%;
top: 21px;
width: 40px;
padding: 0;
border: none;
}
.navbar-toggler:focus {
outline: none;
box-shadow: none;
}
.dropdown-toggle::after {
margin-left: 8px;
}
.animated-icon {
width: 100%;
height: 24px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
}
.animated-icon span {
display: block;
position: absolute;
background: #5e5f5e;
height: 4px;
width: 100%;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
.animated-icon span:nth-child(1) {
top: 0px;
}
.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
top: 50%;
margin-top: -2px;
}
.animated-icon span:nth-child(4) {
bottom: 0px;
}
.animated-icon.open span:nth-child(1),
.animated-icon.open span:nth-child(4) {
top: 50%;
width: 0%;
margin-top: -2px;
left: 50%;
}
.animated-icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.animated-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.clickable {
cursor: pointer;
transition: all 0.4s ease;
transform-box: fill-box;
transform-origin: center center;
}
.clickable:focus, .clickable:active {
outline: none;
box-shadow: none;
}
.activatable {
opacity: 0;
pointer-events: none;
transform: scale(0.975);
transition: all 0.4s ease;
transform-box: fill-box;
transform-origin: center center;
}
.activatable.active, .activatable.hover {
opacity: 1;
transform: scale(1);
}
.navbar-nav {
list-style-type: none;
padding-left: 0;
justify-content: center;
}
.navbar-nav a:hover {
text-decoration: none;
}
.navbar-nav > li {
margin-left: 20px;
position: relative;
}
@media (max-width: 991px) {
.navbar-nav > li {
margin-left: 10px;
}
}
@media (max-width: 767px) {
.navbar-nav > li {
width: 100%;
margin: 0;
}
}
.navbar-nav > li + li {
margin-top: 0;
}
.navbar-nav > li.current-menu-item a {
color: #f27e57;
}
.navbar-nav > li a {
padding: 0.5rem;
transition: all 0.25s linear;
font-size: 15px;
color: #5e5f5e;
font-weight: 700;
}
.navbar-nav > li a:hover {
color: #f27e57;
}
@media (max-width: 991px) {
.navbar-nav > li a {
font-size: 13px;
}
}
@media (max-width: 767px) {
.navbar-nav > li a {
width: 100%;
float: left;
padding: 5px 12px 7px;
border-bottom: 1px solid #efefef;
font-size: 14px;
text-align: center;
}
.navbar-nav > li a:hover {
background: #5e5f5e;
color: #fff;
}
}
#menu-item-26 {
margin-left: 30px;
}
@media (max-width: 991px) {
#menu-item-26 {
margin-left: 20px;
}
}
@media (max-width: 767px) {
#menu-item-26 {
margin: 0;
}
#menu-item-26 a {
display: block;
width: 90%;
margin: 20px 5%;
}
}
ul.sub-menu {
position: absolute;
top: 40px;
margin-left: 0px;
background: #fff;
width: 200px;
display: none;
overflow: hidden;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
list-style-type: none;
padding: 0;
}
@media (max-width: 767px) {
ul.sub-menu {
position: relative;
top: auto;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 100%;
}
}
ul.sub-menu li a {
padding: 8px 12px 10px;
border-bottom: 1px solid #efefef;
display: block;
font-size: 15px;
color: #5e5f5e;
font-weight: 400;
}
@media (max-width: 767px) {
ul.sub-menu li a {
padding: 5px 12px 7px;
border-bottom: none;
}
}
ul.sub-menu li:last-of-type a {
border-bottom: 0;
}
@media (max-width: 767px) {
.navbar-nav .menu-item-has-children.expanded ul {
display: block !important;
}
} .orange-btn,
#menu-item-26 a {
background: #f27e57;
color: #fff;
padding: 12px 25px 14px;
font-size: 13px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
transition: 0.25s background-color linear;
}
.orange-btn:hover,
#menu-item-26 a:hover {
color: #fff;
text-decoration: none;
background: #f46e4a;
}
@media (max-width: 991px) {
.orange-btn,
#menu-item-26 a {
font-size: 12px;
padding: 10px 20px 12px;
}
}
#wrapper {
margin-top: 112px;
float: left;
width: 100%;
height: auto;
overflow: hidden;
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
#wrapper {
margin-top: 70px;
}
}
.top-banner {
width: 100%;
height: auto;
overflow: hidden;
background-image: url(//tuskautomation.com/wp-content/themes/tusk/assets/img//banners/home-top-3.jpg);
background-size: cover;
background-color: #5e5f5e;
background-position: center center;
background-repeat: no-repeat;
}
@media (max-width: 991px) {
.top-banner {
padding-top: 250px;
}
}
@media (max-width: 767px) {
.top-banner {
padding-top: 150px;
}
}
@media (max-width: 767px) {
.top-banner {
padding-top: 90px;
}
}
.top-banner .banner-info {
padding: 165px 190px 180px 0;
width: auto;
height: auto;
position: relative;
float: left;
top: 0;
left: 50%;
margin-left: -650px;
z-index: 1;
color: #fff;
}
.top-banner .banner-info a {
color: #fff;
}
@media (max-width: 1399px) {
.top-banner .banner-info {
margin-left: 0;
left: 4%;
padding-top: 120px;
padding-bottom: 120px;
padding-right: 180px;
}
}
@media (max-width: 991px) {
.top-banner .banner-info {
padding-top: 50px;
padding-bottom: 50px;
padding-right: 100px;
max-width: 80%;
}
}
@media (max-width: 767px) {
.top-banner .banner-info {
padding-top: 25px;
padding-bottom: 25px;
}
}
@media (max-width: 575px) {
.top-banner .banner-info {
max-width: none;
}
}
.top-banner .banner-info h1 {
font-size: 45px;
line-height: 1.3;
z-index: 1;
color: #fff;
position: relative;
margin: 0;
font-weight: 900;
max-width: 750px;
}
@media (max-width: 1399px) {
.top-banner .banner-info h1 {
font-size: 40px;
}
}
@media (max-width: 991px) {
.top-banner .banner-info h1 {
font-size: 25px;
}
}
.top-banner .banner-info h1 .h1-sm {
font-size: 16px;
text-transform: uppercase;
display: block;
margin-bottom: 25px;
padding: 15px 25px;
font-weight: 700;
border-left: 4px solid #fff;
color: #fff;
font-style: normal;
}
@media (max-width: 991px) {
.top-banner .banner-info h1 .h1-sm {
font-size: 14px;
padding: 10px 20px;
}
}
.top-banner .banner-info p {
margin: 25px 0 0;
}
@media (max-width: 991px) {
.top-banner .banner-info p {
margin-top: 15px;
}
}
.top-banner .banner-info .slider-ground {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: auto;
z-index: -2;
max-width: none;
}
.breadcrumbs {
color: white;
font-size: 14px;
margin-bottom: 35px;
display: block;
}
@media (max-width: 991px) {
.breadcrumbs {
font-size: 10px;
margin-bottom: 15px;
}
}
.breadcrumbs a {
color: #f27e57;
font-weight: 700;
}
.breadcrumbs i {
margin: 0 10px;
}
@media (max-width: 991px) {
.breadcrumbs i {
margin: 0 5px;
}
}
.breadcrumbs .current {
display: inline-block;
}
.pt-0 {
padding-top: 0;
}
.pb-0 {
padding-bottom: 0;
}
.mb-05 {
margin-bottom: 0.5em;
}
.self-start {
align-self: flex-start;
}
.self-stretch {
align-self: stretch;
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.container-1300 {
width: 92%;
margin: 0 auto;
max-width: 1300px;
}
.partner {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
padding: 20px;
display: block;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-bottom: 35px;
}
#interactive-map {
display: none;
}
@media screen and (min-width: 1024px) {
#interactive-map {
display: block;
}
}
#interactive-map__map {
padding: 32px 24px;
}
#interactive-map__info-box {
max-height: 300px;
border-radius: 5px;
background: white;
padding: 32px 24px 12px;
transition: 0.4s ease-in max-height;
overflow: hidden;
}
#interactive-map__info-box .service-row {
overflow: hidden;
max-height: 0;
opacity: 0;
margin-bottom: 0;
transition: 0s ease-out all;
}
#interactive-map__info-box .service-row.hidden {
max-height: 0;
opacity: 0;
margin-bottom: 0;
transition: 0.4s ease-in all;
}
#interactive-map__info-box .service-row.visible {
max-height: 86px;
opacity: 1;
margin-bottom: 12px;
transition: 0 ease-in all;
}
#info-box__title {
margin-bottom: 0.2em;
}
.info-box_desc-img {
display: none;
width: auto;
height: auto;
max-width: 100%;
max-height: 226px;
margin: 0 auto 16px 0;
}
.info-box_desc-img.visible {
display: block;
}
#testimonials {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/testimonials-ground-bw.jpg) center center no-repeat;
background-size: cover;
}
#testimonials #testimonial-wrapper {
background: #fff;
position: relative;
margin-top: 25px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#testimonials #testimonial-wrapper:before {
content: "";
position: absolute;
top: -50px;
left: 50px;
width: 100px;
height: 75px;
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/quote-icon.svg) no-repeat;
}
@media (max-width: 1199px) {
#testimonials #testimonial-wrapper:before {
width: 80px;
height: 64px;
top: -40px;
}
}
@media (max-width: 991px) {
#testimonials #testimonial-wrapper:before {
left: 30px;
width: 70px;
height: 40px;
top: -25px;
}
}
#testimonials #testimonial-wrapper #testimonials-slide {
padding: 70px 50px 120px;
min-height: 450px;
}
@media (max-width: 991px) {
#testimonials #testimonial-wrapper #testimonials-slide {
min-height: 300px;
padding: 50px 30px 80px;
}
}
#testimonials #testimonial-wrapper #testimonials-slide .carousel-indicators {
position: absolute;
bottom: 60px;
left: 50px;
text-align: left;
margin: 0;
}
@media (max-width: 991px) {
#testimonials #testimonial-wrapper #testimonials-slide .carousel-indicators {
left: 30px;
bottom: 30px;
}
}
#testimonials #testimonial-wrapper #testimonials-slide .carousel-indicators li {
background: #efefef;
width: 13px;
height: 13px;
padding: 0;
border: none;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
margin: 0 10px 0 0;
}
#testimonials #testimonial-wrapper #testimonials-slide .carousel-indicators li.active {
background: #f27e57;
}
#testimonials #testimonial-wrapper #testimonials-slide .testimonial-author {
font-weight: 700;
float: left;
font-style: italic;
}
.grid-link {
height: auto;
overflow: hidden;
background: #000;
display: block;
margin-bottom: 30px;
position: relative;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.grid-link:hover img {
transform: scale(1.1);
}
.grid-link:hover .img-wrapper::before {
opacity: 0.85;
}
.grid-link img {
display: block;
transition: 0.5s all linear;
}
.grid-link .img-wrapper {
position: relative;
}
.grid-link .img-wrapper::before {
content: "";
position: absolute;
z-index: 1;
display: block;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: #f27e57;
opacity: 0;
transition: 0.6s all ease;
}
.grid-link h3 {
position: absolute;
bottom: 0;
padding: 20px;
width: 100%;
color: #fff;
font-size: 20px;
line-height: 1.4;
font-weight: 700;
margin: 0;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#bf000000",GradientType=0 ); z-index: 2;
}
@media (max-width: 991px) {
.grid-link h3 {
font-size: 17px;
padding: 15px;
}
}
@media (max-width: 575px) {
.grid-link h3 {
font-size: 15px;
}
}
#cta-1 {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/cta-ground-bw.jpg) center center no-repeat;
background-size: cover;
height: auto;
overflow: hidden;
}
.cta-box {
color: #5e5f5e;
background: #fff;
padding: 50px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
height: auto;
overflow: hidden;
float: left;
}
@media (max-width: 991px) {
.cta-box {
padding: 30px;
}
}
.cta-box h2 {
margin: 0 0 10px;
}
.cta-box .orange-btn {
float: left;
}
.cta-box.cta-box--orange {
background: #f27e57;
color: #fff;
}
.team-member h3 {
font-size: 22px;
font-weight: 900;
margin: 20px 0 5px;
}
.team-member p {
font-size: 13px;
font-style: italic;
color: #f27e57;
}
.client {
padding: 25px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
display: flex;
aspect-ratio: 1/1;
align-items: center;
}
.client img {
width: 100%;
}
#we-are-mining {
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/home-mining.jpg) no-repeat;
background-size: cover;
background-position: center bottom;
} footer {
width: 100%;
height: auto;
overflow: hidden;
background: #363636;
padding: 100px 0;
color: #ccc;
}
@media (max-width: 767px) {
footer {
padding: 70px 0;
}
}
footer hr {
width: 100%;
border: none;
height: 1px;
background: rgba(255, 255, 255, 0.1);
margin: 50px 0 30px;
float: left;
}
@media (max-width: 767px) {
footer hr {
margin: 20px 0 20px;
}
}
footer .footer-left {
float: left;
}
footer .footer-right {
float: right;
width: 45%;
height: auto;
}
footer .footer-right a {
float: right;
}
@media (max-width: 991px) {
footer .footer-right a {
float: left;
}
}
@media (max-width: 991px) {
footer .footer-right {
float: left;
clear: both;
margin-top: 40px;
width: 100%;
}
}
footer .footer-right img {
width: auto;
height: 75px;
margin: 0 0 2px 2px;
}
@media (max-width: 1199px) {
footer .footer-right img {
height: 60px;
}
}
@media (max-width: 991px) {
footer .footer-right img {
margin: 0 2px 2px 0;
}
}
footer .footer-col {
float: left;
margin-left: 40px;
}
@media (max-width: 1199px) {
footer .footer-col {
margin-left: 30px;
}
}
@media (max-width: 767px) {
footer .footer-col {
clear: both;
margin: 30px 0 0;
}
}
footer .footer-col h3 {
color: #fff;
font-size: 15px;
font-weight: 900;
margin: 0 0 10px;
}
@media (max-width: 1199px) {
footer .footer-col h3 {
font-size: 14px;
margin-bottom: 5px;
}
}
footer .footer-col p {
line-height: 1.6;
font-size: 14px;
margin: 0;
}
@media (max-width: 1199px) {
footer .footer-col p {
font-size: 13px;
}
}
footer .footer-col a {
color: #ccc;
transition: 0.25s color linear;
font-weight: 400;
}
footer .footer-col a:hover {
text-decoration: none;
color: #f27e57;
}
footer #footer-logo {
width: 98px;
height: 72px;
background: url(//tuskautomation.com/wp-content/themes/tusk/assets/img/footer-logo.svg) no-repeat;
background-size: 100% auto;
float: left;
}
@media (max-width: 1199px) {
footer #footer-logo {
width: 78px;
height: 55px;
}
}
@media (max-width: 767px) {
footer #footer-logo {
width: 60px;
height: 40px;
}
}
footer #copyright {
font-size: 11px;
margin: 0;
float: left;
}
footer .footer-social {
float: right;
}
footer .footer-social a {
float: left;
color: #ccc;
margin-left: 5px;
font-size: 14px;
transition: 0.25s color linear;
}
footer .footer-social a:hover {
color: #f27e57;
text-decoration: none;
}
.standard-card {
background: white;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
overflow: hidden;
display: block;
}
.standard-card figure {
aspect-ratio: 16/9;
background: #f8f8f8;
margin: 0;
}
.standard-card .card-details {
padding: 20px;
min-height: 150px;
}
.standard-card .card-details .post-meta {
font-size: 15px;
color: #f27e57;
margin-bottom: 15px;
display: block;
}
.standard-card .card-details .post-meta i {
margin-right: 10px;
}
.standard-card .card-details h4 {
font-weight: 700;
font-size: 20px;
line-height: 1.4;
margin: 0;
}
.wp-block-separator {
border: none;
height: 1px;
background: #efefef;
margin: 50px 0;
opacity: 1;
}
.single-post h1 {
margin-bottom: 100px;
}
.recents {
border: 1px solid #efefef;
border-bottom: none;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
overflow: hidden;
}
.recents h3 {
padding: 15px 25px;
background: #f27e57;
color: #fff;
margin: 0;
font-size: 20px;
text-transform: uppercase;
}
.recents a {
padding: 25px;
border-bottom: 1px solid #efefef;
display: block;
}
.recents a h4 {
font-size: 20px;
margin: 0 0 10px;
}
.recents a .post-date {
color: #f27e57;
font-size: 14px;
}
.recents a .post-date i {
margin-right: 10px;
}
.recents a:hover {
background: #efefef;
}