/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

@font-face {
    font-family: 'HTFDidot-B16Bold';
    src: url('fonts/HTFDidot-B16Bold.eot');
    /* IE9 Compat Modes */
    src: url('fonts/HTFDidot-B16Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/HTFDidot-B16Bold.woff') format('woff'), /* Modern Browsers */
    url('fonts/HTFDidot-B16Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/HTFDidot-B16Bold.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'AkzidenzGroteskPro-Bold';
    src: url('fonts/AkzidenzGroteskPro-Bold.eot');
    /* IE9 Compat Modes */
    src: url('fonts/AkzidenzGroteskPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/AkzidenzGroteskPro-Bold.woff') format('woff'), /* Modern Browsers */
    url('fonts/AkzidenzGroteskPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/AkzidenzGroteskPro-Bold.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'AkzidenzGroteskPro-Regular';
    src: url('fonts/AkzidenzGroteskPro-Regular.eot');
    /* IE9 Compat Modes */
    src: url('fonts/AkzidenzGroteskPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/AkzidenzGroteskPro-Regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/AkzidenzGroteskPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/AkzidenzGroteskPro-Regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'akzidenz-grotesk_prosuper';
    src: url('fonts/akzidgrtskprosup-webfont.eot');
    /* IE9 Compat Modes */
    src: url('fonts/akzidgrtskprosup-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/akzidgrtskprosup-webfont.woff') format('woff'), /* Modern Browsers */
    url('fonts/akzidgrtskprosup-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/akzidgrtskprosup-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

b,
strong {
    font-family: AkzidenzGroteskPro-Bold;
    font-weight: 500;
}

/* new contact form 7 forms */
.cfc_SubFieldGroup {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.cfc_SubFieldGroup .cfc_SubField {
    width: 49%;
}

.cfc_row.cfc_three_cols .cfc_SubField {
    width: 32% !important;
}

.isrequiredd:after {
    content: '*';
    color: red;
    margin-left: 3px;
}

label.cfc_Supporting.light {
    color: #777777;
    font-size: 13px;
}
/* 
.cfc_row {
    margin: 20px 0px;
} */
p.helpText {
    margin: 3px 0px;
    padding: 0;
    font-size: 13px !important;
}
.custom_form_wrapper input[type="text"], 
.custom_form_wrapper input[type="email"], 
.custom_form_wrapper input[type="tel"], 
.custom_form_wrapper textarea {
    width: 100%;
	min-height: 50px;
    padding: 10px 12px;
}


.custom_form_wrapper textarea {
    max-height: 100px;
    width: 100% !important;
}

.custom_form_wrapper label{
	margin-top:20px;
}
.wpcf7-date {
    width: 100%;
    padding: 4px;
	min-height:50px;
}

.timeDropdownWrapper {
    display: flex;
    justify-content: space-between;
}

.timeDropdownWrapper .timeDropdown {
    width: 33%;
}

.timeDropdownWrapper select.wpcf7-form-control.wpcf7-select {
    width: 90%;
    padding: 5px;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    min-height: 50px;
    padding: 10px 12px;
}

.wpcf7-submit {
    background: #62a945;
    color: #fff;
    padding: 13px 30px;
    border: none;
    text-transform: uppercase;
    margin-top: 20px;
    min-width: 200px;
	    letter-spacing: 1px;
}
.wpcf7-submit:hover {
   background: #000;
}

.additional-timings {
        display: none;
    }
    .page-id-36462 .additional-timings {
        display: block; 
    }
    .page-id-36462 .global-timings {
        display: none;
    }
@media (max-width: 991px) {

	.cfc_row.cfc_three_cols .cfc_SubField,.cfc_SubFieldGroup .cfc_SubField {
		width: 100% !important;
	}
}


/* end of new contact form 7 forms */

/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

img {
    max-width: 100%;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
    list-style-position: inside;
}

body {
    font-size: 16px;
    font-family: 'AkzidenzGroteskPro-Regular';
}

ul {
    list-style: none;
}

a:focus {
    outline: medium none !important;
}

a:hover,
a:focus,
.big-menu ul li a:hover {
    text-decoration: none;
    color: #62a945;
}

.navbar-brand {
    height: 42px;
    padding: 0px 15px;
    margin-bottom: 10px;
}

.navbar-brand img {
    height: 100%;
    float: left;
    max-width: 100%;
}

.container {
    max-width: 1280px;
    padding: 0 15px;
}

.navbar {
    margin-bottom: 0;
    position: relative;
    border: 0;
}

header .container {
    padding: 33px 15px;
}

header .right-section {
    float: right;
    display: table;
}

.search-form .screen-reader-text,
.search-form .search-submit {
    display: none;
}

.search-form {
    display: inline-block;
}

.Columbus_img {
    height: auto;
}

.Columbus_img_link {
    float: right;
}

header input[type="search"],
#s {
    width: 0;
    border: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    margin-top: 5px;
}

header .right-section .time {
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}

input[type="search"],
#s {
    border: 0;
    padding: 4px 10px;
    outline: none;
}

input[type="search"].active,
#s.active {
    border-left: 2px solid #000;
    width: 190px;
}


/*#searchform label
{
  display: none;
  }*/

#searchsubmit {
    display: none;
}

#searchform,
#searchform>div {
    float: left;
}

header .fa-search {
    cursor: pointer;
    float: left;
    font-size: 27px;
    line-height: 30px;
    margin-left: 30px;
    /* margin-right: 15px; */
    margin-top: 5px;
}

.navigation {
    float: right;
}

.menu-icon {
    font-size: 0.72em;
    padding-top: 27px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    background: url("images/menu_bg.png")right 0px no-repeat;
    background-size: 37px;
    display: none;
    text-align: right;
}

.menu-icon .fa {
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 40px;
}

.big-menu {
    position: absolute;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    left: 0;
    top: 100%;
    display: none;
}

.big-menu .container {
    padding: 25px 0;
}

.big-menu .inner {
    float: right;
}

.big-menu ul {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #000;
}

.big-menu ul li {
    /* display: block; */
}

.big-menu ul li a {
    color: #000;
    font-size: 1.313em;
    display: block;
    padding: 1px 0;
}

.big-menu ul.main-nav {
    padding-bottom: 10px;
}

.big-menu ul.middle-nav {
    padding-bottom: 11px;
}

.big-menu ul.middle-nav li a {
    font-size: 1.063em;
    padding: 2px 0;
    display: block;
}

.big-menu ul.social-nav {
    border-bottom: 0;
    margin-bottom: 4px;
}

.big-menu ul.social-nav li {
    display: inline-block;
}

.big-menu ul.social-nav a {
    padding: 0 10px;
}


/****** photos gallery slider *******/

.photos-slider .wpsisac-slick-carousal .slick-slide {
    height: 200px;
    margin-right: 10px;
}

.photos-slider .slick-slide img {
    height: 100%;
    width: auto;
}

.photos-slider .wpsisac-slick-carousal.design-6 {
    padding-bottom: 0;
}

.photos-slider .wpsisac-slick-carousal.design-6 .slick-arrow {
    top: 37% !important;
}


/****** banner ********/

.banner-outer {
    float: left;
    width: 100%;
    position: relative;
}

.banner-outer .container {
    position: relative;
}

.banner-outer img {
    width: 100%;
    height: auto;
    float: left;
}

.banner-content {
    position: absolute;
    bottom: 35px;
}

.banner-content .inner {}

.banner-content .inner * {
    color: #fff;
}

.banner-content .inner h1 {
    font-family: "HTFDidot-B16Bold";
    font-size: 80pt;
}

.banner-content .inner h2 {
    /* //font-size: 1.5em; */
    font-size: 18pt;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "AkzidenzGroteskPro-Regular";
}

.banner-content .inner label {
    font-size: 18pt;
    font-family: "akzidenz-grotesk_prosuper";
}

.banner-label {
    padding: 25px 15px 0 35px;
    text-align: right;
}

.page-template-home-template .mid-section .c-block.block1:first-child,
.page-template-home-template .mid-section .c-block.block1:nth-child(2),
.mid-section .c-block.block1:nth-child(3),
.mid-section .c-block.block1:nth-child(4) {
    /* margin-top: 30px; */
}

.banner-label h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.065em;
}

/* .banner-label span {} */


/***** the three blocks *****/

.c-block-outer {
    padding: 30px 0;
}

.home .c-block-outer.mid-section {
    padding-bottom: 0;
}
.home .c-block-outer.gallery-data {
    padding-top: 0;
}


.c-block {
    /* position: relative; */
    margin: 10px 0;
}

.c-block.block1 .hover {}

.c-block .inner {
    overflow: hidden;
    position: relative;
}

.c-block img {
    min-height: 100%;
    min-width: 100%;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    /* top: 50%!important; */
    left: 50%!important;
    transform: translate(-50%, 0%)!important;
    -webkit-transform: translate(-50%, 0%)!important;
    -moz-transform: translate(-50%, 0%)!important;
    -o-transform: translate(-50%, 0%)!important;
    /* margin-top: 0 !important; */
}

.c-block h2 {
    margin: 0;
    /* // font-size: 1.779em; */
    font-size: 20pt;
    margin-bottom: 17px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    height: 30px;
}

.c-block h2 span {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    font-family: "HTFDidot-B16Bold";
}

.c-block h2 span a {
    color: #fff;
}

.c-block h2 span a:hover {
    text-decoration: underline;
}

.c-block .inner:hover h2 span {
    /* // left: 50%;
    //-moz-transform: translateX(-50%);
    //-ms-transform: translateX(-50%);
    // -webkit-transform: translateX(-50%);
    //transform: translateX(-50%); */
}

.c-block label {
    font-weight: 400;
    font-family: 'AkzidenzGroteskPro-Regular';
    /* //font-size: 0.889em; */
    font-size: 10pt;
    text-align: center;
    padding: 0 20px;
    opacity: 0;
}

.c-block .hover {
    position: absolute;
    width: 100%;
    background-color: rgba(224, 116, 92, 0.76);
    height: 100%;
    bottom: -75%;
    left: 0;
    color: #fff;
    padding: 10px 20px;
}

.c-block .hover {}

.c-block .inner:hover .hover {
    /* //bottom: 0; */
    /* //background-color: rgb(224, 116, 92); */
}

.c-block.block2 .inner:hover .hover,
.c-block:nth-child(2) .inner:hover .hover {
    /* top: 0; */
    /* // background-color: rgb(26, 172, 143); */
}

.c-block.block3 .inner:hover .hover,
.c-block:nth-child(3) .inner:hover .hover {
    /* top: 0; */
    /* // background-color: #efbf5a; */
}

.c-block .inner:hover h2 {
    /* text-align: center; */
}

