/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.to-top-right #toTop {
    right: 25px;
}

#subscription-link {
    padding-top: 26px;
}

.hide {
    display: none !important;
}

.continue-reading {
    text-align: right;
    font-size: 0.8em;
    color: #fff;
}


.fusion-button.button-1,
.fusion-button.button-2 {
    width: 145px;
}

#mc-email {
    display: inline-block;
    width: 80%;
}

#mc-button {
    display: inline-block;
    line-height: 44px;
    border-radius: 4px;
}
.post-views.entry-meta > span.post-views-icon.dashicons {
    font-size: 24px;
    margin-top: -10px;
    margin-right: 10px !important;
}

/* Mobile menu button */
.avada-menu-mobile-menu-trigger {
    font-size: 15px;
}

.fusion-page-title-bar .fusion-page-title-row h1 {
    text-shadow: 2px 2px #c0c0c0;
}

#latest-video-title,
#section-category [class*="fusion-builder-nested-column-"] [class*="fusion-title-"] h4 {
    
    color: #370617;
    color: #FFB703 !important;
    font-weight: 700 !important;
}

.scale-video {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.scale-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


* {
/*    font-family: 微軟正黑體, "MS Sans Serif", 新細明體; */
}

.section-highlight .fusion-highlighted-text {
    color: #114552 !important;

}


.fusion-title.fusion-title-1 svg path,
.fusion-title.fusion-title-highlight .fusion-highlighted-text-wrapper svg path {
/*    stroke: #114552 !important; */
        stroke: #114552  !important;
}

.fusion-page-title-bar {
    background-position: center bottom !important;
}

.fusion-post-slider.fusion-flexslider .slides li {
    max-height: 450px !important;
}

.avatar-64 img { 
    width: 64px !important;
    height: 64px !important;
}

.avatar-48 img { 
    width: 64px !important;
    height: 64px !important;
}
.avatar-32 img { 
    width: 32px !important;
    height: 32px !important;
}

.section-highlight h2 {
    color: #204450 !important;
    margin-bottom: 0px;
    margin-top: 0px;
}

.blog-categories.fusion-meta-tb.fusion-meta-tb-1 {
    padding-top: 0px !important;
    margin-top: -2px !important;
}

.fusion-post-content blockquote, 
.post-content blockquote {
    margin-top: 1em;
    margin-bottom: 1em;
}

#nav ul li>a:hover, #sticky-nav ul li>a:hover, #wrapper .post-content blockquote, #wrapper .tagcloud a:hover, .comment-text blockquote, .fusion-body blockquote, .fusion-hide-pagination-text .pagination-next:hover, .fusion-hide-pagination-text .pagination-prev:hover, .fusion-pagination .current, .fusion-pagination .page-numbers.current, .fusion-pagination .page-numbers:hover, .pagination .current, .pagination a.inactive:hover, .progress-bar-content {
    border-color: #8F2D56 !important;
}

a.sticky-more:hover {
    color: red !important;
}

.sticky-more {
	color: #fff !important;
	text-align: right;
	display: block;
}

.fusion-meta-info .fusion-alignright{
    display: none !important;
}


@media (min-width: 1200px) {
    .cta-title h2 {
        margin-top: 0px;
/*        font-size: 72px !important; */
    }
    
    .scale-video {
        width: calc(100% * 0.7);
        padding-top: calc(56.25% * 0.7);
        display: block;
        margin: 0 auto;
    }
    
    .blog-image {
        width: 70%;
        height: auto;
    }
    
    #home-post-slider .slides {
        width: 100%;
    }
    
    #home-post-slider  .slides img {
        width: 60% !important;
        margin: 0 0 0 auto;
    }
}

@media (max-width: 600px) {

    .fusion-page-title-bar .fusion-page-title-row h1 {
        font-size: 0.88em;
    }
    
    #section-category [class*="fusion-builder-nested-column-"] > .fusion-column-wrapper {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    #home-post-slider .slide-excerpt {
        font-size: 0.9em;
        padding: 5% 0%;
        width: 80%;
    }
    
    .fusion-social-links .fusion-social-networks .fusion-social-networks-wrapper .fusion-social-network-icon {
        /*margin-right: 10px !important;*/
    }

}