/*----------------------------------------------------------------------------
    TABLE OF CONTENTS:
------------------------------------------------------------------------------
    # Shortcodes
        ## Advance Button
        ## Content Type
        ## Content Type List
        ## Content Type Slider Style 1( Content Type )
        ## Content Type Slider Style 2
        ## Image Box
        ## Icon Box Style 1
        ## Icon Box Style 2
        ## Info Icons
        ## Slick Gallery
        ## Google Map
        ## Line Text
        ## Testimonial Slider Style 1
        ## Gallery Grid
        ## Taxonomy Grid
        ## Gradient Text
        ## Timeline
    # Dark Reset
        ## Content Type
        ## Image Box
        ## Icon Box Style 1
        ## Info Icons
        ## Advance Button
        ## Line Text
        ## Testimonial Slider Style 1
    # Light Reset
        ## Content Type
        ## Image Box
        ## Icon Box Style 1
        ## Info Icons
        ## Advance Button
        ## Line Text

============================================================================== */





/* ---------------------------------------------------------------------------
 * Shortcodes
------------------------------------------------------------------------------ */


/* Advance Button ------------------------------------------------------------ */

.btn {
    color: #fff;
    background: #161616;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    position: relative;
    transition: all 500ms linear;
    box-shadow: none;
    outline: 0;
}

.btn:focus {
    box-shadow: none;
    outline: 0;
}

.btn-type-outline-rect,
.btn-type-outline-round,
.btn-type-outline-ellipse,
.btn-type-no-bg,
.btn-type-line-tr,
.btn-type-line-tl,
.btn-type-line-br,
.btn-type-line-bl {
    background: none;       
    border: 1px solid;
}

.btn-type-solid-rect,
.btn-type-outline-rect {
    border-radius: 0;
}

.btn-type-solid-round,
.btn-type-outline-round {
    border-radius: 5px;
}

.btn-type-solid-ellipse,
.btn-type-outline-ellipse {
    border-radius: 50px;
}

.btn i {
    font-weight: 600px;
}

.btn.icon-back span {
    padding-right: 10px;
}

.btn.icon-front span {
    padding-left: 10px;
}

.btn-size-mini {
    font-size: 13px;
    font-weight: 600;
    line-height: 46px;
    padding: 0 30px;
    height: 46px;
}

.btn-size-small {
    font-size: 15px;
    font-weight: 500;
    line-height: 55px;
    padding: 0 44px;
    height: 55px;
}

.btn-size-medium {
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 70px;
    height: 60px;
}

.btn-size-large {
    font-size: 21px;
    font-weight: 400;
    line-height: 63px;
    padding: 0 100px;
    height: 65px;
}

.btn-size-full {    
    font-weight: 500;
    line-height: 55px;
    width: 100%;
    height: 65px;
}

.btn-type-line-tr,
.btn-type-line-tl,
.btn-type-line-br,
.btn-type-line-bl {
    color: #161616;
    background: none;    
    border: 1px solid;
    border-radius: 0;
}

.btn-type-line-tr:before,
.btn-type-line-tl:before,
.btn-type-line-br:before,
.btn-type-line-bl:before,
.btn-type-line-tr:after,
.btn-type-line-tl:after,
.btn-type-line-br:after,
.btn-type-line-bl:after {
    background: #161616;
    content: '';
    display: block;
    position: absolute;
}

.btn-type-line-tr:before,
.btn-type-line-tl:before,
.btn-type-line-br:before,
.btn-type-line-bl:before {
    width: 1px;
    height: 10px;    
}

.btn-type-line-tr:after,
.btn-type-line-tl:after,
.btn-type-line-br:after,
.btn-type-line-bl:after {
    width: 10px;
    height: 1px;
}

.btn-type-line-tr {
    border-left: 0;
    border-bottom: 0;
}

.btn-type-line-tr:before {
    top: 0;
    left: 0;
}

.btn-type-line-tr:after {
    bottom: 0;
    right: 0;
}

.btn-type-line-tl {
    border-right: 0;
    border-bottom: 0;
}

.btn-type-line-tl:before {
    top: 0;
    right: 0;
}

.btn-type-line-tl:after {
    bottom: 0;
    left: 0;
}

.btn-type-line-br {
    border-left: 0;
    border-top: 0;
}

.btn-type-line-br:before {
    bottom: 0;
    left: 0;
}

.btn-type-line-br:after {
    top: 0;
    right: 0;
}

.btn-type-line-bl {
    border-right: 0;
    border-top: 0;
}

.btn-type-line-bl:before {
    bottom: 0;
    right: 0;
}

.btn-type-line-bl:after {
    top: 0;
    left: 0;
}