.c-block .inner * {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.c-block .inner:hover label {
    /* //opacity: 1;
    // transition: all .5s .2s;
    //-webkit-transition: all .5s .2s;
    //-moz-transition: all .5s .2s;
    //	 -o-transition: all .5s .2s; */
}

.c-block.block2 .hover,
.c-block:nth-child(2) .hover,
.c-block.block2 .hover,
.c-block:nth-child(5) .hover {
    background-color: rgba(26, 172, 143, 0.9);
}

.hover .v-middle {
    top: 0;
    position: relative;
}

.inner:hover .hover .v-middle {
    /* // position: relative;
    //  top: 50%;
    // transform: translateY(-50%);
    // -webkit-transform: translateY(-50%);
    // -moz-transform: translateY(-50%);
    //-o-transform: translateY(-50%); */
}

.c-block.block3 .hover,
.c-block:nth-child(3) .hover,
.c-block.block3 .hover,
.c-block:nth-child(6) .hover {
    background-color: rgba(239, 191, 90, 0.9);
}

.cma_txt2 span h2 p {
    line-height: 24px;
}


/****** footer *******/

footer {
    border-top: 1px solid #e9e9e9;
    font-family: "AkzidenzGroteskPro-Regular";
    /*     margin-top: 40px; */
    padding-top: 40px;
    clear: both;
}

footer ul {
    padding-left: 0;
    padding: 10px 0;
}

.footer-col-1 {}

.footer-col-1 li a {
    display: inline-block;
}

.footer-col-2 {}

.footer-col-2 li,
.footer-col-3 li,
.footer-col-1 li a {
    font-size: 0.889em;
    padding: 1px 0;
    color: #000;
}

.footer-col-2 h2 {
    font-family: "HTFDidot-B16Bold";
    font-size: 1.577em;
    margin: 0;
}

.footer-col-3 li img {
    width: 100%;
    max-width: 242px;
    margin-bottom: 19px;
}

.footer-col-3 li {}

.footer-col-3 h2 {}


/*events page*/

.event_head,
.inner_categry .archive-title {
    color: #acacac;
    /* //font-size: 2em; */
    font-size: 33pt;
    text-transform: uppercase;
    margin: 0 0 75px;
    font-family: "HTFDidot-B16Bold";
}

.cma_txt h1 {
    color: #ffffff;
    font-family: "HTFDidot-B16Bold";
    /* //font-size: 7em; */
    font-size: 42pt;
    margin: 0;
}

.cma_txt h2 {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
}

.cma_txt {
    height: 100%;
    padding: 10px;
    position: relative;
}

.vst_txt {
    background: #634676;
    min-height: 570px;
    padding: 10px;
}

.vst_txt h1 {
    color: #ffffff;
    font-size: 7em;
    margin: 0;
}

.vst_txt h2 {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
}

.cma_txt>span {
    bottom: 30px;
    left: 28px;
    position: absolute;
}

.vst_txt>span {
    position: absolute;
    bottom: 30px;
}

.box_1 {
    float: left;
    width: 50%;
    padding: 0px;
    /* // background:#d0a241 ; */
}

.box_2 {
    float: left;
    width: 50%;
    padding: 0px;
    /* //background: #1d5ea8; */
}

.cma_txt2 h1 {
    color: #ffffff;
    font-family: HTFDidot-B16Bold;
    font-size: 1.5em;
    font-weight: normal;
}

.cma_txt2 {
    min-height: 276px;
    padding: 20px;
    position: relative;
}

.mar_top {
    font-family: "AkzidenzGroteskPro-Regular";
    font-size: 13pt;
    margin: 25px auto 0;
}

.categ_innrpg_txt {
    font-family: "AkzidenzGroteskPro-Regular";
    font-size: 13pt;
}

.mar_top strong,
.mar_top h3 {
    font-family: "AkzidenzGroteskPro-Regular";
    /* //font-size:16pt; */
}

.row>img {
    height: auto !important;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: 50%;
    transform: translate(-50%, 0%) !important;
    width: auto !important;
    max-width: 100%;
}

.cma_txt2>span {
    /*  bottom: 40px;
    position: absolute;*/
}

.cma_txt2>span {
    bottom: 0px;
    position: absolute;
}

.cma_txt2 h2 {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 7px;
}

.outr_box {
    margin: 25px -12px 0;
    height: 276px;
}

.inner_box {
    padding: 0 12px;
    height: 100%;
}

.inner_box1 {
    float: left;
    width: 100%;
    height: 100%;
}

.inner_box1>div {
    height: 100%;
    overflow: hidden;
}

.box_1 .inner_box1 {
    background: #d0a241;
}

.box_2 .inner_box1 {
    background: #1d5ea8;
}

.prog_list>h1 {
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: "HTFDidot-B16Bold";
}

.prog_list>ul {
    margin: 0;
    padding: 0;
}

.prog_list li {
    list-style: none;
    line-height: 28px;
}

.prog_list a {
    color: #000;
    text-decoration: none;
}

.roaming_pic {
    float: left;
    margin: 0px 25px 0px 0px;
    width: 198px;
    /* // width:245px; */
    box-sizing: border-box;
    overflow: hidden;
    height: 183px;
}

.roaming_sectn {
    float: left;
}

.roaming_txt {
    float: left;
    width: 69%;
    /* //width: 60%; */
}

.roaming_txt p {
    font-size: 1em;
    margin: 0;
}

.bold_txt {
    /* //font-weight:bold; */
    font-family: AkzidenzGroteskPro-Bold;
}

.roaming_txt>span a {
    color: #62a945;
    font-weight: 300;
}

.prog_list a:hover {
    color: #62a945;
}

.roaming_txt span a:hover {
    color: #000000;
}

.roaming_sectn {
    padding: 0 0 50px 0;
}

.calandr_ss {
    padding: 0 0 57px;
}

.grn_txt {
    color: #62a945;
    font-size: 1em;
    font-style: italic;
    margin: 30px 0 0;
}

.school_tour img {
    max-width: 100%;
}

.outr_guided {
    float: right;
    max-width: 530px;
    padding: 0;
}

.outr_guided>ul {
    padding: 0;
}

.outr_guided>ul li {
    background: rgba(0, 0, 0, 0) url("images/list_icn.png") no-repeat scroll 2px 14px;
    list-style: outside none none;
    padding: 5px 0 5px 15px;
    text-align: left;
}

.outr_guided ul li a {
    color: #000000;
    font-size: 0.9em;
}

.sml_headng {
    float: left;
    font-weight: bold;
    padding: 0 0 30px;
    width: 100%;
    font-size: 1.2em;
}

.reservatn_btn {
    float: left;
    margin: 30px 0 0;
}

.reservatn_btn a {
    background: #62a945;
    color: #ffffff;
    font-size: 0.7em;
    padding: 13px 45px;
    text-transform: uppercase;
    transition: linear .1s;
    -moz-transition: linear .1s;
    -webkit-transition: linear .1s;
}

.reservatn_btn>a:hover {
    box-shadow: 0 40px 0 #000 inset;
    -moz-box-shadow: 0 30px 0 #000 inset;
    -webkit-box-shadow: 0 30px 0 #000 inset;
    transition: linear .1s;
    -moz-transition: linear .1s;
    -webkit-transition: linear .1s;
}

.new_row>ul {
    padding: 0;
}

.schedule_sec ul {
    padding: 0 0 35px;
}

.schedule_sec ul li {
    list-style: outside none none;
    padding: 30px 0 0;
    background: rgba(0, 0, 0, 0) url("images/list_icn.png") no-repeat scroll 1px 38px;
}

.schedule_sec ul li a {
    text-decoration: none;
    color: #000;
    padding: 0 0 0 11px;
}

.schedule_sec ul li a:hover {
    color: #62a945;
}

.outr_guided a:hover {
    color: #62a945;
}

.schedule_sec {
    margin: 0 0 40px 0;
}

.roaming_pic img {
    min-height: 100%;
    min-width: 100%;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}


/* Inline calendar */

.cols3 .col.cal-col {
    margin-left: 0%;
}

.cal-col h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    border: none;
}

.cal-col .legend li {
    margin: 0 0 10px;
    padding: 0 0 0 6px;
    font-size: 12px;
    line-height: 12px;
    list-style: none;
    color: #333333;
    border-left: 12px solid #000;
}

.inline-cal-wrap {
    position: relative;
}

h4.inline-cal-heading {
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    color: #333;
    background: #dedede;
    border: none;
}

.inline-cal-heading a {
    display: block;
    width: 50px;
}

.inline-cal-heading a.prev {
    float: left;
    color: #ee2e24
}

.inline-cal-heading a.next {
    float: right;
    color: #ee2e24
}

table.inline-cal {
    width: 100%;
    position: relative;
}

.inline-cal tr.hover {
    background: #fff;
    -moz-box-shadow: 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 4px #999;
    -o-box-shadow: 0px 0px 4px #999;
    box-shadow: 0px 0px 4px #999;
}

.inline-cal th,
.inline-cal td {
    width: 14%;
    height: 12px;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: center;
}

.inline-cal th {
    padding: 10px 0;
    color: #333;
}

.inline-cal td {
    padding: 5px;
    line-height: 22px;
}

.inline-cal a:link,
.inline-cal a:visited {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #333;
}

.inline-cal .today a {
    background: #b1b1b1;
}

.inline-cal a:hover,
.inline-cal a:active,
.inline-cal .current a {
    color: #fff;
    background: #ee2e24;
}

.inline-cal .next-month,
.inline-cal .prev-month {
    padding: 10px 0;
    color: #999;
}

.week-at-a-glance-wrap {
    position: absolute;
    left: -676px;
    top: 23px;
    z-index: 1000;
    width: 676px;
    height: 124px;
    background: url('../img/bg/calendar-overlay-angle.png') right center no-repeat transparent!important;
}

.week-at-a-glance {
    width: 652px;
    height: 124px;
    background: #fff;
    border: 3px solid #fff;
}

.week-at-a-glance.loading {
    background: url('img/ind/ajax-loader.gif') center center no-repeat #fff;
}

.week-at-a-glance h5 {
    padding: 0 10px 0 5px;
    font-size: 15px;
    line-height: 24px;
    color: #231f20;
    border-bottom: 1px solid #cacaca;
}

.week-at-a-glance h5 a {
    position: relative;
    top: 0;
    right: -4px;
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    outline: none;
}

.week-at-a-glance table {
    width: 100%;
    overflow: hidden;
}

.week-at-a-glance th,
.week-at-a-glance td {
    width: 90px;
    border: 1px solid #fff;
    border-collapse: collapse;
}

.week-at-a-glance th {
    height: 21px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #cacaca;
}

.week-at-a-glance td {
    padding: 0;
}

.week-at-a-glance tr,
.week-at-a-glance td {
    height: 10px;
    margin: 0;
    padding: 0;
    line-height: 0px;
    overflow: hidden;
}

.week-at-a-glance td a {
    display: block;
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}

.week-at-a-glance td.closed {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    color: #999999;
    background: #ededed;
}

th {
    background: #eee none repeat scroll 0 0;
}

.calandr_ss {
    width: 80%;
}


/* Inline calendar */

.prog_list {
    padding: 0 0 30px;
}


/*new_css*/

.cont_ss {
    background: #6fc1bc none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.page-template-page-visiting-one-col .cont_ss {
    background: #634676 none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.cont_inner {
    width: 50%;
    float: left;
    height: 550px;
    overflow: hidden;
}

.page-template-page-calendar-and-events-new .cont_inner {
    height: 550px;
}

.page-template-page-visiting-one-col .cont_inner {
    width: 50%;
    float: left;
    height: 550px;
    overflow: hidden;
}

.cont_inner>img,
.inner_box1 img {
    height: 100%;
    /* //left: 50%; */
    /* // min-height: 100%; */
    /* //min-width: 100%; */
    /* // position: relative; */
    /* // top: 50%; */
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    /* // width: auto !important; */
    /* //max-width:100%; */
    /* // height: auto !important; */
    left: 50% !important;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative !important;
    top: 50% !important;
    width: auto !important;
}

.inner_box1 img {}

.yellow_box {
    width: 50%;
    float: left;
    background: #d0a241;
}

.yellow_lft {
    float: left;
    width: 50%;
}

.yellow_rht {
    float: left;
    width: 50%;
}

.c-block .inner {
    height: 300px;
}

.c-block .inner .textwidget {
    height: 100%;
}

.sub_txt {
    float: left;
    width: 100%;
}

.gallery-data h3 {
    padding: 0 10px;
}

#cr__3e6f56ca .cr__lens .cr__gallery-activity-overlay a {
    display: inline-block;
    word-break: break-all;
    word-break: break-word;
}

.right_search {
    float: right;
}

.learn_more {
    display: block;
    margin-top: 10px;
}

.art-section .inner_box {
    padding-bottom: 26px;
}

.art-section .inner_box .cma_txt2 {
    min-height: 265px;
    width: 72%;
}

.art-section .inner_box {
    float: left;
    height: 300px;
    margin: 25px 0;
    width: 50%;
}

.art-section .box_1 .inner_box1 {
    background: #A7AFC0 none repeat scroll 0 0;
}

.art-section .box_2 .inner_box1 {
    background: #3EB358 none repeat scroll 0 0;
}

.art-section .box_3 .inner_box1 {
    background: #C9532F none repeat scroll 0 0;
}

.art-section .cma_txt2 h2 {
    margin-top: 10px;
    font-size: 13pt;
}

.extra-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}


/***** About Us Page(24-09-15) *****/

.mar_top_about {
    font-family: "AkzidenzGroteskPro-Regular";
    /* // font-size: 13pt; */
    margin: 60px auto 40px;
}

.about-content {
    padding-left: 40px;
}

.about-sidebar ul {
    padding-left: 0;
}

.about-sidebar ul li {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.about-sidebar ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.about-sidebar>ul>li:hover a:after {
    content: ">";
    margin-left: 5px;
}

.voluteer-form-link {
    display: none;
}

.about-sidebar .sub-menu {
    margin-top: 6px;
    padding-left: 23px;
}

.page .container .about-sidebar .current-menu-item>a {
    color: #62a945;
    /* // font-family: AkzidenzGroteskPro-Bold; */
    font-family: "AkzidenzGroteskPro-Regular";
}

.page .container .about-sidebar .current-menu-item>a:after {
    content: ">";
    margin-left: 5px
}

ul#menu-visiting .current-menu-item>a {
    color: #62a945;
    /* //font-family: AkzidenzGroteskPro-Bold; */
    font-family: "AkzidenzGroteskPro-Regular";
}

ul#menu-visiting .current-menu-item>a:after {
    content: ">";
    margin-left: 5px
}

.about-sidebar #menu-item-13951 .sub-menu {
    display: none;
}

.about-sidebar #menu-item-13951.current-menu-item .sub-menu {
    display: block;
}


/****** News Room ******/

.newsfeed_desc img {
    max-width: 500px;
}

.about-content td {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}

.about-content .About {
    font-size: 26px;
    margin-top: 0;
}

.about-content .about-h3 {
    font-size: 22px;
}

.right-sidebar {
    border-right: 1px solid #ccc;
}

.right-sidebar-content {
    padding-left: 25px;
}

.about-content h4 {
    font-weight: 500;
    font-family: AkzidenzGroteskPro-Bold;
}

.dsg_top .cols3 .col-lg-3 img {
    max-width: 100%;
    max-height: 200px;
}

.dsg_top .col-lg-3 {
    padding-bottom: 50px;
}

.dsg_top .col-lg-3>strong {
    font-size: 16px;
}

.dsg_top .col-lg-3 li {
    font-size: 16px;
    list-style: outside none disc;
}

.sub-head {
    font-size: 16pt;
    font-weight: 600;
}

.contact-content a {
    color: green;
}

.news-room-section strong>a {
    font-size: 20px;
}

.enable-list-style {
    list-style-type: disc;
}

.bold {
    font-weight: 600;
}


/******* Resources Page ********/

.link-btn {
    border: 1px solid green;
    border-radius: 2px;
    color: green;
    float: right;
    margin-top: 15px;
    padding: 6px 18px;
}

.link-btn:hover,
.link-btn:focus {
    background: green;
    color: #fff;
}

.sub-head-border {
    border-bottom: 1px solid green;
    font-size: 16pt;
    font-weight: 600;
    padding-bottom: 6px;
}

.image-frame {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px #999;
    margin: 10px;
    padding: 5px;
}

.font18 {
    font-size: 18px;
}

.about-sidebar .main-nav {
    background: #f8f8f8 none repeat scroll 0 0;
    /* //min-height: 300px; */
    padding: 25px 35px 25px;
}


/* Changing List style icons position */

.page-template-page-visiting-one-col li {
    list-style-position: inside
}

.visual-form-builder-container .visual-form-builder .vfb-fieldset-1 {
    background: #fff;
    border: none;
    margin: 0
}

.visual-form-builder-container .visual-form-builder .vfb-fieldset-2 {
    background: #fff;
    border: none;
}

.visual-form-builder-container .visual-form-builder .vfb-fieldset-2 .vfb-legend {
    display: none
}

.visual-form-builder-container .visual-form-builder {
    border: 1px solid #d3d3d3
}

.visual-form-builder-container .visual-form-builder .vfb-item-instructions label {
    display: none
}

.visual-form-builder-container .visual-form-builder .vfb-item-text .vfb-span {
    float: none
}

.visual-form-builder-container form.visual-form-builder .vfb-fieldset-2 .vfb-item-secret {
    display: none !important
}

.page-template-about-common-template h2,
.page-template-page-visiting-one-col .col-lg-8 h1.sub-head {
    color: #000;
    font-family: AkzidenzGroteskPro-Bold;
    font-size: 18pt;
    font-weight: normal
}

body.page-template-about-common-template,
body.page-template-page-visiting-one-col {
    font-size: 13pt;
    color: #000000
}

.about-sidebar {
    width: 32%;
}

.about-sidebar ul li a,
ul#menu-visiting li a {
    color: #000000;
    font-family: AkzidenzGroteskPro-Regular;
    font-size: 15pt;
    font-weight: inherit;
}

