/*
Theme Name: Energia 2026
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* HEADER */

@media only screen and (max-width: 1024px) {
    #site-logo #site-logo-inner a img {
    height: 4em; } }

@media only screen and (min-width: 1025px) {
    #site-logo #site-logo-inner a img {
    height: 7em; } }

.las.la-bars {
	font-size: 3rem!important;
}

/* Resolve Main Menu Display When Using Boostrap */
#site-navigation-wrap .dropdown-menu {
    display: block;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* COLORS */

.purplebg {
	background: #530499;
}

.amount {
    color: #f4b006!important;
}

/* FONTS */

body {
	font-size: 1.7rem!important;
	font-weight: 300!important;
	font-family: "lato", sans-serif;
	color: #6e6e6e!important;
}

p {
	font-size: 1.7rem!important;
	font-weight: 300!important;
	font-family: "lato", sans-serif;
}

.kohinoor {
	font-family: "kohinoor-bangla", sans-serif;
}	

a {
	text-decoration: none!important;
}

.whitefont {
	color: #fff!important;
}

.purpletext {
	color: #530499!important;
}

.mediumtitle {
	font-size: 3rem!important;
}

@media only screen and (max-width: 1024px) {
    .largetitle {
	font-size: 3rem!important;
	font-weight: 600!important;
	text-transform: uppercase;} }

@media only screen and (min-width: 1025px) {
    .largetitle {
	font-size: 4rem!important;
	font-weight: 600!important;
	text-transform: uppercase;} }

/* BUTTONS */

.whitebtn {
	background: transparent;
	color: #FFF;
	font-size: 1.5rem;
	display: inline-block;
	border-radius: 50px;
	transition: 0.5s;
	padding: .5em 1em;
	border: 2px solid #f4b006;
	font-weight: 600;
}

.whitebtn:hover {
	background: #f4b006;
	color: #FFF;
	border: 2px solid #f4b006;
}

/* BLOG */

.single-post.content-max-width ul.meta {
    display: none!important;
}

/* PRODUCT SLIDER */

.gs_wps_title a {
	text-transform: uppercase!important;
	text-decoration: none!important;
	font-size: 2.5rem!important;
	font-weight: 600!important;
	font-family: "kohinoor-bangla", sans-serif!important;
}

.gs-wc-style-3 .gswps-product-box .gswps-product-details {
    text-align: left!important;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 0px #fff!important;
    box-shadow: inset 0 0 0 0px #fff!important;
}

.gswps-product-box {
	background: #fff;
	border-radius: 20px!important;
}

@media (max-width: 479px) {
    .carousel-navs-pos--center .swiper-nav-buttons .swiper-button-prev {
        left: -6%!important;
    }
}

@media (max-width: 479px) {
    .carousel-navs-pos--center .swiper-nav-buttons .swiper-button-next {
        right: -6%!important;
    }
}

.gswps-short-desc {
	color: #6e6e6e!important;
	font-family: "lato", sans-serif!important;
	font-size: 1.7rem!important;
	font-weight: 300!important;
}

/* WOOCOMMERCE */

.woocommerce ul.products li.product-category.product .woo-entry-inner a .woocommerce-loop-category__title {
	color: #fff!important;
    margin: 0;
    background: #f4b006;
	padding: .5em 1em;
	border-radius: 50px;	
}

.woocommerce ul.products .product {
    padding: 20px!important;
}

mark.count {
	display: none!important;
}

@media (max-width: 468px)
{
    ul.products li.product 
    {
        width: 47.8% !important;
    }
}

/* REVIEWS */

ti-widget.ti-face .ti-header strong {
    font-size: 14px;
    color: #FFF !important;
    height: 20px;
}

/* YOUTUBE */

button.sby_load_btn {
	border-radius: 50px!important;
}
.sby_follow_btn a {
	border-radius: 50px!important;
}


