/**
 * 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.
 */

/* ----- Reset ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}

/* ----- General ----- */

body {
	-webkit-font-smoothing: antialiased;
	background: #EDEDED;
	font-family: Georgia, serif;
	color: #231F20;
}
body.fixed {

}
.container {
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
}
#top {
	position: fixed;
	right: -100%;
	bottom: 150px;
	 -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	-webkit-transform-origin: bottom right;
	    -ms-transform-origin: bottom right;
	        transform-origin: bottom right;
	height: 39px;
	padding: 7px 1em 0;
	background: #231F20;
	font-family: 'Raleway', sans-serif;
	font-size: .625em; /* 10px */
	letter-spacing: .1em;
	text-align: center;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#top.active {
	right: 0;
}
a {
	text-decoration: none;
	color: #231F20;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
	color: #AAAAAA;
}
img,
embed,
object,
video {
	max-width: 100%;
}
img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
input,
textarea,
button,
select {
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
	border: none;
	border-radius: 0;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}
input[type=email],
input[type=text],
.no-results input[type=text] {
	display: block;
	width: 100%;
	height: 44px;
	border: 1px solid #231F20;
	background: #EDEDED;
	font-family: 'Raleway', sans-serif;
	letter-spacing: .2em;
	text-align: center;
	font-weight: 600;
	color: #231F20;
}
input[type=submit] {
	margin-top: 30px;
	padding: .3em .6em;
	background: #282727;
	font-family: Georgia, serif;
	font-size: 1.0625em; /* 17px */
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
.button {
	text-align: center;
}
.button a {
	display: inline-block;
	padding: .3em .4em;
	background: #282727;
	font-size: 1.0625em; /* 17px */
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
}
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.entry-content {
	font-size: .875em; /* 14px */
	line-height: 1.5em;
	letter-spacing: .01em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
	line-height: 1.2;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	padding-top: 0;
}
.entry-content p {
	margin-bottom: 1em;
}
.entry-content a {
	color: #C98081;
}
.entry-content a:hover {
	color: #aaaaaa;
}
.entry-title,
blockquote {
	font-size: 1.9375em; /* 31px */ 
	line-height: 1.25806452em;
	letter-spacing: .05em;
	text-align: center;
}
img.alignleft{
	display:inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
	float:left;
	width:auto;
}
img.alignright {
	display:inline-block;
	margin-left: 1em;
	margin-bottom: 1em;
	float:right;
	width:auto;
}
img.aligncenter {
	margin: 0 auto 1em;
	width: auto;
}
.entry-content img.aligncenter {
	width: 100%;
}
.entry-content ul,
.entry-content ol {
	margin: 1.5em 0;
	padding: 0;
}
.entry-content ul {
	list-style: disc;
}
.entry-content ol {
	list-style: decimal;
}
.entry-content ul li,
.entry-content ol li {
	margin: 1em 0 0 1.5em;
}
.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.entry-content dt {
	font-weight: 700;
}
.entry-content dd {
	margin: 0 1.5em 1.5em;
}

/* ----- Header ----- */

#header {
	padding: 21px 0 30px;
	position: relative;
}
.header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;	
}
#logo {
	width: 20%;
}
#logo img {
	max-width: 218px;
	margin: 0 auto;
}
.navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#navigation-left,
#navigation-right {
	width: 40%;
}
#navigation-left {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}
#right-menu {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#header a:hover {
	color: #AAAAAA;
}
ul.primary-menu > li {
	margin: 0 1.5em;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	letter-spacing: .2em;
	font-weight: 600;
	text-transform: lowercase;
}
.primary-menu > li:hover .sub-menu,
.primary-menu > li:hover .latest-posts,
.primary-menu > li:hover .tags-list {
	 visibility: visible;
}
.sub-menu {
	visibility: hidden;
	-moz-transition-property: visibility;
    -moz-transition-duration: .5s;
    -webkit-transition-property: visibility;
    -webkit-transition-duration: .5s;
    -o-transition-property: visibility;
    transition-property: visibility;
    -o-transition-duration: .5s;
       transition-duration: .5s;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	background: #2B2B2B;
	width: 100%;
	padding: 35px 0 30px;
	color: #fff;
}
.sub-menu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1030px;
}
.sub-menu a {
	color: #fff;
}
.tags-list {
	visibility: hidden;
	-moz-transition-property: visibility;
    -moz-transition-duration: .2s;
    -webkit-transition-property: visibility;
    -webkit-transition-duration: .2s;
    -o-transition-property: visibility;
    transition-property: visibility;
    -o-transition-duration: .2s;
       transition-duration: .2s;
	width: 20.873786%;
	font-size: 14px;
}
.tags-list li + li {
	margin-top: .8em;
}
.latest-posts {
	visibility: hidden;
	-moz-transition-property: visibility;
    -moz-transition-duration: .2s;
    -webkit-transition-property: visibility;
    -webkit-transition-duration: .2s;
    -o-transition-property: visibility;
    transition-property: visibility;
    -o-transition-duration: .2s;
       transition-duration: .2s;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 79.126214%;
}
.latest-posts li {
	width: 31.779141%;
}
.latest-img {
	padding-top: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.latest-img-wrap {
	background-color: #fff;
	padding: 10px;
}
.latest-posts h2 {
	margin-top: 1em;
	padding: 0 1.3em;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	letter-spacing: .1em;
	text-align: center;
	font-weight: 600;
	text-transform: none;
}
#menu-btn {
	display: none;
}
#nav-icon {
	float: right;
	width: 33px;
    height: 25px;
    position: relative;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #231F20;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	top: 8px;
}
#nav-icon span:nth-child(4) {
    top: 16px;
}
#nav-icon.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}	
#nav-icon.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}
#navigation-mobile {
	display: none;
}

