/*Stat Counter*/
.ap-stat-counter{
    text-align: center;
}

.ap-stat-counter .ap-stat_counter-icon {
    background: none repeat scroll 0 0 #fefefe;
    border-radius: 100%;
    height: 180px;
    line-height: 180px;
    margin: 0 auto;
    width: 180px;
    border: 10px solid #c7c7c7;
    -webkit-transition:all  0.5s ease 0s;
    -moz-transition:all  0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.ap-stat-counter .ap-stat_counter-icon:hover{
    border: 10px solid #27a4c8;
}
.ap-stat-counter .ap-stat_counter-icon i{
    font-size: 50px;
}

.ap-stat-counter .ap-stat_counter-number {
    color: #141414;
    font-size: 35px;
    line-height: 1.2;
    margin: 10px 0;
}

.ap-stat-counter .ap-stat_counter-title{
    margin-bottom: 0;
}

#top-footer .footer .widget.widget_accesspress_pro_stat_counter {
  color: #23a38f;
  height: 270px;
  padding: 0;
  width: 270px;
}

.widget_accesspress_pro_stat_counter .ap-stat-counter {
    text-align: center;
}

.widget_accesspress_pro_stat_counter .ap-stat-counter {
    text-align: center;
}
/*Progress Bar*/
.ap-progress-bar{
    position: relative;
    width: 100%;
    height: 30px;
    color: #FFF;
    line-height: 30px;
    padding: 0 15px;
    margin-bottom: 15px;
    background: #25A4C8;
}
.ap-progress-bar .ap-progress-bar-percentage{
    height: 100%;
    background: #055D75;
    position: absolute;
    left: 0;
    top: 0;

}
.ap-progress-bar span{
    position: relative;
}

/*Team*/

.ap-team{
    text-align: left;
    position: relative;
    cursor: pointer;
}

