/******************************************
Basic CSS file
Author: Thomas Volpe
URL: https://thomasvolpe.com
******************************************/
/******************************************
basic setup 
******************************************/
.scrollpos {
  background: #ff0000 none repeat scroll 0 0;
  left: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  z-index: 9999999;
  display: none; }

* {
  outline: medium none !important;
  -moz-hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important; }

html {
  font-size: 87.5% !important;
  scroll-behavior: smooth;
	--def: red;
	--inv: blue;
	--mainColor: green;}

.fl {
  float: left; }

.fr {
  float: right; }

.clr {
  clear: both; }

hr {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.hr {
  background-color: #eee;
  clear: both;
  height: 1px;
  margin: 10px 0; }

.half {
  float: left;
  margin-right: 2%;
  width: 48%; }

.halflast {
  float: left;
  width: 48%; }

body {
  color: #000;
  background-color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
	overflow:hidden;
}

body.page-template-page-full-no-feature-sb #primary {
  width: 100% !important; }

body.page-template-page-full-no-feature #secondary,
body.single-project #secondary,
body.blog #secondary {
  top: 0px !important; }

.pageWrap {
  background-color: #fff;
  clear: both;
  position: relative;
  z-index: 2;
 }

#page {
  background-color: #fff;
  max-width: 1240px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 0; }

body.home .pageWrap {
  background-color: #fff; }

body.home #page {
  background-color: #fff;
  margin-bottom: 0; }

.inner {
  max-width: 1240px;
  margin: 0 auto !important; }

.innerC600 {
  max-width: 600px;
  margin: 0 auto !important; }

.thinner {
  max-width: 860px;
  margin: 0 auto !important;
  position: relative;
  padding: 0 20px; }

.max2k {width:100%; max-width:2000px; position:relative;}
.outlineG {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  overflow: hidden;
  /*height: 300px;*/
  position: relative; }

