<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: mystile-child
Version: 1.0
Description: mystile-child
Author: WooThemes
Author URI: http://www.woothemes.com
Template: mystile
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

#header {
  padding: 1.618em 0 0;
  margin-bottom: 3.631em;
  border-bottom: 30px solid #ffb403;
  clear: both;
  position: relative;
}

.entry p {
    font-size: 1em;
}

.page header h1 {
    color: #2e4480;
    font: bold 2.0em Tahoma,Geneva,Verdana,sans-serif;
}

h3 {
color: #2e4480;
}

h2 {
color: #2e4480;
font-size: 1.3em;
}

#bold {
    font-weight: 700;
}

h1 {
    color: #2e4480;
    font: bold 1.4em Tahoma,Geneva,Verdana,sans-serif;
    margin: 0 0 30px 0;
}

.page header h1 {
display: none;
}

.plaintext { 
    color: #2e4480;
    font-weight: normal;
}

.post img, .type-page img {
    border: none;
}

/* 1st attempt mobile device responsive menu icon overlapping logo fix 
#header #logo {
    max-width: 88%;
}*/

/* mobile device responsive menu icon overlapping logo fix - Adjust top */
#header .nav-toggle {
    position: absolute;
    top: 4em;
    right: 0em;
    width: 1.618em;
    height: 1.618em;
}

.post img, .type-page img {
    background: none;
}    

/* mobile device responsive menu - removes bar at top where top menu would display on mobiles */
#top {
    display: none;
}
    </pre></body></html>