/*
 Theme Name:   BlackHorse Child
 Theme URI:    http://www.e-aydin.com/blackhorse-wordpress-theme
 Description:  BlackHorse Child Child Theme
 Author:       Classictic
 Author URI:   paris-classical-concerts.com
 Template:     blackhorse
 Tags: one-column, two-columns, left-sidebar, custom-menu,  featured-images, theme-options, sticky-post, translation-ready
 License: GNU/GPL Version 2 or later.
 License URI: http://www.gnu.org/licenses/gpl.html
 Text Domain: blackhorse
 Version: 1.0.0
*/

@font-face {
    font-family: AvenirNext;
    src: url("avenir-next-lt-pro/AvenirNextLTPro-Demi.otf") format("opentype");
}

@font-face {
    font-family: AvenirNextRegular;
    src: url("avenir-next-lt-pro/AvenirNextLTPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: STIXGeneral;
    src: url("avenir-next-lt-pro/STIXGeneral-Bold.ttf");
}

@font-face {
    font-family: ProximaNovaRegular;
    src: url("avenir-next-lt-pro/Proxima Nova Regular.otf");
}

@font-face{
    font-family: MrsEaves;
    src: url("avenir-next-lt-pro/Mrs Eaves OT Roman.otf")
  
}
#paris-classictic .fa {
    font: normal normal normal 14px/1 FontAwesome;
}

#paris-classictic {
    font-size: 18px;
    font-weight: normal;
    color: black;
}

a {
    color: #4e5b68;
    text-decoration: none;
}

a:hover {
    color: #4673e7;
}

#paris-classictic * {
    font-family: ProximaNovaRegular;
    font-weight:normal;
}

#paris-classictic h2 {
    font-family: ProximaNovaRegular;
}

.ct-main-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.ct-main-container:after {
    content: "";
    display: table;
    clear: both;
}

#paris-classictic .ct-title {
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 60px;
    font-family:MrsEaves;

}

.ct-main-button {
    border-radius: 4px;
    background-color: #4673e7;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #ffffff;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 15px 0;
    display: inline-block;
}

.ct-main-button:hover {
    color: #ffffff;
}

.ct-marker {
    width: 10px;
    height: 15px;
    background-image: url(img/marker.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
}

.ct-col-6 {
    width: 50%;
    float: left;
    padding: 15px;
}

#page-cover div.title {
    text-align: left;
    font-family: STIXGeneral;
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin:  0 auto;
    max-width: 1024px;
    position: absolute;
    bottom: 5%;
    left: 0;
    right:0;
}

#paris-classictic #page .text {
    max-width: 1024px;
}

.list_item{
    padding: 0 0 30px 0;
}

.list_item .concert .description, .list_item .concert .title{
    height: auto;
}

.list_item.concert .image {
    height: auto;
}

.image-container {
    flex: 1;
}
/*********************
        1. Header
*********************/

#ct-header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    min-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    font-size: 16px;
}

/** 1.1 LOGO **/

#ct-logo {
    box-sizing: border-box;
    width: auto;
    margin: 0;
    text-align: left;
    align-items: center;
    justify-content: center;
    display: flex;
    flex: 1;
}

#ct-logo a {
    font-size: 32px;
    font-family:MrsEaves;
    line-height: 0.81;
    text-align: left;
    width: 100%;
    color:black;
    
}

#ct-logo a span{
  font-family:MrsEaves;
}

#ct-logo a div {
   background-image: url('img/paris.svg');
    width: 20px;
    height: 25px;
    display: inline-block;
    background-size: cover;
}

/**** 1.2 NAVIGATION ***/

.ct-navigation {
    box-sizing: border-box;
    flex: 2;
    text-align: right;
}

.ct-navigation ul li {
    position: relative;
    display: inline-block;
}

.ct-navigation ul li a {

    font-size: 14px;
    line-height: 87px;
    text-transform: uppercase;
    letter-spacing: .1em;
    height: 90px;
    padding: 38px 10px;
    margin: 24px 0px;
    color:black;

}

.ct-navigation ul li:last-child a {
    padding-right: 0;
}

/***first level****/

.ct-navigation ul li > ul {
    top: 100%;
    left: 0;
    visibility: hidden;
    margin-top: 1px !important;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0 rgba(64, 102, 137, 0.3);
}