/* ----- Footer ----- */

.site-footer {
	padding: 70px 0 15px;
}
.site-footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.copyright, 
.credits {
	-webkit-box-flex:0;
	    -ms-flex:0 0 auto;
	        flex:0 0 auto;
	width: 40%;
	font-size: .75em; /* 12px */
	line-height: 1.4em;
	letter-spacing: .05em;
}
.credits {
	text-align: right;
}
.site-footer .social {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.site-footer .social li {
	margin: 0 .5em;
}

/* ----- Home ----- */

#featured {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#featured .posts-double {
	width: 100%;
	margin-top: 45px;
}
.social-block + .posts-double {
	margin-top: 35px;
}
.social-block {
	margin-top: 35px;
	padding: 12px .90909091% 15px;
	background: #fff;
}
.social-block h2 {
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: .75em; /* 12px */
	letter-spacing: .05em;
}
.social-block.instagram h2 {
	background: url(_static/images/instagram.png) left center / 13px 13px no-repeat;
	background: url(_static/images/instagram.svg) left center / 13px 13px no-repeat;
}
.social-block.pinterest h2 {
	background: url(_static/images/pinterest.png) left center / 13px 13px no-repeat;
	background: url(_static/images/pinterest.svg) left center / 13px 13px no-repeat;
}
.social-block.instagram ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.social-block.pinterest li {
	width: 24.074074% !important;
	padding-bottom: 24.074074% !important;
	height: 0 !important;
}
.social-block li {
	margin: 0 .45454545% !important;
}
.social-block li:first-child {
	margin: 0 0.45454545% 0 0 !important;
}
.social-block li:last-child {
	margin: 0 0 0 0.45454545% !important;
}
ul.pins-feed-list li {
	display: inline-block;
	float: left;
}
ul.pins-feed-list:before,
ul.pins-feed-list:after {
    content:"";
    display:table;
}
ul.pins-feed-list:after {
    clear:both;
}

/* ----- Blog ----- */

.posts article {
	background: #fff;
}
.content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.single .posts {
	width: 68.181818%;
	margin-right: 3.1818182%;
}
#featured #first-post {
	width: 50%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
