/* ******************* GENERAL ***************************** */

.shadow {
	box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
  -webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
  -moz-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
  -ms-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
}

.round-corner {border-radius:20px;}

.padding0, .has-global-padding {padding:0!important;}

/* ****************** LAYOUT STYLES ************************ */



.container {justify-content: center;}
.content {width:var(--wp--style--global--wide-size);}

.left-column, .main-column {padding:1.5rem 1.5rem;}