.container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}
/**
 * 8.2 - Menu
 */

.navigation {
    border-color: transparent;
    padding: 0;
    min-height: 40px;
    font-weight: 500;
    letter-spacing: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 1030;
}
.menu {
    list-style:none;
    margin:0;
}
.menu ul, .menu ol {
    margin:0;
}
.sticky.navbar-shrink .menu {
    float: left;
}
/* Actual selected navigation item */

.nav-menu ul li.current-menu-item > a,
.site-footer .current_page_item a {
    text-decoration: none;
}
.nav-menu ul li.current-menu-item > a:after,
.site-footer .current_page_item a:after {
    content: "\00a0";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 4px;
    left: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: 1;
}
.site-footer .current_page_item a:after {
    bottom: -2px;
}
.navbar-shrink {
    background-color: #0f2453;
    background-color: rgba(15, 36, 83, 0.85);
    top: 0 !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: fixed;
}
.small-logo-wrapper {
    max-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.left-nav.sticky.navbar-shrink .small-logo-wrapper a img,
.top-nav.sticky.navbar-shrink .small-logo-wrapper a img,
.top-full-nav.sticky.navbar-shrink .small-logo-wrapper a img {
    max-height: 50px;
    display: block;
    visibility: visible;
    margin-left: -1px;
}
@media only screen and (max-width: 992px) {
    .small-logo-wrapper {
        display: block;
    }
    .small-logo-wrapper a img {
        max-height: 50px;
        display: block;
        visibility: visible;
    }
}
@media only screen and (min-width: 992px) {
    .small-logo-wrapper {
        display: none;
    }
    .navbar-shrink .logo-wrapper a img,
    .top-nav .small-logo-wrapper a img,
    .top-full-nav .small-logo-wrapper a img {
        display: none;
        visibility: hidden;
    }
}
/* iPad */

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .small-logo-wrapper {
        display: block;
    }
    .small-logo-wrapper a img {
        max-height: 50px;
        display: block;
        visibility: visible;
    }
}
/* Left menu */

.left-nav {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.left-nav.navbar-shrink {
    position: relative;
}
.left-nav .container-fluid .row {
    -webkit-align-items: center;
    /* Safari 7.0+ */
    
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .left-nav {
        position: static;
        background-color: #0F2453;
    }
    nav.left-nav,
    nav.top-nav,
    nav.top-full-nav {
        padding: 10px 0;
    }
}
/* iPad */

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .left-nav {
        position: static;
        background-color: #0F2453;
    }
    nav.left-nav,
    nav.top-nav,
    nav.top-full-nav {
        padding: 5px 0;
    }
}
/* iPad */

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .left-nav-logo-col,
    .top-nav-logo-col,
    .top-full-nav-logo-col {
        float: left;
        position: static;
        top: 5px;
    }
}
.top-full-nav .logo-wrapper {} .left-nav .menu>li {
    padding: 10px 15px;
}
.left-nav.sticky.navbar-shrink .container-fluid .row {
    -webkit-align-items: center;
    /* Safari 7.0+ */
    
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.logo-wrapper {
    display: block;
}
@media only screen and (max-width: 992px) {
    .logo-wrapper {
        display: none !important;
        visibility: hidden !important;
    }
    .left-nav .small-logo-wrapper {
        display: block;
        visibility: visible;
    }
}
/* iPad */

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .logo-wrapper {
        display: none !important;
        visibility: hidden !important;
    }
    .left-nav .small-logo-wrapper {
        display: block;
        visibility: visible;
    }
}
.navbar-shrink .small-logo-wrapper {
    display: block;
    visibility: visible;
}
/* Top menu */

.top-nav {
    background-color: transparent;
    top: 7%;
    left: 0;
    position: fixed;
    right: 0;
    border-width: 0 0 1px;
}
.top-nav.static {
    position: absolute;
}
.top-nav .container-fluid .row {
    background-color: #0f2453;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.top-nav.navbar-shrink .container-fluid .row {
    background-color: transparent;
}
.top-nav .logo-wrapper {
    min-height: 150px;
}
.navbar-shrink .logo-wrapper {
    display: none;
}
/* Top Full Width menu */

