@import url('https://fonts.googleapis.com/css?family=Open+Sans:700,800&display=swap');
 
/******************************************
Basic CSS file
Author: Thomas Volpe
URL: http://pixelR3AP3R.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;
    hyphens: none !important;
}

html {
    font-size: 87.5% !important;
}

.fl {
    float: left;
}
.fr {
    float: right;
}


.clr {
    clear: both;
}
.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;}

.wrapper {}

#primary {
}
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;
   box-shadow: none !Important;
   padding: 0 !Important;
    margin-top: 0;
	overflow: hidden;
}

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

body.home #page,body.home #primary {
	padding:0 !important;
    margin: 0;
}

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

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

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

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

.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;
   flex-wrap:  wrap ;
  -webkit-flex-flow: row wrap;
  justify-content:  center;
}

.flexThis.flexCenter {
    align-items: center;
}
.flexThis.flexLeft {
    align-items: left;
}
.flexThis.flexRight {
    align-items: right;
}


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

.pad1030 { padding: 10px 30px !important;}
.pad30{padding:30px !important;}

/******************************************
base fonts  & links
******************************************/
.fa {
    font-family: FontAwesome !important;
}
.glyphicons, .glyphicon {
    font-family: 'Glyphicons Halflings' !important; 
}


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

a:hover {color: #000;}

.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;
  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,.5) !important;
  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: #000;
    display: block;
    font-family: 'Open Sans', san-serif;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    margin: 0 0 10px !important;
}


.fancy {
    font-family: 'Open Sans', san-serif;
    color: #277194 ;
}
body.single h1.entry-title {
    letter-spacing: 1px;
    text-transform: capitalize !important;
}

h1 strong {}
h2 strong {}
h3 strong {}
h4 strong {}
h5 strong {}
h6 strong {}

h1 {
    font-size: 24px !important;
    text-transform: uppercase !important;
}
h2 {
    font-size: 24px !important;
}
h3 {
    font-size: 20px !important;
}
h4 {
    font-size: 18px !important;
}
h5 {
    font-size: 16px !important;
}
h6 {
    font-size: 14px !important;
}


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

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


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


.subTitle {

}

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

strong {

}

.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;
    box-shadow: none !important;
    font-family: 'Open Sans', san-serif;
    font-weight: 400 !important;
    letter-spacing: 1.5px;
    padding: 6px 12px !important;
    position: relative;
    text-transform: uppercase;

}

