<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*heading*/
.su-heading-style-default .su-heading-inner {
    position: relative;
    padding-bottom: 15px;    
}
.su-heading-style-default .su-heading-inner:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #444;
}
.su-heading-style-default.su-heading-align-left .su-heading-inner:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);   
}
.su-heading-style-default.su-heading-align-right .su-heading-inner:before {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);   
}

/*testimonial*/
.su-testimonial.su-testimonial-style-2 .su-testimonial-text {
    box-shadow: none !important;
    border-left: 1px solid !important;
}

/*pricing table*/
.su-pricing-table.su-pricing-style-1 .su-plan {border:none !important;}
.su-pricing-table.su-pricing-style-1 .su-plan-name {padding: 25px 0;background-color: #000 !important;color: #fff !important;}
.su-pricing-table.su-pricing-style-1 .su-plan .su-plan-head {
    border-bottom-color: rgba(0,0,0,0.05) !important; 
}
.su-pricing-table.su-pricing-style-1 .su-plan-options ul li {
    padding: 15px 10px !important;
}
.su-pricing-table.su-pricing-style-1 .su-plan-price {
    display: inline-block;
    padding-right: 8px;
}
.su-pricing-table.su-pricing-style-1 .su-plan-period {
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid;
}
.su-pricing-table.su-pricing-style-1 .su-plan-footer a {border-radius: 0 !important;}

/*member*/
.su-member-style-1 .su-member-icons {
    border: none !important;
}
.su-member.su-member-style-1 {
    border: 1px solid transparent;
    -webkit-transition: .3s ease border-color;
    transition: .3s ease border-color;
}
.su-member.su-member-style-1:hover {
    border-color: #000 !important;
}
.su-member.su-member-style-1 .su-member-info {
    padding: 2em;
}
.su-member.su-member-style-1 .su-member-name {
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}
.su-member.su-member-style-1 .su-member-role {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.su-member.su-member-style-1 .su-member-desc {
    color: #999;
}
.su-member.su-member-style-1 .su-member-icons {
    padding: 0 1.5em 1.5em 1.5em !important;
}
.su-member.su-member-style-1 a.su-memeber-icon {
    margin-right: 12px;
}

/*twitter*/
.su-twitter-slides .owl-nav [class*='owl-'] {
    background: transparent !important;
    border: 2px solid #f5f5f5;
}

/*portfolio*/
.sup-style1 .mega-entry .mega-entry-innerwrap {
    overflow: hidden !important;
}
.sup-style1 .mega-hover {
    position: relative;
    background: none;
    opacity: 1;
    z-index: 1;
    padding: 25px;
    box-sizing: border-box;
}
.sup-style1 .mega-hovertitle, 
.sup-style1 .mega-hoverlink, 
.sup-style1 .mega-hoverview {
    opacity: 1;
}
.sup-style1 .mega-hovertitle {
    bottom: auto !important;
    left: auto;
    text-align: left;
    font-size: 18px;
    line-height: normal;
    transform: translateY(-15px);
    opacity: 0;
    font-weight: normal;
}
.sup-style1 .mega-hoversubtitle {
    display: none;
}
.sup-style1 .mega-hoverlink, 
.sup-style1 .mega-hoverview {
    bottom: 25px;
    top: auto;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    opacity: 0;
}
.sup-style1 .mega-hoverlink {
    right: auto !important;
    background-color: #444 !important;
    transform: translateY(15px);
}
.sup-style1 .mega-hoverview {
    left: 0 !important;
    margin-left: 70px !important;
    background-color: #fff !important;
    transform: translateY(30px);
}
.sup-style1 span.category {
    display: block;
    font-size: 13px;
    margin-top: 8px;
    color: #eee;
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(77%) skewX(-13deg) !important;
    transform: translateX(77%) skewX(-13deg) !important;
    text-align: right;
}
.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body {
    transform: skewX(13deg) !important;
}
.cbp-filter-item {
    text-transform: uppercase;
}
.su-portfolio .sup-title {
    letter-spacing: 2px;
}

/*slider layout mode navigation design*/
.su-portfolio .cbp-mode-slider .cbp-nav-controls, 
.su-post-grid .cbp-mode-slider .cbp-nav-controls {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.su-portfolio .cbp-mode-slider .cbp-nav-controls &gt; div, 
.su-post-grid .cbp-mode-slider .cbp-nav-controls &gt; div {
    background: transparent;
}
.su-portfolio .cbp-mode-slider .cbp-nav-controls &gt; div:after, 
.su-post-grid .cbp-mode-slider .cbp-nav-controls &gt; div:after {
    position: absolute;
    top: 48%;
    background: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-family: FontAwesome;
    color: rgba(0,0,0,0.8);
    font-size: 18px;
    height: auto;
    width: auto;
    bottom: auto;
}
.su-portfolio .cbp-mode-slider .cbp-nav-controls .cbp-nav-next:after, 
.su-post-grid .cbp-mode-slider .cbp-nav-controls .cbp-nav-next:after {
    content: "\f178";
    left: 50%;
}
.su-portfolio .cbp-mode-slider .cbp-nav-controls .cbp-nav-prev:after, 
.su-post-grid .cbp-mode-slider .cbp-nav-controls .cbp-nav-prev:after {
    content: "\f177";
    left: calc(50% - 13px);
}

/*section*/
.tm-features .su-section {z-index: 111;}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .tm-features .su-section {margin-top: -20% !important;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tm-features .su-section {margin-top: -25% !important;}    
}

/*contact form*/
.su-contact_form .su-form-fields {
    display: block !important;
    margin: 0 !important;
}
.su-contact_form.name-email-subject .su-form-fields .form-group {
    float: none !important;
    clear: both;
    width: 100% !important;
    margin: 0 0 15px;
}
.su-form-wrapper .submit-button {
    margin-top: 15px !important;
    text-align: right;
}
.su-form-wrapper .submit-button input {
    min-width: 25%;
    text-align: center;
    margin-right: 0 !important;
}
.su-form-wrapper .submit-button input:hover {
    color: #fff !important;
}

/* Mailchimp design */
.su-newsletter-wrapper {
    max-width: 550px; 
    margin-left: auto !important;
    margin-right: auto !important;
}
.su-newsletter-wrapper input.su-newsletter-email {
    height: 50px;
    border-color: #000;
    width: calc(100% - 160px);
}
.su-newsletter-wrapper input.su-newsletter-email:focus {
    background-color: #fff;
}
.su-newsletter-wrapper div.su-newsletter-button {
    position: relative;
}
.su-newsletter-wrapper div.su-newsletter-button:before {
    position: absolute;
    left: 50%;
    top: calc(50% - 15px);
    content: "\f003";
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: -8px;
    color: #FFF;
    pointer-events: none;
}
.su-newsletter-wrapper input.su-newsletter-submit {
    height: 50px;
    min-width: 150px;
    box-sizing: border-box;
    text-indent: -2000px;
    border: none;
    outline: none;
    background: #000;
}


/*post grid*/
.su-post-grid.template-style .postImage, 
.su-post-grid.template-style .postDesc {
    display: inline-block;
    width: 50%;
    float: left;
}
.su-post-grid.template-style .postImage {
    position: relative;
}
.su-post-grid.template-style .postDesc {
    padding: 6% 30px;
    text-align: center;
}
.su-post-grid.template-style .cbp-wrapper .cbp-item:nth-child(4n+3) .postImage, 
.su-post-grid.template-style .cbp-wrapper .cbp-item:nth-child(4n+4) .postImage {float: right;}
.su-post-grid.template-style .cbp-l-grid-blog-title{margin-top: 0;}

.su-post-grid.template-style .cbp-wrapper .cbp-item .postImage:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border: 14px solid transparent;
    z-index: 11;
}

.su-post-grid.template-style .cbp-wrapper .cbp-item:nth-child(4n+1) .postImage:before,
.su-post-grid.template-style .cbp-wrapper .cbp-item:nth-child(4n+2) .postImage:before {
    border-right-color: #fff;
    right: -1px;
}

.su-post-grid.template-style .cbp-wrapper .cbp-item:nth-child(4n+3) .postImage:before,
.su-post-grid.template-style .cbp-wrapper .cbp-item:nth-child(4n+4) .postImage:before {
    left: -1px;
    border-left-color: #fff;
}
.tm-sidebar-a .flickrfeed li {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px 5px 0;
}

/* Twitter */
.su-twitter-slides .su-twitter-item {
    color: #ffffff !important;
}

/* Icon list */
div[id*="qx-icon_lis"] .icon_description_text p {
    margin-bottom: 0;
}

@media (max-width: 980px) {
   .su-post-grid.template-style .cbp-wrapper .cbp-item:nth-child(2n+0) .postImage {
        float: right !important;
   }
   .su-post-grid.template-style .cbp-wrapper .cbp-item:nth-child(2n+0) .postImage:before {
        border-left-color: #fff;
        left: -1px;
        border-right: 0;
   }
   .su-post-grid.template-style .cbp-wrapper .cbp-item .postImage {
        float: left !important;
   }
    .su-post-grid.template-style .cbp-wrapper .cbp-item:nth-child(2n+1) .postImage:before {
        right: -1px;
        border-right-color: #fff;
        border-left: 0;
    }
    
}

@media (max-width: 768px) {
   .su-post-grid.template-style .postImage, 
    .su-post-grid.template-style .postDesc {
        width: 100% !important;
        float: none !important;
    }
    .su-post-grid.template-style .cbp-wrapper .cbp-item .postImage:before {
        display: none !important;
    }
    .su-post-grid.template-style .postDesc {
        padding: 15px 30px 30px !important;
    }
}</pre></body></html>