#featured article,
.single article {
	padding: 10px 10px 0;
}
#featured #sidebar {
	margin-left: 3.1818182%;
}
#sidebar {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 315px;
	        flex: 0 0 315px;
}
.posts-double {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.posts-double article {
	width: 48.727273%;
	padding: 10px 1.8181818% 0;
}
.home .alm-reveal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
		-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.home .alm-reveal article {
	width: 48.727273%;
	margin-top: 35px;
	margin-right: 1.7272727%;
	padding: 10px 1.8181818% 0;
}

.home .alm-reveal article:nth-child(2n) {
	margin-right: 0;
}

.entry-header {
	text-align: center;
}
.posts .entry-title {
	max-width: 500px;
	margin: 1em auto 0;
}
.entry-category {
	font-family: 'Raleway', sans-serif;
	font-size: .625em; /* 10px */
	line-height: 1.4em;
	letter-spacing: .1em;
	text-transform: lowercase;
	font-weight: 500;
	color: #6B6B6B;
}
.entry-category a {
	color: #6B6B6B;
}
.entry-date {
	margin: 0 auto;
	padding-bottom: 1em;
	font-size: 16px;
	letter-spacing: .05em;
	color: #6B6B6B;
	text-align: center;
}
.posts .entry-header {
	margin-bottom: 10px;
}
.read-more {
	margin-top: 20px;
}
#featured .read-more {
	margin-top: 40px;
}
.entry-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top: 1px solid #231F20;
	margin-top: 20px;
	padding: 20px 0;
}
#featured .entry-footer {
	margin-top: 47px;
}
.comments-link p,
.share h3 {
	font-size: .75em; /* 12px */
	letter-spacing: .05em;
}
.entry-footer .share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.entry-footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.entry-footer li {
	font-size: .8125em; /* 13px */
	margin-left: 1.2em;
}
.alm-btn-wrap {
	padding-top: 35px;
	text-align: center;
}
.alm-load-more-btn {
	display: inline-block;
	padding: .3em .4em;
	background: #282727;
	font-family: Georgia, serif;
	font-size: 17px;
	letter-spacing: .05em;
	text-align: center;
	text-transform: lowercase;
	color: #fff;
}
.alm-load-more-btn.done{
 	display: none;
}

/* ----- Single ----- */

.entry-content .entry-date {
	font-size: 16px;
	margin: 0 auto;
}
.entry-content .entry-date + p,
.entry-content .entry-date + p img,
.posts .entry-content .entry-date + img,
#featured .entry-date + img{
	margin-top: 0;
}
.posts .entry-content img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.posts .entry-content h2 {
	padding-top: 1em;
	font-family: 'Raleway', sans-serif;
	font-size: 1em; 
	line-height: 1.2em;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 600;
}
.entry-content blockquote {
	max-width: 542px;
	margin: 67px auto 60px;
	font-size: 2.21428571em;
}
.share-single {
	border-top: 1px solid #231F20;
	border-bottom: 1px solid #231F20;
	margin-top: 30px;
	padding: 40px 0;
	text-align: center;
}
.footer-title,
#reply-title {
	font-size: 1.3125em; /* 21px */ 
	line-height: 1.3em;
	letter-spacing: .01em;
}
#reply-title {
	text-align: center;
}
.share-single .social {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 20px;
}
.share-single .social li {
	margin: 0 .6em;
	font-size: 1.3125em; /* 21px */ 
}
.post-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	height: 251px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 50px;
}
.post-nav-inside {
	width: 235px;
	padding: 11px;
	background: #fff;	
	text-align: center;
}
.post-nav h3 {
	margin-top: .6em;
	font-family: 'Raleway', sans-serif;
	font-size: .6875em; /* 11px */
	line-height: 1.38em;
	letter-spacing: .1em;
	font-weight: 600;
}
#related {
	margin-top: 60px;
	text-align: center;
}
#related ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: #2B2B2B;
	margin-top: 25px;
	padding: 25px 17px 20px;
}
#related li {
	width: 31.088825%;
}
#related .related-img-wrap {
	padding: 4.6082949%;
	background: #fff;
}
#related .related-img {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 100%;
}
#related h3 {
	max-width: 190px;
	margin: 15px auto 0;
	font-family: 'Raleway', sans-serif;
	font-size: .6875em; /* 11px */
	line-height: 1.38em;
	letter-spacing: .1em;
	font-weight: 600;
	color: #fff;
}
#related h3 a {
	color: #fff;
}
#tags {
	border: 1px solid #2B2B2B;
	margin-top: 15px;
}
#tags {
	padding: 14px 17px;
	font-size: .875em; /* 14px */
	line-height: 1.3em;
	letter-spacing: .01em;
	color: #C98081;
}
#tags a {
	text-transform: lowercase;
	color: #C98081;
}
#tags span {
	color: #231F20;
}

/* ----- Comments ----- */

