body {
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
	font-size: 16px;
	line-height: 25px;
	font-family: "Open Sans", serif;
	font-weight: normal;
	color: #585a5b;
	background-color: #fff;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100% !important;
}




/*	#TYPOGRAPHY
===============================================================*/
/***** #HEADINGS *****/
h1, h2, h3{
	font-weight:normal;
	color: #4b4e53;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #4b4e53;
	margin: 0;
}
h1 {
	font-size: 2.5em;
	line-height: 2.8em;
	font-family: "EB Garamond", serif;
}

.content__item .page_title {
color:#3F3F3F;
	font-family: "EB Garamond", serif;
	font-size: 42px;
	line-height: 42px;
	font-weight: 300;
        letter-spacing: 2px; 
        }

.line-3-100{
	margin-top:15px;
	height:3px;
	width:100px;
	background: #af8108;}





h2 {
	font-size: 2em;
	line-height: 2.3pem;
	margin: 27px 0 18px 0;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
}
h3 {
	font-size: 24px;
	letter-spacing: normal;
	line-height: 33px;
	margin: 26px 0 16px 0;
	font-family: "Open Sans", serif;
}
h4 {
	font-size: 18px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 21px 0 19px 0;
	font-family: "Open Sans", serif;
}
h5 {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 18px 0 13px 0;
	font-family: "Open Sans", serif;
}
h6 {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 18px;
	margin: 18px 0 13px 0;
	font-family: "Open Sans", serif;
}

/*------------------------------------*
	@COMPONENTS #HEADER
\*------------------------------------*/
.header { 
position:fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  width: 100%;
  z-index:100;
  transition: all 10s ease;
}

.header .container {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  

}

.sticky {
background-color: #FFFFFF !important;

}


.header .container::before, .header .container::after 
{display: none; }

@media (max-width: 560px) {
  .header {
    padding: 15px 0;
  }
}


.header__logo {
  margin-right: 55px;
  margin-left: 15px;
}

.header__logo img {
  height: 90px;
}

@media (max-width: 992px) {
  .header__logo img {
    height: 55px;
  }
}

@media (max-width: 560px) {
  .header__logo img {
    height: 45px;
  }
}

.header-memberbox-inner a {
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;

}

.header-memberbox-inner {color: #FFFFFF;}

.subheader {
  background-color: transparent;
  position: relative;
}

.subheader .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1320px) {
  .subheader {
    padding: 18px 0;
  }
}

@media (max-width: 993px) {
    .sticky-wrapper {
        height: 60px !important;
    }
}

@media (max-width: 992px) {
 .header-memberbox-inner {
   display: none;}}

/*------------------------------------*
	@COMPONENTS #MENU
\*------------------------------------*/
/* MENU */
/* .menunav{position:absolute;height:16px;width:auto;left:20px;top:40px;z-index:85;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
.menunav.sticky{top:13px;left:70px;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
*/
.menunav {
  width: auto;
  position: relative;
  float: right;
  z-index: 9998;
}

.menunav {
  margin-left: auto;
}

@media (max-width: 1170px) {
  .menunav {
    position: static;
  }
}

.main-nav {
  background: #fff;
  border-radius: 0px;
}

@media (min-width: 1169px) {
  .main-nav {
    border-radius: 0px;
  }
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: "Open Sans", serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
}

@media (min-width: 1169px) {
  #main-menu {
    float: right;
    clear: none;
  }
}

/* Mobile menu toggle button */


.main-menu-btn {
  margin: 6px 10px;
  position: absolute;
  display: inline-block;
  min-width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1170px) {
  .main-menu-btn {
    z-index: 99;
    position: absolute;
    top: 2px;
    left: -30px;
  }
}

.menu-on .main-menu-btn {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 1169px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.menunav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media (max-width: 1170px) {
  .menunav {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: auto;
  }
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent !important;
}

@media (max-width: 1170px) {
  .main-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.main-menu-btn {
  left: auto;
  top: 25%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1001;
  margin: 0;
  display: none;
}

.main-menu-btn.main-menu-btn-top {
  top: 25%;
  right: 20px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

@media (max-width: 560px) {
  .main-menu-btn.main-menu-btn-top {
    right: 20px;
  }
}

@media (max-width: 1170px) {
  .main-menu-btn {
    display: block;
  }
}

#main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent;
  z-index: 10;
}

#main-menu > li {
  background-color: transparent;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#main-menu > li:not(:last-child) {
  margin-right: 30px;
}

#main-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #3F3F3F;
  font-family: "Open Sans", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  letter-spacing: 2px;
}

