/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons/icons.eot?3gk5xc');
  src:  url('../fonts/icons/icons.eot?3gk5xc#iefix') format('embedded-opentype'),
    url('../fonts/icons/icons.ttf?3gk5xc') format('truetype'),
    url('../fonts/icons/icons.woff?3gk5xc') format('woff'),
    url('../fonts/icons/icons.svg?3gk5xc#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quote:before {
  content: "\e908";
}
.icon-menu-alt:before {
  content: "\e900";
}
.icon-menu .path1:before {
  content: "\e901";
  color: rgb(255, 255, 255);
}
.icon-menu .path2:before {
  content: "\e902";
  margin-left: -1.40625em;
  color: rgb(0, 0, 0);
}
.icon-menu .path3:before {
  content: "\e903";
  margin-left: -1.40625em;
  color: rgb(0, 0, 0);
}
.icon-menu .path4:before {
  content: "\e904";
  margin-left: -1.40625em;
  color: rgb(0, 0, 0);
}
.icon-facebook .path1:before {
  content: "\e905";
  color: rgb(255, 255, 255);
}
.icon-facebook .path2:before {
  content: "\e906";
  margin-left: -0.5390625em;
  color: rgb(0, 0, 0);
}
.icon-insta:before {
  content: "\e907";
}



body{
  font-family: 'Alegreya Sans';
  color: #000;
}


.wrapper{
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}


.logo-small{
  display: block;
  width: 50px;
  height: 62px;
  margin: 20px auto;
}

.logo-small.white{
  background: url('../images/logo-white-small.png') center center;
  background-size: 100% 100%;
}

.logo-small.gold{
  background: url('../images/logo-gold-small.png') center center;
  background-size: 100% 100%;
}

.logo-small.green{
  background: url('../images/logo-green-small.png') center center;
  background-size: 100% 100%;
}




.main-nav{
  padding: 20px 0;
}

.main-nav .wrapper-nav{
  display: block;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;

}

.main-nav .wrapper-nav .content{

}

.main-nav .wrapper-nav .content .logo{
  display: inline-block;
  width: 150px;
  margin: 0;

}

.main-nav .wrapper-nav .content .nav li.social-icons{
  display: none;
}

.main-nav .wrapper-nav .content .btn-menu{
  display: none;
}


.main-nav .wrapper-nav .content .logo img{
  width: 100%;
  height: auto;
}

.main-nav .wrapper-nav .content .nav{
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 25px;
  left: 10px;

}

.main-nav .wrapper-nav .content .nav li{
  display: inline-block;
  margin: 0 10px;

}

.main-nav .wrapper-nav .content .nav li a{
  font-size: 15px;
  color: #555;
  transition: all 0.4s;

}

.main-nav .wrapper-nav .content .nav li:hover a{
  color: #A97C0E;
  text-decoration: none;

}

.main-nav .wrapper-nav .social{
  display: block;
  position: absolute;
  right: 10px;
  bottom: -6px;

}

.main-nav .wrapper-nav .social .social-menu{
  list-style: none;
  margin: 0;
  padding: 0;

}

.main-nav .wrapper-nav .social .social-menu li{
  display: inline-block;
  margin: 0 5px;

}

.main-nav .wrapper-nav .social .social-menu li a{
  font-size: 20px;
  color: #A97C0E;
  text-decoration: none;
  transition: all 0.4s;
}

.main-nav .wrapper-nav .social .social-menu li .path1:before{
  color: #A97C0E;
  transition: all 0.4s;
}

.main-nav .wrapper-nav .social .social-menu li:hover a, .main-nav .wrapper-nav .social .social-menu li:hover .path1:before{
  color: #555;

}



.masthead{
  display: block;
  width: 100%;
  height: 85vh;
  text-align: center;
  padding: 20px 0;
}

.masthead.home{
  background: url('../images/home-bg.jpg') center center;
  background-size: cover;

}

