@charset "utf-8";
/* CSS Document */
.Buttonx1 {
	padding: 10px;
    background: var(--linear, linear-gradient(117deg, #0583F9 -30.11%, #b700eb 100%)) !important;
}
a.u-btn-primary:hover, button.u-btn-primary:hover, .u-btn-primary:hover {
    background-color: #000 !important;
    border-color: #000 !important;
  	color:#fff !important;
}

.CFABG {
    background-color: #f5f5f5 !important;
}

.FeaturesDiv {
	display: flex;
    flex-wrap: wrap;
}

#FeaturesLeft {
  	width:35%;
  	padding:20px;
}

#FeaturesRight {
  	width:65%;
  	padding:20px;
	display: flex;
    flex-wrap: wrap; 
	column-gap: 0px;
    row-gap: 120px;
    XXpadding-top: 120px;
    XXpadding-bottom: 120px;
  height: fit-content;
}

.MyCard {	
  	flex: 0 0 23%; 
}

XXbody{font-family: 'Days One', sans-serif !important;}

XXbody *:not(.fas):not(.far):not(.fab), XX#ublog {
	font-family: 'Solitreo', cursive !important;    
}

#ublog {
  /*
    background-image: linear-gradient(80deg, #0A0A40 0%, #482BE7 100%);
    background-image: linear-gradient(80deg, #0b400a 0%, #85e72b 100%);
  */
    background: url(/Sites/103671/Root/Web/Images/hero-bg-shape-1-svg.png);
    background-size: cover;
    background-repeat: no-repeat;  
}

