body {
    font-size: 12px;
    width: 100%;
    float: left;
}

body, html {
    margin-top: 0 !important;
}

/***** TYPOGRAPHY *****/
 /* Currently not necessary as we're only using TypeKit and Google */


/***** REUSABLE ELEMENTS *****/

.text-center {
    text-align: center;
}

input, textarea {
    border: none;
    padding: 3px 5px;
    -webkit-transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}

input:focus, textarea:focus {
    outline: none;
}

.post-body h1, .post-body h2, .post-body h3 {
    font-family: 'brandon-grotesque', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    color: #9ED3DE;
    line-height: 240%;
}

.post-body table {
	width: 100% !important;
}

.post-body h1 {
    font-size: 20px;
}

.post-body h1 {
    font-size: 16px;
}

.fancy-input .fancy-input-inner {
    display: block;
    position: relative;
}

.what-i-heart .widget-header:after {
    content: "\f004";
    font-family: "FontAwesome";
    padding: 6px;
    color: #9ED3DE;
    font-size: 12px;
}

.subscribe-modal-link {
	display: none;
}

#sidebar .widget .fancy-input .fancy-input-inner:after {
    top: 6px;
}

#sidebar iframe {
    width: 100%;
}

.large #social-wrapper .search {
    margin-top: 33px;
    margin-right: 20px;
}

#sidebar .widget .search .fancy-input-inner:before {
    margin-left: 0px;
}

#lookbook-nav ul li.menu-search {
    display: none;
}

.menu-search .fancy-input.email .fancy-input-inner:after {
    top: 2px;
}

.fancy-input.email .fancy-input-inner:after {
    content: "\f0e0";
}

.fancy-input .fancy-input-inner.searched:after {
    content: " ";
}

.fancy-input input {
    border: none;
    background: transparent;
    text-align: center;
    border-radius: 0 !important;
    padding: 6px 6px 6px 12px;
}

#social-wrapper .fancy-input .fancy-input-inner form input {
    height: 28px;
    margin-left: 10px;
    width: 100px;
    padding: 0 10px;
}

input, textarea {
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 1px;
}

.fancy-input input[type="text"], .fancy-input input[type="email"] {
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    font-weight: 100;
    vertical-align: top;
    border-radius: 0;
    width: 90%;
}

.fancy-input.email .button {
    margin-top: 10px;
    border: none;
    display: block;
}

.clear-query {
    position: absolute;
    top: 6px;
    right: 5px;
}

.post-body .button {
    color: black;
    border: 1px solid #000;
    padding: 8px;
    display: inline-block;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.post-body .button:hover {
    background-color: #9ED3DE;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.post-body h3 {
    font-weight: 100;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 15px;
}

.post-body img {
	max-width: 100%;
	height: auto;
}

.page .post-body img {
    margin: 0 auto;
    display: block;
}

/***** GLOBAL *****/

body {
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    font-style: normal;
    font-weight: 100;
    letter-spacing: .025em;
    line-height: 18px;
    color: black;
}

a {
    color: black;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    text-decoration: none !important;
    transition: .2s;
    -webkit-transition: .2s;
}

a:hover, a:focus {
    color: #C1EAF3;
    text-decoration: none !important;
    transition: .2s;
    -webkit-transition: .2s;
}

a i.fa, a i.glyphicon {
    color: black;
}

a i.fa:hover, a i.glyphicon:hover, #header a i.fa:hover, #header a i.glyphicon:hover {
    color: #C1EAF3;
}

h1, h2, h3, h4, h5 {
    font-family: 'mrs-eaves', 'Helvetica-Neue', sans-serif;
    line-height: 24px;
    letter-spacing: 1px;
}

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.clearfix {
    clear: both;
}


/***** HEADER *****/

#header {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 30px;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 5px;
}

#header.large {
    height: 40px;
    box-shadow: none;
    position: absolute;
    margin-top: 350px;
}

#header.fixed {
    position: fixed;
    margin-top: 0;
    background: #C1EAF3;
}

#header.fixed #main-menu {
    background: #C1EAF3;
}

#header a:hover {
    color: #C1EAF3;
    text-decoration: none;
}

#logo-wrapper {
    text-align: center;
    margin: 80px auto;
    float: left;
    z-index: 101;
    width: 100%;
}

#nav-wrapper {
    position: relative;
    text-align: center;
    z-index: 1;
}

#social-wrapper {
    position: absolute;
    float: left;
    padding: 0 20px;
    z-index: 10;
    right: 20px;
}

header .scrollToTop:after {
    font-size: 18px;
}

header.large .scrollToTop {
    display: none;
}

header.large #social-wrapper {
    margin-left: 0;
}

#search-wrapper-nav {
    text-align: right;
    float: right;
    position: absolute;
    right: 25px;
    margin-top: -30px;
    z-index: 10;
}

#social-wrapper i {
    margin-left: 5px;
}

#mc_embed_signup input {
    background-color: #EEE;
    border: none;
    width: 80%;
    float: left;
    height: 28px;
}

#mc_embed_signup .button {
    background-color: #EEE;
    border: none;
    width: 20%;
    text-align: right;
    color: black;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding-right: 12px;
    height: 28px;
}

#mc_embed_signup .button:hover {
    color: #C1EAF3;
}

.below-header-wrapper {
    margin: 8px auto;
    width: 85%;
    height: 60px;
}

.below-header-wrapper #social-icon-wrapper a i {
    padding-top: 18px !important;
}

.small-logo {
    position: relative;
    z-index: 2;
    display: block;
    opacity: .7;
}

input.subscribe-header {
  height: 30px;
  margin-top: 11px;
  width: 180px;
}

#header-logo-small {
    height: 40px;
    display: block;
    position: absolute;
    left: 10px;
    margin-right: 70px;
    margin-top: -7px;
}

#header .icons {
    line-height: 72px;
    font-size: 16px;
    text-align: right;
}

#main-menu, #category-menu, #about-menu {
    font-family: "Helvetica-Neue", sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#header.fixed li:hover a {
    color: white;
}

.sub-menu li a {
    color: black !important;
}

#header.fixed i.fa:hover {
    color: white;
}

#category-menu {
    margin-bottom: 20px;
}

#category-menu li, #about-menu li {
    display: inline-block;
    padding: 0;
    line-height: 22px;
}

#category-menu li:after, #about-menu li:after {
    content: ' //';
    padding-left: 6px;
    padding-right: 6px;
}

#category-menu li:last-child:after, #about-menu li:last-child:after {
    content: none;
}

#category-menu-container {
    text-align: center;
}

