/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-wrap {
}
.infinite-loader {
	color: #000;
	display: block;
	height: 28px;
	text-indent: -9999px;
}
#infinite-handle span {
	background: #333;
	border-radius: 1px;
	color: #eee;
	cursor: pointer;
	font-size: 13px;
	padding: 6px 16px;
}

/**
 * Using a highly-specific rule to make sure that all button styles
 * will be reset
 */
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
	display: inline;
	position: static;
	padding: 0;
	margin: 0;
	border: none;
	line-height: inherit;
	background: transparent;
	color: inherit;
	cursor: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

/**
 * This is used to avoid unnecessary inner button spacing in Firefox
 */
#infinite-handle span button::-moz-focus-inner {
	margin: 0;
	padding: 0;
	border: none;
}

/**
 * For smaller viewports, remove the down-arrow icon and turn
 * the button into a block element, spanning the content's full width.
 */
@media (max-width: 800px) {
	#infinite-handle span:before {
		display: none;
	}
	#infinite-handle span {
		display: block;
	}
}

/**
 * Footer
 */
#infinite-footer {
	position: fixed;
		bottom: -50px;
		left: 0;
	width: 100%;
}
#infinite-footer a {
	text-decoration: none;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #444;
	text-decoration: underline;
}
#infinite-footer .container {
	background: rgba( 255, 255, 255, 0.8 );
	border-color: #ccc;
	border-color: rgba( 0, 0, 0, 0.1 );
	border-style: solid;
	border-width: 1px 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 20px;
	width: 780px;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
}
#infinite-footer .blog-info {
	float: left;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}
#infinite-footer .blog-credits {
	font-weight: normal;
	float: right;
	width: 60%;
}
#infinite-footer .blog-info a {
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
#infinite-footer .blog-credits {
	color: #888;
	font-size: 12px;
	text-align: right;
}
#infinite-footer .blog-credits a {
	color: #666;
}

/**
 * Hooks to infinity-end body class to restore footer
 */
.infinity-end.neverending #infinite-footer {
	display: none;
}

/**
 * Responsive structure for the footer
 */
@media (max-width: 640px) {
	#infinite-footer .container {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#infinite-footer .blog-info {
		width: 30%;
	}
	#infinite-footer .blog-credits {
		width: 70%;
	}
	#infinite-footer .blog-info a,
	#infinite-footer .blog-credits {
		font-size: 10px;
	}
}

/**
 * No fixed footer on small viewports
 */
@media ( max-width: 640px ) {
	#infinite-footer {
		position: static;
	}
}.slideshow-window {
	background-color: #222;
	border: 20px solid #222;
	border-radius: 10px;
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 30px !important;
	padding-bottom: 56.25% !important;
	position: relative;
	z-index: 1;
}

.slideshow-window.slideshow-white {
	background-color: #fff;
	border-color: #fff;
}

.slideshow-window, .slideshow-window * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.slideshow-loading {
	height: 100%;
	text-align: center;
	margin: auto;
}

body div.slideshow-window * img {
	/* Override any styles that might be present in the page stylesheet */
	background-color: transparent !important;
	background-image: none !important;
	border-width: 0 !important;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	padding: 0 !important;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.slideshow-loading img {
	vertical-align: middle;
}

.slideshow-slide {
	display: none;
	height: 100% !important;
	left: 0;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100% !important;
}

.slideshow-slide img {
	vertical-align: middle;
}

.slideshow-line-height-hack {
	overflow: hidden;
	width: 0px;
	font-size: 0px;
}

.slideshow-slide-caption {
	font-size: 13px;
	font-family: "Helvetica Neue", sans-serif;
	color: #f7f7f7;
	text-shadow: #222 1px 1px 2px;
	line-height: 25px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}

/* @noflip */
.slideshow-controls {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	margin: auto;
	text-align: center;
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
	direction:ltr;
	-webkit-transition: 300ms opacity ease-out;
	-moz-transition: 300ms opacity ease-out;
	transition: 300ms opacity ease-out;
}

.slideshow-window:hover .slideshow-controls {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

body div div.slideshow-controls a,
body div div.slideshow-controls a:hover {
	border:2px solid rgba(255,255,255,0.1) !important;
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.6) !important;
	background-image: url(/wp-content/mu-plugins/shortcodes/css/../img/slideshow-controls.png) !important;
	background-repeat: no-repeat;
	background-size: 142px 16px !important;
	background-position: -34px 8px !important;
	color: #222 !important;
	margin: 0 5px !important;
	padding: 0 !important;
	display: inline-block !important;
	*display: inline;
	zoom: 1;
	height: 32px !important;
	width: 32px !important;
	line-height: 32px !important;
	text-align: center !important;
	-khtml-border-radius: 10em !important;
	-webkit-border-radius: 10em !important;
	-moz-border-radius: 10em !important;
	border-radius: 10em !important;
	-webkit-transition: 300ms border-color ease-out;
	-moz-transition: 300ms border-color ease-out;
	-o-transition: 300ms border-color ease-out;
	transition: 300ms border-color ease-out;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body div div.slideshow-controls a,
	body div div.slideshow-controls a:hover {
		background-image: url(/wp-content/mu-plugins/shortcodes/css/../img/slideshow-controls-2x.png) !important;
	}
}

body div div.slideshow-controls a:hover {
	border-color: rgba(255,255,255,1) !important;
}

body div div.slideshow-controls a:first-child { background-position: -76px 8px !important;}
body div div.slideshow-controls a:last-child { background-position: -117px 8px !important;}
body div div.slideshow-controls a:nth-child(2) { background-position: -34px 8px !important;}
body div div.slideshow-controls a.running { background-position: -34px 8px !important;}
body div div.slideshow-controls a.paused { background-position: 9px 8px !important;}

.slideshow-controls a img {
	border: 50px dotted fuchsia;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}@font-face {
  font-family: 'speedbump';
  src: url(/wp-content/themes/vip/aboutdotme-2014/speedbump/speedbump.eot?87449873);
  src: url(/wp-content/themes/vip/aboutdotme-2014/speedbump/speedbump.eot?87449873#iefix) format('embedded-opentype'),
       url(/wp-content/themes/vip/aboutdotme-2014/speedbump/speedbump.woff?87449873) format('woff'),
       url(/wp-content/themes/vip/aboutdotme-2014/speedbump/speedbump.ttf?87449873) format('truetype'),
       url(/wp-content/themes/vip/aboutdotme-2014/speedbump/speedbump.svg?87449873#speedbump) format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="speedbump-icon-"]:before, [class*=" speedbump-icon-"]:before {
  font-family: "speedbump";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.speedbump-icon-twitter:before { content: '\e800'; } /* '' */
.speedbump-icon-facebook:before { content: '\e801'; } /* '' */
.speedbump-icon-mail:before { content: '\e802'; } /* '' */

.speedbump-prevent-scroll {
	height: 100%;
}
.speedbump-active .speedbump-prevent-scroll {
	position: fixed;
	width: 100%;
}
.speedbump-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.8);
}
.speedbump {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	text-align: center;
	color: #888;
	-webkit-font-smoothing: antialiased;
}
.speedbump,
.speedbump * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.speedbump .speedbump-hero {
	position: relative;
	padding: 80px 20px;
	background-color: #333;
}
.speedbump .speedbump-hero .speedbump-hero-image {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.5;
	z-index: 0;
}
.speedbump .speedbump-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	position: relative;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0px 0px 40px #000;
}
.speedbump .speedbump-body {
	background-color: #fff;
	padding-top: 20px;
}
.speedbump .speedbump-body p {
	font-size: 16px;
	margin-bottom: 1em;
}
.speedbump .speedbump-signup {
	padding: 0 30px 20px 30px;
}
.speedbump .speedbump-signup-top {
	display: none;
}
.speedbump .speedbump-button {
	display: block;
	height: 48px;
	line-height: 48px;
	background-color: #004878;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	-webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.speedbump .speedbump-button:hover {
	opacity: 0.9;
}
.speedbump .speedbump-button .speedbump-icon {
	font-size: 150%;
	position: absolute;
	left: 10px;
	top: 27px;
}
.speedbump .speedbump-button .speedbump-icon:before {
	position: absolute;
	margin-top: -15px;
}
.speedbump .speedbump-facebook {
	background-color: #3a5998;
}
.speedbump .speedbump-twitter {
	background-color: #2ba9e1;
}
.speedbump .alt-options {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 54px;
	line-height: 54px;
}
.speedbump .alt-options .alt-options-section {
	justify-content: center;
	align-items: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
 }
.speedbump .speedbump-no-thanks span,
.speedbump .speedbump-login-link span {
	display: block;
	width: 100%;
	height: 100%;
	color: #999999;
	font-size: 15px;
	cursor: pointer;
	-webkit-transition: color 200ms ease-out;
    -moz-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}
.speedbump .speedbump-no-thanks span:hover,
.speedbump .speedbump-login-link span:hover {
	color: #666666;
}
.speedbump .speedbump-no-thanks {
	border-top: 1px #eeeeee solid;
	border-right: 1px #eeeeee solid;
}
.speedbump .speedbump-login-link {
	border-top: 1px #eeeeee solid;
}

@media only screen and (min-width: 481px) {
	.speedbump {
		top: 25px;
		left: 50%;
		margin-left: -240px;
		right: auto;
		bottom: auto;
		margin-bottom: 25px;
		width: 480px;
	}
	.speedbump .speedbump-hero {
		overflow: hidden;
		border-radius: 3px 3px 0 0;
		padding: 110px 40px;
	}
	.speedbump .speedbump-hero h1 {
		font-size: 26px;
	}
	.speedbump .speedbump-body {
		border-radius: 0px 0px 3px 3px;
	}
	.speedbump .speedbump-signup-top,
	.speedbump .speedbump-signup-bottom {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
	}
	.speedbump .speedbump-button {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		height: 60px;
		line-height: 60px;
	}
	.speedbump .speedbump-signup > .speedbump-button {
		display: none;
	}
	.speedbump .speedbump-signup-bottom .speedbump-button {
		font-size: 14px;
	}
	.speedbump .speedbump-button .speedbump-icon {
		display: inline-block;
		padding-right: 1.5em;
		position: relative;
		left: auto;
		top: auto;
	}
	.speedbump .speedbump-signup-bottom .speedbump-button:first-child {
		margin-right: 5px;
	}
	.speedbump .speedbump-signup-bottom .speedbump-button:last-child {
		margin-left: 5px;
	}
}/* Theme Name: About.me 2014
 * Template: premium/oslo
 * Version: 1.0
 * Description: Child theme of Oslo 
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: oslo
 * Tags: light, white, one-column, two-columns, three-columns, left-sidebar, responsive-layout, featured-images, editor-style, flexible-header, infinite-scroll, sticky-post, theme-options, custom-colors, custom-menu, art, artwork, blog, colorful, craft, design, fashion, journal, magazine, photoblogging, photography, portfolio, clean, contemporary, elegant, minimal, modern, professional, simple, sophisticated, urban
 */
/*about.me normalize*/
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* _lib.scss */
.entry-author {
  *zoom: 1;
}
.entry-author:before, .entry-author:after {
  display: table;
  content: "";
}
.entry-author:after {
  clear: both;
}

/* _base.scss */
html {
  height: 100%;
  color: #777;
  font-size: 14px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  background: #F5F5F5;
}

body {
  height: 100%;
  background: #F5F5F5;
}
body.singular.page {
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}

a {
  color: #2e74c0;
  text-decoration: none;
}
a:hover {
  color: #333;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-header,
.entry-content,
.entry-meta, .entry-author, .entry-comments {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

#content {
  position: relative;
	margin-top: 50px;
}

@media screen and (min-width: 783px) {
  html #content {
    margin-left: 280px;
  }
}
.admin-bar #secondary {
  margin-top: 96px;
}
.admin-bar #widgets {
  top: 96px;
}
@media screen and (min-width: 783px) {
  .admin-bar #secondary {
    top: 82px;
    margin-top: 0;
  }
  .admin-bar #widgets {
    top: 0;
  }
  .admin-bar #content {
    margin-top: 82px;
  }
}
@media screen and (max-width: 782px) {
  #content {
    margin-top: 100px;
  }
  .admin-bar #content {
    margin-top: 50px;
  }
}

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