#comments {
	padding: 88px 10px 20px;
	background: #fff;
}
#comments h2 {
	text-align: center;
}
.comment-list {
	margin-top: 40px;
}
.comment-list li + li {
	margin-top: 60px;
}
.comment-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.comment-author,
.reply,
.logged-in-as {
	font-family: 'Raleway', sans-serif;
	font-size: .8125em; /* 13px */
	line-height: 1.2em;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: 600;
}
.logged-in-as {
	margin-bottom: 1em;
}
.comment-date {
	font-style: italic;
}
.comment-date a {
	color: #231F20;
}
.comment-content {
	margin-top: .3em;
}
.depth-2,
.depth-3 {
	margin-top: 50px;
	padding: 0 9.5890411% 0 10.547945%;
}
.depth-3 {
	padding-right: 0;
}
.comment-list + #respond {
	margin-top: 65px;
}
.pingback span {
	display: block;
	margin-bottom: 14px;
	font-family: 'Raleway', sans-serif;
    font-size: .8125em;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 600;
}
span.edit-link {
    padding-top: 14px;
}
#respond form {
	margin-top: 50px;
}
#respond input[type=email],
input[type=text],
#respond textarea {
	display: block;
	width: 100%;
	border: 1px solid #444444;
	padding-left: 10px;
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: .8125em; /* 13px */
	line-height: 1.2em;
	letter-spacing: .2em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	color: #231F20;
}
#respond textarea {
	padding-top: 8px;
}
#respond input::-webkit-input-placeholder,
#respond textarea::-webkit-input-placeholder {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: .2em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	color: #231F20;
}
#respond input::-moz-input-placeholder,
#respond textarea::-moz-input-placeholder {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: .2em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	color: #231F20;
}
#respond input:-ms-input-placeholder,
#respond textarea:-ms-input-placeholder {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: .2em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	color: #231F20;
}
#respond input:-moz-input-placeholder,
#respond textarea:-moz-input-placeholder {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: .2em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	color: #231F20;
}
#respond input:focus::-webkit-input-placeholder,
#respond textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
#respond input:focus::-moz-placeholder,
#respond textarea:focus::-moz-placeholder {
	color: transparent;
}
#respond input:focus:-ms-input-placeholder,
#respond textarea:focus:-ms-input-placeholder {
	color: transparent;
}
#respond input:focus:-moz-placeholder,
#respond textarea:focus:-moz-placeholder {
	color: transparent;
}
#respond input[type=email],
input[type=text]{
	max-width: 362px;
	height: 29px;	
}
#respond textarea {
	min-height: 223px;
	padding-right: 10px;
}
#respond input + input {
	margin-top: 14px;
}
#respond input + textarea {
	margin-top: 20px;
}
#respond .form-submit {
	text-align: center;
}
#respond input[type=submit] {
	padding-left: .8em;
	padding-right: .8em;
	font-size: .9375em; /* 15px */
}

/* ----- Sidebar ----- */