#menu-hide {
    display: inherit;
}

#main-menu > li {
    display: inline;
    margin: 0 4px;
    padding: 10px;
    font-family: 'brandon-grotesque', sans-serif;
}

#main-menu a:hover, #main-menu li:hover > a {
    color: #C1EAF3;
}

.nav-icon-pop-out {
    z-index: 2;
}

#nav-icon {
    padding: 5px;
    cursor: pointer;
    display: none;
    color: black;
}

#nav-icon:hover {
    color: #C1EAF3;
}

.menu-name {
    font-family: 'brandon-grotesque', 'Helvetica-Neue', sans-serif;
    padding-left: 7px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#header .sub-menu {
    padding: 0px;
    display: none;
    background-color: white;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    background: #C1EAF3;
}


#header .menu-newsletter .sub-menu {
    width: 250px;
    margin: auto;
    padding-bottom: 10px;
}

#header .sub-menu.stay-open {
    display: block;
}

#header .sub-menu li {
    display: block;
    line-height: 30px;
    width: 100%;
    white-space: nowrap;
    padding-left: 0;
    margin: 0;
    padding: 6px 25px;
}

#header .sub-menu li a {
    width: 100%;
    height: 100%;
    display: block;
}

#header .sub-menu li a:hover {
    text-decoration: none;
    color: white !important;
}

#header .menu-item-has-children {
    position: relative;
}

#header .menu-item-has-children.menu-newsletter:after {
    content: none;
}

#header .menu-item-has-children:hover .sub-menu {
    display: block;
}

#header .menu-newsletter:focus .sub-menu {
    display: block;
}

#header .fancy-input.search {
    float: left;
    text-align: left;
    margin-right: 5px;
}

.fancy-input .fancy-input-inner {
    display: block;
    position: relative;
}

#mobile-social-footer {
    display: none;
}

#social-wrapper a i.fa, #social-icon-wrapper a i.fa, .widget.social li a i.fa, .share a i.fa, #social-wrapper a i.glyphicon {
    padding: 10px 3px;
    margin-left: 0;
    font-size: 12px;
}

#social-wrapper a i.fa:hover, #social-icon-wrapper a i.fa:hover, .widget.social li a i.fa:hover, .share a i.fa:hover, #social-wrapper a i.glyphicon:hover, #header a i.fa:hover, #header a i.glyphicon:hover {
    background-color: transparent;
    transition: .2s;
}

#social-wrapper i, #social-icon-wrapper i, #sidebar .widget.social i {
    margin: 0 10px;
}

#social-icon-wrapper p, #subscribe-wrapper p, #search-wrapper p {
    text-transform: uppercase;
    float: left;
    margin: 18px 15px 0 15px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    font-size: 12px;
}

#social-icon-wrapper {
    width: 330px;
    margin-right: 40px;
    margin-left: 14%;
    float: left;
}

#subscribe-wrapper, #search-wrapper {
    width: 400px;
    float: left;
}

.fancy-input-inner button {
    width: 10%;
    border: none;
    height: 30px;
}

button:focus {
    outline: none;
}

#logo-container {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
    margin: 50px 0 -10px;
}

#logo-container.front-page-logo {
    margin-bottom: 10px;
}

/***** SLIDESHOW ******/

.slideshow-wrapper {
    background: #C1EAF3;
    overflow: auto;
    float: left;
    width: 100%;
    padding: 50px;
    max-height: 350px;
}

#slideshow {
    height: auto;
    position: relative;
    max-height: 450px !important;
    margin: 0 auto;
    width: 90%;
    display: block;
    background: white;
    padding: 10px 10px 0 10px;
}

#slideshow .img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  margin: 10px;
  overflow: hidden;
  background-color: #EEE;
}

#slideshow .slick-initialized .featured-img {
    opacity: 1;
}

#slide-container {
    height: 230px;
}

#slideshow .featured-img {
    position: relative;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 230px;
    display: block;
    float: left;
    overflow: hidden;
    opacity: 0;
}

#slideshow img#loader {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
}

 #slideshow .next {
    right: -30px;
 }

 #slideshow .previous {
    left: -30px;
 }

#slideshow .previous, #slideshow .next {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin:auto;
  height: 80px;
  width: 30px;
  z-index: 10;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  cursor: pointer;
}

.slideshow-title-wrapper {
    text-align: center;
    position: relative;
    background: rgba(255,255,255,.9);
    padding: 10px;
    bottom: 0;
    height: 100%;
    margin: 0 0 10px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 0;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.featured-img:hover .slideshow-title-wrapper {
    opacity: 1;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.slideshow-title {
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 20px;
}

.slideshow-title-wrapper:hover {
    color: black;
}

.slideshow-date {
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
    letter-spacing: 1px;
    margin: 0 auto;
}

.black h2, .black p {
    color: black;
}

.right h2, .right p {
    margin-left: 41%;
}

.left h2, .left p {
    margin-left: -43%;
}

/***** SOCIAL BAR *****/
#social #mce-responses {
    font-size: 11px;
}

#social {
    background-color: #fff;
    border-bottom: 1px solid black;
    height: 70px;
}
    
#social .container {
    padding-top: 18px;
    padding-bottom: 18px;
}

#social i {
    font-size: 28px;
}

#social .icons a {
    color: #333;
}

#social .icons {
    margin-top: 2px;
    text-align: right;
}

/***** POSTS *****/

.page-container {
    display: block;
    margin: 0 auto;
    width: 85%;
    max-width: 1070px;
}

.single-page-container {
    width: 60%;
    max-width: 900px;
    margin: 0 auto;
    display: block;
}

.category-container {
    width: 70%;
    max-width: 1300px;
    margin: 0 auto 70px auto;
}

#slideshow + #content {
    margin-top: 180px;
}

#content {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

.home #content {
	padding-bottom: 100px;
}

#main-content {
    padding: 0;
}

.post {
    font-weight: 300;
    color: black;
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 0px;
    font-family: 'mrs-eaves',serif;
}

.loop-text {
    width: 100%;
    float: left;
    border-bottom: 1px solid #DDD;
    margin: 20px 0;
    text-align: center;
}

.loop-text p {
    margin-top: 20px;
    overflow: auto;
    width: 100%;
    float: left;
}

.loop-text header {
	text-align: center;
}

.loop-image-wrapper {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}

.loop-image, .category-loop-image {
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-color: #F2F2F2;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.category-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.featured-image {
    width: 100%;
}

.read-more-wrapper {
	width: 100%;
	float: left;
	text-align: center;
}

