/*
Theme Name: Share Child Theme
Theme URI: http://example.com/
Description: Sample Share Child Theme
Author: FreebiesXpress
Author URI: http://freebiesxpress.com/
Template: Share
Version: 1.0
*/

@import url("wp-content/themes/Share/style.css");

/*********** Fonts *******************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

@font-face {
    font-family: 'proxima-nova';
    src: url('wp-content/themes/Share-Child/fonts/proxima-nova.eot');
    src: url('wp-content/themes/Share-Child/fonts/proxima-nova.eot#iefix') format('embedded-opentype'),
         url('wp-content/themes/Share-Child/fonts/proxima-nova.woff') format('woff'),
         url('wp-content/themes/Share-Child/fonts/proxima-nova.ttf') format('truetype'),
         url('img/proxima-nova.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('wp-content/themes/Share-Child/fonts/proxima-nova-semi.eot');
    src: url('wp-content/themes/Share-Child/fonts/proxima-nova-semi.eot#iefix') format('embedded-opentype'),
         url('wp-content/themes/Share-Child/fonts/proxima-nova-semi.woff') format('woff'),
         url('wp-content/themes/Share-Child/fonts/proxima-nova-semi.ttf') format('truetype'),
         url('img/proxima-nova-semi.svg') format('svg');
    font-weight: 600;
    font-style: 600;
}


@font-face {
    font-family: 'proxima-nova';
    src: url('wp-content/themes/Share-Child/fonts/proxima-nova-bold.eot');
    src: url('wp-content/themes/Share-Child/fonts/proxima-nova-bold.eot#iefix') format('embedded-opentype'),
         url('wp-content/themes/Share-Child/fonts/proxima-nova-bold.woff') format('woff'),
         url('wp-content/themes/Share-Child/fonts/proxima-nova-bold.ttf') format('truetype'),
         url('img/proxima-nova-bold.svg') format('svg');
    font-weight: 700;
    font-style: 700;
}


/********** Chrome Smoothe Font Rending **********/

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
      font-family: ‘proxima-nova’;
      src: url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700) format(‘svg’);
  }
} 


#header {
	margin-bottom: 50px;
}


#header-wrap {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 15px 0;
	border-bottom: none;
}

#wrap {
	background: #ffffff;
}

#post {
	width: 620px;
	margin-top: 15px;
}

#sidebar {
	width: 336px;
	margin-top: 5px;
	font-size: 14px;	
}

#sidebar h4 {
	border-bottom: 1px solid #DDDDDD;
	font-size: 18px;
	text-transform: none;
}

#navigation .sf-menu {
	border-right: medium none;
}

.grid-container {
	margin-bottom: 0px;
	margin-right: -30px;
}


body {
	font: 12px/1.7 'proxima-nova',Helvetica,Arial,sans-serif;
	}

body a {
	color: #f5333b;
}


#page-heading h1, #page-heading h2 {
	padding-top: 0em;
	font-size: 28px;
}

.entry {
	font-size: 16px;
}

#main-content {
	padding: 0px 0;
}

#home-slider {
	margin-bottom: 50px;
	display: none;
	}
	
#navigation .sf-menu a {
	color: #aaa;
	font-size: 16px;
	font-weight: normal;
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	text-transform: none;
	}

#navigation .sf-menu ul {
	border-radius: 1px;
}

#navigation .sf-menu ul a {
	font-size: 13px;
	color: #AAAAAA;
}

#navigation .sf-menu > .current-menu-item > a {
	color: #F5333B;
}

#navigation .sf-menu > li {
	padding: 0 12px;
	}

#navigation .sf-menu > li > a:hover, #navigation .sf-menu > li.sfHover > a {
	color: #F5333B;
}

#navigation .sf-menu > li > a:after {
	content: none;
}

#navigation .sf-menu > li {
	padding: 0 18px;
}

#gallery-cats li.browse {
	display: none;
}
	
#gallery-cats li.current-cat a {
	background: #f5333b;
	border-radius: 1px;
}

#gallery-cats li a {
	border-radius: 1px;
	background: #EFEFEF;
	font-size: 14px;
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	font-weight: normal;
}

#gallery-cats li a:hover{ 
	background: #f5333b; 
	color: #fff;
	opacity: 1.0;
}

#top-search input[type="search"] {
	border-radius: 1px;
	font-size: 14px;
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	font-weight: normal;
}	

input[type="search"] {
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	}

#gallery-cats {
	border-bottom: 1px solid #DDDDDD;
}

#logo p {
	display: none;
}

#logo img {
	max-width: 250px;
	padding-top: 4px;
}

#copyright {
	font-size: 14px;
	margin-right: 10px;
	color: #DDDDDD;
}

.footer-menu {
	margin-left: 10px;
	padding-left: 18px;
}

.footer-menu a {
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
	background: none;
}

.footer-widget h4 {
	font-size: 18px;
	border-bottom: none;
	text-transform: none;
	color: #EEEEEE;
	font-weight: 600;
}

