/*
	Theme Name: Ramshackle Glam 2015
	Description: Ramshackle Glam WordPress Theme
	Version: 1.0
	Author: Anthony Creek
	Author URI: http://thoughtbox.net
*/

/*------------------------------------*\
    GENERAL
\*------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

a {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	        transition: all .25s ease;
}

p {
	margin: 0 0 20px;
}

.heading-border	{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 5px;
}

.no-header {
	margin-top: 40px;
}




/*------------------------------------*\
    HEADER
\*------------------------------------*/

.navbar {
	margin: 0;
	background: transparent;
}


/* toggle */

.navbar-toggle {
	margin-right: 10px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  -webkit-transition: all .2s ease;
	     -moz-transition: all .2s ease;
	          transition: all .2s ease;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transition: all .05s ease;
	   -moz-transition: all .05s ease;
	        transition: all .05s ease;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	     -moz-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	       -o-transform: rotate(45deg);
	          transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
	  background-color: transparent;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
	  top: -6px;
	  -webkit-transform: rotate(-45deg);
	     -moz-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	       -o-transform: rotate(-45deg);
	          transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
	background-color: #303030;
}

.navbar-toggle.collapsed {
	background-color: #fff;
}

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle.collapsed:hover {
	background-color: #fff;
	border: none;
}


/* brand */

.navbar-header .navbar-brand {
	padding: 0;
	margin: 5px 15px;
	background: url('img/mobile-logo.jpg') no-repeat center;
	background-image: -webkit-image-set(
		url('img/mobile-logo.jpg') 1x,
		url('img/mobile-logo@2x.jpg') 2x
	);
	background-image: image-set(
		url('img/mobile-logo.jpg') 1x,
		url('img/mobile-logo@2x.jpg') 2x
	);
	width: 200px;
	height: 39px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	z-index: 2;
}


/* social */

.navbar-social {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
	margin: 12px auto 0;
}

.navbar-social > ul {
    position: relative;
    display: inline-block;
    margin: 0;
}

.navbar-social > ul:before,
.navbar-social > ul:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #b7b7b7;
}

.navbar-social > ul:before {
    right: 100%;
    margin-right: 15px;
}

.navbar-social > ul:after {
    left: 100%;
    margin-left: 15px;
}

.navbar-social > ul > li {
	padding: 0;
	margin: 0 -2px;
}

.navbar-social a {
	color: #484848;
	padding: 3px 4px;
	font-size: 16px;
	display: inline-block;
	transition: color .3s ease;
}

.navbar-social ul:hover a {
	color: #b7b7b7;
}

.navbar-social ul a:active,
.navbar-social ul a:hover {
	text-decoration: none;
	color: inherit;
}


/* navigation */

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

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-nav a {
	color: #303030;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 12px;
	background-color: transparent !important;
}

.navbar .navbar-nav a:active,
.navbar .navbar-nav a:hover,
.navbar .navbar-nav .current-menu-item a {
	text-decoration: underline;
}


/* header image */

#header-image {
	width: 100%;
	min-height: 200px;
	max-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 25px;
}

@media (max-width: 992px) {
    .navbar .navbar-nav a {
    	padding: 15px 12px !important;
    }
}

@media (min-width: 768px) {
	.navbar-header {
		width: 100%;
		text-align: center;
	}
	
	.navbar-header {
		margin-top: 35px;
	}
	
	.navbar-header .navbar-brand {
		background-image: url('img/logo.jpg');
		background-image: -webkit-image-set(
			url('img/logo.jpg') 1x,
			url('img/logo@2x.jpg') 2x
		);
		background-image: image-set(
			url('img/logo.jpg') 1x,
			url('img/logo@2x.jpg') 2x
		);
		width: 309px;
		height: 60px;
		margin: 0 !important;
		float: none;
		display: inline-block;
		position: relative;
		left: 0;
	}
	
	.navbar-social {
		width: 60%;
		margin-top: 15px;
	}

	#header-image {
		min-height: 400px;
		max-height: 400px;
		background-attachment: fixed;
	}
}

@media (min-width: 992px) {
	.navbar-social {
		margin-top: 20px;
	}
	
	.navbar .navbar-nav a {
		padding: 25px 20px;
		font-size: 18px;
	}
	
	#header-image {
		min-height: 500px;
		max-height: 500px;
	}
}

@media (min-width: 1200px) {
	.navbar-social {
		width: 55%;
	}
	
	.navbar .navbar-nav a {
		padding: 25px;
	}
	
	#header-image {
		min-height: 600px;
		max-height: 600px;
	}
}




