/*
Theme Name: Zara Restaurant Theme
Theme URI: https://b3multimedia.ie/
Description: Zara Restaurant Theme
Version: 2.0
Author: B3 Multimedia Solutions
Author URI: http://www.b3multimedia.ie
Template: Divi
*/
/* PRELOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.preloader .status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -50px 0 0 -50px;
}
/* CUSTOM IMAGE OVERLAY */
.et_overlay:hover {
	  background-color: rgba(10,10,10,0.71);
	outline: 1px solid #cea56d;
    outline-offset: -15px;
	    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.et_overlay {
    background-color: rgba(0,0,0,0.7);
	 outline: 1px solid transparent;
    outline-offset: 0px;
	    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* POST AUTHOR */
.post-author {
    color: #000;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: 600;
    padding-top: 20px !important;
}
.author-position {
    color: #cda568;
    font-size: 16px;
    font-weight: 600;
    margin-top: -4px;
}
/* BLOG COMMENTS */
.comment-reply-title {
    font-size: 26px !important;
    text-transform: uppercase;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}
.logged-in-as {
    font-size: 16px !important;
}
#commentform textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
    padding: 20px;
    border: 1px solid #cda568;
    color: #bbb;
    background-color: #ffffff;
    font-size: 18px;
}
#respond {
    padding-top: 17px;
    padding-bottom: 50px;
}
/* SCROLL DOWN ARROW ANIMATION */
 .et_pb_fullwidth_header .et-pb-icon.scroll-down {
    	animation: fullwidth-header-bounce 2.2s ease-out infinite;
    }
    @keyframes fullwidth-header-bounce {
      0% { transform:translateY(0%); }
      12.5% { transform:translateY(20%); }
      25% { transform:translateY(0%); }
      37.5% { transform:translateY(20%); }
      50% { transform:translateY(0%); }
    }

.et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item h3 {
    margin: 10px 10px 10px 10px;
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: black;
    letter-spacing: 1px;
    font-weight: bold;
}

/* SIDEBAR STYLES */
.et_pb_widget {
    float: left;
    max-width: 100%;
    background: #fff;
}
.et_pb_widget a {
    color: #0e1015;
    text-decoration: none;
    text-transform: uppercase;
}
.et_pb_widget_area h4 {
    font-size: 18px !important;
    background: #0e1015;
    color: #fff;
    text-transform: uppercase !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	padding: 20px;
	letter-spacing: 1px;
}
.et_pb_widget ul li {
    margin-bottom: 0.5em;
    padding: 0 20px;
}
.et_pb_widget ul {
    padding: 20px 0 !important;
    border: 1px solid #eeeeee;
}
.sidebar-ad {
    margin-bottom: -10px !important;
}
.widgettitle {
 font-size: 18px !important;
    background: #0e1015;
    color: #fff;
    text-transform: uppercase !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	padding: 20px;
	letter-spacing: 1px;
}