.read-more {
    display: inline-block;
    background: transparent;
    padding: 8px 20px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    background: #C1EAF3;
    margin-top: 14px;
    text-align: center;
    color: black !important;
    text-transform: uppercase;
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}

.read-more:focus {
    color: black;
}

.read-more:hover {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    background: #9ED3DE;
    color: white !important;
}

.read-more-arrow-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #C1EAF3;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.read-more:hover .read-more-arrow-right {
    border-left: 18px solid #9ED3DE;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.single p {
    overflow-wrap: break-word;
}

.single header h1 {
    width: 100%;
    float: left;
    text-align: center;
}

.post-body a {
    font-weight: 500;
    color: #9ED3DE;
}

.btn {
    background: #C1EAF3;
    color: black !important;
    padding: 10px 20px;
    font-family: 'brandon-grotesque', 'Helvetica-Neue', sans-serif;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 100;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.post:after {
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear:both;
    visibility: hidden;
}

.post.single {
    border-bottom: none;
}

.post a span, .post i span {
    color: black;
}

.post a {

}

.post a:hover {
    color: black;
}

.post header {
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.post header .date {
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    font-size: 12px;
    color: black;
    text-align: left;
    text-transform: uppercase;
    display: block;
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
}

.post header h1, #page-title  {
    font-size: 24px;
    font-weight: 300;
    display: block;
    margin: 10px 0;
}

.loop-post header h1 {
    margin-bottom: 20px;
}

.post header h1 a, #page-title {
    color: black;
    font-weight: 100;
    letter-spacing: 1.5px;
    line-height: 35px;
    margin: 20px 0;
    font-family: 'mrs-eaves', serif;
    text-align: center;
    font-size: 30px;
}

.lookbook #page-title a {
    color: black;
    font-style: normal;
}

.post header h1 a:hover, .post header h1 a:focus {
    text-decoration: none;
    outline: 0;
    color: #C1EAF3;
}

.post header .categories, .post header .date {
	width: 50%;
	float: left;
	padding-bottom: 10px;
}

.post header .categories {
	float: right;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    letter-spacing: 2px;
    text-align: right;
}

.post header .categories a {
    color: black;
    font-weight: 200;
}

.date.full-width {
    width: 100%;
    text-align: center;
}

.post header .categories a:hover, .post header .date a:hover {
    color: #9ED3DE;
}

.post-body {
    display: block;
    width: 100%;
    float: left;
}

.post-body iframe {
    width: 100%;
}

.post-body .ajax-loader {
    width: auto !important;
}

#ajax-load-more {
    margin-top: 40px;
}

.caption, .wp-caption-text {
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    font-size: 12px;
    text-align: center;
    margin-bottom: 25px;
}

.wpcf7 {
    font-family: 'brandon-grotesque', 'Helvetica-Neue', sans-serif;
    font-size: 12px;
}

.wpcf7-select {
    height: 37px;
}

.post .comment-button {
    display: block;
    margin: 40px auto;
    padding-left: 20px;
    padding-right: 20px;
}

.nocomments {
    margin-top: 60px;
}

.post footer {
    margin-bottom: 0px;
    margin-top: 40px;
}

.post footer .share {
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    float: right;
    width: 210px;
    font-family: 'brandon-grotesque', sans-serif;
    letter-spacing: 2px;
}

.post footer .comments a {
    font-weight: 600;
}

.comments {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    font-weight: 100;
}

.leave-a-comment {
    width: 100%;
    margin: 40px 0;
    float: left;
    letter-spacing: 2.5px;
    font-family: 'brandon-grotesque', 'Helvetica-Neue', sans-serif;
}

.leave-a-comment a, .alm-load-more-btn, .lookbook .pagination-links a  {
    padding: 8px;
    border: 2px solid #C1EAF3;
    text-transform: uppercase;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    letter-spacing: 2px;
    font-family: 'brandon-grotesque', 'Helvetica-Neue', sans-serif;
    background: white;
}

.leave-a-comment a:hover, .lookbook .pagination-links a:hover, .btn:hover, .sbi_load_btn:hover {
    background: #9ED3DE !important;
    border-color: #9ED3DE;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    color: white !important;
}

.single .comments {
	float: left;
}

.lookbook .pagination-links {
    display: block;
    margin-top: 50px;
}

.alm-load-more-btn {
     background: #C1EAF3;
     border: none;
     color: black;
     padding: 18px 24px !important;
}

.alm-load-more-btn:hover {
    background: #9ED3DE !important;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    background: #C1EAF3;
}

.pagination-links {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 30px;
    color: white;
}

.pagination-links span a {
    background: #C1EAF3;
    padding: 14px 16px 12px 16px;
    font-family: 'brandon-grotesque', 'Helvetica-Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    color: black;
}

.pagination-links span a:hover {
    background: #9ED3DE;
    color: white;
}

.alm-load-more-btn {
    padding: 24px 42px;
    margin-top: 30px;
}

.comment-count:hover {
    color: #C1EAF3 !important;
}

.share a:hover i {
    color: #C1EAF3;
}

.comment-count {
    float: none;
    display: inline-block;
    margin: 20px auto;
    text-transform: none;
    width: 100%;
    text-align: center;
    font-family: 'mrs-eaves', serif;
}

.half {
    width: 49%;
    float: left;
}

.half-right {
    float: right;
}

.post footer .share i {
    font-size: 12px;
    letter-spacing: .25em;
}

.post .next-prev-nav {
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post .next-prev-nav .next, .post .next-prev-nav .prev {
    line-height: 35px;
    border: 1px solid #9ED3DE;
    padding: 0 15px;
}

.next-prev-nav .prev:hover, .next-prev-nav .next:hover {
    background: #9ED3DE;
    color: black;
    border: 1px solid #9ED3DE;
}

.post .next-prev-nav .next {
    float: right;
}

.post .next-prev-nav .prev {
    float: left;
}

.next-prev-nav .prev a, .next-prev-nav .next a {
    font-size: 12px;
    font-weight: 400;
    color: black;
    transition: .2s;
    -webkit-transition: .2s;
}

.post .next-prev-nav .next img {
    float: right;
    margin-left: 3px;
}

.post .more-link, #respond input[type="submit"], .post form input[type="submit"] {
    text-align: center;
    border: none;
    font-size: 12px;
    color: black;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    font-weight: 100;
    padding-top: 7px;
    padding-bottom: 7px;
    font-style: normal;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    background-color: transparent;
    letter-spacing: .1em;
    background-color: #C1EAF3;
    border: 1px solid #C1EAF3;
}

#respond input[type="submit"], .post form input[type="submit"] {
    height: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 3px;
    letter-spacing: 3px;
}

