/* ==========================================
   Conscious Temple - Event Page
========================================== */

.ct-event-container{

    max-width:1200px;
    margin:60px auto;
    padding:0 20px;

}

/* ==========================================
   Featured Image
========================================== */

.ct-event-image{

    margin-bottom:40px;

}

.ct-event-image img{

    width:100%;
    height:auto;
    display:block;

    border-radius:20px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

/* ==========================================
   Category
========================================== */

.ct-event-category{

    display:inline-block;

    background:#FBF4E0;

    color:#9C0000;

    padding:8px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    letter-spacing:.5px;

    margin-bottom:20px;

}

/* ==========================================
   Title
========================================== */

.ct-event-title{

    font-family:"Cormorant Garamond", serif;

    font-size:48px;

    line-height:1.2;

    color:#3A2A1A;

    margin-bottom:30px;

}

/* ==========================================
   Meta Box
========================================== */

.ct-event-meta{

    background:#FFFDF7;

    border:1px solid #EFE6D2;

    border-radius:16px;

    padding:30px;

    margin-bottom:40px;

}

.ct-event-meta p{

    margin:0 0 18px;

    font-size:18px;

    color:#444;

}

.ct-event-meta p:last-child{

    margin-bottom:0;

}

.ct-event-meta strong{

    color:#9C0000;

}

/* ==========================================
   Description
========================================== */

.ct-event-description{

    font-size:18px;

    line-height:1.9;

    color:#555;

    margin-bottom:45px;

}

.ct-event-description h2,
.ct-event-description h3{

    font-family:"Cormorant Garamond", serif;

    color:#3A2A1A;

}

/* ==========================================
   Register Button
========================================== */

.ct-register-button{

    display:inline-block;

    background:#9C0000;

    color:#FBF4E0;

    text-decoration:none;

    padding:16px 34px;

    border-radius:12px;

    font-weight:600;

    transition:.3s;

}

.ct-register-button:hover{

    background:#C89B3C;

    color:#3A2A1A;

}

/* ==========================================
   Share Section
========================================== */

.ct-share{

    margin-top:50px;

    padding-top:35px;

    border-top:1px solid #E5D9C5;

}

.ct-share h3{

    font-family:"Cormorant Garamond", serif;

    color:#3A2A1A;

    margin-bottom:18px;

}

.ct-share a{

    display:inline-block;

    margin-right:18px;

    margin-bottom:12px;

    color:#9C0000;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.ct-share a:hover{

    color:#C89B3C;

}

/* ==========================================
   Back Link
========================================== */

.ct-back-link{

    margin-top:45px;

}

.ct-back-link a{

    color:#9C0000;

    text-decoration:none;

    font-weight:600;

}

.ct-back-link a:hover{

    color:#C89B3C;

}

/* ==========================================
   Responsive
========================================== */

@media(max-width:768px){

.ct-event-container{

    margin:35px auto;

}

.ct-event-title{

    font-size:34px;

}

.ct-event-meta{

    padding:22px;

}

.ct-event-meta p{

    font-size:16px;

}

.ct-event-description{

    font-size:17px;

}

.ct-register-button{

    width:100%;

    text-align:center;

}

.ct-share a{

    display:block;

    margin-bottom:14px;

}

}