.masthead.about{
  background: url('../images/about-bg.png') center center;
  background-size: cover;

}

.masthead.hunting{
  background: url('../images/hunting-bg.png') center center;
  background-size: cover;

}

.masthead.premium{
  background: url('../images/premium-bg.png') center center;
  background-size: cover;

}

.masthead.deer{
  background: url('../images/deer-bg.png') center center;
  background-size: cover;
}

.masthead.bighorn{
  background: url('../images/bighorn-bg.png') center center;
  background-size: cover;
}

.masthead.dovehunt{
  background: url('../images/dovehunt-bg.png') center center;
  background-size: cover;
}

.masthead.fishing{
  background: url('../images/fishing-bg.png') center center;
  background-size: cover;
}

.masthead.gallery{
  background: url('../images/gallery-bg.png') center center;
  background-size: cover;
}

.masthead.faqs{
  background: url('../images/faqs-bg.png') center center;
  background-size: cover;
}

.masthead.contact{
  background: url('../images/contact-bg.png') center center;
  background-size: cover;
}



.masthead.premium p.alt{
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 900;
  display: block;
  margin: 0 auto;
}

.masthead .wrapper .logo-small{

}

.masthead .wrapper .content{
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;

}


.masthead .wrapper .title{
  display: block;
  max-width: 1160px;
  margin: 30px auto 0 auto;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
  color: #FFF;
}

.masthead.alt .wrapper .title{
  font-size: 120px;
  line-height: 110px;
}


.masthead .wrapper p{
  font-size: 20px;
  color: #FFF;
  display: inline-block;
  max-width: 640px;
  margin-top: 35px;
  line-height: 23px;
}



.services{
  text-align: center;
  display: block;
  padding: 60px 0;

}

.services .wrapper{

}


.services .wrapper h4{
  text-transform: uppercase;
  font-size: 42px;
  color: #004D43;
  font-weight: 900;
}

.services .wrapper p{
  font-size: 20px;
  color: #4D4D4D;
  padding: 0 30px;
  
}

.services .wrapper p.btm-txt{
  margin-top: 50px;
  
}

.services .wrapper .services-list{
  margin-top: 30px;
  
}

.services .wrapper .services-list .item{
  
}

.services .wrapper .services-list .item figure{
  margin: 0 auto;
  
}

.services .wrapper .services-list .item figure img{
  width: 100%;
  height: auto;
}

.services .wrapper .services-list .item h5{
  display: inline-block;
  text-transform: uppercase;
  font-size: 42px;
  color: #004D43;
  font-weight: 900;
  border-bottom: 5px solid #FFDB9B;
  padding: 0 40px;
}



.gallery{
  margin: 10px 0 20px 0;

}

.gallery .owl-carousel{

}

.gallery .owl-carousel .item{
  
}

.gallery .owl-carousel .item img{
  
}

.gallerys{
  margin: 30px 0 90px 0;
}


.gallery-wrap{
  display: block;
  max-width: 100%;
  margin: 30px auto 45px auto;
  text-align: center;
}

.gallery-wrap h4{
  font-family: 'Roboto Condensed';
  font-weight: 900;
  color: #004D43;
  font-size: 80px;
  margin-bottom: 30px;
}


.travel-sonora{
  text-align: right;
  padding: 70px 0;

}

.travel-sonora .wrapper{


}


.travel-sonora .wrapper h4{
  font-family: 'Alegreya';
  font-size: 72px;
  color: #A97C0E;
  font-style: italic;
}

.travel-sonora .wrapper p{
  font-family: 'Alegreya Sans';
  font-size: 22px;
  line-height: 40px;
  margin-top: 10px;

}

.travel-sonora .wrapper .alt{
  font-family: 'Roboto Condensed';
  font-size: 33px;
  color: #000;
  font-weight: bold;
  line-height: 38px;
  margin-top: 22px;
  border-bottom: 3px solid #A97C0E;
  padding-bottom: 22px;
}