.top-full-nav {
    background-color: #0f2453;
    left: 0;
    position: static;
    right: 0;
    top: 0;
    border-radius: 0;
}
.top-full-nav.navbar-shrink {
    position: fixed;
}
.top-full-nav .row {
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.top-full-nav .logo > a > img {
    max-height: 90px;
}
.top-full-nav.sticky.navbar-shrink .logo > a > img {
    height: 60px;
}
.left-nav.navbar-shrink,
.top-nav.navbar-shrink,
.top-full-nav.navbar-shrink {
    padding: 10px 0;
}
@media only screen and (max-width: 992px) {
    .top-nav,
    .top-full-nav {
        top: 0 !important;
        background-color: #0F2453;
        padding: 5px 0;
        position: static;
    }
    .top-nav.navbar-shrink,
    .top-full-nav.navbar-shrink {
        position: fixed;
    }
}
/* iPad */

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .top-nav,
    .top-full-nav {
        top: 0 !important;
        background-color: #0F2453;
        padding: 5px 0;
        position: static;
    }
    .top-nav.navbar-shrink,
    .top-full-nav.navbar-shrink {
        position: fixed;
    }
}

.nav-menu {
    float: right;
    vertical-align: middle;
}
.nav-menu li {
    position: relative;
}
.nav-menu li a,
.menu li a{
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    display: block;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 2.25rem;
    letter-spacing: 0.15em;
}

.navbar-shrink .nav-menu > ul > li > a {
    /* font-size:16px; */
    
    font-size: 0.9rem;
}
.nav-menu li a i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.nav-menu > ul > li {
    display: inline-block;
    padding: 10px 15px;
}
.nav-menu > ul > li > a:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 400ms ease-in-out;
    transition: bottom 220ms ease-out;
    -moz-transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    -moz-transition: bottom 220ms ease-out;
    -webkit-transition: bottom 220ms ease-out;
    -o-transition: bottom 220ms ease-out;
}

.nav-menu li .second-lvl {
    line-height: 24px;
    position: absolute;
    width: 200px;
    z-index: 60;
    display: none;
}
.nav-menu .second-lvl {
    top: 100%;
    left: 0;
}
.navbar-shrink .mega-menu .second-lvl {
    top: 85%;
}
.nav-menu li li ul {
    top: 0;
    left: 100%;
}
.nav-menu ul ul li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 0.85rem;
    text-align: left;
    letter-spacing: 2px;
    background-color: #0b1f45;
    border-bottom: 1px solid #193470;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.top-full-nav .nav-menu ul ul li a,
.top-nav .nav-menu ul ul li a {
    margin: 0;
}
.nav-menu ul ul li a:hover,
.nav-menu ul ul li.active > a,
.nav-menu ul ul li.current-menu-item > a {
  
}
.nav-menu ul ul li.current-menu-item > a:after {
    display: none;
}
.nav-menu ul li > ul > li:last-child a {
    border-bottom: 0;
}
.nav-menu .second-lvl ul li.menu-title > a {

    font-weight: 600;
    font-size: 1rem;
}
.nav-menu ul li.menu-title > a:before {
    visibility: hidden;
}
.nav-menu ul li.no-mega-menu .second-lvl > ul > li > ul {
    line-height: 24px;
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    z-index: 60;
    display: none;
}
.nav-menu > ul > li.no-mega-menu .second-lvl > ul > li:hover > ul {
    display: block;
}
.nav-menu > ul > li.no-mega-menu .second-lvl ul .menu-item-has-children > a:after {
    position: absolute;
    right: 10px;
    top: 14px;
    content: '\e604';
    font-family: 'thecalluna';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
}
.nav-menu li.mega-menu {
    position: inherit!important;
}
.nav-menu li.mega-menu.two-columns,
.nav-menu li.mega-menu.three-columns {
    position: relative!important;
}
.nav-menu li.mega-menu.two-columns .second-lvl {
    width: 400px;
}
.nav-menu li.mega-menu.three-columns .second-lvl {
    width: 560px;
}
.nav-menu li.mega-menu.three-columns-wide .second-lvl,
.nav-menu li.mega-menu.four-columns-wide .second-lvl,
.nav-menu li.mega-menu.five-columns-wide .second-lvl {
    width: 100%;
    left: 50%;
    margin-left: -50%;
}
.nav-menu li.mega-menu.two-columns .second-lvl > ul > li {
    float: left;
    width: 50%;
    display: block;
}
.nav-menu li.mega-menu.three-columns .second-lvl > ul > li,
.nav-menu li.mega-menu.three-columns-wide .second-lvl > ul > li {
    float: left;
    width: 33.333%;
    display: block;
}
.nav-menu li.mega-menu.four-columns-wide .second-lvl > ul > li {
    float: left;
    width: 25%;
    display: block;
}
.nav-menu li.mega-menu.five-columns-wide .second-lvl > ul > li {
    float: left;
    width: 20%;
    display: block;
}
.nav-menu li.mega-menu .second-lvl {
    width: 100%;
    background: #0b1f45 no-repeat;
    padding: 15px 24px 12px 24px;
}
.nav-menu li.mega-menu .second-lvl ul li a {
    padding: 8px 0;
    background-color: transparent;
    border-left: none;
}
.nav-menu li.mega-menu .second-lvl ul li a:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;

    transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in;
    -webkit-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
}
.nav-menu li.mega-menu .second-lvl ul li.current-menu-item > a:before {
    width: 100%;
}
.nav-menu li.mega-menu .second-lvl ul li a:hover:before {
    width: 100%;
}
.nav-menu li.mega-menu .second-lvl > ul > li {
    padding: 0 10px;
}
.nav-menu .mega-menu.two-columns .second-lvl {
    left: -164px;
}
.nav-menu .mega-menu.three-columns .second-lvl {
    left: -240px;
}

