/*!
Theme Name: Social Life Magazine 2025
Theme URI: https://them.es/starter
Author: Logic Web Media
Author URI: https://them.es/
Description: 
Version: 2.4.2
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: quality-review-services
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/******* Global **********/
body{font-family: "Newsreader", serif;font-weight: 400;color:#000;}

h1,h2,h3,h4,h5{font-family: "Newsreader", serif;font-weight: 500;color:#000}

h4{font-weight: 700;}
.upper{text-transform: uppercase;}
.blue{color:#2367a9;}
.dark-blue{color:#0a335c;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#f5884c;}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: .9rem 3em;
font-size: .9rem;
line-height: 1.5;
border-radius: 0;
letter-spacing: 1px;
}

.btn-info, .btn-default{color:#fff; background-color: #000; border-color: #000;text-transform: uppercase;font-weight: 400;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
.btn-info.focus,.btn-info:focus,.btn-info:hover, .btn-default.focus,.btn-default:focus,.btn-default:hover{color:#fff; background-color: #1e1e1e; border-color: #1e1e1e;text-decoration: none;}
.btn.btn-info:active {
  background-color: #000 !important;
}
.btn.btn-info:focus {
  box-shadow: none !important;
  outline: none !important;
}

h2.title-detail, h3.title-detail, h4.title-detail{
display: grid;
grid-template-columns: 50px max-content 50px;
grid-template-rows: 20px 0;
grid-gap: 20px;
align-items: center;
justify-content: center;
}

h2.title-detail:after, h3.title-detail:after, h4.title-detail:after{
content: " ";
display: block;
height:5px;
background: rgb(35,103,169);
background: linear-gradient(90deg, rgba(35,103,169,1) 0%, rgba(255,255,255,0) 100%);
}

h2.title-detail:before, h3.title-detail:before, h4.title-detail:before {
content: " ";
display: block;
height:5px;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(35,103,169,1) 100%);
}

input:focus, textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #eee;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
}



/******* Header **********/

.search-form {
  border-bottom: 1px solid #2e2e2e;
  padding: 4px;
}
.search-form .search-field {
  border: none;
  padding: 8px 10px;
}
.search-form .search-submit {
  border: none;
  padding: 8px 13px;
  background-color: transparent;
}
.search-form .search-submit i {

}
nav#header {
border-top: 2px solid #2e2e2e;
 
}

.site-header .navbar-brand {
  margin: 0;
}
.site-header .navbar-brand img {
  height: 110px;
}
nav#header.navbar.fixed-top{
	padding:0px 0px;
}

@media only screen and (min-width: 992px) {
.dropdown:hover>.dropdown-menu {
  display: block;
}    
}

nav#header.navbar-expand-lg .navbar-nav .nav-link{
padding: 0.7rem 1.4rem;
}

a.nav-link.btn.btn-info{
margin-top: 15px;
color: #fff;
margin-left: 10px;
font-size: .74rem;
padding: .75rem 1.75rem;
}

.nav-link {
  color: #000;
  font-style: italic;
  font-weight: 400;
}
.nav-link:hover {
color: #e9bd37;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  border-top: 2px solid #e9bd37;
}
.dropdown-menu {
padding: 0px;
margin: 0px;
color: #000;
border: none;
border-radius: 0px;
}
.dropdown-item {
display: block;
width: 100%;
padding: .75rem 1.5rem;
clear: both;
font-weight: 400;
color: #000;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-bottom: 1px solid #eee;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: #000;
}
.social-icons .social-icon:hover, .social-icons .social-icon {
  color: #000 !important;
}

footer .social-icons .social-icon:hover, footer .social-icons .social-icon {
  color: #fff !important;
}

