/*
 Theme Name:   Legenda Child
 Theme URI:    http://8theme.com/
 Description:  Legenda Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     legenda
 Version:      1.0
 Text Domain:  legenda-child
*/


.header-type-3 .logo-with-menu img, .header-type-4 .logo-with-menu img {
	    max-width: 280px!important;
        width: 280px!important;
}

.show-quickly {width: 54px; font-size: 8.5px !important;}

.myphone {padding-left: 0px; color: #414142; font-weight: bold; font-size: 15px;}
.myphone-2 {color: #d12d28; font-weight: bold;}


.table_1 {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  table-layout: fixed;
}

.table_1 caption {
  margin: 8px 0px;
  color: #009a47;
  text-align: left;
  text-transform: uppercase;
}

.table_1 tr:nth-child(2n+1) td {
  background: #fafafa;
}

.table_1 th {
  background: #e1e1e1;
  padding: 8px 10px;
  color: #000;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}

.table_1 td {
  padding: 12px 10px;
  vertical-align: top;
  text-align: center;
}

.table_1 td:nth-of-type(1) {
  text-align: left;
}

.table_1 th:nth-of-type(1) {
  text-align: left;
  width: 210px;	
}

@media only screen and (max-width: 640px) {
    .table_1 {
        display: none !important;
    }
}

