/*
Theme Name: Stories
Author: Gummy Industries
Author URI: http://gummyindustries.com
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#twitter-widget-0 {
	display: none !important;
}

@font-face {
    font-family: 'ApexSerif-Book';
    src: url('fonts/ApexSerif-Book.eot');
}

@font-face {
    font-family: 'ApexSerif-Book';
    src: url('fonts/ApexSerif-Book.woff') format('woff'),
    url('fonts/ApexSerif-Book.svg#ApexSerif-Book') format('svg');
}

@font-face {
    font-family: 'Skolar-Italic';
    src: url('fonts/Skolar-Italic-PVT.eot');
}

@font-face {
    font-family: 'Skolar-Italic';
    src: url('fonts/Skolar-Italic-PVT.woff') format('woff'),
    url('fonts/Skolar-Italic-PVT.svg#Skolar-Italic') format('svg');
}

@font-face {
    font-family: 'Skolar';
    src: url('fonts/Skolar-Regular-PVT.eot');
}

@font-face {
    font-family: 'Skolar';
    src: url('fonts/Skolar-Regular-PVT.woff') format('woff'),
    url('fonts/Skolar-Regular-PVT.svg#Skolar') format('svg');
}

@font-face {
                    font-family: 'SkolarPE-Bold';
                    src: url('fonts/SkolarPE-Bold.eot');
   }

@font-face {
                    font-family: 'SkolarPE-Bold';
                    src: url('fonts/SkolarPE-Bold.woff') format('woff'),
                    url('fonts/SkolarPE-Bold.svg#SkolarPE-Bold') format('svg');
   }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html,
body
{
    height: 100%;
    font-family: "Skolar";
	-webkit-font-smoothing: antialiased;
}

a
{
    text-decoration: none;
    color: #000;
}

em,
i
{
	font-family: 'Skolar-Italic';
	font-style:normal;
}

h1
{
    font-family: "ApexSerif-Book";
    font-size: 29px;
	font-feature-settings:"kern" 1, "liga" 1;
}

.main, #main
{
    width: 1000px;
    margin: 0px auto;
}

.story-of-the-day
{
	position: absolute;
	top: 25px;
	right: -55px;
	color: #fff !important;
	background-color: #ed4101;
	font-size: 14px;
	line-height: 30px;
	width: 240px;
	text-align: center;
	transform: rotate(30deg);
}

.author
{
	color: #ED4101;
}

#header-container
{
    background-color: #fff;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 99999;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

#header
{
    height: 60px;
}

#tools
{
    float: right;
    margin-top: 17px;
}

#tell-your-story
{
    float: right;
    background-color: #ED4101;
    text-transform: uppercase;
    color: #fff;
    width: 150px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
	transition: .20s ease-in-out;
	border-radius: 2px;
	background-clip: padding-box;
}

#tell-your-story:hover
{
	opacity:0.8
}

#advanced-search
{
	color: #ed4101;
	padding-left: 42px;
	background-image:url("images/search.png");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 26px;
	display: block;
	font-family: "ApexSerif-Book";
	float: right;
	margin-top: 12px;
}

#advanced-search.search-header
{
	margin-left: 20px;
	min-height: 33px;
}

.no-results
{
	text-align: center;
	padding: 130px 0;
	font-size: 24px;
}

#logo
{
  float: left;
	margin-bottom: -27px;
	padding-top: 6px;
	z-index: 9999;
}

#nav
{
	line-height:25px;
}

.menu
{
    padding-left: 20px;
    overflow: hidden;
}

.menu li
{
    display: block;
    float: left;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 13px;
}

.menu li a
{
	padding: 24px 20px;
	transition: .20s ease-in-out;
}

.menu li a:hover,
.current-menu-item
{
	background: #efefef;
}

#content
{
    padding: 100px 0px 70px 0px;
}

.post-info
{
    padding-left: 48px;
    background-image:url("images/post.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18x;
    line-height: 16px;
    font-feature-settings:"smcp" 1, "kern" 1;
}

.post-info .category
{
    color: #ED4101;
}

.post-header h1
{
    /*margin: 20px 0px;*/
    margin:20px 70px 20px 0px;
    line-height: 40px;
	color: rgba(0, 0, 0, 0.86);
}

.post-header h1 a
{
	color: rgba(0, 0, 0, 0.86);
	transition: all .3s ease-in-out;
}

.post-header h1 a:hover
{
	color: rgb(237, 65, 1)
}

.post-header h1 span
{
    color: #ED4101;
}

.post-content p
{
    font-size: 18px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.86);
	font-feature-settings:"kern" 1, "liga" 1;
}

.photo-credits
{
	margin-bottom: 10px;
	display: block;
}

#stories
{
    position: relative;
}

