/*
Theme Name: Instrumatic
Theme URI: https://www.omgagency.co/
Author: Diego Beltran
Author URI: https://diegobeltran.com.co/
Description: Plantilla para el sitio de Instrumatic
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Instrumatic

*/

body {
  margin: 0px;
  padding: 0px;
}

.my-logo,
footer {
  width: 100%;
  padding-left: 1%;
  margin-bottom: 8px;
  background-color: #78baff;
  border: 1px solid #78baff;
}
body > header > h1 > a {
  color: #ffffff;
  font-weight: 400;
}
article > header {
}
footer {
  margin-top: 4px;
}
a {
  text-decoration: none;
}
/* 'Margin: 0 auto' centers block content on the page */
.wrap {
  width: 99%;
  margin: 0 auto;
}
.content-area {
  display: inline-block;
}
.content-thin {
    width: 70%;
}
.content-full-width {
    width: 100%;
}
.content-area,
.primary-sidebar {
  display: inline-block;
}
.primary-sidebar {
  width: 25%;
  padding: 1%;
  vertical-align: top;
  background-color: #ececec;
}
.article-loop {
    width: 45%;
    text-align: left;
    margin: 5px;
    padding: 10px;
}
.article-full {
  width: 99%;
  padding: 1%;
}
.article-loop,
.article-full {
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
  border-radius: 4px;
  margin-bottom: 4px;
}