/*!
 * Texas Gold Connection
 * Copyright 2008-2017 Punchmark
 */



.grid-item-double-width .grid-item-fix-height {
  padding-bottom: 0 !important;
}



.grid-item-double-width .grid-item-fix-height img + img {
  max-height: 324px !important;
}

@media(min-width:768px){
	.grid-item-double-width .grid-item-fix-height img + img {
	  max-height: 38.5vw !important;
	}
}

@media(min-width:992px){
	.grid-item-double-width .grid-item-fix-height img + img {
	  max-height: 324px !important;
	}
}

@media(min-width:1200px){
	.grid-item-double-width .grid-item-fix-height img + img {
	  max-height: 384px !important;
	}
}

.logged-in-only {
  display: none;
}

body.sitemanager-menu-open .logged-in-only,
body.sitemanager-menu-closed .logged-in-only {
  display: block;
}




#mc_embed_signup {
  margin-bottom: 10px;
}

#mc_embed_signup,
#mc_embed_signup form {
  background: none !important;
  padding: 0 !important;
  text-align: center !important;
}

@media(max-width:767px){
	#mc_embed_signup_scroll {
	  display: block !important;
	  width: auto !important;
	  margin: 0 auto !important;
	  justify-content: center !important;
	}
	#mc_embed_signup_scroll * {
	  text-align: center !important;
	}

}

@media(min-width:768px){
	#mc_embed_signup_scroll {
	  display: -ms-inline-flexbox !important;
	  display: inline-flex !important;
	  width: auto !important;
	  margin: 0 auto !important;
	  justify-content: center !important;
	}
}

#mc_embed_signup_scroll label,
#mc_embed_signup input.email,
#mc_embed_signup_scroll input[type=submit]{
  display: block !important;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "futura-pt", sans-serif;
}

#mc_embed_signup input.email {
  border: 1px solid white !important;
  background: #2b2d30 !important;
  padding: 8px 1rem 10px 1rem !important;
  font-family: "futura-pt", sans-serif;
}

#mc_embed_signup_scroll label {
  text-align: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  font-family: "futura-pt", sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  justify-content: center !important;
}

#mc_embed_signup input.button {
  font-size: 16px !important;
  background: #ffffff !important;
  color: #2b2d30 !important;
  padding: 5px 1rem !important;
  height: auto;
  width: auto !important;
}

@media(min-width:768px){
	#mc_embed_signup input.email {
	  margin-right: 10px !important;
	}
	#mc_embed_signup_scroll label {
	  margin-right: 20px !important;
	  white-space: nowrap;
	}
}

@media(max-width:767px){
	#mc_embed_signup_scroll label {
	  margin-bottom: 40px !important;
	}
	#mc_embed_signup input.button,
	#mc_embed_signup input.email {
	  width: 100% !important;
	  max-width: 100% !important;
	  min-width: 100% !important;
	  margin-top: 10px !important;
	}
}


.alert-global {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.alert-global a, 
.alert-global .alert-link {
  color: #000000;
}


body#summer-engagement-event img.opacity-on {
  opacity: 0 !important;
}



@media(min-width:1200px){
	a#logo {
	  width: 660px;
	  max-width: 660px;
	  padding: 20px 0px;
	}
}





/*- HEADER TOOLBAR -*/

.toolbar > .toolbar-inner > ul > li > a {
  letter-spacing: 0.06rem;
  font-weight: 300;
}

/*- HEADER CONTENT TOOLBAR -*/
header .content-toolbar {
  top: 20px;
}

header .content-toolbar > .content-toolbar-inner > ul.right .input-group {
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  max-width: 145px;
}

@media(min-width:992px){
	header .content-toolbar > .content-toolbar-inner > ul.right .input-group {
	  max-width: 170px;
	}
}

header .content-toolbar > .content-toolbar-inner > ul.right .form-control {
  padding-right: 0;
}

