/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0 - 0.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/**
* Common
*/
.metaslider {   /* @r-bugfix */
  overflow: hidden;
}
.width-500 {
	max-width: 500px;
	margin: 0 auto;
}
.width-600 {
	max-width: 600px;
	margin: 0 auto;
}
.width-700 {
	max-width: 700px;
	margin: 0 auto;
}

a {
  transition: all .3s ease;
}
h1,
h2,
h3,
p {
  line-height: 1.3;
  /* margin: 0 0 20px !important; */
}

.text-orange {
	color: #F9550A;
}

.gt_selector {
	padding:5px;
	font-size:13px;
}

/* Button */
.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: baseline;

}
.btn-wrapper.d-flex-row {
  flex-direction: row;
  justify-content: flex-start;
}
.btn-wrapper.d-flex-row.content-center {
  justify-content: center;
}
.btn-wrapper.d-flex-row .btn:first-child {
  margin-right: 10px;
}
.btn-wrapper.mx-auto {
  margin: 0 auto;
}
.btn {
  display: inline-block;
  width: 190px;
  color: #fff !important;
  background: #0D2962;
  border-radius: 5px;
  padding: 7px 5px;
  border: 1px solid #0D2962;
  font-size: 1.1rem;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease;
}
.btn:hover {
  color: #fff;
  background: #2E9EE6;
  border-color: #2E9EE6;
}
@media screen and (max-width:600px) {
  .btn-wrapper.d-flex-row {
    flex-direction: column;
  }
  .btn {
    width: 150px;
    font-size: .9rem;
  }
}

#signupform .elementor-widget-wrap, #signupform .elementor-container{
	display:block !important;
}
#wppb-submit{
	width:100%;
}
#toprightmenu {
	
}

/**
* Header
*/
/* logo */
body.sticky-bar-out .elementor-widget-theme-site-logo img {
	transition: all .3s ease;
	max-width: 70%;
}
/* login */
.nav-login {
	margin-right: 5px !important;
}
.nav-login a {
	background: #2A2A2A;
	border-radius: 25px;
	padding: 10px 25px !important;
	color: #fff !important;
}
.nav-login a:hover {
	color: #fff !important;
	background: #F9550A;
}
.nav-signup a {
	background: #F9550A;
	border-radius: 25px;
	padding: 10px 20px !important;
	color: #fff !important;
}
.nav-signup a:hover {
	background: #2A2A2A;
	color: #fff !important;
}

.woocommerce-account .woocommerce{
	display:flex;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	float:none;
	padding:30px;
	background:#000;
	width:25%;
}

.woocommerce-MyAccount-navigation ul {
	padding-left:0;
}
.woocommerce-MyAccount-navigation li {
	list-style:none;
}
.woocommerce-MyAccount-navigation li a {
	color:#fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
	padding:30px;
	float:none;
	width:80%;
	background:#fff;
}
.woocommerce-MyAccount-navigation li a {
	text-decoration:none;
	display:block;
	line-height:1.5;
	padding:10px 0;
}
.partnerprofile {
	text-align:center;
}
.partnerprofile h4 {
	color:#fff;
}
#content.newtemp  {
	padding:30px;
	background:#efefef;
}

#trackingform {
	display:flex;
}
#trackingform input[type=submit]{
	background:#F9550A;
	color:#fff;
}
#trackingpage {
	max-width:1140px;
	display:block;
	margin:0 auto;
}

#quotepage {
	
	display:block;
	margin:0 auto;
}
#quotepage label {
	display:block;
	margin-bottom:5px;

}
#quoteform .sizedi {
	display:inline-block;
	width:32%;
	margin-right:2%;
}
#quoteform p span:last-child .sizedi {
	margin-right:0 !important;
}
#step2 strong {
	margin-right:5px;
}
#step2 textarea {
	height:100px;
}
p.submit {
	text-align:center;
}
#step2 button#gobackbutton {
	background:#000;
	border:0px solid #fff;
}
.ordertop .button.black {
	background:#2A2A2A;
	color:#fff !important;
	border-radius:20px;
}
.ordertop .button.black:hover {
	background:#F9550A;
	color:#fff !important;
}
.ordertop .button.orange {
	background:#F9550A;
	color:#fff !important;
	border-radius:20px;
}
.ordertop .button.orange:hover {
	background:#2A2A2A;
	color:#fff !important;
}
.pagination {
	text-align:center;
}

