/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

 .home .gwc-main-content {
   background: #fff;
   margin-top: 40px;
 }

 .home .gwc-main-content:before {
   display: none;
 }

 .mainbar {
   border: 0;
   display: flex;
   background: #fff !important;
 }



.mainbar {
   width: 100%;
 }

.mainbar #menu {
  left: auto;
  position: relative;
  right: auto;
  width: 50%;
}

 .mainbar .nav-icon {
   margin: 0 20px;
   width: 330px;
   z-index: 50;
 }

 .mainbar .nav-icon img {
   float: none;
   margin-left: 0;
   margin-top: 15px;
 }

 .mainbar #menu-right {
   width: 50%;
 }

 .mainbar #menu-right {
    margin: 16px auto 0;
    text-align: center;
    top: 0;
    letter-spacing: .2em;
    display: block;
    font-size: 14px;
    font-family: 'CenturyGothic';
}

 .mainbar #menu-right li a {
    padding-bottom: 21px;
    position: relative;
    letter-spacing: .14em;
    font-family: 'CenturyGothic';
}

.mainbar #menu-right li a:hover {
    opacity: .7;
}

.mainbar #menu-right li .sub-menu {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fbf9f8;
    border-top: none;
    left: 50%;
    margin-top: 0;
    padding: 5px 30px 15px;
    position: absolute;
    text-align: left;
    top: 39px;
    width: 200px;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -moz-transform: translateX(-50%) translateY(-0.5em);
    -webkit-transform: translateX(-50%) translateY(-0.5em);
    -ms-transform: translateX(-50%) translateY(-0.5em);
    transform: translateX(-50%) translateY(-0.5em);
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.mainbar #menu-right li.hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.mainbar #menu-right #main-nav > li:hover > a:after {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #231f20;
    content: " ";
    display: block;
    z-index: 3;
    bottom: 16px;
    opacity: .7;
}

.mainbar #menu-right li .sub-menu li {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 !important;
    font-size: 14px !important;
    text-align: center;
}

.mainbar #menu-right li .sub-menu li a {
    display: table;
    width: auto;
    margin: 0 auto;
    padding: 12px 0 2px;
    border-bottom: 1px solid transparent;
}

.mainbar #menu {
  text-align: right;
}

.mainbar #menu-right {
  text-align: left;
}

body.home {
    border: 30px solid #000;
    height: auto;
}

.sb-search {
  border-right: 0;
  right: 40%;
  -moz-transform: translateX(390px);
  -webkit-transform: translateX(390px);
  transform: translateX(390px);
  z-index: 999;
}

.new-posts-section {
		font-size: 0;
}
.new-posts-section article {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 25px 60px;
		vertical-align: top;
		width: 50%;
}
.new-posts-section article.double {
		width: 25%;
}

.postfeedbox .othercat {
		margin-top: 15px;
}
.postfeedbox .cats:after {
		display: none;
}
.postfeedbox h2 {
  margin-top: 12px;
}
.postfeedbox {
	max-width: none;
	padding: 0px 20px;
}

.new-ad-section {
		box-sizing: border-box;
		float: right;
		padding: 0 10px 20px;
		width: 50%;
}

.read-more img {
  max-width: 150px;
}

.new-site-footer {
		background: #fbf9f8;
		color: #000;
	  font-family: 'CenturyGothic';
    margin-top: 20px;
		padding: 50px 0;
}
.new-site-footer img {
		display: block;
		margin-bottom: 20px;
		max-width: 330px;
}
.new-site-footer a {
		color: #000;
}
.new-site-footer a:hover {
		color: #ccc;
}
.new-site-footer ul {
		margin: 0 0 20px;
    padding: 0;
}
.new-site-footer ul li {
		display: inline-block;
		list-style: none;
		margin-right: 10px;
}
.new-site-footer ul li a {
		letter-spacing: .14em;
		text-transform: uppercase;
}
.new-site-footer .footer-top {
    margin-bottom: 36px;
		position: relative;
}
.new-site-footer .footer-top .back-to-top {
		background: #fbf9f8;
		display: block;
		height: 40px;
		position: absolute;
		right: 0;
		top: 0;
	width: 40px;
	border: 1px solid #000;
}
.new-site-footer .footer-top .back-to-top:after {
		color: #000;
		content: "\2303";
		display: block;
		font-size: 30px;
		line-height: 50px;
		text-align: center;
}

.new-site-footer .footer-top .back-to-top:hover {
		opacity: .7;
}
.new-site-footer .left {
		display: inline-block;
}
.new-site-footer .right {
		float: right;
		min-width: 300px;
}
.new-site-footer .right h4 {
		margin-top: 0;
		text-transform: uppercase;
}
.new-site-footer .social-links a {
		font-size: 1em;
		margin-right: 10px;
}
.new-site-footer .footer-bottom {
		border-top: 1px solid #000;
		margin-top: 60px;
		padding: 60px 0 0;
    position: relative;
}

