html {
    font-size: 11px;
}

body {
    font-family: 'Lato', "Lato", Helvetica, Arial, sans-serif;
}

.font-size-fix {
    font-size: 1.5rem;
}

.acf-points a {
    color: inherit;
    text-decoration: none;
}

.acf-points a:hover img {
    opacity: 0.7;
}

.break-out {
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    color: rgba(0,0,0,.6);
}

footer,
footer .footer-meta {
    background: #52565a;
    font-size: 12px;
}

.headerrow2022 {
    font-size: 12px;
}

footer .footer-meta #meta-content ul {
    padding-left: 0;
}

footer .footer-meta #meta-content ul li {
    padding: 0;
}

footer .footer-meta #meta-content ul li:nth-child(1) {
    border-right: none;
    width: 100%;
}

footer a,
footer a:hover {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

.really_simple_twitter_widget, 
.footer-widgets-new-right ul {
    list-style-type: disc;
    margin-bottom: 20px;
}

.really_simple_twitter_widget li,
.footer-widgets-new-right ul li {
    margin-bottom: 5px;
}

header {
    background: none;
}

footer div.h2 {
    background: no-repeat;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.headerrow2022 a,
.headermobilerow2022 a {
    color: #1e729d;
    text-decoration: none;
    font-weight: bold;
}

.headermobilerow2022 a {
    font-size: 12px;
}

header i {
    background: none;
    border: none;
    height: auto;
    width: auto;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #000;
}

.desktop_menu {
    margin: 0;
}

.logo-row {
    background-image: url(/wp-content/uploads/2022/06/header_repeat.png);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff;
    z-index: 0;
    width: 50vw;
    height: 100px;
    position: absolute;
    right: 0;
    left: auto;
    top: -2px;
}

.logo-row-left {
    background-image: url(/wp-content/uploads/2022/06/header_left_repeat.png);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff;
    z-index: 0;
    left: 0;
    right: auto;
}

.logo-holder,
.logo-holder * {
    z-index: 2;
}

header nav ul li a {
    color: #53565A;
    font-size: 1.3rem;
    padding: 0.8rem !important;
}

.mobile-header {
    background-image: url(/wp-content/uploads/2022/06/sollatek-mobile.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #fff;
}

header #navbarNav nav ul li {
    width: 100%;
}

.navbar-nav .nav-link,
.nav-link:focus,
.nav-link:hover
 {
    font-size: 1.5rem;
    color: #1e729d;
    font-weight: bold;
}

.dropdown-item {
    font-size: 1.4rem;
}

.navbar .navbar-toggler-icon {
    width: 2.5em;
}

.navbar .fa-search {
    font-size: 2rem;
    color: #52565a;
}

.sollatek-news-title {
    color: #1764A3;
    font-size: 3.5rem;
}

.sollatek-news-item-title {
    color: #1764A3;
    font-size: 2rem;
}

.sollatek-news-item-excerpt {
    font-size: 1.3rem;
}

.sollatek-news-item-image {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    background-position: center;
}

.sollatek-news-item-link {
    background: #1764A3;
    text-decoration: none;
    font-size: 1.3rem;
}

.sollatek-news-item-link:hover {
    opacity: 0.7;
}

.sollatek-header-item-link {
    background: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    color: #000;
}

.sollatek-header-item-link:hover {
    opacity: 0.7;
}

.sollatek-welcome-title {
    color: #1764A3;
    font-size: 3.5rem;
}

.page-content {
    padding: 0;
}

footer {
    position: relative;
    margin-top: 0;
}

.wizard_form button {
    text-transform: uppercase;
    background: #fff;
}

.wizard_form select {
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url(/wp-content/uploads/2022/07/icons8-expand-arrow-30.png);
    background-size: 20px;
}

.case_studies_title a {
    color: #212529;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
}

.case_studies_excerpt {
    font-size: 1.1rem;
    min-height: 120px;
}

.case_studies_cta a {
    background: #52565a;
}

.acf-points .animate_me img {
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.acf-points .animate_me:hover img {
    transform: scale(1.2);
}

.genuine_container .genuine_img {
    animation: rotation 10s infinite linear;
}

.mail-btn:hover {
    color: #fff;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@media (min-width: 768px) {
    footer .footer-meta #meta-content ul li:nth-child(1) {
        width: auto;
    }
}

@media (min-width: 992px) {
    .col-lg-5th {
        width: 20%;
    }
}

@media (max-width: 992px) {
    .iot-border {
        border: none !important;
    }
}

@media only screen and (max-width: 981px) {
    .desktop_menu {
        display: block;
    }
}