/*
Theme Name: trustx
Theme URI: http://webcase.studio
Author: WebCase
Author URI: http://webcase.studio
Description: WebCase studio
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trustx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.page-numbers {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background-color: #404040;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
	color: #fff;
	font-size: 16px;
}

@media (max-width: 720px) {
	.page-numbers {
		width: 46px;
		height: 46px;
	}
}

.pagination__item .current {
 	background-color: #003d8f !important;
	font-size: 20px;
}

.pagination__item a:hover {
  background-color:#626262;
}

.news__input {
	color: #000000 !important;
	font-size: 14px !important;
	background-color: #f1f1f1 !important;
}

.news__submit {
	font-size: 14px !important;
}

.post-page {
	margin-top: -30px;
}

.background-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ffffff !important;
}

.connect-text {
	/*background: green;*/
	padding-top: 20px !important;
	padding-bottom: 50px;
	font-size: 40px !important;
}

.connect-margin {
	margin-top: -20px;
}

.connect-title {
	/*margin-top: -50px !important;*/
	font-size: 40px !important;
}

.connect-description {
	font-size: 15px;
}

.brand-margin {
	padding: 50px !important;
}

@media screen and (min-width: 720px) {
	.connect__block:last-child .connect__picture {
		height: 183px !important;
	}
}

@media screen and (max-width: 480px) {
	.connect__label img {
		width: 200px;
	}
}

.job-description {
	color: #003e90;
	background: #f1f1f1;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4.8px;
	margin-top: 20px;
	cursor: pointer;
}

@media screen and (min-width: 960px) {
	.team__block {
		width: 20% !important;
	}

	.team__block:nth-child(3n) {
		margin-right: 3.5% !important;
	}
}

.addtoany_share {
	display: none !important;
}

.addtoany_share_save_container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.addtoany_share_save_container span {
	border-radius: 50% !important;
}




