/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

body,
.container-wrap,
.material .ocm-effect-wrap,
.project-title,
.ascend .container-wrap,
.ascend .project-title,
body .vc_text_separator div,
.carousel-wrap[data-full-width="true"] .carousel-heading,
.carousel-wrap .left-border,
.carousel-wrap .right-border,
.single-post.ascend #page-header-bg.fullscreen-header,
.single-post #single-below-header.fullscreen-header,
#page-header-wrap,
.page-header-no-bg,
#full_width_portfolio .project-title.parallax-effect,
.portfolio-items .col,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4 {
  background-color: #ffffff !important;
}

body {
  font-size: 14px !important;
  color: #000 !important;
/*color: #747474 !important;*/
}

p a {
  text-decoration: underline;
  color: #337ab7 !important;
}

body p i {
	font-family: Source Sans Pro;
}

#header-secondary-top {
  background: #94a14f;
  padding: 10px 0;
}
#header-secondary-top .row {
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
}
#header-secondary-top .row:after,
#header-secondary-top .row:before {
  display: none;
}

#header-secondary-top li {
  display: inline-block;
  padding: 0px 5px;
  border-right: solid 1px #fff;
}
#header-secondary-top li a {
  color: #fff;
}
#header-secondary-top ul {
  margin: 0;
}
.home .home-service .col.section-title {
  padding: 1em 0 1em 0;
}
h1.entry-title {
  margin-top: 15px;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  color: #003768;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}
.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.rating label:last-child {
  position: static;
}
.rating label:nth-child(1) {
  z-index: 5;
}
.rating label:nth-child(2) {
  z-index: 4;
}
.rating label:nth-child(3) {
  z-index: 3;
}
.rating label:nth-child(4) {
  z-index: 2;
}
.rating label:nth-child(5) {
  z-index: 1;
}
.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label .icon {
  float: left;
  color: transparent;
}
.rating label:last-child .icon {
  color: #173858;
}
.rating:hover label:hover input ~ .icon,
.rating:not(:hover) label input:checked ~ .icon {
  color: #94a153;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #173858;
  text-shadow: 0 0 5px #94a153;
}
.newsletter {
  text-align: center;
  padding: 10px 0;
}
.subscribe {
  max-width: 980px;
  margin: 0 auto;
}
.subscribe label {
  display: inline-block;
  margin-right: 50px;
}
.subscribe input[type="email"] {
  display: inline-block;
  max-width: 300px;
  margin-right: 30px;
}
button.newsletter-submit.btn {
  display: inline-block;
  margin-left: 20px;
}

/* header css  */
ul {
  margin: 0;
}
.top-bar {
  background-color: #94a14a;
  padding: 8px 0px;
}

.custom-container {
  width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.top-bar-wrapper {
  display: flex;
  justify-content: space-between;
}

.top-bar-left li {
  border-right: 1px solid #ffffff;
  padding-right: 14px;
  margin-left: 4px;
  display: inline-block;
  position: relative;
}

.top-bar-left li:last-of-type {
  padding-left: 10px;
}

.top-bar-left li a {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
}

header .navbar .menu-item-has-children {
  position: relative;
}

header .navbar .menu-item-has-children .sub-menu.menu-depth-1 {
  min-width: 300px;
  background-color: #163859;
  /*padding: 10px 7px;*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 9999;
  margin-left: 0;
}

header .navbar .menu-item-has-children .sub-menu.menu-depth-1 li a,
header .navbar .menu-item-has-children .sub-menu.menu-depth-1 li {
  width: 100%;
}

header .navbar .menu-item-has-children > .sub-menu.menu-depth-1 > .menu-item-has-children:hover .sub-menu.menu-depth-2,
header .navbar .menu-item-has-children:hover .sub-menu.menu-depth-1 {
  opacity: 1;
  visibility: visible;
}

header .navbar .menu-item-has-children > .sub-menu.menu-depth-1 > .menu-item-has-children:after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 48%;
  font-family: fontawesome;
  font-size: 18px;
  transform: translateY(-50%);
  color: #fff;
}

header .navbar .menu-item-has-children .sub-menu.menu-depth-2 {
  min-width: 300px;
  background-color: #163859;
  /*padding: 10px 7px;*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  left: 300px;
  top: 0px;
  z-index: 9999;
  margin-left: 0;
}

.top-bar-left li .dropdown {
  min-width: 150px;
  background-color: #f5f5f5;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  left: -10px;
  top: 32px;
  margin-left: 0 !important;
}

.top-bar-left li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

.top-bar-left li .dropdown li {
  border: none;
  padding: 8px 0 8px 0;
  margin: 0;
  width: 100%;
}

.top-bar-left li .dropdown li a {
  color: #163859;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
}

.top-bar-right li {
  display: inline-block;
}

.top-bar-right li:last-of-type a {
  border-right: none;
}
.top-bar-right li span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.top-bar-right li a {
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  border-right: 1px solid #ffffff;
  font-weight: 600;
}

.top-bar-left li a:hover,
.top-bar-right li a:hover {
  color: #163859;
}

.middle-header {
  background-color: #fff;
  padding: 21px 0px;
}

.middle-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.middle-header-inner .logo {
  width: 400px;
}

.middle-header-inner .search-bar {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.middle-header-inner .telephone {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: 800;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}

.middle-header-inner .telephone a {
  color: #337ab7;
}

.search-bar form {
  margin-left: 30px;
  width: 360px;
}
.search-bar form .form-field {
  position: relative;
}
.search-bar form .form-field input {
  font-size: 14px;
  line-height: 24px;
  height: 45px;
  width: 100%;
  padding: 15px 35px 15px 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.search-bar form .form-field .search_btn {
  position: absolute;
  right: 16px;
  top: 50%;
  color: #163859;
  background: transparent;
  border: none;
  font-size: 18px;
  box-shadow: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar {
  background: #163859;
}
.main-menu {
  margin: 0 0 0 20px;
  font-size: 0;
  text-align: center;
}
.main-menu li {
  display: inline-block;
}
.main-menu li a {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  padding: 15px 22px 15px 22px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s;
}
.main-menu li a:hover {
  background-color: #94a14a;
}

.main-menu .sub-menu  {
	border-bottom: 2px solid #94a14a;
	text-align: left;
}

.main-menu li ul li a {
    padding: 7px 10px;
    text-transform: capitalize;
}

/* custom css start 02-08-2019 (@) */
.top-bar-left,
.top-bar-right {
  margin: 0;
}
.custom_banner_heading {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.custom_home-service-heading {
  margin-bottom: 0 !important;
  padding: 15px 0;
  letter-spacing: 4px;
}
.custom_service_sec {
  padding-left: 150px;
  padding-right: 20px;
  margin-bottom: 60px !important;
}
.custom_service_sec .iwithtext .iwt-icon img {
  width: 80px !important;
  height: 80px;
}
.custom_service_sec .iwithtext .iwt-text {
  padding-left: 95px;
}
.custom_service_sec .iwithtext .iwt-text h3 a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #337ab7;
  font-family: "Source Sans Pro", sans-serif;
}
.custom_service_sec .iwithtext .iwt-text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #747474;
  font-family: "Source Sans Pro", sans-serif;
}
.custom_service_sec.custom_product_sec {
  padding-left: 6%;
}
.custom_product_inner {
  padding-left: 60px !important;
}
.custom_tag_section > .col.span_12 > .vc_col-sm-12,
.custom_recent_news-sec > .col.span_12 > .vc_col-sm-12 {
  padding: 0 30px;
}
.custom_recent_news-sec .wpb_tabs_nav.ui-tabs-nav {
  margin-bottom: 10px !important;
  background-color: #ececec;
  border-bottom: 2px solid #163859;
}
.custom_recent_news-sec .wpb_tabs_nav.ui-tabs-nav li a {
  color: #555555;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  background: #ffffff !important;
  padding: 15px 20px;
  border: 1px solid #ddd !important;
}
.tabbed[data-style="material"] .wpb_tabs_nav li a {
  border-radius: none !important;
}
.custom_recent_news-sec .post-area .article-content-wrap .post-featured-img-wrap {
  width: 80px;
  height: 40px;
}
.custom_recent_news-sec .post-area .article-content-wrap .post-content-wrap {
  padding: 0px 0px 0px 10px !important;
}
.custom_recent_news-sec .post-area .article-content-wrap {
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
}
.custom_recent_news-sec .post-area .article-content-wrap .post-content-wrap .excerpt,
.custom_recent_news-sec .post-area .article-content-wrap .post-content-wrap .meta-category {
  display: none;
}
.custom_recent_news-sec .post-area .article-content-wrap .post-content-wrap .grav-wrap {
  margin-top: 0;
  font-size: 14px;
  font-style: italic;
  color: #747474;
  font-weight: 500;
}
.custom_recent_news-sec .post-area article {
  margin-bottom: 0 !important;
}
.custom_recent_news-sec .post h3.title {
  margin-bottom: 0 !important;
  color: #337ab7;
  font-size: 18px;
  font-weight: 300;
  padding-top: 7px;
}
.custom_recent_news-sec .post .post-content {
  min-height: auto !important;
}
.custom_tag_section h2 {
  margin: 30px 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #747474;
}
.tag_list {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.tag_list li {
  display: inline-block;
}
.tag_list li a {
  font-size: 14px;
  border: 1px solid #999999;
  border-radius: 3px;
  color: #555555;
  display: block;
  margin: 0 5px 5px 0;
  padding: 2px 10px;
  line-height: 28px;
}
.custom_tag_section {
  padding-bottom: 30px !important;
}
#footer-outer #copyright,
.ascend #footer-outer #copyright {
  background-color: #94a14a !important;
}
#footer-outer #copyright {
  padding: 20px 0 !important;
}
#footer-outer #copyright p a,
#footer-outer #copyright p {
  color: #ffffff !important;
  font-size: 19px;
}
#footer-outer .newsletter {
  background-color: #ededed;
}
#footer-outer .newsletter .subscribe {
    max-width: 1445px;
    text-align: left;
    padding: 0 100px;
}
#footer-outer .newsletter form .subscribe label {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 36px;
  color: #444;
  margin-right: 80px;
  font-family: "Source Sans Pro";
}
#footer-outer .newsletter .subscribe input[type="email"] {
  background-color: #f8f8f8;
  display: inline-block;
  border: none;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: "Source Sans Pro";
  margin-right: 50px;
}
#footer-outer .newsletter .subscribe .newsletter-submit.btn {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  line-height: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: auto;
  position: relative;
  display: inline-block;
  background-color: #555555;
  font-family: "Source Sans Pro";
  text-transform: capitalize !important;
  padding: 12px 18px;
  border-radius: 0px !important;
}
body[data-button-style^="rounded"] button[type="submit"],
body[data-button-style^="rounded"] button {
  border-radius: none !important;
}
body #footer-outer i {
  font-size: 15px !important;
}
#footer-outer #footer-widgets {
  background: #f2f2f2;
  padding: 20px 0;
}
#sidebar {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  text-align: center;
}
.ascend #sidebar h4,
#sidebar #nav_menu-2 h4 {
  font-size: 20px;
  color: #003768;
  margin-top: 5px;
  font-family: Source Sans Pro;
  text-transform: capitalize !important;
  font-weight: 300;
}
.ascend #sidebar ul li a,
#nav_menu-2 #menu-service-menu li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 14px;
  color: #747474;
}
.ascend #sidebar ul,
#menu-service-menu {
  margin-bottom: 0px;
}
#content {
  color: #747474;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Source Sans Pro", sans-serif;
}
.gform_description {
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.gform_heading {
  margin-bottom: 0 !important;
}
.custom_news_sections .row,
.blog > .container-wrap > .container.main-content > .row,
.category > .container-wrap > .container.main-content > .row,
.tag > .container-wrap > .container.main-content > .row {
  display: flex;
  flex-direction: row-reverse;
}

.custom_news_sections #sidebar,
.blog > .container-wrap > .container.main-content > .row #sidebar,
.category > .container-wrap > .container.main-content > .row #sidebar,
.tag > .container-wrap > .container.main-content > .row #sidebar {
  align-self: flex-start;
}
.custom_news_sections .post-area.col.span_9,
.blog > .container-wrap > .container.main-content > .row .post-area,
.category > .container-wrap > .container.main-content > .row .post-area,
.tag > .container-wrap > .container.main-content > .row .post-area {
  padding-right: 0 !important;
  margin-left: 50px !important;
}