#respond textarea {
    height: 100px;
}

.post .more-link {
    margin: 32px auto 0;
    width: 116px;
    display: block;
}

.post .more-link:hover, #respond input[type="submit"]:hover, .post form input[type="submit"]:hover, .button:hover {
    text-decoration: none;
    background-color: #9ED3DE;
    border-color: #9ED3DE;
    color: white;
}

input:focus, textarea:focus {
    background-color: #f2f2f2 !important;
}

div.wpcf7-mail-sent-ok {
    background: #C1EAF3;
    border: none;
    color: black;
    text-align: center;
    font-size: 15px;
    margin: 0;
    padding: 8px;
}

.search-query {
    color: #000;
}

.wp-caption {
    width: auto !important;
}

.wp-caption.alignleft, .wp-caption.alignleft .wp-caption-text {
    text-align: left;
}

.wp-caption.alignright, .wp-caption.alignright .wp-caption-text {
    text-align: right;
    clear: right;
}

.wp-caption.alignright img {
    float: right;
}

.wp-caption.aligncenter {
    text-align: center;
}

.wp-caption.aligncenter img {
    margin: auto;
}

.background-image {
    background-size: cover;
    background-position: center center;
}

.gallery-wrap {
	width: 50%;
	float: left;
	padding: 10px 7px 0 7px;
}

.post-body .gallery-1 .gallery-wrap {
    padding-left: 0;
}

.post-body .gallery-2 .gallery-wrap {
	padding-right: 0;
}

.gallery-featured-img {
    height: 250px;
}

/***** REWARDSTYLE BAR ****/

.rewardstyle-bar {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

/***** FOOTER SCROLL ******/

.scrollToTop{
    padding-left: 6px;
    margin-top: 0;
    display: block;
    float: right;
    position: relative;
    z-index: 10;
}

header .scrollToTop {
    float: left;
    margin-top: 0;
    position: absolute;
}

.scrollToTop:hover{
    text-decoration:none;
}

.scrollToTop:hover:after {
    color: #9ED3DE;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.scrollToTop:after {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    color: black;
    margin-left: 7px;
    margin-top: -1px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.single-page-container #main-content .post-body hr {
    width: 60%;
    max-width: 450px;
    border-top: 1px solid #C1EAF3;
    margin: 40px auto;
}

.page-id-70 section .single-page-container .row #main-content article .post-body p img {
    width: 50%;
    float: left;
    padding-right: 20px;
}

/****** SOCIAL SHARE BUTTONS *******/

.post footer .date {
    display: inline-block;
    margin-top: 10px;
}

.share a {
    margin: 0 6px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.share a:hover {
    cursor: pointer;
}

.share p {
    display: inline;
    padding-right: 2px;
}

.share a span span span span span {
    top: -1px;
}

.apsc-facebook-icon, .apsc-twitter-icon, .apsc-youtube-icon, .apsc-instagram-icon {
    background: none !important;
    box-shadow: none !important;
}

.apsc-each-profile a {
    color: black !important;
    float: left;
}

.follow-btn-button {
    display: none !important;
}

.follow-btn form .follow-btn-counter {
    border: none !important;
    width: inherit !important;
    height: inherit !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    position: relative !important;
    line-height: 31px !important;
}

/***** LOOKBOOK *****/

#page-title {
    display: block;
    text-align: center;
    padding-top: 0;
}

#lookbook-nav {
    margin-bottom: 50px;
}

#lookbook-nav a {
    font-weight: 300;
}

#lookbook-nav .current-menu-item a, #main-menu .current-menu-item > a, #main-menu .current-menu-ancestor > a {
    color: black;
}

#lookbook-nav ul {
    text-align: center;
    padding: 0;
    list-style: none;
}

#lookbook-nav ul li {
    display: inline;
    font-family:"brandon-grotesque", "Helvetica-Neue", sans-serif !important;
}

#lookbook-nav ul li:after {
    content: "|";
    margin-right: 5px;
    margin-left: 10px;
    font-style: normal;
    font-weight: 300;
}

#lookbook-nav ul li:last-of-type:after {
    content: "";
    margin: 0;
}

.lookbook-post {
    height: 390px;
}

.category-loop-image {
	height: 380px; 
}

.lookbook-post {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    width: 33.33%;
    background-color: white;
    overflow: hidden;
}

.lookbook-post a {
    padding: 10px 5px;
}

.lookbook-post:hover a header {
    background: #C1EAF3;
}

.lookbook-post:hover a header h1 .white-arrow-right {
    border-left: 18px solid #C1EAF3;
}

.category-container .row #main-content article header {
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    background: rgba(255,255,255,.9);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.lookbook-post .category-link header h1 {
    padding: 8px 12px;
}

.lookbook-post img {
    width: 100%;
    height: auto;
}

.lookbook-post header {
    position: absolute;
    text-align: center;
    opacity: 0;
    color: black !important;
    margin: -120px 10%;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.related-article.lookbook-post header {
    position: relative;
}

.related-article.lookbook-post, .related-image {
	height: 200px;
}

.related-article:hover .featured-background-image {
    opacity: .1;
     transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}


.lookbook-post header .location-category {
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 104;
}

.lookbook-post header .location-category i {
    color: black;
}

.lookbook-post header a {
    color: black;
    font-weight: 300;
    text-transform: uppercase;
}

.lookbook-post header h1 {
    font-size: 20px;
    line-height: 20px;
    color: black;
    margin: 8px 12px;
    font-weight: 100;
}

.lookbook-post header h2 {
    font-size: 14px;
}

.lookbook-post:hover header {
    opacity: 1;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

::-webkit-input-placeholder {
   color: black;
}

:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

:-ms-input-placeholder {  
   color: black;  
}

/**** SEARCH MODAL ***/
#search-modal-inner .fancy-input .fancy-input-inner form input {
    padding: 24px;
    width: 80%;
    color: black;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    background: transparent !important;
}

#search-modal ::-webkit-input-placeholder {
   color: black;
}

#search-modal :-moz-placeholder { /* Firefox 18- */
   color: black;  
}

#search-modal ::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

#search-modal :-ms-input-placeholder {  
   color: black;  
}


.fancy-input .submit {
    width: 10%;
    float: right;
    background: #EEE;
    font-size: 12px;
}

.submit:hover {
    color: #9ED3DE;
}

#search-modal-inner .search .fancy-input-inner form button {
    height: 66px;
    width: 20%;
}

/**** MODAL ****/

#search-close {
    float: right;
    margin: 50px 30px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(193,234,243, .98);
    z-index: 150000;
    display: none;
    cursor: pointer;
}