.header-language {
    position: relative;
    padding: 0 5px;
}
.header-language .menu .has-dropdown {
    position:relative;
    margin:0;
    border:none;
    padding: 10px 18px 10px 10px;
    text-transform:uppercase;
}
.header-language .menu .has-dropdown a.language-toggle {
    color: #fff;
}
.header-language .menu .has-dropdown i {
    position: absolute;
    top: 16px;
    font-size: 1.125rem;
    right: 0px;
    color: #fff;
}
.header-language .menu .has-dropdown:hover a.language-toggle, .header-language .menu .has-dropdown:hover i {

}
.header-language .menu .has-dropdown a.language-toggle:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 400ms ease-in-out;
    transition: bottom 220ms ease-out;
    -moz-transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    -moz-transition: bottom 220ms ease-out;
    -webkit-transition: bottom 220ms ease-out;
    -o-transition: bottom 220ms ease-out;
}
.header-language .menu .has-dropdown:hover a.language-toggle:after {
    bottom: 4px;
    opacity: 1;

}
.header-language .menu > li ul {
    max-width: 150px;
    right:0;
    position: absolute;
    padding-top:10px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.header-language .menu > li {
    margin-right: 32px;
    float: left;
    position: relative;
    opacity: 1;
}
.header-language .menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.header-language .menu > li > ul > li {
    position: relative;
    width: 100%;
    vertical-align: top;
    margin-left: 0;
    padding: 0 15px 0 30px;
    border:none;
}
.header-language .menu > li > ul li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 0.85rem;
    text-align: left;
    letter-spacing: 2px;
    background-color: #0b1f45;
    border-bottom: 1px solid #193470;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.header-language .menu > li > ul li a:hover {
  
}
 
/**
 * 8.3 - Mobile Menu
 */