#nav_menu-2 #menu-service-menu li {
  position: relative;
}
#nav_menu-2 #menu-service-menu li ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 20px;
  background: #f3f3f3;
  width: 280px;
  padding-left: 0;
  opacity: 1;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
#nav_menu-2 #menu-service-menu li ul.sub-menu > li > a {
  padding: 5px;
}
#nav_menu-2 #menu-service-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
#nav_menu-2 #menu-service-menu > li:after {
  content: "\f105";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: fontawesome;
}
#nav_menu-2 #menu-service-menu > li {
  position: relative;
}
#field_1_8 > label {
	display:none;
}
.gfield textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0px !important;
}
.gfield input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0px !important;
}
.gform_body {
  width: 480px;
  margin: 0 auto;
}
#gform_fields_1 .gfield:last-of-type .gfield_label {
  display: block;
}
.gform_footer {
  text-align: right;
  width: 650px;
  margin: 0 auto;
}
.gform_button {
  border-radius: 0px !important;
  background: #000 !important;
}
.post-featured-img {
  display: flex;
  justify-content: center;
}
.post-featured-img img {
  width: 100%;
}
#commentform .form-submit input#submit {
  border-radius: 0px !important;
  background: #000;
}
.mobile-menu {
  display: none;
}
.products.columns-4 li {
  border: 1px solid #ddd;
  padding: 10px !important;
}
.product .product_title {
  font-size: 24px !important;
  line-height: 1.2em !important;
  padding-bottom: 10px !important;
}
.button.wc-backward {
  color: #fff !important;
}
#text-1 .textwidget p:first-of-type {
  padding-bottom: 0 !important;
}
.post .post-content.classic .content-inner {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #00b300;
  font-weight: 600;
  font-size: 16px;
}

