/*
Theme Name: Divi Child
Template: Divi
Author: Child Theme Configurator
Version: 1.0.1451503799
Updated: 2015-12-30 19:29:59
*/

@charset "UTF-8";

.widgettitle {
color: #fa9e04;
}

/************** feature thumbnails alongside post titles on blog page **************/
 
.et_pb_post a img{
  max-width: 250px!important;   
  float: left;
  left: 0;
  padding-right: 14px;}
 
@media only screen and (max-width: 980px) {
.et_pb_post a img{
  float:none;
  max-width: 250px!important;}}


/*-------------- Definition List ---------------------------*/

.choose dd {
margin-bottom: 15px;
}

.entry-title {
color: #fa9e04;
}

.facts dt  {
color: #fa9e04;
}

/* ########################################### GRADIENT BG ##############################*/

.grad-bg background: linear-gradient(1deg, #350e47, #7a00b2);
.grad-bg background-size: 400% 400%;

-webkit-animation: SectionGrad 48s ease infinite;
-moz-animation: SectionGrad 48s ease infinite;
animation: SectionGrad 48s ease infinite;

@-webkit-keyframes SectionGrad {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes SectionGrad {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes SectionGrad { 
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}