/* this file provides theme-specific styles that affect the carousel
 *
 * these changes have been placed in a separate file because they are included
 * in the control panel when the carousel is being previewed
 *
 * they cannot be included in slide-show.css because that is compiled
 * automatically from slide-show.scss */

/* fixes incorrect width created by the `slide' transition in the admin preview
 * modal */
.slide-show-render.slide-show {
    position: relative;
    box-shadow: 1px 1px 4px rgba(70,70,70,0.4), 0 0 30px #818e91 inset;
    border-radius: 3px;
    overflow: hidden;
    top: -37px;
    background: #BFC9CA;
}
.slide-show-render .slides {
height: 375px !important;
}
.slide-show-render .slides li {
width: 1010px !important;
height: 375px !important;
border: solid 0px;
position: relative;
}
.slide-show-render-full .slide-image {
max-height: 395px;
max-width: 520px;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.slide-show-render-full .slide-content {
width: 1010px;
height: 375px;
display: block;
font-family: 'Questrial', sans-serif;
}
.slide-show-render-full .slide-overlay {
background: none !important;
right: 0;
top: 0;
height: 300px !important;
width: 415px;
padding: 50px 50px 0 0;
}
.slide-show-render-full .slide-heading  {
font-family: 'Montserrat', 'Questrial', sans-serif !important;
font-weight: 700 !important;
font-size: 35px;
color: #105d74 !important;
text-shadow: 1px 1px 1px #9aa7a8; 
margin: 0 0 15px;
}
.slide-show-render-full .slide-text {
font-family: 'Questrial', sans-serif;
font-weight: normal;
text-shadow: none; 
font-size: 15px;
margin: 0 0 15px 0;
color: #203439 !important;
}
.slide-show-render-full .slide-button {

}


.slide-show-render .slide-button span {
  	background:  #EC3F11 !important;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    font-weight: 700;
    height: 25px;
    left: 0 !important;
    line-height: 25px;
    padding: 8px 17px;
    text-transform: uppercase;
    transition: all 150ms ease 0s;
    white-space: nowrap !important;
    width: auto !important;
    z-index: 1;
	display: block;
	float: left;
	font-size: 16px !important;
	text-shadow: none;
	font-family: 'Montserrat', 'Questrial', sans-serif;
	border-radius: 7px;
	box-shadow: 1px 1px 2px #697579;	
}
.slide-show-render .slide-button span:hover {
	background: #21343a !important;
	color: #d6e0e2 !important;
}



.flex-direction-nav a {
    background: url(https://www.wiggys.com/template/images/carousel-controls_prev.png) no-repeat  0 0 !important;
    height: 54px !important;
    margin: -35px 0 0 !important;
    opacity: 0 !important;
    width: 34px !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
   
}
.flex-direction-nav a.flex-prev {
left: 0px !important;
}
.flex-direction-nav a.flex-next {
    background: url(https://www.wiggys.com/template/images/carousel-controls_next.png) no-repeat  0 0 !important;
right: 0px !important;
}
.slide-show:hover .flex-direction-nav a.flex-prev, 
.slide-show:hover .flex-direction-nav a.flex-next  {
 opacity: 1 !important;
}
.flex-control-nav {
bottom: 10px !important;
}
.flex-control-paging li a {
background: url(https://www.wiggys.com/template/images/carousel-controls.png) no-repeat  0 0 !important;
width: 15px !important;
height: 15px !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
background-position: -19px 0 !important;
}
.flex-control-nav li {
margin: 0 5px !important;
}

/* Additional Styles */
.slide-image-wrapper .slide-image {
	transform:rotate(2deg);
	-ms-transform:rotate(2deg); /* IE 9 */
	-webkit-transform:rotate(2deg); /* Safari and Chrome */
	left: -18px;
	box-shadow: 0 0 4px #808a8d;
}
.slide-image-wrapper {
	width: 520px;
	overflow: hidden;
}