/* add to cart css start */
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  margin-left: 10px !important;
  margin-bottom: 10px !important;
  width: 20px;
}
.woocommerce-mini-cart__empty-message {
  color: #fff;
  text-align: center;
}
/* add to cart css end */
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  opacity: 1 !important;
}
nav.woocommerce-MyAccount-navigation {
  padding-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul li {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 10px;
}
.mc4wp-response p {
  padding-bottom: 0;
  padding-top: 15px;
  color: #00b300;
}

#content,
.textwidget .about-us,
.textwidget p,
.ascend #footer-outer #footer-widgets .col ul li a,
.ascend #sidebar div ul li a,
.woocommerce-products-header .wpb_wrapper p,
.wpb_text_column p,
#nav_menu-2 #menu-service-menu > li a,
.woocommerce .woocommerce-breadcrumb,
.nectar-shop-header p.woocommerce-result-count,
.excerpt,
.custom-faqs-column ul li a{
  font-size: 16px;
}
/*#nav_menu-2 #menu-service-menu > li.current-menu-ancestor a{
    background-color:#163859;
    color:#fff;
}
#nav_menu-2 #menu-service-menu > li.current-menu-ancestor:after{
    color:#fff;
}*/
.review_form_wrapper .form-group {
  margin-bottom: 40px;
}
.review_form_wrapper .form-group label {
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.review_form_wrapper .form-group .rating {
  display: block;
}
.review_form_wrapper .form-group .rating label {
  font-size: 50px;
}
#nav_menu-2 #menu-service-menu > li:hover a {
  background-color: #163859;
  color: #fff;
}
#nav_menu-2 #menu-service-menu > li:hover:after {
  color: #fff;
}