.travel-sonora .wrapper .map{
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  top: 32px;

}


.travel-sonora .wrapper img{
  width: 100%;
  height: auto;

}





.testimonials{
  padding: 30px 0;
  margin: 15px 0;

}

.testimonials .wrapper{

}

.testimonials .wrapper .item{
  display: block;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  
}

.testimonials .wrapper .item .profile{
  display: block;
  max-width: 220px;
  margin: 15px auto;
  
}


.testimonials .wrapper .item .profile img{
  width: 100%;
  height: auto;
}


.testimonials .wrapper .item .icon-quote{
  font-size: 30px;
  color: #A97C0E;
}


.testimonials .wrapper .item .desc{
  font-size: 20px;
  color: #4D4D4D;
  margin-top: 15px;
  line-height: 24px;
  
}

.testimonials .wrapper .item .name{
  color: #004D43;
  font-weight: bold;
  font-size: 22px;
  
}




.contact-form{
  text-align: center;
  margin: 50px 0;
}


.contact-form .wrapper{

}

.contact-form .wrapper h4{
  font-family: 'Roboto Condensed';
  font-weight: 900;
  color: #004D43;
  font-size: 80px;

}


.contact-form .wrapper .phone, .contact-form .wrapper .email{
  font-family: 'Alegreya Sans';
  font-size: 25px;
  color: #4D4D4D;
  margin: 5px 0;
  line-height: 24px;

}

.contact-form .wrapper .email a, .contact-form .wrapper .phone a{
  font-weight: 700;
  color: #4D4D4D;
  text-decoration: none;

}

.contact-form .wrapper p{
  font-size: 20px;
  font-family: 'Alegreya Sans';
  color: #4D4D4D;
  margin-top: 25px;

}

.contact-form .wrapper .form{
  margin-top: 30px;

}


.contact-form .wrapper .form .ipt-box{
  text-align: left;
  margin-bottom: 15px;

}

.contact-form .wrapper .form .ipt-box span{
  font-size: 18px;
  color: #4D4D4D;
  margin-bottom: 3px;

}


.contact-form .wrapper .form .ipt-box input, .contact-form .wrapper .form .ipt-box textarea{
  border: none;
  background: #FAFAF4;
  display: block;
  padding: 10px 15px;
  width: 100%;
  outline: none;
}

.contact-form .wrapper .form .ipt-box textarea{
  height: 280px;
}


.contact-form .wrapper .form button{
  background: #000;
  padding: 10px 22px 10px 30px;
  border-radius: 50px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #FFF;
  display: block;
  margin-top: 15px;
}



.special-event{
  background: #004D43;
  padding: 80px 0 160px 0;
  text-align: center;
  margin-top: 90px;
}

.special-event .wrapper{
  
}

.special-event .wrapper h4{
  font-family: 'Roboto Condensed';
  font-weight: 900;
  color: #FFF;
  font-size: 80px;
  
}


.special-event .wrapper p{
  font-size: 18px;
  color: #FFF;
  line-height: 30px;
  display: block;
  max-width: 600px;
  margin: 0 auto;

}




.newsletter{
  background: url('../images/bg-news.png') center center;
  background-size: cover;
  position: relative;
  height: 525px;

}

.newsletter .wrapper{

}


.newsletter .wrapper .form-wrap{
  display: block;
  background: #F8F8F8;
  text-align: center;
  padding: 50px 0px;
  border-bottom: 12px solid #AADCD5;
  z-index: 99;
  position: absolute;
  top: -100px;
  max-width: 950px;
  margin: 0 auto;
  left: 0;
  right: 0;

}


.newsletter .wrapper .form-wrap .logo-small{
  margin: 0 auto 20px auto;
}

.newsletter .wrapper .form-wrap h4{
  font-size: 70px;
  text-transform: uppercase;
  color: #211000;
  font-weight: 900;
  font-family: 'Alegreya';

}