#main-menu > li a:hover {
  opacity: 0.5;
}

#main-menu > li a .sub-arrow {
  display: none;
}

#main-menu > li ul {
  padding: 0px 15px !important;
  margin-top: 0 !important;
  -webkit-box-shadow: 4px 0px 4px rgba(218, 218, 218, 0.25);
          box-shadow: 4px 0px 4px rgba(218, 218, 218, 0.25);
  background-color: #ffffff;
  border: none !important;
  border-radius: 0px !important;
  top: -webkit-calc(100% + 20px) !important;
  top: calc(100% + 20px) !important;
  min-width: 180px !important;
}

#main-menu > li ul::after {
  display: none;
}

#main-menu > li ul::before {
  display: none;
}

#main-menu > li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0 !important;
  margin-bottom: 0;
}

#main-menu > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important;
  background-color: transparent !important;
  padding: 20px 60px 20px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  color: #203D1C;
  text-align: left;
  text-decoration: none !important;
}

#main-menu > li ul li:not(:last-child) {
  border-bottom: 1px solid #002e56 !important;
}

#main-menu > li ul li:hover {
  background-color: #fff !important;
}

#main-menu > li ul li:hover a {
  opacity: 1;
  color: #898570;
}

@media (max-width: 1480px) {
  #main-menu > li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1320px) {
  #main-menu > li a {
    font-size: 12px;
    color: #002e56;
  }
  #main-menu > li ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#main-menu .has-submenu {
  position: relative;
  padding-right: 20px;
  line-height: 1 !important;
}

#main-menu .has-submenu::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #203D1C;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}

@media (max-width: 1480px) {
  #main-menu .has-submenu {
    padding-right: 15px;
  }
}

.menu-on #main-menu .has-submenu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-right: 0;
}

.menu-on #main-menu .has-submenu::after {
  position: relative;
  margin-left: 10px;
  top: 0px;
}

@media (max-width: 1170px) {
  #main-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    padding-top: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1000;
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  #main-menu-state:checked ~ #main-menu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #main-menu li {
    display: block !important;
    margin-right: 0 !important;
    border: none !important;
    margin-bottom: 10px;
  }
  #main-menu li a {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: none !important;
    font-size: 18px;
  }
  #main-menu li ul {
    top: 30px !important;
    left: -25px !important;
  }
  #main-menu li ul li {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  #main-menu li ul li a {
    font-size: 15px;
    color: #002e56;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    border-left: none;
  }
  #main-menu li ul li:hover {
    opacity: 0.9;
  }
  #main-menu li:nth-child(5) {
    margin-left: 0;
  }
  #main-menu li:last-child {
    margin-right: 0;
  }
  #main-menu .has-submenu::after {
    margin-top: 0px;
    top: 2px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 0px;
  }
}

@media (max-width: 768px) {
  #main-menu {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}



/* SOCIALS */

.socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: #095495;
  border-radius: 5px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff !important;
  text-decoration: none !important;
}

.socials__item:not(:last-child) {
  margin-right: 10px;
}

.socials__item:hover {
  opacity: 0.8;
}

.socials__item--lg {
  width: 34px;
  height: 34px;
}

@media (max-width: 560px) {
  .socials__item--lg {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}


/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/
.sidemenu {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 145px;
  padding: 5px 0;
  margin-right: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  margin-bottom: 20px;
  z-index: 1;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #fff;
}

.sidemenu a {
  display: block !important;
  font-family: "Open Sans", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #7e8082;
  text-decoration: none !important;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(137, 133, 112, 0.5);
}

.sidemenu a:hover {
  opacity: 0.5;
}

.sidemenu br {
  display: none;
}

@media (max-width: 992px) {
  .sidemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: auto;
    top: 10px;
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 500;
  }
  .sidemenu br:last-child {
    display: none;
  }
  .sidemenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 0 !important;
    border: none;
  }
  .sidemenu a:last-of-type::after {
    content: '';
    width: 20px;
    display: block;
  }
  .sidemenu a:last-child {
    margin-right: 0;
  }
  .menu-on .sidemenu {
    z-index: 0;
  }
}   

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

