body.responsive #masthead .container {
	max-width: none;
}

.mobile-banner img{
display:none !important;
}

@media (min-width: 1281px) {

.mobile-banner img{
display:none !important;
}
}
@media (min-width: 320px) and (max-width: 480px) {
  
.desktop-banner{
display:none;
}
.mobile-banner img{
    display: block;
    margin: auto;
}
}

.site-content{
		margin-top:50px;
}

/* -- STORE ELEMENTS --*/
.post-pagination{
	font-size:2em;
}
.post-pagination .page-numbers{
  color: #717678;
}
  
.post-pagination .current, .post-pagination .next{
  color: #353c3e !important;
}

/* -- NAVIGATION ELEMENTS --*/
.main-navigation ul>li a {
  padding-left: 10px;
  padding-right: 10px;
}
.site-branding{
  max-width: 315px;
}
#topbar #topbar-widgets {
  padding:0;
}
#topbar p{
  font-size:.9em;
  padding-right: 2rem;
}

/* -- POST TEMPLATE -- */

.widget_siteorigin-panels-postloop .has-post-thumbnail
.entry-thumbnail{
 		float: left;
    width: 290px;
    margin-right: 30px;
		margin-top: 12px !important;
    margin-bottom: 30px;
    display: block;
}
.widget_siteorigin-panels-postloop .has-post-thumbnail 
.entry-title {
		font-size: 1.4em;
}

.site-main .entry-thumbnail{
		display:none;
}

.sow-entry-thumbnail{
		max-width:200px
}
.sow-post-navigation{
		display:none;
}
/* -- UNIQUE PAGE TEMPLATES --*/
/*-Member Directory-*/
.um-do-search{
  background: #3A86C8 !important;
  background-color: #3A86C8 !important;
}

/*-Tech-Tips-*/
.lcp_catlist a{
	font-weight: 600;
  font-size: 1.1em;
  text-decoration: none;
}
.lcp_excerpt{
	margin-top: .3em;
  margin-bottom: 2em;
}

/* -- SIDEBAR ELEMENTS -- */
.widget-title{
  line-height: 1.5rem;
}
.lcp_catlist li{
  margin-bottom: .7rem;
  line-height: 1rem;
}
.woocommerce-product-search input[type=search]{
 min-width:initial; 
}
.forum-ads img{
  width:100%;
}

/* -- CART & CHECKOUT -- */
.woocommerce.single #content div.product .single_add_to_cart_button {
    float: left;
    background: #319725;
    border: 1px solid #319725;
    width: auto;
    font-size: 1rem;
    text-align: center;
    color: #fff;
}
.woocommerce.single #content div.product .single_add_to_cart_button:hover {
    background:  #24741b;
    border: 1px solid  #24741b;
}
.woocommerce table.shop_table .button.checkout-button {
    background: #319725;
    border: 1px solid #319725;
    width: 10rem;
    font-size: 1rem;
    text-align: center;
    margin-left: 1rem;
}
.woocommerce table.shop_table .button.checkout-button:hover{
    background:  #24741b;
    border: 1px solid  #24741b;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;  
    background: #319725;
    border: 1px solid #319725;
    color: #fff;
    font-size: .9em;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
    background:  #24741b;
    border: 1px solid  #24741b;
}
.woocommerce table.shop_table .remove {
    background: #949294;
}

#wc-stripe-cc-form .form-row-last{
		 margin-top: -27px !important;
}

/* -- USER PROFILE -- */
.um-faicon-cog:before{
		content: "Click Here To Edit Your Profile" !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    Color: rgb(58,134,201);
    font-weight: 600 !important;
    font-size: 19px;
    border: 1px solid rgb(58,134,201);
    border-radius: 3px;
    padding: 6px;
    background-color: #ececec;
}