/*
Theme Name: Miomio - Child
Version: 1.0
Description: A child theme of Miomio
Template: miomio
*/

@import url(http://fonts.googleapis.com/css?family=Zilla+Slab:wght@300&display=swap);

#wpadminbar {display:none;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Zilla Slab', serif;
	font-weight: 300!important;
}
body, p {
    font-family: Open Sans;
    line-height: 26px;
    font-weight: 300;
    font-style: normal;
    color: #333;
    font-size: 16px;
    letter-spacing: 0.02em;
}

hr {
    border-color: #333;
    margin: 30px auto;
    max-width: 1000px;
}
img {
    width: 100%;
}

a img { transition: all .2s ease-in-out; }

a img:hover { 
	transform: scale(1.1);
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	}

p {
	margin-bottom:18px;
}

input[type="submit"] {
    display: block;
    height: 35px;
    margin:15px 0;
    text-align: center;
    width: 125px;
	float:none;
	font-family: 'Zilla Slab', serif;
	padding-top:8px;
}
input[type="submit"]:hover {
	border:2px solid #3aa6b2;
	color:#3aa6b2;
	background:#fff!important;
	padding-top:8px;
}
.header {
	background:#222;
    border-bottom: thin solid #000;
	border-top: 3px solid #555!important;
	padding:25px 0;
}

.top-bar li.active:not(.has-form) a:not(.button) {
    color: #ebebeb;
	font-weight:normal;
	font-size:16px;
	font-family: 'Zilla Slab', serif;
	background:#000!important;
}

.top-bar-section {
    padding-top: 0;
}
.top-bar .name h1 {
	line-height:1;
}
.top-bar .name h1 a {
	padding:0;
}
.header nav h1.logo img {
    margin-top: 12px;
    width: 8em;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	background:#222;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	font-family: 'Zilla Slab', serif;
}


article.feed-item h2 {
	font-size:1.7em;
}
.right-sidebar .side-item ul li {font-size:16px;padding:0;}

.right-sidebar .side-item ul li::before {
	display:none;
}
.search-form input[type="submit"] {
	padding:0.9em 0.313em;
}

.home {
	width:100%;
	height:74vh;
	overflow:hidden;
	position:relative;
	border-bottom:3px solid #333;
}

.desktop {
	display:none;
}

.home img{
	width:100%;
}

.scroll {
	display:none;
}


.home-cont {
	background:#fff;
	width:100%;
	color:#222;
	margin-top:-10px;
	padding-top:30px;
}

.home-cont h1 {
    border-bottom: thin solid #333;
    color: #222;
    font-size: 28px;
    margin-bottom: 50px;
    padding: 30px 0 55px;
    text-align: center;
}
.home-cont:after {
	display:table;
	contents:"";
	clear:both;
}

.container {
    margin: 30px auto;
    max-width: 1000px;
    padding-bottom: 30px;
}

.container:after, containerhm:after {
	display:table;
	content:"";
	clear:both;
}

.containerhm {
    margin: 30px auto;
    max-width: 850px;
    padding-bottom: 30px;
}

.feed-content {
	padding:0!important;
}

article.feed-item .feed-excerpt p {
	margin-bottom:18px;
}

.jn {
	padding-top:30px;
	background-image:url('img/jon2.jpg');
	border-top:thin solid #ddd;
}

.jn:after {
		display:table;
	content:"";
	clear:both;
}

.third img {
	display:block;
	margin:0 auto;
	border: 3px solid #333;
	width:80%;
}

.lefthalf, .righthalf {
	padding:15px 18px;
	border-bottom: thin solid #333;
	margin-bottom:15px;
}

.lefthalf img, .righthalf img {
	border:thin solid #000;
}

.third, .two {
	padding:15px 18px;
	border-bottom: thin solid #333;
	margin-bottom:15px;
}

.book {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 3px solid #222;
    color: #222;
    padding: 50px 30px;
}

.book p {
	color:#222;
}

.more {
	text-align:center;
	padding-top:40px;
	background-image:url('img/dots.svg');
	background-repeat:no-repeat;
	background-position:top center;
}

.more a {
	color:#3aa6b2;
	font-size:18px;
	font-family: 'Zilla Slab', serif;
}

.more a:hover {
	color:#666;
}

.center {
	text-align:center;
}

.buy {
	display:block;
	width:200px;
	margin:0 auto;
	border:thin solid #35969B;
	text-align:center;
	color:#fff;
	font-family: 'Zilla Slab', serif;
	font-size:16px;
	padding:7px 30px;
	border-radius:0;
	transition: all .2s ease-in-out;
	color:#fff;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3aa6b2+0,318796+99 */
	background: #3aa6b2; /* Old browsers */
}

