/*
Theme Name: Rondea 2.0
Author: Rondea
Description: Your description goes here
Version: 1.0
Template: wp-bootstrap-starter

This is the child theme for WP Bootstrap Starter theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


ul {
    list-style-type: none;
}





/* hide sorting on follower/following */
.page-template-default #buddypress div.item-list-tabs#subnav {
   display: none;
}

/* hide sorting on follower/following */

#buddypress div.pagination .pag-count {
 
    display: none;

 }



#topbar
{
    box-sizing: border-box;
	text-align: center;
}

#karma
{
	color: red;
}

#skip-link screen-reader-text {
	color : red;
}

#title {
	color : black;
}

#startprice {
	color : red;
	font-size: 20px;
	font-weight: bold;
}




#sectiontitle{
	font-size: 1.25em ;
	font-weight: bolder;
}

#pricingtable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

#pricingtable tr:nth-child(even){background-color: #f2f2f2;}


#pricingtable {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#pricingtable td, #pricingtable th {
  border: 1px solid #ddd;
  padding: 8px;
}

#pricingtable tr:hover {background-color: #ddd;}

#pricingtablemerchant {width: 35%;}
#pricingtableprice {width: 35%;}
#pricingtablestock {width: 20%;}
#pricingtableprice {width: 20%;}


#bottomspacerdiv {height:200;}

form div.field_1 {
    display:none !important;
}


#buddypress .standard-form  label[for="signup_password_confirm"],
.register-section  #signup_password_confirm
{
    display:none !important;
}



.post {
 position: relative;
}
p .more-link { 
 position: absolute; 
 bottom: 90px;               /* ajust this */
 width: 100%; 
 text-align: center; 
 margin-bottom: 20px;        /* ajust this */ 
 padding: 200px 0 20px 0;    /* ajust this */ 
 background-color: transparent; /* fallback/image non-cover color */
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#FFFFFF)); /* Safari 4+, Chrome 1-9 */
 background-image: -webkit-linear-gradient(top, transparent, #FFFFFF); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
 background-image: -moz-linear-gradient(top, transparent, #FFFFFF); /* Firefox 3.6+ */
 background-image: -ms-linear-gradient(top, transparent, #FFFFFF); /* IE 10+ */
 background-image: -o-linear-gradient(top, transparent, #FFFFFF); /* Opera 11.10+ */
 background-image: linear-gradient(to bottom, transparent, white);
}






#slider-product {
width: 60%;
float: right;
}

.searchBarContainer {
border: none;
height: 2.5rem;
background-color: #fff;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
box-sizing: border-box;
width: 100%;
max-width: 100%;
display: flex; /* <===== the most iportant line in this code */
}

.searchBarContainer .searchBox {
    flex : 1; /*  <===== the most iportant line in this code */
    font-size: 14px;
    color: #000;
    border: none;

}

.btn-search {
border: none;
background-color: #fff;}

.footerdata
{
	
text-decoration: none	;
text-align: center;
color: inherit;

}

.footerlink
{

text-decoration: none	;
color: inherit;
}

.affiliatedisclosure
{
	 font-size: smaller;
	 color: grey;
	 text-align: center;
}


.container {
  display: table;
  table-layout: fixed; /*euqal column width*/
  width: 100%;
}

.section {
  display: table-cell;
 // border: 1px solid;
}

@media (max-width: 768px) { /*breakpoint*/
  .section {
    display: block;
  }

div.multi-column-taxonomy-list {
	clear:both;
}

.multi-column-taxonomy-list ul {
	float:left;
	margin-left:0;
	padding:10px 20px 0 0;
	width: 31%;
	list-style:none;
}

	.multi-column-taxonomy-list li {
		margin: 0;
	}

.multi-column-alpha-group {
	font-weight: bold;
}

ul.multi-column-3 {
	padding-right:0;
}

.multi-column-taxonomy-list a {
	display:block;
	padding:4px 0 4px 2px;
	border-bottom:1px dotted #53575f;
}

	.multi-column-taxonomy-list a:hover {
		background-color:#f0f0f0;
	}

.multi-column-taxonomy-list span.rss {
	float:right;
	margin:2px 2px 0 0;
	text-decoration:none;
}  


.cat-block
{
	background-color = #f5f5f5;
	
}

.cat-title
{
	color: grey;
	text-decoration: none; 
}
  
  
  div.toplist {
	clear:both;
}

.toplist ul {
	float:left;
	margin-left:0;
	padding:10px 20px 0 0;
	width: 50%;
	list-style:none;
}

.toplist li {
		margin: 0;
	}
  
  
.toptitle {
	font-size :20 ;
}  
  
  .topimage {
	padding: 10px 10px 10px 10px; 
} 
  
  
  
.related-posts {
  list-style-type: none;
  margin: 0;
  height: 110px;
}
 
.related-posts li {
  padding: 0; margin: 0;
  float: left;
  margin-right: 5px;
}
 
.related-post {
  position: relative;
  padding: 3px;
  background-color: white;
  border: 1px solid #ddd;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
 
.related-post:hover {
  border: 1px solid #999;
}
 
.related-title {
  position: absolute;
  bottom: 3px;
  left: 0;
  font-size: 0.7em;
  width: 96px;
  margin-left: 3px;
  opacity: 0.5;
  padding: 1px 2px;
  text-align: center;
  line-height: 1.4;
  height: 30px;
  overflow: hidden;
  background-color: black;
  font-family: helvetica, arial;
}
 
.related-title a {
  text-decoration: none;
  color: white;
}
 
.related-thumb {
  font-family: courier;
  background-color: white;
  font-size: 1.2em;
  line-height: 1.2;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
 
.related-thumb a {
  text-decoration: none;
  color: #ddd;
}






/*
#product-title {
  font-weight: bold;
  color: green;
  font-size: 50px;
}
*/


.content-toplist img {
    width: 150px;
}

.content-toplist{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1em;
	width: 70%;
}

.content{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1.5em;
}
.content img {
    width: 150px;
}
.details {
    width: calc(100% - 150px);
}
@media only screen and (max-width: 480px) {
    .content {
        flex-direction: column;
    }
    .details {
        width: 100%;
    }
}



}