/*
Theme Name: All Things I.T.
Theme URI: http://jonderfin.com
Version: 1.0.1
Description:
Author: JONDERFiN
Author URI: http://jonderfin.com
template: bb-theme
*/


/* SCREEN STYLESHEET START */
@media only screen {


html.fl-builder-is-showing-toolbar body {margin-top:34px !important;}

.mobile-feature .hero .fl-row-content-wrap {
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: unset;
}

body {
  font-family: "Open Sans",helvetica,sans-serif;
  min-width: 320px;
}

:root {
  --dark: rgba(22,22,23,1);
  --dark-hover: rgba(22,22,23,0.75);
  --dark-alive: rgba(22,22,23,0.95);
  --medium-dark: rgba(80,80,82,1);
  --medium-dark-hover: rgba(80,80,82,0.75);
  --medium: rgba(220,221,222,1);
  --medium-hover: rgba(220,221,222,0.75);
  --light: rgba(232,232,237,1);
  --light-hover: rgba(232,232,237,0.75);
  --light-alive: rgba(232,232,237,0.95);
  --accent: rgba(0,120,212,1);
  --accent-hover: rgba(0,120,212,0.75);
  --accent-menu: rgba(0,120,212,0.95);
  --line: rgba(213,214,215,1);
  --black: rgba(0,0,0,1);
  --black-hover: rgba(0,0,0,0.75);
}
body {
  background-color: rgba(0,0,0,1);
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.no-pointer-events {
  pointer-events: none;
}
.ts {
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.no-select {
-webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* SCREEN STYLESHEET END */