/*
Theme Name: Oh My Vogue
Theme URI: http://www.pipdig.co
Author: pipdig
Author URI: http://www.pipdig.co
Description: A WordPress theme by pipdig.
Version: 199
*/


/* Global
----------------------------------------------- */
html {overflow-x: hidden}
body {
	color: #333;
	font-weight: 400;
	font-family: verdana, arial,sans-serif;
	font-size: 11px;
	line-height: 1.6;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 1.25em 0 .5em;
	font-weight: 400;
	font-family: Raleway ,sans-serif;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
h1 {
	font-size: 16px;
	font-size: 1.6rem;
	}
h2 {
	font-size: 14px;
	font-size: 1.4rem;
	}
h3 {
	font-size: 13px;
	font-size: 1.3rem;
	}
h4 {
	font-size: 12px;
	font-size: 1.2rem;
	}
h5 {
	font-size: 11px;
	font-size: 1.1rem;
	}
h6 {
	font-size: 10px;
	font-size: 1rem;
	}


/* Links */
a {
	color: #000;
	outline: none;
	-webkit-transition: all 0.26s ease 0s; 
	   -moz-transition: all 0.26s ease 0s; 
		 -o-transition: all 0.26s ease 0s; 
	}
a:visited {
	color: #000;
	}
a:hover,
a:focus,
a:active {
	color: #ccc;
	text-decoration:none;
	}


.entry-content a {
	font-weight: bold;
}
.entry-content a:hover {
	color: #999;
}

/* Text Elements */
blockquote p {
	line-height: 1.6;
	}
dd {
	margin-bottom: 1em;
	}


.entry-content img {
    margin: 2px 0;
}

/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 26px;
	color: #333;
	border-color: #eee;
	line-height: 26px;
	box-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	}

textarea {
	width: 80%;
	height: auto;
	}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #ddd;
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 5px 10px;
	color: #777;
	font-size: 10px;
	font-family: Arial, sans-serif;
	height: 36px;
	text-transform: uppercase;
	background: #f1f1f1;
	border:0;
	letter-spacing:1px;
	}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #ddd;
	color:#333;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	}
table th,
table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
	}
table th {
	font-weight: bold;
	}
table thead th {
	vertical-align: bottom;
	}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
	}
table tbody + tbody {
	border-top: 2px solid #ddd;
	}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
	}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
	}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: block;
	clip: auto !important;
	line-height: normal;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
	}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
*:first-child+html .clearfix {
	min-height: 1px;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	}

/* HEADER
----------------------------------------------- */
.site-header {
	padding: 0;
	text-align:center;
	}
.site-branding {
	/* float: left; commented out phil */
	}
.site-title {
	margin: 55px auto 30px;
	font-size: 58px;
	font-family: raleway,sans-serif;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: 6px;
	}
.site-title a {
	color: #000;
	text-decoration: none;
	}
.site-description {
	display:none;
	color: #444;
	font-weight: 400;
	font-family: raleway,sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
	text-transform:uppercase;
	}

/* MENU
----------------------------------------------- */
.sf-menu ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.sf-menu ul {
	display: table;
	}
* html .sf-menu ul {
	height: 1%;
	}
*:first-child+html .sf-menu ul {
	min-height: 1px;
	}
.sf-menu ul {
	display: block;
	}

.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sf-menu li ul {
	top: -999em;
	position: absolute;
	z-index: 99999;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 40px;
	}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
	}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	top: 0;
	left: 170px;
	}
.sf-menu li {
	float: left;
	position: relative;
	visibility:	inherit;
	}
.sf-menu li a {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font: 12px Raleway, arial, sans-serif;
	}
.sf-menu li a:hover,
.sf-menu li.sfHover > a,
.sf-menu li.current_page_item > a,
.sf-menu li.current-menu-item > a,
.sf-menu li.current-menu-parent > a,
.sf-menu li.current-page-parent > a,
.sf-menu li.current-page-ancestor > a,
.sf-menu li.current_page_ancestor > a {
	}
.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	width: 140px;
	}

#top-navigation {
	background: #333;
	}
#top-navigation ul {
	}
#top-navigation li ul {
	}
#top-navigation li:hover ul,
#top-navigation li.sfHover ul {
	top: 40px;
	background: #333;
	border-left: none;
	}
