/*
Theme Name: D3Go!
Theme URI: http://liquidadvertising.com
Author: Liqui Advertising
Author URI: http://liquidadvertising.com
Description: A versatile and responsive theme FOR D3Go!
Version: 1.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: d3go

*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/* GENERAL */

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1170px;
	}
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#333;
	background: #ededed url('img/pattern_bg.png') repeat;
	min-height: 90vh;
	padding-bottom:0px;
}

a, a:active, a:focus, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#ccc;
}
b, strong {
    font-weight: bold;
}
h1 {
	font-weight: 500;
	letter-spacing: 2px;
}

.vcenter {
	display : table-cell;
	vertical-align : middle;
	height:300px;
	float:none;
	text-align:center;
	margin:auto;
}

.box_img {
	position:absolute;
	top:0;
	bottom:0;
	left:-25%;
	z-index:0;
	width:150%;
	margin:auto;
}

.box_img_blog {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50%;
	z-index: 0;
	width: 200%;
	margin: auto;
}

.border-img {
	border: 1px solid #ccc;
}

.overlay.grad-diag-right {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:1;
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 55%, rgba(0,0,0,0.03) 99%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(55%,rgba(0,0,0,0.8)), color-stop(99%,rgba(0,0,0,0.03)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 55%,rgba(0,0,0,0.03) 99%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 55%,rgba(0,0,0,0.03) 99%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 55%,rgba(0,0,0,0.03) 99%,rgba(0,0,0,0) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 55%,rgba(0,0,0,0.03) 99%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}

.text-blue {
	color: #2853a2 !important;
}

.page-header, h3#reply-title {
	color: #2853a2;
	margin-top:20px;
	border:none;
	text-transform: uppercase;
}

.divider_top_small {
	height:101px;
}

.divider_top_big {
	height:110px;
}

.content-wrapper  a {
	color: #2853a2;
	word-break: break-word;
}
.content-wrapper {
	background:white;
	padding:30px !important;
	line-height:1.6em;
}

.header-content-box {
	position:relative;
	overflow:hidden;
	min-height:200px;
	width: 100%;
	margin-bottom:30px;
}

.header-content-box-2 {
	position:relative;
	overflow:hidden;
	min-height:400px;
	width: 100%;
}

.header-content-wrapper {
	z-index:2;
	padding:20px;
	display:table-cell;
	vertical-align:bottom;
	float:none;
}

.header-color-layer {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(3,47,95,0.6);
}

.modal-body {
	padding:0;
}

.modal-content {
	background: #000;
}

.modal-content {
	padding-bottom: 35px;
}

.modal-header {
	border-bottom:none;
}
.modal-header .close {
	color:#ccc;
}

.sidebar-box {
	margin-bottom:30px;
	background:white;
	padding:15px;
}

.sidebar-box a {
	color: #337ab7 !important;
}
/* END GENERAL */

/*subscription panel flip*/
.subscribe-bar {
	padding:10px;
	color:#fff;
	background: url('img/homepage/subscribe_bg.jpg') no-repeat;
	background-size:cover;
	z-index:0;
	width:100%;
	padding-right:50px;
}

.subscribe-tab {
	min-height: 50px;
	width: 50px;
	position: fixed;
	right: 0;
	bottom: 101px;
	background: rgba(120,34,4,0.4);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 10;
	padding-left:8px;
	padding-top:10px;
}

.subscribe-tab span {

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: rotate(-90deg);
	transform-origin: right bottom;
	color: #fff;
	font-weight: 600;
	float: left;
	font-size:100%;
	padding-bottom:10px;
	margin:auto;
}

.subscribe-tab i {

	color: #fff;
	font-weight: 600;
	float: left;
	font-size:34px;
	padding-bottom:10px;
}

.subscribe-field {
	margin:10px 10px 10px 0;
	width:160px !important;
}

/* END SBSCRIPTION PANEL FLIP */



/* NAVIGATION */
.logo {
	margin-top:-3px;
	max-height:120px;
}

.navbar.main-navbar {
	padding: 0;
}
.navbar.main-navbar .navbar-brand {
	height: 50px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left:0px !important;
}

.logo_footer {
	margin:20px 0px;
	max-height:50px;
}