#masthead,
#secondary {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

article h1, article h2, article h3, article h4, article h5, article h6,
article p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.send-to-readmill-popup {
  display: none;
}

#carousel-reblog-box {
  display: none !important;
}

@media screen and (min-width: 783px) {
  #wpadminbar {
    position: fixed !important;
  }
}
/* _forms.scss */
input:not([type]),
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea,
.text-input,
.blog-textarea,
#sharing_email #target_email, .post-password-form input, #widgets .jetpack_subscription_widget #subscribe-email input {
  padding: 13px 15px;
  color: #222;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  font-weight: 100;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
}
input:focus:not([type]),
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.text-input:focus,
.blog-textarea:focus,
#sharing_email #target_email:focus, .post-password-form input:focus, #widgets .jetpack_subscription_widget #subscribe-email input:focus {
  border-color: #A5A5A5;
  outline: none;
}
input:invalid:not([type]),
input[type=text]:invalid,
input[type=email]:invalid,
input[type=search]:invalid,
input[type=password]:invalid,
textarea:invalid,
.text-input:invalid,
.blog-textarea:invalid,
#sharing_email #target_email:invalid, .post-password-form input:invalid, #widgets .jetpack_subscription_widget #subscribe-email input:invalid {
  color: #CC0000;
  background: #FFF7F7;
  border-color: #E6ACAC;
  outline: none;
  box-shadow: none;
}
#secondary input:not([type]),
#secondary input[type=text],
#secondary input[type=email],
#secondary input[type=search],
#secondary input[type=password],
#secondary textarea,
#secondary .text-input,
#secondary .blog-textarea,
#secondary #sharing_email #target_email,
#sharing_email #secondary #target_email, #secondary .post-password-form input, .post-password-form #secondary input, #secondary #widgets .jetpack_subscription_widget #subscribe-email input, #widgets .jetpack_subscription_widget #subscribe-email #secondary input {
  border: none;
}

input:not([type]),
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea,
.text-input,
.blog-textarea,
#sharing_email #target_email {
  width: 100%;
  margin: 10px 0 20px;
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input[type=submit] {
  padding: 9px 16px;
  color: #FFF;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  border: none;
  border-radius: 3px;
  background: #2e74c0;
}
button:hover,
input[type=submit]:hover {
  opacity: .8;
}
button:active,
input[type=submit]:active {
  opacity: 1;
  background: #333;
}

button {
  padding-top: 8px;
  padding-bottom: 8px;
}

select {
  width: 100%;
  margin: 5px 0 20px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}

label {
  color: #333;
  font-size: 14px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}
#secondary label {
  color: white;
}

.post-password-form label {
  color: #333;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}
.post-password-form label input {
  display: block;
  width: 100%;
  margin: 12px 0 15px;
}

#content .contact-form {
  margin: 40px 0;
}
#content .contact-form label {
  margin: 0;
  font-weight: normal;
}
#content .contact-form label span {
  color: #ADADAD;
}
#content .contact-form label.checkbox, #content .contact-form label.radio {
  margin: 0 10px 10px 0;
  color: #777;
}
#content .contact-form label.checkbox input, #content .contact-form label.radio input {
  margin: 0 5px 0 0;
}
#content .contact-form input[type=text],
#content .contact-form input[type=email],
#content .contact-form textarea {
  width: 100%;
  max-width: 100%;
  margin: 10px 0 20px;
}

/* _secondary.scss */
#content {
  z-index: 10;
}
.widgets-active #content {
  z-index: 0;
}

#secondary {
  z-index: 10;
}

#header-image {
  z-index: 11;
}

.header-image-main {
  z-index: 12;
}

.header-image-blur {
  z-index: 13;
}

#secondary-main {
  z-index: 14;
}

#widgets {
  z-index: 0;
}
.widgets-active #widgets {
  z-index: 15;
}

#widgets-open {
  z-index: 16;
}
.widgets-active #widgets-open {
  z-index: 10;
}

#widgets-close {
  z-index: 10;
}
.widgets-active #widgets-close {
  z-index: 16;
}

@media screen and (min-width: 783px) {
  .sidebar-always #widgets {
    z-index: 15;
  }
}
#secondary {
  position: relative;
  overflow: hidden;
  overflow-x: hidden !important;
  color: white;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  background: #000;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
#secondary a {
  color: inherit;
}
@media screen and (min-width: 783px) {
  #secondary {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    overflow-x: hidden !important;
    width: 280px;
	margin-top: 50px;
  }
}
@media screen and (max-width: 782px) {
  .widgets-active #secondary {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.demo-site #secondary {
  margin-top: 0;
}
@media screen and (min-width: 783px) {
  .demo-site #secondary {
    margin-top: 80px;
  }
}

.demo-site.admin-bar #content {
  margin-top: 0;
}