.ap-member-image{
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.ap-member-name {
    color: #141414;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 18px 0 5px;
}

.ap-team:hover .ap-member-name{
    color: #25A4C8 !important;   
}

.ap-member-position{
    font-style: italic;
    line-height: 1;
    font-size: 14px;
}

.ap-member-message {
    position: relative;
    font-size: 14px;
    line-height: 23px;
}

.ap-line{
    width: 100px;
    border-bottom:1px solid #DDD;
    margin: 15px auto;
    display: none;
}

.overlay-team {
    background: none repeat scroll 0 0 rgba(39, 164, 200, 0.65);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}

.ap-member-image:hover .overlay-team{
    opacity: 1;
}

.member-social-group a {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: rgba(39, 164, 200, 0.65);
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    font-size: 20px;
}

.member-social-group{
    text-align: center;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -10px;
    background: none;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}

.ap-member-image:hover .member-social-group{
    opacity: 1;
    visibility: visible;
}

.ap-team.style2 .ap-member-message{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
}

.ap-team.style2 .ap-member-image:hover .ap-member-message{
    opacity: 1;
}

.ap-team.style2 .ap-member-message .ap-member-message-inner{
    display: table;
    width: 100%;
    height: 100%;
}

.ap-team.style2 .ap-member-message span{
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #FFF;
    padding: 15px;
}

/*Testimonials*/
.ap-testimonial{
    position: relative;
}
.ap-client-testimonial-heading{
    margin-top: 8px;
    margin-left: 30px;
    min-height: 76px;
}
.ap-testimonial .ap-client-image{
    position: absolute;
    width: 68px;
    height: auto;
    left: 0;
    top: 20px;
    border:1px solid #DDD;
    padding: 3px;
    background: #FFF;
    z-index: 999;
}
.ap-client-testimonial{
    width: 91%;
    width: calc(100% - 34px);
    border:1px solid #DDD;
    padding: 15px;
    float: right;
    position: relative;
}

.ap-client-position{
    font-style: italic;
    font-size: 14px;
}

/*Toggle*/
.ap-toggle-title {
  background: none repeat scroll 0 0 #25A4C8;
  border-bottom: 2px solid #1B95B7;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 8px 40px 8px 8px;
  position: relative;
  color: #ffffff;
}

.ap-toggle-title .pointer {
  font-size: 22px;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.ap-toggle-title .pointer span{
    display: table;
    height: 100%;
    width: 100%;
}

.ap-toggle-title .pointer span i {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.ap-toggle-content {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
} 
.ap-toggle-title.open + .ap-toggle-content{
    display: none;
}


/*Icon Text*/
.ap-icon-text-icon{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.ap-icon-text-icon i{
    font-size: 36px;
    width: 86px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    border-radius:50%;
    background: #595959;
    color: #ffffff;
}

.ap-icon-text-icon i:hover{
    background: #ffffff;
    color: #27a4c8;
    cursor: pointer;
}
.icon-section .ap-icon-text-icon:after{
    box-shadow: 0 0 0 2px #595959;
    left: -2px;
    opacity: 0;
    padding: 2px;
    top: -2px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
     border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.style2 .ap-icon-text-icon:hover:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 2px #27a4c8;
    -moz-box-shadow: 0 0 0 2px #27a4c8;
    box-shadow: 0 0 0 2px #27a4c8;
}

.ap-icon-text .ap-icon-text-title{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
}
.ap-icon-text .ap-icon-text-readmore{
    margin-top: 25px;
}
.ap-icon-text .ap-icon-text-readmore a{
    text-decoration: none;
}
.ap-icon-text .ap-icon-text-readmore a span{
    position: relative;
}
.ap-icon-text.style1{
    text-align: center;
}
.ap-icon-text.style2 .ap-icon-text-icon{
    float: left;
    margin-right: 10px;
}
.ap-icon-text.style2 .ap-icon-text-content-wrap{
    padding-left: 96px;
}
.ap-icon-text.style2 .ap-icon-text-content-wrap h5{
    display: inline-block;
}

.ap-icon-text.style1 .ap-icon-text-readmore span:after, 
.ap-icon-text.style2 .ap-icon-text-readmore span:after{
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    right: -25px;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
}

.ap-icon-text.style1 .ap-icon-text-readmore span:hover:after, 
.ap-icon-text.style2 .ap-icon-text-readmore span:hover:after{
    right: -15px;
    opacity: 1;
}

.ap-icon-text.style3, .ap-icon-text.style4{
    background: #FFF;
    border:1px solid #DDD;
    padding:60px 20px 30px;
    text-align: center;
    position: relative;
    margin-top: 36px;
}
.ap-icon-text.style3 .ap-icon-text-icon, 
.ap-icon-text.style4 .ap-icon-text-icon{
    position: absolute;
    left: 0;
    top: -36px;
    width: 100%;
}
.ap-icon-text.style3 .ap-icon-text-icon i, 
.ap-icon-text.style4 .ap-icon-text-icon i{
    background: #25A4C8;
    color: #FFF;
    border: none;
}

.bttn {
	background: none;
    color:#E66432;
    border:1px solid #E66432;
	cursor: pointer;
	padding: 8px 15px;
	display: inline-block;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    text-decoration: none;
}

/*.bttn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	background: #E66432;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
*/
.bttn:hover,
.bttn:active {
	color: #FFF;
}

/*.bttn:hover:after {
	width: 100%;
	opacity: 1;
}

.bttn:active:after {
	width: 101%;
	opacity: 1;
}*/

.ap-icon-text.style4 .ap-icon-text-icon i{
    border-radius: 0;
}

/*Preview Post*/
.ap-widget-preview .widget-preview-thumbnail{
    margin-bottom:10px; 
    text-align: center;
}

.ap-widget-preview h3{
    margin-bottom: 10px;
}

.widget-preview-excerpt{
    margin-bottom: 20px;
}

/*Contact Info*/
.ap-contact-info-wrapper {
    list-style: outside none none;
    margin-left: 0;
}

.ap-contact-info-wrapper li {
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 30px;
}

.ap-contact-info-wrapper li .fa{
    float: left;
    margin-left: -30px;
    margin-top: 5px;
}



/*Info*/
.ap-info{
    border:1px solid #DDD;
    padding: 20px;
}

#content .ap-info{
    width: 600px;
    margin: 150px auto 50px;
    text-align: center;
}

/*Icon Hover Effect*/
.ap-icon-text.style3 .ap-icon-text-icon i, 
.ap-icon-text.style4 .ap-icon-text-icon i {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    position: relative;
}

.ap-icon-text.style3 .ap-icon-text-icon i:after, 
.ap-icon-text.style4 .ap-icon-text-icon i:after {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
    border-radius: 50%;
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 1px #25A4C8;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(1.2);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(1.2);
    opacity: 0;
}

.ap-icon-text.style4 .ap-icon-text-icon i:after{
    border-radius: 0;
}

.ap-icon-text.style3:hover .ap-icon-text-icon i:after, 
.ap-icon-text.style4:hover .ap-icon-text-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*Facebook box*/
.ap-facebook-like-box iframe{
    max-width:100%;
}
.ap-light.ap-facebook-like-box iframe{
    background: #FFF;
}

.ap-dark.ap-facebook-like-box iframe{
    background: #000;
    background: rgba(0,0,0,0.4);
}

/*Image widget*/
.ap-align-none{
    text-align:none;
}
.ap-align-left{
    text-align:left;
}
.ap-align-right{
    text-align:right;
}
.ap-align-center{
    text-align:center;
}

/* social icons widget */

.widget-social-icons,.sidebar ul.widget-social-icons {
    margin: 0 0 0 -10px;
}

.widget-social-icons li,
.sidebar ul.widget-social-icons li {
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: outside none none;
    margin-left: 9px;
    text-align: center;
    width: 50px;
    margin-bottom: 10px;
    -webkit-transition: border-radius 1s ease 0s;
    -moz-transition: border-radius 1s ease 0s;
    transition: border-radius 1s ease 0s;
    padding: 0;
    border-radius: 100%;
}

.widget-social-icons li:hover {
}

.widget-social-icons a, 
.sidebar ul.widget-social-icons a {
    font-size: 35px;
    color: #fff;
    display: block;
    font-weight: 400;
}

.sidebar ul.widget-social-icons li:before {
  display: none;
}

.widget-social-icons a:hover,
.sidebar ul.widget-social-icons a:hover{
    color: #ffffff;
}

.widget-social-icons li.twitter{
    background: #43B3E5;
}

.widget-social-icons li.facebook{
    background: #1F69B3;
}

.widget-social-icons li.linkedin{
    background: #0097BD;
}

.widget-social-icons li.google-plus{
    background: #DA4A38;
}

.widget-social-icons li.pinterest{
    background: #B41A24;
}

.widget-social-icons li.youtube{
    background: #D83D3C;
}

.widget-social-icons li.vimeo-square{
    background: #14B7EC;
}

.widget-social-icons li.flickr{
    background: #999999;
}

.widget-social-icons li.stumbleupon{
    background: #F04529;
}

.widget-social-icons li.tumblr{
    background: #47678D;
}

.widget-social-icons li.instagram{
    background: #366A91;
}

.widget-social-icons li.skype{
    background: #54AAD7;
}

.widget-social-icons li.soundcloud{
    background: #FF8F00;
}


/******* ap-tab ******/

.ap_tab_wrap {
    background: #ffffff;
}

.ap_tab_content {
    font-size: 16px;
    line-height: 24px;
    padding: 0 22px 15px;
}

.ap_tab img {
    float: left;
    margin-right: 15px;
}

.horizontal .ap_tab_group {
    border-bottom: 1px dotted #27a4c8;
    margin-bottom: 15px;
    padding: 0 22px;
}

.horizontal .ap_tab_group .tab-title {
    color: #4b4b4b;
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 32px;
    margin: 0 15px;
    position: relative;
    text-transform: capitalize;
}

.horizontal .ap_tab_group .tab-title:first-child{
    margin-left: 0;
}

.horizontal .ap_tab_group .tab-title.active, 
.horizontal .ap_tab_group .tab-title:hover {
    color:#27a4c8;
}

.horizontal .ap_tab_group .tab-title.active:after, 
.horizontal .ap_tab_group .tab-title:hover:after {
    border-bottom: 1px solid #27a4c8;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.horizontal .ap_tab_group .tab-title.active:before, 
.horizontal .ap_tab_group .tab-title:hover:before {
  border-color: #27a4c8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 6px;
  bottom: -12px;
  content: "";
  left: 50%;
  margin-left: -3px;
  position: absolute;
}

.horizontal .ap_tab_content .ap_tab {
    display: none;
}

.vertical.ap_tab_wrap {
    position: relative;
}

.vertical .ap_tab_group {
    width: 20%;
    float: left;
    background: none;
}

.vertical .ap_tab_group:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #EEE;
}

.vertical .tab-title {
    cursor: pointer;
    padding: 10px;
    line-height: 1.2;
    border-bottom: 1px solid #F9F9F9 !important;
    position: relative;
    text-transform: capitalize;
    border-left: 2px solid #e5e5e5;
}

.vertical .tab-title.active {
    border-left: 2px solid #1189AA;
}

.vertical .tab-title:last-child {
    border-bottom: none !important;
}

.vertical .ap_tab_content {
    float: right;
    width: 80%;
    padding: 15px;
    background: #25A4C8;
}

.vertical .ap_tab_content .ap_tab {
    padding: 15px;
    background: #ffffff;
}

.vertical .ap_tab_content .ap_tab img {
    display: block;
    float: none;
    margin: 0 auto 10px;
}

.vertical .ap_tab_group .tab-title.active, .vertical .ap_tab_group .tab-title.hover {
    background: #25A4C8;
    color: #ffffff;
}

/**** AP SLIDER *****/


.shortcode-slider .bx-caption {
    background: rgba(0,0,0,0.66);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color:#FFF;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
}

.shortcode-slider img {
    margin: 0 auto;
}

.shortcode-slider .bx-controls-direction {
    height: 21px;
    position: absolute;
    right: 5px;
    top: -5px;
    width: 44px;
}

.shortcode-slider .bx-controls-direction a {
    background: #27a4c8;
    position: absolute;
    height: 21px;
    width: 21px;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    color: #FFF;
    margin: 0;
    text-indent: 0;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}

.shortcode-slider .bx-controls-direction a.bx-prev {
    left:0;
}

.shortcode-slider .bx-controls-direction a.bx-next {
    right:0;
}

.shortcode-slider .bx-wrapper .bx-pager {
    float: right;
    font: 0px/0 a;
    text-align: right;
    top: -30px;
    bottom:  auto;
}

.shortcode-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #141414;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.shortcode-slider .bx-wrapper .bx-pager.bx-default-pager a.active, 
.shortcode-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #27a4c8;
}

/*Pricing widget*/
.ap-pricing-table p{
    display: none;
}
.ap-pricing-table{
    overflow:hidden;
    background: #FFF;
}
.ap-pricing-head{
    text-align: center;
    background: #27a4c8;
    color: #FFF;
    position: relative;
    margin-bottom: 10px;
}
.ap-pricing-head:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	border-width:16px;
	border-color: #27a4c8 transparent transparent; 
	border-style: solid;
	margin-left: -16px;
}
.ap-pricing-head h2{
    color:#FFF !important;
    padding: 12px;
    text-transform:uppercase !important;
    font-size:28px;
    margin-bottom: 0 !important;
    background: rgba(0,0,0,0.2)
}
.ap-pricing-head .ap-pricing-plan-sub-text{
    font-size:13px;
    font-style:italic;
    color:#FFF;
    padding-bottom: 10px;
}
.ap-price-box{
    padding:15px 10px;
    text-align: center;        
}
.ap-price{
    font-size:60px;
    line-height: 1;
    position: relative;
    display: inline-block;
}
.ap-per{
    font-size:14px;
    font-style:italic;
    position: absolute;
    left: 100%;
    bottom: 5px;
    white-space: nowrap;
}
.ap-pricing-features ul{
    list-style: none;
    margin: 0 !important;
    padding: 0;
    background: #FFF;
    text-align: center;
}
.ap-pricing-features ul li{
    padding:15px;
    border-bottom:1px solid #F6F6F6;
    margin-bottom: 0 !important;
}
.ap-pricing-features ul li .fa{
    margin-right: 8px;
}
.ap-pricing-readmore{
    text-align: center;
    padding:20px 0;
}
.widget_accesspress_pro_accordion{
    margin-bottom: 0 !important;
}