@charset "UTF-8";
@import url("/wp-content/themes/x-child/fonts.css");
/* 

			RED E
			TECHNOLOGY
			BABY!
*/

/* GLOBAL */

/* HEADER */
.x-brand {
    margin-top: 6px !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    color: rgb(255,255,255) !important;
}
a.x-brand:hover {
    color: #d9d9d9 !important;
}
span.dot {
    font-size: 60px;
    position: relative;
    top: 8px;
    padding: 0 2px;
}
@media screen and (max-width: 600px) {
	.x-brand {
		margin-top: 11px 0 0 1px !important;
		font-size: 36px !important;
		font-weight: 400;
		letter-spacing: -0.035em;
	}
	span.dot {
		font-size: 54px;
		position: relative;
		top: 8px;
		padding: 0 2px;
	}
}
@media screen and (max-width: 500px) {
	.x-brand {
		margin: 16px 0 0 4px !important;
		font-size: 24px !important;
		font-weight: 400;
		letter-spacing: -0.035em;
	}
	span.dot {
		font-size: 39px;
        position: relative;
        top: 6px;
        padding: 0 2px;
	}
}

a.x-brand:hover {
    color: #d9d9d9;
}
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: initial !important;
}
header.entry-header {
    display: none !important;
}
.entry-wrap {
    padding: 0 !important;
    background-color: #000000 !important;
    border-radius: initial !important;
    box-shadow: initial !important;
}


/* MOBILE NAV */
.x-navbar .mobile a {
    font-size: 2em !important;
    padding: 1em 0 0 1em !important;
}

/* FOOTER */
div#same-page {
    font-size: 3em;
    font-weight: 100;
    margin: 0 0 1em 0;
    line-height: 1em;
}
div#block-9 {
	margin: 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 28px;
}
ul.wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex {
    margin-top: 2em;
}
.x-colophon.bottom .x-nav li a {
    text-transform: lowercase !important;
    color: #ffffff;
    font-size: 1.8em;
    margin: 0 4px 3em 4px;
}
.x-colophon+.x-colophon {
    border-top: 1px solid black;
    border-top: initial !important;
    box-shadow: initial !important;
}
img.wp-image-96 {
    max-width: 183px;
    margin-top: 5px;
}
img.wp-image-21 {
    margin-top: 17px;
}


/* STRONG TESTIMONIALS */
.wpmtst-testimonial-content.testimonial-content {
    font-size: 2.5em;
}
.wpmtst-testimonial-field.testimonial-field {
    font-size: 2.5em;
}
.strong-view.wpmtst-default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
    border: initial !important;
}
.wpmtst-testimonial-field.testimonial-field.testimonial-name {
    line-height: 3px !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    -webkit-mask: url('../../uploads/chevron-thin-left.svg') center center no-repeat !important;
    mask: url('../../uploads/chevron-thin-left.svg') center center no-repeat !important;
    position: relative !important;
    left: -64px !important;
    width: 40px !important;
    height: 40px !important;
    top: 3px !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    -webkit-mask: url('../../uploads/chevron-thin-left.svg') center center no-repeat !important;
    mask: url('../../uploads/chevron-thin-left.svg') center center no-repeat !important;
    position: relative !important;
    left: 47px !important;
    width: 40px !important;
    height: 40px !important;
    top: 3px !important;
    transform: rotate(180deg) !important;
    display: inline-block; /* ensure rotation applies */
}