#right
{
    position: absolute;
    top: 0px;
    right: -100px;
    height: 100%;
    width: 50px;
    background-image: url("images/right.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100;
    transition: all .3s ease-in-out;
}

#right:hover
{
    background-image: url("images/right-selected.png");
}

#left
{
    position: absolute;
    top: 0px;
    left: -100px;
    height: 100%;
    width: 50px;
    background-image: url("images/left.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100;
    transition: all .3s ease-in-out;
}

#left:hover
{
    background-image: url("images/left-selected.png");
}

.slides
{
    width: 1000px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all .3s ease-in-out;
}

.current
{
    left: 0px;
    opacity: 1;
}

.current.left
{
    left: -50px;
}

.current.right
{
    left: 50px;
}

.next
{
    left: 100%;
    opacity: 0;
}

.prev
{
    left: -100%;
    opacity: 0;
}

#stories article
{
    width: 460px;
    padding-left: 40px;
    position: absolute;
    left: 500px;
    transition: left .3s ease-in-out;
}

#stories article:nth-child(2n+1)
{
    padding-right: 39px;
    padding-left: 0px;
    left: 0px;
}

#stories article.next-article
{
    left: 1500px;
}

#footer-container
{
    background-color: #373634;
}

#footer
{
  padding: 20px 0px 0px 0px;
	width: 850px !important;
	color:#8b8b8b;
	overflow: hidden;
}

#footer a
{
	color:#8b8b8b;
}

.footer-box
{
	width: 250px;
  	float: left;
	line-height:23px;
	text-align: center;
}

.footer-box.col-2
{
	width: 300px;
	text-align: center;
}

.footer-box span
{
 	font-size: 13px;
	text-transform: uppercase;
	color: #8b8b8b;
	padding-bottom: 16px;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.footer-box.col-2 a
{
	float: left;
}

.footer-box.col-2 a img
{
	max-width: 100px;
	height: auto;
}

.footer-box.col-2 a:last-child
{
	/*margin-left: 100px;*/
}

.footer-box a img
{
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}

.footer-box li
{
	list-style: none;
}

.newsletter-email
{
	float: left;
	padding: 0px 8px;
	width: 168px;
	height: 34px;
	background-color: #e4e3de;
	border: 0px;
	border-radius: 4px 0px 0px 4px;
	color: #bbbab6;
	margin-bottom: 30px;
}

.newsletter-submit
{
	background-image: url("images/newsletter-button.png");
	width: 37px;
	height: 34px;
	border: 0px;
}

.post-content #slides, #frame-attachment
{
	margin-bottom:20px;
}

#frame-attachment
{
	width:100%;
	height:532px;
}

.stories-container
{
	width: 710px;
	margin: 44px auto 40px auto;
	position: relative;
	overflow: hidden;
}

.stories-separator
{
	height:50px;
	background-color:#f2f2f2;
}

#category-infos, #pagination-detail
{
	height:60px;
	line-height:60px;
}

#category-infos
{
	border-bottom:1px dotted #ed4101;
	padding-top:70px;
}

#learn-more-infos
{
	border-bottom: 1px dotted #ed4101;
	padding-top: 100px;
	margin-bottom: 0;
	padding-bottom: 20px;
	line-height: 30px;
}

#learn-more-infos p a
{
	text-decoration: underline;
}

#pagination-detail
{
	border-top:1px dotted #ed4101;
	padding-bottom:70px;
}

#pagination-detail.no-border {
	border-top: none;
}

#pagination-detail a.page-numbers {
    margin: 0 5px;
}

#paginate-left, #paginate-right
{
	width:120px;
	height:50px;
	text-align:center;
	display:block;
}

#paginate-left a, #paginate-right a
{
	color:#abadac;
	transition:0.5s all ease;
}

#paginate-left a.hover-effect, #paginate-right a.hover-effect
{
	color:#ED4101;
}

#paginate-left
{
	float:left;
}

#paginate-right
{
	float:right;
}

#pages
{
	float:left;
	margin:0px auto;
	text-align:center;
	width:760px;
	font-size:18px;
}

#pages a
{
	color:#606060;
}

#pages .current
{
	color:#ED4101;
}

#coop-content.visible{
	display:block;
}

#main-container-box
{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

#internal-container-box
{
	display: table;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.9);
}

#external-search-form
{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

#search-form
{

	width:695px;
	height:465px;
	background-color:#fff;
	box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, .1);
	margin:80px auto;
	overflow:hidden;
	font-family: "Skolar";
	display: block;
}

#main-container-box.blocked
{
	display:block;
}

#search-submit, #wp-submit
{
	width:228px;
	height:44px;
	line-height:37px;
	text-align:center;
	background-color:#333333;
	border-radius: 5px;
	border:none;
	margin:82px 186px 0px auto;
	display:block;
	font-size:17px;
	cursor:pointer;
	transition: .20s ease-in-out;
	color:#efefef;
}

#search-submit:hover,
#wp-submit:hover,
#author-submit:hover
{
	opacity:0.8
}

#search-submit.stories{
	margin: 0 48px 0px 0;
	float: right;
}

.editable-form .caption, .login-username label, .login-password label
{
	display:block;
	width:220px;
	height:35px;
	line-height:35px;
	float:left;
	text-align:left;
}

.editable-form
{
	width:477px;
	margin:0px auto 82px auto;
}

.editable-form li
{
	overflow:hidden;
	margin-bottom:10px;
}

