/* 
Theme Name: Hapax
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hapax is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.globus{

}
.globus p:empty{
    display: none;
}
.globus:nth-child(odd){

}

.globus{
    width: 50%;
    flex: 0 1 50%;
}
.globus blockquote {
  padding: 1em;
  
  height: auto;
  display: block;
  background: #f5f5f5;
  border-radius: 4px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.6);
  position: relative;
  margin: 0 0 25px;
}
.globus:nth-child(odd){
   align-self: flex-end;
}
/* .globus blockquote .txt {
  padding: 8px 55px 8px 14px;
}
.globus blockquote .txt .name {
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 4px;
  color: #3498db;
}
.globus blockquote .txt .name span {
  font-weight: normal;
  color: #b3b3b3;
}
.globus blockquote .txt .name.alt {
  color: #2ecc71;
}
.globus blockquote .txt .message {
  font-size: 12px;
  margin: 0;
  color: #2b2b2b;
}
.globus blockquote .txt .timestamp {
  font-size: 11px;
  position: absolute;
  bottom: 8px;
  right: 10px;
  text-transform: uppercase;
  color: #999;
}
.globus blockquote blockquote-arrow {
  position: absolute;
  width: 0;
  bottom: 42px;
  left: -16px;
  height: 0;
}
.globus blockquote blockquote-arrow.alt {
  right: -2px;
  bottom: 40px;
  left: auto;
}
.globus blockquote blockquote-arrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 9px solid #f5f5f5;
  border-radius: 0 20px 0;
  width: 15px;
  height: 30px;
  transform: rotate(145deg);
}
.globus blockquote blockquote-arrow.alt:after {
  transform: rotate(45deg) scaleY(-1);
} */

.elementor-widget-container:has(.globus){
    gap: 20px;
    display: flex; flex-direction: column; flex-wrap: wrap;
}

.globus blockquote,
.globus p{
    font-size: 1rem;
}