/*
Theme Name: CloudPress Child 
Theme URI: https://spicethemes.com/cloudpress-wordpress-theme/
Template: cloudpress
Author: Spicethemes
Author URI: https://spicethemes.com
Description: CloudPress is a lightweight, elegant and fully featured theme, crafted for businesses, magazines, newspaper, personal blogs, online shops, restaurants, wedding planners, gyms, and more. CloudPress has special features like a slider banner, CTA, services, fun facts, and blogs. It's fully responsive and compatible with any device. Easy to use and implement, CloudPress is also compatible with WooCommerce. You can easily import dummy data with the SpiceBox plugin.
Tags: one-column,two-columns,right-sidebar,custom-header,flexible-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,sticky-post,threaded-comments,translation-ready
Version: 2.5.1674982475
Updated: 2023-01-29 16:54:35

*/





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


/* 页脚颜色改为灰色 */
.site-info p {
    color: #707070 !important;

}
/* 页脚颜色改为灰色 */
.site-info a,
.site-info a:hover,
.site-info a:focus {
    color: #707070 !important;
}

/* 更改导航栏间距 */
.navbar .nav .nav-item {
    margin-right: 53px !important;
    font-weight: 900 !important;

}
/* 更改导航栏粗细，颜色 */
.nav-item a {
    font-weight: bold !important;
    font-size: 18px !important;
    color: #666465 !important;


}
.navbar .nav .nav-item:hover .nav-link,
.navbar .nav .nav-item.active .nav-link {color: #f50000!important;}
/* 更改按钮鼠标滑动颜色 */
.btn-animate.dark:before,
.btn-animate.dark:after {
    background: #da0c0c!important;
    
}
.widget:last-child {padding: 0 0 0px!important;}

/* 更改页脚社交图标 */
.widget .custom-social-icons li > a {
    height: 50px!important;
    width: 50px!important;
}

/* 更改页脚社交图标 */
.widget .custom-social-icons li > a {
    font-size: 1.813rem!important;
    line-height: 2;
    transition: all 0.3s;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
    margin: 0;
    padding: 0px;
    text-align: center;
    background-color: #ffffff;
    height: 25px;
    width: 25px;
}

/*按钮颜色修改*/
.site-info {
    background-color: #fafafa!important;
}
/*按钮颜色修改*/
.btn-animate.border {
    border: 2px solid #fafafa!important;
}

/*按钮颜色修改*/
.main-slider .btn-small.btn-light {
        background: #ababab!important;

}

.btn-default, .btn-animate.light, .btn-animate.dark {
    background: #ababab!important;
}

/*按钮鼠标滑动颜色修改*/
.btn-animate.slidbtn:before { background: rgb(253, 0, 0);
}

.btn-animate.border { background: #ababab; color: #333333; }
/*更改标题颜色变色*/
.entry-header .entry-title a:hover {
    color: #000000!important;
}

/*更改按钮字体颜色*/
.slider-caption .btn-combo .btn-small {
    margin-left: 0.313rem;
    margin-right: 0.313rem;
  color: #ffffff; 
    box-shadow: none;
    }
.slider-caption .btn-combo .btn-small:hover{
    color: #ffffff!important;
}

.slider-caption .btn-combo .slidbtn:hover{
	color: #ffffff!important;
}

.main-slider .btn-small.btn-light:hover{
    color: #ffffff!important;
}

.btn-animate.border:before, .btn-animate.border{
   color: #ffffff!important;
}
iframe[title='reCAPTCHA']{
	height:78px !important;
}
video { object-fit: contain; }
img { background-image: none; }


/*修改招聘页面信息框*/
@media (min-width:768px){
	
.changelist{
    padding:0 30px 20px !important;
}
.changelist_h3{
	display:inline !important;
	font-size:25px;
}
.changelist_btn{
	display:inline-block !important;
	float:right !important;
}
}
@media (min-width: 200px) and (max-width: 768px){
	.changelist{
    padding:0 30px 20px !important;
}
	.changelist_h3{
		display:inline !important;
	font-size:10px !important;
}
	.changelist_btn{
	display:inline-block !important;
	float:right !important;
}
}