.about-sidebar ul li a:hover,
ul#menu-visiting li a:hover {
    color: #62a945;
    font-family: AkzidenzGroteskPro-Regular;
    opacity: 1;
    text-decoration: none;
}

.page-template-page-visiting-one-col .col-lg-8 ul {
    list-style-type: inherit;
    padding-left: 0
}

ul#menu-visiting {
    /* // padding-left: 14px */
}

.search_bar input[type="submit"] {
    background-image: url("img/search.png");
    background-repeat: no-repeat;
    background-size: 100% 80%;
    border: medium none;
    margin-left: -15px;
}

.page .about-content h2 {
    color: #000000;
    font-family: "AkzidenzGroteskPro-Bold";
    font-size: 18pt;
    margin-top: 0;
}

.hide-menu {
    display: none;
}

.event-search .fa-search {
    float: left;
    font-size: 25px;
    line-height: 25px;
    margin-right: 15px;
}

.event-search>input[type='text'] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #000;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 2px;
    color: #000;
    font-weight: 600;
    padding-left: 10px;
    border-radius: 0px;
}

.event-search>input[type='submit'] {
    bottom: 44px;
    display: block;
    left: 0;
    margin-left: 0;
    opacity: 0;
    position: absolute;
    width: 25px;
}

.categroy-section a {
    border-right: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
}

.categroy-section a:last-child {
    border-right: none;
}

.categroy-section {
    margin-bottom: 50px;
    margin-top: 18px;
}

.categroy-section a:hover {
    color: #62a945;
}

.event-month-cal {
    color: #000;
    display: inline-block !important;
    width: 138px !important;
}

.join-btn {
    background: #62a945 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff !important;
    float: right;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 50px;
    padding: 3px 28px;
}

.give-col {
    display: inline-block;
    float: none;
    margin: 12px 0;
}

.join-btn:hover,
.join-btn:focus {
    color: #fff;
    opacity: .90;
}

.join-btn .fa-angle-double-right {
    margin-left: 6px;
}

.outr_box a:first-child .cma_txt2 {
    min-height: 255px;
}

.about-content .tbl td {
    border-bottom: none;
}

.about-sidebar .sub-menu a {
    font-size: 17px !important;
}

.go_back_art {
    margin-bottom: 25px;
}

.go_back_art a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.go_back_art .fa-long-arrow-left {
    margin-right: 6px;
}

.row_art {
    background: #f8f8f8 none repeat scroll 0 0;
    overflow: hidden;
    padding: 23px;
}

.row_art .art_image {
    float: left;
    margin-right: 22px;
}

.row_art .art_title {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-style: italic;
    width: 57%;
}

.row_art .direction-nav {
    color: #000;
    display: block;
    font-family: AkzidenzGroteskPro-Bold;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-top: 6px;
}

.direction-nav .fa-long-arrow-left {
    margin-right: 6px;
}

.direction-nav .fa-long-arrow-right {
    margin-left: 6px;
}

.direction-nav:hover,
.go_back_art:hover a {
    color: #62A945;
}

.sponsr_add {
    margin-top: 45px;
}

.sponsr_add .sub-head {
    font-size: 12px;
}

.srch-area {
    display: inline-block;
    float: left;
    height: 50px;
    /* width: 100%; */
}

.srch-area label {
    margin-bottom: 0
}

.mobile-view {
    display: none;
}

.art-section {
    clear: both;
}

.search h1.entry-title {
    font-family: "AkzidenzGroteskPro-Bold";
    font-size: 18pt;
    margin-top: 0;
}

.search h1.entry-title a {
    color: #000000;
}

.sponsr_add img {
    max-width: 100%;
}

#searchform {
    /* //  border: 0 none;
    // margin-top: 5px;
    // transition: all 0.5s ease 0s;
    // width: 0; */
    display: none;
}

#searchform.active {
    /* //border-left: 2px solid #000;
    //width: 190px; */
}

.page a,
.archive a,
.nav-links a,
footer.entry-meta a,
.categ_innrpg_txt a,
.entry-date,
.by-author a {
    color: #62a945;
}

.page a:hover {
    opacity: .85;
}


/****** Gallery Section ******/

.gallery-box {
    margin-top: 23px;
    overflow: hidden;
    padding-left: 0;
}

.gallery-box li {
    float: left;
    margin-bottom: 25px;
    margin-right: 30px;
    text-align: center;
    width: 46%;
}

.gallery-box li:nth-of-type(2n) {
    margin-right: 0px;
}

.gallery-box .img-title {
    display: block;
    font-weight: 700;
    margin: 6px 0;
    font-family: AkzidenzGroteskPro-Bold;
}

.event-col .inner_box a:first-child .cma_txt2 {
    min-height: 255px;
}

.event-col .inner_box .cma_txt2 {
    width: 100%;
}

.art-section.event-col .inner_box {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.art-section.event-col .cma_txt2 h2 {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 7px;
}

.art_image img {
    height: 80px;
    width: 80px
}

li.ev-facebook {
    background: rgba(0, 0, 0, 0) url("images/event-options-sprite.png") no-repeat scroll 0 -30px;
}

li.ev-twitter {
    background: rgba(0, 0, 0, 0) url("images/event-options-sprite.png") no-repeat scroll 0 -60px;
}

li.ev-email {
    background: rgba(0, 0, 0, 0) url("images/event-options-sprite.png") no-repeat scroll 0 -90px;
}

.event-options li {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 0 16px;
    padding: 0 0 0 28px;
}

.banner-outer>a {
    display: block;
    overflow: hidden;
}

.event-search {
    position: relative;
}

.event_head a {
    color: #acacac;
}

.event-box .about-content {
    padding-left: 0;
    padding-top: 0;
}

.blog-part .inner_box {
    float: left;
    margin: 8px 0;
    min-height: 580px;
    width: 50%;
}

.inner_box_blog {
    float: left;
    height: 100%;
    width: 100%;
    min-height: 580px;
}

.top-img {
    /*     height: 450px !important; */
    overflow: hidden;
}

.inner_box_blog .top-img>img {
    max-width: 100%;
    min-height: auto;
    /*    height: auto;
    left: 50% !important;
    min-height: 100%;
    min-width: 100%;
    position: relative !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    /* width: auto !important;*/
}

.container.blog-post .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-part .inner_box_blog>div {
    height: 100%;
    overflow: hidden;
}

.blog-part .text-area h3 {
    font-size: 22px;
    margin: 15px 0 10px;
}

.inner_categry .blog-part .text-area h3 {
    margin: 20px 0 10px;
}

.content-box {
    margin-bottom: 15px;
}

.meta-data-post {
    font-size: 14px;
    margin-bottom: 12px;
}

.meta-data-post>ul {
    padding-left: 0;
}

.meta-data-post>ul li:first-child {
    padding-left: 0;
}

.meta-data-post li:nth-last-child(2) {
    margin-right: 8px;
}

.meta-data-post li {
    border-right: 1px solid #ccc;
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
    padding: 0 8px;
}

.meta-data-post li:last-child {
    border-right: none;
    padding-left: 0px;
}

#comments #commentform label {
    display: block;
}

#comments #commentform #submit {
    background: #62a945 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    padding: 6px 15px;
}

#comments #commentform:hover {
    opacity: .85;
}

.navigation.post-navigation>h2 {
    font-size: 25px;
    margin-top: 40px;
}

.navigation.post-navigation {
    float: none;
}

.nav-links .nav-previous {
    float: left;
    margin: 0 15px 0 0;
    padding-right: 25px;
    position: relative;
}

.nav-links .nav-previous::after {
    color: green;
    content: ">";
    font-weight: 600;
    position: absolute;
    right: 0;
}

#comments input,
#comments textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.wrap a {
    color: #62A945;
}

.wrap .post-title>a {
    font-size: 24px;
}

#section-heading h1 {
    border-bottom: 1px solid #62a945;
    padding-bottom: 12px;
}

h1.entry-title>a {
    color: #62A945;
    font-size: 24px;
}

.post-box .post {
    border-top: 1px solid #ccc;
    margin-top: 35px;
    padding-top: 35px;
}

.post-box div:first-child {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}

.blog h1 {
    margin-bottom: 45px;
}

.photo {
    height: 300px;
    overflow: hidden;
    width: 500px;
}

.post-box .photo a>img {
    height: auto;
    left: 50% !important;
    min-height: 100%;
    min-width: 100%;
    position: relative !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
}

.paginatio-block {
    float: right;
    margin-top: 25px;
}

.paginatio-block .page-numbers {
    border: 1px solid #ccc;
    color: #000;
    margin: 0 3px;
    padding: 2px 15px;
}

.paginatio-block .current {
    background: #62a945;
    color: #fff;
}

.paginatio-block .page-numbers:hover,
.paginatio-block .page-numbers:focus {
    background: #62a945;
    color: #fff;
    text-decoration: none;
}

.cat_box {
    float: right;
    margin-bottom: 20px;
    margin-top: 45px;
}

.cat_box select {
    border: 1px solid #ccc;
    padding: 2px 5px;
}

.cat_box>h2 {
    color: #7ab661;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.padding-0 {
    padding-left: 0px;
}

.inner_categry .archive-title {
    font-size: 25pt;
    margin: 0px;
}

.categ_innrpg_pic {
    float: left;
    /* height: 465px;*/
    height: auto;
    margin: 0 15px 0 0;
    overflow: hidden;
    width: 50%;
}

.categ_innrpg_txt ul {
    padding-left: 0;
}

.categ_row {
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
}

.entry-content>.categ_innrpg_txt {
    margin-top: 20px;
}

.inner_categry .archive-header {
    padding: 0 15px;
}


/** 7th Jan 2016 ***/

.event-part .inner_box {
    float: left;
    width: 50%;
    margin: 18px 0px;
}


/**** 21st Jan ****/

.cat_section header {
    float: left;
}

.cat_section .cat_box {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 22%;
}

.cat_section .cat_box select {
    width: 100%;
}

.go_back {
    float: right;
}

.go_back a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.go_back a i {
    margin-right: 9px;
}

.go_back a:hover {
    opacity: .82;
}

.section_2 {
    float: left;
    margin-bottom: 25px;
    margin-top: 15px;
    width: 100%;
}


/**** 27th Jan2016 ****/

.gallery-box .gallery-columns-3 .gallery-item {
    margin-right: 8px;
    width: 32.8% !important;
}

.gallery-box .gallery-columns-3 .gallery-item:nth-of-type(3n) {
    margin-right: 0px;
}

.gallery-box br {
    display: none;
}

.gallery-box .gallery-caption {
    display: none;
}

.gallery-box img {
    /*height: 100%;*/
    /*min-height: 100%;*/
    height: auto;
    max-width: none;
    min-width: 100%;
    position: relative;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding: 2px;
}

.gallery-box .gallery-item {
    height: 300px;
}

.gallery-box .gallery-icon {
    float: left;
    height: 100%;
    width: 100%;
}

.green-title {
    border-bottom: 1px solid #7ab661;
    color: #7ab661;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
}

.custom-height {
    min-height: 315px;
}

.artmakescolumbus>span {
    color: #000;
    display: block;
    font-family: "HTFDidot-B16Bold";
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.box-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.widget-container {
    width: 100% !important;
}


/********** Tab Section **********/

.tab-box.ui-widget-content {
    border: medium none;
    font-family: "AkzidenzGroteskPro-Regular";
    font-size: 14px;
    margin-top: 35px;
    padding: 0;
}

#tabs-3 {
    /* //font-family: "AkzidenzGroteskPro-Regular"; */
}

.tab-box .ui-widget-header {
    background: none;
    border: none;
    padding: 0 !important;
}

.tab-box.ui-tabs .ui-tabs-nav li {
    width: 32.080%;
    margin-bottom: 33px !important;
    margin: 1px 1.2em 0 0;
    background: rgba(128, 128, 128, 0.22);
    border: none;
    border-radius: 0px!important;
}

.tab-box.ui-tabs .ui-tabs-nav li:last-child {
    margin-right: 0px;
}

.tab-box.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    float: none;
    font-size: 22px;
    font-weight: 500;
    padding: 35px 1em;
    text-align: center;
    text-transform: uppercase;
}

.tab-box.ui-tabs li a {
    color: rgba(128, 128, 128, 0.65) !important;
}

.tab-box.ui-tabs li.ui-tabs-active a {
    color: #fff !important;
}

.tab-box.ui-tabs li {
    background: #fff;
}

.tab-box.ui-tabs li.ui-tabs-active {
    background: #62a945;
}

.tab-box.ui-tabs li.ui-tabs-active a:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 14px;
    bottom: -18px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #62a945;
}

.tab-box.ui-tabs li.ui-tabs-active a:hover {
    opacity: 1;
}

.tab-box .ui-tabs-panel {
    border-radius: 0px!important;
}

.speakers-image {
    float: left;
    margin: 0 20px 15px 0;
}

.spaekers-content p>a {
    color: #62a945;
}

.spaekers-content>h1 {
    color: hsl(103, 42%, 47%);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 0;
}

.box1-inner {
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
}

.tab-box .ui-tabs-panel {
    font-size: 16px;
}

.green-link {
    color: #62a945 !important;
    font-size: 18px;
}


/*-------------------- 21 Feb 2017 ----------------------*/

.event-box .about-content {
    padding-right: 0;
}

.event_dsh_menu {
    background-color: #f5f5f5;
    margin: 0 0 20px;
}

.event_dsh_menu a {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    color: #231f20;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 24px;
    position: relative;
}

.event_dsh_menu a:hover {
    color: #6FAC54;
    border-bottom: 3px solid #6FAC54;
}

.about-content p {
    font-size: 18px;
    /*text-align: justify;*/
	display: block;
    width: 100%;
}

.sponsor_wrap {
    text-align: left;
}

.sponsor_wrap .inner_sponsor {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    width: 40%;
    text-align: left;
}

.about-content .printing_div p {
    text-align: center;
}

.sponsor_wrap .inner_sponsor:first-of-type {
    width: 59%;
}

.inner_sponsor>img:first-of-type {
    margin: 0 35px 10px 0;
}

.inner_sponsor>img {
    display: inline-block;
    margin: 0 0 10px;
    max-width: 100%;
}

.additional_listing ul {
    padding: 0;
    margin: 0;
}

.additional_listing ul li {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 10px 5px 25px;
    width: 30%;
    position: relative;
}

.additional_listing ul li::before {
    color: #6fac54;
    content: "\f111";
    font-family: FontAwesome;
    left: 10px;
    position: absolute;
    top: 10px;
    font-size: 8px;
}