.ct-navigation ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    overflow: visible;
    text-align: left;
}

.ct-navigation ul li ul > li, .ct-navigation ul li ul li ul > li {
    white-space: nowrap;
    padding: 10px 15px;
    position: relative !important;
    z-index: 9999;
    display: block;
    float: inherit;
}

.ct-navigation ul li ul > li:hover, .ct-navigation ul li ul li ul > li:hover {
    background-color: #4673e7;
}

.ct-navigation ul li ul > li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ct-navigation ul li ul > li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ct-navigation ul li ul > li:hover ul li a {
    color: #4e5b68;
}

.ct-navigation ul li ul > li:hover a, .ct-navigation ul li ul li ul > li:hover a {
    color: white;
}

.ct-navigation ul li ul li a, .ct-navigation ul li ul li ul li a {
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: capitalize;
}

/***second level navigation ***/
.ct-navigation ul li ul li ul {
    left: 100%;
    top: 0;
}

.ct-navigation ul li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 999 !important;
    overflow: visible;
}

/**** 1.3 MOBILE MENU ICON ***/

#ct-header .header_right {
    display: none;
}

/*********************
        2. SUB HEADER
*********************/

#ct-index-page {
    margin-top: 88px;
}

/***  2.1 SUB-HEADER *****/
.ct-sub-header-container {
    padding: 10px 0;
}

#paris-classictic .ct-sub-header-container .sub-title {
    font-size: 22px;
    line-height: 1.82;
    font-family: MrsEaves;
    letter-spacing: 0.05em;
}

#paris-classictic .ct-sub-header-container .sub-title.breadcrumb {
    font-size: 0.8em;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 1;
}

.ct-sub-header-container .search form {
    text-align: right;
}

.ct-sub-header-container .search div {
    cursor: pointer;
    color: #999;
    border: 0;
    background: white;
    font-size: 15px;
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    text-align: center;
}

.ct-sub-header-container .search button {
    border-radius: 4px;
    background-color: white;
    border: 1px solid #4673e7;
    padding: 10px 15px;
    color: #4673e7;
    text-transform: uppercase;
    font-weight: bold;
}

.ct-sub-header-container .search button .fa {
    display: none;
}

.ct-sub-header-container .search input[type=text] {
    box-sizing: border-box;
    width: 30%;
    max-width: 80%;
    margin-left: 0px;
    border: 0;
    border-radius: 3px;
    font-family: 'Josefin Sans', arial;
    font-size: 18px;
    vertical-align: middle;
}

.ct-sub-header-container .search input[type=text]:focus {
    outline: none;
}

/*********************
       3. SLIDER
*********************/

.ct-slider {
    background-image: url('img/header/eiffel_tower_v2.jpg');
    background-size: cover;
    height: 590px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#header-slider{
 background-image: url('img/header/paris-header.png');
 margin-top:50px;
}

.ct-slider-box {
    height: 470px;
    max-width: 800px;
    position: relative;
    margin:0 auto;
}

.ct-slider-box .ct-overlay {
    background-color: black;
    opacity: 0.3;
    box-shadow: 0px 2px 24px 0 rgba(64, 102, 137, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.ct-slider-box .ct-carousel {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ct-slider-box .ct-carousel .slick-slide {
    height: 315px;
}

.ct-slider-box h3 {
    font-size: 50px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    text-align: center;
    font-family: STIXGeneral;
}

.ct-slider-box p {
    width: 70%;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.54;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    margin: 50px auto;
}

.ct-slider-box li button::before {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.9);
}

.slick-dots li.slick-active button:before {
    color: white;
}

.ct-slider-box .slick-prev {
    left: 15px;
    background: url('img/arrow.svg');
    background-size: cover;
    transform: rotate(180deg);
    z-index: 2;
    margin-top: -10px;
    width: 30px;
    height: 30px;
}

.ct-slider-box .slick-next {
    right: 15px;
    background: url('img/arrow.svg');
    background-size: cover;
    z-index: 2;
    width: 30px;
    height: 30px;
}

.ct-slider-box .slick-next::before, .ct-slider-box .slick-prev::before {
    content: '';
}

/*********************
       4. QUOTE
*********************/
#ct-quote .ct-quote-container {
    height: 90px;
}

#ct-quote .ct-title{
    color: white;
    padding-bottom: 0;
    padding-top: 0;
    font-weight: bold;
    font-size: 95px;
}