.show-menu {
    display: none;
    float: right;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.show-menu {
    margin-right: 20px;
}
.show-menu span {
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
}
.show-menu i {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #967a50;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
}
.show-menu i::before,
.show-menu i::after {
    content: '';
    position: absolute;
    left: 0;
    background: inherit;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.show-menu i::before {
    top: -6px;
}
.show-menu i::after {
    bottom: -6px;
}
.mobile-nav {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    max-width: 100%;
    overflow: auto;
    background-color: #0b1f45;
    z-index: 99998;
    padding: 25px 0 15px;
}
.mobile-nav .close-mobile-nav {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 99999;
    line-height: 24px;
    font-size: 24px;
    color: #967a50;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid #967a50;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile-nav .close-mobile-nav:hover {
    border-color: #967a50;
    background-color: #967a50;
    color: #333;
}
.mobile-nav .mobile-menu ul li {
    padding-left: 20px;
}
.mobile-nav .mobile-menu > ul > li {
    padding-left: 24px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-nav .mobile-menu ul ul {
    padding: 0 0 10px 0;
}
.mobile-nav .mobile-menu > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-nav .mobile-menu ul li a, .mobile-language-title {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 8px 0;
    text-transform: uppercase;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
}
.mobile-language-title {
    padding:8px 20px;
}
.mobile-menu .language-menu {
    padding-left:20px;
}
.mobile-menu .language-menu li {
    padding-left:20px;
}
.mobile-nav .mobile-menu > ul.language-menu li {
    border-top:none;
}
.mobile-nav .mobile-menu > ul > li > a {
    padding: 10px 0;
}
.mobile-nav .mobile-menu ul ul li:first-child a {
    padding-top: 0;
}
.mobile-nav .mobile-menu ul li a:hover,
.mobile-menu ul li.current-menu-item > a,
.mobile-menu ul li.current_page_item > a {
    color: #967a50;
}
@media only screen and (max-width: 992px) {
    .nav-menu, .header-language {
        display: none;
    }
    .show-menu {
        display: block;
    }
}
/* iPad */

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .nav-menu, .header-language {
        display: none;
    }
    .show-menu {
        display: block;
    }
}
 
/**
 * 8.4 - Pagination
 */
 
.pagination {
    width: 100%;
    text-align: center;
    padding-left: 11%;
    padding-right: 5%;
    margin:15px 0 30px 0;
}
.page-numbers,
.page-links a,
.content-area .page-numbers{
    display: inline-block;
    padding: 12px 16px 10px 18px;
    margin: 0 10px 0 0;
    border: 1px solid #d2d2d2;
    text-decoration: none;
    border-radius: 2px;
    font-size: 1.25rem;
    font-weight: 300;
    font-family: Lato;
    list-style: none;
}
.page-numbers.current{
    border: none;
    color: #0f2453;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 12px 0 4px;
}
.page-numbers.current:after {
    border-bottom: 1px solid;
    border-color: inherit;
    bottom: 0;
    content: "";
    left: -1px;
    position: absolute;
    width: 100%;
}
a.page-numbers:hover,
.page-links a:hover {
    background-color:#0f2453;
    color:#fff;
}
.pagination .prev, .pagination .next {
    border: none;
    font-size: 2rem;
    color: #949494;
    padding: 10px 0 0 0;
    margin: 0;
}
.pagination .prev:hover, .pagination .next:hover {
    border: none;
    color: #949494;
    background-color:transparent;
}
.pagination .prev {
    float:left;
}
.pagination .next {
    float:right;
}
.page-links {
    margin:15px 0;
}
.page-links a {
    padding:10px 18px;
}
.page-links a:first-child {
    margin-left:10px;   
}
.page-links > span {
    padding: 12px 1px 0 1px;
    margin: 0 18px 0 8px;
    font-size: 1.25rem;
    color: #0f2453;
    text-align:center;
    position:relative;
}
.page-links .page-links-title {
    padding: 0;
    margin: 0 10px 0 0;
    color: #444444;
}
.page-links span:after {
    border-bottom: 1px solid;
    border-color: inherit;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
.page-links .page-links-title:after,
.page-links .screen-reader-text:after,
.page-links a span:after {
    width:0;    
    border:none;
}
 
/**
 * 9.0 - Footer
 */
 
.site-footer {
    background-size: cover;
    background: #0f2453 no-repeat 50% 50%;
    color: white;
    margin-top: -1px;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
}
.site-footer,
.site-footer p {
    line-height: 2rem;
}
.top-footer-container {
    width: 100%;
    border-top: 1px solid #0F2453;
    border-bottom: 1px solid #193470;
    padding-bottom: 75px;
    padding-top: 75px;
}
.site-footer .footer-logo img {
    width: auto;
    height: auto;
    max-width: 190px;
}
.site-info {
    /* font-size:16px; */
    
    font-size: 0.875rem;
}
.site-footer ul {
    line-height: 2rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.15em;
}
.site-footer .menu li a {
    font-weight:400;
}
.site-footer .sub-menu {
    margin-left: 10px;
}
.site-footer .sub-menu li a:before {
    font-family: 'thecalluna';
    content: "\e604";
    font-size: 1rem;
    /*font-size:14px; */
    
    margin-right: 5px;
}
.site-footer a {
    color: white;
    position: relative;
}
.site-footer a:hover {
    color: #967a50;
}
.site-footer a:after {
    content: "\00a0";
    width: 100%;
    height: 1px;
    background-color: #967a50;
    position: absolute;
    bottom: -2px;
    left: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 400ms ease-in-out;
    transition: bottom 220ms ease-out;
}
.footer-social {
    margin-top: 15px;
}
.footer-social li {
    display: inline-block;
    margin-right: 20px;
    margin-top:5px;
}
.footer-social li a .fa {
    font-size:1.6rem;
}
.footer-social a:hover {
    text-decoration: none;
}
.footer-social a:hover:after {
    display: none;
}
.site-footer a:hover:after {
    bottom: -2px;
    background-color: #967a50;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.site-footer h2 {
    padding-bottom: 10px;
    color: #ffffff;
    margin-top: 0;
}
.site-footer h3 {
    padding-bottom: 40px;
    color: #967a50;
    margin-top: 25px;
    margin-bottom: 40px;
    position: relative;
    font-size: 2.375rem;
    line-height: 46px;
}
.site-footer h3:after {
    border-bottom: 2px solid;
    border-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 60px;
}
.site-footer [class^="icon-"],
[class*=" icon-"] {
    font-size: 1.6rem;
}
.site-footer select {
    background-color:#ffffff;
}


/**
 * 10.0 - Column Styles 1 & 2
 */
 
 .column-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.column-style-1 {
    background-color: #0F2453;
    color: #FFFFFF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.column-style-1 h2 {
    color: #967a50;
}
.column-style-1 h2:after {
    color: #967a50;
}
.column-style-2 {
    background-color: #967A50;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}
.column-style-2 h2 {
    color: #0f2453;
}
.column-style-2 h2:after {
    color: #0f2453;
}
 
/**
 * 11.0 - Widgets
 */
 
 .widget img {
    max-width:100%;
    height:auto;
}

/* WP RSS Widget */

.widget .rsswidget {
    display:block;
    margin-top:10px;
}
.widget .rss-date {
    display: block;
    margin: 5px;
    font-weight: 400;
}
.widget .rssSummary {
    display: block;
    margin-bottom: 5px;
}

/* WP Calendar Widget */
#calendar_wrap {
    background-color: #fff;
    border: solid 1px #ecf0f1;
    padding: 20px;
}
#wp-calendar {
    width:100%;
}
#wp-calendar caption {
    font-size: 1.125rem;
    color: #967a50;
    font-weight: 400;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
}

#wp-calendar thead {
    border-bottom: solid 1px #ecf0f1;
    color:#444444;
}
#wp-calendar thead tr th{
    text-align:center;
    padding: .5em .3em 1em .3em;
    font-size:1rem;
    font-weight:300;
}

