/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.entry-content > ul:not(#toc_container) {
	border: 1px solid #ffffff;
	border-radius: 5px;
	background: #f7f8f9;
	box-shadow: 4px 4px 4px rgb(179 195 192 / 20%);
	margin-bottom: 25px;
	padding: 15px 15px 15px 15px;
	color: #000000;
}

.entry-content > ul:not(#toc_container) {    
    list-style-type: none;
}

.entry-content > ul:not(#toc_container) > li:before {    
    font-family: 'FontAwesome';
	content: '🧴';
    margin:0 5px 0 0px;
    color: #0C4767;
}

.entry-content > ul:not(#toc_container) > li {    
    margin-bottom: 5px;
}

.entry-content > ul:not(#toc_container) {    
    margin:0 0 25px 0 !important;
}



.mycontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom: 20px;
}
.myvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-in-content {
	border-radius: 10px;
}

.main-title {
	font-size: 16px;
}

.breadcrumbs-class {
    color: #999;
	font-size: 15px !important;
}

.breadcrumbs-class a {
    color: #999;
	font-size: 15px !important;
}



table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 25px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #db5461;
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table th,
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.post-term-item {
	margin-bottom: 5px;
}

#toc_container {
	margin-bottom: 1.5em !important;
}