/* 
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 */


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

.date-badge { display: none!important; }

.post, .type-page, .type-features, .search-results .features, .search-results .page, .search-results .type-product, .search-results .type-portfolio { margin-left: 0px!important; }

@media only screen and (min-width: 768px) {

body {color:#444444;}

.home .minor.flexslider .flex-direction-nav li a.flex-prev {
display: none;
}

.home .minor.flexslider .flex-direction-nav li a.flex-next {
display: none;
}

.section-title p span {
display: none;
}

.home .minor.flexslider {
position: relative;
margin: 0 0 0em;
}

#home-blog {
overflow: hidden;
margin: -38px -54px 0px 0px;
}

post-7.page.type-page.status-publish.hentry.fix.ngg-navigation {
font-size: 0.9em !important;
clear: both !important;
display: block !important;
padding-top: 15px;
padding-bottom: 2px;
text-align: center;
display:none;
}

.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
clear: both;
display: block !important;
margin-bottom: 15px;
}

.widget {
margin-bottom: 1.618em;
margin-top: 1.618em;
border-bottom: 0px solid #D9D9D9;
box-shadow: 0 1px 0 0 #FDFDFD;
-webkit-box-shadow: 0 1px 0 0 #FDFDFD;
-moz-box-shadow: 0 1px 0 0 #fdfdfd;
-o-box-shadow: 0 1px 0 0 #fdfdfd;
}

.ngg-navigation {
font-size: 0.9em !important;
clear: both !important;
display: none!important;
padding-top: 15px;
padding-bottom: 2px;
text-align: center;
}

.entry img {
max-width: 100%;
background: none;
border: none;
}

#footer{color:#444444;}


div#text-3.widget.widget_text {padding-left: 37px;padding-bottom: 58px;}

#SignupForm #button {
float: left!important;
margin-top: 12px;
margin-bottom: 52px;
width: 171px;
padding: 0px 0px;
}

input[type="text"], input.input-text, textarea, input.txt {
padding: 0.143em 1em;
color: #9E9E9E;
border-width: 0 0 1px 0;
border-bottom-color: #CDCDCD;
font-size: 1em;
line-height: 1.618em;
font-family: inherit;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div#ngg-images-2.widget.ngg_images h3 {
text-align: center;
width: 100px;
margin-left: auto;
margin-right: auto;
}

#header #main-nav li a {
padding-left: 0.5em;
padding-right: 0.5em;
}

#footer-widgets, #footer {
padding-left: 0;
padding-right: 0;
padding: 0;
}

#header-wrap header {
    text-align: right;
}

.section-title {
    text-align: left;
}

#header-right span {
    margin-top: 1px;
    display: inline-block;
        text-align: center;
}

#featured .slide {
padding: 0em;}

section#home-portfolio.minor.flexslider {display:none;}

.ngg-widget, .ngg-widget-slideshow {
overflow: hidden;
margin: 0pt;
padding: 5px 0px 0px 0pt;
text-align: left;
width: 260px;
}

#header-social {
margin: 0 0 0 0.2em;
float: right;
}

#navigation {
display: block !important;
clear: none;
float: none;
padding: 0;
}

div.paypal-donations {width: 155px;
margin-left: auto;
margin-right: auto;}

}

#trustLogo {
    float:right;
        margin-top: 19px;
    margin-left: 88px;
}

#header-right span {
        float: left;
    margin-left: 136px;
}

#main-nav {
        margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    #logo img {
        display: block;
    margin: 0 auto;
    padding-bottom: 20px;
        float: left;
    }
    
    #trustLogo {
            float: none;
    width: 100%;
    margin: 0 auto;
    float: left;
    }
    
    #trustLogo img {
            width: 85px;
    margin: 0 auto;
    display: block;
    padding: 20px;
    float: right;
    margin-top: -174px;
    }
    
    #header-right span {
            margin-top: -150px;
    width: 100%;
    text-align: center;
        margin-left: 0px;
    }
    
    #header #header-social {
        float:right;
        padding-right: 19px;
    }
    
}

@media only screen and (max-width: 550px) {
    #header-right span {
        width: 50%;
        margin-left: 25%;   
    }
}

@media only screen and (max-width: 375px) {
    #header-right span {
        display: none; 
    }
}