/*------------------------------------*\
    MAIN CONTENT COLUMN
\*------------------------------------*/

main .page-heading {
	margin: 0 0 20px;
}

main .post-title {
	margin: 0 0 5px;
}

main .post-title a {
	color: #3e3e3e;
}

main .post-title a:hover,
main .post-title a:active {
	text-decoration: inherit;
	color: #c582c1;
}

main .heading-border {
	margin: 0 0 40px;
}

main .post-thumb {
	margin-bottom: 15px;
}

main img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* post meta */

.post-meta {
	font-family: Quicksand, sans-serif;
	color: #a2a2a2;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}


/* post footer */

.post-footer {
	background: #efefef;
	padding: 10px;
	margin: 30px 0 80px;
	text-align: center;
}

.post-footer ul {
	margin: 0;
	padding:  5px 0 15px 0;
	font-size: 14px;
	line-height: 16px;
	font-family: Lato, sans-serif;
}

.post-footer ul li {
	padding: 0 2px;
}

.post-footer ul li.divider {
	border-right: 1px solid #888;
	padding-right: 10px;
	margin-right: 4px;
}

.post-footer ul li a {
	color: #888;
}

.post-footer ul li a:hover,
.post-footer ul li a:active {
	color: #333;
}

.post-footer ul li .socicon {
	font-size: 20px;
	line-height: 14px;
}

.post-footer .btn {
	font-size: 17px;
	padding: 10px 25px;
}

.post-footer .post-nav {
	text-align: right;
}

.post-footer .post-nav .previous-post,
.post-footer .post-nav .next-post {
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.post-footer .post-nav .previous-post {
	padding-right: 2px;
}

.post-footer .post-nav .next-post {
	padding-left: 2px;
}

@media (min-width: 768px) {
	.post-footer {
		text-align: left;
	}
	
	.post-footer ul {
		padding:  15px 0;
	}
	
	.post-footer .btn {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.post-footer ul {
		font-size: 16px;
		line-height: 20px;
	}
	
	.post-footer ul li .socicon {
		font-size: 24px;
		line-height: 16px;
	}
	
	.post-footer .btn {
		font-size: 19px;
	}
}




/*------------------------------------*\
    AJAX POST LOADER
\*------------------------------------*/

#load-more {
	display: block;
	text-align: center;
	font-weight: 400;
}

#load-more a {
	font-size: 18px;
	padding: 10px 25px;
	position: relative;
	color: #3e3e3e;
	text-transform: uppercase;
	font-family: Quicksand, sans-serif;
}

#load-more a:focus {
	text-decoration: none;
}


@media (min-width: 768px) {
	#load-more a:before,
	#load-more a:after {
	    content: "";
	    position: absolute;
	    top: 50%;
	    width: 9999px;
	    height: 1px;
	    background: #b7b7b7;
	    width: 70px;
	}
	
	#load-more a:before {
	    right: 100%;
	    margin-right: 15px;
	}
	
	#load-more a:after {
	    left: 100%;
	    margin-left: 15px;
	}	
}

@media (min-width: 992px) {
	#load-more a:before,
	#load-more a:after {
	    width: 110px;
	}
}

@media (min-width: 1200px) {
	#load-more a:before,
	#load-more a:after {
	    width: 150px;
	}
}




/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.pagination,
.post-pagination {
	text-align: right;
	display: block;
	margin: 0;
}

.pagination a.prev {
	margin-right: 10px;
}

.pagination a.next {
	margin-left: 10px;
}

.pagination a:not(.prev):not(.next).page-numbers,
.pagination .current {
	background: #fafafa;
	padding: 5px 10px;
	border-radius: 3px;
}

.pagination .current {
	background-color: #efefef;
	color: #888;
}

.pagination a:not(.prev):not(.next).page-numbers:hover {
	background-color: #efefef;
	text-decoration: none;
}

@media (min-size: 768px) {
	.pagination {
		font-size: 18px;
	}
}




/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar {
	color: #575757;
	font-size: 14px;
}

.sidebar .widget {
	margin-top: 40px;
}

.sidebar .widget:first-child {
	margin-top: 0;
}

.sidebar h3 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0 0 10px;
	white-space: nowrap;
}

.sidebar .socicon {
	color: #565656;
}

.sidebar-widget a img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity .40s ease;
	   -moz-transition: opacity .40s ease;
	        transition: opacity .40s ease;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
}

