/*  Small screens */
@media only screen {

/************ Global ************/
.gradient-row, #title-row {background: linear-gradient(#000 0%, #383f17 100%);}
.wht-btn.button, .wht-btn .button{background-color: #fff; color: #383F17;}
.xtra-marg-top {margin-top: 4rem;}
.xtra-pad-row {padding-top: 27px; padding-bottom: 27px;}
.double-pad-row {padding-top: 40px; padding-bottom: 40px;}

/************ Header ************/
#banner-row {background: #000; padding: 8px 10px;}
.header-buttons {text-align: right;}
.tagline {background: linear-gradient(rgba(56, 63, 23, 0) 0%, #383f17 100%); width: 100%; padding: 1.5rem;}
#middle-row .phone_number .button {margin-right: 12px;}
#title-row {text-align: center; padding-top: 1.5rem; padding-bottom: 1.5rem;}
/************ Content ************/
.contentblock-header h2 {
    position: relative;
    padding-bottom: 1rem;
    display: inline-block;
}

.contentblock-header h2:after {
    border-bottom: 2px solid #E0DBB8;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    margin: auto;
}

.bullet ul li:before {    
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: '\f00c';
    margin:0 5px 0 0px;
    color: #fff;
}

.bullet ul {
  list-style-type: none;
  margin-left: 0;
  font-size: 20px;

}

.black-bg {background-color: #000;}

.contentblock h2 {margin-bottom: 1.5rem;}

.card, .cta-single-inner, .info-blocks .block-single-inner {background: rgba(255, 255, 255, 0.9);box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); border-radius: 10px; border: none;}
.card-divider {background: transparent; padding-bottom: 0; line-height: 1.2;}
.card-image {margin-left: auto; margin-right: auto;}
.icon-cards .card-divider, .cta-row .card-divider, .large-cta .card-divider {font-family: copperplate, serif; color: #000; font-size: 1.25rem; font-weight: 500; }
.home2 .icon-cards .column:nth-of-type(2) .card {background: rgba(224, 219, 184, 0.9); border: 4px solid rgba(255, 255, 255, 0.9);}
.icon-cards .card-divider {justify-content: center;}
.icon-cards img {margin-top: 1rem;}
.icon-cards .card {padding: 1rem;}
.img-cards .card-divider {font-size: 2.5rem; color: #000; font-weight: bold; justify-content: center;}
.icon-cards .link-section, .img-cards .link-section {padding: 0 2rem;}
.icon-cards .card-inner, .img-cards .card-inner {padding-left: 1rem; padding-right: 1rem;}
.cta-row .card-inner {padding: 1rem .5rem;}
.card .button {margin-bottom: 0;}
.img-card .card img, .cta-row img {width: 100%;}
.info-blocks .block-single-inner {padding: 1.25rem;}
.cta-row .column, .large-cta .column {padding:.5rem;}

.accordion-title{color: #fff; font-size: 20px; font-weight: bold; border:  none; border-bottom: 2px solid #E0DBB8; line-height: 1.2;}
.accordion {background: transparent;}
.accordion-content {border: none; background-color: transparent; color: #fff;}
.accordion-content p {color: #fff;}
:last-child:not(.is-active)>.accordion-title {border-bottom: 2px solid #E0DBB8;}
.accordion-title:focus, .accordion-title:hover {background-color: transparent; color: #E0DBB8;}
:last-child>.accordion-content:last-child {border-bottom:  none;}

.home6 img.aligncenter {margin-bottom: 0;}
.home6 .columns {padding-bottom: 0;}

.icon-blocks img {margin-bottom: 1.5rem;}
blockquote, blockquote p {color: #fff;}
.cite-block, cite {color: #fff; margin-top: 10px; }
.orbit-bullets button {width: 12px; height: 12px;}
#contact-page-phone-block a, #contact-page-email-block a, #contact-page-location-block a,  #contact-page-location-block address li  {color: #fff; font-style: normal;}
#contact-page-location-block .fas, #contact-page-email-block .fa, #contact-page-phone-block .fa {color: #E0DBB8;}
.contact-block .email-name {margin-left: 7px;}

/************ Footer ************/
.footer, .site-footer {background: #000000;}
.site-footer {margin-top: 2px;}
.footer .phone_number a {font-weight: 500; line-height: 1.7;

} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
.img-cards img {width: 100%;}
.tagline h1, .largeh2 h2, .entry-title {font-size: 2rem;}
.tagline {background: linear-gradient(#000 0%, #383f17 100%);}
	.large-cta img {border-radius: 10px;} 
	.cta-row .card-inner {padding:0;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 
.tagline{position: absolute; }
.bullet ul {column-count: 2;}

} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
.img-cards img {width: 100%;}
	.large-cta img {margin-top: 1rem; border-radius: 10px;} 
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.home #slider-row {margin-top: -145px;}
.large-cta .card {flex-direction: row; align-items: center;}
} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */