/* body {
    font-family: 'Open Sans', sans-serif;
} */

/* div,section {
    background-color: #fff200;
} */

h1,
h2,
h3,
h4,
h5,
h6,
.navbar {    
	line-height: 1.25;
    font-family: 'Montserrat', sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

ul {
    margin-bottom: 2em;
}

.blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 7px solid #ccc;
}

.divider-50 {
    clear: both;
    height: 50px;
}

.divider-100 {
	clear: both;
	height: 100px;
}

.bg-main {
	background-color: #f0f0f0;
}

.main-links a {
	border-bottom: 1px solid #1677FF;
    color: #1677FF;
	text-decoration: none;
}

.main-links a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
    color: #1677FF;
}

.dark-icon {
    color: #777777;
}

.logo-block {
    line-height: .8;
}
.small-font {
    font-size: 14px;
}

a.logo-link {
	text-decoration: none;
	border: none;
}

a.logo-link:hover {
	text-decoration: none;
	border: none;
}

.navbar-nav {
    font-weight: 500;
}

.main-menu a, .social-container a, .social-links a {
	border: none;
	text-decoration: none;
	color: black;
}

.main-menu a:hover, .social-container a:hover, .social-links a:hover {
	border: none;
	text-decoration: none;
	color: #565656
}

.active-item {
	border-bottom: 1px solid #000!important;
	text-decoration: none;
}

a.no-border {
	border: none!important;
	text-decoration: none;
}

.site-name {
	line-height: 1;
}

.site-logo {
	margin-top: -8px;
	margin-right: 4px;
}

.sort-sortIcon {
    transform: scale(-1, 1);
}

.sort-arrows {
    fill: currentColor;
    height: 1em;
    box-sizing: border-box;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    box-sizing: content-box;
}

/* sup {
	font-size: 13px;
	font-weight: 400;
	vertical-align: top;
	position: relative;
	top: 18px; 
} */

.bg-main {
	background-color: #ecf4f9;
}

.avatar-image {
	border: 5px solid #ecf4f9;
}

