/*
Theme Name: Divi Child
Template: Divi
Author: Autoinovacije Divi ET
Author URI: http://www.autoinovacije.hr/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.23.1481116209
Updated: 2016-12-07 13:10:09

*/



/* Force short pages to fill the screen. In other words, make the footer sticky. */
#page-container:not(.et-tb-has-template #page-container) {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
.et-tb-has-template #page-container #et-boc {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
#et-main-area {
    display:flex;
    flex-flow: column;
}
#et-main-area, #main-content  {
    flex: 1 0 auto;
}
.logged-in #page-container:not(.et-tb-has-template #page-container) {
  min-height: calc(100vh - 35px);
}
.logged-in.et-tb-has-template #page-container #et-boc{
  min-height: calc(100vh - 35px);
}



Here is a list of the main media queries used in the Divi Theme. You can use this as a helpful template for your custom CSS.

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 




