/* 
 Theme Name:   it-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     itstart
 Version:      1.0
 License:
 License URI:

 /* == Add your own styles below this line ==
--------------------------------------------*/

:root {
    --primary: #00ca33 !important;
    --secondary: #b89c47 !important;
    --primary-hover: #117c2c !important;
    --primary-dark: #096921 !important;
    --rgba-primary-1: rgba(255, 59, 43, 0.1);
    --rgba-primary-2: rgba(255, 59, 43, 0.2);
    --rgba-primary-3: rgba(255, 59, 43, 0.3);
    --rgba-primary-4: rgba(255, 59, 43, 0.4);
    --rgba-primary-5: rgba(255, 59, 43, 0.5);
    --rgba-primary-6: rgba(255, 59, 43, 0.6);
    --rgba-primary-7: rgba(255, 59, 43, 0.7);
    --rgba-primary-8: rgba(255, 59, 43, 0.8);
    --rgba-primary-9: rgba(255, 59, 43, 0.9);
    --font-family-base: Poppins, sans-serif;
    --border-radius-base: 17px !important;
    --font-family-title: Noto Sans, sans-serif;
    --title: #393838 !important;
}

h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
    color: #393838;
}

h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
    color: #393838;
}

h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
    color: #393838;
}

body {
    color: #393838 !important;
    overflow-x: hidden !important;
}

.ds-section {
    padding-top: 32px !important;
    padding-bottom: 40px !important;
    position: relative;
}

[class*="logo-"] {
    display: block;
    text-indent: -9999px;
    text-align: left;
    background-size: 80%;
    background-position: center !important;
    background-repeat: no-repeat;
}

[class*="brand-"][class*="bg-"] {
    margin: 0 auto;
    padding: 5px;
    border-radius: 4px;
    width: 170px;
    height: 75px;
}

.logo-grosvenor {
    background: url('/wp-content/themes/it-child/assets/images/grosvenor.svg');
    background-size: 40%!important;
}

.bg-grosvenor {
    background-color: #312c52;
}

.logo-ladbrokes {
    background: url('/wp-content/themes/it-child/assets/images/ladbrokes.svg');
}

.bg-ladbrokes {
    background-color: #f01e28;
}

.logo-betMGM {
    background: url('/wp-content/themes/it-child/assets/images/betMGM.svg');
}

.bg-betMGM {
    background-color: #0b0b0b;
}

.logo-virgin-games {
    background: url('/wp-content/themes/it-child/assets/images/virgin-games.svg');
}

.bg-virgin-games {
    background-color: #d3d3d3;
}

.logo-mr-vegas {
    background: url('/wp-content/themes/it-child/assets/images/mr-vegas.svg');
}

.bg-mr-vegas {
    background-color: #0a0a0a;
}

.ds-section-heading {
    padding-bottom: 0.5rem !important;
}

.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.ds-service {
    background-color: #fff;
    padding: 15px 15px !important;
    border-radius: 0.5rem;
    text-align: center;
    margin-bottom: 0 !important;
    box-shadow: 0px 8px 15px rgba(33, 33, 33, 0.12);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    height: 100% !important;
}

li {
    list-style: circle !important;
}

ul {
    padding: unset !important;
    margin: 0;
    padding-left: 2rem !important;
}

.ds-section-heading p {
    margin-bottom: 0.5rem !important;
    line-height: 23px !important;
}

.ds-faq h3 {
    font-size: 20px !important;
}

.ds-faq .drop i {
    font-size: 0.875rem !important;
    width: 65px !important;
    height: 32px !important;
    background-color: var(--primary);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 32px !important;
}

.ds-faq .drop h3,
.ds-faq .drop .h3 {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.custom_bg {
    background-color: #000000;
    color: white !important;
}

.flex_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 21px;
    margin-bottom: 7px !important;
}

.colored {
    color: #00ca33;
}

.ds-service:hover a {
    background-color: var(--primary);
    color: #fff !important;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg .tg-7btt {
    border-color: inherit;
    font-weight: bold;
    text-align: center;
    vertical-align: top
}

.tg .tg-0pky {
    border-color: inherit;
    text-align: left;
    vertical-align: top
}

.calltoaction {
    color: white !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.calltoaction h3 {
    color: #00ca33 !important;
}

p {
    margin-bottom: 0.5rem !important;
}

.breadcrumbs {
    background-image: none !important;
    background: linear-gradient(300deg, deepskyblue, #491717, rgb(8, 235, 27)) !important;
    background-size: 180% 180% !important;
    animation: gradient-animation 18s ease infinite !important;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.highlighted {
    padding: 1rem 0.5rem !important;
    color: #fff;
    border-radius: 0 !important;
}

.header-default .header-top {
    padding: 0 !important;
}

.current-menu-item a {
    color: #00ca33 !important;
}

.error-title h2 span,
.error-title .h2 span {
    color: var(--primary);
}

.error-title h2,
.error-title .h2 {
    font-size: 8rem;
    letter-spacing: 10px;
    line-height: 1;
}

.error-page {
    height: 50vh;
}

[class*="logo-"] {
    display: block;
    text-indent: 0 !important;
    text-align: left;
    background-size: 80%;
    background-position: center !important;
    background-repeat: no-repeat;
}

.ds-section .container-fluid {
    z-index: 1;
    position: relative;
}