﻿/*
 Theme Name:   SHCEC Theme (Child of Best-Business)
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  SHCEC Theme
 Author:       Yuzuru Kenyoshi
 Author URI:   http://example.com
 Template:     best-business
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@media only screen and (min-width:1023px) {
    #page {
        /* margin-top:-32px; */
    }
}


header#masthead {
    padding-top:5px;
    padding-bottom:5px;
}

.custom-logo {
    margin-top:10px;
    margin-bottom:5px;
    width:450px;
    display:none;
}


.home .container > .wp-post-image {
    display:none;
}

#site-identity {
    display:none;
}

/*
    
    MENU

*/

#main-nav {
    margin-top:0px;
    margin-bottom:5px;
}
    #main-nav .menu-item a {
        font-size:15px;
    }


#main-nav {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5998cc+0,1c6ec0+100 */
background: rgb(0,108,199); /* Old browsers */
background: -moz-linear-gradient(top, rgb(0,108,199) 0%, rgb(11,82,170) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(0,108,199) 0%,rgb(11,82,170) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(0,108,199) 0%,rgb(11,82,170) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cc7', endColorstr='#0b52aa',GradientType=0 ); /* IE6-9 */


}

    #main-nav li.menu-item {
        /*min-width:200px;*/
        padding-top:3px;
        padding-bottom:3px;
    }
        #main-nav li.menu-item a {
            text-align:center;
        }
		
		
		#main-nav .sub-menu li a{
			font-size:small;
			
		}
		

/*
    
    SLIDER

*/


#featured-slider {
    margin-bottom:30px;
}


#main-slider article::before {
    background:none !important;
}

#featured-slider {
    width: 1230px;
    margin: 0 auto;
    /*padding-left: 25px;
    padding-right: 25px;*/
    max-width: 100%;

    /*Copied from .container from template CSS*/
/*Slider 宽度变成中间的内容宽度*/
}


h3.widget-title {
    color:rgba(28,110,192,1);
    border-bottom-color:rgba(28,110,192,1);
    border-bottom-style:solid;
    border-bottom-width:1px;
}
#footer-widgets h3.widget-title {
    color:unset;
    border-bottom:none;
}

    h3.widget-title:before {
        content:"■ ";
        color:rgba(28,110,192,1);
    }

    #footer-widgets h3.widget-title:before {
        content:none;
    }

#panel-w59f7193a3f85a-0-0-0 img{
    margin-left:-55px;
}

/*
    
    右上菜单？

*/


#pgc-16-1-1 img{
    width:150px;
    max-width:none !important;
}
#pgc-16-1-1 .advanced-recent-posts-item {
    padding-bottom:5px;
}

    #sidebar-front-page-widget-area .widget {
        padding: 0 0 !important;
        /*主题的Paddingt 50 0 太多，要取消*/
    }


/*
    
    右上角QQ等

*/

.right-head {
    display:none;
}

#shcec-header-right {

        padding-top:0px;
        background-color:white;
        /*float:left;*/
}
@media only screen and (min-width:1023px) {
    #shcec-header-right {
        /*margin-top:90px;
        width:400px;
        display:inline-block;
        float:right;
        padding:0px;*/
    }
}

#header-right-right > div  {
    text-align:right;   
}


#shcec-header-right::after {
    background: none;
}
    #shcec-header-right iframe {
        display:inline-block;
    }

/*
    搜索

*/
.header-search-box{
   float:right !important;
margin-top:7px;
}

.header-search-box > a{
margin-top:1px !important;
margin-bottom:1px !important;

}
.shcecLogo img{ 
 height:50px;
}

.fa-search:after {
 
    margin:2px;
    content:"  搜索";
    font-size:15px;
}

/*
    Hide Template Title

*/
.site-info{
	display:none;
}

/*快捷菜单入口 */

#primary-menu li:not(:first-child).menu-item-object-page >a{
text-decoration:underline;
}

#primary-menu .menu-item-1055,
#primary-menu .menu-item-1034,
#primary-menu .menu-item-1490,
#primary-menu .menu-item-1491{
	float:right !important;
}