.widget {
	border-top: 1px solid #231F20;
	padding-top: 10px;
}
.widget-title {
	margin-bottom: 1.3em;
	font-size: .75em; /* 12px */
	line-height: 1.26em;
	letter-spacing: .05em;
	text-align: right;
}
.widget_about .widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.about-img {
	display: block;
	background: #fff;
	padding: 10px;
}
.widget .social {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	border-top: 1px solid #231F20;
	margin: 25px 0 0;
	padding-top: 10px;
}
.widget .social li {
	margin-left: 1em;
}
.widget_text {
	border: none;
	padding: 0;
}
.widget + .widget {
	margin-top: 25px;
}
.widget_nav_menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	height: 32px;
	font-size: .875em; /* 14px */
	letter-spacing: .05em;
	text-align: center;
}
.widget_nav_menu li + li {
	margin-top: 4px;
}
.widget_nav_menu li.austin-casa {
	background: url(_static/images/austin-casa.svg) left center / 32px 32px no-repeat #fff;
}
.widget_nav_menu li.motherhood {
	background: url(_static/images/motherhood.svg) left center / 32px 32px no-repeat #fff;
}
.widget_nav_menu li.austin {
	background: url(_static/images/austin.svg) left center / 32px 32px no-repeat #fff;
}
.widget_nav_menu li.parties {
	background: url(_static/images/parties.svg) left center / 32px 32px no-repeat #fff;
}
.widget_nav_menu li.los-angeles {
	background: url(_static/images/los-angeles.svg) left center / 32px 32px no-repeat #fff;
}
.widget_nav_menu li.tutorials {
	background: url(_static/images/tutorials.svg) left center / 32px 32px no-repeat #fff;
}
.widget_nav_menu li.style {
	background: url(_static/images/style.svg) left center / 32px 32px no-repeat #fff;
}
.widget_nav_menu li.cocktails {
	background: url(_static/images/cocktails.svg) left center / 32px 32px no-repeat #fff;
}
.email {
	background: url(_static/images/email.svg) center top / 23px auto no-repeat;
	padding-top: 35px;
	text-align: center;
}
.email span {
	display: block;
}
.email {
	max-width: 470px;
	margin: 55px auto 0;
	padding: 35px 0 5px;
}
.email input[type=email],
.no-results input[type=text] {
	max-width: 391px;
	margin: 20px auto 0;
}
aside .email {
	margin-top: 35px;
}
aside .email input[type=email] {
	max-width: 100%;
	height: 40px;
	border: none;
	background: #fff;
	margin: 20px auto 0;
}
aside .email .entry-title {
	font-size: 1.6875em; /* 27px */ 
	line-height: 1.44444444em;
}
.email input[type=submit] {
	margin-top: 15px;
}
.mc4wp-response {
	margin-top: 20px;
}

/* ----- Archive ----- */

.archive-posts,
.archive #ajax-load-more .alm-reveal,
.search #ajax-load-more .alm-reveal{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.archive-post {
	width: 32.181818%;
	margin-right: 1.7272727%;
	margin-bottom: 40px;
	padding: 12px;
	background: #fff;
}
.archive-post:nth-of-type(3n) {
	margin-right: 0;
}
.archive-img {
	/*height: 431px;*/
    height:auto !important;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.archive-post .entry-header {
	margin-bottom: 10px;
}
.archive-post .entry-title {
	max-width: 260px;
	margin: 1.3em auto 0;
	font-family: 'Raleway', sans-serif;
	font-size: .875em; /* 14px */
	line-height: 1.43em;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}

/* ----- Search ----- */

#search-header {
	height: 30px;
	background: #fff;
}
#search-header .searchform {
	display: -webkit-box;
	display: -ms-flexbox;
}
#search-header input[type=text] {
	max-width: 100%;
	width: 100%;
	height: 30px;
	border: none;
	font-size: 10px;
	text-transform: lowercase;
}
#search-header input[type=text]::-webkit-input-placeholder {
	font-size: 10px;
	color: #231F20;
}
#search-header input[type=text]::-moz-input-placeholder {
	font-size: 10px;
	color: #231F20;
}
#search-header input[type=text]:-ms-input-placeholder {
	font-size: 10px;
	color: #231F20;
}
#search-header input[type=text]:-moz-input-placeholder {
	font-size: 10px;
	color: #231F20;
}
.searchform input[type=text]:focus::-webkit-input-placeholder,
#search-header input[type=text]:focus::-webkit-input-placeholder {
	color: transparent;
}
.searchform input[type=text]:focus::-moz-placeholder,
#search-header input[type=text]:focus::-moz-placeholder {
	color: transparent;
}
.searchform input[type=text]:focus:-ms-input-placeholder,
#search-header input[type=text]:focus:-ms-input-placeholder {
	color: transparent;
}
.searchform input[type=text]:focus:-moz-placeholder,
#search-header input[type=text]:focus:-moz-placeholder {
	color: transparent;
}
#search-header input[type=submit] {
	width: 15px;
	height: 30px;
	margin-top: 0;
	padding: 0;
	background: url(_static/images/search.svg) left center / 11px auto no-repeat; 
}
.no-results {
	padding-bottom: 150px;
	text-align: center;
}
.searchform input[type=text]::-webkit-input-placeholder {
	color: #231F20;
}
.searchform input[type=text]::-moz-input-placeholder {
	color: #231F20;
}
.searchform input[type=text]:-ms-input-placeholder {
	color: #231F20;
}
.searchform input[type=text]:-moz-input-placeholder {
	color: #231F20;
}
.no-results input[type=submit] {
	margin-top: 15px;
	font-size: 17px;
}

/* ----- Page ----- */

