
.template-content .tokens{
	background-color: rgba(255, 198, 0, 0.3);
	border-radius: 2px;
	position: relative;
	padding-left:6px;
	padding-right:6px;
}

.template-content .tokens:hover{
	background-color: rgba(78, 78, 78, 0.3);
}
.template-content .tokens-btn{
	position: absolute;
	top:0px;
	left: 0px;
	display: none;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	box-shadow: 1px 1px 4px #000;
	border: solid 2px #fff;
	color:#fff;
	z-index: 99999;
	cursor: pointer;
	font-size: 7px;
	text-align: center;
	line-height: 10px;
}
.template-content .tokens-btn.cancel{
	background-color: #d21a1a;
}
.template-content .tokens-btn.accept{
	background-color: #3bd47a;
}

.template-content .toolbox .dropdown-menu{
	width: auto;
	left: -44px;
	font-size: 11px;
	/*background-color: rgba(53,152,219,0.8);*/
	background-color: rgba(53,152,219,1);
	min-width: 80px;
	top: 30px;
	border-radius: 3px;
}
.template-content .toolbox .dropdown-menu > li {
	border:none;
	width:100%;
}
.template-content .toolbox .dropdown-menu > li > a {
    color: #fff;
    padding: 3px 12px;
		border: none !important
}
.template-content .toolbox .dropdown-menu > li > a i {
	margin-right: 6px;
}
.template-content .toolbox .dropdown-menu > li > a:hover,
.template-content .toolbox .dropdown-menu > li > a:focus {
	background-color: rgba(0,0,0,0.5);
}
.template-content .toolbox  .dropdown-menu:after {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border-style: solid;
	border-color: rgba(53,152,219,0.8) transparent;
	border-width: 0 6px 6px 6px;
	position: absolute;
	top: -6px;
	left: 56%;
	margin-left: -14px;
	z-index: 1;
}
.template-content .row{
	display: flex;
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px;
}
.colmun-placeholder{
	background-color: rgba(251,175,93,0.57);
	border: 4px dotted #FBAF5D;
}
.row-placeholder{
	background-color: rgba(251,175,93,0.57);
	border: 4px dotted #FBAF5D;
}
 .template-content .no-border-bottom{
	 border-bottom: none !important;
 }
 .template-content .no-border-top{
	 border-top: none !important;
 }
 .template-content .no-border-right{
	 border-right: none !important;
 }
 .template-content .no-border-left{
	 border-left: none !important;
 }
