/*
Theme Name: Sugar Plum Sisters
Theme URI: http://sugarplumsisters.com/
Author: Sparkle Media & Amanda Dietz
Author URI: http://www.thesparkle.net/ | http://amanda-dietz.com
Description: A custom theme for Sugar Plum Sisters
Version: 1.0
License: GNU General Public License
License URI: license.txt
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* =Structure
-------------------------------------------------------------- */
body {
	margin:0;
	padding:0;
	width:100%;
	font-family: 'Open Sans',Georgia,"Times New Roman",Times;
	color:#000;
	font-size:12px;
        min-width: 1020px;
}

#page {
	min-height: 100%;
	width: 980px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
        display: block;
}
#main {
	clear: both;
	overflow: hidden;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
#primary {
	float: left;
	margin-top: 65px;
	width: 600px;	
}
#content {
	margin: 0;
	width: 100%;
	float: left;
}
#primary.full-width,
#primary.full-width #content {
	width: 100%;
	float: none;
}
#secondary {
	float: right;
	padding: 0px 0 60px;
	width: 300px;
       margin-top: 65px;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.widget {
    list-style-type: none;
    margin-bottom: 45px;
}

.widget.subscribe .widget-inner {
    background: none repeat scroll 0 0 #1a1a1a;
    color: white;
    font-size: 10px;
    height: 180px;
}

.widget h1 {
text-align: center;
margin: 0 auto 35px;
font-family: didot;
font-style: italic;
text-transform: uppercase;
font-weight: normal;
font-size: 15px;
}

a {
	color: black;
	text-decoration: none;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
        width: 980px;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}


/* =Header
-------------------------------------------------------------- */

.header {
    text-align: center;
    width: 800px;
    background: url("images/logo.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 171px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 95px;
}

#header {
    margin: 0 auto;
    width: 900px;
}

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
	float: left;
	display: none;
       }

#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#top_bar {
    background: none repeat scroll 0 0 #000;
    height: 35px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8000;
}
#top_bar .thin {
    margin: 0 auto;
    padding: 7px;
    width: 980px;
}
#bottom_bar {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ddd;
    height: 44px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 8000;
}
#bottom_bar .thin {
    margin: 0 auto;
    width: 980px;
}


#header-menu {
float: left;
width: 700px;
height:35px;
margin-top: 5px;
}

#subscribe {
float: right;
}

.subscribe {
padding: 4px 0 0 0;
}

.subscribe a {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 9px;
font-family: 'proxima_nova_rgregular';
color: #888;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.subscribe a:hover {
text-decoration: none;
color: #888;
}

#search {
float: right;
width: 145px;
height: 36px;
margin-left: 25px;
}

#social {
float: right;
}


#access {
    display: block;
    float: left;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%;
}
#access ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
#access li {
    float: left;
    position: relative;
    margin-right: 40px;
}

#access li:last-of-type {
    margin-right: 0;
}

#access li.current-menu-item {
    background: none;
}
#access li.current-menu-item a {
    color: #000;
}
#access a {
    color: #000000;
    font-family: 'proxima_nova_rgregular';
    display: block;
    font-size: 10.5px;
    line-height: 1.8em;
    padding: 8px 0;
    text-decoration: none;
    letter-spacing: 1.5px;
}

#access li:hover > a {
    color: #888;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

#access ul ul {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CFCFCF;
    display: none;
    float: left;
    left: 0;
    padding: 12px 10px 12px;
    position: absolute;
    top: 36px;
    margin-left:-37px;
    width: 109px;
    z-index: 99999;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    color: #000;
    height: auto;
    line-height: 1em;
    padding: 1em;
    width: 10em;
}
#access li:hover > a, #nav ul ul *:hover > a {
    color: #999999;
}
#access ul ul a:hover {
    color: #999;
}
#access ul li:hover > ul {
    display: block;
}
.search-form {
	position: absolute;
	right: 0px;
	top: -3px;
}