.page-title {
	padding: 15px 0 35px;
	font-family: 'Raleway', sans-serif;
	font-size: 1.1875em; /* 19px */
	line-height: 1.2em;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
.page-wrap {
	padding: 3.1818182% 3.1818182% 100px;
	background: #fff;
}

/* ----- About ----- */

.about-wrap {
	padding-right: 3.1818182%;
	padding-left: 3.1818182%;
	background: #fff;
}
.about-wrap:first-of-type {
	padding-top: 3.1818182%;
}
.about-wrap:last-of-type {
	padding-bottom: 100px;
}
.about-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.about-border {
	border-top: 1px solid #231F20;
}
#about-blog {
	padding-bottom: 70px;
}
#about-blog-img {
	width: 55.436893%;
}
.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 10px;
}
.slick-dots li {
	margin: 0 2px;
}
.slick-dots li button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: url(_static/images/dot.png) center center / 7px auto no-repeat;
}
.slick-dots li.slick-active button {
	background: url(_static/images/dot-active.png) center center / 7px auto no-repeat;
}
.about-blog-text {
	width: 44.563107%;
	padding-left: 2.6213592%;
}
.about-blog-text {
	padding-top: 25px;
}
.about-text h2 {
	font-size: 1.9375em; /* 31px */ 
	line-height: 1.25806452em;
	letter-spacing: .05em;
	text-align: center;
}
.about-text h3 {
	margin-top: .6em;
	font-family: 'Raleway', sans-serif;
	font-size: .6875em; /* 11px */
	line-height: 1.38em;
	letter-spacing: .2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.about-text .entry-content {
	margin-top: 30px;
}
#about-jen {
	padding: 100px 0 90px;
	border-bottom: 1px solid #231F20;
}
#about-jen-img {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 51.067961%;
}
#about-jen .about-text {
	width: 48.932039%;
	padding-top: 100px;
	padding-right: 5.3398058%;
}
.about-social {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 30px;
	text-align: center;
}
.about-social li {
	margin: 0 .5em;
}
#about-team {
	padding: 68px 0 50px;
	background: #fff;
}
#team .slick-dots {
    padding-top: 30px;
}
#title-team {
	margin-bottom: 30px;
	font-family: 'Raleway', sans-serif;
	font-size: .6875em; /* 11px */
	line-height: 1.38em;
	letter-spacing: .2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
#team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.team-member {
	width: 22.23301%;
	margin-right: 3.6893204%;
	margin-bottom: 40px;
}
.team-member:nth-of-type(4n) {
	margin-right: 0;
}
.team-member h2 {
	margin-top: .3em;
	font-size: 1.125em; /* 18px */
	line-height: 1.25806452em;
	text-align: left;
}
.team-member h3 {
	margin-top: 1.5em;
	font-size: .5625em; /* 9px */
	line-height: 1.38em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}
.team-member .entry-content {
	margin-top: 1.16666667em;
	font-size: .75em; /* 12px */
	line-height: 1.75em;
}
.team-member .about-social {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 0;
	text-align: left;
}
#contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #231F20;
	padding: 80px 0 70px;
}
#contact ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 83.495146%;
}
#contact li {
	width: 21.511628%;
	margin-right: 4.6511628%;
}
#contact li:nth-of-type(4n) {
	margin-right: 0;
}
#contact h3 {
	margin: 0;
	padding-top: 1.5em;
	text-align: left;
}
#contact .entry-content {
	margin-top: .9em;
}
.page-template-page-about .email {
	margin-top: 100px;
}
.page-template-page-about input[type=email] {
	background: #fff;
}

/* ----- Press ----- */