#top-navigation li li:hover ul,
#top-navigation li li.sfHover ul {
	top: -1px;
	}
#top-navigation li {
	}
#top-navigation li li {
	border-right: none;
	}
#top-navigation li a {
	padding: 0 15px;
	color: #a6a6a6;
	font-size: .9em;
	line-height: 40px;
	}
#top-navigation li a:hover,
#top-navigation li.sfHover > a,
#top-navigation li.current_page_item > a,
#top-navigation li.current-menu-item > a,
#top-navigation li.current-menu-parent > a,
#top-navigation li.current-page-parent > a,
#top-navigation li.current-page-ancestor > a,
#top-navigation li.current_page_ancestor > a {
	color: #fff;
	}
#top-navigation li:hover li a,
#top-navigation li.sfHover li a {
	padding: 10px 15px;
	font-size: .75em;
	line-height: normal;
	}

#main-navigation {
	text-align: center;
	background: rgba(255,255,255, 0.72);
	}
#main-navigation li a {
	padding: 0 38px;
	color: #000;
	line-height: 38px;
	letter-spacing: 2px;
	}
#main-navigation .sf-menu > ul > li:after {
	width: 6px;
	float: left;
	margin-top: 11px;
	content: " ";
	display: block;
	color: #555;
	font-size: 16px;
	font-family: Arial, sans-serif;
	}
#main-navigation .sf-menu > ul > li:last-child:after {
	display: none;
	}
#main-navigation li:hover ul,
#main-navigation li.sfHover ul {
	top: 50px;
	}
#main-navigation li li:hover ul,
#main-navigation li li.sfHover ul {
	top: -1px;
	}
#main-navigation li li {
	background:#fff;
	opacity:.92;
	}
#main-navigation li li a {
	color: #111;
	}
#main-navigation li a:hover,
#main-navigation li.sfHover > a {
	color: #999;
	}
#main-navigation li:hover li a,
#main-navigation li.sfHover li a {
	padding: 10px 20px;
	line-height: 20px;
	}

/* Small Navigation */
.nav-open,
.nav-close {
	display: none;
	font-size: 1.2em;
	font-weight: 400;
	font-family: raleway, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 3px;
	color:#666 !important;
	}
@media only screen and (max-width: 60em) {
#main-navigation{background:#fff}
	.nav-open {
		display: inline-block;
		}
	#main-navigation:target > .nav-open {
		display: none;
		}
	#main-navigation:target > .nav-close {
		display: inline-block;
		}
	#main-navigation > .sf-menu {
		position: relative;
		text-align: left;
		}
	#main-navigation > .sf-menu > ul {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 0;
		max-width: 100%;
		overflow: hidden;
		background: #fff;
		opacity: .9;
		border:1px solid #eee;
		z-index:5000;
		}
	#main-navigation:target > .sf-menu > ul {
		max-height: 400px;
		}
	#main-navigation > .sf-menu > ul > li {
		float: none;
		display: block;
		text-align:center;
		}
	#main-navigation > .sf-menu > ul > li:after {
		display: none;
		}
	#main-navigation li a {
		float: none;
		display: block;
		color: #222;
		}

#menu-item-1996{left:40000px;position: absolute;}

}


/* LAYOUT
----------------------------------------------- */
.container {
	/* width: 980px; when SIDEBAR phil */
	width: 760px;
	}
#main-navigation {width:1024px; z-index:5000;}
.content-area {
	width: 100%;
	float: left;
	}
.site-content {
	/* margin: 0 280px 0 0; when SIDEBAR phil */
	margin:0;
	}
.site-sidebar {
	width: 240px;
	float: left;
	margin: 0 0 0 -240px;
	text-align:center;
	}


/* CONTENT
----------------------------------------------- */
.site-main {
	padding: 40px 0;
	}
.site-content li {
	margin: 0 0 .75em;
	}
.site-content ul ul,
.site-content ul ol,
.site-content ol ol,
.site-content ol ul {
	margin-top: .75em;
	}
.hentry {
	margin: 0 0 20px;
	-ms-word-wrap: break-word;
		word-wrap: break-word;
	}

.entry-header {
	margin: 0 0 1.25em;
	text-align: center;
	}
.entry-title {
	margin: 0 15px;
	font-size: 20px;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #000;
	text-align: center;
	}
