/*
Theme Name: BizWalls Child
Theme URI: http://themelooks.us/demo/bizwalls/wordpress/
Author: themelooks
Description: This is a child theme for BizWalls WordPress Theme
Version: 1.0
Author URI: http://themelooks.com/
Template: bizwalls
Text Domain: bizwalls-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
:root {
  --primary-color: #337ab7;
  --secondary-color: #00afef;
  --white-color: #fff;
}
body {
    overflow-x: hidden;
}
body,
p {
  font-size: 16px;
  line-height: 1.5;
}
/*start our css*/
.register_heading {
    float: right !important;
}
p.woocommerce-LostPassword.lost_password {
    width: 27%;
}
.es_subscription_form es_shortcode_form .woocommerce-account input {
    border: 1px solid #b7a4a4 !important;
}
.es_subscription_form es_shortcode_form .woocommerce-account label {
    color: #000 !important;
}
.page-id-373 .col-md-8.blog-page-content, .page-id-2180 .col-md-8.blog-page-content {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
.page-id-373 .col-md-4.blog-page-sidebar, .page-id-2180 .col-md-4.blog-page-sidebar {
    display: none;
}
.app-download--img img:hover {
/* transform: scale(1.5); */
    -moz-transform: scale(2) rotate(0deg);
    -webkit-transform: scale(2) rotate(0deg);
    -o-transform: scale(2) rotate(0deg);
    -ms-transform: scale(2) rotate(0deg);
    transform: scale(1.50) rotate(0deg);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    padding-bottom: 20px;
}
.app-download--img img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.brands-slider img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.brands-slider img:hover {
    -moz-transform: scale(2) rotate(0deg);
    -webkit-transform: scale(2) rotate(0deg);
    -o-transform: scale(2) rotate(0deg);
    -ms-transform: scale(2) rotate(0deg);
    transform: scale(1.50) rotate(0deg);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
.single-feature--image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.single-feature--image img:hover {
    -moz-transform: scale(2) rotate(0deg);
    -webkit-transform: scale(2) rotate(0deg);
    -o-transform: scale(2) rotate(0deg);
    -ms-transform: scale(2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}



a.wpmenucart-contents {
    color: #337ab7;
	padding: 0px 8px; 
}
.footer-widget ul li a {
    font-size: 17px !important;
}
.service-item-content p {
    font-size: 15px !important;
    padding: 10px 0px !important;
}
.gm-container {
    max-width: 1224px !important;
}
.menu-item-has-children:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #00AFEF;
    font-size: 13px;
    padding-left: 3px;
}
input#es_subscription_form_submit_5fe317c33f617 {
    background-color: #00AFEF !important;
    border-color: #00AFEF !important;
    color: #fff !important;
}
.page-id-2284 .col-md-8.blog-page-content, .page-id-2290 .col-md-8.blog-page-content, .page-id-2285 .col-md-8.blog-page-content {
    width: 100%;
}

li#menu-item-2281:after, li#menu-item-1967:after, li#menu-item-1940:after {
    content: "\f107";
    display: none !important;
}
#pricing #pagination {
    display: none;
}
.page-id-46 .header-slider--item .header-item-content {
    background-color: #fff;
    padding: 30px;
    opacity: 0.8;
    color: #000 !important;
}
form.woocommerce-form.woocommerce-form-register.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woo-single-product {
    height: 455px !important;
}
.woocommerce a.added_to_cart {
    padding-left: 1.1em !important;
}
#custom_our_footer i.fa.fa-comments-o {
    display: none !important;
}
.woocommerce-shipping-calculator a {
    color: #337ab7 !important;
}
#custom_our_footer a.purechat-button-expand {
    display:none !important;
}
.stm-header__row_color_top {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.stm-header .stm_btn {
    padding: 3px 0px !important;
}
.stm-header__row_color_top a {
    font-size: 13px !important;
}
.stm_hb_mtc, .stm_hb_mtc_h:hover, .stm_hb_mtc_b:before, .stm_hb_mtc_b_h:hover:before, .stm_hb_mtc_a:after, .stm_hb_mtc_a_h:hover:after, .stm_hb_mtc_a_h.active, .mini-cart {
    font-size: 15px !important;
    margin-top: 5px !important;
}
.stm-icontext__text {
    font-size: 12px !important;
    line-height: 22px !important;
}
.service-item {
    margin: 10px 0px !important;
}
.service-item:hover {
    max-width: 400px !important;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 50px 10px !important;
    margin: 10px 0px !important;
}
.contact-address {
    max-width: 450px !important;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 50px 10px !important;
    margin: 10px 0px !important;
    padding: 30px 29px !important;
}
#tawkchat-minified-wrapper .theme-background-color{
    background-color: #00AFEF !important;
}
#tawkchat-maximized-wrapper .theme-background-color {
    background-color: #00AFEF;
}
/* .custome_head_cls .section-title h2:before {
    left: 0% !important;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    float: left !important;
} */
.custome_head_cls .page-header--breadcrumb.woo-breadcrumbs {
    text-align: right;
}
/* .custome_head_cls .section-title h2 {
    text-align: left !important;
} */
#pageTitle {
    padding: 0px !important;
}
#pageTitle .section-title h2 {
    margin: 15px 0 30px !important;
}
.section-title h2 {
    font-weight: 100 !important;
}
.app-download--img {
    margin-bottom: 0 !important;
}
#appDownload {
    padding: 0px 0 80px 0 !important;
}
form.woocommerce-form.woocommerce-form-login.login {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	padding: 40px 40px;
}
form.woocommerce-form.woocommerce-form-register.register {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	padding: 40px 40px;
}
/*end our css*/