.search-field {
	background-color: transparent;
	background-image: url(/wp-content/uploads/2014/12/search.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 25px;
	margin: 1px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.search-field:focus {
	background-color: #fff;
	border: 1px solid black;
	cursor: text;
	outline: 0;
	width: 170px;
}

.search-submit {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}



/* =Content
-------------------------------------------------------------- */
article {
width: 100%;
}
.entry-content {
margin-bottom: 35px;
}

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}

#content nav a {
color: #000;
text-transform: uppercase;
font-family: "proxima_nova_rgregular";
letter-spacing: 1px;
font-size: 11px;
}

#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
.post .entry-content a {
	text-decoration: none;
        color: #888;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.post .entry-content a:hover {
	text-decoration: none;
        color: #000;
}
.post {
    margin-bottom: 55px;
    margin-top: 3px;
}

/* =Content Header
-------------------------------------------------------------- */

.article-header {
margin-bottom: 25px;
  border-top: 1px double #cfcfcf;
}

.entry-date {
    background: none repeat scroll 0 0 #fff;
    color: #d3b84a;
    display: table;
    font: 11px 'proxima_nova_rgregular';
    letter-spacing: 1px;
    margin: -6px auto 25px;
    padding: 0 12px;
    text-transform: uppercase;
}

.date {
    padding-bottom: 20px;
}

.entry-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	letter-spacing: 2px;
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        margin-bottom: 5px;
}
.entry-title a {
}
.entry-title a:hover {
text-decoration: none;
color: #dac15a;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.entry-header .entry-meta {
	text-align: left;
	padding: 4px 0;
        color: #adadad;
        font-size: 12px;
}
.entry-header .entry-meta a {
	color: #adadad;
}
.entry-content img {
	max-width: 610px;
}
.entry-content {
line-height: 1.5625;
}

.entry-content p {
    margin: 0 0 25px;
}

.post-title {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 95%;
    z-index: 9;
}
.post-title-border {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #cfcfcf;
    margin: -70px auto 20px;
    position: relative;
    padding: 5px;
    text-align: center;
    width: 65%;
    z-index: 9;
}

.post-date {
    background: none repeat scroll 0 0 #fff;
    color: #b4b4b4;
    display: table;
    font: 11px "proxima_nova_rgregular";
    letter-spacing: 1px;
    margin: 15px auto 35px;
    padding: 0 12px;
    text-transform: uppercase;
}

.title {
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 30px 0 5px;
    text-align: center;
    text-transform: uppercase;
}

.title a:hover {
    color: #000;
}

.read {
    bottom: -20px;
    font-size: 25px;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 28px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    right: 0;
}
.read a {
    background: #fff;
    color: #d3b84a;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: "proxima_nova_rgregular";
    padding: 13px 23px;
    text-decoration: none;
    text-transform: uppercase;
}
.read a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #000;
}

.social-icons {
    padding: 10px 0 0;
    left: 0;
    right: 0;
    text-align: center;
}

.social-icons a {
    font-size: 15px;
    margin: 0 10px 0;
}

.social-icons a:hover {
    color: #c7c7c7;
}

/* =Content Footer
-------------------------------------------------------------- */
footer.entry-meta {
	text-transform: lowercase;
	padding: 0px 0px 30px 0px;
	margin: 0px 0 60px 0;
        width: 100%;
}
footer.entry-meta .sep {
	vertical-align: top;
	color: #000;
}

.more-link {
    margin-bottom: 30px;
    text-align: center;
    background: none repeat scroll 0 0 white;
    border: 1px solid #000;
    color: #000;
    display: block;
    font-family: 'raleway',sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 35px;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 0 auto 45px;
    padding: 0 10px;
    text-align: center !important;
    text-transform: uppercase;
    width: 130px;
}

