/*
 Theme Name:   Editor Child
 Theme URI:    https://arraythemes.com/themes/editor-wordpress-theme/
 Description:  Editor Child Theme
 Author:       Konstantin Greger
 Author URI:   http://www.konstantingreger.net
 Template:     editor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, white, gray, two-columns, left-sidebar, responsive-layout, custom-colors, editor-style, featured-images, theme-options, threaded-comments, translation-ready, photoblogging
 Text Domain:  editor
 Domain Path: /languages/
*/
/* --------------------------------------------------------------
TABLE OF CONTENTS
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
5.1 - Links
5.2 - Menus
5.3 - Post Navigation
5.4 - Page Navigation
5.5 - Toggle Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
10.1 - Posts and pages
10.2 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - Header
14.0 - Footer
15.0 - Content
16.0 - Posts
17.0 - Archives
18.0 - Attachments
19.0 - Animations
-------------------------------------------------------------- */
/* --------------------------------------------------------------
1.0 - Reset
-------------------------------------------------------------- */

/* --------------------------------------------------------------
2.0 Typography
-------------------------------------------------------------- */

pre {
  background: #F5F5F5;
  font-family: Consolas, "Courier 10 Pitch", Courier, monospace;
  font-size: 20px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 20px Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* --------------------------------------------------------------
3.0 Elements
-------------------------------------------------------------- */

/* Tables */

/* --------------------------------------------------------------
4.0 Forms
-------------------------------------------------------------- */

/* --------------------------------------------------------------
5.0 Navigation
-------------------------------------------------------------- */
/* --------------------------------------------------------------
5.1 Links
-------------------------------------------------------------- */

/* --------------------------------------------------------------
5.2 Menus
-------------------------------------------------------------- */

/* --------------------------------------------------------------
5.3 Post Navigations
-------------------------------------------------------------- */

/* --------------------------------------------------------------
5.4 Page Navigation
-------------------------------------------------------------- */

/* --------------------------------------------------------------
5.5 Toggle Menus
-------------------------------------------------------------- */

/* --------------------------------------------------------------
6.0 Accessibility
-------------------------------------------------------------- */
/* Text meant only for screen readers */

/* --------------------------------------------------------------
7.0 Alignments
-------------------------------------------------------------- */

/* --------------------------------------------------------------
8.0 Clearings
-------------------------------------------------------------- */

/* --------------------------------------------------------------
9.0 Widgets
-------------------------------------------------------------- */

/* --------------------------------------------------------------
10.0 Content
-------------------------------------------------------------- */
/* --------------------------------------------------------------
10.1 Posts and pages
-------------------------------------------------------------- */

/* --------------------------------------------------------------
10.2 Comments
-------------------------------------------------------------- */

/* --------------------------------------------------------------
11.0 Infinite scroll
-------------------------------------------------------------- */

/* --------------------------------------------------------------
12.0 Media
-------------------------------------------------------------- */

/* --------------------------------------------------------------
13.0 Header
-------------------------------------------------------------- */
.site-header {
  width: 25%;
}
@media (max-width: 768px) {
  .site-header {
    margin-left: 0;
    padding: 70px 5% 25px 5%;
    position: relative;
    width: 100%;
  }
}

/* --------------------------------------------------------------
14.0 Footer
-------------------------------------------------------------- */

/* --------------------------------------------------------------
15.0 Content
-------------------------------------------------------------- */
.site-content {
  padding: 5% 6% 4% 31%;
}
@media (max-width: 768px) {
  .site-content {
    padding: 5%;
  }
}

/* --------------------------------------------------------------
16.0 Posts
-------------------------------------------------------------- */

/* --------------------------------------------------------------
17.0 Archives
-------------------------------------------------------------- */

/* --------------------------------------------------------------
18.0 Attachments
-------------------------------------------------------------- */

/* --------------------------------------------------------------
19.0 Animations
-------------------------------------------------------------- */

/*--------------------------------------------------------------
20. Social Links
--------------------------------------------------------------*/
.social-links ul a[href*='tableau.com']:before {
  content: '\f201 ';
}
