/*!

bootstrap ref
sm 576
md  768
lg  992
xl  1200

*/


html {
  scroll-behavior: smooth;
}

body {
	font-family:Alice,Helvetica,Arial,sans-serif;
	font-size:1.04rem;
	line-height:1.6em;;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);

	background:#c2dbdc;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.smalltext
{
	font-size:1rem;
}

@media only screen and (max-width: 600px)
{
/*
	body
	{
		background:none;
		background:transparent;
	}

	body:after
	{
		content: url(/wp-content/uploads/bg-starlight.jpg);
		position: fixed;
		height: 100vh;
		right: 0;
		top: 0;
		left: 0;
		z-index: -1;
	}
*/
}

*::-webkit-media-controls-panel
{
  display: none!important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button
{
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button
{
  display: none!important;
  -webkit-appearance: none;
}

.clear
{
	clear:both;
}

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

a
{
	text-decoration:none;
	color:#D8852E;
}

A:hover
{
    color:#D45012;
    text-decoration:none
}

#main
{
	margin-top:180px;
	padding-bottom:24px;
}

.home #main
{
	margin-top:130px;
}


.anchor
{
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.bg
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    padding: 250px 120px;

}

section
{
	margin:48px auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1, .h2, .h3, .h4, .h5, .h6
{
    font-weight:normal;
    font-size:32px;
    line-height:1.2em;;
    color:#D8852E;
	font-family: TradeGothicInlineProBold;

	margin:0rem auto 1rem;
	padding:0;
}

h1, .h1
{
	text-align:center;
	margin: 0 auto 20px;
    font-size:48px;
    color:#D8852E;
}

h2, .h2
{
    font-size:34px;
}

h1 ~ h2
{
	margin-top:0;
}

h3, .h3
{
    font-size:28px;
    margin:0 auto 15px;
}

h4, .h4
{
	font-size:24px;
	color:#000000;
	margin:0 0 5px 0;
}

h5, .h5
{
	font-size:21px;
	margin:0 0 14px 0;
    color:#D8852E;
    text-decoration:underline;
}

h6, .h6
{
	font-size:21px;
	margin:0 0 5px 0;
	color:#D8852E;
}

.ptitle
{
	font-size:22px;
	color:#000000;
	font-family:TradeGothicInlineProBold;
	margin:11px 0 8px 0;
}

.section-title-styled
{
	position:relative;
}

.section-title-styled:after
{
    content: "";
    width: 200px;
    margin-left: -100px;
    left: 50%;
    bottom: 0px;
    position: absolute;
    border-bottom: 3px solid #CCCCCC;
}

#accordionFAQ .card-header
{
	background:#1e1e1e;
}

#accordionFAQ h6 a
{
	color:#f0f0f0;
}

p+h2,
p+h3,
p+h4,
ul+h2,
ul+h3,
ul+h4
{
	margin-top:2.4rem;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/

.container
{
	width:90%;
	max-width:1200px;
}

.container.full-width
{
	width: 100%;
	max-width: auto;
}

.container-fluid .container:first-child
{
	padding-left:0;
	padding-right:0;
}

.container:has(.picblock)
{
	width:100%;
	max-width:auto;
}

.col-12:has(.picblock)
{
	padding-left:0;
	padding-right:0;
}

.align-container-left
{
	/*
	margin-left: calc(50% - 100px);
	*/
	margin-left: 5vw;
}

.align-container-right
{
	/*
	margin-left: calc(50% - 100px);
	*/
	margin-right: 5vw;
}

.light-shade
{
	background:#f3f3f3 !important;
}

.dark-shade
{
	background:#3f3f3f;
	color:#ffffff;
}

.dark-shade h2,
.dark-shade h3,
.dark-shade h4,
.dark-shade .h2,
.dark-shade .h3,
.dark-shade .h4
{
	color:#ffffff;
}

.btn, .container-fluid, .entry-img, .navbar, .overlay, .wpcf7 input[type=submit], a, img {
    transition: all .5s ease-in-out 0s;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer
{
	text-align:center !important;
    padding: 16px 0;
}

.gform_wrapper.gravity-theme .gform_footer input
{
    margin: 11px auto 0 !important;
	text-align:center !important;
}

.gform_required_legend
{
	display:none !important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea
Specificity: (0,3,1)
 {
    font-size: 17px !important;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
input[type="submit" i],
.btn,
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input
{
	color:#FFFFFF !important;
    background-color: #D8852E !important;
	border-radius: 4px;
	font-size: 18px;
	padding: 9px 24px;
	text-decoration:none;

	margin-bottom:14px;
	line-height:1;
    border-width: 0px;
    border-color:#D8852E;
    border-style: inset;
	cursor:pointer;
}

input[type="submit" i]:hover,
.btn:hover,
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover

{
    color: #ffffff !important;
    background: #3F3F3F !important;

}

input[type="submit"]:disabled
{
	background:#CCCCCC;
}




.btn, .btn-large
{
	border: none;
    border-radius: 5px;
    display: inline-block;
    height: auto;
    line-height: 1.3;
    outline: 0;
    padding: 10px 14px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #fff !important;
    background-color: #D8852E;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    max-width:90%;
}

.btn-large
{
	font-size:24px;
    padding: 6px 22px;
    /*
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
				inset 0 0px 0px rgba(255, 255, 255, 0),
				inset 0 -2px 2px rgba(0, 0, 0, 0.02),
				inset 0 3px 3px rgba(255, 255, 255, 0.4);
	*/
}

.btn-large:hover,
.btn:hover,
.button:hover,
button:hover,
.btnpromo:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #FFFFFF !important;
    background-color: #000000 !important;
}


.wj-form-wrapper
{
	padding:32px 24px;
	border:3px solid #D8852E;
	border-radius:22px;
	width:800px;
	max-width:90%;
	margin:0 auto;
}

.pum-close
{
    position: absolute;
    height: 32px !important;
    width: 32px !important;
    left: auto !important;
    right: -12px !important;
    bottom: auto;
    top: -16px !important;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 1.00);
}


/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/

header.site-header
{
	position: fixed;
    right: 0;
    left: 0;
    top:0;
    height:130px;
    z-index: 998;
	font-family:TradeGothicInlineProBold;
	background:transparent;
	background:rgba(194, 219, 220, 1);

	/*
	background: linear-gradient(to bottom, rgba(194, 219, 220, 1) 90%, rgba(194, 219, 220, 0) 100%);
	*/
      /* Replace rgba(194, 219, 220, 1) with your desired header color */
      /* Adjust the percentage values (0% and 100%) to control the fade length */


	color:#D8852E;
	line-height:1;
}

/* Assuming your sticky header is 140px tall */
:target {
  scroll-margin-top: 140px; /* Adjust this value based on your header's height */
}

.fixed-width-column
{
	width: 150px; /* Adjust this value to your desired fixed width */
	flex-shrink: 0; /* Prevents the fixed column from shrinking below its content */
}

.site-title img
{
	position: absolute;
	top: 5px; /* Aligns the top edge of the logo with the top edge of its parent */
	left: 50%; /* Moves the left edge of the logo to the horizontal center of its parent */
	transform: translateX(-50%); /* Shifts the logo left by half its own width to truly center it */
	width:160px;
	max-width:100%;
	height:auto;
	z-index:999;
}

.site-phone
{
	font-size:26px;
	color:#D8852E;
	font-family:Alice;
	font-weight:bold;
	position: absolute;
	top: 5px; /* Aligns the top edge of the logo with the top edge of its parent */
	right:24px;
	width:auto;
	height:auto;
	z-index:999;
	white-space:nowrap;
}

.mobilenavwrapper
{
	font-family:Alice;
}

.header-strip
{
/*
    background-color: #f7f6f9;
    border-bottom: 1px solid #d8d1e3;
*/
    position: relative;
	font-size:0.9rem;
}


.site-header .cta a
{
	display:inline-block;
	color:#D8852E;
	margin:0 11px;
}

.site-header .cta a .fa-regular
{
	font-size:18px;
}

.site-header .cta a:hover
{
	color:#D8852E;
}

.site-header .cta a i
{
	font-size:24px;
	margin:0 4px;
	color:#D8852E;
}

.cta-button a
{
	font-size:18px !important;
	text-transform:uppercase;
	font-weight:regular;

	color:#ffffff !important;
	background:#D8852E !important;
	border-radius:6px !important;

	display:inline-block;
	line-height:1.9 !important;
	padding: 0rem 0.8rem 0rem !important;
	display:inline-block !important;
}

.site-header .cta a:hover,
.cta-button a:hover
{
	background:#333333 !important;
	color:#ffffff !important;
}

.phone
{
	white-space:nowrap;
}
.instrux
{
    border-bottom: 1px solid #D8852E;
    padding: 0 0px 8px 0;
	color:#D8852E;
    font-size:18px;
    font-weight:600;
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.reviewblock
{
	color:#D8852E;
	padding:24px;
	margin:0 0 32px;
}

.review
{
	font-style:italic;
}

.reviewer
{
	margin:18px 0 0 0;
	color:#D8852E;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team
{
}

.roundpic
{
	position: relative;
}

.roundpic::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.roundpic  img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius:50%;
}


/*--------------------------------------------------------------
# Animation Styling
--------------------------------------------------------------*/
.slide_right {right: -150px; position: relative; transition: .6s linear; -webkit-transition: .6s linear; opacity: 0; visibility: hidden;}
.slide_right.animate {right: 0; transition: .6s linear; -webkit-transition: .6s linear; opacity: 1; visibility: visible;}
.slide_left {left: -250px; position: relative; transition: .6s linear; -webkit-transition: .6s linear; opacity: 0; visibility: hidden;}
.slide_left.animate {left: 0; transition: .6s linear; -webkit-transition: .6s linear; opacity: 1; visibility: visible;}
.slide_top {top: -111px; position: relative; transition: .5s linear; -webkit-transition: .5s linear; opacity: 0;}
.slide_top.animate {top: 0; transition: .5s linear; -webkit-transition: .5s linear; opacity: 1;}
.slide_bottom {bottom: -60px; position: relative; transition: .5s linear; -webkit-transition: .5s linear; opacity: 0;}
.slide_bottom.animate {bottom: 0; transition: .5s linear; -webkit-transition: .5s linear; opacity: 1;}
.fade.animate {opacity: 1; transition: 1s linear; -webkit-transition: 1s linear;}
.zoom {transform: scale(.6); -webkit-transform: scale(.6);opacity: 0; transition: .6s linear; -webkit-transition: .6s linear;}
.zoom.animate {transform: scale(1); -webkit-transform: scale(1); opacity: 1; transition: .6s linear; -webkit-transition: .6s linear;}


/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card
{
	background:#ffffff;
	color:#3f3f3f;
    padding: 20px 24px 24px;
    border: 3px solid #D8852E;
    border-radius: 14px;
}

.card-body
{
	padding:.4rem 1rem;
}

.reviews .card-body
{
	padding:1.4rem 1.74rem;
}

.card-body p
{
/*
	font-size:.92rem;
*/
}

.card .card-title,
.card-title a,
.card-title a:hover
{
	color:#D8852E;
	text-decoration:none;
}

.card .card-title
{
	padding:11px 0 9px;
}

.card .entry-meta
{
	margin:4px 0 14px;
}

h1.entry-title
{
	margin-top:44px;
}

.home h1.entry-title
{
	display:none;
}

/* image by text card */
.card.horizontal
{
	background:#ffffff;
	color:#1e1e1e;
	border:0;
}

.card-img-side
{
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	object-fit: cover;
}


.deck .card img
{
	border-bottom:1px solid #D8852E;
}

.deck .card-footer
{
	padding: 0.24rem 0rem;
	background: transparent;
	border-top:0;
}

.card-img-top
{
	width: 100%;
	height: 20vw;
	object-fit: cover;
}

.card-img-overlay h1,
.card-img-overlay a
{
	color:#ffffff;
}

.single .post .post-thumbnail
{
	margin-bottom:24px;
}

.arc-top-left
{
	background-image: url(images/bg-top-left-arc.png?x=2);
	background-position: left top;
	background-repeat: no-repeat;
}

.arc-bottom-right
{
	background-image: url(images/bg-bottom-right-arc.png?x=1);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.light-shade .arc-top-left
{
	background-image: url(images/dark-bg-top-left-arc.png?x=1);
	background-position: left top;
	background-repeat: no-repeat;
}

.light-shade .arc-bottom-right
{
	background-image: url(images/dark-bg-bottom-right-arc.png?x=1);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/*
*
* ==========================================
* ACCORDION STUFF
* ==========================================
*
*/
/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #CCC;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #CCC;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Overlay / Popup
--------------------------------------------------------------*/
#overlay,
#overlay-content,
.modal {
    z-index: 9999999 !important;
}

.modal-dialog,
.modal-content
{
	z-index:99999;
}

.modal-dialog
{
	max-width: 80%;
}

@media (min-width: 1200px)
{
	.modal-dialog {
		max-width: 900px;
		margin: 1.75rem auto;
	}
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#overlay-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align:center;
	border:6px solid #f9d20c;
	border-radius:4px;
	background:#FFFFFF;
	color:#000000;
	width:98%;
	padding:40px 1%;
	max-width:640px;
}


/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

table, th, td {
  border: 0px solid #D8852E;
}

table
{
	margin:0 0 24px;
}

th, td {
  padding: 11px;
  text-align: left;
}

th {
  background-color: #D8852E;
  color: #D8852E;
}

tr:nth-child(even)
{
	background-color: #f2f4f4;
}

/*--------------------------------------------------------------
# Bullets / list style
--------------------------------------------------------------*/
ul.nobullet
{
	padding:5px 0 0 0;
    list-style-type: none;
}

.styled-ul ul
{
	margin-top:14px;
}

#main ul li
{
	margin-bottom:14px;
}

ul.nobullet li
{
    list-style-type: none;
    display:block;
/*
	background:url(images/li-wings.png) no-repeat 2px 2px;
*/
	padding:0px 0 11px 0px;
	margin:0 0 14px 0;

}

.styled-ul li::marker
{
/*
  content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.753 5.99999L10.273 8.29399C9.877 8.68399 9.877 9.31699 10.273 9.70799C10.668 10.098 11.31 10.098 11.705 9.70799L15.555 6.06099C15.843 5.77799 16 5.40299 16 4.99999C16 4.59999 15.842 4.22199 15.556 3.93999L11.706 0.292988C11.31 -0.0970117 10.668 -0.0970117 10.272 0.292988C9.877 0.682988 9.877 1.31599 10.272 1.70699L12.752 3.99999H1C0.447 3.99999 0 4.44599 0 4.99999C0 5.54999 0.448 5.99999 1 5.99999H12.753Z' fill='%237B61FF'/%3E%3C/svg%3E%0A");
*/
}

.styled-ul li {
  padding-left: .5rem;
}

#main .text-center ul,
#main .text-center ol,
#main .center ul,
#main .center ol
{
	list-style-position: inside;
	text-align: center;
}

#main .text-center ul li,
#main .text-center ol li,
#main .center ul li,
#main .center ol li
{
	margin-bottom:24px;
}

.gallery figure
{
    margin: 0 1rem 1rem;
}

/*--------------------------------------------------------------
# Social Media
--------------------------------------------------------------*/
.social-icons
{
	margin: 0px auto 0px;
	padding: 0px 0 0 0;
	font-size:32px;
}


/*--------------------------------------------------------------
# Counters
--------------------------------------------------------------*/
.counter-wrapper
{
	border:0px solid #e6e6e6;
	border-radius:12px;
	padding:24px 11px;
}
.counter
{
    font-size: 3.2rem;
    font-weight:bold;
    background-color: #D8852E;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 144px;
    width: 144px;
    height: 144px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.counters .col:nth-child(1) .counter
{
	background:#dedddd;
	color:#000000;
}

.counters .col:nth-child(2) .counter
{
	background:#d8ebf0;
	color:#000000;
}

.counters .col:nth-child(3) .counter
{
	background:#bfced2;
	color:#000000;
}

.counter-label
{
    color: #000000;
    font-size: 2rem;
    font-weight:600;
    text-transform:uppercase;
}

/*--------------------------------------------------------------
# ACF Map
--------------------------------------------------------------*/
.acf-map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    margin: 0px 0;
}

// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-cards
{
	margin:64px 0 0;
}

.footer-cards .card-footer
{
	background:#e7dad2;
	color:#ffffff !important;
	font-size:1.35rem;
	line-height:1;
	text-decoration:none !important;
}

.footer-cards .card:hover .card-footer
{
	background:#045691;
}

.footer-area
{
	line-height:1.44em;
	font-size:1.0rem;
	background:transparent;
	color:#333333;
	text-align:center;
}

.footer-area h3,
.footer-area h4,
.footer-area h5
{
	color:#ffffff;
}

/*
.footer-area a,
.footer-area .menu li a
{
	text-decoration:none;
	color:#ffffff;
}

.footer-area a:hover,
.footer-area .menu li a:hover,
.footer-area .nav-link:hover
{
	color:#f0f0f0;
}
*/

}

.footer-copyright {
	padding:11px 0 20px;
	line-height: 18px;
	font-size:0.9rem;
	color: #1e1e1e;
	background-color: #f0f0f0;
	margin:0 0;
}

.footer-copyright a
{
	color:#D8852E;
}

.footer-copyright a:hover
{
	color:#1e1e1e;
}

.footer-copyright ul
{
	display: block;
	text-align:inherit;
	list-style: none;
	margin: 0px auto;
	padding-left: 0;
}

.footer-copyright .menu li {
	display:inline-block;
	text-align:inherit;
	position: relative;
	padding:0 0px;
	margin:0 0 0px 0;
}

.footer-copyright .logos
{
	text-align:inherit;
	margin-bottom:14px;
}


/*
*  responsive embeds
*/
.embed-responsive,
iframe
{
	max-width:1100px;
	text-align:center;
	margin:0 auto;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#ffffff;
}

.embed-container object body,
.embed-container embed body{
	background:#ffffff;
}

.embed-responsive-210by297
{
	padding-bottom: 141.42%;
}

.smaller
{
	font-size:84%;
}

/*--------------------------------------------------------------
# MISC
--------------------------------------------------------------*/

.accent
{
	color:#D8852E;
}

.red
{
    color:#80001e;
}

.blue
{
	color:#027ec7;
}

.orange,
.highlight,
.highlight a
{
    color:#D8852E;
}

.medialogos img
{

}

/* bootstrap xl */
@media only screen and (max-width: 1200px)
{
	.site-phone
	{
		top: 54px; /* Aligns the top edge of the logo with the top edge of its parent */
		right:11px;
	}

}

/* bootstrap large */
@media only screen and (max-width: 992px)
{
	/* mega menu mobile break */
	header.site-header
	{
	/*
		position:absolute;
		right: 0;
		left: 0;
		top:0;
	*/
	}

	.flex-viewport
	{
		max-height: 300px !important;
	}
}

/* bootstrap medium */
@media only screen and (max-width: 768px)
{

	h1, .h1
	{
		font-size:30px;
	}

	h2, .h2
	{
		font-size:26px;
	}

	h3, .h3
	{
		font-size:21px;
	}

	h4, .h4
	{
		font-size:18px;
	}

	h5, .h5
	{
		font-size:18px;
	}

	h6, .h6
	{
		font-size:18px;
	}

	.site-title img
	{
		width:120px;
	}

	#main
	{
		margin-top:140px;
	}

	.home #main
	{
		margin-top:120px;
	}


	.card-img-top
	{
		height: 60vw;
	}

	.footer-area .menu li {
		display:inline-block;
		margin:0 14px 3px 0;
	}

}

/* bootstrap small */
@media only screen and (max-width: 576px)
{
	.site-phone
	{
		font-size:21px;
		top: 54px; /* Aligns the top edge of the logo with the top edge of its parent */
		right:2px;
	}


	.flex-viewport
	{
		max-height: 60vw !important;
	}

}


/*
/
/  HOME PAGE HERO
/
*/

.videos
{
	display:block;
	float:none;
	margin:0px 0 24px;
}

.video_pad
{
	height:8px;
	display:block;
}

.video_desktop
{
	width: 100%;
	height: 56.25vw;
	display:none;

	overflow: hidden;
	background-image: url("/wp-content/uploads/preview-holiday-cider.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.video_mobile
{
	min-width: 102vw;
	width: 102vw;
	height: calc( 102vw / 0.8 );
	display:none;

	overflow: hidden;
	background-image: url("/wp-content/uploads/preview-holiday-cider.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;


}

.hero-overlay
{
	position:relative;
	font-family: TradeGothicInlineProBold;
	margin:0 auto;
	padding:24px 0 24px 0;
	text-align:center;
}

.hero-overlay .h1 {
	font-family: TradeGothicInlineProBold;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.05;
	color:#D8852E;
	text-align: center;
	text-transform: uppercase;
	margin:0 auto 14px;
	padding:0;
}

@media screen and ( min-width: 740px )
{
	.hero-overlay
	{
		position:absolute;
		top:280px;
		z-index:90;
		width:100%;
		font-family: TradeGothicInlineProBold;
		color:#ffffff;
		text-shadow: 1px 2px 1px #00263e;

		margin:0 auto;
		padding:11% 0 0 0;
		text-align:center;
	}

	.video_desktop
	{
		display: block;
	}

	.hero-overlay p
	{
		font-size:28px;
	}

	.hero-overlay .h1 {
		color: #FFFFFF;
		text-shadow: 1px 2px 1px #00263e;
		font-size:44px;
		margin:0 auto 34px;
	}
}

@media screen and ( min-width: 980px )
{
	.hero-overlay {
		top:320px;
	}

	.hero-overlay .h1 {
		font-size:60px;
	}
}

@media screen and ( max-width: 740px )
{
	.video_desktop
	{
		display: block;
	}

	/*
	.video_mobile
	{
		display: block;
	}
	*/

	.nomobile
	{
		display:none;
	}
}
