/*---------------------------------------------------------------------------------

 Theme Name:   Qumulo Inc
 Theme URI:    
 Description:  
 Author:       Qumulo Web Team
 Author URI:   
 Template:     Divi
 Version:      1.2.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

-----------------------------------------------------------------------------------*/


/* ------------------- NAVIGATION: Top/Main Navigation -------------------- */

#top-header .container {
	padding-top: 5px!important;
}

/* If Primary menu height is adjusted via Theme Customizer, disable top/bottom
padding in the browser to find the total padding height (top), THEN distribute 
to top and buttom. The sum must equal the measurement from previous step. */
#et-top-navigation {
	padding: 0;
}

#top-menu-nav ul li a:hover {
	 color: #0298ff;
}

#top-menu ul.sub-menu {
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5)!important;
    border-radius: 10px;
    margin-top: 20px;
	margin-left:-95px;
	background-color: #fff;
	border-top:none;
	width:250px!important;
}

#top-menu .sub-menu::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 0px;
    left: 50%;
    box-sizing: border-box;
    border: 0.4em solid black;
    border-color: #fff #fff transparent transparent ;  
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 1px -1px 2px 0 rgba(0,0,0,0.15)!important;
    /*box-shadow: 1px 1px 2px -1 rgba(0, 0, 0, 0.5);*/
  }

#top-menu ul li ul {
	border: none;
}

#top-menu ul.sub-menu li {
	width:250px;
	padding:0;
}

#top-menu li li a {
	width: 250px;
	line-height: 1.2em!important;
	padding-left: 30px;
	padding-top: 13px;
	padding-bottom: 13px;
 }

#top-menu-nav ul li li a:hover,
.et_mobile_menu li a:hover {
	background-color: #ceebff!important;
	color:#007ace;
}

#top-menu .sub-menu a, #et_mobile_nav_menu .sub-menu a {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #424B53;
}

/* Old 
#top-menu .sub-menu::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
	left: 45%;
	top: -25px;
	border-bottom: 10px solid rgba(0,0,0,0.05);
}
*/


@media only screen and (min-width: 981px) {
	#main-header {
		padding: 0 0 25px 0;
	}

	.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
	    padding-bottom: 20px!important;
	    margin-bottom:-20px;
	  	}

	#et-top-navigation {
		padding:10px 0!important;
	}

	#logo {
		margin-top: -5px;
	}
}

/* ------------------ NAVIGATION: Utility/secondary -------------------*/
#et-secondary-nav {
	padding: 0px 0 0 0 !important;

}

#et-secondary-menu {
	margin-bottom: -20px;	
}

#et-secondary-nav > li:last-child a:hover {
	background-color: #007ace!important;
	opacity: 1;
}

#et-secondary-nav > li {
	font-size: 14px;
	line-height:14px;
	padding: 7px 12px;
	margin: 0!important;
	height:28px;
}

#et-secondary-nav > li:last-child {
	padding:0!important;
}

#et-secondary-nav > li:last-child a {
	background-color: #0298ff;
	border-radius: 25px;
	color:#fff;
	font-weight: bold;
	padding: 7px 16px!important;
	height:28px;
}

#et-secondary-nav li {
	margin-right:26px;
	height: 38px;
}

/*
--- MARKETO FORMS -- 
Depends on Destyle (qumulo-inc/ds-script.js) function to kill external
stylesheets and reset element styles */

.mktoForm {width:100%!important;}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm label {
	font-family: 'Nunito', sans-serif;
}

.mktoForm .mktoHtmlText {font-size: 14px;
line-height:16px;
padding-bottom: 15px;}

