/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/*
 Edits start here.
 */

 /* Editing a property to make sure submenu's appear at the correct position. */
 .x-navbar .desktop .x-nav li ul
 {
    top: 82px!important;
    right: auto!important;
 }

 /* Editing the submenu item's CSS. */
 .menu-item ul.sub-menu li a
 {
    /* Font formatting */
    letter-spacing: 0.085em!important;
    font-style: normal!important;
    text-transform: uppercase!important;
    font-weight: 400!important;
    /* submenu font size is set to match menu one here. */
    font-size: 13px!important;
 }

 /* Editing the menu's CSS. */
 .x-navbar .desktop .x-nav
 {
    margin: 0!important;
 }

 /* Adjusting the navigation control in the homepage slider. */
 .flex-control-nav
 {
    /* Adjusting the position. */
    top: 91%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    right: auto!important;
    text-align: inherit!important;
    /* Adjusting the appearance. */
    background-color: transparent!important;
 }

 /* Adjusting the size of the footer widget's titles. */
 footer .x-container .x-column div h4.h-widget
 {
    font-size: 130%!important;
 }

 /* Removing unwanted margin from the blue intro title in the homepage. */
 #pTituloIntrod p
 {
   margin: 0!important;
 }

 /* Removing the image from the footer's background. */
 footer.x-colophon
 {
    background-image: none!important;
 }