/*------------------------------------------------------
Theme Name: Divi AvidCube Child Theme
Theme URI: https://avidcube.com;
Description: A child theme template for Divi
Author: AvidForm Solutions
Author URI: https://avidcube.com
Template: Divi
Version: 1.0.0
----------------- CUSTOM CSS FOLLOWS ------------------*/

/* Change the background to a gradient fo the main nav */
#main-header, top-header .et-social-icon a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#383838+0,1b1b1b+100 */
background: #343F43 !important; /* Old browsers */
background: -moz-linear-gradient(top, #343F43 0%, #1b1b1b 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, #343F43 0%,#1b1b1b 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #343F43 0%,#1b1b1b 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343F43', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
}

input #wp-submit .button .button-primary .button-large {
    text-shadow: none !important;
}

/* A class to vertically align content in horizontal columns. */
/* Simply call this class to align */
.cube-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center !important;
} 