.pagination .page-numbers {
	border: 1px solid #ebebeb;
    color: #626262;
    font-size: 14px;
    margin-right: 1px;
    padding: 9px 11px 8px;
	text-decoration:none;
	line-height: 50px;
}
.pagination .page-numbers.current {
	background:#F9550A;
	color:#fff !important;
}
.pagination .page-numbers:hover {
	background:#F9550A;
	color:#fff;
	
}


@media screen and (min-width: 781px) and (max-width:1179px) {
	#homebanner h1{
		font-size:30px;
	}
	#toprightmenu {
		width:38% ;
	}
	#homebanner p{
		font-size:14px;
		margin-bottom:0;
	}
	#tracking {
		margin-bottom:40px;
	}
}

/* Mobile */
@media screen and (max-width:780px) {
	body.sticky-bar-out .elementor-widget-theme-site-logo img {
		max-width:200px;
	}
}
@media screen and (max-width:768px) {
	.main-header-section .elementor-container>div:last-child ul {
		margin: 0 auto;
	}
	.main-header-section .elementor-widget-theme-site-logo img{
		max-width:200px;
	}
}
@media screen and (max-width:400px) {

	.main-header-section .elementor-container>div:first-child,
	.main-header-section .elementor-container>div:nth-child(2),
	.main-header-section .elementor-container>div:last-child {
		width: 100%;
	}
	/* Logo */
	.main-header-section .elementor-container>div:first-child .elementor-widget-container {
		text-align: center;
	}
	.elementor-widget-theme-site-logo img {
		width: 150px;
	}
	/* Main Menu */
	/* Login */
	.main-header-section .elementor-container>div:last-child ul {
		margin: 0 auto;
	}
	.nav-login a {
		padding: 5px 18px !important;
	}
	.nav-signup a {
		padding: 5px 15px !important;
	}


}

/**
* Footer
*/
.main-footer-section {

}
.main-footer-section__top h3 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 10px;
}
.main-footer-section__top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-footer-section__top li,
.main-footer-section__top li a {
	color: #fff;
}
.main-footer-section__top li a:hover {
	color: #F9550A;
}

/* Copyright(@r-footer-copyright) */
.footer-copyright,
.footer-copyright a {
  color: #fff;
	font-size: 14px;
}
.footer-copyright a:hover {
  color: #F9550A;
}


/**
* Home page
*/
.home-banner-section {

}
/* form */
.home-banner-section .width-500 {
	margin-left: 0;
}

.home-banner-section__bottom {
	position: relative;
}
.home-banner-section__bottom::before {
	position: absolute;
	top: -50px;
	left: 0;
	content: '';
	width: 100%;
	height: 100px;
	background: #F9550A;
	border-radius: 50%;
}
.home-banner-section__bottom .elementor-container {
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-banner-section__bottom .elementor-container>div {
	width: calc(100% / 3 - 30px);
	padding: 50px 20px;
}


.home-banner-section__bottom h2{
	font-weight: 800;
	margin: 0 0 10px;
}
.home-banner-section__bottom h3 {
	font-size: 24px;
	margin: 0 0 10px;
	line-height: 1.2;
}
.home-steps-section {

}
.home-steps-section__item {
	
}
.home-steps-section__tag p {
	display: inline-block;
	width: fit-content;
	padding: 5px 15px;
	background: #222;
	color: #fff;
	border-radius: 20px;
	transition: all .3s ease;
}
.home-steps-section__tag p:hover {
	border-radius: 5px;
}
.home-steps-section__item img {
	border-radius: 20px;
	box-shadow: 0px 14px 30px -10px rgb(22 41 68 / 40%);

	transition: all .3s ease;
}
.home-steps-section__item:hover img {
	transform: translateY(-5px);
	box-shadow: 2px 15px 15px -10px rgb(22 41 68 / 60%);
}

.home-pricing-section {
}
.home-pricing-section__item .elementor-container {
	flex-wrap: wrap;
	justify-content: center;
}
.home-pricing-section__item .elementor-container>div {
	width: calc(100% / 2 - 50px);
	max-width: 480px;
	padding: 40px 20px;
	margin: 0 10px;
	border-radius: 20px;
	box-shadow: 0px 14px 30px -10px rgb(22 41 68 / 40%);

}
.home-pricing-section__item h4 {
	margin: 0;
	font-size: 40px;
	color: #222;
}
.home-pricing-section__item p {
	margin: 0 0 5px;
}
.home-testimonials-section {

}

.rmp-menu-additional-content .gt_selector {
	background:#000;
	color:#fff;
}
 /* Slider arrow */
.home-testimonials-section .elementor-arrows-position-outside .swiper {
  width: calc(100% - 80px);
}
.home-testimonials-section .elementor-swiper-button i {
  border: 2px solid #fff;
	line-height: 1;
  border-radius: 50%;
  padding: 2px;
  transition: all .3s ease;
}
.home-testimonials-section .elementor-swiper-button i:hover {
  color: #000;
  border-color: #000;
}
.quantity {
	display:none !Important;
}
#billing_city, #shipping_city, #billing_country_field, #shipping_country_field {
	display:none;
}
.form-submit {
	text-align:center;
}


