/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Ecomme base child theme
 Author: DKN Media
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.container, .et-db #et-boc .et-l .container, .et-db #et-boc .et-l .et_pb_row, .et-db #et-boc .et-l .et_pb_slider .et_pb_container, .et-db #et-boc .et-l .et_pb_fullwidth_section .et_pb_title_container, .et-db #et-boc .et-l .et_pb_fullwidth_section .et_pb_title_featured_container, .et-db #et-boc .et-l .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 2000px;
	width: 80vw;
}

/* BASE CSS */
* {
    margin: 0;
    padding: 0;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

@media only screen and (max-width: 68.75em){html{font-size:50%}}

body {
	
    font-family: Museo Sans, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    color: #554c44;
}

h1, h2, h3, h4, h5 {
	font-family: Poppins, sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 4.2rem;
	line-height: 1.1;
}

h2 {
	font-size: 3.6rem;
	line-height: 1.2;
}

h3 {
	font-size: 3.2rem;
	line-height: 1.3;
}

h4 {
	font-size: 2.6rem;
	line-height: 1.4;
}

h5 {
	font-size: 2.4rem;
	line-height: 1.5;
}

/* START fix columns height */

.el-flex-row {
	display: flex;
	flex-wrap: wrap;
  }
  
  .el-flex-row .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }

/* END fix columns height */