.bg-black {background-color: #000000;}
h1.small, h2.small {
  font-size: 20px;
  border-bottom: 2px solid #000;
  font-weight: 500;
  padding-bottom: 2px;
}
h3.small {
  font-size: 18px;
  border-bottom: 2px solid #000;
  font-weight: 500;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.object-cover {
  object-fit: cover;
  object-position: center;
}

/******* Carousel **********/

#carouselExampleCaptions{
margin-top: 130px;
}

.carousel-caption h2{color:#fff;font-size: 40px;}
.carousel-caption p{font-size: 18px;
margin: 18px 0px;}

.carousel-caption{position:absolute;right:25%;top: 35px;left:25%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}



/******* HOME  **********/

.article-item {
    margin-bottom: 15px;
}
.article-image {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #f0f0f0;
    margin-bottom: 15px;
}
.large-item .article-image {
    height: 433px;
}
.small-item .article-image {
    height: 191px;
    background-position: center top;
}
.article-category {
    font-size: 11px;
	font-style: italic;
    margin-bottom: 0px;
}
.article-category a, .article-date a {
  color: #000;
}
.article-date {
    font-size: 14px;
    margin-bottom: 0px;
}
.article-author {
    font-size: 12px;
    margin-top: 0px;
}
.article-author a {
    color: #777;
    text-transform: capitalize;
}
.article-category a:hover, .article-author a:hover, .article-date a:hover {
  color: #e9bd37;
  text-decoration: none;
}
.featured-large {
    padding-right: 15px;
}
.article-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.large-title a {
    color: #000;
	font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}
.article-excerpt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}
.articles-small-grid {
    padding-left: 15px;
}
.small-title a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    text-decoration: none;
    display: block;
    margin-bottom: 0;
}
.articles-small-grid .row {
    margin: 0 -15px;
}
.articles-small-grid .grid-col-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
}
.article-title a:hover {
    color: #e9bd37;
	text-decoration: none;
}
.articles-small-grid .article-item {
    display: flex;
    flex-direction: column;
}

.archive-list-text p {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    color: #000;
}

.archive-list-text a {
    color: inherit;
    text-decoration: none;
    display: inline;
}

.archive-list-text a:hover {
    text-decoration: none;
	color: #e9bd37;
}
.archive .small-title a {
  font-size: 18px;
}
.pagination {
  justify-content: center;
  margin-top: 15px;
}
.pagination .page-numbers {
  padding: 10px 15px;
  border: 1px solid #000;
  color: #000;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: #e9bd37;
  border-color: #e9bd37;
  text-decoration: none;
}


/******* SUB PAGES  **********/

.single-post .entry-header {
  border-top: 1px solid #2e2e2e;
}
.single-post .entry-header .post-thumbnail img {
  width: 50%;
}
.single-post .post-categories {
  color: #fff;
}
.single-post .post-categories a {
  color: #fff;
  font-style: italic;
}
.single-post .post-categories a:hover {
  color: #e9bd37;
  text-decoration: none;
}
.single-post .entry-meta {
  font-size: 18px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
}
.single-post .entry-meta a {
  color: #fff;
}
.single-post .entry-meta a:hover {
  color: #e9bd37;
  text-decoration: none;
}
.single-post .entry-meta .by-author {
  margin-bottom: 5px;
}
.single-post .entry-meta .entry-date {
  color: #fff;
}
.single-post .recent-post-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.author-bio-box p.small {
  font-size: 9px;
}
.author-bio-box .author-name a {
  color: #000;
}
.author-bio-box .author-name a:hover {
  color: #e9bd37;
  text-decoration: none;
}
#sidebar .categories li.cat-item {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 5px;
}
#sidebar .categories li.cat-item a {
  color: #000;
}
#sidebar .categories li.cat-item a:hover {
  color: #e9bd37;
  text-decoration: none;
}
.single-post .entry-content .post-content p, .single-post .entry-content .post-content li {
  font-size: 20px;
}
.single-post .entry-content .post-content a {
  color: #000;
  text-decoration: underline;
}
.single-post .entry-content .post-content a:hover {
  color: #e9bd37;
  text-decoration: none;
}
.single-post .entry-content .post-content figure {
  width: 100% !important;
}
.single-post .entry-content .post-content img {
  width: 100%;
  height: auto;
}

a.anchor {
  color: #000;
  text-decoration: underline;
}
a.anchor:hover {
  color: #e9bd37;
  text-decoration: none;
}

