/********** SITEWIDE *********/

/** fonts **/
.blockInnerContent,
.blockText p,
.itemInnerContent,
li,
p {
   font-weight: bold;
}

/* navigation items hover */
.navContent ul li a:hover {
    border-top: 1px solid #206549;
    -ms-transition: color .7s ease-out;
    -webkit-transition: color .7s ease-out; 
    -o-transition: color .7s ease-out; 
    -moz-transition: color .7s ease-out; 
    transition: color .7s ease-out;  
}
.navContent ul li a.selected {
     border-top: 1px solid #206549;
}

/* white background for text */
.block_d6b676a92dda40c28e6ac7bccce51d94 .blockText, /*guided fishing
.block_a605c1bd5215446fb6f3040e9e4bf946 .blockText, /*guided fishing
.block_f8f7f0046cbf41e792f1e6322600620d .blockText,
.block_eb4bedc6527041b189e657d5e9742c27 .blockText, /* guided hunting 
.block_a230bdc2eadc4dfb998770a12302ee5c .blockText, /* guided hunting 
.block_bc6360cc4a0440c0bdc5bc16360b5bb4 .blockText , /*scenic adventures 
.block_d3eb4183f0624307a07325caa61f112e .blockText, /*scenic adventures 
.block_ac55f3c266424571911f3bce08f46435 .blockText, /*fishing FAQ 
.block_c09ffebf37144eccbceba8da28dc2f50 .blockText, /* hunting FAQ 
.block_e33be460026b4bd88b64b07d71c0cdc3 .blockText, /*contact page
.block_a7e23f387cd3470b997e1040e5e25271 .blockText, /*contact page
.block_wOcvIwnqxQmFtgIs .blockText {
    background-color: white;
    padding: 40px;
}
/* faq lists */
.blockWrap_c983ad65644f49e98e2d4af7c9e295b9,
.blockWrap_a420a68f19f5420fa2ee1853d32b2cad {
    background-color: white;
    max-width: 1104px;
    margin: auto;
    padding-bottom: 40px;
}

.ctaButton {
    width: 300px;
}
/****** FOOTER  **********/
/*adjust your sizing and spacing as you like*/
/*.footerLogos li {*/
    /*display: inline;*/
/*    margin: .5em;*/
/*}*/
/*.footerLogos img {*/
/*    max-width: 110px;*/
/*}*/

/*logos*/
.block_ccbc74dd9fcb4016907eccd878a97406 .footerLogos a { 
    padding-right: 20px; 
    }
.footerContent .contentTitle {
    font-size: 22px;
    letter-spacing: .03em;
    text-transform: capitalize;
}
.footerContent .emailCapture button {
    border: 2px solid white;
    background-color: #1c1c1c;
    border-radius: 0;
    padding: 15px;
    width: 100%;
}
@media only screen and (min-width: 768px) {
.footerContent {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
}
/*testimonial*/
.footerContent .blockWrap_e6e9c231c19d48bdadac1db9d49af860 {
    width: 100%!important;
}
}

/********* HOMEPAGE ***********/
/*POSITION - TOP OR BOTTOM*/
/*always show caption*/
.blockWrap_d8e92fd9798046548b1d7613c19b5b5e .imgEffect-content {
    background-color: white;
    opacity: .7;
}

@media only screen and (max-width: 768px) {
    .blockWrap_d8e92fd9798046548b1d7613c19b5b5e .imgEffect-content {
        font-size: 16px;
    }
}

/******* ABOUT *******/
/*white background */
.blockContent.layoutC--vAlign1 {
    background-color: white;
    padding: 0!important
}
.block_a628e93ff8914830b382800cef387df4 p {
    padding-right: 30px;
}