/* Enter Your Custom CSS Here */
/* MY BASIC MODIFICATIONS ------------------------------------------------------------ */
a {
	font-weight: bold;
}

.entry-meta {
	visibility: hidden;
}

/* .content li {
	padding-bottom: 10px;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

/* MY TABLEPRESS ------------------------------------------------------------ */
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
	font-size: 14px;
	border: 2px solid;
	border-color: #ffffff;
}

.tablepress td,
.tablepress th {
	text-align: center;
}

.tablepress th {
	text-transform: none;
}

.tablepress .column-1 {
	text-align: left;
}

.tablepress img {
	max-width: 100px;
	text-align: center;
}

.tablepress .odd td {
	background-color: #efefef;
}

.tablepress .even td {
	background-color: #dddddd;
}

.tablepress-id-2 .column-2,
.tablepress-id-3 .column-2,
.tablepress-id-4 .column-2,
.tablepress-id-5 .column-2 {
	text-align: left;
}

/* MY VIDEO ------------------------------------------------------------ */
.video {
	margin: 40px auto 70px;
	text-align: center;
}

/* MY BUTTONS ------------------------------------------------------------ */
a.theme-button,
a.theme-button:visited,
a.black-button,
a.black-button:visited,
.generate-pro-blue a.theme-button,
.generate-pro-blue a.theme-button:visited,
.generate-pro-orange a.theme-button,
.generate-pro-orange a.theme-button:visited,
.generate-pro-green a.theme-button,
.generate-pro-green a.theme-button:visited {
	color: #ffffff;
	text-shadow: 1px 1px #1c5b7d;
	box-shadow: 0 1px 1px #999;
	line-height: 50px;
	margin: 10px 10px 10px 1px;
	padding: 10px 12px;
	text-transform: none;
}

a.theme-button,
a.theme-button:hover,
a.black-button,
a.black-button:hover,
.generate-pro-blue a.theme-button,
.generate-pro-blue a.theme-button:hover,
.generate-pro-orange a.theme-button,
.generate-pro-orange a.theme-button:hover,
.generate-pro-green a.theme-button,
.generate-pro-green a.theme-button:hover {
	color: #ffffff;
	text-decoration: none;
}

a.black-button,
a.black-button:visited {
	background-color: #434343;
	border: 1px solid #434343;
}

a.black-button:hover {
	background-color: #030303;
}

a.theme-button,
a.theme-button:visited {
	background-color: #eb232f;
	border: 1px solid #eb232f;
}

a.theme-button:hover {
	background-color: #b60408;
}

.generate-pro-blue a.theme-button,
.generate-pro-blue a.theme-button:visited {
	background-color: #0089c6;
	border: 1px solid #0089c6;
}

.generate-pro-blue a.theme-button:hover {
	background-color: #024cc5;
}

.generate-pro-orange a.theme-button,
.generate-pro-orange a.theme-button:visited {
	background-color: #e67e22;
	border: 1px solid #e67e22;
}

.generate-pro-orange a.theme-button:hover {
	background-color: #e35c0b;
}

.generate-pro-green a.theme-button,
.generate-pro-green a.theme-button:visited {
	background-color: #6fa81e;
	border: 1px solid #6fa81e;
}

.generate-pro-green a.theme-button:hover {
	background-color: #318f02;
}

/* MY PLUS-MINUS LISTS ------------------------------------------------------------ */
.listplus ul li {
	background: url(wp-content/themes/generate-pro/images/listplus.png) no-repeat 0 4px;
	list-style-type: none;
	margin: 5px 0 0 20px;
	padding: 0 0 0 25px;
	word-wrap: break-word;
}

.listplus ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

.listminus ul li {
	background: url(wp-content/themes/generate-pro/images/listminus.png) no-repeat 0 4px;
	list-style-type: none;
	margin: 5px 0 0 20px;
	padding: 0 0 0 25px;
	word-wrap: break-word;
}

.tablepress .listplus ul li {
	margin: 0 0 0 -45px;
	text-align: left;
}

.tablepress .listminus ul li {
	margin: 0 0 0 -45px;
	text-align: left;
}