/*  Custom  */

.sparky_row4.sparky_full:has(.com-contact) {
  background-image: url("/images/Flowers/back2.jpg");
  background-position: center top;
  background-size: cover;
  padding-top: 100px;
}

.sparky_row4.sparky_full:has(.com-content-article__body) {
  background-image: url("/images/Flowers/back4.jpg");
  background-position: top right;
  background-size: contain;
  padding-top: 100px;
}


.headingFlower {
  background: url(../images/title-bg.png) center bottom;
    background-repeat: repeat;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

.centered {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#row_81943500 .sparky_cell {
  background: rgba(255, 255, 255, .9);
  padding: 70px 70px 20px;
  max-width: 750px !important;
  margin: 0 auto;
  border-radius: 30px;
}

/* Είμαστε δίπλα σας */
#mod-custom111 img {
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#mod-custom111 img:hover {
    transform: scale(1.12);
    filter: grayscale(100%);
}

#row_72224606 {
  display: none;
}

@media (max-width: 500px) {
  #row_72224606 {
    display: block;
  }
  #row_71080534 {
    display: none;
  }
}

/* Παρέχουμε */

.provideButtons {
  opacity: 0;
  visibility: hidden;
  padding-left: 0;
  background: rgba(234, 203, 194, 0.82);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  bottom: 110px;
  line-height: 40px;
  color: white;
}

.provideButtons li {
  display: inline;
  list-style-type: none;
  padding: 20px !important;
}

.provideButtons a {
  color: #ffffff;
}

#mod-custom110 .sparky_cell:hover ul {
  visibility: inherit;
  opacity: 1;
}

/* Time line */
#sparky_joomla_module_id115 .sparky_cell {
  padding: 50px;
}

#sparky_joomla_module_id115 .sparky_col0 {
  margin-top: -100px;
}

#sparky_joomla_module_id115 .sparky_col0:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);

  -webkit-transition: 300ms linear all;
  -moz-transition: 300ms linear all;
  -o-transition: 300ms linear all;
  transition: 300ms linear all;

  border: none;
}

#sparky_joomla_module_id115 .sparky_col0:hover + .sparky_col1 { 
  border-left: 3px solid #eabb91;
  margin-left: -3px;
}

#sparky_joomla_module_id115 .sparky_col1 {
  padding-top: 100px;
}

#sparky_joomla_module_id115 .sparky_col1:hover {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);

  -webkit-transition: 300ms linear all;
  -moz-transition: 300ms linear all;
  -o-transition: 300ms linear all;
  transition: 300ms linear all;
}

.timeline-wrap {
    position: relative;
}
.timeline-wrap .sparky_col0 { 
  border-right: 3px solid #eabb91;
}
.timeline-item {
    border: 2px solid #f7f7f7;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.timeline-item:hover {
   background-color: #FEFFFE;
}
.timeline-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.timeline-item a:hover {
  color: #eabb91;
}
.timeline-item:before {
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-size: 32px;
    position: absolute;
    top: -12px;
    height: 60px;
    padding: 5px 11px;
    border-radius: 50%;
    width: 60px;
    border: 3px solid #eabb91;
    background-color: #fff;
    color: #eabb91;
}
.timeline-item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 10px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f2f9f7;
}
.timeline-item:hover:after {
    border-left-color: #ecf2ec;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  .provideButtons {
    bottom: 100px;
    font-size: smaller;
  }

  .provideButtons li {
    padding: 5px !important;
  }
}

@media (max-width: 500px) {
  #sparky_joomla_module_id115 .sparky_col0 {
    border-right: none;
  }
  #sparky_joomla_module_id115 .sparky_col0:hover + .sparky_col1 {
    border-left: none;
  }
}

/* layout */

.sparky_cell {
	padding: 25px;
}

/* typography */

.colored {
	color: var(--sparkycolor3);
}

p.highlight {
	color: var(--sparkycolor2);
	font-weight: 700;
	margin-bottom: 0;
}

.testimonial_name {
	font-weight: 700;
	margin-bottom: 0;
}

.fit_content {
	width: fit-content !important;
}

.padding30 {
	padding: 30px;
}

.padding0 {
	padding: 0;
}

.margin0 {
	margin: 0;
}

.has-small-font-size {
	font-size: 16px;
}

.page-header {
	padding-bottom: 50px;
}

/* form */

input, input.form-control, textarea, textarea.form-control {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 25px;
}

input::placeholder, textarea::placeholder {
    color: #888;
}

button, button.btn, input.button, a.btn, p.readmore a.btn, a.sparky_button {
    background: var(--sparkycolor3);
    border:1px solid var(--sparkycolor3);
    border-radius: 30px;
    color: #e68383;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 12px 26px;
    transition: all 0.3s;
}