.cat-links a {
color: #000;
font-family: "Didot","Times New Roman",Times,serif;
font-style: italic;
    letter-spacing: 1px;
 -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.cat-links a:hover {
text-decoration: none;
color: #888;
}

footer.entry-meta {
border-bottom: 1px solid #000;
border-top: 1px solid #000;
height: 80px;
margin: 20px auto 80px;
padding: 10px 0;
text-align: left;
font-family: 'proxima_nova_rgregular';
font-size: 13px;
}
footer.entry-meta .social{
border-right: 1px solid #000;
float: left;
height: 80px;
letter-spacing: 0px;
padding: 40px auto;
text-transform: normal;
width: 180px;
text-align: center;
}
footer.entry-meta .social h2 {
font-size: 13px;
color: #d3b84a;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: normal;
margin: 15px auto;
}
footer.entry-meta .comments a{
color: #243064;
letter-spacing: 0px;
font-size: 10px;
}

footer.entry-meta .labels {
border-right: 1px solid #000;
float: left;
height: 80px;
letter-spacing: 0px;
padding: 40px auto;
text-transform: normal;
width: 250px;
text-align: center;
}

footer.entry-meta .labels h2 {
font-size: 13px;
color: #d3b84a;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: normal;
margin: 15px auto;
}

footer.entry-meta .cmnts {
float: right;
height: 80px;
padding: 0px 0;
text-transform: normal;
width: 150px;
text-align: center;
}

footer.entry-meta .cmnts h2 {
font-size: 13px;
color: #d3b84a;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: normal;
margin: 15px auto;
}

footer.entry-meta .cmnts a{
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
        width: 540px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 15px;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

#comments {
color: #000;
}

#comments-title, #reply-title {
    color: #000000;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.comment-author, .comment-author a, .comment-reply-link {
color: #888888;
margin-bottom: 5px;
}

/* =Custom
-------------------------------------------------------------- */

.media-banner {
margin-bottom: 30px;
}

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {

}
textarea {
	width: 80%;
}

input {
    background-color:transparent;
    border: 0px solid;
    height:32px;
    width:170px;
}
input:focus {
    outline:none;
}

.searchForm {
    border: none;
    height: 30px;
    position: relative;
}
.searchForm label {
    font: italic 0.75em/30px 'Merriweather',serif;
    left: 15px;
    position: absolute;
    top: 4px;
}
.searchForm .searchInput {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #000000;
    float: left;
    height: 37px;
    padding: 0 20px 0 0;
    width: 102px;
}
.searchForm .searchButton {
    background: url("http://sps.amandadietzdev.com/wp-content/uploads/2014/10/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    margin: -1px 0 0;
    text-indent: -9999em;
    width: 38px;
}

/* =Footer
-------------------------------------------------------------- */

.footer-top {
    display: block;
    margin-bottom: 35px;
    padding-bottom: 10px;
    width: 100%;
}
.footer-logo {
}
.footer-logo a {
    display: block;
    height: 162px;
    text-indent: -9999px;
    width: 170px;
    margin: 30px auto 0px;
}
.footer-btt {
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 12px;
    text-transform: uppercase;
}
.footer-btt a:hover {
    color: #888;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
#homeFooter {
    background-position: 0 top;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 10px;
    margin: 60px auto 0;
    border-top: 4px double #ddd;
}

.footer-title {
    background: none repeat scroll 0 0 #fff;
    color: #d3b84a;
    display: table;
    font: 22px "proxima_nova_rgregular";
    letter-spacing: 1px;
    margin: -15px auto 25px;
    padding: 0 26px;
    text-transform: uppercase;
}
#footerLogo {
    height: 140px;
    margin: 30px auto 0;
    width: 150px;
}
#homeFooter .container {
    margin-top: 35px;
    overflow: hidden;
    width: 100%;
}
#footerwidgets {
    display: block;
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#footerwidgets h2 {
    font-size: 0;
}
.footer-column {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: 230px;
    margin: 0px 33px 0 0;
    width: 220px;
}
.footer-column .image {
    height: 220px;
    width: 100%;
    background: #f6f6f6;
}
.footer-column .image img {
    height: auto;
    overflow: hidden;
    width: 220px;
}
.last {
    clear: right;
    margin-right: 0 !important;
}
.footer-column .caption {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfcfcf;
    color: #3d3d3d;
    font: 10.5px 'proxima_nova_rgregular';
    letter-spacing: 0.15em;
    margin: 0 auto -20px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    z-index: 5;
}
.footer-column a:hover {
    color: #888;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}


#colophon {
    color: #adadad;
    font-size: 11px;
    padding: 0 0;
    text-align: center;
}
#colophon a {
    color: #888;
}
.copyright {
    color: #ccc;
    font-family: "proxima_nova_rgregular";
    font-size: 10px;
    letter-spacing: 1px;
    margin: -25px 0 0 20px;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
}
.copyright a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s ease-in 0s;
}
.copyright a:hover {
    color: #333;
    transition: color 0.3s ease-in 0s;
}
.copyright .left {
    float: left;
    margin: 10px 0;
}
.copyright .right {
    float: right;
    margin: 10px 0;
    text-transform: uppercase;
}



