
/* 
 Theme Name:     Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

@import url("../Divi/style.css"); 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
#footer-info {	text-align: center;}
.disclaimer, .disclaimer-section
{
	color: #fff;
	font-size: 12px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 15px;
	line-height: 1.5;
}

.disclaimer-paid-for
{
  font-family: "Unity","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  color: #fff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
}



a.more-link{
  display:inline-block;
  /*border-radius*/
  -webkit-border-radius:10px;
     -moz-border-radius:10px;
          border-radius:10px;
  padding:8px 16px;
  margin-top:10px;
  color:#c7524e;
  border:1px solid #c7524e;
  font-style:italic;
  font-size:14px;
}
a.more-link:hover{
  background:#943d3a;
  /*transition*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
          transition:all .3s ease;
  border:1px solid #000000;
  color:#FFFFFF;
}
.et_pb_posts a.more-link
{
  display:inline-block;
}