/* SIDEBAR WIDTH INCREASED */
/*Change Post, Project, Archive Page Sidebars from one fourth to one third*/
    .container::before { display:none; }
    .single-project div#left-area {width: 700px;}
    .single-project div#sidebar {width: 300px;}
    .single-post div#left-area {width: 700px;}
    .single-post div#sidebar {width: 300px;}
    .archive div#left-area {width: 700px;}
    .archive div#sidebar {width: 300px;}
    .search div#left-area {width: 700px;}
    .search div#sidebar {width: 300px;}
  
    /* LAPTOP - IPAD LANDSCAPE (981-1100) */
        @media only screen
        and ( min-width: 981px )
        and ( max-width: 1100px ) {
        .single-project div#left-area {width: 630px;}
        .single-project div#sidebar {width: 240px;}
        .single-post div#left-area {width: 630px;}
        .single-post div#sidebar {width: 240px;}
        .archive div#left-area {width: 630px;}
        .archive div#sidebar {width: 240px;}
    .search div#left-area {width: 630px;}
        .search div#sidebar {width: 240px;}}
  
    /* TABLETS - IPAD PORTRAIT (768-980) */
        @media only screen and (max-width : 980px) {
        .single-project div#left-area {width: 700px;}
        .single-project div#sidebar {width: 700px;}
        .single-post div#left-area {width: 700px;}
        .single-post div#sidebar {width: 700px;}
        .archive div#left-area {width: 700px;}
        .archive div#sidebar {width: 700px;}
    .search div#left-area {width: 700px;}
        .search div#sidebar {width: 700px;}}
  
    /* MINI TABLETS - IPHONE LANDSCAPE (480-767) */
        @media only screen and ( max-width: 767px ) {
        .single-project div#left-area {width: 400px;}
        .single-project div#sidebar {width: 270px;}
        .single-post div#left-area {width: 400px;}
        .single-post div#sidebar {width: 270px;}
        .archive div#left-area {width: 400px;}
        .archive div#sidebar {width: 270px;}
    .search div#left-area {width: 400px;}
        .search div#sidebar {width: 270px;}}
  
    /* CELL PHONES - IPHONE PORTRAIT */
        @media only screen and ( max-width: 479px ) {
        .single-post div#left-area {width: 280px;}
        .single-project div#left-area {width: 280px;}
        .single-project div#sidebar {width: 280px;}
        .single-post div#sidebar {width: 280px;}
        .archive div#left-area {width: 280px;}
        .archive div#sidebar {width: 280px;}
    .search div#left-area {width: 280px;}
        .search div#sidebar {width: 280px;}}
		
/* CUSTOM RECENT POSTS SIDEBAR WIDGET */
.rpwwt-widget h4 {
    color: #fff;
    background: #000;
    padding: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 1px;
    font-size: 1.0em;
}
.rpwwt-widget ul {
    background: #fff;
    border: 1px solid #eee;
}
    .rpwwt-widget ul li {
            padding: 0px 8px 0px;
			line-height:15px;}
    span.rpwwt-post-title {
            font-size: 13px;
            font-weight: 700;
            line-height: 1px;}
    .et_pb_widget_area .rpwwt-widget ul {
            line-height: 14px!important;
        padding: 10px 0 16px!important;}
    .rpwwt-post-date {
            font-size: 11px;}
	.et_pb_bg_layout_light .et_pb_widget li a {
    color: #000;
    text-transform: uppercase;
}
span.rpwwt-post-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
/* remove left padding in sidebar area */
    .et_pb_widget_area_right, .et_right_sidebar #sidebar {padding-left: 0px;}
 
/* removes divider on post pages*/
    .container::before {display:none;}
 
/* removes divider in sidebar modules */
    .et_pb_widget_area_left {border-right: 0px solid rgba(0, 0, 0, 0);padding-right: 0px;}
    .et_pb_widget_area_right {border-left: 0px solid rgba(0,0,0,0); padding-right: 0px;}

/* GRID STYLE BLOG */
.post h2 {
    font-size: 26px;
    font-weight: 500;
    color: #0e1015;
    margin-bottom: 15px;
    line-height: inherit;
}
.et_pb_post h2 {
    margin-top: 10px;
}
.post h1 {
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.0em;
}
.post a {
	color: #666;
}
.post h2 a {
    font-size: 24px !important;
    line-height: 20px !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
    color: #0e1015;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.et_pb_blog_grid .et_pb_post:hover h2 a {
  color: #333;
   -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor:pointer !important;
  cursor: hand !important;
}
.et_pb_blog_grid .et_pb_post img:hover { 
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
   -webkit-opacity: 0.9 !important;
  -moz-opacity: 0.9 !important;
  opacity: 0.9 !important;
	cursor:pointer !important;
	cursor: hand !important;
}
.et_pb_blog_grid .et_pb_post:hover img { 
 -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
   -ms-transform: scale(1.00) !important;
    -webkit-transform: scale(1.00) !important;
    transform: scale(1.00) !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.et_pb_blog_grid .et_pb_post img {
 -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -o-border-radius:3px 3px 0px 0px;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
   -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.et_pb_blog_grid .et_pb_post {
    float: left;
	border: none !important;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
     box-shadow: 0 0px 1px rgba(0,0,0,0.12);
    -moz-box-shadow:    0 0px 1px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 0px 1px rgba(0,0,0,0.12);
    overflow: hidden;
    width: 100%;
    position: relative;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
.et_pb_blog_grid .et_pb_post:hover {
     box-shadow: 0 2px 15px rgba(0,0,0,0.24);
    -moz-box-shadow:    0 2px 15px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.24);
}
.more-link {
    padding: 12px 25px;
    border: solid thin #cea56d;
    color: #000 !important;
    background-color: #fff;
    text-transform: capitalize;
    line-height: 80px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.more-link:hover {
    padding: 12px 25px;
    border: solid thin #cea56d;
    background-color: #cea56d;
	letter-spacing: 1px;
    color: #fff !important;
    text-transform: capitalize;
    line-height: 80px;
     -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
.et_pb_blog_grid .et_pb_post:hover .more-link {
	 padding: 12px 25px;
    border: solid thin #cea56d;
    background-color: #cea56d;
    color: #fff !important;
    text-transform: capitalize;
    line-height: 80px;
     -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
	
.et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p {
	color: #B5B5B5 !important;
}
/* LIST STYLE BLOG */
.ds-thumbnail-blog .et_pb_post {
    background-color: #fff;
    min-height: 350px;
    margin-bottom: 50px;
	overflow: hidden;
    width: 100%;
    position: relative;
	 -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
/*Sets the image size posts and moves it to the left of the text*/

.ds-thumbnail-blog .et_pb_post a img {
	float: left;
    width: 400px;
    height: 350px;
    object-fit: cover;
    margin: 0 40px 0 0;	
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}
.ds-thumbnail-blog .et_pb_post:hover a img{
	 -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
   -ms-transform: scale(1.00) !important;
    -webkit-transform: scale(1.00) !important;
    transform: scale(1.00) !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
   -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}
.ds-thumbnail-blog .et_pb_post:hover {
 box-shadow: 0 2px 15px rgba(0,0,0,0.24);
    -moz-box-shadow:    0 2px 15px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.24);
	   -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
/*Resize the overlay to fit the image*/
.ds-thumbnail-blog .et_overlay {
    width: 300px !important;
    height: 350px !important;
}
/*Stack the image and content on smaller screens*/
@media only screen and (max-width: 980px) {
    .ds-thumbnail-blog .et_pb_post a img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        margin: 0 0 40px 0;
    }
    /*Resize the overlay on smaller screens*/
    .ds-thumbnail-blog .et_overlay {
        width: 100% !important;
        height: 500px !important;
    }
    .ds-thumbnail-blog .et_pb_post p {
        margin: 0 30px;
    }
    .ds-thumbnail-blog a.more-link {
        margin: 20px 0 30px 30px;
    }
}
/*Add a little top padding to the post titles*/
.ds-thumbnail-blog .et_pb_post h2 {
    padding: 40px 30px 0px 30px !important;
}
.ds-thumbnail-blog .et_pb_post p {
    font-size: 16px;
    margin-right: 40px;
}
.ds-thumbnail-blog .post-meta {
    font-size: 16px !important;
}
/*This styles the read more link*/
.ds-thumbnail-blog a.more-link {
    display: inline-block;
    border: 1px solid #cda568;
    padding: 0px 20px 0px 20px !important;
    background: #ffffff;
    color: #0e1015 !important;
    margin-top: 40px;
    text-transform: uppercase;
    line-height: 40px;
}
/*This styles the read more link on hover*/
.ds-thumbnail-blog a.more-link:hover {
    border: 1px solid #cea56d;
    color: #fff !important;
    background: #cea56d;
}
/*This styles the double arrow on hover*/
.ds-thumbnail-blog a.more-link:hover:after {
    color: #fff;
}
/*This styles the post pagination links*/
.pagination a {
    background: rgba(255, 255, 255, 0);
    color: #cea56d;
    padding: 10px;
    margin-top: 30px !important;
	  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*This styles the post pagination links on hover*/
.pagination a:hover {
    letter-spacing: 1px;
	  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*feature thumbnails alongside post titles on blog page*/
    .et_pb_posts .et_pb_post a img {
            max-width: 300px!important;
            float: left;
            }
 
    @media only screen and (max-width: 980px) {
        .et_pb_posts .et_pb_post a img{
            float:none;
            max-width: 100%!important;}
		.ds-thumbnail-blog .et_pb_post h2 {
            padding: 10px 30px 0px 30px !important;
			line-height: 1.2em;}
	}

/* MENU PAGE */

.menu_title {
	color: #000;
	font-weight:900;
	letter-spacing: 1px;
	font-size: 22px;
}
.menu_price {
	float:right;
	color: #cda568;
	font-weight: 900;
	font-size: 24px;
	text-align:right;
}
.menu_description {
	font-size: 16px;
	font-weight: 100;
	color: #969696;
	line-height: 1.4em;
	display: block;
	float:left;
	padding: 0 280px 0 0;
	font-style: italic;
}
.menu_box {
	display:block;
}
@media only screen and (max-width: 980px){
.menu_price {
    float: none;
	margin-bottom: 10px;
    display: inline-block;
    color: #cda568;
    font-weight: 900;
    font-size: 24px;
    text-align: right;
    clear: both;
}
.menu_description {
    font-size: 16px;
    font-weight: 100;
    color: #969696;
    line-height: 1.4em;
    display: block;
    float: left;
    padding: 0;
    font-style: italic;
    margin-bottom: 40px;
}
}
/* LINK ANIMATION */
p > a {
  position: relative;
  color: #cda568;
  text-decoration: none;
   -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
p > a:hover {
  color: #000;
   -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
p > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #cda568;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
p > :hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* TWITTER WIDGET */
.aptf-single-tweet-wrapper {
    /* background: #FFF; */
    clear: both;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.aptf-tweet-content a {
    border-bottom: none !important;
    color: #cda568 !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.aptf-tweet-date {
    float: none;
}
.aptf-tweet-date p > a:hover {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* BLURB ANIMATION */
.za_blurb_zoom:hover .et_pb_main_blurb_image {
      -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.et_pb_main_blurb_image {
	 -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.za_blurb_zoom p > a {
  position: relative;
  color: #cda568;
  text-decoration: none;
   -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.za_blurb_zoom p > a:hover {
  color: #fff;
   -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.za_blurb_zoom p > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #cda568;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.za_blurb_zoom p > :hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* RESERVATION FORM */
#popup-booking-form { display: none; }
#fld_2656573Label.control-label {
    display: none !important;
}
.za_form_title {
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.stat_form .za_form_title {
	display: none !important;
}
.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    margin-bottom: 10px;
    padding: 30px 40px 20px 40px !important;
    border-radius: 1px !important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #2b2e38;
    background: #fff;
	top:5%;
}
.caldera-modal-body .caldera-grid .form-group,.modal-content .caldera-grid .form-group{
    margin-bottom: 25px;
}
.caldera-modal-body .caldera-grid .form-control,.modal-content .caldera-grid .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.remodal-overlay {
    background: rgba(14, 16, 21,0.8) !important;
}
.caldera-modal-body .caldera-grid .btn-default,.modal-content .caldera-grid .btn-default{
    color: #f9fafc;
    background-color: #cea56d;
    border-color: #cea56d;
}
.caldera-modal-body .caldera-grid .btn,.modal-content .caldera-grid .btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 14px 10px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.42857143;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
     -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.caldera-modal-body .caldera-grid .btn-default:hover, 
.caldera-modal-body .caldera-grid .btn-default:focus, 
.caldera-modal-body .caldera-grid .btn-default.focus, 
.caldera-modal-body .caldera-grid .btn-default:active, 
.caldera-modal-body .caldera-grid .btn-default.active, 
.caldera-modal-body .open>.dropdown-toggle.caldera-grid .btn-default,
.modal-content .caldera-grid .btn-default:hover, 
.modal-content .caldera-grid .btn-default:focus, 
.modal-content .caldera-grid .btn-default.focus, 
.modal-content .caldera-grid .btn-default:active, 
.modal-content .caldera-grid .btn-default.active, 
.modal-content .open>.dropdown-toggle.caldera-grid .btn-default {
    color: #ffffff;
    background-color: rgba(206, 165, 109, 0.8);
    border-color: #cea56d;
    letter-spacing: 2px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cfdatepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999 !important;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
}
.cfdatepicker table tr td.day.focused, .cfdatepicker table tr td.day:hover {
    background: #cea56d !important;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
}
.cfdatepicker table tr td.active.active {
	    
	color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #cea56d !important;
    border-radius: 2px;
}
.caldera-modal-body .caldera-grid .form-control:focus,.modal-content .caldera-grid .form-control:focus {
    border-color: #cea56d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #cea56d,0 0 8px rgba(206, 165, 109,0.6);
    box-shadow: inset 0 1px 1px rgba(206, 165, 109, 0.4),0 0 8px rgba(206, 165, 109, 0.5);
}
@media only screen and (max-width: 680px){

.caldera-grid .col-xs-3 {
    width: 50% !important;
}
.caldera-grid .col-xs-6 {
    width: 100% !important;
}
}

/* FOOTER WIDGET */
#main-footer {
    background-image: url("assets/img/zara-footer.jpg");
	background-attachment: scroll;
}
.footer-widget {
	text-align: center;
	display: flex;
  align-items: center;
  justify-content: center
}
.footer-widget .et_pb_widget {
	background: none !important;
}
#footer-widgets {
    padding: 10% 0 0 !important;
}
.footer-text {
	color: #5d5e60;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}
.footer-separator {
    width: 40px;
    height: 1px;
    text-align: center;
    position: relative;
    background-color: #5d5e60;
    margin: 20px auto;
}
.footer-location {
    font-size: 22px !important;
    text-transform: uppercase !important;
    font-weight: 900;
    letter-spacing: 1px;
    color:#ffffff !important;
    padding-top: 60px;
}
.footer-location:before {
	margin-top: -60px;
    font-size: 40px;
    width: 40px;
    font-family: 'ETmodules';
    content: '\e01d';
    position: absolute;
    color: #cda568;
    padding-left: 50px;
}
.footer-time {
    font-size: 22px !important;
    text-transform: uppercase !important;
    font-weight: 900;
    letter-spacing: 1px;
    color:#ffffff !important;
    padding-top: 60px;
}
.footer-time:before {
	margin-top: -60px;
    font-size: 40px;
    width: 40px;
    font-family: 'ETmodules';
    content: '\7d';
    position: absolute;
    color: #cda568;
    padding-left: 80px;
}
.footer-contact {
    font-size: 22px !important;
    text-transform: uppercase !important;
    font-weight: 900;
    letter-spacing: 1px;
    color:#ffffff !important;
    padding-top: 60px;
}
.footer-contact:before {
	margin-top: -60px;
    font-size: 40px;
    width: 40px;
    font-family: 'ETmodules';
    content: '\e010';
    position: absolute;
    color: #cda568;
    padding-left: 40px;
}
/* SPECIALS CAROUSEL / Master Slider Styles */
.ms-slide .ms-slide-bgcont img {
  box-shadow: 0px 10px 20px rgba(0,0,0,0.6);
}
.ms-staff-carousel .ms-nav-next {
    background-position: -2px -7px !important;
    right: -500px !important;
    left: auto;
}
.ms-staff-carousel .ms-nav-prev {
  background-position: -5px -57px !important;
    left: -500px !important;
}
.ms-staff-carousel .ms-nav-prev, .ms-staff-carousel .ms-nav-next {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 50%;
    cursor: pointer;
    position: absolute;
    margin-top: -17px; 
    width: 40px !important;
    height: 40px;
    border: 2px solid #000 !important;
    box-shadow: none !important;
    background-color:#cda568 !important;
    color: #000 !important;
} 
.ms-slide .ms-slide-bgcont img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.ms-info {
  text-align: -webkit-center;
  text-align:  center;
  max-width: 700px;
  margin:auto;
}
.slider-link {
  color: #ae8c59;
  margin-top: 20px;
  font-weight: 900;
  letter-spacing: 2px;
}
.slider-description {
  text-align: center; 
  line-height: 1.6em; 
  color: #797d82;
}
.slider-header {
  text-align:
  center; 
  font-size: 1.5em; 
  color: #d8e1e8; 
  font-weight: 900; 
  margin-top: 30px; 
  margin-bottom: 20px;
}
/* HOMEPAGE SLIDER */
.et_pb_slider .et_pb_container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
}
.et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
    font-weight: normal;
    font-size: 70px;
    color: #cda568 !important;
    border-top: solid;
    border-radius: 0px;
    padding-top: 30px;
}
.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    padding: 0 0 30px;
}
.et-pb-arrow-prev, .et-pb-arrow-next {
    position: absolute;
    z-index: 100;
    top: 40%;
    margin-top: -24px;
    opacity: 0;
    font-size: 48px;
    background: #cea56d;
    color: #272827 !important;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.et_pb_fullwidth_slider_0 .et_pb_slide_description {
    margin-right: -50%;
    margin-left: -50%;
}
.et_pb_slides .et_pb_slide_description {
    display: table-cell;
    vertical-align: bottom;
    width: 3200px;
    padding: 16% 0%;
}
.et_pb_slide {
    padding: 0;
}

/* Mobile Menu slide-in */
/* Hide submenu */
.et_mobile_menu .menu-item-has-children > a { 
	background-color: transparent; 
}
#main-header .et_mobile_menu li ul.sub-menu.hide { 
	display: none !important; 
	visibility: hidden !important;  
	transition: .7s ease-in-out;
}
#main-header .et_mobile_menu li ul.sub-menu.visible { 
	display: block !important; 
	visibility: visible !important; 
}
.et_mobile_menu .menu-item-has-children > a:after { 
	font-family: "ETmodules";
         font-size: 22px;
         font-weight: 800;
         content: "3"; 
	position: absolute; 
	right: 50px;
}
/* Font Awesome */
.fa {
    margin-right: 15px ;
  }

@media only screen and (max-width: 980px){
	
	#logo, .logo_container, #main-header {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    background: #000;
}
#mobile_menu {
    display: block !important;
    min-height: 100vh;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    overflow: scroll;
    border-top: none;
    padding-top: 60px !important;
}
.et_mobile_menu li:nth-child(1) {
    padding-top: 20px;
}
.et_mobile_menu li a {
    color: #fff !important;
    width: 100%;
    float: left;
    border: none !important;
    text-align: left;
    margin: 5px 10px;
    transition: .2s;
    text-transform: uppercase;
    font-size: 1.2em !important;
    line-height: 1.2em;
}
.mobile_nav ul#mobile_menu .current_page_item > a {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 10px;
}

.mobile_nav.closed #mobile_menu {
      -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
   background: linear-gradient( rgb(19, 19, 19), rgb(35, 40, 45) );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
}
.mobile_nav.opened #mobile_menu {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: linear-gradient( rgb(19, 19, 19), rgb(35, 40, 45) );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
}
#main-header .container.clearfix.et_menu_container {
    width: 100%;
}
.mobile_menu_bar:before {
    color: #1b1d1e !important;
}
.mobile_nav.opened .mobile_menu_bar:before {
    content: "\51";
    color: #fff !important;
    width: 30px;
    height: 30px;
}
  .et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {    
    z-index: 9999;
  }
  #et-top-navigation {    
    padding-right: 5px;
  }
  .mobile_menu_bar:before {
    color: #FFFFFF !important;
}
#et_mobile_nav_menu {
    margin: 20px 20px 0px 0px !important;
}
}
@media only screen and  (min-width: 481px) {
  #mobile_menu {    
    width: 320px;    
    margin-left: calc(100% - 320px);
  }
}
@media only screen and (max-width: 480px)  {
  #mobile_menu {    
    width: 260px;    
    margin-left: calc(100% - 260px);
  }
}
@media only screen and  (max-width: 340px) {
  #mobile_menu {    
    width: 100%;    
    margin-left: 0;
  }
}
/* MAIN MENU ANIMATION */
@media only screen and (min-width : 981px) {
.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 10px;
	padding-bottom: 10px;
}
.normal.menu_item * {
  box-sizing: border-box;
}
.normal.menu-item li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  padding: 0;
}
.normal.menu-item a {
  padding: 0.5em 0;
  color: #dce3ec;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
.normal.menu-item a:before,
.normal.menu-item a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.normal.menu-item a:before {
  bottom: 0;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #cda568;
}
.normal.menu-item a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.normal.menu-item a:hover:before,
.normal.menu-item .current a:before {
  opacity: 1;
  width: 100%;
}
.normal.menu-item a:hover:after,
.normal.menu-item .current a:after {
  max-width: 100%;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding-bottom: 8px !important;
}
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 8px !important;
}
.et_header_style_split #et-top-navigation {
    padding: 15px 0 15px 0 !important;
}
.et_header_style_split .et-fixed-header #et-top-navigation {
    padding: 15px 0 15px 0 !important;
}
#top-menu li.current-menu-item > a {
	color: #fff;
}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "";
}
#main-header .nav li ul {
    background-color: rgb(206, 165, 109) !important;
}
.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, .et_pb_pricing li:before, blockquote {
    border: none;
}
#top-menu li.current-menu-ancestor > a {
	color: #cea56d;
}
/* GHOST HEADER */
.home #main-header{ 
border-bottom: none;
}
#main-header { 
background-color: #0e1015 !important;
}
#main-header.et-fixed-header {
    background-color: #0e1015 !important;
}
/*[CTA Menu Item]*/
/* style the sign up cta button */    
li.sign-up {
    background-color: rgba(2, 126, 233, 0);
    border: solid 1px #cea56d;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 160px;
    padding: 12px 0px 5px!important;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
li.sign-up:hover {
    background: none;
    letter-spacing:	2px !important;
    border: solid 1px #fff;
}
.sign-up:hover a {
    letter-spacing:	2px !important;
    color: #fff;
}
/* fixed header button text color */
.et-fixed-header #top-menu .sign-up a {
    color: #fff!important;}
.sign-up li.current-menu-ancestor > a, .sign-up li.current-menu-item > a {
    color: #fff !important;}
}
    @media only screen and (min-width : 981px) {
		.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 20px 0 20px 0 !important;
}
}         
 	@media only screen and  (max-width: 980px) {
		li.sign-up {
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #cea56d;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center !important;
    width: 100%;
    margin-top: 20px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: left !important;
    height: 52px !important;
}
}
/* Toggle Custom */