.entry-title a {
	color: #000;
	text-decoration: none;
	}
.entry-title a:hover {
	color: #999;
	}
.entry-meta {
	font: 10px arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
	}
.entry-meta a {
	color: #222;
	text-decoration: none;
	}
.entry-meta a:hover {
	color: #999;
	}
.entry-meta .cat-links {
	margin: 0 20px 0 0;
	}
.entry-meta [class^="ico-"]:before {
	margin-right: 5px;
	color: #a6a6a6;
	}
.comments-link:before {
	margin: 0 0 0 8px;
	padding: 0 6px 0 0;
	content: "/";
	color: #d6d6d6;
	}
.entry-thumbnail {
	margin: 0 0 20px;
	}
.entry-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	margin:0 auto;
	}
.entry-content {
	margin: 0 0 30px;
	text-align:justify;
	}
.entry-summary {
	margin: 0 0 30px;
	}
.entry-footer {
	clear: both;
	padding: 10px 0;
	margin-bottom: 30px;
	}
.post-password-required label {
	float: left;
	margin: 0 10px 0 0;
	}

.page-header {
	margin: 0 0 30px;
	border:0 solid transparent;
	}
.page-title {
	margin: 0 0 10px;
	color: #a6a6a6;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
body.page .entry-header {
	text-align: left;
	}
body.page .entry-title {
	margin: 0;
	}

body.search .page .entry-footer {
	padding: 0;
	border-top: none;
	}

.posted-on, .comments-link {
background: #fff;
position: relative;
top:-4px;
}
.posted-on {
padding:0 12px
}
.entry-meta .comments-link {
padding-right:10px;
display:none;
}

/* Author Box */
.author-info {
	margin: 0 0 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid #333;
	}
.author-info .author-photo {
	float: left;
	margin: 0 30px 0 0;
	}
.author-info .author-content {
	text-align:center;
	}
.author-info .author-content h3 {
	margin: 0 0 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.author-info .author-links a {
	margin: 0 20px 0 0;
	color: #a6a6a6;
	font-size: .9em;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	}
.author-info .author-links a:hover {
	color: #999;
	}

/* Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
	}
.wp-caption {
	border: 1px solid #d5d5d5;
	margin-bottom: 1.5em;
	max-width: 100%;
	}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
	}
.wp-caption-text {
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: .5em 0;
	}
.site-content .gallery {
	margin-bottom: 1.5em;
	}
.gallery-caption {
	}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
	}
.site-content .gallery dd {
	margin: 0;
	}

/* Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 15px;
	overflow: hidden;
	}
[class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
	}
[class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
	}
.site-content [class*="navigation"] a {
	display: inline-block;
	padding: 4px 15px;
	color: #fff;
	font:10px arial,sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	text-decoration: none;
	line-height: 26px;
	background: #000;
	border: none;
	}
.site-content [class*="navigation"] a:hover {
	background: #eee;
	color:#333;
	}
.site-content .post-navigation {
	margin-top: -25px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	}
.site-content .post-navigation a {
	padding: 0;
	color: #333;
	font-size: .9em;
	font-weight: 400;
	line-height: 20px;
	background: none;
	border: none;
	}
.site-content .post-navigation a:hover {
	color: #999;
	background: none;
	border: none;
	}
.site-content .post-navigation span {
	display: block;
	color: #a6a6a6;
	font-size: 1.3em;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.site-content .post-navigation .meta-nav {
	display: none;
	}
.site-content .post-navigation .nav-next {
	width: 35%;
	margin-left: 5%;
	padding-right: 10%;
	text-align: left;
	}
.site-content .post-navigation .nav-previous {
	width: 35%;
	margin-right: 5%;
	padding-left: 10%;
	text-align: right;
	}

/* COMMENTS
----------------------------------------------- */
#reply-title,
.comments-title {
	margin: 30px 0 10px;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
.comment-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.comment-list ul.children {
	margin: 0 0 0 50px;
	list-style: none;
	}
.comment-list li.comment,
.comment-list li.pingback {
	margin: 0;
	padding: 0;
	}
.comment-list li.pingback p {
	margin: 0;
	font-style: italic;
	}
.comment-list li.comment .comment-body {
	padding: 20px 0 10px;
	border-bottom: 1px solid #eee;
	}
.comment-list li.comment .comment-author .avatar {
	float: left;
	margin: 0 20px 0 0;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
.comment-list li.comment .comment-author .fn {
	font-size: 1.2em;
	letter-spacing: 1px;
	}
.comment-list li.comment .comment-author .fn a {
	color: #333;
	text-decoration: none;
	}
.comment-list li.comment .comment-author .fn a:hover {
	color: #999;
	}
.comment-list li.comment .comment-metadata {
	margin: 0 0 3px;
	}
.comment-list li.comment .comment-metadata a,.comment-list li.comment .reply a {
	color: #999;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	}
.comment-list li.comment .comment-metadata a:hover {
	color: #777;
	}
.comment-list li.comment .reply {
	float: right;
	}
.comment-list li.comment .reply a:hover {
	color: #777;
	}
.comment-content {
	clear: both;
	margin: 20px 0 0;
	}
.comment-content a {
	word-wrap: break-word;
	}
.bypostauthor {
	}

/* Comment Form */
#reply-title {
	margin-top: 20px;
	}
#cancel-comment-reply-link {
	margin: 0 0 0 10px;
	color: #333;
	font-size: .9em;
	text-decoration: none;
	}
#commentform {
	margin: 0;
	padding: 0;
	}
#commentform label {
	color: #a6a6a6;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

/* WIDGETS
----------------------------------------------- */
.widget {
	margin: 0 0 20px;
	}
.widget-title {
	margin: 30px 0 15px;
	padding: 3px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font:10px arial,sans-serif;
	color:#fff;
	background: #000;
	font: 12px raleway,arial,sans-serif
	}

/* Make sure select elements fit in widgets */
.widget select {
	width: 100%;
	}

.widget ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
.widget ul ul {
	margin: 0 0 0 10px;
	}
.widget li {
	margin: 0 0 15px;
	}

.widget li a {
	color: #333;
	}
.widget li a:hover {
	color: #999;
	text-decoration: none;
	}

/* Widget Tabs */
ul.widget-tab-nav {
	margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	*zoom: 1;
	}
.widget-tab-nav li {
	float: left;
	width: 33.3%;
	margin: 0;
	text-align: center;
	}
.widget-tab-nav li a {
	display: block;
	padding: 4px 15px;
	color: #a6a6a6;
	font-size: 1.1em;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	background: none;
	border: none;
	border-radius: 0;
	}
.widget-tab-nav li a:hover,
.widget-tab-nav li a:focus {
	color: #999;
	text-decoration: none;
	}
.widget-tab-nav li.active a {
	color: #fff;
	background: #333;
	}
.widget-tab-content .tab-pane {
	display: none;
	}
.widget-tab-content .active {
	display: block;
	}
.widget-tab-content .tab-pane li {
	margin: 0 0 15px;
	}
.widget-entry-thumbnail {
	float: left;
	width: 50px;
	height: 50px;
	}
.widget-entry-thumbnail img {
	width: 50px;
	height: 50px;
	display: block;
	}
.widget-entry-summary {
	margin: 3px 0 0 60px;
	}
.widget-entry-content span,
.widget-entry-summary span {
	color: #a6a6a6;
	font-size: .875em;
	font-weight: 400;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.widget-entry-content h4,
.widget-entry-summary h4 {
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.4;
	}
.widget-entry-content h4 a,
.widget-entry-summary h4 a {
	}
.widget-entry-content h4 a:hover,
.widget-entry-summary h4 a:hover {
	text-decoration: none;
	}
#widget-tab-tags {
	padding: 0 0 15px;
	font-size: .9em;
	font-weight: 400;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.8;
	}
#widget-tab-tags a {
	color: #a6a6a6;
	text-decoration: none;
	}
#widget-tab-tags a:hover {
	color: #999;
	}