.copyright {
	margin: 40px 0px;
	color: #eeeeee;
	font-size:14px;
}

.navbar-inverse {
	background: rgba(0,0,0,0.95);
	border-top: 3px solid #fb5415;
	border-bottom:0px;
}

.navbar-footer {
	background: #000 url('img/footer_bg.jpg') no-repeat top center;
	background-size: cover;
	border-top: 0px;
}

.navbar {
	margin-bottom: 0px;
	border-radius:0px;
}

/*.navbar-form {*/
/*  padding-top:23px;*/

/*}*/
.social-box-left {
	float:left;
}

/*.input-group {*/
/*	!*margin-right:-10px;*!*/

/*	background-color: #474E58;*/
/*  	border-radius: 5px;*/
/*  	border: solid 2px #5A697D;*/
/*  	height: 30px;*/
/*  	width: 220px;*/
/*  	display: inline-block;*/
/*}*/

/*.input-group button {*/
/*	float: right;*/
/*	width: 30px;*/
/*	height: 30px;*/
/*  	cursor: pointer;*/
/*  	border: 0;*/
/*  	background-color: transparent;*/
/*}*/
.search-form .input-group {
	background-color: #474E58;
	border: solid 2px #5A697D;
	border-radius: 5px;
	width: 220px;
}
.search-form .input-group button {
	background-color: transparent;
	height: 30px;
	width: 30px;
}
#button-srch {
	padding: 0;
	color: #fff;
}
input#s, select#pref-orderby {
	/*background: #333333;
    border: 1px solid #444444;
    color:#ddd !important;*/

	background-color: transparent;
	border: 0;
	color: #DADADA;
	height: 30px;
	width: 178px;
	padding: 0 0 0 10px;
	outline: 0 !important;
}
select#pref-orderby {
	padding-left:20px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ffffff !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #cccccc !important;
}

.navbar.main-navbar .nav-link {
	padding: 37px 11px;
	color: #fff;
	font-weight:400;
	text-transform:uppercase;
	font-size:16px;
}

.navbar-brand {
	padding: 0 !important;
	margin: 0;
}

.active, .current-menu-item {
	border-bottom: 3px solid #fb5415;
}

#menu-footer > .active, #menu-footer > .current-menu-item {
	border-bottom: 0px ;
}

#menu-footer > .active > a, #menu-footer > .current-menu-item > a, #menu-footer > li > a:hover {
	color:#fb5415;
}

#menu-footer > li> a, #menu-footer > li > a {
	background:transparent;
	font-size:14px;
}
.footer-menu > li > a {
	text-transform: uppercase;
}
.social-footer a i {
	padding:38px 5px;
	color:#fff;
	font-size:30px;
}


/* END NAVIGATION */

/* BUTTON */
.btn_orange_gradient {
	border-radius: 9px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,90,17) 0%, rgb(232,45,41) 64%, rgb(209,0,64) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,90,17) 0%, rgb(232,45,41) 64%, rgb(209,0,64) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,90,17) 0%, rgb(232,45,41) 64%, rgb(209,0,64) 100%);
	box-shadow: 0px 5px 0px 0px #8D1C13;
	padding:15px 30px !important;
	color:#fff !important;
	font-weight:600;
	font-size:20px !important;
	margin:10px 0;
}

.btn_orange_gradient.medium {
	font-size:16px !important;
	padding:15px 20px !important;
}

.comment-reply-link, .submit, .btn_orange_gradient.small{
	background-image: -moz-linear-gradient( 90deg, rgb(255,90,17) 0%, rgb(232,45,41) 64%, rgb(209,0,64) 100%) !important;
	background-image: -webkit-linear-gradient( 90deg, rgb(255,90,17) 0%, rgb(232,45,41) 64%, rgb(209,0,64) 100%) !important;
	background-image: -ms-linear-gradient( 90deg, rgb(255,90,17) 0%, rgb(232,45,41) 64%, rgb(209,0,64) 100%) !important;
	color:#fff !important;
	border:none !important;
	border-radius:3px !important;
}

#loginform p.submit {
	background-image:none !important;
}