header .content-toolbar > .content-toolbar-inner > ul.right .form-control,
header .content-toolbar > .content-toolbar-inner > ul.right .form-control:hover,
header .content-toolbar > .content-toolbar-inner > ul.right .form-control:focus,
header .content-toolbar > .content-toolbar-inner > ul.right .form-control:active,
header .content-toolbar > .content-toolbar-inner > ul.right .input-group-btn > .btn,
header .content-toolbar > .content-toolbar-inner > ul.right .input-group-btn > .btn:hover,
header .content-toolbar > .content-toolbar-inner > ul.right .input-group-btn > .btn:focus,
header .content-toolbar > .content-toolbar-inner > ul.right .input-group-btn > .btn:active {
  border: 0;
  background: none;
  box-shadow: none;
}

@media(max-width: 767px){
	a#logo {
	  width: 100%;
	  max-width: 100%;
	  padding: 20px 10px;
	}
	header .content-toolbar {
	  display: none !important;
	}
}











/*- NAV -*/

nav.navbar {
  top: -2px;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.075), 0 4px 4px rgba(0,0,0,0.05);
}

@media(min-width:768px){
	nav.navbar .navbar-collapse {
	  padding: 0 20px;
	}
	nav.navbar .nav-item .nav-link {
	  font-size: 1rem;
	  font-weight: 400;
	}
}
@media(min-width:992px){
	nav.navbar .nav-item .nav-link {
	  font-size: 1.25rem;
	  font-weight: 300;
	}
}
@media(min-width:1200px){
	nav.navbar .navbar-collapse {
  		max-width: 1140px !important;
  		margin-left: auto !important;
  		margin-right: auto !important;
	}
}
@media(max-width:767px){
	nav.navbar .navbar-collapse ul {
	  padding-bottom: 20px;
	}
	nav.navbar .nav-item,
	nav.navbar .nav-item + nav-item {
	  width: calc(100% - 40px);
	  margin: 0 auto !important;
	}
}


.more-settings{
	width: 70px!important;
}





/* - ??? Diamonds Megamenu Dropdown ??? - */
nav.navbar .diamonds-dropdown .dropdown-item > i {
  font-size: 22px;
}

nav.navbar .dropdown-wide .dropdown-menu-wide .dropdown-item-parent {
  text-transform: uppercase;
  font-weight: 500;
}

nav.navbar .dropdown-wide .dropdown-menu-wide .dropdown-menu-children .dropdown-item {
  font-size: 0.875rem;
  line-height: 1;
}



/* - Engagement Dropdown - */
@media(min-width:768px){
	nav.navbar .dropdown-wide .dropdown-menu-wide .dropdown-menu-children .dropdown-item i {
	  font-size: 45px;
	  line-height: 10px;
	  overflow: hidden;
	  display: inline-block;
	  height: 22px;
	  margin-bottom: -2px;
	}

	nav.navbar .dropdown-wide .dropdown-menu-wide .dropdown-menu-children .dropdown-item i::before {
	  display: block !important;
	  transform: translateY(6px);
	}

	nav.navbar .dropdown-wide .dropdown-menu-wide .dropdown-menu-children .dropdown-item i + span {
	  display: inline-block !important;
	  transform: translateY(-6px);
	  padding-left: 5px;
	}
}

@media(max-width:767px){
	nav.navbar .dropdown-wide .dropdown-menu-wide .dropdown-menu-children .dropdown-item i {
	  display: none !important;
	}
}












.testimonials-carousel .owl-carousel.column-slider .owl-dots {
  display: none !important;
}







/*- CALLOUTS -*/

.services-section img {
  max-width: 110px;
}

.services-section .lead {
  text-transform: uppercase;
}






/*- CUSTOM GALLERY -*/
.custom-gallery .btn-link {
  letter-spacing: 0.05rem;
  line-height: 1.2;
}

.custom-gallery .widget {
  background: #ffffff;
}

.custom-gallery .widget .content-block {
  padding-top: 0px;
}

.custom-gallery .widget .content-block .p {
  font-weight: 400;
}










/*- PROD WIDGETS HOME -*/

.jewelry-section {
  background: #f4f4f4;
}

.jewelry-section .widget > div[onclick] {
  background-size: auto 92% !important;
  background-position: center right !important;
  box-shadow: 0 0 0 2px white;
}

.jewelry-section .widget > div[onclick] .h2 {
  font-weight: 100;
  line-height: 24px;
  font-size: 26px;
  letter-spacing: 0.06rem;
  margin-bottom: 15px;
}

