/**
Theme Name: onlinelegalservices
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onlinelegalservices
Template: astra
*/



html {
  -webkit-text-size-adjust: 100%;
}

.elementor-message.elementor-message-success {
  text-align: center;
  margin-top: 25px;
}

.elementor-message::before {
  content: none;
}
.ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.elementor-page-title, h1.entry-title{
	display: block !important;
}

/* .nav_bg:not(.woocommerce-checkout .nav_bg){background: rgba(241, 245, 239, 0.75);} */
.nav_bg{
	min-height: auto;
  animation-duration: 0s
}
.nav_bg.fixed-header {
  background: rgba(194, 144, 45, 0.65) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation-name: slideHead;
  animation-duration: 1s;
  animation-timing-function: ease;
	z-index: 100;
}
@keyframes slideHead {
  0% {
      transform: translateY(-100%)
  }
}
.nav_bg ul.elementskit-navbar-nav > li{}

/* ============= */

.hover-div {  
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  height: 469px;
  overflow: hidden;
}
.hover-div:hover .box-image img {
  transform: scale(1.5);
}
.content-below-div {
  -webkit-transform: translate3d(0, 470px, 0);
  transform: translate3d(0, 470px, 0);
  /* 	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s; */
  transition: max-height 1s;
  max-height: 0px;
}

.hover-div:hover .content-below-div {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  /* -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s; */
  max-height: 454px;
}