/*Here I simply make sure there's enough top margin*/
#prev-next {
    margin-top: 30px;
    width: 100%;
    float: left;
}
/*First style for the previous post link, created a left arrow, floating left*/
#prev-next .prev-link {
    background: url("images/arrow-left.png") no-repeat scroll left center transparent;
    float: left;
    padding: 0 0 0 50px;
    text-align: left;
    width: 40%;
}
/*First style for the next post link, created a right arrow, floating right*/
#prev-next .next-link {
    background: url("images/arrow-right.png") no-repeat scroll right center transparent;
    float: right;
    padding: 0 50px 0 0;
    text-align: right;
    width: 40%;
}


/*Left float of image makes the text align properly*/
.prev-link img {
    float: left;
    margin-right: 15px;
}
/*Right float of image makes the text align properly*/
.next-link img {
    float: right;
    margin-left: 15px;
}
/*Adjust the font size of the text*/
#prev-next .prevnext-url {
    font-size: 16px;
    line-height: 18px;
}


.thumbnail {
    width: 130px;
    height: 180px;
    overflow: hidden; /* contain images within thumbnail boundaries */
    border: 0; /* removes Bootstrap's default border */
    box-shadow: 0 12px 12px -10px #c4c4c4;
    -webkit-box-shadow: 0 17px 22px -20px #c4c4c4;
    -moz-box-shadow: 0 12px 12px -10px #c4c4c4;
}
.thumbnail img { width:100%; height:auto; } /* to keep proportions */
.thumbnails p { text-align: center; padding: 10px; } /* captions can be styled with an inline element */

.row-fluid .span3 {
    width: 23.4043%;
}

.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}

.comments-left {
float: left;
width: 65%;
}

.comments-right {
float: left;
width: 30%;
}

.social-links {
    margin-top: 8px;
}
.social-links li, .share-links li {
    float: left;
    margin: 0 0 0 0.6em;
}
.social-links a {
    color: #000;
    transition: all 0.3s ease-in-out 0s;
}
.social-links a:hover {
    color: #0f3e8e;
}
.sociallinks {
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 45%;
    margin: 7px 0;
    padding: 0 16px 4px 0;
    position: relative;
}

#subscribe {
    float: right;
}
.subscribe {
    padding: 4px 0 0;
}
.subscribe a {
    color: #888;
    font-family: 'lato','sans-serif';
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.subscribe a:hover {
    color: #888;
    text-decoration: none;
}
#search {
    float: right;
    height: 36px;
    margin-left: 25px;
    width: 145px;
}
#social {
    float: right;
}

#sidebar-icon {
    font-size: 17.5px !important;
}
#social-widget a {
    color: #000;
}
#social-widget a:hover {
    color: #464646;
    transition: all 0.2s ease-in-out 0s;
}
#pins-feed-follow {
    margin-top: -15px;
}
.pin-follow {
    text-align: center;
}
.socialicon {
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 45%;
    margin: 5px 0;
    padding: 0;
    position: relative;
    width: 46px;
}
#icon {
    font-size: 13.5px !important;
}
#sidebar-icon {
    font-size: 16.5px !important;
}
#social-widget a {
    color: #000;
}
#social-widget {
text-align: center;
}
#social-widget a:hover {
    color: #464646;
    transition: all 0.2s ease-in-out 0s;
}
#pins-feed-follow {
    margin-top: -15px;
}
.pin-follow {
    text-align: center;
}
.social-links {
    margin-top: 8px;
}
.social-links li, .share-links li {
    float: left;
    margin: 0 0 0 0.6em;
}
.social-links a {
    color: #000;
    transition: all 0.3s ease-in-out 0s;
}
.social-links a:hover {
    color: #ccc;
}
.sociallinks {
    display: inline-block;
    float: left;
    font-size: 10px;
    height: 45%;
    margin: 5px 0;
    padding: 0;
    position: relative;
    width: 31px;
}