.toggle_custom.et_pb_toggle {
    border: none;
    border-bottom: 2px solid #d9d9d9 !important;
    transition: 0.4s;
}

.toggle_custom .et_pb_toggle_title:before {
    font-size: 50px !important ;
    content: "3" !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.toggle_custom.et_pb_toggle h5 {
    font-size: 24px;
    color: #C5C5C5 !important;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 28px;
}
.et_pb_toggle_close {
    padding: 20px;
    background-color: #ffffff;
}
@media only screen and (min-width: 981px) {
.toggle_custom.et_pb_toggle_open {
    border-bottom: 2px solid #cea56d !important;
}
.toggle_custom.et_pb_toggle_open .et_pb_toggle_title {
    color: #cea56d !important;
    font-weight: 500;
}
.toggle_custom.et_pb_toggle_open .et_pb_toggle_title:before {
    color: #cea56d;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
}


/******************* PORTFOLIO FILTERS ***********************/
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    color: #C5C5C5;
    border-bottom: 2px solid #d9d9d9;
    border-top: none;
    border-right: none;
    border-left: none;
    display: block;
    text-decoration: none;
    height: auto;
    overflow: hidden;
    margin: -1px -1px 0 0;
    background-color: rgba(255,255,255,0) !important;
    font-size: 1.6em;
    line-height: 1.6em;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: #333333;
    bottom: -2px;
    border-bottom: 2px solid #027EE9 !important;
}
@media (max-width: 767px) {
.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 100%;
}
}
/*-------------------- TABBED AREA ----------------*/
.seo-tab ul.et_pb_tabs_controls {
    border-bottom: 2px solid #d9d9d9;
    background: none;
}
.seo-tab .et_pb_tabs {
    border: none !important;
}
.seo-tab .et_pb_tabs_controls li {
    float: left;
    position: relative;
    max-width: 100%;
    padding: 5px 30px 3px;
    border-right: none;
    font-weight: 600;
    cursor: pointer;
}
.seo-tab .et_pb_tabs_controls li a {
    color: #C5C5C5;
    text-decoration: none;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 500;
}
.seo-tab .et_pb_tabs_controls li.et_pb_tab_active {
    padding: 4px 30px 4px;
    bottom: -2px;
    background-color: #fff;
    border-bottom: 2px solid #027EE9 !important;
}
.seo-tab .et_pb_tabs_controls li a:hover {
	color: #A0A0A0;
}

