/*
 Theme Name:   Copy and Code | Belmont Square
 Theme URI:    https://copyandcode.co.za/
 Description:  Divi Child Theme for Belmont Square by Copy and Code
 Author:       Lisa-Robyn Keown
 Author URI:   https://copyandcode.co.za/
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/




/***************** CONTENTS ************************

0.1       General Settings
0.0       Menu
0.0       Home Page
0.2       Header
0.3       Media Query
  
***************************************************/





body {
font-family: 'Noticia Text', Georgia, "Times New Roman", serif;
}



#footer-info { 
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
      }


/*------------------------------------------------*/
/*-------------[0.1] GENERAL SETTINGS ------------*/
/*------------------------------------------------*/







/*- Booking Enquiry Form Link Colour -*/

.lrk_booking_enquiry_link_color a {
  color: #2f3740;
}

/*--- Global Moudle Footer Menu Link Colour ---*/

.lrk_footer_menu_link_color a {
  color: #999999;
}






/*------------------------------------------------*/
/*-----------------[MENU]------------------*/
/*------------------------------------------------*/

/*---------Change Font Weight of Prim Menu -------*/

#et-top-navigation {
  font-weight: 400;
}



/*---------- Menu BTN as Call To Action -----------*/

#menu-item-530 {
padding: 0px 0;
}

#menu-item-530
a
{
border: 2px solid #4e5b69;
background-color: #fff;
border-radius: 4px;
color: #666;
padding: 8px 8px !important;
display: inline-block;
opacity: 1;
}

#menu-item-530
a:hover
{
border: 2px solid #2f3740;
background: #2f3740;
color: #fff;
}





/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/




/*------------------------------------------------*/
/*------[HOMEPAGE Resize Fullwidth Slider]--------*/
/*------------------------------------------------*/


.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}

/*------------------------------------------------*/
/*-----[HOMEPAGE HEADER TRANSITION - BE SUPERFLY--*/
/*------------------------------------------------*/


/* ANTHEM KEN BURNS - LINEAR */
@media only screen and (min-width: 767px) {
	.anthemKenBurnsHeaderLinear .et_parallax_bg {
		animation: kenburns-linear 45s forwards;
	}
}
@media only screen and (min-width: 767px) {
	.anthemKenBurnsSectionLinear .et_parallax_bg {
		animation: kenburns-linear 30s forwards;
	}
}
@keyframes kenburns-linear {
	0% {
		opacity: 0.7;
    -ms-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
		-webkit-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
		transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
		animation-timing-function: linear;
	}
	1% {
		opacity: 1;
	}
	100% {
    -ms-transform: scale3d(1.35, 1.35, 1.35) translate3d(-25px, -55px, 0px);
		-webkit-transform: scale3d(1.35, 1.35, 1.35) translate3d(-25px, -55px, 0px);
		transform: scale3d(1.35, 1.35, 1.35) translate3d(-25px, -55px, 0px);
	}
}

/* ANTHEM KEN BURNS - EASE IN */
@media only screen and (min-width: 981px) {
	.anthemKenBurnsHeaderEaseIn .et_parallax_bg {
		margin-bottom: -60px;
		min-height: calc(100% + 60px);
		animation: kenburns 45s forwards;
	}
}
@media only screen and (min-width: 981px) {
	.anthemKenBurnsSectionEaseIn .et_parallax_bg {
		margin-bottom: -60px;
		min-height: calc(100% + 60px);
		animation: kenburns 30s forwards;
	}
}
@keyframes kenburns {
	0% {
		opacity: 0.7;
		-ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(-25px, -60px, 0px);
		-webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(-25px, -60px, 0px);
		transform: scale3d(1.1, 1.1, 1.1) translate3d(-25px, -60px, 0px);
		animation-timing-function: ease-in;
	}
	1% {
		opacity: 1;
	}
	100% {
		-ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-85px, -55px, 0px);
		-webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-85px, -55px, 0px);
		transform: scale3d(1.5, 1.5, 1.5) translate3d(-85px, -55px, 0px);
	}
}

/* Header Scroll Down Arrow Animation */
span.scroll-down.et-pb-icon {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 3s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 3s ease-in-out infinite;
  animation: ca3_fade_move_down 3s ease-in-out infinite;
}
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}








/*------------------------------------------------*/
/*--------------[CALDERA FORMS]-------------------*/
/*------------------------------------------------*/