.modal-box {
    width: 50%;
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: auto;
}

.modal-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.modal-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #9ED3DE;
    color: #fff;
    font-size: 38px;
    padding: 20px 38px;
}

#newsletter-footer {
    width: 100%;
    padding: 0;
}

#newsletter-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 14px;
    color: #fff;
    z-index: 10;
    width: 15px;
}

#newsletter-footer .single-input-form {
    padding: 20px;
}

#newsletter-footer .single-input-form input[type="text"] {
    width: 75%;
}

#newsletter-footer .single-input-form input[type="submit"] {
    width: 25%;
}

#newsletter-footer div form div div #mce-LNAME {
    width: 49.5%;
    float: right;
}

#newsletter-footer div form div div #mce-FNAME {
    width: 49.5%;
    float: left;
    margin-bottom: 6px;
}

.newsletter-image {
    width: 50%;
    float: left;
    padding: 20px;
}

.newsletter-image img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
}

@media (max-width: 600px) {
	.newsletter-image img {
		display: none;
	}
}

#newsletter-modal-box {
    background: white;
}

#newsletter-modal-inner {
    padding: 20px;
    overflow: auto;
}

.newsletter-photo, #newsletter-close img {
    width: 100%;
}

.newsletter-photo {
    max-width: 400px;
}

#newsletter-modal-box {
  width: 80%;
  max-width: 700px;
}

.newsletter-text {
    font-family: 'brandon-grotesque', 'Helvetica-Neue', sans-serif;
    letter-spacing: 1px;
    margin: 30px auto 10px;
    line-height: 22px;
    max-width: 420px;
    float: right;
    width: 50%;
    padding: 20px;
}

.newsletter-popup-input {
    margin: 20px auto !important;
    float: none !important;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    height: 35px !important;
    font-size: 10px;
}

.newsletter-popup-button {
    background: #C1EAF3 !important;
    width: auto !important;
    float: none;
    color: black !important;
    letter-spacing: 2px;
    padding: 10px 24px !important;
    height: auto !important;
    font-size: 12px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    font-weight: 300;
}

.newsletter-popup-button:hover {
    background: #9ED3DE !important;
    color: white !important;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.social-newsletter {
    display: inline-block;
    float: left;
    margin-left: 5px;
}

.social-title {
    float: left;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.social-newsletter a i {
    margin: 0 6px;
}

.newsletter-social-wrapper {
    width: 100%;
    text-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

/***** ABOUT MODAL ****/

.display {
    display: inline-block;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.about-modal-dropdown {
    padding: 0 !important;
}

#about-modal, #shop-modal {
    background: white;
    border: 1px solid #9ED3DE;
    padding: 20px;
    width: 700px;
    max-width: 750px;
    height: auto;
    overflow: auto;
}

#about-menu, #shop-menu {
    background: #C1EAF3;
    padding: 10px !important;
}

#about-menu h3 {
    color: #C1EAF3;
    letter-spacing: 3px;
    margin: 0;
    font-weight: 100;
    font-family:'mrs-eaves', serif;
    font-size: 13px;
}

#about-modal-widget, #shop-modal-widget {
    white-space: normal;
}

#about-modal-widget .widget, #shop-modal-widget .widget {
    float: left;
    padding: 10px;
}

.about-modal-col-1 {
    width: 30%;
}

.about-modal-col-2 {
    width: 70%;
}

.about-modal-image {
    height: 250px !important;
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#about-modal ul {
    width: 100%;
    overflow: auto;
}

#about-menu p {
    text-align: center;
    margin-top: 10px;
    font-weight: 100;
}

#about-menu ul li {
    width: auto !important;
    padding: 0 !important;
    display: inline-block !important;
}

#about-menu ul li a {
    width: auto !important;
    display: inline-block !important;
}

.about-modal-col-2 .textwidget p {
    text-align: left;
    font-family: 'mrs-eaves', serif;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: .5px;
    margin-top: 15px;
}

.about-contact-wrapper {
    bottom: 0;
    width: 100%;
    display: inline-block;
    margin-top: 0px;
}

.read-more-bio, .contact-bio {
    width: 50%;
    float: left;
}

.read-more-bio {
    text-align: left;
    font-family: 'mrs-eaves', serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: none !important;
    color: #C1EAF3;
}

.read-more-bio:hover {
    color: black !important;
}

.contact-bio {
    text-align: right;
    font-family: 'brandon-grotesque', 'Helvetica-Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

/***** Related Posts (yarpp-related) *****/

.post .yarpp-related {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #EEE;
    padding-top: 10px;
}

.related {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.post .yarpp-related h3 {
    display: none;
}

.related-title {
    font-family: 'mrs-eaves', serif;
    text-transform: none;
    color: black;
    letter-spacing: 2px;
    position: relative;
}

.related-title h2 {
    font-size: 16px;
    letter-spacing: 2px;
    padding-top: 0px;
    font-family: 'brandon-grotesque', sans-serif;
    text-transform: uppercase;
}

.related-article{
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.yarpp-thumbnails-horizontal {
    text-align: left;
}

.post .yarpp-thumbnail > img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.post .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: none;
    height: auto;
    width: 24.5%;
    margin: 0;
    padding: 10px;
}

.post .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    display: none;
}

.yarpp-related .location-category:hover, .yarpp-related .location-category:hover i {
    color: #F0C7C6 !important;
    transition: .2s;
}

.yarpp-related a {
    font-weight: 100 !important;
}

.yarpp-related .related-article {
    width: 33.3333%;
    float: left;
    margin: 0;
    padding-left: 10px;
}

.yarpp-related .related-posts:nth-child(1) .related-article {
    padding-left: 0;
}

.featured-background-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

.related-image {
    overflow: hidden;
    width: 100%;
}

.related-article p {
    display: none;
    color: black;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.related-posts:hover p {
    color: #9ED3DE;
}

.related-image img {
    width: 100%;
    height: auto;
}

/***** PAGINATION *****/
.pagination-links, .alm-btn-wrap {
    text-align: center;
}

.page-numbers {
    padding: 5px 10px 4px 10px;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    border: 1px solid #DDD;
    font-weight: 300;
}

span.page-numbers.current {
    background: #9ED3DE;
    border-color: #9ED3DE;
    color: white;
}

a.page-numbers:hover {
    border: 1px solid #9ED3DE;
}

h2.screen-reader-text {
    display: none;
}

.category #main-content p {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-page-container .boutique-widget div {
    margin: 0 auto !important;
}

/*
.bo-box {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.bo-con:before, .bo-con:after {
    background: transparent !important;
    border: none;
}
*/
/*

.single-page-container .bo-img {
    width: 80% !important;
    margin: 0 10% !important;
}
*/

/*
@media (min-width: 670px) {
	.bo-con {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 33.333% !important;
    float: left !important;
    height: 240px !important;
	}
}

@media (max-width: 670px) {
	.bo-img {
		width: 100% !important;
		margin: 0 !important;
	}
	.bo-con {
    width: 50% !important;
    position: relative !important;
    float: left !important;
    left: 0 !important;
    top: 0 !important;
    height: 220px !important;
	}
}

@media (max-width: 480px) {
	.bo-con {
    width: 100% !important;
    position: relative !important;
    float: left !important;
    left: 0 !important;
    top: 0 !important;
    padding-bottom: 40px !important;
    height: auto !important;
  }
}
*/

/****** Sidebar *****/

#sidebar {
    padding-left: 28px;
    float: left;
    font-family: 'brandon-grotesque', sans-serif;
    padding-top: 5px;
    font-size: 14px;
    line-height: 170%;
}