@media only screen and (max-width: 980px)  {
.seo-tab ul.et_pb_tabs_controls {
    border-bottom: none;
    background: none;
}

.seo-tab .et_pb_tabs_controls li {
    line-height: 1.8em;
    width: 100%;
}
}

/*----------------- TEAM MEMBER ----------------*/
.et_pb_team_member:hover {
   background-color: #fff !important;
}

/******************************* BUTTONS ***************************/
.et_pb_button {
    border: 1px solid;
    text-align: center !important;
    margin-top: 20px;
	color:#FFF !important;
}
.et_pb_bg_layout_light .et_pb_promo_button {
	color:#FFF !important;
	padding: 0.4em 0.2em !important;
	text-align:center;
	border: 1px solid #1e88e5;
}
body #page-container .et_pb_cta_0.et_pb_promo .et_pb_button {
	padding: 0.4em 0.2em !important;
}
.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_left .et_pb_button:hover {
	padding: 0.4em 0.2em !important;
	width: 220px;
}
.et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_left .et_pb_button:hover {
	letter-spacing:	2px;
	border: 1px solid #49A5F6;
}
/**************************** PORTFOLIO ZOOM ****************************/
.et_pb_filterable_portfolio_grid .et_overlay {
    display:none;
} 
.et_portfolio_image, .et_shop_image  {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.et_portfolio_image:hover, .et_shop_image:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

/************************ IMAGE HOVER *****************************/
.border-hover .et_pb_column {
	overflow: hidden;
	position: relative;
}
.border-hover .et_pb_column img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.border-hover .et_pb_column:hover img {
	transform: scale(1.1);
}
.border-hover .et_pb_column .et_pb_image:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	content: '';
	-webkit-transition: background .6s ease-out;
    -moz-transition: background .6s ease-out;
    -o-transition: background .6s ease-out;
    transition: background .6s ease-out;
}
.border-hover .et_pb_column:hover .et_pb_image:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	content: '';
	-webkit-transition: background .6s ease-out;
    -moz-transition: background .6s ease-out;
    -o-transition: background .6s ease-out;
    transition: background .6s ease-out;
}
.border-hover .et_pb_column .et_pb_promo_description:before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #cea56d;
	border-bottom: 1px solid #cea56d;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	-webkit-transform: 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.border-hover .et_pb_column .et_pb_promo_description:after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #cea56d;
	border-left: 1px solid #cea56d;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.border-hover .et_pb_column:hover .et_pb_promo_description:before, .border-hover .et_pb_column:hover .et_pb_promo_description:after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.border-hover .et_pb_column .et_pb_promo_description h2 {
	opacity: 0;
	color: #cea56d !important;
	position: absolute;
	top: 37%;
	width: 100%;
	padding: 0 60px !important;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin: 0;
}
.border-hover .et_pb_column .et_pb_promo_description p {
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 44%;
	width: 100%;
	text-align: center;
	padding: 10px 50px 0px 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.border-hover .et_pb_column:hover .et_pb_promo_description h2 {
	opacity: 1;
	position: absolute;
	top: 40%;
	padding: 0 60px;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.1em;
}

.border-hover .et_pb_column:hover .et_pb_promo_description p {
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    float: none;
    color: #fff;
    padding: 10px 50px 0px 50px;
}

.border-hover .et_pb_promo {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.border-hover .et_pb_promo_button {
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.border-hover .et_pb_promo_description {
  position: static !important;
}


@media (max-width: 680px) {
.border-hover .et_pb_column .et_pb_promo_description p {
    display: none;
}
.border-hover .et_pb_column:hover .et_pb_promo_description h2 {
    top: 45%;
}
}
@media only screen and (max-width: 1200px) and (min-width: 980px)  {
.border-hover .et_pb_column .et_pb_promo_description p {
    display: none;
}
.border-hover .et_pb_column:hover .et_pb_promo_description h2 {
    top: 42%;
}
}

/******************* BACK TO TOP BUTTON ***********************/

.et_pb_scroll_top.et-pb-icon {
    right: 20px;
    bottom: 20px;
    padding: 6px;
    background: none;
    border: 1px solid #cea56d;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #cea56d;
    font-size: 34px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.et_pb_scroll_top.et-pb-icon:hover {
     box-shadow: 1px 4px 5px rgba(0,0,0,0.12);
    -moz-box-shadow: 1px 4px 5px rgba(0,0,0,0.12);
    -webkit-box-shadow: 1px 4px 5px rgba(0,0,0,0.12);
	 background: rgba(205, 165, 104,0.8);
	 color: #fff;
	 -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

/*********************** FOOTER ********************/
#footer-text {
  margin-top: 20px;
  text-align: left;
  color: rgb(102, 102, 102);
  float: left;
  font-size: 12px;
}
#footer-info {
    float: none;
    display: block !important;
    color: #A8AEB2;
    text-align: center;
    font-size: 14px;
}
#footer-info a {
    color: #a8aeb2;
    font-weight: 700;
}
#footer-logo {
  width: 300px;
  height: auto;
  margin-bottom: 5px;
  float: left;
  text-align: left !important;
}
.et-social-icons {
    float: none;
    text-align: center;
    padding-top: 30px;
}
.et-social-icons li {
    display: inline-block;
    margin-left: 10px;
    background: #cda568;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    padding: 10px;
}
.et-social-icon a {
    display: inline-block;
    position: relative;
    color: #0e1015;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease 0s;
}
.et-social-icon:hover a {color:#0d1015 !important;}
.et-social-icon{transition: all .3s ease-in-out;}
.et-social-icon:hover {
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    -moz-box-shadow:    0px 5px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	transform: translate3d(0px, -5px, 0px);
	transition: all .3s ease-in-out;
}

	.et-social-icons {
    float: none;
    text-align: center;
    padding-top: 30px;
}
.et-social-icons li {
    display: inline-block;
    margin-left: 10px;
    background: #cda568;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    padding: 10px;
}
.et-social-icon a {
    display: inline-block;
    position: relative;
    color: #0e1015;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease 0s;
}
.et-social-icon:hover a {color:#0d1015 !important;}
.et-social-icon{transition: all .3s ease-in-out;}
.et-social-icon:hover {
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    -moz-box-shadow:    0px 5px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	transform: translate3d(0px, -5px, 0px);
	transition: all .3s ease-in-out;
}
/* Events Link Fix */
.border-hover .et_pb_promo {
    cursor: pointer !important;
}

.border-hover .et_pb_promo_button {
    position: inherit !important;
}