/*
	Theme Name: SiteGround Blog
	Theme URI: blog.siteground.com
	Description: Official SiteGround blog.
	Author: SiteGround Design Team
	Author URI: blog.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, h2, h3, h4, h5, h6, p {
  margin: 0; }

img {
  display: block;
  border: 0;
  max-width: 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: 27px; }

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; }

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; }

.subscribe {
  position: fixed;
  bottom: -84px;
  left: 0;
  width: 100%;
  background: #f4f4f4 url(img/subscribe-form-bg.jpg) repeat-x left top;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); 
height:80px;
}
  .subscribe.hidden {
    opacity: 0;
    bottom: -100px; }
  .subscribe > div {
    position: relative;
    max-width: 660px;
    margin: 0 auto; }
    .subscribe > div .subscribe-title {
      position: absolute;
      top: 30px;
      left: -25%;
      width: 20%;
      min-width: 100px;
      text-align: right; }
      .subscribe > div .subscribe-title strong {
        display: block;
        text-transform: uppercase;
        line-height: 14px; }
      .subscribe > div .subscribe-title span {
        color: #999;
        font-size: 11px; }
    .subscribe > div .subscribe-field-group {
      float: left;
      width: 25%; }
      .subscribe > div .subscribe-field-group:nth-of-type(2) {
        margin: 0 2%; }
      .subscribe > div .subscribe-field-group:last-of-type {
        width: 20%; }
      .subscribe > div .subscribe-field-group input[type="text"], .subscribe > div .subscribe-field-group input[type="email"] {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #e5e5e5;
        padding: 0 10px;
        border-radius: 3px; }
      .subscribe > div .subscribe-field-group input[type="submit"] {
        width: 100%;
        background: #444;
        border-radius: 3px;
        height: 40px;
        border: none;
        font: 700 14px/40px 'Source Sans Pro';
        text-transform: uppercase;
        color: #fff;
        cursor: pointer;
	margin-left:15px;
 }
        .subscribe > div .subscribe-field-group input[type="submit"]:hover {
          background: #333; }
    .subscribe > div .subscribe-close {
      position: fixed;
      right: 0;
      bottom: 0;
      width: 80px;
      height: 80px;
      box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08), inset 1px 0 0 rgba(255, 255, 255, 0.7);
      transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out; }
      .subscribe > div .subscribe-close:hover {
        background: #fff; }
      .subscribe > div .subscribe-close svg {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 20px;
        height: 20px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .subscribe > div .subscribe-close svg path {
          fill: #bfbfbf; }
  .subscribe .mc4wp-form {
    margin: 0; }
    .subscribe .mc4wp-form form {
      margin: 24px 0 20px; }
      .subscribe .mc4wp-form form > a {
        display: block;
        text-decoration: none !important; }
        .subscribe .mc4wp-form form > a:last-of-type {
          margin: 10px 0 0; }
  .subscribe .mc4wp-alert {
    font-size: 12px; }
    .subscribe .mc4wp-alert.mc4wp-error {
      color: red; }
  .subscribe .mc4wp-ajax-loader {
    position: absolute;
    right: -30px;
    top: 35px; }

/* Layout */
#container {
  position: relative;
  right: 0;
  _height: 100%;
  min-height: 100%; }

.pusher {
  padding: 0 0 620px; }
  .pusher.border {
    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.extended li {
          width: 20%;
          }
          #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 {
            padding: 65px 32px;

            position: relative;
            z-index: 2;
            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; }

