		
/*!
 * Himalaya 1.0
 * Client: Farnan Jewelers
 * Copyright 2008-2018 Punchmark
 */


/*Hide Grid ShipsBy Text*/
.grid .grid-item .grid-item-availability {
  display: none !important;
}



/* =======================================================================================
   NAV
======================================================================================= */

nav.navbar .dropdown .dropdown-menu {
  border-radius: 0 !important;
}

nav.navbar .navbar-toggler {
  padding: 20px;
}

@media(min-width:768px){
	nav.navbar .dropdown .dropdown-menu {
	  border-radius: 0 0 0.25rem 0.25rem !important;
	}
	nav.navbar .dropdown .dropdown-item {
	  line-height: 1;
	}
}





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

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

header .content-toolbar > .content-toolbar-inner > ul > li i {
  color: #2d6144;
  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 #cad7d0;
  background: transparent;
  padding-left: 0;
}
header .content-toolbar > .content-toolbar-inner > ul > li > a {
  font-size: 16px;
}

.toolbar .social-networks.outline-circles .network:hover i,
.toolbar .social-networks.outline-circles .network:focus i {
	color: var(--primary);
}

@media(max-width:767px){
	header > .main-content {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	header > .nav-default {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	nav.navbar .navbar-toggler,
	nav.navbar .navbar-toggler.collapsed {
		padding-left: 20px;
	}
	nav.navbar .navbar-collapse {
		padding-bottom: 20px;
	}
	.grid-section .grid-col .sticky {
	  top:0 !important;
	}
	body.sitemanager-menu-open .grid-section .grid-col .sticky,
	body.sitemanager-menu-closed .grid-section .grid-col .sticky {
	  top: 63px !important;
	}
}

@media(min-width:768px){
	header,
	nav.navbar {
	  padding-left: 10px;
	  padding-right: 10px;
	}
	body.sitemanager-menu-open header,
	body.sitemanager-menu-closed header {
	  top: 63px;
	}
}

@media(min-width:992px){
	header,
	nav.navbar {
	  padding-left: 10px;
	  padding-right: 10px;
	}
}



/* =======================================================================================
   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: #fdfefd;
  text-decoration: none;
}

footer .input-group {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #f4f9f1;
  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: #f4f9f1;
}

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

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

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

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

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







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

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

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

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






/* =======================================================================================
   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 #f4f9f1;
  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: #f4f9f1;
  display: block;
  text-decoration: none;  
}

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

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

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

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

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




