/*
Theme Name:     Stratus - Child Theme
Theme URI:      https://demo.themovation.com/stratus/intro/
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */




.container {
	width: calc(100% - 30px);
	max-width: 1520px !important;
}

.sub-head span {
    color: #FFD300 !important;
}
.headhesive--clone.dark-header {
	background-color: #2C5F34 !important;
}
.right-floating{
	float: right;
}
.footer {
	background: #2C5F34;
	color: #ffffff;
	padding: 70px 0 0;
	margin-top: -1px;
}
.footer-area-2, .footer-area-3{
	padding-top: 55px !important;
}
.footer .widget-title {
	border-bottom: 0px;
	font-size: 24px;
	padding-bottom: 0px;
  margin-bottom: 20px;
}
.footer-area-2 .footer .widget {
	margin-bottom: 20px;
}
#form_newsletter-form #field_xfezu_label{
	display:none;
}
#form_newsletter-form #field_xfezu {
	border-radius: 0px;
	background: #fff !important;
	color: #000 !important;
	height: 40px !important;
}
#form_newsletter-form .frm_button_submit {
	margin-top: 0px;
	width: 100%;
	height: 40px !important;
	font-weight: bold;
	letter-spacing: 0px;
	font-family: Inter;
	font-weight: 600;
}
.footer-btm-bar {
	background: none;
	padding: 30px 0 20px;
	color: #fff !important
}
.footer-btm-bar .con-wrap {
	border-top: 1px solid #fff !important;
	padding-top: 15px;
	position: relative;
	margin: 0 15px;
}

.footerlinks-wrap{
	position: absolute;
}
.footer-links{
	background: #fff;
}
.footer-links-container {
    background-color: white;
    padding: 15px;
    display: inline-block; /* keeps background tight around menu */
    border-radius: 5px;
}

.footer-links ul.footer-nav-link, .extra-links ul.extra-nav-link {
    list-style: none;
    margin: 0;
    padding: 10px 30px;
    display: flex;
}

.footer-links ul.footer-nav-link li, .extra-links ul.extra-nav-link li {
    margin: 0;
   	border: 0px;
}

.footer-links ul.footer-nav-link li a {
    text-decoration: none;
    color: #000;
    padding: 8px 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.footer-links ul.footer-nav-link li a:hover {
    background-color: #fff;
    color: #666;
}
.footerlinks-wrap {
	position: absolute;
	width: 100%;
	top: -25px;
	display: flex;
	justify-content: center;
}
.footer-links {
	background: #fff;
}
.footer-links-con .menu-label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}
.footer-links ul.footer-nav-link li.link-lebel a:hover {
	background-color: none;
}
.extra-links ul.extra-nav-link li {
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
}
.extra-links ul.extra-nav-link li:not(:first-child):before {
	content: "|";
	position: absolute;
	left: 0px;
}

.footer-links ul.footer-nav-link li.link-lebel a {
	font-size: 21px;
	line-height: 20px;
	font-family: Inria Serif;
	font-weight: 700;
	color: #000;
}


.footer .footer-copyright{
	text-align: left;
}


.footer-area-2, .footer-area-3{
	padding-top: 30px !important;
}
.footer .widget-title {
	border-bottom: 0px;
}
.extra-links ul.extra-nav-link {
	float: right;
	padding-top: 0px;
	padding-right: 0px;

}

.footer p, .footer a, .footer ul li, .footer ol li {
	color: #fff;
}
.footer .widget {
	text-align: left;
	margin-bottom: 20px;
	padding-right: 50px;
}

.paper-con {
	position: relative;
}
.paper-con .overlay-img{
	position: absolute;
	width: 100%;
	text-align: center;

}
.paper-con .overlay-img img{
	display: flex;
	justify-content: center;
}

.faqs-content .elementor-accordion-item{
	border-radius: 10px;
	margin-bottom: 20px;
}
.faqs-content  .elementor-tab-title {
	border-radius: 10px;
	padding: 15px 30px;
}
.faqs-content  .elementor-tab-title.elementor-active {
	border-radius: 10px 10px 0 0;
}
.faqs-content .elementor-accordion-icon.elementor-accordion-icon-right {
	margin-top: 8px;
}
.faqs-content .elementor-tab-content{
	border-radius: 0;
}
.faqs-content .elementor-tab-content.elementor-active{
	border-radius: 0 0 10px 10px;
}
.full-wider.elementor-section-boxed .elementor-container {
		width: 100%;
	}