#ct-quote .quote-content {
    font-size: 23px;
    line-height: 1.82;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    color: white;
    display: flex;
    align-items: center;
    width: 175px;
}
#ct-quote .quote-content> div{
  flex:1;
  padding: 0 10px;
}

#ct-quote .quote-content> div:first-child, #ct-quote .quote-content> div:last-child{
  border-bottom:1px solid white;
}

#ct-quote .quote {
    background-image: url('img/quote.svg');
    width: 100px;
    height: 50px;
    margin-top: -27px;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 11px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50%;

}

#ct-quote .ct-quote-line {
    top: 45px;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(221, 230, 252, 0.98) 50%, rgba(255, 255, 255, 0));
    position: relative;
    width: 70%;
    margin: 0 auto;
}

#ct-quote .quote-line-left {
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(to left, darkgray, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to left, darkgray, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to left, darkgray, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, darkgray, white); /* Standard syntax */
    height: 3px;
    width: 300px;
}

/*********************
       5. CONCERTS
*********************/

.concert .image {
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
	height: 100%;
}

.concert .title {
    height: 50px;
    overflow: hidden;
}

.concert .title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.concert.list_item{
    padding:20px 0;
    border-top:1px solid #eee;
}
.concert.list_item .image{
  flex:1
}
.concert.list_item .content{
  flex: 2
}
.concert.list_item .title a{
  color:black;
  font-weight:bold !important;
  text-decoration:none;
}
.concert.list_item .title a:hover{
  color: #0093ec;   
}

.concert .description {
    line-height: 1.33;
    height: 59px;
    padding: 10px 0;
    overflow: hidden;
}

.concert .location {
    line-height: 1.44;
    padding-bottom: 10px;
}

.concert .date {
    line-height: 1.44;
}



/*********************
       6. RESTAURANT GUIDE
*********************/

#ct-restaurant-guide .left-box {
    padding-right: 30px;
}

#ct-restaurant-guide .right-box {
    background-image: url('img/4.jpg');
    background-size: cover;
}

.ct-horizontal-line {
    height: 1px;
    background-color: #dde6fc;
    width: 100%;
}

.ct-restaurant-info {
    padding: 30px 0;
}

.ct-restaurant-info .type {
    font-size: 14px;
    line-height: 1.71;
}

.ct-restaurant-info .name {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
}

.ct-restaurant-info .location {
    line-height: 1.33;
}

.ct-restaurant-info .location span {
    vertical-align: top;
}

#ct-restaurant-guide .ct-main-button {
    margin-bottom: 0;
    margin-top: 30px;
}

/*********************
       7. HOTELS
*********************/
#ct-hotels {
    margin: 0 -15px;
}

.hotel .image {
    flex: 1;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
	height: 100%;
}

.hotel .content .type {
    font-size: 14px;
    line-height: 1.71;
    text-transform: uppercase;
}

.hotel .content .title {
    height: 90px;
    padding: 10px 0;
}

.hotel .content .title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.hotel .ct-hotel-star {
    background-image: url("img/star.svg");
    width: 23px;
    height: 20px;
    display: inline-block;
    background-size: cover;
}

/*********************
       8. HOTELS
*********************/
#ct-activities {
    margin: 0 -15px;
}

#ct-activities a {
    min-height: 700px;
    flex: 1;
}

.activity {
    flex: 1;
    background-size: cover;
    background-position: center;
    height: 650px;
    margin: 15px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.activity:hover {
    box-shadow: 0px 10px 27px 0 rgba(40, 58, 74, 0.3);
    height: 670px;
    top: -10px;
}

.activity .title {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.activity .arrow {
    background-image: url("img/arrow.svg");
    margin-top: 3px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 13px;
}

/*********************
       9. ATTRACTIONS
*********************/

#ct-attractions .left-box {
    flex: 1;
    position: relative;
    height: 550px;
    border-radius: 5px;
    margin-right: 2%;
    background-size: cover;
    background-position: center;
}

#ct-attractions .left-box .title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: white;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}

#ct-attractions .arrow {
    background-image: url(img/arrow.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

#ct-attractions .right-box {
    margin: 0 -1% 0 0%;
}

.attraction {
    padding: 0;
    width: 46%;
    margin: 0 2% 15px 2%;
    min-height: 267.5px;
    height: auto;
    position: relative;
    background-size: cover;
    border-radius: 5px;
    background-position: center;
}

.attraction:hover, #ct-attractions .left-box:hover {
    box-shadow: 0px 10px 27px 0 rgba(40, 58, 74, 0.3);
}

