/*
Theme Name: Shine Central Luzon
Theme URI: https://wordpress.org/
Author: Bryan Abueva
Author URI: https://wordpress.org/
Description: Custom WordPress Theme for Dot 3
Version: 1
*/

/*==================================================
=    Font Style                                    =
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
/* font-family: 'Bitter', serif; */
@import url('https://fonts.googleapis.com/css?family=Bitter:400,700');
@import url('assets/fonts/styles.css');

/*==================================================
=    Contat Form Style                            =
==================================================*/
	.wpcf7{
    width: 100%;
    border:none;
    font-size: 0.75rem;
  }
    .wpcf7 input[type='text'],
    .wpcf7 input[type='email'],
    .wpcf7 input[type='date']{
      font-size: 0.9375rem;
      padding:9px 13px;
      width: 100%;
      border:solid 1px #959595;
      background:#fff;
      color:#212529;
      border-radius: 3px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }
    .wpcf7 select{
      font-size: 0.9375rem;
      height: 45px;
      width: 100%;
      border:solid 1px #959595;
      background:#fff;
      color:#212529;
      border-radius: 2px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }
    .wpcf7 textarea{
      font-size: 0.9375rem;
      resize:none;
      padding:9px 13px;
      width:100%;
      height:95px;
      border:solid 1px #959595;
      background:#fff;
      color:#212529;
      border-radius: 3px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }
    .wpcf7 input:focus,
    .wpcf7 select:focus,
    .wpcf7 textarea:focus{
      border-color: #2c4998;
      -webkit-box-shadow: 0 0 2px rgba(46,77,159,.8);
      box-shadow: 0 0 2px rgba(46,77,159,.8);
    }
    .wpcf7-not-valid-tip{
      margin:2px 0 0 5px;
      font-size: 0.6875rem;
    }
    .wpcf7-not-valid-tip-no-ajax{
      float:left;
      margin:10px 0 0 10px;
    }
    .wpcf7 p input[type='submit']{
        color:#fff;
        font-family: 'Lato', sans-serif;
        font-size: 1rem;
        text-transform: uppercase;
        margin:10px 0;
        padding:14px 35px;
        border:none;
        border-radius: 3px;
        background:#8e0028;
        cursor:pointer;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
      }
    .wpcf7 p input[type='submit']:focus,
    .wpcf7 p input[type='submit']:hover{
      background:#212226;
    }
    .wpcf7 .wpcf7-form-control-wrap{
      display: block;
      margin-bottom: 10px;
    }
    .wpcf7 .wpcf7-validation-errors{
      display:block;
      border:none;
      font-style: italic;
      color:#F00;
    }
    .wpcf7 .wpcf7-response-output{
      display:block;
      border:none;
      color:#F00;
      margin: 10px 0 0 0;
    }
    .wpcf7 .wpcf7-mail-sent-ok{
      color:#398F14
    }
    .wpcf7 .wpcf7-mail-sent-ng{
      border:none;
    }
  .wpcf7 article{
    text-align: justify;
    margin-bottom: 20px;
  }
  .wpcf7 label{
    font-size: 0.875rem;
    font-weight: 600; 
  }
	

/*==================================================
=    Image Alignment in Content (Post and Pages)   =
==================================================*/
  .alignleft,
  img.alignleft {
    float: left;
    margin-right:20px;
    margin-bottom: 10px;
  }
  .alignright,
  img.alignright {
    display: block;
    float: right;
    margin-left:20px;
    margin-bottom: 10px;
  }
  .aligncenter,
  img.aligncenter {
    margin-left:auto;
    margin-right:auto;
    display: block;
    clear: both;
    margin-bottom: 10px;
  }
