/*
Theme Name:     TW-DIVI
Description:    
Author:         Master
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/*CENTER FOOTER ELEMENTS*/
#main-footer .container {
text-align: center;
}

p#footer-info {
    text-align: center !important;
}

/*FANCY HR*/
		hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(131,131,131,0.5), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(131,131,131,0.5), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(131,131,131,0.5), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(131,131,131,0.5), rgba(0,0,0,0));
}

p a:hover {
	position:relative; top:1px;
	text-decoration: underline;
}

img a:hover {
	position:relative; top:1px;
}

h1 a:hover {
	position:relative; top:1px;
	text-decoration: underline;
}

h2 a:hover {
	position:relative; top:1px;
	text-decoration: underline;
}

.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: bold;
    font-size: 20px !important;
    color:#2ea3f2 !important;
}