/*
Theme Name: The7
Theme URI: http://the7.io/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 9.4.0
Tested up to: 5.5.1
Requires PHP: 5.6.20
Requires at least: 5.3.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}

/* wenww 
word-wrap:break-word 强制文本进行换行
*/
body p{
 word-wrap:break-word;
}


.spanBorder{
    border-bottom: 1px solid #C0C0C0;
    margin-bottom:5px;
    width: 10%;
    display:inline-block;
    
}
.spancolor{
    border-bottom: 4px solid green;
    margin-bottom:5px;
    width: 10%;
    display:inline-block;
    
}
/* wenww 
网页顶部Logo & 顶部菜单
*/
.branding a img {	
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	border-radius:30px 30px;
}
.branding a img:hover {	
	background-color:rgba(176,176,176,0.2);
}
.main-nav li:hover {
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	border-radius:30px 30px;
	background-color:rgba(176,176,176,0.2);
}


/* wenww 
搜索结果 标题样式
*/
.page-title { padding:20px 20px; }
.page-title div {	
	box-shadow: 0px 2px 30px -10px rgb(0 0 0 / 50%); 
}

/* wenww 
搜索结果 列表样式
*/
.type-post {
	min-height:460px;
	border-radius:20px 20px; 
	box-shadow: 0px 2px 30px -10px rgb(0 0 0 / 50%); 
}
.type-post:hover .blog-media{transform:scale(1.05); background-color:rgba(202,234,244,0.8); }
.blog-media { 
	border-radius:20px 20px; 
	margin:20px 20px;
	 box-shadow: 0px 2px 30px -10px rgb(0 0 0 / 50%);  
}