@media screen and (max-width: 782px) {
  .demo-site #widgets {
    margin-top: 80px;
  }
}
@media screen and (max-width: 621px) {
  .demo-site #widgets {
    margin-top: 100px;
  }
}

#secondary-main {
  position: relative;
}
@media screen and (min-width: 783px) {
  #secondary-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.no-touch #secondary-main {
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out, -moz-transform 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out, -o-transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.widgets-active #secondary-main {
  opacity: 0;
}
.widgets-active.no-touch #secondary-main {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (max-width: 782px) {
  .widgets-active {
    overflow: hidden;
  }
}
#widgets-open,
#widgets-close {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 8px 4px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#widgets-open img,
#widgets-close img {
  display: inline-block;
  vertical-align: top;
}

#widgets-open {
  background: #333;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.no-touch #widgets-open:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.66);
}
.no-touch #widgets-open .screen-reader-text {
  position: relative;
  top: -2px;
  display: inline-block;
  height: 15px;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  vertical-align: top;
  -webkit-transition: max-width 150ms ease-in-out, padding-left 150ms ease-in-out, opacity 150ms ease-in-out;
  -moz-transition: max-width 150ms ease-in-out, padding-left 150ms ease-in-out, opacity 150ms ease-in-out;
  -o-transition: max-width 150ms ease-in-out, padding-left 150ms ease-in-out, opacity 150ms ease-in-out;
  transition: max-width 150ms ease-in-out, padding-left 150ms ease-in-out, opacity 150ms ease-in-out;
}
.no-touch #secondary:hover #widgets-open .screen-reader-text {
  max-width: 75px;
  padding-left: 7px;
  opacity: 1;
}

#widgets-close {
  padding: 7px 10px;
  opacity: 0;
}

.widgets-active #widgets-open {
  opacity: 0;
}
.widgets-active #widgets-close {
  opacity: 1;
}

@media screen and (min-width: 783px) {
  .sidebar-always #widgets-open {
    display: none;
  }
  .sidebar-always #widgets-close {
    display: none;
  }
}
#masthead {
  position: relative;
  padding: 12% 40px;
  text-align: center;
}
@media screen and (min-width: 783px) {
  #masthead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index: 500;
    padding: 40px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  .social-count-4 #masthead {
    -webkit-transform: translateY(38%);
    -moz-transform: translateY(38%);
    -ms-transform: translateY(38%);
    -o-transform: translateY(38%);
    transform: translateY(38%);
  }
  .social-count-3 #masthead {
    -webkit-transform: translateY(41%);
    -moz-transform: translateY(41%);
    -ms-transform: translateY(41%);
    -o-transform: translateY(41%);
    transform: translateY(41%);
  }
  .social-count-2 #masthead {
    -webkit-transform: translateY(44%);
    -moz-transform: translateY(44%);
    -ms-transform: translateY(44%);
    -o-transform: translateY(44%);
    transform: translateY(44%);
  }
  .social-count-1 #masthead {
    -webkit-transform: translateY(47%);
    -moz-transform: translateY(47%);
    -ms-transform: translateY(47%);
    -o-transform: translateY(47%);
    transform: translateY(47%);
  }
}
#masthead .site-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}
#masthead .site-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}
#masthead .site-logo img {
  max-width: 100%;
  max-height: 260px;
}
#masthead .site-logo + .site-title,
#masthead .site-logo + .site-description,
#masthead .site-title + .site-description {
  margin-top: 10px;
}
@media screen and (min-width: 783px) {
  .sidebar-always #masthead {
    position: static;
    padding: 10px 0 30px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .sidebar-always #masthead .site-title,
  .sidebar-always #masthead .site-title a {
    color: #fff;
  }
}

#header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header-image canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header-image .header-image-blur {
  opacity: 0;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}
.widgets-active #header-image .header-image-blur {
  opacity: 1;
}
@media screen and (min-width: 783px) {
  .sidebar-always #header-image .header-image-blur {
    opacity: 1;
  }
}

#colophon {
  display: none;
}
@media screen and (min-width: 783px) {
  #colophon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    font-size: 12px;
  }
}
@media screen and (min-width: 783px) {
  #secondary #colophon {
    display: block;
  }
}
#colophon em {
  font-style: normal;
  font-weight: bold;
}
#colophon .social {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 18px;
  line-height: 1.33;
}
#colophon .site-credits {
  margin-top: 12px;
  line-height: 1.6;
}
#widgets #colophon {
  position: static;
  display: block;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#widgets #colophon .social {
  margin: 0 12px 0 0;
  font-size: 20px;
  line-height: 1.66;
}

#secondary a:hover {
  color: white;
}
#secondary .site-description {
  color: rgba(255, 255, 255, 0.75);
}

#colophon {
  color: rgba(255, 255, 255, 0.75);
}

#widgets {
  color: rgba(255, 255, 255, 0.5);
}
#widgets a {
  color: rgba(255, 255, 255, 0.75);
}
#widgets .widget {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#widgets .widget h1, #widgets .widget h2, #widgets .widget h3, #widgets .widget h4, #widgets .widget h5, #widgets .widget h6 {
  color: rgba(255, 255, 255, 0.9);
}
#widgets .widget h1,
#widgets .widget h1 *, #widgets .widget.widget_calendar caption {
  color: white;
}

#widgets {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden !important;
  padding: 10% 7% 7%;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-out;
  -webkit-transition-delay: 50ms;
  -moz-transition: opacity 150ms ease-out 50ms;
  -o-transition: opacity 150ms ease-out 50ms;
  transition: opacity 150ms ease-out 50ms;
  -webkit-font-smoothing: subpixel-antialiased;
}
.widgets-active #widgets {
  opacity: 1;
}
@media screen and (min-width: 783px) {
  .sidebar-always #widgets {
    opacity: 1;
  }
  #widgets {
    position: absolute;
    padding: 40px;
  }
}
.widgets-active #widgets {
  -webkit-overflow-scrolling: touch;
}
.no-touch #widgets nav li, .no-touch #widgets .widget:not(nav), .touch #widgets .widget {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.no-touch #widgets nav li.animated, .no-touch #widgets .widget:not(nav).animated, .touch #widgets .widget.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.sidebar-always #secondary #widgets .widget, .sidebar-always #secondary #widgets nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.no-touch #widgets .widget:not(nav) {
  -webkit-transition: all 150ms ease-out;
  -webkit-transition-delay: 33ms;
  -moz-transition: all 150ms ease-out 33ms;
  -o-transition: all 150ms ease-out 33ms;
  transition: all 150ms ease-out 33ms;
}
#widgets.opacity-0 {
  background-color: transparent;
}
#widgets.opacity-10 {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/customize-bg-10.png);
}
#widgets.opacity-20 {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/customize-bg-20.png);
}
#widgets.opacity-30 {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/customize-bg-30.png);
}
#widgets.opacity-40 {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/customize-bg-40.png);
}
#widgets.opacity-50 {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/customize-bg-50.png);
}
#widgets.opacity-60 {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/customize-bg-60.png);
}
#widgets.opacity-70 {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/customize-bg-70.png);
}
#widgets.opacity-80 {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/customize-bg-80.png);
}
#widgets.opacity-90 {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/customize-bg-90.png);
}
#widgets.opacity-100 {
  background-color: #000;
}
#widgets .widget {
  padding: 30px 0;
  line-height: 1.45;
  font-weight: 100;
}
#widgets .widget h1, #widgets .widget h2, #widgets .widget h3, #widgets .widget h4, #widgets .widget h5, #widgets .widget h6 {
  margin: 0;
}
#widgets .widget h1, #widgets .widget h1 * {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
#widgets .widget .widget-title {
  margin-top: 7px;
  margin-bottom: 27px;
}
#widgets .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#widgets .widget ul ul {
  padding-left: 20px;
}
#widgets .widget ul ul ul ul ul ul ul {
  padding-left: 5px;
}
#widgets .widget li {
  margin: 8px 0;
}
#widgets .widget iframe {
  max-width: 100% !important;
}
#widgets .widget select {
  margin: 0;
}
#widgets nav.widget {
  padding-top: 20px;
  border-top: none;
}
#widgets.no-nav .widget:first-of-type {
  border-top: none;
}
#widgets #site-navigation {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.4;
}
#widgets .widget:empty {
  display: none;
}
#widgets .widget_search form {
  position: relative;
  width: 100%;
  padding: 5px 6px;
  border: 0;
  border-radius: 3px;
  background: #333;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: background-color 150ms;
  -moz-transition: background-color 150ms;
  -o-transition: background-color 150ms;
  transition: background-color 150ms;
}
#widgets .widget_search input {
  width: 80%;
  margin: 0;
  padding: 5px 6px;
  background: transparent;
  border: none;
  font-weight: 100;
  color: white;
}
#widgets .widget_search input:focus {
  outline: none;
}
#widgets .widget_search input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 5px 22px;
  text-indent: -1000em;
  background: transparent url(/wp-content/themes/vip/aboutdotme-2014/images/icon-search.svg) no-repeat center;
  opacity: .5;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