.new-ad-section-2 {
    margin: 30px 0 40px;
}

.top-tag {
  display: block;
  position: absolute;
  right: -15px;
  width: 390px;
  top: 10px;
  z-index: 999;
}

.bottom-tag {
  bottom: 40px;
  display: block;
  position: absolute;
  right: -15px;
  width: 300px;
  z-index: 999;
}

.mobile-tag {
  display: block;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 40px;
  z-index: 999;
}

.hide-mobile {
  display: block;
}
.show-mobile,
.show-scroll {
  display: none;
}
.scrolled .show-scroll {
  display: block;
}

.scrolled .show-scroll.mobile-tag {
  display: none;
}



#home-top-row {
	display: flex;
    padding-bottom: 50px;
}

.htr-left {
		width: 50%;
}

.htr-left article {
		width: 100%;
}
.htr-right {
  width: calc( 50% - 20px );
    background-size: cover;
    background-position: 50%;
    margin: 0 10px 22px;
}


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

  .wrapper {
	  width: 100%;
  }

  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .new-posts-section article {
    width: 100%;
	padding: 0px 0px 60px;
  }
  .new-ad-section {
    float: none;
    width: 100%;
  }
  .new-posts-section article.double {
    width: 50%;
  }
  .new-site-footer .right {
    float: none;
    font-size: 1.35em;
    margin: 0 auto;
    max-width: none;
    width: auto;
    display: table;
  }
  .new-site-footer .footer-bottom {
    position: relative;
    text-align: center;
  }
  .new-site-footer .footer-bottom img {
    display: block;
    margin: 0 auto 5px;
  }

  .mainbar {
    border: 0;
    justify-content: center;
  }
  .mainbar .nav-icon img {
    margin: 15px auto 0;
  }
  #gwc-lateral-nav.lateral-menu-is-open {
    z-index: 999999;
  }
  #gwc-lateral-nav,
  #gwc-lateral-nav .search {
    background: #fbf9f8;
  }
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item {
    width: 25% !important;
  }
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(9),
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(10),
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(11),
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(12),
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(13),
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(14),
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(15),
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(16) {
    display: none;
  }
  .mobile-tag {
    right: 20px;
    top: 10px;
    width: 35px;
  }

  #home-top-row {
  	flex-wrap: wrap;
  }

  .htr-left,
  .htr-right {
    flex: none;
  	width: 100%;
  }
  .htr-right img {
      width: 100%;
  }
  .htr-right {
    /* min-height: 150vw; */
    width: calc( 100% - 20px );
  }
}

.header:not(.poststickyheader) .gwc-menu-trigger {
  border: 0;
  position: absolute;
}
.header:not(.poststickyheader) .gwc-menu-trigger div {
  display: none;
}
.header:not(.poststickyheader) .gwc-menu-trigger span {
  left: 25px;
  top: 9px;
}
.gwc-menu-trigger span, .gwc-menu-trigger span:before, .gwc-menu-trigger span:after {
  height: 2px;
}

@media screen and (min-width: 1001px) {

    body:not(.scrolled) #gwc-lateral-nav {
        display: none !important;
    }

    body.scrolled .mainbar .gwc-menu-trigger {
        display: inline-block;
        border: 0;
        position: absolute;
        width: 50px !important;
        left: 0 !important;
        height: 35px !important;
    }

    body.scrolled .mainbar .mobile-tag {
        display: block !important;
        right: 15px !important;
    }

    body.scrolled .mainbar .show-scroll img {
        width: 30px;
        margin-top: 3px;
    }

    body.scrolled-setup .mainbar #sb-search {
        display: none;
    }

    body.scrolled #gwc-lateral-nav {
        top: 56px;
    }

    body.scrolled.hello-active #gwc-lateral-nav {
        top: 112px;
    }

  #sticky-wrapper {
    margin-top: 90px;
  }
}

@media screen and (max-width:500px) {
  .mainbar .nav-icon {
    margin: 6px 70px;
  }
  .new-posts-section article.double {
    width: 100%;
	padding: 0px 0px 60px;
  }
  body.home {
    border: 13px solid #fbf9f8;
  }
  /*
  .home .mainbar {
    width: calc( 100vw - 26px );
  } */

  .mainbar {
      width: calc(100vw - 30px);
  }
  .new-site-footer .footer-bottom img {
    max-width: 100%;
  }
}

.new-site-footer img {
  max-width: 300px;
}

.new-site-footer .left,
.new-site-footer .right {
  font-size: 1.2em;
}

.mainbar {
  border-bottom: 1px solid #ddd;
}