.btn-main {
  color: #fff  !important;
  background-color: #000 !important;
  border-color: #000 !important;
  outline-color: black !important;
  outline-offset: 0px !important;
  outline-style: solid !important;
  outline-width: 1px !important;
  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: #ffffff !important;
  background-color: #fe0000 !important;
  border-color: #000 !important;
  outline-color: transparent !important;
  outline-offset: 10px !important;
  outline-style: solid !important;
  outline-width: 1px !important;
  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: #000 !important;
  border-color: #000 !important; }

.btn-main .badge {
  color: #000 !important;
  background-color: #ffffff !important; }

.btn-trans {
  color: #fe0000 !important;
  background-color: transparent !important;
  border-color: #fe0000 !important; }

.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active,
.btn-trans.active,
.open .dropdown-toggle.btn-trans {
  color: #ffffff !important;
  background-color: #000 !important;
  border-color: #fe0000 !important; }

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

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

.btn-trans .badge {
  color: #fe0000 !important;
  background-color: #fe0000 !important; }


/******************************************
logo
******************************************/

@keyframes slideRight {
	from { left: -100px; opacity: 0;}
	to {left: 0px;  opacity: 1; }
}

#Logo {
}

#Logo img {
    max-width: 258px;
    padding: 10px 0;
    position: relative;
    width: 100%;
	animation: 2s ease 0s normal none 1 running slideDown;
}

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

.topInfo .inner {
    padding: 5px 25px;
}



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

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

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

.phone {

}

a img.bbb1 {
display: inline-block;
}

a img.bbb2 {
display: none;
}

a:hover img.bbb1 {
display: none;
}

a:hover img.bbb2 {
display: inline-block;
}

/******************************************
header
******************************************/
.hgroup.inner {

}

header.site-header::before {

    background-image: url('images/black-spray-drip-small.png');
    position: absolute;
    content: ' ';
    right: 0;
    top: 0;
    width: 179px;
    height: 56px;
    z-index: 0;

}

header.site-header {
    background-color: #fff;
    padding: 0px 0;
    position: relative;
    z-index: 3;
    border-bottom: 2px solid #000;
}

.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: #000141;
    color: #fff;
    font-family: 'Open Sans', san-serif;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.motto a {
    font-family: 'Open Sans', san-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 #666;
    box-shadow: 0 0 15px rgba(0, 0, 0, 1);
    float: none !important;
    left: 0;
    margin: 0 !important;
    max-width: none;
    min-height: inherit;
    position: fixed !important;
    top: -60px;
    width: 100%;
    z-index: 1001;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to { opacity: 1;}
}
.main-navigation {
    animation: 2s ease 0s normal none 1 running fadeIn;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 999;
}

.nav-menu {
    max-width: 1240px;
    border: medium none !important;
}

.nav-menu li {
    margin: 0;
    box-shadow: -1px 0 0 #ccc;
}
.nav-menu li:first-child {
    box-shadow: 0px 0 0 #ccc;
}
.nav-menu li.home {
    display: none;
}
.nav-menu li > a {
    color: #000;
    font-family: 'Open Sans', san-serif;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    padding: 10px 15px;
    text-transform: uppercase;
	box-shadow: 0 0 0 #000 inset;
	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:#fff !important;
	box-shadow: 0 -100px 0 #000 inset;
}

/******************************************
sub nav
******************************************/

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

.sub-menu {
}

.sub-menu li {

}

.sub-menu li a {
    background-color: #000 !important;
    box-shadow: none !Important;
    color: #fff !important;
    font-size: 16px !important;
    min-width: 300px;
    text-align: center;
    text-transform: capitalize;
}

.sub-menu li a:hover {
    background-color: #fff !important;
    color: #000 !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 a:hover {
}
.fter-menu li .sub-menu {
    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  {
   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;
    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 {
 background-color:#fff;
    padding: 0px 0;
}

.HwOne > .inner {
max-width:none;

}

.HwOne aside .inner {
max-width:none;
	padding:0;

}
.HwOne p {
    margin: 0;
}

.HwOne aside strong,.HwOne aside i{
     color: #fff;
    font-size: 24px;
}
.HwOne a {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: #fff !important;
    font-weight: 800;
    font-size: 32px;
}

.HwOne a img {
    opacity: 0.8;
    transform: scale(1);
    transition: all .4s ease;
}
.HwOne a:hover img {
    opacity: 1;
    transform: scale(1.05);
}

.HWTwo .widget-title {
    font-size: 34px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.HWThree {
    background-image: url(images/bg-spread-love.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    margin: 30px auto;
}
.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-color: #000;
	border-top: 0px solid #E7E7E7;
}

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

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

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



.wRed {
    background-color: #e6202a;
}

.wRed .widget-title {
    font-size: 28px !important;
    color: #fff;
    text-transform: uppercase !important;
    margin-top: 0px !important;
	text-align: center;
}

.wRed .inner {
    max-width: none;
    height: 100%;
    padding: 0px;
    display: flex;
    color: #fff;
    flex-flow: column;
    justify-content: center;
}

.wBlack {
    background-color: #000;
}

.wBlack .inner {
    max-width: none;
    height: 100%;
    padding: 0px;
    display: flex;
    color: #fff;
    flex-flow: column;
    justify-content: center;
}


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

.FWTwo aside {

}





.FWThree {
  background-color:#000;
}

.FWThree > .inner {
   max-width: none;
	height: 100%;
    padding: 0px;
}

.FWThree aside .inner {
   max-width: none;
	height: 100%;
    padding: 0px;
	color: #fff;
}


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

.FWFour {
 background-image: url(images/bg-rpm-warehouse.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
}

.FWFour > .inner {
   max-width: none;
	height: 100%;
    padding: 100px 0;
}

.FWFour .widget-title {
 
}

.FWFive .widget-title {
    font-size: 28px !important;
    color: #000;
    text-transform: uppercase !important;
    margin-top: 0px !important;
}
.FWFive > .inner {
   max-width: none;
	height: 100%;
    padding: 30px 0;
}

.FWSeven {
    background-color: #fff;
}

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

.FWSeven aside > .inner {
   background-color: #fff;
	color:#fff !important;
}





footer[role="contentinfo"] {
    background-color: #000;
    max-width: none;
    padding: 30px 0 !important;
    margin: 0px 0 0;
    color: #fff;

}

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 & Magicxtag
******************************************/

.copyWrap {
    font-size: 14px;
}
.copyrght {
    color: #fff;
    float: left;
    padding: 10px 25px;
    width: 47%;
}
.magicxtag {
    float: right;
    padding: 10px 21px 10px 0;
    position: relative;
    text-align: left;
    }
.magicxtag a {
    color: #fff !important;
    text-decoration: none;
}
.magicxtag a:hover {
    color: #fff !important;
}



/******************************************
widgets
******************************************/

.wBorder {
	
}
.wBorder .inner {
    background-color: #773800;
    border: 1px solid #773800;
    outline: 1px solid rgba(255,255,255,1);
    outline-offset: -10px;
    position: relative;
    overflow: hidden;
	padding:0 !important;

}

.wBorder .textwidget {
	height:100%
}

.wBorder span, .wBorder .widget-title {
    color: #fab02a !important;
    font-size: 28px !important;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    outline: 1px solid rgba(255,255,255,.3);
    outline-offset: -8px;
    bottom: 0;
    padding: 10px;
    left: 0;
    font-weight: 800;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    margin: 0 !important;
}

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

.wBorder:hover img {
    opacity: .5;
    transform: scale(1.2);

}


.wBorder img {
	height:100%;
	width:100%;
    opacity: 1;
	transition:all .7s ease;
}



.wBorder.noZoom:hover img {
	transform: scale(1);
}
.wBorder a.cover {
    display: block;
    padding: 90px 190px;
}

.wSocials {
    margin: 20px 0;
}

aside .inner {
padding: 10px;
}
aside img {
}

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', san-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', san-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', san-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
}

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

.FWFour .radnTN { display: none;}

aside.posts .entry-title {

}

.fadePics img {
   -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    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', san-serif;
    font-size: 42px;
}

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

.togTarget {
    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;
}

/*********************
icons
********************/
.iconCol .wp-block-column:hover img {
   
}
.iconCol .wp-block-column {
    padding: 10px;
	opacity:1;
    /* transition: all .4s ease; */
}
.iconCol .wp-block-column:hover {
    opacity:.65;
   
}
/******************************************
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
*******************/
.testimWrap {
}
.testim {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.testimDesc {
}
.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: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(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;
    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;
    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: 18px !important;
    font-weight: 700 !important;
}

footer.entry-meta {
    margin-bottom: 20px;
}


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

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: 0 !important;
    font-size: 18px;
    text-align: center;
    padding: 0 !important;
}

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

body.page article, body.single article {
   border-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;
}


/******************************************
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: #C2A24E !important;
    -moz-box-shadow: 0 8px 6px -5px #000;
    -webkit-box-shadow: 0 8px 6px -5px #000;
    box-shadow: 0 8px 6px -5px #000;
    transform: scale(.95);
    }
	
/************************
photoswipe fix??
**********************/

body.ps-active, 
body.ps-building, 
div.ps-active, 
div.ps-building, 
div.ps-uilayer {
    background: transparent !important;
}



/******************************************
Slideshow
******************************************/
.slideWrap {
	background-color:#e6202a;
	position:relative;
	z-index:1;
    margin: 0 auto;
}
.slideWrap .inner {
    overflow: hidden;
}
.slideWrap img {
    width: 100%;
}
/***********************
forms
***********************/

.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"], select {
    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;
    transition: all 0.4s ease 0s;
    width: 100% !important;
}

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

.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;}


/*******************************************
all break points
*********************************************/
@media (max-width: 767px) {
    /*xs*/

	.HwOne {
	}
	body.home article {
	    border: medium none !important;
	    margin-bottom: 0;
	    font-size: 18px;
 	   text-align: center;
	}

	body.home article h1.entry-title {
	   font-size: 18px !important;
           opacity: 1 !important;
	}
	.topInfo {
	}
	.main-navigation {
		margin-top: 0px;
	}
	.nav-menu {
	      text-align: center !important;
	}

	#Logo, #site-navigation {
	}

	header.site-header {
		padding: 0;
	}
	.motto {
	    font-size: 14px;
	}

 .FWTwo > .inner {
	    padding: 20px 0;
	}

	aside.posts img {
		float:none;
	}	

}
@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
	.hideme { }
	body.home article {
	    border: medium none !important;
	    margin-bottom: 0;
	    font-size: 18px;
 	   text-align: center;
	}
	body.home article h1.entry-title {
  		  font-size: 28px !important;
 		   opacity: 1 !important;
	}

	.topInfo {
	
	}
	
	.main-navigation {

	}
	.nav-menu {
	      text-align: center !important;
	}

	#Logo, #site-navigation {
	}
	header.site-header {
	    position: relative;
	    width: 100%;
	}
	.motto {
	    font-size: 14px;
	}
	 .FWTwo > .inner {
	    padding: 20px 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;
	}
	body.home article h1.entry-title,.slabber {
	    font-size: 28px !important;
	    opacity: 1 !important;
	}

	.hideme { }

	#Logo, #site-navigation {
	}
	#Logo {
	}
	header.site-header {
	    
	    width: 100%;
	}

	.main-navigation {	
  	  background-color: transparent;
	}
	.nav-menu {
	      text-align: right !important;
	}
	 .FWTwo > .inner {
	    padding: 120px 0;
	}
}
@media (min-width: 1200px) {
   /*lg*/

	body.home article h1.entry-title{
	    font-size: 28px !important;
	    opacity: 1 !important;
	}

	.hideme {}
	
	#Logo {
	}
	header.site-header {
	    
	    width: 100%;
	}

	.main-navigation {	
  	  background-color: transparent;
	}
	.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;
	}
	.tAddy {
	    position: relative;	
	    top: 10px;
	}
	.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%;
	}

	.navFixed {
	
	}
	

	.site {
	    padding: 0 !important;
	    width: 100%;
	}
	.site-content {
	    border-left: 0 none;
	    border-right: medium none;
	    padding: 0 !important;
	    width: 100% !important;
	}
	#content {
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 2%;
	    width: 97%;
	}

	#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;
	}


	.sharLnk {
	    background: url("images/social-icons-bw-24.png") no-repeat scroll -236px 3px #3F1B0F;
	    cursor: pointer;
	    height: 0;
	    margin-left: 8px;
	    padding-top: 34px;
	    width: 26px;
	}

	.sharLnk.onToggle  a {
	   display: block;
	}
		h3.menu-toggle {
	    background: none repeat scroll 0 0 #FFFFFF !important;
	    border: none !important;
	    border-radius: 0 0 0 0 !important;
	    box-shadow: none !important;
	}

	.menu-toggle {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	    border-top: 0px solid !important;
	    border-right: medium none !important;
	    border-bottom: 0px solid !important;
	    border-left: medium none !important;
	    box-shadow: none !important;
	    color: #000 !important;
	    display: block;
	    font-size: 1.5rem;
	    text-transform: uppercase;
	    width: 100%;
		padding: 0 !important;
	}
	
	.menu-toggle.toggled-on {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	    border-radius: 0 0 0 0 !important;
	    box-shadow: none !important;
	    color: #ccc !important;
	}
	.menu-toggle:after{
		content:"\f0c9";
		display: inline-block;
		font-family: FontAwesome;
		transition: all 0.2s ease 0s;
	}
	.menu-toggle.toggled-on:after{
		content:"\f067";
		font-family: FontAwesome;
		transform: rotate(135deg);
		transition: all 0.2s ease 0s;
	}
	.nav-menu.toggled-on {
	    width: 100%;
	}

	.nav-menu.toggled-on li {
	    border-bottom: 1px solid #ccc;
		box-shadow: 0px 0 0 #ccc;
	}
	
	.nav-menu.toggled-on li a {
		text-decoration: none;
		color: #000;
		display:block;
	}
	.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;
		transition: all 0.2s ease 0s;
	}
	li.subParent:hover > a:after {
		font-family: FontAwesome;
		transform: rotate(90deg);
		transition: all 0.2s ease 0s;
	}
	.copyrght, .magicxtag {
	    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-left-md {
        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;
    }
}