/* Widget oEmbed */
.widget-oembed-content {
	margin: 0 auto 5px;
	}
.widget-oembed-content embed,
.widget-oembed-content iframe,
.widget-oembed-content object,
.widget-oembed-content video {
	max-width: 100%;
	min-height: 200px;
	max-height: 250px;
	}
.widget-oembed-description {
	margin: 0 0 15px;
	}

/* Widget Social Icons */
.widget-social-icons li {
	float: left;
	margin: 5px 10px 5px 0;
	text-align: center;
	}
.widget-social-icons li a {
	display: block;
	}
.widget-social-icons li a [class^="ico-"]:before {
	width: 40px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	background: #333;
	}
.widget-social-icons li a:hover [class^="ico-"]:before {
	background: #666;
	}

/* Widget Flickr */
.widget-flickr-stream {
	margin: 0 -10px;
	}
.flickr_badge_image {
	float: left;
	width: 60px;
	display: block;
	margin: 0 10px 20px 10px;
	}
.flickr_badge_image img {
	display: block;
	}

/* Header Widgets */
.site-header .widget {
	float: right;
	clear: right;
	margin: 10px 0;
	text-align: right;
	}

/* SITE EXTRA
----------------------------------------------- */
.site-extra {
	padding: 20px 0 0;
	}