.attraction .title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: white;
    font-weight: 600;
    text-align: left;
}

/*********************
       10. METRO SCHEME
*********************/

.metro-scheme-container {
    width: 100%;
    height: 615px;
    background-image: url('img/paris_metro.png');
    background-size: cover;
    background-position: center;
}

/*********************
       10. BLOG POSTS
*********************/

.blog-posts-container {
    width: 80%;
    margin: 0 auto;
}

#blog-posts .blog-post {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid lightgray;
}

.blog-post .title {
    height: 30px;
}

.blog-post .description {
    height: 150px;
}

/*********************
       11. POPULAR CITIES
*********************/

#popular-cities .ct-flex a {
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

#popular-cities .city {
    text-align: center;
}

#popular-cities .city .name span {
    border-bottom: 2px dotted lightgray;
}

/*********************
       12. FOOTER SECTION
*********************/
#footer-a .footer-a-child ul li:after {
    content: '';
}

#footer-a .menu-item-type-post_type {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    color: #4e5b68;
}

#footer-a .footer-a-down {
    padding: 0px;
    background: none;
    line-height: 24px;
    min-height: 113px;
}

#footer-a .footer-line {
    height: 1px;
    background-color: #dde6fc;
}

#footer-a .menu-item a {
    font-size: 14px;
    line-height: 1.86;
    text-align: left;
    color: black;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#footer-a .menu-item a:hover {
    color: #4673e7;
    text-decoration: none;
}

#footer-a .fac-left {
    display: flex;
    align-items: center;
}


#footer-a .fac-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 769px) {

    #paris-classictic {
        font-size: 16px;
    }

    .ct-title {
        font-size: 30px;
        padding: 60px 0;
    }

    .ct-flex {
        display: block !important;
        text-align: center;
    }

    .ct-col-3, .ct-col-2, .ct-col-6 {
        width: 100%;
    }

    /*********************
        1. Header
    *********************/
    #ct-header {
        min-height: 45px;
    }

    #ct-header .header_right {
        display: inherit;
        top: 0;
    }

    #ct-header .ct-navigation {
        display: none;
    }

    /***logo ***/
    #ct-logo a {
        margin-top: 10px;
        font-size: 16px;
    }

    #ct-logo a div, #ct-logo a span {
        vertical-align: middle;
    }

    /*********************
            2. SUB HEADER
    *********************/
    #ct-index-page {
        margin-top: 50px;
    }

    #paris-classictic .ct-sub-header-container .search input[type=text] {
        font-size: 1em !important;
        width: 85% !important;
        max-width: 100%;
    }

    .search {
        padding: 20px 0;
    }

    .ct-sub-header-container #searchform {
        text-align: left;
    }

    .ct-sub-header-container #searchform > div {
        display: none;
    }

    .ct-sub-header-container .search button {
        padding: 5px;
    }

    .ct-sub-header-container .search button span {
        display: none;
    }

    .ct-sub-header-container .search button .fa {
        display: inherit;
    }

    .ct-sub-header-container .sub-title {
        text-align: center;
    }

    /*********************
           3. SLIDER
    *********************/
    .ct-carousel .slick-slide {
        height: 250px;
    }

    .ct-carousel .slick-slide p {
        display: none;
    }
    #header-slider{
        display:none;
    }

    /*********************
       5. CONCERTS
    *********************/
    .concert .content {
        text-align: center;
        padding: 15px 15px;
    }

    .concert .image {
        min-height: 200px;
        width: 100%;
        margin: 0 auto;
    }

    .concert .title, .concert .description {
        height: auto;
    }

    .concert .title a {
        font-size: 18px;
    }

    /*********************
       6. RESTAURANT GUIDE
    *********************/
    #ct-restaurant-guide {
        text-align: center;
    }

    #ct-restaurant-guide .left-box {
        padding-right: 0;
    }

    /*********************
       7. HOTELS
    *********************/
    #ct-hotels {
        margin: 0;
    }

    .hotel .content {
        text-align: center;
        padding: 15px 15px;
    }

    .hotel .image {
        min-height: 200px;
        width: 100%;
        margin: 0 auto;
    }

    .hotel .content .title {
        height: auto;
    }

    /*********************
       8. ACTIVITY
    *********************/
    .activity .title {
        font-size: 1em;
    }

    /*********************
       9. ATTRACTIONS
    *********************/
    #ct-attractions {
        margin: 0;
    }

    #ct-attractions .left-box {
        margin-right: 0;
        height: 300px;
    }

    #ct-attractions .left-box .title {
        font-size: 1em;
    }

    #ct-attractin .right-box {
        margin: 15px 0;
    }

    .attraction {
        height: 300px;
        width: 100%;
        margin: 1% 0;
    }

    /*********************
           10. BLOG POSTS
    *********************/
    .blog-posts-container {
        width: 100%;
    }

    .blog-post .title,
    .blog-post .description {
        height: auto;
    }

    /*********************
       12. FOOTER SECTION
    *********************/
    .menu-footer-menu-container {
        width: 100%;
    }

    #footer-a .menu-item-type-post_type {
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    .footer-a-child #ct-logo {
        text-align: center;
        display: block;
        padding: 18px 0;
    }

    #footer-a .fac-left {
        margin-bottom: 0px;
    }
}