.editable-form .selection-chooser,
input[type="text"].selection-input,
input[type="password"].selection-input,
#loginform #user_login,
#user_pass
{
	width:237px;
	height:35px;
	padding-left:20px;
	color:#ED4101;
	border-radius: 5px;
	border:1px solid #e7e6e1;
	float:left;
}

.editable-form .selection-chooser{
    appearance: none;
    background: transparent url("images/select-custom.jpg") no-repeat right center;
    cursor: pointer;
}

input[type="text"].selection-input,
input[type="password"].selection-input
{
	width:214px;
}

#search-form-head,
#registration-head
{
	margin:45px auto;
	font-size:20px;
	text-align:center;
}

#registration-head span,
#search-form-head span
{
	padding-top: 5px;
	cursor:pointer;
	transition:.3s all ease;
}

#registration-head span:hover,
#search-form-head span:hover
{
	color:#ED4101;
}

#orange-current
{
	color:#ED4101;
}

#orange-current.orange,
#register-button.orange,
#search-comp.orange
{
	color:#ED4101;
	transition:1s all ease;
}

#orange-current.dark-grey,
#register-button.dark-grey
{
	color:#373634;
	transition:1s all ease;
}

#orange-comp
{
	background-image: url("images/search.png");
	background-repeat: no-repeat;
	background-position: right center;
	color:#ED4101;
	padding-right:30px;
	transition:1s all ease;
}

#orange-comp.grey
{
	color:#373634;
	background-image: url("images/search-grey.png");
}

.stories-container.cooperative-container-st
{
	margin-top:94px;
}

.custom-excerpt
{
	line-height:24px;
}
.languages li {
	float: left;
	display: block;
}

.languages a {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	width: 55px;
	line-height: 25px;
	margin: 0px 15px 25px 0px;
	color: #8b8b8b;
	background-color: #e4e3de;
	text-align: center;
	padding-top: 2px;
}

.languages a:hover {
	background-color: #999999;
	color: rgb(189, 189, 189)
}

.languages .selected-language,
.languages .selected-language:hover  {
	color: #fff;
	background-color: #ed4101;
}


#registerform, #loginform,
#search-stories, #search-cooperatives
{
	width: 590px;
	float:left;
}

#register-login-form,
#search-container
{
	display:block;
	width:1180px;
	overflow:hidden;
	margin-left:0px;
	transition:1s all ease;
}

#register-login-form.left-side,
#search-container.left-side
{
	margin-left:-590px;
}

#register-login-form.display-none,
#search-form-inner.display-none
{
	display: none;
}

#register-login-form.display-block,
#search-form-inner.display-block
{
	display:block;
}

#reg_passmail, .md-content > div p.login-remember
{
	font-size:14px;
	margin-left:20px;
}

.md-modal
{
	z-index: 99999 !important;
}

.md-close
{
	position:absolute;
	background-image:url("images/close-stories-A.png");
	height:32px;
	width:32px;
	border:none;
	cursor: pointer;
	top: 10px;
	right: 15px;
}

.md-close:hover
{
	background-image:url("images/close-stories-B.png");
}

.display-none
{
	display: none;
}

.display-block
{
	display:block;
}

div.md-overlay {
	background: rgba(255,255,255,0.8);
}

div.md-content {
	color: #000;
	background: #fff;
	overflow: hidden;
	box-shadow: 2px 5px 12px 2px rgba(0, 0, 0, .1);
}

.md-content > div p{
	overflow:hidden;
}

.md-content > div p.login-username,
.md-content > div p.login-password
{
	margin-left:20px;
}

#switcher, #search-switcher
{
	width:40px;
	height:13px;
	background-color:#373634;
	margin:0px 15px;
	display:inline-block;
	border-radius:5px;
	position:relative;
}

#switcher #square-switch,
#search-switcher #search-square-switch
{
	width:15px;
	height:15px;
	border-radius:5px;
	background-color:#ED4101;
	position:absolute;
	left:0;
	top:-1px;
	transition:1s all ease;
	cursor:default;
}

#switcher #square-switch.move,
#search-switcher #search-square-switch.move
{
	left:25px;
}

.linked-stories
{
	text-decoration:underline;
	transition: all .3s ease-in-out;
}

.linked-stories:hover
{
	text-decoration: none;
	color:#ed4101;
}

.tag-list
{
	margin-top: 120px;
}

.tag_underline:hover
{
	text-decoration: underline;
}

#author-informations
{
	overflow: hidden;
	margin-top:40px;
	margin-bottom: 40px;
}

#author-informations h1
{
	font-size: 52px;
}

#author-informations h2
{
	margin:40px 0px 10px 0px;
	color:#ED4101;
	font-size: 16px;
}

#author-profile
{
	float:left;
	width: 700px;
}

#author-profile p
{
	line-height: 22px;
}

#author-image
{
	float:right;
}

#author-image img
{
	width: 256px;
	height: 256px;
	border-radius: 128px;
	-webkit-border-radius: 128px;
	-moz-border-radius: 128px;
}

#main
{
	margin: 40px auto 0px auto;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 40px;
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { position:fixed; width: 100%; left: 0; top: 0; padding: 0.5em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 13px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 100%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}
