/* 
Theme Name: Portal-NADI-Theme
Text Domain: Portal-NADI-Theme
Version: 4.0;
Description: Portal NADI
Tags: Portal NADI
Author: Zul Fikri
*/

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #ee3577;
    --red: #dc3545;
    --orange: #f68e62;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #767575;
    --gray-dark: #434242;
    --primary: #6f42c1;
    --secondary: #4f4f4f;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #c2c2c2;
    --lightgray: #eeeeee;
    --dark: #434242;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* Font Sizes */
    --font-normal: 1em;
    --font-small: 0.8125rem;
    /* Sidebar */
    --sidebar-width: 280px;
    --content-max-width: 1140px;
}
*,
*::before,
*::after {
    box-sizing: border-box
}
html {
    line-height: 1.15;
}
body {
    color: var(--secondary);
	min-height: 100vh;
    font-family: 'Roboto', sans-serif;
}
a{
    color: black;
}
a:hover{
    text-decoration: none;
    color: #767575;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gray-dark);
    font-weight: bold
}
.btn {
    font-weight: bold;
    padding: .375rem 1rem;
    height: 2.75rem;
    transition: all 0.4s ease-in-out
}
.btn:focus,
.btn.focus {
    box-shadow: none !important
}
.btn-primary {
    color: #fff
}
.form-control {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 2.75rem;
    border-color: var(--light)
}
.theme-bg-light {
    background: var(--light) !important
}
.theme-bg-dark {
    background: var(--dark) !important
}
.featured{
	align-content: center;	
}
.header {
    color: #fff
}
.header .site-title {
    color:black;
    font-size:26px;
    display:block;
    text-transform: capitalize;
    font-weight: 600;
}
.header .btn-primary {
    background: rgba(0, 0, 0, 0.3);
    border-color: transparent;
    font-size: 1rem;
    padding-top: 0.5rem
}
.header .btn-primary:hover {
    background: rgba(0, 0, 0, 0.4);
    border-color: transparent
}
.header .navbar-dark .navbar-toggler {
    border: none;
    padding: .25rem .6rem
}
.header .navbar{
    padding: 0px;
}
.header .navbar-dark .navbar-toggler:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}
.header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(60, 60, 60, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.header .nav-item {
    font-weight: bold
}
.header .nav-item.active a {
    color: rgba(0, 0, 0, 0.5)
}
.header .nav-item.active a:hover {
    text-decoration: none
}
.header .nav-item a {
    color: rgba(255, 255, 255, 0.8)
}
.header .nav-item a:hover {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.6)
}
.logo{
    width:78px;
}
.social-list a {
    width: 32px;
    height: 32px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    background-color: grey;
}
.social-list a:hover {
    color: var(--secondary);
    background-color: rgba(255, 255, 255, 0.8)
}
.main-wrapper {
    background: #fff;
}
.banner-wrap{
    margin-top: 50px;
    width: 100%;
    padding: 10px;
}
.banner-inside{
    display: flex;
    max-width: 1140px;
    margin: auto;
}
.main-wrapper .container {
    max-width: var(--content-max-width);
}
.container{
    overflow: auto;
}
.page-title {
    top:0;
    z-index:9999;
    transition:all .2s;
}
.sticky{
    padding:1em 0 !important;
}
.page-title .heading {
    font-size: 2rem;
    font-weight: bold;
    color:white;
}
.footer {
    color: rgba(255, 255, 255, 0.7)
}
.footer a {
    color: #fff
}
.gradient{
    background: rgb(43,43,43);
    background: linear-gradient(151deg, var(--orange) 0%, var(--pink) 35%,var(--primary) 100%) !important;
}
.content .post .title {
    font-size: 1.275rem
}
.content .post .title a {
    color: var(--gray-dark)
}
.content .post .title a:hover {
    color: var(--gray-dark)
}
.content .post .post-thumb {
    max-width: 160px;
    border-radius: 2px
}
.content .post .intro {
    font-size: 0.875rem
}
.content .post .more-link {
    font-size: var(--font-small);
}
.meta {
    color: #8f8f8f;
    font-size: var(--font-small);
}
.meta span {
    display: inline-block;
    margin-right:.25em;
}
.meta span a {
    color: #8f8f8f
}
.meta span.tag {
    background-color: var(--lightgray);
    padding:0 .5em;
    border-radius:5px;
}
.meta span a:hover {
    color: var(--secondary)
}
.meta span:last-child:after {
    display: none
}
.blog-nav a {
    background: var(--primary);
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    font-weight: bold;
    position: relative
}
.blog-nav a:hover {
    background: var(--secondary);
}
.blog-nav .nav-link-prev {
    border-right: 1px solid var(--secondary);
}
.blog-nav .arrow-prev {
    position: absolute;
    left: 1rem;
    top: 1.25rem;
    color: #fff
}
.blog-nav .arrow-next {
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    color: #fff
}
.content .title {
    font-weight: bold;
    font-size: 2rem
}
.content .content-body p,
.content .content-body li {
    font-size: 1.125rem;
    line-height: 1.6
}
.content .content-body h1 {
    font-size: 2.125rem
}
.content .content-body h2 {
    font-size: 2rem
}
.content .content-body h3 {
    font-size: 1.75rem
}
.content .content-body h4 {
    font-size: 1.5rem
}
.content .content-body h5 {
    font-size: 1.25rem
}
.content .content-body h6 {
    font-size: 1.125rem
}
.content .image-caption {
    color: #8f8f8f;
    font-size: 0.875rem
}
.content .image-caption a {
    color: #8f8f8f;
    text-decoration: underline
}
.content .image-caption a:hover {
    color: var(--secondary)
}
.content .blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    border-left: 2px solid var(--gray-dark);
    font-size: 1.5rem
}
.content .blockquote p {
    font-size: 1.5rem
}