.dsh-facebook {
    border: 1px solid #6fac54;
    display: inline-block;
    padding: 5px 12px;
}

.purchase_ticket ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.purchase_ticket li {
    padding: 5px 0 0 15px;
    position: relative;
}

.purchase_ticket ul li::before {
    color: #6fac54;
    content: "\f111";
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: 10px;
    font-size: 8px;
}

.purchase-ticket-hours {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.purchase-ticket-hours strong {
    font-size: 18px !important;
    font-weight: 500;
}


/*-------------------- 22 Feb 2017 ----------------------*/

.special-event-wrap {
    border: 1px solid #e5e5e5;
    margin: 30px;
    padding: 10px 30px;
}

.sample-wrap h3 {
    font-weight: 700;
    margin: 20px 0;
}

.special-event-head {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 25px;
    padding: 0 0 15px;
}

.special-event-head p:first-of-type {
    margin: 0;
}

.special-event-text-left {
    display: inline-block;
    margin: 0 25px 20px 0;
    width: 32%;
    vertical-align: top;
}

.special-event-text-left p {
    text-align: left;
}

.special-event-text-left a {
    background: #6fac54;
    color: #ffffff;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
}

.tickiting-link {
    background: #6fac54;
    color: #ffffff !important;
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 10px;
    font-family: "AkzidenzGroteskPro-Regular" !important;
}

.special-event-text-right {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    margin: 0 0 20px;
}

.special-event-text-right p span:first-of-type {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top;
    width: 80px;
}

.special-event-text-right p span {
    display: inline-block;
    width: 80%;
}

.special-event-text-left2 {
    display: inline-block;
    width: 12%;
}

.special-event-text-right2 {
    display: inline-block;
    vertical-align: top;
    width: 85%;
}

.sample-tickiting-erap {
    border: 1px solid #e5e5e5;
    margin: 30px auto;
    padding: 30px;
    width: 90%;
}

.purchase-tickets {
    display: inline-block;
    padding: 0 25px 0 0;
    width: 45%;
    vertical-align: top;
}

.purchase-tickets a {
    background: #6fac54 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 10px;
    text-align: center;
    width: 150px;
}

.purchase-tickets>ul {
    padding: 0;
}

.purchase-tickets li {
    font-size: 18px;
}

.col-hours {
    border-left: 1px solid #e5e5e5;
    display: inline-block;
    padding: 0 0 0 25px;
    width: 45%;
    vertical-align: top;
}

.purchase-tickets>p {
    display: none;
}


/*-------------------- 23 Feb 2017 ----------------------*/

.about-people {
    min-height: 155px;
    font-size: 18px;
}

.about-persons {
    font-size: 18px;
    min-height: 160px;
}

.col-partners-logo>ul {
    padding: 0;
    margin: 25px 0;
}

.col-partners-logo li {
    display: inline-block;
    padding: 10px;
    width: 32%;
}

.col-partners-logo li img {
    border-bottom: 5px solid #f8f8f8;
    border-top: 5px solid #f8f8f8;
    max-width: 100%;
    padding: 10px;
}

a.back-to-top {
    color: #6fac54 !important;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    font-family: "AkzidenzGroteskPro-Regular" !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    font-size: 15px;
}

a.back-to-top:hover {
    border-bottom: 1px solid #6fac54;
}

.page-id-20303 footer {
    margin: 15px 0 0;
    padding: 15px 0 0;
}


/*-------------------- 27 Feb 2017 ----------------------*/

.col-read-more {
    display: none;
}

.col-show-less,
.col-show-more {
    cursor: pointer;
}

.reg-horizon-gallery>p {
    display: none;
}


/*-------------------- 10 Aug 2017 ----------------------*/

.c-block h2 {
    height: 35px;
}

span.carticon {
    background-image: url(images/carticon.png);
    width: 34px;
    height: 29px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 4px;
    margin-right: 15px;
}

.cart-icon {
    display: inline-block;
    width: 50px;
}

.column p iframe {
    max-width: 560px;
    width: 100%;
}

.about-content p img.alignleft.size-full.wp-image-24258 {
    max-width: 100%;
}

.new-header .navigation .menu-icon {
    display: none;
}

.new-header .navigation {
    float: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.top-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px 0;
}

.top-header .logo-section {
    /* width: 35%; */
}

header .top-header .right-section.test {
    width: 65%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

header .top-header .right-section.test .navigation ul li {
    display: inline-block;
}

header .top-header .right-section.test .navigation ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px;
    font-weight: bold;
}

header .top-header .right-section.test .navigation ul li.active a {
    color: #62a945;
}

.new-header .navigation ul {
    padding: 0;
    margin: 0;
}

.new-header .right_search i.fa.fa-search {
    margin-left: 10px;
    margin-top: 10px;
    border-right: 1px solid #aeaeae;
    padding-right: 15px;
    padding-left: 15px;
}

.new-header input[type="search"],
.new-header #s {
    padding: 10px 10px 10px;
}

header.new-header .container {
    padding: 0;
}

header.new-header .big-menu {
    background-color: #f1f1f1;
}

header.new-header .big-menu .inner {
    float: none;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 15px;
}

header.new-header .big-menu .container {
    padding: 0;
}

header.new-header .big-menu .inner ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border: 0;
}

header.new-header .big-menu .inner ul li.active a {
    color: #62a945;
}

header.new-header .big-menu .inner ul li a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 0;
}

header.new-header .big-menu .inner ul li:hover a,
header .top-header .right-section.test .navigation ul li:hover a {
    color: #61a945;
}

header.new-header .big-menu .container {
    padding: 0;
}

header.new-header .bottom-header {
    z-index: 99;
}

header.new-header .big-menu {
    position: relative;
}

.mid-section .c-block.block1 {
    margin: 40px 0 0;
}

header.new-header .top-header .navigation ul.social-nav li a {
    font-size: 18px;
    padding: 0 8px;
}

header.new-header {
    margin-bottom: 25px;
}

.right_search.full-screen-search {
    display: none;
}

.mobile-top-menu {
    display: none;
}

.right_search.mobile-search-landscape {
    display: none;
}

input[type="search"].active,
#s.active {
    border-left: 0;
}

.exhibition {
    display: block;
    margin: 0 -12px;
    float: left;
}

.exhibition .inner_box.box_5 {
    margin-bottom: 0;
}

.art-section .exhibition+h2 {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.art-section .cont_ss {
    margin-bottom: 50px;
}

.wp-user-avatar.photo {
    width: auto;
    height: auto;
}


/*-------END-------*/


/*new css start 21-11-2019*/

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.custom-section .col {
    width: 33.3%;
    padding: 0 15px;
}

.custom-section h2 {
    margin: 0;
    font-family: AkzidenzGroteskPro-Bold;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
}

.custom-section h3 {
    margin: 0;
    font-family: AkzidenzGroteskPro-Bold;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #000;
    padding-bottom: 15px;
    position: relative;
}

.custom-section h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 1px;
    background: #000;
}

.custom-section+.custom-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000;
}

.custom-section h5 {
    color: #000;
    font-size: 18px;
    line-height: 1.6em;
    font-family: AkzidenzGroteskPro-Bold;
}

.custom-section h4 {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.6em;
    color: #000;
    font-family: AkzidenzGroteskPro-Bold;
    padding-bottom: 15px;
    position: relative;
    min-height: 71px;
}

.custom-section h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 1px;
    background: #000;
}

.custom-section ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.custom-section p,
.custom-section li {
    font-family: "AkzidenzGroteskPro-Regular";
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

.custom-section .custom-primary-btn {
    margin-top: 20px;
    display: inline-block;
    background: #62a945;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 3px 40px;
    text-transform: capitalize;
    border-radius: 3px;
    font-family: AkzidenzGroteskPro-Bold;
}

.custom-section li span {
    font-weight: 700;
}

.genral-content h5 {
    margin-top: 30px;
}

.location-content li+li {
    margin-top: 10px;
}

.location-map p {
    /*color: #5aa747;*/
    margin: 20px 0 0;
}

.visit-image {
    min-height: 225px;
    margin-bottom: 30px;
}

.location-map iframe {
    width: 100%;
    height: 225px;
}

.location-map {
    margin-top: 30px;
}

.location-map>a {
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
}

.additional-info h2 {
    text-transform: initial;
}

.custom-section.additional-info {
    padding-top: 40px;
}

.locationcmatext {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}

.about-content ul {
    list-style: disc;
    padding-left: 20px;
}

.about-content ul li {
    margin-bottom: 15px;
    font-size: 18px;
}

.about-content .exhibitions_artist .col {
    float: left;
    width: 50%;
    font-size: 18px;
}

.exhibitions_artist {
    overflow: hidden;
}

.exhibition_video_url {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 55%;
}

.exhibition_video_url iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    right: 0;
    bottom: 0;
}

/*new css end 21-11-2019*/




/** new css starts 03-03-2023 **/

.cstpadding {
    padding: 0 15px;
}

.cont_cma {
    padding: 60px 0 30px;
    position: relative;
}

.cont_cma:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #e9e9e9;
}

.cma_blog_txt {
    padding: 0;
}

.cma_blog_txt h5 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: 'Open Sans';
}

.cma_blog_txt h4 {
    font-size: 16px;
}

.cont_cma .cont_inner {
    width: 100%;
    float: none;
    height: 300px;
    padding: 20px 0 0;
}


/** new css ends 03-03-2023 **/




@media screen and (max-width: 1199px) {
    .cma_txt h1 {
        font-size: 4em;
    }
    .row_art .art_title {
        display: inline-block;
        float: none;
        margin-top: 14px;
        text-align: center;
        width: 100%;
    }
    .art_image img {
        display: block;
        margin: 0 auto;
    }
    .row_art .art_image {
        display: block;
        float: none;
        margin-right: 0px;
    }
    .cat_section header {
        width: 56%;
    }
    .cat_section .cat_box {
        width: 42%;
        float: left;
    }
    .gallery-box .gallery-columns-3 .gallery-item {
        width: 32.6% !important;
    }
    .event_dsh_menu a {
        padding: 15px 22px;
    }
    .special-event-text-right {
        width: 64%;
    }
    .special-event-text-left2 {
        width: 15%;
    }
    .special-event-text-right2 {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    iframe.speaker-concert-video {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .inner_box_blog {
        min-height: 600px;
    }
    .sponsor_wrap .inner_sponsor {
        width: 36%;
    }
    .sponsor_wrap .inner_sponsor:first-of-type {
        width: 63%;
    }
    .top-header .logo-section {
        width: 47%;
    }
    header .top-header .right-section.test {
        width: 53%;
    }
}

@media screen and (max-width: 991px) {
    .cont_inner {
        height: 450px;
    }
    header.new-header .big-menu .inner ul li a {
        padding: 10px 9px;
        font-size: 14px;
    }
    header.new-header .big-menu .inner {
        padding: 0 0px;
    }
    .top-header .logo-section img {
        height: auto;
    }
    .top-header .logo-section {
        width: 33%;
    }
    header .top-header .right-section.test {
        width: 66%;
    }
    .sponsor_wrap .inner_sponsor:first-of-type {
        width: 100%;
    }
    .printing_div {
        margin-top: 20px !important;
    }
    .about-content .printing_div p {
        text-align: left;
    }
    .Columbus_img_link {
        margin-left: 0px;
        float: right;
    }
    .inner_sponsor .Columbus_img.alignright {
        float: left;
        margin-left: 0;
    }
    .cma_txt h1 {
        font-size: 3em;
    }
    .outr_box {
        height: 205px;
    }
    .cma_txt2>span {
        bottom: 70px;
    }
    .cma_txt2 h2 {
        font-size: 1em;
    }
    .cma_txt2 h1 {
        font-size: 1em;
    }
    .page-template-page-visiting-one-col .cont_inner {
        height: 400px;
    }
    .about-sidebar {
        width: 40%;
    }
    .about-content {
        padding-left: 20px;
    }
    .map_section {
        height: 100%;
        margin-top: 15px;
        width: 100%;
    }
    .art-section .inner_box .cma_txt2 {
        min-height: 100%;
        width: 96%;
    }
    .cma_txt2>span {
        bottom: 0;
    }
    .outr_box a:first-child .cma_txt2 {
        min-height: 100%;
    }
    .row_art {
        padding: 13px;
    }
    .visual-form-builder.left-label .vfb-desc,
    .visual-form-builder.right-label .vfb-desc {
        width: 100%!important;
    }
    input.vfb-medium,
    input.vfb-medium[type="text"],
    input.vfb-medium[type="tel"],
    input.vfb-medium[type="email"],
    input.vfb-medium[type="url"],
    select.vfb-medium {
        width: 100%!important;
    }
    .cma_txt2 {
        min-height: 100%;
    }
    .gallery-box .gallery-columns-3 .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }
    .gallery-box .gallery-columns-3 .gallery-item:nth-of-type(odd) {
        margin-right: 8px;
    }
    #gallery-1 .gallery-item {
        width: 50% !important;
    }
    .gallery-box .gallery-columns-3#gallery-1 .gallery-item {
        width: 49.4% !important;
    }
    .event_dsh_menu a {
        font-size: 15px;
        padding: 15px 12px;
    }
    .sponsor_wrap .inner_sponsor {
        width: 100%;
    }
    .additional_listing ul li {
        width: 48%;
    }
    .special-event-text-left {
        margin: 0 0 20px;
        width: 100%;
    }
    .special-event-text-right {
        width: 100%;
    }
    .special-event-text-left2 {
        width: 20%;
    }
    .special-event-text-right2 {
        width: 78%;
    }
    .wpsbc-calendars-wrapper.wpsbc-legend-position-side .wpsbc-legend {
        width: 105px !important;
    }
    .visit-image {
        min-height: 147px;
    }
    .custom-section .custom-primary-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
    .location-map iframe {
        height: 140px;
    }
}

@media screen and (max-width: 800px) and (min-width: 768px) {
    .page-template-page-calendar-and-events-new .cma-cont-ss .cont_inner {
        height: auto;
        max-height: 360px;
    }
    .cma-cont-ss .cont_inner>img {
        transform: translate(-50%, 0%) !important;
        min-height: 0px !important;
        height: auto !important;
    }
    .cma-cont-ss .cma-cont-inner .cma_txt {
        height: 360px;
    }
    .cma-cont-ss {
        height: 360px;
    }
}

