/*
Theme Name: A Casinha da Matemática
Version: 1.0
Description: A child theme of Hueman
Template: hueman
Author: António Amaral
*/
/* Your awesome customization starts here */


@import url("../hueman/style.css");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("../../plugins/smart-archives-reloaded-master/inc/styles.css");
@import url("../../plugins/smart-archives-reloaded-master/inc/styles.dev.css");
/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}


body { background: #eaeaea; font-size: 16px; line-height: 1.5em; color: #000; font-weight: 400; }
.entry.excerpt { font-size: 16px; color: #444; }

/*
Listas ordenada e não ordenada
*/
.entry ul,
.entry ol ul { list-style: square; }

.entry ul li,
.entry ol ul li { list-style: inherit !important; }

.entry ol,
.entry ol ul ol { list-style: decimal; }

.entry ol li,
.entry ol ul ol li { list-style: inherit !important; }

/*
Geogebra - Manter background color
*/
body.application,
article {
	color: inherit!important;
}


#header .site-title a {
display: inline;
}

#header .site-title:before,
#copyright p:before {
content: "\f015";
font-family: "Font Awesome 5 Free"; 
font-style: normal;
font-weight: bold;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 0.35em;
}

#header .site-title:before {
color: #fff;
}


#copyright p:before {
color: rgba(255,255,255,0.5);
}

#header .pad {
    padding-top: 20px;
    padding-bottom: 20px;
}


@media print {
body {background:white; 
     font-size:10pt !important; 
     margin:0 }
iframe { border:none }
#wrapper { display:block }
.content, .page { width: 1040px }
#nav-header.nav-container { display:none }
.col-2cl .main-inner { background: none }
.col-2cl .main-inner { padding-right: 0px; }
#sidebar { display:none }
#nav-topbar { display:none }
#----header {display: none}
#header { height:95px }
#----header { background: none }
.page-title {border-bottom: none }
#content{ margin-left:0; 
     float:none; 
     width:auto }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
.content .post,
.content .page { margin-left:0; 
     float:none; 
     width:100% }
.col-1c .sidebar,
.col-2cl .s2,
.col-2cr .s2 { display: none }
#comments { display:none }
#footer  { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
.post-tags, .related-posts, .post-nav, .heading, .s1, .s2, .sidebar, .sidebar-content { display:none }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }

.GTTabs {display:none;border:0 none;}
.GTTabs li a {display:none;border:0 none;}
.GTTabs li.GTTabs_curr a {display:none;border:0 none;}
.GTTabs_titles{display:block !important;border-bottom:1px solid;}
.GTTabs_divs {display:block !important;}

.postTabs {display:none;border:0 none;}
.postTabs li a {display:none;border:0 none;}
.postTabs li.postTabs_curr a {display:none;border:0 none;}
.postTabs_titles{display:block !important;border-bottom:1px solid;}
.postTabs_divs {display:block !important;}
}

article .entry-content a, .comment-content a, .widget-area .widget_text a {
  text-decoration: none !important;
}
