/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   https://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

body{
	background: #efefef url('img/seamless3.png') center repeat;
}

#table_rating {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  border-collapse: collapse;
  color: #686461;
  font-size: 13px;
}
#table_rating caption {
  padding: 10px;
  color: white;
  background: #EB242E;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}
#table_rating th {
  border-bottom: 3px solid #B9B29F;
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
#table_rating td {
  padding: 5px;
 
}
#table_rating tr:nth-child(odd) {
  background: white;
}
#table_rating tr:nth-child(even) {
  background: #E8E6D1;
}
#table_rating .td_center{
	text-align: center;
}
#table_rating .name_company{
	font-weight: bold;
	font-size: 12px;
}
#table_rating .acreditation {
	font-size: 10px;
}
#table_rating .inn {
	font-size: 10px;
}
#table_rating .link_company{
	font-size: 10px;
	color: #4A7C96;
}
#table_rating .dtaegrp{
	font-size: 8px;
	color: #4A7C96;
}






.top-bar {
	background: #636363 url('img/seamless2.png') center repeat;
}

.site-header {
	/* background: #fff url('img/bg2.jpg') center top no-repeat; */
	/* background-size: cover; */
	/* background: #fff url('img/seamless3.png') center repeat; */
	
}

.main-title {
	font-size: 40px;
}

.main-navigation {
	background: #222 url('img/seamless2.png') center repeat;
}


.su-posts-teaser-loop .su-post-thumbnail img {
	border-radius:         0px!important;
	-moz-border-radius:    0px!important;
	-webkit-border-radius: 0px!important;
}

.recentcomments.cwp-li {
	margin-bottom: 20px;
}

.cwp-comment-excerpt {
	font-size: 14px;
}

.su-posts .su-post-title {
	font-weight: bold;

}

.sidebar .su-posts .su-post-title + span {
	display: block;
	clear: both;
}

.sidebar .su-posts .tag-one span {
	display: block;
	clear: both;
}

.sidebar .su-posts .su-post-title {
	clear: both;
}

.su-posts-teaser-loop .su-post-thumbnail {
	height: auto!important;
	margin-bottom: 5px;
}

.su-note-inner {
	background: #222 url('img/seamless2.png') center repeat;
}

.wp-caption {
	/* padding: 20px; */
}

.wp-caption a{
	background: #ddd;
	padding: 10px;
	display: block;
}

.wp-caption a:hover  {
	background: #eee;
}

.wp-caption .wp-caption-text {
	text-align: center;
}

.footer-widgets {
	background: #fff url('img/seamless3.png') center repeat;
}


.site-info {
	background: #222 url('img/seamless2.png') center repeat;
}




#commentform .gglcptch {
    clear: both;
}

.cwp-on-text {
    display: none;
}

.su-note-inner *:last-child {
  margin-bottom: 0!important;
}

.crfp-field label {
  top: 0!important;
}

.crfp-field .star-rating-control {
  vertical-align: middle;
}

.post-ratings {
	margin-top: 10px;
}

.official-site {
  font-size: 17px!important;
  line-height: 1.5;
  margin-top: 0;
}

.read-more {
  float: right;
}

.post-image {
	float: left;
	margin-right: 30px;
}

.post-image img {
	max-width: 180px;
	height: auto;
}

@media (max-width: 768px) {
	.post-image {
		float: none;
	}


	.post-image img {
		max-width: none;
		height: auto;
	}
}