/* addon section start */
.custom-addon {
  display: flex;
  align-items: center;
}
.custom-addon-select {
  width: calc(100% - 135px);
}
.custom-addon .add-inputs {
  width: 60px;
  min-height: 35px;
  align-self: flex-end;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  margin: 0 20px;
  padding: 0 10px;
}
.custom-addon .more_button,
.custom-addon .delete-btn {
  width: 35px;
  height: 35px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* addon section end */
.wp-caption .wp-caption-text,
.row .col .wp-caption .wp-caption-text {
  top: 0;
}
#menu-service-menu .current-menu-parent {
  background: #163859;
  color: #ffffff;
}
#menu-service-menu .current-menu-parent a {
  color: #ffffff !important;
}
#menu-service-menu li > .sub-menu > li > a,
#menu-service-menu .current-menu-parent > .sub-menu > li > a {
  background: transparent !important;
  color: #747474 !important;
}
#menu-service-menu .current-menu-parent > .sub-menu > li.current-menu-item > a {
  color: #163859 !important;
}
h3.addon-name {
  display: none !important;
}
.custom-addon .add-inputs {
  display: none !important;
}
.custom-addon .more_button,
.custom-addon .delete-btn {
  display: none !important;
}
.form-box {
  position: relative;
}
.form-box .buttons_added {
  padding-top: 8px;
}
.form-box .ex_form {
  position: absolute;
  top: 253px;
}