#loginform p.submit #wp-submit {
	border:none;
	border-radius:5px;
	background: #333;
	padding:10px 20px;
}

.tml-action-links {
	padding-left:0;
}

.tml-action-links li {
	display:inline-block;
}

.tml-action-links li+li:before {
	content: ' | ';
}

.pager .next > a, .pager .previous > a {
	border-radius:0px;
	color: #fff;
	background-color:#2853a2;
}

.pager .next > a:hover, .pager .previous > a:hover {
	color:#333;
}


/* END BUTTON */

/* GAME LANDING */

.game-box-info {
	color:#fff;
	/*position:absolute; */
	bottom:0;
	width:100%;
	background:rgb(3,47,95);
	padding: 0 20px 20px 20px;
}

.game-box-wrapper {
	position:relative;
	background:#fff;
	padding:0;
	border: 2px solid rgba(3,47,95,0.8);
	border-radius: 3px;
}

.thumbnail {
	padding:0;
}
/* END GAME LANDING */


/* GAME DETAILS */
#game_screenshots .item, .item-layer{
	margin: 3px;
}
#game_screenshots .item img{
	display: block;
	width: 100%;
	height: auto;
}

.item-layer {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(38,75,149,0);
	z-index:1;
}

.item-layer-hover {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background: transparent;
	margin:auto;
	z-index:1;
}

.owl-buttons {
	position: absolute;
	width: 100%;
	top: 25%;
}

.owl-theme .owl-controls .owl-buttons div {
	position:absolute;
	background:transparent !important;
	font-size:40px !important;
	color:white !important;
}

.owl-prev {
	left:0;
}

.owl-next {
	right:0;
}

/* END GAME DETAILS */

/* HOMEPAGE */

.news-list {
	list-style-type:none;
	-webkit-padding-start: 0px;
	padding-left:0px;
}

.news-list li {
	margin-bottom:8px;
}

.news-list li:before {
	font-family: FontAwesome;
	content: "\f0da ";
}

.blog-post-box {
	height:445px;
	background: #fff;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}

.blog-post-box-content {
	display:table-cell;
	vertical-align:middle;
	padding:0px 30px 40px 30px;
}

.home-news-box {
	position:relative;
	padding:20px 40px 40px 40px;
	color:#fff;
	z-index:2;
}
/* END HOMAPGE */

/* BLOG and NEWS */

.blog-post img, .news-post img  {
	max-width: 100% !important;
	height: auto;
}

.blog-list-box {
	padding-left:220px;
}

.categories a {
	text-transform:uppercase;
	color:#999;
	line-height:2em;
}

.well {
	min-height: 20px;
	padding: 10px 30px 30px 30px;
	margin-bottom: 20px;
	background-color: #fff;
	border: none;
	border-radius: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dmbs-comments {
	background-color: #fff;
}

.dmbs-comments a {
	color: #999;
}

h4#comments {
	padding: 30px 30px 0 30px;
}

hr {
	margin:15px 0;
}

/* sidebar cat list */
li.cat-item {
	margin-top: 5px;
	padding-top: 5px;
	list-style: none;
}

li+li.cat-item {
	border-top: 1px solid #eee;
}
/* END BLOG */


/* FORUM */

#wpucssmagic, #wpucssmagic * {
	font-family: 'Roboto', sans-serif !important;
}

#page-header,
.linklist,
.inner,
.backto,
.topic-actions,
.block-body {
	font-size:14px !important;
}

.backto {
	display:none !important;
}

#wpucssmagic .wpucssmagic a.topictitle,
.header-name,
#wpucssmagic .wpucssmagic a.forumtitle {
	font-size:16px !important;
}

#wpucssmagic .wpucssmagic,
#wpucssmagic .wpucssmagic {
	background-color: transparent !important;
}

#wpucssmagic,
#wpucssmagic .fa {
	font-family: "FontAwesome" !important;
	font-style: normal !important;
	line-height: 12px;
	font-size:16px;
}

ul.topiclist li.header {
	background-color: #2853a2 !important;
}

#wpucssmagic .wpucssmagic .inner-block {
	width: 100% !important;
}

#wpucssmagic .wpucssmagic ul.topiclist dt {
	width: 59% !important;
}