@media screen and (max-width: 800px) {
    .inner_box_blog {
        min-height: 550px;
    }
    .gallery-box .gallery-columns-3#gallery-1 .gallery-item {
        width: 49.1% !important;
    }
    .tab-box.ui-tabs .ui-tabs-nav li {
        margin-right: 13px;
        width: 32.1%;
    }
    .tab-box.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    .new-header .big-menu {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {


    .custom-section h4 {
        min-height: auto;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    iframe.speaker-concert-video {
        width: 100%;
    }
    .page-template-home-template .mid-section .c-block.block1:nth-child(1) {
        margin: 0px 0 0;
    }
    .page-template-home-template .mid-section .c-block.block1:nth-child(2),
    .mid-section .c-block.block1:nth-child(3),
    .mid-section .c-block.block1:nth-child(4) {
        margin-top: 40px;
    }
    .mobile-top-menu {
        display: block;
    }
    header.new-header {
        margin-bottom: 0;
    }
    .right_search.mobile-search-landscape {
        display: block;
    }
    .new-header .navigation,
    header.new-header .big-menu .inner ul {
        display: block;
    }
    header.new-header .container {
        width: auto;
        max-width: 40%;
        margin: 0 0px;
        border: 0;
    }
    header.new-header .container .top-header {
        width: 100%;
    }
    .top-header .logo-section {
        width: 100%;
    }
    nav.navbar {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        justify-content: space-between;
        align-items: center;
    }
    header.new-header .big-menu {
        position: absolute;
    }
    header.new-header .big-menu .inner ul.social-nav li {
        display: inline-block;
        width: auto;
        border: 0;
    }
    header.new-header .container:last-child {
        border-bottom: 0;
        max-width: 100%;
    }
    header.new-header .big-menu .inner ul li a {
        padding: 10px 15px;
    }
    header .top-header .right-section.test {
        display: none;
    }
    .right_search.full-screen-search {
        display: block;
    }
    header .top-header .right-section.test .navigation ul li a {
        padding: 0 8px;
    }
    .new-header .navigation ul.social-nav {
        margin-top: 10px;
    }
    .menu-icon {
        display: block;
        margin: 14px 15px 10px 10px;
    }
    header.new-header .bottom-header {
        width: 10%;
    }
    header.new-header .big-menu .inner ul li {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .top-header {
        align-items: center;
    }
    header .top-header .right-section.test {
        width: 56%;
        position: relative;
    }
    .new-header .right_search i.fa.fa-search {
        margin-right: 5px;
    }
    input[type="search"].active,
    #s.active {
        width: 160px;
    }
    .right_search {
        width: 49%;
        padding-left: 14%;
    }
    .top-header {
        padding: 20px 0;
    }
    .cart-icon {
        display: inline-block;
        width: 22px;
        margin-right: 5px;
    }
    .Columbus_img_link {
        margin-left: 20px;
        float: right;
    }
    .inner_sponsor .Columbus_img.alignright {
        float: none;
        margin-left: 12px;
    }
    .big-menu .container {
        padding: 0;
    }
    .big-menu .inner {
        padding: 0 20px;
    }
    footer {
        clear: both;
        padding: 0 15px;
        text-align: left;
    }
    .cont_inner {
        width: 100%;
    }
    .cma_txt {
        bottom: 0 !important;
        /* height: 420px;*/
        height: auto;
        min-height: 200px;
        padding: 10px;
    }
    .cma_txt>span {
        bottom: inherit;
        top: 20%;
    }
    .page-id-22862 .cma_txt {
        min-height: 60px;
    }
    .page-id-22862 .cma_txt>span {
        top: 30%;
    }
    .page-id-22862 .about-content p img {
        max-width: 100%;
    }
    .cma_txt>span {
        left: 15px;
    }
    .box_1 {
        width: 100%;
    }
    .box_2 {
        width: 100%;
        margin: 20px 0 0 0;
    }
    header .container {
        padding: 25px 15px;
    }
    header .right-section {
        width: 57%;
    }
    .navbar-brand {
        width: 100%;
        height: 28px;
    }
    .banner-label {
        padding: 15px;
        position: relative;
    }
    footer ul {
        text-align: center;
    }
    footer .footer-col-1 ul {
        text-align: center;
    }
    footer .footer-col-1 ul li {
        display: inline-block;
        padding: 3px 13px;
    }
    footer .footer-col-1 ul li:hover a,
    footer .footer-col-1 ul li:focus a {
        color: #62A945;
    }
    .footer-col-2 ul {
        padding: 0px;
    }
    .banner-content {
        bottom: 0;
    }
    .cma_txt h1 {
        font-size: 22px;
    }
    .art-section .inner_box {
        /* float: none;*/
        width: 100%;
        height: 250px;
    }
    .outr_box a:first-child .cma_txt2 {
        min-height: 100%;
    }
    .cma_txt2 h1 {
        font-size: 18px;
    }
    .about-sidebar {
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
        width: 100%;
    }
    .about-sidebar ul li a,
    ul#menu-visiting li a {
        font-size: 12pt;
    }
    .about-content {
        padding-top: 30px;
    }
    .about-content {
        padding-left: 15px;
    }
    .row_art {
        margin-bottom: 20px;
        margin-top: 48px;
    }
    .cont_inner>img {
        /* //left: inherit;
        //top: inherit;
        //transform: none !important; */
    }
    .cont_inner {
        height: 170px;
    }
    #gallery-1 .gallery-item {
        width: 50%!important;
    }
    .about-sidebar .main-nav {
        padding: 25px 20px;
    }
    .table-responsive h2 {
        font-size: 14pt!important;
    }
    .frame-section {
        height: 100%;
        width: 100%;
    }
    .cma_txt2 {
        min-height: 100%;
    }
    .categroy-section {
        margin-bottom: 35px;
    }
    .roaming_txt {
        float: none;
        width: 100%;
    }
    .roaming_pic {
        float: none;
    }
    .page-template-page-calendar-and-events-new .cont_inner {
        height: 150px;
    }
    .cont_inner>img,
    .inner_box1 img {
        /* //height: auto; */
    }
    .banner-content .inner h1 {
        font-size: 3em;
    }
    .gallery-box li {
        display: block;
        float: none;
        margin-right: 0px;
        width: 100%;
    }
    .gallery-box li:last-child {
        margin-bottom: 0px;
    }
    .cont_ss .cont_inner>img {
        height: auto;
        left: inherit !important;
        top: inherit !important;
        transform: none !important;
        width: 100% !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        min-height: 1px!important;
    }
    .cont_ss .cont_inner {
        height: auto !important;
        overflow: hidden;
    }
    .join-btn {
        display: block;
        float: none;
        margin-right: 0;
        padding: 3px 12px;
        width: 100%;
        text-align: center;
    }
    .inline-cal-heading a {
        width: 45px;
    }
    .wp-caption {
        width: 100% !important;
    }
    .wp-caption img {
        width: 100%;
        height: 100%;
    }
    .entry-title {
        line-height: 20px;
        margin-bottom: 18px;
    }
    .post img {
        width: 100%;
        height: 100%;
    }
    .meta-data-post li {
        border-right: medium none;
        display: block;
    }
    #comments input,
    #comments textarea {
        width: 100%;
    }
    .inner_categry .meta-data-post li {
        padding: 0;
    }
    .inner_box_blog {
        margin: 0 0 20px 0;
    }
    .categ_innrpg_pic {
        margin: 0;
        width: 100%;
    }
    .categ_innrpg_txt {
        display: inline-block;
        margin: 15px 0 0 0;
    }
    .event-part .inner_box {
        width: 100%;
    }
    .outr_box {
        height: 300px;
    }
    .mar_top {
        margin: 25px auto 0 !important;
        padding: 0;
    }
    .blog-part .inner_box {
        float: none;
        padding: 0;
        margin: 25px 0;
        overflow: hidden;
        width: 100%;
    }
    .paginatio-block {
        float: none;
        margin: 25px 0 0;
        text-align: center;
    }
    .meta-data-post li {
        padding: 0;
    }
    .cat_section header {
        float: none;
        width: 100%;
    }
    .cat_section .cat_box {
        float: none;
        margin-top: 15px;
        padding: 0 15px;
        width: 50%;
    }
    .box-no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .calandar-section {
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-box.ui-tabs .ui-tabs-nav li {
        margin-right: 0px;
        width: 100%;
    }
    .box1 {
        text-align: center;
    }
    .box1-inner {
        margin-bottom: 50px;
        overflow: inherit;
    }
    .speakers-image {
        float: none;
        margin: 0 0 15px;
    }
    .sponsor_wrap .inner_sponsor {
        margin: 0 0 10px;
        width: 100%;
    }
    .sponsor_wrap .inner_sponsor:first-of-type {
        width: 100%;
    }
    .purchase-tickets {
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }
    .col-hours {
        border-left: 0 none;
        padding: 0;
        width: 100%;
    }
    .img-field img {
        display: table;
        float: none;
        margin: 0 auto 20px !important;
        max-width: 100%;
    }
    .custom-section .col {
        width: 100%;
    }
    .location-map iframe {
        height: 200px;
    }
    .visit-image {
        min-height: auto;
    }
    .custom-section h3 {
        font-size: 20px;
    }
    .custom-section h5 {
        font-size: 16px;
    }
    .custom-section p,
    .custom-section li {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    header.new-header .big-menu {
        top: 70px;
        position: absolute;
        width: 100%;
    }
    input[type="search"].active,
    #s.active {
        width: 190px;
    }
    .new-header input[type="search"].active,
    #s.active {
        border-left: 1px solid #000
    }
    .right_search.mobile-search-landscape {
        display: none !important;
    }
    header.new-header .bottom-header {
        width: 39%;
    }
    header.new-header .container {
        max-width: 60%;
    }
    .Columbus_img_link {
        float: left;
        margin-left: 0;
    }
    .about-content .printing_div p {
        text-align: left;
    }
    .inner_sponsor .Columbus_img.alignright {
        float: left;
        margin-left: 0;
    }
    .banner-content .inner h1 {
        font-size: 3em;
    }
    .page-template-page-visiting-one-col .cont_inner {
        width: 100%;
        height: 280px;
    }
    .desktp-view {
        display: none;
    }
    .right_search {
        bottom: 0;
        position: relative;
        width: 100%;
    }
    .right_search {
        margin-bottom: 0;
        height: 70px;
        width: 100%;
    }
    .mobile-view {
        display: block;
        margin-top: 0px;
        text-align: center;
        width: 100%;
    }
    header input[type="search"],
    #s {
        border: 1px solid #000;
        width: 190px;
        margin-top: 0;
    }
    header .fa-search {
        display: inline-block;
        float: none;
    }
    #searchform,
    #searchform>div {
        display: inline-block;
        float: none;
    }
    .navbar-brand {
        height: 100%;
        margin-top: 4px;
        width: 73%;
    }
    header .right-section {
        width: 20%;
    }
    .roaming_sectn .roaming_txt {
        margin-top: 15px;
    }
    .roaming_sectn .roaming_txt ul {
        padding-left: 0px;
    }
    .roaming_txt {
        padding-left: 0px;
    }
    .gallery-box #gallery-1.gallery-columns-3 .gallery-item {
        width: 100% !important;
    }
    .gallery-box .gallery-columns-3 .gallery-item {
        margin-right: 0 !important;
        width: 100% !important;
    }
    figure.wp-caption.alignleft,
    img.alignleft {
        width: auto;
        height: auto;
    }
    .purchase-ticket-hours {
        width: 100%;
    }
    .purchase-ticket-hours:first-of-type {
        margin: 0 0 10px;
    }
    .special-event-text-right img {
        margin: 0 0 20px;
        max-width: 100%;
        width: auto;
    }
    .about-content p {
        font-size: 15px;
        text-align: left;
    }
    .special-event-text-left2 {
        text-align: center;
        width: 100%;
    }
    .special-event-text-left2 img {
        display: inline-block;
        float: none;
        margin: 0 0 20px;
        max-width: 100%;
    }
    .special-event-text-right2 {
        width: 100%;
    }
    strong img {
        max-width: 100%;
        width: auto;
    }
    .about-people,
    .about-persons {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    img {
        max-width: 100%;
        height: auto;
    }
    iframe.speaker-concert-video {
        width: 100%;
        height: 190px;
    }
    .banner-label {
        text-align: center;
    }
    /*.banner-label span {display: none;}*/
    .page-template-home-template .banner-outer img {
        /* float: left;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        width: auto !important;*/
    }
    .art-section .exhibition+h2 {
        float: left;
    }
    header.new-header .big-menu {
        top: 70px;
        position: absolute;
        width: 100%;
    }
    input[type="search"].active,
    #s.active {
        width: 190px;
    }
    .new-header input[type="search"].active,
    #s.active {
        border-left: 1px solid #000
    }
    .right_search.mobile-search-landscape {
        display: none !important;
    }
    .top-header .logo-section img {
        margin: 0;
    }
    header.new-header .container {
        max-width: 69%;
    }
    header.new-header .bottom-header {
        width: 29%;
    }
    .new-header .right_search i.fa.fa-search {
        margin-top: 0;
        padding-top: 10px;
        border-right: 0;
    }
    .right_search {
        float: left;
        padding-left: 10px;
    }
    .new-header .navigation {
        display: block;
    }
    .right_search.mobile-search {
        display: none;
    }
    header .top-header .right-section.test .navigation ul li:first-child a {
        padding-left: 0;
    }
    header .top-header .right-section.test .navigation ul li:last-child a {
        padding-right: 0;
    }
    header .top-header .right-section.test .navigation ul li a {
        padding: 0 9px;
    }
    .menu-icon {
        margin: 10px 15px 0;
        padding: 26px 2px 3px 3px;
        display: inline-block;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
    }
    .top-header {
        padding: 10px 0 20px;
        position: relative;
        display: block;
        overflow: hidden;
    }
    .top-header .logo-section,
    header .top-header .right-section.test {
        width: 100%;
        text-align: center;
    }
    .new-header .navigation ul.social-nav {
        margin-top: 10px;
        padding: 0 10px;
    }
    header.new-header .container {
        border: 0;
    }
    .new-header .navigation ul.middle-nav {
        padding: 20px 0 13px 0px;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }
    .banner-content .inner h2 {
        font-size: 1em;
    }
    body {
        font-size: 14px;
    }
    .navbar-brand img {
        max-width: 80%;
        height: auto;
        float: none;
        margin: 0 auto;
    }
    .navbar-brand {
        width: 100%;
        max-width: 100%;
    }
    header .right-section .time {
        display: initial;
        float: left;
        margin: 15px 0;
        text-align: center;
        width: 100%;
    }
    .calandr_ss {
        /* margin: 0 auto; */
    }
    .yellow_box {
        width: 100%;
        float: left;
    }
    .yellow_rht {
        float: left;
        width: 50%;
    }
    .yellow_lft {
        float: left;
        width: 50%;
    }
    .prog_list {
        text-align: center;
    }
    .cont_inner {
        /* //height: 160px; */
    }
    .event_head {
        margin: 0 0 20px;
        font-size: 1.8em;
    }
    .schedule_sec ul li {
        padding: 10px 0 0;
    }
    .page-template-about-common-template h2,
    .page-template-page-visiting-one-col .col-lg-8 h1.sub-head {
        font-size: 14pt;
    }
    .cma_txt2 {
        padding: 10px;
    }
    .art-section .inner_box .cma_txt2 {
        width: 99%;
    }
    .cma_txt>span {
        /* //bottom: inherit; */
        left: 6x;
        /* //top:20%; */
    }
    .mar_top_about {
        margin: 35px auto 0;
    }
    .go_back_art {
        margin-bottom: 0;
    }
    .page .about-content h2 {
        font-size: 16pt;
    }
    #gallery-1 .gallery-item {
        width: 100%!important;
    }
    .event-search>input[type="submit"] {
        bottom: 0px;
    }
    header .fa-search {
        margin-left: 0px;
    }
    .visual-form-builder .vfb-legend h3 {
        font-size: 16px;
        line-height: 32px!important;
        margin: 0 0 6px !important;
        text-align: center;
    }
    .paginatio-block {
        float: none;
        text-align: center;
    }
    .paginatio-block .page-numbers {
        display: inline-block;
        margin: 0 3px 12px;
    }
    .padding-0 {
        padding-left: 15px;
        padding-top: 0;
    }
    .cat_section .cat_box {
        width: 100%;
    }
    .go_back {
        float: none;
        text-align: right;
        width: 100%;
    }
    .additional_listing ul li {
        width: 100%;
    }
    .col-partners-logo li {
        display: inline-block;
        padding: 10px;
        width: 48%;
    }
    .special-event-wrap {
        padding: 10px 15px;
    }
    /*--------------------- 18,19 May 2017-------------------- */
    .inner_box::after,
    .event-part::after {
        clear: both;
        content: "";
        display: block;
        float: none;
    }
    .cma-alter-box .outr_box,
    .art-section .outr_box {
        height: auto;
    }
    .cma-alter-box.art-section .inner_box,
    .art-section.art-section .inner_box {
        height: auto;
    }
    .cma-alter-box .inner_box1 .yellow_lft,
    .cma-alter-box .inner_box1 .yellow_rht,
    .art-section .inner_box1 .yellow_lft,
    .art-section .inner_box1 .yellow_rht {
        width: 100%;
    }
    .cma-alter-box .inner_box1 img,
    .art-section .inner_box1 img {
        left: auto !important;
        position: relative;
        top: 0 !important;
        height: auto !important;
        width: auto !important;
        max-width: 100%;
        min-height: 0 !important;
        transform: translate(0) !important;
        -webkit-transform: translate(0) !important;
        -moz-transform: translate(0) !important;
        -o-transform: translate(0) !important;
    }
    .art-section.art-section .inner_box {
        padding: 0;
    }
    .cma-alter-box .cma_txt2>span,
    .art-section .cma_txt2>span {
        position: relative;
        bottom: 0 !important;
    }
    /*------- End ---------*/
}

