.white-bold a {
  color: #ffffff;   /* white text */
  font-weight: bold;
  text-decoration: none; /* optional */
}

.servicegoldgradient{
 	background-image: linear-gradient(90deg, #938B61, #e0dcae);
    background-size: 400% 400%;
    animation: gold-sweep 4s linear infinite;
}


.als-gold-gradient-text {
  background-image: linear-gradient(90deg, #938B61, #e0dcae, #d4af37, #ffd700);
  background-size: 400% 400%;
  animation: gold-sweep 4s linear infinite;
  -webkit-background-clip: text;
  color: transparent;           /* for all browsers */
  -webkit-text-fill-color: transparent; /* WebKit */
}


@keyframes gold-sweep {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.gold-gradient{
 	background: linear-gradient(
  90deg,
  #b8860b,   /* dark gold */
  #d4af37,   /* base gold */
  #ffd700,   /* bright gold */
  #d4af37,   /* base gold again */
  #b8860b    /* dark gold */
);   
}

.als-gold-gradient-bg {
  position: relative;
  background-color: #bcbc94; /* static base */
  overflow: hidden;
}

.als-gold-gradient-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  /* narrow shimmer band */
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.6) 45%, /* white shine */
    #ffd700 50%,                  /* bright gold */
    rgba(255, 255, 255, 0.6) 55%, /* white shine after */
    transparent 100%
  );

  background-size: 200% 100%;
  animation: gold-sweep2 10s ease-in-out infinite;
}

.als-gold-gradient-bg > * {
  position: relative;
  z-index: 1;
}


@keyframes gold-sweep2 {
  0%   { background-position: -150% 0; } /* start far left */
  10%  { background-position: 150% 0; }  /* quick sweep */
  100% { background-position: 150% 0; }  /* stay off right until next run */
}

/*Photo album collapse*/

.photo-album {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  .photo-album.collapsed {
    max-height: 700px; /* Enough for ~3 rows */
  }

  .photo-album.expanded {
    max-height: 3000px; /* Enough for full height */
  }

  .more-button {
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #BCBC94;
    font-weight: bold;
    font-size: 1.1em;
    font-family:'Josefin Sans', serif;
  }

.zpform-help-text {
    color: white;
    text-align:center !important;
}

.zpform-label-container{
 	text-align:center;   
}

/*Mobile adjustments*/

@media only screen and (max-width:1000px){
	/*Remove mobile menu to center logo*/
	.theme-header.theme-header-navigation-style {
    	display: none;
	}

	/*Remove mobile padding from logo*/
	.zpheader-style-02 .theme-header .zpcontainer .theme-branding-info {
    	padding-inline-end: 0px !important;
	}

	.theme-header .zpcontainer .theme-branding-info {
		display: flex;
    	align-items: center;
    	justify-content: flex-start;
    	flex: 0 1 auto;
    	margin-inline-end: 0px !important;
    	flex-wrap: wrap;
    	min-inline-size: 1%;
    	padding-block-start: 20px;
    	padding-block-end: 20px;
    	transition: 0.2s linear;
    	padding-inline-start: 0;
    	padding-inline-end: 0;
	}
}

/*iPad Pro hero width*/
@media only screen and (min-width:1000px){
	.zprow.zprow-container.zpalign-items-center.zpjustify-content-center.zpdefault-section.zpdefault-section-bg {
    	width: 100% !important;
	}
}

/*Form text*/

.zpform-errormsg {
    text-align: center !important;
}

.codemargin{
 	margin-block-start: 0px !important;   
}

.theme-blog-author-img svg path {
    fill: #938B61 !important;
}

.theme-blog-author a {
    color: #b8ae63 !important;
}

.theme-blog-author a:hover {
    color: #938B61 !important;
}

.theme-single-post-category-list a {
    color: #b8ae63 !important;
}

.theme-single-post-category-list a:hover {
    color: #938B61 !important;
}

.theme-single-post-tags-list a {
    background: #b8ae63 !important;
    color: white !important;
    border-radius: 5px;
}

.theme-single-post-tags-list a:hover {
    background: #938B61 !important;
    color: white !important;
    border-radius: 5px;
}

.zpform-container .zpcomment-heading-prevnext-container{
 	justify-content:center;   
}

div#zpcomment-list-container {
    text-align: center !important;
}

