/*!
 * Himalaya 1.0
 * Client: Diamond Need
 * Copyright 2008-2018 Punchmark
 */


/* =======================================================================================
   NAV
======================================================================================= */
nav.navbar .dropdown .dropdown-item {
  line-height: 1;
}



/* =======================================================================================
   HEADER
======================================================================================= */

.toolbar > .toolbar-inner > ul > li,
.toolbar > .toolbar-inner > ul > li > a {
  color: #889aa2;
}

header .content-toolbar > .content-toolbar-inner > ul > li i {
  color: #c83d32;
  font-size: 22px;
  transform: translateY(3px);
  margin-left: 0;
  margin-right: 0;
}

header .content-toolbar > .content-toolbar-inner > ul.right > li i {
  margin-left: 4px;
}

header .content-toolbar > .content-toolbar-inner > ul.right > li i.icon-shopping-cart {
  margin-left: 5px;
}

header .content-toolbar > .content-toolbar-inner > ul > li > a {
  text-transform: none;
}

header .content-toolbar > .content-toolbar-inner > ul > li button {
  border: 0;
  background: transparent;
  padding-left: 0;
  outline: none;
}

header .content-toolbar > .content-toolbar-inner > ul > li .form-control {
  height: 30px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e1e1df;
  background: transparent;
  padding-left: 0;
}

header .content-toolbar > .content-toolbar-inner > ul > li > a {
  font-size: 16px;
}

@media(max-width:767px){
	header > .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	nav.navbar .navbar-toggler,
	nav.navbar .navbar-toggler.collapsed {
		padding-left: 20px;
	}
	nav.navbar .navbar-collapse {
		padding-bottom: 20px;
	}
}




/* =======================================================================================
   FOOTER
======================================================================================= */

footer {
  padding-top: 0px;
}

@media(min-width: 992px){
	footer {
	  padding-top: 20px;
	}
}

footer address {
  font-size: 0.9rem;
  line-height: 1.2;
}

footer .footerlinks li a {
  font-size: 0.9rem;
}

footer .footerlinks li a:hover,
footer .footerlinks li a:focus {
  color: #ffffff;
  text-decoration: none;
}

footer .input-group {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #889aa2;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}

@media(min-width:992px){
	footer .input-group {
	  margin-left: 0;
      margin-right: 0;
	}
}

footer .input-group .btn,
footer .input-group .form-control {
  background: none;
  border: none;
  color: #889aa2;
}

footer address a:hover,
footer address a:focus,
footer .input-group .btn:hover,
footer .input-group .btn:focus {
  color: #ffffff !important;
  text-decoration: none;
}

footer .form-control::-webkit-input-placeholder {
  color: #335160;
}

footer .form-control::-moz-placeholder {
  color: #335160;
}

footer .form-control:-ms-input-placeholder {
  color: #335160;
}

footer .form-control:-moz-placeholder {
  color: #335160;
}

footer .ctct-form-header,
footer .ctct-form-text,
footer .ctct-form-footer,
footer .ctct-gdpr-text {
  display: none !important;
}

footer .ctct-gdpr-text,
footer .ctct-gdpr-text * {
  font-size: 0.7rem !important;
}

footer div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin-bottom: 0.625rem !important;
}

footer .ctct-form-button {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: white !important;
  font-family: var(--bs-p-family) !important;
  font-weight: 600 !important;
  font-size: 1.2rem !important;
  border-radius: 0rem !important;
}

div.ctct-form-embed div.ctct-form-defaults {
  background: rgba(255,255,255,0.1) !important;
  padding: 1.25rem !important;
}

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  color: white !important;
  position: relative !important;
  top: 0px !important;
}

@media(max-width:767px){
  .footer-address-bar h3 .address, 
  .footer-address-bar .h3 .address {
    font-size: 1rem !important;
  }
}


/* =======================================================================================
   HOME
======================================================================================= */

section .widget .h5 {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 24px;
}

section#section-1 .widget .d-inline-block.btn {
  font-weight: 600;
  color: #c83d32;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05rem;
}

#section-4 .widget h6.text-center,
#section-4 .media-feed .media .media-heading {
  color: #c83d32;
}






/* =======================================================================================
   SOCIALS
======================================================================================= */

.social-networks {
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -0.15rem;
}

@media(min-width:992px){
	.social-networks {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-pack: start;
	  justify-content: flex-start;
	}
}

.social-networks.outline-circles .network {
  border: 1px solid #889aa2;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 0.15rem;
  text-decoration: none;
}

.social-networks.outline-circles .network i {
  font-size: 14px;
  color: #889aa2;
  display: block;
  text-decoration: none;
}

.social-networks.outline-circles .network:hover,
.social-networks.outline-circles .network:focus {
  background: #889aa2;
  border-color: #889aa2;
}

.social-networks.outline-circles .network:hover i,
.social-networks.outline-circles .network:focus i {
  color: #0f3344;
}

footer .social-networks {
  margin: 20px -10px 0 -10px;
}

footer .social-networks > a {
  color: #889aa2;
  font-size: 30px;
  padding: 0 10px;
}

footer .social-networks > a:hover,
footer .social-networks > a:focus {
  color: #ffffff;
}