/*header/logo css*/
.first-section{
    background-color: white;
    display: flex;
    padding: 10px;
}
.inner-header{
    display: flex;
    margin: auto;
    width: 1140px;
}
.nadi-section{
    width: 60%;
    text-align: start;
}
.tm-section{
    text-align: end;
    width: 30%;
}
.mcmc{
    width: 100px;
}
.nadi{
    width: 350px;
}
.tm{
    width: 100px;
}
.social-list{
    margin-bottom: 0px;
}
.to-top-button{
    z-index: 1000;
    bottom: 20px;
    right: 10px;
    position: fixed;
    font-size: 24px;
    color: black;
    display: none;
}

/*navmenu css*/
.topnav{
    background-color: #FFC15E;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.open-icon{
    display: none;
    padding-top: 10px;
}
.close-icon{ display: none;
    padding-top: 10px;
}
.nav-div{display: block;}
.inner-topnav{
    display: flex;
    width: 1140px;
}
.menu-container{
    width: 80%;
}
.search-container{
    display: flex;
    justify-content: end;
    padding-top: 10px;
    padding-right: 10px;
    width: 30%;
    align-self: center;
}
.search-field{
    border: none;
    background-color: #ededed;
    height: 40px;
    border-radius: 3px;
}
.main-nav{
    height: 60px;
    display: flex;
    list-style: none;
    padding: 0;
    text-align: start;
    margin: 0px;
    align-items: center;
    ul{
      list-style: none;
      display: none;
      position: absolute;
      padding: 0px;
      top: 60px;
      left: 0;
      z-index: 99999;
      width: 180px;
      background: #fff;
      box-shadow: 0px 3px 3px rgba(0,0,0,0.2);  
      li{
        a{
            padding: 10px;
            width: 100%;
        }
      }  
    }
    li{
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        padding-right: 10px;
        a:hover{
            color: black;
        }
    }
}
.main-nav li a{
    margin-right: 5px;
}
.main-nav ul li a:hover{
    color:black;
}
.main-nav li.current-menu-item a{
    color:black;
}
.submenu li.current-menu-item a{    color:black;
}
.sub-menu li{
    margin-right: 0px;
}
#arrow-nav{
    color:black; 
    font-size:12px;
    padding-left: 5px;
}

