/*
 Theme Name:   Twenty Thirteen Child
 Template:     twentythirteen
*/


@import url("../twentythirteen/style.css");


    body {
    font-family: 'Roboto', sans-serif;
    background-color: #575757;
    color: #fff;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Roboto', sans-serif;
        font-style: italic;
    }

    h1, h2, h4 {
        color: #0077bb;
    }

    h2 {
        margin: 15px 0 0 0;
    }

    h4 {
        margin: 10px 0 15px 0;
    }

    .site {
    background-color: #414141;
    border-left: 0;
    border-right: 0;
    }

    .site-title {
    float: right;
    color: #fff;
    text-shadow: 1px 1px #000;
} 

    .site-description {
    float: right;
    color: #fff;
    text-shadow: 1px 1px #000;
    font-weight: 500;
    }

    .navbar {
    background-color: #0077bb;
    }

    .nav-menu li a {
    color: #fff;
text-transform: uppercase;
letter-spacing: 0.01em;
    }

    .nav-menu li:hover a {
    background-color: #c95806;
   /* font-weight: bold;*/
   }

   .nav-menu .current_page_item > a {
    color: #47a7ca;
    }

    .widget {
    background-color: #0077bb;
    }

  #text-2{
    background-color: #0077bb;
    }

    .widget a {
    font-size: 16px;
    color: #fff;
    /*text-decoration: underline;*/
    }

    .widget a:hover, .widget a:focus {
    text-decoration: none;
    /*color: #c95806;*/
    }

    .site-footer .sidebar-container {
        background-color: #333333;
    }

    .entry-content a, .comment-content a {
        color: #fff;
        text-decoration: underline;
    }

     .entry-content a:hover {
        color: #c95806;
        text-decoration: none;
    }

.textbutton {
      background: #ff6b00;
      background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8228),color-stop(1,#ff6b00));
      background: -webkit-linear-gradient(top,#ff8228,#ff6b00);
      background: linear-gradient(to bottom,#ff8228,#ff6b00);
      -webkit-box-shadow: 0 2px rgba(17,26,34,0.3);
      -moz-box-shadow: 0 2px rgba(17,26,34,0.3);
      box-shadow: 0 2px rgba(17,26,34,0.3);
      color: #fff;
      -webkit-border-top-right-radius: 2px;
      padding: 10px 20px;
      border: 1px solid #b5babf;
      text-transform: uppercase;
      font-family: helvetica, sans-serif;
      font-size: 14px;
      line-height: 14px;
    }
    
    .textbutton:hover {
      background: #e05e00;
     -webkit-box-shadow: 0 0;
      -moz-box-shadow: 0 0;
      box-shadow: 0 0;
      color: #fff;
    }

.old-price {
	text-decoration: line-through;
}

@media (min-width: 768px) {

 .site-header .home-link {
    min-height: 470px;
    }
}
