/*
	Theme Name: SiteGround Knowledge Base
	Theme URI: kb.siteground.com
	Description: SiteGround Knowledge Base.
	Author: SiteGround Design Team
	Author URI: kb.siteground.com
	Version: 2.0
*/
/* Reset */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  font: 400 14px/18px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #444;
  -webkit-text-size-adjust: 100%; }

h1 {
  font-family: Montserrat, 'Open Sans', Arial, sans-serif; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

img {
  display: block;
  border: 0;
  max-width: 100%;
  max-height: 100%; }

a {
  color: #4290c5;
  text-decoration: none;
  transition: background 0.15s linear, color 0.15s linear, border 0.15s linear;
  -moz-transition: background 0.15s linear, color 0.15s linear, border 0.15s linear;
  -webkit-transition: background 0.15s linear, color 0.15s linear, border 0.15s linear;
  -o-transition: background 0.15s linear, color 0.15s linear, border 0.15s linear; }
  a:hover {
    color: #2976ab;
    text-decoration: underline; }
  a:active {
    background: none; }

p {
  margin: 0 0 10px;
  line-height: 24px; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

input, textarea, select {
  font: 400 14px/18px 'Open Sans', Helvetica, Arial, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out; }

input:focus, textarea:focus, select:focus {
  outline: none; }

header, nav, section, article, hgroup, aside, figure, time, footer, iframe, object, svg {
  display: block;
  margin: 0; }

svg {
  max-width: 100%; }

.clr {
  height: 0;
  line-height: 0;
  clear: both;
  font-size: 0; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.fleft {
  float: left !important; }

.fright {
  float: left !important; }

::-webkit-input-placeholder {
  color: #ccc; }

:-moz-placeholder {
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #ccc; }

.small_button {
  position: relative;
  display: inline-block;
  padding: 4px 24px 4px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px; }
  .small_button:hover {
    color: #fff;
    text-decoration: none; }
  .small_button:before {
    position: absolute;
    top: 9px;
    right: 7px;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .small_button:after {
    position: absolute;
    top: 11px;
    right: 11px;
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .small_button.orange {
    background: #f56332; }
    .small_button.orange:hover {
      background: #f4794f; }
  .small_button.blue {
    background: #4b99d0; }
    .small_button.blue:hover {
      background: #66addf; }

/* Colors */
/* Layout */
#container {
  position: relative;
  right: 0;
  _height: 100%;
  min-height: 100%; }

.pusher {
  padding: 0 0 620px;
  background: #fff url(./img/content_bg.png) repeat-x left top;
  box-shadow: inset 0 1px 0 #ddd; }

.fit {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px; }

.resp-paddings {
  padding-left: 20px;
  padding-right: 20px; }

/* Header */
#header {
  min-height: 90px;
  padding: 0 20px;
  background: #292929; }
  #header > div {
    position: relative;
    padding: 0; }
  #header #logo {
    float: left;
    margin: 24px 0 0; }
    #header #logo svg {
      width: 200px;
      height: 40px; }
  #header .skip-link {
    position: absolute;
    left: -9999px;
    top: 44px;
    margin: 0 0 0 20px;
    color: #f0eae2;
    text-transform: capitalize;
    font-size: 12px; }
    #header .skip-link:active, #header .skip-link:focus {
      left: auto; }
    #header .skip-link + .clr {
      display: none; }
  #header > div > div {
    float: right;
    min-height: 34px;
    line-height: 34px;
    margin: 28px 0 0; }
    #header > div > div > * {
      float: left; }
  #header .contact .livechat {
    float: right;
    margin: 0 0 0 20px;
    font-weight: 700;
    color: #f0eae2; }
    #header .contact .livechat svg {
      float: left;
      width: 16px;
      height: 16px;
      margin: 10px 8px 0 0; }
    #header .contact .livechat:hover {
      color: #c2bcb4;
      text-decoration: none; }
  #header .nav-buttons .login {
    float: left;
    position: relative;
    margin: 0 0 0 20px;
    border-radius: 3px;
    background: #666;
    cursor: pointer; }
    #header .nav-buttons .login:hover {
      background: #fff;
      color: #666;
      text-decoration: none; }
      #header .nav-buttons .login:hover > a {
        color: #666; }
      #header .nav-buttons .login:hover svg path {
        fill: #666; }
    #header .nav-buttons .login > a {
      display: block;
      color: #fff;
      padding: 0 10px;
      font-weight: 700; }
      #header .nav-buttons .login > a:hover {
        text-decoration: none; }
    #header .nav-buttons .login svg {
      float: left;
      margin: 9px 10px 0 0; }
      #header .nav-buttons .login svg path {
        fill: #fff; }
  #header .nav-buttons .open-main-nav {
    float: left;
    display: none;
    margin: 0 0 0 10px;
    padding: 0 10px;
    border-radius: 3px;
    background: #f0eae2;
    color: #444;
    font-weight: 700;
    cursor: pointer; }
    #header .nav-buttons .open-main-nav:hover {
      background: #fff;
      text-decoration: none; }
    #header .nav-buttons .open-main-nav svg {
      float: left;
      width: 18px;
      height: 15px;
      margin: 10px 10px 0 0; }

