/*
Theme Name: Cláudio Pastro
Author: BigFish Digital
Description: Cláudio Pastro - Versão 1.0
Version: 1.0
Text Domain: claudio-pastro
Domain Path: /languages
*/

.is-not-super-admin #wp-admin-bar-my-sites {
	display: none;
}

body.admin-bar .banner-full-slider .scroll-page-vertical-js{
	bottom: 32px;
}

.pagination>li{
	display:inline-block;
	margin: 0 4px;
}
.paginacao .pagination>li>a,
.paginacao .pagination>li>span{
	padding: 0 3px;
	border: none;
	font-size: .929em;
	font-weight: 700;
	width: 30px;
	height: 30px;
	line-height: 32px;
}

/* videos */
.box-videos .embed-responsive{
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition: box-shadow .5s;
}
.box-videos .embed-responsive:hover{
	-webkit-box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 12px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 12px 0px rgba(50, 50, 50, 0.5);
}
.box-videos .embed-responsive a{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	text-align:left;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.box-videos .embed-responsive a:hover:before{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:'';
	z-index:1;
	display:block;
	background-color:rgba(255,255,255,.2);
}
.box-videos .embed-responsive a > div {
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid rgba(255,255,255,.8);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  left: 10px;
}
.box-videos .embed-responsive a > div:before {
  content: '';
  position: absolute;
  top: -35px;
  left: -48px;
  bottom: -35px;
  right: -24px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,.8);
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.box-videos .embed-responsive a > div:after {
  content: '';
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
}
.box-videos .embed-responsive a:hover > div,
.box-videos .embed-responsive a:focus > div{
  border-left-color:rgba(42, 50, 63,.8);
}
.box-videos .embed-responsive a:hover > div:before,
.box-videos .embed-responsive a:focus > div:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  border-color: rgba(42, 50, 63,.8);
}

.box-sidebar .nav>li.current-menu-item>a {
	background-color: #CDB17B;
	color: #FFF;
}
.swal2-modal .swal2-styled{
	color:#FFF!important;
}


div.wpcf7-response-output,
div.wpcf7-validation-errors {
	display: none !important;
}