#footer {
	font-size: 15px;
	color: #999999;
}

#footer a {
	color: #f5333b;
}

#footer a:hover {
	color: #d9d9d9;
}

#footer-wrap {
	background: radial-gradient(circle, #222222 0%, #101010 600px) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-top: none;
	margin-top: 35px;
}

#footer-bottom {
	border-top: 1px solid #DDDDDD;
}

#footer-bottom a {
	color: #DDDDDD;
}

#footer-bottom a:hover {
	color: #FFFFFF;
}

#page-heading {
	border-bottom: none;
	margin-bottom: 0px;
}

#gallery-description p:last-child, .gallery-description p {
	display: none;
}

#single-gallery-right {
	width: 400px;
	}


#single-gallery-related h3 {
	font-size: 16px;
	text-transform: uppercase;
}

h3#reply-title {
	font-size: 16px;
	text-transform: uppercase;
	}

#gallery-post-tags h3 {
	font-size: 13px;
	text-transform: uppercase;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	margin: 30px 0 15px;
	font-weight: 700;
}

h1 {
	margin: 0 0 10px;
}

#single-gallery-heading h1 {
	font-size: 28px;
	text-align: center;
	line-height: 1.6em;
}

#single-gallery-left {
	font-size: 13px;
}

#single-gallery-related {
	border-top: 1px solid #DDDDDD;
}

#gallery-post-tags a {
	border-radius: 1px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	background: #EFEFEF;
}

#gallery-post-tags a:hover {
	color: #FFFFFF;
	background: #f5333b;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	}

#single-gallery-media {
	border-bottom: none;
}

#single-gallery-media img {
	width: auto !important;
	max-width: 100% !important;
	margin: auto;
	border-radius: 1px;
	-webkit-border-top-left-radius: 1px; 
	-webkit-border-top-right-radius: 1px; 
	-moz-border-radius-topleft: 1px;  
	-moz-border-radius-topright: 1px; 
	border-top-left-radius: 1px; 
	border-top-right-radius: 1px;
}


.gallery-entry {
	box-shadow: none;
	border-radius: 0px;
	background: #FFFFFF;
	padding: 0px;
	border: 6px solid #f6f6f6;
/*   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 1x 2px rgba(0, 0, 0, 0.2);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
}

.container {
	box-shadow: none;
	border-radius: 1px;
	background: #fff;
	box-shadow: none;
	padding: 10px;
}

.flex-caption .caption-description {
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	font-size: 16px;

}

.flex-caption h2 {
	font-size: 20px;
	line-height: 1.3em;
	margin: 0 0 15px;
}

.gallery-entry-description {
	opacity: none;
/*	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.95);*/
	padding: 25px;
}

.gallery-entry-description .gallery-entry-excerpt {
	font-size: 15px;
	color: #999;
	line-height: 1.4em;
}

.gallery-entry-description h2 {
	font-size: 18px;
	color: #F5333B;
	font-weight: 600;
	padding-bottom: 10px;
	line-height: 1.2em;
}

.gallery-entry-date {
	font-size: 13px;
	color: #999;
	font-weight: 600;
}

.page-of-page, .page-pagination a, .page-pagination span.outer {
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	font-size: 14px;
	border-radius: 1px;
	height: 40px;
	line-height: 40px;
	border: none;
	background: #EFEFEF;
	font-weight: 600;
	padding: 0 10px;
}

.grid-3 {
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 5px;
	width: 300px;
	color: #999999;
}

.wpp-list li {
	color: #999;
	font-size: 14px;
	padding: 8px 0;
	line-height: 1.3em;
}

.wpp-thumbnail {
	margin: 0 15px 0 0;
}

.sf-sub-indicator {
	display: none;
	}


/************ Buttons ****************/
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], textarea {
	-webkit-appearance: none !important;
}

.button {
	border: none;
	border-radius: 1px;
	box-shadow: none;
}


.button span.button-inner {
	font-weight: 400;
	border-radius: 1px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.button.orange span.button-inner {
	border-top: none;
}

.button.orange {
	border: none;
	background: #f5333b;
}

.button.orange:active {
	background: #f5333b;
}

.button.green span.button-inner {
	border-top: none;
}

.button.green {
	border: none;
	background: #454545;
}
.button.green:active {
	background: #454545;
}

button, input[type="button"], input[type="submit"] {
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	text-transform: none;
	background: #454545;
	border: none;
	border-radius: 1px;
	font-size: 14px;
	padding: 0 15px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: 400;
}

button, input[type="button"], input[type="submit"]:hover { 
	opacity: 0.9; 
	-moz-opacity: 0.9; 
	-webkit-opacity: 0.9; 
	-webkit-transition: all 0.1s ease-in-out 0s;;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;

}

button, input[type="button"], input[type="submit"]:active {
	background: #454545;
} 

#gallery-buttons .button {
	font-size: 15px;
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	text-transform: none;

}

