/*
Theme Name: Buzz Club Child
Theme URI: http://cmsmasters.net/buzz-club-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Buzz Club Child Theme
Template: buzz-club
Version: 1.0.0
License:
License URI:
Text Domain: buzz-club-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.header_mid .header_mid_inner {
  padding-left: 0;
}

.header_mid .logo_wrap .logo img {
  left: 0;
}

@media (min-width: 1240px) {
  .header_mid .header_mid_inner .logo_wrap {
    left: 20px !important;
    width: 450px !important;
  }

  .header_mid_inner {
    padding-right: 0;
  }

  .header_bot_inner {
    padding-left: 0;
  }
  
  .content_wrap.r_sidebar #primary {
    width: calc(50% + 200px);
  }
  
  .content_wrap.r_sidebar #primary .primary_inner {
    margin-right: 0;
  }
  
  .content_wrap.r_sidebar .sidebar {
    width: calc(50% - 200px);
    padding-right: calc(50% - 700px);
  }
}

@media (min-width: 1240px) and (max-width: 1300px) {
  .header_mid .header_mid_inner .logo_wrap {
    width: 340px !important;
  }

  .header_mid .logo_wrap .logo img {
    left: -56px !important;
    height: 70px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1112px) {
  .header_mid .header_mid_inner .logo_wrap {
    width: 240px !important;
  }
}

@media (min-width: 420px) and (max-width: 1024px) {
  .header_mid .logo_wrap .logo img {
    margin-top: -6px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}