/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */


.entry, .entry p {
  font-family: 'Ubuntu', arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cantarell',arial,sans-serif;
}

h5, h6 {
  color:#5b6770 !important;
}

.page header h1 {
padding-bottom:12px;
}

#features header h2 {
  font-family: 'Cantarell',arial,sans-serif;
  color:#3db5e6;
  font-size:26px;
  padding-top:15px;
}

#main .widget h2:first-of-type, .home .home .widget h2:first-of-type, .layout-full.business .widget h2:first-of-type, #main #recent-products h2:first-of-type, .home .home #recent-products h2:first-of-type, .layout-full.business #recent-products h2:first-of-type, #main #component-widget h2:first-of-type, .home .home #component-widget h2:first-of-type, .layout-full.business #component-widget h2:first-of-type {
  margin-bottom:2.0em;
}

#page-content h1 {
color: #5b6770
}


#footer-widgets .widget {
  margin-left: 5%;
}

.page-id-2265 .page header h1 { display: none; }

.post .wp-caption, .type-page .wp-caption {
  background:#FFFFFF;
  border:0 solid #FFFFFF;
  color:#5b6770;
  font-weight:bold;
  max-width:100%;
  padding:0;
  text-align:center;
}



/* 
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 here */
}



@media only screen and (max-width: 768px) {
    #footer-widgets {
        margin-left: -1.65em;
        margin-right: -1.65em;
        padding: 0 1.65em 2em;
    }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.fullwidth-widgets .widget.widget_woothemes_features, div.home .widget.widget_woothemes_features, div.business .widget.widget_woothemes_features {
    box-shadow: 50em 0 0 0 #ffffff, -50em 0 0 0 #ffffff;
}

#header { padding-top:0px; padding-bottom:5px; }

.home .flexslider li.slide .slide-content header, .home .flexslider li.slide .slide-content .entry { display: none; }



.flex-direction-nav { display: none; }

.widget h3 {padding-bottom:1px;}



.entry ul, ol { padding-left:20px; margin-left:20px; }
.entry li { padding-bottom:4px; }

div.home .widget.widget_woothemes_features {
background: #ffffff;
}

.home .homepage-area {
  margin-bottom: 4em;
}


#footer {
background: #fff;
}

#footer p {
color: #5b6770;
}

#footer-widgets {
background: #c9cfd3;
box-shadow: 50em 0 0 0 #c9cfd3, -50em 0 0 0 #c9cfd3;
padding: 0 0 2.0em;
}


#footer-widgets .widget h3 {
    color: #5b6770;
    font-size: 1.8em;
    font-weight:bold;
    text-transform: uppercase;
}

#footer-widgets .block p {
  color: #5b6770 !important;
  font-weight:normal;  !important;
font-size: 15px;
}

#footer-widgets .block a {
  color: #5b6770 !important;
  font-weight:normal;  !important;
}

#footer-widgets hr {
    height: 0px;
    margin-bottom: 3.5em;
    margin-left: 2.08333%;
    margin-right: 2.08333%;
    width: 95.8333%;
}


.post .alignleft, .type-page .alignleft {
  float:left;
  margin:6px 1.618em 1em 0;
}

.post .alignright, .type-page .alignright {
    float: right;
    margin:6px 0 1em 1.618em;
}

.footer-shop {
  margin-left: -1.618em;
  margin-right: -1.618em;
  margin-bottom: 0em;
}

.footer-shop .inner {
  padding: 4.2em 0;
  background: #3db5e6;
}

.footer-shop .inner .footer-shop-content {
  text-align: center;
  font-family: 'Cantarell',arial,sans-serif;
}

.footer-shop .inner .footer-shop-content p {
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    text-transform:uppercase;
}

.footer-shop .inner .footer-shop-content .button {
  background: none repeat scroll 0 0 #fff !important;
  border-color: #fff !important;
  color: #5b6770 !important;
  font-family: 'Cantarell',arial,sans-serif;
  font-size:16px;
  font-weight: bold;
  text-transform:uppercase;
}

.nav a {
  font-size:1.0em;
}


#navigation {
  background: #5b6770 !important;
  text-transform:uppercase; 
}

#navigation a {
  color: #fff !important;
}

#navigation ul.nav > li > a {
    padding: 1.1em 1.25em;
    background: #5b6770 !important;
}

ul.nav li.current-menu-item > a {
  background:#3db5e6;
  color:#5b6770;
} 

#navigation ul.nav > li.current_page_item > a, #navigation ul.nav li.current_page_parent > a, #navigation ul.nav li.current-cat > a, #navigation ul.nav li.current-menu-item > a, #navigation ul.nav li > a:hover {
    box-shadow: 0 0 0 0 inset;
    background: #3db5e6 !important;
}

#navigation ul.nav li > a {
  background: #5b6770 !important;
  color:#fff !important;
  box-shadow: 0 0 0 0 inset;
}

#navigation ul.nav li > a:hover {
  background: #ff6d37 !important;
  color:#fff !important;
}

#navigation ul.nav li.current_page_item > a {
  background: #3db5e6 !important;
  color:#fff !important;
}



#sidebar .widget h2:first-of-type {
    font-family: 'Cantarell',arial,sans-serif;
    color:#5b6770;
    font-size: 1.5em;
    text-transform:uppercase;
    font-weight:bold;
}

.post .entry, .type-page .entry {
    margin-bottom: 2.5em;
}

.cat-post-item { padding-bottom: 15px; list-style-type:none;}

.widget_recent_entries li { padding-bottom: 15px; font-size: 15px; list-style-type:none;}

.menu li { padding-bottom: 15px; font-size: 15px; list-style-type:none; }

.feature-title a {color: #5b6770 !important; text-transform:uppercase; font-size:25px; font-weight:bold; }

.page header h1 {text-transform:uppercase;}


.search-results .search-results #main .type-page {
  display: block;
}

#main {
  margin-bottom: 2em;
}


#main .widget_woothemes_features .feature {
  margin-bottom: 1.0em;
}

.fullwidth-widgets .widget, div.home .widget, div.business .widget {
    padding: 2.997em 0;
}


/* 
SHORTCODE CSS CHANGES
-----------------
 */


.woo-sc-box.normal {
  padding:19px 20px;
}
.woo-sc-box.large {
  font-size:1em;
  padding:19px 20px;
}



/* 
BLOG ICON COLORS
-----------------
 */


.post .post-meta .post-author a:before,
.type-page .post-meta .post-author a:before,
.post .post-meta .post-category a:before,
.type-page .post-meta .post-category a:before {
  color: #CD7538;
}

.post .post-more .comments a:before,
.type-page .post-more .comments a:before {
  color: #CD7538;
}


/* 
FORM INPUT STYLES
-----------------
 */

.gform_wrapper textarea {
  font-size:13px;
  padding:8px;
  background:#f2f2f2;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    font-size: 13px;
    padding: 8px;
    background:#f2f2f2;
}

.recaptchatable .recaptcha_image_cell {
    background-color: #F2F2F2 !important;
}

.mc-field-group {
padding-bottom: 10px;
}

div.mc-field-group input {
background:#F1EEB2;
width:85%;
}

a.button, #commentform #submit, .submit, .added_to_cart, input[type="submit"], input.button, button.button, .wrapper .woo-sc-button, .slide-content .woo-sc-button {
  background-color:#7DC6B8;
}

