/* Enter Your Custom CSS Here */

.elementor-editor-active .elementor.elementor-edit-mode .elementor-top-section > .elementor-container > .elementor-row {

    min-height: 0px;

}

.ast-container {

    max-width: 1024px;
  padding: 0;

}

#mega-menu-item-70 > a {
  	font-size: 24px !important;
  	padding-left: 15px !important;
}

#primary {
  	margin: 2px;
}

.circle-text-wraper {
  margin: auto;
  width: 180px;
}

.circle-text {
display: table-cell;
height:180px; /*change this and the width
for the size of your initial circle*/
width: 180px;
text-align: center;
vertical-align: middle;
border: 2px solid #4b4748;
border-radius: 50%;
/*make it pretty*/
background: #fff;
color: #4b4748;
font-size: 24px ;
font-family: Open Sans;  /*change this
for font-size and font-family*/
line-height: 1.2;
font-weight: bold;
}