/*
Theme Name:     Customizr Child
Description:    Child theme for Customizr
Author:         YounGenTech
Template:       customizr

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../customizr/style.css");

/*body {
    background-image: url("http://youngentech.com/wp-content/uploads/2015/08/YounGen-Tech-Plain-Background-Bright-2.png");
    background-attachment: fixed;
}*/

/*body, #main-wrapper, header.tc-header, footer#footer .colophon {
    background-color: #343434;
}

header.tc-header {
    background-color: #343434;
    border:         5px 5px solid #5a5a5a;
    border-top:     5px solid #343434;
    border-bottom:  5px solid #5a5a5a;   
}*/

a.button {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 31px;
    padding-right: 10px;
    color: #183f4c;
    text-decoration: none;
}

a.button:hover {
    color: #fff;
    background-position: bottom right;
    text-decoration: none;
}

a.button span {
    display: block;
    line-height: 14px;
    padding: 8px 0 9px 10px;
}

a.button:hover span {
    color: #fff;
    background-position: bottom left;
}

.navbar-padded {
padding: 10px;
margin: 10px;
}

.tc-header {
	box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.31);
}

article.page .format-icon::before {
	content: "";
}

.icon-discord:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url("http://youngentech.com/wp-content/uploads/2017/01/Discord.png") no-repeat;
	background-size: 18px 18px;
}

.social-block.width_social .icon-discord:before {
	width: 14px;
	height: 14px;
	background-size 14px 14px;
}

#footer.footer .colophon .icon-discord:before {
	width: 16px;
	height: 16px;
	background-size 16px 16px;
}