/*
Theme Name: WDUGT
Theme URI: http://hollicewang.com/
Author: Holly Wang
Author URI: http://hollicewang.com/
Description: A  custom Wordpress theme for Where Did U Get That
Version: 1.0
Copyright: (c) 2019

COLORS
navy: #08142B;
red: #C91C23;
grey: #F5F5F5;

FONTS
FreightDisp Pro Light
/ font-family: freight-display-pro, serif;

Roboto Regular
/ font-family: 'Roboto', sans-serif;

Roboto Mono Light
/ font-family: 'Roboto Mono', monospace;

*/

/* This is a small security for too long strings titles */
body {
	background-color: #FFFFFF;
	color: #08142B;
	word-wrap: break-word;
}

/* Custom cursor */ 
body {
	cursor:url(/wp-content/themes/wdugt-hw/images/teapot.cur), auto;
}
a {cursor: pointer!important;}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Override padding on container-fluid 
.container-fluid {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
*/

/*Override padding on column gutters */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
padding-right: 12px!important;
padding-left: 12px!important;
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
    width: auto;
    margin: auto;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 0px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	/* padding-bottom: 1.5em; */
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 40px; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
/*.search-form input[type="submit"] { display: none; }*/
.search-field { 
	border: 0px;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; list-style-type: none;}

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

h1 {font-family: 'freight-display-pro', serif; font-size: 48px; font-weight: 300;}
h2 {font-family: 'freight-display-pro', serif; font-size: 34px; font-weight: 300;}
h3 {font-family: 'freight-display-pro', serif; font-size: 34px; font-weight: 300; border-bottom: 0.5px solid #C91C23;}
h4 {font-family: 'Roboto', sans-serif; font-size: 32px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px;}
h5 {font-family: 'Roboto Mono', monospace; font-size: 14px; font-weight: 300; letter-spacing: 0.5px;}
body {font-size: 16px;}
body, p {font-family: 'Roboto', sans-serif; font-weight: 300;}
h1, h2, h3, h4, h5, h6, body, div, span {-webkit-font-smoothing: antialiased;}
hr {margin-top: 40px; margin-bottom: 40px; border: 0; border-top: 1px solid #08142B;}
strong, b {font-weight: 500;}
a, a:link, a:visited, a:hover {	
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}
.main-content-inner a, .travel-content-inner a {color: #08142B; font-weight: 300;}
.btn, .panel {border-radius: 0px!important;}
blockquote {
	font-family: 'freight-display-pro', sans-serif;
	font-size: 24px;
	font-style: italic;
	border-left: 5px solid #08142B;
}
blockquote p {
	font-family: 'freight-display-pro', sans-serif;
	font-size: 24px;
	font-style: italic;
}
::placeholder {
  color: #08142B;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #08142B;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #08142B;
}

.post-edit-link {
	font-family: 'Roboto', sans-serif!important;
	font-size: 14px !important;
	font-weight: 300 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #08142B !important;
}

/* HEADER */
.site-header-inner {text-align: center;padding-top: 0px;}
.site-header-inner img {width: 300px;}

.social {float:right; padding-top: 20px;padding-right:40px;}
.social a {
	padding-left: 10px;
	color: #08142B;}

/* NAVIGATION */
.affix {
	top: 0;
	width: 100%;
}
.affix + .container-fluid {padding-top: 70px;}
.menu-affix {z-index: 999;}

.site-navigation {margin-top: 40px;}
.site-navigation .site-navigation-inner {min-height: 24px;padding: 0;}

/*fix the extra spacing in the margins for mobile issue*/
div.row.navbar.navbar-default {margin-right: 0px!important;margin-left: 0px!important;}

.navbar-default {
	background-color: #FFFFFF;
	border: 0px;
	border-bottom: 0px solid #eee;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:transparent;
	border-bottom: 0px solid #eee;
}
.navbar .navbar-default {
	position: relative;
}
.navbar-default .navbar-nav>li>a {
	color: #08142B !important;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {color: #000!important;background-color: none!important;}

.navbar-default .navbar-collapse ul li a {
	color: #08142B;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1px;
	padding: 8px 0px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 80px 0 0;
	position: relative
}
.navbar-nav {
	float: none !important;
	margin: 0 auto !important;
	text-align: left !important;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
	margin: 0 auto!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #08142B;
	background-color: transparent;
}

.nav>li>a {
	padding: 0px;
	padding-bottom: 6px;
	margin: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {color: #08142B!important;}
.navbar-header div {text-align:center;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background: transparent;}

/* Mobile Menu Plugin */
.mob-menu-header-holder {padding-top: 10px!important;}
.mob-menu-icon {margin-top: 10px!important;}

/* Dropdown */
.dropdown-menu {
	background-color: #eee;
	background: rgba(238, 238, 238, 1)!important;
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow:none;;
	box-shadow: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background-color: transparent;}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	color: #08142B!important;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}
.navbar-brand {display:none; float:none;}
.navbar-brand img {max-height: 40px; width: auto; margin-top: -15px!important;margin: 0 auto;}

.navbar-toggle {
	border: 0px;
	margin-top: 10px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent;}
.icon-bar {height: 1px!important; background-color: #000!important;}

.navbar {min-height: 30px; margin-bottom: 0px;}


/* HOME PAGE */
#ad-content {
	text-align: center; 
	padding: 40px 0px;
}
#post-one {
	background-color: #F5F5F5;
	text-align: center;
}
.feat-thumbnail {padding: 0px!important;}
.index-padding-40px {
	padding-bottom: 40px;
}
.index-padding-80px {
	padding-bottom: 80px;
}
.post-summary .post-date, .post-date {
	font-family: 'Roboto Mono', monospace;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 40px;
}
.post-summary h2 a{
	font-family: 'freight-display-pro', serif;
	font-size: 34px;
	font-weight: 300;
	color: #08142B;
	margin-top: 20px;
}
.post-summary .byline, .byline {
	font-family: 'freight-display-pro', serif;
	font-size: 16px;
	font-weight: 300;
}
.post-summary p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
	padding-bottom: 20px;
}
.post-summary .read-more {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #C91C23;
	border-radius: 30px;
	padding: 8px 28px;
}
.see-more, .see-more a {
	text-align: center;
	text-transform: uppercase;
	color: #08142B;
}
#recent-videos h2, #shop-faves h2{text-align: center;margin-bottom: 40px;}
.prod-single {padding-bottom: 40px; min-height: 250px;}

.shopthispost {margin-top: 40px;}
.shopthispost h5 {padding-bottom: 10px;}
.shopthispost:before {
	content: "";
	position: absolute;
	height: 18px;
	border-bottom: 1px solid #000000;
	top: 0;
	width: 30%;
	left: 0px;
}
.shopthispost:after {
	content: "";
	position: absolute;
	height: 18px;
	border-bottom: 1px solid #000000;
	top: 0;
	width: 30%;
	right: 0px;
}
.spacer {
	border-top: 0px solid #08142B;
	margin: 80px 0px;
}
.divider-1 {
	border-top: 0.5px solid #08142B;
	margin: 40px 0px;
}
.divider-2 {
	border-top: 0.5px solid #08142B;
	margin: 40px 0px 80px 0px;
}

.index-cat {
	text-align: center;
	height: 400px;
	border: 4px solid #ffffff;
}
.index-cat a {
	color: #ffffff;
	position: relative;
	top: 150px;
}

.home .stp-control {background-color: #F5F5F5!important;}

/* FOOTER */
#instagram-feed{
	margin-top: 40px;
	padding-top: 50px;
	padding-bottom: 40px;
}
#instagram-feed h4 {text-align: center;}
#instagram-feed h4 a {color: #08142B;}
#instagram-feed h4 a:hover, #instagram-feed h4 a:active, #instagram-feed h4 a:focus {text-decoration: none;}

#footer-content {
	padding-top: 80px;
	padding-bottom: 40px;
	font-size: 14px;
	background-color: #f5f5f5;
	margin-top: -15px;
}
#footer-content a {color: #08142B;}
.footer-social {text-align:right;}
.footer-social a {padding-left: 10px;}

.site-credit p{
	text-align: right;
}
#footer-menu li a{
	text-transform: uppercase;
	margin: 0px 15px 0px 0px;
}
.footer-menu .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 40px;
}
.footer-menu .menu li {
	display: inline-block;
	width: auto;
	padding-left: 15px;
}
.footer-divider {
	border-top: 0.5px solid #08142B;
	margin: 20px 0px;
}

/* SINGLE POST */
.single header {text-align: center;}

.single article .container {margin-top: 80px;}
.single .post-date {margin-top: 10px;}

.single .entry-content {padding-top:40px;}
.single .entry-content p, .single .entry-content ol, .single .entry-content ul,
.single .entry-content ol li, .single .entry-content ul li,
.page .entry-content p {margin-bottom: 20px;}

.single .entry-content a {
	color: #08142B;
	border-bottom: 1px solid #C91C23;
}

.signature {text-align: center; margin-bottom: 40px;}
.signature img {max-width: 200px;}

.shop-this-post {
	border-top: 0.5px solid #08142B;
	border-bottom: 0.5px solid #08142B;
	padding: 40px 0px 80px 0px;
	margin: 80px 0px 40px 0px;
}
.shop-this-post h2{text-align: center;margin-bottom: 40px;}

.post-footer {
	background-color: #F5F5F5;
	padding: 14px 20px;
	font-family: 'Roboto Mono', monospace;
	text-transform: uppercase;
	font-size: 14px;
}
.post-category a {color: #08142B;}
.share-post {text-align: right;}
a.share {color: #000!important;  padding: 0px 5px;}


.pager .previous>a, .pager .next>a {
	font-family: 'Roboto', sans-serif; 
	font-weight: 300;
	font-size: 14px;
}

.single-post #recent-videos {
	background-color: #f5f5f5;
	padding: 40px 0px;}
.single-post #recent-videos h3 {text-align: center;}

/* DISQUS COMMENTS */
#disqus_thread {margin-top: 80px;margin-bottom: 120px;}


/* WP COMMENTS 
.comment-notes {font-style: italic;}
.comments-area {margin-top: 60px;}
.comments-row {
	margin-right: 0px;
	margin-left: 0px;
}
.comments-title {
	padding: 40px 0px;
	margin-top: 80px;
	border-top: 1px solid #eee;
}
h2.comments-title, h2.comments-title span {font-size: 18px;}
.leave-comment {border-left:1px solid #eee!important; padding: 0px 0px 0px 50px;}
#commentsubmit, .comment-reply-link.btn.btn-primary {
	margin-top: 5px;
	border: 0px;
	background-color: #08142B;
	color: #000000 !important;
	border-radius: 3px !important;
	padding: 14px 28px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 2px;
}
.panel-default {border-color: #eeeeee;}
.panel {box-shadow: 0px;}
.panel-heading {	
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border: 0px;
}
.panel-footer {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border: 0px;
	background-color: #fff;
}
.panel-default>.panel-heading {
	background-color: #fff;
	border: 0px;
}
.panel-heading h5, .panel-heading h5 a, .panel-heading h5 .says, .comment-meta a, .comment-content p, .comment-content p a {font-weight: 300!important;font-size: 16px;}
.panel-footer a.comment-reply-link.btn.btn-primary {font-weight: 300; color: #000!important;}
.comment-form p label {font-weight: 300;}
.pingback {display: none;}
.media-left, .media>.pull-left img {display: none!important;}
*/

/* SINGLE PAGE */
.page .page-title {text-align: center;padding-bottom: 15px;}

.about-container {
	background-color: #f5f5f5; 
	padding: 80px 0px;
}
.about-container .row {
	margin-left: auto!important;
	margin-right: auto!important;
}

.page-id-16848 .entry-content {
	padding-top: 15px;
}

/*** hide line
.hello h2:before {
	content: "";
	position: absolute;
	height: 18px;
	border-bottom: 1px solid #000000;
	top: 20px;
	width: 30%;
	left: -200px;
}
 ***/
.hello h2:after {
	content: "";
	background-image: url(/wp-content/themes/wdugt-hw/images/karen-signature.png);
	background-repeat:no-repeat;
    background-size: contain;
	position: absolute;
	height: 74px;
	width: 144px;
	top: 0;
	left: 140px;
}


/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

/* CATEGORY: DAILY OUTFITS */
.category-shop-my-instagram .entry-summary {min-height: 575px; max-height: 575px; width: auto;}
.outfits-col {padding-bottom: 80px;min-height: 890px;max-height: 890px;}
.shopthislook {padding-top: 20px;}
.shopthislook h5 {
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0px;
}
.shopthislook h5:before {
	content: "";
	position: absolute;
	height: 8px;
	border-bottom: 1px solid #000000;
	top: 5;
	width: 30%;
	left: 0px;
}
.shopthislook h5:after {
	content: "";
	position: absolute;
	height: 8px;
	border-bottom: 1px solid #000000;
	top: 5;
	width: 30%;
	right: 0px;
}

/* PAGINATION */
#nav-below {
	padding: 30px 0px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

#nav-below .pager .previous a, #nav-below .pager .next a {
	font-family: 'Roboto', sans-serif;
	font-size: 24px; 
	font-weight: 300; 
	text-transform: uppercase; 
	letter-spacing: 0.5px;
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 0px;
	background-color: #fff;
	border: 0px solid #ddd;
	border-radius: 0px;
	color: #08142B;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px; 
	letter-spacing: 1px;
}
.pager li>a:focus, .pager li>a:hover {background-color: transparent!important;}

/* ARCHIVE */
.archive h1 {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
}
.archive-header {padding-bottom: 20px;}
.archive-single {min-height: 275px;}
.archive .entry-content h2 {margin-top: 10px!important; text-align: center;}

.archive .main-content-inner a:hover {
	text-decoration: none;
}

.browse-by-category .col-md-2, .browse-by-category .col-xs-4 {padding-bottom: 20px;} 

/*** WP Mega Menu Customizations ***/
.wpmm-search-form {display:block!important;}

.wpmm-search-form input {font-family: 'Roboto', sans-serif!important; min-width: 200px!important;}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
	font-family: 'Roboto';
	color: #08142b;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a { 
	font-family: 'Roboto Mono';
	font-weight: 300!important; 
	text-transform: uppercase;
	color: #08142b;
	font-size: 14px;
	line-height: 24px;
	background-color: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu { border-top: 3px solid #C91C23; }

.wpmm-search-form input { border: 0px; font-size: 12px; border-radius: 0px; border-bottom: 1px solid #08142b; }

#wp-megamenu-primary .wpmm-search-form input { text-transform: uppercase; }

/*** ***/

.page-id-32874 .col-md-2 {padding-bottom: 12px;}

.fd-form-popup { z-index: 99999 !important; }

.pager { display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse; }
	
.pager li {
    display: inline;
    margin: 0 20px;
}

/*** @media Responsive Adjustments ***/
@media screen and (max-width: 999px) {
	.site-navigation, .social, .wpmm-search-form {display: none!important;}
	
	.search-form {
		padding: 8px 28px;
		border: 10px solid #F5F5F5;
    	margin: 10px 0px;
	}
	.search-field {
		border: 0px;
    	font-weight: 300;
    	font-size: 14px;
    	line-height: 21px;
	}

	.search-submit {
		float: right;
		border-width: 0px;
    	background-color: #C91C23;
    	color: #ffffff;
    	border-radius: 30px;
    	padding: 8px 28px;
    	text-transform: uppercase;
    	font-size: 12px;
	}
	
	.site-header-inner img {width: 170px!important;}
	.single article .container, .archive h1 {margin-top: 0px;}

	.navbar-nav>li {
		float: none;
		display: block!important;
		margin: 0 auto!important;
	}
	
	.video-right {display:none;}

	#post-one {padding-bottom: 20px;}
	.index-padding-80px {padding-bottom: 40px;}
	.post-footer {padding: 20px;}
	.share-post {text-align: left;}

	.pager .previous>a, .pager .next>a {float: none;}
	.hello {text-align: center;}
	.hello h2:after {
		background: none;
	}
	.karen {text-align: center;}
	.karen img {max-width: 140px; height: auto;margin-bottom: 20px;}
	.shop-this-post {
		margin: 20px 0px 40px 0px;
	}
	#footer-content, #footer-content a {text-align: center!important;}
	#footer-content {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 14px;
		background-color: #f5f5f5;
	}
	.footer-social {text-align:center;margin-top: 20px;}
	.footer-social a {padding: 0px 5px;}
	#footer-menu {float: none!important;}
	.site-credit p {text-align: center;}
	.highlighted-section {padding: 60px 0px;}
	.rental-photo {
		padding-top: 30px;
	}
	.site-footer>div>div>div>div>form>div>div>#mc-embedded-subscribe {
	float:none!important;
	}
	.pager .previous>a, .pager .next>a {
	font-family: 'Roboto', sans-serif; 
	font-weight: 300;
	font-size: 16px !important;
	width: 100%;
	}
	#nav-below .pager .previous a, #nav-below .pager .next a { font-size: 20px; }
}

@media screen and (max-width: 999px) {
	.category-shop-my-instagram .entry-summary {min-height: 420px; max-height: 600px; width: auto;}
	.outfits-col {min-height: 790px;}
}

@media screen and (min-width: 769px) and (max-width: 1112px) {
	.navbar-default .navbar-collapse ul li a {
		font-size: 14px!important;
	}
}

@media screen and (max-width: 1242px) {
	#masthead {display: none;}
}