#product-7235 .summary.entry-summary .price {
  padding-bottom: 10px !important;
}
#product-7235 .summary.entry-summary h4 {
  font-size: 22px;
}
#product-7235 .summary.entry-summary .question label {
  font-size: 21px;
  color: #333232;
}

#autoUpdate div.clear {
  padding-bottom: 0px;
}

#nectar-slider-instance-1 {
  height: 325px !important;
}
#nectar-slider-instance-1 .swiper-container {
  height: 325px !important;
}
#nectar-slider-instance-1 .swiper-wrapper {
  height: 325px !important;
}
#nectar-slider-instance-1 .swiper-slide-visible {
  height: 325px !important;
}
#nectar-slider-instance-1 .content {
  top: 77px !important;
}

/* 30 Aug css */
.nectar_quick_view i {
  background-color: transparent;
}

.woocommerce-page button[type="button"].single_add_to_cart_button {
    padding: 20px 45px!important;
    margin-top: 30px;
}

.checkout .woocommerce-shipping-fields, 
.checkout .woocommerce-billing-fields {
    padding-right: 0;
}

.woocommerce-checkout #payment div.payment_box {
    background: rgb(241, 241, 241);
}

/* custom css 03-10-2019 (@D) */
#tab-applications h3:first-of-type, #tab-documents h3:first-of-type {
    display: none;
}

body .toggles .toggle h3 a {
  padding-left: 15px;
}

body .toggles .toggle h3 i {
  right: 10px;
}

.toggles .toggle .wpb_text_column {
  padding: 10px 15px 0;
}

.toggles .toggle .wpb_text_column p {
  padding-bottom: 15px;
}

.toggles .toggle .wpb_text_column ul {
  list-style-position: inside;
}

.toggles .toggle .wpb_text_column ul li {
  margin-left: 0;
  list-style-position: inside;
}

body.single-post .heading-title {
  margin-bottom: 0;
  padding: 10px 0 15px!important;
}
body.single-post .heading-title #single-below-header {
  padding-top: 15px;
}
.single-post .row .disply-block p#breadcrumbs + p {
  padding: 0;
}
/* responsive css start */
@media only screen and (max-width: 1400px) {
  .custom_service_sec {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  #nectar-slider-instance-1 {
    height: 600px !important;
  }
  #nectar-slider-instance-1 .container,
  #nectar-slider-instance-1 .swiper-slide.swiper-slide-visible.swiper-slide-active,
  #nectar-slider-instance-1 .swiper-wrapper,
  #nectar-slider-instance-1 .swiper-container {
    height: 100% !important;
  }
  /*#nectar-slider-instance-1 .swiper-slide.swiper-slide-visible.swiper-slide-active .content {
    top: 245px !important;
  }*/
}

@media only screen and (max-width: 1280px) {
  .custom-container {
    width: 100%;
    padding: 0 20px;
  }
  #footer-outer .newsletter .subscribe {
    max-width: 100% !important;
    padding: 0 90px;
  }
}