#press {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#press li {
	width: 23.909091%;
	margin-right: 1.4545455%;
	margin-bottom: 16px;
	text-align: center;
}
#press li:nth-of-type(4n) {
	margin-right: 0;
}
.press-img-li {
	padding: 11px;
	background: #fff;
	-webkit-transition: background .3 ease;
	-o-transition: background .3 ease;
	transition: background .3 ease;
}
.press-img-li:hover {
	background-color: #474748;
}
.press-info-li:hover .press-link {
	background: #474748;
	color: #fff;
}
.press-info-li:hover .press-year {
	border-color: #fff;
}
.press-info {
	position: relative;	
	width: 100%;
	padding-top: 100%;	
}
.press-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.press-link div {
	padding: 0 5px;
}
#press h2 {
	font-size: 1.3125em; /* 21px */ 
	line-height: 1.3em;
	letter-spacing: .05em;
}
#press h3,
.press-year {
	margin-top: .6em;
	font-family: 'Raleway', sans-serif;
	font-size: .8125em; /* 13px */
	line-height: 1.2em;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: 600;
}
.press-year {
	display: inline-block;
	border-top: 1px solid #231F20;
	margin-top: 1.5em;
	padding: 1em .3em 0;
	-webkit-transition: border .3s ease;
	-o-transition: border .3s ease;
	transition: border .3s ease;
}
.press-img {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}


/* ----- Videos ----- */

.video-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.8181818% 0 1.8181818% 1.8181818%;
	background: #fff;
}
.video-post {
	margin-bottom: 31px;
}
.video {
	-webkit-box-flex:0;
	    -ms-flex:0 0 633px;
	        flex:0 0 633px;
}
.video-info {
	width: 100%;
	padding: 0 3%;
} 
.video-info .entry-title {
	padding-top: 40px;
	margin-top: 0;
}
.video-info .entry-date {
	position: static;
	margin-top: 20px;
}
.video-info .entry-content {
	margin-top: 25px;
}
.post-type-archive-videos .alm-btn-wrap {
	padding-top: o;
}

/* ----- Media Queries ----- */

@media screen and (max-width: 1200px) {
	.header-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#logo {
		width: 100%;	
		padding-bottom: 20px;
	}
	#navigation-left,
	#navigation-right {
		width: 50%;
	}
	#navigation-left {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	#left-menu {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;	
	}
	#right-menu {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