/* Sub Nav */
.sub-nav {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #DBDBDB;
  min-height: 60px;
  padding: 20px 0 17px; }
  .sub-nav > div {
    position: relative;
    max-width: 980px;
    margin: 0 auto; }
    .sub-nav > div .blog-home {
      float: left;
      font-weight: 700;
      color: #333;
      padding: 10px 14px; }
      .sub-nav > div .blog-home a {
        color: #333; }
        .sub-nav > div .blog-home a svg {
          float: left;
          width: 16px;
          height: 16px;
          margin: 1px 10px 0 0; }
    .sub-nav > div .categories {
      position: relative;
      float: left;
      border-right: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;
      margin: 0 3% 0 1%;
      padding: 0 10px; }
      .sub-nav > div .categories .category-title {
        position: relative;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 3px 3px 0 0;
        z-index: 20;
        background: #fff; }
        .sub-nav > div .categories .category-title.active {
          box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 -1px 0 #eee; }
        .sub-nav > div .categories .category-title > span {
          float: left;
          font-weight: 700;
          color: #333; }
        .sub-nav > div .categories .category-title svg {
          float: left;
          margin: 3px 0 0 8px;
          width: 14px;
          height: 14px; }
          .sub-nav > div .categories .category-title svg path {
            fill: #333; }
      .sub-nav > div .categories .menu-custom-categories-container {
        display: none;
        position: absolute;
        top: 38px;
        width: 250px;
        max-width: 250px;
        left: 10px;
        padding: 10px 15px 15px;
        z-index: 10;
        box-shadow: 0 0 0 1px #eee, 0 2px 5px #ddd;
        background: #fff; }
        .sub-nav > div .categories .menu-custom-categories-container li {
          position: relative;
          margin: 4px 0 0;
          background: #f9f9f9;
          transition: background 0.1s linear;
          -moz-transition: background 0.1s linear;
          -webkit-transition: background 0.1s linear;
          -o-transition: background 0.1s linear; }
          .sub-nav > div .categories .menu-custom-categories-container li:hover {
            background: #eee; }
          .sub-nav > div .categories .menu-custom-categories-container li a {
            display: block;
            padding: 10px;
            color: #666;
            padding: 10px; }
            .sub-nav > div .categories .menu-custom-categories-container li a:hover {
              text-decoration: none; }
    .sub-nav > div .search-form {
      float: left; }
      .sub-nav > div .search-form img {
        float: left;
        width: 16px;
        margin: 12px 11px 0 0; }
      .sub-nav > div .search-form input[type="text"] {
        float: left;
        height: 40px;
        border: none;
        font-size: 18px;
        font-weight: 300;
        outline: none;
        line-height: 24px; }
      .sub-nav > div .search-form input[type="submit"] {
        display: none; }
    .sub-nav > div .search-results {
      position: absolute;
      top: 12px;
      right: 0;
      color: #ccc;
      font-size: 17px;
      font-weight: 300; }

body.page .content > section .post.page {
  margin: 0;
  padding: 0;
  border: none; }

.content {
  position: relative;
  background: #fff; }
  .content > section {
    min-width: 320px;
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 20px; }
    .content > section > h1 {
      max-width: 980px;
      margin: 0 auto;
      padding: 30px 0 0;
      text-align: center;
      font-weight: 300;
      font-size: 30px;
      line-height: 40px; }
    .content > section .post {
      position: relative;
      margin: 0 0 60px;
      padding: 0 0 60px;
      border-bottom: 4px solid #f5f5f5; }
      .content > section .post.single {
        margin: 0;
        padding: 0;
        border: none; }
      .content > section .post.page .newsletters {
        overflow: hidden; }
        .content > section .post.page .newsletters div {
          float: left;
          width: 25%; }
          .content > section .post.page .newsletters div strong {
            display: block;
            margin: 0 0 10px; }
      .content > section .post aside {
        position: absolute;
        top: 8px;
        left: -25%;
        width: 20%;
        min-width: 100px;
        text-align: right;
        text-transform: uppercase; }
        .content > section .post aside * {
          display: block; }
        .content > section .post aside img {
          display: inline-block;
          margin: 0 0 6px;
          border-radius: 50%; }
        .content > section .post aside strong {
          margin: 0 0 5px;
          font: 700 14px/16px 'Open Sans', Arial, sans-serif;
          white-space: nowrap; }
          .content > section .post aside strong a {
            color: #222; }
            .content > section .post aside strong a:hover {
              color: #222;
              text-decoration: none; }
          
        .content > section .post aside em {
          font: italic 12px/16px Georgia, 'PT Serif', serif;
          color: #aaa;
          text-transform: none; }
        .content > section .post aside hr {
          width: 35px;
          height: 1px;
          background: #eee;
          border: none;
          font-size: 0;
          line-height: 0;
          margin: 25px 0 20px;
          padding: 0;
          display: inline-block; }
        .content > section .post aside time, .content > section .post aside p {
          font: 600 11px 'Open Sans', Arial, sans-serif;
          color: #999; }
        .content > section .post aside time {
          margin: 0 0 3px; }
        .content > section .post aside a {
          color: #999; }
      .content > section .post h1, .content > section .post h2 {
        margin: 0 0 20px;
        font: 600 30px/36px 'Open Sans', Helvetica, sans-serif;
        color: #333; }
        .content > section .post h1 a, .content > section .post h2 a {
          font: 600 30px/36px 'Open Sans', Helvetica, sans-serif;
          color: #333; }
          .content > section .post h1 a:hover, .content > section .post h2 a:hover {
            color: #666;
            text-decoration: none; }
      .content > section .post .post-content {
        font: 400 16px/27px 'Open Sans', Helvetica, sans-serif; }
        .content > section .post .post-content h1, .content > section .post .post-content h2, .content > section .post .post-content h3, .content > section .post .post-content h4, .content > section .post .post-content h5, .content > section .post .post-content h6 {
          color: #333;
          margin: 0 0 25px; }
        .content > section .post .post-content h3 {
          font-size: 18px; }
        .content > section .post .post-content h4 {
          font-size: 16px; }
        .content > section .post .post-content h5 {
          font-size: 14px; }
        .content > section .post .post-content h6 {
          font-size: 14px; }
        .content > section .post .post-content p {
          margin: 0 0 25px; }
        .content > section .post .post-content a {
          font-weight: 700; }
        .content > section .post .post-content img {
          width: 100%;
          height: auto; }
          .content > section .post .post-content img.alignleft {
            float: left;
            margin: 0 20px 10px 0;
            width: auto; }
          .content > section .post .post-content img.alignright {
            float: right;
            margin: 0 0 10px 20px;
            width: auto; }
          .content > section .post .post-content img.wp-smiley {
            display: inline;
            width: auto; }
        .content > section .post .post-content ul, .content > section .post .post-content ol {
          margin: 0 0 25px 20px; }
          .content > section .post .post-content ul li, .content > section .post .post-content ol li {
            list-style-type: disc; }
        .content > section .post .post-content iframe {
          width: 100%; }
        .content > section .post .post-content .wp-caption {
          width: 100% !important; }
          .content > section .post .post-content .wp-caption .wp-caption-text {
            font-size: 12px;
            text-align: right;
            margin: 3px 0 25px; }
        .content > section .post .post-content pre {
          box-shadow: 0 0 0 1px #dfdfdf; }
        .content > section .post .post-content code[class*="language-"], .content > section .post .post-content pre[class*="language-"] {
          white-space: pre-wrap; }
        .content > section .post .post-content pre[class*='language-'] > code[data-language] {
          overflow: auto; }
        .content > section .post .post-content pre[class*='language-'] > code[data-language]::before {
          content: ""; }
        .content > section .post .post-content pre[class*="language-"]:before, .content > section .post .post-content pre[class*="language-"]:after {
          box-shadow: none; }
        .content > section .post .post-content pre[class*="language-"] {
          box-shadow: 0 0 0 1px #dfdfdf;
          border-left: none; }
        .content > section .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 > section .post .post-content .more-link:hover {
            border: none;
            text-decoration: none; }
        .content > section .post .post-content #gallery-1 {
          margin: 0 0 25px; }
          .content > section .post .post-content #gallery-1 .gallery-item {
            padding: 10px;
            margin: 0; }
      .content > section .post .author-box {
        border: 1px solid #eee;
        padding: 20px;
        margin: 0 0 30px;
        background: #FCFCFC; }
        .content > section .post .author-box img {
          float: left;
          margin: 0 15px 12px 0;
          border-radius: 50%; }
        .content > section .post .author-box .name {
          margin: 5px 0 2px;
          font: 700 14px/16px 'Open Sans', Arial, sans-serif; }
          .content > section .post .author-box .name a {
            color: #444; }
        .content > section .post .author-box .job-title {
          font: italic 12px/16px Georgia, 'PT Serif', serif;
          color: #aaa; }
        .content > section .post .author-box p {
          margin: 0;
          line-height: 25px; }
      .content > section .post .post-meta {
        padding: 12px 0;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb; }
        .content > section .post .post-meta .post-categories {
          float: left; }
          .content > section .post .post-meta .post-categories li {
            position: relative;
            float: left;
            font-size: 14px;
            font-weight: 300;
            padding: 0 0 0 15px;
            margin: 0 0 0 15px;
            line-height: 36px; }
            .content > section .post .post-meta .post-categories li:after {
              position: absolute;
              top: 17px;
              left: 0;
              width: 3px;
              height: 3px;
              border-radius: 50%;
              content: "";
              background: #ccc; }
            .content > section .post .post-meta .post-categories li:first-child {
              padding: 0;
              margin: 0; }
              .content > section .post .post-meta .post-categories li:first-child:after {
                content: none; }
            .content > section .post .post-meta .post-categories li a {
              color: #a7a7a7; }
        .content > section .post .post-meta .social {
          float: right; }
          .content > section .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 > section .post .post-meta .social li a, .content > section .post .post-meta .social li > div {
              display: block;
              padding: 10px;
              cursor: pointer; }
              .content > section .post .post-meta .social li a svg, .content > section .post .post-meta .social li > div svg {
                width: 16px;
                height: 16px; }
                .content > section .post .post-meta .social li a svg path, .content > section .post .post-meta .social li > div svg path {
                  fill: #fff; }
            .content > section .post .post-meta .social li:hover {
              opacity: .8; }
            .content > section .post .post-meta .social li:nth-of-type(1) {
              margin: 0 10px;
              font-weight: 700; }
              .content > section .post .post-meta .social li:nth-of-type(1):hover {
                opacity: 1; }
            .content > section .post .post-meta .social li:nth-of-type(2) {
              background: #3b5a9b; }
            .content > section .post .post-meta .social li:nth-of-type(3) {
              background: #2b97f0; }
            .content > section .post .post-meta .social li:nth-of-type(4) {
              background: #db2814; }
      .content > section .post .comments {
        margin: 60px 0 0; }
        .content > section .post .comments h3, .content > section .post .comments .comment-reply-title {
          font: 700 14px/16px 'Open Sans', sans-serif;
          padding: 0 0 10px;
          border-bottom: 1px solid #E5E5E5;
          color: #222;
          text-transform: uppercase; }
        .content > section .post .comments .comments-list .comment {
          margin: 30px 0 0;
          padding: 30px 0 0;
          border-top: 1px solid #eaeaea; }
          .content > section .post .comments .comments-list .comment:first-child {
            margin: 0;
            border: none; }
          .content > section .post .comments .comments-list .comment > img {
            float: left;
            margin: 0 20px 20px 0;
            border-radius: 50%; }
          .content > section .post .comments .comments-list .comment .fleft {
            margin: 12px 0 0;
            width: calc(100% - 80px); }
          .content > section .post .comments .comments-list .comment .date-n-time {
            display: block;
            margin: 0 0 5px;
            font: italic 12px Georgia, 'PT Serif', serif;
            color: #aaa; }
          .content > section .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 > section .post .comments .comments-list .comment .author {
            display: block; }
            .content > section .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 > section .post .comments .comments-list .comment .author span {
              display: none; }
          .content > section .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 > section .post .comments .comments-list .comment .comment-reply-link:hover {
              background: #ddd;
              text-decoration: none; }
          .content > section .post .comments .comments-list .comment .wp-smiley {
            display: inline;
            border: none;
            padding: 0;
            width: auto; }
          .content > section .post .comments .comments-list .comment p {
            margin: 10px 0 0; }
            .content > section .post .comments .comments-list .comment p:first-of-type {
              margin: 0; }
        .content > section .post .comments .comments-list .children {
          padding: 0 0 0 50px; }
      .content > section .post .comment-respond {
        margin: 100px 0 0; }
        .content > section .post .comment-respond .comment-form {
          margin: 30px 0 0;
          font: 400 14px/16px 'Open Sans', Arial, sans-serif;
          color: #222; }
          .content > section .post .comment-respond .comment-form p {
            overflow: hidden;
            margin: 10px 0; }
            .content > section .post .comment-respond .comment-form p[class^="comment-form-"] input {
              width: 300px; }
          .content > section .post .comment-respond .comment-form label {
            display: none; }
          .content > section .post .comment-respond .comment-form .required {
            font: italic 12px/36px Georgia, 'PT Serif', serif;
            color: #ccc; }
          .content > section .post .comment-respond .comment-form input {
            float: left;
            height: 36px;
            margin: 0 8px 0 0;
            padding: 0 10px;
            border: 1px solid #ccc; }
          .content > section .post .comment-respond .comment-form textarea {
            float: left;
            width: 100%;
            height: 150px;
            padding: 10px;
            border: 1px solid #ccc; }
          .content > section .post .comment-respond .comment-form input:focus, .content > section .post .comment-respond .comment-form .post .comment-form textarea:focus {
            border: 1px solid #aaa;
            outline: none; }
          .content > section .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 > section .post .comment-respond .comment-form .form-submit #submit:hover {
              background: #f4794f; }

.paging {
  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: 1100px), screen and (max-device-width: 1100px) {
img {max-width:100%}
  .content > section {
    padding: 20px; }
    .content > section .post aside {
      position: relative;
      margin: 0 0 20px;
      top: 0;
      left: 0;
      width: 100%;
      text-align: left;
      text-transform: none; }
      .content > section .post aside strong {
        float: left;
        margin: 0;
        font-weight: 400; }
        .content > section .post aside strong span, .content > section .post aside strong a {
          display: inline; }
      .content > section .post aside img, .content > section .post aside em, .content > section .post aside hr {
        display: none; }
      .content > section .post aside time, .content > section .post aside p {
        position: relative;
        float: left;
        font: 400 14px/16px 'Open Sans', Arial, sans-serif;
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
        color: #444; }
        .content > section .post aside time:after, .content > section .post aside p:after {
          position: absolute;
          top: 8px;
          left: 0;
          width: 2px;
          height: 2px;
          border-radius: 50%;
          background: #999;
          content: ""; }
      .content > section .post aside p a {
        color: #444;
        text-decoration: underline; }
        .content > section .post aside p a:hover {
          text-decoration: none; } }
@media screen and (max-width: 980px), screen and (max-device-width: 980px) {
  .subscribe > div .subscribe-title {
    display: none; }
  .subscribe > div .subscribe-groups {
    width: 90%; }


  #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 .search {
      display: block; }
    #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) {
  .subscribe > div {
    padding: 24px 10px 20px; }
    .subscribe > div .subscribe-groups {
      width: 100%; }
    .subscribe > div .subscribe-close {
      position: absolute;
      width: 30px !important;
      height: 30px !important;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      top: -15px;
      right: 10px;
      border-radius: 50%;
      background: #fff; }
      .subscribe > div .subscribe-close svg {
        width: 14px;
        height: 14px; }

  .fit {
    padding-top: 40px;
    padding-bottom: 40px; }

  #header .nav-buttons .open-main-nav {
    font-size: 0; }
    #header .nav-buttons .open-main-nav svg {
      margin-right: 0; }

  .sub-nav {
    padding: 0; }
    .sub-nav > div .blog-home {
      width: 50%;
      padding: 0; }
      .sub-nav > div .blog-home a {
        display: block;
        padding: 15px 20px; }
    .sub-nav > div .categories {
      border-right: none;
      width: 50%;
      margin: 0;
      padding: 0; }
      .sub-nav > div .categories .category-title {
        padding: 15px 20px; }
      .sub-nav > div .categories .menu-custom-categories-container {
        left: 0;
        max-width: none;
        width: 100%; }
    .sub-nav > div .search-form {
      width: 100%;
      margin: 0;
      border-top: 1px solid #eee;
      padding: 5px 20px; }

  #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; } }
@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 > section .post {
    margin: 0 0 40px;
    padding: 0 0 20px; }
    .content > section .post h1, .content > section .post h2 {
      font: 600 26px/32px 'Open Sans', Helvetica, sans-serif; }
      .content > section .post h1 a, .content > section .post h2 a {
        font: 600 26px/32px 'Open Sans', Helvetica, sans-serif; }
    .content > section .post.page .newsletters div {
      width: 50%; } }
@media screen and (max-width: 500px), screen and (max-device-width: 500px) {
  .sub-nav > div .blog-home {
    width: 45%; }
  .sub-nav > div .categories {
    width: 55%; }
    .sub-nav > div .categories .category-title > span span {
      display: none; } }
@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .subscribe > div .subscribe-field-group {
    width: 100%;
    margin: 10px 0 0; }
    .subscribe > div .subscribe-field-group:first-of-type {
      margin: 0; }
    .subscribe > div .subscribe-field-group:nth-of-type(2) {
      margin: 10px 0 0; }
    .subscribe > div .subscribe-field-group:last-of-type {
      width: 100%; }

  .content > section .post .post-meta {
    padding: 12px 0 2px; }
    .content > section .post .post-meta .social {
      width: 100%;
      text-align: center; }
      .content > section .post .post-meta .social li {
        float: none;
        display: inline-block;
        margin: 0 2px; }
        .content > section .post .post-meta .social li:nth-of-type(1) {
          display: none; }
        .content > section .post .post-meta .social li a, .content > section .post .post-meta .social li > div {
          padding: 8px; }
          .content > section .post .post-meta .social li a svg, .content > section .post .post-meta .social li > div svg {
            width: 12px;
            height: 12px; }
    .content > section .post .post-meta .post-categories {
      width: 100%;
      text-align: center; }
      .content > section .post .post-meta .post-categories li {
        display: inline-block;
        float: none; } }
@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
  .content > section .post .comments .comments-list .children {
    padding: 0; }
  .content > section .post .comments .comments-list .comment .author strong {
    display: block; }
  .content > section .post .comments .comments-list .comment.byuser .author span {
    margin: 4px 0 0; }
  .content > section .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 */


.clicktotweet {background: #e6f4ff url(https://web-archive.nli.org.il/National_Library/oe_/https://www.siteground.com/blog/wp-content/uploads/2017/11/tweet.png) 5px 2px no-repeat; padding: 0 5px 0 35px; margin: 0 0 0 5px; }