/*front-page css*/
.main-page{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 5px;
}
.left-side{
    width: 75%;
    margin-bottom: 10px;
}
.right-side{
    width: 25%;
    padding: 5px;
}
.widget-side{
    background-color: #007DBF;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    color: white;
}
.widget-side h4{ color: white;
margin-bottom: 1rem;}
.widget-side p{ font-size: 14px; line-height: 1.2;}
.widget-text li{font-size: 14px;}
.post-loop{
    border-radius: 5px; 
    background-color: #f5f5f5;
    padding: 30px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.pagination-loop{
    display: flex;
    justify-content: center;
}
.page-numbers{
    padding: .75em;
    margin: 5px 5px 5px 0;
    color:#007DBF;
    border-radius: 3px;
}
.page-numbers.current{
    color: white;
    background-color: #007DBF;
}
.page-numbers:hover{
    color: white;
    background-color: #007DBF;
    text-decoration: none;
}
.container-loop{padding-left: 5px; padding-right: 5px;}


/* footer css */
.footer-base{
    display: flex;
    background-color: #54595F;
    color: white;
    padding: 10px;
}
.footer-bot{    
    text-align: center;
    background-color: #FFC15E;
    padding: 5px;
    color: black;
}
.column-footer{
    width: 33%;
}
.column-footer h2{
    color: white;
}
.column-first{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.footer-list{
    padding: 5px;
    list-style: none;
}
.footer-list li{display: flex;}
.f-list{
    padding-left: 3px;
}
.f-list:hover{color: black;}
.inner-footer{
    display: flex;
    padding: 5px;
    margin: auto;
    width: 1140px;
}


/*breadcrumbs css */
.breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
} 
.breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}  
.breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

@media (prefers-reduced-motion: reduce) {
    .social-list a {
        transition: none
    }
    .btn {
        transition: none
    }
}

@media (min-width:800px){
    .main-nav li:hover{
        ul{
            display: flex;
            flex-direction: column;
            ul{
                display: none;
                left: 100%;
                top: 0;
            }
        }
    }
    .main-nav ul li:hover{
        background-color: #f8f9fa;
        ul{
            display: block;
        }
    }
    .mobile{
        display: none;
    }
}

@media (min-width: 767.98px) and (max-width: 800px) {
    .topnav{height: auto;}
    .open-icon{display: block;}
    .main-nav{
        flex-direction: column;
        height: auto;
        align-items: start;
    }
    .nav-div{display: none;
        margin-left: 10px;
    }
}

@media (max-width: 800px){
    /*.topnav{
        display: none;
    }*/
    #topMenu-mobile.mobile{
        display: flex;
    }
    #arrow-nav{
        padding-left: 8px;
    }
    .targetsubmenu.active{
        display: block;
        list-style: none;
    }

    /*nav menu tab */
    .topnav{
        height: auto;
    }
    .main-nav{
        flex-direction: column;
        height: auto;
        align-items: start;
    }
    .main-nav li{
        padding-bottom:10px;
    }
    .main-nav ul.targetsubmenu{
        margin-left: 10px;
        top: 100%;
        position: relative;
        z-index: 0;
    }
    .main-nav ul.targetsubmenu li:hover{
        background-color: #f8f9fa;
    }
    .main-nav li.clicktarget{
        display: block;
    }
    .main-nav ul li{
        padding-bottom: 0px;
    }
    .main-nav li a{margin-right: 0px;}
    .main-nav li i{align-self: center;}

    /*js css*/
    .open-icon{
        display: block;
    }
    .nav-div{display: none;}
    .close-icon{display: none;}

    /*frontpage-mobile + tab*/
    .main-page{
        flex-direction: column;
    }
    .left-side{
        width: 100%;
        padding: 10px;
    }
    .right-side{
        width: 100%;
        padding: 10px;
    }
    /*footer-mobile-responsive*/
    .footer-base{
        flex-direction: column;
    }
    .inner-footer{
        flex-direction: column;
    }
}

@media (max-width:600px){
    .inner-header{
        display: flex;
        flex-direction: column;
    }
    .nadi-section{
        width: 100%;
        text-align: center;
    }
    .tm-section{
        width: 100%;
        text-align: center;
    }
}

@media (min-width:501px) and (max-width:767.98px){
    .nav-div{margin-left: 10px;}
}

