/* 4. GENERAL LAYOUT RELATED TWEAKS */
/* (in Layout.css)                  */

@media only screen and (min-width: 768px) {
.three-col-middle-980 #main-sidebar-container { width: 82%; }
.three-col-middle-980 #main-sidebar-container #main { width: 64%; }
.three-col-middle-980 #main-sidebar-container #sidebar { width: 33%; }
.three-col-middle-980 #sidebar-alt { width: 15%; }
}

/* Widget for Woo-subsribe*/

.widget #connect {
    width: 91%;
    margin: 0 0 1.5em;
    padding: 10px;
    border: 1px solid #DBDBDB;
    clear: both;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

/* 6.6 Subscribe & Connect */
#connect {
  background: #000000;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-weight: normal;
}

/* Widget for plugin WP-members */

#wp-members {
    width: 90%;
    padding: 10px;
    border: 1px solid #DBDBDB;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}


/* Widget for plugin Newsletter */

#newsletterwidget-2 {
    width: 90%;
    padding: 10px;
    border: 1px solid #DBDBDB;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}