.template-content .toolbox.top-element,
.template-content .section-title.top-element{
	top:-1px;
	left:-2px;
}
 .template-content .toolbox,
 .template-content .section-title{
 	position: absolute;
 	top:-23px;
 	left:0px;
 	background-color: #3598db;
 	color:#fff;
 	z-index: 100;
 	font-size: 11px;
 	border-radius: 2px;
 	visibility: hidden;
   opacity: 0;
   transition: visibility 0s, opacity 0.5s ease;
 }
 .template-content .toolbox.colmun{
 	background-color: #fbaf5d !important;
 	font-size: 10px;
 	top:-1px;
 	left: -2px;
 	cursor:pointer;
 	z-index: 10;
 }
 .template-content .toolbox.row-drag{
 	height: 100%;
 	background-color: transparent !important;
 	cursor:pointer;
 	height: 33px;
 	overflow: auto;
 	margin: auto;
 	top: 0;
 	left: -25px;
 	bottom: 0;
 	right: 0;
 	z-index: 0;
 }
 .template-content .toolbox.row-drag img{
 	margin-top: 0px;
 }
 .template-content .toolbox img{
 	/*margin-top: -3px;*/
 }
 .template-content .toolbox .fa-arrows{
 	cursor: move;
 }
 .template-content .toolbox a{
 	color: #fff !important;
 	cursor: pointer;
 }
 .template-content .section-title{
 	left:0;
 	right:0;
 	margin: auto;
 	width: 150px;
 	font-weight: bold;
 	text-transform: uppercase;
 	padding: 5px;
 	text-align: center;
 }
 .template-content .show-toolbox{
 	visibility: visible;
 	opacity: 1;
 }
 .template-content .toolbox ul{
 	list-style: none;
 	padding: 0px;
 	margin-bottom: 0px !important;
 	border-radius: 2px;
 }
 .template-content .toolbox.colmun ul{
 	padding: 0px;
 	padding-left: 4px;
 }
 .template-content .toolbox.colmun ul li{
 	padding-right: 2px;
 	padding-left:0px;
 }
 .template-content .toolbox.colmun ul li .h-arrows{
 	margin-right: 2px;
   margin-top: -3px;
 	cursor: pointer;
 	visibility: hidden;
 	opacity: 0;
 	transition: visibility 0s, opacity 0.5s ease;
 }
 .template-content .toolbox.colmun.show-toolbox ul li .h-arrows{
 	visibility: visible;
 	opacity: 1;
 }
 .template-content .toolbox ul li{
 	display: inline-block;
 	/*padding-left: 6px;
 	padding-right: 6px;*/
 	border-right: 1px solid #48a7e6;
 	position: relative;
 }
 .template-content .toolbox ul li img, .template-content .toolbox ul li i{
 		padding:6px 10px;
		margin-right: auto;
		margin-left: auto;
	}
	.template-content .toolbox ul li ul{
  	padding:5px;
		z-index:100;
 	}
	.template-content .toolbox ul li ul li img, .template-content .toolbox ul li ul li i{
		padding:0;
	}
 .template-content .toolbox ul li:last-child{
 	border-right: 0px;
 }
 .template-content .section{
 	outline: 2px solid transparent;
 	transition: outline 0.50s ease !important;
 }
 .template-content .element{
 		outline: 2px solid transparent;
 		transition: outline 0.25s ease !important;
 }
 .template-content .edit-row{
 	border: 2px solid transparent;
 	padding-left: 13px !important;
 	padding-right: 13px !important;
 	transition: border 0.50s ease !important;
 }
 .template-content .edit-shadow {
 	outline: 2px solid #3dd37c !important;
 	/*outline-offset: -2px;*/
 	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 16px rgba(102, 175, 233, 0.6);*/
 }
 .template-content .section.edit-shadow {
 	outline: 2px solid #3598db !important;
 	outline-offset: -2px;
 }
 .template-content .edit-row.edit-shadow {
 	border-color:  #fbaf5d !important;
 	outline: 0px !important;
 	outline: none !important;
 }
 .template-content .odd-col{
 	border: 2px solid transparent;
 }
 .template-content .even-col{
 	border-top: 2px solid transparent ;
 	border-bottom: 2px solid transparent;
 	border-left-width:  0px;
 	border-right-width:  0px;
 }
 .template-content .last-col{
 	border-top: 2px solid transparent ;
 	border-bottom: 2px solid transparent;
 	border-left-width:  0px;
 	border-right-width:  2px solid transparent;
 }
 .ui-sortable-helper{
 	border: 2px solid #fbaf5d !important;
 }

 .pulse {
 	animation: shake .7s 1 ease-in-out;
 }

 @keyframes shake {
 	0% {
      transform: translateX(0);
    }

    20% {
      transform: translateX(-10px);
    }

    40% {
      transform: translateX(10px);
    }

    60% {
      transform: translateX(-10px);
    }

    80% {
      transform: translateX(10px);
    }

    100% {
      transform: translateX(0);
    }
 }

 .blocks-images .block-item {
     display: block;
     width: 123px;
     margin-bottom: 10px;
     position: relative;
 }
 .block-item .block-thumb {
     width: 123px !important;
 }
 .template-content .ui-state-highlight {
 	 background-color: #ecfbff;
 	 border: 4px dotted #8ccae7;
  }

  @media (max-width: 767px) {

	  .template-content .row{
		display: block !important;
		position: relative;
	  }

	  .template-content #cover #row_2{
		  display: flex !important;
		  flex-direction: column;
	  }

	  .template-content #cover #row_2 #column_2{
		  order: 2;
	  }

	  .template-content #cover #row_2 #column_3 {
		  order: 1;
	  }

	  .template-content #cover .content-holder{
		  margin-top: -6px !important;
		  min-height: 0;
		  margin-bottom: 2px;
		  padding-top: 8px !important;
	  }
}


.template-content .toolbox.sp-col{
 	top:25px;
 	left: -2px;
 	cursor:pointer;
 	z-index: 10;
 }

.cke_focus {
	outline-color:rgb(77,144,254) !important;
	outline-width: 2px !important;
}

.template-content .parallax {
	/*background-size: cover;*/
	/*-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;*/
	/*background-position: 50% 0;*/
	/*background-repeat: no-repeat;*/
	/*background-attachment: fixed;*/
	/*margin-bottom: -300px;
	padding-bottom: 300px;*/
}

/*fix color picker button prob*/
.sp-picker-container, .sp-palette-container {
	margin-bottom:-270px;
}

/* presenters, more than one */

.template-content .presenters {
  /*margin:5px 0;*/
}

@media (max-width: 767px) {
.template-content .presenter2 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
.template-content .presenter2 {
	    margin-top: 15px;
	  }
}
.template-content .ddcolors {
	left:5px !important;
	text-transform: none !important;
}
.template-content .ddcolors:after {
	left:12% !important;
}

.template-content .row div[class^="col-"], .template-content .row div[class*=" col-"]
{
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.template-content .row div[class^="col-feature"], .template-content .row div[class*=" col-feature"]
{
	justify-content: inherit;
}