/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/
 Description:    Divi Child Theme
 Author:         Visual Focus | Rob Weyers
 Author URI:     https://www.visualfocus.nl
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* Theme customization starts here */

/*
  Theme Name: SiteKrafter Pro
  Theme URI: https://sitekrafter.com
  Version: 6.0.2
  Template: Divi
  Author: Mak
  Author URI: https://diviuniversity.com
  Description: SiteKrafter Pro helps you build websites faster, with better structure, consistency, and scalability.
  Website: sitekrafter-pro
*/

/* ########################################### */
/* ##### Any content | Vertically center ##### */
/* ########################################### */

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

/* ####################### */
/* ##### Back to Top ##### */
/* ####################### */

/* Back-to-top button background color*/
.et_pb_scroll_top.et-pb-icon {
background: #b40001;
}

/*style the back to top button on hover*/
.et_pb_scroll_top:hover {
	background-color: #0e0755 !important;
	/* color: rgb(237, 240, 0) !important; */
}

/* ##################################################### */
/* ##### Modules | Side by side in the same column ##### */
/* ##################################################### */

/* ----- Use a row with one column                 ----- */
/* ----- Place several modules below each other    ----- */
/* ----- Column settings -> Advanced -> CSS Class  ----- */


.inline_buttons .et_pb_button_module_wrapper {
    display: inline-block;
    /* margin: 0 10px; */
}

.inline_text .et_pb_text {
    display: inline-block;
    margin: 0 10px;
}

.inline_icons .et_pb_icon {
    display: inline-block;
    margin: 0 10px;
}

.inline_blurbs .et_pb_blurb {
    display: inline-block;
    margin: 0 10px;
}

.inline_images .et_pb_image {
    display: inline-block;
    margin: 0 10px;
}

/* To center align any module in a single column row, place the CSS below to the main element of the row. */
/* text-align: center !important; */

/* ##################################### */
/* ##### Post Content | Wider rows ##### */
/* ##################################### */

/* >>>>> set the width of the rows inside the Post Content module*/
.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}