}
.mobile-menu-trigger {
- color: #1D7AEA;
+ color: #1a0707;
position: fixed;
width: 30px;
height: 30px;
}
}
+.header-slideshow .header-slideshow-content:before {
+ content: none;
+}
+
@media only screen and (min-width: 1920px) {
.header-slideshow .header-slideshow-content {
font-size: 42px;
@media only screen and (max-width: 999px) {
.header-slideshow .header-slideshow-content {
- bottom: 4em;
+ top: initial;
+ bottom: 0;
+ padding: 1.75em 1em 3.75em 5em;
+ width: 100%;
+ height: auto;
}
}
@media only screen and (max-width: 599px) {
.header-slideshow .header-slideshow-content {
font-size: 3.75vw;
- padding: 0.75em 1em;
+ padding-right: 3em;
}
}
-.header-slideshow .header-slideshow-content:before {
+.header-slideshow-content:before {
content: none;
}
-.elementor-editor-active .header-slideshow .header-slideshow-content,
-.elementor-editor-preview .header-slideshow .header-slideshow-content {
+.elementor-editor-active .header-slideshow-content,
+.elementor-editor-preview .header-slideshow-content {
visibility: visible;
}
position: relative;
}
-@media only screen and (max-width: 599px) {
- .header-slideshow-title {
- padding-left: 20px;
- }
-}
-
.header-slideshow-title:before {
content: '';
top: 0.5em;
background-color: #FFBF29;
}
-@media only screen and (max-width: 1199px) {
+@media only screen and (max-width: 999px) {
.header-slideshow-title:before {
- height: 4px;
+ left: -11px;
+ width: 1.5em;
}
}
-@media only screen and (max-width: 899px) {
+@media only screen and (max-width: 1199px) {
.header-slideshow-title:before {
- height: 3px;
+ height: 4px;
}
}
-@media only screen and (max-width: 599px) {
+@media only screen and (max-width: 899px) {
.header-slideshow-title:before {
- width: 1em;
- left: 0;
- transform: none;
+ height: 3px;
}
}
gap: 17px;
}
+@media only screen and (max-width: 999px) {
+ .header-slideshow-buttons {
+ margin-top: 20px;
+ gap: 9px;
+ }
+}
+
+.header-slideshow-buttons a,
.header-slideshow-buttons .btn {
padding: 1em 1.8em;
}
+@media only screen and (max-width: 999px) {
+ .header-slideshow-buttons a,
+ .header-slideshow-buttons .btn {
+ font-size: 0.6rem;
+ }
+}
+
+.header-slideshow-buttons a img,
.header-slideshow-buttons .btn img {
margin-right: 0.9rem;
}
-@media only screen and (max-width: 1199px) {
- .header-slideshow-buttons {
- margin-top: 37px;
+@media only screen and (max-width: 999px) {
+ .header-slideshow-buttons a img,
+ .header-slideshow-buttons .btn img {
+ width: 20px;
}
}