/*==================================================
=    WP PageNavi Style                     =
==================================================*/  
.wp-pagenavi {
  clear: both;
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  margin-top: 30px;
  margin-bottom: 50px;
}
.wp-pagenavi .pages{
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 10px;
  margin: 2px;
  color:#225798;
  background-color: transparent;
  border: 1px solid #1ec09c;
  display: inline-block;
  border-radius: 3px;
}
.wp-pagenavi .extend{
  border:none;
}
.wp-pagenavi a:focus,
.wp-pagenavi a:hover {
  border-color: #225798;
  background-color: #225798;
  color: #fff;
}
.wp-pagenavi span.current {
  background-color: #225798;
  border-color: #225798;
  color:#fff;
  display: inline-block;
  font-weight: 400;
}
.wp-pagenavi .nextpostslink{
  border-radius: 0 3px 3px 0; 
}
.wp-pagenavi .previouspostslink{
  border-radius:3px 0 0 3px;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink,
.wp-pagenavi .first, .wp-pagenavi .last{
  padding: 4px 10px;
  font-family: 'Open Sans', sans-serif;
}

/*==================================================
=    Accordion Style                      =
==================================================*/
.accordion {
  margin-bottom: 15px;
}
.accordion .accordion-title {
    background-color: #8e0028;
    color:#fff;
    margin: 10px 0 0;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear;
}
.accordion .open,
.accordion .accordion-title:hover {
  background-color: #212226;
}
.accordion .accordion-title:focus{
  border-color: #8e0028;
  -webkit-box-shadow: 0 0 2px rgba(255,137,22,.8);
  box-shadow: 0 0 2px rgba(255,137,22,.8);
}
.accordion-title:first-child {
  border: none;
  }
.accordion-content {
  padding: 20px 15px;
  border:solid 1px #eeeeee;
  background-color: #f8f8f8;
}

/*==================================================
=    Responsive Iframe Style                      =
==================================================*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed{ 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

/*==================================================
=    Breadcrumbs Style                       =
==================================================*/
.breadcrumbs{
  position: relative;
  padding:20px 0;
  font-size: 0.8125rem;
  color: #8e8e8e;
}
.breadcrumbs a.link, .breadcrumbs a{
  color: #7ab24d;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus{
  text-decoration: none;
  color: #2e4d9f;
}

/*==================================================
=    Cookie Notice Style                          =
==================================================*/
#cookie-notice:before{
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    height: 38px;
    background: url(assets/images/header-bottom.png) center repeat-x;
    content: '';
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(18deg);
    transform: rotate(180deg);
}
#cookie-notice .cookie-notice-container{
  padding: 15px 100px 20px 100px;
}
#cookie-notice .cookie-notice-container .button{
  border-radius: unset;
  background-color: rgba(46,77,159,1) !important;
  border: none;
  background-image: none;
  padding: 3px 20px;
}

/*==================================================
=    Visitor Counter                          =
==================================================*/

