/*
Theme Name: GameAddict
Theme URI: http://skywarriorthemes.com/gameaddict/
Author: Skywarrior themes
Author URI: http://www.skywarriorthemes.com/
Description: gameaddict is the ultimate gaming theme. Created using the latest HTML5 and CSS3 techniques, it allows you to create awesome review sites or portfolios for your games.
Version: 3.1
License: Skywarrior Themes. All rights reserved.
License URI: http://themeforest.net/user/Skywarrior
Tags:  one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: gameaddict
*/


/* Dropdown Button */
.dropbtn {
    background-color: #ff7700;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
/* Dropdown button on focus */
.dropbtn:focus {
    outline: none;
}

/* Dropdown button on hover */
.dropbtn:hover {
    background-color: #000;
    outline: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.alert-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999999999999;
    left: -141px;
}

/* Links inside the dropdown */
.alert-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.alert-content div:hover {background-color: #f1f1f1}
	
	/* Dropdown Button */
.dropbtn2 {
    background-color: #3b3b3b;
    color: white;
    font-size: 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
/* Dropdown button on focus */
.dropbtn2:focus {
    outline: none;
}

/* Dropdown button on hover */
.dropbtn2:hover {
	color: #b9b9b9;
    outline: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.settings-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999999999999;
    left: -213px;
}

/* Links inside the dropdown */
.settings-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.settings-content div:hover {background-color: #f1f1f1}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.wc-shortcodes-button.wc-shortcodes-button-success {
	color: #fff;
	background-color: #5cb85c;
	border: 1px solid #4cae4c;
}

.wc-shortcodes-button.wc-shortcodes-button-info {
	color: #fff;
	background-color: #5bc0de;
	border: 1px solid #46b8da;
}

.wc-shortcodes-button.wc-shortcodes-button-danger {
	color: #fff;
	background-color: #d9534f;
	border: 1px solid #d43f3a;
}

.wc-shortcodes-button {
	border: none;
	text-decoration: none;
	color: #fff;
	background-color: #428bca;
	border: 1px solid #357ebd;
	display: inline-block;
	padding: 6px 20px;
	line-height: 1.3;
	margin-right: 10px;
	margin-bottom: 20px;
}
.h1, h1, h1 span {
    color: #000 !important;
}

footer .copyright .social, .logo .social {
    padding-right: 40px;
}

footer .copyright .social a, .logo .social a {
    margin-right: 5px;
}

.pdb-list fieldset {
    float: left;
}

td, th {
    padding: 5px !important;
    border: solid !important;
    border-width: 1px !important;
    border-color: #cacaca !important;
}
#toTop {
    height: 60px !important;
    width: 60px !important;
    opacity: 1 !important;
    color: #6660 !important;
    background: url(https://www.blackdesertfoundry.com/wp-content/themes/gameaddict/img/backup.png) no-repeat center #404040 !important;
}

#main_menu > li:hover > a {
    padding: 30px 20px 26px 20px !important;
}

.rtbs>.rtbs_content {
    padding: 23px 0px 1px !important;
}

.guide-icon {
	width: 50px;
}

.widget .block_tabs .tab-content > .review-single:hover .info, .widget .review li:hover .info {
    background-image:none !important;
	background-color: #333 !important;
}