/* 
CUSTOM STYLESHEET FOR BODYWISEBODYWORKS.COM, CREATED BY REALBASICS.COM for BODYWISE BODYWORKS.

The file custom.css is generated from custom.less using a LESS pre-compiler.
As a result, changes made directly to custom.css may be automatically overwritten!

Contact davidi@realbasics.com if you're not sure how to use or change this file.

---------------------

Instructions:

Add your custom styles at the end of this file instead of style.css so it is easier to update the theme.

*/
/**
 * Functions
 */
/* LESS variables and mixins */
/* Begin main custom styles */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  font-family: "Open Sans", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#inner-wrapper {
  text-align: center;
}
#content {
  display: inline-block;
  text-align: left;
}
#header {
  background-color: #e5c43f;
  padding: 1em 0 1em;
  height: 80px;
}
#header .header-widget {
  width: 18%;
  float:left;
  text-align: left;
  padding-left: 2em;
  margin-top: -3%;
}
#logo {
  float: none;
  margin: 0 auto;
  width: 250px;
  width: 40%;
}
#logo img {
  width: 110px;
  height: 80px;

}
.content-featured-banner {
  padding-bottom: 3em;
}
#footer-widgets {
  text-align: center;
}
.black-studio-tinymce-4 > p {
  width: 100%;
  text-align: center;
}
.woo_subscribe-2 {
  text-align: center;
}
.woo_subscribe-2 #aside {
  display: inline-block;
}
#footer,
#footer-widgets,
#footer-widgets.col-1 .block {
  border: none;
  border-top: none;
  width: 100%;
  margin: 0 auto;
  float: none;
  color: #FFFFFF;
  background-color: #2e251e;
}
#footer .widget,
#footer-widgets .widget,
#footer-widgets.col-1 .block .widget {
  text-align: left;
}
#footer .widget h3,
#footer-widgets .widget h3,
#footer-widgets.col-1 .block .widget h3 {
  border: none;
  color: #FFFFFF;
}
.page-title,
.post .title,
.page .title {
  color: #e5c33f;
  font-size: 2em;
  font-family: "Open Sans", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.entry img {
  border: none;
  padding: 0 0 0 0;
}
.entry .lcp_catlist {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  font-weight: bold;
}
.entry .lcp_catlist li {
  list-style-type: none;
}
.entry .lcp_catlist .catlist-date {
  font-style: italic;
  font-size: smaller;
}
input,
textarea {
  border-color: #999;
  border-width: 1px;
}
.home .page .title {
  display: none;
}
.home .home-image-wrapper {
  text-align: center;
}
.home .home-image-wrapper p {
  margin-bottom: 1px;
}
.home .home-image-wrapper img {
  display: inline-block;
}
.page-id-45 iframe {
  margin-top: 20px;
  margin-bottom: 30px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;
  width: 100%;
  height: 490px;
  width: 800px;
  min-width: 525px;
}
.page-id-47 h3 {
  clear: left;
}
/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
  /* Desktop styles go below this line */
  body {
    background-color: #2e251e;
  }
  #inner-wrapper {
    background-color: #FFF;
  }
  #navigation {
    position: relative;
    margin: 2em 0 2em 0;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #FFF;
  }
  #navigation a {
    color: #000;
  }
  #navigation #main-nav {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
  }
  #navigation .nav li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
  }
  #navigation .nav li.hover,
  #navigation .nav li.hover {
    position: relative;
  }
  #navigation .nav li ul li {
    left: 0;
  }
  #navigation ul.nav > li a:hover {
    background-color: #FFF;
    color: #bd5927;
  }
  #navigation ul.nav li.current_page_item a {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #2d251d;
    color: #e6c43f;
  }
}