.buy:hover {
	transform: scale(1.1);
	color:#235968;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3aa6b2+0,2a757f+100 */
	background: #3aa6b2; /* Old browsers */
}
.btn {
    background:#3aa6b2;
    border: thin solid #35969b;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: 'Zilla Slab', serif;
    font-size: 16px;
    margin-top: 12px;
    padding: 7px 30px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.11);
    transition: all 0.2s ease-in-out 0s;
    width: 96%;
}

.btn:hover {
	transform: scale(1.1);
	color:#235968;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3aa6b2+0,2a757f+100 */
	background: #3aa6b2; /* Old browsers */

}

.slider {
	display:none;
}

.slider-mobile {
	background:#000;
	height:380px;
	padding-top:2px;
	width:100%;
}
.soliloquy-container .soliloquy-pager {display:none;}

.slider-mobile .soliloquy-container .soliloquy-controls-direction {display:none;}

#soliloquy-container-178 {
	margin:0 auto;
}

.page-title {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.textwidget {
	font-size:16px;
}

.textwidget p {
	font-size:16px;
}

.textwidget img {
	width:auto;
}
.side-item img {
	max-width:100%!important;
	margin-bottom:18px;
	border:thin solid #ccc;
}

.am {
	margin-top:5px;
	border:none!important;
}

.download {
	padding:30px 0;
	margin:30px auto;
	border-top:thin solid #ccc;
	border-bottom: thin solid #ccc;
}

.download .buy {
	max-width:300px!important;
}

.footer {
    background: #323232 none repeat scroll 0 0;
    margin-top: -20px;
    padding:30px 0;
	color:#ebebeb;
	font-size:16px;
}

.copy {
	padding:30px 0;
	background:#000;
	color:#999;
	font-size:12px;
}

.copy a {
	color:#4ace2c;
}

.copyright {
	margin-top:12px;
}
.footer .widget-title {
    border-bottom: thin solid #444;
    color: #ebebeb;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
#text-2, #feedburner-email-subscription-2, #text-4 {
	padding:30px;
	margin-bottom:30px;
	border-bottom:thin solid #222;
}

.sr-only {
	display:none;
}

.left2 {
	float:left;
	width:30%;
}

.right2 {
	float:right;
	width:60%;
}

.footer .right2 img {
	width:auto;
	margin-top:15px;
}

.footer .container {
	margin:5px auto;
}

.social-cont {
	width:80%;
	margin:0 auto;
}

.leftcol {
	float:left;
	width:30%;
}

.rightcol {
	float:right;
	width:30%;
}

.centercol {
	width:30%;
	margin:0 auto;
}

.social {
	display:block;
	margin:0 auto;
	width:40px;
	height:40px;
	background-color:#d9d7cb;
	border-radius:0;
}

.facebook {
	background-image:url('img/facebook.svg');
	background-repeat:no-repeat;
	background-position:center center;
}

.rss {
	background-image:url('img/rss.svg');
	background-repeat:no-repeat;
	background-position:center center;
}

.twitter {
	background-image:url('img/twitter.svg');
	background-repeat:no-repeat;
	background-position:center center;
}

.margin {
	padding-top:50px;
}

.less {
	margin:0 auto;
	padding-bottom:0;
}

.main-container {
    margin-top: 3em;
	margin-bottom:6em;
}

.feed-new {
	padding:10px;
	background:#fff;
}

.thumbnail {
	width:100%;
	max-height:500px;
	overflow:hidden;
	border:thin solid #ccc;
}

.entry img {
	border:thin solid #ccc;
}

.entry-title {
    border-bottom: thin solid #ddd;
    margin-bottom: 18px;
    margin-top: 18px;
    padding-bottom: 18px;
}
.entry-title a {
	color:#000;
}

.entry-title a:hover {
	color:#3aa6b2;
}

.feed-new a {
	color:#3aa6b2;
}

.entry {
	position:relative;
	padding-bottom:90px;
	margin-bottom:90px;
	 border-bottom: thin solid #333;
}

.entry-feed {
	padding:0 18px;
}

h2 .entry-meta {
    color: #666;
    font-size: 11px;
    padding-top: 5px;
    text-transform: uppercase;
}
.entry-meta a {
	color:#3aa6b2;
}

.entry-meta a:hover {
	color:#000;
}

.ex-comments {
	display:inline-block;
	font-size:12px;
	color:#999;
	padding-left:30px;
	background-image:url('img/comments.svg');
	background-repeat:no-repeat;
	background-position:left center;
	margin-top:17px;
}

.ex-more {
    background: #191919 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    position: absolute;
    right: 18px;
}

.ex-more:hover {
	border:2px solid #3aa6b2;
	color:#3aa6b2;
	background:#fff;
}

.test {
    background: #ebebeb none repeat scroll 0 0;
    border: 2px dotted #ccc;
    border-radius: 8px;
    color: #000;
    font-size: 16px;
    margin: 40px auto;
    padding: 30px;
    text-align: center;
}

.text-copy {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: thin solid #ccc;
	border-right: thin solid #ccc;
	border-top:thin solid #ddd;
	border-left:thin solid #ddd;
    border-radius: 3px;
    margin-bottom: 18px;
    padding: 30px;
	/*background-image:url('img/pin_left.jpg'), url('img/pin_right.jpg');*/
	background-repeat:no-repeat, no-repeat;
	background-position:top left, top right;
}

.text-copy p {
	margin-bottom:3px;
}

.form {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 2px dotted #ccc;
    border-radius: 3px;
    margin-bottom: 18px;
    padding: 50px 30px;
	background-image:url('img/pin_left.jpg'), url('img/pin_right.jpg');
	background-repeat:no-repeat, no-repeat;
	background-position:top left, top right;
	position:relative;
}

.ajax-loader {
    bottom: 70px;
    left: 48%;
    position: absolute;
    width: auto;
}

div.wpcf7-mail-sent-ok {
    background: #fff none repeat scroll 0 0;
    border: 2px dotted #4ace2b;
    padding: 30px;
		-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.45);
		-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.45);
			box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.45);
}