#widgets .widget_search.active form {
  background: #222;
  background: rgba(0, 0, 0, 0.66);
  border-radius: 3px 4px 4px 3px;
}
#widgets .widget_search.active input[type=submit] {
  opacity: 1;
}
#widgets .widget_calendar table {
  width: 100%;
  font-weight: 100;
}
#widgets .widget_calendar th {
  font-weight: normal;
}
#widgets .widget_calendar th, #widgets .widget_calendar td {
  text-align: left;
}
#widgets .widget_calendar tbody th,
#widgets .widget_calendar tbody td {
  padding: 2px 0;
}
#widgets .widget_calendar td#next {
  text-align: right;
}
#widgets .widget_calendar tfoot td {
  padding: 10px 0 0 0;
}
#widgets .widget_calendar caption {
  padding: 5px 0 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: left;
}
#widgets .jetpack_subscription_widget p {
  margin: 0;
}
#widgets .jetpack_subscription_widget #subscribe-email {
  padding-top: 5px;
}
#widgets .jetpack_subscription_widget #subscribe-email input {
  width: 100%;
}
#widgets .widget_recent_entries a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#widgets .widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
}
#widgets .widget_recent_comments {
  font-size: 12px;
}
#widgets .widget_recent_comments a {
  display: block !important;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#widgets .widget_recent_comments a.url,
#widgets .widget_recent_comments a[rel="nofollow"] {
  display: inline !important;
  font-size: 12px;
}
#widgets .widget_recent_comments img {
  margin: 0 10px 10px 0;
}
#widgets .widget_recent_comments td {
  vertical-align: top;
  word-break: break-word;
  -ms-word-break: break-all;
}
#widgets .widget_recent_comments td a {
  white-space: normal;
}
#widgets .widget_rss .rss-date {
  display: block;
  font-size: 12px;
}
#widgets .widget_rss .rssSummary {
  margin: 10px 0;
  font-size: 12px;
}
#widgets .widget_rss .widget-title a {
  display: inline;
}
#widgets .widget_rss .widget-title a img {
  display: none;
}
#widgets .widget_rss a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#widgets .widget_categories .post-count {
  float: right;
}
#widgets .widget_jetpack_display_posts_widget h4 {
  margin: 20px 0 5px;
  font-size: 14px;
  font-weight: normal;
}
#widgets .widget_jetpack_display_posts_widget p {
  font-size: 12px;
}
#widgets .tlkio-widget iframe {
  background: #FFF;
}
#widgets .widget_image img,
#widgets .widget_jetpack_display_posts_widget img {
  max-width: 100%;
  display: block;
  height: auto;
}
#widgets .widget_recent_images img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}
#widgets .widget_jetpack_my_community ul li {
  margin: 0;
  padding: 0;
}
#widgets .milestone-widget .milestone-header {
  background: rgba(0, 0, 0, 0.5);
}
#widgets .widget_internet_defense_league_widget img {
  max-width: 100%;
  display: block;
  height: auto;
}
#widgets .widget_wpcom_instagram_widget img {
  margin: 0;
}
#widgets .widget_wpcom_instagram_widget .wpcom-instagram-columns-1 img {
  width: 100%;
}
#widgets .widget_wpcom_instagram_widget .wpcom-instagram-columns-2 img {
  width: 50%;
}
#widgets .widget_wpcom_instagram_widget .wpcom-instagram-columns-3 img {
  width: 33%;
}
#widgets .widget_image .wp-caption {
  max-width: 100%;
}
#widgets .widget_image .wp-caption-text {
  margin: 0;
  font-size: 12px;
}
#widgets .widget-grofile img {
  display: block;
}
#widgets .widget-grofile h4 {
  margin: 0;
  padding: 5px 10px 0;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.5);
}
#widgets .widget-grofile .grofile-meta h4 {
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#widgets .widget-grofile .grofile-meta h4 a {
  color: #FFF;
}
#widgets .widget-grofile ul {
  padding: 0 10px !important;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
}
#widgets .widget-grofile p:empty {
  display: none;
}
#widgets .widget-grofile p {
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
}
#widgets .widget-grofile .grofile-accounts {
  padding-top: 5px !important;
}
#widgets .widget-grofile .grofile-full-link {
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
}
#widgets .widget_gravatar img {
  display: block;
  width: 100%;
  height: auto;
}
#widgets .widget_gravatar p {
  margin: 0;
}
#widgets .widget_gravatar p:last-of-type {
  padding: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
}
#widgets .widget_goodreads div[class^="gr_custom_container"] {
  padding: 10px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 0;
}
#widgets .widget_goodreads div[class^="gr_custom_each_container"] {
  margin: 10px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#widgets .widget_goodreads div[class^="gr_custom_book_container"] {
  margin-left: 10px;
}
#widgets .widget_goodreads br {
  display: none;
}
#widgets .widget_blog_subscription input[type=submit] {
  margin-top: 10px;
}
#widgets .widget_flickr #flickr_badge_uber_wrapper {
  width: 100%;
}
#widgets .widget_flickr #flickr_badge_wrapper {
  border: 0;
  width: 100%;
}
#widgets .widget_flickr #flickr_badge_wrapper td {
  padding: 5px;
}
#widgets .widget_flickr #flickr_badge_wrapper a {
  display: block;
  padding: 2px;
  margin: 0;
}
#widgets .widget_flickr #flickr_badge_wrapper a img {
  max-width: 100%;
  height: auto !important;
}
#widgets .widget_flickr #flickr_badge_wrapper br {
  display: none;
}
#widgets .widget_contact_info .confit-address,
#widgets .widget_contact_info .confit-phone {
  margin: 10px 0;
}
#widgets .widget_authors ul ul {
  padding: 0 !important;
  margin-bottom: 20px;
  font-size: 12px;
}
#widgets .widget_authors img {
  display: block;
  margin-bottom: 10px;
}
#widgets .widget_authors strong {
  display: block;
  margin: 2px 0 10px;
  font-weight: normal;
}
#widgets .widget_author_grid ul li {
  margin: 0 !important;
  padding: 0 !important;
}
#widgets .aboutme_widget #am_name {
  margin: 0;
}
#widgets .aboutme_widget #am_name a {
  font-weight: normal;
}
#widgets .aboutme_widget #am_bio p {
  margin-top: 0;
  padding: 0;
  font-size: 12px;
}
#widgets .aboutme_widget #am_thumbnail img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

/* _paging.scss Index and post pagination */
.paging, .infinite-loader, #infinite-handle span {
  position: relative;
  height: 75px;
  margin-top: -1px;
  padding: 0 7%;
  color: #888;
  line-height: 4.625;
  font-size: 16px;
  font-weight: normal;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  background: #F5F5F5;
  border-top: 1px solid #E7E9EC;
}
.paging a, .infinite-loader a, #infinite-handle span a {
  color: inherit;
  -webkit-transition: color 150ms ease;
  -moz-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}
.paging a:hover, .infinite-loader a:hover, #infinite-handle span a:hover {
  color: #333;
}
.columns-active .paging, .columns-active .infinite-loader, .columns-active #infinite-handle span, #infinite-handle .columns-active span {
  position: absolute;
  z-index: 13;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 24px;
}

.paging .nav-links {
  display: table;
  width: 100%;
}
.paging .nav-links .nav-previous,
.paging .nav-links .nav-next {
  display: table-cell;
}
.paging .nav-links .nav-next {
  text-align: right;
}

.infinite-scroll .paging-index {
  display: none;
}

.paging-end {
  display: none;
  color: #AAA;
  text-align: center;
}
.infinity-end .paging-end, .index-paging-end.archive .paging-end, .index-paging-end.search .paging-end {
  display: block;
}

.infinite-loader .spinner {
  left: 0 !important;
  margin: 0 auto;
}

#infinite-handle span {
  display: block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: color 150ms ease;
  -moz-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}
#infinite-handle span:hover {
  color: #333;
}

