/*   
Theme Name: Digitalboost
Description: This theme is made specially for DigitalBoost By Omerz
Author: Omerz
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digitalboost
Tags: custom-logo, featured-images, custom-header

*/




*:before,*:after{
  box-sizing:border-box;
}

html {
	font-family:"Assistant", sans-serif;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}



/*
===========================================================================
    WordPress Core
===========================================================================
*/

.entry-content img {
    margin: 0 0 1.5em 0;
    }
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    }
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    }
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    }
.alignnone, img.alignnone {
    /* not sure about this one */
    }
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    }
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
    }
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
    }
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
    }
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
    }
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
    }
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
.screen-reader-text {}
.commentlist .bypostauthor {}

/*
===========================================================================
	Styles for 404 page. Uncomment the code in the file 404.php
===========================================================================
*/


.wrapper_not_found {
    font-size: 13px;
    font-family: 'Assistant',sans-serif;
    color: #919191;
    background-color: #232323;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
.clear {
    display: inline-block;
    clear: both;
}
a {
  color: #ff841a;
  font-family: 'Assistant',sans-serif;
  text-decoration: none;
/*   text-transform: uppercase; */
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: black;
}

a:visited {
  color: purple;
}
div.wrapper_not_found {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.wrapper_not_found {
    color: #979797;
    background-color: #FFFFFF;
}
.wrapper_not_found a {
    color: #FF9900;
    background-color: #FFFFFF;
}


#container_not_found {
    display: block;
    width: 960px;
    margin: 0 auto;
}
#container_not_found {
    padding: 30px 0;
}
#container_not_found a {
    background-color: transparent;
}
#section_notfound {
    display: block;
    width: 100%;
    padding: 150px 0;
    line-height: 1.6em;
    text-align: center;
}
#section_notfound .hgroup {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
#section_notfound .hgroup h1,
#section_notfound .hgroup h2 {
    margin: 0px 20px;
    padding: 0;
    display: inline-block;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}
#section_notfound .hgroup h1 {
    font-size: 200px;
}
#section_notfound .hgroup h2 {
    font-size: 60px;
}
#section_notfound .hgroup h2 span {
    display: block;
    font-size: 30px;
}
#section_notfound p {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 16px;
}
#section_notfound p:first-child {
    margin-top: 0;
}


a:active {
  color: black;
}

a:visited {
  color: purple;
}

/*
=======================================================
    Style media
=======================================================
*/

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 991px) {
    #container_not_found{
        width: 100%;
    }
    #section_notfound .hgroup {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
   
}
@media screen and (max-width: 560px) {
    #section_notfound {
        padding: 75px 0;
    }
    #section_notfound .hgroup h1 {
        font-size: 150px;
    }
}
@media screen and (max-width: 480px) {
    #section_notfound {
        padding: 0px 0;
    }
    #section_notfound .hgroup h2 {
        font-size: 52px;
    }
    #section_notfound .hgroup h2 span {
        font-size: 26px;
    }
}

.card__face.front.block-price .service-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
/*
 Animaitons
*/

.scene {
  perspective: 350px;
}

.card {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
  position: relative;
}

.card.is-flipped {
	-webkit-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform:rotateY(180deg);
}

.card__face {
  backface-visibility: hidden;
}

.card.is-flipped .front {
    display:none;
}

.card:not(.is-flipped) .back {
    display:none;
}
.card.is-flipped .back {
	display:block;
	position:relative;
	-webkit-transform:rotateY(-180deg);
	/*yoshida12ko12*/
}

.UserLink,.UserLink a {
    color:#fff;
    font-weight:600;
}

@media screen and (max-width: 600px) {
#wpadminbar {
    position: fixed !important;
}
    .card {
        overflow:visible;
    }
    input[name="userData"] {
        margin-bottom:20px;
    }
}

#user-registration {
    background-color:transparent !important;
}

.user-registration-ResetPassword, .user-registration-error {
    width: 600px !important;
    margin: 0 auto !important;
    max-width: 100%;
}
#user-registration p {
    color:#fff !important;
}

.user-registration-error::before {
    display: inline-block !important;
    vertical-align: middle !important;
}

ul.user-registration-error li {
    text-align: right;
    line-height: 1;
}

.btnPopup {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

/* POPUP NEW SEARCH BY OMERZ */

.btnPopup button {
    padding: 10px 25px;
    border-radius: 25px;
    border: 1px solid #efefef;
    font-family: inherit;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 1.4px 5px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    width: auto;
    max-width: 100%;
}

.btnPopup button.buyit {
    background: #3246a1;
}

.btnPopup button.buyitPP {
    background: #009cde;
	display: none !important;
}

.btnPopup button[data-buying],  {
    width: 300px;
}

.IG-users, .IG-usersAuto {
    margin: 20px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr) );
    grid-gap: 15px;
    column-gap: 30px;
    width: 96%;
}
.IG-users > div, .IG-usersAuto > div {
    padding: 15px 0px;
    /*border: 1px solid #37459e;*/
    border-radius: 50px;
    float: none;
    width: 100%;
    overflow-x: auto;
    color: #000;
    transition: background .3s ease;
    cursor:pointer;
}

