/*
Theme Name: Okab Child Theme
Theme URI:  https://themeforest.net/item/okab-responsive-multipurpose-wordpress-theme/16958600
Author: PixelDima
Author URI:   https://pixeldima.com/
Template: okab
Description: This is a blank child theme for Okab theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, flexible-header, full-width-template, post-formats, theme-options, featured-images,rtl-language-support,threaded-comments, translation-ready
Text Domain:  okab
*/

@media (max-width: 375px) {
.tp-bullets {
    display: none !important;
}
}
.single-wpdmpro .dima-sidebar,
.single-wpdmpro .elementor-location-header,
.single-wpdmpro .elementor-location-footer,
.tax-wpdmcategory .elementor-location-header,
.tax-wpdmcategory .elementor-location-footer{
	display:none;
}

.single-wpdmpro .dima-container{
	float: left !important;
}

@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

.gradient, .login, .outer {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkZGRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NjZhOSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-radial-gradient(#62a70e, #62a70e);
  background: -webkit-radial-gradient(#62a70e, #62a70e);
  background: radial-gradient(#62a70e, #62a70e);
  background-size: 360px 600px;
  background-position: center -90%;
}

.login p{
  margin: 0px;
  font-size: larger;
color: white;
}
.login {
  display: inline-block;
width: 130px;
height: 185px; 
/*  padding: 30px 25px; */
/*  margin: -180px -115px; */
  position: relative;
/*  top: 50%;*/
/*  left: 50%;*/
  text-align: left;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  border: 1px solid #5c5c5c;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px 1px, rgba(0, 0, 0, 0.25) 0 2px 55px 3px;
}
.login:before {
  content: "";
  width: 100%;
  height: .1em;
  position: absolute;
  top: 0px;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.16) 70%);
  background-size: 100% 150%;
  background-position: center center;
}
.login a{
	color: yellowgreen;
}
.login .photo {
  cursor: pointer;
  width: 88px;
  height: 88px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 5px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.7);
  box-shadow: 0 -2px 0px 2px rgba(255, 255, 255, 0.15), 0 2px 2px 2px rgba(0, 0, 0, 0.15), 0 -4px 20px 0px rgba(255, 255, 255, 0.4), 0 0px 140px 0px rgba(0, 120, 120, 0.8), 0 -45px 90px 0px rgba(255, 255, 255, 0.3), 0 4px 39px 0px rgba(0, 0, 0, 0.4);
}
.login .photo:before {
  content: '';
  width: 90px;
  height: 90px;
  background-size: 100%;
  position: absolute;
  border-radius: 50%;
}


.login .name {
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 0.89em;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  transition: all 300ms ease;
  position: absolute;
  left: 0;
  margin-top: 34px;
}



.login input {
  box-sizing: border-box;
  width: 100%;
/*  margin-top: 15px; */
	height: 24px;
	color: white;
  padding: 5px 2px;
  font-size: 0.8em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0 inset, rgba(0, 0, 100, 0.3) 0 1px 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0 inset, rgba(0, 0, 100, 0.3) 0 1px 0 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px 0 inset, rgba(0, 0, 100, 0.3) 0 1px 0 0;
}


.login input:focus {
  outline: 0;
  border: 1px solid #77a7c0;
  -moz-box-shadow: rgba(20, 113, 184, 0.5) 0 0 3px 1px, rgba(20, 113, 184, 0.5) 0 0 2px 1px inset;
  -webkit-box-shadow: rgba(20, 113, 184, 0.5) 0 0 3px 1px, rgba(20, 113, 184, 0.5) 0 0 2px 1px inset;
  box-shadow: rgba(20, 113, 184, 0.5) 0 0 3px 1px, rgba(20, 113, 184, 0.5) 0 0 2px 1px inset;
}


.login input::input-placeholder {
  color: rgba(20, 20, 20, 0.5);
}

.username-wrap {
  position: relative;
}

.username-wrap:after {
  content: "\f18e";
  display: inline-block;
  font-smoothing: antialiased;
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  top: 5px;
  color: rgba(40, 51, 53, 0.4);
  font-size: 1.25em;
}

.login .username {
  margin-bottom: 10px;
  margin-top: 30px;
  transition: all 300ms ease;
  display: block;
  opacity: 1;
}

.login .hidden {
  opacity: 0;
  transition: all 300ms ease;
  visibility: hidden;
}

.login .inner, .login .outer, .login .spine, .shadow {
  position: absolute;
  width: 100%;
}