/* _post.scss */
.entry {
  position: relative;
  padding: 7%;
  background: #FFF;
  border-bottom: 1px solid #E7E9EC;
}
@media screen and (min-width: 783px) {
  .entry {
    padding: 6%;
  }
}
.singular .entry {
  border-bottom: none;
}

.entry-header .entry-title {
  margin-bottom: 20px;
  color: #333;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}
.entry-header .entry-title a {
  color: #333;
}
.entry-header .attachment-post-thumbnail {
  margin-bottom: 26px;
}
.no-title.no-thumbnail .entry-header {
  margin-bottom: -20px;
}
.no-title .entry-header .attachment-post-thumbnail {
  margin-bottom: 32px;
}

.entry-content {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-meta {
  clear: both;
  color: #BBB;
  font-size: 13px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}
.wf-active .entry-meta {
  font-size: 13px !important;
}
.has-meta .entry-meta {
  margin-top: 38px;
}
.singular .entry-meta {
  margin-top: 42px;
}
.singular .entry-meta .entry-meta-title {
  display: inline;
}
.singular .has-share .entry-meta {
  min-height: 1px;
}
.entry-meta .entry-meta-item {
  margin: 8px 0;
}
.singular .entry-meta .entry-meta-item {
  display: block;
}
.entry-meta .entry-meta-item:not(.entry-edit) a {
  color: inherit;
}
.entry-meta .entry-meta-item:not(.entry-edit) a:hover {
  color: inherit;
  text-decoration: underline;
}
.entry-meta .entry-meta-title {
  display: none;
  padding-right: 5px;
  color: #888;
  font-weight: 500;
}
.has-share .entry-meta .entry-meta-items, .has-share .entry-meta .entry-meta-shares {
  display: table-cell;
  vertical-align: bottom;
}
.has-share .entry-meta .entry-meta-items {
  width: 100%;
}
.has-share .entry-meta .entry-meta-shares {
  min-width: 1px;
  white-space: nowrap;
}
.entry-meta .entry-date {
  display: inline;
  padding-right: 10px;
}
.entry-meta .entry-date .entry-date-modified {
  display: none;
  color: #CCC;
  font-style: italic;
}
.singular .entry-meta .entry-date {
  display: block;
  padding-right: 0;
}
.singular .entry-meta .entry-date .entry-date-modified {
  display: inline;
}
.entry-meta .entry-commentslink {
  padding-right: 10px;
}
.entry-meta .entry-edit {
  display: none;
}
.singular .entry-meta .entry-edit {
  display: block;
}

.entry-sticky {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: #2e74c0 url(/wp-content/themes/vip/aboutdotme-2014/images/sticky.svg) no-repeat left;
  background-size: 100%;
}

@media screen and (min-width: 955px) {
  #entries[data-columns='2'] .entry {
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    -moz-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  #entries[data-columns='2'] .entry.columns-loaded {
    opacity: 1;
  }
}
@media screen and (min-width: 783px) {
  body.columns-active {
    overflow-x: hidden;
  }
  body.columns-active #entries {
    background: #FFF;
  }
  body.columns-active #entries:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 29px;
    background: #FFF;
  }
  body.columns-active #columns-separator {
    z-index: 12;
    position: absolute;
    top: 0;
    bottom: -29px;
    left: 49.99%;
    width: 1px;
    background: #E7E9EC;
  }
  body.columns-active .entry {
    width: 50%;
    border-bottom: none;
    border-top: 1px solid #E7E9EC;
    margin: -1px 0 2px 0;
  }
  body.columns-active .entry .entry-header,
  body.columns-active .entry .entry-content,
  body.columns-active .entry .entry-meta {
    max-width: none;
  }
  body.columns-active .entry .entry-content {
    margin-bottom: 25px;
  }
  body.columns-active .entry .entry-meta {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background: #FFF;
    border-bottom: 1px solid transparent;
  }
  body.columns-active .entry .entry-meta-wrap {
    padding: 0 12% 10%;
  }
  body.columns-active.no-touch .entry-content {
    margin-bottom: -15px;
  }
  body.columns-active.no-touch .entry-meta {
    -webkit-transition: bottom 0.15s ease, box-shadow 0.15s ease, border-bottom 0.15s ease;
    -moz-transition: bottom 0.15s ease, box-shadow 0.15s ease, border-bottom 0.15s ease;
    -o-transition: bottom 0.15s ease, box-shadow 0.15s ease, border-bottom 0.15s ease;
    transition: bottom 0.15s ease, box-shadow 0.15s ease, border-bottom 0.15s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  body.columns-active.no-touch .entry-meta-wrap {
    padding: 0 12% 5%;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
  body.columns-active.no-touch .entry:hover .entry-meta,
  body.columns-active.no-touch .entry.has-sharemenu .entry-meta {
    bottom: -28px;
    border-bottom: 1px solid #E7E9EC;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), 0 2px 0 rgba(0, 0, 0, 0.02), 0 3px 0 rgba(0, 0, 0, 0.01), 0 4px 0 rgba(0, 0, 0, 0.01);
  }
  body.columns-active.no-touch .entry:hover .entry-meta .entry-meta-wrap,
  body.columns-active.no-touch .entry.has-sharemenu .entry-meta .entry-meta-wrap {
    opacity: 1;
  }
}
#content .entry-content .gallery {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #DDD;
  border-radius: 6px;
}
#content .entry-content .gallery br {
  display: none;
}
#content .entry-content .gallery .gallery-item {
  display: inline-block;
  float: none;
  position: relative;
  vertical-align: top;
  width: 33.333%;
  margin: 0;
  padding: 10px;
  text-align: left;
}
#content .entry-content .gallery .gallery-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  max-height: 24px;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  font-weight: 100;
  line-height: 1.71;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.33);
  border-radius: 0 0 3px 3px;
}
#content .entry-content .gallery .gallery-icon img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 3px;
}

.entry-author {
  display: none;
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #E7E9EC;
}
.show-post-author.singular .entry-author {
  display: block;
}

.entry-author .avatar {
  display: block;
  float: left;
  margin-right: 25px;
  border-radius: 3px;
}

.author-info {
  margin-left: 97px;
}