.newsletter .wrapper .form-wrap p{
  font-size: 20px;
  font-family: 'Alegreya Sans';
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #4D4D4D;
}

.newsletter .wrapper .form-wrap .form{
  margin-top: 15px;
  text-align: left;
  width: 70%;
  margin: 0 auto;

}

.newsletter .wrapper .form-wrap .form .ipt-box{
  margin-bottom: 20px;

}

.newsletter .wrapper .form-wrap .form .ipt-box span{
  font-size: 18px;
  color: #4D4D4D;
  margin-bottom: 4px;

}

.newsletter .wrapper .form-wrap .form .ipt-box input{
  display: block;
  width: 100%;
  padding: 10px;
  outline: none;
  background: #FFF;
  border: none;
}

.newsletter .wrapper .form-wrap .form button{
  display: block;
  padding: 8px 35px;
  border-radius: 50px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0px auto;
  background: #A97C0E;
  border: none;
}


.logo-bar{
  padding: 35px 0;

}

.logo-bar figure{
  width: 110px;
  height: 110px;
  margin: 0 auto;

}

.logo-bar figure img{
  width: 100%;
  height: auto;
}




footer{
  background: #002621;
  padding: 60px 0 0 0;

}

footer .wrapper{

}

footer .wrapper .footer-nav{
  list-style: none;
  padding: 0;
  margin: 0;

}

footer .wrapper .footer-nav li{
  margin: 3px 0;

}

footer .wrapper .footer-nav li a{
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
}

footer .wrapper .links{
  display: block;
  position: absolute;
  bottom: 0;
  left: 140px;
}

footer .wrapper .links a{
  display: inline-block;
  margin-right: 15px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
}

footer .wrapper .logo{
  display: block;
  width: 180px;
  height: auto;
  margin: 0 0 0 auto;

}

footer .wrapper .logo img{
  width: 100%;
  height: auto;
}


footer .wrapper .follow{
  margin-top: 25px;
  text-align: right;
}

footer .wrapper .follow p{
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  display: inline-block;
}

footer .wrapper .follow ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  
}

footer .wrapper .follow ul li{
  display: inline-block;
  margin: 0 5px;
  
}

footer .wrapper .follow ul li a{
  color: #FFF;
}

footer .wrapper .contact{
  text-align: right;
  
}


footer .wrapper .contact .phone{
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  margin: 15px 0 0 0;
  
}

footer .wrapper .contact .email{
  color: #FFF;
  font-size: 15px;
  margin: 0;
  
}

footer .wrapper .contact .phone a{
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  
}

