/*
 Theme Name:     Reddoor Live
 Theme URI:      https://reddoorlive.com
 Description:    Reddoor Live Theme
 Author:         Bexon Interactive
 Author URI:     https://bexoninteractive.com
 Template:       hello-elementor
 Version:        1.0.0
 Text Domain:    reddoorlive
*/

:root {
  --headerheight: 73px;
}

body {
  counter-reset: accordionitems;
}

@media (min-width: 481px) {
    :root {
        --headerheight: 100px;
    }
}

@media (min-width: 992px) {
    :root {
        --headerheight: 78px;
    }
}

b, strong {
    font-weight: bold!important;
}

.header-space {
    height: 0;
	transition: height 0.25s ease-in;
}

.header-space .scrolled {
    height: var(--headerheight);
}

.site-header .site-navigation ul.menu li a {
    font-size: 14px;
}

.site-header .site-navigation ul.menu li.current-menu-item a {
    font-weight: bold;
}

.site-header .site-navigation ul.menu li a:hover {
    color: red;
}

.footer p, 
.footer a {
    font-size: 14px!important;
    font-weight: light!important;
    color: white!important;
}

.footer a:hover {
    color: red!important;
}

.rdl-menu ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.rdl-menu ul li {
    padding: 0 35px 7px 0; 
}

.rdl-menu ul li a {
    color: white;
    font-size: 14px;
    white-space: nowrap;
}

.rdl-menu ul li.current-menu-item a {
	font-weight: bold;
}

.rdl-menu ul li a:hover {
    color: red;
    font-size: 14px;
}

header.site-header {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
	padding-block-end: 0.4rem;
  	padding-block-start: 35px;
	transition: all 0.25s ease-in;
}

@media (max-width: 991px) {
	header.site-header {
    	background-color: rgba(0,0,0,0.6);
	}
}

@media (max-width: 480px) {
	header.site-header {
    	background-color: rgba(0,0,0,1);
	}
}

.site-navigation-toggle-holder {
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-right: 0!important;
}

header.site-header .site-navigation-toggle .site-navigation-toggle-icon {
	color: rgba(255,255,255,0.8);
}

header.site-header.scrolled {
    background-color: rgba(0,0,0,1);
	padding-block-end: 0.7rem;
  	padding-block-start: 35px;
}

header.site-header .header-inner .site-branding .site-logo img {
    display: block;
    padding: 7px 0 7px 0;
	height: auto;
	/*width: 200px;*/
	transition: all 0.25s ease-in;
}

header.site-header.scrolled .header-inner .site-branding .site-logo img {
    padding: 7px 0 7px 0;
	/*
	width: 200px;
	max-width: 200px;
	*/
}

@media (max-width: 991px) {
	header.site-header.scrolled .header-inner .site-branding .site-logo img {
		width: 150px;
		max-width: 150px;
	}
}


header.site-header .site-navigation-toggle {
    border: none!important;
    border-radius: 50%;
    width: 33px;
    height: 36px;
    margin: 0;
    padding: 0 0 0 4px;
    background-color: transparent!important;
    z-index: 999;
}

header.site-header .site-navigation-toggle-holder .site-navigation-toggle-icon {
    width: 100%;
    height: 1px;
    transform: translateY(-10px);
}

header.site-header .site-navigation-toggle-holder .site-navigation-toggle-icon::after, 
header.site-header .site-navigation-toggle-holder .site-navigation-toggle-icon::before {
    border-radius: 0;
    height: 2px;
}

header.site-header .site-navigation-toggle-holder .site-navigation-toggle-icon::before {
    box-shadow: 0 .5rem 0 currentColor;
    margin-block-end: 0.95rem;
}

header.site-header .site-navigation-toggle-holder .site-navigation-toggle[aria-expanded="true"] .site-navigation-toggle-icon::before {
    transform: translateY(.55rem) rotate(45deg);
}

header.site-header .site-navigation-toggle-holder .site-navigation-toggle[aria-expanded="true"] .site-navigation-toggle-icon::after {
    transform: translateY(-.55rem) rotate(-45deg);
}