.home #sidebar {
	padding-top: 23px;
}

#sidebar .widget {
    margin-bottom: 10px;
    padding: 20px 0px;
}

.widget-1.no-padding .textwidget a:hover {
    color: black;
}

#sidebar .ad {
    padding: 0;
    border: none;
}

#sidebar .fancy-input input {
    background: #f2f2f2;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
}

#sidebar .no-padding {
    padding: 0px 0;
}

.about-sidebar {
    padding-bottom: 0 !important;
}

.about-sidebar a .logo-sidebar {
    padding: 0 10px;
}

.fancy-input.search {
    position: relative;
}

#sidebar .fancy-input:before {
    content: '\f002';
    font-family: 'FontAwesome', sans-serif;
    color: #AAA;
    position: absolute;
    left: 10px;
    z-index: 3;
    top: 6px;
}

#sidebar .instagram .clear a, .lets-chat .textwidget a .button {
    top: -172px;
    position: relative;
    background: rgba(255,255,255,.8);
    padding: 20px 10px;
    width: auto;
    display: block;
    text-align: center;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    margin: 0 30px;
    line-height: 24px;
}

#sidebar .instagram .clear a:hover, .lets-chat .textwidget a .button:hover {
    color: black;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.love-to-shop {
    overflow: auto;
}

.love-to-shop .textwidget {
    background: #C1EAF3;
    display: block;
    overflow: auto;
    padding: 20px 5px;
}

.love-to-shop .textwidget a {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 24px;
    font-family: 'caslon-adobe-pro', serif;
    letter-spacing: 1px;
}

.widget .clear {
    margin-bottom: 0;
    text-align: center;
}

.instagram .clear {
    height: 0;
}

#sidebar .widget.social {
    text-align: center;
    background: transparent;
    padding: 0;
    width: 100%;
    margin-bottom: 0px;
}

#sidebar .widget.social ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

#sidebar .widget.social li {
    float: left;
}

#sidebar .widget.social a {
    font-size: 12px;
    transition: .2s;
    -webkit-transition: .2s
    -moz-transition: .2s;
    -ms-transition: .2s;

}

#sidebar .widget.social a:hover, #sidebar .widget.social a:hover i {
    text-decoration: none;
    color: #C1EAF3;
    transition: .2s;
    -webkit-transition: .2s
    -moz-transition: .2s;
    -ms-transition: .2s;
}

#sidebar .widget.social .widget-header {
    margin-bottom: 10px;
}

#sidebar .widget.social i {
    display: block;
    margin: 0 9px;
    font-size: 13px;
}

.widget .textwidget a .about-section {
    background: #C1EAF3;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
}

#sidebar .widget-header {
    color: black;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
    font-size: 11px;
}

.instagram .widget-header {
    margin-bottom: 0 !important;
}

#sidebar img {
    display: block;
    width: 100% /9;
    max-width: 100%;
    height: auto;
    margin: auto;
}

#sidebar .widget-body.center {
    text-align: center;
}

#sidebar .widget-body.center img {
    margin: auto;
}

#sidebar .widget.archives {
    border: none;
    text-align: center;
    padding-bottom: 14px;
}

#sidebar .widget.archives .widget-header {
    display: none;
}

#sidebar .widget.archives select {
    width: 100%;
    border: 1px solid #9ED3DE;
    background-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 7px 10px;
    background-image: url('../img/down-arrow.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    color: black;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    font-weight: 100;
}

select {
    width: 100%;
    border: none;
    background: #EEE;
}

label.screen-reader-text {
    display: none;
}

select#cat {
    width: 100%;
    background: #F2F2F2;
    color: black;
    border: none;
    border-radius: 0 !important;
    padding: 10px;
    text-transform: uppercase;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    margin-top: 10px;
    font-size: 12px;
}

/***** INSTAGRAM WIDGET ******/
.instagram-grid {
    background: #C1EAF3;
    padding: 0 0 8px 0 !important;
}

.instagram-grid ul, .instagram-grid.widget #sb_instagram  {
    padding: 8px 8px 0 8px;
}

.instagram-grid.widget .textwidget #sb_instagram #sbi_images .sbi_item {
    margin-bottom: 8px;
}

.sbi_load_btn {
    border-radius: 0 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 1px;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	color: black !important;
}

.instagram-grid.widget .textwidget {
    padding: 8px;
    background: #C1EAF3;
}

.instagram-grid-text {
    background: #C1EAF3;
    border: 8px solid white;
}

.instagram-pics {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    overflow: hidden;
    min-height: 0 !important;
}

.instagram-pics li {
    margin-bottom: 0px;
    background: white;
    padding: 8px;
}

.instagram-grid .widget-header {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    background: white;
}

.instagram-grid .clear {
    background: white;
    margin: 0px 8px;
    padding: 8px;
}

.instagram-grid .clear a, .instagram-grid-text {
    width: 100%;
    display: block;
    background: #C1EAF3;
    height: 100%;
    font-family: 'mrs-eaves', serif;
    padding: 20px;
    letter-spacing: 1px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    text-align: center;
}

.instagram-grid .clear a:hover {
    color: black;
    background: #C1EAF3;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

/****** COMMENTS ******/

#show-comment-button {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 10px;
    text-align: center;
    float: left;
    letter-spacing: 2px;
}

.commentlist {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}

.commentlist li {
    margin-left: 0;
}

.commentlist .children {
    list-style: none;
}

.commentlist > .comment:first-of-type {
    border: none;
}

