/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.site{
margin: 0 auto;
//max-width:100%;
}
.entry-meta{
margin: 0 0 0 0 !important;
}
.site-header{
background-color: #E74C3C;
//max-width:100%;
}
.site:before{
background-color: #fbfbfb;
}
#secondary{
background-color: #fbfbfb;
}
.search-toggle{
background-color:#E74C3C;
}
.menu-toggle{
background-color:#E74C3C;
}
.widget-area .widget input, .widget-area .widget textarea{
border-color:#dfdfdf;
background-color:#ffffff;
color:#333333
}
.widget-area .widget input:focus, .widget-area .widget textarea:focus {
    border-color: #E74C3C !important;
    outline: none;
}

.site-description{
    font-size: 30px;
}
.widget-title{
border-bottom: 1px solid #E74C3C;
}
.widget-title, .widget-title a{
color: #000;
}
.textwidget{
color: #000;
}
.site-description{
color: #000;
}
.widget a{
color:#000;
font-size: 16px;
}

::selection {
	background: #0085ba;
	color: #fff;
	text-shadow: none;
}

.footer-sidebar .widget .widget-title, .primary-sidebar .widget .widget-title {
    font-size: 20px;
	font-weight:400;
}
.site-footer{
    background-color: #eeeeee;
}
.site-title a{
font-size: 25px;
font-weight: 200;
}
.primary-navigation{
	font-size: 15px;
}
.current-cat>a{
color:#E74C3C;
}
.site-navigation a{
color:#333333;
}
.nav-menu .menu-item a{
color:#fff;
font-weight:200;
}
.nav-menu .menu-item a:hover {
background-color: #666666;
}
.content-area{
padding-top:30px;
}
.content-sidebar .widget .widget-title{
border-top:0px solid #333 !important;
}
#masthead{
    position: fixed;
    z-index: 999;
    top:0;
}

@media screen and (max-width: 400px) {
	.list-view .content-area {
		padding: 50px 10px;
	}
}

#themegrill_social_icons-2{
padding-top:35px;
}

.product-title{
    font-size: 20px;
    font-weight: 300;
}

.card {
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 0px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    line-height: 1.5;
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
    filter: progid:DXImageTransform.Microsoft.Shadow(color = #979797, direction = 135, strength = 3);
}
.card hover{
   -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
    filter: progid:DXImageTransform.Microsoft.Shadow(color = #979797, direction = 135, strength = 3);
}


.mc_signup_submit{
	padding: 20px 0px 0px 0px;
}

.comment-form-url {display:none;}