@media only screen and (max-width: 1200px) {
  #product-7235 .summary.entry-summary .question label {
    font-size: 16px;
  }

  #nectar-slider-instance-1 {
    height: 500px !important;
  }
  /*#nectar-slider-instance-1 .swiper-slide.swiper-slide-visible.swiper-slide-active .content {
    top: 200px !important;
  }*/
  .custom_service_sec {
    padding-left: 20px;
    margin-bottom: 40px !important;
  }
  .custom_service_sec.custom_product_sec {
    padding-left: 10px;
  }
  .custom_product_inner {
    padding-left: 20px !important;
  }
  #copyright .col:first-of-type {
    width: 100% !important;
  }
  #copyright .col:last-of-type {
    display: none;
  }
  .custom_service_sec .iwithtext .iwt-text {
    padding-left: 75px;
  }
  .custom_service_sec .iwithtext .iwt-icon img {
    width: 60px !important;
    height: 60px;
  }
  #copyright .container,
  #footer-outer .newsletter .subscribe,
  #footer-widgets .container {
    padding: 0 50px !important;
  }
  .main-menu {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .main-menu li a {
    padding: 15px 10px;
  }
  .search-bar form {
    margin-left: 10px;
    width: 300px;
  }
}

@media only screen and (max-width: 999px) {
  #nectar-slider-instance-1 {
    height: 380px !important;
  }
  #nectar-slider-instance-1 .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #nectar-slider-instance-1 .swiper-slide.swiper-slide-visible.swiper-slide-active .content {
    position: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  #nectar-slider-instance-1 .swiper-slide.swiper-slide-visible.swiper-slide-active .content h2 {
    font-size: 26px;
  }
  body .wpb_wrapper h3.vc_custom_heading {
    font-size: 20px !important;
  }
  .custom_service_sec {
    padding-bottom: 30px !important;
  }
  .vc_custom_1564753393691 {
    margin-top: 30px !important;
  }
  .custom_product_inner {
    padding-left: 0px !important;
  }
  .custom_product_inner {
    padding-left: 0px !important;
    padding-top: 30px !important;
  }
  .custom_service_sec {
    padding-left: 20px !important;
    padding-bottom: 30px !important;
  }
  .custom_tag_section > .col.span_12 > .vc_col-sm-12,
  .custom_recent_news-sec > .col.span_12 > .vc_col-sm-12 {
    padding: 0 20px;
  }
  #copyright .container,
  #footer-outer .newsletter .subscribe,
  #footer-widgets .container {
    padding: 0 20px !important;
    max-width: 100% !important;
  }
  #footer-outer .newsletter .subscribe {
      padding: 0 35px!important;
  }
  #footer-widgets .container .col {
    margin-bottom: 10px;
  }
  #footer-outer .row {
    padding: 0;
  }
  .main-menu li a {
    padding: 15px 5px;
    font-size: 13px;
  }
  .middle-header-inner .logo {
    width: 350px;
  }
  .middle-header-inner .logo img {
    width: 100%;
  }
  .search-bar form {
    width: 200px;
  }
  .middle-header-inner .telephone {
    font-size: 17px;
  }
  #copyright .col:first-of-type {
    text-align: center;
  }
  #footer-outer .newsletter form .subscribe label {
    margin-right: 10px;
  }
  #footer-outer .newsletter .subscribe input[type="email"] {
    margin-right: 0;
  }
  .custom_news_sections .row,
  .blog > .container-wrap > .container.main-content > .row,
  .category > .container-wrap > .container.main-content > .row,
  .tag > .container-wrap > .container.main-content > .row {
    flex-wrap: wrap !important;
    flex-direction: column-reverse !important;
  }
  .custom_news_sections .post-area.col.span_9,
  .blog > .container-wrap > .container.main-content > .row .post-area,
  .category > .container-wrap > .container.main-content > .row .post-area,
  .tag > .container-wrap > .container.main-content > .row .post-area {
    padding-right: 0 !important;
    margin-left: 0px !important;
  }
  .post-header h2.title {
    font-size: 22px !important;
  }
  .blog > .container-wrap > .container.main-content > .row .post-area,
  .category > .container-wrap > .container.main-content > .row .post-area,
  .tag > .container-wrap > .container.main-content > .row .post-area,
  #sidebar {
    width: 100%;
  }
  .row.custom_left_sidebars {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #nav_menu-2 #menu-service-menu li ul.sub-menu {
    left: 0;
    width: 100%;
  }
  .custom_resources_sidebars .col.span_12.dark {
    display: flex;
    flex-direction: column;
  }
  .product .product_title {
    font-size: 20px;
    line-height: 1.2em;
  }
  .woocommerce div.product div.summary {
      width: 100%;
  }
}