.logged-in .bottom-header.fixed-header {
    position: fixed;
    top: 32px;
    width: 100%;
}

.bottom-header.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .logged-in .bottom-header.fixed-header {
        position: static;
    }
    .bottom-header.fixed-header {
        position: static;
    }
    /*.mar_top .wpsbc-calendars-wrapper.wpsbc-legend-position-side .wpsbc-legend {
       width: 135px !important;
    }*/
    .wpsbc-calendars-wrapper.wpsbc-legend-position-side .wpsbc-legend {
        width: 105px !important;
    }
}

@media screen and (max-width: 320px) {
    input[type="search"].active,
    #s.active {
        width: 187px;
    }
    header .right-section .time {
        display: initial;
        float: left;
        margin: 15px 0;
        text-align: center;
        width: 100%;
    }
    .mar_top {
        margin: 30px auto 0;
    }
    .banner-content .inner h2 {
        margin-bottom: 0;
    }
}

.date-field {
    font-size: 25px;
    margin-bottom: 18px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.read_link {
    color: #62a945;
    background: none;
    border: none;
    padding: 0px;
    font-size: 18px;
}

.read_link:focus {
    outline: none;
}

.sep_link {
    border-top: 3px solid #000;
}


/*=================3-oct-start-style=================*/


/*.layoutArea.box_area_layout {
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    padding: 30px 25px;
}
.image_size_style {
    margin-right: 30px;
}
.layoutArea.box_area_layout {
    display: flex;
    display: -ms-flexbox;
}*/

.layoutArea.box_area_layout {
    width: 48.5%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    margin: 18px 0;
}

.image_size_style {
    width: 100%;
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
}

.page_content_style {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}

.image_size_style img {
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    max-width: 100%;
    flex-shrink: 0;
    height: auto;
    width: auto;
    -webkit-transition: .4s ease-in-out all 0s;
    -moz-transition: .4s ease-in-out all 0s;
    -ms-transition: .4s ease-in-out all 0s;
    transition: .4s ease-in-out all 0s;
}

.image_size_style:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
    -moz-transform: translate(-50%, -50%) scale(1.08);
    -ms-transform: translate(-50%, -50%) scale(1.08);
    transform: translate(-50%, -50%) scale(1.08);
}

.content_column_layout {
    padding: 20px 15px;
}

.content_column_layout h3 {
    margin: 0;
    font-size: 22px;
    color: #000;
}

.content_column_layout p {
    margin: 15px 0 5px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #696969;
}

.content_main_style {
    font-size: 16px;
    margin: 10px 0 0px;
}

.image_size_style::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    border-radius: 100px;
    border-width: 100px;
    display: inline-block;
    height: 100px;
    width: 100px;
    border: 0px solid rgba(0, 0, 0, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.image_size_style,
.image_size_style:before {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.image_size_style:hover::before {
    opacity: 1;
    border: 100px solid rgba(0, 0, 0, 0.7);
    visibility: visible;
    z-index: 2;
    -moz-transform: translate(-50%, -50%) scale(4);
    -webkit-transform: translate(-50%, -50%) scale(4);
    -o-transform: translate(-50%, -50%) scale(4);
    -ms-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
}

.banner-outer>a.banner_desk {
    display: block;
}

.banner-outer>a.banner_mob {
    display: none;
}


/**25 Oct Design**/

.page.page-id-29540 .col-lg-12.mar_top {
    padding: 0;
}

.exhibition-page .ex-wrap {
    display: inline-block;
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    border-bottom: 1px solid #bbb;
}

.exhibition-page .sqs-block-content h1 {
    font-family: AkzidenzGroteskPro-Bold;
    font-size: 18pt;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000;
}

.exhibition-page a.join-btn {
    padding: 10px 15px;
}

.sqs-block.button-block.sqs-block-button {
    padding-top: 17px;
    padding-bottom: 17px;
}

.sqs-block-button-container--left.cstm-btn {
    margin: 0 0 10px 0;
}

.sqs-block-button-container--left.cstm-btn .sqs-block-button-element {
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
    font-size: 13px;
    padding: 13px 26px;
    display: inline-block;
}

* {
    -webkit-font-smoothing: antialiased;
}

.exhibition-page .sqs-block-content h3 {
    letter-spacing: .1em;
    font-size: 15px;
    line-height: 1.6em;
    text-transform: uppercase;
    font-family: AkzidenzGroteskPro-Bold;
}

.exhibition-page .ex-wrap:last-of-type {
    margin: 0;
    border: none;
    padding: 0;
}

.image-block-wrapper.has-aspect-ratio {
    margin: 0 0 1rem 0;
}

@media (max-width:768px) {
    .banner-outer>a.banner_desk {
        display: none;
    }
    .banner-outer>a.banner_mob {
        display: block;
    }
}

@media (max-width:767px) {
    .content_column_layout h3 {
        font-size: 20px;
    }
    .content_column_layout p {
        font-size: 15px;
    }
}

@media (max-width:575px) {
    .layoutArea.box_area_layout {
        width: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
        margin: 18px 0;
    }
}


/*=================3-oct-end-style=================*/


/***Start 29-10-2019***/

.page-template-art-child-past-exhibitions .ui-widget-content a {
    color: #62a945;
}

.page-template-art-child-past-exhibitions .go_back_art {
    margin-bottom: 30px;
}

div#accordion_1 {
    margin-bottom: 20px;
}

.ui-accordion .ui-accordion-header {
    color: #000000;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background-color: #62a945 !important;
    border-color: #62a945 !important;
    color: #fff;
}

.ui-accordion-content-active {
    border-color: #62a945 !important;
    /*padding: 1em 1.2em !important;*/
}

.ui-accordion .ui-accordion-header:focus {
    outline: none;
}


/***End 29-10-2019***/


/***CSS Start On 04-11-2019***/

ul#menu-main-navigation>li>a {
    display: inline-block;
}

header.new-header .big-menu .inner {
    max-width: inherit;
}

ul#menu-main-navigation {
    justify-content: center;
}

ul#menu-main-navigation li {
    position: relative;
}

ul#menu-main-navigation li.menu-item-has-children>a {
    padding-right: 0 !important;
}

ul#menu-main-navigation li span.arrow_down {
    display: inline-block;
    cursor: pointer;
    padding: 0 3px;
}

ul#menu-main-navigation li.menu-item-has-children ul.sub-menu li {
    width: 100%;
}

ul#menu-main-navigation li.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    top: 100%;
    left: 0px;
    min-width: 150px;
    z-index: 1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

ul#menu-main-navigation li.showMenu>ul.sub-menu {
    display: block;
}

ul#menu-main-navigation li.showMenu>span.arrow_down {
    color: #62a945;
}

ul#menu-main-navigation li.current-menu-ancestor>a {
    color: #62a945;
}

ul#menu-main-navigation ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0px;
}

ul.sub-menu span.arrow_down {
    position: absolute;
    right: 5px;
    top: 10px;
    transform: rotate(-90deg);
}

@media (min-width: 1200px) {
    ul#menu-main-navigation li.menu-item-has-children:hover>ul.sub-menu {
        display: block;
    }
    ul#menu-main-navigation li.menu-item-has-children:hover>a {
        color: #62a945;
    }
    ul#menu-main-navigation li.menu-item-has-children:hover span.arrow_down {
        color: #62a945;
    }
}

@media (max-width: 767.98px) {
    .cma_blog_txt h4 {
        font-size: 15px;
    }

    .cont_cma:before {
        width: 100%;
    }
    
    iframe {
        width: 100%;
        height: 100%;
        min-height: 200px;
    }
    ul#menu-main-navigation li.menu-item-has-children ul.sub-menu {
        position: static;
        box-shadow: none;
    }
    ul#menu-main-navigation li.menu-item-has-children ul.sub-menu li a {
        padding-left: 30px;
    }
    ul#menu-main-navigation li span.arrow_down {
        position: absolute;
        right: 10px;
        top: 12px;
    }
    ul.sub-menu li {
        border-bottom: 0 !important;
    }
    ul.sub-menu span.arrow_down {
        transform: inherit;
    }
    ul#menu-main-navigation ul.sub-menu ul.sub-menu li a {
        padding-left: 45px;
    }
}


/***CSS End On 04-11-2019***/


/***CSS Start On 13-04-2020***/

.mainContentStone.d-flex,
.mainContentColumnbus {
    padding: 0;
}

.contentInnerStone {
    width: calc(50% - 30px);
    margin: 0 15px;
}

.text-right-align {
    text-align: right;
}

.text-left-align {
    text-align: left;
}


/*.inner-iframe-style {
    width: calc(50% - 30px);
    margin: 15px;
}*/

.contentInnerColumnbus {
    margin: 0 15px;
}

.mainContentColumnbus img,
.mainContentColumnbus iframe {
    margin-top: 8px;
}

.inner-style-image {
    margin: 15px;
}

.page-id-31304 h3,
.contentInnerColumnbus h3 {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    margin-top: 0;
}

.contentInnerColumnbus p {
    margin-bottom: 0;
}

.order-2 {
    order: 2;
}

.order-1 {
    order: 1;
}

.pt-0 {
    padding-top: 0 !important;
}

.page-id-31304.page .about-content h2 {
    margin-top: 30px;
    font-size: 26px;
    margin-bottom: 6px;
    color: #333;
    font-weight: 800;
    font-family: "AkzidenzGroteskPro-Regular";
}

.page-id-31304 .about-content h4 {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 6px;
    color: #333;
    font-weight: 800;
    font-family: "AkzidenzGroteskPro-Regular";
}

.mainStoneStyle {
    padding-top: 30px;
}

.text-align-center {
    text-align: center;
}

.video-section-iframe {
    margin: 20px 0 45px;
}

.page-id-14153 .ngg-imagebrowser>h3 {
    display: none;
}

.page-id-31304 .about-content h4.topSpaceZero {
    margin-top: 0;
}

.text-right {
    text-align: right;
}

.contentInnerColumnbus.w-50,
.inner-style-image.w-50 {
    width: calc(50% - 30px);
}

.border-heading.stonewall h1 {
    text-align: center;
    margin: 0 0 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 34px;
    font-family: 'HTFDidot-B16Bold';
}

.border-heading.stonewall h1::after {
    background-color: #62a945;
    content: "";
    display: block;
    height: 2px;
    margin: 5px auto 0;
    width: 15%;
}


/*@media (max-width:1199.98px){
    .inner-iframe-style,
    .contentInnerStone {
        width: calc(50% - 30px);
    }
    .contentInnerColumnbus{
        width: calc(60% - 30px);
    }
    .inner-style-image{
        width: calc(30% - 30px);
    }
}*/