footer .wrapper .contact .email a{
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

footer .sub-footer{
  background: #004D43;
  padding: 8px 0;
  text-align: center;
  margin-top: 50px;

}

footer .sub-footer p{
  color: #FFF;
  margin: 0;
}

footer .sub-footer p a{
  color: #FFF;
  text-decoration: none;

}



/* === MOBILE === */

@media screen and (max-width: 768px) {

  .masthead.alt .wrapper .title{
    font-size: 70px;
    line-height: 60px;
  }
  
  .main-nav{
    padding: 10px 0;
  }
  
  .main-nav .wrapper-nav .content .logo{
    /*display: inline-block;
    width: 150px;
    margin: 0;*/
    width: 120px;
    margin: 0 auto;
  
  }
  
  .main-nav .wrapper-nav .content .btn-menu{
    display: block;
    width: 50px;
    height: 50px;
    background: url('../images/menu-icon.png');
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 9;
  }
  
  
  .main-nav .wrapper-nav .content .nav{
    background-color: #A97C0E;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 999;
    padding: 0 25px;
    height: 0;
    
    transition: 0.3s all;
    overflow: hidden;
  }

  .main-nav .wrapper-nav .content .nav.open{
    height: 88vh;
    padding-top: 40px;
  }
  
  .main-nav .wrapper-nav .content .nav li{
    display: block;
    margin: 8px 0;
  }

  .main-nav .wrapper-nav .content .nav li.social-icons{
    display: block;
    margin-top: 50px;
  }

  .main-nav .wrapper-nav .content .nav li.social-icons a{
    font-size: 30px;
    margin-left: 5px;
  }
  
  .main-nav .wrapper-nav .content .nav li a{
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
  
  }
  
  .main-nav .wrapper-nav .content .nav li:hover a{
    color: #FFF;
  
  }
  
  .main-nav .wrapper-nav .social{
    display: none;
  }
  
  .masthead .wrapper .title{
    font-size: 52px;
    line-height: 48px;
  }
  
  
  .masthead .wrapper p{
    padding: 0 50px;
  }
  

  .services .wrapper h4{
    font-size: 38px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .services .wrapper p{
    line-height: 26px;
  }

  .services .wrapper p.btm-txt{
    margin-top: 20px;
    
  }

  .services .wrapper .services-list .item{
    margin-bottom: 50px;
  }

  .services .wrapper .services-list .item figure{
    width: 220px;
    height: auto;
  }


  .travel-sonora{
    text-align: left;
    padding: 50px 0;
  }

  .travel-sonora .wrapper h4{
    font-size: 60px;
    line-height: 50px;
  }

  .travel-sonora .wrapper p{
    font-size: 20px;
    line-height: 28px;

  }

  .travel-sonora .wrapper .alt{
    font-size: 28px;
    line-height: 32px;
  }

  .travel-sonora .wrapper .map{
    top: 10px;

  }


  .testimonials{
    margin: 0 0 15px 0;
  }

  .testimonials .wrapper .item .profile{
    max-width: 190px;
    
  }

  .testimonials .wrapper .item .icon-quote{
    font-size: 27px;
  }

  .contact-form .wrapper h4{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;

  }

  .contact-form .wrapper .phone, .contact-form .wrapper .email{
    font-size: 24px;

  }

  
  .special-event .wrapper h4{
    font-size: 70px;
    line-height: 70px;
  }


  .special-event .wrapper p{
    line-height: 25px;

  }

  .newsletter .wrapper .form-wrap{
    width: 88%;
    padding: 50px 15px;

  }

  .newsletter .wrapper .form-wrap h4{
    font-size: 52px;
    line-height: 50px;

  }

  .newsletter .wrapper .form-wrap .form{
    width: 80%;

  }


  footer .cols-space{
    display: none;
  }


  footer .wrapper .logo{
    margin: 40px 0 0 0;

  }


  footer .wrapper .follow{
    text-align: left;
  }


  footer .wrapper .contact{
    text-align: left;
  }
  


}


/*====== ABOUT =======*/

.history-block{
  background: #211000;
  padding: 60px 0;
  text-align: center;
}

.history-block h3{
  text-transform: uppercase;
  font-size: 80px;
  font-family: 'Roboto Condensed';
  color: #FFF;
}

.history-block p{
  font-size: 20px;
  color: #FFF;
  line-height: 22px;
}


.history-block p.alt{
  font-style: italic;
  color: #A97C0E;
  
}

.history-block .content{
  max-width: 740px;
  margin: 0 auto;
}


.history-book{
  padding: 60px 0 80px 0;
  background: #CC9F53;
  text-align: center;

}

.history-book .logo-small{
  color: #FFF;
}

.history-book h3{
  font-family:'Roboto Condensed';
  color: #002621;
  font-size: 50px;
  line-height: 45px;

}


.history-book .content p{
  color: #FFF;
  font-size: 22px;
  line-height: 28px;

}

.history-book .content p span{
  font-style: italic;
  font-weight: 700;
}


.history-book .content .btn-book{
  text-transform: uppercase;
  color: #FFF;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 4px;
  font-weight: 500;
  background: #002621;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 12px;
}

/* === MOBILE === */

@media screen and (max-width: 768px) {

  .history-block h3{
    font-size: 50px;
    line-height: 50px;
  }

  .history-block p.alt{
    margin-top: 15px;
    
  }


  .history-book h3{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;

  }
}



/* === PREMIUM LODGE === */

.const-lodge{
  background: #002621;
  padding: 60px 0;
  text-align: center;
}

.const-lodge h3{
  text-transform: uppercase;
  font-size: 80px;
  font-family: 'Roboto Condensed';
  color: #FFF;
}

.const-lodge p{
  font-size: 20px;
  color: #FFF;
  line-height: 22px;
}

.const-lodge p.alt{
  font-style: italic;
  color: #A97C0E;
}

.lodge-history{
  padding: 65px 0;
}


.lodge-history .lodge{
  width: 100%;
  height: auto;
  position: relative;
  top: 45px;

}

.lodge-history .lodge img{
  width: 100%;
  height: auto;
}

.lodge-history .top-text{
  border-bottom:  1px solid #000;


}

.lodge-history .top-text h5{
  color: #A97C0E;
  font-style: italic;
  font-size: 40px;
  line-height: 42px;
  margin: 0 0 15px 0;

}

.lodge-history .top-text p{
  font-size: 20px;
  line-height: 24px;

}

.lodge-history .block-text{
  margin-top: 15px;
}

.lodge-history .block-text h6{
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0 5px 0;
}

.lodge-history .block-text p{
  font-size: 20px;
  line-height: 24px;
}


.amenities{
  padding: 50px 0;
  text-align: center;
}

.amenities .icon{
  max-width: 110px;
  height: auto;
  margin: 25px auto 10px auto;

}

.amenities .icon img{
  width: 100%;
  height: auto;
}


.amenities p{
  font-size: 22px;
  font-weight: 900;
  color: #004D43;
  text-transform: uppercase;
  
}



.blue-block{
  padding: 60px 0 80px 0;
  background: #AADCD5;
  text-align: center;

}

.blue-block h3{
  font-family:'Roboto Condensed';
  color: #004D43;
  font-size: 50px;
  line-height: 45px;

}


.blue-block .content p{
  color: #004D43;
  font-size: 22px;
  line-height: 28px;

}

.blue-block .content p span{
  font-style: italic;
  font-weight: 700;
}


.stay-tuned{
  text-align: center;
  padding: 50px 0;

}

.stay-tuned h4{
  text-transform: uppercase;
  font-size: 80px;
  font-family: 'Roboto Condensed';
  color: #A97C0E;
}

.stay-tuned p{
  font-size: 22px;
  color: #000;
  line-height: 22px;
  margin: 20px 0 0 0;
}

.stay-tuned p.alt{
  font-size: 25px;
  line-height: 32px;
  color: #A97C0E;
  
}

/* === MOBILE === */

@media screen and (max-width: 768px) {

  .const-lodge h3{
    font-size: 50px;
    line-height: 50px;
  }

  .lodge-history .lodge{
    top: 0;
  }

  .amenities{
    padding: 15px 0 50px 0;
  }
  

  .blue-block h3{
    font-size: 36px;
    line-height: 36px;

  }

  .stay-tuned h4{
    font-size: 50px;
    line-height: 50px;
  }

  .stay-tuned p.alt{
    line-height: 25px;
    font-size: 22px;
    
  }
}


/* === HUNTING === */

.hunting-types{
  padding: 60px 0;
}

.hunting-types .row{
  padding: 25px 0;
  border-bottom: 4px solid #AADCD5;
}

.hunting-types .row:last-child{
  border-bottom: none;
}

.hunting-types figure{
  margin: 0;
  width: 100%;
  height: auto;
}

.hunting-types figure img{
  width: 100%;
  height: auto;
}

.hunting-types h5{
  color: #004D43;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 58px;
  font-family: 'Roboto Condensed';

  
}

.hunting-types p{
  font-size: 20px;
  line-height: 22px;
  
}

.hunting-types .prices{
  margin-top: 10px;

  
}

.hunting-types .prices p{
  font-size: 20px;
  font-weight: 900;

  
}

.hunting-types .prices ul{
  margin: 0 0 0 20px;
  padding: 0;

  
}

.hunting-types .prices ul li{
  font-size: 20px;
  margin: 0;
  line-height: 25px;
  
}

.hunting-types .prices ul li span{
  font-weight: 900;
}


.hunting-types .content p{
  margin: 0 0 5px 0;
}

.hunting-types .content ul{
  margin: 8px 0 8px 20px;
  padding: 0;
  
}

.hunting-types .content ul li{
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;

}

.hunting-types .content .small{
  font-size: 18px;
  font-style: italic;
  margin-top: 15px;
}

/* === MOBILE === */

@media screen and (max-width: 768px) {

  .hunting-types{
    padding: 30px 0;
  }

  .hunting-types figure{
    margin: 10px 0 25px 0;
  }

  .hunting-types h5{
    font-size: 45px;
    line-height: 40px; 
  }

}



/* === DEER === */

.txt-gold{
  padding: 65px 0;
  background: #A97C0E;
}

.txt-gold p{
  font-size: 20px;
  line-height: 25px;
  color: #FFF;
}

.txt-gold h5{
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  font-style: italic;
  color: #FFF;
  margin-top: 25px;
}

.deer-info{
  padding: 60px 0;

}

.deer-info .deer{
  margin-bottom: 85px;
}

.deer-info .deer h2{
  color: #004D43;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 58px;
  font-family: 'Roboto Condensed';
  margin: 10px 0 20px 0;

  
}

.deer-info .deer p{
  font-size: 20px;
  line-height: 25px;
  
}

.deer-info .deer p span{
  font-weight: 800;
  
}

.deer-info .deer h4{
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 20px 0;
  
}


.deer-info .deer .txt-block{
  background: #211000; 
  padding: 30px 40px 50px 40px;
}


.deer-info .deer .txt-block h5{
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 20px 0;
  color: #FFF;
  
}

.deer-info .deer .txt-block .prices p{
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;

  
}

.deer-info .deer .txt-block .prices ul{
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  
}

.deer-info .deer .txt-block .prices ul li{
  font-size: 20px;
  color: #FFF;

  
}

.deer-info .deer .txt-block .prices ul li span{
  font-weight: 800;

  
}


.deer-info .deer .txt-block .prices .total{
  text-transform: none;
  color: #FFF;
  font-weight: 800;
  font-size: 20px;

}

@media screen and (max-width: 768px) {

  .txt-gold h5{
    font-size: 35px;
    line-height: 40px;
  }

  .deer-info{
    padding: 40px 0;

  }

  .deer-info .deer h2{
    font-size: 50px;
    line-height: 55px;

  }

}


/* === BIG HORN === */

.deer-info .alt p{
  font-weight: 800;
  text-transform: uppercase;
  margin: 4px 0;
}


/* === DOVE HUNT === */

.post-info{
  padding: 60px 0;
}

.post-info p{
  font-size: 20px;
  line-height: 24px;

}

.post-info p span{
  font-weight: 800;
}

.post-info h4{
  text-transform: uppercase;
  font-weight: 800;
  color: #CC9F53;

}

.post-info ul li{
  font-size: 20px;

}



.post-info-gold{
  padding: 60px 0;
  background: #A97C0E;
}

.post-info-gold h4{
  text-transform: uppercase;
  font-weight: 800;
  color: #FFF;
}

.post-info-gold p{
  font-size: 20px;
  line-height: 24px;
  color: #FFF;
}

.post-info-gold ul li{
  color: #FFF;
}


/* === FISHING === */

.services.alt{
  background: #E1EDEB;
  padding: 65px 0 85px 0;
  margin-bottom: 80px;

}


.gallery-block{
  
}