.ptsActBtn a {
  display: block;
  background: var(--secondary-color);
  padding: 15px;
  color: #fff !important;
}
.primary--icon {
  font-size: 22px;
  margin-right: 10px;
}
#primaryMenu {
  padding: 20px 0 50px;
}
.woo-breadcrumbs .breadcrumb > li {
  color: var(--secondary-color);
}

.menu-topbar--contact > ul > li > a > i.fa,
.menu-topbar--btn-group ul li a .fa,
.primary--icon {
  color: var(--secondary-color);
}
.default-page .blog-page-content .woocommerce-MyAccount-navigation a,
.woocommerce-MyAccount-content a.button {
  color: var(--white-color);
}
.header-item-content h2 {
  font-size: 30px;
}

@media (min-width: 991px) {
  #callToAction h2 {
    max-width: 80%;
    padding-right: 30px;
    margin: 0;
  }
  #callToAction .container {
    display: flex;
    align-items: center;
  }
}

.products {
  display: inherit;
}
.secondary-menu-links li a {
  margin-right: 15px;
  padding: 10px 14px 10px;
}
.secondary-menu-links > li > a.btn {
  padding: 10px 30px 13px 16px;
}
.secondary-menu-links > li > a.btn:before {
  border-width: 0 36px 45px 36px;
}

#backToTop {
  display: none !important;
}
.pricing__tab {
  text-align: center;
}
.pricing__tab button {
  margin-left: 10px;
  margin-right: 10px;
}
ul.pricing__tab {
  text-align: center;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

ul.pricing__tab li {
  display: inline-block;
}
ul.pricing__tab li a {
  padding: 15px 20px;
  display: block;
  font-size: 18px;
  transition: 0.4s;
}

.primary--content {
  display: inherit;
  vertical-align: inherit;
}
.primary--info-item {
  margin-left: 15px;
  padding-left: 15px;
}
.primary--icon {
  padding-right: 0px;
}
.primary--content p.count {
  margin: 0px;
  font-size: 16px;
}
.primary--info-item a {
  display: flex;
  align-items: center;
}
.footer-widget h4 {
  font-size: 16px;
}
#header .owl-carousel .owl-item {
  padding: 0px;
}

@media screen and (max-width: 520px) {
  .menu--topbar {
    display: none;
  }
  .primary--info-item {
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0 !important;
    border: none !important;
  }
  .primary--info-item a {
    justify-content: center;
  }
  #header .owl-carousel .owl-item {
    height: 100vh !important;
  }
	p.woocommerce-LostPassword.lost_password {
    width: 100% !important;
    font-size: 14px !important;
	}
  .header-item-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .header-item-content {
    padding: 15px;
  }
  .header-item-content > p {
    margin-top: 0px;
  }
  .header-item-content .price {
    margin-top: 10px;
  }
	.gm-search.fullscreen {
    display: none !important;
}
.menu-item-has-children:after {
    content: "\f107";
    display: none !important;
}
}
@media screen and (min-width: 520px) {
  #primaryMenu .primary--info {
    display: none;
  }
}
	
@media screen and (max-width: 520px) {
   .register_heading {
    float: right;
    font-size: 20px;
    margin-top: 5px;
 }
.service-item:hover {
    margin: 40px 35px !important;
 }
.register input#reg_email {
    width: 100%;
}
.service-item {
    margin: 40px 25px !important;
 }
.contact-address {
    margin: 10px 15px !important;
 }
.contact-address address p {
    font-size: 14px;
 }
