*{margin:0px;padding:0px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.container{max-width: 100%;margin:0 auto;padding:0px 85px;width:100%;}
a{text-decoration: none;}
*:focus{outline-offset: none;outline: 0px none;}
ul{list-style: outside none;padding:0px;}
html{overflow-x: hidden; height: 100%;}
body{
  letter-spacing: 0px;line-height: 1.2;font-size:14px;
  font-family: "century-gothic",sans-serif;font-weight:400;
  color: #181818;overflow-x: hidden;background:#ffffff;
 height: 100%;

}
h1 .gform_settings_page_title, h1.wp-heading-inline, .media-frame-title h1, .wrap > h1{color: #000;font-weight: 700;}
h1{font-size: 49px;letter-spacing: -1.5px;margin-bottom: 23px;color: #fff;line-height: 1.2;font-family:  "schoolbook",serif; }

h2 { font-size: 42px;}
h3 { font-size: 38px; }
h4 { font-size: 31px; }

p{font-size: 20px;color: #262626;line-height: 1.6;}
.pt-100{padding-top:100px;}
.wp-caption.aligncenter{margin:30px auto;}
.img-responsive{max-width: 100%;height: auto;}
.event-gallery-form .form-control label{display: none;}
.event-gallery-form .form-control{margin-bottom: 20px;}
.validation_error{display: none !important;}
.event-gallery-form .form-control .validation_message{
  color: #b4121b;
  font-size: 15px;
  font-family: "century-gothic",sans-serif;
  padding:5px 0px 0px;
}
.event-gallery-form .form-control input{
  background-color: #eee;
  border:0px none;
  color: #161616;
  padding: 24px 20px;
  font-size: 15px;
  width:100%;
    position: relative;
    font-family: "century-gothic",sans-serif;
    font-weight: 700;
}
.event-gallery-form .form-control input:focus, .event-gallery-form .form-control input:visited{border:0px none;outline:0px none;outline-offset: 0px;}
.event-gallery-form .form-control input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #161616;
  font-size: 15px;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  opacity: 1;
  /*text-transform: capitalize;*/
}

.event-gallery-form .form-control input::-moz-placeholder { /* Firefox 19+ */
  color: #161616;
  font-size: 15px;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  opacity: 1;
  /*text-transform: capitalize;*/
}
.event-gallery-form .form-control input:-ms-input-placeholder { /* IE 10+ */
  color: #161616;
  font-size: 15px;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  opacity: 1;
  /*text-transform: capitalize;*/
}
.event-gallery-form .form-control input:-moz-placeholder { /* Firefox 18- */
  color: #161616;
  font-size: 15px;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  opacity: 1;
  /*text-transform: capitalize;*/
}
.event-gallery-form .gform_footer input[type="submit"]{
  padding:18px 100px;cursor: pointer;
  background:#191919;
  color: #fff;
  /*text-transform: capitalize;*/
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  border:0px none;
}
.event-gallery-form .gform_footer input[type="submit"]:hover{background:#b4121b;}

.gallery-image .wp-caption {font-size: 12px;margin: 15px 0 0;border-top: 1px solid #cfd4d0;padding: 12px 0 0;}

/*stickyheader css*/
.header.stickyheader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);*/
}
.header.stickyheader:after{z-index: -1;display: none;}

/*header css start*/
.header{
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header:after{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -62px;
  left: 0px;
  right: 0px;
  margin:0 auto;
  border-bottom: 2px solid #dfdedf;
  width: 100%;
  display: none;
}
.header-menu{
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-left-menu ul li{width: auto;float: left;margin-right: 22px;position: relative;padding-bottom: 28px;}
.header-left-menu ul li a{
  font-family:  "century-gothic",sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
  padding:0px 0px 0px 0px;
}
.header-left-menu ul li a:before {
    content: "";
    height: 0px;
    width: 100%;
    background: #b4121b;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.header-left-menu ul li:hover a:before, .header-left-menu ul li.current-menu-item a:before, .header-left-menu ul li.current-menu-ancestor a:before {
    height: 3px;
}
.header-left-menu ul li:hover a, .header-left-menu ul li a.active, .header-left-menu ul li.current-menu-item a,
.header-left-menu ul li.current-menu-ancestor a{color: #b4121b;}
.main-menu-more{display: none;}
.header-left-menu ul li.menu-item-has-children .submenu-expand svg{display: none;}
.header-left-menu ul li.menu-item-has-children .submenu-expand {
  -webkit-box-shadow: 0px 0px rgba(0,0,0,0);
          box-shadow: 0px 0px rgba(0,0,0,0);
  background: none;
  border:0px none;
}
.header-left-menu ul li.menu-item-has-children .submenu-expand:after{
  content: '\f107';
  font-family: 'fontawesome';
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -14px;
  position: absolute;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  vertical-align: middle;
  color: #000;
  display: inline-block;
  font-weight: bold;
  z-index: 1;
}
.header-left-menu ul li.menu-item-has-children > ul > li > .submenu-expand:after{
  content: '\f105';right: 14px;
}
.header-left-menu ul li.menu-item-has-children{position: relative;}
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li.mobile-parent-nav-menu-item,
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li > ul > li.mobile-parent-nav-menu-item,
.mobile-navmenu ul li.mobile-parent-nav-menu-item{display: none;}
.header-left-menu ul li.menu-item-has-children > ul.sub-menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, .170);
  box-shadow: 0 5px 12px rgba(0, 0, 0, .170);
  padding: 25px 0px;
  background: #ededed;
  z-index: 6;
}
.header-left-menu ul li.menu-item-has-children > ul.sub-menu:after{
  content: '';
  position: absolute;top: -12px;
  left: 25px;
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; 
  border-bottom: 12px solid #ededed;
}
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu{
  position: absolute;
  top:0;
  left:100%;
  background:#ededed;
  width: 250px;
  -webkit-box-shadow: 0 2px 9px -6px rgba(0, 0, 0, .170);
  box-shadow: 0 2px 9px -6px rgba(0, 0, 0, .170);
  padding: 15px 0px;
  display: none;
  z-index: 6;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header-left-menu ul li.menu-item-has-children:hover > ul.sub-menu, 
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li:hover > ul.sub-menu{display: block;}
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li,
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li > ul > li{
  background: #ededed;
  position: relative;
  padding: 5px 30px 5px 25px;
  margin: 0px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  list-style: outside none;
  text-align: left;
  word-wrap: break-word;
}
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li > a, 
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li > ul > li > a{
  color: #000;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
} 
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li:hover > a,
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li > ul > li:hover > a,
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a,
.header-left-menu ul li.menu-item-has-children > ul > li:hover > .submenu-expand:after,
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li.current-menu-ancestor > a,
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li > ul > li.current-menu-item > a,
.header-left-menu ul li.menu-item-has-children > ul > li.current-menu-ancestor > .submenu-expand:after{color: #b4121b;}
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li > a:before,
.header-left-menu ul li.menu-item-has-children > ul.sub-menu > li > ul > li > a:before{display: none;}
 

.header-search-right ul li{width: auto;float: left;margin-left: 15px;padding-bottom: 28px;}
.header-search-right ul li a{
  font-family:  "century-gothic",sans-serif;
  color: #b4121b;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0px;
}
.header-search-right ul li a:hover, .header-search-right ul li a.active{color: #000;}
.header-search-right ul li a i,
.header-search-right ul li a em,
.header-search-right ul li a span {font-family: 'fontAwesome';}




/*sticky sidebar css start*/
.clyfford-sticky {
    position: fixed;
    top: 518px;
    left: -80px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    z-index: 99;
}
.clyfford-sticky a{
  text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    font-family: "century-gothic",sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.clyfford-sticky a:hover{color: #b4121b;}
.clyfford-sticky.mobile, .social-sticky.mobile{display: none;}
.social-sticky{
  position: fixed;
    top: 430px;
    right: 35px;
    z-index: 99;
}
.social-sticky ul li{    
  display: -webkit-box;    
  display: -ms-flexbox;    
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
}
.social-sticky ul li a{
  font-size: 20px;
  color: #696a6c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-sticky ul li a:hover{color: #b4121b;}
.social-sticky ul li:last-child{margin-bottom: 0px;}
.social-sticky > a.arrow > span {display: none;}

/*banner css start*/
.hero_video_iframe{position: relative;height: 635px;overflow: hidden;}
.hero_video_iframe iframe{position: absolute;min-width: 100%;min-height: 100%;margin: 0 auto;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(1.5);-webkit-transform: translate(-50%, -50%) scale(1.5);-moz-transform: translate(-50%, -50%) scale(1.5);height: auto;}
.banner-slide {
    position: relative;
}
.banner-slide > img{
  max-height: 635px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.banner-slide-object-fit{height:635px; background-position:center center; background-size: cover;}

.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 124px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
}
.right-bottom-text{
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    z-index: 2;
    /*text-transform: capitalize;*/
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: "century-gothic",sans-serif;
}
.banner-content h1{
  font-family:  "schoolbook",serif;
  font-size: 49px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -2px;
}
.banner-content h2{
  color: #fff;margin-bottom: 15px;font-size: 22px;letter-spacing: 0.6px;
  line-height: 1.2;font-weight: 500;font-family: "century-gothic",sans-serif;
}
.align-button {width: 100%;display: inline-block;margin-top: 50px;}
.border-btn{
  /*background:transparent;*/
  border:1px solid #b4121b;
  color: #b4121b;
  padding:20px 20px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-right: 12px;
  transition: all 0.3s;
  font-weight: 500;
  font-family: "century-gothic",sans-serif;
}
.border-btn.white{border:1px solid #fff;color: #fff;}
.border-btn.white:hover{border: 1px solid #b4121b;background-color:#b4121b;}
.border-btn.red{color: #b4121b;border:1px solid #b4121b;}
.border-btn.red:hover{color: #fff;border:1px solid #b4121b;background:#b4121b;}

.home-banner-slider .slick-dots{
  position: absolute;bottom: 45px;left: 0;right: 0;z-index: 3;text-align: center;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-banner-slider.slick-dotted.slick-slider{margin-bottom: 5px;}

.home-banner-slider .slick-dots li {
    width: 64px;
    height: 3px;
    margin: 0 12px 0 0;
    border-radius: 0px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}
.home-banner-slider .slick-dots li.slick-active button:before{display: none;}

.home-banner-slider .slick-dots li button , .home-banner-slider .slick-dots li button:before{
    width: 64px;
    height: 3px;
    background: #fff;
    border: 0px none;
    padding: 0px;
    opacity: 1;
    border-radius: 0px;
    cursor: pointer;color: transparent;outline: none;display: block;line-height: 0;
}
.home-banner-slider .slick-dots li.slick-active button,
.home-banner-slider .slick-dots li:hover button , .home-banner-slider .slick-dots li:hover button:before{
    background: #e8d2a1;
}

/*architect-different-bg css start*/
.architect-type{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
/*.ie_architect-type{display: inline-block;}
.ie_architect-type a{position: relative; display:inline-block; position:relative;width:12.5%;vertical-align:top;margin:0 -0.23% 0 0;}
.ie_architect-type a div{width:90%; margin: 0 auto; display: block; position: absolute; left: 0; top: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); }*/

.architect-different-bg:hover{ opacity: 0.9; }
.architect-different-bg {
    padding: 10px 35px; 
    margin-right: 5px;
    margin-bottom: 5px;
    min-height: 190px;
    min-width: 190px;
    background: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;    
    font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight:500;
}
.architect-different-bg:last-child{margin-right: 0px;}

/*legacy-of-clyfford-still-content css start*/
.legacy-of-clyfford-still{display: inline-block;width: 100%;margin:55px 0px 0;}
/*.legacy-of-clyfford-still .container{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;}*/
.legacy-of-clyfford-still-content{width: 52%;float: left;padding-left: 250px;padding-right: 25px;padding-top: 110px;}
.legacy-of-clyfford-still-content h2,
.legacy-of-clyfford-still-content h3 {
  font-size: 47px;letter-spacing: -1.5px;margin-bottom: 23px;color: #1b161b;line-height: 1.2;
  font-family: "schoolbook",serif; font-weight: 600;
}
.legacy-of-clyfford-still-content p { margin-bottom: 25px;color: #262626;line-height: 1.6;}
.legacy-of-clyfford-still-content p b,
.legacy-of-clyfford-still-content p strong {
  font-size: 28px;color: #1b161b;line-height: 1.5;font-weight: 600;letter-spacing: -0.5px;
  font-family: "schoolbook",serif;
}
.legacy-of-clyfford-still-content .align-button{margin-top: 12px;}
.legacy-of-clyfford-still-video{width: 48%;float: left;padding-left: 25px;}
.video-wrapper {
  position:relative;
  width:100%;
}

.video-wrapper img {
  max-width:100%;
  height:auto;
  margin-bottom: 20px;
}
.video-wrapper a {
  position:absolute;
  z-index:6;
  bottom:3px;
  left:0px;
  background-color:rgba(0,0,0,0.7);
  border:0;
  width: 280px;
  height: 220px;
  cursor: pointer;
   text-align: center;
    padding: 30px 20px;
}
.video-wrapper a p{color: #fff;font-size: 17px;line-height: 1.6;}
.video-main {
    padding: 85px 0px 115px;
    display: inline-block;
    width: 100%;
}
.video-wrapper .fa{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  color: #fff;
  font-size: 40px;
  background:rgba(68,84,106,0.9);
  width: 128px;
  height: 128px;
  text-align: center;
  border-radius: 100%;
  line-height: 130px;
  text-indent: 7px;
}


.video-wrapper > img{width: 100%;opacity: 1; position: relative; top: 0; left: 0;width: 100%; margin:0;}

/*museum-artist-story css start*/
.museum-artist-story{display: inline-block;width: 100%;margin-bottom: 60px;}
.museum-artist-story-slide{position: relative;}
.museum-artist-story-slide .black-overlay{
  background:rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.museum-artist-story-content{
  /*position: absolute;
  top: 145px;
  left: 250px;*/
  z-index: 3;
  color: #fff;
  font-family: "century-gothic",sans-serif;
 /* max-width: 580px;*/
  display: inline-block;
}
.museum-artist-story-content h3{
  /*font-size: 36px;*/
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 35px;
  color: #fff;
  font-family: "schoolbook",serif;
}
.museum-artist-story-content span{font-size: 18px;}
.museum-artist-story-slider .slick-dots{
  position: absolute;bottom: 55px;left: 0;right: 0;z-index: 3;text-align: center;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.museum-artist-story-slider.slick-dotted.slick-slider{margin-bottom: 0px;}

.museum-artist-story-slider .slick-dots li {
    width: 64px;
    height: 3px;
    margin: 0 12px 0 0;
    border-radius: 0px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}
.museum-artist-story-slider .slick-dots li.slick-active button:before{display: none;}

.museum-artist-story-slider .slick-dots li button , .museum-artist-story-slider .slick-dots li button:before{
    width: 64px;
    height: 3px;
    background: #fff;
    border: 0px none;
    padding: 0px;
    opacity: 1;
    border-radius: 0px;
    cursor: pointer;color: transparent;outline: none;display: block;line-height: 0;
}
.museum-artist-story-slider .slick-dots li.slick-active button,
.museum-artist-story-slider .slick-dots li:hover button , .museum-artist-story-slider .slick-dots li:hover button:before{
    background: #e8d2a1;
}

/*artist-info-main cs start*/
.artist-info-bg{
  /*background-image: url('../../images/artist-info-bg.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding:95px 250px 115px;
  position: relative;
}
.white-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(235,235,235,0.98);
  z-index: 1;
  right: 0;
  display: block;
  margin: 0 auto;
}
.artist-info-content {
    position: relative;
    z-index: 3;
}
.artist-info-content h2,
.artist-info-content h3 {margin-bottom: 40px;font-family: "schoolbook",serif;}
.artist-info-content h2 span,
.artist-info-content h3 span{color: #b4121b;}
.artist-info-content .row{margin-left: -20px;margin-right: -20px;}
.artist-info-content .col-6{width: 50%;float: left;padding: 0px 20px;}
.artist-info-content p{margin-bottom: 25px;font-family: "century-gothic",sans-serif;
/*font-size:18px;*/ font-size: 20px; letter-spacing:-0.5px;line-height: 1.6;}
.artist-info-content .col-12{clear: both;width:100%;padding:0px 15px;display:inline-block;margin-top: 15px;}

/*news-plus-blog-main css start*/
.news-plus-blog-main.exhibition-plus-event{margin:0px 0px 20px;}
.news-plus-blog-main {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 50px;
}
.common-title-btn{
  /*display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;*/
  padding:50px 250px 50px 250px; align-items: center; 

   /*display: -ms-grid;
   display: grid;
   -ms-grid-columns: 1fr 360px;     
   grid-template-columns: 1fr 360px; */
       align-items: center;
    display: table;
    width: 100%;
  
}
.common-title-btn .title{display: table-cell; vertical-align: middle;}
.common-title-btn .common-btn {display: table-cell;text-align: right;}

.title{/*width:auto;float: left;*/ padding-right: 20px; }
.title, h2{
  font-family: "schoolbook",serif;
  color: #1b161b;
  font-weight: 600;
  font-size: 47px;
  letter-spacing: -1px;
  line-height: 1.2;
}
/*.common-title-btn .common-btn{width:360px;float: right;}*/
.common-title-btn .fill-btn{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fill-btn{
  background:#b4121b;
  color: #fff;
  padding:20px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  border:0px none;
  border-bottom:none !important;
}
.fill-btn.red{background:#b4121b;}
.fill-btn.red:hover{background:#191919;}
.fill-btn.black{background:#191919;padding:20px 50px;}
.fill-btn.black:hover{background:#b4121b;}
.recent-news-list{margin-left: -7px;margin-right: -7px;}
.recent-news-box {
    width: 20%;
    float: left;
    padding: 0px 7px;
    margin:0px 0px 35px;
}
.recent-news-box h4 a{color: #161616;}
.recent-news-box h4 a:hover{color: #b4121b;}
.pr{position: relative;}
.pa-box {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(35,35,35,0.9);
  color: #fff;
  padding: 15px 16px;
  font-size: 14px;
  font-weight: bold;
  /*text-transform: capitalize;*/
  letter-spacing: 0.5px;
} 
.pa-box.active{background: rgba(180,18,27,0.9);}
.pa-box.gray-cat{background:#ced3d7;}
.recent-news-box img{margin-bottom: 15px; }
.recent-news-box a:hover img{opacity: 0.8;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.exhibition-plus-event h4{letter-spacing: -0.3px;}
h4{
  font-size: 18px;
  color: #161616;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 3px;
  letter-spacing: 0px;
}
.recent-news-box small{
  color: #696a6c;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "century-gothic",sans-serif;
  line-height: 1.6;
  font-weight: 400;
}




/*FOOTER CSS START*/
footer{
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}

.footer-top{
  background:#191919;
  padding:65px 200px 55px 250px;
  display: inline-block;
  width: 100%;
  float: left;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "century-gothic",sans-serif;
  color: #fff;
}
.footer-newsletter-left {
    max-width: 480px;
    width: 100%;
    margin-right: 85px;
}
.footer-top h4, .footer-top form h3{ 
  font-family: "century-gothic",sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 700;
  padding-bottom: 8px;
}
.footer-newsletter-left p, .footer-newsletter-left span.gform_description{
  font-size: 14.4px;
  padding-bottom: 7px;
  letter-spacing: -0.3px;
  color: #fff;
  display: inline-block;
  width:100%;
}
.newsletter-form .gform_confirmation_message{
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  font-family: "century-gothic",sans-serif;  
}
.newsletter-form form label{display: none;}
.newsletter-form ul li{margin-bottom: 20px;}
.newsletter-form input.form-control, .newsletter-form ul li input{
  background-color: #ced3d7;
  border:0px none;
  color: #161616;
  padding: 22px 20px;
  font-size: 14px;
  width:100%;
  position: relative;
  font-family: "century-gothic",sans-serif;
  margin-top: 12px;
  margin-bottom: 0px;
  font-weight: 700;
}
.newsletter-form .form-control:focus{border:0px none;}
.newsletter-form input[type="submit"]{
  background:#b4121b;
  color: #fff;
  font-size: 16px;
  /*text-transform: capitalize;*/
  text-align: center;
  border:0px none;
  cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px 23px;
}
.newsletter-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #161616;
  font-size: 14px;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  opacity: 1;
  /*text-transform: capitalize;*/
}
.newsletter-form input::-moz-placeholder { /* Firefox 19+ */
  color: #161616;
  font-size: 14px;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  opacity: 1;
  /*text-transform: capitalize;*/
}
.newsletter-form input:-ms-input-placeholder { /* IE 10+ */
  color: #161616;
  font-size: 14px;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  opacity: 1;
  /*text-transform: capitalize;*/
}
.newsletter-form input:-moz-placeholder { /* Firefox 18- */
  color: #161616;
  font-size: 14px;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  opacity: 1;
  /*text-transform: capitalize;*/
}


.footer-museuminfo-right{
  margin-left: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-museuminfo-right p{
  font-size: 15px;
  padding-bottom: 7px;
  letter-spacing: -0.3px;
  color: #fff;
}
.day {
    width: 195px;
    display: inline-block;
}
.address-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
}
.address-info .address p a{color: #fff;}
.address-info .address p a:hover{color: #b4121b;}
.scfd-img {padding-left: 60px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.scfd-img a{margin-left: 7px;max-width:100px;display: inline-block; width: 100%;}
.scfd-img a + a{max-width:30px;display: inline-block;}


/*FOOTER BOTTOM CSS START*/
.footer-bottom{
  background: #fff;
  padding: 35px 0px 35px 250px;
  text-align: left;
  display: inline-block;
  width: 100%;
  float: left;
}
.footer-bottom p{
  font-family: "century-gothic",sans-serif;
    color: #191919;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    width: 100%;
}
.footer-bottom p a{color: #191919;text-decoration: underline;}
.footer-bottom p a:hover{color: #b4121b;}

/*INNER BANNER CSS START*/
.inner-banner {
    position: relative;
    width: 100%;
    /*height: 630px;
    width:100%;
    background-size: cover;
    background-position: top center;
    background-color: rgba(0,0,0,0.5);*/
}
.inner-banner > img{
  max-height: 635px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.inner-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000;*/
    opacity: 0.5;
}
.inner-banner-content{
    /*position: absolute;
    bottom: 20px;
    left: 45px;
    z-index: 2;
    max-width: 75%;*/
}
.inner-header-banner .inner-banner-content {padding-bottom: 0;}
.inner-right-bottom-text{
    /*position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;*/
    z-index: 2;
    font-size: 10px;
    text-align: right;
    padding-top: 5px;
    color: #262626;
} 
.inner-banner-content h1{
    font-family:  "schoolbook",serif;
    font-size: 49px;
    color: #fff;
    line-height: 1.2;
    margin-bottom:0px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.inner-banner-content p{
  color: #fff;margin-bottom: 15px;font-size: 18px;letter-spacing: 0.6px;    margin-top: 10px;
  line-height: 1.2;font-weight: 400;font-family: "century-gothic",sans-serif;
}


/*.blog-list-filter-main css start*/
.blog-list-filter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;
  margin:0 auto;
  text-align: center;
  padding:60px 0px 35px;
  width: 100%;
}

/*.event-list-filter-main css start*/
.event-list-filter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: nowrap;flex-wrap: nowrap;
  margin:0 auto;
  text-align: center;
  padding:60px 0px 35px;
  width: 100%;
}
.event-list-filter ul, .blog-list-filter ul{padding:0px 60px;}
.filter-tabcontent{display: none;width: 100%;}
/*.select-option{display: flex;flex-direction: row;justify-content: flex-end;align-items: center;}*/
.event-list-filter .select-option h2.widget-title, .event-list-filter .select-option label{display: none;}
.select-option select{
  background: #fff url(images/select-down-arrow.png) no-repeat right 20px center;
  border:1px solid #cdcdcc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding:10px 92px 10px 15px;
  font-size: 18px;
  color: #696a6c;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.select-option select::-ms-expand {
    display: none;
}
.event-list-filter ul li, .blog-list-filter ul li{width: auto;display: inline-block;}
.event-list-filter ul li a, .blog-list-filter ul li a{
  padding:0px 14px;color: #696a6c;
  font-size: 22px;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 25px;
  display: inline-block;
}
.event-list-filter ul li.current-menu-item a,
.event-list-filter ul li a:hover, 
.blog-list-filter ul li.current-menu-item a, 
.blog-list-filter ul li a:hover
{color: #b4121b;}
.event-list-filter-content, .blog-list-filter-content{margin-bottom: 40px;display: block;}
.event-list-filter-content .recent-news-box:nth-child(5n+1), .blog-list-filter-content .recent-news-box:nth-child(5n+1), .sarch-row .recent-news-box:nth-child(5n+1){clear: left;}
.event-list-filter-content .recent-news-box h4{text-transform: uppercase;}

/*Event Detail css start*/
.event-detail-content.container-space{margin: 0px 250px 70px;padding:65px 0px 65px;display: block;border-bottom: 2px solid #dee0e2;}
.event-detail-content h2{margin-bottom: 25px;}
.event-detail-content h2 span, .event-detail-content h2 strong{color: #b4121b;}
.event-detail-content p{line-height: 1.6;margin-bottom: 15px;}

.single_blog_banner{margin-bottom:80px;}

.galleryimg-upload-sec{display: inline-block;width: 100%;}
.galleryimg-upload-info{
  margin:0px 250px 85px;
  display: inline-block;
  width: auto;
  padding:0px !important;
}
.upload-info-left{width: 49%;float: left;padding-right: 25px;}
.upload-info-right{width: 51%;float: left;padding-left: 25px;}
/*.galleryimg-upload-info h2{margin-bottom: 20px;margin-top: -10px;}*/
.galleryimg-upload-info h2 span, .galleryimg-upload-info h2 strong{color: #b4121b;}
/*.galleryimg-upload-info h3{
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: "century-gothic",sans-serif;
  color: #1b161b;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.4;
}*/
.galleryimg-upload-info p{line-height: 1.6;margin-bottom: 18px;}
input.fill-btn.black{padding:18px 100px;cursor: pointer;}
.galleryimg-upload-info form label{
  font-size: 15px;color: #262626;line-height: 1.5;
  padding-bottom: 8px;display: none;
  width: 100%;font-weight: 700;
}
.form-group{margin-bottom: 20px;}
.img-caption{
  color: #696a6c;
  display: inline-block;
  width: 100%;
  padding: 25px 0px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.6;
  border-bottom: 2px solid #dee0e2;
}


.onpage-gallery-main{display: inline-block;width: 100%;margin:0 auto 70px;}
.onpage-gallery-bg{display: inline-block;width: 100%;background:#eeeeee;padding:0px 70px 60px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.onpage-gallery-main .common-title-btn{padding:50px 0;}
.gallery-image{width:25%;float:left;margin-bottom:20px;padding:0px 10px;}

.inner-story-slide{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 790px;
}
.inner-story-content{
  position: relative;top: unset;left: unset;right:unset;padding: 125px 0 0 250px;max-width: 70%;
}

.inner-story-slide.slick-slide{min-height: 660px;}

/*exhibition-detail css start*/
.recent-post-list{display: inline-block;margin:0px 250px 60px;}
.recent-post-width{width:44%;float: left;padding-right: 90px;}
.recent-post-width ul li{padding:14px 0px 16px;border-bottom: 1px solid #ced3d7;}
.cat-arch-width ul li{padding:5px 0px 7px;border-bottom: 1px solid #ced3d7;}
.recent-post-width ul li:first-child, .cat-arch-width ul li:first-child{padding-top: 0px;}
.recent-post-width ul li h4 a, .cat-arch-width ul li a{font-size: 18px;font-weight: bold;line-height: 1.3;color: #161616;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.recent-post-width ul li h4 a:hover, .recent-post-width ul li h4 a.current, 
.cat-arch-width ul li a:hover, .cat-arch-width ul li a.current{color: #b4121b;}
.recent-post-width small{
  color: #696a6c;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "century-gothic",sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
.recent-post-list h3{
  font-size: 28px;
  text-transform: capitalize;
  font-family:  "schoolbook",serif;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 28px;
}
.cat-arch-width{width:27%;float: left;padding-right: 90px;}


/*inner page single content css*/
.home .entry-content{padding-bottom: 0px;}
.entry-content{padding-bottom: 40px;}
.container-space{padding: 0px 250px 25px;}
.single-content{display: inline-block;width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.single-content small{color: #696a6c;font-style: normal;font-weight: 400;margin-bottom: 0px;font-size: 15px;display: inline-block;width: 100%;}
.inner-header-banner.common-inner-banner {margin-bottom: 30px;}
.inner-banner-content{ margin-top: 30px; }


.archive .inner-header-banner.common-inner-banner{margin-bottom: 0px;}
.single-content img, .single-content figure, .event-detail-content img{max-width:100%;
height:auto !important;display: block; max-width:100%;  }

.single-content img.alignleft, .single-content img.alignright,  
.event-detail-content img.alignleft, .event-detail-content img.alignright
{
  display: inline-block; vertical-align: middle; max-width:100%;
}


.single-content img.aligncenter{margin-left:auto; margin-right:auto; width: auto;}
.single-content .fill-btn, .event-detail-content .fill-btn{padding:15px 30px;margin-top: 10px;}
.title-headingh2{
    margin-bottom: 30px;
    font-family: "schoolbook",serif;
    color: #1b161b;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 1.2;
}
.title-headingh3{
    margin-bottom: 20px;
    font-family:  "schoolbook",serif;
    color: #1b161b;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
h4.title-headingh4{
    margin-bottom: 20px;
    font-family:  "schoolbook",serif;
    color: #1b161b;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.single-content h2 > span, .single-content .heading-h2 > span,
.single-content h3 > span, .single-content .heading-h3 > span,
.single-content h4 > span, .single-content .heading-h4 > span, 
.title-headingh2 > span, .title-headingh3 > span, .title-headingh4 > span,
.event-detail-content .heading-h2 > span, .event-detail-content .heading-h3 > span, .event-detail-content .heading-h4 > span,
.galleryimg-upload-info .heading-h2 > span, .galleryimg-upload-info .heading-h3 > span, .galleryimg-upload-info .heading-h4 > span, span.text-red{color: #b4121b;}
.single-content h2, .single-content .heading-h2, .event-detail-content .heading-h2, .galleryimg-upload-info .heading-h2{
    margin-bottom: 25px;
    font-family: "schoolbook",serif;
    color: #1b161b;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 1.2;
}

.single-content h3, .single-content .heading-h3, .event-detail-content .heading-h3, .galleryimg-upload-info .heading-h3{
  margin-bottom: 20px;
  font-family:  "schoolbook",serif;
  color: #1b161b;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 1.2; 
}
.single-content h4, .single-content .heading-h4, .event-detail-content .heading-h4, .galleryimg-upload-info .heading-h4{
  margin-bottom: 10px;
  font-family:  "schoolbook",serif;
  color: #1b161b;
  font-weight: 700;
  font-size: 31px;
  letter-spacing: -0.5px;
  line-height: 1.2; 
}

.single-content a.fill-btn, .event-detail-content a.fill-btn, .galleryimg-upload-info a.fill-btn{color: #fff;margin-right: 15px;}
.single-content a.fill-btn:hover, .event-detail-content a.fill-btn:hover, .galleryimg-upload-info a.fill-btn:hover{color:#fff;text-decoration: none;}
.single-content a, .event-detail-content a, .galleryimg-upload-info a{color: #b4121b; border-bottom: 1px dotted; }

.single-content a:hover, .event-detail-content a:hover, .galleryimg-upload-info a:hover{color: #910e16;
border-bottom: 0; }
.single-content p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 20px;
    color: #262626;
    font-family: "century-gothic",sans-serif;
}
.single-content p b, .single-content p strong, .event-detail-content p b, .event-detail-content p strong{font-weight:700;color: #000000;}
.single-content iframe, .event-detail-content iframe {
    width: 100%;
    height: 400px;
    margin: 10px 0px;
}
.single-content iframe.video, .event-detail-content iframe.video{
    width: 885px;
    height: 500px;
    margin: 10px 0px;
}
audio{width: 100%;}
.single-content ul, .event-detail-content ul{padding:0px;list-style: outside none none;margin:20px 0px;}
.single-content ul li, .event-detail-content ul li{
  line-height: 1.6;
  margin-bottom: 10px;
  /*font-size: 18px;*/
  font-size: 20px;
  color: #262626;
  font-family: "century-gothic",sans-serif;
  position: relative;
  padding-left: 30px;
}
.single-content ol, .event-detail-content ol{padding:0px 0px 0 22px;margin:20px 0px;}
.single-content ol li, .event-detail-content ol li{
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 10px;
  /*font-size: 18px;*/
  font-size: 20px;
  color: #262626;
  font-family: "century-gothic",sans-serif;
  position: relative;
}
.single-content ul li:before, .event-detail-content ul li:before{
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 8px;
  height: 8px;
  background:#b4121b;
  border-radius: 50%;
}

.single-content table{width:60%;text-align: left;margin-bottom: 25px;margin-top: 30px;border-collapse: collapse;}
.single-content .col-6 table{width: 100%;}
.single-content .col-6 table tr td.number, .single-content table tr td.number{width: 75px; padding:8px 15px 8px 0px;}
.single-content table caption{
  margin-bottom: 0px;
  font-family: "century-gothic",sans-serif;
  color: #1b161b;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.4;
  padding:10px 0px;
  text-align:left;
}
/*.single-content table tr{border-bottom: 1px solid #dee0e2;display: table;width: 100%;}*/
/*.single-content table tr:last-child{border-bottom: 0px none;}*/
.single-content table tr th{
  text-align:left;padding:8px 40px 8px 0px;
  line-height: 1.6;
  margin-bottom: 15px;
  /*font-size: 18px;*/
  font-size: 20px;
  color: #262626;
  font-family: "century-gothic",sans-serif;
  position: relative;
  width:240px;
  border-bottom: 1px solid #dee0e2;
}
.single-content table tr td{
  text-align: left;padding:8px 10px 8px 0px;
  line-height: 1.6;
  margin-bottom: 15px;
  /*font-size: 18px;*/
  font-size: 20px;
  color: #262626;
  font-family: "century-gothic",sans-serif;
  position: relative;
  width:230px;
  border-bottom: 1px solid #dee0e2;
}
.table-formate{overflow-x: auto;}
.table-formate table {
  border-collapse: collapse;
  width: 100%;
}

.table-formate table th, .table-formate table td {
  border-bottom: 1px solid #dee0e2;
}

.single-content figcaption, .event-detail-content figcaption{
  color: #696a6c;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.4;
    border-bottom: 2px solid #dee0e2;
    margin-bottom: 25px;
}
.single-content .row{margin-left: -20px;margin-right: -20px;}
.single-content .col-6{width: 50%;float: left;padding: 0px 20px;}
.single-content .col-6 .heading-h3{margin-top: 8px;}
.event-detail-content.container-space.entry-top {
    padding-bottom: 0px;
    border-bottom: 0px none;
    margin-bottom: 0;
}
.entry-top p{margin-bottom: 0px;text-transform: uppercase;}
.entry-top .eventexport a{display: inline-block;margin-right: 3px;}
.entry-top .eventexport a > br{display: none;}
.event-detail-content.container-space.single-event-cntnt{padding-top: 20px;padding-bottom: 0px;border-bottom: 0px none;}
.eventcat span:last-child{display: none;}
.eventcat{margin-top: 15px;}


/*Gallery Images css*/
hr{
  border-top: 1px solid #dee0e2;
    margin: 30px auto;
    display: block;
    width: 100%;
    text-align: center;
}
.single-image-link{display: inline-block;width: 100%;}
.single-gallery-image{display: inline-block;margin-bottom: 20px;text-align: center;}
.single-gallery-image .single-image{width:24.6%;float: none;display:inline-block;padding:0px 10px;
margin-bottom: 20px; height: 270px; }
.single-gallery-image .single-image img.img-responsive{ object-position: center; object-fit: cover; height: 100%; width: 100%; 
}

.single-gallery-image .fill-btn{
  margin: 0 10px;
  text-align: center;
  padding: 20px 40px;
  display: inline-block;
  clear: both;
  width: auto;
}
.img-of-content h4{padding:7px 0px 10px;text-align: left;}
.single-gallery-image .onpage-gallery-bg{padding:65px 70px 40px;margin-left: -10px;margin-right: -10px;}

/*image with overlay content css*/
.overlay-single-image-link{display: inline-block;width: 100%;position: relative;}
.overlay-single-image-link img{display: block;width: 100%;height:auto;}

.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-color: rgba(255,255,255,0.7);
}
.overlay-content{
  position: absolute;top: 50%;left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding:0px 10px;
  width: 100%;
}
a.overlay-single-image-link:hover .overlay{opacity: 1;}
.overlay-content h4{padding-bottom: 5px;}
.overlay-content p{
  line-height: 1.6;
  margin-bottom: 0px;
  font-size: 18px;
  color: #161616;
  font-weight: 400;
  font-family: "century-gothic",sans-serif;
}

/* Header Search  */
.search_icon_mob, .search_icon_desk{cursor: pointer;}
.open-search-main i:before,
.open-search-main em:before,
.open-search-main span:before {
    content: "\f00d";
}
.header-search{
    position: absolute;
    bottom: 18px;
    width: 0;
    right: 110px;
    z-index: 3;
    opacity: 1;
    height: auto;      
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}
.header-search.open-search{width: 250px;-webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);}
.search-form .screen-reader-text{display: none;}
.search-icon-close{position: absolute;right: 14px;top: 9px;color: #000;z-index: 5;font-size: 17px; }
.search-icon-close:hover{color: #b4121b;}
.search-form .search-submit{display: none;}
.header-search .search-form input[type="search"] {
    color: #000;
    border: none;
    border: 1px solid #161616;
    background: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
    font-family: "schoolbook",serif;
    font-size: 17px;
    /*text-transform: capitalize;*/
    padding: 6px 10px;
}

/*.header-search{position:fixed; width:0%; height:100%; z-index:-11; background:#dee0e2;-o-transition:all ease-in-out 0.5s;transition:all ease-in-out 0.5s; -webkit-transition:all ease-in-out 0.5s; opacity:0; visibility:hidden; top: 0; left:50%;} 
.header-search.open-search{display:block; opacity:1; visibility:visible; width:100%; z-index:999; left:0;}
.open-pop-body{overflow:hidden;}
.search-icon-close{position: absolute;top: 40px;right: 40px;cursor: pointer;font-size:28px;display: inline-block;vertical-align: middle;color:#161616;} 
.search-icon-close:hover{color:#b4121b}
.header-search .search-form{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 1200px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.search-form .screen-reader-text{display: none;}


*/

/*left image right content css*/
.left-right-img-content{
  display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: nowrap;flex-wrap: nowrap;
  border-bottom: 2px solid #dee0e2;margin-bottom: 70px;padding-bottom: 70px;
}
.left-right-img-content:nth-child(even){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.left-right-img-content:last-child{margin-bottom: 0px;border-bottom: 0px;padding-bottom: 0px;}
.left-featured-img{width: 50%;padding-right: 15px;}
.right-img-content{width: 50%;padding-left:15px;}
.left-right-img-content:nth-child(even) .left-featured-img{padding-left: 15px;}
.left-right-img-content:nth-child(even) .right-img-content{padding-right:15px;}
.right-img-content .heading-h2{margin-bottom: 5px;}
.right-img-content .heading-h2 span{color:#b4121b;}
.right-img-content small{color: #696a6c;font-style: italic;font-weight: 700;margin-bottom: 10px;font-size: 16px;display: inline-block;width: 100%;}
.right-img-content p{margin-bottom: 15px;line-height: 1.6;}
.right-img-content .fill-btn{padding:15px 30px;margin-top: 10px;}
.pb-0{padding-bottom:0px !important;}

/*ticket donate request form css*/
.ticket-donate-request-form .gform_body > ul{margin-left: -10px;margin-right: -10px;}
.ticket-donate-request-form .gform_body > ul > li{padding:0px 10px;clear: both;}
.ticket-donate-request-form input#input_5_7_other {
    border: none;
    border-bottom: 1px solid #a5a5a5;
    font-size: 18px;
    color: #676363;
    font-weight: 300;
}
.gfield_required{color: #b4121b;margin-left: 3px;}
.gform_body .screen-reader-text{display: none;}
.gform_body ul.gfield_radio{margin:5px 0px;}
.gform_body ul.gfield_radio > li {margin-bottom: 5px;}
.gform_body ul.gfield_radio > li > input{margin-right: 7px;}
.gform_body .gfield_description{font-size: 12px;padding-top: 4px;}
.ticket-donate-request-form .form-control > label, .ticket-donate-request-form .form-radio > label{display: block;width: 100%;font-weight: 700;padding-bottom: 7px;}
.ticket-donate-request-form .form-control, .ticket-donate-request-form .form-radio{margin-bottom: 20px;width: 50%;float: left;}
.validation_error{display: none !important;}
.ticket-donate-request-form .form-control .validation_message,.ticket-donate-request-form .form-radio .validation_message{
  color: #b4121b;;
  font-size: 15px;
  font-family: "century-gothic",sans-serif;
  padding:5px 0px 0px;
  display: inline-block;
  width: 100%;
  float: none;
}
.gform_confirmation_message{font-size: 20px;color: green;font-weight: 700;margin-bottom: 20px;}
.ticket-donate-request-form ul li{padding-left: 0px;}
.ticket-donate-request-form ul li:before{display: none;}
.ticket-donate-request-form .form-control input, .ticket-donate-request-form .form-control select, 
.ticket-donate-request-form .form-control.merge-field .ginput_container > span > input{
  background-color: #eee;
  border:0px none;
  color: #161616;
  padding: 19px 20px;
  font-size: 15px;
  width:100%;
  position: relative;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
}
.ticket-donate-request-form .form-control select{
  background: #eee url(images/select-down-arrow.png) no-repeat right 20px center;
  /*border:1px solid #cdcdcc;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #161616;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.ticket-donate-request-form .form-control select::-ms-expand {
    display: none;
}
.ticket-donate-request-form .form-control input:focus, .ticket-donate-request-form .form-control input:visited,
.ticket-donate-request-form .form-control select:focus, .ticket-donate-request-form .form-control select:visited{border:0px none;outline:0px none;outline-offset: 0px;}
.ticket-donate-request-form .gform_footer{width: 100%;clear: both;}
.ticket-donate-request-form .gform_footer input[type="submit"]{
  padding:18px 100px;cursor: pointer;
  background:#b4121b;
  color: #fff;
  /*text-transform: capitalize;*/
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  border:0px none;
  margin-bottom: 30px;
}
.ticket-donate-request-form .gform_footer input[type="submit"]:hover{background:#191919;}
.gallery-btn{display: block;width: 100%;clear: both;}
.lightbox-gallery .single-image a{display: inline-block;width: 100%;height: auto;}

.ticket-donate-request-form li.form-control.merge-field{width:100%;clear: both;}
.ticket-donate-request-form .form-control.merge-field .ginput_container > span > label{
  font-size: 14px;line-height: 1.6;padding-top: 5px;text-transform: uppercase;display: inline-block;width: 100%;
}
.ticket-donate-request-form .form-control.merge-field .ginput_container > span{margin-bottom:20px;width: 49%;display: inline-block;vertical-align: top;float: left;}
.ticket-donate-request-form .form-control.merge-field .ginput_container > span:nth-child(2n){float: right;}
.ticket-donate-request-form .form-control.merge-field .ginput_container > span:nth-child(2n+1){clear: left;}
.ticket-donate-request-form .gfield_html > h3{
  border-top: 1px solid #dee0e2;
  padding-top: 30px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

/*  Pagination  */
nav.navigation.pagination{
  clear: both;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 2px;
  text-align: center;
  margin: 30px auto 20px;
  float: none;
}
.pagination{font-size: 16px;}
.pagination .screen-reader-text{display: none;}
.navigation.pagination h2, .navigation.pagination span.nav-next-text, .navigation.pagination span.nav-prev-text{display: none;}
.navigation.pagination .svg-icon{position: relative;top: 5px;}
.navigation.pagination .page-numbers{
  padding-right: 0;
  color: #9c9d9e;
  text-decoration: none;
  border:1px solid #9c9d9e;
  background: #fff;
  text-align: center;
  padding:13px 19px;
  float:left;
  margin:0px 4px 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "century-gothic",sans-serif;
  font-weight: 400;
}
.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:hover{color: #000;border-color: #000;}
.navigation.pagination a.prev.page-numbers, .navigation.pagination a.next.page-numbers{padding:13px 25px;}

/*search page css*/
.not-found{text-align: center;}
.not-found, .error-not-found{padding-bottom: 50px;}
.not-found .page-title{font-size:36px;color: #1b161b;margin-bottom: 15px;}
.not-found .page-title > span{color: #b4121b;}
.not-found .search-form input[type="search"]{
  background-color: #eee;
  border:0px none;
  color: #161616;
  padding: 19px 20px;
  font-size: 15px;
  width:320px;
  position: relative;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  /*text-transform: capitalize;*/
  margin-top: 10px;
}
.search-content-area .single-content h2{ margin: 00px 0 15px;} 
.text-center{text-align:center;}
.edit-link {display: none;}
.search-form input:-internal-autofill-selected{background-color: transparent !important;}
.thankyou-content h2{font-size: 47px;}

/*mobile header menu css*/
.mobile-nav{display: none;}
.mob-practice-area{display: none;}
a.menu-button {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-family: "century-gothic",sans-serif;
    margin: 1px 0px 1px 15px;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
}
a.menu-button:hover{color:#b4121b;}
a.menu-button i {
    margin: -2px 8px 0 0px;
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    line-height: 19px;
    cursor: pointer;
}
.mobile-navmenu {
     position: fixed;
    top: 0;
    left: unset;
    z-index: 4;
    color: #fff;
    background: #000;
    right: 0;
    width: 40%;
    height: 100vh;
    opacity: 1;
    visibility: visible;
    padding-top: 85px;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.mob-menu-active .menu-overlay, .mob-menu-active .mobile-navmenu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.mob-menu-active .menu-overlay, .mob-menu-active .mobile-navmenu{opacity: 1;visibility: visible;}
.mob-menu-close:after{
  content:'X';color: #fff;position: absolute;top: 20px;right: 20px;z-index: 5;font-size: 26px;
  font-family: "century-gothic",sans-serif;cursor: pointer;font-weight: bold;
}
.mob-menu-close:hover:after{color:#b4121b;}
.header-left-menu.mobile .mobile-navmenu ul li a{
  font-family:  "schoolbook",serif;
  font-size: 15px;
  line-height: 1.3em;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding:10px 55px 10px 20px;
  color: #ffffff;
  background-color: transparent;
}
.header-left-menu.mobile .mobile-navmenu ul li > ul > li > a{padding:3px 55px 3px 15px;}
.header-left-menu.mobile .mobile-navmenu ul li.current-menu-item ul, 
.header-left-menu.mobile .mobile-navmenu ul li.current-menu-ancestor ul{padding-bottom: 10px;}
.header-left-menu.mobile .mobile-navmenu ul li.current-menu-item > a, 
.header-left-menu.mobile .mobile-navmenu ul li.current-menu-ancestor > a{
  background-color: transparent;color: #b4121b;
}
.mobile-menu{display: inline-block;width: auto;}
.header-left-menu.mobile{
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-left-menu.mobile .header-search-right{display: block;}
.header-left-menu.mobile .header-search-right ul li{margin-right: 0px;}
.upcoming_exhibitions, .past_exhibitions{display: none;}

/*club registration form css*/
.club-form .form-control label, .club-form .form-checkbox > label{display: block;width: 100%;padding-bottom: 7px;font-weight: 700;}
.club-form .form-control, .club-form .form-checkbox{margin-bottom: 25px;width: 50%;float: left;}
.club-form .gfield_checkbox li{display: inline-block;width: 100%;margin-bottom: 5px;}
.club-form .gfield_checkbox li > label{margin-left: 5px;}
.validation_error{display: none !important;}
.club-form .form-control .validation_message{
  color: #b4121b;
  font-size: 15px;
  font-family: "century-gothic",sans-serif;
  padding:5px 0px 0px;
}
.club-form .gform_body ul {
    width: 100%;
    display: inline-block;
}
.club-form .gform_body > ul > li{
    width: 70%;
    display: inline-block;
}
.event-detail-content .club-form ul.gfield_checkbox{margin:5px 0px 0px;}
.club-form ul li{
  padding-left: 0px;
  display: inline-block;
  vertical-align: top;
  clear: both;
}
.club-form ul li:before{display: none;}
.club-form .form-control input, .club-form .form-control select{
  background-color: #eee;
  border:0px none;
  color: #161616;
  padding: 20px 20px;
  font-size: 15px;
  width:100%;
  position: relative;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
}
.club-form .form-control input:focus, .club-form .form-control input:visited,
.club-form .form-control select:focus, .club-form .form-control select:visited{border:0px none;outline:0px none;outline-offset: 0px;}
.club-form .form-control select{
  background: #eee url(images/select-down-arrow.png) no-repeat right 20px center;
  /*border:1px solid #cdcdcc;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #161616;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.club-form .form-control select::-ms-expand {
    display: none;
}
.club-form .gform_footer{width: 100%;clear: both;}
.club-form .gform_footer input[type="submit"]{
  padding:18px 100px;cursor: pointer;
  background:#b4121b;
  color: #fff;
  /*text-transform: capitalize;*/
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  border:0px none;
  width: auto;
  clear: both;
}
.club-form .gform_footer input[type="submit"]:hover{background:#191919;}
.club-form .gform_title{
  margin-bottom: 20px;
  font-family: "century-gothic",sans-serif;
  color: #1b161b;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.4; 
  border-top: 1px solid #dee0e2;
  padding-top: 40px;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

/* search */
/*.single-content-search{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}*/
/*.sarch-row{margin: 0 1% 20px;width:23%;}*/
/*.single-content .search_thumb img{height:300px !important; width: 100%; -o-object-fit: cover; object-fit: cover;}*/
.entry-sarch {margin: 16px 0 10px;}
.sarch-row {
    margin-left: -7px;
    margin-right: -7px;margin-bottom: 40px;
    display: inline-block;width: 100%;
}
.single-content.single-content-search h4{font-size: 18px;text-transform: uppercase;color: #161616;letter-spacing: 0px;font-family: "century-gothic",sans-serif;padding-bottom: 3px;line-height: 1.6;margin-bottom: 0px;}
.single-content.single-content-search h4 a{color: #161616;}
.single-content.single-content-search h4 a:hover{color: #b4121b;}
.single-content.single-content-search small{font-size: 14px;}
.single-content.single-content-search p{margin-bottom: 5px;}


/*common form css*/

body input[type="text"], body input[type="submit"], body input[type="email"], body input[type="password"], body input[type="number"],body textarea,body input[type="tel"], body input[type="date"]{
  box-shadow: 0px !important;
  -webkit-box-shadow: 0px !important;
  -ms-box-shadow: 0px !important;
  -moz-box-shadow: 0px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0px !important;
  border-radius: 0px;
}
.common-form .gform_body > ul{margin-left: -10px;margin-right: -10px;}
.common-form .gform_body > ul > li{padding:0px 10px;clear: both;}
.common-form .form-radio .gfield_radio li:last-child input[type="text"] {
    border: none;
    border-bottom: 1px solid #a5a5a5;
    font-size: 18px;
    color: #676363;
    font-weight: 300;
}
.gfield_required{color: #b4121b;margin-left: 3px;}
.gform_body .screen-reader-text{display: none;}
.gform_body ul.gfield_radio, .common-form .gform_body ul.gfield_checkbox{margin:5px 0px;}
.gform_body ul.gfield_radio > li, .common-form .gform_body ul.gfield_checkbox > li {margin-bottom: 5px;}
.gform_body ul.gfield_radio > li > input, .common-form .gform_body ul.gfield_checkbox > li > input{margin-right: 7px;}
.gform_body .gfield_description, .gform_body .instruction{font-size: 12px;padding-top: 4px;padding-bottom: 8px;}
.common-form .form-group-field .ginput_container_date{position: relative;}
.common-form .gform_wrapper input.datepicker.datepicker_with_icon{
  margin-right: 4px !important;display: inline-block;vertical-align: middle;
}
.common-form .ui-datepicker-trigger{
  width: auto;display: inline-block;vertical-align: middle;
  position: absolute;right: 20px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}
.common-form .form-group-field > label, .common-form .form-radio > label, .common-form .form-checkbox > label{display: block;width: 100%;font-weight: 700;padding-bottom: 7px;}
.common-form .form-group-field, .common-form .form-radio, .common-form .form-checkbox{margin-bottom: 20px;width: 50%;float: left;}
.validation_error{display: none !important;}
.common-form .form-group-field .validation_message,.common-form .form-radio .validation_message,
.common-form .form-checkbox .validation_message{
  color: #b4121b;;
  font-size: 15px;
  font-family: "century-gothic",sans-serif;
  padding:5px 0px 0px;
  display: inline-block;
  width: 100%;
  float: none;
}
.gform_confirmation_message{font-size: 20px;color: green;font-weight: 700;margin-bottom: 20px;}
.common-form ul li{padding-left: 0px;}
.common-form ul li:before{display: none;}
.common-form .form-group-field input, .common-form .form-group-field select, .common-form .form-group-field textarea, 
.common-form .form-group-field.merge-field .ginput_container > span > input, .common-form .form_saved_message_emailform input{
  background-color: #eee;
  border:0px none;
  color: #161616;
  padding: 19px 20px;
  font-size: 15px;
  width:100%;
  position: relative;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
}
.common-form .form-group-field select{
  background: #eee url(images/select-down-arrow.png) no-repeat right 20px center;
  /*border:1px solid #cdcdcc;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #161616;
  font-family: "century-gothic",sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.common-form .form-group-field select::-ms-expand {
    display: none;
}
.common-form .form-group-field input:focus, .common-form .form-group-field input:visited,
.common-form .form-group-field select:focus, .common-form .form-group-field select:visited{border:0px none;outline:0px none;outline-offset: 0px;}
.common-form .gform_footer{width: 100%;clear: both;}
.common-form .gform_footer input[type="submit"],.gform_next_button, .gform_previous_button,.common-form .gform_page_footer input[type="submit"], .common-form .form_saved_message_emailform input[type="submit"]{
  padding:18px 100px;cursor: pointer;
  background:#b4121b;
  color: #fff;
  /*text-transform: capitalize;*/
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  border:0px none;
  margin-bottom: 30px;
}
.common-form .gform_footer input[type="submit"]:hover{background:#191919;}
.gallery-btn{display: block;width: 100%;clear: both;}
.lightbox-gallery .single-image a{display: block;width: 100%;height: 100%;}

.common-form li.form-group-field.merge-field{width:100%;clear: both;}
.common-form .form-group-field.merge-field .ginput_container > span > label{
  font-size: 14px;line-height: 1.6;padding-top: 5px;text-transform: uppercase;display: inline-block;width: 100%;
}
.common-form .form-group-field.merge-field .ginput_container > span{margin-bottom:0px;width: 49%;display: inline-block;vertical-align: top;float: left;}
.common-form .form-group-field.merge-field .ginput_container > span:nth-child(2n){float: right;}
.common-form .form-group-field.merge-field .ginput_container > span:nth-child(2n+1){clear: left;}
.common-form .gfield_html > h3{
  border-top: 1px solid #dee0e2;
  padding-top: 30px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.common-form .gform_heading{text-align: center;}
.common-form .gform_heading h3{font-size: 36px;}
.form-time .clear-multi > div{
  width: 31.33%;
  display: inline-block;
  vertical-align: top;
}
.form-time .clear-multi > div.gfield_time_minute{margin:0px 2%;}
.form-time .clear-multi > div.gfield_time_hour{position: relative;}
.form-time .clear-multi > div.gfield_time_hour > i{
  position: absolute;
  top: 50%;
  right: -9px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% - 25px);
}
.ginput_container_consent input[type="checkbox"]{width:auto;margin-top: 20px;display: inline-block;margin-right: 7px;}

.tabs-list ul, .gf_page_steps {display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;list-style-type: none;border-bottom: 2px solid gray;text-align: center;-ms-flex-pack: distribute;justify-content: space-around;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.tabs-list ul li,.gf_page_steps .gf_step {display: inline-block;list-style-type: none;list-style: none;padding-left: 0;margin-bottom: 0;padding-bottom: 10px;color: #cfd4d8;font-weight: bold;width: 33%;}
.gf_page_steps .gf_step.gf_step_active {color: #666;}
.tabs-list ul li:before{display: none;}
.tabs-list ul li a, .gf_page_steps .gf_step span {margin-bottom: 0;padding-bottom: 10px;}
.gform_next_button:hover, .gform_previous_button:hover,.common-form .gform_page_footer .gform_button:hover, .common-form .form_saved_message_emailform input[type="submit"]:hover{background-color: #910e16;color: #fff;}
.cr-form .gform_page_footer{margin: 20px 0;border-top: 1px solid #cfd4d8;padding: 16px 0 0 0;}
.cr-form.common-form .form-group-field,.cr-form.common-form .form-radio, .cr-form.common-form .form-checkbox{padding: 0;width: 100%;float: none;}
.cr-form.common-form .gform_heading{margin-bottom: 40px;}
.cr-form.common-form .gform_body{margin-top: 15px;}
.cr-form.common-form .form-group-field .ginput_complex{display: inline-block;width: 100%;}
.cr-form.common-form .form-group-field .ginput_complex span{width: 50%;float: left;padding: 0 15px 0 0;margin-bottom: 15px;}
.cr-form.common-form .form-group-field .ginput_complex span:nth-child(2n){padding-right: 0;}
.cr-form.common-form .form-group-field .ginput_complex span:nth-last-child(-n+1), .cr-form.common-form .form-group-field .ginput_complex span:nth-last-child(-n+2){margin-bottom: 0;}
.cr-form .gform_page_footer .gform_save_link {float: right; margin-top: 20px; }
.form_saved_message_emailform form input {
    float: left;
}
.common-form .form_saved_message_emailform input[type="text"]{
  width:70%;margin-bottom: 30px;
}
.common-form .form_saved_message_emailform input[type="submit"]{width:auto;clear:both;}
input, textarea, button, select, a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.post-thumbnail, .single-post .common-inner-banner{display: none;}

.home-banner-slider .black-overlay{ opacity: 0.5; }

.inner-banner-content p, .inner-banner-content h1{ color: #262626; }

.spacer{ margin: 0 250px; }
.event-list-filter .select-option{ font-size: 0; }
.pa-box{ width: 100%; text-align: center; }

.recent-news-box img{ height: 514px; width: 100%; object-fit: cover; object-position: center center;}
a.ie_image_bg{height: 514px; width: 100%; background-size: cover; background-position: center center; display: inline-block;}

/* 19 July 2022 */
.sign_up_form .vote-success {font-size: 19px;color: green;text-align: center;}
.sign_up_form .vote-success p {text-align: center;}
.sign_up_form .vote-success .error-msg {color: red;text-align: center;}
.award_votting .gallery .vote_box:hover .fa-thumbs-o-up::before {content: "\f164";color: #b4121b;}
.award_votting .gallery .vote_box.voteset .fa-thumbs-o-up::before {content: "\f164";color: #b4121b;}
.award_votting .vote_result_row  {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-direction: row;margin: 0 -10px;}
.vote_result_row .row-items {display: flex;flex-wrap: wrap;flex-direction: row;margin: 0 10px 20px;width: calc(50% - 20px);background-color: #ededed;}
.vote_result_row  .row-items .row-image {width: 40%;line-height: 0;padding-top: 42%;position: relative;overflow: hidden;}
.vote_result_row  .row-items .row-title-vote {width: 60%;padding: 20px 60px;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;}
.vote_result_row .row-image img {-o-object-fit: cover;object-fit: cover;object-position: center;width: 100%;height: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.vote_result_row .row-items .row-title-vote .row-title {font-family: "century-gothic", sans-serif;color: #1c1c1c;font-size: 33px;font-weight: bold;margin-bottom: 0.5rem;}
.vote_result_row .row-items .row-title-vote .row-count {font-family: "century-gothic", sans-serif;color: #1c1c1c;font-size: 30px;font-weight: bold;}

@media screen and (max-width:1600px){
  .sign_up_form .vote-success {font-size: 16px;}
  .vote_result_row .row-items .row-title-vote {padding: 20px 50px;}
  .vote_result_row .row-items .row-title-vote .row-title {font-size: 30px;}
  .vote_result_row .row-items .row-title-vote .row-count {font-size: 28px;}

}
@media screen and (max-width:1400px){
  .sign_up_form .vote-success {font-size: 16px;}
  .vote_result_row .row-items .row-title-vote {padding: 20px 30px;}
  .vote_result_row .row-items .row-title-vote .row-title {font-size: 28px;}
  .vote_result_row .row-items .row-title-vote .row-count {font-size: 26px;}

}
@media screen and (max-width:1199px){
  .vote_result_row .row-items .row-title-vote {padding: 20px;}
  .vote_result_row .row-items .row-title-vote .row-title {font-size: 26px;}
  .vote_result_row .row-items .row-title-vote .row-count {font-size: 24px;}

}
@media screen and (max-width:1024px){
  .vote_result_row .row-items .row-title-vote .row-title {font-size: 24px;}
  .vote_result_row .row-items .row-title-vote .row-count {font-size: 22px;}

}
@media screen and (max-width:1024px){
  .vote_result_row .row-items .row-title-vote .row-title {font-size: 24px;}
  .vote_result_row .row-items .row-title-vote .row-count {font-size: 22px;}

}
@media screen and (max-width:991px){
  .vote_result_row .row-items {width: 100%;max-width: 600px;}

}
@media screen and (max-width:600px){
  .sign_up_form .vote-success {font-size: 16px;}  

}
@media screen and (max-width:479px){
  .vote_result_row .row-items .row-title-vote .row-title {font-size: 20px;}
  .vote_result_row .row-items .row-title-vote .row-count {font-size: 18px;}

}


/* --- Footer Logo Slider */
.footer-logo-area::after, .footer-logo-area::before {content: "";display: block;float: none;clear: both;}
.footer-logo-area {padding: 50px 0;float: none;clear: both;border-bottom: 1px solid #ececeb;}
.footer-logo-wrapper {margin: 0 250px;position: relative;display: flex;flex-wrap: wrap;align-items: center;}
.logo_slider_title {width: 100%;}
.logo_slider_title h2 {color: #161616;font-size: 18px;font-family: "century-gothic",sans-serif;font-weight: bold;}
.logo_slider_title {display: block;margin-bottom: 30px;}
.static_logo {line-height: 0;width: calc(20% - 25px);margin-right: 25px;}
.static_logo img {max-width: 145px;max-width: 100%;max-height: 60px;}
.footer-logo-slider-div {width: calc(100% - 145px);padding-left: 50px;padding-left: 0;width: calc(100% - 20%);}
.footer-logo-slider.slick-slider {position: static;}
.footer-logo-slider .slick-list {display: block;margin-left: -15px;margin-right: -15px;height: auto !important;}
.footer-logo-slider .slick-slide {margin-left:  15px;margin-right:  15px;line-height: 0;}
.footer-logo-slider .slick-track {display: flex;flex-wrap: wrap;align-items: center;}
.footer-logo-area .slick-slide a {display: inline-block;display: table;margin-left: auto;margin-right: auto;text-align: center;}
.footer-logo-area .slick-slide img {width: auto;max-width: 100%;height: auto;max-height: 60px;}
.footer-logo-area .slick-dots {display: flex;flex-wrap: wrap;margin: 0 -10px;width: auto;position: absolute;top: -7px;left: 120px;}
.footer-logo-area .slick-dots li {margin: 5px 10px;}
.footer-logo-area .slick-dots li button {width: 64px;height: 3px;background-color: #eaeae9;font-size: 0;color: transparent;border: 0;box-shadow: none;cursor: pointer;line-height: 1;}
.footer-logo-area .slick-dots li.slick-active button {background-color: #e8d2a1;}

@media screen and (max-width:1750px){
  .footer-logo-wrapper {margin: 0 220px;}
}
@media screen and (max-width:1550px){
  .footer-logo-wrapper {margin: 0 100px;}
}
@media screen and (max-width:1280px){
  .footer-logo-wrapper {margin: 0 90px;}
}
@media screen and (max-width:1199px){
  .footer-logo-wrapper {margin: 0 60px;}
  .footer-logo-area {padding: 40px 0;}
  .footer-logo-area .slick-dots li button {width: 54px;}
}
@media screen and (max-width:1024px){
	.static_logo {width: calc(25% - 25px);}
	.footer-logo-slider-div {width: calc(100% - 25%);}
}
@media screen and (max-width:999px){
  .footer-logo-wrapper {margin: 0 40px;}
  .footer-logo-area .slick-dots li button {width: 50px;}
  .footer-logo-area .slick-dots li {margin: 5px;}
  .footer-logo-area .slick-dots {margin: 0 -5px;}
}
@media screen and (max-width:767px){
  .footer-logo-wrapper {margin: 0 30px;}
  .footer-logo-area .slick-dots li button {width: 40px;}
	.static_logo {width: calc(33.33% - 25px);}
	.footer-logo-slider-div {width: calc(100% - 33.33%);}
}
@media screen and (max-width:480px){
  .footer-logo-wrapper {margin: 0 20px;}
  .footer-logo-area .slick-dots li button {width: 30px;}
  .footer-logo-area .slick-dots {bottom: -28px;left: 0;right: 0;top: auto;justify-content: center;}
  .static_logo img {max-width: 100px;}
  .footer-logo-slider-div {width: calc(100% - 100px);padding-left: 20px;}
	.static_logo {width: calc(50% - 25px);}
	.footer-logo-slider-div {width: calc(100% - 50%);}
}
/* --- #Footer Logo Slider */