/*
 Theme Name:   Lorian Hemingway Short Story Competition
 Theme URI:    http://shortstorycompetition.com/
 Description:  Custom theme based on Koala Eckothemes
 Author:       Megan Woo
 Author URI:   http://meganwoo.com
 Template:     ecko-koala
 Version:      1.0
*/

@import url("../ecko-koala/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/**************** COLORS *************************/
.aqua {
	color: #2bab8a;
}

.peach {
	color: #f7d9c1;
}

.sand {
	color: #f8ead0;
}


/***************** GENERAL ***********************/
.alert {
    background: #f7d9c1;
    text-align: center;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
}

.page-content,
.error404 .background {
	background: url(images/bimini.jpg) no-repeat center top !important;
	background-size: cover !important;
	min-height: 700px;
}

.page-content .wrapper-body {
	max-width: 900px;
	background: rgba(255,255,255,0.9);
	padding: 45px 30px 30px 30px;
}

.page-content .wrapper-body:after {
    content: " ";
    display: table;
    clear: both;
}

.post-contents h1, .post-contents h2, .post-contents h3, .post-contents h4, .post-contents h5, .post-contents h6 {
    font-family: 'Lato', sans-serif;
}

h2,
.post-contents h2 {
	margin-bottom: 25px;
	line-height: 1.4em;
}

h3,
.post-contents h3 {
	margin-bottom: 20px;
	line-height: 1.3em;
}

h4,
.post-contents h4 {
	margin-top: 30px;
	margin-bottom: 0;
	line-height: 1.3em;
}

body, p, .post-contents p, .post-contents ul, .post-contents ol {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

p, .post-contents p {
	margin: 0 0 20px 0;
}

.post-contents ul, .post-contents ol {
	margin: 30px 0;
}

.post-contents strong, .post-contents b,
strong, b {
	color: #000;
}

.post-contents a {
	color: rgba(25,26,27,0.8);
    border-bottom: 1px solid rgba(25,26,27,0.8);
    text-decoration: none !important;
}

.post-contents a:hover {
	color: rgba(25,26,27,0.5);
	border-bottom: 1px solid rgba(25,26,27,0.5);
}

.post-contents li {
	margin-bottom: 10px;
}

.page .post-title {
	display: none;
}

p.empty {
	display: none;
}

.post-contents .wp-caption {
	padding-bottom: 0;
}

.post-contents figcaption, .post-contents .wp-caption-text {
    font-family: inherit;
    padding: 3px 0 0 0;
    font-size: 12px;
    line-height: 1.2;
}

.fa-bars {
    background-image: url(images/bars-solid.svg);
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    margin: 6px auto;
}

/***************** HEADER ************************/

.logo .logo-alt {
	display: none;
}

.top-bar.top-bar-solid {
    background: #2bab8a;
    height: 100px;
    visibility: visible;
}

.top-bar.top-bar-scroll {
    pointer-events: all;
}

.top-bar nav ul {
    padding-top: 0 !important;
}

.top-bar nav ul li {
	font-weight: 700;
}

.top-bar.top-bar-scroll .logo img {
	max-height: 45px;
}

@media (min-width: 986px) {
	.top-bar .wrapper-body {
		max-height: 60px;
	}
	
	.top-bar.top-bar-scroll .logo img {
		max-height: 55px !important;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-o-transition: all .8s;
		transition: all .8s;
	}
	
	.top-bar.top-bar-scroll.sticky .logo img {
	    max-height: 48px;
	}
	
	.top-bar nav ul {
		padding-top: 6px;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-o-transition: all .8s;
		transition: all .8s;
	}
	
	.top-bar nav ul a {
		font-family: "Muli", sans-serif !important;
	}
	
	.top-bar.top-bar-scroll.sticky nav ul {
		padding-top: 0;
	}
	
	.top-bar .logo {
    	padding-top: 4px;
    	padding-right: 30px;
	}
}

.top-bar nav ul>li:before,
.top-bar li.current-menu-item a,
.top-bar li.current_page_parent a, 
.single-post li#menu-item-78 a, 
.top-bar nav ul li a:hover {
	color: #f7d9c1;
}

/* forms */
form, form p {
	padding: 0 !important;
	margin: 0 !important;
}

form td {
	border: none !important;
	padding: 0 !important;
}

form br {
	display: none !important;
}

.post-contents select, .post-contents textarea, .post-contents input[type=text], .post-contents input[type=email], .post-contents input[type=url], .post-contents input[type=password], .post-contents input[type=search] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding: 5px;
    font-family: 'Lato', sans-serif;
}

.wpcf7-form input,
.wpcf7-form textarea {
	border: none;
    background: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
    height: auto;
    max-width: 300px;
    border-radius: 3px;
    font-weight: 300;
    letter-spacing: 0;
}

.wpcf7-form textarea {
	max-width: 500px;
	width: 100%;
}

div.wpcf7 .ajax-loader {
	background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
}

input[type=image] {
	width: auto;
}

input[type=submit],
.post-contents button, .post-contents input[type=submit], .post-contents input[type=button] {
	width: auto;
	background: #2bab8a;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Muli', sans-serif !important;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 10px 20px;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	margin-top: 20px;
}

input[type=submit]:hover {
	background: #000;
}

.input-field {
	clear: both;
	padding-bottom: 10px;
}

.input-field br {
	display: none;
}

.input-field label,
.post-contents label {
    font-family: 'Lato', sans-serif;
	float: left;
	width: 30%;
	padding-right: 2%;
	line-height: normal;
	text-align: right;
	padding-top: 5px;
	font-size: 15px;
}

.input-field label span.small {
	display: block;
	font-size: 12px;
}

.input-field span:not(.small) {
	float: left;
	width: 68%;
}

.input-field:after {
    content: " ";
    display: table;
    clear: both;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	line-height: 20px;
}

div.wpcf7-response-output {
    margin: 0 0 1em 0;
    padding: 0;
    border: none !important;
    color: #f00;
}

/***************** PAGES *************************/

/* past results (blog) */
.single-post .post-title {
	display: none;
}

.blog .page-main,
.single-post .page-main  {
	border: none !important;
}

.blog .post-contents p, 
.single-post .post-contents p {
	margin: 0 0 10px 0;
}

.post-contents .alignleft {
    margin: 10px;
}

.blog .page-main, 
.single-post .page-main {
    float: left;
    width: 72%;
    padding-right: 0;
}

.single-post .page-main ul {
	margin: 0;
	padding: 10px 0 10px 22px;
}

h4#honorable-mentions {
	margin-top: 45px;
	margin-bottom: 2px;
}