@media (min-width: 481px) {
	header.site-header .site-branding .site-logo img {
		max-width: 150px;
	}
    header.site-header .site-navigation-toggle {
        border: none!important;
        width: 33px;
        height: 36px;
    }

    header.site-header .site-navigation-toggle-holder .site-navigation-toggle-icon {
        height: 2px;
        transform: translateY(-10px);
    }
    
    header.site-header .site-navigation-toggle-holder .site-navigation-toggle-icon::after, 
    header.site-header .site-navigation-toggle-holder .site-navigation-toggle-icon::before {
        height: 2px;
    }

    header.site-header .site-navigation-toggle-holder .site-navigation-toggle-icon::before {
	    box-shadow: 0 .5rem 0 currentColor;
    	margin-block-end: 0.95rem;
    }

    header.site-header .site-navigation-toggle-holder .site-navigation-toggle[aria-expanded="true"] .site-navigation-toggle-icon::before {
        transform: translateY(.55rem) rotate(45deg);
    }

    header.site-header .site-navigation-toggle-holder .site-navigation-toggle[aria-expanded="true"] .site-navigation-toggle-icon::after {
        transform: translateY(-.55rem) rotate(-45deg);
    }

}

@media (min-width: 992px) {
	header.site-header .site-branding .site-logo img {
		max-width: 250px;
	}
}

.site-navigation-dropdown {
    top: 58px;
    right: 0;
}

.site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    transform: TranslateX(0)!important;
    max-height: 100vh!important;
    top: -10px;
    z-index: 99;
}

.site-navigation-dropdown ul.menu {
    width: 600px!important;
    max-width: 100vw;
    background-image: url('images/rd.svg'), linear-gradient(#FF0000, #800000)!important;
    background-position: right top!important;
    background-repeat: no-repeat!important;
    background-size: 50%, auto!important;
    right: 0;
    height: 100vw;
    padding-top: 50px!important;
}

.site-navigation-dropdown ul.menu li,
.site-navigation-dropdown ul.menu li a {
    background: none!important;
    width: 250px;
    max-width: 100vw;
}

.site-navigation-dropdown ul.menu li a {
    color: rgba(255,255,255,1)!important;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none;
    border-bottom: 1px solid white;
    padding: 15px!important;
}

.site-navigation-dropdown ul.menu li a:hover {
    color: rgba(255,255,255,0.7)!important;
}

.casestudyitems {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: start;
    list-style-type: none;
}

.casestudyitems li {
    width: 50%;
    margin-bottom: 0;
	position: relative;
}

.casestudyitems li a {
    line-height: 0!important;
}

@media (min-width: 481px) {
    .casestudyitems li {
        width: 33%;
    }
}

@media (min-width: 769px) {
    .casestudyitems li {
        width: 25%;
    }
}

.casestudyitems li img {
    width: 100%;
}

.splide__track {
    padding-bottom: 1em;
}

#Splide-clients .splide__slide {
	display: flex
}

.splide__slide img {
    margin-bottom: 5px;
}

.splide__slide span,
.casestudyitems li span {
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 1.8;
}

#Splide-clients .splide__slide span {
	align-content: center;	
}

.splide__slide .hover,
.casestudyitems li .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
	opacity: 0;
	transition: all 0.5s;
}

.splide__slide:hover .hover,
.casestudyitems li:hover .hover{
	opacity: 1;
}

.splide__slide .hover .hover-content,
.casestudyitems li .hover .hover-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5%;
	width: 100%;
}

.splide__arrow {
    top: 30%!important;
    background-color: #FF0000!important;
    padding-top: 4px!important;
    opacity: 1 !important;
    width: 53px !important;
    height: 53px !important;
    padding: 6px 0 0!important;
}
/*
.splide__arrow--prev {
    left: -2.5em!important;
}

.splide__arrow--next {
    right: -2.5em!important;
}
*/
@media (min-width: 1025px) {
    .splide__track {
        padding-bottom: 3em;
    }
/*
    .splide__arrow--prev {
        left: -6em!important;
    }

    .splide__arrow--next {
        right: -6em!important;
    }
*/
    }

.splide__arrow svg,
.splide__arrow:focus svg {
    fill: white!important;
}

.splide__arrow:hover {
    background-color: rgba(255,255,255,1)!important;
}

.splide__arrow:hover svg {
    fill: black!important;
}

.splide__pagination__page {
    border: 1px solid transparent!important;
    padding: 7.5px!important;
    background-color: white!important;
    opacity: 0.22!important;
}

.splide__pagination__page.is-active {
    border: 1px solid white!important;
    transform: none!important;
    opacity: 1!important;
}

.featured-container {
    position: relative;
    height: calc( 100vh - var(--headerheight) );
}

.featured-image {
    width: 100%;
}

.featured-image .featured-image-background {
    width: 100%;
    height: calc( 100vh - var(--headerheight) );
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

@media (hover: none) {
   .featured-image .featured-image-background {
       background-attachment: scroll;
   }
}

.featured-image img {
    display: none;
}



.featured-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 5% 1%;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}

.featured-overlay h1 {
    font-size: 42px;
    font-weight: bold;
    color: white;
    padding-right: 10%;
}