@media (min-width: 769px ) and (max-width: 1200px) {
    .ct-main-container {
        width: 100%;
    }

    .ct-col-3, .ct-col-2 {
        width: 50%;
        float: left;
        padding: 15px;
    }

    /*********************
       1. Header
   *********************/
    #ct-header {
        min-height: 45px;
    }

    /***logo ***/
    #ct-logo a {
        margin-top: 10px;
        font-size: 16px;
        text-align: center;
    }

    #ct-logo a div, #ct-logo a span {
        vertical-align: middle;
    }

    .ct-navigation {
        text-align: center;
    }

    /*********************
            2. SUB HEADER
    *********************/
    #ct-index-page {
        margin-top: 140px;
    }

    .ct-sub-header-container .sub-title, .ct-sub-header-container #searchform {
        text-align: center;
    }

    .search {
        padding: 20px 0;
    }

    /*********************
           3. SLIDER
    *********************/
    .ct-slider-box {
        max-width: 100%;
        width: 100%;
    }

    /*********************
        5. CONCERTS
    *********************/
    .concert .image {
        min-height: 300px;
        min-width: 300px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    /*********************
       6. RESTAURANT GUIDE
   *********************/
    #ct-restaurant-guide {
        text-align: center;
    }

    /*********************
        7. HOTELS
   *********************/
    .hotel .content {
        text-align: center;
    }

    .hotel .title {
        height: 50px;
    }

    .hotel .image {
        min-height: 300px;
        min-width: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    /*********************
        8. ATTRACTIONS
    *********************/
    #ct-attractions .left-box {
        margin-right: 0;
    }

    #ct-attractions .right-box {
        margin: 0 -1%;
    }

    .attraction {
        height: 300px;
        width: 48%;
        margin: 1%;
    }

    /*********************
      9. BLOG POSTS
    *********************/
    .blog-post .content {
        text-align: center;
        padding: 30px 0;
    }

    /*********************
        9. POPULAR CITIES
    *********************/
    .city {
        padding: 20px 0;
        width: 48%;
        display: inline-block;
    }

    /*********************
        11. FOOTER SECTION
    *********************/
    #footer-a .fac-right {
        justify-content: center !important;
        text-align: center;
    }

    #footer-a #ct-logo a {
        text-align: center;
        padding-top: 15px;
    }

    #footer-a .fac-right {
        padding-top: 15px;
    }

    #footer-a .fac-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .ct-main-container {
        width: 1180px;
    }

    .ct-navigation ul {
        text-align: right;
    }

    #ct-logo a {
        text-align: left;
        padding-top: 0px;
    }

    #ct-index-page {
        margin-top: 88px;
    }

    .ct-flex {
        display: flex !important;
    }

    .ct-flex > div {
        flex: 1;
    }

    .ct-col-3 {
        width: 33.33333%;
        float: left;
        padding: 15px;
    }

    .ct-col-2 {
        width: 50%;
        float: left;
        padding: 15px;
    }

    .concert .image {
        min-height: 1px;
        min-width: 1px;

    }
}

@media (min-width: 1500px) {
    .ct-main-container {
        width: 1480px;
    }
}