.login .inner:after, .outer:after {
  content: '\f023';
  top: 33%;
  left: 42%;
  font-size: 1em;
  line-height: 1.7em;
  padding: .125em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  font-smoothing: antialiased;
  font-family: 'FontAwesome';
  box-sizing: border-box;
}

.login .inner:after {
  content: "\f09c";
}

.login .inner {
  background-color: #283335;
  text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.login .spine {
  top: .25em;
  background: #282d2d;
  height: .25em;
  transform: rotateX(90deg);
  transform-origin: center top;
}

.login .outer {
  height: 100%;
  background-position: center -117%;
  transform: translateZ(0.25rem);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.login .pw-box {
/*  height: 80px; */
/*  width: 100%; */
  background: rba(0, 0, 0, 0.9);
  position: absolute;
  left: 1px;
  padding: 10px;
  transition: all .55s ease;
  box-shadow: inset 0px -60px 70px rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  perspective: 320px;
}
.pw-active .pw-box {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 999999999999;
}
.pw-box .flap {
  position: absolute;
  color: white;
  text-align: center;
  pointer-events: none;
  z-index: 100;
  background-color: rgba(255, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transition: all 0.6s cubic-bezier(0.2, 0.7, 0.1, 1.1);
  transform-origin: center bottom;
  transform-style: preserve-3d;
}
.pw-active .pw-box .flap {
  transform: rotateX(-110deg);
}

.abbott:before{
  background: url("partner_abbott.png");
}
.aboca:before{
  background: url("partner_aboca.png");
}
.alcon:before{
  background: url("partner_alcon.png");
}
.almirall:before{
  background: url("partner_almirall.png");
}
.almiron:before{
  background: url("partner_almiron.png");
}
.alter:before{
  background: url("partner_alter.png");
}
.abbott:before{
  background: url("partner_abbott.png");
}
.apivita:before{
  background: url("partner_apivita.png");
}
.aquilea:before{
  background: url("partner_aquilea.png");
}
.arkopharma:before{
  background: url("partner_arkopharma.png");
}
.artsana:before{
  background: url("partner_artsana.png");
}
.bayer:before{
  background: url("partner_bayer.png");
}
.bioderma:before{
  background: url("partner_bioderma.png");
}
.cantabria:before{
  background: url("partner_cantabria.png");
}
.caudilie:before{
  background: url("partner_caudilie.png");
}
.chicco:before{
  background: url("partner_chicco.png");
}
.demofarm:before{
  background: url("partner_demofarm.png");
}
.ducray:before{
  background: url("partner_ducray.png");
}
.essity:before{
  background: url("partner_essity.png");
}
.esteve:before{
  background: url("partner_esteve.png");
}
.eucerin:before{
  background: url("partner_eucerin.png");
}
.faes:before{
  background: url("partner_faes.png");
}
.fdc:before{
  background: url("partner_fdc.png");
}
.filorga:before{
  background: url("partner_filorga.png");
}
.gsk:before{
  background: url("partner_gsk.png");
}
.humana:before{
  background: url("partner_humana.png");
}
.isdin:before{
  background: url("partner_isdin.png");
}
.johnson:before{
  background: url("partner_johnson.png");
}
.kern:before{
  background: url("partner_kern.png");
}
.kin:before{
  background: url("partner_kin.png");
}
.liburnia:before{
  background: url("partner_liburnia.png");
}
.lierac:before{
  background: url("partner_lierac.png");
}
.loreal:before{
  background: url("partner_loreal.png");
}
.mmm:before{
  background: url("partner_3m.png");
}
.nestle:before{
  background: url("partner_nestle.png");
}
.nutriben:before{
  background: url("partner_nutriben.png");
}
.ordesa:before{
  background: url("partner_ordesa.png");
}
.perrigo:before{
  background: url("partner_perrigo.png");
}
.philips:before{
  background: url("partner_philips.png");
}
.phyto:before{
  background: url("partner_phyto.png");
}
.prim:before{
  background: url("partner_prim.png");
}
.pyg:before{
  background: url("partner_pyg.png");
}
.reckitt:before{
  background: url("partner_reckitt.png");
}
.reig:before{
  background: url("partner_reig.png");
}
.reva:before{
  background: url("partner_reva.png");
}
.sanofi:before{
  background: url("partner_sanofi.png");
}
.servier:before{
  background: url("partner_servier.png");
}
.stada:before{
  background: url("partner_stada.png");
}
.suavinex:before{
  background: url("partner_suavinex.png");
}
.zambon:before{
  background: url("partner_zambon.png");
}