.gradient-title {
    color: #b86bff;
    font-size: 1.15em;
    background-image: linear-gradient(240deg, #fbb8d8 0%, #d349f4 22.02%, #7983f3 51.32%, #2a9dd2 81.46%, #2476f2 99.8%);;
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.bg-list {
	background-image: linear-gradient(to right, rgba(219,0,85,0.15), rgba(255,157,112,0.15));
}

.br-25 {
	border-radius: 25px;
}

.br-50 {
	border-radius: 99%;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

.border-0 {
	border: 0
}

.social-container {
	display: none;
}

.main-menu__link {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 10px;
	padding: 8px 16px 6px 16px;
	border-radius: 25px;
	transition: all 0.35s ease-out;
}
.main-menu__link:hover {
	color: #fff;
	background-color: #0066ff;
	text-decoration: none;
	font-weight: bold;
}

.draft-marker {
	background-image: url('../images/span-back.svg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 4px;
	background-position-x: 0;
}

.mw-100 {
	max-width: 100px!important;
	height: auto;
}

.footer-logo {
	color: black;
	font-weight: 700;
	font-size: 20px;
}

/* BEFORE AFTER */

.ba-slider {
    position: relative;
    overflow: hidden;
}
 
.ba-slider img {
    width: 100%;
    display:block;
}
 
.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
 
  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}
 
.handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
 
    content:'\21C4';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height: 1.55em;
 
    background: #ffb800; /* @orange */
    border:1px solid #e6a600; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3), 
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466; /* lighten(@orange, 20%)*/ 
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:44px;
    font-size:30px;
}

/*
 * ARROW MOVE
 */

.pot {
  animation: run 1s infinite;
  position: relative;
}

@keyframes run {
    0% {
      left: 0;
      top: 0;
    }

    50% {
      left: 20px;
      top: 0;
    }

    100% {
      left: 0;
      top: 0;
    }
}

/*
 * DROPDOWN
 */

/* The container <div> - needed to position the dropdown content */
.dropdown-lang {
  position: relative;
  display: inline-block;
}

/* Dropdown Button */
.dropbtn {
  background-color: #ffffff;
  color: black;
  font-size: 16px;
  padding: 5px 10px;
  border: none;
  border: 1px solid #dfdfdf;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #ffffff;
  border: 1px solid #ababab;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  padding: 5px 10px;
  margin-top: 5px;
  min-width: 100px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ffffff;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.column {
    display: none; /* Hide all elements by default */
  }

.show {
    display: block;
}


.gradient-button {
    background: linear-gradient(240deg, #fbb8d8 0%, #d349f4 22.02%, #7983f3 51.32%, #2a9dd2 81.46%, #2476f2 99.8%);
    box-shadow: 0px 0.125em 0.25em 0px rgba(0, 0, 0, 0.1), 0px 0.625em 0.625em 0px rgba(0, 0, 0, 0.1), 0px 0.25em 0.5em 0px rgba(0, 0, 0, 0.1), 0px 0.625em 0.625em 0px rgba(255, 255, 255, 0.2) inset;
    --padding: 0.125em;
    border-radius: calc(0.5em + calc(1* var(--padding)));
    display: inline-block;
    padding: var(--padding);
    font-size: 1.375em;
    text-decoration: none;
    position: relative;
    transition-property: background, box-shadow, color, transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 200ms ease-out;
}

.gradient-button  > span {
    border-radius: 0.5em;
    display: flex;
    font-weight: 500;
    padding: 0.375em 1.5em 0.5em;
    position: relative;
    color: white;
}

.gradient-button:hover {
    box-shadow: 0px 0.25em 0.75em 0px rgba(0, 0, 0, 0.05), 0px 1.25em 1.75em 0px rgba(0, 0, 0, 0.05), 0px 0.5em 1.5em 0px rgba(0, 0, 0, 0.05), 0px 0.625em 0.625em 0px rgba(255, 255, 255, 0.2) inset;
    transform: scale3d(1.06, 1.06, 1) translate3d(0, -4%, 0);
}

/* pre {
    background-color: #f6f8fc !important; // #f5f2f0 #fdf6f2 #edf2f6 #f9f2f4
    border: none!important;
    padding: 1.25em!important;
    font-size: .675em;
} */

ul li code,
li code,
p code,
ul li code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    font-size: 1em;
    white-space: pre;
    overflow-wrap: break-word;
}

/* px to em */
.container-px-em {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container-px-em h1 {
  font-size: 5.85rem;
  padding: 0 0 0.2em 0;
  margin: 0;
}
.container-px-em .input {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-top: 0.4em;
  border-bottom: 1px dotted #000;
  outline: 0;
  width: 150px;
  font-size: 3rem;
  text-align: right;
  margin-right: 0.3em;
  background-color: #ff90b3;
  outline: 0;
}
.container-px-em .input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2;
}
.container-px-em .px-em {
  display: flex;
}
.container-px-em .em,
.container-px-em .px {
  font-size: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.container-px-em .em .text,
.container-px-em .px .text {
  padding-bottom: 0.2em;
}
.container-px-em .em {
  margin-left: 1em;
}
.container-px-em .em .text {
  margin-right: -0.3em;
}
.container-px-em .px-input {
  width: 95px;
}
.container-px-em .basefont {
  display: flex;
  align-items: baseline;
  font-size: 3.3rem;
  padding: 0 0 0.2em 0;
  margin: 0;
  border-bottom: 1px solid transparent;
}
.container-px-em .basefont p {
  margin: 0;
  padding: 0;
}
.container-px-em .basefont .chosen {
  width: 80px;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-left: 0.2em;
  margin-right: 0.2em;
  font-size: 3.3rem;
  text-align: center;
  border-bottom: 2px dotted #000;
  background-color: #ff90b3;
  outline: 0;
}
.container-px-em .basefont .chosen::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2;
}
/* end px to em*/

/*
 * BLOG POSTS
 */

 .fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: css-animation-fadeInUp 0.6s ease-out forwards;
}

@keyframes css-animation-fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

 .docs-archive {
    position: relative;
    background-color: #fdf6f2;
 }

.docs-archive__php {
    background-color: #dcf3f7;
}

.docs-archive__wp {
    background-color: #ebf3f5;
}

.docs-archive__css {
    background-color: #FFEDF2;
}

.docs-archive__email {
    background-color: #E6F4EA;
}

.docs-archive__html {
    background-color: #feeee6;
}

.docs-archive__mysql {
    background-color: #f7f8f9;
}

.docs-archive__go {
    background-color: #ebfaf9;
}

.docs-archive__more {
    background-color: #f6f6ee;
}

.docs-archive h4 {
    margin-bottom: .65em;
}

.docs-archive h4 a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    transition: all .4s ease;
    font-size: .825em;
    font-weight: 400;    
}

.docs-archive h4 a:hover {
    color: black;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid #fdf6f2;
}

.content-blocks {
    font-size: .825em;
}

.content-blocks div {
    margin-bottom: .5em;
}

.content-blocks a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    transition: all .4s ease;
    font-weight: 400;
}

.content-blocks a:hover {
    color: black;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid #fdf6f2;
}

/*
* STYLES FOR DA ATTENTION PLUGIN BY WPSAMURAI
*/

.attention-blue,
.attention-border,
.attention-green,
.attention-orange,
.attention-red,
.attention-yellow {
    margin: 1.5em 0;
    padding: 1em;
    overflow: hidden;
}