.btn-type-line-bl:after {
    top: 0;
    left: 0;
}

.btn-type-no-bg {
    color: #161616;
    background: none;
    padding: 0;
    height: auto;
    border: 0;
}

.btn-type-simple {
    color: #161616;
    background: none;
    line-height: 1.8;
    padding: 0 0 5px 0;
    height: auto;
    border-bottom: 1px solid;
    border-radius: 0;
}

.btn-type-outline-rect.btn-color-black,
.btn-type-outline-round.btn-color-black,
.btn-type-outline-ellipse.btn-color-black {
    color: #161616;
    border: 1px solid;
}

.btn-type-outline-rect.btn-color-white,
.btn-type-outline-round.btn-color-white,
.btn-type-outline-ellipse.btn-color-white {
    color: #fff;
    border: 1px solid;
}

.btn-type-simple.btn-color-white {
    color: #fff;
}

.btn-type-solid-rect.btn-color-black,
.btn-type-solid-round.btn-color-black,
.btn-type-solid-ellipse.btn-color-black {
    color: #fff;
    background: #161616;
}

.btn-type-solid-rect.btn-color-primary,
.btn-type-solid-round.btn-color-primary,
.btn-type-solid-ellipse.btn-color-primary {
    color: #fff;
    background: #ff3f49;
}

.btn-type-solid-rect.btn-color-white,
.btn-type-solid-round.btn-color-white,
.btn-type-solid-ellipse.btn-color-white {
    color: #161616;
    background: #fff;
}

.btn-type-solid-rect.btn-color-gradient,
.btn-type-solid-round.btn-color-gradient,
.btn-type-solid-ellipse.btn-color-gradient {
    color: #fff;
    border: 0;
}

.btn-color-gradient:before,
.btn-color-gradient:after {
    content: none;
}

.btn-color-gradient:hover,
.btn-color-gradient-palette:hover {
    color: #fff;
}


/* Content Type -------------------------------------------------------------- */

.content-type .post-details {
    position: relative;
}

.content-type > .title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 50px 0;
}

.content-type .post-media {
    margin: 0 0 30px 0;
}

.content-type .category {
    font-size: 13px;
    margin: 0 0 10px 0;
}

.content-type .category a {
    color: #666;
    text-transform: uppercase;
}

.content-type .post-content .title {
    margin: 0 0 25px 0;
}

.content-type .post-content .title a {
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #383838;
}

.content-type .meta-group p,
.content-type .meta-group p a {
    font-weight: 600;
    color: #626262;
    letter-spacing: 0.75px;
}

.content-type .mini-btn {
    color: #4f4f4f;
}

.content-type .number {
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
    font-size: 125px;
    font-weight: 700;
    color: #fbfbfb;
    line-height: 1;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}


/* Content Type List --------------------------------------------------------- */