@media screen and (max-width: 1100px) {
	.video-post {
		display: block;
		padding: 12px;
	}
	.video {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;;
		max-width: 633px;
		width: 100%;
		margin: 0 auto;
	}
	.video-info {
		width: 100%;
		padding: 0 3%;
	} 
	.video-info .entry-title {
		padding-top: 30px;
	}
	.video-info .entry-date {
		margin-top: 10px;
	}
}
@media screen and (max-width: 1075px) {
	#contact {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#contact h2 {
		width: 100%;
		text-align: center;
	}
	#contact ul {
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 1050px) {
	#about-blog {
		display: block;
	}
	#about-blog-img {
		width: 100%;
		max-width: 571px;
		margin: 0 auto;
	}
	.about-blog-text {
		width: 100%;
		padding-top: 50px;
		padding-left: 0;
	}
	#about-jen .about-text {
		padding-top: 25px;
	}
}
@media screen and (max-width: 1000px) {
	.header-container {
		position: relative;
	}
	#logo {
		padding-bottom: 0;
	}
	#menu-btn  {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-height: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
	}
	#navigation-left,
	#navigation-right {
		display: none;
	}
	#navigation-mobile {
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 4;
		height: 100vh;
		display: block;
		width: 60%;
		max-width: 400px;
		padding: 115px 4% 0 25px;
		background: #fff;
		-webkit-transition: all .45s ease-in-out;
		-o-transition: all .45s ease-in-out;
		transition: all .45s ease-in-out;
	}
	#navigation-mobile.show {
		right: 0;
	}
	#navigation-mobile .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#navigation-mobile ul + ul,
	#navigation-mobile li + li {
		margin-top: 25px;
	}
	#navigation-mobile li {
		margin-left: 0;
		margin-right: 0;
	}
	#about-blog {
		padding-bottom: 40px;
	}
	#about-jen {
		padding: 70px 0 60px;
	}
	#about-team {
		padding: 48px 0 30px;
	}
	#contact {
		padding: 50px 0 40px;
	}
	.page-template-page-about .email {
		margin-top: 70px;
	}
	.about-wrap:last-of-type {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 925px) {
	.content-wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single .posts {
		width: 100%;
		margin-right: 0;
	}
	#featured #first-post {
		width: 100%;
	}
	#featured #sidebar {
		margin-left: auto;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	#sidebar {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 100%;
		max-width: 315px;
		margin: 35px auto 0;
	}
	#press li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	#press li:nth-of-type(3n) {
		margin-right: 0;
	}
	#press li:nth-of-type(4n) {
		margin-right: 2%;
	}
}
@media screen and (max-width: 875px) {
	.archive-post {
		width: 100%;
		margin-right: 0;
	}
	.archive-post:nth-of-type(2n) {
		margin-right: 0;
	}
	.archive-post:nth-of-type(3n) {
		margin-right: 0;
	}
	#about-jen {
		display: block;
	}
	#about-blog-img {
		max-width: 100%;
	}
	#about-jen-img {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
	}
	#about-jen .about-text {
		width: 100%;
		padding-top: 25px;
		padding-right: 0;
	}
	#contact li {
		width: 48%;
		margin-right: 4%;
	}
	#contact li:nth-of-type(4n),
	#contact li:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 800px) {
	.team-member {
		width: 48%;
		margin-right: 4%;
	}
	.team-member:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 750px) {
	.posts-double,
	.home .alm-reveal {
		display: block;
	}
	.posts-double article,
	.home .alm-reveal article {
		width: 100%;
		padding: 10px 10px 0;
	}
	.posts-double article + article,
	.home .alm-reveal article + article {
		margin-top: 35px;
	}
	.social-block {
		padding: 12px 10px 15px;
	}
	#press li {
		width: 49%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#press li:nth-of-type(2n) {
		margin-left: 2%;
	}
	#press li:nth-of-type(4n) {
		margin-right: 0;
	}
	.site-footer .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-footer .social {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-bottom: 20px;
	}
	.copyright, 
	.credits {
		width: 100%;
		text-align: center;
	}
	.credits {
		text-align: center;
		margin-top: .3em;
	}
	#top {
		height: 25px;
		bottom: 100px;
	}
}
@media screen and (max-width: 600px) {
	.social-block.instagram ul,
	ul.pins-feed-list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#instagram-block li {
		width: 49% !important;
	}
	#instagram-block li {
		margin: 0 2% 0 0 !important;
	}
	#instagram-blockli:first-child {
		margin: 0 !important;
	}
	#instagram-block li:last-child,
	#instagram-block li:nth-of-type(2) {
		margin: 0 !important;
	}
	#instagram-block li:last-child,
	#instagram-block li:nth-of-type(3) {
		margin-top: 2% !important;
	}
	.social-block.pinterest li {
		width: 49% !important;
   		padding-bottom: 49% !important;
	}
	#pinterest-block li {
		margin: 0 !important;
	}
	#pinterest-block li:first-child,
	#pinterest-block li:nth-of-type(3) {
		margin-right: 2% !important;
	}
	#pinterest-block li:last-child,
	#pinterest-block li:nth-of-type(2) {
		margin-right: 0 !important;
	}
	#pinterest-block li:nth-of-type(3),
	#pinterest-block li:nth-of-type(4) {
		margin-top: 2% !important;
	}
	.comment-header {
		display: block;
	}
	.comment-date {
		margin-top: .2em;
	}
	.video-info .entry-date {
		margin-top: 0;
	}
	#contact li {
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 575px) {
	#related ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#related li {
		width: 100%;
	}
	#related li + li {
		margin-top: 20px;
	}
}
@media screen and (max-width: 550px) {
	.entry-title, 
	.entry-content blockquote {
		font-size: 1.6875em; /* 27px */ 
	}
	.entry-content blockquote {
		margin: 47px auto 40px;
	}
}
@media screen and (max-width: 500px) {
	#press li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#press li:nth-of-type(2n) {
		margin-left: 0;
	}
	#press li:nth-of-type(4n) {
		margin-right: 0;
	}
	.team-member {
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 400px) {
	#logo {
		width: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 325px) {
	#instagram-block li {
		width: 100% !important;
	}
	#instagram-block li {
		margin: 0 !important;
	}
	#instagram-block li:last-child,
	#instagram-block li:nth-of-type(2),
	#instagram-block li:nth-of-type(3) {
		margin-top: 2% !important;
	}
	.social-block.pinterest li {
		width: 100% !important;
   		padding-bottom: 100% !important;
	}
	#pinterest-block li:first-child,
	#pinterest-block li:nth-of-type(3) {
		margin-right: 0 !important;
	}
	#pinterest-block li:nth-of-type(2),
	#pinterest-block li:nth-of-type(3),
	#pinterest-block li:nth-of-type(4) {
		margin-top: 2% !important;
	}
}