#single-nav a {
	border-radius: 1px;
	font-size: 14px;
	font-weight: 400;
	background: #EFEFEF;
}

#single-nav a:hover {
	background: #f5333b;
	color: #FFFFFF;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.tagcloud a {
	border-radius: 1px;
}

#sidebar .tagcloud a:hover{ 
	background: #101010; 
	color: #fff;  
}

#footer .tagcloud a:hover { 
	background: #101010; 
	color: #fff; 
}

.page-of-page span.inner {
	padding: 0 10px;
}

.page-pagination span.current{
	background: #f5333b;
	box-shadow: none;
	color: #FFFFFF;
	border-color: none;
}

.page-pagination a:hover {
	background: #f5333b;
	color: #FFFFFF;
}

.page-pagination {
	margin: 35px 0 70px;
}

.button.light-gray span.button-inner {
	border-top: none;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	background: #454545;
	font-weight: 400;
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	text-transform: none;
	font-size: 14px;
	}


/********************Blog******************/

.loop-entry h2 {
	font-size: 28px;
	line-height: 1.2em;
}

.meta li {
	font-size: 13px;
	background: #FFFFFF;
}

.loop-entry {
	font-size: 16px;
}

.post-tags {
	border-bottom: none;
	}

.post-tags a {
	font-size: 13px;
	border-radius: 1px;
	padding: 6px 12px;
	background: #EFEFEF;
	font-weight: 500;
}

.post-tags a:hover {
	background: #f5333b;
	color: #FFFFFF;
}

#author-bio {
	width: 465px;
	font-size: 15px;
	}

#author-bio h4 {
	font-size: 18px;
}

.comment-author {
	font-size: 14px;
	}

.comment-author .author a:link, .comment-author .author a:visited {
	font-size: 14px;
	color: #333333;
	}
	
.comment-date a {
	font-size: 13px;
	}

.comment-content {
	font-size: 14px;
	}
	
.comment-content p:last-child {
	font-size: 14px;
	}
	
.comment-reply-link, #cancel-comment-reply-link {
	font-size: 13px;
	}

#single-author {
	background: #F7F7F7;
	border-bottom: none;
	border-radius: 1px;
	margin-top: 0px;
	padding: 25px 25px 5px 25px;
	}
	
#comments h3 {
	text-transform: uppercase;
	}

.loop-entry-img-link img {
	border-radius: 1px;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #101010;
	}

#single-heading h1 {
	font-size: 30px;
	margin-top: 30px;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.loop-entry h2 a:hover {
	color: #f5333b;
}

#post-thumbnail {
	margin: -20px 0 20px;
}

#post-thumbnail img {
	width: auto !important;
}

#post-thumbnail img:hover {
	opacity:1.0;
	}

.loop-entry-img-link {
	margin: 0;
}

.loop-entry-img-link img:hover {
	opacity:1.0;	
}

/********************* Forms ******************/

textarea {
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	font-size: 14px;
	}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	font-size: 14px;
	}


/**************** Search ************/

.search-entry-img-link {
	border: none;
}

.search-entry-text {
	font-size: 14px;
	width: 475px;
}

.search-entry {
	margin-bottom: 5px;
}

/****************** Authors *********************/

#gallery-tax-author-pic {
	height: 75px;
	width: 75px;
}

/********************** Popular Posts ******************/
.wpp-post-title {
	color: #999999 !important;
	font-size: 15px;
}

.wpp-post-title:hover {
	color: #d9d9d9 !important;
}


/********************** Comment Form ******************/


#commentform label {
	font-size: 13px;
	font-weight: 500;
	}
	
#commentform textarea {
	font-size: 14px;
}

/********************** Social ******************/

#social {
	margin-top: -18px;
}

#social a img {
	height: 32px;
	width: 32px;
	transition: none;
	opacity: 1;
}

/********************** Orbisius Simple Notice ******************/

.orbisius_simple_notice_container .orbisius_simple_notice {
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif !important;
	padding: 6px 0 !important;
}


/* ------------- Gallery Page Customizations with Author Image and Categories --------------- */

.gallery_wrapper {
float: left;
margin-bottom: 10px;
}

.authorbox {
margin-top: 5px;
margin-bottom: 30px;
margin-right: 30px;
margin-left: 5px;
width: 300px;
color: #999;
}

.authorbox img {
float: left;
height: 35px;
width: 35px;
margin-top: -25px;
border-radius: 300px;
-webkit-border-radius: 300px; 
-moz-border-radius: 300px;
}

.author_name {
float: left;
padding-left: 8px;
margin-top: -26px;
height: 20px;
}

.author_name a {
color: #666;
font-size: 15px;
font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
font-weight: bold;
text-transform: capitalize;
}

.category_line {
float: left;
padding-left: 8px;
margin-top: -8px;
}

.category_line a {
font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
font-size: 13px;
color: #999;
}

/* ------------- END of Tweak Style --------------- */