/*
Theme Name: TechRecipes
*/

/* main elements */

.current-menu-item{
  text-decoration: underline!important;
}

#footer h3 {
    color: #FFFFFF;
    font: 14px/20px 'Francois One',Arial,Helvetica,sans-serif;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.sds h1 {
    color: #01557D;
    font: 34px/40px 'Francois One',Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.heading h1 {
	font:20px/26px 'PacificoRegular', Arial, Helvetica, sans-serif;
	background:#fff;
	margin-bottom: 25px;
	padding:0 10px;
}
.st_plusone_button {
	vertical-align: 1px;
}

.snackbar{
    display: none;
}

.mobile-single-post-banner{
  display: none;
}

.footer-ad{
  display: block;
}
/* ---------------------------------------
   Responsive
   --------------------------------------- */
  .lg-hidd{
      display: none;
    }
    .lg-view{
      display: block;
    }
    #nav {
      display:block;
    }
    
    .slicknav_menu {
      display:none;
    }

@media screen and (max-width: 1100px) {
    body{
        min-width: 100%;
    }
     img{
        display: block;
        width: 100% \9;
        max-width: 100%;
        height: auto;
     }
     #header .header-set {
      width: 100%;
      float: none;
    }

    #wrapper {
      width: 96%;
      margin: 0 2%;
    }
    .wrapper-holder {
        width: 100%;
        padding: 0px 15px;
        margin: 0 -15px;
    }
    #header {
      width: 100%;
      margin: 0;
      padding: 0;
        background: url(images/bg-header-sm.jpg) no-repeat 50% 100%;
    }

    #header .header-holder {
      width: auto;
      padding: 0 0 0 0;
      position: relative;
    }

    #header .logo {
      text-indent: -9999px;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      top: 40px;
      left: 50%;
      width: 264px;
      height: 105px;
      margin-left: -132px;
    }
    #header .top-nav {
      float: left;
      width: 50%;
    }
    #header .search-form {
      width: 45%;
      margin: 0 0px 0 20px;
    }
    #nav {
      padding: 130px 0 24px 0px;
      width: auto;
      clear: both;
    }
    .columns-holder .col {
      float: left;
      display: inline;
      width: 33.33%;
      margin: 0 0 0 0;
    }
    .visual {
      width: auto;
      margin: 0 6px 8px 0px;
    }
    #content {
      float: left;
      width: 63%;
      margin-right: 5%;
    }
    #content .info-block {
      width: 100%;
    }
    #content .info-box {
      overflow-y: hidden;
    }
    #content .info-block .description .holder {
      width: auto;
    }
    .columns-holder {
      width: auto;
    }
    .info-holder .box, .info-box .box {
        width: auto;
    }

    #sidebar {
      width: 32%;
      float: right;
    }
        #sidebar .email-form {
          width: auto;
        }
    .social-networks li:first-child, .social-networks li.first-child,  .social-networks li{
        margin: 0 auto 5px;
          display: block;
          float: none;
          width: 100%;
          overflow: hidden;
          clear: both;
    }
    #sidebar .email-form .text {
      float: left;
      width: 69%;
      height: 29px;
      position: relative;
      background: #fff;
    }
    #sidebar .email-form .text input {
    padding: 7px 10px 8px;
    width: auto;
  }

    #content .about-box {
      width: auto;
    }
    .person-info {
      width: auto;
    }

    #content .share-block {
      width: auto;
      margin: 0 0 30px 0px;
      background: #cfeff9;
      position: relative;
      padding-top: 40px;
    }

    .share-block .share {
      top: 15px;
      left: 0;
    }


    #footer {
      width: 100%;
      background: #004b67;
    }
    #footer .section-holder {
     width: auto;
    }
    #footer .section-holder .footer-section {
      float: left;
      width: 20%;
      padding: 0 0px 0 0;
    }
    #continueReading {
      position: relative;
      display: block;
      width: 200px;
      padding: 5px;
      background-color: #888;
      border-radius: 5px;
      border: double 2px;
      color: white;
      font-size: 13px;
      text-align: center;
      margin: auto;
    }
}



