f/*
Theme Name: WhomSoEver
Theme URI: http://radiustheme.com/
Template: blogxer
Author: Priyanka
Author URI: https://cancrisoft.com/
Version: 1.0
---------------------------------------------------------------------------------
Revision History
---------------------------------------------------------------------------------
Version		   Modified By				  Date(MM-DD-YYYY)   	Description
---------------------------------------------------------------------------------
1.0	    <Priyanka>				<17-10-2025>	    Initial Build
---------------------------------------------------------------------------------


/**
 * CONTENTS
 *
 * SETTINGS
 * Global.............. Globally-available variables and config.
 * Headings............ H1–H6 styles.
 * Links............... Link option throughout the site
 * Buttons............. Button settings of the website
 *
 * HEADER SETTINGS
 * Top bar........ Top bar section.
 * Navigation..... Better navigation of the website.
 *
 * CONTENT SETTINGS
 * Form............................... Web forms of the website.
 * Specific features and objects...... object and features of elements
 * Specific pages..................... Elements for specific pages and objects
 *
 * FOOTER SETTINGS
 * Footer links........... The main page footer.
 * Footer-text............ The main page footer texts.
 * 
 * MEDIA QUERIES
 * Media queries........... The Media Query
 */

/*------------------------------------*\
  #GLOBAL SETTINGS
\*------------------------------------*/
	/*------------------------------------*\
	 #TEXT
	\*------------------------------------*/
	/*------------------------------------*\
	 #HEADING TAGS
	\*------------------------------------*/
	/*------------------------------------*\
	 #LINKS
	\*------------------------------------*/
	/*------------------------------------*\
	 #BUTTONS
	\*------------------------------------*/


/*------------------------------------*\
  #HEADER SETTINGS
\*------------------------------------*/
	/*------------------------------------*\
	 #TOP BAR
	\*------------------------------------*/
	/*------------------------------------*\
	 #NAVIGATION
	\*------------------------------------*/	

.masthead-container.header-controll .row{
	align-items: center;
}

.site-header .site-branding a img {
    padding: 8px 0 8px;
    max-height: 150px;
}
.additional-menu-area .sidenav .additional-logo img {
    max-height: none;
}
.site-header .rt-sticky-menu .site-branding a img {
	max-height: 100px;
}

.site-header .rt-sticky-menu .main-navigation nav ul li a {

    padding: 30px 10px;
   
    font-size: 15px !important;
	
}

.fixed-header ul> li > a {
    font-size: 18px;
    color: #111111;
    padding: 5px;
    font-weight: 500;
    -webkit-transition: all 0.3s 
ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s 
ease-out;
}
.fixed-header  ul > li {
    margin-bottom: 20px;
    position: relative;
}
.fixed-header  .elementor-element ul , .fixed-header  .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.fixed-header .footer-about {
    font-size: 15px;
    color: #757575;
    margin-bottom: 14px;
	text-align:center
}
.fixed-header .rt-about-widget ul li a {
    background-color: transparent;
    color: #111111;
    font-size: 16px;
    width: inherit;
    height: inherit;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s 
ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s 
ease-out;
}
.fixed-header .rt-about-widget ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
/*------------------------------------*\
  #CONTENT SETTINGS
\*------------------------------------*/
	/*------------------------------------*\
	  #FORM
	\*------------------------------------*/
	/*------------------------------------*\
	 #SPECIFIC FEATURE AND OBJECTS
	\*------------------------------------*/
.fixed-sidebar-left.fixed-inner-div  .theiaStickySidebar .elementor-widget-wrap  {
	 width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
}	



/*------------------------------------*\
#SPECIFIC PAGES 
\*------------------------------------*/
	/*------------------------------------*\
	#HOME
	\*------------------------------------*/
	/*------------------------------------*\
	#(PAGE)
	\*------------------------------------*/
