/* 
Theme Name:		 Twenty Seventeen Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Twenty Seventeen Child is a child theme of Twenty Seventeen, created by ChildTheme-Generator.com
Author:			 Quincy
Author URI:		 http://childtheme-generator.com/
Template:		 twentyseventeen
Version:		 1.0.0
Text Domain:	 twentyseventeen-child
*/


/*
    Add your custom styles here
*/

@import url("../twentyseventeen/style.css");


    
    /* 取消網站標題強制大寫 */
    .site-title a {
        text-transform: none;
        color: #FFFFFF !important;
    }
    /* 網站標題說明顏色 */
    .site-description {
        color: #EEEEEE !important;
    }
    
    /* 掩藏頁面標題 */
    .entry-header {
        display: none;
    }
    
    /* 主内容顶部缩进 */
    .site-content {
        padding: 0 0 0 0;
        background-image: url("https://lovelovemi.lucida-tech.com/wp-content/uploads/2019/09/backgroundrepeat_o400x400.png");
    }
    
    /* 整体背景色 */
    #content {
        background-color: #ffffff;
    }
    
    
    /* top menu的背景色 */
    #top-menu.menu {
        background-color: #000000 !important;
    }
    /* top menu的字顏色, 改了後在哪一個頁面就沒有顏色變化了 */
    #top-menu.menu a {
        color: #ffffff;
    }
    /* 手機版的top menu背景色 */
    .navigation-top {
        background-color: #000000 !important; 
    }
    .main-navigation ul {
	    background: #000000;
    }
    
    /* 手機版才會出現的"選單"按鈕 */
    .menu-toggle {
        color: #ffffff !important;
    }
    
    /* 次選單的背景色 */
    .navigation-top a {
	    background: #000 !important;
    }
    
    /*
    .dropdown-toggle {
        color: #00FF00 !important;
    }
    */
    /* 選單的向下箭頭 */
    .icon-angle-down {
        color: #fff !important;
    }
    

    /* the border around a hyperlinked image */
    .entry-content a img, .widget a img, .comment-content a img {
	    -webkit-box-shadow: 0 0 0 0 #fff;
	    -moz-box-shadow: 0 0 0 0 #fff;
	    box-shadow: none;
	    border: none;
	    text-decoration: none;
    }
    
    
    /* footer */
    .site-content-contain {
        background-color: #fe4d19;
    }
    #colophon.site-footer {
        background-color: #fff;
    }
    
    /* 主内容顶部缩进 */
    .page-template-page-full-width .site-content {
        padding: 0 0 0 0 !important;
        background-image: url("https://lovelovemi.lucida-tech.com/wp-content/uploads/2019/09/test.jpg");
    }

/* computer screen */
@media screen and (min-width: 48em){

    
    /* 頂導航欄 */
    .navigation-top {
        font-size: 1.3rem;
        height: 2.4rem;
    }
    .navigation-top a {
        background-color: transparent;
        padding-top: 0 !important;
    }
    .navigation-top .wrap {
        max-width: 4000px !important;
        padding: 0 0 0 0 !important;
        /*margin-left: 0;*/
    }
    #top-menu.menu {
        height: 2.3rem;
        width: 100% !important;
    }
    
    /*
    .menu-item {
        height: 4rem;
    }
    */
    /* 這樣子選單的反白才會正確 */
    .menu-item a {
        height: 2.3rem;
        padding-top: 0 !important;
    }
    
    
    
    
    
    /* header高度改小 */
    .site-branding {
        padding-top: 1rem;
    }
    .custom-header-image {
        height: 6rem;
    }
    .custom-header {
        height: 6rem;
    }
    

    
    /* 以下是範本用 */
    
    
    
    /*
    .page-template-page-full-width .content-area {
        max-width: 3000px !important;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
    */
    .body .page-template-page-full-width .navigation-top {
        font-size: 1.3rem;
        height: 2.4rem;
    }
    
    .page-template-page-full-width .site-content .wrap {
        max-width: 3000px !important;
        padding: 0 !important;
    }
    
     .page-template-page-full-width #primary {
        max-width: 3000px !important;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
    
    /*
    .body .page-template-page-full-width .site-content
    {
        max-width: 300px !important;
        padding: 0 !important;
    }
    .body .page-template-page-full-width .primary .content-area {
        max-width: 300px !important;
        padding-left: 1% !important;
        padding-right: 1% !important;
    }
    .body .page-template-page-full-width .site-content .wrap
    {
        max-width: 300px !important;
        padding: 0 !important;
    }
    .body .page-template-page-full-width .wrap
    {
        max-width: 300px !important;
        padding: 0 !important;
    }
    .body .page-template-page-full-width .wrap .page-full-width
    {
        max-width: 300px !important;
        padding: 0 !important;
    }
    */
    /*
    .wrap.page-full-width
    {
        width: 100% !important;
        max-width: 3000px !important;
        padding: 0 !important;
        border: 0 !important;
        margin: 0 !important;
    }
    */
    
    /*
    body.page-template-page-full-width .site-title {
        padding-left: 10vh;
    }
    */
    
    /* 站點Logo */
    /*
    body.page-template-page-full-width .custom-logo {
        padding-left: 7vw;
    }
    */

}



    