.featured-overlay p {
    font-size: 15px;
    color: white;
    line-height: 1.5em;
}

@media (min-width: 769px) {
    .featured-overlay h1 {
        font-size: 60px;
    }
    .featured-overlay p {
        font-size: 24px;
    }
}

@media (min-width: 1025px) {
    .featured-overlay {
        padding: 0 12.25% 1%;
    }

    .featured-overlay h1 {
        padding-right: 30%;
    }
}


/*
.featured-container {
    position: relative;
}

.featured-image {
    width: 100%;
}

.featured-image .featured-image-background {
    width: 100%;
    height: calc( 100vh - var(--headerheight) );
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    display: none;
}


.featured-overlay {
    width: 100%;
    padding: 0 5% 1%;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}

.featured-overlay .elementor-button {
    display: none;
}

.featured-overlay h1 {
    font-size: 42px;
    font-weight: bold;
    color: white;
    padding-right: 10%;
}

.featured-overlay p {
    font-size: 15px;
    color: white;
    line-height: 1.5em;
}

@media (min-width: 769px) {
    .featured-overlay h1 {
        font-size: 60px;
    }
    .featured-overlay p {
        font-size: 24px;
    }
}

@media (min-width: 1025px) {
    .featured-container {
        height: calc( 100vh - var(--headerheight) );
    }

    .featured-image .featured-image-background {
        display: block;
    }

    .featured-image img {
        display: none;
    }

    .featured-overlay {
        position: absolute;
        padding: 0 12.25% 1%;
        bottom: 0;
    }

    .featured-overlay .elementor-button {
        display: inline-block;
    }

    .featured-overlay h1 {
        padding-right: 30%;
    }
}
*/

.pagecontent {
    position: relative;
    background: black;
	overflow-x: hidden;
}

.elementor-button {
    background-color: #000000;
    font-family: "Poppins", Sans-serif!important;
    font-size: 13px!important;
    font-weight: 500!important;
    text-transform: uppercase;

    color: var( --e-global-color-1073cb5 );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-1073cb5 );
    border-radius: 50px 50px 50px 50px;

    width: auto;

    line-height: var( --e-global-typography-text-line-height );

    box-shadow: none;
    text-decoration: none;

    transition-duration: .3s;
    transition-property: transform;

    display: inline-block;
    fill: #fff;
    text-align: center;
    transition: all .3s;

    box-sizing: border-box;

    padding: 3px 3px 3px 18px !important;
}

@media (max-width: 768px) {
  .elementor-button {
    font-size: 11px!important;
  }
}

.elementor-button:hover,
.elementor-button.active {
    background: red!important;
    color: white!important;
    border-color: white!important;
}

.elementor-button .elementor-button-content-wrapper {
    gap: 13px;

    flex-direction: row-reverse;

    display: flex;
    justify-content: center;
}

.elementor-button-icon {
    align-items: center;
    display: flex;
    background: red;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    padding-top: 1px;
    padding-left: 12px;
    transition: all 0.5s;
}

.elementor-button:hover .elementor-button-icon,
.elementor-button.active .elementor-button-icon {
    background: black;
    transform: rotate(-45deg);
}

.elementor-button-icon .e-font-icon-svg {
    height: 0.6em!important;
    width: auto !important;
}

.elementor-button-text {
    display: block !important;
    align-content: center;
}

.elementor-button-icon svg {
    width: auto!important;
}

.casestudycategories {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.casestudycategories li {
    padding-right: 3.5%;
    white-space: nowrap;
    margin-bottom: 2%;
    list-style-type: none;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between!important;
    padding: 30px 30px 30px 0!important;
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-header::before {
    counter-increment: accordionitems;
    content: "0" counter(accordionitems) ":";
    padding-right: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    color: #B4B4B4;
}

@media (min-width: 769px) {
    .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-header::before {
        font-size: 30px;
    }
}


.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-header::before {
    color: red;
}

.privacytable {
	color: white;
	width: 100%;
	text-align: start;
}

.privacytable th {
	width: 33.33%;
	font-family: var( --e-global-typography-754c3ec-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-754c3ec-font-weight );
	line-height: 1.3;
	font-size: 25px;
	text-align: start;	
}

.privacytable td {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
	line-height: 1.6;
	font-size: 16px;
}
/*
@media (max-width: 480px) {
	.home .elementor .elementor-background-video-hosted {
		object-fit: contain;
	}
}
*/
@media (max-width: 768px) {
  .elementor-page .elementor-2749 .elementor-element {
    --container-widget-width: 98%!important;
    --container-widget-flex-grow: 0!important;
    width: var( --container-widget-width, 98% )!important;
    max-width: 98%!important;
  }
}

