/*
Theme Name: Dennis Rodman Divi Child Theme
Theme URI: http://dennisrodman.wpengine.com
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Jon Ellis
Author URI: http://www.jonellisdesign.com
Template: Divi
*/
p {
    font-size: 16px;
    line-height: 1.6em;
}

.first-letter-line p::first-letter {
    font-size: 200%;
}

.first-letter-line p::first-line {
    font-size: 20px;
    font-weight: bold;
}

div.mfp-title {
    display: none;
}

.woocommerce div.product div.images img {
    width: 60%;
}
/*
#top-menu li {
    padding-right: 3px;
}

li#menu-item-736.play-menu.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-736 a,
li#menu-item-737.play-menu.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-737 a,
li#menu-item-738.play-menu.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-738 a {
    background: #202020;
    padding: 30px;
    color: #ea0000;
    text-transform: uppercase;
}

li#menu-item-736.play-menu.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-736 a:hover,
li#menu-item-737.play-menu.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-737 a:hover,
li#menu-item-738.play-menu.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-738 a:hover {
    background: #ea0000;
    padding: 30px;
    color: #ffffff;
    text-transform: uppercase;
}
*/
/*div#et-secondary-menu {
    float: none;
    text-align: center;
}

div#top-header div.container.clearfix {
    padding-top: 0px;
}

ul#et-secondary-nav.menu li a {
    padding-top: 10px;
}

li.play.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-725 a {
    padding-left: 5px;
    padding-right: 5px;
}*/
/*
li.play.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-725 {
    animation: colorchange 2s; 
    -webkit-animation: colorchange 2s;
    animation-iteration-count: 100;
}

@keyframes colorchange
    {
    from {background-color: red;}
    to {background-color: green;}
}

@-webkit-keyframes colorchange
    {
    from {background-color: red;}
    to {background-color: green;}
}
*/

ul#footer-nav li {
    display: inline;
    border-right: 1px solid #fff;
}

ul#footer-nav li:last-of-type {
    border-right: none;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
    padding-right: 14px;
    padding-left: 14px;
}
/*
label.label-contest-info {
	background-image: url("http://dennisrodman.staging.wpengine.com/wp-content/uploads/2017/06/dennis-rodman-open-contests.jpg");
	background-repeat: no-repeat;
}*/