﻿.developer-logo {
  position: relative;
  right: 40px;
  display: inline-block;
  float: right;
  top: -240px;
  margin-bottom: -220px;
  width: 200px;
  height: 200px;
}
.developer-logo img {
  width: 100%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px) {
  .developer-logo {
    top: -120px;
    width: 75px;
    height: 75px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .developer-logo {
    top: -180px;
    width: 150px;
    height: 150px;
    right: 30px;
  }
}
#header.header-sticky #header-wrap {
  background-color: white !important;
}
#header.header-sticky #header-wrap #logo a svg path {
  fill: #FF3366 !important;
}
#header.header-sticky #header-wrap #logo a svg polygon {
  fill: #FF3366 !important;
}
#header.header-sticky #header-wrap #logo a svg circle {
  fill: #FF3366 !important;
}
#header.header-sticky #header-wrap .header-buttons .menu-toggler span {
  background: #FF3366 !important;
}
#header.header-sticky #header-wrap .header-buttons .menu-toggler span::before,
#header.header-sticky #header-wrap .header-buttons .menu-toggler span::after {
  background: #FF3366 !important;
}
#header .container {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
#header #header-wrap #logo a svg path {
  fill: white !important;
}
#header #header-wrap #logo a svg polygon {
  fill: white !important;
}
#header #header-wrap #logo a svg circle {
  fill: white !important;
}
#header #header-wrap:hover {
  background-color: white !important;
}
#header #header-wrap:hover #logo a svg path {
  fill: #FF3366 !important;
}
#header #header-wrap:hover #logo a svg polygon {
  fill: #FF3366 !important;
}
#header #header-wrap:hover #logo a svg circle {
  fill: #FF3366 !important;
}
#header #header-wrap:hover .header-buttons .menu-toggler span {
  background: #FF3366 !important;
}
#header #header-wrap:hover .header-buttons .menu-toggler span::before,
#header #header-wrap:hover .header-buttons .menu-toggler span::after {
  background: #FF3366 !important;
}
#header #header-wrap .header-buttons .menu-toggler span {
  background: white;
}
#header #header-wrap .header-buttons .menu-toggler span::before,
#header #header-wrap .header-buttons .menu-toggler span::after {
  background: white;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #header #header-wrap {
    background-color: white !important;
  }
  #header #header-wrap #logo a svg path {
    fill: #FF3366 !important;
  }
  #header #header-wrap #logo a svg polygon {
    fill: #FF3366 !important;
  }
  #header #header-wrap #logo a svg circle {
    fill: #FF3366 !important;
  }
  #header #header-wrap:hover {
    background-color: white !important;
  }
  #header #header-wrap:hover #logo a svg path {
    fill: #FF3366 !important;
  }
  #header #header-wrap:hover #logo a svg polygon {
    fill: #FF3366 !important;
  }
  #header #header-wrap:hover #logo a svg circle {
    fill: #FF3366 !important;
  }
  #header #header-wrap .header-buttons .menu-toggler span {
    background: #FF3366 !important;
  }
  #header #header-wrap .header-buttons .menu-toggler span::before,
  #header #header-wrap .header-buttons .menu-toggler span::after {
    background: #FF3366 !important;
  }
}
#header .header-buttons .menu-label {
  color: #FF3366;
  display: none;
}
#header .header-buttons .menu-toggler span {
  background: #FF3366;
}
#header .header-buttons .menu-toggler span::before,
#header .header-buttons .menu-toggler span::after {
  background: #FF3366;
}
#header .header-buttons a:not(.menu-toggler):not(#account-link-to-login):not(#account-link-to-dashboard) {
  display: none;
}
body .post-content h5 {
  color: #1c2022 !important;
}