.sidebar-widget a img:hover {
	opacity: .75;
	filter:alpha(opacity=75);
}


/* search */

.search input::-webkit-input-placeholder { font-style: italic; }
.search input:-moz-placeholder           { font-style: italic; }
.search input::-moz-placeholder          { font-style: italic; }
.search input:-ms-input-placeholder      { font-style: italic; }


/* about */

.about img {
	margin-bottom: 20px;
}


/* instagram widget */

.null-instagram-feed .socicon {
	margin-left: 10px;
}

.null-instagram-feed ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}

.null-instagram-feed ul li {
	width: 50%;
	display: inline-block;
}

.null-instagram-feed ul li:nth-child(odd) {
	padding: 3px 3px 3px 0;
}

.null-instagram-feed ul li:nth-child(even) {
	padding: 3px 0 3px 3px;
}

.null-instagram-feed ul li:nth-last-child(2):nth-child(odd),
.null-instagram-feed ul li:nth-last-child(1):nth-child(even) {
	padding-bottom: 0;
}

.null-instagram-feed p {
	margin-bottom: 0;
}




/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {
	margin: 80px 0;
	padding-top: 10px;
	border-top: 1px solid #d7d7d7;
	color: #999;
}

footer p {
	font-size: 13px;
}




/*------------------------------------*\
    SOCIAL ICONS FROM SOCICON
\*------------------------------------*/

@font-face {
    font-family: 'socicon';
    src: url('fonts/socicon-webfont.eot');
    src: url('fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon-webfont.woff') format('woff'),
         url('fonts/socicon-webfont.woff2') format('woff2'),
         url('fonts/socicon-webfont.ttf') format('truetype'),
         url('fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

.socicon {
    font-family: 'socicon' !important;
    text-transform: lowercase !important;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'socicon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.socicon-twitter:before   { content: "a"; }
.socicon-facebook:before  { content: "b"; }
.socicon-pinterest:before { content: "d"; }
.socicon-youtube:before   { content: "r"; }
.socicon-instagram:before { content: "x"; }
.socicon-tumblr:before    { content: "z"; }
.socicon-rss:before       { content: ","; }
.socicon-disqus:before    { content: ":"; }
.socicon-mail:before      { content: "@"; }




/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn {
	font-family: Lato, sans-serif;
	font-weight: 300;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	        transition: all .25s ease;
}

.btn-disabled {
	color: #888;
	cursor: default;
}

.btn-disabled:active,
.btn-disabled:hover {
	color: #888;
	box-shadow: none;
}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

hr.large {
  margin-top: 41px;
  margin-bottom: 41px;
}


.slideshow_description_box {
	padding: 5px;
}

.slideshow_description_box,
.slideshow_description_box .slideshow_title,
.slideshow_description_box .slideshow_description,
.slideshow_description_box a {
  color: #fff !important;
}


/* shopsense embeds */

.shopsense-widget {
	width: 100%;
	text-align: center;
}

iframe {
	max-width: 100%;
	border: none;
}


/* youtube embeds */

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.youtube iframe,
.youtube object,
.youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone,
a img.alignnone,
.wp-caption.alignnone {
	margin: 5px 0 20px 0;
	min-width: 100%;
	max-width: 100%;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	color: #888;
	margin: 5px 0 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

select[id^="archives-dropdown-"] {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #575757;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select[id^="archives-dropdown-"]:focus {
	border-color: #ddb6db;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 182, 219, 0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 182, 219, 0.6);
}

/* Style updates AA 7/18/19 */

body .new+#header-image+.wrap {
	margin-top: 240px;
	padding-top: 20px;
}

/* Featured Posts Widget */

.aa-featured-posts-widget {
	text-align: center;
}

.aa-featured-posts-widget__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.aa-featured-posts-widget__list-item {
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
}

.aa-featured-posts-widget__image-container {
	position: relative;
	height: 180px;
	overflow:hidden;
}

.aa-featured-posts-widget__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	position: absolute;
	top:-100%; left:0; right: 0; bottom:-100%;
	margin: auto;
}

.aa-featured-posts-widget__image-link {
	display: block;
	height: 100%;
}

.aa-featured-posts-widget__link {
	color: #c3c3c3;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

.aa-featured-posts-widget__link:hover {
	color: #c3c3c3;
}

#about-widget.about.widget {
	display: none;
}

.home #about-widget.about.widget {
	display: block;
}