.OGinfo {
  position: absolute;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.outlineG:hover .OGinfo {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

iframe.map, iframe {
  width: 100% !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.fb_iframe_widget, .fb_iframe_widget span {
  width: 100% !important; }

img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative; }

.imgGold img{
	background: rgb(251,221,19);
background: -moz-linear-gradient(135deg, rgba(251,221,19,1) 15%, rgba(66,50,4,1) 33%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 56%, rgba(0,0,0,1) 56%, rgba(251,221,19,1) 57%, rgba(66,50,4,1) 60%, rgba(218,190,16,1) 89%);
background: -webkit-linear-gradient(135deg, rgba(251,221,19,1) 15%, rgba(66,50,4,1) 33%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 56%, rgba(0,0,0,1) 56%, rgba(251,221,19,1) 57%, rgba(66,50,4,1) 60%, rgba(218,190,16,1) 89%);
background: linear-gradient(135deg, rgba(251,221,19,1) 15%, rgba(66,50,4,1) 33%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 56%, rgba(0,0,0,1) 56%, rgba(251,221,19,1) 57%, rgba(66,50,4,1) 60%, rgba(218,190,16,1) 89%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbdd13",endColorstr="#dabe10",GradientType=1);
	 outline: 1px solid #fff !important;
    padding: 5px;
    outline-offset: -6px;
}

.imgSilver img {
	background: rgb(223,223,223);
background: -moz-linear-gradient(135deg, rgba(223,223,223,1) 15%, rgba(65,65,65,1) 33%, rgba(255,255,255,1) 50%, rgba(164,164,164,1) 53%, rgba(0,0,0,1) 56%, rgba(110,110,110,1) 57%, rgba(0,0,0,1) 60%, rgba(208,208,208,1) 89%);
background: -webkit-linear-gradient(135deg, rgba(223,223,223,1) 15%, rgba(65,65,65,1) 33%, rgba(255,255,255,1) 50%, rgba(164,164,164,1) 53%, rgba(0,0,0,1) 56%, rgba(110,110,110,1) 57%, rgba(0,0,0,1) 60%, rgba(208,208,208,1) 89%);
background: linear-gradient(135deg, rgba(223,223,223,1) 15%, rgba(65,65,65,1) 33%, rgba(255,255,255,1) 50%, rgba(164,164,164,1) 53%, rgba(0,0,0,1) 56%, rgba(110,110,110,1) 57%, rgba(0,0,0,1) 60%, rgba(208,208,208,1) 89%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf",endColorstr="#d0d0d0",GradientType=1);
	outline: 1px solid #fff !important;
    padding: 5px;
    outline-offset: -6px;
}
.coverImg250 {
  min-height: 250px !important; }

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }

.flexThis {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flexThis.flexCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flexThis.flexLeft {
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left; }

.flexThis.flexRight {
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: right; }

/******************************************
base fonts  & links
******************************************/
.fa {
  font-family: FontAwesome !important; }

.glyphicons, .glyphicon {
  font-family: 'Glyphicons Halflings' !important; }

a:link, a:visited, a:active {
  color: #000000; }

a:hover {
  color: #bf7505; }

.wp-block-social-links a {
  color: #fff !important; }

.bigA {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  outline-width: 1px !important;
  outline-style: solid !important;
  outline-offset: 0px;
  outline-width: 0px !important;
  outline-color: rgba(255, 255, 255, 0) !important;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1); }

.bigA:hover {
  outline-width: 1px !important;
  outline-style: solid !important;
  outline-offset: -29px;
  outline-width: 10px !important;
  outline-color: rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1); }

h1, h2, h3, h4, h5, h6 {
  border-bottom: 0px solid #000;
  clear: both !important;
  color: #000000;
  display: block;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3 !important;
  margin: 0 0 10px !important;
  position: relative; }

.fancy {
  font-family: "Allura", cursive;
  color: #000000; }

body.single h1.entry-title {
  letter-spacing: 1px;
  text-transform: capitalize !important; }

h1 {
  font-size: 2.2rem !important;
  text-transform: capitalize !important;
	  font-weight: 800 !important;
  font-family: "Open Sans", sans-serif; }

h1.entry-title, .archive-header h1 {
  text-align: center; }

.hideTitle {
    width: 100%;
    height: 1px;
    overflow: hidden;
}

article header.entry-header, article header.entry-header h1 {
  margin: 0 !important;
  padding: 0; }

h2 {
  font-size: 1.8rem !important;
  font-family: "Open Sans", sans-serif; }

/*h2:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -10px;
    background: $color-main;
    width: 20%;
    height: 3px;
}
*/
h3 {
  font-size: 1.8rem !important;
  font-family: "Open Sans", sans-serif; }

h4 {
  font-size: 1.8rem !important; }

h5 {
  font-size: 1.8rem !important; }

h6 {
  font-size: 1.8rem !important; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #bf7505 !important; }

.widget-title {
  text-transform: capitalize !important; }

.underline {
  border-bottom: 1px solid;
  margin-bottom: 20px !important; }

.f12 {
  font-size: 12px !important; }

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

.f16 {
  font-size: 16px !important; }

.f18 {
  font-size: 18px !important; }

.f20 {
  font-size: 20px !important; }

.f22 {
  font-size: 22px !important; }

.f24 {
  font-size: 24px !important; }

.f26 {
  font-size: 26px !important; }

.f28 {
  font-size: 28px !important; }

.f38 {
  font-size: 38px !important; }

/****************
buttons
****************/
.btnWide, aside.gform_widget .btn {
  width: 100% !important; }

button, .btn, .button, input[type="submit"] {
  background-image: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 800 !important;
  letter-spacing: 1.5px;
  padding: 6px 12px !important;
  position: relative;
  text-transform: uppercase;
  white-space: normal !important; }

.btn-main i {
  background-color: #000;
  padding: 3px 3px;
  border-radius: 10px;
  position: relative;
  top: -1px;
  color: #888 !important;
  text-indent: 3px; }

.btn-main {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  outline-color: #000 !important;
  outline-offset: 0px !important;
  outline-style: solid !important;
  outline-width: 1px !important;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  white-space: normal !important; }

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  outline-color: rgba(255,255,255, 0) !important;
  outline-offset: 10px !important;
  outline-style: solid !important;
  outline-width: 1px !important;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1); }

.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
  background-image: none !important; }

.btn-main.disabled,
.btn-main[disabled],
fieldset[disabled] .btn-main,
.btn-main.disabled:hover,
.btn-main[disabled]:hover,
fieldset[disabled] .btn-main:hover,
.btn-main.disabled:focus,
.btn-main[disabled]:focus,
fieldset[disabled] .btn-main:focus,
.btn-main.disabled:active,
.btn-main[disabled]:active,
fieldset[disabled] .btn-main:active,
.btn-main.disabled.active,
.btn-main[disabled].active,
fieldset[disabled] .btn-main.active {
  background-color: #777 !important;
  border-color: #777 !important; }

.btn-main .badge {
  color: #fff !important;
  background-color: #888 !important; }

.btn-trans-main {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #bf7505 !important; }

.btn-trans-main:hover,
.btn-trans-main:focus,
.btn-trans-main:active,
.btn-trans-main.active,
.open .dropdown-toggle.btn-trans-main {
  color: #fff !important;
  background-color: #000000 !important;
  border-color: #bf7505 !important; }

.btn-trans-main:active,
.btn-trans-main.active,
.open .dropdown-toggle.btn-trans-main {
  background-image: none !important; }

.btn-trans-main.disabled,
.btn-trans-main[disabled],
fieldset[disabled] .btn-trans-main,
.btn-trans-main.disabled:hover,
.btn-trans-main[disabled]:hover,
fieldset[disabled] .btn-trans-main:hover,
.btn-trans-main.disabled:focus,
.btn-trans-main[disabled]:focus,
fieldset[disabled] .btn-trans-main:focus,
.btn-trans-main.disabled:active,
.btn-trans-main[disabled]:active,
fieldset[disabled] .btn-trans-main:active,
.btn-trans-main.disabled.active,
.btn-trans-main[disabled].active,
fieldset[disabled] .btn-trans-main.active {
  background-color: #cccccc !important;
  border-color: #000000 !important; }

.btn-trans-main .badge {
  color: #fff !important;
  background-color: #bf7505 !important; }

/******************************************
logo
******************************************/
@-webkit-keyframes slideRight {
  from {
    left: -100px;
    opacity: 0; }
  to {
    left: 0px;
    opacity: 1; } }
@keyframes slideRight {
  from {
    left: -100px;
    opacity: 0; }
  to {
    left: 0px;
    opacity: 1; } 
}
@-webkit-keyframes slideLeft {
  from {
    right: -100px;
    opacity: 0; }
  to {
    right: 0px;
    opacity: 1; } }
@keyframes slideLeft {
  from {
    right: -100px;
    opacity: 0; }
  to {
    right: 0px;
    opacity: 1; } 
}
#Logo {
    z-index: 1000;
    position: relative;
	-webkit-animation: 2s ease 0s normal none 1 running slideLeft;
    animation: 2s ease 0s normal none 1 running slideLeft;
}

#Logo img {
    max-width: 260px;
    padding: 15px 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.topInfo {
background-color: #2ea3f2;
  color: #fff;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  -webkit-animation: 1s ease 0s normal none 1 running slideDown;
  animation: 1s ease 0s normal none 1 running slideDown; }

.topInfo .inner {
  padding: 5px 55px;
  max-width: none; }

@-webkit-keyframes slideDown {
  from {
    top: -100px; }
  to {
    top: 0px; } 
}

@keyframes slideDown {
  from {
    top: -100px; }
  to {
    top: 0px; } 
}

.topInfo a, .topInfo a i:hover {
  color: #fff; }

.topInfo a:hover, .topInfo a i {
  color: #fff; }

.topInfo a span {display:none;}


/**************************************
 * backgrounds
 * ***********************************/


/******************************************
header
******************************************/
.hgroup.inner {
  max-width: 1850px; }

body.home header.site-header {
  position: relative; 
	width:100%;
}

header.site-header {
    padding: 10px 10px;
    background-color: #fff;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #666;
}
.archive-header, .page-header {
  border-bottom: 0px solid #444;
  margin: 20px 0 0;
  padding: 0; }

.headLeft {
  font-weight: bold; }

.headLeft i {
  color: #277194;
  font-weight: normal; }

.motto {
  background-color: #000000;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  z-index: 1; }

.motto a {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase; }

/*****************
social icons
*****************/
/******************************************
nav
******************************************/
nav.main-navigation.navFixed {
  background: none repeat scroll 0 0 #fff !important;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 0 15px black;
  box-shadow: 0 0 15px black;
  float: none !important;
  left: 0;
  margin: 0 !important;
  max-width: none;
  min-height: inherit;
	padding:0 0 3px;
  position: fixed !important;
  top: -60px;
  width: 100%;
  z-index: 1001; }

nav.main-navigation.navFixed a {
    color: #666;
}


.navFixed .topInfo {
  display: none; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.main-navigation {
  -webkit-animation: 2s ease 0s normal none 1 running fadeIn;
  animation: 2s ease 0s normal none 1 running fadeIn;
        background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 999; }

.nav-menu {
  max-width: none;
  border-bottom: 0px solid #636060 !important;
    border-top: 0px solid #ededed !important;
}

.nav-menu li {
  margin: 0;
  -webkit-box-shadow: -1px 0 0 #ccc;
  box-shadow: -1px 0 0 #ccc; }

.nav-menu li:first-child {
  -webkit-box-shadow: 0px 0 0 #484848;
  box-shadow: 0px 0 0 #484848; }

.nav-menu li.home {
  display: none; }

.nav-menu li > a {
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  padding: 17px 15px;
  text-transform: uppercase;
      outline: 0px solid #fff !important;
	position:relative;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }


.nav-menu li > a:hover,
.nav-menu li:hover > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
  background-color: transparent;
  color: #2ea3f2 !important;
   outline: 0px solid #fff !important; }

/******************************************
sub nav
******************************************/
.nav-menu > li:last-child .sub-menu {
  right: 0; }

.sub-menu li a {
    background-color: #0f0042 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px !important;
    min-width: 300px;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #ccc !important;
}

.sub-menu li a:hover {
  background-color: #2ea3f2 !important;
  color: #fff !important; }

/*************************************
footer menu
**************************************/
.menu-footer-container {
  position: relative; }

.fter-menu {
  position: relative;
  text-align: center; }

.fter-menu li.menu-item-home {
  display: none; }

.fter-menu li {
  display: inline-block;
  position: relative; }

.fter-menu li a {
  font-size: 18px;
  padding: 0 10px;
  text-decoration: none; }

.fter-menu li .sub-menu {
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 200px;
  position: absolute;
  top: -80px; }

.fter-menu li:hover .sub-menu {
  display: block; }

.fter-menu li .sub-menu li {
  border-left: 1px solid #D6DCE6;
  border-right: 1px solid #D6DCE6;
  border-top: 1px solid #D6DCE6;
  display: block;
  float: none; }

.fter-menu li .sub-menu li a {
  background-color: #BEC1C6 !important;
  color: #5E5E5E;
  display: block;
  font-size: 14px;
  text-transform: capitalize; }

.fter-menu li .sub-menu li a:hover {
  color: #FFFFFF; }

.fter-menu li .sub-menu li:last-child:after {
  bottom: -14px;
  color: #BEC1C6;
  content: "?";
  font-size: 18px;
  left: 20px;
  line-height: 1;
  padding: 0 !important;
  pointer-events: none;
  position: absolute;
  width: 20px; }

/*************************************
accordions
*********************************/
.ui-accordion-header {
  border-bottom: 0px solid #97C6EA;
  cursor: pointer;
  position: relative; }

.ui-accordion-header:before {
  content: "\25B8"; }

.ui-accordion-header.ui-accordion-header-active:before {
  content: "\25BE"; }

.ui-accordion-content {
  padding: 10px; }

.tabbys .panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important; }

.tabbys .panel-body {
  border: medium none !important; }

.tabbys .panel .panel-heading {
  background-color: #fff !important;
  background-image: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center; }

.tabbys h4 {
  text-transform: uppercase; }

.vendor .inner {
  border: 1px solid #ccc;
  padding: 5px; }

.vPic img {
  height: auto;
  margin: 0 auto;
  width: 100%; }

/******************************************
footer
******************************************/
.HwOne aside.redPullUp {
  margin-bottom: -130px !important;
  z-index: 20; }

.HwOne aside.redWrap {
  margin-bottom: -10px !important;
  padding: 0 !important;
  z-index: 20;
  position: relative; }

.HwOne .inner {
	max-width:none;
	padding:0 !important;
}
.HwOne aside h1 {
	color: #000000;
}

.HwOne aside img {
  margin: 0 !important; }

.HwOne a {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.HwOne a img {
  opacity: 0.8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.HwOne a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.wSpacer {
  height: 800px; }

.instaTag {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0; }

.instaSlides {
  padding: 1px 0 11px;
  outline-color: #000 !important;
  outline-offset: -7px !important;
  outline-style: solid !important;
  outline-width: 7px !important; }

.FWOne {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 6px solid #E7E7E7; }

.FWOne > .inner {
  padding: 10px 0 0px;
  position: relative;
  overflow: hidden;
  max-width: none; }

.FWOne aside .inner {
  padding: 0;
  max-width: none;
  color: #fff;
  margin-top: 10px; }

.FWOne .widget-title {
  font-size: 28px !important;
  color: #000;
  text-transform: uppercase !important;
  margin-top: 0px !important; }

.FWOne h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.FWTwo .widget-title {
  font-size: 24px !important;
  color: #000 !important; }

.FWTwo h5 {
  color: #fff !important; }

.FWTwo aside .inner {
  height: 100%;
  padding: 0px; }

.wClient img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.wClient img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.hook {
  background-color: transparent !important;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px 0; }

aside.hook .inner {
  background-color: transparent;
  border: 0px solid #ccc;
  margin-top: 10px; }

.wTitle {
  font-size: 32px;
  color: #007CBC;
  margin-bottom: 20px !important; }

.FWTwo > .inner {
  padding: 0px 0;
  max-width: none; }

.FWTwo aside .inner {
  max-width: none; }

.FWThree {
  background-color: #fff; }

.FWThree > .inner {
  padding: 0px 0 40px; }

.FWThree aside .inner {
  max-width: none;
  position: relative;
  height: 100%; }

.FWThree .widget-title {
  color: #000 !important; }

.wBlack {
  color: #fff;
  background-color: #222423; }

.wDark, .wDark a, .wBlack, .wBlack a {
  color: #fff; }

.wDark > .inner {
  color: #fff;
  background-color: #277194;
  height: 100%; }

.wDark h2 {
  color: yellow;
  font-size: 32px !important; }

.wDark .btn {
  width: 20%;
  margin: 0 auto;
  font-size: 18px !important; }

.FWFour {
  background-color: #ebe9ec; }

.FWFour > .inner {
  padding: 10px 0; }

.FWFour .widget-title {
  font-size: 32px !important;
  color: #000; }

.FWFive {
  background-color: #161f26;
  border-top: 13px solid #000000;
	color: #fff;
	position:relative;
	overflow:hidden;
}

.FWFive > .inner {
    padding: 40px 0 0 !important;

}

.FWFive aside .inner {
  max-width: none !important;
  overflow: hidden; }

.FWFive .widget-title {
  color: #fff !important;
  font-size: 2.8rem !important; }



.footerDeco {
  max-width: 100%;
  overflow: hidden;
  background-color: #ebe9ec; }

.decoArrow {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    transform: translateX(-50%);
    width: 15%;
	max-width:154px;
}
.decoLogo {
    position: absolute;
    left: -110px;
    top: -170px;
	transform: scale(0.7);
    opacity: 0.5;
}


footer[role="contentinfo"] {
    background-color: #111;
    max-width: none;
    margin: 0px 0 0;
    color: #ffffff;
    padding: 0;
    border: none;
}

footer[role="contentinfo"] .inner {
    margin: 0 auto !important;
    padding: 0px;
} 

footer[role="contentinfo"] a {
  color: #fff; }

footer[role="contentinfo"] a:hover, footer[role="contentinfo"] a:hover i {
  color: #fff; }

footer[role="contentinfo"] a i {
  color: #fff;
  font-size: 38px !important;
  margin: 0 10px; }


.instafeed .widget-title:before {
  content: "\f16d";
  font-family: FontAwesome !important;
  margin-right: 5px;
  position: relative;
  top: -2px; }

/******************************************
copyright 
******************************************/
.copyWrap {
  font-size: 14px;
  padding: 10px 0 10px; }

.copyrght {
  color: #fff;
  float: left;
  padding: 10px 25px;
  width: 47%; }

.myTag {
  color: #4a5ba7; }

/******************************************
widgets
******************************************/
.noMargin {
  margin: 0 !important; }

.noMargin figure {
  margin: 0 !important; }

.wBorder {
  position: relative;
  overflow: hidden;
  padding: 0 !important; }

.wBorder .inner {
  background-color: #000;
  border: 1px solid #fff;
  outline: 1px solid white;
  outline-offset: -10px;
  position: relative;
  overflow: hidden;
  padding: 0 !important; }

.wBorder .textwidget {
  height: 100%; }

.wBorder h3, .wBorder span, .wBorder .widget-title {
  color: #fff !important;
  font-size: 22px !important;
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.58);
  outline: 1px solid rgba(255, 255, 255, 0.3) !important;
  outline-offset: -8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  -ms-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
  padding: 15px;
  z-index: 1;
  pointer-events: none;
  margin: 0 !important;
  width: 56%; }

.pName span {
  font-size: 16px !important; }

.wBorder figure {
  margin: 0 !important; }

.wBorder:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.wBorder img {
  height: 100%;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease; }

.wBorder.noZoom:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.wBorder a.cover {
  display: block;
  padding: 90px 190px; }

.fPhone {
  font-weight: bold;
  font-size: 2.2rem !important;
  margin-bottom: 30px; }

.fPhone i {
  font-size: 22px;
  background-color: #000;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  position: relative;
  top: 0; }


.coblocks-lightbox__caption {
    max-width: 1100px;
    text-shadow: 1px 1px 3px #000;
    background-color: #00000026;
    padding: 3px 5px;
}

/*************************************
* custom social icons by Thomas Volpe
*************************************/
.iFB,
.iFB:active,
.iFB:visited,
.iFB:link {
  color: #fff;
  background-color: #0a689b;
  text-shadow: 0px 0px #183345, 1px 1px #183345, 2px 2px #183345, 3px 3px #183345, 4px 4px #183345, 5px 5px #183345, 6px 6px #183345, 7px 7px #183345, 8px 8px #183345, 9px 9px #183345, 10px 10px #183345, 11px 11px #183345, 12px 12px #183345, 13px 13px #183345, 14px 14px #183345, 15px 15px #183345, 16px 16px #183345, 17px 17px #183345, 18px 18px #183345, 19px 19px #183345, 20px 20px #183345, 21px 21px #183345, 22px 22px #183345, 23px 23px #183345, 24px 24px #183345, 25px 25px #183345, 26px 26px #183345, 27px 27px #183345, 28px 28px #183345, 29px 29px #183345, 30px 30px #183345, 31px 31px #183345, 32px 32px #183345, 33px 33px #183345, 34px 34px #183345, 35px 35px #183345;
  display: inline-block;
  padding: 18px 21px;
  font-size: 3rem;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden; }

.iFB:hover {
  color: #fff;
  background-color: #398bba;
  text-shadow: 0px 0px #183345, 1px 1px #183345, 2px 2px #183345, 3px 3px #183345, 4px 4px #183345, 5px 5px #183345, 6px 6px #183345, 7px 7px #183345, 8px 8px #183345, 9px 9px #183345, 10px 10px #183345, 11px 11px #183345, 12px 12px #183345, 13px 13px #183345, 14px 14px #183345, 15px 15px #183345, 16px 16px #183345, 17px 17px #183345, 18px 18px #183345, 19px 19px #183345, 20px 20px #183345, 21px 21px #183345, 22px 22px #183345, 23px 23px #183345, 24px 24px #183345, 25px 25px #183345, 26px 26px #183345, 27px 27px #183345, 28px 28px #183345, 29px 29px #183345, 30px 30px #183345, 31px 31px #183345, 32px 32px #183345, 33px 33px #183345, 34px 34px #183345, 35px 35px #183345;
  display: inline-block; }

.iIG,
.iIG:active,
.iIG:visited,
.iIG:link {
  color: #fff;
  background-color: #ff8421;
  text-shadow: 0px 0px #c92f3d, 1px 1px #c92f3d, 2px 2px #c92f3d, 3px 3px #c92f3d, 4px 4px #c92f3d, 5px 5px #c92f3d, 6px 6px #c92f3d, 7px 7px #c92f3d, 8px 8px #c92f3d, 9px 9px #c92f3d, 10px 10px #c92f3d, 11px 11px #c92f3d, 12px 12px #c92f3d, 13px 13px #c92f3d, 14px 14px #c92f3d, 15px 15px #c92f3d, 16px 16px #c92f3d, 17px 17px #c92f3d, 18px 18px #c92f3d, 19px 19px #c92f3d, 20px 20px #c92f3d, 21px 21px #c92f3d, 22px 22px #c92f3d, 23px 23px #c92f3d, 24px 24px #c92f3d, 25px 25px #c92f3d, 26px 26px #c92f3d, 27px 27px #c92f3d, 28px 28px #c92f3d, 29px 29px #c92f3d, 30px 30px #c92f3d, 31px 31px #c92f3d, 32px 32px #c92f3d, 33px 33px #c92f3d, 34px 34px #c92f3d, 35px 35px #c92f3d;
  display: inline-block;
  padding: 18px 21px;
  font-size: 3rem;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden; }

.iIG:hover {
  color: #fff;
  background-color: #ff4a3e;
  text-shadow: 0px 0px #c92f3d, 1px 1px #c92f3d, 2px 2px #c92f3d, 3px 3px #c92f3d, 4px 4px #c92f3d, 5px 5px #c92f3d, 6px 6px #c92f3d, 7px 7px #c92f3d, 8px 8px #c92f3d, 9px 9px #c92f3d, 10px 10px #c92f3d, 11px 11px #c92f3d, 12px 12px #c92f3d, 13px 13px #c92f3d, 14px 14px #c92f3d, 15px 15px #c92f3d, 16px 16px #c92f3d, 17px 17px #c92f3d, 18px 18px #c92f3d, 19px 19px #c92f3d, 20px 20px #c92f3d, 21px 21px #c92f3d, 22px 22px #c92f3d, 23px 23px #c92f3d, 24px 24px #c92f3d, 25px 25px #c92f3d, 26px 26px #c92f3d, 27px 27px #c92f3d, 28px 28px #c92f3d, 29px 29px #c92f3d, 30px 30px #c92f3d, 31px 31px #c92f3d, 32px 32px #c92f3d, 33px 33px #c92f3d, 34px 34px #c92f3d, 35px 35px #c92f3d;
  display: inline-block; }

aside .inner {
  padding: 10px; }

aside.posts p {
  margin: 0px; }

aside.posts img {
  float: left;
  margin: 0 10px; }

.byline {
  color: #777;
  padding: 0 10px; }

aside.posts .post {
  border-bottom: 0px solid #ccc;
  padding: 10px 0; }

aside.posts .entry-title a {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300 !important;
  padding: 0px; }

aside.posts .inner {
  border: 0 none !important;
  height: 100%; }

.picLink {
  padding: 0; }

.picLink img {
  height: auto;
  width: 100%; }

.wLight {
  background-color: #FCE807; }

.rmLink {
  margin: 10px 0; }

.randTWrap {
  font-family: "Open Sans", sans-serif;
  font-size: 24px !important;
  font-weight: 400 !important;
  margin: 5px 0 !important;
  padding: 10px !important; }

.randTWrap h2 {
  border: medium none;
  color: #e97a04;
  font-size: 32px !important;
  margin-top: 20px !important; }

.randTI {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 10px; }

.radnTN {
  font-size: 16px;
  padding: 10px; }

.FWFour .radnTN {
  display: none; }

.fadePics img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.fadePics img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

/*****************************
calendar
****************************/
.timely.innerB {
  padding-top: 30px; }

.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
  background: transparent none repeat scroll 0 0 !important; }

/**********************
feature widgets 
**********************/
body.page-id-112 .featureWrap {
  border: medium none; }

.featureWrap {
  border-top: 1px solid #999;
  margin: 0 auto;
  padding: 20px 0 10px; }

.featureWrap aside {
  position: relative; }

.featureWrap .innerB {
  border: 1px solid #999;
  margin-bottom: -10px;
  padding: 5px; }

.featureWrap aside img {
  height: auto;
  width: 100%; }

.pTitle {
  color: #c2a24e;
  font-family: "Open Sans", sans-serif;
  font-size: 42px; }

/**********************
faqs
********************/
.togLink {
  font-size: 18px; }

.togTarget {
  -webkit-box-shadow: -1px 0 0 #ccc;
  box-shadow: -1px 0 0 #ccc;
  margin-left: 20px;
  padding: 10px 10px 0; }

.togTarget p:last-child {
  margin: 0 0 10px; }

/******************************************
services
******************************************/
.servPic img {
  border: 5px solid #ff8501; }

.serv {
  border-bottom: 1px solid #eee;
  margin: 10px 0;
  padding-bottom: 10px; }

/****************************************
jobs
****************************************/
.position h3 {
  font-size: 1.2rem !important;
  font-family: 'open sans', sans-serif !important;
  font-weight: 800 !important; }

body.single-job_listing h1.entry-title {
  font-size: 2.7rem !important;
  margin: 10px auto 40px !important; }


/******************************************
board members
******************************************/
.members .inner {
    border: 1px solid #ccc;
    padding: 5px;
    height: 100%;
}

.memNam {
    font-weight: 800;
    font-size: 1.5rem;
}

.memPosition {
    font-weight: 800;
    font-style: italic;
}

.memCompany {
    font-size: 12px;
}

.memPic {margin: 0 auto;}
/******************************************
pages
******************************************/
body#page-Contact .votedNoOne {
  background-attachment: fixed;
  background-position: 0 0;
  background-size: cover;
  height: 200px; }

.votedNoOne {
  background-attachment: scroll;
  background-image: url("images/bg-lake.jpg");
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 70px 0;
  text-align: center; }

.votedNoOne h1 {
  font-size: 68px !important; }

article.featured .hpFAtitle a,
article.guests .hpGAtitle a {
  border: medium none !important;
  font-size: 21px !important;
  margin-bottom: 0;
  text-align: center; }

.hpGApic img {
  max-height: 239px;
  min-width: 239px; }

/****************
testimonials
*******************/
.testim {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.testimDesc p:last-child {
  margin: 0; }

.testimName {
  font-style: italic;
  font-weight: bold; }

/******************************
vendors
*******************************/
/******************************
vendors
*******************************/
.sectionTitle h2 {
  border-bottom: 1px solid #ccc;
  font-family: "Open Sans", sans-serif;
  line-height: 1 !important;
  margin: 19px 0 !important;
  padding: 10px 0;
  text-align: center; }

.vendor {
  margin-bottom: 10px;
  text-align: center; }

.vendor .innerB {
  border: 1px solid #999;
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: rgba(0, 0, 0, 0.1); }

.vPic {
  height: 100%;
  position: relative; }

.vName {
  font-weight: bold; }

body.single-featured #content aside.null-instagram-feed .widget-title,
body.single-guests #content aside.null-instagram-feed .widget-title {
  display: none; }

body.single-featured #content aside.null-instagram-feed li,
body.single-guests #content aside.null-instagram-feed li,
.ngg-pro-masonry-item {
  background-color: #000;
  border: 1px solid;
  padding: 0; }

body.single-featured #content aside.null-instagram-feed img,
body.single-guests #content aside.null-instagram-feed img,
.ngg-pro-masonry-item a img {
  opacity: 1;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

body.single-featured #content aside.null-instagram-feed img:hover,
body.single-guests #content aside.null-instagram-feed img:hover,
.ngg-pro-masonry-item a img:hover {
  opacity: 0.5;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.singleThumbWrap img {
  border: 5px solid #fff;
  margin: 0 0 10px; }

.artistGallery h2 {
  display: none; }

.artistSocials a {
  color: #c60d0d;
  font-size: 34px;
  line-height: 1; }

.artistSocials a:hover {
  color: #fff; }

/******************************************
posts
******************************************/
article {
  border-bottom: 1px solid #444 !important;
  margin: 10px 0 20px !important; }

article.post h1.entry-title {
  text-transform: capitalize !important;
  font-size: 1.5rem !important; }

body.single article.post h1.entry-title {
  font-size: 3rem !important;
  margin-bottom: 30px !important; }

footer.entry-meta {
  margin: 0px; 
}

body.blog article.post .inner {
  background-color: #fff;
  border: 1px solid #ccc !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  position: relative;
  height: 100%; }

body.blog.single article.post {
  border: 0px solid #ccc !important; }

body.blog article.post .postThumb {
  margin: 0;
  padding: 0; }

body.blog article.post .entry-content {
  padding-top: 20px; }

body.home article {
  border: medium none !important;
  margin: 0px !important;
  padding-bottom: 0; }

body.home article h1.entry-title {
  opacity: 1 !important;
  text-align: center; }

body.page article, body.single article {
    border-bottom: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

article.news {
  margin-bottom: 10px !important; }

article.news header {
  margin: 0 !important; }

article.news .entry-title {
  font-size: 23px !important;
  margin-bottom: 0 !important;
  text-transform: capitalize !important; }

.postThumb {
  margin-bottom: 10px; }

.postThumb img {
  width: 100%; }

.portTermsList {
  position: relative; }

.portTermsList li {
  display: inline-block;
  float: left;
  margin: 0 2px; }

.portTermsList li * {
  font-size: 12px !important; }

.portTermsList .open .dropdown-menu {
  padding: 5px 10px; }


/******************************
 * woocommerce styles
 * **************************/
body.single-product .slideWrap {
    display: none !important;
}


.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper, span.sku_wrapper, span.posted_in {
    display: none;
}
section.related.products {
	    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 19px;
}


/******************************************
gallery
******************************************/
.wp_bank_album {
  text-align: center; }

.ngg-galleryoverview p, .ngg-galleryoverview br {
  display: none; }

.ngg-albumoverview p, .ngg-albumoverview br {
  margin: 0 !important;
  padding: 0; }

.ngg-gallery-thumbnail {
  float: left;
  margin-right: 0px;
  text-align: center; }

.ngg-gallery-thumbnail img {
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #FFF;
  border: 1px solid #A9A9A9;
  display: block;
  margin: 0px;
  padding: 2px;
  position: relative; }

.ngg-gallery-thumbnail img:hover {
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #fff !important;
  -moz-box-shadow: 0 8px 6px -5px #000;
  -webkit-box-shadow: 0 8px 6px -5px #000;
  box-shadow: 0 8px 6px -5px #000;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95); }

#displayed_gallery_50e04969dc3aa40d78bffc246375bcba .caption_link a, #displayed_gallery_50e04969dc3aa40d78bffc246375bcba .caption_link a:visited, #displayed_gallery_50e04969dc3aa40d78bffc246375bcba .caption_link a:hover {
  text-transform: capitalize; }

.image_link_wrapper {
  overflow: hidden; }

.image_container:hover img {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 0.4;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-filter: blur(1px);
  filter: blur(1px); }

span.gallery_link {
  position: relative;
  z-index: 1; }

.image_container:hover span.caption_link {
  top: -50%;
  background-color: #fff;
  -webkit-transform: scale(1.5) translateY(50%);
  -ms-transform: scale(1.5) translateY(50%);
  transform: scale(1.5) translateY(50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

span.caption_link {
  position: relative;
  z-index: 2;
  display: block;
  top: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

/************************
photoswipe fix??
**********************/
body.ps-active,
body.ps-building,
div.ps-active,
div.ps-building,
div.ps-uilayer {
  background: transparent !important; }

/******************************************
Slideshow
******************************************/

#rev_slider_1_1_wrapper {left:0;}
.slideWrap {
  position: relative;
  z-index: 1;
  margin: 0 auto; }

.slideWrap .inner {
  overflow: hidden; }

.slideWrap img {
  width: 100%; }

.swBanner img {
  max-height: 400px; }

.slideDeco {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: none; }


/*****************
 * form extras
 * *************/
.sponsrBox {
    background-color: #fdfdfd;
    border: 5px solid #fff;
    padding-bottom: 5px;
    padding-top: 6px !important;
    outline: 1px solid #ccc !important;
    outline-offset: -6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 178px;
}

/*******************
 * soldout 
 * ****************/

.sponsrBox.soldOUt {
	overflow:hidden;
}
.sponsrBox.soldOUt label:before {
    content: 'sold out';
    display: inline-block;
	font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    color: #fff;
    background-color: red;
    padding: 10px;
    transform: rotate(330deg) translate(-57px, -30px);
    width: 50%;
    box-shadow: 1px 1px 6px #000;
}
.sponsrBox.soldOUt label, .sponsrBox.soldOUt div, .sponsrBox.soldOUt span {
    color: #bbb3b3 !important;
    position: relative;
    width: 100%;
}
.sponsrBox.soldOUt input, .sponsrBox.soldOUt .ginput_quantity_label {
    display: none !important;
}
/******************/

.sponsrBox .gfield_description {
    padding: 0 4px 0 !important;
    min-height: 66px;
}

.sponsrBox input.ginput_quantity {
    display: inline-block;
    width: 30px !important;
    padding: 0px 5px!important;
}

.sponsrBox span {
    display: inline-block !important;
}

.bgolfform h2 {
    font-weight: 700;
    text-transform: uppercase;
}

/*******************/
.sponsrBox.sponsrBox2 {
	min-height: 100px !important;
}

.sponsrBox.sponsrBox2 input.ginput_quantity {
	width: 80px !important;
}
/***********************
forms
***********************/

/********
 * errors
 * ******/
.gform_submission_error span.gform-icon.gform-icon--close {
    display: none !important;
}
h2.gform_submission_error.hide_summary {
    font-size: 18px !important;
    font-weight: bold;
}

.fees {
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
}

.maxH textarea {
  max-height: 285px; }

.gform_wrapper ul li.gfield {
  clear: none !important;
  margin: 0 !important;
  padding-right: 13px !important; }

aside .gform_body input {
  line-height: 1 !important;
  margin: 5px 0 !important;
  padding: 10px 10px !important; }

aside .gform_body div {
  line-height: 1 !important;
  margin: 2px 0 !important; }

aside .gfield {
  clear: none !important; }

aside .datepicker.medium.mdy.datepicker_no_icon.hasDatepicker {
  width: 100% !important; }

.gform_wrapper .datepicker, .votedNoOne .gform_wrapper .datepicker {
  width: 100% !important; }

aside .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important; }

#secondary textarea {
  height: 100px; }

#secondary textarea:focus {
  height: 150px; }

textarea, .textInput, input[type="text"], input[type="email"], input[type="phone"], input[type="tel"], input[type="date"], select {
  max-width: none;
  background-color: #eee !important;
  border-color: #000;
  border-radius: 0 !important;
  border-style: solid;
  border-width: 1px;
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 0.5em;
  outline: medium none;
  padding: 5px !important;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100% !important;
  /* min-width: 385px; */ }

textarea:focus, .textInput:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="tel"]:focus, input[type="date"]:focus, select:focus {
  background-color: white !important;
  border: 1px solid #000;
  color: #000 !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  font-weight: bold; }


input.ginput_quantity {
    display: inline-block;
    width: auto !important;
}


.ui-datepicker-title select {
  width: 32% !important; }

::-webkit-input-placeholder {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 1 !important; }

:-moz-placeholder {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 1 !important; }

::-moz-placeholder {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 1 !important; }

:-ms-input-placeholder {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 1 !important; }

.ui-datepicker {
  z-index: 300 !important; }

.faded {
  opacity: 0; }

/****************
 * padding
 * **************/
.noPad {
  padding: 0 !important; }

.noPadTB0 {
  padding-bottom: 0px !important;
  padding-top: 0 !important; }

.noPadLR0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pad20 {
  padding: 20px; }

.padLR20 {
  padding-right: 20px;
  padding-left: 20px; }

.pad30 {
  padding: 30px; }

.padB30 {
  padding-bottom: 30px; }

.padLR30 {
  padding-right: 30px;
  padding-left: 30px; }

.padL30 {
  padding-left: 30px; }

.padR30 {
  padding-right: 30px; }

.pullUp30 {
  margin-bottom: -30px;
  z-index: 2; }

.mZeroB {
  margin-bottom: 0 !important; }

.overlapUp {
  position: relative;
  z-index: 11; }

.overlapUp img {
  position: absolute;
  bottom: -1px;
  height: 95px;
  left: 0;
  width: 100%; }

/*******************************************
all break points
*********************************************/
@media (max-width: 767px) {
  /*xs*/
  body {
    overflow-x: hidden; }
  .entry-content .alignwide {
    margin-left: -20px;
    margin-right: -20px; }
  .HwOne aside.redPullUp {
    margin-bottom: -50px !important; }
  .HwOne aside.redWrap {
    margin-bottom: 0px !important; }
  body.home article {
    border: medium none !important;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center; }
  body.home article h1.entry-title {
    font-size: 2.4rem !important;
    opacity: 1 !important; 
	}
  h2 {
    font-size: 2rem !important; 
	}
  .main-navigation {
    margin-top: 0px;
	}
	/* mobile menu*/
	.sub-menu li a {
		font-size: 14px !important;
		padding: 15px 1px;
		text-align: right !important;
		min-width: 100% !important;
		text-align: left !important;
		color: #000 !important;
		background-color: #fff !important;
		border-bottom: none !important;
		border-right: none !important;
		border-left: none !important;
	}
	.mobmenu-content li {
			padding: 0 10px;
		}
	
  .nav-menu {
    text-align: center !important; 
	}
	#Logo {
		box-shadow: none;
	}
  #Logo img {
    top: 0; 
	  margin:0;
	}
  body.home header.site-header, header.site-header {
    background-color: #fff;
    padding: 0px 0;
    position: relative;
    z-index: 3;
    border-bottom: 0px solid #000; }
  .motto {
    font-size: 14px; }
  .wBorder h3, .wBorder span, .wBorder .widget-title {
    color: #fff !important;
    font-size: 14px !important;
    width: 90%; }
  aside.posts img {
    float: none; }
  .overlapUp img {
    position: relative;
    bottom: -1px;
    margin-bottom: -1px;
    height: 28px;
    left: 0;
    width: 100%; }
  .fSocials {
    position: relative;
    left: 0%; }
  .padL30, .padR30 {
    padding: 10px; 
	}
  .outlineG {
    overflow: visible;
    height: auto;
    position: relative; 
	}
  .OGinfo {
    position: relative;
    background-color: rgba(255, 255, 255, 0); 
	} 
	.decoLogo {
		position: absolute;
		left: -10px;
		top: -70px;
		opacity: 0.3;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
  /*sm*/
  .HwOne aside {
    }
  body.home article {
    border: medium none !important;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center; }
  .nav-menu {
    text-align: right !important; }
  #Logo img {
    
	}
  .nav-menu li > a {
    font-size: 14px;
    padding: 10px 5px;
    text-transform: capitalize; }
  .motto {
    font-size: 14px; }
  .FWTwo > .inner {
    padding: 20px 0; }
  .outlineG {
    overflow: visible;
    height: auto;
    position: relative; }
  .OGinfo {
    position: relative;
    background-color: rgba(255, 255, 255, 0); } }

@media (min-width: 992px) and (max-width: 1199px) {
  /*md*/
  body.home article {
    border: medium none !important;
    margin-bottom: 0;
    font-size: 18px;
    text-align: left; }
  .main-navigation {
   }
  .nav-menu {
    text-align: right !important; }
  .FWTwo > .inner {
    padding: 120px 0; } }

@media (min-width: 1200px) {
  /*lg*/
  header.site-header {
    width: 100%; }
  .main-navigation {
    }
  .nav-menu {
    text-align: right !important; } }

/********************************************
mobile styles
********************************************/
@media (min-width: 599px) and (max-width: 1024px) {
  /******ipad break point ******/
  .nav-menu li {
    margin: 0 0px !important; }
  .tPhone {
    left: 0;
    padding-left: 30px;
    position: relative;
    top: 30px; }
	
  .nav-menu li.subParent:last-child .sub-menu {
    right: 0; }
  .cart button {
    width: 80% !important; } }

@media screen and (max-width: 599px) {
  .site-content {
    padding: 0 !important;
    width: 100% !important; }
  .hgroup {
    padding: 0px 0 !important; }
  .half, .halflast {
    float: none;
    margin-right: 0%;
    width: 100%; }
  #Logo.mini {
    display: none; }
  .tAddy {
    color: #4B2A1B;
    float: left;
    font-size: 15px;
    left: 10px;
    margin-top: 10px;
    position: relative;
    text-align: left;
    top: 0; }
  .topSocial {
    position: absolute;
    right: 30px;
    top: 10px; }
  .tPhone {
    color: #4B2A1B;
    float: right;
    font-family: sans-serif;
    font-size: 16px;
    left: auto !important;
    position: absolute;
    right: 10px !important;
    text-align: right;
    top: 175px;
    width: 49%; }
  .site {
    padding: 0 !important;
    width: 100%; }
  .site-content {
    border-left: 0 none;
    border-right: medium none;
    padding: 0 !important;
    width: 100% !important; }
  #secondary {
    padding: 10px; }
  .topSocial {
    min-width: 36px !important;
    position: absolute;
    right: 0;
    top: -25px;
    width: 10px !important;
    Z-INDEX: 1001; }
  .topSocial a {
    display: none;
    float: none;
    margin: 0; }
	
.menu-toggle {
    background: none repeat scroll 0 0 rgb(49 49 49 / 0%) !important;
    border-top: 0px solid !important;
    border-right: medium none !important;
    /* border-bottom: 0px solid !important; */
    border-left: medium none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    display: block;
    font-size: 1.5rem;
    text-transform: uppercase;
    /* text-align: left; */
    width: 100%;
    padding: 10px 0 !important;
}
  .menu-toggle.toggled-on {
    background: none repeat scroll 0 0 rgb(46, 163, 242) !important;
    border-radius: 0 0 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important; }
	
  .menu-toggle:after {
    content: "\f0c9";
    display: inline-block;
    font-family: FontAwesome;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
	
  .menu-toggle.toggled-on:after {
    content: "\f067";
    font-family: FontAwesome;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
	
  .nav-menu.toggled-on {
    width: 100%; }
	
  .nav-menu.toggled-on li {
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0px 0 0 #ccc;
    box-shadow: 0px 0 0 #ccc; }
	
  .nav-menu.toggled-on li a {
    text-decoration: none;
    color: #fff !important;
    display: block; 
	  background-color:#2ea3f2;
	}
	
  .toggled-on .sub-menu {
    border: medium none !important;
    display: none;
    margin: 0 auto;
    width: auto; }
	
  .toggled-on li:hover .sub-menu {
    display: block; }
	
  li.subParent > a:after {
    content: "\f04b";
    display: inline-block;
    font-family: FontAwesome;
    left: 7px;
    position: relative;
    font-family: FontAwesome;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
	
  li.subParent:hover > a:after {
    font-family: FontAwesome;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
	
	li.subParent.active .sub-menu {
    display: block;
}
  .copyrght {
    float: none !important;
    padding: 0 !important;
    text-align: center !important;
    width: auto !important; }
}

/*****************************************
bootstrap extras
****************************************/
@media (max-width: 767px) {
  /** xs **/
  /** Pull left xs **/
  .pull-left-xs {
    float: left; }
  /** Pull right xs **/
  .pull-right-xs {
    float: right; } }

@media (min-width: 768px) {
  /** sm **/
  /** Pull left sm **/
  .pull-left-sm {
    float: left; }
  /** Pull right sm **/
  .pull-right-sm {
    float: right; } }

@media (min-width: 992px) {
  /** md **/
  /** Pull left **/
  .pull-left-md {
    float: left; }
  /** Pull right **/
  .pull-right-md {
    float: right; } }

@media (min-width: 1200px) {
  /** lg **/
  /** Pull left **/
  .pull-left-lg {
    float: left; }
  /** Pull right **/
  .pull-right-lg {
    float: right; } }

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left; }

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center; }

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right; }

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify; }

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit; }
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; }
  .text-justify-xs {
    text-align: justify; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit; }
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; }
  .text-justify-sm {
    text-align: justify; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit; }
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; }
  .text-justify-md {
    text-align: justify; } }

@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit; }
  .text-left-lg {
    text-align: left; }
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; }
  .text-justify-lg {
    text-align: justify; } }