.wp-pagenavi{
	margin-top: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin: 2px;
}
.blog-card {
	border: 1px solid #ddd;
	border-radius: 0px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
	background: #F8F8F8;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


/* Rectangle 12 */






/* Mobile devices (up to 767px) */

@media only screen and (max-width: 767px) {
	.footer .widget {
		text-align: left;
		margin-bottom: 20px;
		padding-right: 0px;
	}
	.footer .th-widget-area .widget input[type="email"]{
		width: 100% !important;
		max-width: 100% !important;
	}
	.footer_copy {
		text-align: center;
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	.extra-links ul.extra-nav-link {
		float: none;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		display: flex;
		justify-content: center;
	}
	.mobile-fix-width .elementor-section-boxed .elementor-container {
	  	width: 100% !important;
	}
	.full-wider.elementor-section-boxed .elementor-container {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {

	.footer-links ul.footer-nav-link, .extra-links ul.extra-nav-link {
		display: block;
	}
	.footer-links {
		background: #fff;
		width: 100%;
		text-align: center;
		margin-bottom: 10px !important;
	}
	.extra-links ul.extra-nav-link {
		float: none;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		display: block;
		justify-content: center;
		text-align: center;
		margin-top: 30px;
	}
	.extra-links ul.extra-nav-link li {
		position: relative;
		margin-left: 0;
		padding-left: 0;
	}
	.footer-links ul.footer-nav-link, .extra-links ul.extra-nav-link {
		list-style: none;
		margin: 0;
		padding: 20px 30px;
		display: block;
	}
	.extra-links ul.extra-nav-link li {
		position: relative;
		margin-left: 0;
		padding-left: 0;
	}
	.footerlinks-wrap {
		position: relative;
		width: 100%;
		top: 0px;
		display: block;
		justify-content: center;
	}
	.footer-links ul.footer-nav-link li, .extra-links ul.extra-nav-link li {
		margin: 0;
		border: 0px;
		line-height: 40px;
	}
	.extra-links ul.extra-nav-link li:not(:first-child)::before {
		content: "";
	}
	.footer-btm-bar .con-wrap {
		border-top: none !important;
	}
	.footer-btm-bar {
		background: none;
		padding: 0px;
		color: #fff !important;
		margin: 0px;
	}
	.footer-widgets.row {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.elementor-kit-569 button.navbar-toggle  {
		background-color: transparent;
		color: #000000;
	}


}

/* Tablet devices (768px to 1024px) */
@media only screen and  (max-width: 1350px){
	.footer-btm-bar .con-wrap {
		padding-top: 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.footer .th-widget-area .widget input[type="email"]{
		width: 100% !important;
		max-width: 100% !important;
	}

}

/* Desktop (1025px and up) */
@media only screen and (min-width: 1025px) {

}

@media (max-width: 767px) {

}

/* Single page footer section comment, share, like  */
.post-actions {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 12px;
  color: #555;
}

.post-actions .action-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.post-actions .action-btn:hover {
  color: #000;
}

.post-actions i {
  font-size: 20px;
  margin-right: 6px;
}

.share-menu {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px;
  position: absolute;
  margin-top: 8px;
  z-index: 100;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.share-menu .close-share {
  float: right;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #888;
  margin-left: 10px;
}

.share-menu .close-share:hover {
  color: #000;
}

.share-menu a {
  margin: 0 5px;
  text-decoration: none;
  color: #555;
}

.share-menu a:hover {
  color: #000;
}



.blog-footer .share {
  cursor: pointer;
  margin-left: 10px;
  font-size: 18px;
  transition: color 0.3s ease;
}

.blog-footer .share:hover {
  color: #0073aa; /* WP blue */
}


/* Rectangle 12 */

/* Single page footer section comment, share, like  */
.post-actions {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 16px;
  color: #555;
  margin-top: 20px;
}

.post-actions .action-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.post-actions .action-btn:hover {
  color: #000;
}

.post-actions i {
  font-size: 20px;
  margin-right: 6px;
}

.share-menu {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px;
  position: absolute;
  margin-top: 8px;
  z-index: 100;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.share-menu .close-share {
  float: right;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #888;
  margin-left: 10px;
}

.share-menu .close-share:hover {
  color: #000;
}

.share-menu a {
  margin: 0 5px;
  text-decoration: none;
  color: #555;
}

.share-menu a:hover {
  color: #000;
}


/* Rectangle 12 */

.commentandview {
    gap: 25px;
    display: flex;
}