/* MENU */
#main-navigation {
  position: relative;
  height: 50px;
  padding: 0 20px;
  background: #f0eae2;
  z-index: 1000;
  top: 0; }
  #main-navigation .linksbar {
    height: 46px;
    line-height: 44px;
    padding: 0 20px;
    background: #f8f8f8;
    border-top: 1px solid #d9d9d9; }
    #main-navigation .linksbar strong {
      display: inline;
      margin: 0 10px 0 0;
      font-size: 14px;
      color: #333; }
    #main-navigation .linksbar ul {
      display: inline; }
      #main-navigation .linksbar ul li {
        position: relative;
        display: inline;
        padding: 0 0 0 12px;
        margin: 0 0 0 6px; }
        #main-navigation .linksbar ul li:before {
          position: absolute;
          top: 10px;
          left: 0;
          content: "";
          width: 2px;
          height: 2px;
          background: #666; }
        #main-navigation .linksbar ul li:first-child {
          margin: 0;
          padding: 0; }
          #main-navigation .linksbar ul li:first-child:before {
            background: transparent; }
        #main-navigation .linksbar ul li a {
          color: #666; }
          #main-navigation .linksbar ul li a:hover {
            color: #333;
            text-decoration: underline; }
  #main-navigation .search {
    display: none;
    padding: 20px 24px 20px 14px; }
    #main-navigation .search form {
      position: relative; }
      #main-navigation .search form label {
        position: absolute;
        left: -9999px; }
      #main-navigation .search form svg {
        position: absolute;
        top: 6px;
        left: 8px;
        width: 14px;
        height: 14px; }
      #main-navigation .search form input {
        width: 100%;
        height: 25px;
        padding: 6px 10px 6px 30px;
        background: #f2f2f2;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
        border: none;
        border-radius: 20px;
        font-size: 12px; }
  #main-navigation > ul {
    position: relative;
    max-width: 980px;
    margin: 0 auto; }
    #main-navigation > ul > li {
      float: left;
      height: 50px; }
      #main-navigation > ul > li figure {
        display: none; }
        #main-navigation > ul > li figure svg {
          float: left;
          margin: 12px 12px 0 0;
          width: 16px;
          height: 16px; }
      #main-navigation > ul > li > a, #main-navigation > ul > li > span {
        float: left;
        padding: 0 14px;
        height: 50px;
        line-height: 50px;
        color: #333;
        font-weight: 700;
        text-decoration: none;
        transition: background-color 0.1s linear, box-shadow 0.1 linear, color 0.1 linear;
        -moz-transition: background-color 0.1s linear, box-shadow 0.1 linear, color 0.1 linear;
        -webkit-transition: background-color 0.1s linear, box-shadow 0.1 linear, color 0.1 linear;
        -o-transition: background-color 0.1s linear, box-shadow 0.1 linear, color 0.1 linear; }
      #main-navigation > ul > li > div {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2); }
        #main-navigation > ul > li > div .heading {
          display: block;
          margin: 0 0 20px;
          text-transform: uppercase;
          text-align: center;
          color: #333; }
        #main-navigation > ul > li > div .standard li {
          float: left;
          width: 25%;
          border-left: 1px solid #d9d9d9;
          text-align: center; }
          #main-navigation > ul > li > div .standard li:first-child {
            border-left: none; }
          #main-navigation > ul > li > div .standard li svg {
            margin: 0 auto 20px; }
          #main-navigation > ul > li > div .standard li strong a {
            position: relative;
            z-index: 2;
            padding: 65px 40px;
            color: #F56332; }
          #main-navigation > ul > li > div .standard li p {
            font-size: 12px;
            margin: 0 0 15px; }
          #main-navigation > ul > li > div .standard li:hover .small_button {
            background: #f4794f; }
        #main-navigation > ul > li > div.webhosting > div {
          padding: 24px 0; }
          #main-navigation > ul > li > div.webhosting > div ul li:nth-child(1) svg {
            width: 42px;
            height: 42px; }
          #main-navigation > ul > li > div.webhosting > div ul li:nth-child(2) svg {
            width: 61px;
            height: 42px; }
          #main-navigation > ul > li > div.webhosting > div ul li:nth-child(3) svg {
            width: 41px;
            height: 42px; }
          #main-navigation > ul > li > div.webhosting > div ul li:nth-child(4) svg {
            width: 41px;
            height: 42px; }
        #main-navigation > ul > li > div.wordpress-services > div:nth-child(1), #main-navigation > ul > li > div.joomla-services > div:nth-child(1) {
          float: right;
          width: 72%;
          padding: 24px 0 0;
          box-shadow: inset 1px 0 0 #d9d9d9; }
          #main-navigation > ul > li > div.wordpress-services > div:nth-child(1) .standard, #main-navigation > ul > li > div.joomla-services > div:nth-child(1) .standard {
            margin: 0 0 24px; }
            #main-navigation > ul > li > div.wordpress-services > div:nth-child(1) .standard li, #main-navigation > ul > li > div.joomla-services > div:nth-child(1) .standard li {
              width: 33.33%; }
              #main-navigation > ul > li > div.wordpress-services > div:nth-child(1) .standard li svg, #main-navigation > ul > li > div.joomla-services > div:nth-child(1) .standard li svg {
                width: 42px;
                height: 42px; }
              #main-navigation > ul > li > div.wordpress-services > div:nth-child(1) .standard li:nth-child(1) svg:nth-child(2), #main-navigation > ul > li > div.joomla-services > div:nth-child(1) .standard li:nth-child(1) svg:nth-child(2) {
                display: none; }
          #main-navigation > ul > li > div.wordpress-services > div:nth-child(1) .linksbar, #main-navigation > ul > li > div.joomla-services > div:nth-child(1) .linksbar {
            box-shadow: inset 1px 0 0 #d9d9d9; }
        #main-navigation > ul > li > div.wordpress-services > div:nth-child(2), #main-navigation > ul > li > div.joomla-services > div:nth-child(2) {
          float: left;
          width: 28%;
          padding: 3%; }
          #main-navigation > ul > li > div.wordpress-services > div:nth-child(2) svg, #main-navigation > ul > li > div.joomla-services > div:nth-child(2) svg {
            width: 112px;
            height: 112px;
            margin: 0 auto 20px; }
        #main-navigation > ul > li > div.ourservers > div > ul > li {
          float: left;
          width: 33.33%;
          padding: 24px;
          border-left: 1px solid #d9d9d9;
          text-align: center; }
          #main-navigation > ul > li > div.ourservers > div > ul > li:nth-child(1) svg {
            width: 220px;
            height: 110px;
            margin: 0 auto 10px; }
          #main-navigation > ul > li > div.ourservers > div > ul > li:nth-child(2) svg {
            width: 231px;
            height: 90px;
            margin: 0 auto 30px;
            padding: 5px 0 0; }
          #main-navigation > ul > li > div.ourservers > div > ul > li:nth-child(3) p {
            margin: 0 0 15px;
            font-size: 36px;
            font-weight: 700;
            line-height: 30px;
            color: #9aaf6c; }
            #main-navigation > ul > li > div.ourservers > div > ul > li:nth-child(3) p svg {
              display: inline;
              width: 25px;
              height: 25px; }
          #main-navigation > ul > li > div.ourservers > div > ul > li:nth-child(3) ul {
            border-bottom: 1px solid #ddd;
            margin: 0 0 20px; }
            #main-navigation > ul > li > div.ourservers > div > ul > li:nth-child(3) ul li {
              border-top: 1px solid #ddd;
              padding: 4px 0;
              font-size: 12px;
              text-align: left; }
              #main-navigation > ul > li > div.ourservers > div > ul > li:nth-child(3) ul li span {
                float: right;
                color: #9aaf6c; }
        #main-navigation > ul > li > div.oursupport > div:nth-child(1) {
          float: left;
          width: 72%;
          padding: 24px 0;
          box-shadow: 1px 0 0 #d9d9d9; }
          #main-navigation > ul > li > div.oursupport > div:nth-child(1) .standard li {
            width: 33.33%; }
            #main-navigation > ul > li > div.oursupport > div:nth-child(1) .standard li span {
              padding: 0 10px;
              font-size: 12px; }
            #main-navigation > ul > li > div.oursupport > div:nth-child(1) .standard li svg {
              width: 42px;
              height: 42px; }
              #main-navigation > ul > li > div.oursupport > div:nth-child(1) .standard li svg path {
                fill: #444; }
        #main-navigation > ul > li > div.oursupport > div:nth-child(2) {
          float: left;
          width: 28%;
          padding: 24px;
          text-align: center; }
          #main-navigation > ul > li > div.oursupport > div:nth-child(2) p {
            margin: 0 0 15px;
            font-size: 36px;
            font-weight: 700;
            line-height: 30px;
            color: #9aaf6c; }
            #main-navigation > ul > li > div.oursupport > div:nth-child(2) p svg {
              display: inline;
              width: 25px;
              height: 25px; }
          #main-navigation > ul > li > div.oursupport > div:nth-child(2) ul {
            border-bottom: 1px solid #ddd;
            margin: 0 0 15px; }
            #main-navigation > ul > li > div.oursupport > div:nth-child(2) ul li {
              border-top: 1px solid #ddd;
              padding: 4px 0;
              font-size: 12px;
              text-align: left; }
              #main-navigation > ul > li > div.oursupport > div:nth-child(2) ul li svg {
                float: right;
                width: 16px;
                height: 16px; }
        #main-navigation > ul > li > div.aboutus > div {
          padding: 24px 0; }
          #main-navigation > ul > li > div.aboutus > div ul li svg {
            width: 42px;
            height: 42px; }
      #main-navigation > ul > li:hover > a, #main-navigation > ul > li:hover > span, #main-navigation > ul > li:hover > .current {
        background: #fff;
        color: #596c30;
        box-shadow: inset 0 3px 0 #99ae6a; }
      #main-navigation > ul > li:hover > div {
        display: block; }