/** BTN **/
.caldera-grid .btn {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.caldera-grid .btn {
    width: auto;
    float: right;
}

.caldera-grid input[type=submit] {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #4e5b69;
  border: 11px solid #4e5b69;
  border-radius: 4px;
}

.caldera-grid input[type=submit]:hover {
    background-color: #2f3740;
    border-color: #2f3740;
    color:white;
}

/** Class of caldera_type  **/

.caldera_type h2 {
  font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: left;
  font-size: 22px;
}

.caldera_type p {
  font-family: 'Noticia Text', Georgia, "Times New Roman", serif;
  padding-bottom: 20px;
  text-align: left;
}


.caldera-grid label {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-size: 12px;
  line-height: 1.8em;
  text-transform: uppercase;
  font-weight: 400;
}





/*------------------------------------------------*/
/*--------------[FONT AWESOME]--------------------*/
/*------------------------------------------------*/


.list-group-item {
  color: #696969;
}



/*------------------------------------------------*/
/*----------------[ANIMATIONS]--------------------*/
/*------------------------------------------------*/

/*----- Home Page Blurb Icon Grow on Hover -------*/

 .blurb_grow:hover .et-pb-icon {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;}
 
    .blurb_grow:hover .et-pb-icon {
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.3) translateZ(0);}



/*----------- About Page Blurb Cards --------------*/


.about_blurb_hover.et_pb_blurb {
    -webkit-transition-duration: .3s;
         transition-duration: .3s;
         -webkit-transition-property: -webkit-transform,box-shadow;
         transition-property: transform,box-shadow;
         -webkit-transition-timing-function: ease-in-out;
         transition-timing-function: ease-in-out;
	-webkit-box-shadow: 0px 1px 3px 0px rgba( 0, 0, 0, 0.06 ); 
	-moz-box-shadow: 0px 1px 3px 0px rgba( 0, 0, 0, 0.06 );
	box-shadow: 0px 1px 3px 0px rgba( 0, 0, 0, 0.06 );
} 
.about_blurb_hover.et_pb_blurb:hover { 
	-webkit-box-shadow: 0px 5px 24px 8px rgba(55, 55, 55, 0.1);
	-moz-box-shadow: 0px 5px 24px 8px rgba(55, 55, 55, 0.1); 
	box-shadow: 0px 10px 27px 4px rgba(55, 55, 55, 0.16);
	transform: translateY(-5px);
}



/*----- Home Blurb Full Color Change -------*/
 
    .lrk_blurb_change_color, .lrk_blurb_change_color h4, .lrk_blurb_change_color:hover p, .lrk_blurb_change_color .et-pb-icon {
            transition: all 0.6s ease-in 0s;
            -webkit-transition: all 0.6s ease-in 0s;
            -o-transition: all 0.6s ease-in 0s;
            -moz-transition: all 0.6s ease-in 0s;}
 
    .lrk_blurb_change_color {
        padding: 20px;
        border-radius: 5px;}
 
    .lrk_blurb_change_color:hover {
        background-color: #4e5b69;
        color: #fff;}
 
    .lrk_blurb_change_color:hover h4 {
         color: #fff!important;}

    .lrk_blurb_change_color:hover p {
        color: #fff!important;}
 
    .lrk_blurb_change_color:hover .et-pb-icon {
            color: #fff!important;}



/*----------------[ Gallery 2 ]--------------------*/
 

    .gallery1 .gallery-module {
          border: 4px solid #4e5b69; 
          border-radius: 4px!important;}

    .gallery1 a.et-pb-arrow-prev {
            color: #fff!important;
            background: #4e5b69;
            margin-left: -23px!important;
           border-radius: 0 4px 4px 0!important;}
    .gallery1 a.et-pb-arrow-next {
            color: #fff!important;
            background: #4e5b69;
            margin-right: -23px!important;
            border-radius: 4px 0 0 4px!important;}
    @media (max-width: 767px){
        .gallery1 .et_pb_slider:hover .et-pb-arrow-prev, .et_mobile_device .et-pb-arrow-prev {left: 16px;}
        .gallery1 .et_pb_slider:hover .et-pb-arrow-next, .et_mobile_device .et-pb-arrow-next {right: 16px;}}

    .gallery1 .et_pb_bg_layout_light .et-pb-controllers a {
            background-color: #4e5b69;}
 



/* gallery slider module */
    .gallery2 .gallery-module {
            border: 10px solid #46e173;
            }
/* slider previous and next buttons */