@media screen and (max-width: 768px) {
    #header .top-nav {
      float: none;
      width: 100%;
      text-align: center;
      padding: 7px 0;
    }
    #header .search-form {
      width: 90%;
      margin: 0 auto;
      float: none;
    }
    #nav{
      /*display: none;*/
    }
    #nav {
      display:none;
    }
    
    .slicknav_menu {
      display:block!important;
      padding-top: 20px !important;
      padding-bottom: 20px !important;
      background: transparent !important;
    }
    #header {
      height: 50px;
      padding: 0;
      background: #fff;
    }
    #header .top-nav li {
      display: inline;
      padding: 0 10px 0 10px;
    }
    .lg-hidd .logo {
      top: 7px;
      width: 175px;
      height: 70px;
      left: 10px;
      margin-left: 0;
    }
    .slicknav_btn {
      text-shadow: none;
      background-color: #a7dbee;
    }
    .slicknav_menu .slicknav_menutxt {
      text-shadow: none;
    }
    .slicknav_menu .slicknav_icon-bar{
      box-shadow: none;
    }
    .slicknav_nav{
      padding-top: 1.5em!important;
    }
    #page .slicknav_nav {
      margin: 70px 0 0;
    }
    #page .slicknav_nav a {
      padding: 8px 10px;
      margin: 2px 5px;
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      text-align: center;
      background: #01557d;
    }
     .lg-hidd .logo {
      text-indent: -9999px;
      overflow: hidden;
      position: absolute;
    }
    .lg-hidd .logo a {
      background: url(images/logo-small.png) no-repeat;
      height: 100%;
      display: block;
      cursor: pointer;
    }

    #header .search-form .text {
      width: 90%;
    }
    #content {
      float: none;
      width: 100%;
    }
    #sthoverbuttons{
      display: none;
    }

    #sidebar {
      width: 100%;
      float: none;
    }
    .lg-hidd{
      display: block;
    }
    .lg-view{
      display: none;
    }
    .social-networks li:first-child, .social-networks li.first-child, .social-networks li {
      margin: 0 0 5px;
      display: block;
      float: left;
      width: 33%;
      overflow: hidden;
      clear: none; 
    }
    #footer .section-holder .footer-section {
    float: left;
    width: 33.33%;
    padding: 0 0px 20px 0;
  }

  .vdb_player > div{
    width: auto !important;
    margin: 0 auto !important;
  }

  #billboard_placeholder{
    display: none;
  }
}

@media screen and (max-width: 461px) {
  #content .info-block h1 {
    font: 21px/20px 'Francois One',Arial,Helvetica,sans-serif;
  }
  .columns-holder .col {
    float: left;
    display: inline;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .columns-holder {
    margin: 0;
  }
  .col .visual img {
    margin: 0 auto;
  }
  img.alignleft {
    float: none;
    margin: 0 auto;
  }
  

  #footer .section-holder .footer-section {
    float: left;
    width: 50%;
    padding: 0 0px 20px 0;
  }
  #footer .logo {
    float: none;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 154px;
    height: 50px;
    background: url(images/logo02.gif) no-repeat;
    margin: 2px 3px 0 0;
  }
  #footer .footer-info {
    height: 1%;
    overflow: hidden;
    padding: 0 0px 0 0;
    font-size: 10px;
    line-height: 11px;
    color: #79a6b7;
  }
}

@media (max-width: 360px){
  /*#main{
  padding-top: 70px;
  }*/

  .slicknav_menu{
    display: block!important;
  }
  .slicknav_brand{
    margin-top: -1.1em;
  }

  #content .share-block p {
    float: left;
    margin: 15px 20px;
    width: 240px;
  }
  #content .share-block {
  margin-left:0;
  }
  #content .share-block .share-btns{
    margin-right: -10em;
  }
  
  .vdb_player,
  .vdb_player.vdb_55380b2ce4b0bc7ec608cdaa51b6b137e4b024cd0d33d90c{
    display: none;
  }

  .sidebar-bottom-ad,
  #toprightcornerad{
    display: none!important;
  }

  .snackbar{
    display: block;
  }

  .mobile-single-post-banner{
    display: block;
    width:300px!important;
    height:250px!important;
  }
  .footer-ad{
    display: none;
  }

}
@media (max-width: 320px){
  .vdb_player,
  .vdb_player.vdb_55380b2ce4b0bc7ec608cdaa51b6b137e4b024cd0d33d90c{
    /*margin-left: -9em!important;*/
    width: 86%!important;
  }

  .slicknav_menu{
    display: block!important;
  }

}

.center-it{
  display: block;
  margin:0 auto;
  text-align: center;
}

.pull-right{
  float:right;
}
#sidebar .widget {
    text-align: center;
    margin-bottom: 5px;
}
#floatingAd {
    z-index: 200;
    width: 970px; 
    position: absolute; 
    top: 130px; 
    left: 50%; 
    margin-left:-450px; 
    background-color: #FFF; 
    border: solid 1px #e6dcdc;
}
body #nav li{
	margin: 0 13px;
}


body.category_vpn .adsbygoogle, body.category_web-hosting .adsbygoogle{
	display:none !important;
}
body.category_vpn .kmn-div, body.category_web-hosting .kmn-div{
	display:none !important;
}
body.category_vpn #richmedia_2, body.category_web-hosting #richmedia_2{
	display:none !important;
}
body.category_vpn #richmedia_4, body.category_web-hosting #richmedia_4{
	display:none !important;
}
body.category_vpn #richmedia_6, body.category_web-hosting #richmedia_6{
	display:none !important;
}

#main.page-contact-us .author-box{
	display:none;
}