.mainheader {
  position: absolute !important;
  top: auto;
  transition: top 0.8s ease-in-out;
  -webkit-transition: top 0.8s ease-in-out;
  -moz-transition: top 0.8s ease-in-out;
  -ms-transition: top 0.8s ease-in-out;
  -o-transition: top 0.8s ease-in-out;
}



.scrolled-setup .mainheader {
    top: -100px;
    position: fixed !important;
    width: calc(100% - 30px);
}

.scrolled .mainheader {

  top: 0;

}



/* .hello-active.scrolled .mainheader {
    top: 56px;
} */

.scrolled.home #sticky-wrapper {
  margin-top: 0;
}

/* Sept 19th - Client Requested Edits */
#gwc-lateral-nav {
    left: 0;
    right: inherit;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
}

.alm-btn-wrap {
    text-align: center;
    border-top: 0px solid #fbf9f8;
    padding: 30px;
}

.pagination .read-more, .alm-load-more-btn {
    color: #000;
    display: inline-block;
    height: auto;
    font-size: 16px;
    letter-spacing: .12em;
    font-family: "Montserrat", sans-serif;
    background: none;
    border: none;
}

.alm-listing {
    padding: 0;
}


.wrapper {
    max-width: 1200px;
}

.postfeedbox h2 {
    font-size: 20px;
}

.postfeedbox .excerpt {
    font-size: 12px;
}


body, body.home {
    border: 15px solid #fbf9f8;
    height: auto;
}


@media screen and (min-width: 1001px) {
    .htr-left {
        padding-right: 0px;
    }

    .htr-right {
        width: calc( 71% - 0px );
    }

}

.mainbar .sub-menu {
    background: rgba(255,255,255,1) !important;
}

.mainbar .sub-menu li a:hover {
    border-bottom: 1px solid !important;
}

.hometwocol .leftbar {
    width: 100%;
    display: block;
}

.hometwocol .gform_wrapper {
    width: 100%;
    margin: 0;
    max-width: 100%;
    border: none;
    padding: 20px 50px 30px;
}

@media screen and (max-width: 1000px) {
    .pum-theme-132058622817 .pum-container, .pum-theme-default-theme .pum-container {
        width: 96% !important;
        max-width: 96% !important;
        left: 2% !important;
    }
    body .side-nl .gform_wrapper ul li.gfield input[type="checkbox"] + label span, body .hometwocol .leftbar .gform_wrapper ul li.gfield input[type="checkbox"] + label span {
        margin-top: 0;
    }
}



.pum-theme-132058622817 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 0 !important;
}



.pum-theme-132058622817 .pum-content+.pum-close, .pum-theme-default-theme .pum-content+.pum-close, .pum-theme-132058622817 .pum-content+.pum-close:hover {
    background-image: url(_static/images/fancy_close2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: 50% 50%;
    height: 20px !important;
    right: 10px !important;
    top: 10px !important;
    width: 20px !important;
    background-color: transparent !important;
    text-indent: -9999px;
}

.pum-theme-132058622817, .pum-theme-default-theme {
    background: rgba(0,0,0,0.8) !important;
}

body .hometwocol .gform_wrapper .gfield_html p {
    font-size: 13px !important;
    line-height: 1.5;
}

.hometwocol .gform_wrapper input[type=text] {
    background: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
    padding-left: 12px !important;
    color: #000 !important;
    padding-top: 13px !important;
    padding-bottom: 12px !important;
    font-size: 1.3em !important;
}

#aa-site-credit {
    bottom: 5px;
    position: absolute;
    right: 10px;
    z-index: 999;
    color: #e0d3d4;
    text-decoration: none;
    font-size: 14px;
    font-family: 'CenturyGothic';
    letter-spacing: 0.14em;
	display:none;
}

.hometwocol .gform_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 1;
}

.hometwocol .gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
    opacity: 1;;
}
.hometwocol .gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
    opacity: 1;
}
.hometwocol .gform_wrapper input:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
    opacity: 1;
}

.hometwocol .gform_wrapper .gfield_checkbox li label {
    max-width: 100%;
    width: 100%;
}

body .popmake .hometwocol .leftbar .gform_wrapper ul li.gfield input[type=checkbox]+label {
    font-size: 12px !important;
    line-height: 1.7;
}

body .popmake .hometwocol .gform_wrapper .gform_footer input.gform_button {
    width: 100%;
    max-width: none !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
}

@media screen and (min-width: 1001px) {
    .new-posts-section article.double-wide {
        width: 90%;
        margin: 0 auto;
        display: block;
        clear: both;
    }
}