#wpucssmagic .wpucssmagic ul.topiclist li.header,
#wpucssmagic .wpucssmagic .block-header,
#wpucssmagic .wpucssmagic .forabg,
#wpucssmagic .wpucssmagic .post,
.panel  {
	border-radius: 0 !important;
}

#wpucssmagic .wpucssmagic #headerbar,
#wpucssmagic .wpucssmagic #subheader,
#wpucssmagic .wpucssmagic #footer {
	display: none !important;
}

#wpucssmagic .wpucssmagic #topbar {
	background-color: #21262A !important;
}

#wpucssmagic .wpucssmagic .left-box {
	float: none !important;
}

#wpucssmagic .wpucssmagic #topbar-inner .search-box,
.leftside-links,
.rightside-links {
	margin: 13px !important;
}

#wpucssmagic .wpucssmagic #topbar .user-links {
	margin-right:13px !important
}

#wpucssmagic .wpucssmagic #footer-links .leftside-links li,
#wpucssmagic .wpucssmagic #footer-links .rightside-links li {
	font-size:14px !important;
	margin-top:6px !important;
}

#wpucssmagic .wpucssmagic #login-box .inputbox,
#wpucssmagic .wpucssmagic #login-box .button2 {
	width:100% !important;
}

#wpucssmagic .wpucssmagic #login-box {
	width:auto !important;
}

#wpucssmagic .wpucssmagic .error {
	padding:3px !important;
}

.repbars img
{
	padding: 0 1px 0 0;
}

#reputation_menu{
	position: absolute;
	border: 1px solid black;
	z-index: 100;
}
/* END FORUM */


/* COPORATE */
.team_member_box_img {
	max-width:150%;
}
/* END CORPORATE */

li.wpuforum2:before, .widget_recent_entries li:before {
	font-family: "FontAwesome";
	content: "\f054";
	margin-right: 5px;
	font-size: 10px;
}

.wpulatestposts, .widget_recent_entries ul {
	list-style-type: none;
	-webkit-padding-start: 0px;
}



.dmbs-container {

}

.dmbs-header {

}

.dmbs-header-img {

}

.dmbs-header-text {

}

.dmbs-top-menu {

}

.dmbs-content {
	padding-bottom:30px;
	min-height: 80vh;
}

.dmbs-main {

}

.dmbs-left {

}

.dmbs-right {
	background: white;
}

.wpuforum2 a {
	color: #999;
}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {

}

@media screen and (max-width:1200px) {
	.navbar-nav > li > a {
		font-size:14px;
	}

	.blog-post-box {
		height:422px;
	}
}
@media screen and (max-width:991px) {
	.container {
		max-width: 90%;
	}

	.logo {
		max-height: 90px;
	}

	.search-form {
		display: block;
		width: 100% !important;
		text-align: left !important
	}

	.search-form .navbar-form {
		padding: 0;
		border: none;
		padding-left: 140px;
	}

	.search-form .navbar-form .input-group {
		width: 100%;
	}

	.navbar.main-navbar .nav-link {
		padding-top:25px;
		padding-bottom:25px;
	}

	.divider_top_small {
		height:53px;
	}

	.divider_top_big {
		height:82px;
	}

	.copyright {
		font-size:12px;
	}

	#menu-footer > li> a, #menu-footer > li > a {
		padding-top: 37px;
	}

	#wpucssmagic .wpucssmagic #topbar-inner .search-box .search-box-inner {
		width: 98% !important;
	}

	.blog-post-stack {
		padding-right:0;
	}

	#content {
		padding:0 !important;
	}

	.copyright {
		margin-top:0;
	}

}

@media screen and (max-width:956px) {
	#wpucssmagic .wpucssmagic ul.topiclist dt {
		width: 66% !important;
	}
}