.stm-header .stm_btn {
    padding: 7px 10px !important;
}

}
.tagged_as a {
  color: #777;
}
@media screen and (max-width: 320px) {
	.woo-single-product {
		height: 480px !important;
	}
}
/* CUSTOM PRICING STYLES */

/*on off switcch ------------*/
.switch-btn .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-btn .slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-btn input:checked + .slider {
  background-color: #2196f3;
}

.switch-btn input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.switch-btn input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switch-btn .slider.round {
  border-radius: 34px;
}

.switch-btn .slider.round:before {
  border-radius: 50%;
}

/*range-slider-switcher -------------------------------------*/

.range-text {
  width: 136px;
  border-left: 1px solid #fff;
  padding: 0 10px 0 20px;
  margin: 0 0 0 10px;
}
.range-text p {
  margin-bottom: 0;
}

.range-wrapper .rangeslider__ruler {
  cursor: pointer;
  font-size: 0.7em;
  margin: 0px 3px 0 3px;
  position: relative;
  top: 31px;
  text-align: justify;
}

.range-wrapper .rangeslider__ruler:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/*pagination ....................................*/
.slider-nav .next .fa,
.slider-nav .prev .fa {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: cneter;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  background: black;
  color: white;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 24px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

#userRange {
  color: #303030;
  height: 31px;
  line-height: 31px;
  padding: 0 5px;
  border: none;
  border-radius: 4px;
  width: 110px;
}

.slider-nav {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}
.pricing-info-switcher-wrapper {
  padding: 10px 15px;
  color: #fff;
  background-color: #303030;
  background-size: auto;
  background-repeat: repeat;
  /* display: flex; */
  /* align-items: center; */
  margin: 0 0 15px;
}

.pricing-info-switcher-inner,
.range-right-switcher {
  display: flex;
  align-items: center;
}
.left-switcher {
  width: 250px;
  display: flex;
  align-items: center;
}
.left-switcher .switch-btn {
  margin: 0 10px;
}
.left-switcher .switch-btn label {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .pricing-info-switcher-inner {
    flex-direction: column;
  }
  .range-right-switcher {
    justify-content: center;
    margin: 10px 0 0 0;
  }
  .range-right-switcher .range-text {
    margin: 0;
    border: none;
    width: auto;

    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .col-domain-text {
    padding-right: 0;
  }
  .col-options {
    margin-top: 20px;
    width: 100%;
    position: inherit;
  }
  .pricing-info-switcher-wrapper {
    padding-bottom: 50px;
  }
  .pricing-info-switcher-inner {
    display: block;
  }
  .left-switcher {
    border-right: none;
    width: 100%;
  }
  .range-right-switcher {
    width: 100%;
  }

  a.custom-logo-link {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
#primaryMenu {
  padding: 20px 0 20px;
}
.main__primary__menu {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  grid-gap: 25px;
}
#secondaryMenu {
  margin-top: 0px !important;
}
.footer-widget .textwidget p {
  margin-bottom: 15px;
	font-size: 17px;
}
@media screen and (max-width: 520px) {
  .footer-widget .textwidget {
    margin-bottom: 40px;
  }
}
.pricing-table-item input {
  transition: 0.4s;
}
.pricing-table-item:hover input,
.pricing-table-item input:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .home .service-item {
    min-height: 350px;
  }
  #singlefeature.post-132 .single-feature--content h2 {
    font-size: 36px;
    font-weight: 900;
  }
}
button.btn.btn-custom-reverse {
  color: #fff;
}
.pricing__tab {
  margin-bottom: 30px;
}
.stm-header {
  margin-bottom: 0px;
}
.stm-header__hb .stm-navigation__default > ul > li .stm_mobile__dropdown {
  position: absolute;
  right: -15px;
  top: 0;
  height: 100%;
  width: 0px;
  z-index: 10;
}
.stm-header__hb
  .stm-navigation__default
  > ul
  > li.menu-item-has-children
  > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent !important;
  border-width: 5px 3.5px 0;
}
@media (min-width: 1024px)
.gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor {
    margin-left: 14px !important;
    font-size: 13px !important;
}
@media (max-width: 1024px){
.gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor {
  margin-right: 4px !important;
    margin-left: 4px !important;
}
.gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > .menu-item > .gm-anchor {
    color: rgba(90, 90, 90, 1);
    font-size: 11px !important;
}
}
@media (max-width: 1023px) {
  .stm-header__hb
    .stm-navigation__default
    > ul
    > li.menu-item-has-children
    > a:after {
    border-color: #000 transparent transparent !important;
  }
  .stm-header__cell {
    margin-bottom: 0px !important;
  }
  .stm-header__hb .stm-navigation__default > ul > li > a {
    padding: 5px 5px 5px 0 !important;
  }
}
a,
button {
  transition: 0.4s;
}
.stm-header__hb .stm-navigation__default > ul > li ul li > a:hover {
  background: #2196f3 !important;
  color: #fff !important;
}
.stm-header__row_color_center a.stm_btn {
  color: #fff !important;
}
.stm-header__hb .stm-navigation__default > ul > li > a {
  font-size: 14px;
}
@media (max-width: 1023px) {
  .stm-header {
    display: flex;
    flex-direction: column-reverse;
  }
  .stm-header__hb .stm-navigation__default > ul > li .stm_mobile__dropdown {
    width: 65px;
  }
}
.bg--img {
  background-position: inherit;
}

