.wpo-row {

/*	min-height: 50px;
	width: 70%;*/
	margin: 0 auto;
	flex: 0 0 66.666667%;
	width: 66.666667%;
	margin-left: auto;
	margin-right: auto;
}


.wpo-full-width-row {
	width: 100%;
}

.wpo-col, .wpo-column {
	padding: 10px;
}

.wpo-grid-border {
	border: 1px #ccc dashed !important;
}

.wpo-row-container {
	width: 100% !important;
}

/*.wpo-row-container .wpo-row::before {
	content: "Row";
    background: #ccc;
    height: 25px;
    padding: 5px;
    border-radius: 12.5% 0 0 12.5%;
    font-size: 12px;

}*/

.wpo-display-row {
}

.wpo-image-frame {
	margin: 10px;
	border: 1px #ccc solid;
}

.temp-width-540 {
	width: 540px;
}

.presentation-popup {
	display: none;
	position: absolute;
	top: 100px;
	padding: 10px;
	width: 500px;
	background: #FFF;
	margin: 0 auto;
	right: 700px;
	border: 2px #555 solid;
}

.block {
	display: block;
}

.wpo-fixed-background-image {
	background-attachment: fixed !important;
}

.new-row-button-container {
	height: 40px !important;
/*	margin: 20px;
*/
margin: .5rem;
}

.default-row-button {
	display: inline-block;
}

/*.show-more-rows-button {
	display: inline-block;
	cursor: pointer;
}*/

.multi-column-row-button-container {
	display: none;
}

.multi-column-row-button-container:hover .multi-column-row-buttons {
	display: inline-block;
}

.multi-column-row-buttons {
	/*display: none;*/
}

.multi-column-row-button {
	display: inline-block;
	cursor: pointer;
}

.wpo-new-row-button {
	width: 62px;
	height: 42px;
	background-size: 61px 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.wpo-default-new-row-button {
	background-size: 18px 18px;
	background-image: url(../img/add-row-inactive.png);
}

.wpo-default-new-row-button:hover {
	background-image: url(../img/add-row-hover.png);
}

.wpo-left-sidebar-button {
	background-image: url(../img/icon-left-sidebar-36.png);
}

.wpo-left-sidebar-button:hover {
	background-image: url(../img/icon-left-sidebar-36-hover.png);
}

.wpo-right-sidebar-button {
	background-image: url(../img/icon-right-sidebar-36.png);
}

.wpo-right-sidebar-button:hover{
	background-image: url(../img/icon-right-sidebar-36-hover.png);
}

.wpo-one-row-button {

	background-image: url(../img/icon-cols-1-36.png);
}

.wpo-one-row-button:hover{

	background-image: url(../img/icon-cols-1-36-hover.png);
}

.wpo-two-rows-button {
	background-image: url(../img/icon-cols-2-36.png);
}

.wpo-two-rows-button:hover {
	background-image: url(../img/icon-cols-2-36-hover.png);
}

.wpo-three-rows-button {
	background-image: url(../img/icon-cols-3-36.png);
}

.wpo-three-rows-button:hover {
	background-image: url(../img/icon-cols-3-36-hover.png);
}

.wpo-four-rows-button {
	background-image: url(../img/icon-cols-4-36.png);
}

.wpo-four-rows-button:hover {
	background-image: url(../img/icon-cols-4-36-hover.png);
}









/* Editor and layout toolbar */

.wpo-toggle-show-guides-button {
	display: inline-block;
	height: 18px;
    width: 18px;
    background-color: transparent; 
	background-image: url(../img/guides-show.png);

}

.wpo-toggle-show-guides-button.active {
	background-image: url(../img/guides-hide.png);

}

.wpo-toggle-show-guides-button:hover {
	background-image: url(../img/guides-hover.png);

}

/* Helpers */

.rotate45 {

/*  width: 16px;

  height: 16px;*/

  -webkit-transform:rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);

}