h3.widget-title {
	margin-bottom: 10px;
}

aside.sidebar {
	float: right;
	width: 23%;
	padding-left: 5%;
	margin-top: 83px;
	display: block;
}

aside.sidebar h3 {
    margin-top: 0;
}

.widget li {
	font-family: 'Muli', sans-serif !important;
	margin: 0;
	padding: 0 0 5px 0;
}

.widget li:before,
.widget li::marker {
	display: none;
	color: #fff;
}

.blog .pagination,
.single-post .post-footer {
	display: none;
}

/***************** FOOTER ************************/
.footer-widgets {
    overflow: hidden;
    padding: 15px 0;
    background: #f8ead0;
}

.footer-widgets .wrapper-body {
    display: flex;
}

.footer-widgets .widget,
.footer-widgets .widget p, 
.footer-widgets .widget a {
    font-family: "Muli", sans-serif !important;
    font-size: 12px;
    color: #000;
    opacity: 0.8; 
    line-height: 1.5;  
}

.footer-widgets .widget a {
    text-decoration: underline;
}

.footer-widgets .widget a:hover {
    opacity: 1;
}

.copyright {
	display: none;
}


footer .backtotop {
    display: none;
}

/***************** MEDIA QUERIES *****************/

@media (max-width: 985px) {

	.single-post .page-main,
	.blog .page-main, 
	aside.sidebar {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 30px 0;
	}


	.copyright .disclaimer p.main,
	.copyright .disclaimer p.alt {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 5px;
	}
	
	nav {
        position: absolute;
        right: 0;
	}
	
	.top-bar .wrapper-body {
    	padding-right: 55px;
	}
}

@media (max-width: 700px) {
	.post-contents .wp-caption.alignright {
		margin-bottom: 20px;
	}
	
	.footer-widgets .wrapper-body {
    	display: block;
	}
	
	.footer-widgets .widget {
    	width: 90%;
    	text-align: center;
    	float: none;
    	margin: 0 auto !important;
    	border: none !important;
    	padding: 0 !important;
	}
	
	.footer-widgets .widget p {
    	text-align: center !important;
    }
}