#homeHeroBox img, #homeHeroBox .flexCenter, .home .imgPart, .broCategory { visibility: hidden; }

/*************************************
ALL SITE GENERIC STYLES
*************************************/
* { outline: 0 !important; }
.site-description, .site-title, .entry-footer, .entry-meta, .post-navigation, #comments, #respond { display: none; }
.push { clear:both;}
.tl {text-align: left;}
.tc {text-align: center;}
.tr {text-align: right;}
.uc {text-transform: uppercase;}
.underline { text-decoration: underline; }
.third { width: 31.33%; margin: 1%; box-sizing: border-box; }
.twoThirds { width: 64.67%; margin: 1%; box-sizing: border-box; }
.fourth { width:24%; box-sizing:border-box; margin: 1%;}
.half{ width:48%; box-sizing:border-box; margin: 1%; }
.center {margin:0 auto; display:block;float: none;}
.outerContainer { overflow: visible; width: 100%; display: block; }
.innerContainer { max-width: 1280px; overflow: visible; display: block; margin: 0 auto; padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
.contentContainer { max-width: 1000px; overflow: visible; display: block; margin: 0 auto; padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
.inner-content { max-width: 1000px; margin: 0 auto !important; padding-left: 20px; padding-right: 20px; box-sizing: border-box;}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.third, .twoThirds, .fourth { width: 48%; }
}
@media screen and (min-width: 768px) {
	p, ul { font-size: 14pt; }
}
@media screen and (max-width: 767px) {
	.half {width:90%; margin: 2%; }
	.third, .twoThirds { width:70%; margin: 3%;}
	.fourth {width:70%;margin: 3% !important; }
	p, ul { font-size: 12pt; }
	.entry-title { font-size: 20pt; }
}
@media screen and (max-width: 475px) {
	.third, .twoThirds, .fourth {width:90%;margin: 3%;}
}
.flexLeft { display: flex; flex-wrap: wrap; }
.flexCenter { display: flex; justify-content: center; flex-wrap: wrap; }
.error404 .error-404 { padding: 50px 10px; }

/*************************************
BURKE RANCH SPECIFICS
*************************************/
.entry-content, .hentry { margin: 0 !important; }
.entry-content { background: #fff; padding: 50px 0; }
h1,h2,h3,h4,h5,h6,.heading { font-family: 'Aleo', sans-serif; font-weight: bold; text-transform: uppercase; color: #683723; display: block; }
a,p,ol,ul,li,tr,td,th,span { font-family: 'Roboto', sans-serif; }
a:link, a:visited { color: #b4a269; transition: all 0.25s ease-in-out; text-decoration: none; }
a:hover { color: #58595b; }
.button { cursor: pointer; font-family: 'Aleo', sans-serif !important; padding: 7px 15px; margin: 5px; text-align: center; text-align: center; text-transform: uppercase; letter-spacing: 1px; font-size: 14pt; transition: all 0.25s ease-in-out; }
.alignButtons .button { min-width: calc(33.33% - 10px); }
.darkButton { color: #b4a269; background: #58595b; }
.darkButton:hover { color: #fff; background: #b4a269; }
.lightButton { color: #b4a269; background: #fff; border: 2px solid #b4a269; }
.lightButton:hover { color: #fff; background: #b4a269; }
.brownButton, #gform_submit_button_1 { color: #fff !important; background: #b4a269; border: none; }
.brownButton:hover, #gform_submit_button_1:hover { background: #58595b; }
.whiteBG { background: #fff; }
.grayBG { background: #58595b; }
.white { color: #fff; }
.brown { color: #683723; }
.lightBrown { color: #b4a269; }

/*************************************
HEADER AND NAVIGATION
*************************************/
.custom-logo { margin: 0 auto; display: block; width: 90%; max-width: 250px; padding: 7px 0 6px; }
.custom-logo-link { display: block !important; }
#primary-menu { display: flex; align-items: center; justify-content: center; margin: 0 auto; }
#primary-menu li { box-sizing: border-box; }
#primary-menu li a { transition: all 0.25s ease-in-out; font-size: 11pt; padding: 10px; color: #fff; font-family: 'Aleo', sans-serif; }
#primary-menu li a:hover, #primary-menu .current-menu-item a { color: #b4a269; }
#masthead { background: #58595b; }
#headerContact { text-align: right; margin: 0; padding-right: 15px; line-height: 1.0; font-size: 11pt; }
#headerContact a:first-of-type { color: #fff; font-family: 'Aleo', sans-serif; }
#headerContact a:first-of-type:hover { color: #b4a269; }
#headerContact a:last-of-type:hover { color: #fff; }
@media screen and (min-width: 768px) {
	#innerHeader { display: flex; align-items: center; justify-content: center; }
	.site-branding { width: 250px; }
}
@media screen and (max-width: 930px) and (min-width: 768px) {
	#masthead { position: relative; padding-bottom: 40px; }
	#site-navigation { position: absolute; bottom: 0; }
}
@media screen and (max-width: 767px) {
	.site-branding { max-width: 200px; padding-left: 35px; width: 100%; }
	#headerContact { position: absolute; top: 10px; right: 0; }
	#primary-menu { background: rgba(22, 22, 22, 0.95); padding: 10px 15px; display: block; }
	.menu-toggle { -webkit-transform: translate3d(0,0,0); width: 100%; text-align: left; color: #fff; position: fixed; top: 0; left: 0; border: none; border-radius: 0; font-size: 12pt; padding: 8px; font-size: 24pt; text-shadow: 0 0 3px #000; font-family: 'Roboto', sans-serif; cursor: pointer; z-index: 999999; width: 40px; background: transparent; }
	.menu-toggle:before { content: "\2630"; margin-right: 11px; }
	.toggled .menu-toggle:before { content: "\2573" !important; margin-right: 10px; }
	.menu-navigation-container { left: 0; top: -400px; position: fixed; width: 100%; background: transparent; padding: 0; z-index: 999998; transition: all 0.25s ease-in-out; }
	#primary-menu li { float: none; padding: 0; border-bottom: 1px solid #bbb; width: 100%; text-align: center; }
	#primary-menu li:last-child { border-bottom: none; }
	.toggled .menu-navigation-container { left: 0; top: 0; bottom: 0; }
}
@media screen and (max-width: 375px) {
	#masthead { position: relative; }
	.site-branding { position: initial; margin: 0 auto; padding: 0 0 20px; }
	#headerContact { display: flex; align-items: flex-end; justify-content: center; padding: 0 0 5px; bottom: 0; top: initial; right: initial; width: 100%; }
	#headerContact a { padding: 5px; }
}

/*************************************
FOOTER
*************************************/
#footer { background-image: url(//burkeranchoutfitters.com/wp/wp-content/uploads/2019/04/footer-min.jpg); background-size: cover; position: relative; border-top: 7px solid #fff; }
#innerFooter .innerContainer { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 30px 20px 40px; }
.footerBox { width: 33.33%; padding: 20px; }
#ctaBox { border-left: 2px solid #b4a269; border-right: 2px solid #b4a269; padding: 40px 15px; display: flex; justify-content: center; align-items: center; flex-direction: column; }
#footerMenu { display: flex; flex-direction: column; align-items: center; justify-content: center; }
#ctaBox img { margin-bottom: 20px; }
#ctaBox .button { margin: 15px 5px !important; }
#contact h3 { margin-top: 0; color: #b4a269; }
#gform_wrapper_1 { padding-right: 20px; }
#gform_wrapper_1 .gfield_label { display: none !important; }
#gform_wrapper_1 .gfield { padding-right: 0 !important; }
#gform_wrapper_1 .validation_error { display: none !important; }
#gform_wrapper_1 .validation_message { color: #fff !important; text-align: center; }
#gform_wrapper_1 .gfield_error { max-width: 100% !important; }
#gform_wrapper_1 input:not(.gform_button), #gform_wrapper_1 textarea { width: 100% !important; border-radius: 5px !important; border: none !important; background: #fff; font-size: 11pt !important; color: #222 !important; padding: 5px 15px; }
#gform_wrapper_1 .gform_body { width: 100%; }
#gform_wrapper_1 input::placeholder, #gform_wrapper_1 textarea::placeholder { color: #222 !important; }
#gform_wrapper_1  textarea { height: 75px !important; }
#gform_wrapper_1 .gform_footer { padding: 0 !important; margin: 0 !important; }
#gform_wrapper_1 input#gform_submit_button_1 { margin: 5px 0 0 !important; float: right; width: 125px !important; font-size: 12pt !important; line-height: 1.0 !important; }
#footer-menu { margin: 0 auto; padding: 0; list-style-type: none; }
#footer-menu li { text-align: center; padding: 5px; }
#ctaBox a { color: #b4a269; }
#ctaBox a:hover { color: #fff; }
#footer-menu li a { position: relative; color: #fff; }
#footer-menu li a::after { content: "-"; position: absolute; bottom: 0; left: 0; height: 1px; background: #fff; width: 0; color: transparent; transition: all 0.25s ease-in-out; text-shadow: none !important; }
#footer-menu li a:hover::after, #footer-menu .current-menu-item a::after { background: #b4a269; width: 100%; }
#footerMenu .social { width: 40px; height: 40px; background: #b4a269; color: #683723; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-top: 5px; }
#footerMenu .social:hover { color: #fff; background: #683723; }
@media screen and (max-width: 1000px) {
	#innerFooter .innerContainer { padding: 20px; }
	#innerFooter .innerContainer { flex-direction: column; }
	.footerBox { width: 100%; }
	#gform_wrapper_1 { padding-right: 0; }
	#ctaBox { border: none; border-top: 2px solid #b4a269; border-bottom: 2px solid #b4a269; padding: 25px 10px 20px; }
}
#excited, #excited a { font-family: 'Aleo', sans-serif; }
#excited { font-size: 18pt; display: block; padding: 0 20px 25px; color: #683723; font-weight: bold; }
#map { width: 100%; display: block; height: 350px; max-height: 90vh; }

/*************************************
HOME
*************************************/
/* HOME HERO */
#homeHero h2 { font-size: 42pt; margin: 0; line-height: 1.0; }
#homeHero h3 { margin: 0 0 20px; font-family: 'Roboto', sans-serif; font-weight: normal; color: #111; font-size: 18pt; text-transform: none; }
#homeHeroBox { max-width: 1280px; margin: 0 auto; padding: 100px 30px 150px; display: flex; align-items: center; justify-content: center; }
#homeHeroBox img { width: 350px; padding-right: 50px; box-sizing: border-box; }
#homeHeroBox .flexCenter { flex-direction: column; align-items: center; }
@media screen and (max-width: 700px) {
	#homeHero h2 { font-size: 28pt; }
	#homeHero h3 { font-size: 16pt; }
	#homeHeroBox { padding: 75px 30px; }
	#homeHeroBox { flex-direction: column-reverse; }
	#homeHero img { max-width: 100%; padding: 30px 0 0; width: 250px; }
}
/* HOME CATEGORIES */
.broCategory .button { position: relative; top: 55px; }
.broCategory { padding: 250px 20px 30px; background-size: cover; background-position: center center; margin: 15px; width: calc(33.33% - 30px); display: flex; align-items: center; justify-content: center; position: relative; top: -50px; flex-grow: 1; }
.home #theTitle { padding: 0 20px; text-align: center; margin-bottom: 0; }
.home .entry-content { padding-top: 0; }
.home .entry-content p { text-align: center; }
@media screen and (max-width: 900px) {
	.broCategory { padding-top: 200px; }
}
@media screen and (max-width: 767px) {
	.broCategory { width: calc(50% - 30px); }
}
@media screen and (max-width: 500px) {
	.broCategory { width: 100%; margin: 15px 0; }
}
/* HOME HUNT */
#homeHunt { position: relative; padding: 80px 0; }
#homeHunt { align-items: flex-start; }
.triangle { position: absolute; top: 0; width: 60px; left: calc(50% - 30px); }
.huntChoice img { width: 175px; position: relative; bottom: 0; transition: all 0.25s ease-in-out; }
.huntChoice { position: relative; width: 33.33%; padding: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.huntChoice:hover img { bottom: 10px; }
.huntChoice h2 { font-weight: normal; letter-spacing: 1px; font-size: 16pt; }
.huntChoice a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; }
@media screen and (max-width: 500px) {
	.huntChoice h2 { font-size: 13pt; }
}
@media screen and (max-width: 500px) {
	#homeHunt { flex-direction: column; align-items: center; }
	.huntChoice { width: 100%; }
}
/* HOME TESTIMONIALS */
#testimonials { padding: 60px 0 0; }
.home .testimonial p { text-align: center; color: #58595b; padding-top: 20px; font-style: italic; }
.home .testimonial:nth-child(1), .home .testimonial:nth-child(3) { background-image: url(//burkeranchoutfitters.com/wp/wp-content/uploads/2019/04/antlers-min.png); background-size: contain; background-repeat: no-repeat; background-position: center center; }
.home .testimonial:nth-child(1) p, .home .testimonial:nth-child(3) p { font-size: 11pt; padding: 20px 60px; margin: 0; }
@media screen and (max-width: 850px) {
	#testimonials .columns-3 { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; }
	.home .testimonial:nth-child(1) p, .home .testimonial:nth-child(3) p { padding: 20px 75px; }
	.home .testimonial { width: 320px !important; }
}
#theThrill a { font-family: 'Aleo', sans-serif; }
#theThrill h2 { margin-bottom: 0; }
#theThrill { padding-bottom: 50px; }
#theThrill p { margin-top: 0; }

/*************************************
BANNER HEADINGS
*************************************/
#bannerBox { position: relative; padding: 70px 20px; }
#bannerBox img { position: absolute; left: 20px; bottom: -50px; width: 230px; }
#bannerHeading h1, #bannerHeading h2 { font-size: 40pt; text-shadow: 0 0 10px #fff; padding: 0 275px; line-height: 1.0; display: flex; align-items: center; justify-content: center; }
@media screen and (max-width: 1100px) {
	#bannerHeading h1, #bannerHeading h2 { font-size: 32pt; }
	#bannerBox img { width: 175px; }
}
@media screen and (max-width: 767px) {
	#bannerBox { display: flex; align-items: center; justify-content: center; flex-direction: column; }
	#bannerBox img { position: initial; width: 125px; max-width: 100%; }
	#bannerHeading h1, #bannerHeading h2 { padding: 10px 20px 5px; text-shadow: none; background: rgba(255,255,255,0.5); }
}

/*************************************
HUNTING TRIPS ARCHIVE
*************************************/
#huntingTrips { padding: 30px 20px; }
.huntType { display: flex; border-bottom: 8px solid #fff; justify-content: center; }
.huntType h2 { color: #b4a269; letter-spacing: 1px; margin-top: 0; }
.huntType p { color: #fff; }
.huntType a { display: block; text-transform: uppercase; }
.huntType a:hover { color: #fff; }
.iconPart { width: 250px; display: flex; align-items: center; justify-content: center; padding: 20px; background: #444; }
.contentPart { padding: 30px; background-size: cover; background-position: center center; width: calc(100% - 250px); box-sizing: border-box; }
#nextSteps { padding-top: 50px; }
#nextSteps .button { width: 250px; }
@media screen and (max-width: 650px) {
	.huntType { flex-direction: column; }
	.iconPart, .contentPart { width: 100%; }
	.iconPart img { width: 100px; }
	.huntType h2 { text-align: center; }
}

/*************************************
SINGLE HUNTING TRIPS
*************************************/
#singleHunt { padding-top: 70px; }
#huntImage { width: 600px; padding-right: 30px; float: left; padding-bottom: 10px; }
#huntTitle { display: inline; font-size: 18pt; letter-spacing: 1px; }
@media screen and (max-width: 1000px) {
	#huntImage { max-width: 100%; padding: 20px 0 0; float: none; display: block; margin: 0 auto; }
	#huntTitle { display: block; text-align: center; }
}
#huntButtons .brownButton { font-size: 12pt; }
#huntGallery { padding-top: 40px; }
#huntGallery .gallery { display: flex; flex-wrap: wrap; }
.gallery-item { margin: 0 !important; max-width: 100% !important; display: flex !important; flex-grow: 1; }
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-item img { height: 275px; object-fit: cover; display: block; }
@media screen and (max-width: 767px) {
	.gallery-item { width: 50% !important; }
	.gallery-item img { height: 250px; }
}
@media screen and (max-width: 450px) {
	.gallery-item { width: 100% !important; }
}

/*************************************
LODGING PAGE
*************************************/
.entry-content ul, .entry-content ol { margin-left: 0; }
.grayLodging { background: #e6e7e8; }
.titlePart { width: 100%; position: relative; }
.line { display: block; position: absolute; height: 2px; bottom: 2em; left: 40px; right: 0; }
.grayLodging .line { background: #fff; }
.whiteLodging .line { background: #e6e7e8; }
.lodging h2 { margin-top: 0; position: relative; z-index: 1; padding-right: 20px; display: inline-block; }
.grayLodging h2 { background: #e6e7e8; }
.whiteLodging h2 { background: #fff; }
.lodging { max-width: 1000px; margin: 0 auto; display: flex; width: 100%; padding: 40px 20px; flex-wrap: wrap; }
.lodging .imgPart { width: 300px; margin-right: 30px; background-position: center center; background-size: cover; }
.lodgingInfo { width: calc(100% - 330px); }
.category-accommodations #bannerHeading h1 { font-size: 26pt; }
@media screen and (max-width: 650px) {
	.lodgingInfo { width: 100%; }
	.lodging { flex-direction: column; align-items: center; justify-content: center; }
	.lodging .imgPart { margin-right: 0; max-width: 100%; height: 250px; margin-bottom: 30px; }
	.lodging:first-of-type .imgPart { background-position: bottom center; }
	.category-accommodations #bannerHeading h1 { font-size: 20pt; }
}

/*************************************
GALLERY
*************************************/
.page-id-19 .inner-content .gallery { display: flex; flex-wrap: wrap; padding-top: 20px; }

/*************************************
LINKS
*************************************/
.page-id-69 .inner-content { max-width: 650px; }

/*************************************
BOOKING
*************************************/
#licenseButton { margin-bottom: 20px; }
.page-id-78 .entry-content h2 { padding-top: 75px; margin-top: 0; position: relative; }
.page-id-78 .entry-content h2::before { content: '•'; position: absolute; font-size: 24pt; color: #444; left: 50%; top: 0; }
.page-id-78 .entry-content { padding-bottom: 70px; }

/*************************************
PRICING
*************************************/
.pricing { padding: 40px 0; }
.altPricing { background-position: center center; background-size: cover; }
.pricing .button { font-size: 12pt; }
.pricing:last-of-type h2 { display: none; }
.pricing .serif { font-family: 'Aleo', serif; font-weight: bold; }
.pricing .small { font-size: 10pt; }
.price, .price a { color: #683723; font-weight: bold; font-family: 'Aleo', sans-serif; text-align: right; }
.pricing td { padding: 10px 5px; border-bottom: 1px solid #e6e7e8; }
.altPricing td { border-color: #fff !important; }
.pricing table { padding-left: 30px; }

/*************************************
TESTIMONIAL PAGE
*************************************/
.page-id-75 .testimonial { background: #f2f2f2; }
.testimonial-name { text-align: right; display: block; font-family: 'Aleo', sans-serif; color: #683723; font-weight: bold; }
.testimonial-name::before { content: '- '; }

/*************************************
TEAM PAGE
*************************************/
.grayTeamBox { background: #e6e7e8; }
.teamMember { max-width: 1000px; margin: 0 auto; display: flex; width: 100%; padding: 40px 20px; flex-wrap: wrap; }
.teamMember h2 { margin-bottom: 0; display: inline; padding-right: 10px; }
.memberTitle { font-weight: bold; font-family: 'Aleo', serif; display: inline; margin-top: 0; }
.profileImg { width: 300px; margin-right: 30px; background-position: center center; background-size: contain; background-repeat: no-repeat; }
.teamMemberInfo { width: calc(100% - 330px); }
@media screen and (max-width: 1000px) {
	.teamMemberInfo { width: 100%; }
	.teamMember { flex-direction: column; align-items: center; justify-content: center; }
	.profileImg { margin-right: 0; max-width: 100%; height: 250px; margin-bottom: 30px; }
}
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   a:hover, a:active {
outline: 0;
} .main-navigation {
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 768px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}.clear {
clear: both;
} .maybe-clear {
content: ""; width: 6em;
display: block;
overflow: hidden;
} .strong-view.simple {
display: block;
width: 100%;
}
.strong-view.simple div {
box-sizing: border-box;
}
.strong-view.simple .testimonial {
max-height: none;
max-width: none;
padding: 0;
width: 100%;
}
.strong-view.simple .testimonial.t-slide {
margin-top: 0;
margin-bottom: 0;
}
.strong-view.simple .testimonial-inner {
display: block;
width: 100%;
height: 100%;
}
.strong-view.simple .testimonial-image {
max-width: 100%;
}
.strong-view.simple .testimonial-field-before {
margin-right: 0.5em;
}
.strong-view.simple a.readmore,
.strong-view.simple a.readmore-toggle {
white-space: nowrap;
z-index: 100;
}
.strong-view.simple a.readmore-toggle:hover {
cursor: pointer;
}
.strong-view.slider-container {
opacity: 1;
}
.strong-view .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} .strong-view.simple .strong-content {
margin: 1em auto;
}
.strong-view.simple .testimonial {
margin: 1em auto;
text-align: left;
}
.strong-view.simple .testimonial:first-child {
margin-top: 0;
}
.strong-view.simple .testimonial:last-child {
margin-bottom: 0;
}
.strong-view.simple .testimonial-inner {
padding: 1em;
text-align: left;
}
.strong-view.simple .testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
margin-bottom: 5px;
}
.strong-view.simple .testimonial-heading {
margin-top: 0;
margin-bottom: 1em;
text-align: left;
}
.strong-view.simple .testimonial-content p:first-of-type {
margin-top: 0;
padding-top: 0;
}
.strong-view.simple .testimonial-content p:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}
.strong-view.simple .testimonial-image {
float: left;
margin-top: .25em;
margin-right: 1em;
margin-bottom: 1em;
}
.strong-view.simple .testimonial-image img {
background: none;
}
.strong-view.simple .testimonial-image a {
text-decoration: none;
box-shadow: none;
}
.strong-view.simple .testimonial-field {
clear: both;
}
.strong-view.simple .readmore {
margin-top: 1em;
}
.strong-view.simple .readmore-page {
padding: 1em;
text-align: center;
}  .strong-view.simple.strong-pager {
display: none;
}
.simplePagerList { margin: 20px auto;
text-align: center;
}
.strong-view ul.simplePagerNav {
margin: 0 auto;
padding: 0;
display: inline-block;
}
.strong-view ul.simplePagerNav li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
.strong-view ul.simplePagerNav li a {
margin: 0 0.2em;
padding: 0.1em 0.3em;
outline: none;
text-decoration: none;
transition: background 0.2s ease;
}
.strong-view ul.simplePagerNav li a:hover {
background: #BBB;
color: #FFF;
}
.strong-view ul.simplePagerNav li.currentPage a {
text-decoration: none;
background: #999;
color: #FFF;
}
.strong-view.rtl ul.simplePagerNav li {
float: right;
} .strong-view .nav-links {
margin: 20px auto;
text-align: center;
}
.strong-view .nav-links a, .strong-view .nav-links span {
display: inline-block;
line-height: 1.5;
margin: 0 0.2em;
padding: 0.1em 0.3em;
transition: background 0.2s ease;
}
.strong-view .nav-links a.current, .strong-view .nav-links span.current {
background: #999;
color: #FFF;
}
.strong-view .nav-links a {
outline: none;
text-decoration: none;
}
.strong-view .nav-links a:hover,
.strong-view .nav-links a.prev:hover,
.strong-view .nav-links a.next:hover,
.strong-view .nav-links span:hover {
background: #BBB;
color: #FFF;
} .strong-view.simple.slider-container .strong-content {
margin: 0 auto;
}
.strong-view.simple.slider-container .testimonial:not(:first-child) {
display: none;
}
.strong-view.simple.nav-position-inside .testimonial-inner {
padding-bottom: 48px;
}
.strong-view.simple.controls-type-sides .testimonial-inner {
padding-left: 50px;
padding-right: 50px;
} @media only screen and (max-width: 320px) {
.strong-view.simple .testimonial-image {
float: none;
margin-left: auto;
margin-right: auto;
}
} .strong-view.simple.rtl .testimonial,
.strong-view.simple.rtl .testimonial-inner,
.strong-view.simple.rtl .testimonial-heading {
text-align: right;
}
.strong-view.simple.rtl .testimonial-image {
float: right;
margin-left: 1em;
}
.strong-view.simple.rtl .testimonial-field {
text-align: left;
}.featherlight{background:0 0;bottom:0;cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out;display:none;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;left:0;position:fixed;right:0;text-align:center;top:0;white-space:nowrap;z-index:2147483647}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.featherlight:last-of-type{background:rgba(0,0,0,.9)}.featherlight::before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle}.featherlight .featherlight-content{-webkit-animation:fadein .5s;animation:fadein .5s;background:#000;border:0;cursor:auto;display:inline-block;max-height:80%;max-width:90%;min-width:inherit;overflow:visible;padding:0;position:relative;text-align:left;vertical-align:middle;white-space:normal}@media screen and (min-width:980px){.featherlight .featherlight-content{max-height:90%}}.featherlight .featherlight-content .caption{color:#fff;font-size:16px;font-weight:lighter;line-height:1.25;max-width:100%;overflow:hidden;position:absolute;text-align:left;text-overflow:ellipsis;white-space:nowrap}.featherlight .featherlight-content .caption:focus,.featherlight .featherlight-content .caption:hover{overflow:visible;white-space:normal}.featherlight .featherlight-content a{color:#fff;text-decoration:underline}.featherlight .featherlight-content a:focus,.featherlight .featherlight-content a:hover{text-decoration:none}.featherlight .featherlight-inner{-webkit-animation:fadein .5s;animation:fadein .5s;display:block}.featherlight button{-webkit-appearance:button;font-family:sans-serif;font-size:100%;line-height:1.15;margin:0;overflow:visible;text-transform:none}.featherlight button::-moz-focus-inner{border-style:none;padding:0}.featherlight .featherlight-close-icon{background-color:transparent;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E);background-position:center;background-repeat:no-repeat;-webkit-background-size:100% auto;background-size:100% auto;border:0;cursor:pointer;display:block;height:30px;opacity:.6;overflow:hidden;padding:0;position:fixed;right:25px;text-align:center;text-indent:100%;top:25px;white-space:nowrap;width:30px;z-index:9999}.featherlight .featherlight-close-icon:focus,.featherlight .featherlight-close-icon:hover{opacity:1}.featherlight .featherlight-image{max-width:100%}.featherlight iframe{border:0}[data-featherlight] img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.featherlight-iframe .featherlight-content{border-bottom:0;-webkit-overflow-scrolling:touch;overflow-y:scroll;padding:0}@-webkit-keyframes featherlightLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes featherlightLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}.featherlight-loading .featherlight-content{-webkit-animation:featherlightLoader 1s infinite linear;animation:featherlightLoader 1s infinite linear;background:0 0;border:8px solid #909090;border-left-color:#fff;font-size:10px}.featherlight-loading .featherlight-content,.featherlight-loading .featherlight-content::after{-webkit-border-radius:50%;border-radius:50%;height:10em;width:10em}.featherlight-loading .featherlight-close,.featherlight-loading .featherlight-inner{display:none}.featherlight-next,.featherlight-previous{background-color:transparent;background-repeat:no-repeat;-webkit-background-size:100% auto;background-size:100% auto;cursor:pointer;display:block;height:60px;margin-top:-30px;opacity:.4;overflow:hidden;position:fixed;text-indent:100%;top:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:60px}.featherlight-next span,.featherlight-previous span{display:none}.featherlight-next:focus,.featherlight-next:hover,.featherlight-previous:focus,.featherlight-previous:hover{opacity:1}.featherlight-next{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.59%2016.59L13.17%2012%208.59%207.41%2010%206l6%206-6%206-1.41-1.41z%22/%3E%0A%3C/svg%3E);background-position:0 0;right:10px}.featherlight-previous{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.41%207.41L10.83%2012l4.58%204.59L14%2018l-6-6%206-6%201.41%201.41z%22/%3E%0A%3C/svg%3E);background-position:-5px 0;left:10px}.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous{display:none}