/*

Theme Name: Junno Child Theme

Theme URI: http://demo.roadthemes.com/junno/

Author: Plaza-Themes

Author URI: http://plazathemes.com/

Description:  Junno Child Theme

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, threaded-comments

Text Domain: junno

Template: junno



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/

/* ===================== custom css from the old version of the theme ======================  */


.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
	margin: 20px auto;
}
.alignright {
    float:right;
    margin-left: 20px;
	&:after{
		content: "";
		clear: both;
	}
}
.alignleft {
    float: left;
    margin-right: 20px;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.default-page .entry-content{
	font-size: 15px
}
.wp-caption {
    background: #fff;
	border: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 10px 0 0;
    padding: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.wp-block-button{
	margin: 20px 0;
	color: #fff;
}
.wp-block-button.is-style-outline{
	color: #1d1d1d;
}
.wp-block-button.alignright{
	margin-top: 0;
	margin-right: 0;
	margin-left: 30px;
}
.wp-block-button.alignleft{
	margin-left: 0;
	margin-top: 0;
	margin-right: 30px;
}
.wp-block-cover{
	margin-bottom: 20px;
}
figure {
    margin: 0 0 1rem;
	&:last-child{
		margin: 0;
	}
}
.wp-block-cover-text{
	color: #fff !important;
}
.entry-content > p:last-child,
.entry-summary > p:last-child {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.wp-block-calendar {
    margin: 20px 0;
}
.wp-block-categories-dropdown{
    margin-bottom: 15px;
}
.wp-block-group.has-background{
	padding: 1em 2em;
}
.wp-block-pullquote.has-background{
	padding: 3em;
}
.blog-page .entry-content > *:last-child,
.blog-page .entry-content > * > :last-child,
.blog-page .entry-summary > *:last-child,
.blog-page .entry-summary > * > :last-child {
    margin-bottom: 0;
}


.footer input{width:100%;padding:.375rem .75rem;}
.footer textarea{width:100%;padding:.375rem .75rem; height:100px;}
.footer .wpcf7-submit{background:#e21b1b; border-radius:20px; color:#fff; border:0px; font-weight:bold; cursor:pointer}

.fixed-icon{position: fixed; right: 15px; bottom: 70px; z-index: 999999;}
@media screen and (max-width:600px){
	.fixed-icon{ bottom:10px;}	
	
}