@media (max-width:991.98px) {
    .inner-iframe-style,
    .contentInnerStone,
    .contentInnerColumnbus,
    .inner-style-image {
        width: 100%;
    }
    .mainContentColumnbus .order-2 {
        order: 1;
    }
    .mainContentColumnbus .order-1 {
        order: 2;
    }
    .text-align-center {
        text-align: left;
    }
    .mainContentColumnbus.d-flex {
        display: block;
    }
    .contentInnerColumnbus.w-50,
    .inner-style-image.w-50 {
        width: calc(100% - 30px);
    }
    .inner-style-image.text-right {
        text-align: left;
    }
}

@media (max-width:575.98px) {
    .video-section-iframe iframe {
        width: 100%;
    }
    .page-id-31304 .about-content h4 {
        margin-top: 22px;
        font-size: 18px;
        margin-bottom: 3px;
    }
    .thumbnail-col-content h4 {
        min-height: auto;
    }
}

@media (max-width:480px) {
    .video-section-iframe iframe {
        height: 220px;
    }
}


/***CSS End On 13-04-2020***/


/***CSS Start On 16-04-2020***/

.thumbnail-video-col iframe {
    height: 240px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: -5px;
}

.col-inner-content {
    width: 50%;
}

.video-col-main {
    width: calc(50% - 40px);
    margin-right: 40px;
}

.thumbnail-loop-main .d-flex {
    margin: 20px -15px 0;
}

.video-thumbnail-main .thumbnail-loop-main:nth-child(2n+1) {
    background-color: #F1F1F1;
}

.thumbnail-col-style-main {
    width: calc(33.3% - 30px);
    margin: 15px;
    position: relative;
    overflow: hidden;
}

.video-content-art {
    padding: 50px 0 30px;
}

.thumbnail-video-col {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.15);
}


/*.overlay-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    cursor: pointer;
}*/

.thumbnail-video-col br {
    display: none;
}

.video-title-main {
    text-align: center;
    margin-bottom: 25px;
}

.col-inner-content h3 {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 1.25;
    padding-bottom: 0;
}

.col-inner-content p {
    font-size: 18px;
    line-height: 1.5;
}

.thumbnail-video-col #fb-root+p {
    display: none;
}

.video-col-slider {
    display: none;
    flex-wrap: wrap;
    margin: 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 4px;
}

.video-col-main p {
    margin-bottom: 0;
}

.video-col-slider.active {
    display: flex;
    display: -ms-flexbox;
}

.video-col-main iframe {
    max-width: 100%;
}

.thumbnail-col-content h4 {
    margin: 15px 0 10px;
    font-size: 20px;
    line-height: 1.25;
    padding-bottom: 0;
    color: #333;
    min-height: 50px;
}

.thumbnail-col-content p {
    font-size: 15px;
    font-weight: 500;
}

.morelink {
    display: inline-block;
}

@media (max-width:1199.98px) {
    .thumbnail-video-col iframe {
        height: 207px;
    }
}

@media (max-width:991.98px) {
    .video-col-main {
        width: 100%;
        margin: 0 0 15px;
    }
    .col-inner-content h3 {
        margin: 0 0 5px;
        font-size: 22px;
        line-height: 1.25;
    }
    .thumbnail-col-style-main {
        width: calc(50% - 30px);
    }
    .col-inner-content {
        width: 100%;
    }
    .thumbnail-video-col iframe {
        height: 235px;
    }
    .thumbnail-col-content h4 {
        min-height: 30px;
    }
}

@media (max-width:767.98px) {
    .thumbnail-video-col iframe {
        height: 230px;
    }
}

@media (max-width:575.98px) {
    .thumbnail-col-style-main {
        width: 100%;
    }
    .video-col-slider {
        padding: 10px;
    }
    .thumbnail-video-col iframe {
        height: 340px;
    }
    .thumbnail-col-content h4 {
        min-height: auto;
    }
    .video-col-main iframe {
        height: 250px;
    }
}

@media (max-width:480.98px) {
    .inner-iframe-style iframe {
        height: 260px;
    }
    .thumbnail-video-col iframe {
        height: 258px;
    }
}

@media (max-width:380.98px) {
    .thumbnail-video-col iframe {
        height: 235px;
    }
}


/***CSS End On 16-04-2020***/

#content-tab {
    display: none;
}

@media screen and (max-width: 991px) {
    #content-desktop {
        display: none;
    }
    #content-tab {
        display: block;
    }
    .video-thumbnail-main.slider-nav {
        display: block !important;
    }
}


/* may2020 */

.greenareasec {
    background-color: #62a945;
    width: 100%;
    height: auto;
}

.greenareasec img {
    width: 100%;
    min-height: auto;
    max-width: 550px;
    margin: 60px 0;
}

.greenareasec h2 {
    font-size: 26px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.greenareasec p a {
    color: #fff;
    position: relative;
}

.greenareasec p {
    font-size: 19px;
    color: #fff;
}

.greenareasec p a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 36px;
    height: 1.5px;
    bottom: 0;
    bottom: 0;
    left: 0;
}

.grayevntstychildsec .col-md-6 {
    padding: 0px;
}

.grayevntstychildsec {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.grayevntstychildsec h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.grayevntstychildsec p {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
}

.grayevntstychildsec .contents.left {
    padding-right: 50px;
}

.grayevntstychildsec .contents.right {
    padding-left: 50px;
}

.creativeathomesec .content-blocks h2 {
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    margin-bottom: 15px;
}

.creativeathomesec .content-blocks.text-center {
    padding: 40px 0;
}

.creativeathomesec .content-blocks p {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding: 0 100px;
}

.blogsectionstyevent .content-blocks {
    padding: 40px 0;
}

.social-media-section {
    padding-top: 30px;
}

.social-block {
    text-align: center;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.social-block .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    width: 33.3333%;
}

.social-block .media .icon-block {
    margin-right: 10px;
    border: 1px solid #62a945;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.social-block .media .icon-block a {
    display: inline-block;
    padding: 3px;
}

.social-block .media .icon-block a {
    font-size: 0px;
    padding: 6px;
    vertical-align: middle;
}

.social-block .media .icon-block a i {
    font-size: 15px;
}

.social-block .media p {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
}

.involve-section p {
    margin-bottom: 20px !important;
}

.blogsectionstyevent h3 {
    font-weight: 400;
    font-size: 19px;
    margin: 20px 0;
}

.blogsectionstyevent ul li {
    font-weight: 400;
    font-size: 15px;
}

.blogsectionstyevent .content-box {
    font-weight: 400;
    font-size: 15px;
}

.blogsectionstyevent .col-md-4 {
    margin-bottom: 20px;
}

.noconnectedpost {
    justify-content: center;
    background-color: #62a945;
    display: flex;
    align-items: center;
    width: 100%;
}

.grayevntstychildsec {
    background-color: rgba(158, 158, 158, 0.13);
}

.blogsectionstyevent {
    background-color: rgba(158, 158, 158, 0.13);
    padding: 40px 0;
}

.involve-section {
    background-color: rgba(158, 158, 158, 0.13);
}

.noconnectedpost p {
    color: w;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 19px;
}

.content-align-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.content-height {
    height: 450px;
    display: flex;
}

.h-flex {
    height: 340px;
    display: flex;
}

.pt-2 {
    padding-top: 60px;
}

.pb-2 {
    padding-bottom: 40px;
}

.no-color {
    background-color: #fff !important;
}

#myModal {
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

#myModal .modal-dialog {
    max-width: 400px;
    margin: 100px auto;
    height: calc(100vh - 200px);
}

#myModal .modal-dialog .image-wrap {
    margin: 0 0 20px 0;
}

#myModal .modal-dialog .image-wrap img {
    width: 100%;
}

#myModal .modal-dialog .button-wrap {
    text-align: center;
}

#myModal .modal-dialog .button-wrap a {
    display: inline-block;
    background: #62a945;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
}

#myModal .modal-dialog .modal-content {
    border: none;
}

#myModal button.close {
    border: 4px solid #fff;
    position: absolute;
    right: -10px;
    background: #000;
    opacity: 1;
    color: #fff;
    font-weight: 400;
    width: 29px;
    height: 29px;
    line-height: 1;
    border-radius: 50%;
    top: -10px;
    z-index: 99;
    padding: 0;
    font-size: 12px;
}

@media (max-width:992.98px) {
    .greenareasec h2 {
        /*     margin-top: 40px; */
        margin-bottom: 15px;
    }
    .greenareasec img {
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }
    .grayevntstychildsec .contents.left {
        padding-right: 20px;
    }
    .grayevntstychildsec img {
        margin: 0 auto;
        display: block;
    }
    .grayevntstychildsec .contents.left {
        padding-right: 0px;
    }
    .flex-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
        display: flex;
    }
    .social-block .media {
        width: 40%;
        margin: 10px;
    }
    .content-height {
        height: auto;
        margin: 0 85px;
        padding: 20px;
    }
    .h-flex {
        height: auto;
        margin: 0 70px;
        padding: 30px 0 !important;
    }
    .grayevntstychildsec .contents.right {
        padding-left: 0;
    }
    .pt-2 {
        padding-top: 20px;
    }
}

@media (max-width:767px) {
    #myModal .modal-dialog {
        margin: 30px auto;
        height: auto;
    }
    .creativeathomesec .content-blocks p {
        padding: 0 0px;
    }
    .pt-2 {
        padding-top: 0px;
    }
    .pb-2 {
        padding-bottom: 20px;
    }
    .social-block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content-height {
        margin: 0;
    }
    .h-flex {
        margin: 0;
        padding: 20px !important;
    }
    .grayevntstychildsec {
        padding-top: 0;
    }
    .grayevntstychildsec img {}
    .blogsectionstyevent {
        padding: 0px;
    }
    .social-media-section {
        padding-top: 0px;
    }
    .grayevntstychildsec p {
        font-size: 16px;
    }
    .greenareasec p {
        font-size: 16px;
    }
    .creativeathomesec .content-blocks p {
        font-size: 16px;
    }
    .social-block .media p {
        font-size: 16px;
    }
}

@media (max-width:575.98px) {
    #myModal .modal-dialog {
        max-width: 100%;
        margin: 30px 15px;
        height: auto;
    }
}

.donate_btn {
    cursor: pointer;
}

.view {
    margin: 5px !important;
    width: 100%;
}

.mosaicflow__column {
    overflow: hidden;
}


/********Start on 17-06-2020*********/

section.page-desc-wrapper .row {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}

section.page-desc-wrapper ul {
    list-style: disc;
}

section.page-desc-wrapper .visit-description {
    font-size: 18px;
    line-height: 1.8;
}

@media (max-width: 767.98px) {
    section.page-desc-wrapper .visit-description {
        font-size: 16px;
        line-height: 1.6;
    }
}


/********End on 17-06-2020*********/

.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
    opacity: 1!important;
}

.envira-gallery-wrap .envira-gallery-public {
    opacity: 1 !important;
}


/**Start on 02-11-2020**/

ul.tickets_slots {
    list-style: none;
    padding: 10px 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(98, 169, 69, 0.4);
}

ul.tickets_slots li {
    margin-bottom: 0;
}

ul.tickets_slots li:not(:first-child) {
    display: inline-block;
    width: 24%;
    padding: 5px;
}

ul.tickets_slots li:first-child {
    font-weight: 600;
}

ul.tickets_slots li a {
    background-color: #62a945;
    color: #fff !important;
    display: block;
    padding: 5px 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
}

@media (max-width: 575.98px) {
    ul.tickets_slots li:not(:first-child) {
        width: 49%;
    }
}


/**End on 02-11-2020**/


/* request form css */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, 50%);
    width: 500px !important;
    padding: 0;
    border: 0;
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header {
    background-color: #61a945;
    border: 0;
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header #ui-dialog-title-tat_callback_popup {
    color: #ffffff;
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close.ui-corner-all span {
    color: #ffffff;
}

.ui-state-hover,
.ui-state-hover:hover,
.ui-state-hover:focus {
    border: none !important;
}

.ui-widget-overlay {
    background: #000000!important;
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
    background: #ffffff;
    border-radius: 50%;
    line-height: 20px;
}

#reduest-form .btn-wrap {
    text-align: center;
    margin-top: 20px;
}

#reduest-form .btn-wrap input.submit_request {
    background-color: #61a945;
    color: #ffffff;
    border: 0;
    padding: 8px 20px;
    border-radius: 3px;
    max-width: 120px;
    border: 2px solid #61a945;
}

#reduest-form label.error {
    color: red;
    font-size: 14px;
    font-weight: 500;
}

#reduest-form .cust-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#reduest-form .cust-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

#reduest-form .cust-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
}

#reduest-form input {
    width: 100%;
    border: 1px solid #C7C6C4;
    margin-bottom: 5px;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 16px !important;
    color: #3a3838;
    font-weight: 400;
}

#reduest-form p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000000;
}

#reduest-form input:focus {
    outline: 0;
}

#reduest-form .btn-wrap input.submit_request:hover {
    color: #61a945;
    background-color: #ffffff;
}

#reduest-form .TatStatusMessageContactForm p {
    color: #61a945;
    font-size: 20px;
}


/*  */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#reduest-form .modal-content {
    padding: 0;
    width: 100%;
    max-width: 800px;
}

#reduest-form .modal-header {
    background-color: #62a945;
}

#reduest-form .modal-header h2 {
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-size: 20px;
}

#reduest-form .modal-header span.close {
    color: #ffffff;
    opacity: 1;
}

#reduest-form .TatStatusMessageContactForm {
    text-align: center;
    margin-top: 20px;
}

#reduest-form .tatAjaxLoader {
    text-align: center;
}

@media (max-width: 1024.98px) {
    #reduest-form .modal-content {
        max-width: 500px;
    }
    .fsBody .fsForm {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    #reduest-form .cust-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #reduest-form .modal-content {
        max-width: 350px;
    }
    #reduest-form .TatStatusMessageContactForm p {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    #reduest-form .modal-content {
        max-width: 300px;
    }
}

#reduest-form textarea {
    width: 100%;
}


/* form-design 7-12-2020 */

#fsSubmit4156658 {
    background-color: #62a945;
    border-radius: 2px;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 50px;
    padding: 3px 20px;
    display: inline-block;
    margin: 15px;
}

#fsSubmit4156658 input#fsSubmitButton4156658 {
    color: #ffffff !important;
    font-size: 15px !important;
}

#fsSubmit4156658:hover {
    opacity: .85;
}

.fsboxshadow .fsBody .fsForm {
    width: 100%;
}

.page-template-page-calendar-and-events-new .not-shown-event {
    display: none;
}


/* 31-12-2020*/

