/*Add Post*/
	[none] {display:none;}
	.boxes_field .boxes_field_buttons {
		line-height: 1.5;
    margin-top: 5px;
	}

	.codec_field {margin-bottom:20px;}
	body .my_custom_form div.codec_field_label {font-size:18px; margin-bottom:5px;}
	#message_box2 div.codec_field_label {font-size:18px; margin-bottom:5px;}
	.codec_field.medium input,
	.codec_field.medium textarea
	{width:50%;}
	.codec_field input[type="number"] {height:unset;}
	.codec_field.large input,
	.codec_field.large textarea
	{width:100%;}
	
	.codec_field select {
		height: 40px;background: #ffffff;
    color: #4a4a4a;
		border:unset;
		font-family:Arial;
    font-size: 17px;
    -webkit-box-shadow: 0px 2px 36px -14px rgba(0,0,0,0.3);
		box-shadow: -1px 0 5px 0px rgba(0,0,0,0.3);
	}
	
	#message_box2 #message_text p {padding:0;}
	
	.codec_field textarea[name="post_excerpt"] {height:100px;}

	#submit_post {margin-top:20px;}
	
	.two_cols {display:grid; grid-template-columns:48% 48%; grid-template-rows: auto; grid-gap: 4%;}
	.inline_cols {display:flex;}
	.my_custom_form {margin-left:0px;}
	.my_custom_form input,
	.my_custom_form textarea { background: #ffffff;
    color: #4a4a4a;
		border:unset;
		font-family:Arial;
    font-size: 17px;
		padding:10px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 2px 36px -14px rgba(0,0,0,0.3);
    /*box-shadow: 0px 2px 36px -14px rgba(0,0,0,0.3);*/
		box-shadow: -1px 0 5px 0px rgba(0,0,0,0.3);
	}
	@media only screen and (max-width: 600px) {
		.two_cols {grid-template-columns:100%; grid-gap: 0%;}
		body #nonce-form {
			width: 100%;
		}
	}
/**/

/*Checkboxes*/
	.codec_field[type="js_checkbox"] {cursor:pointer;}
	.codec_field[type="js_checkbox"]:hover i {color:orange;}
	
	#message_box2 .codec_field i:hover{color: orange;}
	.box_field {
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	margin-left: 25px; margin-bottom:5px;}
	.checkbox_list {margin-top:10px; margin-bottom:10px; height:auto; max-height: 200px; overflow:auto;padding-bottom:10px;}
	.checkbox_list div[type="js_checkbox"] {margin-bottom:5px;}
	.box_field .box_label .box_underline {
		content: '';
		display: block;
		width: 20%;
		height: 3px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		visibility: hidden;
	}
	.box_field:hover .box_label .box_underline {width: 100%;
	background-color: #ff7315 !important;
	visibility: visible;} 
	
	.box_icon {transition: all 0.5s ease; position: absolute; left: -20px; top:4px ; background-size: 100%; width:15px; height: 15px; background-image: url(https://brandscovery.com/img/checkmark.svg);  background-image: url(https://brandscovery.com/img/checkmark-grey.svg); }
	.box_field.active .box_icon {background-image: url(https://brandscovery.com/img/checkmark.svg); }

	 .boxes_block {
		display: inline-grid;
		grid-template-columns: auto auto auto;
		grid-column-gap: 10px;
	}
/**/

/*Payment form*/
	p.info {color:gray; opacity:0;}
	.bot0 {margin-bottom:0;} 
	.m0 {margin:0;}
	#nonce-form, .opacity_1 {
		-webkit-transition: opacity 1s ease-in-out;
     -moz-transition: opacity 1s ease-in-out;
      -ms-transition: opacity 1s ease-in-out;
          transition:opacity 1s ease-in-out;
	}
	.opacity_2 {
		-webkit-transition: opacity 2s ease-in-out;
     -moz-transition: opacity 2s ease-in-out;
      -ms-transition: opacity 2s ease-in-out;
          transition:opacity 2s ease-in-out;
	}
	.opacity_3 {
		-webkit-transition: opacity 3s ease-in-out;
     -moz-transition: opacity 3s ease-in-out;
      -ms-transition: opacity 3s ease-in-out;
          transition:opacity 3s ease-in-out;
	}
	
	
/**/

/*Useful classes*/
.bot20 {margin-bottom:20px;}
.top20 {margin-top:20px;}

/*Useful attributes*/
[b] {font-weight: bold; }

.myButton {
	
	/*-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;*/
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	/*-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;*/
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size: 16px;
	font-weight:bold;
	padding: 6px 19px;
	text-decoration: none;
	text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}

.page-edit-post section#post-content,
.page-add-post section#post-content,
.page-edit-product section#post-content,
.page-add-product section#post-content
{padding-left:10px;}

.make_alias {cursor:pointer;}