.home .header-slider .owl-item:nth-child(1) .header-item-content p span {
  display: block;
  margin-bottom: 5px;
}

.home
  .header-slider
  .owl-item:nth-child(2)
  .header-slider--item.bg--overlay:before {
  opacity: 0.3 !important;
}
.color-white {
  color: #fff;
}
.color-blue {
  color: #00afef;
}
.color-dblue {
  color: #015897;
}
.home .header-slider .owl-item:nth-child(2) {
  background-color: #d7d5d8 !important;
}
.home .header-slider .owl-item:nth-child(3) .header-item-content {
}

.stm-header__element.object286 {
  display: none;
}
@media (max-width: 1023px) {
  .stm-header__element.object286 {
    display: block;
  }
  .stm-header__element.object644 {
    display: none;
  }
}

.head__bg__one {
  color: #fff;
  background: #00afef !important;
}
.head__bg__two {
  color: #fff;
  background: #035998 !important;
}
thead .head__bg__one,
thead .head__bg__two,
thead th {
  background: #015897 !important;
}
.body__color__one {
  color: #00afef;
}
.body__color__two {
  color: #035998;
}
button.btn.btn-custom-reverse.active {
  background: #015897;
}
.table > tbody > tr > th {
  padding-left: 25px;
  padding-right: 25px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 20px;
  border-top: 0px solid #ddd;
}

.page-id-226 .service-item {
  min-height: 230px;
}
.page-id-1881 .service-item {
  min-height: 325px;
}
.stm_btn {
  min-width: 100px;
  text-align: center;
}
.arrow__download {
  color: #ff0000;
  font-size: 30px;
  font-weight: bold;
}
.services {
  padding: 80px 0 55px;
}
.title__dblue .section-title h2 {
  color: #035998;
}
.page page-id-2035 .header-item-content {
  margin-top: -80px;
}
.title__subtitle .section-title h2 {
  margin-bottom: 30px;
}
.section__content,
.section__content p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.5em;
}
.section__content p {
  margin-bottom: 15px;
}
.page-id-2035 .header-item-content h2 {
  margin-top: -80px;
}
@media screen and (max-width: 800px) {
	p.woocommerce-LostPassword.lost_password {
		width: 100% !important;
	}
}
@media screen and (max-width: 767px) {
  .page-id-2035 .header-slider--item.bg--img {
    background-position: right center;
  }
  .page-id-2035 .header-slider--item .vc-child {
    display: table-cell;
    vertical-align: inherit;
    padding-top: 50px;
    text-align: center;
  }
}
.home .header-slider .owl-item:nth-child(1) .header-item-content p {
  font-size: 20px;
}
.service-item {
  padding: inherit;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 767px) {
  .single-feature > .container > .row {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 850px) {
.service-item {
    margin: 40px 0px !important;
}
a.wpmenucart-contents {
    color: #337ab7;
    padding: 0px !important;
    font-size: 18px !important;
}
.service-item-content p {
    padding: 0px 35px !important;
}
.service-item:hover {
    padding: 40px 10px !important;
    margin: 0px 0px !important;
}
.stm-header .stm_btn {
    padding: 10px 10px !important;
}
.gm-search.fullscreen {
    display: none !important;
}
.menu-item-has-children:after {
    content: "\f107";
    display: none !important;
}	
}

@media screen and (max-width: 767px) {
  .service-item {
    margin-bottom: 25px;
  }
  button.btn.btn-custom-reverse {
    margin-bottom: 15px;
  }
  .left-switcher {
    display: block;
    text-align: center;
  }
  .left-switcher .switch-btn {
    margin-bottom: 10px;
  }
  .pricing-info-switcher-wrapper {
    padding-bottom: 15px;
  }
	.gm-search.fullscreen {
    display: none !important;
}
.menu-item-has-children:after {
    content: "\f107";
    display: none !important;
}
}
