/*
Theme Name:         PROVOKR
Theme URI:          http://provokr.com/
Description:        Magazine Website
Version:            1.0
Author:             Michel Arteta Vaccari
Author URI:         http://michelarteta.com/

License:            Provokr TM
License URI:        http://provokr.com/licenses/
*/

/* test staging deploy */

.mm-resetpassword {
    width: 100%!important;
    max-width: 300px!important;
    margin: 0 auto!important;
    color: #fff!important;
}

h3.tagged-title, .white-title, .archive-title{

color: #fff;

}

.archive-title, div.tag-excerpt-txt p{

color: #6e6e6e !important;

}

div.tagAlignLeft h1, div.tagAlignLeft p{

text-align: left;

}

div.tagAlignRight h1, div.tagAlignRight p{

text-align: right;

}

div.tagAlignRight .col-sm-3{

	float: right;

}

div.tagAlignRight .col-sm-9 {

	float: left;

}

div.tagAlignLeft .col-sm-3{

	float: left;

}

div.tagAlignLeft .col-sm-9 {

	float: right;

}

#header[role="banner"]{

display: none;

}

.mce_inline_error:last{

background-color: #f72f96 !important;

}
.block.post-44378 .block-category.active{
	display:none !important;
		opacity: 0 !important;
}
/* ---------- CSS ---------- */

//button for modal window
.modal-open {
	display: inline-block;
	height: 40px;
	border: 2px solid #000;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 20px;
	border-radius: 5px;
	color: #000;
	background: #ccc;
}


.modal-window {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	display: none;
	z-index: 5000;
}
	.modal-content-wrapper {
		background: #fff;
		width: 90%;
		max-width: 600px;
		max-height: 600px;
		border-radius: 5px;
		box-shadow: 0 0 5px 0 rgba(0,0,0,1);
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.8);
		transition-delay: 0.5s;
		overflow: hidden;
	}
		.modal-close {
			font-size: 28px;
			color: #000;
			position: absolute;
			top: 5px;
			right: 10px;
		}

		.modal-content-block {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			margin: 50px -17px 30px 0;
			padding: 0 47px 0 30px;
			overflow-y: auto;
		}

	.modal-show .modal-content-wrapper {
			opacity: 1;
			transform: translate(-50%, -50%) scale(1);
	}