#wp-calendar tbody tr td{
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    color: #2f373b;
}
#wp-calendar tbody tr #today{
    background-color:#0f2453;
    color: #fff;
}

.room-widget {
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
    margin-top: 10px;
}

.search-box {
    border-right-width: 0;
}
.search-button {
    background-color: transparent;
    color: #c1c1c1;
    font-size: 1rem;
    /*font-size:20px; */
    
    padding: 11px 14px 12px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 48px;
}

.single-post .tagcloud {
    margin-top: 30px;
}
.tagcloud {
    margin-left: -5px;
}
.tagcloud a {
    border: 1px solid #d2d2d2;
    color: #967a50;
    font-size: 1.0rem;
    /*font-size:20px; */
    
    display: inline-block;
    margin: 4px;
    padding: 6px 12px;
}
.tagcloud a:hover,
.tagcloud a:focus {
    color: #907650;
    background-color: #F1F2F2;
}

.widget select {
    padding: 5px 10px;
    max-width: 100%;
    background-color: transparent;
    height: 48px;
    border: solid 1px #d2d2d2;
    font-size: 1rem;
    font-weight: 300;
    color: #444444;
}

/* Calluna Image Widget*/

.wp-picker-container {
    display: block;
}
.my-color-picker-label {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Event Widget */

.inline_date_wrapper {
    float: left;
    margin-bottom: 15px;
}
.inline_date_wrapper .day,
.inline_date_wrapper .month {
    float: left;
    color: #967a50;
    line-height: 39px;
}
.inline_date_wrapper .day {
    font-family: "Lato";
    font-size: 2.7rem;
    font-weight: 300;
    margin-right: 10px;
    border-right: solid 1px #d2d2d2;
    padding-right: 10px;
}
.inline_date_wrapper .month {
    font-size: 0.9rem;
    font-weight: 500;
}