.page-template-events-child .mar_top_about .row {
    margin: 0;
}

.mar_top_about h3 {
    font-weight: 500;
    font-family: AkzidenzGroteskPro-Bold;
    font-size: 18px;
}

.mar_top_about .content-wrapper {
    padding: 20px 0;
}

.page-template-events-child .mar_top_about .col-md-12 strong {
    margin-top: 40px;
    display: block;
}

/* .page-template-events-child .mar_top_about .row .col-md-5,
.page-template-events-child .mar_top_about .row .col-md-7,
.page-template-events-child .mar_top_about .row .col-md-12 {
    padding: 0;
} */

.mar_top_about .img-wrapper {
    padding: 0px;
}

.mar_top_about .month-block {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.date-box .give-col {
    margin-top: 0;
}

.mar_top_about .date-box {
    min-height: 130px;
}

.mar_top_about .right-img .img-wrapper {
    text-align: right;
}

@media (max-width: 991.98px) {
    .mar_top_about .date-box {
        min-height: inherit;
    }
    .mar_top_about .img-wrapper {
        text-align: center !important;
    }
}


/****custom style for the PC Rehang Fundraising draft page******/

.page-template-join-give-common-template .about-content .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
}

.page-template-join-give-common-template .about-content .row img {
    width: 100% !important;
    height: auto !important;
}

.page-template-join-give-common-template .about-content .row .date-box .give-col {
    text-align: center !important;
}

.event-box .about-content.nopadzero {
  padding-left: 40px;
}

@media (max-width: 991.98px) {
.event-box .about-content.nopadzero {
  padding-left: 15px;
}
}


@media (max-width: 767.98px) {
.event-box .about-content.nopadzero {
    padding: 0;
    padding-top: 15px;
}

.event-box .about-sidebar {
    padding: 0;
}
}



/* side sub-menu-style */
.about-sidebar ul li ul.sub-menu li:first-child {
    margin-top: 20px;
}

.about-sidebar>ul>li>ul.sub-menu li a:after {
    opacity:0;
}

.about-sidebar>ul>li>ul.sub-menu li:hover a:after {
   content: ">";
    margin-left: 5px;
    opacity:1;
}


/* Art & Exhibition pages changes */
.page-template-art-exhibition-template .cma_txt2 h1 p:empty {
    display: none;
}

.page-template-art-exhibition-template .art-section .inner_box .cma_txt2 {
    width: 100%;
}

.page-template-art-exhibition-template .art-section .inner_box .cma_txt2 h1 {
    margin: 0 0px 30px 0;
}

/*  */
.page-template-art-new-template .cma_txt2 h1 p:empty {
    display: none;
}

.page-template-art-new-template .art-section .inner_box .cma_txt2 {
    width: 100%;
}

.page-template-art-new-template .art-section .inner_box .cma_txt2 h1 {
    margin: 0 0px 30px 0;
}

.art-section .cont_ss {
    margin-bottom: 30px;
}
.art-section {
    margin-bottom: 80px;
}
.page-template-host-your-event .art-section {
    margin-bottom: 0;
}
.art-section .inner_box {
    padding-bottom: 0;
    padding: 0 20px;
    margin: 20px 0;
}
.art-section .inner_box:nth-child(odd) {padding-left: 0;}

.art-section .inner_box:nth-child(even) {
    padding-right: 0;
}
.page-template-art-new-child-template header.new-header .big-menu .inner ul #menu-item-25265 a {
    color: #62a945;
}
/* end Art & Exhibition pages changes */

.banner_mob {
    display: none;
}
@media (max-width: 767px){
    .banner_desk {
        display: none;
    }
    .banner_mob {
        display: block;
    }
    .banner_mob .wpsisac-image-slide {
        height: auto;
        margin-bottom: 50px;
    }
    .banner_mob .wpsisac-image-slide img {
        height: auto !important;
    }
}



/*29-10-2021 */
.full-width-content {
    width: 100%;
}
/*01-11-2021 */
.event-roaming-slider {
    display: inline-block;
}
/*event page changes style*/
.event-roaming-slider {
    margin-bottom: 40px;
}

.event-roaming-slider .slick-arrow {
    bottom: -40px;
    top: unset;
    color: #000;
    z-index: 2;
}
.event-roaming-slider .slick-prev::before,.event-roaming-slider .slick-next::before {display: none}

.event-roaming-slider .slick-prev {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #62a945;
    border-bottom: 20px solid transparent;
    left: auto;
}

.event-roaming-slider .slick-next {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #62a945;
    border-bottom: 20px solid transparent;
    right: 0;
}
.event-roaming-slider .roaming_txt {
    width: 100%;
}

.event-roaming-slider .roaming_sectn .roaming_txt {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede !important;
}
.event-roaming-slider .roaming_sectn {
    padding: 0;
}

.event-roaming-slider .roaming_txt .learn_more {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
}
.calandar-section .calandr_ss {
    width: 100%;
    padding-right: 10px;
}

.calandar-section h4.inline-cal-heading {
    background: #61a945;
    height: auto;
    padding: 10px 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.calandar-section h4.inline-cal-heading a {
    color: #fff;
    font-size: 26px;
    width: auto !important;
}

.calandar-section  thead th {
    background: #61a945;
    color: #fff;
    height: 40px;
}

.calandar-section h4.inline-cal-heading .event-month-cal {
    width: 135px !important;
    padding: 0;
}

.calandar-section h4.inline-cal-heading  a.prev {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    font-size: 0;
    float: none;
    display: inline-block;
}

.calandar-section h4.inline-cal-heading a.next {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 8px solid transparent;
    font-size: 0;
}

.inline-cal a:hover, .inline-cal a:active, .inline-cal .current a {
    background: #61a945;
    color: #fff;
}

.calandar-section .inline-cal td a {
    width: auto;
    height: 60px;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.calandar-section tbody {
    border: 1px solid #61a945;
    border-bottom: 10px solid #61a945;
}
.event-roaming-slider .roaming_sectn:nth-of-type(3n) .roaming_txt, .event-roaming-slider .roaming_sectn:last-child .roaming_txt {
    border: 0 !important;
}
.calandar-section .inline-cal td, .calandar-section .inline-cal th {
    font-size: 16px;
}
.page-template-page-calendar-and-events-new .mar_top {
    margin-top: 40px;
}
.calandar-section .inline-cal td {
    font-size: 18px;
    padding: 10px;
}
/*02-11-2021*/
.view-btn-wrapper .join-btn {
    margin: 10px 0 30px 0;
    padding: 5px 20px;
    font-size: 18px;
    text-transform: uppercase;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 5em;
}
.mobileTabOngoingEvent .join-btn {
    padding: 8px 5px;
}
.mobileTabOngoingEvent {
    display: none;
}
.mobileTabFeatureEvent {
    display: none;
}
li#custom_html-2 {
    display: none;
}
/*.calandar-section .inline-cal td.current a {
    background: transparent;
    border: 2px solid #61a945;
    color: #61a945;
}*/
.calandar-section .inline-cal td.highlight-event a {
    background: #61a945;
    color: #fff !important;
}
.page-template-page-calendar-and-events-new header.new-header .big-menu .inner ul li#menu-item-102 a {
    color: #61a945;
}

@media (max-width: 1199.98px){
.calandar-section .inline-cal td a {
    height: 45px;
}
}

@media (max-width: 991.98px){
.event-roaming-slider .slick-prev {
    border-top: 12px solid transparent;
    border-right: 12px solid #62a945;
    border-bottom: 12px solid transparent;
}

.event-roaming-slider .slick-next {
    border-top: 12px solid transparent;
    border-left: 12px solid #62a945;
    border-bottom: 12px solid transparent;
}

.calandar-section .inline-cal td a {
    height: 30px;
}
.calandar-section .inline-cal td {
    font-size: 16px;
}
.event-roaming-slider .roaming_sectn .roaming_txt {
    margin-bottom: 0px;
}
}

@media (max-width: 767.98px){
    .calandar-section .inline-cal td {
        font-size: 16px;
    }
    .mobileTabOngoingEvent {
        display: block;
    }
    .event-roaming-slider .roaming_sectn .roaming_txt:nth-of-type(3n) {
        border-bottom: 1px solid #dedede !important;
    }
    .mobileTabFeatureEvent {
        display: block;
    }

    .view-btn-wrapper.mobilednon {
        display: none;
    }
    .calandar-section .calandr_ss {
    padding-right: 0;
    padding-bottom: 15px;
}

.calandar-section h4.inline-cal-heading {
    background: #000;
}

.calandar-section .inline-cal th {
    font-size: 14px;
}

.calandar-section thead th {
    height: 30px;
    border: 0;
}

.calandar-section h4.inline-cal-heading a {
    font-size: 24px;
}

.page-template-page-calendar-and-events-new .mar_top {
    margin-top: 10px !important;
}

div#calendar-block {
    margin-bottom: 0;
    padding: 0;
}

.calandar-section tbody {
    border: 0;
    border-bottom: 2px solid #61a945;
}

.mobileTabFeatureEvent .join-btn {
    padding: 8px 5px;
    margin: 0;
}

.event-part .inner_box:first-child {
    margin-top: 0;
}
.mobileTabOngoingEvent .join-btn {
    margin-bottom: 15px;
}
}
@media (max-width: 576.98px){
    .view-btn-wrapper .join-btn {
    font-size: 15px;
}
}


/*calendar detail pages style start*/
.calandar-section.detail-event .inline-cal-heading {
    font-size: 18px;
    color: #fff;
    padding: 5px 0 0 0;
}

.calandar-section.detail-event .inline-cal td, .calandar-section.detail-event .inline-cal th {
    font-size: 13px;
}

.calandar-section.detail-event .inline-cal td a {
    width: auto;
    height: 32px;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
        color: #333;
}


.calandar-section.detail-event .inline-cal td.today span {
    background: transparent;
    border: 2px solid #61a945;
    color: #61a945;
}
.calandar-section .inline-cal td.highlight-event span {
    background: #61a945;
    color: #fff;
}

.calandar-section .inline-cal td.today a {
    border: 2px solid #62a945;
    background-color: transparent;
    color: #62a945;
}

.nav-pagination .nav-pagination {
    margin: 0;
    padding-right: 10px;
}

.nav-pagination .nav-pagination i {
    font-size: 40px;
}
.nav-pagination a {
    color: #62a945;
}

.nav-pagination a:hover {
    opacity: 0.6;
}
.calandar-section.detail-event .inline-cal td a:hover {
    color: #fff;
}

.calandar-section .inline-cal td.today a:hover {
    color: #62a945;
}
.nav-pagination-outer {width: 100%;display: flex;display: -ms-flexbox;align-items: center;justify-content: space-between;margin-bottom: 20px;}

.nav-pagination-outer .nav-inner-pagination {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    margin-right: 10px;
}

.nav-pagination-outer .nav-pagination {
    padding-right: 5px;
    font-size: 40px;
}

.nav-pagination-outer .join-btn {
    margin: 0;
}
.slick-vertical .slick-slide {
    width: 100% !important;
}
.outer-wrap-hidden.mobile {
    display: none;
}
.roaming_txt.detail-head-style {
    min-height: 200px;
}
.event-roaming-slider.mobile {
    margin-bottom: 0;
}

.loadmore_event {
    display: none;
}


@media (max-width: 767.98px){
.event-outer-wrap {
    display: none;
}

.outer-wrap-hidden.mobile {
    display: block;
}
.loadmore_event {
    display: block;
    background-color: #62A945;
    color: #fff;
    border: 1px solid #62A945;
    margin: 0 20px;
    padding: 5px 12px;
    border-radius: 5px;
}
.loadmore_event:hover {
    background-color: #fff;
    color: #62A945;
}
.dcs_para_center {
    color: #62A945;
    font-size: 16px;
    font-weight: 600;
}
.outer-wrap-hidden.mobile .event-roaming-slider .roaming_sectn .roaming_txt {
    border-bottom: 1px solid #dedede !important;
}
.outer-wrap-hidden.mobile {
    position: relative;
}
.outer-wrap-hidden.mobile::after {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 5px;
}


}


/************/

@media (max-width: 767.98px) {
    .calandar-section .inline-cal td.highlight-event a, .calandar-section .inline-cal td.today a {
        width: 30px;
        margin: 0 auto;
    }
}



/*** 07-03-2022 CSS Start *****/

#envirabox-title-float-main {
    margin: 0 auto;
    margin-right: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }
  div#envirabox-title {
    left: 0 !important;
}

@media (max-width: 1199.98px) {    
  .envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
    padding: 4px !important;
    border-radius: 15px !important;
  }
  .envira-gallery-wrap .caption {
    margin: 4px !important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }
  .cma_txt2>span {
        bottom: 20px !important;
  }
  .cma_txt2 h1 {
    	font-size: 18px;
	}
}

/*** 07-03-2022 CSS Ends ***/



/*** 09-06-2022 CSS Start *****/

@media (max-width: 480px) {
    .cma-alter-box .cma_txt2>span .locationcmatext {
        margin-bottom: 10px;
    }
    .art-section .cma_txt2>span h1,
    .cma-alter-box .cma_txt2>span h1 {
        margin: 10px 0;
    }
    .page-template-art-new-template .art-section .inner_box .cma_txt2 h1 {
        /*margin: 20px 0px 10px 0;*/
        margin: 10px 0px 10px 0;
    }
    .page-template-art-new-template .art-section .inner_box .cma_txt2 h1 p {
        margin: 0;
    }
}

/*** 09-06-2022 CSS Ends *****/

.page-template-host-your-event .art-section .cont_ss {
    pointer-events: none;
}
/*body, html {
    overflow-x: hidden;
}*/

#reciteme {
    width: 130px;
    height: auto;
    bottom: 10px;
    right: 4px;
    position: fixed;
    z-index: 100;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    opacity: 0.9;
}
.banner_desk .slick-arrow:before {
    display: none;
}
.grecaptcha-badge {
    display: none !important;
}



.page-template-page-calendar-and-events-new .event-roaming-slider .slick-arrow.slick-next {
    margin-left: auto;
    display: block;
    background-color: transparent;
    width: fit-content;
    font-size: 0;
    appearance: none;
    border-right-color: transparent;
    margin-top: 12px;
    margin-right: -13px;
}

.page-template-page-calendar-and-events-new .event-roaming-slider .slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    left: -13px;
    background-color: transparent;
    font-size: 0;
    border-left-color: transparent;
}