.attention-border {
    background: #fff;
    border: 1px solid #777
}

.attention-red {
    background: #ffe6e6;
    border-left: 4px solid red
}

.attention-blue {
    background: #e5f5fa;
    border-left: 6px solid #00a0d2
}

.attention-orange,
.attention-yellow {
    background: #fff5e6;
    border-left: 4px solid #f90
}

.attention-green {
    background: #ebfaeb;
    border-left: 4px solid #3c3
}

.attention-ino {
    margin: 0 0 1em;
    padding: 1em;
    overflow: hidden;
    border-left: 4px solid #56c2b1
}

.attention-ino a {
    font-weight: 600
}

.attention-ino:before {
    display: inline-block;
    width: 48px;
    height: 48px;
    content: " ";
    margin-right: 10px;
    background-image: url(../svg/ino.svg);
    background-repeat: no-repeat;
    vertical-align: middle
}

.attention-zip {
    margin: 0 0 1em;
    padding: 1em;
    overflow: hidden;
    border-left: 4px solid #dbab27
}

.attention-zip a {
    font-weight: 600
}

.attention-zip:before {
    display: inline-block;
    width: 48px;
    height: 48px;
    content: " ";
    margin-right: 10px;
    background-image: url(../svg/zip.svg);
    background-repeat: no-repeat;
    vertical-align: middle
}

.attention-git {
    margin: 0 0 1em;
    padding: 1em;
    overflow: hidden;
    border-left: 4px solid #dbab27
}

.attention-git a {
    font-weight: 600
}

.attention-git:before {
    display: inline-block;
    width: 48px;
    height: 48px;
    content: " ";
    margin-right: 10px;
    background-image: url(../svg/git.svg);
    background-repeat: no-repeat;
    vertical-align: middle
}

.attention-pdf {
    margin: 0 0 1em;
    padding: 1em;
    overflow: hidden;
    border-left: 4px solid #c00
}

.attention-pdf a {
    font-weight: 600
}

.attention-pdf:before {
    display: inline-block;
    width: 48px;
    height: 48px;
    content: " ";
    margin-right: 10px;
    background-image: url(../svg/pdf.svg);
    background-repeat: no-repeat;
    vertical-align: middle
}

.single-post__container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(120, 120, 120, 0.15);
    padding: 1rem;
}

a.link-to-blog {
    border: 2px solid black;
    padding: .5rem 1rem;
    text-decoration: none;
    border-radius: 99px;
    color: black;
}

a.link-to-blog:hover {
    border: 2px solid #1677FF;
    text-decoration: none;
}

.text-xxl {
    font-size: 1.5em;
}

.description-text {
    font-size: 1.25em;
}

/*
 * PULSE ICON
 */

.premium-image-hotspots-anim {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 999;
}

.premium-hotsot-icon-wrap {
    position: relative;
}

.premium-hotsot-icon-wrap::before {
    background-color: #90d6ff;
    border-radius: 100px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
    -webkit-animation: pa-hotspot-pulse 1s infinite;
    animation: pa-hotspot-pulse 1s infinite;
}

a.premium-image-hotspots-tooltips-link {
    box-shadow: none;
    text-decoration: none;
    transition: all .2s linear;
    background-color: transparent;
}

.premium-image-hotspots-image-icon {
    background-color: #90d6ff;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #90d6ff;
    border-radius: 85px;
}

.premium-image-hotspots-image-icon {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.premium-image-hotspots-image-icon {
    width: 70px !important;
}

.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(0.9)
    }
}

@-webkit-keyframes pa-hotspot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes pa-hotspot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

/*
 * NEW YEAR
 */ 

.new-year {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 989;
    display: block;
    pointer-events: none;
    background-image: url('../images/new-year.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain
}

/*
 * MEDIA
 */

@media (min-width: 992px) {

	body {
		font-size: 18px;
	}

    .single-post__container {
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(120, 120, 120, 0.15);
        padding: 3rem;
        font-size: 1.25em;
    }

    .single-content-column {
        font-size: 1.25em;
    }

    .single-content-column h2,
    .single-content-column h3 {
        padding-bottom: 1em;
        padding-top: 1em;
    }

	h1 {
		font-size: 3rem;
	}

	h2 {
		line-height: 1.1;
    	font-size: 2.4rem;
	}

    .text-xl {
        font-size: 3em;
    }

    .text-xxl {
        font-size: 3.6em;
    }

    .description-text {
        font-size: 24px;
    }

	.social-container {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width:40px;
		height: 100%;
		background-color: #ecf4f9;
		opacity: .5;
		z-index: 99;
	}
	.social-container:hover {
		opacity: 1;
	}
	.social-buttons {
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}