span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: -12px;
}

div.wpcf7-validation-errors {
    background: #fff none repeat scroll 0 0;
    border: 2px dotted #f7e700;
    padding: 30px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.45);
		-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.45);
			box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.45);
}

.comment-section {
	padding:30px 0;
}

.vcard {
	margin:0;
}

.avatar {
	width:32px;
	height:32px;
}

.comment-metadata {
	font-size:11px;
}

#respond {
	margin-top:30px;
	padding-top:30px;
	border-top:thin solid #ddd;
}

.page-id-14 {
   background-image:url('img/dot.png'), url('img/jon.jpg')!important;
	background-repeat:repeat,no-repeat;
	background-size:auto auto, cover;
}

.leftme img {
	display:block;
	width:70%;
	margin:0 auto 18px;
	border-top:3px solid #333;
}

@media screen and (min-width: 600px) {
	
.home {
	height:87vh;
}

.scroll {
    background-color:rgba(2,2,2,0.6);
	background-image:url('img/scroll.svg');
    background-position: center center;
    background-repeat: no-repeat;
    border: thin solid #000;
    border-radius: 50%;
    display: block;
    height: 120px;
    left: 45%;
    position: absolute;
    top: 43%;
    width: 120px;
	transition: all .2s ease-in-out;
}

.scroll:hover {
	background-color: #222;
    background-image: url("img/scrollhover.svg");
	transform: scale(1.1);
}


.slider {
	display:block;
	background:#000;
	height:250px;
	padding-top:2px;
}

.slider-mobile {
	display:none;
}
	
.side-item h3 {
    font-size:20px;!important;
}

.desktop {
	display:block;
}

.mobile {
	display:none;
}

.two {
	width:66%;
	float:left;
}

.two p {
    margin-top: 20%;
}

.third {
	float:right;
	width:30%;
}

.third img {
	width:100%;
}

.lefthalf {
	float:left;
	width:40%;
}

.righthalf {
	float:right;
	width:40%;
}

.lefthalf, .righthalf {
	padding:0;
	border-bottom:none;
	margin-bottom:0;
}

.lefthalf img, .righthalf img {
	width:70%;
	display:block;
	margin:0 auto;
}

.third, .two {
	padding:0;
	border-bottom:none;
	margin-bottom:0;
}

#text-2 {
	float:left;
	width:30%;
	padding:0;
	margin:0;
	border:none;
}

#feedburner-email-subscription-2 {
	float:right;
	width:30%;
	padding:0;
	margin:0;
	border:none;
}

#text-4 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #444;
    border-image: none;
    border-style: none solid;
    border-width: medium thin;
    margin: 0 auto;
    min-height: 390px;
    overflow: hidden;
    padding: 0 30px;
    width: 30%;
}

.social {
	width:30px;
	height:30px;
}

.form {
	   width:60%;
	   margin:0 auto;
	   padding:80px;
}


}



@media screen and (min-width: 900px) {
	.social {
	width:40px;
	height:40px;
}

.entry-feed {
	padding:0;
}

.ex-more {
    right: 18px;
}

.leftme img {
	width:100%;
	margin:0;
}

.leftme {
	float:left;
	width:30%;
}

.rightme {
	float:right;
	width:68%;
}


	
}

.competition {
	background:#043a83;
	padding:5px 0;
	border-bottom: thin solid #023272;
	display:none;
}

.competition h4 {
	color:#aad2da;
}

.competition a {
	color:#4ace2c;
}

.container-comp {
    margin:25px auto 0;
    max-width: 1000px;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #fff!important;
    color: #222!important;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background: #3aa6b2 !important;
    color: #fff !important;
}