#top-feature {
    display: block;
}

#sb_categories {
display: block;
height: 520px;
 border: 2px solid #f0f0f0;
    padding: 40px 0px 0px;
    position: relative;
}

.categories-title {
    background: none repeat scroll 0 0 #faf4e2;
    color: #000;
    font: 300 12px "Lato",sans-serif;
    left: 67px;
    letter-spacing: 0.1em;
    padding: 6px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -11px;
    width: 158px;
}

.sb_category {
float: left;
margin-bottom: 0px;
margin-right: 6px;
position: relative;
text-align: center;
text-transform: uppercase;
margin-left: 12px;
}

.sb_category a {
color: #000;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;

}
.sb_category a:hover {
color: #000;
text-decoration: none;
}
.sb_category p {
font-family: 'proxima_nova_rgregular';
letter-spacing: 1px;
font-size: 10px;
}
.sb_category_right {
margin-right: 0;
}
.sb_category .hover {
display: none;
height: 125px;
left: 0px;
position: absolute;
top: 0px;
width: 125px;
z-index: 10;
}

.sb_category .text {
}

.sb_category_right .hover {
left: 0px;
}

.sb_category:hover .hover {
display: block;
}

.sb_category img {
display: block;
padding: 5px 0 5px;
}

.about-content {
    color: #222;
    display: block;
    margin: 0 auto 70px;
}

.about-content h2 {
    border: 1px solid #000;
    font-family: "didot";
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 auto 46px;
    padding: 11px;
    text-align: center;
    width: 288px;
    text-transform: uppercase;
    font-style: italic;
}

.about-content .left {
    color: #1a1a1a;
    float: left;
    line-height: 20px;
    width: 50%;
}

.about-content:before, .about-content:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.about-content:after {
    clear: both;
}
.about-content .right {
    float: left;
    line-height: 20px;
    width: 420px;
}

.box {
    height: 418px;
    width: 300px;
}
.overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
}
.box:hover .overlay {
    opacity: 1;
}
.overlay-text {
    color: #fff;
    font-family: "didot";
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0 auto;
    padding-top: 168px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

.overlay-text h5 {
    color: #fff;
    font-family: "proxima_nova_rgregular";
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: normal;
}

#featured {
display: block;
 border: 2px solid #f0f0f0;
    padding: 40px 0px 20px;
    position: relative;
}

.share-icons {
    border-right: medium none;
    float: left;
    height: 39px;
    margin: 0 auto 0;
    padding: 0;
    position: relative;
    top: 12px;
    width: 106px;
}
.share-icons ul.share-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.share-icons ul.share-list > li a.fbook-share {
    background-position: 0 0;
}

.share-icons ul.share-list > li a.twitter-share {
    background-position: -24px 0;
}

.share-icons ul.share-list > li a.pinterest-share {
    background-position: -57px 0;
}

.share-icons ul.share-list > li a.tumblr-share {
    background-position: -85px 0;
}

.share-icons ul.share-list > li a.rss-share {
    background-position: -114px 0;
}

.share-icons ul.share-list > li a.mail-share {
    background-position: -143px 0;
}

.share-icons ul.share-list > li a {
    background: url("http://sps.amandadietzdev.com/wp-content/uploads/2014/10/social-icons.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin-right: 1px;
    padding-top: 0;
    position: relative;
    width: 23px;
}

#wds-container {
    margin: 40px 0 0;
}