/*
Theme Name: RTS
Theme URI: https://svdigitalconnections.com
Template: twentytwentyfour
Author: Chris Lopo
Author URI: https://elefante.video
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.0.1708883148
Updated: 2024-02-25 17:45:48

*/

@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");

:root {
    --rts-green: #1FBBA6;
    --rts-grey: #333333;
    --rts-purple: #A1278E;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3 {
    color: var(--rts-green) !important;
    font-family: "Akshar", sans-serif;
    font-size: 40px !important;
    font-weight: 600;
}

h3 {
    color: white !important;
    font-size: 28px !important;
}

a {
    color: var(--rts-green);
}

.green a {
    color: var(--rts-green) !important;
}

.cta a {
    background-color: var(--rts-green);
    border-radius: 6px;
    color: white;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    text-decoration: none;
}

.cta.purple a {
    background-color: var(--rts-purple);
}

header nav a.wp-block-navigation-item__content {
    font-size: 16px;
    padding: 5px 15px;
}

header nav a.wp-block-navigation-item__content span {
    display: inline-block;
    width: 100%;
    border-bottom: 1px transparent solid;
}

header nav a.wp-block-navigation-item__content:hover {
    color: var(--rts-green);
    text-decoration: none;
}

header nav a.wp-block-navigation-item__content:hover span {
    border-bottom-color: var(--rts-green;)
}

div#Video .cta a::after {
    background: url(play.png) no-repeat center bottom;
    color: #fff;
    content: '';
    display: inline-block;
    height: 17px;
    margin-left: 10px;
    width: 17px;
}

div#Services .wp-block-column {
    border: 1px var(--rts-purple) solid;
    border-radius: 15px;
    padding: 20px;
}

form.wpcf7-form input[type=text],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=url],
form.wpcf7-form textarea {
    background-color: black;
    border: 1px var(--rts-green) solid;
    border-radius: 6px;
    color: white;
    font-family: var(--wp--preset--font-family--open-sans);
    font-weight: 400;
    padding: 10px;
    width: 90%;
}

form.wpcf7-form input[type=submit] {
    background-color: var(--rts-green);
    border: none;
    border-radius: 6px;
    color: white;
    display: inline-block;
    font-family: var(--wp--preset--font-family--open-sans);
    margin-top: 10px;
    padding: 10px 30px;
    text-decoration: none;
}

form.wpcf7-form a {
    color: var(--rts-green);
}

div.careers-block .wp-block-column {
    background-color:rgba(0, 0, 0, 0.5);
    border: 1px var(--rts-purple) solid;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 20px;
}

div.careers-block .wp-block-column img {
    display: block;
    width: 100%;
}

div.careers-block .wp-block-column h3,
div.careers-block .wp-block-column p {
    margin-left: 20px;
    margin-right: 20px;
}

div.faq {
    background-color: var(--rts-grey);
    border: 1px var(--rts-green) solid;
    border-radius: 6px;
    width: 90%;
}

div.faq details {
    border-top: 1px var(--rts-green) solid;
    padding: 5px 10px;
}

div.faq details:first-child {
    border: none;
}

div.faq details:first-child {
    border: none;
}

/* Cases */
.cases-container {
    background-color: black;
    color: white; 
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cases-container .cases-block {
    margin: 0 auto;
    max-width: 1140px;
    padding-top: 80px;
    position: relative;
    width: 90%;
    z-index: 2;
}

.cases-container::after {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,.9) 30%, rgba(0,0,0,.5) 100%);
    bottom: -90px;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.cases-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cases-display .cases-text {
    text-align: center;
}

.cases-display .content {
    display: flex;
    padding-top: 50px;
    width: 100%;
}

.cases-display hr {
    width: 50%;
    margin: 40px auto;
}

.cases-display .content .left {
    margin-right: 5%;
    width: 20%;
}

.cases-display .content .left h3 {
    margin: 0;
}

.cases-display .content .right {
    min-height: 300px;
    padding-bottom: 70px;
    width: 70%;
}

.cases-display .content .right p {
    margin: 0 0 15px 0;
}

.cases-display .slick-nav {
    height: 0px;
    position: relative;
    z-index: 10;
}

.cases-display .slick-nav .slick-arrow {
    background: url(assets/images/slick-arrow.png) no-repeat center;
    border: none;
    color: transparent;
    cursor: pointer;
    height: 32px;
    margin-top: 150px;
    overflow: hidden;
    width: 17px;
}

.cases-display .slick-nav .slick-arrow.slick-next {
    margin-left: 20px;
    transform: rotate(180deg);
}

@media (max-width: 767.98px) {
    .cases-display .content {
        flex-direction: column;
    }

    .cases-display .content .left {
        margin: 5%;
        width: 90%;
    }
    
    .cases-display .slick-nav {
        margin: 5%;
    }
    
    .cases-display .content .right {
        margin: 80px 5% 0 5%;
        width: 90%;
    }
}