.author-name {
  margin-top: -2px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

.author-description {
  margin: 10px 0 0;
  line-height: 1.64;
}

.author-link {
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}

/* _post_content.scss */
.entry-header iframe, .entry-content iframe,
.entry-header embed,
.entry-content embed,
.entry-header object,
.entry-content object,
.entry-header img,
.entry-content img,
.entry-header video,
.entry-content video,
.entry-header .wp-caption,
.entry-content .wp-caption, .entry-header > div, .entry-content > div {
  display: block;
  max-width: 100%;
}
body:not(.wp-editor) .entry-header img, body:not(.wp-editor) .entry-content img {
  height: auto;
}

.entry-content {
  line-height: 1.64;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 25px 0 -10px;
  color: #333;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  font-weight: 100;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.3;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content h2 {
  margin: 26px 0 -6px;
  font-size: 22px;
}
.entry-content h3 {
  margin: 27px 0 -6px;
  font-size: 18px;
}
.entry-content h4 {
  margin: 28px 0 -7px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .025em;
  text-transform: none;
}
.entry-content h5, .entry-content h6 {
  margin: 27px 0 -7px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .1em;
}
.entry-content h6 {
  padding-bottom: 8px;
  border-bottom: 1px solid #EEE;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content a.more-link {
  display: inline-block;
  margin-top: 7px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}
.wf-active .entry-content a.more-link {
  font-size: inherit !important;
}
.entry-content a.more-link:hover {
  text-decoration: none;
}
.entry-content p,
.entry-content hr,
.entry-content blockquote,
.entry-content blockquote cite,
.entry-content dl,
.entry-content menu,
.entry-content ol,
.entry-content ul,
.entry-content audio,
.entry-content video,
.entry-content img,
.entry-content .wp-caption,
.entry-content table {
  margin: 20px 0;
}
.entry-content blockquote {
  padding: 0 0 0 20px;
  border-left: 1px solid #DDD;
}
.entry-content blockquote cite {
  display: block;
}
.entry-content blockquote.pullquote {
  position: relative;
  float: right;
  width: 30%;
  padding: 20px 0 20px 30px;
  margin: 10px 0 10px 20px;
  color: #3B3B3B;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.56;
  border: 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.entry-content blockquote.pullquote p {
  margin: 0 0 20px;
}
.entry-content blockquote.pullquote p:last-of-type {
  margin: 0;
}
.entry-content blockquote.pullquote:before {
  content: '\201C';
  position: absolute;
  top: 30px;
  left: 0;
  color: #D2D2D2;
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: .75;
}
.entry-content dl, .entry-content menu, .entry-content ol, .entry-content ul {
  padding: 0;
}
.entry-content ol, .entry-content ul {
  padding-left: 16px;
}
.entry-content ol ol, .entry-content ol ul, .entry-content ul ol, .entry-content ul ul {
  margin: 0;
}
.entry-content li {
  padding-left: 4px;
}
.entry-content hr {
  height: 1px;
  border: 0;
  background: #eee;
}
.entry-content iframe,
.entry-content embed,
.entry-content object {
  margin: 20px 0 !important;
}
.entry-content .fluid-width-video-wrapper {
  margin-bottom: 18px;
}
.entry-content .fluid-width-video-wrapper iframe,
.entry-content .fluid-width-video-wrapper embed,
.entry-content .fluid-width-video-wrapper object {
  margin: 0 !important;
}
.entry-content img,
.entry-content .wp-caption {
  padding: 10px 0;
}
.entry-content .wp-caption img {
  margin: 0;
  padding: 0;
}
.entry-content .aligncenter {
  margin: 20px auto;
}
.entry-content .alignleft,
.entry-content .wp-caption.alignleft {
  float: left;
  margin-top: 6px;
  padding: 0 20px 0 0;
}
.entry-content .alignright,
.entry-content .wp-caption.align-right {
  float: right;
  margin-top: 6px;
  padding: 0 0 0 20px;
}
.entry-content .wp-caption-text,
.entry-content .wp-caption .wp-caption-text {
  margin: 0;
  padding: 10px 0 0 0;
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}
.entry-content td, .entry-content th {
  padding: 5px;
  border: 1px solid #DDD;
}
.entry-content dt {
  color: #555;
  font-weight: bold;
}
.entry-content dd {
  margin: 0 0 10px;
}
.entry-content pre {
  padding: 20px;
  background: #FAFAFA;
  border: 1px solid #EEE;
}
.entry-content .youtube5container,
.entry-content .youtube5placeholder {
  max-width: 100%;
}
.entry-content .entry-nav {
  margin: 28px 0 13px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}
.entry-content .entry-nav .entry-nav-title {
  padding-right: 5px;
}
.entry-content .entry-nav .entry-nav-link {
  padding: 0 5px;
  text-decoration: underline;
}
.entry-content .entry-nav a .entry-nav-link {
  text-decoration: none;
}

/* _page.scss */
.page-header {
  position: relative;
  z-index: 13;
  padding: 28px 7%;
  color: #888;
  font-size: 14px;
  line-height: 2;
  background: #FFF;
  border-bottom: 1px solid #E7E9EC;
}
@media screen and (min-width: 783px) {
  .page-header {
    padding: 28px 6%;
  }
}
@media screen and (max-width: 480px) {
  .page-header {
    text-align: center;
  }
}
.page-header h1 {
  font-size: 18px;
  line-height: 1.56;
  font-weight: 100;
}
.page-header h1 .term {
  color: #333;
  padding-left: .25em;
}
.page-header .page-description {
  color: #AAA;
}
.page-header .page-description p {
  margin: 5px 0 0 0;
}

.error404 .widgettitle {
  margin-bottom: 20px;
}

/* _comments.scss */
.entry-comments {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #E7E9EC;
}
.entry-comments ol, .entry-comments ul {
  margin: 20px 0;
  list-style: none;
}

.comments-title {
  margin-bottom: 42px;
  color: #333;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.comments-title span {
  color: #AAA;
}
.no-comments .comments-title {
  display: none;
}

.comment-list {
  padding: 0;
}
.comment-list .children {
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid #DDD;
}
.comment-list .children .children {
  padding-left: 20px;
  border-left: none;
}

.comment {
  margin: 32px 0;
}
.comment header {
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  font-size: 16px;
}
.comment header a {
  color: inherit;
}
.comment .comment-meta {
  color: #BBB;
  font-size: 13px;
  padding-top: 3px;
}
.comment .avatar {
  float: left;
  margin-right: 15px;
  border-radius: 3px;
}
.comment .comment-author {
  color: #D2D2D2;
  font-size: 14px;
  line-height: 1.1;
}
.comment .comment-author cite {
  color: #333;
  font-size: 16px;
  font-style: normal;
}
.comment.pingback .comment-author {
  line-height: 1.4;
}
#content .comment .comment-content ul {
  list-style-type: circle;
}
#content .comment .comment-content ol {
  list-style-type: decimal;
}
#content .comment .comment-content img {
  margin: 0;
  padding: 0;
}
.comment footer {
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}
.comment footer .comment-reply-link,
.comment footer .comment-edit-link {
  padding-right: 10px;
}
.comment footer .comment-reply-link a:hover,
.comment footer .comment-edit-link a:hover {
  text-decoration: underline;
}
.comment footer:empty {
  padding: 0;
}

#respond {
  margin: 42px 0;
}
.comment-list #respond {
  margin: 30px 0 0;
}
.no-comments #respond {
  margin-top: 0;
}
#respond p {
  padding: 0;
  margin: 10px 0;
}
#respond p.form-submit {
  margin-bottom: 20px;
}
#respond .text-input,
#respond .blog-textarea {
  margin: 0;
  font-weight: normal;
}
#respond .logged-in-as {
  margin-bottom: -12px;
  padding: 10px 15px;
  color: #AAA;
  font-size: 12px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  background: #FAFAFA;
  border: 1px solid #D9D9D9;
  border-radius: 3px 3px 0 0;
}
#respond .logged-in-as a:last-of-type {
  float: right;
}
#respond .comment-guidelines {
  float: right;
  margin-bottom: 20px;
  color: #CCC;
  line-height: 1.4;
}
#respond #submit {
  margin-right: 5px;
}
#respond .comment-reply-title {
  margin: 30px 0;
  color: #333;
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.32;
  letter-spacing: 1px;
}
#respond .comment-reply-title small {
  float: right;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 2.5;
  letter-spacing: normal;
}
.no-comments #respond .comment-reply-title {
  margin-top: 0;
}
#respond #jetpack_remote_comment {
  min-height: 53px;
}
#respond .comment-subscription-form label {
  color: #777;
  font-size: 12px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}

.comment-navigation .page-numbers {
  margin: 0 6px 0 0;
}
.comment-navigation .current {
  text-decoration: underline;
}
.comment-navigation .prev {
  margin-right: 18px;
}
.comment-navigation .next {
  margin-left: 18px;
}
.comment-navigation#comment-nav-above {
  margin: -10px 0 40px;
}

/* _jetpack-sharing.scss */
/*.entry .sharedaddy {
  display: none;
}*/

.baremenu-button, .likemenu-button, .sharemenu-button {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 22px;
  height: 18px;
  margin: 0 0 -4px 5px;
  background: transparent url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share.svg) no-repeat center;
  opacity: .3;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
}
.no-touch .baremenu-button:hover, .no-touch .likemenu-button:hover, .no-touch .sharemenu-button:hover, .active.baremenu-button, .active.likemenu-button, .active.sharemenu-button {
  opacity: 1;
}
.touch .baremenu-button, .touch .likemenu-button, .touch .sharemenu-button {
  width: 28px;
}
.singular .baremenu-button, .singular .likemenu-button, .singular .sharemenu-button {
  top: 0;
  margin-bottom: 0;
}

