/*-----------------------------------------------------------------------------------
	Huvila Härkä
	About: Blogi horoskoopeista ja astrologiasta
	Author: Maarit Laurento
	Version: 1.3
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}


/* = Text Widths
-------------------------------------------------------------- */
.text-w-lg{
	max-width:400px;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"PT Serif";
	color:var(--swatch-var-2751)!important;
}
.container{
	max-width:1140px;
}
h1{
	font-size:47px;
	line-height:57px;
	font-weight:bold;
}
h2{
	font-size:38px;
	line-height:48px;
	font-weight:bold;
	padding-bottom:20px;
	padding-top:20px;
}
h3{
	font-size:33px;
	line-height:43px;
	font-weight:bold;
	padding-top:18px;
	padding-bottom:2px;
}
h4{
	font-size:27px;
	line-height:37px;
	font-weight:bold;
	padding-top:16px;
}
h5{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	padding-top:14px;
}
h6{
	font-size:16px;
	line-height:26px;
	font-weight:bold;
	padding-top:14px;
}
p{
	color:var(--swatch-var-7895)!important;
	font-size:20px;
	line-height:30px;
}
.p-md{
	font-size:16px;
	line-height:26px;
}
.p-sm{
	font-size:14px;
	line-height:24px;
}
.p-xs{
	font-size:12px;
	line-height:24px;
}
.display-sm{
	font-size:58px;
	line-height:68px;
}
.display-md{
	font-size:64px;
	line-height:74px;
}
.display-lg{
	font-size:72px;
	line-height:82px;
}
.display-xl{
	font-size:90px;
	line-height:100px;
}
.display-2xl{
	font-size:120px;
	line-height:130px;
}
.text-orientation{
	writing-mode:vertical-rl;
}
.text-capitalize{
	text-transform:capitalize;
}
.text-lowercase{
	text-transform:lowercase;
}
.text-uppercase{
	text-transform:uppercase;
}
.text-line-through{
	text-decoration:line-through!important;
}
.text-overline{
	text-decoration:overline!important;
}
.text-underline{
	text-decoration:underline!important;
}
.text-bolder{
	font-weight:900;
}
.text-bold{
	font-weight:bold;
}
.text-lighter{
	font-weight:lighter;
}
.text-indent-sm{
	text-indent:12px;
}
.text-indent-md{
	text-indent:20px;
}
.text-indent-lg{
	text-indent:30px;
}
.text-direction-right{
	direction:rtl;
	text-align:right;
}
.text-direction-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.box-shadow-sm{
	box-shadow:0.00px -0.00px 12px #E7E7E7;
}
.box-shadow-md{
	box-shadow:0.00px -0.00px 18px #E7E7E7;
}
.box-shadow-lg{
	box-shadow:0.00px -0.00px 28px #E7E7E7;
}
.box-shadow-xl{
	box-shadow:0.00px -0.00px 40px #E7E7E7;
}
.xs-icon{
	width:16px;
	height:16px;
	font-size:16px;
	line-height:26px;
}
.sm-icon{
	font-size:20px;
	line-height:30px;
	width:20px;
	height:20px;
}
.md-icon{
	font-size:32px;
	width:32px;
	height:32px;
}
.lg-icon{
	font-size:44px;
	width:44px;
	height:44px;
}
.xl-icon{
	font-size:64px;
	width:64px;
	height:64px;
}
.xxl-icon{
	font-size:84px;
	width:84px;
	height:84px;
}
.xxxl-icon{
	font-size:100px;
	width:100px;
	height:100px;
}
.p-lg{
	font-size:19px;
	line-height:29px;
}
.display-xs{
	font-size:46px;
	line-height:56px;
}
.number-sm{
	font-size:70px;
	line-height:80px;
}
.number-md{
	font-size:100px;
	line-height:110px;
}
.number-lg{
	font-size:135px;
	line-height:145px;
}
.icon-syles{
	width:34px;
	height:34px;
}
.toolread-icon{
	width:20px;
	height:auto;
}
.post-col-top{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}
.menu-test{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	column-gap:20px;
}
.icon-colorbeige{
	fill:var(--swatch-var-2057);
}
.icon-colorgray{
	fill:var(--swatch-var-1873)!important;
}
.icon-coloryallow{
	fill:var(--swatch-var-7030)!important;
}
.icon-colorwhite{
	fill:var(--swatch-var-3593);
}
.toolread-img{
	width:22px;
	cursor:pointer;
}
.div-toolread{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	column-gap:28px;
	row-gap:14px;
}
.icon-menu-stick{
	width:28px;
	height:auto;
}
.bloc-downfixed{
	position:fixed;
	bottom:1px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
	background-color:var(--swatch-var-5575);
	box-shadow:0.00px -20.00px 50px #FEFFFF;
}
.blogs{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
}
.blog-tital{
	padding:6px 0px 12px 0px;
	margin:0px 0px 0px 0px;
	font-size:32px;
	line-height:42px;
	font-weight:bold;
	text-decoration:none;
	color:var(--swatch-var-2751)!important;
	text-align:left;
	transition:all 0.5s ease-in 0s;
}
.blog-p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	line-height:28px;
}
.blog-date{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	line-height:26px;
}
.blog-tital:hover{
	text-decoration:none;
	color:var(--swatch-var-4478)!important;
}
.blogs-post-space{
	margin-bottom:0px;
	margin-top:100px;
}
.footer-link{
	color:var(--swatch-var-3799)!important;
	text-decoration:none;
	font-size:16px;
	line-height:26px;
	margin-bottom:8px;
}
.footer-link:hover{
	text-decoration:none;
	color:var(--swatch-var-3799)!important;
}
.bloc-toolread{
	position:fixed;
	bottom:1px;
	width:600px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
	background-color:var(--swatch-var-5202);
	border-width:0px 0px 0px 0px;
	border-radius:38px 38px 38px 38px;
	z-index:99999;
}
.author-profile{
	width:184px;
	height:auto;
	border-width:8px 8px 8px 8px;
	border-style:solid;
	border-color:var(--swatch-var-5575)!important;
	background-image:url("img/ML%20kuva3.jpg");
	background-image: -webkit-image-set(url("img/ML%20kuva3.webp") 1x,
url("img/ML%20kuva3.webp") 2x);background-image: image-set(url("img/ML%20kuva3.jpg") 1x,
url("img/ML%20kuva3.jpg") 2x,url("img/ML%20kuva3.webp") 1x,
url("img/ML%20kuva3.webp") 2x);
	background-image: -webkit-image-set(url("img/ML%20kuva3.webp") 1x,
url("img/ML%20kuva3.webp") 2x);background-image: image-set(url("img/ML%20kuva3.jpg") 1x,
url("img/ML%20kuva3.jpg") 2x,url("img/ML%20kuva3.webp") 1x,
url("img/ML%20kuva3.webp") 2x);
}
.p-lgx{
	font-size:24px;
	line-height:34px;
}
.blog-category{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	line-height:26px;
	color:var(--swatch-var-7895)!important;
	text-decoration:none;
	transition:all 0.5s ease-in 0s;
}
.blog-category:hover{
	color:var(--swatch-var-4478)!important;
}
.blog-dev-items{
	display:flex;
	column-gap:20px;
	row-gap:18px;
	flex-wrap:wrap;
}
.blocs-card-width{
	width:100%;
	height:500px;
	background-color:var(--swatch-var-63);
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	background-image:url("img/sohva.jpg");
	background-image: -webkit-image-set(url("img/sohva.webp") 1x,
url("img/sohva.webp") 2x);background-image: image-set(url("img/sohva.jpg") 1x,
url("img/sohva.jpg") 2x,url("img/sohva.webp") 1x,
url("img/sohva.webp") 2x);
	background-image: -webkit-image-set(url("img/sohva.webp") 1x,
url("img/sohva.webp") 2x);background-image: image-set(url("img/sohva.jpg") 1x,
url("img/sohva.jpg") 2x,url("img/sohva.webp") 1x,
url("img/sohva.webp") 2x);
}
.slider-image-01{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url("img/pelto.jpg");
	background-image: -webkit-image-set(url("img/pelto.webp") 1x,
url("img/pelto.webp") 2x);background-image: image-set(url("img/pelto.jpg") 1x,
url("img/pelto.jpg") 2x,url("img/pelto.webp") 1x,
url("img/pelto.webp") 2x);
	border-width:0px 0px 0px 0px;
	border-radius:34px 34px 34px 34px;
}
.button-01{
	background-color:var(--swatch-var-5575);
	color:var(--swatch-var-6541)!important;
	font-size:18px;
	padding:10px 28px 10px 28px;
	border-width:0px 0px 0px 0px;
	font-weight:bold;
	border-radius:10px 10px 10px 10px;
	z-index:9999;
	box-shadow:0.00px -0.00px 30px rgba(234,234,234,0.11);
	transition:all 0.5s ease-in 0s;
}
.button-01:hover{
	background-color:var(--swatch-var-4478);
	color:var(--swatch-var-5575)!important;
}
.slider-item-text{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:8px;
	flex-wrap:wrap;
	row-gap:10px;
}
.circle-sm{
	width:4px;
	color:var(--swatch-var-5575)!important;
	fill:var(--swatch-var-5575);
}
.text-xl{
	font-size:70px;
	line-height:80px;
}
.h-scroll-button{
	background-color:var(--swatch-var-5575);
	width:14px;
	height:14px;
}
.h-scroll-icon{
	stroke:var(--swatch-var-5575);
	stroke-width:0;
}
.h-scroll-button:hover{
	background-color:var(--swatch-var-5575);
	width:18px;
	height:18px;
}
.h-scroll-icon:hover{
	stroke:var(--swatch-var-5575);
	stroke-width:4;
}
.post-dev-items{
	display:flex;
	column-gap:20px;
	row-gap:18px;
	flex-wrap:wrap;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}