.theme-single-post .zpelem-commentbox .zpform-container textarea::placeholder{
 	text-align:center;   
}

.zpform-container .zpform-outer li .zpform-field-container .zpform-choice-container{
 	justify-content:center;   
}

.theme-single-post .zpelem-commentbox .zpform-container input[type="text"], .theme-single-post .zpelem-commentbox .zpform-container input[type="email"], .theme-single-post .zpelem-commentbox .zpform-container input[type="date"], .theme-single-post .zpelem-commentbox .zpform-container input[type="file"], .theme-single-post .zpelem-commentbox .zpform-container textarea, .theme-single-post .zpelem-commentbox .zpform-container select {
    text-align: center;
}

.zpform-container .zpform-outer li .zpform-field-container.zpform-button{
 	justify-content: center;   
}

h1.theme-blog-heading {
    font-weight: 700;
    font-size: 48px !important;
}

a.theme-blog-author {
	color: #b8ae63 !important;
}

a.theme-blog-author:hover {
    color: #938B61 !important;
}

.theme-blog-side-menu-link {
	color: #b8ae63 !important;
}

.theme-blog-side-menu-link:hover {
    color: #938B61 !important;
}

.theme-blog-category-tag-list{
	background: #b8ae63 !important;
    border-radius: 5px;
}

.theme-blog-category-tag-list a{
	color: white !important;
}


.theme-blog-category-tag-list:hover {
    background: #938B61 !important;
        border-radius: 5px;
}

.theme-blog-category-tag-list:hover a{
    color: white !important;
}

.theme-blog-category-container.theme-blog-rss-feed{
	background: #b8ae63 !important;
}

.theme-blog-category-container.theme-blog-rss-feed:hover{
	background: #938B61 !important;
}

.theme-blog-category-container.theme-blog-rss-feed a span{
	color: white !important;
}

.theme-blog-category-container.theme-blog-rss-feed:hover a span{
	color: white !important;
}

.theme-blog-category-column .theme-blog-category-container.theme-blog-rss-feed a svg circle+path {
    fill: white !important;
}

.theme-blog-category-column .theme-blog-category-container.theme-blog-rss-feed a svg circle {
    fill: white;
}

.theme-blog-heading a{
	color: #b8ae63 !important;
}

.theme-blog-heading:hover a{
	color: #938B61 !important;
}

.zpsocialicon-floater ul li a.theme-twitter-container {
    background: #938B61;
    transition: 1s ease;
}

.zpsocialicon-floater ul li a.theme-twitter-container:hover {
    background: #BCBC94;
    transition: 1s ease;
}

.zpsocialicon-floater ul li a.theme-facebook-container {
    background: #938B61;
    transition: 1s ease;
}

.zpsocialicon-floater ul li a.theme-facebook-container:hover {
    background: #BCBC94;
    transition: 1s ease;
}

.zpsocialicon-floater ul li a.theme-instagram-container {
    background: #938B61;
    transition: 1s ease;
}

.zpsocialicon-floater ul li a.theme-instagram-container:hover {
    background: #BCBC94;
    transition: 1s ease;
}

@media only screen and (max-width: 768px){
 	.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto {
    height: 100% !important;
    width: 50% !important;
}
    
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a {
    color: #938B61;
}
    
.theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent {
    flex: 1 1 0px;
    display: flex;
    flex-wrap: wrap;
    margin-block-start: 15px;
    margin-block-end: 15px;
    margin-inline-start: 15px;
    justify-content:flex-end;
    margin-inline-end: 0px;
    padding-block-start: 0px;
    padding-block-end: 0px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    /align-items: center;
}
    
 .theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu ul.theme-scoialicon-inner-parent li a:hover svg{
 	fill: #938B61;   
}   
}

@media only screen and (max-width:1024px){
 	.col-reverse{
     	display:flex;
        flex-direction:column-reverse;
    }
}

.zpsocialprofile-container.zpsocialprofile-type-white .zpsocialprofile-wrapper .zpsocialprofile:hover{
 	   fill: #BCBC94;   
}