/*
Theme Name: TEMA
Description: Lightweight base theme for TEMA.EE. Page layouts live in the tema-preview mu-plugin; this theme only provides the WordPress basics and the remaining archive/page templates.
Version: 1.0.0
Author: TEMA.EE
Text Domain: tema
*/

/* Base reset that the old Newspaper theme used to provide. */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:#f9f8f5;color:#20211f;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.5}
img,video,iframe{max-width:100%}
img{height:auto;border:0}
a{color:inherit}
figure{margin:0}
button,input,select,textarea{font:inherit}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.alignleft{float:left;margin:0 20px 12px 0}
.alignright{float:right;margin:0 0 12px 20px}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:13px;color:#777971;margin-top:6px}

/* Plain pages rendered by this theme (privacy policy, other static pages). */
#tema-portal .tp-page-content{font-size:17px;line-height:1.7;max-width:760px}
#tema-portal .tp-page-content h2{font-size:26px;margin:32px 0 14px}
#tema-portal .tp-page-content h3{font-size:21px;margin:26px 0 12px}
#tema-portal .tp-page-content p{margin:0 0 16px}
#tema-portal .tp-page-content a{color:#b9580a}

/* HivePress prints hidden login/register modals in the footer; they are unused on TEMA.EE. */
.hp-modal{display:none!important}