.content {
  position: relative; }
  .content > section {
    padding: 0 20px; }
  .content .search-form {
    overflow: hidden;
    padding: 20px;
    background: #f6f6f6;
    border-radius: 3px;
    text-align: left; }
    .content .search-form form div {
      position: relative;
      float: left;
      width: 82%;
      height: 50px;
      padding: 0 20px 0 50px;
      background: #fff;
      border: 1px solid #dbdbdb;
      border-radius: 3px; }
      .content .search-form form div img {
        position: absolute;
        top: 16px;
        left: 16px; }
      .content .search-form form div input {
        width: 100%;
        height: 50px;
        background: none;
        border: none;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300; }
    .content .search-form form > input {
      float: left;
      width: 16%;
      margin: 0 0 0 2%;
      height: 50px;
      background: #444;
      color: #fff;
      border: none;
      border-radius: 3px;
      font: 700 18px/50px 'Source Sans Pro', sans-serif;
      text-transform: uppercase;
      text-align: center;
      cursor: pointer;
      transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -webkit-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease; }
      .content .search-form form > input:hover {
        opacity: 0.8; }
  .content.home .search-form {
    margin: 30px 0 0; }
  .content.home h1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px; }
    .content.home h1 + h2 {
      text-align: center;
      font-weight: 300;
      font-size: 18px;
      margin: 6px 0 0; }
  .content.home .top-category {
    overflow: hidden;
    border: 1px solid #dbdbdb;
    margin: 50px 0 0;
    border-radius: 3px;
    background: #f8f8f8; }
    .content.home .top-category.hosting {
      border-top: 2px solid #99ad68; }
      .content.home .top-category.hosting > div:nth-child(1) figure svg rect, .content.home .top-category.hosting > div:nth-child(1) figure svg path {
        fill: #99ad68; }
      .content.home .top-category.hosting > div:nth-child(2) > ul > li a:hover {
        border-color: #99ad68; }
    .content.home .top-category.apps {
      border-top: 2px solid #4b99d0; }
      .content.home .top-category.apps > div:nth-child(1) figure svg circle, .content.home .top-category.apps > div:nth-child(1) figure svg path {
        fill: #4b99d0; }
      .content.home .top-category.apps > div:nth-child(2) > ul > li a:hover {
        border-color: #4b99d0; }
    .content.home .top-category.others {
      border-top: 2px solid #f4c75b; }
      .content.home .top-category.others > div:nth-child(1) figure svg circle, .content.home .top-category.others > div:nth-child(1) figure svg path {
        fill: #f4c75b; }
      .content.home .top-category.others > div:nth-child(2) > ul > li a:hover {
        border-color: #f4c75b; }
    .content.home .top-category > div:nth-child(1) {
      float: left;
      width: 32%;
      padding: 20px;
      background: transparent;
      text-align: center; }
      .content.home .top-category > div:nth-child(1) figure {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
        padding: 25px 0 0;
        border: 5px solid #efefef;
        border-radius: 50%;
        background: #fff; }
        .content.home .top-category > div:nth-child(1) figure svg {
          width: 40px;
          height: 40px;
          margin: 0 auto; }
      .content.home .top-category > div:nth-child(1) h3 {
        color: #737171;
        font: 700 20px Montserrat, Arial, sans-serif;
        margin: 0 0 6px; }
      .content.home .top-category > div:nth-child(1) span {
        color: #a9abac;
        font-size: 13px; }
    .content.home .top-category > div:nth-child(2) {
      position: relative;
      float: left;
      width: 68%;
      background: #fff; }
      .content.home .top-category > div:nth-child(2):after {
        position: absolute;
        left: 0;
        bottom: -100%;
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        margin: 0 0 -1px;
        border-top: 1px solid #efeded; }
      .content.home .top-category > div:nth-child(2) > ul > li {
        border-top: 1px solid #efeded; }
        .content.home .top-category > div:nth-child(2) > ul > li:first-child {
          border: none; }
        .content.home .top-category > div:nth-child(2) > ul > li > a {
          display: block;
          padding: 12px 20px;
          color: #737171;
          font-weight: 300;
          color: #a8aaab;
          text-align: right; }
          .content.home .top-category > div:nth-child(2) > ul > li > a:hover, .content.home .top-category > div:nth-child(2) > ul > li > a.active {
            text-decoration: none;
            border-left: 4px solid;
            background: #f9f9f9; }
          .content.home .top-category > div:nth-child(2) > ul > li > a h4 {
            float: left;
            font-weight: 600;
            color: #737171; }
          .content.home .top-category > div:nth-child(2) > ul > li > a ul li {
            display: inline;
            padding: 0 0 0 20px; }
            .content.home .top-category > div:nth-child(2) > ul > li > a ul li:first-child {
              padding: 0; }
        .content.home .top-category > div:nth-child(2) > ul > li > ul.children {
          display: none;
          padding: 20px; }
          .content.home .top-category > div:nth-child(2) > ul > li > ul.children > li {
            position: relative;
            float: left;
            width: 33.33%;
            margin: 3px 0;
            padding: 0 0 0 12px; }
            .content.home .top-category > div:nth-child(2) > ul > li > ul.children > li:before {
              position: absolute;
              left: 0;
              top: 8px;
              content: "";
              width: 4px;
              height: 4px;
              border-radius: 50%;
              background: #999; }
            .content.home .top-category > div:nth-child(2) > ul > li > ul.children > li a {
              color: #696767;
              font-size: 13px; }
              .content.home .top-category > div:nth-child(2) > ul > li > ul.children > li a span {
                color: #c4c6c6; }
  .content.category > section > .fit, .content.search > section > .fit {
    padding: 35px 0; }
  .content.category .breadcrumbs, .content.search .breadcrumbs {
    font-size: 13px; }
    .content.category .breadcrumbs a, .content.search .breadcrumbs a {
      font-size: 13px;
      color: #666;
      text-decoration: underline; }
      .content.category .breadcrumbs a:hover, .content.search .breadcrumbs a:hover {
        text-decoration: none; }
    .content.category .breadcrumbs span, .content.search .breadcrumbs span {
      padding: 0 3px; }
  .content.category .search-form, .content.search .search-form {
    max-width: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff; }
    .content.category .search-form form, .content.search .search-form form {
      max-width: 980px;
      margin: 0 auto; }
  .content.category header > span, .content.search header > span {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    padding: 15px 0 0;
    border-radius: 50%; }
    .content.category header > span.hosting, .content.search header > span.hosting {
      background: #99ad68; }
    .content.category header > span.apps, .content.search header > span.apps {
      background: #4b99d0; }
    .content.category header > span.others, .content.search header > span.others {
      background: #f4c75b; }
    .content.category header > span.search, .content.search header > span.search {
      background: #d04b71; }
    .content.category header > span svg, .content.search header > span svg {
      margin: 0 auto;
      width: 40px;
      height: 30px; }
      .content.category header > span svg circle, .content.category header > span svg path, .content.category header > span svg rect, .content.search header > span svg circle, .content.search header > span svg path, .content.search header > span svg rect {
        fill: #fff; }
  .content.category header > h1, .content.search header > h1 {
    margin: 4px 0 0;
    font: 400 28px/30px Montserrat, sans-serif; }
    .content.category header > h1 span, .content.search header > h1 span {
      padding: 0 0 0 10px;
      font: 300 26px/30px 'Open Sans', sans-serif;
      color: #ccc; }
  .content.category .posts, .content.search .posts {
    border: 1px solid #dbdbdb;
    margin: 30px 0 0;
    border-radius: 3px;
    background: #fff; }
    .content.category .posts .post, .content.search .posts .post {
      border-top: 1px solid #efeded;
      padding: 15px 20px;
      text-align: right;
      transition: background 0.1s linear;
      -moz-transition: background 0.1s linear;
      -webkit-transition: background 0.1s linear;
      -o-transition: background 0.1s linear; }
      .content.category .posts .post:first-child, .content.search .posts .post:first-child {
        border: none; }
      .content.category .posts .post:nth-child(2n+1), .content.search .posts .post:nth-child(2n+1) {
        background: #fcfcfc; }
      .content.category .posts .post:hover, .content.search .posts .post:hover {
        background: #f9f9f9; }
      .content.category .posts .post h2, .content.search .posts .post h2 {
        position: relative;
        float: left;
        padding: 0 0 0 15px;
        font-weight: 600;
        font-size: 14px;
        text-align: left; }
        .content.category .posts .post h2:before, .content.search .posts .post h2:before {
          position: absolute;
          left: 0;
          top: 8px;
          content: "";
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #ccc; }
        .content.category .posts .post h2 a, .content.search .posts .post h2 a {
          color: #737171; }
      .content.category .posts .post ul li, .content.search .posts .post ul li {
        display: inline;
        padding: 0 0 0 20px;
        font-weight: 300;
        color: #a8aaab; }
        .content.category .posts .post ul li:first-child, .content.search .posts .post ul li:first-child {
          padding: 0; }
        .content.category .posts .post ul li a, .content.search .posts .post ul li a {
          font-weight: 300;
          color: #a8aaab; }
      .content.category .posts .post .excerpt, .content.search .posts .post .excerpt {
        display: none;
        text-align: left;
        margin: 20px 0 0; }
  .content.single > section > .fit {
    max-width: 800px;
    padding: 35px 0; }
  .content.single .search-form {
    max-width: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff; }
    .content.single .search-form form {
      max-width: 980px;
      margin: 0 auto; }
  .content.single .breadcrumbs {
    background: #f9f9f9;
    border: 1px solid #ededed;
    margin: 0 0 30px;
    padding: 10px 20px 12px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .content.single .breadcrumbs a {
      font-size: 13px;
      text-decoration: underline;
      color: #666; }
      .content.single .breadcrumbs a:hover {
        text-decoration: none; }
    .content.single .breadcrumbs span {
      padding: 0 3px; }
  .content.single ul {
    list-style-type: disc; }
  .content.single ol {
    list-style-type: decimal; }
  .content.single .post h1, .content.single .post h2 {
    margin: 0 0 20px;
    font: 600 30px/36px Montserrat, Helvetica, sans-serif;
    color: #333; }
    .content.single .post h1 a, .content.single .post h2 a {
      font: 600 30px/36px Montserrat, Helvetica, sans-serif;
      color: #333; }
      .content.single .post h1 a:hover, .content.single .post h2 a:hover {
        color: #666;
        text-decoration: none; }
  .content.single .post .post-content {
    font: 400 15px/26px 'Open Sans', Helvetica, sans-serif; }
    .content.single .post .post-content h1, .content.single .post .post-content h2, .content.single .post .post-content h3, .content.single .post .post-content h4, .content.single .post .post-content h5, .content.single .post .post-content h6 {
      color: #333;
      margin: 0 0 25px; }
    .content.single .post .post-content h3 {
      font-size: 18px; }
    .content.single .post .post-content h4 {
      font-size: 16px; }
    .content.single .post .post-content h5 {
      font-size: 14px; }
    .content.single .post .post-content h6 {
      font-size: 14px; }
    .content.single .post .post-content p {
      margin: 0 0 25px; }
    .content.single .post .post-content a {
      font-weight: 700;
      word-wrap: break-word; }
    .content.single .post .post-content img.alignleft {
      float: left;
      margin: 0 20px 10px 0;
      width: auto; }
    .content.single .post .post-content img.alignright {
      float: right;
      margin: 0 0 10px 20px;
      width: auto; }
    .content.single .post .post-content img.wp-smiley {
      display: inline;
      width: auto; }
    .content.single .post .post-content ul, .content.single .post .post-content ol {
      margin: 0 0 25px 20px; }
      .content.single .post .post-content ul li, .content.single .post .post-content ol li {
        list-style-type: disc; }
    .content.single .post .post-content iframe {
      width: 100%; }
    .content.single .post .post-content .wp-caption {
      width: 100% !important; }
      .content.single .post .post-content .wp-caption .wp-caption-text {
        font-size: 12px;
        text-align: right;
        margin: 3px 0 25px; }
    .content.single .post .post-content pre {
      box-shadow: 0 0 0 1px #dfdfdf; }
    .content.single .post .post-content code[class*="language-"], .content.single .post .post-content pre[class*="language-"] {
      white-space: pre-wrap; }
    .content.single .post .post-content pre[class*='language-'] > code[data-language] {
      overflow: auto; }
    .content.single .post .post-content pre[class*='language-'] > code[data-language]::before {
      content: ""; }
    .content.single .post .post-content pre[class*="language-"]:before, .content.single .post .post-content pre[class*="language-"]:after {
      box-shadow: none; }
    .content.single .post .post-content pre[class*="language-"] {
      box-shadow: 0 0 0 1px #dfdfdf;
      border-left: none; }
    .content.single .post .post-content .more-link {
      display: inline-block;
      height: 27px;
      margin: 25px 0 0;
      font-weight: 700;
      font-size: 16px;
      border-bottom: 1px solid #444;
      color: #444; }
      .content.single .post .post-content .more-link:hover {
        border: none;
        text-decoration: none; }
    .content.single .post .post-content .promo {
      border: 1px solid #BEDCEF;
      background: #DEF0F5;
      padding: 15px 20px;
      border-radius: 3px; }
      .content.single .post .post-content .promo svg {
        float: left;
        width: 36px;
        height: 36px;
        margin: 5px 15px 0 0; }
        .content.single .post .post-content .promo svg path {
          fill: #4290c5; }
      .content.single .post .post-content .promo p {
        margin: 0;
        line-height: 22px; }
  .content.single .post .post-meta {
    margin: 25px 0 0;
    padding: 12px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }
    .content.single .post .post-meta .social {
      float: left;
      list-style: none; }
      .content.single .post .post-meta .social li {
        float: left;
        border-radius: 3px;
        margin: 0 0 0 6px;
        line-height: 36px;
        transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -webkit-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear; }
        .content.single .post .post-meta .social li a, .content.single .post .post-meta .social li > div {
          display: block;
          padding: 10px;
          cursor: pointer; }
          .content.single .post .post-meta .social li a svg, .content.single .post .post-meta .social li > div svg {
            width: 16px;
            height: 16px; }
            .content.single .post .post-meta .social li a svg path, .content.single .post .post-meta .social li > div svg path {
              fill: #fff; }
        .content.single .post .post-meta .social li:hover {
          opacity: .8; }
        .content.single .post .post-meta .social li:nth-of-type(1) {
          margin: 0 10px;
          font-weight: 700; }
          .content.single .post .post-meta .social li:nth-of-type(1):hover {
            opacity: 1; }
        .content.single .post .post-meta .social li:nth-of-type(2) {
          background: #3b5a9b; }
        .content.single .post .post-meta .social li:nth-of-type(3) {
          background: #2b97f0; }
        .content.single .post .post-meta .social li:nth-of-type(4) {
          background: #db2814; }
  .content.single .post .related-articles {
    margin: 50px 0 0; }
    .content.single .post .related-articles h3 {
      font: 700 14px/16px 'Open Sans', sans-serif;
      margin: 0 0 15px;
      padding: 0 0 5px;
      border-bottom: 1px solid #E5E5E5;
      color: #222;
      text-transform: uppercase; }
    .content.single .post .related-articles ul {
      list-style: none; }
      .content.single .post .related-articles ul li {
        position: relative;
        margin: 6px 0;
        padding: 0 0 0 15px; }
        .content.single .post .related-articles ul li:before {
          position: absolute;
          left: 0;
          top: 6px;
          content: "";
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #ccc; }
        .content.single .post .related-articles ul li a {
          color: #666; }
  .content.single .post .comments {
    margin: 60px 0 0; }
    .content.single .post .comments h3, .content.single .post .comments .comment-reply-title {
      font: 700 14px/16px 'Open Sans', sans-serif;
      margin: 0 0 12px;
      padding: 0 0 5px;
      border-bottom: 1px solid #E5E5E5;
      color: #222;
      text-transform: uppercase; }
    .content.single .post .comments .comments-list {
      list-style: none; }
      .content.single .post .comments .comments-list .comment {
        margin: 30px 0 0;
        padding: 30px 0 0;
        border-top: 1px solid #eaeaea; }
        .content.single .post .comments .comments-list .comment:first-child {
          margin: 0;
          border: none; }
        .content.single .post .comments .comments-list .comment > img {
          float: left;
          margin: 0 20px 20px 0;
          border-radius: 50%; }
        .content.single .post .comments .comments-list .comment .fleft {
          margin: 12px 0 0;
          width: calc(100% - 80px); }
        .content.single .post .comments .comments-list .comment .date-n-time {
          display: block;
          margin: 0 0 5px;
          font: italic 12px Georgia, 'PT Serif', serif;
          color: #aaa; }
        .content.single .post .comments .comments-list .comment.byuser .author span {
          display: inline-block;
          font-weight: 700;
          font-size: 10px;
          text-transform: uppercase;
          color: #fff;
          background: #99ad68;
          padding: 0 6px 1px;
          border-radius: 5px; }
        .content.single .post .comments .comments-list .comment .author {
          display: block; }
          .content.single .post .comments .comments-list .comment .author strong {
            font: 700 14px/16px 'Open Sans', Arial, sans-serif;
            color: #222;
            text-transform: uppercase;
            margin: 0 8px 0 0; }
          .content.single .post .comments .comments-list .comment .author span {
            display: none; }
        .content.single .post .comments .comments-list .comment .comment-reply-link {
          float: right;
          background: #ccc;
          margin: 5px 0 0;
          padding: 4px 12px;
          font: 600 11px/16px 'Open Sans', sans-serif;
          text-transform: uppercase;
          border-radius: 5px;
          color: #fff; }
          .content.single .post .comments .comments-list .comment .comment-reply-link:hover {
            background: #ddd;
            text-decoration: none; }
        .content.single .post .comments .comments-list .comment .wp-smiley {
          display: inline;
          border: none;
          padding: 0;
          width: auto; }
        .content.single .post .comments .comments-list .comment p {
          margin: 10px 0 0; }
          .content.single .post .comments .comments-list .comment p:first-of-type {
            margin: 0; }
      .content.single .post .comments .comments-list .children {
        padding: 0 0 0 50px;
        list-style: none; }
  .content.single .post .comment-respond {
    margin: 50px 0 0; }
    .content.single .post .comment-respond .comment-form {
      font: 400 14px/16px 'Open Sans', Arial, sans-serif;
      color: #222; }
      .content.single .post .comment-respond .comment-form p {
        overflow: hidden;
        margin: 10px 0; }
        .content.single .post .comment-respond .comment-form p[class^="comment-form-"] input {
          width: 300px; }
      .content.single .post .comment-respond .comment-form label {
        display: none; }
      .content.single .post .comment-respond .comment-form .required {
        font: italic 12px/36px Georgia, 'PT Serif', serif;
        color: #ccc; }
      .content.single .post .comment-respond .comment-form input {
        float: left;
        height: 36px;
        margin: 0 8px 0 0;
        padding: 0 10px;
        border: 1px solid #ccc; }
      .content.single .post .comment-respond .comment-form textarea {
        float: left;
        width: 100%;
        height: 150px;
        padding: 10px;
        border: 1px solid #ccc; }
      .content.single .post .comment-respond .comment-form input:focus, .content.single .post .comment-respond .comment-form .post .comment-form textarea:focus {
        border: 1px solid #aaa;
        outline: none; }
      .content.single .post .comment-respond .comment-form .form-submit #submit {
        background: #f56332;
        border-radius: 5px;
        padding: 3px 25px 4px;
        border: none;
        font: 700  14px 'Source Sans Pro';
        text-transform: uppercase;
        color: #fff;
        cursor: pointer; }
        .content.single .post .comment-respond .comment-form .form-submit #submit:hover {
          background: #f4794f; }

.paging {
  margin: 30px 0 0;
  text-align: center; }
  .paging li {
    margin: 0 3px;
    display: inline-block;
    border-radius: 3px;
    color: #4b99d0;
    line-height: 28px;
    cursor: pointer; }
    .paging li.current {
      background: #4b99d0;
      color: #fff; }
      .paging li.current:hover {
        background: #4b99d0;
        color: #fff;
        cursor: default; }
      .paging li.current a {
        color: #fff; }
    .paging li.total {
      display: block;
      margin: 0 0 5px;
      color: #ccc;
      font-size: 12px;
      cursor: text; }
      .paging li.total span {
        float: none; }
      .paging li.total:hover {
        background: none; }
    .paging li:hover {
      background: #f7f7f7; }
    .paging li a {
      display: block;
      outline: none;
      text-decoration: none; }
    .paging li span {
      float: left;
      width: 28px;
      height: 28px; }
      .paging li span.next, .paging li span.last {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
      .paging li span svg {
        display: block;
        width: 12px;
        height: 12px;
        margin: 8px auto 0; }
        .paging li span svg polygon {
          fill: #ccc; }

/* Footer */
#footer {
  position: relative;
  height: 590px;
  margin: -590px 0 0;
  padding: 0 20px;
  background: #333;
  color: #666; }
  #footer > section {
    padding-bottom: 0; }
    #footer > section a {
      color: #ddd; }
      #footer > section a:hover {
        color: #fff; }
    #footer > section > ul {
      margin: 0 0 50px; }
      #footer > section > ul > li {
        float: left;
        width: 20%; }
        #footer > section > ul > li h4 {
          margin: 0 0 10px;
          color: #888;
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 0.01em; }
          #footer > section > ul > li h4 svg {
            float: left;
            margin: 2px 7px 0 0;
            width: 14px;
            height: 14px; }
            #footer > section > ul > li h4 svg path {
              fill: #55acee; }
        #footer > section > ul > li > ul > li a {
          font-size: 13px;
          line-height: 22px;
          color: #ddd; }
          #footer > section > ul > li > ul > li a:hover {
            color: #fff; }
        #footer > section > ul > li.twitter {
          width: 40%; }
          #footer > section > ul > li.twitter li {
            position: relative;
            font-size: 13px;
            max-width: 400px;
            padding: 0 20px 0 0; }
            #footer > section > ul > li.twitter li .user > div > a {
              text-decoration: none;
              color: #fff;
              overflow: hidden;
              display: block;
              margin: 0 0 10px; }
              #footer > section > ul > li.twitter li .user > div > a img {
                float: left;
                border-radius: 50%;
                width: 36px;
                height: 36px;
                margin: 4px 10px 0 0; }
              #footer > section > ul > li.twitter li .user > div > a span:first-child {
                font-weight: 700; }
              #footer > section > ul > li.twitter li .user > div > a span:last-child {
                display: block; }
              #footer > section > ul > li.twitter li .user > div > a:hover span:first-child {
                text-decoration: underline; }
            #footer > section > ul > li.twitter li .tweet {
              color: #fff;
              margin: 0;
              line-height: 22px; }
              #footer > section > ul > li.twitter li .tweet a {
                color: #7FB5DF;
                text-decoration: none; }
                #footer > section > ul > li.twitter li .tweet a:hover {
                  text-decoration: underline; }
              #footer > section > ul > li.twitter li .tweet img {
                display: inline;
                width: 16px; }
            #footer > section > ul > li.twitter li .timePosted {
              position: absolute;
              top: 0;
              right: 35px;
              font-size: 11px;
              color: #fff; }
            #footer > section > ul > li.twitter li .interact {
              display: none; }
          #footer > section > ul > li.twitter .owl-controls {
            margin-top: 10px; }
            #footer > section > ul > li.twitter .owl-controls .owl-page span {
              width: 9px;
              height: 9px;
              margin: 2px 3px; }
    #footer > section section {
      border-top: 1px solid #444;
      padding: 20px 0 0; }
      #footer > section section > div:first-of-type {
        float: left;
        width: 70%;
        font-size: 12px; }
        #footer > section section > div:first-of-type ul {
          margin: 0 0 4px; }
          #footer > section section > div:first-of-type ul li {
            float: left;
            line-height: 11px;
            padding: 0 0 0 8px;
            margin: 0 0 0 8px;
            border-left: 1px solid #444; }
            #footer > section section > div:first-of-type ul li:first-child {
              border: none;
              margin: 0;
              padding: 0; }
      #footer > section section > div:last-of-type {
        float: left;
        width: 30%; }
        #footer > section section > div:last-of-type ul {
          float: right; }
          #footer > section section > div:last-of-type ul li {
            float: left;
            margin: 0 0 0 10px; }
            #footer > section section > div:last-of-type ul li:first-child {
              margin: 0; }
            #footer > section section > div:last-of-type ul li a {
              display: block;
              padding: 6px;
              border: 2px solid #ddd;
              border-radius: 50%;
              transition: opacity 0.15s linear;
              -moz-transition: opacity 0.15s linear;
              -webkit-transition: opacity 0.15s linear;
              -o-transition: opacity 0.15s linear; }
              #footer > section section > div:last-of-type ul li a:hover {
                opacity: .8; }
              #footer > section section > div:last-of-type ul li a svg {
                width: 14px;
                height: 14px; }
                #footer > section section > div:last-of-type ul li a svg path {
                  fill: #ddd; }

/* Responsive */
@media screen and (max-width: 980px), screen and (max-device-width: 980px) {
  #container.slide-left {
    right: 230px; }

  #header {
    min-height: 65px;
    padding: 16px 20px; }
    #header.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 4000; }
      #header.fixed.slide-left {
        left: -230px; }
    #header .skip-link {
      top: 30px;
      font-size: 9px;
      margin: 0 0 0 24px; }
      #header .skip-link:active, #header .skip-link:focus {
        left: 0; }
    #header > div {
      padding: 0; }
      #header > div #logo {
        margin: 0; }
        #header > div #logo svg {
          width: 144px;
          height: 30px; }
      #header > div > div {
        margin: 0; }
      #header > div .nav-buttons .open-main-nav {
        display: block; }

  #footer.slide-left {
    right: 230px; } }
@media screen and (max-width: 980px), screen and (max-device-width: 980px) and (orientation: portrait) {
  #main-navigation {
    display: none;
    position: fixed;
    right: -250px;
    width: 250px;
    min-height: 100%;
    padding: 0;
    overflow-y: auto;
    background: #333;
    box-shadow: inset 3px 0 10px rgba(0, 0, 0, 0.3); }
    #main-navigation.slide-left {
      display: block;
      right: -20px; }
    #main-navigation > ul > li {
      float: none;
      height: auto; }
      #main-navigation > ul > li figure {
        display: block !important; }
        #main-navigation > ul > li figure svg path, #main-navigation > ul > li figure svg polygon, #main-navigation > ul > li figure svg rect {
          fill: #eaeff4; }
      #main-navigation > ul > li:hover > a, #main-navigation > ul > li:hover > span, #main-navigation > ul > li:hover > .current {
        background: #555;
        background: -moz-linear-gradient(top, #555 0%, #444 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #444));
        background: -webkit-linear-gradient(top, #555 0%, #444 100%);
        background: -o-linear-gradient(top, #555 0%, #444 100%);
        background: -ms-linear-gradient(top, #555 0%, #444 100%);
        background: linear-gradient(top, #555 0%, #444 100%);
        color: #888;
        box-shadow: none; }
      #main-navigation > ul > li:first-child {
        border: none; }
      #main-navigation > ul > li > a, #main-navigation > ul > li > span {
        float: none;
        display: block;
        height: 22px;
        line-height: 20px;
        color: #888;
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase;
        background: #555;
        background: -moz-linear-gradient(top, #555 0%, #444 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #444));
        background: -webkit-linear-gradient(top, #555 0%, #444 100%);
        background: -o-linear-gradient(top, #555 0%, #444 100%);
        background: -ms-linear-gradient(top, #555 0%, #444 100%);
        background: linear-gradient(top, #555 0%, #444 100%);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #main-navigation > ul > li:first-child:before, #main-navigation > ul > li:last-child:before {
        float: none;
        content: "Home";
        display: block;
        height: 22px;
        padding: 0 15px;
        line-height: 20px;
        color: #888;
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase;
        background: #555;
        background: -moz-linear-gradient(top, #555 0%, #444 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #444));
        background: -webkit-linear-gradient(top, #555 0%, #444 100%);
        background: -o-linear-gradient(top, #555 0%, #444 100%);
        background: -ms-linear-gradient(top, #555 0%, #444 100%);
        background: linear-gradient(top, #555 0%, #444 100%);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #main-navigation > ul > li:first-child:hover a, #main-navigation > ul > li:last-child:hover a {
        background: none;
        color: #f1f1f1; }
      #main-navigation > ul > li:first-child a, #main-navigation > ul > li:last-child a {
        overflow: hidden;
        float: none;
        width: 100%;
        height: 40px;
        line-height: 38px;
        border-left: none;
        text-align: left;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: none;
        font-size: 13px;
        text-transform: none;
        color: #f1f1f1; }
        #main-navigation > ul > li:first-child a:hover, #main-navigation > ul > li:last-child a:hover {
          background: #222; }
      #main-navigation > ul > li:last-child:before {
        content: "Affiliates"; }
      #main-navigation > ul > li > div {
        display: block;
        position: relative;
        top: 0;
        box-shadow: none;
        background: transparent;
        font-size: 13px; }
        #main-navigation > ul > li > div .standard li {
          overflow: hidden;
          float: none;
          width: 100%;
          height: 40px;
          border-left: none;
          text-align: left;
          border-top: 1px solid rgba(255, 255, 255, 0.08);
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          #main-navigation > ul > li > div .standard li:first-child {
            border-left: none; }
          #main-navigation > ul > li > div .standard li svg {
            margin: 12px 0 0 15px; }
            #main-navigation > ul > li > div .standard li svg path {
              fill: #eaeff4; }
          #main-navigation > ul > li > div .standard li strong {
            display: block;
            font-weight: 400; }
            #main-navigation > ul > li > div .standard li strong a {
              display: block;
              height: 40px;
              line-height: 38px;
              padding: 0 0 0 44px;
              color: #f1f1f1; }
              #main-navigation > ul > li > div .standard li strong a:hover {
                text-decoration: none;
                background: #222; }
          #main-navigation > ul > li > div .standard li p, #main-navigation > ul > li > div .standard li .small_button {
            display: none; }
        #main-navigation > ul > li > div svg {
          position: relative;
          float: left;
          width: 16px !important;
          height: 16px !important;
          z-index: 3; }
        #main-navigation > ul > li > div .transform {
          overflow: hidden;
          float: none;
          display: block !important;
          width: 100%;
          height: 40px;
          border-left: none;
          text-align: left;
          border-top: 1px solid rgba(255, 255, 255, 0.08);
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          color: #f1f1f1;
          background: none;
          font-size: 13px;
          text-transform: none;
          line-height: 38px;
          padding: 0 15px; }
          #main-navigation > ul > li > div .transform:hover {
            background: #222; }
          #main-navigation > ul > li > div .transform:before, #main-navigation > ul > li > div .transform:after {
            content: none; }
        #main-navigation > ul > li > div.webhosting > div {
          padding: 0; }
        #main-navigation > ul > li > div.wordpress-services > div:nth-child(1), #main-navigation > ul > li > div.joomla-services > div:nth-child(1) {
          width: 100%;
          box-shadow: none;
          padding: 0; }
          #main-navigation > ul > li > div.wordpress-services > div:nth-child(1) .standard, #main-navigation > ul > li > div.joomla-services > div:nth-child(1) .standard {
            margin: 0; }
            #main-navigation > ul > li > div.wordpress-services > div:nth-child(1) .standard li, #main-navigation > ul > li > div.joomla-services > div:nth-child(1) .standard li {
              width: 100%; }
              #main-navigation > ul > li > div.wordpress-services > div:nth-child(1) .standard li:nth-child(1) svg:nth-child(1), #main-navigation > ul > li > div.joomla-services > div:nth-child(1) .standard li:nth-child(1) svg:nth-child(1) {
                display: none; }
              #main-navigation > ul > li > div.wordpress-services > div:nth-child(1) .standard li:nth-child(1) svg:nth-child(2), #main-navigation > ul > li > div.joomla-services > div:nth-child(1) .standard li:nth-child(1) svg:nth-child(2) {
                display: block; }
          #main-navigation > ul > li > div.wordpress-services > div:nth-child(1) .linksbar, #main-navigation > ul > li > div.joomla-services > div:nth-child(1) .linksbar {
            display: none; }
        #main-navigation > ul > li > div.wordpress-services > div:nth-child(2), #main-navigation > ul > li > div.joomla-services > div:nth-child(2) {
          display: none; }
        #main-navigation > ul > li > div.ourservers > div > ul > li {
          width: 100%;
          border-left: none;
          padding: 0; }
          #main-navigation > ul > li > div.ourservers > div > ul > li * {
            display: none; }
          #main-navigation > ul > li > div.ourservers > div > ul > li figure * {
            display: block !important; }
          #main-navigation > ul > li > div.ourservers > div > ul > li figure svg {
            margin: 12px 12px 0 0 !important; }
            #main-navigation > ul > li > div.ourservers > div > ul > li figure svg path, #main-navigation > ul > li > div.ourservers > div > ul > li figure svg polygon, #main-navigation > ul > li > div.ourservers > div > ul > li figure svg rect {
              fill: #eaeff4; }
        #main-navigation > ul > li > div.oursupport > div .heading {
          color: #f1f1f1; }
        #main-navigation > ul > li > div.oursupport > div:nth-child(1) {
          display: none; }
        #main-navigation > ul > li > div.oursupport > div:nth-child(2) {
          width: 100%;
          padding: 0; }
          #main-navigation > ul > li > div.oursupport > div:nth-child(2) strong, #main-navigation > ul > li > div.oursupport > div:nth-child(2) p, #main-navigation > ul > li > div.oursupport > div:nth-child(2) ul {
            display: none; }
        #main-navigation > ul > li > div.aboutus > div {
          padding: 0; } }
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  #header .nav-buttons .open-main-nav {
    font-size: 0; }
    #header .nav-buttons .open-main-nav svg {
      margin-right: 0; }

  .content > section > .fit {
    padding-top: 40px;
    padding-bottom: 40px; }
  .content .search-form form div {
    width: 70%; }
  .content .search-form form input {
    width: 28%; }

  #footer > section > ul:nth-of-type(2) > li:first-of-type {
    display: none; }
  #footer > section > ul > li {
    width: 33.33%;
    padding: 0 1% 0 0; }
    #footer > section > ul > li:last-of-type {
      display: none; } }
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #header .nav-buttons .login > a {
    font-size: 0; }
    #header .nav-buttons .login > a svg {
      margin-right: 0; }
  #header .nav-buttons .open-main-nav {
    padding: 0 8px; }

  .content.category header > h1 span, .content.search header > h1 span {
    display: none; }
  .content.home h1 {
    font-size: 26px; }
  .content.home .top-category {
    margin: 30px 0 0; }
    .content.home .top-category > div:nth-child(1), .content.home .top-category > div:nth-child(2) {
      width: 100%; }
    .content.home .top-category > div:nth-child(1) figure {
      display: none; }
    .content.home .top-category > div:nth-child(2) > ul > li:first-child {
      border-top: 1px solid #efeded; }
  .content.category .posts .post {
    padding: 12px; }
    .content.category .posts .post ul {
      display: none; } }
