#comments {
 visibility:hidden;
  display:none;

}

#header {
  background: #B40079;
}

#section-home .entry-header span {
  background: #B40079;
  
}

#section-home a:hover .entry-header span {
  
  background:#910062;
  
}

#section-home .entry-content {
 
  min-height:180px;
  
}

#header .menu > li.menu-hover > a, #header .menu > li.current_page_item > a, #header .menu > li.current-menu-ancestor > a, #header .menu > li > a:hover {

background:#910062;
}


#header .menu > li > a:hover {
  
  background:#910062;
}

#pre-header .header-links > ul > li > a:hover {
	color: #B40079;
}

#pre-header .header-links .sub-menu a:hover {
	color: #B40079;
}

#header .menu > li > a:hover {
	color: white;
	background: #910062;
}

/* Links */
a {
	color: #B40079;  
}

/* =Pagination
----------------------------------------------------------------------------- */

.pag li.current span {
	color: #FFF;
	background: #B40079;
	border-color: #B40079;
}

table {

  max-width:80%;
     margin-left: auto;
    margin-right: auto;
margin-bottom:10px;
}

p {

  font-size: 120%;

}

a {

  font-size: 120%;

}

td {

  font-size:120%;
  
}

th {

  font-size:120%;

}

.call{
	display:block;
	border-style:solid;
	width:50%;
	height:2em;
	background:#B40079;
	color:white;
	line-height:2;
	text-align:center;
	text-decoration:none;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
    border: 2px solid;
    border-radius: 5px;
}

.call a {
 color:white; 
  
}

.call:hover {

  background:#910062;
  color:white;

}


#price_description {
 
  text-align:left;
  
}

#one {

	display:none;
}

@media only screen and (max-width: 650px){
	.call{
width:90%;
 
	}
  #one {
     display:block;
  
  }
  
}

<!--Footer widgets-->

.smw_left {
 
  text-align:center;
  
}

#intro {
display:none;
}