.jewelry-section .widget > div[onclick] .p {
  font-weight: 300;
  line-height: 15px;
  font-size: 12px;
  letter-spacing: 0.06rem;
  margin-bottom: 20px;
}

.jewelry-section .engagement-rings .widget > div[onclick] .p {
  max-width: 65%;
}

.jewelry-section #section-2-tab-1-row-1-column-1 {
  border-bottom: 2px solid white;
}

.jewelry-section #section-2-tab-1-row-1-column-2 {
  border-bottom: 2px solid white;
}

.jewelry-section #section-2-tab-1-row-1-column-2 .widget {
  border-bottom: 2px solid white;
}

.jewelry-section #section-2-tab-1-row-1-column-2 .widget + widget {
  border-top: 0px solid white;
  border-bottom: 0;
}

.jewelry-section #section-2-tab-1-row-1-column-2 .widget > div[onclick] .p {
  display: none !important;
}

.jewelry-section .widget + .widget > div[onclick] {
  background-size: auto 130% !important;
  background-position: center right !important;
}

.jewelry-section .position-0-right-auto {
  width: 100%;
}

@media(min-width: 575px){
	.jewelry-section #section-2-tab-1-row-1-column-2 .widget > div[onclick] .p {
	  display: flex !important;
	}

	.jewelry-section .widget > div[onclick] .h2 {
	  line-height: 26px;
	  font-size: 30px;
	}

	.jewelry-section .widget > div[onclick] .p {
	  font-weight: 300;
	  line-height: 18px;
	  font-size: 15px;
	}

}

@media(min-width: 768px){

	.jewelry-section .engagement-rings .widget > div[onclick] .p {
	  max-width: 80%;
	}

	.jewelry-section .engagement-rings .widget > div[onclick] {
	  background-size: auto 87% !important;
      background-position: center right !important;
	}

	.jewelry-section #section-2-tab-1-row-1-column-2 .widget > div[onclick] .p {
	  display: none !important;
	}

	.jewelry-section #section-2-tab-1-row-1-column-1 {
	  border-right: 1px solid white;
	  border-bottom: 2px solid white;
	}

	.jewelry-section #section-2-tab-1-row-1-column-2 {
	  border-left: 1px solid white;
	  border-bottom: 0;
	}

	.jewelry-section #section-2-tab-1-row-1-column-2 .widget + widget {
	  border-top: 1px solid white;
	}

	.jewelry-section .widget > div[onclick] .h2 {
	  line-height: 25px;
	  font-size: 28px;
	  margin-bottom: 10px;
	}

	.jewelry-section .widget > div[onclick] .p {
	  font-weight: 300;
	  line-height: 16px;
	  font-size: 13px;
	}

}

@media(min-width: 992px){

	.jewelry-section .engagement-rings .widget > div[onclick] {
	  background-size: auto 90% !important;
      background-position: center right !important;
	}

	.jewelry-section .widget > div[onclick] .h2 {
	  line-height: 28px;
	  font-size: 32px;
	  margin-bottom: 15px;
	}

	.jewelry-section .widget > div[onclick] .p {
	  font-weight: 300;
	  line-height: 17px;
	  font-size: 14px;
	}

	.jewelry-section #section-2-tab-1-row-1-column-2 .widget > div[onclick] .p {
	  display: flex !important;
	}
}

@media(min-width: 1140px){

	.jewelry-section .engagement-rings .widget > div[onclick] {
	  background-size: auto 92% !important;
      background-position: center right !important;
	}

	.jewelry-section .widget > div[onclick] .h2 {
	  line-height: 30px;
	  font-size: 36px;
	}

	.jewelry-section .widget > div[onclick] .p {
	  font-weight: 300;
	  line-height: 18px;
	  font-size: 15px;
	}

}

@media(min-width: 1300px){

	.jewelry-section .widget > div[onclick] .h2 {
	  line-height: 36px;
	  font-size: 42px;
	}

	.jewelry-section .widget > div[onclick] .p {
	  font-weight: 300;
	  line-height: 20px;
	  font-size: 17px;
	}

}