.sharedaddy.baremenu, .sharedaddy.sd-like.likemenu, .sharemenu {
  display: none;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 990;
  margin-top: -16px;
  margin-right: -30px;
  font-size: 14px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  background: #FFF;
  border-radius: 3px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
}
.sharedaddy.baremenu:after, .sharedaddy.sd-like.likemenu:after, .sharemenu:after, .sharedaddy.baremenu:before, .sharedaddy.sd-like.likemenu:before, .sharemenu:before {
  top: 100%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sharedaddy.baremenu:after, .sharedaddy.sd-like.likemenu:after, .sharemenu:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFF;
  border-width: 10px;
}
.sharedaddy.baremenu:before, .sharedaddy.sd-like.likemenu:before, .sharemenu:before {
  right: 19px;
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #CACACA;
  border-width: 11px;
}
.active.sharedaddy.baremenu, .active.sharedaddy.sd-like.likemenu, .active.sharemenu {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 150ms, -webkit-transform 150ms;
  -moz-transition: opacity 150ms, -moz-transform 150ms;
  -o-transition: opacity 150ms, -o-transform 150ms;
  transition: opacity 150ms, transform 150ms;
  -webkit-transform: translateY(13%) scaleY(0.75);
  -moz-transform: translateY(13%) scaleY(0.75);
  -ms-transform: translateY(13%) scaleY(0.75);
  -o-transform: translateY(13%) scaleY(0.75);
  transform: translateY(13%) scaleY(0.75);
}
.active.below.sharedaddy.baremenu, .active.below.sharedaddy.sd-like.likemenu, .active.below.sharemenu {
  margin-top: 15px;
  -webkit-transform: translateY(-13%) scaleY(0.75);
  -moz-transform: translateY(-13%) scaleY(0.75);
  -ms-transform: translateY(-13%) scaleY(0.75);
  -o-transform: translateY(-13%) scaleY(0.75);
  transform: translateY(-13%) scaleY(0.75);
}
.active.animate-in.sharedaddy.baremenu, .active.animate-in.sharedaddy.sd-like.likemenu, .active.animate-in.sharemenu {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.active.animate-out.sharedaddy.baremenu, .active.animate-out.sharedaddy.sd-like.likemenu, .active.animate-out.sharemenu {
  opacity: 0;
  -webkit-transition: opacity 250ms, -webkit-transform 250ms;
  -moz-transition: opacity 250ms, -moz-transform 250ms;
  -o-transition: opacity 250ms, -o-transform 250ms;
  transition: opacity 250ms, transform 250ms;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.active.animate-out.sharedaddy.baremenu:before, .active.animate-out.sharedaddy.sd-like.likemenu:before, .active.animate-out.sharemenu:before, .active.animate-out.sharedaddy.baremenu:after, .active.animate-out.sharedaddy.sd-like.likemenu:after, .active.animate-out.sharemenu:after {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.active.below.sharedaddy.baremenu:after, .active.below.sharedaddy.sd-like.likemenu:after, .active.below.sharemenu:after, .active.below.sharedaddy.baremenu:before, .active.below.sharedaddy.sd-like.likemenu:before, .active.below.sharemenu:before {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #FFF;
}
.active.below.sharedaddy.baremenu:before, .active.below.sharedaddy.sd-like.likemenu:before, .active.below.sharemenu:before {
  border-bottom-color: #CACACA;
}

.sharedaddy.baremenu {
  max-width: 320px;
  padding: 15px;
}
.sharedaddy.baremenu .sd-title {
  display: none;
}
.sharedaddy.baremenu .sd-block {
  margin: 0;
  padding: 0;
  border: 0;
}
.sharedaddy.baremenu .sd-content {
  float: none;
  width: 100%;
}
.sharedaddy.baremenu .sd-content a, .sharedaddy.baremenu .sd-content span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sharedaddy.baremenu .sd-content ul {
  margin: 0 !important;
}

.likemenu-button {
  top: -2px;
  margin-left: 0;
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-like.svg);
}
.singular .likemenu-button {
  top: -1px;
}

.sharedaddy.sd-like.likemenu {
  max-width: 253px;
  padding: 15px 10px 2px 15px;
}
.sharedaddy.sd-like.likemenu.active {
  -webkit-transform: translateY(32%) scaleY(0.5);
  -moz-transform: translateY(32%) scaleY(0.5);
  -ms-transform: translateY(32%) scaleY(0.5);
  -o-transform: translateY(32%) scaleY(0.5);
  transform: translateY(32%) scaleY(0.5);
}
.sharedaddy.sd-like.likemenu.active.below {
  -webkit-transform: translateY(-32%) scaleY(0.5);
  -moz-transform: translateY(-32%) scaleY(0.5);
  -ms-transform: translateY(-32%) scaleY(0.5);
  -o-transform: translateY(-32%) scaleY(0.5);
  transform: translateY(-32%) scaleY(0.5);
}
.sharedaddy.sd-like.likemenu.active.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.sharedaddy.sd-like.likemenu .sd-title {
  display: none;
}
.sharedaddy.sd-like.likemenu .post-likes-widget {
  float: none;
  width: 100%;
}

body div.jetpack-likes-widget-wrapper {
  height: auto;
}

#likes-other-gravatars {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sharemenu.active {
  display: table;
  table-layout: fixed;
}
.sharemenu.icon-mode .sharemenu-main a {
  padding: 18px 30px;
}
.sharemenu.icon-mode .sharemenu-main .icon {
  left: 0;
  right: 0;
  width: auto;
}
.sharemenu.icon-mode.show-more .sharemenu-main a {
  padding-right: 22px;
}
.sharemenu.text-mode .sharemenu-main a {
  padding-left: 16px;
}
.sharemenu.text-mode .sharemenu-main .icon {
  display: none;
}
.sharemenu.text-mode.show-more .sharemenu-main a {
  max-width: none;
  padding: 11px 30px 11px 16px;
}
.sharemenu.official-mode .sharedaddy {
  display: block;
}
.sharemenu.official-mode .sharedaddy .sd-title {
  display: none;
}
.sharemenu.official-mode .sharedaddy .sd-block {
  padding: 12px 5px 7px 12px;
  border: none;
}
.sharemenu.official-mode .sharedaddy .sd-content {
  float: none;
  width: auto;
  margin: 0;
}
.sharemenu.official-mode .sharedaddy .sd-content li {
  float: none;
}
.sharemenu.official-mode .sharedaddy .sd-content li * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sharemenu.official-mode .sharedaddy .sd-content .sharing-hidden li {
  float: left;
}
.sharemenu.official-mode .sharedaddy .sd-content .share-end {
  display: none;
}
.sharemenu.show-more .sharemenu-show-more .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-less.svg);
}
.sharemenu.show-more .sharemenu-main a {
  max-width: 0;
  padding-right: 0;
}
.sharemenu.show-more .sharemenu-more {
  display: table-cell;
  max-width: 280px;
  border-left: 1px solid #EFEFEF;
}
.sharemenu .sharemenu-more {
  display: none;
  vertical-align: top;
  max-width: 0;
  overflow: hidden;
}
.sharemenu .sharemenu-more .sd-content {
  width: 220px;
  padding: 15px !important;
  float: none;
}
.sharemenu .sharemenu-more li {
  margin: 0 10px 0 0;
}
.sharemenu .sharemenu-more a, .sharemenu .sharemenu-more span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sharemenu-main {
  display: table-cell;
}
.sharemenu-main a {
  position: relative;
  display: block;
  max-width: 400px;
  overflow: hidden;
  padding: 11px 30px 11px 45px;
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid #EFEFEF;
  white-space: nowrap;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
}
.sharemenu-main a:hover {
  color: #333;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.sharemenu-main a:hover .icon {
  opacity: .8;
  -webkit-filter: grayscale(100%) brightness(0%);
  -moz-filter: grayscale(100%) brightness(0%);
  filter: grayscale(100%) brightness(0%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.sharemenu-main a.sharemenu-show-more {
  color: #B9B9B9;
  font-size: 12px;
}
.sharemenu-main a.sharemenu-show-more:hover {
  color: #333;
}
.sharemenu-main a:last-of-type {
  border: none;
}
.sharemenu-main .icon {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 24px;
  padding: 0;
  opacity: 1;
  background: transparent url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-default.svg) no-repeat center;
}
.sharemenu-main .sharemenu-show-more .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-more.svg);
}
.sharemenu-main .sharemenu-show-less .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-less.svg);
}
.sharemenu-main .share-digg .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-digg.svg);
}
.sharemenu-main .share-email .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-email.svg);
}
.sharemenu-main .share-print .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-print.svg);
}
.sharemenu-main .share-reddit .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-reddit.svg);
}
.sharemenu-main .share-pocket .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-pocket.svg);
}
.sharemenu-main .share-tumblr .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-tumblr.svg);
}
.sharemenu-main .share-twitter .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-twitter.svg);
}
.sharemenu-main .share-facebook .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-facebook.svg);
}
.sharemenu-main .share-linkedin .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-linkedin.svg);
}
.sharemenu-main .share-pinterest .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-pinterest.svg);
}
.sharemenu-main .share-stumbleupon .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-stumbleupon.svg);
}
.sharemenu-main .share-google-plus-1 .icon {
  background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/icon-share-googleplus.svg);
}

body #sharing_email label {
  color: #333;
  font-size: 14px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  font-weight: normal;
}
body #sharing_email input[type="text"] {
  width: 100%;
  margin: 10px 0 15px;
}
body #sharing_email .sharing_cancel {
  color: #888;
  font-size: 16px;
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
}
body #sharing_email .response-sub {
  margin: 10px 0;
  color: #777;
}
body #sharing_email .response .sharing_cancel {
  padding: 0;
}

/* _plugins.scss */
img#wpstats {
  display: none;
}

