:root {
    --theme-main-color: #ff4c60;
    --theme-secondary-color: #65ebe7;
    --theme-titles-color: #454360;
    --theme-black-color: #4b4870;
    --theme-text-color: #596172;
    --theme-border-color: #eee;
    --theme-input-bg-color: #f9f9fe;
	
	/* Fonts */
	--theme-font: "Comic Sans MS";
}

@keyframes headerPinnedSlideDown { /* Header pinned to top sliding down */
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes spin { /* Spin Animation */
	100% {
		transform: rotate(360deg);
	}
}

.clearfix:after, .clearfix:before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
}

/* Theme Alerts */
.theme-alert {
    padding: 10px 15px;
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
    position: relative;
    border-radius: 7px;
}
.theme-alert i.alert-icon {
    color: #fff;
    position: absolute;
    left: -40px;
    top: 50%;
    width: 40px;
    text-align: center;
    margin-top: -8px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
}
.theme-alert.error {
    background: #FE7171;
    border-left: 40px solid #fe5d5d;
    color: #fff;
}
.theme-alert.success {
    background: #43C76F;
    border-left: 40px solid #38bd65;
    color: #fff;
}
.theme-alert.notice {
    background: #f1c205;
    border-left: 40px solid #e7ba05;
    color: #fff;
}
.theme-alert.information {
    background: #7AB8FF;
    border-left: 40px solid #66adff;
    color: #fff;
}
/* end Alerts */

/* Theme buttons */
.theme-shortcode.theme-button {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #FF3152;
    padding: 7px 25px;
    text-align: center;
    margin: 0 2px 5px;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    border: 0;
    font-weight: 400;
}
.theme-shortcode.theme-button:hover {
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.theme-shortcode.theme-button.glow {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.theme-shortcode.theme-button.outline {
    background: none;
    color: inherit;
    border: 2px solid;
    font-weight: bold;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 7px 20px;
}
.theme-shortcode.theme-button i.theme-icon {
    margin-right: 7px;
}

/* Green */
.theme-shortcode.theme-button.green {
    background-color: #27AE60;
}
.theme-shortcode.theme-button.green.outline {
    background: none;
    border-color: #27AE60;
    color: #27AE60;
}
.theme-shortcode.theme-button.green.outline:hover {
    background: #27AE60;
    color: #fff;
}
/* End Green - Start Red */
.theme-shortcode.theme-button.red {
    background-color: #FF3152;
}
.theme-shortcode.theme-button.red.outline {
    background: none;
    border-color: #FF3152;
    color: #FF3152;
}
.theme-shortcode.theme-button.red.outline:hover {
    background: #FF3152;
    color: #fff;
}
/* End Red - Start Orange */
.theme-shortcode.theme-button.orange {
    background-color: #F39C12;
}
.theme-shortcode.theme-button.orange.outline {
    background: none;
    border-color: #F39C12;
    color: #F39C12;
}
.theme-shortcode.theme-button.orange.outline:hover {
    background: #F39C12;
    color: #fff;
}
/* End Orange - Start Yellow */
.theme-shortcode.theme-button.yellow {
    background-color: #FFD012;
}
.theme-shortcode.theme-button.yellow.outline {
    background: none;
    border-color: #FFD012;
    color: #FFD012;
}
.theme-shortcode.theme-button.yellow.outline:hover {
    background: #FFD012;
    color: #fff;
}
/* End Yellow - Start Light Blue */
.theme-shortcode.theme-button.light-blue {
    background-color: #3498DB;
}
.theme-shortcode.theme-button.light-blue.outline {
    background: none;
    border-color: #3498DB;
    color: #3498DB;
}
.theme-shortcode.theme-button.light-blue.outline:hover {
    background: #3498DB;
    color: #fff;
}
/* End Light Blue - Start Blue */
.theme-shortcode.theme-button.blue {
    background-color: #2980B9;
}
.theme-shortcode.theme-button.blue.outline {
    background: none;
    border-color: #2980B9;
    color: #2980B9;
}
.theme-shortcode.theme-button.blue.outline:hover {
    background: #2980B9;
    color: #fff;
}
/* End Blue - Start Dark */
.theme-shortcode.theme-button.dark {
    background-color: #34495E;
}
.theme-shortcode.theme-button.dark.outline {
    background: none;
    border-color: #34495E;
    color: #34495E;
}
.theme-shortcode.theme-button.dark.outline:hover {
    background: #34495E;
    color: #fff;
}
/* End Dark */

.theme-shortcode.theme-button.extra-small {
    font-size: 10px;
    padding: 2px 10px;
}
.theme-shortcode.theme-button.small {
    font-size: 12px;
    padding: 4px 12px;
}
.theme-shortcode.theme-button.large {
    font-size: 16px;
    padding: 9px 30px;
}
.theme-shortcode.theme-button.extra-large {
    font-size: 22px;
    padding: 8px 25px;
}
/* END buttons */

/* Start Back To Top button */

#footer #back-to-top {
    position: fixed;
    right: 10px;
    bottom: -10px;
    text-align: center;
    z-index: 99;
    border: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 25px;
    opacity: 0;
    cursor: pointer;
	
    display: flex;              /* activează flex */
    align-items: center;        /* centrează vertical */
    justify-content: center;    /* centrează orizontal */
    padding: 0;                 /* elimină padding suplimentar */
    line-height: normal;        /* nu mai ai nevoie de line-height */
}
#footer #back-to-top.visible {
    opacity: 1;
    bottom: 10px;
}
#footer #back-to-top i.fa {
    margin: 0;
}
/* END back to top button */

/* Spinner */

.theme-form-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.theme-form-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: 
linear;
    animation-iteration-count: infinite;
}