/*
Theme Name: Byrne Child
Theme URI: https://diviextended.com/
Author: Elicus Technologies
Author URI: https://elicus.com
Template: byrne
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Apply basic styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Header Styles */
.header {
    background-color: #333;
    color: #fff;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    font-size: 24px;
    margin: 10px 0;
}

.nav-menu {
    list-style: none;
}

.nav-link {
    text-decoration: none;
    color: #fff;
    margin-right: 20px;
}

/* Hero Section Styles */
/* Hero Section Styles */
.hero {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 100px 0;
    min-width: 100%;
    height: 680px;
    overflow: hidden; /* Hide overflowing video */
    margin-bottom: 0px;
}

/* Curved divider using ::after */
.hero::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px; /* Adjust height to control the curve size */
    background: white; /* This should match the background of the next section */
    clip-path: ellipse(70% 100% at 50% 100%);
    z-index: 1;
}

/* Background Video Styles */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure video covers the entire section */
    z-index: -1; /* Place video behind other content */
}


.hero-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
}

.cta-button, .wpcf7-submit {
    display: inline-block;
    padding: 15px 30px;
    background-color: #e74c3c;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
		border:0;
}
input[type="text"].wpcf7-form-control {
	width:100%;
	display:block;
	font-size:19px;
	padding-left:0px;
	padding-right:0px;
	border-width: 0px 0px 2px 0px;
	background:transparent;
	color:#4e4e4e;
	border-color:#dbdbdb;	
	margin-bottom:25px;
}
input[type="email"].wpcf7-form-control {
	width:100%;
	display:block;
	font-size:19px;
	padding-left:0px;
	padding-right:0px;
	border-width: 0px 0px 2px 0px;
	background:transparent;
	color:#4e4e4e;
	border-color:#dbdbdb;
	margin-bottom:25px;
}
textarea {
	width:100%;
	display:block;
	font-size:19px;
	padding-left:0px;
	padding-right:0px;
	border-width: 0px 0px 2px 0px;
	background:transparent;
	color:#4e4e4e;
	border-color:#dbdbdb;
	margin-bottom:25px;
}
/* News Section Styles */
.news {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.section-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.news-article {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.article-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.article-date {
    font-size: 14px;
    color: #777;
}

.article-content {
    font-size: 16px;
    margin-bottom: 10px;
}

.read-more-link {
    text-decoration: none;
    color: #e74c3c;
    font-weight: bold;
}

/* Products Section Styles */
div.weightlifting-belt {
	margin-top:0px;
	border-top: 0px solid #ef8c22
}

.products {
    padding: 50px 0;
}

.product {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.product img {
    max-width: 100%;
}

.product-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-price {
    font-size: 18px;
    color: #e74c3c;
}

.buy-now-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e74c3c;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.page-id-3682 .wp-site-blocks {
	padding-left:0;
	padding-right:0;
}
h3 {
	font-size:1.17em;
	margin-top: 0px;
  margin-bottom: 0.5em;
}
.rltdpstsplgn-latest-posts .entry-meta, .rltdpstsplgn-popular-posts .entry-meta, .rltdpstsplgn-related-posts .entry-meta {
	font-size:0.8em
}

.entry-content img {
	border-radius: 15px;
}
div.highlighted article {
	display:block;
	float:left;
	width:45%;
	margin-left:30px;
	margin-bottom:40px;
}
div.highlighted p {
	display:inline-block;
	font-size:1em;
}
div.highlighted .entry-meta {
	display:none
}
div.highlighted .entry-content img {
	border-radius: 10px;
	height:400px;
	width:auto;
}

h2.wp-block-heading {
	font-size: 1.7em;
	margin-top: 1.5em;
  margin-bottom: 0.8em;
}

h3.rank-math-question, h3.wp-block-heading {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}
.rltdpstsplgn_posts_title a {
	text-decoration:none;
}
.entry-content p {
	font-size:0.8em
}
h3.rltdpstsplgn_posts_title {
	font-family: 'Black Han Sans', sans-serif;
	font-weight:100px;
}
h1.wp-block-post-title {
font-family: 'Black Han Sans', sans-serif;
font-weight:100px;
	margin-bottom:20px;
}
h4.rltdpstsplgn-latest-title {
  position:relative;
  left:0.5em;
	font-size: 2.1em;
  font-weight: 300;
	max-width:200px;
	font-family: 'Black Han Sans', sans-serif;
}
h4.rltdpstsplgn-latest-title:before{
  content:"";
  z-index:1;
  left:-0.5em;
  top:-0.1em;
  border-width:4px;
  border-style:solid;
  border-color:#ef8c22;
  position:absolute;
  border-right-color:transparent;
  width:100%;
  height:1em;
  transform:rotate(2deg);
  opacity:0.7;
  border-radius:50%;
  padding:0.1em 0.25em;
}
h4.rltdpstsplgn-latest-title:after{
  content:"";
  z-index:1;
  left:-0.5em;
  top:0.1em;
  padding:0.1em 0.25em;
  border-width:2px;
  border-style:solid;
  border-color:#ef8c22;
  border-left-color:transparent;
  border-top-color:transparent;
  position:absolute;
  width:100%;
  height:1em;
  transform:rotate(-1deg);
  opacity:0.7;
  border-radius:50%;
}
section.news {
	border-right:2px solid #ef8c22;
}
div.site-words-stack-small  {
	display: none;
}
img.custom-logo {
	width:250px
}
.page-id-3682 h1.wp-block-post-title {
	display:none;
}
h3.rltdpstsplgn_posts_title a {
	color: #444444;
}
.single-post div.entry-content {
	max-width:80%;
	display:block;
	margin:auto;
}
.single-post h2, .single-post h3, .single-post h1 {
	color:#333333;
	font-weight:100px;			
}
.single-post p {
	    font-family: arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 	1rem!important;
}
@media (max-width: 480px) {
		div.highlight-header-wrap img {
		width:250px !important;
		height:auto !important;
}
	
.page-id-3682 div.container {
	width:100% !important;	
}
	img.custom-logo {
		width:160px;
	}
	div.highlighted article {
	width:100%;
	margin:0px;
	margin-bottom:30px;
}
	div.highlighted .entry-content img {
		width:auto;
		height:150px;
}
	div.highlight-header-wrap {
		display:inline-block;
	}
div.highlight-header-wrap img.wp-post-image {
	height:500px;
	width: auto;
	margin:auto;
	display:block;
	
}
	div.highlight-header-wrap h3 {
		display:inline-block;
		margin:auto;
	}	
.page-id-4812 input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e74c3c;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
}		
}
.page-id-3682 .entry-content img {
	width:120px;
	height: auto;
	float:left;
	border-radius:15px;
	padding: 5px 5px 5px 0;
}
.entry-meta {
	font-size: 0.8em;
	color: gray
}


/* Ocultar créditos de Heroku o similares */
a[data-type^="footer-credit"] {
    display: none;
}


div.wp-block-spacer {
	height:10px !important;
}
.is-fallback.blockbase-responsive-navigation-linear.wp-block-navigation.is-horizontal.is-content-justification-right.is-layout-flex.wp-container-4.wp-block-navigation-is-layout-flex {
	margin-right:15px;
}
li.wp-block-navigation-item {
	margin-right:15px;
}



@media (min-width:1025px) {
	.woocommerce div.product {
    width: 700px;
    display: inline-block;
}	
	div.highlight-header-wrap {
		display:inline-block;
	}
div.highlight-header-wrap img.wp-post-image {
	height:350px;
	width: auto;
	margin:auto;
	display:block;
	
}
	div.highlight-header-wrap h3 {
		display:inline-block;
		margin:auto;
	}	
}
div.highlighted {
	text-align:center;
	display: inline-block;
}
div.weightlifting-belt {
	background-color:white;
	display:inline-block;
	width:100%;
	margin-bottom:100px;
	padding:20px;
	text-align:center;
	
}
div.weightlifting-belt h2 {
 color:#444;
}
div.product {
	width:300px;
	margin:auto;
}
div.wods {
	background-color: #333333;
	color: white;
	border-radius:5px;
	padding: 20px;
	
}
div.wods p {
	font-size: 15px
}
div.wods a {
	width:100%;
	display:block;
	height:auto;
}

.page-id-3682 .wods .entry-content img {
	width:100%;
	height:auto;
	margin-bottom:20px;
	display:block;
}	
div.wods h3.rltdpstsplgn_posts_title a {
	color:white;
}
div.wods .entry-meta {
	display:none;
	
}
div.container.weightlifting-belt img {
	display:block;
	height:auto;
	width:400px;
	margin-bottom:20px;
}
.wods img {
	width:58000px;
	height: auto;
	display:block;
	float:right;
	
}
.page-id-4812 input::placeholder{
	font-family: 'Black Han Sans', sans-serif;
}
.page-id-4812 textarea::placeholder {
	font-family: 'Black Han Sans', sans-serif;
}
.contact-form {
	margin-top:40px
}
.page-id-4812 input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e74c3c;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
}	
.woocommerce-page h3 a {
		font-family: 'Black Han Sans', sans-serif;
	color: #E1492C;
	text-decoration:none;
}
.woocommerce-page ul {
	margin-bottom:100px;
}
.wp-block-woocommerce-product-image-gallery {
	width:100;
	display:block;
	
}
.woocommerce .wp-container-10.wp-container-10 {
	display:block;
}
.elementor-3682 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.reviews-container {
    overflow:auto;
		align-items: center;	
	}
}
.reviews-container {
	display: flex !important;
}
div.rltdpstsplgn_posts_title {
	margin-top:40px;
}
div.rltdpstsplgn_posts_title h2, h3 {
	font-family: 'Black Han Sans', sans-serif !important;
	font-weight:100px;
	color: #444444 !important;
	font-size: 2.1em !important;
	text-align:center;
}
#join-our-community {
}
#join-our-community img {
	width:500px;
	height:auto;
	border-radius:3px !important;
}
h1, h2 {
	font-family: 'Black Han Sans', sans-serif !important;
}
h1 {
	font-size: 4.7em !important;
}
@media (max-width: 480px) {
	h1 {
		font-size: 2.9em !important;
	}
	h3 {
		font-size: 1.5em !important;
	}
}	
h2 {
	font-size: 2.1em !important;
}
h3 {
	 font-size: 1.8em !important
}
#visit-our-blog img {
	width:100% !important;
	height:auto;
}
#visit-our-blog a {
	width:100% !important;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.loox-carousel-card-item-image {
    padding-bottom: 72%;
}

