/* Hero Slider Styles */
/* This sets the speed at which the animation will move and work at */

/* Could be included in main css*/
/*  */
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

/* FINISH */

/* Owl carousel styling */
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}

.owl-dots {

    position: relative;
    bottom: 35px;
    text-align: center;

}

.owl-dot {
	margin: 0px 5px;
}

.owl-dot span {

    display: block;
    background: rgba(247, 148, 29,0.4);
    width: 15px;
    height: 15px;
    border-radius: 50%;

}

.owl-dot.active span {
	background: rgba(247, 148, 29,1);
}

/* FINISH */

/* Accordion/collapse structure for additions and edits */
.heroslider-editing-container{

  width: 100%;
	height: 55vh;
	overflow: auto;
}

.heroslider-editing-container::-webkit-scrollbar {
    display: none;
}


.heroslider-editing-container::-webkit-scrollbar {
    display: none;
}


.heroslider-editing-container::-webkit-scrollbar {
    display: block;
}

.drop-down-selector{
background-color: red;
}

/* FINISH */

/* Accordion styling */



.herosliders_list .circle-plus {
  height: 4em;
width: 4em;
font-size: 0.5em;
opacity: .7;
position: absolute;
top: 1rem;
right: 1em;
}
.herosliders_list .circle-plus .circle {
    position: relative;
    width: 2.55em;
    height: 2.5em;
    border-radius: 100%;
}
.herosliders_list .circle-plus .circle .horizontal {
    position: absolute;
    background-color: #000000;
    width: 30px;
    height: 5px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -2.5px;
}
.herosliders_list .circle-plus .circle .vertical {
    position: absolute;
    background-color: #000000;
    width: 5px;
    height: 30px;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -15px;
}

/* FINISH */

/* Image Preview section, this allows for you to preview the image uploaded and use
the button set within or the image.   */
.image-overlay a, .image-overlay a img {
  width:100%;
}

.image-overlay {
    position: relative;
    width: 100%;
    /*max-width: 400px;*/
}

.image-overlay #overlay-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    width:auto;
    color: white;
    font-size: 16px;
        opacity: 0.8;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}


.image-overlay #overlay-btn:hover {
    background-color: black;
    opacity: 1;

}
/*  */

#title{
    color:black;
}


@media screen and (max-width: 760px) {
	.owl-item {
		background: rgba(247, 148, 29,1);
	}
}
