/*
Theme Name: Origin Child
Template: Origin
Author: Dustin Ranem
Version: 1.0
Updated: 2015-01-14 21:47:46
*/

@charset "UTF-8";

@import url('../Origin/style.css');

.et_color_scheme_gray #info-bg {
background: #c62723;
}

.et_color_scheme_gray #top-menu, .et_color_scheme_gray #top-menu a {
border-color: #c62723;
}

.wp_cart_button_wrapper input {
padding: 10px;
background-color: #c62723;
color: #ffffff;
box-shadow: none;
font-weight: bold;
font-size: 16px;
border: none;
  background: #c62723;
  transition-duration: .1s;
  transition-property: background;
  transition-timing-function: linear;
    transition-delay: 0s;
}

.wp_cart_button_wrapper input:hover {
background: #ffffff;
color: #c62723;
box-shadow: inset 0 0 3px #c62723;
}

a.smallblue {
padding: 10px;
background-color: #F69200;
color: #ffffff !important;
border-radius: 0;
box-shadow: none;
font-weight: bold;
font-size: 16px;
border: none;
  background: #F69200;
  transition-duration: .1s;
  transition-property: background;
  transition-timing-function: linear;
    transition-delay: 0s;
}

a.smallblue:hover {
background: #ffffff;
color: #F69200 !important;
box-shadow: inset 0 0 3px #F69200;
}

body.single #main a, body.page #main a {
color: #c62723;
}

body.single #main a:hover, body.page #main a:hover {
color: #303032;
text-decoration: none;
}

.image-info {
background-color: #c62723;
box-shadow: 0 0 0 1px #c62723 inset, 0 0 20px rgba(198, 39, 35, 0.9);
}

#copyright a {
color: #c62723 !important;
font-weight: 500 !important;
}

#copyright a:hover {
color: #303032;
}

@media only screen and ( max-width: 479px ) {
#sidebar { display: block !important; text-align:center; !important; padding-top: 15px;}
#logo-area { margin-bottom: 0; margin-top: -60px; padding-bottom: 5px; }
}
@media only screen and ( max-width: 1023px ) {
#sidebar { display: block !important; text-align:center; !important; padding-top: 15px;}
#logo-area { margin-bottom: 0; margin-top: -60px; padding-bottom: 5px; }
}