@media only screen and (min-width: 991px) {
	/* fixed menu css */
	.stuck-menu.scroll-fix {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    width: 100%;
	    z-index: 10000;
	    -moz-transition: 0.3s all ease;
	    -o-transition: 0.3s all ease;
	    -webkit-transition: 0.3s all ease;
	    transition: 0.3s all ease;
	}

}

@media only screen and (max-width: 767px) {
  .middle-header-inner {
    flex-wrap: wrap;
  }
  .middle-header-inner .logo,
  .middle-header-inner .search-bar {
    width: 100%;
    text-align: center;
  }
  .middle-header-inner .logo img {
    width: auto;
  }
  .middle-header-inner .search-bar {
    justify-content: center;
  }
  .middle-header {
    padding: 15px 0px;
  }
  #copyright .col:first-of-type {
    margin-bottom: 5px;
  }
  #footer-outer .newsletter form .subscribe label {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  #footer-outer .newsletter .subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer-outer .newsletter .subscribe .newsletter-submit.btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .newsletter {
    padding: 20px 0 25px 0;
  }
  #footer-outer .newsletter .subscribe label {
    margin-bottom: 7px;
  }
  .navbar .custom-container {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .top-bar-left {
    display: none;
  }
  .top-bar-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* responsive menu code start */
  .mobile-menu {
    display: block;
    text-align: center;
    cursor: pointer;
  }
  .mobile-menu p {
    color: #fff;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .main-menu {
    display: none;
    margin: 30px 0 0;
  }
  .main-menu li {
    width: 100%;
    text-align: center;
  }
  header .navbar .menu-item-has-children .sub-menu.menu-depth-1 {
    min-width: 100%;
    background-color: #828282;
  }
  header .navbar .menu-item-has-children .sub-menu.menu-depth-2 {
    min-width: 100%;
    background-color: #515050;
    left: 0;
  }
  /* responsive menu code end */
}

@media only screen and (max-width: 690px) {
  .post .post-content.classic .content-inner {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .posts-container .post-content {
    padding-left: 0;
  }
  #gform_1 .gform_footer {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .top-bar-right li a {
    font-size: 10px;
  }
  .middle-header-inner .logo img {
    width: 100%;
  }
  .middle-header-inner .search-bar {
    flex-wrap: wrap;
  }
  .search-bar form,
  .middle-header-inner .telephone {
    width: 100%;
  }
  .middle-header-inner .telephone {
    margin-bottom: 10px;
  }
  #footer-outer #copyright p a,
  #footer-outer #copyright p {
    font-size: 16px;
  }
  #footer-outer #copyright {
    padding: 10px 0 !important;
  }
  #nectar-slider-instance-1 {
    height: 190px !important;
  }
  #nectar-slider-instance-1 .swiper-slide.swiper-slide-visible.swiper-slide-active .content {
    margin-top: 120px;
    text-align: center;
  }
  .post .post-content.classic .content-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #gform_1 .gform_body {
    width: 100%;
    margin: 0 auto;
  }
  .woocommerce-account .container-wrap {
    padding: 10px 0 0 0 !important;
  }
  .woocommerce h2 {
    margin-bottom: 25px !important;
  }
  .woocommerce .woocommerce-Button.button {
    margin-top: 30px !important;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    margin-bottom: 30px !important;
  }
  .single-post .row.heading-title.hentry {
    padding: 0 !important;
  }
  body.ascend #respond {
    margin-top: 0px !important;
  }
  .ascend #commentform .form-submit {
    padding-bottom: 10px !important;
    margin-top: 0px !important;
  }
  .custom-mass-spec-faqs-column .wpb_text_column {
    padding-bottom: 10px !important;
  }
  #pagination {
    margin-bottom: 0;
    text-align: center;
  }
  .page-id-32 .wpb_row.vc_row-fluid.vc_row.top-level.standard_section {
    padding-top: 0 !important;
  }
  .woocommerce-breadcrumb {
    margin-bottom: 20px !important;
  }
  #gform_wrapper_1 {
    margin-bottom: 0px;
  }
  .row.custom_left_sidebars .wpb_row.vc_row-fluid.vc_row.top-level.standard_section {
    margin-bottom: 0;
  }
  #text-1 h4 {
    margin-top: 10px;
  }
  #footer-outer .newsletter .subscribe {
    padding: 0 20px!important;
  }
}