button:hover, button.btn:hover, button.btn-primary:hover, input.button:hover, a.btn:hover,
button:active, button.btn:active, button.btn-primary:active, input.button:active, a.btn:active,
button:focus, button.btn:focus, button.btn-primary:focus, input.button:focus, a.btn:focus,
p.readmore a.btn:hover, p.readmore a.btn:active, p.readmore a.btn:focus,
a.sparky_button:hover, a.sparky_button:active, a.sparky_button:focus {
    background: var(--sparkycolor2);
    border:1px solid var(--sparkycolor2);
    color: var(--sparkycolor3) !important;
    text-decoration: none;
    transition: all 0.3s;
}

.input-group .btn {
    height: 46px;
    line-height: 1;
    margin-left: -7px !important;
    padding: 10px 15px;
}

.btn-group {
    margin-bottom: 30px;
}

.btn-group input {
    margin-bottom: 0;
}



/* logorow */

.mod-menu__sub {
  opacity: 0.8;
}


.logorow {
    width: 100%;
    z-index: 99;
/*	position: absolute;
    padding-top: 30px;
    padding-bottom: 30px;
*/
}

.logorow + div .sparky_cell {
	padding-top: 0;
}

/*
.logorow + div .sparky_row0 {
	padding-top: 240px;
	padding-bottom: 200px;
}

.sparky_logo_image img {
	width: 50%;
}
*/

.logorow .sparky_button {
	margin-top: 0;
	margin-bottom: 0;
}
/*
.logorow ul.menu > li > a {
	opacity: 0.7;
}
*/
.logorow ul.menu > li.active > a,
.logorow ul.menu > li:hover > a {
	opacity: 1;
}

.logorow .sparky_button {
	background: rgba(255,255,255,0.2);
	border: 0;
	font-size: 16px;
	font-weight: 400;
}

.logorow .sparky_button:hover {
	border: 0;
}

/* hero row */

.hero_row h1 {
	padding: 15px 0 50px;
}

.hero_row a {
	color: #fff;
}

.hero_row .sparky_col1 {
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}

.hero_row .sparky_col1 > * {
	width: 100%;
}