#commentform p strong {
    font-weight: 100;
}

#commentform p strong em {
    font-style: normal;
}

#commentform p {
    font-size: 11px;
    font-family: 'brandon-grotesque', 'Helvetica-Neue', sans-serif;
    text-transform: uppercase;
}

.children {
    padding-top: 15px;
    margin-top: 10px;
}

.comment-body {
    border-bottom: 1px solid black;
    padding: 0px 10px 30px 10px;
    margin: 30px 0;
    width: 100%;
}

.comment-author .avatar {
    float: left;
    margin-right: 15px;
    border-radius: 100%;
}

.comment-author-admin .comment-body .comment-author .avatar {
    display: block;
}

.comment-author cite {
    font-style: normal;
    font-weight: 100;
}

.comment-meta {
    text-align: right;
    margin-top: -20px;
}

.comment-meta, .comment-author, .comment-author a, .comment-meta a {
    font-size: 10px;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    text-transform: uppercase;
    color: black;
    letter-spacing: 2px;
}

.comment-author {
    font-weight: 100;
}

.commentlist .comment .comment-body p {
    letter-spacing: 1px;
    font-size: 12px;
    margin: 8px 0;
}

/*.comment-body p, .comment-body .reply {
    margin-left: 65px;
}*/

.reply a {
    font-family: "mrs-eaves", serif;
    font-size: 13px;
    color: #C1EAF3;
    letter-spacing: 1.5px;
}

#respond {
    text-align: right;
}

#respond + * {
    clear: both;
}

#respond label.show-comment-button {
    margin-top: 0;
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 0;
    position: relative;
    background: none;
    color: black;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 100;
}

.single-post #respond label.show-comment-button {
    display: none;
}

.show-comment {
    display: none;
}

.commentlist {
    display: none;
}

.show-comment:checked ~ .commentlist {
    display: block;
}

.show-comment ~ .comment-form {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.5s, padding .5s;
  overflow: hidden;
}

.show-comment:checked ~ .comment-form {
  opacity: 1;
  max-height: 400px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.commentlist {
    float: left;
    text-align: left;
    margin: 10px 20px;
}

.comment-form {
    text-align: left;
    background: white;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.comment-form h3 {
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

.show-comment:checked + label.show-comment-button {
    display: none;
}

#show-comment-button-number {
    text-align: left;
    display: inline-block;
    cursor: pointer;
    float: left;
    width: 120px;
    margin-top: 20px;
    padding-left: 20px;
}

#respond label, .post form label {
    margin-left: 5px;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    text-transform: uppercase;
}

#respond input, #respond textarea, .post form input, .post form textarea {
    width: 100%;
    padding: 10px;
    background: #f2f2f2;
}

#respond input, .post form input {
    height: 40px;
    margin-bottom: 10px;
}

/***** INSTAGRAM FOOTER *****/
.shop-instagrams {
    display: block;
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: -5px;
}

.pink-box-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 200px;
}

#instagram-footer {
    margin-top: 250px;
    display: block;
    width: 100%;
    float: left;
}

#instagram-footer #sb_instagram {
    margin-top: -210px !important;
    height: auto;
}

#instagram-footer #sb_instagram #sbi_images  .sbi_item {
    float: left;
}

#instagram-footer #sb_instagram #sbi_images .sbi_item:first-child, #instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(2), #instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(4), #instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(5) {
    width: 16.66666667% !important;
    height: 200px;
    overflow: hidden;
}

#instagram-footer #sb_instagram #sbi_images .sbi_item:first-child .sbi_photo_wrap .sbi_photo, #instagram-footer #sb_instagram #sbi_images  .sbi_item:nth-child(2) .sbi_photo_wrap .sbi_photo, #instagram-footer #sb_instagram #sbi_images  .sbi_item:nth-child(4) .sbi_photo_wrap .sbi_photo, #instagram-footer #sb_instagram #sbi_images  .sbi_item:nth-child(5) .sbi_photo_wrap .sbi_photo, #instagram-footer #sb_instagram #sbi_images  .sbi_item:nth-child(7) .sbi_photo_wrap .sbi_photo, #instagram-footer #sb_instagram #sbi_images  .sbi_item:nth-child(8) .sbi_photo_wrap .sbi_photo {
    height: 260px !important;
}

#instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(3), #instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(6) {
    width: 33.333333% !important;
    height: 410px;
    overflow: hidden;
}

#instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(3) .sbi_photo_wrap .sbi_photo, #instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(6) .sbi_photo_wrap .sbi_photo {
    height: 410px !important;
}

#instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(3) .sbi_photo_wrap .sbi_photo {
    margin-right: 10px;
    margin-left: 10px;
}

#instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(6) .sbi_photo_wrap .sbi_photo {
    margin-left: 10px;
}

#instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(2), #instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(5) {
    margin-top: 210px !important;
    margin-left: -16.6666667% !important;
}

#instagram-footer #sb_instagram #sbi_images .sbi_item:nth-child(2) {
    margin-top: 210px !important;
}

#instagram-footer h2 {
    text-align: center;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    letter-spacing: .1em;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
}

#sb_instagram #sbi_load {
    padding-top: 0 !important;
}

#sb_instagram {
    background-color: white;
}

#sb_instagram img {
    width: 100%;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

#sb_instagram img:hover {
    opacity: 0.5 !important;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

/***** FOOTER *****/
#before-footer {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    display: block;
}

#before-footer .widget .textwidget {
    background-color: transparent;
    text-align: center;
}

#main-footer {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "brandon-grotesque", "Helvetica-Neue", sans-serif;
    font-weight: 100;
    background: white;
    float: left;
    width:100%;
    text-align: center;
    padding: 20px;
}

#main-footer #social-wrapper {
    width: 100%;
    float: none;
    position: relative;
    text-align: center;
    margin: 30px 0;
}

#main-footer #social-wrapper a i {
    border-radius: 0 !important;
    padding: 6px 20px;
}

#main-footer a:hover, #main-footer a:hover i {
    color: #C1EAF3;
}

#footer-menu ul {
	padding: 0;
	margin: 0;
}

#footer-menu li {
   display: inline-block;
   padding: 0 10px;
}

#main-footer .row .left-align {
    padding-left: 10px;
    float: left;
}

#main-footer .row .right-align {
    padding-right: 10px;
    display: inline-block;
    text-align: right;
    float: right;
}

.footer-logo {
    width: 150px;
    float: left;
    position: absolute;
}

#main-footer .copyright {
    margin: 0;
    display: inline-block;
    letter-spacing: 1.5px;
    float: left;
    font-size: 10px;
}