.loox-carousel-card-item-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.loox-v2-carousel-app, .loox-v2-carousel-app * {
    box-sizing: border-box;
}
.loox-v2-carousel-app, .loox-v2-carousel-app * {
    box-sizing: border-box;
}
.loox-carousel-card-item-rating-holder
 {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .06), 0 4px 20px rgba(0, 0, 0, .08);
    font-size: 22px;
    margin: -23px auto 0;
    padding: 12px 16px;
    position: relative;
    width: -moz-min-content;
    width: min-content;
    z-index: 3;
}
.loox-carousel-card-item-image .swiper-lazy
 {
    display: block;
    height: 100% !important;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: transform .3s ease-in-out, opacity .2s ease-in-out;
    width: 100% !important;
    z-index: 1;
}
.swiper-slide {
    padding: 16px 8px;
    width: 261px;
    display: flex;
}
.loox-v2-carousel-app, .loox-v2-carousel-app * {
    box-sizing: border-box;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}
.loox-slide-shadow-offset-dark
 {
    box-shadow: 0 7px 12px -4px rgba(0, 0, 0, .22);
}
.loox-carousel-card-item-body {
    margin-top: 21px;
    padding: 0 16px 16px;
}

.loox-v2-carousel-app, .loox-v2-carousel-app * {
    box-sizing: border-box;
}
.loox-carousel-card-item
 {
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transform: translateY(0);
    transition: transform .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.loox-v2-carousel-app, .loox-v2-carousel-app * {
    box-sizing: border-box;
}
.loox-v2-carousel-app, .loox-v2-carousel-app * {
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}
.loox-review-rating {
    align-items: center;
    display: flex;
    justify-content: center;
}
.loox-carousel-card-item-content {
    -webkit-line-clamp
: 5;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    height: 120px !important;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}
.loox-carousel-card-item-author-name {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 30px;
    margin-bottom: 8px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}.loox-carousel-card-item-author-name {
    align-items: center;
    color: #000;
    display: flex
;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 30px;
    margin-bottom: 8px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.swiper-slide {
  float:left;
  margin:1px;
    width: 261px;

}
    @media only screen and (min-width : 320px) {
        .swiper-slide {
            width: 100%;
        }    
    }
    @media only screen and (min-width : 992px) {
        .swiper-slide {
            width: 261px;
        }   
    }
#product-reviews {
	align-content:center;
	align-items:center;
}