.site-extra .pad {
	margin: 0 -15px;
	}
.site-extra .widget-area {
	float: left;
	width: 25%;
	}
.extra-one .widget-area {
	width: 100%;
	}
.extra-two .widget-area {
	width: 50%;
	}
.extra-three .widget-area {
	width: 33.3%;
	}
.site-extra .widget {
	margin: 0 15px 30px;
	padding: 0;
	border: none;
	}

.site-extra .widget-social-icons li a [class^="ico-"]:before {
	width: 25px;
	line-height: 25px;
	background: none;
	}
.site-extra .widget-social-icons li a:hover [class^="ico-"]:before {
	color: #999;
	}

/* FOOTER
----------------------------------------------- */
.site-footer {
	padding: 15px;
	color: #eee;
	font:10px Montserrat,arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #000;
	}
.site-footer a {
	color: #fff;
	text-decoration: none;
	}
.site-footer a:hover {
	color: #999;
	}
.site-info {
	float: left;
	}
.site-credit {
	float: right;
	text-transform:none;
	}
.site-credit a {
	text-transform: uppercase;
	}














#fsb-social-bar {border:0 !important;margin:30px 0 0 !important;}

.more,
.more-link,
.page-links {
	background: #eee;
	color: #000 !important;
	display: block;
	font: 15px raleway,sans-serif;
	margin: 15px auto 3px;
	padding: 12px 0;
	position: relative;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	letter-spacing:3px;
}

.more:hover,
.more-link:hover,
.page-links:hover {
text-decoration: none;
background: #111;
color: #fff !important;
box-shadow:none;
}

.post-navigation {
	display: none;
}


