/*!
Theme Name:  RayTheme
Theme URI: https://raylinaquino.com
Author: Raylin Aquino
Author URI: https://raylinaquino.com
Description:  RayTheme Template 
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rayelem
*/
:root {
  font-size: 10px;
  --primary: #1a468c;
  --primarydark: #32466e;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.hide {
  display: none !important;
}

strong,
b {
  font-weight: 600;
}

.trans-3 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.hiden {
  display: none !important;
}

.elementor-editor-active .hiden {
  display: inherit !important;
  opacity: 0.2;
}
/* Posts article */
.post-article a {
  color: var(--primary);
  display: inline-block;
}
.post-article a:hover {
  text-decoration-thickness: 2px !important;
  text-decoration: underline;
}
.post-article h2 {
  color: var(--primary);
}
.post-article .wp-block-image {
  display: block;
}
.post-article .wp-block-image img {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
}
.post-article .wp-element-caption {
  font-style: italic;
  font-size: 85%;
  line-height: 1.4;
  color: var(--primarydark);
  margin-top: 1.5rem;
}
