/*
Theme Name: Rhythm
Theme URI: http://www.medialayout.com
Author: Medialayout Team
Author URI: http://www.medialayout.com
Description: Powerful theme
Version: 2.2.8
License: GNU General Public License
License URI: license.txt
Text Domain: rhythm
Tags:
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.2 Default
--------------------------------------------------------------*/

.bypostauthor {
	
}

/*about*/
.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header {
    color: #000 !important;
}
.Clients{
	text-align: center;
    width: 100%;
    max-width: 450px;
    padding-top: 1em;
    margin-top: 2.5em;
}
.containerText{
	width: 100%;
}
.paddingBottom{
	padding-bottom: 0 !important;
}
#downImgbg{
	width: 100%;
}
.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom {
    background-color: #f7f7f700 !important;
}
.downbg{
	width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 0;
    top: 0;
}
.downbg .vc_cta3-actions{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -42px;
}
.mt-md-10{
	margin-top: 5em;
}
.contentp{
	font-size: 16px;
}
.nopadding{
	padding-left:0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.aboutLink>a{
	text-decoration: none;
}
.aboutLink>a>p{
	width: 200px;
    margin: 0 auto;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    background: #999;
    color: #fff;
}
.aboutLink>a:hover>p{
	background: #000;
}
/* 加载中 */
.progressWidth{
	/* position: absolute; */
	z-index: 999999;
	padding: 0;
	margin: 0;
	top: 50%;
}
.progress-bar-success {
    background-color: rgba(64, 63, 66, 0.71);
}
.progress {
	max-width: 200px;
	width: 100%;
	height: 2px;
	margin-left: calc(50% - 100px);
}
.progressWH{
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.71);
}
@media(max-width: 992px){
	.progress {
		max-width: 100px;
		margin-left: calc(50% - 50px);
	}
	.pageSection{
		background-size: auto 100% !important;
	}
	.pageSectionAbout{
		background-size: auto 100% !important;
	}
}
@media(max-width: 767px){
	.progress {
		max-width: 60px;
		margin-left: calc(50% - 30px);
	}
	.contentp p>span{
		width: 100%;
		display: block;
	}
}

/* b版权声明 */
.banquan {
    max-width: 800px;
    margin: 0 auto;
	width: 100%;
	text-align: center;
}
.banquan>img{
	width: 2em;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.banquan>span>p{
	margin: 0;
	padding: 0;
	text-indent: 1em;
	line-height: 2em;
}
.banquan>span{
	display: inline-block;
}
.banquanbox {
    margin-top: 3em;
}
.full-block img {
    padding-top: 1em;
}
.headerh2 h2{
	font-size: 12px;
    margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}
.swiper-button-next{
	background-image: url(../../../images/next.gif) !important;
}
.swiper-button-prev{
	background-image: url(../../../images/pro.gif) !important;
}
.contentp p{
	font-size: 12px;
    color: #666;
	margin-bottom: 0.5em;
}
.containerText a {
    text-decoration: none;
}
.pageSectionDiv{
	position: absolute !important;
    top: 40%;
    width: 100%;
}
.pageSection{
	height: 350px;
    position: relative;
    background-position: 95% 0px!important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.pageSectionAbout{
	height: 350px;
    position: relative;
    background-position: 0% 0px!important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.vc_cta3-content-header{
	text-indent:2em;
	
}