@media (max-width: 500px){
    .topnav{
        flex-direction: column;
    }
    .open-icon{
        display: block;
    }
    .inner-topnav{
        flex-direction: column;
        width: auto;
    }
    .main-nav{align-items: start;}
    .main-nav ul{position: static;}
    .main-nav li{
        padding-bottom: 20px;
    }
    .menu-container{
        width: 100%;
    }
    .search-container{
        width: 100%;
    }
    .navbar-ex1-collapse ul{padding-left: 0px;}
    .page-numbers{
        padding: 7px;
        margin: 2px 2px 2px 0;
    }
    .banner-inside{
        display: none;
    }
    .banner-wrap{
        margin-top: 25px;
    }
}
/* -------------------------------------------------------------------------- */
/*	12. Comments
/* -------------------------------------------------------------------------- */
/* Comment Headers ----------------------------- */
.comments-wrapper {
	margin-top: 3rem;
}
.comment-reply-title {
	margin: 0 0 4rem 0;
	text-align: center;
}
/* Comment Item ----------------------------- */
/* COMMENT HEADER */
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}
div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}
.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}
.comment-body {
	position: relative;
}
.comment .comment {
	padding-left: 5%;
}
.comment-meta {
	line-height: 1.1;
	margin-bottom: 0;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}
.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}
.comment-meta a {
	color: inherit;
}
.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}
.comment-author a {
	text-decoration: underline;
}
.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
}
.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}
.comment-author .url {
	text-decoration: underline;
}
.comment-metadata {
	color: var(--gray);
	font-size: var(--font-small);
	font-weight: 500;
	margin-top: 0.6rem;
}
.comment-metadata a {
	text-decoration: none;
}
.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}
/* COMMENT CONTENT */
.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
    background-color:var(--lightgray);
    padding:.5em;
}
.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}
.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}
/* COMMENT FOOTER */
.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: var(--font-small);
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}
.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}
.comment-reply-link {
    background-color: var(--primary);
    border-radius:2px;
	color: #fff;
	display: block;
	padding: 0.7rem;
}
.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}
.comment-footer-meta a {
	text-decoration: none;
}
.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}
/* Pingbacks & Trackbacks ------------------------- */
.pingback .comment-meta,
.trackback .comment-meta {
	padding-left: 0;
}
/* Comments Pagination ---------------------------- */
.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}
.comments-pagination.only-next {
	justify-content: flex-end;
}
.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}
.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
	text-decoration: underline;
}
.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}
.comments-pagination .prev {
	left: 0;
}
.comments-pagination .next {
	right: 0;
	text-align: right;
}
/* Comment Respond ---------------------------- */
.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: -3rem 0 4rem 0;
	text-align: center;
}
.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}
.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}
.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}
.comment-respond p:not(.comment-notes) {
	max-width: 58rem;
}
.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}
.comment-respond > p:last-of-type {
	margin-bottom: 0;
}
.comment-respond label {
	display: block;
}
.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}
.comment-respond textarea {
	height: 15rem;
}
.comment-respond #submit {
	display: block;
}
.comment-respond .comments-closed {
	text-align: center;
}
/* Reply Respond ---------------------------- */
.comments .comment-respond {
	padding: 3rem 0 0;
}
.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
	text-align: left;
}
.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.0277em;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}
.comment-reply-title small a {
	text-decoration: none;
}
.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
	text-decoration: underline;
}

/* contact form 7 */

.wpcf7-form label {
    display: unset;
}
  
.wpcf7-form .wpcf7-form-control.wpcf7-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  
.wpcf7-form .wpcf7-form-control.wpcf7-text:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }
  
.wpcf7-form .wpcf7-form-control.wpcf7-number {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  
.wpcf7-form .wpcf7-form-control.wpcf7-number:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }
  
.wpcf7-form .wpcf7-form-control.wpcf7-date {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  
.wpcf7-form .wpcf7-form-control.wpcf7-date:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }
  
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  
.wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }
  
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #cea525;
  }
  
  
/* contact form 7 END */

/* qcc-calendar CSS */
.qcc-calendar h2.month {
    color: white;
    }
.qcc-calendar td {
    height:10px;
    padding:8px;
    border-radius:2px;
    border: 0px;
}
.qcc-calendar table{
    background-color: whitesmoke;
    border-radius: 3px;
}
.qcc-calendar-container .qcc-day-event {
    background-color: whitesmoke;
}
.qcc-calendar thead { 
    border-bottom: 1px solid; 
    border-bottom-color: #dddddd;
}

/*Carousel banner CSS*/

.mrb-carousel-wrapper {
    width: 100%;
    overflow: hidden;
   
}

.mrb-slide {
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex !important; /* Slick uses block by default */
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.mrb-content {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    padding: 0px;
    border-radius: 8px;
    max-width: 100%;
}

@media (max-width: 600px) {
    .mrb-slide { height: 250px; }
}