@media only screen and (max-width: 479px) {
    .woocommerce div#product-7235 form.cart div.quantity {
        padding-top: 35px;
    }
}

.custom-tube-review-link a {
    color: #337ab7;;
}

/*custom code written on 10sept19*/
#tab-description ul li,
#tab-additional_information ul li,
#tab-applications ul li,
#tab-documents ul li{list-style-position:inside !important;}

.custom_service_sec{min-height: 90px !important}


/*custom css written on 19sept19*/
body:not(.woocommerce-cart) .main-content #tab-description hr{display: none;}
body:not(.woocommerce-cart) .main-content #tab-description table tr{display:inherit;}

body:not(.woocommerce-cart) .main-content .woocommerce-tabs h3{margin-top:10px;font-size: 23px;}

body:not(.woocommerce-cart) .main-content #tab-description li,
body:not(.woocommerce-cart) .main-content #tab-applications li,
body:not(.woocommerce-cart) .main-content #tab-documents a,
body:not(.woocommerce-cart) .main-content #tab-documents p,
body:not(.woocommerce-cart) .main-content #tab-description p{font-size: 17px;word-spacing: 1px;}

body:not(.woocommerce-cart) .main-content #tab-description p{padding-bottom: 15px}

body:not(.woocommerce-cart) .main-content #tab-description table{border:none;}
body:not(.woocommerce-cart) .main-content #tab-description td{border:none;font-size: 17px;padding:0px; padding-right: 10px !important;padding-bottom: 5px;}
body:not(.woocommerce-cart) .main-content #tab-description table tr:nth-child(2n+1){background: none;} 
/*BUHV*/
body.ascend .icon-salient-cart:before, body .icon-salient-cart:before, .ascend .icon-salient-cart:before,.icon-salient-cart:before, .icon-salient-cart:before {
content: "\f07a";
    font-family: "FontAwesome";
}

em {
	font-size:inherit !important;
	font-weight:inherit !important;
	font-family:inherit !important;
}

.wpb_wrapper > ul li {
	margin-left:50px !important;
  list-style-position: outside !important;
}

#nectar-slider-instance-1 .content {
    left: 0 !important;
    text-align: center;
}


#sidebar .widget.widget_categories li.cat-item.current-cat a {
	font-weight: bold;
	color: #163859;
}

.custom_class_blog .row {
display: flex;
flex-direction: row-reverse;
}
.custom_class_blog .post-area {
padding-right: 0;
padding-left: 65px;
}
.custom_class_blog #sidebar {
align-self: flex-start;
}

/*.custom_class_blog .post-area .post-content .meta-category a{background: #94a14a;border: 1px solid #94a14a !important; }*/

.custom_service_sec .iwithtext .iwt-text p {
    font-size: 14px;
    line-height: 1.4 !important;
    font-weight: normal;
}

#footer-widgets .container .row .textwidget{ font-size: 14px; }

.wpb_text_column.wpb_content_element.custom_home_tags ul li {
    margin-left: auto;
}

body[data-fancy-form-rcs="1"].woocommerce.woocommerce .woocommerce-ordering {
    margin-top: 6px;
}
 p.woocommerce-result-count, 
.excerpt,
.term-description p,
.content-inner p,
.wpb_wrapper p, p > a, li {font-size: 16px !important;}

 .n-shortcode .nectar-love, .total_loves, .nectar-love-wrap{display:none !important;
}



/* 17-10-2019 */

body .toggles .toggle h3 a {
    /*padding-left: 35px !important;*/
}


body i {
  font-family: inherit !important;
    font-size: inherit !important;
        line-height: inherit !important;
    font-weight: inherit !important;
    font-style: italic !important;
}

.image-icon-quote {
    font-family: Georgia,serif!important;
    font-size: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin-bottom: 33px;
    line-height: 70px;
    background-size: cover;
    background-position: center;
    color:#003768;
    border: 2px solid rgba(0,0,0,0.13);
}

.margin-bottom-0 {
  margin-bottom:0;
}

.bold, strong, b {
    font-family: Source Sans Pro;
    font-weight: 600 !important;
}