.hero_row .sparky_icon_link {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	background: rgba(255,255,255,0.2);
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.hero_row .sparky_icon_link:hover {
	background: rgba(255,255,255,0.3);
}

/* video */

.videotext {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(100vw * 0.5625);
    left: 15px;
}

.videotext > .sparky_page_container {
    justify-content: center;
}

.videotext > .sparky_page_container > .sparky_cell {
    background: rgba(0,0,0,0.4);
    max-width: 720px;
    padding: 30px 15px;
    color: #fff;
}

.videotext h1 {
	color: #fff;
    padding-top: 0;
}

/* carousel */

.carouselrow > .sparky_container > .sparky_cell {
	padding: 0;
}

.carouselrow + div .sparky_cell {
	padding-top: 0;
}

/* logos */

.logos img {
	opacity: 0.3;
}

/* services row */

.services_row {
	position: relative;
	z-index: 10;
	margin-top: -100px;
}

.services_row .sparky_cell {
	margin-left: 25px;
	margin-right: 25px;
	padding: 30px;
	transition: all 0.3s;
}

.services_row figure {
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
	background: var(--sparkycolor2);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 15px 0px;
    transition: all 0.3s;
}

.services_row figure img {
	width: 35px;
    height: 35px;
    margin: 0;
}

.services_row .sparky_cell:hover {
	background: var(--sparkycolor2) !important;
	color: #fff;
	transition: all 0.3s;
}

.services_row .sparky_cell h1,
.services_row .sparky_cell h2,
.services_row .sparky_cell h3,
.services_row .sparky_cell h4 {
	transition: all 0.3s;
}

.services_row .sparky_cell:hover h1,
.services_row .sparky_cell:hover h2,
.services_row .sparky_cell:hover h3,
.services_row .sparky_cell:hover h4 {
	color: #fff;
	transition: all 0.3s;
}

.services_row .sparky_cell:hover figure {
	background: var(--sparkycolor1);
	transition: all 0.3s;
}

.services_row .highlight {
	color: #fff;
	margin-top: -50px;
    margin-bottom: 50px;
}

/* services row 2 */

.services_row2 {
	background: var(--sparkycolor1);
}

.services_row2 h1,
.services_row2 h2,
.services_row2 h3,
.services_row2 h4,
.services_row2 p {
	color: #fff;
}

.services_row2 .sparky_button:not(.read) {
	border: 0;
	border-radius: 0;
	background: rgba(0,0,0,0.5);
	width: 80%;
	margin-top: -120px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.services_row2 .sparky_button:not(.read):hover {
	border: 0;
	background: var(--sparkycolor1);
}

.services_row2 .sparky_button hr {
	opacity: 0.3;
}

.sparky_button.read {
	background: var(--sparkycolor1);
	border: 0;
	border-radius: 0;
	padding: 0;
	padding-inline-start: 15px;
	margin-top: -32px;
	color: var(--sparkycolor3);
	text-transform: uppercase;
	z-index: 1;
}

.sparky_button.read:hover {
	background: var(--sparkycolor1);
	border: 0;
}

/* reviews row */

.reviews_row {

}

/* astrologist row */

.astrologist_row {
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: visible !important;
	margin-top: 100px;
	margin-bottom: 100px;
	min-height: 503px;
}

.astrologist_row .sparky_col0 {
	margin-top: 70px;
}

.astrologist_row .sparky_col1 {
	max-height: 700px;
}

.astrologist_row h1,
.astrologist_row h2,
.astrologist_row h3,
.astrologist_row h4 {
	color: #fff;
	padding-bottom: 30px;
}

.astrologist_row p {
	color: #fff;
}

.astrologist_row figure {
	position: absolute;
	width: 430px;
	margin-top: -100px;
}

/* team row */

.team_row h4 {
	width: 80%;
    margin: -100px auto 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
}

/* pricing row */

.pricing_row .sparky_cell {
	padding-top: 0;
}

.pricing_row .highlight {
	margin-top: -50px;
    margin-bottom: 50px;
}

.pricing_row figure {
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
	background: var(--sparkycolor2);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 15px 0px;
    transition: all 0.3s;
}

.pricing_row figure img {
	width: 35px;
    height: 35px;
    margin: 0;
}

/* testimonialrow */

.testimonial_row h3 {
	padding-top: 0;
}

/* blog */

.blog-items.columns-2 .blog-item {
    width: calc(50% - 35px);
    margin-bottom: 70px;
}

.blog-items.columns-3 .blog-item {
    width: calc(33.33% - 35px);
    margin-bottom: 70px;
}

.blog-items.columns-4 .blog-item {
    width: calc(25% - 35px);
    margin-bottom: 70px;
}

.blog-items .blog-item h2,
.blog-items .blog-item h2 a {
	font-size: 28px;
}

.blog-items .page-header {
	padding-bottom: 0;
}

.blog-items .sparky_cell {
	padding: 15px;
}

/* contact */

@media (min-width: 992px) {

    .com-contact.contact {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .com-contact.contact .page-header {
        width: 100%;
    }

    .com-contact__container {
        width: 34%;
    }

    .com-contact__form.contact-form {
        width: 66%;
        margin-top: 15px;
        padding-left: 3%;
    }

    .com-contact__form.contact-form legend {
        background: transparent;
        padding: 15px 0;
        font-size: 24px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
    }

    .com-contact.contact > h2 {
        display: none;
    }

}

/* bottom row */

.bottom_row {
	padding-bottom: 50px;
}

.bottom_row > .sparky_container > .sparky_cell {
	padding-left: 25px;
	padding-right: 25px;
}

.bottom_row .sparky_page_container > .sparky_cell {
	padding: 15px;
}

.bottom_row .sparky_social_icons a {
	padding: 0;
	padding-inline-end: 30px;
}

i.fa-facebook {
	color: #176bfb;
}

i.fa-x-twitter {
	color: #000;
}

i.fa-instagram {
	color: #cc15dc;
}

i.fa-pinterest {
	color: #e40b2c;
}

i.fa-whatsapp {
	color: #2dc844;
}

.bottom_row h3 {
	padding-bottom: 40px;
}

/* copyright row */

.copyright_row {
	text-align: center;
	font-size: 16px;
	padding: 30px 0 15px;
}

/* responsive */

@media (max-width: 1199px) {

	.hot_swipe_carousel_slides .contents h2 {
		font-size: 28px !important;
		padding-top: 0;
	}

	.videotext {
		padding-top: 160px !important;
	}

	.videotext h1 {
	    font-size: 28px;
	    padding-bottom: 15px;
	}

	.videotext .has-medium-font-size {
		font-size: 18px;
	}

	.videotext > .sparky_page_container > .sparky_cell {
		padding: 15px;
	}

}

@media (max-width: 991px) {

	.nav-toggle {
		background: url(../images/tinynav_white.png);
		background-size: 42px 84px;
		width: 42px;
    	height: 42px;
    	margin-top: 5px;
	}

	.nav-collapse.opened > ul,
	.nav-collapse.opened > ul ul {
		background: var(--sparkycolor1);
	}

	.nav-collapse.opened li.active, .nav-collapse.opened li:hover {
		background-color: transparent;
	}

	.logorow {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.logorow nav:not(.opened) ul.menu {
		display: none;
	}

	.sparky_container > .mp_logo.sparky_cell {
		width: 50% !important;
	}

	.sparky_container > .mp_top1.sparky_cell {
		width: 20% !important;
	}

	.sparky_container > .mp_top2.sparky_cell {
		width: 30% !important;
	}

	.sparky_container > .mp_top2.sparky_cell .sparky_cell {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	h1, h1 a {
		font-size: 48px;
	}

	h2, h2 a {
		font-size: 36px;
	}

	.hero_row p.fit_content {
		padding: 0 26px !important;
	}

	.services_row {
		margin-top: -50px;
	}

	.services_row .sparky_cell {
		margin-left: 15px;
    	margin-right: 15px;
	}

	.services_row .highlight {
		margin-top: -80px;
		margin-bottom: 0;
        height: 100px;
	}

	.team_row h4 {
		height: 80px;
	}

	.pricing_row .sparky_cell {
		margin-left: 10px !important;
    	margin-right: 10px !important;
	}

	.blog-items.columns-2 .blog-item {
	    width: calc(50% - 15px);
	}

	.blog-items.columns-3 .blog-item {
	    width: calc(33.33% - 15px);
	}

	.blog-items.columns-4 .blog-item {
	    width: calc(25% - 15px);
	}

}

@media (max-width: 767px) {

	.videocontainer {
		position: absolute !important;
	    top: 0;
	    z-index: 0;
	}

	.videotext {
		position: relative;
		height: auto;
		z-index: 9;
	}

	.videotext > .sparky_page_container > .sparky_cell {
		background: var(--sparkycolor1);
	}

    .logorow + div .sparky_row0 {
    	padding-bottom: 80px;
    }

    .services_row {
    	margin-top: 120px;
    }

    .services_row .highlight {
    	color: #000;
    }

    .home-page-2 .services_row {
    	margin-top: 50px;
    }

    .hot_swipe_carousel_slides .contents {
    	padding: 15px !important;
    	background: rgba(0,0,0,0) !important;
    }

    .pricing_row .sparky_cell {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .astrologist_row .sparky_col0 {
    	margin-top: 0;
    }

    .astrologist_row figure {
    	width: auto;
    }

}

@media (max-width: 500px) {

	.sparky_container > .mp_logo.sparky_cell {
		width: 40% !important;
	}

	.sparky_container > .mp_top1.sparky_cell {
		width: 20% !important;
	}

	.sparky_container > .mp_top2.sparky_cell {
		width: 40% !important;
	}

	.sparky_logo_image img {
		width: auto;
	}

	.logorow a.sparky_button {
		padding: 5px 10px;
	}

	.nav-toggle {
		margin-top: 0;
	}

	.services_row .highlight {
        margin-top: -60px;
    }

    .services_row .sparky_cell {
    	margin-bottom: 100px;
    }

    .logos {
    	text-align: center;
    }

    .logos img {
    	margin-left: auto;
    	margin-right: auto;
    }

    .astrologist_row {
    	background-size: cover;
    }

    .astrologist_row figure {
		position: relative;
		width: auto;
		margin-top: 0;
		margin-bottom: -105px;
    }

    .astrologist_row .sparky_col0 {
    	margin-top: 15px;
    }

    .sparky_inner:not(.home-page-2):not(.home-page-3) .logorow + div .content_sparky {
    	padding-top: 120px;
    }

    .pricing_row .sparky_cell {
    	margin-bottom: 100px;
    }

    .blog-items.columns-2 .blog-item,
    .blog-items.columns-3 .blog-item,
    .blog-items.columns-4 .blog-item {
    	width: 100%;
    }

}

/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
    position: fixed;
    z-index: 9999;
    top:70%;
    padding: 0 5px;
    background: #000;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
    background: #000;
}

.sparky_settings .sparky_cell {
	padding: 15px;
}

.settings_content {
    display: none;
    float: left;
    padding-right: 15px;
    height: 28px;
}

.settings_content span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border:3px solid #333;
    border-radius: 19px;
}

.settings_content span:hover {
    border:3px solid #fff;
}

.settings_content span.style1 {
    background: #05ada0;
}

.settings_content span.style2 {
    background: #8D3B72;
}

.settings_content span.style3 {
    background: #48ad05;
}

.settings_content a {
    text-decoration: none;
}

.settings_cog {
    float: left;
    width: 30px;
    height: 28px;
}

.sparky_settings i {
    font-size: 28px;
    color: #ccc;
}
	