.dev-subscribe{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-around;
	border-width:1px 1px 1px 1px;
	border-radius:38px 38px 38px 38px;
	border-style:solid;
	border-color:var(--swatch-var-7164)!important;
	padding:14px 28px 14px 28px;
	flex-wrap:nowrap;
	column-gap:14px;
	row-gap:14px;
	color:var(--swatch-var-7164)!important;
}
.button-02{
	background-color:var(--swatch-var-6541);
	color:var(--swatch-var-5575)!important;
	font-size:18px;
	padding:10px 28px 10px 28px;
	border-width:0px 0px 0px 0px;
	fill:var(--swatch-var-5575);
	font-weight:bold;
	box-shadow:0.00px -0.00px 30px rgba(234,234,234,0.11);
	transition:all 0.5s ease-in 0s;
	border-radius:14px 14px 14px 14px;
}
.button-02:hover{
	background-color:var(--swatch-var-4478);
	color:var(--swatch-var-5575)!important;
	fill:var(--swatch-var-5575);
}
.subscribe-input{
	width:100%;
	height:auto;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-1409)!important;
	background-color:var(--swatch-var-1409);
}
.dev-input{
	width:100%;
}
.subscribe-input:active{
	box-shadow:0.00px -0.00px 0px transparent;
	background-color:var(--swatch-var-1409);
}
.icon-social{
	width:40px;
	background-color:var(--swatch-var-63);
	height:auto;
	border-width:0px 0px 0px 0px;
	border-radius:50px 50px 50px 50px;
	border-style:solid;
	padding:8px 8px 8px 8px;
}
.dev-social{
	display:flex;
	flex-direction:row;
	justify-content:center;
	column-gap:20px;
}
.author-col-fly{
	position:relative;
	bottom:80px;
	margin-bottom:-50px;
}
.post-header-top{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	column-gap:30px;
}
.label-links{
	color:var(--swatch-var-2751)!important;
	padding:4px 14px 4px 14px;
	border-width:0px 0px 0px 0px;
	border-radius:16px 16px 16px 16px;
	font-weight:normal;
}
.gridder-col01{
	grid-template-columns:1fr;
	row-gap:100px;
	column-gap:0px;
	grid-template-rows:auto;
}
.gridder-col02{
	grid-template-columns:1fr 1fr;
	column-gap:50px;
	row-gap:100px;
}
.text-center .a-block{
	text-align:left;
}
.blog-img{
	height:auto;
	width:800px;
	transition:all 1s ease-in 0s;
}
.blog-phide{
	display:none;
}
.blog-post{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:40px;
	row-gap:30px;
}
.blog-subpost{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:column-reverse;
	align-items:center;
	justify-content:flex-start;
	column-gap:40px;
	row-gap:30px;
}
.toolside{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
	column-gap:20px;
}
.blog-imgx{
	height:auto;
	width:100%;
}
.titalside{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	row-gap:30px;
}
.box-newsletter{
	width:980px;
	height:auto;
	margin:30px auto 30px auto;
	border-width:0px 0px 0px 0px;
	padding:0px 40px 0px 40px;
	border-radius:48px 48px 48px 48px;
}
.subscribe-input:hover{
	background-color:var(--swatch-var-1409);
}
.subscribe-input:focus{
	background-color:var(--swatch-var-1409);
}
.subscribe-input:visited{
	background-color:var(--swatch-var-1409);
}
.galleryinstgram{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:1fr;
	column-gap:0px;
	row-gap:0px;
}
.footersvg-icon-fill{
	fill:var(--swatch-var-6919)!important;
	width:20px;
	height:auto;
}
.footer-down{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
	column-gap:16px;
}
.more-articles{
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:1fr;
	column-gap:50px;
	row-gap:50px;
}
.text-link-01{
	color:var(--swatch-var-2751)!important;
	text-decoration:none;
	font-weight:bold;
	transition:all 0.5s ease-in 0s;
}
.text-link-01:hover{
	color:var(--swatch-var-4478)!important;
	text-decoration:none;
}
.button-03{
	background-color:var(--swatch-var-1409);
	font-weight:bold;
	border-width:0px 0px 0px 0px;
	direction:rtl;
	color:var(--swatch-var-6541)!important;
	transition:all 0.5s ease-in 0s;
}
.arrow-rotate{
	transform:rotate(45deg);
}
.menu-logo{
	width:44px;
	height:auto;
}
.menu-title{
	font-weight:bold;
	font-size:24px;
	text-decoration:none;
	color:var(--swatch-var-2751)!important;
	transition:all 0.5s ease-in 0s;
}
.menu-title:hover{
	color:var(--swatch-var-4478)!important;
}
.menu-dev-brand{
	display:flex;
	flex-direction:row;
	align-items:center;
	column-gap:14px;
}
.menu-links{
	color:var(--swatch-var-2751)!important;
	font-weight:bold;
	font-size:18px;
	margin:0px 10px 0px 10px;
	transition:all 0.5s ease-in 0s;
}
.main-menu{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
.creator-img{
	width:64px;
	height:64px;
	border-width:4px 4px 4px 4px;
	border-style:solid;
	border-color:var(--swatch-var-6541)!important;
	border-radius:50% 50% 50% 50%;
}
.dev-creator{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:flex-start;
}
.creator-img-child{
	margin-left:-20px;
}
.text-link-03{
	color:var(--swatch-var-5575)!important;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	transition:all 0.5s ease-in 0s;
}
.text-link-03:hover{
	color:var(--swatch-var-4478)!important;
	text-decoration:none;
}
.footer-down-col{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:24px;
	flex-wrap:wrap;
}
.menu-title-light{
	font-weight:bold;
	font-size:24px;
	text-decoration:none;
	color:var(--swatch-var-5575)!important;
}
.menu-title-light:hover{
	color:var(--swatch-var-4478)!important;
}
.footer-top{
	display:flex;
	flex-direction:row;
	align-items:center;
	column-gap:20px;
	row-gap:10px;
	margin-top:0px;
	flex-wrap:wrap;
}
.author-input{
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	background-color:var(--swatch-var-5575)!important;
	color:var(--swatch-var-7164)!important;
	padding:12px 12px 12px 12px;
}
.author-input:hover{
	background-color:var(--swatch-var-6541);
}
.author-input:active{
	background-color:var(--swatch-var-6541);
}
.author-input:focus{
	background-color:var(--swatch-var-6541);
}
.author-input:visited{
	background-color:var(--swatch-var-6541);
}
.form-control::placeholder{
	color:var(--swatch-var-7164)!important;
}
.form-control{
	background-color:var(--swatch-var-1409);
}
.form-control:active{
	box-shadow:0.00px -0.00px 0px transparent;
	background-color:var(--swatch-var-1409);
}
.form-control:focus{
	box-shadow:0.00px -0.00px 0px transparent;
	background-color:var(--swatch-var-1409);
}
.form-control:visited{
	box-shadow:0.00px -0.00px 0px transparent;
	background-color:var(--swatch-var-1409);
}
.alert-warning{
	background-color:var(--swatch-var-1409);
	color:var(--swatch-var-6750)!important;
	border-color:var(--swatch-var-1409)!important;
	border-width:0px 0px 0px 0px;
	font-weight:bold;
}
.menu-links:hover{
	color:var(--swatch-var-4478)!important;
}
.button-03:hover{
	color:var(--swatch-var-4478)!important;
}
.button-04{
	background-color:var(--swatch-var-4478);
	color:var(--swatch-var-5575)!important;
	font-size:18px;
	padding:10px 28px 10px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:22px 22px 22px 22px;
	fill:var(--swatch-var-5575);
	direction:rtl;
	font-weight:bold;
}
.button-04:hover{
	background-color:var(--swatch-var-348);
	color:var(--swatch-var-5575)!important;
	fill:var(--swatch-var-5575);
}
.toolstyle{
	background-color:var(--swatch-var-63);
	padding:10px 18px 10px 18px;
	border-width:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
}
.form-control:hover{
	background-color:var(--swatch-var-1409);
}
.alert-danger{
	background-color:var(--swatch-var-1409);
	color:var(--swatch-var-7149)!important;
	border-color:var(--swatch-var-1409)!important;
	border-width:0px 0px 0px 0px;
	font-weight:bold;
}
.button-01:active{
	background-color:var(--swatch-var-5575);
	color:var(--swatch-var-6541)!important;
}
.button-01:focus{
	background-color:var(--swatch-var-5575);
	color:var(--swatch-var-6541)!important;
}
.button-01:visited{
	background-color:var(--swatch-var-5575);
	color:var(--swatch-var-6541)!important;
}
a{
	text-decoration:none;
	color:var(--swatch-var-4478)!important;
	transition:all 0.5s ease-in 0s;
}
a:hover{
	color:var(--swatch-var-2751)!important;
}
.footersvg-icon-fill:hover{
	fill:var(--swatch-var-4478);
}
.slider-color-00{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	border-width:0px 0px 0px 0px;
	border-radius:34px 34px 34px 34px;
	background-color:var(--swatch-var-262);
	background:linear-gradient(0deg, #FEFFFF 0%, #FFFFFF 100%);
}
.slider-image-02{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url("img/huvila%20ilman%20teksteja2.jpg");
	background-image: -webkit-image-set(url("img/huvila%20ilman%20teksteja2.webp") 1x,
url("img/huvila%20ilman%20teksteja2.webp") 2x);background-image: image-set(url("img/huvila%20ilman%20teksteja2.jpg") 1x,
url("img/huvila%20ilman%20teksteja2.jpg") 2x,url("img/huvila%20ilman%20teksteja2.webp") 1x,
url("img/huvila%20ilman%20teksteja2.webp") 2x);
	border-width:0px 0px 0px 0px;
	border-radius:38px 38px 38px 38px;
}
.slider-image-03{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url("img/sohva.jpg");
	background-image: -webkit-image-set(url("img/sohva.webp") 1x,
url("img/sohva.webp") 2x);background-image: image-set(url("img/sohva.jpg") 1x,
url("img/sohva.jpg") 2x,url("img/sohva.webp") 1x,
url("img/sohva.webp") 2x);
	background-image: -webkit-image-set(url("img/sohva.webp") 1x,
url("img/sohva.webp") 2x);background-image: image-set(url("img/sohva.jpg") 1x,
url("img/sohva.jpg") 2x,url("img/sohva.webp") 1x,
url("img/sohva.webp") 2x);
	border-width:0px 0px 0px 0px;
	border-radius:38px 38px 38px 38px;
}
.slider-image-04{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url("img/meri4.jpg");
	background-image: -webkit-image-set(url("img/meri4.webp") 1x,
url("img/meri4.webp") 2x);background-image: image-set(url("img/meri4.jpg") 1x,
url("img/meri4.jpg") 2x,url("img/meri4.webp") 1x,
url("img/meri4.webp") 2x);
	border-width:0px 0px 0px 0px;
	border-radius:38px 38px 38px 38px;
}
.slider-image-05{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url("img/Nebra.jpg");
	background-image: -webkit-image-set(url("img/Nebra.webp") 1x,
url("img/Nebra.webp") 2x);background-image: image-set(url("img/Nebra.jpg") 1x,
url("img/Nebra.jpg") 2x,url("img/Nebra.webp") 1x,
url("img/Nebra.webp") 2x);
	border-width:0px 0px 0px 0px;
	border-radius:38px 38px 38px 38px;
}
.page-hero{
	width:100%;
	height:260px;
	background-color:var(--swatch-var-63);
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
.circle-sm-dark{
	width:4px;
	color:var(--swatch-var-5575)!important;
	fill:var(--swatch-var-6541);
}
.slider-item-text-02{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:18px;
	flex-wrap:wrap;
	row-gap:10px;
}
.tab-contacts{
	grid-template-rows:auto auto auto auto auto;
	grid-template-columns:1fr 1fr;
	row-gap:50px;
	column-gap:0px;
}
.tab-contacts-item-01{
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-7164)!important;
	padding-top:12px;
	padding-bottom:0px;
}
.tab-contacts-item-02{
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-7164)!important;
	padding-top:12px;
	padding-bottom:0px;
}
.slider-item-cop{
	border-width:0px 0px 0px 0px;
	border-radius:34px 34px 34px 34px;
}
.goble-style-img{
	border-width:0px 0px 0px 0px;
	border-radius:32px 32px 32px 32px;
	transform:scale(1);
	box-shadow:0.00px -0.00px 30px rgba(234,234,234,0.11);
	transition:all 0.5s ease-in 0s;
}
.goble-style-img:hover{
	transform:scale(1.1);
}
.globle-icon-style{
	transform:scale(1);
	transition:all 0.5s ease-in 0s;
}
.globle-icon-style:hover{
	transform:scale(1.1);
}
.post-dev-items-02{
	display:flex;
	row-gap:18px;
	flex-wrap:wrap;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:38px;
}
.scrollToTop{
	border-width:0px 0px 0px 0px;
	border-radius:10px 10px 10px 10px;
	background-color:var(--swatch-var-6541);
}
.scrollToTop:hover{
	background-color:var(--swatch-var-6541);
}
.scroll-to-top-btn-icon{
	stroke-width:4;
	padding:4px 4px 4px 4px;
	stroke:var(--swatch-var-5575);
}
.avatar-01{
	width:64px;
	height:64px;
	border-width:4px 4px 4px 4px;
	border-style:solid;
	border-color:var(--swatch-var-6541)!important;
}
.avatar-02{
	width:64px;
	height:64px;
	border-width:4px 4px 4px 4px;
	border-style:solid;
	border-color:var(--swatch-var-6541)!important;
	position:relative;
	left:-14px;
	margin-left:-14px;
}
.avatar-03{
	width:84px;
	height:84px;
	border-width:4px 4px 4px 4px;
	border-style:solid;
	border-color:var(--swatch-var-63)!important;
}
.dev-detiles{
	display:inline-flex;
	flex-direction:column;
	align-items:flex-start;
	row-gap:10px;
}
.menutools-child{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	column-gap:28px;
	row-gap:14px;
	background-color:var(--swatch-var-6541);
	padding:18px 18px 18px 18px;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	border-width:0px 0px 0px 0px;
	border-radius:14px 14px 14px 14px;
}
.button-circle{
	border-width:0px 0px 0px 0px;
}
.bloc-menutools{
	position:fixed;
	z-index:999;
	bottom:1px;
	left:0px;
	right:0px;
}
.button-circle:hover{
	background-color:var(--swatch-var-4478);
}
.testcolor{
	background-color:var(--swatch-var-4478);
}
.colorwhite{
	background-color:var(--swatch-var-5575);
}
.colorgray{
	background-color:var(--swatch-var-5630);
}
.colorbrown{
	background-color:var(--swatch-var-2057);
}
.coloryallow{
	background-color:var(--swatch-var-7030);
}
.coloryallowlight{
	background-color:var(--swatch-var-7840);
	border-color:var(--swatch-var-7030)!important;
}
.colorbrownlight{
	background-color:var(--swatch-var-2660);
	border-color:var(--swatch-var-2057)!important;
}
.colorgraylight{
	background-color:var(--swatch-var-262);
	border-color:var(--swatch-var-5630)!important;
}
.colorwhitelight{
	background-color:#F4F6F7;
	border-color:var(--swatch-var-5575)!important;
}
.formgroup01{
	display:flex;
	flex-direction:row;
	align-items:center;
	background-color:var(--swatch-var-5575);
	padding:10px 10px 10px 10px;
	border-width:0px 0px 0px 0px;
	border-radius:16px 16px 16px 16px;
}
.svg-icon-style{
	width:64px!important;
}
.footer-col-links{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	column-gap:60px;
	row-gap:18px;
}
.author-info{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	column-gap:24px;
	row-gap:8px;
}
.svg-icon-bloc-auther-style{
	width:20px!important;
	height:20px!important;
	fill:var(--swatch-var-6541)!important;
	transition:all 0.5s ease 0s;
}
.svg-icon-bloc-auther-style:hover{
	fill:var(--swatch-var-4478);
}
.goble-style-img-none{
	border-width:0px 0px 0px 0px;
	border-radius:32px 32px 32px 32px;
	box-shadow:0.00px -0.00px 30px rgba(234,234,234,0.11);
}
.author-main-dev{
	margin-left:50px;
	margin-right:auto;
}
.deeve-info{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	column-gap:10px;
	flex-wrap:wrap;
	width:100%;
	row-gap:4px;
}
.svg-icon-0-style{
	width:30px!important;
	height:30px!important;
	fill:var(--swatch-var-6541)!important;
}
.img-style{
	width:304px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-466:rgba(231,231,231,1.00);
	
	--swatch-var-5575:#FFFFFF;
	
	--swatch-var-6541:#000000;
	
	--swatch-var-1409:rgba(255,255,255,0.00);
	
	--swatch-var-6919:#FBFCFC;
	
	--swatch-var-63:#F4F6F7;
	
	--swatch-var-2751:rgba(0,0,0,1.00);
	
	--swatch-var-7895:rgba(66,66,66,1.00);
	
	--swatch-var-5711:rgba(169,169,169,1.00);
	
	--swatch-var-7462:rgba(235,235,235,1.00);
	
	--swatch-var-4478:rgba(144,73,176,1.00);
	
	--swatch-var-348:#CCCCCC;
	
	--swatch-var-3799:#EAEAEA;
	
	--swatch-var-3474:rgba(0,0,0,1.00);
	
	--swatch-var-3593:rgba(235,235,235,1.00);
	
	--swatch-var-1873:rgba(180,192,206,1.00);
	
	--swatch-var-2057:rgba(252,246,217,1.00);
	
	--swatch-var-7030:rgba(226,192,143,1.00);
	
	--swatch-var-5630:rgba(235,235,235,1.00);
	
	--swatch-var-2263:rgba(255,255,255,1.00);
	
	--swatch-var-5202:rgba(0,0,0,1.00);
	
	--swatch-var-7164:rgba(153,153,153,1.00);
	
	--swatch-var-7753:rgba(102,102,102,1.00);
	
	--swatch-var-6750:rgba(252,231,102,1.00);
	
	--swatch-var-7149:rgba(174,30,44,1.00);
	
	--swatch-var-1089:rgba(244,237,250,1.00);
	
	--swatch-var-2500:rgba(234,234,234,0.11);
	
	--swatch-var-7840:rgba(213,159,98,1.00);
	
	--swatch-var-262:rgba(4,101,255,1.00);
	
	--swatch-var-2660:rgba(250,228,142,1.00);
	
}


/* Background colour styles */

.bgc-6541{
	background-color:var(--swatch-var-6541);
}

/* Text colour styles */

.tc-5575{
	color:var(--swatch-var-5575)!important;
}
.tc-7895{
	color:var(--swatch-var-7895)!important;
}
.tc-2751{
	color:var(--swatch-var-2751)!important;
}
.tc-5711{
	color:var(--swatch-var-5711)!important;
}

/* Bloc image backgrounds */



/* = Additional CSS
-------------------------------------------------------------- */
h2, h3, h4, h5, h6 {margin:0px 0px;}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	h1{
		font-size:46px;
		line-height:56px;
	}
	h2{
		font-size:36px;
		line-height:46px;
		padding-bottom:18px;
	}
	h3{
		font-size:30px;
		line-height:40px;
	}
	h4{
		font-size:26px;
		line-height:36px;
	}
	p{
		font-size:19px;
		line-height:29px;
	}
	.display-sm{
		font-size:52px;
		line-height:62px;
	}
	.display-md{
		font-size:56px;
		line-height:66px;
	}
	.display-lg{
		font-size:62px;
		line-height:72px;
	}
	.display-xl{
		font-size:78px;
		line-height:94px;
	}
	.display-2xl{
		font-size:100px;
		line-height:110px;
	}
	.text-lighter{
		font-weight:lighter;
	}
	.text-bold{
		font-weight:bold;
	}
	.text-bolder{
		font-weight:900;
	}
	.text-underline{
		text-decoration:underline!important;
	}
	.text-overline{
		text-decoration:overline!important;
	}
	.text-line-through{
		text-decoration:line-through!important;
	}
	.text-uppercase{
		text-transform:uppercase;
	}
	.text-lowercase{
		text-transform:lowercase;
	}
	.text-capitalize{
		text-transform:capitalize;
	}
	.text-orientation{
		writing-mode:vertical-rl;
	}
	.lg-icon{
		width:42px;
		height:42px;
		font-size:42px;
	}
	.xl-icon{
		font-size:62px;
		width:62px;
		height:62px;
	}
	.xxl-icon{
		height:82px;
		width:82px;
		font-size:82px;
	}
	.xxxl-icon{
		font-size:94px;
		height:94px;
		width:94px;
	}
	h5{
	}
	.display-xs{
		font-size:42px;
		line-height:52px;
	}
	.number-sm{
		font-size:60px;
		line-height:70px;
	}
	.number-md{
		font-size:85px;
		line-height:95px;
	}
	.number-lg{
		font-size:110px;
		line-height:120px;
	}
	.bloc-downfixed{
		width:100%;
	}
	.blogs{
		width:98%;
	}
	.blog-tital{
		font-size:28px;
		line-height:38px;
	}
	.bloc-toolread{
		width:600px;
	}
	.div-toolread{
		column-gap:26px;
	}
	.blocs-card-width{
		width:100%;
		height:480px;
	}
	.author-col-fly{
		bottom:60px;
		margin-bottom:-40px;
	}
	.gridder-col01{
		opacity:1.0;
		row-gap:80px;
	}
	.gridder-col02{
		row-gap:80px;
	}
	.toolread-img{
	}
	.titalside{
		row-gap:30px;
	}
	.box-newsletter{
		width:98%;
		padding-left:30px;
		padding-right:30px;
		border-radius:48px 48px 48px 48px;
	}
	.galleryinstgram{
		grid-template-columns:1fr 1fr 1fr;
	}
	.footersvg-icon-fill{
		width:20px;
	}
	.footer-top{
		margin-top:0px;
		margin-bottom:80px;
	}
	.menu-links{
		margin-left:6px;
		margin-right:6px;
	}
	.page-hero{
		width:100%;
		height:260px;
	}
	.tab-contacts{
		row-gap:38px;
	}
	.slider-item-cop{
		padding:20px 20px 20px 20px;
	}
	.author-profile{
		width:164px;
	}
	.more-articles{
		column-gap:40px;
	}
	.menutools-child{
		column-gap:26px;
	}
	.author-main-dev{
		margin-left:40px;
		margin-right:auto;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:44px;
		line-height:54px;
	}
	h2{
		font-size:34px;
		line-height:44px;
	}
	h3{
	}
	h4{
		font-size:26px;
		line-height:36px;
	}
	h5{
	}
	p{
		font-size:18px;
		line-height:28px;
	}
	.display-sm{
		font-size:46px;
		line-height:58px;
	}
	.display-md{
		font-size:48px;
		line-height:58px;
	}
	.display-lg{
		font-size:50px;
		line-height:60px;
	}
	.display-xl{
		font-size:66px;
		line-height:76px;
	}
	.display-2xl{
		font-size:80px;
		line-height:90px;
	}
	.lg-icon{
		font-size:40px;
		width:40px;
		height:40px;
	}
	.xl-icon{
		width:60px;
		height:60px;
		font-size:60px;
	}
	.xxl-icon{
		font-size:80px;
		width:80px;
		height:80px;
	}
	.xxxl-icon{
		font-size:92px;
		width:92px;
		height:92px;
	}
	.display-xs{
		font-size:38px;
		line-height:48px;
	}
	.number-sm{
		font-size:50px;
		line-height:60px;
	}
	.number-md{
		font-size:70px;
		line-height:80px;
	}
	.number-lg{
		font-size:85px;
		line-height:95px;
	}
	.div-toolread{
		column-gap:24px;
	}
	.bloc-toolread{
		width:80%;
	}
	.blocs-card-width{
		width:100%;
		height:460px;
	}
	.slider-item-text{
		row-gap:10px;
	}
	.author-col-fly{
		bottom:60px;
		margin-bottom:-40px;
	}
	.gridder-col01{
		row-gap:60px;
	}
	.gridder-col02{
		row-gap:60px;
	}
	.blog-post{
		flex-direction:column-reverse;
	}
	.blog-subpost{
		flex-direction:column-reverse;
	}
	.titalside{
		flex-wrap:wrap;
		flex-direction:column;
		row-gap:30px;
	}
	.galleryinstgram{
		grid-template-columns:1fr 1fr;
	}
	.footer-down{
		justify-content:center;
		margin-bottom:20px;
	}
	.footersvg-icon-fill{
		width:20px;
	}
	.box-newsletter{
		border-radius:48px 48px 48px 48px;
		padding-top:20px;
		padding-bottom:20px;
	}
	.footer-down-col{
		justify-content:center;
	}
	.footer-top{
		flex-wrap:wrap;
		justify-content:space-between;
		flex-direction:column;
		margin-top:60px;
		margin-bottom:60px;
	}
	.menu-links{
		color:var(--swatch-var-5575)!important;
		margin-bottom:10px;
		margin-top:10px;
	}
	.menu-links:hover{
	}
	.page-hero{
		width:100%;
		height:auto;
	}
	.slider-item-text-02{
		row-gap:10px;
	}
	.tab-contacts{
		grid-template-columns:1fr;
		row-gap:20px;
	}
	.tab-contacts-item-02{
		border-top-width:0px;
		padding-top:0px;
	}
	.author-profile{
		width:144px;
	}
	.post-dev-items-02{
		column-gap:30px;
	}
	.more-articles{
		grid-template-columns:1fr;
	}
	.menutools-child{
		column-gap:24px;
		width:98%;
	}
	.author-main-dev{
		margin-left:30px;
		margin-right:auto;
	}
	.author-info{
		row-gap:12px;
	}
	.deeve-info{
		flex-direction:column;
		align-items:flex-start;
		justify-content:flex-start;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:40px;
		line-height:50px;
	}
	h2{
		font-size:32px;
		line-height:42px;
	}
	h3{
	}
	h4{
	}
	h5{
	}
	p{
	}
	.display-sm{
		font-size:40px;
		line-height:50px;
	}
	.display-md{
		font-size:40px;
		line-height:50px;
	}
	.display-lg{
		font-size:40px;
		line-height:50px;
	}
	.display-xl{
		font-size:46px;
		line-height:56px;
	}
	.display-2xl{
		font-size:60px;
		line-height:70px;
	}
	.xxxl-icon{
		width:90px;
		height:90px;
		font-size:90px;
	}
	.display-xs{
		font-size:34px;
		line-height:44px;
	}
	.number-sm{
		font-size:40px;
		line-height:50px;
	}
	.number-md{
		font-size:55px;
		line-height:65px;
	}
	.number-lg{
		font-size:60px;
		line-height:70px;
	}
	.blog-tital{
		font-size:26px;
		line-height:36px;
	}
	.footer-link{
		text-align:center;
	}
	.div-toolread{
		column-gap:24px;
		row-gap:24px;
	}
	.bloc-toolread{
		width:96%;
	}
	.blocs-card-width{
		width:100%;
		height:420px;
	}
	.dev-subscribe{
		flex-direction:column;
		row-gap:16px;
	}
	.author-col-fly{
		bottom:40px;
		margin-bottom:-20px;
	}
	.blogs-post-space{
		margin-top:100px;
		margin-bottom:0px;
	}
	.titalside{
		flex-direction:column;
		align-items:center;
		row-gap:30px;
	}
	.footer-down{
		margin-bottom:20px;
		justify-content:center;
	}
	.footersvg-icon-fill{
		width:20px;
	}
	.box-newsletter{
		padding-top:14px;
		padding-bottom:14px;
		border-radius:48px 48px 48px 48px;
	}
	.footer-top{
		margin-bottom:50px;
		margin-top:50px;
	}
	.page-hero{
		width:100%;
		height:auto;
	}
	.slider-item-cop{
		padding:14px 14px 14px 14px;
	}
	.author-profile{
		width:124px;
	}
	.post-dev-items{
		flex-direction:column;
		align-items:center;
		row-gap:30px;
	}
	.post-dev-items-02{
		flex-direction:row;
		align-items:center;
		row-gap:10px;
		column-gap:18px;
	}
	.menutools-child{
		column-gap:24px;
		row-gap:24px;
		width:98%;
	}
	.author-main-dev{
		margin-left:14px;
		margin-right:14px;
	}
	.author-info{
		row-gap:12px;
	}
	.deeve-info{
		flex-direction:column;
		align-items:flex-start;
		justify-content:flex-start;
	}
	
}

