@charset "UTF-8";

/* CSS Document */

/*
Theme Name: Palace Jewelers
Theme URI: https://palacejewelersva.com/
Author: Consociate
Author URI: consociate.marketing
Text Domain: palace-jewelers
*/

/* GENERAL 
#################################################### */


body { font-family: "proxima-nova", sans-serif; font-weight: 400; font-size: 20px;
	 background: url("images/bg-border-top-trio.jpg") center top no-repeat }

h1, h2, h3, h4, h5, h6 { font-family: "warbler-deck", sans-serif; font-weight: 400; line-height: 1.25em; margin-bottom: 1.25rem;  }
h1 { font-size: 60px }
h2 { font-size: 52px }
h3 { font-size: 44px }
h4 { font-size: 34px }
h5 { font-size: 28px }
h6 { font-size: 22px }

.left { text-align: left }
.right { text-align: right }
.center { text-align: center }

.light { font-weight: 300 }
.norm { font-weight: 400 }
b, strong, .bold { font-weight: 700 }
.heavy { font-weight: 800 }

.caps { text-transform: uppercase }
.small, small { }

.serif { font-family: "warbler-deck", sans-serif; font-weight: 400; }
.sans { font-family: "proxima-nova", sans-serif; font-weight: 400 }

.txt-tan { color: #9F9270 }
.txt-dark-blue { color: #293B47 }

i { font-size: 25px; margin: 0 10px } /* FA icons */

html, body {
  overflow-x: hidden;
}

/* Nav */
.navbar { padding: 25px 0 }
.logo img { width: 300px; height: auto }
.nav-link, .nav-link.active { color: #fff !important; font-family: "warbler-deck", sans-serif; text-transform: uppercase;
	margin: 0 15px }
.nav-link:hover { color: #9F9270 }

/* Header animation */
#header { overflow: hidden; position: relative; border-top: 10px solid #9F9270  }
#anime {
  animation: kenny 5s ease-out forwards;
  background-size: cover;
  background-position: center;
  height: 95vh;
  overflow: hidden;
  scale: 1.1;
	background-image: 
    linear-gradient(175deg,rgba(34, 56, 70, 1) 0%, rgba(34, 56, 70, 0.5) 26%, rgba(34, 56, 70, 0) 50%, rgba(34, 56, 70, 1) 100%),
    url('images/header-palace-jewelry-case-1800.jpg'); /* base image */
}

@keyframes kenny {
  100% {
    scale: 1;
  }
}

#header .title { position: absolute; bottom: 50px; right: 75px; color: #fff; font-family: "warbler-deck", sans-serif; }

.navbar-nav { background: #000; padding: 25px; border-radius: 15px 0 15px 0  }

.cap { background: #9F9270; height: 15px; border-radius: 0 0 15px 15px; margin-bottom: -15px;
	z-index: 1000; position: relative;}
#about { padding-top: 100px; padding-bottom: 0; margin-top: 0; margin-bottom: 0;
	color: #fff }
#about .text {  padding-left: 7% }
#about .serif { border-left: solid #9F9270 10px; padding-left: 25px; line-height: 1.5; }
#about .angle { margin-bottom: 0 }
#about .title { font-size: 28px }


#services { margin-top: 0; margin-bottom: 0; padding-top: 0 }
#services img { box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important; }


/* Footer */

footer { padding-top: 50px; padding-bottom: 50px; text-align: center; color: #fff; font-size: 28px;
	font-family: "warbler-deck", sans-serif; font-weight: 400; 
	background: linear-gradient(185deg, rgba(159, 146, 112, 1) 0%, rgba(117, 115, 97, 1) 60%, rgba(41, 59, 71, 1) 100%);}
footer .subhead { font-family: "warbler-deck", sans-serif; font-weight: 700; font-size: 45px; color: #293B47;
	margin-bottom: 15px }
footer a { color: #293B47 }
footer a:hover { color: #9F9270 }
footer iframe { border-radius: 25px }
footer p { margin-bottom: 1.15em; line-height: 1.15em }
footer .ada { font-size: 20px; margin-top: 25px }
footer .ada a { color: #9F9270 }
footer .social { margin-bottom: 0 }


/* Line tweaks */
.wp-block-coblocks-dynamic-separator.is-style-fullwidth:before {
	height: 3px;
}


/*
####################################################
C O M P O N E N T S
####################################################
*/

/* IMAGES */

img { max-width: 100%; height: auto; }


/* LINKS */

a { text-decoration: none; transition: 200ms; font-weight: 700; color: #007CBC }
a:hover { }

a img { transition: 200ms }
a img:hover { opacity: .8 }

/* BUTTONS */

.btn { border: none; padding: 12px 20px 10px 20px; font-size: 17px; 
	background: #FDB414; color: #672271; 
	font-family: "nexa", sans-serif; font-weight: 700;text-transform: uppercase }
.btn:hover { background: #53155C; color: #fff }

.btn-purple { background: #672271; color: #fff }
.btn-purple:hover { background: #FDB414; color: #672271 }

.wp-block-button__link { background-color: #FDBD3D; color: #000;
	font-family: "nexa", sans-serif; font-weight: 700; font-size: 20px; text-transform: uppercase;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;  }
.wp-block-button__link:hover { background-color: #09366f; color: #fff; text-decoration: none }


/* Shadows */

.shadowed { box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important; }

.shadow-text { text-shadow: -1px -1px 1px #fff, 1px 1px 1px rgba(0,0,0,.50) }

/* Spacing */

.max-800, .max-1000, .max-1200, .max-w { margin-left: auto; margin-right: auto }
.max-800 { max-width: 800px }
.max-1000 { max-width: 1000px }
.max-1200 { max-width: 1000px }

.mar-0 { margin: 0 }
.mar-btm-0 { margin-bottom: 0 !important }
.mar-btm-25 { margin-bottom: 25px }

.flush { padding-left: 0; padding-right: 0 }

/*
####################################################
E X T R A S
####################################################
*/

/* Anchor scroll sticky menu offset */
html {
  scroll-padding-top: 200px;
}

/* WP admin bar offset */
body.admin-bar .navbar {
    margin-top: 32px;
}

/* Nav scroll */

.navbar-fixed-top.scrolled .logo img{
  width: 150px;
  transition: width 200ms ease
}
.navbar-fixed-top.scrolled { 
	padding-top: 15px; padding-bottom: 15px;
	transition: padding-top padding-bottom 200ms ease
}
.navbar-fixed-top.scrolled  {
  background: #9F9270;
  transition: background 200ms ease;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important;
}

/* Full-width in WP Block Editor (Cover block) */
.alignfull {
    width:  100vw;
    max-width:  100vw;
    margin-left:  calc(50% - 50vw);
}
.wp-block-cover.alignfull {
    padding-top: 100px; padding-bottom: 100px; margin-top: 50px; margin-bottom: 75px
}

.wp-block-cover__inner-container { max-width: 1200px }

#XXX { overflow-x: hidden } /* Fix for PC horizontal scroll bars with .alignfull */

/* Image Wraps */

.crop,
	.wp-block-post-featured-image { height: 350px }
.crop img,
	.wp-block-post-featured-image img { 
	object-fit: cover;
    width: 100%;
    height: 100% !important;
}

/* Nav dropdown on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/* Heading lines */

.bordered { position: relative; display: inline-block; margin-bottom: 50px }

.bordered::after { 
	content: "";
	position: absolute;
	bottom: -35px; /* Aligns with bottom of parent */
	left: 0;   /* Starts at left */
	width: 200px;
	height: 10px; /* Adjust thickness as needed */
	background-color: #FDB414; /* Adjust color */
}

.heading {
  position: relative;
  display: inline-block; /* keeps text width tight */
  text-align: center;
}
.heading::after {
  content: "";
  display: block;
  width: 100px; /* set your line width */
  height: 10px; /* thickness of the line */
  background-color: #D22630; /* color of the line */
  margin: 8px auto 0; /* centers line below text */
}

/* Line centered after text vertically */
.edge {
  display:inline-block;
  padding: 10px 10px 15px; /* bottom padding should be higher to make up for pseudo border height */
  background: linear-gradient(90deg, transparent 25%, #fff 25%, #fff 75%, transparent 75%);
  background-size: 100% 5px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}

/* Line after text Horizontally */
.text-line-wrapper {
  display: flex;
  align-items: center;
}
.text-line-wrapper .text {
  margin-right: 15px;
  font-size: 60px;  font-family: "warbler-deck", sans-serif;
}
.text-line-wrapper .line {
  flex-grow: 1;
  height: 7px;
  background-color: #9F9270;
  margin-top: 50px;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* Custom */
@media (min-width: 1925px) {

}

/* Extra large devices (large desktops, 1200px and up)
 * No media query since this is the default in Bootstrap because it is "mobile first"
 */
@media (min-width: 1200px) {

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199px) {


}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 991px) {
	
	.m-hide { display: none }
	.m-show { display: block }
	
	/* Breaks WP BLOCK columns early w/ tweaks */
	.wp-block-columns { display:block } 
	.wp-block-column:nth-child(2n),
		.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) { margin-left: 0 }
	
	/*
	.offcanvas-title { color: #fff }
	.offcanvas-title img { max-width: 200px }
	.navbar-expand-lg .navbar-nav .nav-link { color: #0A6399; font-size: 22px; font-weight: 700 }
	.offcanvas .navbar-nav .nav-link.active { border-bottom: 0 }
	*/
	
	.navbar-toggler { background-color: #9f9270; border-color: #000; color: #000; font-size: 25px; padding: 10px 5px; }
	.offcanvas { background: #9f9270;
		/* background: linear-gradient(166deg, rgba(10,99,153,1) 0%, rgba(108,201,244,1) 30%, rgba(0,147,216,1) 100%); */ }
	
	h1 { font-size: 52px }
	h2 { font-size: 44px }
	h3 { font-size: 34px }
	h4 { font-size: 28px }
	h5 { font-size: 22px }
	h6 { font-size: 18px }
	
	#about .title { font-size: 22px }


}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 767px) {
	
	.reverse-mobile { flex-direction: column-reverse }
	
	#header .title { margin-left: 25px }
	
	#services { padding-bottom: 0 !important }
	#services .wp-block-heading br { display: none !important }
	
}

/* Extra small devices (portrait phones, less than 544px) */
@media (max-width: 543px) {

}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {

}