/*
Theme Name: Blog Movesq
Author: GerenteWeb
Requires at least: 6.9
Requires PHP: 8.0
Version: 1
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
*/

.whatsapp-icon svg{
  width: 38px !important; 
  height: 38px !important;
}

.CSSgal {
	position: relative;
	overflow: hidden;
	height: 600px; /* Or set a fixed height */
}

/* SLIDER */

.CSSgal .slider {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 100%;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .prevNext {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 0;
}

.CSSgal .prevNext > div+div {
	visibility: hidden; /* Hide all but first P/N container */
}

.CSSgal .prevNext a {
	position: absolute;
	width:       60px;
	height:      60px;
	line-height: 60px; /* If you want to place numbers */
	text-align: center;
	opacity: 0.7;
	-webkit-transition: 0.3s;
					transition: 0.3s;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	left: 0;
}
.CSSgal .prevNext a:hover {
	opacity: 1;
}
.CSSgal .prevNext a+a {
	left: auto;
	right: 0;
}

/* NAVIGATION */

.CSSgal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.CSSgal .bullets > a {
	display: inline-block;
	width:       12px;
	height:      12px;
	line-height: 12px;
  border-radius: 50%;
	text-decoration: none;
	text-align: center;
	background: #43414196;
	-webkit-transition: 0.3s;
					transition: 0.3s;
}
.CSSgal .bullets > a+a {
	background: #43414196; /* Dim all but first */
}
.CSSgal .bullets > a:hover {
	background: #434141 !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: #43414196}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: #0054a3;}
#s2:target ~ .bullets >*:nth-child(2) {background: #0054a3;}
#s3:target ~ .bullets >*:nth-child(3) {background: #0054a3;}

#s1:not(:target) ~ #s2:not(:target) ~ #s3:not(:target) ~ .bullets > *:nth-child(1) {
  background: #0054a3;
}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
	color: #fff;	
	text-align: center;
}

.CSSgal .slider h2 {
	color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}

.slide{
  position: relative;
}

.sliderContent {
	position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  padding-bottom: 7.5rem;
}

.slide img{
	height: 100%;
  width: 100%;
  object-fit: cover;
}

.sliderContentButton{
  background-color: #0054a3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 16px;
  display: flex;
  gap: 15px;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  transition: all ease-in-out 200ms;
}

.wp-site-blocks .category-title a{
  font-size: 20px;
}

.sliderContentButton:hover{
  background-color: #00376a;
  color: rgb(255, 255, 255);
}

.category-list{
    list-style: none;
    padding-left: 12px;
}

.header-menu button svg{
  width: 38px;
  height: 38px;
}

.header-menu button.wp-block-navigation__responsive-container-close svg{
  margin-right: 20px;
}

.header-menu .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
  margin-right: 20px;
  gap: 16px;
}

.navbar-phone{
  display: none;
}

@media(max-width: 767px){
  .mobile-no-padding{
    padding: 0 !important;
  }

  .mobile-no-border{
    border: none !important;
  }

  .hide-on-mobile{
    display: none !important;
  }
}

@media (min-width: 768px){
  .footer-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .text-right p{
    text-align: right !important;
  }

  .footer-cta-button{
    justify-content: center !important;
  }

  .footer-cta-text{
    text-align: center;
  }

  .most-read-column{
    gap: 80px !important; 
  }

  .hide-on-desktop{
    display: none !important;
  }

  .side-bar{
    margin-top: 70px;
  }

  .side-bar-column{
    padding-right: 24px !important;
  }

  .navbar-phone{
    display:flex;
    align-items:center;
  }

  .CSSgal {
    height: 420px;
  }

  .CSSgal .slider h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .CSSgal .slider p {
    display: block !important;
    color: #fff;
    font-size: 18px;
    font-family: sans-serif;
    margin-bottom: 30px;
  }

  .sliderContent{
    margin-left: 50%;
    margin-right: 10%;
    justify-content: center;
    text-align: left;
    padding-bottom: 0;
  }

  .sliderContentButton{
    margin: 0;
    font-size: 16px;
  }

  .wp-site-blocks .category-title a{
    font-size: 36px;
  }
}