.conWrap a.anchor {
  text-decoration: none;
}
.conIcon {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conIcon i {
  font-size: 18px;
}

.chart-container {
    max-width: 100%;
    /* max-height: 400px; Remove if you want to control height via padding-top for aspect ratio */
    position: relative;
    margin-bottom: 30px;
}
.chart-legend ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chart-legend li {
    display: flex;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}
.chart-legend li span {
    display: inline-block;
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 3px;
}

.single-post .entry-content .post-content figure.gallery-item{
	width: 50% !important;
display: inline-block;
}

.single-post .entry-content .post-content figure.gallery-item img {
width: 90%;
height: auto;
}

/******* FOOTER  **********/

#footer{
	background-color:#000;
	color:#fff;
}

#footer nav{
	margin-top: 10px;
margin-bottom: 1rem;
	background-color: transparent;
}

#footer nav .menu-item{padding: 0px 15px;}

#footer .menu-item a[aria-current=page]{color:#e9bd37}

#footer a {
		color:#fff;
	text-decoration: none;
}
#footer a:hover {
	color:#e9bd37 !important;
}

.footer-subscribe-form {
    max-width: 470px;
    margin: 0 auto;
}
.footer-subscribe-form form {
    display: flex;
	border: 1px solid #2e2e2e;
}
.footer-subscribe-form input[type="email"] {
  flex-grow: 1;
  background: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  outline: none;
}
.footer-subscribe-form input[type="email"]::placeholder {
    color: #888;
}
.footer-subscribe-form button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 18px;
    font-size: 18px;
    transition: color 0.2s;
}
.footer-subscribe-form button:hover {
    color: #aaa;
}
.foot-logo {
  filter: invert(1);
  width: 200px;
}
.copyright-bar {
  border-top: 1px solid #2e2e2e;
}



/* Responsive */

@media only screen and (max-width: 1200px) {
nav#header {
  padding: 8px 0px;border-top:none;
}
.container {
  max-width: 100% !important;
}
.archive-list-text p {
  font-size: 35px;
}
}


@media only screen and (max-width: 991px) {
.navbar-toggler:not(.collapsed) .fa-light.fa-xmark.d-none{display: block!important;}
.navbar-toggler:not(.collapsed) .fa-light.fa-bars.d-block{display: none!important;}
.navbar-toggler-icon i {
  color: #000;
}
nav#header .container {
  justify-content: center;
}
.site-header .navbar-brand img {
  height: 52px;
}
#navbar .navbar-nav {
  text-align: center;
}
.navbar-nav .dropdown-menu {
  text-align: center;
}
.small-item .article-image {
  height: 240px;
}
.single-post h1.entry-title {
  font-size: 32px;
}
}


@media only screen and (max-width: 767px) {
.archive-list-text p {
  font-size: 28px;
}
.single-post h1.entry-title {
  font-size: 28px;
}
.single-post .entry-meta {
  margin-top: 25px;
}
}


@media only screen and (max-width: 479px) {
.top-bar .container {
  flex-direction: column;
}
.top-bar .social-icons {
  margin-bottom: 15px;
}
.large-item .article-image {
  height: 252px;
}
.small-item .article-image {
  height: 252px;
}
.article-item {
  margin-bottom: 30px;
}
.article-item.small-item .article-author {
  margin-bottom: 0;
}
.archive-list-text p {
  font-size: 24px;
}
.top-bar .search-wrap {
  width: 100%;
}
.search-form {
  display: flex;
  gap: 5px;
}
.search-form .search-field {
  width: 100%;
}
body h2 {
  font-size: 28px;
}
.pagination .page-numbers {
  display: inline-block;
  margin-bottom: 10px;
}
.pagination .nav-links {
  text-align: center;
}
.single-post h1.entry-title {
  font-size: 25px;
}
.single-post .entry-content .post-content figure {
  width: 100% !important;
}
.single-post .entry-content .post-content p, .single-post .entry-content .post-content li {
  font-size: 18px;
}
}