#ublog {
  /*
    background-image: linear-gradient(80deg, #0A0A40 0%, #482BE7 100%);
    background-image: linear-gradient(80deg, #0b400a 0%, #85e72b 100%);
  */
    background: url(/Sites/103572/Root/Web/Images/hero-bg-shape-1-svg.png);
    background-size: cover;
    background-repeat: no-repeat;  
  
  	background: var(--linear, linear-gradient(117deg, #0583F9 -30.11%, #CB6CE6 100%)) !important;
  	background: var(--linear, linear-gradient(117deg, #0583F9 -30.11%, #b700eb 100%)) !important;
}

.aaa {
    background-color: white;
    padding: 15px;
	margin-bottom: 20px;
}


.Left {
  color: var(--white);
  font-weight: 300;
  margin-top: 16px;
}

.Left * {
  color: var(--white);
}

.Right {
  	border-radius: 0.25rem !important
}

.Right input {  	   
	padding: 0px;
	border:none;
}

.RightHeader {
    margin-bottom:30px;
    font-weight: 100;
	font-size: 22px;
    XXtext-align: center;
  	border-radius: 0.25rem !important
}



h1 {
    font-size: 3em;
  	margin-bottom: 10px;
}

.form-control {
    font-size: 1.15em !important;
    padding: 10px !important;
}

html {
    height:100%;
}



.call-action:before {
    background-size: auto;
}

.container {
    XXwidth: 800px;
}

.header-one .header-image {
    text-align: left;
}



.Container {
  -webkit-column-width: 416px;
     -moz-column-width: 416px;
          column-width: 416px;
  column-gap: 0px;
}


.SystemClassNewItemLocal {
    display: inline-block;
    background-color: #FFF;
    border-top: 999 solid 7px;
    background-repeat: no-repeat;
    background-size: 100% 10px;
    /* text-shadow: #000 1px 0 1px; */
    hei ght: 100px;
    padding: 5px;
    margin: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    clear: both;
    line-height: normal;
    border: #e5e5e5 solid 3px;    
    border-top: #e5e5e5 solid 7px;
  background-color: #e5e5e5;
}

.Image {
    border-radius: 8px;
}



/* Limit Menu Pages in Preview */
.Preview li:nth-of-type(1n+6) {
    display: none;
}


.btn-primary{
  background: var(--primary);
}


:root {
  --primary: #155bd5; 
  --primary-dark: #1c3ab6;
  --primary-light: #e2f1ff;
}


.css-editor-wrap {
    width: 350px;
    max-width: 350px;
}

.editor-section-label {
    font-family: 'Times New Roman', Times, serif;

    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.editor-section__add-classes h4 {
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 0.5px;

    margin-bottom: 5px;
}

.editor-section__add-classes > input {
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;

    font-size: 13px;
}

.editor-section__classes, .class-element {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

.class-element {
    flex-flow: row nowrap;
    cursor: pointer;

    background-color: grey;
    border-radius: 5px;
    padding: 5px;
    margin: 0 8px 8px 0;

    font-size: 13px;
}

.class-element > p.class-name {
    margin-right: 10px;
    cursor: pointer;
}

.class-element > .rm-class-action {
    cursor: pointer;

    font-size: 10px;
    color: #000000;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.editor-properties__wrapper {
    padding: 10px;
}

.editor-item {
    padding: 5px 5px 5px 10px;

    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 0.5px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 5px;

    cursor: pointer !important;
    margin-bottom: 10px;
}

.editor-item > label {
    font-size: 12px;
}

.editor-item > label svg {
    width: 15px;
    height: 10px;
}

.editor-item > label > div {
    display: inline-block;
}

.editor-close {
    cursor: pointer;
}

.property-wrapper {
    padding: 10px 3px;
}

.property-wrapper__item, .property-input-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;

    font-size: 12px;
}

.property-wrapper__item {
    margin-bottom: 5px;
}

.property-wrapper__item select, .property-input-wrapper {
    background-color: aliceblue;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;

    color: grey;
    width: 200px;
}

.property-input-wrapper input {
    background-color: aliceblue;
    width: 170px;
}





/* ===== Buttons Css ===== */
.header-one .header-content-area .primary-btn-outline {
  border-color: var(--primary);
  color: #000;
}
.header-one .header-content-area .active.primary-btn-outline, .header-one .header-content-area .primary-btn-outline:hover, .header-one .header-content-area .primary-btn-outline:focus {
  /*
  background: var(--primary-dark);
  color: var(--white);
  */
}
.header-one .header-content-area .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===== HEADER ONE =====*/
.header-one {
  position: relative;
}
.header-one .header-content-area {

  position: relative;
  padding: 130px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one .header-content-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .header-one .header-content-area {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .header-one .header-content-area {
    height: 900px;
  }
}
@media (max-width: 767px) {
  .header-one .header-content-area {
    height: 550px;
  }
  
  .FeaturesDiv {
      display: block;
  } 
  
  
  #FeaturesRight {
      width: 100%;    
  }  
  
  #FeaturesLeft {
      width: 100%;
  }  
  
  .MyCard {	
      flex: 0 0 46%; 
  }  
  
}
.header-one .header-content-area .primary-btn-outline {
  border-color: var(--white);
  background-color: var(--white);
  XXcolor: var(--primary);
}

.header-one .header-content-area .primary-btn-outline {
    border-color: var(--white);
    background-color: #000;
    color: var(--white);
}

.header-one .header-content-area .primary-btn-outline:hover {
  /*
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
  */
}
.header-one .header-wrapper {
  position: relative;
}
.header-one .header-content {
  position: relative;
  z-index: 5;
}
.header-one .header-title {
  color: var(--white);
  font-weight: normal;
}




#SiteIsReady {
  margin-top: 40px;
}
.header-one .header-image {
  text-align: center;
}
.header-one .header-image .image {
  max-width: 730px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-one .header-image .image {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one .header-image .image {
    max-width: 550px;
  }
}
.header-one .header-image .image img {
  width: 100%;
}
.header-one .header-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
}
.header-one .header-shape img {
  width: 100%;
}


.promo-scroll {
    height: 355px;
  	background-position: top;
  	background-size: cover;
  	padding: 10px; 
}

.promo-scroll:hover {
    transition: 5s;
    transition-property: background-position;
    background-position: bottom;
}



.form-control, .form-control:focus {
    color: #fff;
  	border:0 !important;
}


#Domain {
    width: calc(100% - 36px);
}


.fbox-ico {
    width: 18%;
    display: inline-block!important;
    float: left;
    margin-top: 4px;
    text-align: left;
}

.fbox-txt {
    width: 82%;
    display: inline-block!important;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
.row-cols-md-2>* {
    flex: 0 0 auto;
    width: 48%;
}

}




