@media(min-width: 1600px){

	.jewelry-section .widget > div[onclick] .h2 {
	  line-height: 47px;
	  font-size: 52px;
	}

	.jewelry-section .widget > div[onclick] .p {
	  font-weight: 300;
	  line-height: 25px;
	  font-size: 21px;
	}

}

@media(max-width:991px){
	.jewelry-section .widget > div[onclick] .btn-light,
	.jewelry-section .widget > div[onclick] .btn-light:hover,
	.jewelry-section .widget > div[onclick] .btn-light:focus {
	  background: none !important;
	  border: none !important;
	  height: auto !important;
	  line-height: 1 !important;
	  padding: 0 !important;
	  font-size: 13px !important;
	  font-weight: 500 !important;
	  text-transform: uppercase !important;
	}
	.jewelry-section .widget > div[onclick] .btn-light:hover,
	.jewelry-section .widget > div[onclick] .btn-light:focus {
	  text-decoration: underline !important;
	}
	.jewelry-section .widget > div[onclick] .p {
	  margin-bottom: 8px !important;
	}
}







.gold-buying .content-block {
  width: 100% !important;
  padding-left: 20px !important;
  padding-top: 50% !important;
}

.gold-buying .content-block .h2,
.gold-buying .content-block .lead,
.gold-buying .content-block .text-left {
  text-align: center !important;
}

@media(min-width:768px){
	.gold-buying .content-block .h2,
	.gold-buying .content-block .lead,
	.gold-buying .content-block .text-left {
	  text-align: left !important;
	}
	.gold-buying .content-block {
	  width: 50% !important;
	  padding-left: 10px !important;
	  padding-right: 20px !important;
	  padding-top: 0px !important;
	}
}






.custom-process .widget .widget-inner img {
  max-width: 250px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}







/*- FOOTER -*/

footer #drip-email.form-control {
  background: #2b2d30;
}

footer h6 {
  text-transform: uppercase;
  font-size: 20px;
}

footer p,
footer address {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
}

footer address strong,
footer address a strong {
  font-weight: normal;
}

footer .footerlinks > li > a {
  font-size: 14px;
  text-transform: uppercase;
}

footer .social-networks {
  margin-top: 15px;
}

footer .social-networks a > i {
  font-size: 24px;
}

footer form .input-group .form-control {
  border-color: white;
  background: #2b2d30;
  color: white;
}

footer form .input-group .btn {
  background: white;
  border-color: white;
  color: #1f1c1d;
}

footer form .input-group .btn:hover,
footer form .input-group .btn:focus,
footer form .input-group .btn:active {
  background: #1f1c1d;
  border-color: white;
  color: white;
}




footer #payment-icon-svgs-footer {
  height: 26px;
}

footer #payment-icon-svgs-footer img {
  max-width: 40px;
  height: auto;
  opacity: 1;
}

footer #payment-icon-svgs-footer {
  margin-bottom: 0px;
  margin-top: 30px;
  
}

footer #payment-icon-svgs-footer img + img {
  margin-left: 0.25rem;
}

footer #payment-icon-svgs-footer .network {
  margin-left: 0.25rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

footer #payment-icon-svgs-footer .network {
  text-decoration: none;
}

footer #payment-icon-svgs-footer .network,
footer #payment-icon-svgs-footer .network i,
footer #payment-icon-svgs-footer .network i::before {
  font-size: 24px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
}

@media(min-width:575px){
	footer #payment-icon-svgs-footer {
	  height: 26px;
	}

	footer #payment-icon-svgs-footer img {
      max-width: 100%;
      height: 30px;
	}

	footer #payment-icon-svgs-footer {
	  margin-bottom: 0px;
	}

	footer #payment-icon-svgs-footer img + img {
	  margin-left: 0.5rem;
	}

	footer #payment-icon-svgs-footer .network {
	  margin-left: 0.5rem;
	}

	footer #payment-icon-svgs-footer .network {
	  text-decoration: none;
	}

	footer #payment-icon-svgs-footer .network,
	footer #payment-icon-svgs-footer .network i,
	footer #payment-icon-svgs-footer .network i::before {
	  font-size: 24px;
	  line-height: 26px;
	  height: 26px;
	  width: 26px;
	  display: block;
	  text-align: center;
	}
}