@media screen and (max-width: 580px), screen and (max-device-width: 580px) {
  #header {
    padding: 16px 20px 6px 16px; }
    #header .skip-link {
      top: 10px;
      margin: 0 0 0 10px; }
      #header .skip-link:active, #header .skip-link:focus {
        left: auto; }
      #header .skip-link + .clr {
        display: block; }
    #header > div > div {
      float: none;
      margin: 16px 0 0; }
    #header .contact {
      border-top: 1px solid #363636;
      float: left;
      width: 100%;
      padding: 5px 0 0; }
      #header .contact .livechat {
        float: left;
        margin: 0; }
    #header .nav-buttons {
      position: absolute;
      top: 0;
      right: 0; }

  .content.single .post h1, .content.single .post h2 {
    font: 600 26px/32px Montserrat, Helvetica, sans-serif; }
    .content.single .post h1 a, .content.single .post h2 a {
      font: 600 26px/32px Montserrat, Helvetica, sans-serif; } }
@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .content .search-form form div, .content .search-form form input {
    width: 100%; }
  .content .search-form form > input {
    margin: 10px 0 0; }
  .content.home .top-category > div:nth-child(2) > ul > li > a {
    padding: 12px 10px; }
    .content.home .top-category > div:nth-child(2) > ul > li > a ul li:last-child {
      display: none; }
  .content.single .post .post-content .promo svg {
    display: none; }
  .content.single .post .post-meta {
    padding: 7px 0; }
    .content.single .post .post-meta .social li {
      margin: 0 4px 0 0; }
      .content.single .post .post-meta .social li:nth-of-type(1) {
        display: none; }
      .content.single .post .post-meta .social li a, .content.single .post .post-meta .social li > div {
        padding: 8px; }
        .content.single .post .post-meta .social li a svg, .content.single .post .post-meta .social li > div svg {
          width: 12px;
          height: 12px; } }
@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
  .content.single .post .comments .comments-list .children {
    padding: 0; }
  .content.single .post .comments .comments-list .comment .author strong {
    display: block; }
  .content.single .post .comments .comments-list .comment.byuser .author span {
    margin: 4px 0 0; }
  .content.single .post .comments .comments-list p {
    line-height: 25px; }

  #footer > section > ul {
    margin: 0 0 25px; }
    #footer > section > ul > li {
      width: 50%; }
      #footer > section > ul > li:nth-of-type(2) {
        display: none; }
  #footer > section > section {
    text-align: center; }
    #footer > section > section div {
      width: 100% !important; }
      #footer > section > section div:first-of-type > ul > li {
        float: none !important;
        display: inline !important; }
      #footer > section > section div:last-of-type {
        margin: 20px 0 0; }
        #footer > section > section div:last-of-type ul {
          float: none; }
          #footer > section > section div:last-of-type ul li {
            float: none;
            display: inline-block; } }

/*# sourceMappingURL=style.css.map */

 ul#subkategorii > li { color: #a8aaab; }
 ul#subkategorii > li > a {
	width:95%;
          display: inline-block;
          padding: 12px 20px;
          color: #737171;
		font-weight:600 !important;
          text-align: left !important; }