.hover-div .content-below-div .text-wrap {
  -webkit-transform: translate3d(0, 350px, 0);
  transform: translate3d(0, 350px, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.85s;
  transition: opacity 0.8s, transform 0.85s;
  opacity: 0;
}

.hover-div:hover .content-below-div .text-wrap {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.85s;
  transition: opacity 0.8s, transform 0.85s;
  opacity: 1;
}

.hover-div .content-below-div .custom-list {
  -webkit-transform: translate3d(0, 170px, 0);
  transform: translate3d(0, 170px, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

.hover-div:hover .custom-list {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.hover-div span.elementor-button-icon {
    opacity: 0;
}
.hover-div .arrow-btn .elementor-button:hover span.elementor-button-icon {
    opacity: 1;
}
.arrow-btn .elementor-button {
  padding-right: 45px !important;
  margin-left: -28px;
}

.arrow-btn:hover .elementor-button {
  padding-right: 30px !important;
  margin-left: 0px;
}
.arrow-btn .elementor-button:after {
  content: "";
  width: 35px;
  height: 1px;
  background: rgba(11, 59, 60, 1);
  left: 88px;
  top: 54%;
  position: absolute;
}
.arrow-btn:hover .elementor-button:after {
  width: 20px;
  left: 118px;
}
.banner-slider .swiper-wrapper{ z-index: auto;}
/* =========  END::Home  ========== */


.blog_list [data-elementor-type="loop-item"] {
  padding: 0;
}
/* =========  END::Blog  ========== */

.product_list .prodItem_title h2{ min-height: 55px;}
.product_list .ast-grid-common-col,
.product_list .ast-article-single{ padding: 0;}
.prod_list .products .astra-shop-summary-wrap {
  padding: 15px;
}
.form_questions{}
.form_questions p {
  font-size: 18px;
  margin-bottom: .5rem;
}
.form_questions ul {
  padding-left: 1.5rem;
  margin-left: 0;
}
/* =========  END::Product List ========== */

.process-step {
	text-align: center;
	position: relative;
	z-index: 1;
}
.process-steps {
	position: relative;
}
.process-steps::before {
	content: '';
	position: absolute;
	top: 60px;
	left: 15%;
	right: 15%;
	width: initial;
	height: 1px;
	background: linear-gradient(90deg, #C2902D, #C2902D);
	z-index: 0;
}
.process-step h2{
	min-height: 20px;
}
.step_number {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    font-size: 36px;
    font-weight: 800;
    color: #2d7dc4;
    box-shadow: 0 8px 40px rgba(26, 86, 219, 0.12);
    position: relative;
}
.step_number::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 1px dashed #C2902D;
    animation: spin 20s linear infinite;
}
.step_number .elementor-widget-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
 @keyframes spin {
	 to { transform: rotate(360deg); }
}
body.page-id-4783 select{
	background-image: none;
}
.product_list .ast-article-single{ background: none !important;}
.talkCart_btn form.cart .button.single_add_to_cart_button{
	padding: 16px 25px 16px 25px !important;
	width: 100% !important;
	position: relative;
}
.talkCart_btn form.cart .button.single_add_to_cart_button:before {
    content: "book a Legal Services";
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #C2902D;
    border: 1px solid #C2902D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 25px 16px 25px;
	transition: all 0.2s;
}
.talkCart_btn form.cart .button.single_add_to_cart_button:hover:before,
.talkCart_btn form.cart .button.single_add_to_cart_button:focus:before{
	background: #1A1A1A;
    border-color: #1A1A1A;
}
/* =========  END:: Talk to a Lawyer Product ========== */

.product_about_list {
  display: none;
  padding-block: 95px;
}
.product_about_list .row{
  --bs-gutter-x: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.product_about_list .row>* {
  flex-shrink: 0;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}
.product_about_list .row .col{
  width: 100%;
}
.product_about_list .card {
  text-align: center;
  background: rgba(194, 144, 45, 1);
  border: none;
  gap: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 45px 50px;
  margin-bottom: 1rem;
}
.product_about_list .card svg{
  fill: #fff;
  stroke: #fff;
}
.product_about_list .card p {
  text-align: center;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.product_about_list .card hr {
  border-bottom: 1px solid #1a1a1a;
  width: 100%;
  opacity: 0.50;
  margin: 0.5rem 0;
}
.moreText{
	display: none;
}
button.readMore_btn {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: #C2902D;
    border: 1px solid #C2902D;
    box-shadow: none !important;
    max-width: 160px;
    width: 100%;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    transition: all 0.2s ease;
}
button.readMore_btn:hover,
button.readMore_btn:focus {
	color: #1a1a1a;
	background: none;
	border-color: #1a1a1a;
}
/* =========  END::Product Details ========== */












/*-==============================
		@media Stylesheet
================================*/


@media screen and (min-width:576px) {}

@media screen and (min-width:768px) {}

@media screen and (min-width: 769px), print{}

@media screen and (min-width:992px) {
  .product_about_list .row .col{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {}

@media screen and (min-width: 1024px) { }

@media screen and (min-width:1200px) {}

@media screen and (min-width:1400px) {}

/* ///for odd on 1366  */
@media only screen and (min-width: 1366.98px) and (max-width: 1464px) {}
@media only screen and (min-width: 1024px) and (max-width: 1464px) {}
/* ///END odd on 1366  */

/* Style adjustments for high resolution devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}


/*/ Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 350px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 480px) {
	.nav_bg > .e-con-inner{ flex-direction: column !important;}
	.nav_bg .e-con-inner > .elementor-element:not(:last-child){ align-content: center;}
	.nav_bg .e-con-inner > .elementor-element:not(:first-child){
		width: 100% !important;
		margin-top: -15px;
		justify-content: center;
	}
}

@media screen and (min-width: 401px) and (max-width: 575.98px) {}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.nav_bg .e-con-inner > .elementor-element:not(:last-child){
		width: 40% !important;
	}
	.nav_bg .e-con-inner > .elementor-element:not(:first-child){
		width: 55% !important;
	}
	.nav_bg .e-con-inner .elementor-button-link.elementor-size-sm{ padding: 15px !important;}
}

@media only screen and (max-width:575.98px) {}

@media screen and (min-width: 576px) and (max-width: 767.98px) {}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width:767.98px) {
	.hover-div{ height: auto;}
	.process-steps::before{ display: none;}
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

@media screen and (min-width: 768.98px) and (max-width: 991.98px) {}

@media only screen and (max-width:991.98px) {
  .product_about_list .card{height: auto;}
}