#footer-menu {
	float: right;
	width: 50%;
	text-align: right;
	letter-spacing: 1.5px;
	font-size: 10px;
	margin-top: 0;
}

#category-menu ul, #about-menu ul {
    padding-left: 0;
    text-align: center;
}

#social-footer-wrapper {
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px 0 10px 0;
}

#social-footer-wrapper a {
    margin: 0 15px;
}

#social-footer-wrapper a:hover i {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

#after-footer {
    max-width: 620px;
    margin: 0 auto;
}

#after-footer .widget .textwidget img {
    width: 100%;
}

/***** SHOP *****/

.grid {
  margin-left: -20px;
}

.shop-item {
  width: 33%;
  display: inline-block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.shop-item img {
  margin: auto;
}

/***** PINTEREST SIDEBAR *****/


.widget .pw-widget > span:first-of-type {
    box-shadow: none !important;
}
.widget .pw-widget > span:first-of-type > span:first-of-type {
    display: none !important;
}

/***** EASY SOCIAL ICONS *****/
.widget table.cnss-social-icon {
    margin: 0 auto 10px !important;
}

/**** SHOPSENSE WIDGET ****/

.shopsense-widget {
    margin-left: -20px;
}

/**** FAVORITES WIDGET ****/
.favorites-widget {
    border: 1px solid #000;
    padding: 0 20px;
}

#sidebar .favorites-widget img {
    margin-top: 20px;
    margin-bottom: 20px;
}

/****** BACKGROUND PAGE ******/

.background-image-wrapper {
    position: absolute;
    width: 100%;
}

.background-image-wrapper .background-image {
    height: 800px;
    margin-top: 125px;
}

.page-template-photo-background-template #content {
    margin-top: 0;
    padding: 0;
}

.photo-page-container .row #main-content {
    background: rgba(255,255,255,1);
    width: 50%;
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    margin-top: 250px;
    padding: 20px 40px 40px 40px;
}

.photo-page-container .row {
    margin: 0;
}

.hp-wrap, .ninja-forms-required-items {
    display: none;
}

/***** PRESS ******/
.press-col-1, .press-col-2 {
    width: 49%;
    float: left;
}

.press-col-2 {
    float: right;
}

/*** WITLEE WIDGET ****/

#widget-witlee .ww-title {
    background-color: #C1EAF3 !important;
    height: 60px !important;
    margin: 0 !important;
}

#widget-witlee .ww-title h1 {
    font-family: 'brandon-grotesque', sans-serif !important;
    font-weight: 100 !important;
    letter-spacing: 3px !important;
    margin-bottom: 8px !important;
    font-size: 11px !important;
}

#widget-witlee .item .ww-tile-bottom .ww-shop-now a {
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 100;
    font-family: 'brandon-grotesque', sans-serif !important;
    letter-spacing: 2px !important;
    padding-bottom: 2px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

#widget-witlee a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid black;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}


/**** INSTAGRAM COMMENTS AND LIKES ****/
#sb_instagram .sbi_photo_wrap {
    height: 100%;
}

#sidebar #sb_instagram .sbi_link {
    display: none !important;
}

#sidebar #sb_instagram .sbi_info {
    height: 8px !important;
}

.sbi_likes, .sbi_comments {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 10px 0 !important;
}

.sbi_likes i.fa.fa-heart, .sbi_comments i {
    width: 20px;
    text-align: left;
}

#sb_instagram .sbi_meta {
    margin: -50% auto 0 auto;
    color: transparent !important;
    width: 65px;
}

/**** NEXT UP TAG ****/
.nu-body {
    cursor: pointer;
    border-bottom: 1px solid #C1EAF3;
    background: white;
    z-index: 200;
    width: 32%;
    max-width: 300px;
    position: fixed;
    right: -370px;
    bottom: 45px;
    padding: 30px;
}

.nu-body a {
    display: block;
    text-align: center;
}

.nu-body:hover img {
	opacity: .8;
}

.nu-img {
    max-width: 200px;
    height: auto !important;
    float: none !important;
}

.nu-transition-show {
    -webkit-animation-name: slide;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slide;
    -moz-animation-duration: .5s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: slide;
    -o-animation-duration: .5s;
    -o-animation-fill-mode: forwards;
    animation-name: slide;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

.nu-transition-hide {
    -webkit-animation-name: slide-reverse;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slide-reverse;
    -moz-animation-duration: .5s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: slide-reverse;
    -o-animation-duration: .5s;
    -o-animation-fill-mode: forwards;
    animation-name: slide-reverse;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes slide {
    0% {right: -370px;}
    100% {right: 0;}
}

@-moz-keyframes slide {
    0% {right: -370px;}
    100% {right: 0;}
}

@-o-keyframes slide {
    0% {right: -370px;}
    100% {right: 0;}
}

@keyframes slide {
    0% {right: -370px;}
    100% {right: 0;}
}

@-webkit-keyframes slide-reverse {
    0% {right: 0;}
    100% {right: -370px;}
}

@-moz-keyframes slide-reverse {
    0% {right: 0;}
    100% {right: -370px;}
}

@-o-keyframes slide-reverse {
    0% {right: 0;}
    100% {right: -370px;}
}

@keyframes slide-reverse {
    0% {right: 0;}
    100% {right: -370px;}
}

.nu-body:hover, .nu-body:visited, .nu-body:focus {
    color: black;
}

.nu-right {
		width: 100%;
		float: left;
    text-align: center;
}

.nu-header {
    padding-top: 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: black;
}

.nu-title {
    font-family: 'mrs-eaves', serif;
    padding-top: 25px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: black;
}

.nu-close {
    position: absolute;
    top: 0;
    right: 6px;
    padding: 5px;
}

.nu-close img {
    width: 12px;
}

.nu-closed {
    display: none;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

/* SHOP */

.shopify-buy__btn--close:focus {
    outline: none;
}

.shopify-buy__collection h1 {
    text-transform: uppercase;
    letter-spacing: .25px;
}

button:focus, input:focus {
	outline: none;
}

.shopify-buy__btn {
    background: #C1EAF3 !important;
    color: black;
    font-family: 'karla', 'brandon-grotesque', sans-serif;
    border-radius: 0 !important;
}

h1.shopify-buy__product__title {
    font-family: 'karla', 'brandon-grotesque', sans-sierf;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 100;
}

.shopify-buy__product__price span {
    font-size: 15px;
    font-family: 'karla', 'brandon-grotesque', sans-serif;
}

button.shopify-buy__btn:hover {
    background: #9ED3DE !important;
    color: white;
}