.IG-users > div > img, .IG-usersAuto > div > img {
    width:80px;
    height:80px;
    border-radius:50px;
    display:block;
}

.IG-users > div > div, .IG-usersAuto > div > div {
    font-size:16px;
    color:blue;
}

.IG-users > div:hover,.IG-users > div.active, .IG-usersAuto > div:hover, .IG-usersAuto > div.active {
    background: #eee;
}

/* width */
.IG-users > div::-webkit-scrollbar, .IG-usersAuto > div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.IG-users > div::-webkit-scrollbar-track, .IG-usersAuto > div::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.IG-users > div::-webkit-scrollbar-thumb, .IG-usersAuto > div::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.IG-users > div::-webkit-scrollbar-thumb:hover,.IG-usersAuto > div::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

input[name="userData"]:focus, input[name="userPhone"]:focus,input[name="userDataAuto"]:focus {
    outline:0;
}

.elementor-swiper-button { z-index: -1 !important; }

[data-loader-text] {
    display:none;
    margin: 10px 0 0;
    font-weight: bold;
    color: #3345a0;
}

/** SALE CONFETI **/
.canvas {
    background-image:url(/wp-content/themes/DigitalBoost/test.webp);
    background-size: cover;
    width:60px;
    height: 60px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
}

.floating {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

@keyframes floating {
    from { opacity: 0; width:60px;height:60px; transform:rotate(0deg) }
    60%  { opacity: .8; width:80px;height:80px; transform:rotate(0deg) }
    to   { opacity: 0; width:100px;height:100px; transform:rotate(15deg) }    
}

/* Carousel BY OWEB */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.Digitalboost-ArrowWhite .owl-nav button.owl-next,
.Digitalboost-ArrowWhite .owl-nav button.owl-prev {
	color: #fff;
}

.owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 108px;
	z-index: -1;
}

.owl-nav button:focus {
	outline: 0;
}

.owl-carousel {
	display: block !important;
}

.Digitalboost-carousel .owl-stage {
	padding: 25px 0px;
}


.Digitalboost-carousel .owl-item {
	border-radius: 50px;
}

.Digitalboost-carousel.owl-carousel .owl-item {
	border-radius: 30px;
}

.Digitalboost-carousel .owl-carousel.owl-rtl .owl-item {
	padding: 0 20px;
}

button.owl-prev {
	margin-right: 0px;
}

button.owl-next {
	margin-left: 0px;
}
.owl-nav { display:none !important; }
@media(max-width:767px) {
	.owl-nav {
		position: fixed !important;
		right: 0px;
		left: 0px;
	}

	button.owl-prev {
		margin-right:0;
	}
	button.owl-next {
		margin-left: 0px;
	}
}

.LoaderProgress{
    position: relative;
    height: 10px;
    width: 80%;
    border: 10px solid #3146a1;
    border-radius: 50px;
    padding: 10px;
    margin: 20px auto;
}
/* v1.15.0 — was: animation: progres 20s forwards (linear keyframes calibrated
 * for the OLD InstagramInternal.php endpoint which routinely took 15-20s).
 * The new endpoint (instagram-best-experience via iAjax.php) averages 1.65s
 * for profile lookup and 2.1s for feed — measured 2026-06-02 against real
 * production usernames. Replaced with a CSS-only transition that fills to
 * 80% over 3s when the loader is shown, and falls back to 0% when hidden.
 * Result: the bar visibly progresses during the typical request window,
 * pauses at 80% if the API is slow, and gets snapped to 100% by the JS
 * helper in Digitalboost-main.js just before the parent is hidden. */
.LoaderProgress .color{
    position: absolute;
    background-color: #c52e59;
    width: 0%;
    height: 10px;
    top: 5px;
    right: 5px;
    border-radius: 15px;
    transition: width 3s linear;
}
.LoaderProgress:not(.hidden) .color{
    width: 80%;
}
.LoaderProgress.dbo-loader-finishing .color{
    width: 100% !important;
    transition: width 0.25s ease-out;
}

/* v1.15.0 — disabled Pay button styling (the empty-username block).
 * Used by checkout.js dboSyncPayButton() which toggles .dbo-is-disabled on
 * [data-buying], [data-cc], and .autobuy buttons whenever the corresponding
 * .userData field is empty. The native :disabled selector covers the
 * accessibility hint; the explicit class covers theme buttons that re-style
 * disabled with !important. */
.dbo-is-disabled,
button.dbo-is-disabled,
.buyit.dbo-is-disabled,
.autobuy.dbo-is-disabled{
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}
/* Submit lock state on Pay buttons — the 1-3s window between click and the
 * Cardcom redirect. Strong visual difference from the idle button so the
 * customer sees "this is working, hands off" instead of "did my click do
 * anything?". cursor: progress is the OS busy cursor; grayscale desaturates
 * the brand blue so the button stops looking active; pointer-events: none
 * blocks duplicate clicks at the CSS layer. */
.dbo-is-submitting,
button.dbo-is-submitting,
.buyit.dbo-is-submitting,
.autobuy.dbo-is-submitting{
    opacity: 0.5 !important;
    cursor: progress !important;
    filter: grayscale(0.4) !important;
    pointer-events: none !important;
}