.single-post .rt-single-content p {
    margin-bottom: 10px;
}
.category  .blog-box , .tag  .blog-box{
	    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.category  .blog-layout-1 .entry-content , .tag  .blog-layout-1 .entry-content {
    padding: 30px 30px 30px 30px;
    position: relative;
    text-align: left;
}

.single_author{
	    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.single_author img{
	width:300px
}
.post_grid  .post-grid-style2 .rtin-content {
    background: #ffffff;
    padding: 22px 20px 15px;
}

.post_grid .rt-grid-item:nth-child(odd) {
    left: 0% !important;
}
.post_grid .rt-grid-item:nth-child(even) {
    left: 50% !important;
}
.post_grid .rt-grid-item{
	margin-top:20px
}
.post_grid h3{
	min-height:62px;
}
.mr20{
	 margin-left: 20%;
}
.fixed-header{
	 height: 900px;
  position: fixed;
  left: 0;
  top: 0; /* adjust if you have a header */

}

.fixed-bar-coloum-menu .elementor-widget{
	margin-bottom:0px
}

.fixed-header .gtranslate_wrapper{
	display: flex;
    justify-content: center;
}
	/*------------------------------------*\
	#(PAGE)
	\*------------------------------------*/
.about_me *{
	 position: relative;
  z-index: 2;
}
.about_me::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* semi-transparent black overlay */
  z-index: 1;
}
.about_me p
{
	font-size: 16px;
	line-height:1.3;
	padding:0px 10px;
}
.about_me img{
	padding-top:10px
}
.about_me{
	   
	
 position: absolute;
    right: 0px;
    left: 50px;
    bottom: 50px;
    width: 91%;
}
.entry-banner .entry-banner-content {
	padding: 30px 0 35px;}


/*------------------------------------*\
  #FOOTER SETTINGS
\*------------------------------------*/
	/*------------------------------------*\
	#FOOTER LINKS
	\*------------------------------------*/

.footer-logo img{
	    max-height: none;
    background: #FFF;
    padding: 10px;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    max-width: none;
}
.footer-area .widget_media_image img {

    border-radius: 50%;

}
footer i.fa.fa-heart.faa-pulse.animated {
	color: #fb705d
}


.heartbeat {
  color: red;
  animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

footer .tophead-social{
	display:none
}
.copyright_sec{
	display: flex
;
    justify-content: space-between;
}
.copyright_sec p{
	margin-bottom:0px
}
.footer-bottom-area{
	padding:7px
}
	/*------------------------------------*\
	#FOOTER TEXT
	\*------------------------------------*/


/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/
           /*------------------------------------*\
	 #Extra small devices (Most of the Smartphones Mobiles (Portrait))
	@media only screen and (max-width: 480px) {
	\*------------------------------------*/	
	/*------------------------------------*\
	 #Small devices (Low Resolution Tablets, Mobiles (Landscape))
	 B/w 481px to 767px
	@media (min-width: 481px) and (max-width: 767px){...} 
	\*------------------------------------*/

@media (min-width: 320px) and (max-width: 767px){
	.mr20{
	 margin-left:0
}
	.post_grid .rt-grid-item:nth-child(even) {
    left: 0% !important;
}


    .no-banner .content-area {
        
        padding-bottom: 0px;
    }
    
    .copyright_sec {
    display: block;
}

	.mean-container .mean-bar .logo-small {
    max-height: 120px;
}
	.mean-container a.meanmenu-reveal{
		top:30%
	}
	.about_me {
    position: absolute;
        /* top: 59%; */
        right: 0%;
        left: 30px;
        width: 84%;
        bottom: 0;
}
}
	/*------------------------------------*\
	 #Medium devices (Tablets, Ipads (landscape))
	@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){...} 

	\*------------------------------------*/

@media (min-width: 768px) and (max-width: 1023px) {
	.mr20{
	 margin-left:0
}
	.mean-container .mean-bar .logo-small {
    max-height: 120px;
}
	.mean-container a.meanmenu-reveal{
		top:30%
	}
	.about_me {
    position: absolute;
    top: 80%;
    right: 0%;
    left: 4%;
    width: 92%;
}
	
} 
	/*------------------------------------*\
	 #Large devices (Laptops, Desktops)
	@media (min-width: 1025px) and (max-width: 1280px)  {...} 


	\*------------------------------------*/
	@media (min-width: 1024px) and (max-width: 1180px)  {
	.w100{
width:100%
}	
		.tab_bar .elementor-container.elementor-column-gap-default{
			justify-content: flex-end !important;
		}
		.post_grid .rt-grid-item:nth-child(even) {
    left: 0% !important;
}
		
    .about_me {
        position: absolute;
        top: 66%;
        right: 0%;
        left: 12%;
        width: 87%;
    }
} 

	/*------------------------------------*\
	 #Extra large devices (large laptops and desktops, 1200px and up)
	@media only screen and (min-width: 1281px) {...}
	\*------------------------------------*/