.mktoForm label {
	width: inherit!important;
	font-size: 10px;
	line-height:10px;
	color: #646B72;
	padding:5px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	display: block;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select,
.mktoForm textarea {
	border: none;
	width: 98%!important;
	font-size:16px;
	margin: 5px;
}

.mktoButton {
	font-family: 'Montserrat';
	font-size: 16px;
	color: #fff;
	 padding:16px 28px!important;
    background: #0298ff;
   	border:none;
    border-color: #0298ff;
    border-radius: 25px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.mktoButton:hover {
	cursor: pointer;
	background-color: #007ace;
}
.mktoFieldDescriptor {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: inset 0 0 4px #646b72;
	padding: 4px 4px 5px 4px;
	margin: 20px 0;
}

.mktoAsterix {display:none;}

.mktoClear {clear:both;}

.mktoForm .mktoError {
	font-size: 12px;
	color:red;
	padding-left: 10px;
}

label[for=Explicit_Opt_in__c] {
 float: right! important;
 width: calc(100% - 30px) !important;
	font-size: 14px;
	line-height: 16px;
	border:none;
	text-transform:none;
}

.privacyText {
	padding-top:30px!important;
}

.mktoForm {
	visibility: hidden;
}
.mktoForm[data-styles-ready="true"] {
	visibility: visible;
}


/* ---------------- SEARCH: Form and results styles ----------------- */

#searchform {
	max-width: 200px;
}

#searchform input[type="text"] {
    border-radius: 25px;
    border: none;
    color: #fff;
    font-family: Nunito;
	padding: 0.7em 70px 0.7em 1.5em;
}

#searchform input[type="submit"] {
	border-radius: 25px;
    background-color: #007ACE;
    border: none;
    color: #fff;
    font-weight: bold;
    height: 34px!important;
    padding: 0.5em;
    margin: 3px!important;
	width: 60px
}

.footer-widget #searchform input[type="text"] {
    background-color: rgba(66,75,83,0.5);
}

#sidebar #searchform input[type="text"] {
    background-color: rgba(66,75,83,0.2);
	color: #424B53;
}

.search-results .post-meta {
  display: none;
}

/* ----------------- ROWS: Vertical alignment -------------*/

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

.valign_middle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
	align-items:center;
	justify-content:center;
}

/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}



/* ----------------- UTILITY: Custom Classes ------------------------- */

.shadowbox {
border: 1px solid #dddddd;
border-radius: 2px;
padding: 3%;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}
.saboxplugin-wrap {background-color: #ffffff;}


.small-text {
	font-size: 12px;
	line-height: 16px;
}

.usecase {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}

cite.small {
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
}
.mp-module-max700 {
	max-width:700px !important;
}

/* ----------------- UTILITY: Sections/Inner Page Nav ------------------------- */
.mp-section-inner-page-nav .et_pb_text h6 {
    text-transform: uppercase;
    font-size: 16px;
    color: 
    #007ace !important;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 0;
}

/* ----------------- UTILITY: Modules/Customer CTA ------------------------- */
.mp-column-customer-cta-right,
.mp-column-customer-cta-left {
    padding-top: 2rem !important;
    padding-right: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 2rem !important;
}
.mp-column-customer-cta-right .et_pb_image,
.mp-column-customer-cta-left .et_pb_image {
    margin-top: -2rem!important;
    margin-right: -2rem!important;
    margin-bottom: 0vw!important;
    margin-left: -2rem!important;
}
.mp-column-customer-cta-right .et_pb_text,
.mp-column-customer-cta-left .et_pb_text {
    color: #9494a3!important;
}
.mp-column-customer-cta-left .et_pb_text {
	text-align: right;
}
.mp-column-customer-cta-right .et_pb_text p,
.mp-column-customer-cta-left .et_pb_text p {
	font-size: 13px;
}
.mp-column-customer-cta-right .et_pb_text img,
.mp-column-customer-cta-left .et_pb_text img {
	height:54px !important;
	width:auto !important;
}

/* ----------------- UTILITY: Section/Customer Case Study ------------------------- */
.mp-section-customer-case-study {
	padding-bottom: 0 !important;
}
.mp-section-customer-case-study .et_pb_row:nth-last-of-type(1) {
	margin-top:54px;
}
/* ----------------- UTILITY: Modules/Content button ------------------------- */
html body #page-container #main-content .et_pb_button_module_wrapper  a.et_pb_button.mp-module-content-button {
	padding: 0 !important;
	color: #007ace!important;
	text-transform: none !important;
	font-variant: normal !important;
	font-weight: 500;
	margin-bottom:1em;
}
html body #page-container #main-content .et_pb_button_module_wrapper  a.et_pb_button.mp-module-content-button:hover {
	background-color: transparent !important;
}