.md-pvc-total-reports .md-pvc-total-reports-sub span.text{
  color: #80a1a6 !important;
}
.md-pvc-total-reports .md-pvc-total-reports-sub{
  background-color: transparent !important;
}
.md-pvc-total-reports .md-pvc-total-reports-sub span{
  border:none !important;
  background-color: transparent !important;
  color: #80a1a6 !important;
  border-radius: 0 !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.md-pvc-total-reports .md-pvc-total-reports-sub span:first-child{
  margin-left: 5px !important;
}
.md-pvc-total-reports .md-pvc-total-reports-sub span:last-child{
  margin-left: 5px !important; 
}
.page-visit-counter-block img{
  display: none;
}

/*==================================================
=    Theme Style                       =
==================================================*/

.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

	body { background: #f0f0f0; }

	html, body, p { font-family: 'Open Sans', sans-serif; font-size: 0.875rem; font-weight: 400; }
	h1, h2, h3, h4, h5, h6 { font-family: 'DKCinnabarBrush'; font-weight: 700; }
	p { color: #3b4052; line-height: 1.8; }

	a { color: #3b4052;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
  }
	a:hover { color: #186fc0; }

	a:hover, a:focus, a:active, input, button { text-decoration: none; outline: none; 
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
  }

	a.blue-btn { color: #fff;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
      }
	.blue-btn, input[type="submit"] { border: 0; display: inline-block; color: #fff; padding: 7px 15px; background: #000;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
   }
	.blue-btn:hover, input[type="submit"]:hover { opacity: .8; }

	img { max-width: 100%; height: auto; }

	iframe { max-width: 100%; }
	
	/* Header Styles */

	#main-header { background: #fff; padding-top: 25px; padding-bottom: 8px; position: relative; width: 100%; position: fixed; z-index: 9999999999; transition: ease all .3s; }
	#main-header:after { position: absolute; top: 100%; left: 0; width: 100%; height: 38px; background: url('assets/images/header-bottom.png') center repeat-x; content: ''; transition: ease all .3s; }
	#main-header .navbar{ border: none; background: transparent; box-shadow: none; margin-bottom: 0; }
    #main-logo { float: left; margin: 0; }
		/*#main-logo a { display: block; }*/
    #main-logo a img { display: inline-block; }
		#main-logo .more-fun { height: 50px; margin-top: 5px; margin-left: 10px; }

		#main-nav { float: right; padding-top: 10px; margin-right: 45px;}
			#main-menu { float: left; padding: 0; margin: 0; list-style: none; }
			#main-menu li { float: left; line-height: 1; padding:10px 0;}
			#main-menu li a { font-size: 0.8125rem; font-weight: bold; color: #223240; display: block; margin: 0 10px; text-transform: uppercase; transition: ease all .3s; }
			#main-menu li a:hover, #main-menu li.current-menu-item a, #main-menu li.current-menu-parent a { color: #186fc0; }

      #main-nav .sub-menu{
    display: none;
    position: absolute;
    width: 200px;
    list-style: none;
    padding:0;
    margin-top: 4px;
    z-index: 30;
    background-color: #223240;
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
  }
  .sub-menu li{
    width: 100%;
    border-bottom: solid 1px #eee;
    padding:0 !important;
  }
  .sub-menu li:last-child{
    border:none;
  }
  .sub-menu li a{
    padding:10px 20px;
    width: 100%;
    display: inline-block;
    color:#fff !important;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 !important;
  }
  .sub-menu li a:hover,
  .sub-menu li a:focus,
  .sub-menu .current-menu-item a{
    background-color: #186fc0;
    color:#fff !important;
  }
  #main-menu li:focus .sub-menu,
  #main-menu li:hover .sub-menu{
    display: block;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
  }
		
		#header-search-btn { font-size: 18px; position: absolute; top: 16px; right: 40px; transition: ease all .3s; color: #223240; border: 0; padding: 0; background: transparent; line-height: 1; }
		#header-search-btn:hover { color: #186fc0; }

		/* Sticky Header */
		#main-header.sticky { padding: 7px 0; background: rgba(255,255,255,.9); }
		#main-header.sticky:after { height: 30px; background-size: auto 100%; opacity: .9; }
			#main-header.sticky #main-logo a img.shine-central{ height: 40px; }
			#main-header.sticky #main-menu li a { font-size: 0.8125rem; }
			#main-menu li a #header-search-btn { font-size: 16px; }
      #main-header.sticky #main-logo{margin-top: 10px;}

  /* Search Bar */
  .search-bar{position: relative;width: 100%;z-index: 12;margin-top: 15px;}
  .search-bar .search-content{position: relative;padding:10px 0 20px 0;}
  .search-bar .search-content form{border-bottom:solid 2px #223240;float: left;width: 100%;}
  .search-bar .search-content .search-button{float: left;margin-top:8px;width: 20%;font-size:1.25rem;background: transparent;color:#223240;border:none;}
  .search-bar .search-content .search-field{float: left;width: 80%;background: transparent;border: none;font-size: 1.25rem;padding: 10px 20px 10px 20px;color: #223240 !important;}
  .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #223240;}
  .search-field::-moz-placeholder { /* Firefox 19+ */ color: #223240;}
  .search-field:-ms-input-placeholder { /* IE 10+ */ color: #223240;}
  .search-field:-moz-placeholder { /* Firefox 18- */ color: #223240;}

	/* Footer Styles */
	#main-footer { background: #091e21; padding-top: 35px; position: relative; z-index: 31; /* Remove when directory slider is available*/ margin-top:120px;}
		#main-footer p { font-size: 14px; line-height: 1.2; color: #80a1a6; margin-bottom: 15px; }
		#main-footer a { color: #80a1a6; }
		#main-footer a:hover { color: #fff; }
		#main-footer p.address { min-height: 75px; padding-left: 80px; position: relative; padding-top: 15px; }
		#main-footer p.seal { min-height: 75px; padding-left: 80px; position: relative; padding-top: 15px; }
		#main-footer .seal-logo { position: absolute; top: 0; left: 0; }

		#main-footer h3 { margin: 0; margin-bottom: 17px; font-size: 16px; font-weight: bold; color: #80a1a6; text-transform: uppercase; }
		#main-footer .footer-menu { padding: 0; margin: 0; list-style: none; }
		#main-footer .footer-menu li { margin-bottom: 10px; font-size: 14px; }
		#main-footer .footer-menu li a:hover { color: #fff; }
		/*#main-footer .footer-menu li.current-menu-item a { color: #fff; }*/

		#footer-social-media {  }
		#footer-social-media a { float: left; display: flex; width: 28px; transition: ease all .3s; height: 28px; border-radius: 3px; background: #6c8e93; color: #091e21; align-items: center; justify-content: center; font-size: 14px; margin-right: 15px; }
		#footer-social-media a:last-child { margin-right: 0; }
		#footer-social-media a:hover { background: #fff; color: #091e21; }

		p#copyright { margin-top: 25px; padding: 20px 0 40px; text-align: center; color: #6c8e93; border-top: 1px solid #6c8e93; font-size: 12px; margin-bottom: 0; line-height: 1; }

  /* Rotate Device */
  #rotate-device { background: #1760a4 url('assets/images/resize-bg.png') center no-repeat; background-size: cover; display: block; text-align: center; align-items: center; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999; display: none; }
  #rotate-device .rd-con { width: 100%; padding: 0 30px; position: relative; }
  #rotate-device .rd-con img { width: 50%; height: auto; margin:0 auto; position: relative; }
  #rotate-device .rd-con p { margin-top: 40px; font-family: 'Open Sans'; font-size: 24px; color: #fff; }

	/* Homepage Slider */
	#home-slider { position: relative; height: 790px; z-index: 29; }
	#home-slider ul.slides { list-style: none; padding: 0; margin: 0; position: relative; z-index: 28; }
	#home-slider ul.slides li { display: none; position: relative; height: 790px; width: 100%; }
	
	#home-slider .flex-direction-nav { width: 100%; height: 100%; position: absolute; top: 0; left: 0; list-style: none; padding: 0; margin: 0; z-index: 850; pointer-events: none; }
	#home-slider .flex-direction-nav li {  }
	#home-slider .flex-direction-nav li.flex-nav-prev { position: absolute; top: 50%; left: 25px; }
	#home-slider .flex-direction-nav li.flex-nav-next { position: absolute; top: 50%; right: 25px; }
	#home-slider .flex-direction-nav li a { font-size: 38px; color: #fff; opacity: .7; line-height: 1; pointer-events: auto; }
	#home-slider .flex-direction-nav li a:hover { opacity: 1; }

  #home-slider .banner-img-style{ position: absolute; bottom: 0; left: 0; width: 100%; z-index: 29;}

	#slider-fix-content { position: absolute; top: 0; left: 0; z-index: 28; width: 100%; height: 100%; text-align: center; display: flex; align-items: center; }
	#slider-fix-content h2 { margin: 0; }
  #slider-fix-content h1{color:#fff;font-size: 7.5rem;font-weight: normal; text-shadow: 1px 1px 20px rgba(0,0,0,0.4);}
  #slider-fix-content h3{color:#fff;font-weight: normal; text-shadow: 1px 1px 10px rgba(0,0,0,0.4);}

  /* Subpage Menu*/
  .sticky-submenu{ position: relative;padding:10px 20px; }
  .sticky-submenu ul{ list-style: none; padding: 0; margin: 0; }
  .sticky-submenu ul li{ display: inline-block; margin: 0 10px; }
  .sticky-submenu ul li a{font-size: 0.8125rem; font-weight: bold; color: #223240; display: block; text-transform: uppercase; 
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .sticky-submenu ul li a:hover,.sticky-submenu ul li a:focus{color: #186fc0; }

	/* Page Styles */
	.section-top,.b-section-top-mob { position: absolute; bottom: 100%; left: 0; width: 100%; height: auto; pointer-events: none; }
	.section-bg { position: relative; width: 100%; height: auto; pointer-events: none; }
  .section-bot { position: absolute; top: 100%; left: 0; width: 100%; height: auto; pointer-events: none; }
	.section-bot-div { position: absolute; top: 100%; left: 0; width: 100%; height: auto; pointer-events: none;background-position: center top; }
	.section-spacer { position: relative; width: 100%; height: auto; pointer-events: none; }
	.section-content { position: relative; z-index: 29; }
	.section-design { position: absolute; width: 100%; height: auto; pointer-events: none; }
	.fluid-content { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
	.section-title { font-family: 'DKCinnabarBrush'; font-size: 36px; font-weight: 400; letter-spacing: 2px; text-shadow: 1px 1px 5px rgba(0,0,0,0.4); }
	.center-content { display: flex; align-items: center; }
	.white, .white p { color: #fff; }
	.yellow-border {  }
	.yellow-border:after { content: ''; width: 65px; height: 2px; background: #f8da08; display: block; margin: 0 auto; margin-top: 10px; }

	.round-btn { display: inline-block; padding: 13px 45px; font-size: 12px; font-weight: bold; text-transform: uppercase; border: 3px solid #fff; border-radius: 20px; line-height: 1; color: #fff; }
	.round-btn:hover { background: #fff; color: #000; }

	.round-orange-btn { display: inline-block; padding: 15px 45px; font-size: 12px; font-weight: bold; text-transform: uppercase; background: #ee6540; border-radius: 20px; line-height: 1; color: #fff; }
	.round-orange-btn:hover { background: #fff; color: #ee6540; }	

	.temp-content { height: 880px; }

	/* Why visit */
	#why-visit { position: relative; z-index: 29; }

		#why-visit-content {  }
		#why-visit-content h2 { margin-bottom: 30px; }
		#why-visit-content p {  }

	/* Attractions */
	#attractions { background: url('assets/images/attractions-bg.jpg') top center; background-size: 100% auto; position: relative; overflow: hidden; }
		#attractions h2 { margin-bottom: 40px; }
			
		/* nav tabs reset */
		.nav-tabs { border: 0; }
		.nav-tabs > li { float: none; }
		.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs>li.active>a:hover { border: 0; }
		.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: 0; }
		.nav-tabs > li > a:hover { border: 0; }
		.nav > li > a { padding: 0; margin: 0; border: 0; }
		.nav > li > a:hover, .nav > li > a:focus { background: 0; }
		
		#attractions-tab-btns { text-align: center; margin-bottom: 10px; position: relative; width:70%; margin:0 auto;}
		#attractions-tab .nav-tabs { text-align: center; padding: 10px 25px; border-top: 1px dashed #093aab; border-bottom: 1px dashed #093aab; display: inline-block; }
		#attractions-tab .nav-tabs > li { display: inline-block; }
		#attractions-tab .nav-tabs > li > a { color: #fff; font-size: 12px; font-weight: bold; text-transform: uppercase; line-height: 1; padding: 10px; }
		#attractions-tab .nav-tabs > li.active > a, #attractions-tab .nav > li > a:hover, #attractions-tab .nav > li > a:focus { background: url('assets/images/attractions-tab-style.png') center left no-repeat; }
		#attractions-tab .nav > li > a:hover, #attractions-tab .nav > li > a:focus { opacity: .8; }

		.attraction-links { text-align: center; }
		.attraction-links .attraction-link { display: inline-block; width: 24%; padding: 13px; position: relative; }
		.attraction-links .attraction-link:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; display: block; background: url('assets/images/attraction-link-circle.png') center no-repeat; background-size: 100% 100%; opacity: .5; transition: ease all .3s; pointer-events: none; }
		.attraction-links .attraction-link:hover:before { opacity: 1; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
		.attraction-links .attraction-link .link-image { border-radius: 50%; overflow: hidden; position: relative; }
		.attraction-links .attraction-link .link-image img { width: 100%; }
		.attraction-links .attraction-link .link-image h3 { transition: ease all .3s; margin: 0; position: absolute; background: rgba(0,0,0,.75); padding: 20px 30px; color: #fff; font-size: 18px; text-transform: uppercase; line-height: 1; display: block; width: 100%; top: 60%; display: flex; width: 100%; align-items: center; justify-content: center; }
		.attraction-links .attraction-link:hover .link-image h3 { top: 0; height: 100%; }

		.attraction-links .attraction-link .link-image.view-more h3 { top: 0; height: 100%; font-weight: 400; }
		.attraction-links .attraction-link .link-image.view-more:hover h3 { font-weight: bold; }
		
		/* designs */
		#attractions-mountain { bottom: 0; left: 0; }

	/* Business */
	#business { position: relative; z-index: 29; }
    #business-content{overflow: hidden; }
		#business-text { display: flex; flex-direction: column; justify-content: center; text-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
		#home-gallery {  }
		#home-gallery .home-gallery-thumb { display: block; width: 16.6%; float: left; position: relative; }
		#home-gallery .home-gallery-thumb img { width: 100%; }
		#home-gallery a.home-gallery-thumb:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; transition: ease all .3s; }
		#home-gallery a.home-gallery-thumb:hover:after { background: rgba(0,0,0,.3); }
		#business-title { position: relative; }
		#business-title span { position: relative; }
		#business-title:before { content: ''; display: block; width: 130px; height: 130px; position: absolute; top: -45px; left: -45px; background: url('assets/images/design-business-title.png') center no-repeat; z-index: 0; }

	/* Home Events */
	#home-events { position: relative; z-index: 28;margin-top: -10px;  }
		
		#home-events-title { font-family: 'DKCinnabarBrush'; font-size: 36px; color: #fff; z-index: 900; font-weight: normal; padding-top: 100px; text-shadow: 1px 1px 5px rgba(0,0,0,0.4); }

		#home-events-thumb {  }
		#home-events-thumb a.home-event-link { display: block; width: 25%; float: left; background-size: cover; }
		#home-events-thumb a.home-event-link img { width: 100%; }

		#home-events-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
		#home-events-content a.home-event-content { display: block; width: 25%; height: 100%; float: left; position: relative; transition: ease all .3s; }
		#home-events-content a.home-event-content:hover { background: rgba(0,0,0,.3); }
		#home-events-content a.home-event-content .event-content-box { transition: ease all .3s; position: absolute; bottom: 0; left: 0; width: 100%; display: block; background: url('assets/images/home-events-content-bg.png') center no-repeat; background-size: cover;  }
		#home-events-content a.home-event-content .event-content-box img { width: 100%; }
		#home-events-content a.home-event-content .event-content-box .content-box-texts { padding: 30px 35px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
		#home-events-content a.home-event-content:hover .event-content-box { padding-bottom: 100px; }
		#home-events-content a.home-event-content .event-content-box .content-box-texts h3 { font-size: 21px; margin: 0; color: #fff; text-transform: uppercase; line-height: 1; margin-bottom: 10px; text-shadow: 1px 1px 5px rgba(0,0,0,0.4); }
		#home-events-content a.home-event-content .event-content-box .content-box-texts p { position: relative; color: #fff; font-size: 14px; padding-left: 27px; line-height: 24px; font-weight: bold; text-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
		#home-events-content a.home-event-content .event-content-box .content-box-texts p span { position: absolute; top: 0; left: 0; font-size: 24px; line-height: 1; text-shadow: 1px 1px 5px rgba(0,0,0,0.4);}

		/* desings */
		#home-events-bot { bottom: 0; left: 0; }

	/* Home News */
	#home-news { position: relative; z-index: 29; }
  #home-news .section-bot-div{height: 109px;}
		#home-news .section-title { text-shadow: 1px 1px 5px rgba(0,0,0,0.4); }
		#news-content .news-container { padding: 30px 0; border-bottom: 1px dashed #93b9c0; }
		#news-content .news-container:last-child { border: 0; }
    #news-content .news-container .row{margin-bottom: 25px;}
		#news-content .news-thumb img { width: 100%; border-radius: 12px; }
		#news-content p.date { margin-bottom: 10px; font-size: 14px; font-weight: bold; text-shadow: 1px 1px 5px rgba(0,0,0,0.4); }
		#news-content h3 {  margin: 10px 0; font-size: 24px; font-weight: bold; text-shadow: 1px 1px 5px rgba(0,0,0,0.4); }
    #news-content h3 a{color: #fff; text-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
		#news-content p { color: #fff; margin-bottom: 20px; font-weight: normal; font-size: 16px; text-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
		#news-content p:last-child { margin-bottom: 0; }
		#news-content a.round-orange-btn { margin-top: 10px; }

	/* Sponsors */
	#sponsors { display:none; background-image: url('assets/images/sponsors-bg.jpg'); background-position: center top; background-repeat: no-repeat; background-size: cover; min-height: 300px; padding: 150px 0; }
   #sponsors.inner { background: url(assets/images/sponsor-bg-1.png) center no-repeat;background-size: cover; z-index: 30;margin-top:-100px; position: relative;padding-top: 180px;}
    #sponsors.inner .section-top { position: absolute; bottom: 100%; left: 0; width: 100%; height: auto; pointer-events: none; }
		#sponsors-container { display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; }
		#sponsors-container a { display: inline-block; padding: 0 50px; }

    #sponsors1 {display: none; background-image: url('assets/images/sponsors-bg.jpg'); background-position: center top; background-repeat: no-repeat; background-size: cover; min-height: 300px; padding: 150px 0; }
   #sponsors1.inner { background: url(assets/images/sponsor-bg-1.png) center no-repeat;background-size: cover; z-index: 30;margin-top:-100px; position: relative;padding-top: 180px;}
    #sponsors1.inner .section-top { position: absolute; bottom: 100%; left: 0; width: 100%; height: auto; pointer-events: none; }

	/* Homepage Design Elements */
	#design-hot-air-balloon { right: -2.1%; top: 0; }
	#design-hot-air-balloon-small { right: 0; top: 30%; }
	#design-orange { left: 0; bottom: 10%; }
	#design-waves { left: 0; bottom: 8%; }
	#design-left-lines { left: 0; top: 18%; }
	#design-right-lines { right: 0; top: 32%; }

	#design-event-top { right: 0; top: 0%; }
	#design-event-bot { right: 0; bottom: 10%; }

	/* Page Settings */
  #banner-img { height: 640px; position: relative; }
  #banner-content{ position: absolute; top: 0; left: 0; z-index: 28; width: 100%; height: 100%; text-align: left; display: flex; align-items: center; }
	#banner-img h4{ color:#fff;font-weight: normal; }
	#banner-img .banner-img-style { position: absolute; bottom: 0; left: 0; width: 100%; }

	#inner-page { padding: 60px 0 120px 0; }
		.page-breadcrumb { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #223240; margin-bottom: 30px; }
		.page-breadcrumb span[property="itemListElement"] { color: #225798; }
		.page-breadcrumb span[property="itemListElement"] a { color: #223240; }
		.page-breadcrumb span[property="itemListElement"] a:hover { color: #225798; }
	
		#main-title, .main-title { font-family: 'DKCinnabarBrush'; font-size: 36px; color: #225798; margin-bottom: 30px; margin-top: 0; }

	#inner-page input[type="text"], #inner-page input[type="email"], #inner-page textarea { width: 100%; outline: none !important; border: 1px solid #dbdbdb; border-radius: 4px; font-size: 14px; padding: 20px; }
	#inner-page input[type="text"], #inner-page input[type="email"] { height: 40px; }
	#inner-page textarea { min-height: 200px; max-height: 200px; max-width: 100%; min-width: 100%; }
	#inner-page input[type="submit"] { color: #fff; padding: 15px 44px; border-radius: 18px; background: #ee6540; line-height: 1; font-size: 12px; font-weight: bold; }

	.wpcf7 p { position: relative; }
	.wpcf7 span.wpcf7-not-valid-tip { position: absolute; right: 10px; height: 28px; top: -3px; font-size: 12px; color: #fff; font-weight: bold; padding: 10px 20px; background: #e83940; border-radius: 4px; line-height: 1; }

	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { padding: 0 !important; border: 0 !important; color: #e83940; font-style: italic; }
	div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok { padding: 0 !important; margin: 0 !important; border: 0 !important; } 


  #inner-page .filter{width: 100%;}
	/* About */

	#our-team { margin-top: 55px; }
	#our-team .team-member { margin-bottom: 30px; position: relative; display: block; }
	#our-team .team-member img { width: 100%; }
	#our-team .team-member .team-member-details { text-align: center; min-width: 125px; position: absolute; bottom: -10px; left: 50%; display: none; }
	#our-team .team-member .team-member-details .team-member-details-box { left: -50%; position: relative; }
	#our-team .team-member .team-member-details .team-member-details-box .tmd-con { padding: 10px; background: #fff; }
	#our-team .team-member .team-member-details p { color: #225798; line-height: 1.1; margin: 0; }
	#our-team .team-member .team-member-details p.name { font-size: 16px; font-weight: bold; }
	#our-team .team-member .team-member-details p.position { font-style: italic; font-size: 14px; }
	#our-team .team-member:hover .team-member-details { display: block; }
	#our-team .team-member:hover { outline: 3px solid #fff; outline-offset: -10px; }

	/* Contact */

	#inner-page.contact-page { background: url('assets/images/contact-bg.jpg') top center no-repeat; background-size: cover; }

	#contact-info { padding: 5px; background: #fff; position: relative; }
	#contact-info iframe { display: block; }

	#contact-details { position: absolute; max-width: 350px; background: #fff; left: 30px; bottom: 30px; padding: 30px; background: rgba(255,255,255,.7); }
	#contact-details p { font-size: 16px; line-height: 1.2; }

		#contact-social-media {  }
		#contact-social-media a { float: left; display: flex; width: 28px; transition: ease all .3s; height: 28px; border-radius: 3px; background: #85aab0; color: #fff; align-items: center; justify-content: center; font-size: 14px; margin-right: 15px; }
		#contact-social-media a:last-child { margin-right: 0; }
		#contact-social-media a:hover { background: #225798; color: #fff; }



	/* Home News */
	#archive-news-content { position: relative; z-index: 1000; }
		#archive-news-content #news-content h3 { color: #225798; }
		#archive-news-content #news-content p { color: #3b4052; }
		#archive-news-content #news-content p.date { font-weight: normal; font-size: 12px; font-style: italic; text-transform: uppercase; }

	
	/* Directories */
	#directories {  }
	#directories .directory-box { margin-bottom: 30px;}
	#directories .directory-box .directory-banner { height: 120px; }
	#directories .directory-box .directory-banner img { width: 100%; }
	#directories .directory-box .directory-details { padding: 20px; background: #fff; -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5); }
	#directories .directory-box .directory-details .directory-logo-shadow { position:relative; margin: 0 auto; margin-top: -110px;  width: 168px;height: 168px; border: 8px solid rgba(255,255,255,.30); border-radius: 50%;}
  #directories .directory-box .directory-details .logo-container{ width: 152px; height: 152px;background-color: #fff; border-radius: 50%; background-position: center center; background-size: 80%; background-repeat: no-repeat;}
	#directories .directory-box .directory-details h3 { font-size: 20px; text-transform: uppercase; text-align: center; margin-bottom: 15px; margin-top: 5px; }
	#directories .directory-box .directory-details p { font-size: 14px; margin-bottom: 10px; line-height: 1.2; }
	#directories .directory-box .directory-details p a { color: #186fc0; }
	#directories .directory-box .directory-details p a:hover { color: #358ad9; }

		/* Related News */
		#related-news {  }
			#related-news .related-news {  }
			#related-news .related-news h3 { font-size: 30px; font-weight: bold; color: #1ec09c; margin-top: 20px; margin-bottom: 8px; }
			#related-news .related-news p { font-size: 14px; margin-bottom: 25px; }
			#related-news .related-news p.date { font-size: 12px; font-weight: normal; font-style: italic; margin-top: 0; margin-bottom: 15px; }
			#related-news .related-news p a.read-more { color: #fff; background: #1ec09c; padding: 10px 30px; border-radius: 4px; text-transform: uppercase; font-size: 12px; }
			#related-news .related-news p a.read-more:hover { background: #31d3af; }

	#accreditation-list { margin-top: 45px; }
	#accreditation-list .download-box {min-height: 85px; transition: ease all .2s; padding: 20px 50px; padding-left: 100px; border-radius: 5px; background: #1ec09c url('assets/images/download-logo.png') left 20px top 28px no-repeat; display: block; font-size: 14px; color: #fff; font-weight: bold; line-height: 1.6; margin-bottom: 30px; }
	#accreditation-list .download-box:hover { background-color: #ee6540; }


  /* Province Page */

  #province-page{ position:relative; background-color: #f0f0f0;padding-top: 20px;z-index: 28;overflow: hidden;}
  #province-page .container-fluid{ padding-left: 0; padding-right: 0; }
  #province-page .section_1{ position: relative;  }
    #province-page .section_content{position: relative; padding:25px 30px 0 10px;}
    .section_content .section_number{position:absolute; font-size: 6rem; color:rgba(165,165,165,0.2);font-weight: 700;line-height: 1;}
    .section_content .info{margin:10px 0 0 95px;}
                      .info h2{ color: #225798; }
                      .info article{font-size: 0.875rem; line-height: 1rem;color:#252d36;}
                      .info article p{line-height: 1.5;}
    .section_1 .section_content {float: left;width: 50%;}
    .section_1 .p-img-1 {float: left;width: 20%;height: 280px;background-size: cover;background-position: center center;}
    .section_1 .p-img-2 {float: left;width: 30%;height: 280px;background-size: cover;background-position: center center;}

    #province-page .gallery{ list-style: none;padding:0;margin:0; }
                   .gallery li{ float: left; }
                   .gallery li:first-child{width:40.625%;}
                   .gallery li:last-child{width:59.375%;}

      .section_2 .sec2_image{ position: relative; width: 100%; height: 490px;background-size: cover;background-position: center;background-repeat: no-repeat; }
      .section_2 .section_content{margin-right: 40px;}

      #province-page .section_3{position:relative;z-index: 29;}

      .section_3 .info h2, .section_3 .info article p{color: #fff !important;}
      .section_3 .section_number{color: rgba(255, 255, 255, 0.2);}
      .section_3 .section_content{margin: 54px 25px;height: 492px;}
      .section_3 .p-img-3 {width:100%;height: 300px; background-size: cover;background-position: center center;}
      .section_3 .p-img-4{width:50%;height: 300px;float: left; background-size: cover;background-position: center center;}
      .section_3 .p-img-5{width:50%;height: 300px;float: left; background-size: cover;background-position: center center;}

      #province-page .section_4{position:relative; z-index: 28;}
      #province-slider { position: relative; height: 600px; z-index: 29; }
      #province-slider ul.slides { list-style: none; padding: 0; margin: 0; position: relative; z-index: 28; }
      #province-slider ul.slides li { display: none; position: relative; height: 600px; width: 100%; }
      
      #province-slider .flex-direction-nav { width: 100%; height: 100%; position: absolute; top: 0; left: 0; list-style: none; padding: 0; margin: 0; z-index: 29; pointer-events: none; }
      #province-slider .flex-direction-nav li {  }
      #province-slider .flex-direction-nav li.flex-nav-prev { position: absolute; top: 50%; left: 25px; }
      #province-slider .flex-direction-nav li.flex-nav-next { position: absolute; top: 50%; right: 25px; }
      #province-slider .flex-direction-nav li a { font-size: 38px; color: #fff; opacity: .7; line-height: 1; pointer-events: auto; }
      #province-slider .flex-direction-nav li a:hover { opacity: 1; }

      .section_4 #slider-fix-content{text-align:left; align-items: flex-end;}
      .section_4 .section_content{position:relative; padding:75px 30px 65px !important; background-color: rgba(0,0,0,0.3); z-index: 25;}
      .section_4 .section_content h2{color: #fff;}
      .section_4 ..section_content .section_number{ rgba(165,165,165,0.4) }

      #province-page .section_5{position: relative;z-index: 29;}
      #province-page .section_5 .content{ width:100%; }

      #province-page .additional-content{z-index: 29;}
      #province-page .additional-content .section_content{padding:25px 30px;margin-bottom: 40px;}

#inner-page .gallery .s-gal-img{margin-bottom: 20px;}
.news-tab-bot{width: 100%;}








