/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

.margin-centered {
  margin: 0 auto;
}

.text-centered {
  text-align: center;
}

.redm-person {
  padding: 20px 0;
  margin-left: 20px;
}

.redm-person-name, .redm-person-company {
  margin-bottom: 10px;
}

.post-137 .entry-content {
  min-height: calc( 100vh - 85px - 91px - 55px);
  margin-top: 75px;

}

.site-header-section {
  background-color: transparent;
}

body.page-template-default {
  background-color: transparent;
  background-image: linear-gradient(117deg, #aa0e0e 0%, #e21212 100%);
}

body.page-template-default #inner-body {
  background-color: transparent;
}

body.page-template-default .aux-site-footer {
 background-color: #be1823;
}

.aux-logo-header .aux-logo-anchor > img {
  max-height: 85px;
  width: auto;
  max-width: 200px;
}

#searchredm {
  /*margin-top: 14px;*/
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item {
  flex: 0 32%;
  height: 100px;
  margin-bottom: 2%; /* (100-32*3)/2 */
  position: relative;
  border-radius: 3px;
  background-color: #a2cbfa;
  border: 1px solid #4390e1;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 90, 250, 0.05), 0 4px 4px rgba(0, 90, 250, 0.05), 0 8px 8px rgba(0, 90, 250, 0.05), 0 16px 16px rgba(0, 90, 250, 0.05);
}