<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     basics-child
Template:       basics                             
Version:        0.1.0
*/

@import url("../basics/style.css");

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 1.1rem;
	color: #444444;
	line-height: 1.7;
}	
.aligncenter {
    margin: 0.3em auto 0.5em auto;
    display: block;
    clear: both;
}
h1 {
	font-size: 1.7rem;
}
h2 {
	font-size: 1.3rem;
	line-height: 1.4;
}
ul, ol {
    margin: 0 0 1.5em 0em;
}
a {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #f52424;
}


.site {
/* 	overflow: hidden; */
	max-width: 1050px;
	margin: 0 auto;
}

/* HEADER */
.site-header {
    background-color: #4dbf17;
    overflow: hidden;
}

.header-wrapper {
	max-width: 1050px;
	margin: 0 auto;	
}
.site-title a {
    font-size: 44px;
    float: left;
    color: #ffffff;
    text-decoration: none;
    margin: -10px 20px;
}

.site-branding {
	float: left;
	width: 300px;
}

.main-navigation {
    float: right;
    margin: 26px auto 15px;
    width: 70%;
    clear: none;
}
#site-navigation a {
	color: #ffffff;
    float: left;
    list-style: none;
    padding: 5px 20px;
}



/* CONTENT AREA */
.site-content {
	padding: 30px 2% 0px;
}
.content-area {
	float: left;
	width: 70%;
	max-width: 728px;	
}
aside {
	float: right;
	width: 29%;
	max-width: 300px;	
}
aside h2 {
	font-size: 18px;
}

.home-area {
	float: left;
	width: 100%;
	max-width: 1050px;	
}

.site-footer {
	width: 100%;
	display: inline-block;
    background-color: #DEDEDE;
    position: relative;
    overflow: inherit;
    clear: both;
}
.site-info {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 12px;
    color: #535353;
    width: 1050px;
    margin: 0 auto;
    clear: both;
    max-width: 96%;
}
.foot-links {
	float: right;
}
.foot-links a {
    color: #535353;
}

/* HOME */
.home-post {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
.entry-title a {
    text-decoration: none;
    color: #444444;
}

/* GENERAL */
a {
	text-decoration: none;
}
.margin-top-m {
	margin-top: 20px;
}

.menu-toggle {
	float: right;
    margin: 0 10px;
    background-color: #ffffff;
    border: none;
    color: #000000;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;    
}

.fb-share {
    background-color: #2d609b;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.social-text div {
    color: #ffffff;
    padding: 8px;
}
#disqus_loader {
	text-align: center;
	margin-bottom: 30px
}
#disqus-button {
    background-color: #000000;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: none;
    text-shadow: none;	
}
ins{background:#fff}


/* SOCIAL */
.fb-share {
	background-color: #2d609b;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.wrapper-sticky {
	position: fixed;
	bottom: 5px;
	left: 0;
	width: 100%;
}
.social-text div {
	color: #ffffff;
	padding: 8px;
}


/* RELATED POSTS */
.relatedposts {width: 100%; margin: 0 0 20px 0; float: left; font-size: 15px;}
.relatedposts h2 {font-size: 20px; margin: 30px 0 5px 0; }
.relatedthumb {padding: 0 10px 0; float: left; width: 33%}
.relatedthumb img {margin: 0 0 3px 0; padding: 0;}
.relatedthumb a {color :#333; text-decoration: none; display:block; padding: 4px; width: 100%;}
.relatedthumb a:hover {color: #fb118b; transition: 0.2s linear;}


/* MEDIA QUERIES */
@media only screen and (max-width: 480px) {
.site-branding {
	width: 50%;
}
.site-title a {
    font-size: 30px;
}
#content {
    padding: 0 3%;
}
/* menu */
.main-navigation {
    width: 40%;
    margin: 20px auto 15px;
}
/* home */
.home-post {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.content-area {
    float: left;
    width: 100%;
    max-width: 728px;
}
aside {
	float: none;
	margin: 0 auto;
	width: 100%;
}
.relatedthumb {padding: 0; width: 100%}
}

@media all and (min-width:721px) { 
.small-screens {
    display: none;
 }
}

@media (orientation:landscape) {
  .portrait-only {
    display:none;
    }
}</pre></body></html>