/*
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 img {
padding: none;
border: none;
background: none;
}


.page-title, .post .title, .page .title {
font: 300 28px/1.5em "Helvetica Neue", Helvetica, sans-serif;
color: #222222;
}
.entry, .entry p {
font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif; 
color: #222222;
}
h1 {
font: 300 28px/1.2em "Helvetica Neue", Helvetica, sans-serif;
color: #222222;
}
h3 {
font: 300 16px/1.2em "Helvetica Neue", Helvetica, sans-serif;
color: #222222;
}
#footer, #footer p {
font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
color: #ffffff;
}
#wrapper #loopedSlider.business-slider .content p {
font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
color: #222222;
}
#loopedSlider.business-slider .content h2 {
font: 300 28px/1em "Helvetica Neue", Helvetica, sans-serif;
color: #222222;
}
.widget p, .widget .textwidget {
font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
color: #ffffff;
}

#navigation {
font: 300 16px/1.2 "Helvetica Neue", Helvetica, sans-serif;
}

.woo-sc-quote p {
font-style: italic;
font-size: 20px;
color: #777;
}

#wrapper .woo-sc-button.large{
font-size: 1.2em;
}
#wrapper .woo-sc-button {
text-transform: none;
font-weight: 300;
}

#contact-page ol.forms li.buttons .submit
{
text-transform: none;
font-weight: 300;
font-size: 18px;
color: #ffffff;
}
#contact-page ol.forms label {
font-weight: 300;
font-size: 14px;
color: #222222;
}

#loopedSlider.business-slider .content {
background: rgba(246, 246, 246, 0.8);
}

#loopedSlider a.flex-prev span, #loopedSlider a.flex-next span {
display: none;
}
.nav-toggle {
font-size: 16px !important;
}

#navigation ul.nav-search .searchform .submit:before {
color: #fdfdfd;
font-size: 1.2em;
}	
.searchform .fa-search:before {
color: #fdfdfd;
}
.searchform input.s, #searchform input#s {
color: #fdfdfd;
}
.searchform, #searchform {
margin-top: 0px;
}
#navigation ul.nav-search li:hover a.search-contents {
background-color: #fdfdfd !important;
}
#navigation ul.nav-search .searchform {
background: #2f4478;
}

.woo-sc-quote.boxed {
background: #ffffff;
}
.woo-sc-quote.boxed.right {
padding: 5px;
border-radius: 2px;
}


/* 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 */

#wrapper #loopedSlider.business-slider .content {
width: 40%;
top: 3.0em;
left: 3.0em;
}

div#text-5.widget.widget_text {
margin-top: 51px;
}

.woo-sc-quote.right {
    float: right;
    width: 40%;
}
