/*
Theme Name: Marine-goncalves Child Theme
Theme URI:
Description: Child theme for Divi
Author:
Author URI:
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marine-goncalves-child
*/

/* ==========================================================================
   LAYOUT UTILITIES
   ========================================================================== */

/* Vertically center content within a Divi column */
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Reverse column order on mobile (apply classes to section and row) */
@media only screen and (max-width: 980px) {
  .reverse-columns--section .reverse-columns--row {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* ==========================================================================
   MOBILE MENU
   ========================================================================== */

/* Full-width mobile menu */
.et_mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc(100% + 60px);
}

/* Hamburger icon becomes close icon when open */
.mobile_nav.opened .mobile_menu_bar::before {
  content: "\4d";
}

/* ==========================================================================
   FORMS
   ========================================================================== */

/* Divi contact form captcha input width */
.et_pb_contact_right p input {
  max-width: 50px;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

sup,
sub {
  font-size: 70%;
}