.main-post .imgwrapbg {
    background-color: transparent !important;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/* .main-post:hover .imgwrapbg, .main-post:active .imgwrapbg {
    background-color: black !important;
} */

.main-post .imgwrapbg {
    background-color: black !important;
}

.main-post:hover .imgwrapbg img, .main-post:active .imgwrapbg img {
    opacity: 0.7;
}

.hellobar-new {
    background-color: #000;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-family: 'CenturyGothic';
    padding: 12px 0 8px 0;
}

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

    .hellobar-new {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .hellobar-new .hb-title {
        font-family: "Freeland";
        font-size: 22px;
        width: 100%;
    }

    .hellobar-new .hb-text {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.14em;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .hellobar-new a {
        font-size: 14px;
        color: #fff;
        border-bottom: 1px solid #fff;
        letter-spacing: 0.14em;
        margin-top: 10px;
    }


}

@media screen and (min-width: 1001px) {

    .hellobar-new .hb-title {
        font-family: "Freeland";
        font-size: 24px;
        float: left;
        width: 15%;
    }

    .hellobar-new .hb-text {
        width: 70%;
        float: left;
        text-align: center;
        font-size: 17px;
        letter-spacing: 0.14em;
        margin-top: 4px;
    }

    .hellobar-new a {
        display: block;
        float: right;
        font-size: 14px;
        color: #fff;
        border-bottom: 1px solid #fff;
        letter-spacing: 0.14em;
        margin-top: 4px;
    }

    /* .hello-active {
        margin-top: 56px;
    } */

}

.bo-box {
    border: none !important;
    padding: 0 !important;
}

.bo-con:after, .bo-con:before {
    display: none !important;
}

.page-template-content-shopbypost .postfeedbox .readmore {
    position: relative;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    opacity: 1 !important;
}

.page-template-content-shopbypost .imgwrapbg {
    text-align: center;
}

.page-template-content-shopbypost .imgwrapbg:hover .readmore {

    z-index: 1000;
}

@media screen and (max-width: 1000px) {
    /* .single-post .post-main {
        width: calc(100% - 30px) !important;
    } */
}


.parallaxouter .imgPinWrap .pin img.pinBtn {
    height: 54px;
    width: 54px !important;
    margin-left: 40px;
}

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

    .parallaxouter.fw-parallax {
        width: 100%;
        margin-left: 0;
    }

    .fw-parallax {
        display: none !important;
    }

}


@media only screen and (min-width: 1025px) {

    .parallax-mobile {
        display: none !important;
    }

}

/*
@media only screen and (max-width: 1024px) {

    .fw-parallax {
        display: none !important;
    }

    .parallax-mobile {
        height: 500px;
        margin-top: 20px;
    }


    .parallax__container {
        clip: rect(0, auto, auto, 0);
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -100;
    }

    .parallax {
        position: fixed;
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        width: 100%;

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

} */



.page-template-content-shopbypost .pagination li {
    display: inline;
}

.page-template-content-shopbypost .pagination .prev.page-numbers {
    top: 0 !important;
    margin-top: 4px;
    text-indent: 60px;
}

.page-template-content-shopbypost .pagination .next {
    margin-top: 4px;
}

.page-template-content-shopbypost .pagination .prev.page-numbers:after,
.page-template-content-shopbypost .pagination .next.page-numbers:after {
    top: 0;
}

.page-template-content-shopbypost .pagination ul {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

.page-template-content-shopbypost .pagination .wrapper {
    max-width: 1200px;
}

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

    .page-template-content-shopbypost .pagination .prev.page-numbers {
        text-indent: 35px;
    }

    .page-template-content-shopbypost .pagination .prev.page-numbers:after,
    .page-template-content-shopbypost .pagination .next.page-numbers:after {
        margin-top: 7px;
    }

}


.page-template-content-shopbypost .postfeedbox .othercat {
    margin-top: 0;
}

/* .page-template-content-shopbypost .pagination .next.page-numbers,
.page-template-content-shopbypost .pagination .prev.page-numbers {
    width: 158px;
    position: relative;
    text-align: left;
    line-height: 1;
    float: left;
    margin-top: 10px;
} */

.category-1 .catnav a:not(.currentcat) {
    display: none;
}

.page-template-content-shopbypost .tagmainwrap .sidebyside .postfeedbox .imgwrapbg img {
  height: auto;
  left: 0;
  margin: 0;
  min-width: 100%;
  min-height: 0;
  object-fit: scale-down;
  position: relative;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.page-template-content-shopbypost .tagmainwrap .sidebyside .postfeedbox .imgwrapbg {
  padding: 0;
}

.page-template-content-shopbypost .postfeedbox .readmore {
  left: 50%;
  opacity: 0 !important;
  position: absolute;
  text-align: center;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-template-content-shopbypost .tagmainwrap .sidebyside .postfeedbox .imgwrapbg:hover .readmore {
  opacity: 1 !important;
}