#content .slideshow-window {
  margin: 20px 0;
}
#content .slideshow-window .slideshow-slide {
  max-width: 100%;
}
#content .slideshow-window .slideshow-slide img {
  display: inline;
  margin: 0;
}

#content .tiled-gallery {
  margin: 20px 0;
}

#content .videopress-placeholder {
  display: block;
  height: auto !important;
  max-width: 100%;
}

#content .video-player video {
  height: auto;
}

#jp-relatedposts img {
  margin: 0;
}
#jp-relatedposts .jp-relatedposts-post-title {
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  line-height: 1.4;
}
#jp-relatedposts .jp-relatedposts-post-context {
  font-family: "Proxima Nova","proxima-nova-1","proxima-nova-2",Tahoma,Helvetica,Verdana,sans-serif;
  font-size: 12px;
}
#jp-relatedposts .jp-relatedposts-post-excerpt {
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.33;
}


/* about.me stuff */
.aboutme_header {
    height: 50px;
    width: 100%;
    background: #fff;
    line-height: 50px;
    border-bottom: 1px solid #e7e9ec;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    position: fixed;
    top: 0;
    z-index: 20;
}
.admin-bar .aboutme_header {
	top:32px;
}
.aboutme_site-title {
  float: left;
}
.page-list {
  float: left;
}
.page-list li {
  float: left;
  list-style: none;
}
.page-list li.separator {
  margin-right: 15px;
  margin-left: 15px;
  padding: 0;
  width: 1px;
  height: 50px;
  background-color: #e7e9ec;
}
.aboutme_masthead {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

.aboutme_branding {
    /*float: left;*/
    text-align: left;
}

.aboutme_header .nav-item.aboutme_logo {
    display: block;
    width: 120px;
    /*height: 50px;*/
    padding: 0 ;
    background-image: url(/wp-content/themes/vip/aboutdotme-2014/images/aboutme-logo-blue.svg);
    background-position: center 16px;
    background-repeat: no-repeat;
    background-size: 78.9473684px 14px;
    text-indent: -9999px;
    margin-right: 15px;
}
.aboutme_header .account-links {
    float: right;
    display: block;
}

.aboutme_header .account-links li {
    display: block;
    float: right;
}

.aboutme_header .account-links .signup {
    margin-right: 5px;
}

.aboutme_header .nav-item {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 15px;
    color: #888;
}

.aboutme_header .nav-item:hover {
    background-color: #f8f8f8;
}
.aboutme_header .account-links {
    float: right;
    display: block;
}

.aboutme_header .account-links li {
    display: block;
    float: right;
}
@media screen and (max-width:782px){
  .page-list,
  .aboutme_site-title {
    float: none;
  }
  .page-list {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #e7e9ec;
    background-color: #f5f5f5;
  }
  .admin-bar .aboutme_header {
    top:46px;
    box-shadow: none;
  }
  .aboutme_header .nav-item:hover {
    background-color: #ededed;
  }
  .page-list li.separator {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .aboutme_header .nav-item.aboutme_logo {
    width: 100px;
    /*background-position: center 11px;*/
  }
  .admin-bar .aboutme_header {
    top:46px;
    box-shadow: none;
    position: absolute;
  }
  .aboutme_header .nav-item {
    padding: 0 10px;
  }
}
.button {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    padding: 0 15px;
    background-color: #fff;
    color: #444;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.3), inset 0px -60px 40px -40px rgba(0,0,0,0.05);
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.button:hover {
    color: #444;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.5), inset 0px -40px 40px -40px rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.3);
}

.button:active {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.5), inset 0px 40px 40px -40px rgba(0,0,0,0.1);
}

button.button {
    font-family: inherit;
}

button.button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a.button {
    text-decoration: none !important;
}

.button.xlarge {
    font-size: 24px;
    line-height: 48px;
    padding: 0 40px;
}

.button.large {
    font-size: 16px;
    line-height: 38px;
    padding: 0 20px;
}

.button.small {
    font-size: 12px;
    line-height: 23px;
    padding: 0 12px;
}

.button.xsmall {
    font-size: 10px;
    line-height: 18px;
    padding: 0 9px;
}

.button.light.white {
    background-color: #fff;
}

.button.light.grey {
    background-color: #eee;
}

.button.dark {
    color: #fff;
    background-color: #777;
}

.button.dark:hover {
    color: #fff;
}

.button.dark.grey {
    background-color: #777;
}

.button.dark.blue {
    background-color: #0077b3;
}

.button.dark.red {
    background-color: #990000;
}

.button.dark.orange {
    background-color: #FF8415;
}

.menu-content .button.light.white {
    background-color: #f8f8f8;
}

.menu-content .button.light.white:hover {
    background-color: #fff;
}

.menu-content .button.light.grey {
    background-color: #e7e7e7;
}

.menu-content .button.light.grey:hover {
    background-color: #eee;
}

.button.dark.branded.facebook {
    background-color: #3b5998;
}

.button.dark.branded.twitter {
    background-color: #2ca9e1;
}

.button.dark.branded.linkedin {
    background-color: #4875B4;
}

.button.dark.branded.instagram {
    background-color: #517fa4;
}

.button.dark.branded.tumblr {
    background-color: #456f99;
}

.button.dark {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.05), inset 0px -60px 60px -40px rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.2);
}

.button.dark:hover {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.1), inset 0px -40px 40px -40px rgba(0,0,0,0.3);
    border-color: rgba(0,0,0,0.3);
}

.button.dark:active {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.1), inset 0px 40px 40px -40px rgba(0,0,0,0.3);
}

.button.dark.orange {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.05), inset 0px -60px 60px -40px rgba(0,0,0,0.15);
}

.button.dark.orange:hover {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.1), inset 0px -40px 40px -40px rgba(0,0,0,0.2);
}

.button.dark.orange:active {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0 1px rgba(255,255,255,0.1), inset 0px 40px 40px -40px rgba(0,0,0,0.2);
}

.button.disabled,
.button.disabled:hover,
.button.disabled:active {
    filter: alpha(opacity=40);
    opacity: 0.4;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
    cursor: default;
    border: 1px solid rgba(0,0,0,0.4);
}

.button.dark.disabled,
.button.dark.disabled:hover,
.button.dark.disabled:active {
}

.button .loading-text {
    display: none;
}

.button.loading .default-text {
    display: none;
}

.button.loading .loading-text {
    margin-left: -6px;
    display: inline-block;
    background-image: url(/images/ajax/ajax-loader-333-fff.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}

.button.dark.loading .loading-text {
    background-image: url(/images/ajax/ajax-loader-darkbutton.gif);
}

.button.dark.blue.loading .loading-text {
    background-image: url(/images/ajax/ajax-loader-darkblue.gif);
}

.button .hover-text {
    display: none;
}

.button.button-hover.button-hovered .hover-text,
.button.button-hover:hover .hover-text {
    display: inline;
}

.button.button-hover.button-hovered .default-text,
.button.button-hover:hover .default-text {
    display: none;
}

.buttons {
    line-height: 30px;
    zoom: 1;
}

.buttons.large {
    line-height: 40px;
}

.buttons.small {
    line-height: 25px;
}

.buttons:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.buttons .button {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.buttons .button.small {
    margin-right: 8px;
}

.buttons .button:last-child {
    margin-right: 0px;
}

.buttons:last-child .button,
.buttons.last .button {
    margin-bottom: 0px;
}

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

.buttons.center .button {
    float: none;
    margin: 0 8px 0 7px;
}

.buttonbar {
    zoom: 1;
    clear: left;
}

.buttonbar:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}

.buttonbar > .button {
    float: left;
    margin-right: -1px;
    z-index: 1;
    position: relative;
    border-radius: 0px;
    white-space: nowrap;
}

.buttonbar > .button:hover {
    z-index: 2;
}

.buttonbar > .button.active,
.buttonbar > .button.active:hover {
    background-color: #d5e6ef;
    z-index: 3;
    border-color: #A5B6C0;
    border-color: rgba(0,0,0,0.15);
    box-shadow: none;
    cursor: default;
}

.buttonbar > .button:first-child,
.buttonbar > .button.first {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.buttonbar > .button:last-child,
.buttonbar .button.last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right: 0;
}

.buttonbar .buttonbar {
    clear: none;
    float: left;
}

.buttonbar .buttonbar > .button:first-child,
.buttonbar .buttonbar > .button.first,
.buttonbar .buttonbar > .button:last-child,
.buttonbar .buttonbar .button.last {
    border-radius: 0px;
}
.clearfix {
    zoom: 1;
}

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