.content-wrap {
  display: -ms-flexbox;
display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;        
  position: relative;
}

.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 99;
 
}
   
.content__item {
  background-color: #fff;

}

.content__item:not(:last-child) {
  margin-bottom: 50px;
}

.content__item .title {
    font-size: 48px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 4px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
  .content__item .title {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .content__item .title {
    font-size: 24px;
    text-align: left;
  }
}

.content__item .title--alt {
  text-align: left;
  margin-bottom: 20px;
}

.content__item .subtitle {
  color: #999;
  font-family: "Open Sans", serif;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}


@media (max-width: 560px) {
  .content__item .subtitle {
    text-align: left;
  }
}

.content__item article {
  margin-bottom: 40px;
  margin-top: 80px;
}

.content__item article .text {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

.content__item article .text:not(:last-child) {
  margin-bottom: 30px;
}


@media (max-width: 560px) {
  .content__item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .content__item article {
    margin-bottom: 20px;
  }
  .content__item .text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .content__item:last-child {
    margin-bottom: 40px;
  }
}     

.custom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  max-width: 550px;
  padding: 0px 10px;
  background-color: transparent !important;
  border: 2px solid #3F3F3F; !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3F3F3F; !important;
  font-style: bold;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.custom__button:hover {
  opacity: 0.8;
  text-decoration: none !important;
  color: #3F3F3F;
}

@media (max-width: 992px) {
.custom__button {display:none;}
}


/* HASWELL SYTLES */

.page-section  {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}


/* #FOOTER 2 NEW
=====================================================*/
.footer-2-copy-cont {
  padding-top:30px;
}

.footer-2-copy {
  font-size:11px;
  color:#7e8082;
}
.footer-2-copy:hover {
  color:#101010;
}
.footer-2-soc-a a {
  font-size:16px !important;
  padding:7px 11px !important;
}

.logo-footer-cont{
  margin-bottom:50px;
}
.footer-2-text-cont {
  margin-bottom:24px;
}
.widget h4 {
  margin-top: 16px;
  margin-bottom: 21px;
  font-family: 'Poppins', sans-serif;
  font-size:18px;

}
.widget .links-list {
  list-style: none;
  margin: 0;
  padding:0;
}
.widget .links-list li{
 padding-bottom:7px;
}
.entry-title h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.widget .post-prev-title a{
  font-size: 14px;
  line-height:21px;
  font-weight: normal;
}
.widget .post-prev-info{
  text-transform:none;
  line-height:18px;
}
.container-m-60 {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

@media (max-width: 992px) {
  .container-m-60 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* #FOOTER 2 BLACK #NEW
=====================================================*/
.footer2-black {
  background: background: hsla(105, 25%, 25%, 1);

background: linear-gradient(0deg, hsla(105, 25%, 25%) 0%, hsla(106, 25%, 30%, 1) 83%);

background: -moz-linear-gradient(0deg, hsla(105, 25%, 25%) 0%, hsla(106, 25%, 30%, 1) 83%);

background: -webkit-linear-gradient(0deg, hsla(105, 25%, 25%) 0%, hsla(106, 25%, 30%, 1) 83%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#425f39", endColorstr="#374f2f", GradientType=1 );
  color:rgba(255,255,255, .7);
}
.footer2-black .widget h4 {
  color:#fff;
}
.footer2-black .a-text, .footer2-black .a-text-cont a {
  color: rgba(255,255,255, .7);
}
.footer2-black .a-text:hover, .footer2-black .a-text-cont a:hover {
  color: #fff;
}
.footer2-black .footer-2-copy-cont {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.footer2-black .footer-2-soc-a a {
  color: rgba(255,255,255, .3); 
}
.footer2-black .footer-2-soc-a a:hover, .footer2-black .footer-2-copy:hover {
  color: #fff; 
  }
  
/* TEE TIME BOOKING CARD STYLES */

.social-box .box {
    background: #FFF;
    border-radius: 10px; 
    cursor: pointer;
    margin: 20px 0;
    padding: 40px 10px;
    transition: all 0.5s ease-out;
}

.social-box .box:hover {
   box-shadow: 0 0 6px #ce8624;
}

.social-box .box-text {
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0;
}

.social-box .box-btn a {
    color: #254832;
    font-size: 16px;
    text-decoration: none;
}

.social-box .fa {
    color: #b25416;
}

a.custom-button{
display:inline-block;
padding:0.35em 1.2em;
border: 1px solid #425F39;
margin:20px 0px 20px 0px;
border-radius:0.12em;
box-sizing: border-box;
text-decoration:none;
font-weight:500;
font-size: 16px;
color:#425F39;
text-align:center;
transition: all 0.2s;
min-width: 300px;
text-transform:uppercase;
letter-spacing: 1px; 
}
a.custom-button:hover{
color:#FFFFFF;
background-color: #425F39;
}
@media all and (max-width:30em){
a.custom-button{
display:block;
margin:0.4em auto;
}
} 

/* Calendar */

.CalText {font-size: 14px !important;}

.cal-options {color: #000000 !important; font-size: 14px;}

div.calendar .weekdays li {color: #000000 !important;}  

div.calendar ul li {border: 1px solid #666666;}         

/* Member Login */

.header-memberbox-inner {font-size: 14px;}  

/* Responsive Embed */


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }  

@media (min-width: 993px) {
#main-menu li:nth-child(9) {display: none !important;}} 


.header-menu-row {width: 100%;}

.sticky-wrapper {
height: 110px;
background: #FFFFFF;
padding: 10px;
}

.sticky-header {
  position: fixed;
  width: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .main{
  padding-top: 80px;
}

.club-name {font-family: 'Open Sans', sans-serif; font-size: 22px; text-transform:uppercase; letter-spacing:1px; font-weight: 300; color:#4b4e53; text-decoration:none !important;}

@media (max-width: 992px) {
.club-name {font-size: 18px;}
}

@media (max-width: 992px) {
.wc_statusbar {display:none;}
}

@media (max-width: 992px) {
.header {padding-top:0px;}
}

@media (max-width: 992px) {
.custom__button {display:none;}
}

.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){ .mobileShow { display: inline;}}
   
.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){  .mobileHide { display: none;}}
   
  @media only screen 
  and (min-device-width: 768px)
  and (max-device-width: 1024px) {
  

  }
  
 }
 
 .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Photo Gallery Styles */

#wc_photos img {
    margin: 5px;
    border: 0px !important;
}                                            


/*------------------------------------*
    @OBJECTS #CAROUSEL
\*------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------*
	@COMPONENTS #HERO
\*------------------------------------*/
.hero {
  position: relative;
}

.hero .slick-dots {
  list-style: none;
  padding-left: 0;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero .slick-dots li {
  font-size: 0;
}

.hero .slick-dots li:not(:last-child) {
  margin-right: 5px;
}

.hero .slick-dots li button {
  width: 40px;
  height: 10px;
  line-height: 1;
  background-color: #fff;
  opacity: .3;
}

.hero .slick-dots li.slick-active button {
  opacity: 1;
}

@media (max-width: 560px) {
  .hero .slick-dots li button {
    width: 30px;
    height: 5px;
  }
}

@media (max-width: 1220px) {
  .hero {
    margin-top: -150px;
  }
}

@media (max-width: 768px) {
  .hero {
    margin-top: -100px;
  }
}

.hero--sm {
  min-height: 520px;
  background-size: cover;
  background-position: bottom center;
}

.hero__slide {
  background-size: cover;
  background-position: bottom center;
 height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 450px) {
    #hero-photo {
        height: 300px !important;
    }
}

@media (min-width: 993px) {
#main-menu li:nth-child(8) {display: none !important;}
} 

.navbar-inverse {
background-color: #374f2f;

background: #374f2f;

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0A3064", endColorstr="#0D497D", GradientType=1 );
border-color: #374f2f;
}

.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){ .mobileShow { display: inline;}}
   
.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){  .mobileHide { display: none;}}
   
  @media only screen 
  and (min-device-width: 768px)
  and (max-device-width: 1024px) {
  

  }
  
 }
 
.navbar-text {color: #F3F1E7!important;}


.navbar-inverse .navbar-nav>li>a {color: #F3F1E7!important;}
 
                                                                                                                                    