#response {
	padding:20px;
	color:#000;
	background:#d5d5d5;
}
#response.warning {
	background:#d10000;
	color:#fff;
}
#response.success {
	background:green;
	color:#fff;
}
.woocommerce-account #content, #content.newtemp {
	padding:50px 30px;
	background:#eee;
}
.woocommerce-account #content .page-content, #content.newtemp .page-content{
	max-width:1400px;
	display:block;
	margin:0 auto;
}
.woocommerce-MyAccount-navigation li {
	text-align:center;
}
#wppb-register-user-business-registration ul{
	max-width:100%;
}
#wppb-register-user-business-registration ul li label {
	display:block;
	float:none;
	width:100%;	
	line-height:1.2;
}
#wppb-register-user-business-registration ul li input {
	width:100%;
}
#wppb-register-user-business-registration ul li input#send_credentials_via_email {
	width:auto;
}
#wppb-register-user-business-registration .wppb-form-field > span {
	margin-left:0;
}
#wppb-register-user-business-registration #register {
	display:block;
	width:100%;
}
.woocommerce-MyAccount-content h1 {
	color:#000;
	font-size:31px;
}
.woocommerce-MyAccount-content h2 {
	font-size:24px;
}
.woocommerce-MyAccount-content .tcontainer {
	margin-bottom:30px;
}
.logout-button {
	background:#000;
	color:#fff;
	display:inline-block;
	padding:10px 20px;
	border-radius:30px;
}
.logout-button:hover, .woocommerce-MyAccount-navigation li a  {
	color:#fff !Important;
}
.message {
	padding:20px;
}
.error.message {
	color:#fff;
	background:red;
}
.success.message {
	color:#fff;
	background:green;
}


/**
* Responsive
*/
@media screen and (max-width:820px) {
	.tcontainer {
		width:100%;
		overflow:scroll;
	}
}
@media screen and (max-width:780px) {
	/* Home page */
	.home-banner-section__bottom .elementor-container>div {
		width: 100%;
		padding: 20px 20px;
		margin: 0 50px 20px;
		border: 2px solid #fff;
		border-radius: 20px;
	}
	.home-banner-section__bottom h3 {
    font-size: 22px;
	}
	

}
@media screen and (max-width:650px) {
	#footercopy {
		text-align:center;
	}
	/* Home page */
	.home-pricing-section__item .elementor-container>div {
		width: 100%;
		max-width: inherit;
	}
	
	.woocommerce-account .woocommerce {
		flex-direction:column-reverse;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
		width:100%;
	}
	table {
		width:100%;
		max-width:100%;
		overflow:scroll;
	}
	.tcontainer {
		width:100%;
		overflow:scroll;
	}
}

@media screen and (max-width:350px) {
	/* Home page */
	.home-banner-section__bottom .elementor-container>div {
		margin: 0 20px 20px;
	}

}