.content-type-list .post {
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.content-type-list .post-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-type-list .post-content .meta-group {
    width: 10%;
}

.content-type-list .meta-group p,
.content-type-list .meta-group p a {
    font-size: 15px;
}

.content-type-list .post-content .post-tile {
    font-size: 21px;
    padding: 0 0 0 20px;
    width: 80%;
}

.content-type-list .post-content .btn {
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
}


/* Content Type Slider Style 2 ----------------------------------------------- */

.content-type-slider.style2 .post-details {
    display: flex;
    flex-wrap: wrap;
}

.content-type-slider.style2 .product-thumbnail {
    max-width: 70%;
}

.content-type-slider.style2 .post-content {
    padding: 50px 0 0;
    width: 100%;
}

.content-type-slider.style2 .product-thumbnail + .post-content {
    padding: 50px 50px 0;
    max-width: 30%;
}

.content-type-slider.style2 .excerpt {
    margin: 0 0 50px 0;
}


/* Image Box ----------------------------------------------------------------- */

.image-box {
    display: flex;
    align-items: center;
    position: relative;
}

.image-box.image-box-bottom {
    flex-direction: column;
}

.image-box.image-box-left {
    flex-direction: row-reverse;
}

.image-box-content {
    background: #fff;
    margin: 0 0 0 -100px;
    padding: 50px;
}

.image-box.image-box-bottom .image-box-content {
    text-align: center;
    margin: -100px 0 0 0;
}

.image-box.image-box-left .image-box-content {
    margin: 0 -100px 0 0;
}

.image-box-content .title {
    margin: 0 0 20px 0;
}

/* Icon Box Style 1 ---------------------------------------------------------- */

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

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

.icon-box .icon-wrap {
    line-height: 1;
    margin: 0 0 30px 0;
}

.icon-box .icon-wrap span {
    font-size: 36px;
    color: #4f4f4f;
}

.icon-box .icon-box-title {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #383838;
    margin: 0 0 15px 0;
}

/* Icon Box Style 2 ---------------------------------------------------------- */

.icon-box.style2 {
    display: flex;
}

.icon-box.style2.icon-box-center {
    text-align: center;
}

.icon-box.style2.icon-box-left .content {
    text-align: left;
    margin: 0 0 0 20px;
}

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

.icon-box.style2.icon-box-right .icon-wrap {
    order: 2;
}

.icon-box.style2.icon-box-right .content {
    margin: 0 20px 0 0;
}

/* Info Icons ---------------------------------------------------------------- */

.info-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.info-icons .info-icon-group {
    width: 25%;
    display: flex;
    align-items: center;
}

.info-icons.with-border .info-icon-group {
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-right: 0;
    border-bottom: 0;
}

.info-icons.with-border.columns-2 .info-icon-group:nth-child(2n),
.info-icons.with-border.columns-3 .info-icon-group:nth-child(3n),
.info-icons.with-border.columns-4 .info-icon-group:nth-child(4n),
.info-icons.with-border.columns-5 .info-icon-group:nth-child(5n),
.info-icons.with-border.columns-6 .info-icon-group:nth-child(6n) {
    border-right: 1px solid #f2f2f2;
}

.info-icons.with-border.columns-2 .info-icon-group:nth-last-child(1),
.info-icons.with-border.columns-2 .info-icon-group:nth-last-child(2),
.info-icons.with-border.columns-3 .info-icon-group:nth-last-child(1),
.info-icons.with-border.columns-3 .info-icon-group:nth-last-child(2),
.info-icons.with-border.columns-3 .info-icon-group:nth-last-child(3),
.info-icons.with-border.columns-4 .info-icon-group:nth-last-child(1),
.info-icons.with-border.columns-4 .info-icon-group:nth-last-child(2),
.info-icons.with-border.columns-4 .info-icon-group:nth-last-child(3),
.info-icons.with-border.columns-4 .info-icon-group:nth-last-child(4),
.info-icons.with-border.columns-5 .info-icon-group:nth-last-child(1),
.info-icons.with-border.columns-5 .info-icon-group:nth-last-child(2),
.info-icons.with-border.columns-5 .info-icon-group:nth-last-child(3),
.info-icons.with-border.columns-5 .info-icon-group:nth-last-child(4),
.info-icons.with-border.columns-5 .info-icon-group:nth-last-child(5),
.info-icons.with-border.columns-6 .info-icon-group:nth-last-child(1),
.info-icons.with-border.columns-6 .info-icon-group:nth-last-child(2),
.info-icons.with-border.columns-6 .info-icon-group:nth-last-child(3),
.info-icons.with-border.columns-6 .info-icon-group:nth-last-child(4),
.info-icons.with-border.columns-6 .info-icon-group:nth-last-child(5),
.info-icons.with-border.columns-6 .info-icon-group:nth-last-child(6) {
    border-bottom: 1px solid #f2f2f2;
}

.info-icons.info-icons-center  .info-icon-group {
    flex-direction: column;
}

.info-icons.info-icons-right .info-icon-group {
    flex-direction: row-reverse;
}

.info-icons.columns-2 .info-icon-group {
    width: 50%;
}

.info-icons.columns-3 .info-icon-group {
    width: 33.3333333%;
}

.info-icons.columns-4 .info-icon-group {
    width: 25%;
}

.info-icons.columns-5 .info-icon-group {
    width: 20%;
}

.info-icons.columns-6 .info-icon-group {
    width: 16.6666667%;
}

.info-icons .icon-wrap {
    margin: 0 10px 0 0;
}

.info-icons.info-icons-right .icon-wrap {
    margin: 0 0 0 10px;
}

.info-icons.info-icons-center .icon-wrap {
    margin: 0 0 5px 0;
}

.info-icons .icon-wrap span {
    font-size: 24px;
    color: #4f4f4f;
}

.info-icons .icon-wrap.icon-type-image.icon-method-round img {
    margin: 0 0 10px 0;
    border-radius: 50px;
}

.info-icons .info-icon-title,
.info-icons .info-icon-title a {
    font-size: 14px;
    font-weight: 500;
    color: #4f4f4f;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}


/* Slick Gallery ------------------------------------------------------------- */

.slick-gallery .slick-prev,
.slick-gallery .slick-next {
    left: 10px;
    bottom: 5px;
    top: auto;
}

.slick-gallery .slick-next {
    left: 42px;
}


/* Google Map ---------------------------------------------------------------- */

.google-map.greyscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


/* Line Text ----------------------------------------------------------------- */

.line-text .sub-title {
    font-size: 13px;
    font-weight: 500;
    color: #4f4f4f;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    display: flex;
    align-items: center;
    position: relative;
}

.line-text .line {
    background: #111;
    width: 150px;
    height: 1px;
    display: block;
    position: absolute;
    left: -180px;
}


/* Testimonial Slider Style 1 ------------------------------------------------ */

.testimonial-slider {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

.testimonial-slider .excerpt {
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #383838;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

.testimonial-slider .avatar {
    margin: 0 0 30px 0;
}

.testimonial-slider img {
    display: inline-block;
    border-radius: 50px;
}

.testimonial-slider .client-name {
    font-size: 14px;
    font-weight: 500;
    color: #161616;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin: 0;
}

.testimonial-slider .client-job {
    font-size: 14px;
    color: #4f4f4f;
    text-transform: uppercase;
    margin: 0;
}

.testimonial-slider .rating {
    margin: 0;
}

.testimonial-slider .rating span {
    color: #f7d441;
}


/* Gallery Grid -------------------------------------------------------------- */

.gallery-grid .grid-inner .content-holder {
    text-align: center;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 500ms;
}

.gallery-grid .grid:hover .content-holder {
    background: rgba( 22, 22, 22, 0.30 );
    opacity: 1;
    visibility: visible;
    transition: all ease 500ms;
}

.gallery-grid .grid-inner .content-holder a {
    font-size: 28px;
    color: #fff;
    line-height: 1;
    top: 50%;
    position: absolute;
    transform: translate( -50%,-50% );
}


/* Taxonomy Grid ------------------------------------------------------------- */

.taxonomy-grid .grid-inner .content-holder {
    text-align: center;
    padding: 20px 30px 40px 30px;
}

.taxonomy-grid .grid-inner .content-holder .sub-title {
    font-size: 18px;
    background: #fff;
    line-height: 1;
    padding: 16px 20px;
    display: inline-block;
}


/* Gradient Text ------------------------------------------------------------- */

.gradient-text .sub-title {
    font-size: 28px;
    display: inline-block;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -ms-background-clip: text !important;
    -o-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
}


/* Timeline ------------------------------------------------------------------ */

.timeline {
    position: relative;
}

.timeline .vertical-line {
    background: #f2f2f2;
    width: 1px;
    height: 100%;
    position: absolute;
    left : 50%;
    top : 0%;
    transform: rotate( 180deg );
}

.timeline-set-group {
    padding: 60px 0;
}

.timeline-set {
    background: #fff;
    padding: 50px;
    width: calc( 50% - 50px );
    border: 1px solid #f2f2f2;
    position: relative;
}

.timeline-set:nth-child( even ) {
    margin: -80px 0 0 calc( 50% + 50px );
}

.timeline-set:nth-child( odd ):after,
.timeline-set:nth-child( even ):before {
    content: '';
    background: #f2f2f2;
    width: 50px;
    height: 1px;
    position: absolute;
}

.timeline-set:nth-child( odd ):after {    
    right : -50px;
    top : 50px;
}

.timeline-set:nth-child( even ):before {
    left : -50px;
    top : 50px;
}

.timeline-set .title {
    font-size: 26px;
    color: #383838;
    margin: 0 0 30px 0;
}

.timeline-set .date {
    font-weight: 500;
}    

.timeline-set .desc {
    margin: 0;
}



/* ---------------------------------------------------------------------------
 * Dark Reset
------------------------------------------------------------------------------ */


/* Content Type -------------------------------------------------------------- */

.dark .content-type .post-content .title a {
    color: #fff;
}

.dark .content-type .meta-group p,
.dark .content-type .meta-group p a {
    color: #e7e7e7;
}

.dark .content-type .number {
    color: rgba( 69, 69, 69, 0.15 );
}


/* Image Box ----------------------------------------------------------------- */

.dark .image-box-content .title {
    color: #383838;
}

.dark .image-box .image-box-content .btn {
    color: #161616;
}


/* Icon Box Style 1 ---------------------------------------------------------- */

.dark .icon-box .icon-wrap span {
    color: #e7e7e7;
}

/* Info Icons ---------------------------------------------------------------- */

.dark .info-icons .icon-wrap span {
    color: #e7e7e7;
}

.dark .info-icons.with-border .info-icon-group {
    border: 1px solid rgba( 69, 69, 69, 0.15 );
    border-right: 0;
    border-bottom: 0;
}

.dark .info-icons.with-border.columns-2 .info-icon-group:nth-child(2n),
.dark .info-icons.with-border.columns-3 .info-icon-group:nth-child(3n),
.dark .info-icons.with-border.columns-4 .info-icon-group:nth-child(4n),
.dark .info-icons.with-border.columns-5 .info-icon-group:nth-child(5n),
.dark .info-icons.with-border.columns-6 .info-icon-group:nth-child(6n) {
    border-right: 1px solid rgba( 69, 69, 69, 0.15 );
}

.dark .info-icons.with-border.columns-2 .info-icon-group:nth-last-child(1),
.dark .info-icons.with-border.columns-2 .info-icon-group:nth-last-child(2),
.dark .info-icons.with-border.columns-3 .info-icon-group:nth-last-child(1),
.dark .info-icons.with-border.columns-3 .info-icon-group:nth-last-child(2),
.dark .info-icons.with-border.columns-3 .info-icon-group:nth-last-child(3),
.dark .info-icons.with-border.columns-4 .info-icon-group:nth-last-child(1),
.dark .info-icons.with-border.columns-4 .info-icon-group:nth-last-child(2),
.dark .info-icons.with-border.columns-4 .info-icon-group:nth-last-child(3),
.dark .info-icons.with-border.columns-4 .info-icon-group:nth-last-child(4),
.dark .info-icons.with-border.columns-5 .info-icon-group:nth-last-child(1),
.dark .info-icons.with-border.columns-5 .info-icon-group:nth-last-child(2),
.dark .info-icons.with-border.columns-5 .info-icon-group:nth-last-child(3),
.dark .info-icons.with-border.columns-5 .info-icon-group:nth-last-child(4),
.dark .info-icons.with-border.columns-5 .info-icon-group:nth-last-child(5),
.dark .info-icons.with-border.columns-6 .info-icon-group:nth-last-child(1),
.dark .info-icons.with-border.columns-6 .info-icon-group:nth-last-child(2),
.dark .info-icons.with-border.columns-6 .info-icon-group:nth-last-child(3),
.dark .info-icons.with-border.columns-6 .info-icon-group:nth-last-child(4),
.dark .info-icons.with-border.columns-6 .info-icon-group:nth-last-child(5),
.dark .info-icons.with-border.columns-6 .info-icon-group:nth-last-child(6) {
    border-bottom: 1px solid rgba( 69, 69, 69, 0.15 );
}


/* Advance Button ------------------------------------------------------------ */

.dark .btn.btn-color-gradient,
.dark .btn.btn-color-primary,
.dark .btn.btn-color-black {
    color: #fff;
}

.dark .btn:before,
.dark .btn:after {
    background: #fff;
}

.dark .btn.btn-color-white {
    color: #161616; 
}


/* Line Text ----------------------------------------------------------------- */

.dark .line-text .line {
    background: #e7e7e7; 
}


/* Testimonial Slider Style 1 ------------------------------------------------ */

.dark .testimonial-slider .excerpt,
.dark .testimonial-slider .client-name {
    color: #fff;
}



/* ---------------------------------------------------------------------------
 * Light Reset
------------------------------------------------------------------------------ */


/* Content Type -------------------------------------------------------------- */

.light .content-type .number {
    color: #fbfbfb;
}


/* Image Box ----------------------------------------------------------------- */

.light .image-box-content .title {
    color: #383838;
}

.light .image-box .image-box-content .btn {
    color: #161616;
}


/* Icon Box Style 1 ---------------------------------------------------------- */

.light .icon-box .icon-wrap span {
    color: #4f4f4f;
}

.light .icon-box .icon-box-title {
    color: #383838;
}


/* Info Icons ---------------------------------------------------------------- */

.light .info-icons .icon-wrap span {
    color: #4f4f4f;
}

.light .info-icons .info-icon-title,
.light .info-icons .info-icon-title a {
    color: #4f4f4f;
}


/* Advance Button ------------------------------------------------------------ */

.light .btn.btn-color-gradient,
.light .btn.btn-color-primary,
.light .btn.btn-color-black {
    color: #fff; 
}

.light .btn-type-outline-rect.btn-color-black,
.light .btn-type-outline-round.btn-color-black,
.light .btn-type-outline-ellipse.btn-color-black,
.light .btn-type-no-bg.btn-color-black,
.light .btn-type-line-tr.btn-color-black,
.light .btn-type-line-tl.btn-color-black,
.light .btn-type-line-br.btn-color-black,
.light .btn-type-line-bl.btn-color-black {
    color: #161616;
}

.light .btn.btn-color-white {
    color: #161616; 
}


/* Line Text ----------------------------------------------------------------- */

.light .line-text .sub-title {
    color: #4f4f4f; 
}