@media screen and (max-width:768px) {
	.logo {
		max-height: 60px;
	}

	.search-form .navbar-form {
		padding-left: 0;
	}

	.footer-menu > li {
		position: relative;
		display: inline-block;
	}

	.copyright {
		margin: 20px 0px;
	}

	.social-footer a i {
		padding:0 5px;
	}

	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height:none;
	}

	.navbar.main-navbar .nav-link {
		padding-top:15px;
		padding-bottom:15px;
	}
	.active, .current-menu-item {
		border-bottom: 0px ;
	}

	.navbar-nav > li > a {
		color:#fff;
	}

	.active > a, .current-menu-item > a {
		color:#fb5415 !important;
	}

	.divider_top_small {
		height:29px;
	}

	.divider_top_big {
		height:50px;
	}

	.container {
		width: 100%;
	}

	.dmbs-main {
		padding-left: 0;
		padding-right: 0;
	}

	.subscribe-field {
		width:60% !important;
	}

	.btn_orange_gradient {
		padding: 10px 20px !important;
		font-size: 14px !important;
	}

	.dmbs-content {
		padding-bottom:0px;
	}

	/* BLOG */
	.blog-list-box {
		padding-left:0px;
	}

	/* END BLOG */

	/* FORUM */
	#wpucssmagic .wpucssmagic .navbar, #wpucssmagic .wpucssmagic h1, #wpucssmagic .wpucssmagic div[class].topic-actions {
		padding: 0 10px;
	}

	#wpucssmagic .wpucssmagic ul.topiclist dt {
		width: 74% !important;
	}
	/* END FORUM */
}

@media screen and (max-width:479px) {


	h1 {
		font-size:28px;
	}

	.btn_orange_gradient {
		padding: 5px 10px !important;
		font-size: 12px !important;
	}

	.blog-post-box {
		height:auto;
		padding: 50px 30px;
	}

	.blog-post-box-content {
		padding:20px 10px 30px 10px;
		display:block;
		height:auto;
		vertical-align:top;
	}

	.home-news-box {
		padding:20px 30px 30px 30px;
	}

	.copyright {
		margin:10px 0px  20px;
		text-align:left;
	}

	.fa-facebook {
		margin-left:0;
	}

	.social-box-left {
		margin-bottom:10px;
	}

	.social-footer {
		text-align: left;
	}

	.footer-menu > li {
		position: relative;
		/*display: block;*/
	}

	.logo_footer {
		margin: 15px 20px 20px 0;
		max-height: 40px;
	}

	#menu-footer > li> a, #menu-footer > li > a {
		padding: 25px 5px;
	}

	.navbar-brand.footer {
		/*float:none;*/
	}

	.subscribe-field {
		width:100% !important;
	}

	/* FORUM */
	#wpucssmagic .wpucssmagic #topbar-inner .search-box .search-box-inner {
		width: 95% !important;
	}

	#wpucssmagic .wpucssmagic .forumbg ul.topiclist li.row dt {
		width: 100% !important;
	}
	#wpucssmagic .wpucssmagic ul.topiclist dl.icon dt {
		width: 86% !important;
	}
	/* END FORUM */

	/* GAME DETAILS */

	#header-game .container {
		padding:0;
	}
	/* END GAME DETAILS */
}




/** Age Verify **/
button.policy {
	padding:10px;
	color:#000;
}

button.policy a {
	position: relative;
	z-index: 10000;
}

#popup_content {
	overflow-y: scroll!important;
	height:80%;
	padding-right: 20px;
}

#popup_content h2 span{
	color:#2853a2!important;
	text-transform: uppercase;
}

#popup_content a {
	color: #2853a2;
}

#popup_content h2 {
	font-size:27px;
}
#cookie-law-info-bar {
	position: sticky !important;
	background-color: rgb(251, 84, 21) !important;
	color: white !important;
	padding-left: 5%;
	padding-right: 5%;
}
@-moz-document url-prefix() {
	html{
		overflow-x: hidden;
	}
}
.cli-plugin-main-link {
	color: white !important;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
	display: block;
	padding: 0;
}

.aligncenter {
	float: none;
	margin: .5em auto 1em;
}

.alignright {
	float: right;
	margin: .5em 0 1em 1em;
}

.alignleft {
	float: left;
	margin: .5em 1em 1em 0;
}

.wp-caption {
	padding: 5px 0;
	/*border: 1px solid #555;*/
	/*background: #444;*/
	text-align: center;
}

.wp-caption img {
	display: inline;
}

.wp-caption p.wp-caption-text {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-weight: 100;
	font-style: italic;
	/*color: #ddd;*/
}