html body #page-container #main-content a.et_pb_button.mp-module-content-button:after {
    content: attr(data-icon);
    display: inline-block;
    margin-top: -1px;
    margin-left: 0.75em;
    transition: margin 0.25s ease-in-out;
}
html body #page-container #main-content a.et_pb_button.mp-module-content-button:hover:after {
	margin-left:1em;
}

/* ----------------- UTILITY: Section/Customer Stories ------------------------- */
html body #page-container #main-content .et_pb_button_module_wrapper  a.et_pb_button.mp-module-stories-column-button {
	padding: 0 !important;
	color: #007ace!important;
	text-transform: uppercase !important;
	font-variant: normal !important;
	font-weight: 500;
	background:transparent !important;
}
.mp-row-customer-stories .et_pb_column {
	display: flex;
    flex-direction: column;
}
.mp-row-customer-stories .et_pb_main_blurb_image img {
    height: auto;
}
.mp-row-customer-stories .et_pb_button_module_wrapper {
	margin-top: auto;
}

/* ----------------- UTILITY: Section/Customer Uses ------------------------- */
.mp-row-qumulo-solutions .et_pb_column {
    padding-top: 2em;
    padding-right: 2em;
    padding-left: 2em;
   }
.mp-row-qumulo-solutions .et_pb_main_blurb_image {
	margin-bottom:0;
}
.mp-row-qumulo-solutions .et_pb_main_blurb_image img {
	height:64px;
}

/* ------------------ UTILITY: Parent theme overrides --------------- */

.et_project_meta {
	display: none !important;
}

.type-project > img {display:none;}

.et_pb_blurb_position_left.midIcon .et_pb_main_blurb_image { width: 60px !important; }
.et_pb_blurb_position_left.midIcon img { height: 60px !important; }
.et_pb_blurb_position_left.midIcon .et-pb-icon { font-size: 60px !important; }

/* Buttons */
html body #page-container #main-content .et_pb_button_wrapper a.et_pb_button, 
html body #page-container #main-content	.et_pb_button_module_wrapper a.et_pb_button,
html body #page-container #main-content	.et_pb_header_content_wrapper a.et_pb_button,
html body #page-container #main-content #content-area a.et_pb_button,
html body #page-container #main-content a.et_pb_button
 {
	padding:16px 28px!important;
	line-height:1em!important;
	text-align:center;
	color: #fff;
	display: inline-block;
}

html body #page-container #main-content	.et_pb_button_module_wrapper a.et_pb_button.et_pb_bg_layout_light {
	border-style: solid;
}

body #page-container #main-content .et_pb_button_module_wrapper .et_pb_button a.button_nobg {
  padding-top: 14px!important;
  padding-bottom: 14px!important;
  background-color: none!important;
  border: 2px solid rgba(255,255,255,0.25)!important;
	
}

body #page-container #main-content .et_pb_button_module_wrapper .et_pb_button a.button_nobg:hover {
  color: #955FD5!important;
}

#text-2 {
	margin-bottom:15px;
}


/* ---------------- FOOTER: Social icons ----------------- */

#socialicons-footer {
	margin-top:0;
}

#socialicons-footer img {
	margin-right:21px;
	margin-top: 16px;
	opacity: 0.25;
}

#socialicons-footer img:hover {
	opacity: 0.35;
}

/* ---------------- FOOTER: Lists */
#footer-widgets .footer-widget li:before {
display: none;
} 

#footer-widgets .footer-widget li {
	padding-left:0;
	margin-bottom: 1.3em;
	
}
.footer-widget .textwidget p {
	font-size: 16px;
}

#nav_menu-3 ul li, #nav_menu-2 ul li {
	padding: 0;
	list-style: none;
}

/* ---------------- FOOTER: Copyright and Languages ------------- */
#footer-info {
	width:100%;
	border-top: 1px solid rgba(66,75,83,0.5);
    padding: 13px 0 70px 0;
}

#footer-info .copy {
	float:left;
	padding-top: 5px;
	text-align:left;
}

#footer-info .languages {
	float: right;
}

#footer-info .language {
	background-position: center;
	background-size: contain;
	height: 24px;
	width: 24px;
	margin-right: 10px;
	display: inline-block;
}

#footer-info .language a {
	line-height: 24px;
	padding-right: 20px;
}