.socialz img {
width:24px;height:24px;
margin:10px 10px 0;
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.socialz img:hover {
opacity: .2;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {padding:10px !important;}

.sub-menu.sf-js-enabled {width:100% !important; margin-top:-14px;}

.wpp-thumbnail {border: none; margin: 0 0 8px; float:none;}
.wpp-post-title { font: 15px raleway, sans-serif; letter-spacing: 1px; text-transform: uppercase; position: relative; top: -35px; padding: 4px 6px; float: right; background: #fff;}

div.sharedaddy h3.sd-title{font-weight:400 !important;}
div.sharedaddy h3.sd-title:before{border-top:none !important;}

.flexslider-title{display:none}
.flexslider-caption {height: 60px !important; bottom: 60px !important; background: rgba(0, 0, 0, 0.5) !important}

#fsb-social-bar{border:0 !important}

.stickybar{
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
z-index:5000;
opacity:.94;
}
.widget-title label {
display: inline;
font-size: inherit;
line-height: 1;
margin: 0;
}

.jp-relatedposts-post-context{display:none}
.jp-relatedposts-post{text-align:center}
div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:none !important}

.commentz {float:right;}

.addthis_toolbox {float:left; font-size:13px;position:relative;top:-2px;}
.addthis_toolbox .fa {font-size:18px; margin:0 2px;transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}

#subscribe-email input{text-align:center;color:#bbb;}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus{box-shadow:none;border-color:#999;color:#333;}

.socialz .fa {
margin:10px 7px 0;
color: #000;
font-size: 24px;
transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;
}
.socialz .fa:hover {
color: #999;
}
div.gridfx-1 {
    font-size: 15px !important;
    letter-spacing: 1px;
    font-family: raleway, georgia, sans-serif !important;
    padding: 0 5px !important;
    text-transform: uppercase !important;
}
div.gridfx-item-more-title a {font-weight: 400 !important;}
div.gridfx-1 div.gridfx-items,div.gridfx-items-wrap,div.gridfx-1 div.gridfx-control-pagi{background:#fff !important}
div.gridfx-1 div.gridfx-item-container{border-radius:0 !important;box-shadow: none !important;border:2px solid #fff}
div.gridfx-1 div.gridfx-item-more-title a:hover{color:#999!important}
div.gridfx-1 div.gridfx-load-more span {
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    box-shadow:none !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block;
    font-size: 14px !important;
    font-family: raleway, georgia, sans-serif;
    padding: 0 10px !important;
    text-transform: uppercase !important;
}
div.gridfx-1 div.gridfx-load-more span:hover{
    background: #eee !important;
    border-color: #eee !important;
    color: #000 !important;
}
div.gridfx-1 div.gridfx-load-more{margin-top:30px}


div.gridfx-ctrls {
    display: none !important; /* HIDE OVERLAYS */
}

/* #wrap-pr .wrap-caption {display:none !important;} */

#widget_sp_image-2 {
    text-align: center;
}

.social-footer {
padding: 30px 0;
font: 12px Montserrat,sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.social-footer li {
list-style: none;
padding:0;
margin:0;
display:inline-block;
width: 24%;
text-align:center;
}
.social-footer .fa {
font-size: 17px;
position: relative;
top: 1px;
}


#bloglovins, #bloglovins .textwidget {
    display: inline;
}

.henar-title {
font: 11px Montserrat, sans-serif; text-transform:uppercase; letter-spacing:1px;margin-top:30px;
}


.widget_polylang ul {text-align:center}
.lang-item {display: inline-block;padding: 0 2px;}

.textwidget{text-align:center}

.menu-foot {
width:49%;
float:left;
}
.menu-foot a {
font:11px montserrat, sans-serif;
text-transform:uppercase;
letter-spacing:1px;
padding: 5px 10px;
}


#menu-item-1996 a {
    letter-spacing: 0;
    width: 100px;
    padding: 0;
}
#menu-item-1996 {
overflow: hidden;
width: 0;
height:38px;
transition: all 0.27s ease-out; -o-transition: all 0.27s ease-out; -moz-transition: all 0.27s ease-out; -webkit-transition: all 0.27s ease-out;
}
.search-field {letter-spacing:1px;font-family:montserrat,sans-serif;font-size: 10px !important;width:80%;margin-left:20px;padding-left:30px !important;background:url(/wp-content/uploads/2015/01/search.png) no-repeat 8px 50%;height:20px!important;border-color: #f6f6f6 !important;}
.search-field:focus{color:#aaa;border-color:#e6e6e6 !important;}
.search-submit{visibility:hidden}


/* RESPONSIVE SUPPORT
----------------------------------------------- */
@media screen and (min-width: 960px) {
.sf-menu ul {
    display: table;
    margin: 0 auto;
}
.sf-menu ul:after {display:none;}
}

@media screen and (max-width: 1200px) {
	#main-navigation li a {
		padding: 0 29px;
	}
}

@media screen and (max-width: 960px) {
	.container {
		width: 90%;
		}
#main-navigation {width:90%}
	.site-content {
		margin-right: 0;
		}
	.site-sidebar {
		width: 35%;
		margin-left: -35%;
		}
	.site-sidebar .widget_search .search-field {
		width: 95%;
		margin: 0 0 10px;
		}
	.site-extra .widget-area {
		width: 50%;
		}
	.site-sidebar {
		margin: 0 auto;
		float: none;
		width: 90%;
		}
}
@media screen and (max-width: 758px) {
	.site-header .widget-area {
		display: none;
		}
	.site-header .site-branding {
		float: none;
		text-align: center;
		}
	.content-area {
		float: none;
		}
	.site-content {
		margin: 0;
		}
	.site-sidebar {
		width: auto;
		float: none;
		margin: 20px 0 0;
		}
	.site-extra .widget-area {
		width: 100%;
		}
.social-footer li {width:100%;margin: 7px 0;}
.site-extra {display:none}
	}
@media screen and (max-width: 480px) {
	.site-footer {text-align: center;}
	.site-footer .site-info,.site-footer .site-credit {float: none;}
	.site-title {font-size:40px; margin: 40px auto 25px;}
	}
@media screen and (max-width: 320px) {
	}