/*
CTC Separate Stylesheet
Updated: 2022-02-01 05:16:58
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 3.9.1.1643692618
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,400;1,600&display=swap');
@font-face {
  font-family: cubano;
  src: url(/wp-content/themes/storefront-child/webfonts/cubano-regular-webfont.woff);
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #2D2D2D;
  font-size: 16px;
  background: #E6E3DB;
}
p {
  font-size: 16px;
}
a, a:hover {
  color: inherit;
}
p a {
  border-bottom: 1px dotted;
}
p a:hover {
  border-bottom-style: solid;
}
h1, .h1, h2, .h2 {
  font-family: cubano;
  text-transform: uppercase;
}
h1, .h1 {
  font-size: 60px;
  line-height: 72px;
}
@media only screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
h2, .h2 {
  font-size: 40px;
  line-height: 48px;
}
h3, .h3, .panel .panel-heading .panel-title {
  font-size: 21px;
  font-weight: bold;
}
h3 a, .h3 a, .panel .panel-heading .panel-title a {
  font-weight: bold;
}
h4, .h4, button, .btn, .mobilemenu .navbar-nav li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
button, .btn {
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  border: 0;
  outline: 0;
  border-radius: 3px;
}
button:hover, .btn:hover {
  color: inherit;
}
.btn-lg {
  font-size: 18px;
  padding: 20px;
}
.btn-blue {
  background: #4a75ba;
  color: #ffffff;
}
.btn-blue:hover {
  background: #2c456d;
  color: #ffffff;
}
.btn-dark {
  background: #0000001a;
  color: #ffffff;
}
.btn-dark:hover {
  background: #00000030;
  color: #ffffff;
}
.red {
  color: #a1503a;
}
.bg-red {
  background-color: #a1503a;
}
.blue {
  color: #4a75ba;
}
.bg-blue {
  background-color: #4a75ba;
}
.green {
  color: #97A58D;
}
.bg-green {
  background-color: #97A58D;
}
.blue-dark {
  color: #2c456d;
}
.bg-blue-dark {
  background-color: #2c456d;
}
.white {
  color: #ffffff;
}
.text-center {
  text-align: center;
}
.header-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  background-blend-mode: overlay;
  margin: 0px;
  padding: 150px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.header-bg h1 {
  margin-bottom: 100px;
}
.single-post-content {
  margin-top: 60px;
}
.container {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .header-bg {
    background-size: 180%;
    padding-top: 180px;
  }
  .header-bg h1 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .header-bg h1 {
    margin-bottom: 40px;
  }
  .single-post-content {
    margin-top: 25px;
  }
}
.form-wrap {
  padding-bottom: 35px;
}
@media only screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }
  .skinny, .searchform input {
    width: 75%;
    margin: auto;
  }
  .form-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.topbuttons {
  display: flex;
  justify-content: flex-end;
}
.topbuttons a {
  color: #ffffff;
  padding: 1em;
}
.site-header {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
}
.site-header .col-full {
  display: flex;
  align-items: flex-end;
  padding: 0;
  justify-content: space-around;
}
.site-header .col-full .site-branding {
  padding-top: 30px;
  z-index: 99;
  position: relative;
}
.site-header .col-full .site-branding .custom-logo {
  max-width: 263px;
}
.site-main, .hentry, .content-area {
  margin-bottom: 0;
}
.main-navigation .primary-navigation ul.menu li.menu-item a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.8;
  padding-left: 15px;
  padding-right: 15px;
}
.main-navigation .primary-navigation ul.menu li.menu-item a:hover {
  opacity: 1;
}
.main-navigation .primary-navigation ul.menu li.current-menu-item a {
  opacity: 1;
}
.footer-main {
  background-image: url("images/footer-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-color: grey;
  background-blend-mode: screen;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 10vh auto;
  }
  .close {
    float: right;
    margin: 20px;
    font-size: 20px;
  }
}
.close {
  margin: 20px;
  color: white;
  opacity: 1;
  float: none;
}
.site-footer {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 20px;
}
.site-footer a:not(.button):not(.components-button) {
  color: white;
  text-decoration: none;
}
.footeraddress {
  text-align: center;
  margin-top: 50px;
  font-size: 15px;
  color: white;
}
.site-footer .main-navigation ul {
  display: flex;
  justify-content: center;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
.footer-copyright .col-sm-4 {
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.mobilemenu {
  display: none;
}
.site-content .col-full {
  max-width: 100%;
  padding: 0px;
}
@media screen and (max-width: 600px) {
  .footer-main {
    background-size: 250%;
  }
  .footer-main .footerlinks {
    margin: 1em auto;
  }
  .site-footer .primary-navigation {
    display: block;
  }
  .site-footer a:not(.button):not(.components-button) {
    text-align: center;
  }
  .site-footer .primary-navigation li {
    flex: 45%;
  }
  .site-footer .main-navigation ul {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
/*Home page css*/
#home-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
#deva-dark-video {
  height: 50vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.home_header {
  background-color: #00000060;
  height: 100vh;
  z-index: 1;
  position: relative;
}
.main-heading-home {
  text-align: center;
}
.latestpostheading {
  text-align: center;
  margin-left: 15px;
  margin-bottom: 0;
}
.homepara {
  text-align: center;
  position: relative;
}
.homepostss {
  display: flex;
  flex-wrap: wrap;
}
.home-post {
  flex: 2 0 27%;
}
.home-post {
  background: #97A58D;
  border-radius: 4px;
  padding: 0;
  margin-right: 35px;
  margin-left: 35px;
  margin-bottom: 30px;
}
.homepostimage {
  height: 270px;
  border-radius: 4px 4px 0px 0px;
}
.homepostname {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
}
.homepostdescription p {
  margin: 0;
  padding-bottom: 15px;
}
.homepostbutton {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 50px;
}
.homepostbutton:hover {
  text-decoration: underline;
}
.homebooknow {
  padding: 1em 3em;
  letter-spacing: 1px;
}
.welcomesection {
  height: 480px;
  background: url('/wp-content/uploads/2023/06/New-deva-link-image-2@1x_1-1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  align-items: center;
  padding: 80px 0 0 5em;
  margin-bottom: 150px;
}
.welcomesection ul {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  list-style: none;
  line-height: 50px;
}
.welcomesection ul li a {
  color: #ffffff;
}
.welcomesection ul li a:hover {
  opacity: 0.7;
}
.homelatestposts {
  display: flex;
  align-items: center;
}
.homelatest {
  display: flex;
  align-items: center;
  margin: 20px 20px 50px;
}
.homelatest .col-md-6 {
  padding: 0;
}
.linksbuttons a {
  background: #0000001A;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  color: white;
  border: 1px solid #FFFFFF00;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  float: right;
  margin-left: 30px;
}
.homemainsection {
  padding-top: 25vh;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .welcomesection {
    height: auto;
    padding: 50px 15px 25px;
    background-position: left;
    margin-bottom: 0;
  }
  .welcomesection ul {
    line-height: 40px;
  }
  .homelatest {
    margin: 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .home-post {
    flex: 1 0 80%;
  }
  .home_header, #home-video {
    height: 85vh;
	  position:relative;
  }
  .homemainsection {
    padding-top: 18vh;
    margin-bottom: 10px;
  }
  .welcomesection {
    background-position: right;
  }
  .homelatest {
    display: block;
    margin: 15px 0;
  }
  .home .listpostss {
    padding-bottom: 20px;
  }
  .linksbuttons {
    margin-top: 30px;
  }
  .linksbuttons .getupdates {
    margin-right: 10px;
  }
  .linksbuttons a {
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
/*Home page css*/
/*single news and event page css*/
.main-heading-single {
  color: white;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  font-family: cubano;
  margin-top: 200px;
  margin-bottom: 5px;
}
/*single news and event page css*/
/*faq page css*/
.main-heading-faq {
  text-align: center;
  margin-bottom: 5px !important;
}
.accordion {
  width: 100%;
}
.faqrow {
  align-items: center;
  justify-content: center;
}
.panel-group .panel, .panel-primary > .panel-heading, .panel-success > .panel-heading {
  background: none;
  border: none;
}
#accordionEx {
  margin-bottom: 50px;
}
#accordionEx, .card, .card-header, .card-body {
  background: transparent;
}
.panel {
  border: none;
  box-shadow: none;
  margin-bottom: 25px !important;
  background: transparent;
}
.panel .panel-heading {
  padding: 10px 0;
}
.searchform i {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 34px;
}
.searchform input {
  padding-left: 80px;
  font-size: 34px;
  font-family: 'Montserrat', sans-serif;
  height: 70px;
}
.panel-heading .fa {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-left: 10px;
}
.panel-body {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  margin-bottom: 50px;
  border: none;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding: 0;
}
.side-head {
  font-size: 19px;
  line-height: 35px;
}
.side-desc {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 15px;
}
.getintouch {
  text-align: center;
}
.getintouch a {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.searchresultfaq {
  margin-top: 65px;
  padding-bottom: 90px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 150px;
}
#accordion_search_bar_container {
  opacity: 0.9;
}
@media only screen and (max-width: 1100px) {
  .site-content .col-full {
    margin: 0;
  }
  .searchform input {
    padding-left: 55px;
    font-size: 24px;
    height: 50px;
    width: 100%;
  }
  .searchform i {
    position: absolute;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 24px;
  }
  .searchresultfaq {
    width: auto !important;
    margin-top: 65px;
    padding-bottom: 90px;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 150px;
  }
  .panel-primary > .panel-heading, .panel-success > .panel-heading {
    margin-bottom: 20px;
  }
  .panel-body {
    margin-bottom: 30px;
  }
  .searchresultfaq .col-md-8 {
    margin-bottom: 65px;
  }
}
/*faq page css*/
/*Contact us page css*/
.contact-form {
  width: 934px;
  margin-top: 40px;
}
#gform_submit_button_1 {
  width: 100%;
  height: 70px;
  font-size: 20px;
  background: transparent;
  border: 1px solid #ffffff;
  color: white;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
}
.gform_button {
  margin-top: 25px;
}
.contact-form .gform_wrapper.gravity-theme .gfield input {
  height: 70px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #2D2D2D;
  padding: 25px;
  background: #ffffffcc;
  border-radius: 4px;
}
.contact-form .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, #gform_1_validation_container {
  display: none;
}
#gform_confirmation_message_1 {
  color: white;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-family: cubano;
}
.contact-fotter {
  text-align: center;
  margin-top: 35px;
}
.contact-fotter-des {
  text-align: center;
  margin-top: 24px;
}
.contact-fotter-des a {
  text-align: center;
  margin-top: 24px;
}
.contact-block a {
  text-decoration: underline;
}
.contact-fotter-info {
  text-align: center;
  margin-top: 55px;
}
.contact-fotter-info .fas {
  margin-right: 15px;
}
.contact-block {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 120px;
  padding-bottom: 120px;
}
.wpsunshine-gf-search-result p, .wpsunshine-gf-search-result h3 {
  color: #ffffff;
  text-align: left;
}
.wpsunshine-gf-search-result p a, .wpsunshine-gf-search-result h3 a {
  border-bottom: 1px dotted;
}
.wpsunshine-gf-search-result {
  padding: 15px 0;
}
#gform_1 .gfield_checkbox input {
  height: auto;
}
#gform_1 .gfield_checkbox label {
  color: #ffffff;
}
#gform_1 .formfoter {
  color: #ffffff;
  width: 100%;
}
#gform_1 .formfoter a {
  color: #ffffff;
}
@media only screen and (max-width: 1100px) {
  .contact-form {
    width: 100%;
    margin-top: 50px;
    margin-bottom: auto;
  }
  #gform_submit_button_1 {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0;
  }
  .contact-form .gform_wrapper.gravity-theme .gfield input {
    height: 40px;
    font-size: 14px;
    padding: 15px;
  }
  #gform_confirmation_message_1 {
    color: white;
    font-size: 18px;
    line-height: 22px;
  }
  .contact-fotter-info {
    margin-top: 30px;
  }
  .contact-fotter-info .fas {
    margin-right: 10px;
  }
  .contact-block {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
/*Contact us page css*/
/*Gallery page css*/
.contact-form-all .title {
  display: flex;
  background-image: url("images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2c456d;
  background-blend-mode: overlay;
  height: 70px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.contact-form-all input[type=text], .contact-form-all input[type=email] {
  box-shadow: none;
}
#gform_submit_button_2 {
  width: 210px;
  height: 50px;
  font-size: 18px;
  background: #4A75BA;
  color: white;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#gform_submit_button_3 {
  width: 100%;
  height: 50px;
  font-size: 18px;
  background: #4A75BA;
  color: white;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#gform_2 input[type=text], #gform_4 input[type=text], #gform_2 input[type=email], #gform_4 input[type=email] {
  height: 50px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #2D2D2D;
  padding: 25px;
  background: #0000000D;
  border-radius: 3px;
  width: 100%;
}
#gform_4 input[type=text], #gform_4 input[type=email] {
  background: #ffffff;
}
#gform_2 textarea, .input-text {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #2D2D2D;
  padding: 10px 25px;
  background: #0000000D;
  border-radius: 2px;
  box-shadow: none;
}
#choice_2_5_1 {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  opacity: 0.5;
}
#label_2_5_1 {
  font-size: 15px;
  line-height: 19px;
  color: black;
  font-family: 'Montserrat', sans-serif;
}
.formfoter {
  font-size: 12px;
  line-height: 19px;
  color: black;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  width: 510px;
}
.formfoter a {
  text-decoration: underline;
  color: black;
  font-family: 'Montserrat', sans-serif;
}
#gform_wrapper_2 .gform_footer {
  margin: 0;
  padding: 0;
}
.#gform_2 .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, #gform_2_validation_container {
  display: none;
}
#gform_confirmation_message_1 {
  color: white;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-family: cubano;
}
@media only screen and (max-width: 1100px) {
  .contact-form-all .title {
    font-size: 20px;
    line-height: 24px;
  }
  .formfoter {
    width: 90%;
  }
}
/*Gallery page css*/
/*Schools page css*/
.title1 {
  font-family: cubano;
  font-size: 40px;
  line-height: 48px;
  color: #A1503A;
  margin-bottom: 15px;
}
.des1 {
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
  width: 960px;
}
.schools-top-section {
  background: #2c456de6;
  margin: 0px;
}
.visitopeningtime ul {
  list-style: none;
  margin: 0;
  font-size: 17px;
}
.para {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  line-height: 22px;
}
.schools-top .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sidebar-content ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .des1, .contact-form-all {
    width: auto;
  }
}
/*Schools page css*/
/*visits page css*/
.visits-top {
  width: 1360px;
  padding: 0;
}
.Visits-top .row {
  display: flex;
  align-content: center;
  justify-content: center;
}
.visittopimage img {
  height: 100%;
  max-width: 100%;
  display: block;
  border-radius: 3px;
}
.Visits-top-section {
  background: #a1503ae6;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.visitprices, .visitopeningtime {
  padding-top: 30px;
  padding-bottom: 30px;
}
.visitprices .sidebar-content ul {
  list-style: none;
  margin: 0;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  line-height: 22px;
}
.visitspara {
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  line-height: 22px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.visits-top .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.visitform {
  margin-bottom: 20px;
}
.visitform .md-col-6 {
  width: 50%;
  margin: 15px;
}
.visitheadform {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #2D2D2D;
  line-height: 20px;
  font-weight: bold;
}
.visitsparaform {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #2D2D2D;
  line-height: 19px;
}
.visittitle1 {
  font-family: cubano;
  font-size: 40px;
  line-height: 48px;
  color: #A1503A;
  margin-bottom: 15px;
  margin-top: 40px;
}
.visitdes1 {
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 48px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  width: 700px;
}
.visitmap {
  margin-top: -30px;
  box-shadow: 0px 10px 10px 10px #afaa9d;
  z-index: 1;
  width: 100%;
  height: 715px;
}
.visitblue {
  background-blend-mode: multiply;
  background-color: #2c456d;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px dashed #E6E3DB;
}
.visitblue h2, .visitblue .bottom {
  text-align: center;
}
.visitblue h3 {
  color: #ffffff;
}
.bluetitle1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .Visits-top-section .Visits-top .left {
    order: 1;
    max-width: 45%;
  }
}
@media only screen and (max-width: 700px) {
  .Visits-main, .visitdes1 {
    width: auto;
  }
  .Visits-main, .visitblue {
    height: auto;
  }
  .visitmap {
    box-shadow: none;
    height: 400px;
  }
  .visittopimage {
    display: none;
  }
  .Visits-top .row, .visitform {
    flex-direction: column;
    align-items: flex-start;
  }
  .visitblue {
    background-size: cover;
    background-position: center center;
  }
  .visitblue h2, .visitblue .bottom {
    text-align: left;
  }
  .bluevisitspara {
    margin-bottom: 50px;
  }
  .Visits-top-section {
    margin-top: 0px;
    background-color: #a1503a;
  }
  .Visits-top-section .visitspara {
    margin: 0;
  }
  .Visits-top-section .visitopeningtime li {
    margin-bottom: 0.5em;
  }
  .visitform .md-col-6 {
    width: 90%;
  }
}
/*Visit page css*/
/*event page css*/
@media only screen and (min-width: 601px) {
  .listpostss {
    display: flex;
    flex-wrap: wrap;
  }
}
.listposts {
  padding-bottom: 20px;
}
.listposts p, .listposts h3, .listposts .h4, .listposts button, .listposts .btn, .listposts .mobilemenu .navbar-nav li a, .mobilemenu .navbar-nav li .listposts a {
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.homeposts p, .homeposts h3, .homeposts .h4, .homeposts button, .homeposts .btn, .homeposts .mobilemenu .navbar-nav li a, .mobilemenu .navbar-nav li .homeposts a {
  padding: 0;
}
.event-post {
  background: #2C456D;
}
.list-post {
  flex: 2 0 27%;
  border-radius: 4px;
  padding: 0;
  margin-right: 35px;
  margin-left: 35px;
  margin-bottom: 70px;
  margin-top: -30px;
}
.listpostimage {
  height: 270px;
  border-radius: 4px 4px 0px 0px;
}
@media screen and (max-width: 900px) {
  .list-post {
    flex-basis: 30%;
    margin: 15px 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .header-bg {
    background-size: 300%;
  }
  .list-post {
    flex: 1 0 80%;
    margin: 50px 15px 0;
  }
}
/*event page css*/
/*news page css*/
.newspostss {
  display: flex;
  flex-wrap: wrap;
}
.news-post {
  flex: 2 0 27%;
}
.newspostss {
  margin-top: -30px;
}
.news-post {
  background: #97A58D;
  border-radius: 4px;
  padding: 0;
  margin-right: 35px;
  margin-left: 35px;
  margin-bottom: 70px;
}
.newspostimage {
  height: 270px;
  border-radius: 4px 4px 0px 0px;
}
.newspostname {
  margin: 0;
  padding: 15px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
}
.newspostdescription p {
  margin: 0;
  padding: 15px;
  color: white;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}
.newspostbutton {
  margin-bottom: 20px;
  padding: 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  font-family: 'Montserrat', sans-serif;
}
.newspostbutton:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .news-post {
    flex: 1 0 80%;
  }
}
/*news page css*/
/*single news and event page css*/
.single-image {
  width: 1315px;
  height: 900px;
}
.main-heading-single {
  color: white;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  font-family: cubano;
  margin-top: 200px;
  margin-bottom: 5px;
}
.single-page-heading {
  color: #2C456D;
  font-size: 20px;
  line-height: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.single-page-description p {
  color: black;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
.sidebar-heading {
  color: white;
  font-size: 19px;
  line-height: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.sidebar-post .post-name {
  color: white;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 1400px) {
  .single-image {
    width: auto;
    height: 500px;
  }
  .no-thumb {
    height: 110px;
    background-color: #a1503a;
    margin-top: 0 !important;
  }
  .main-heading-single {
    color: white;
    font-size: 40px;
    line-height: 50px;
  }
}
/*single news and event page css*/
@media screen and (max-width: 900px) {
  .site-header .col-full {
    display: block;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .site-header .col-full .site-branding {
    padding-top: 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .site-header .col-full {
    padding-right: 0;
    padding-left: 0;
  }
  .site-header .col-full .site-branding {
    padding-top: 15px;
    margin-bottom: 0;
  }
  .footerlinks {
    text-align: center;
  }
  .menupart {
    display: none !important;
  }
  .site-branding {
    margin: 15px;
    padding-top: 0 !important;
  }
  .mobilemenu {
    display: block;
  }
  .container > .navbar-collapse {
    width: 100%;
    background: #4a75ba;
    margin: 0;
  }
  .mobilemenu button {
    float: right;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    color: white;
  }
  .mobilemenu .navbar-nav {
    margin: 20px -15px;
  }
  .mobilemenu .navbar-nav li a {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
  }
  .mobilemenu .navbar-nav li a:focus {
    background-color: transparent;
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .storefront-secondary-navigation .site-header .site-branding {
    width: 30%;
  }
  .col-full {
    max-width: 80em;
  }
}
#subscribe, #booknow {
  background: #2c456de6;
}
#subscribe .modal-content, #booknow .modal-content {
  border: 0;
  background: transparent;
  box-shadow: none;
}
#subscribe .modal-content .consent, #booknow .modal-content .consent {
  text-align: left;
}
.rc-anchor {
  display: none;
}
/*# sourceMappingURL=style.css.map */