/*
Theme Name:Ricpro Child Theme
Description:Ricpro corporate layers wp child theme.
Author:Bootexperts
Author URI:http://bootexperts.com/
Version: 1.0.0
License:GPL 2.0
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, sticky-post, threaded-comments, blog
Template:layerswp  

*/

/*-------------------------------------------------------------
CSS Table of content

1. Default css 
2. Header
3. Forms
4. Header search form
5. Ricpro contact corm
6. Buttons
7. Headings
8. Area heading style two
9. Slider area style
10. Welcome area
11. Portfolio area style
12. Team styles
13. Team style two
14. Counter widget
15. Pricing table style
16. Testimonial style
17. Ricpro post widget
18. Ricpro single pos
20. Sidebar style
21. Subscribe form area
22. Sidebar widgets
23. Off canvase mebu
24. Breadcrumb option
25. Skill area
26. Promo box
27. Ricpro contact style
28. Ricpro feature
29. Home style two
30. Meta info
31. Site footer
32. Responsive style of ricpro wordpress theme

--------------------------------------------------------------- */
/*----------------------------------
1. Default css 
-----------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';
body {
  color: #444444;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}
h1,h2,h3,h4,h5,h6, .heading{
    font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.container {
  margin: auto;
  max-width: 1200px;
  padding: 0 20px;
}
.container.list-masonry {
  max-width: 1200px;
  padding: 0 10px;
  position: relative;
}
/*---------------------------------
2. Header  
-----------------------------------*/
.header-site .container {
  padding: 0 20px;
}
.logo {
  padding: 5px 0;
}
.site-logo-link img, 
.custom-logo-link img, 
.mark img {
  display: inline-block;
  margin: auto;
  max-height: 40px;
  vertical-align: middle;
  width: auto;
}
.header-site nav {
  padding: 0;
  line-height: 80px;
}
.nav-horizontal li a {
  color: #444;
  display: block;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.site-description a, .nav-horizontal li a{
}
.nav-horizontal li a:hover,
.nav-horizontal li.current_page_item > a{
	color: #ee534f;
}
.sub-menu, .nav .children {
  border: medium none;
  box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
}
.sub-menu, .nav .children {
  top: 110%;
}
.nav-horizontal li ul.sub-menu li a {
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: capitalize;
}
.nav li:hover > .sub-menu, 
.nav li:hover .children {
  top: 100%;
}
/*.nav > ul > li .sub-menu .sub-menu, 
.nav li:hover > .sub-menu .sub-menu, 
.nav > ul > li .children .children, 
.nav li:hover > .children .children {
  left: 100%;
  top: 0;
}*/

.nav > ul > li .sub-menu .sub-menu, 
.nav li:hover > .sub-menu .sub-menu, 
.nav > ul > li .children .children, 
.nav li:hover > .children .children {
  left: 100%;
  top: 0;
}
.nav li:last-child .sub-menu .sub-menu, 
.nav li:last-child .children .children {
  left: auto;
  right: 100%;
}
.sub-menu li a, .nav .children li a {
  padding: 8px 15px;
}
.sub-menu li a:hover, 
.nav .children li a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.sub-menu li, .nav .children li {
  width: 240px;
}
.header-sticky.is_stuck.is_stuck_show {
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
  opacity: 1;
}
.nav li:hover > .children .children {
  opacity: 0;
  visibility: hidden;
}
.nav li:hover > .sub-menu, 
.nav li:hover > .children,
.nav li .children li:hover > .children {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
}
/*---------------------------------
3. Forms
-----------------------------------*/
button, .button, input[type=submit]{
  font-family: 'Poppins', sans-serif;
}
textarea,
select,
input,
input[type="submit"],
button,
.button{
}
.form-submit input[type="submit"] {
  background: #454545 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  padding: 7px 15px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
}
.form-button input[type="submit"] {
  background: #ee534f none repeat scroll 0 0;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 300;
  height: 50px;
  margin-top: 20px;
  padding: 0 15px;
}
.comment-form-comment{
}
.comment-reply-title {
  color: #323232;
  font-size: 19px;
  text-transform: uppercase;
}
.comment-form label {
  clear: both;
  color: #323232;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.avatar .avatar-body .avatar-name {
  color: #232323;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.comment-list small {
  color: #444444;
  font-size: 1.2rem;
}
/*---------------------------------
4. Header search form
-----------------------------------*/
.ricpro-header-search-box input[type="text"] {
  border: 1px solid #e7e7e7;
  display: inline-block;
  float: left;
  height: 30px;
  width: 180px;
  border-right: 1px solid transparent;
  font-size: 12px;
}
.ricpro-header-search-box #searchform > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0 3px 3px 0;
  color: #ee534f;
  display: inline-block;
  float: left;
  font-size: 13px;
  height: 30px;
  line-height: 19px;
  margin-left: -2px;
  transition: all 0.3s ease 0s;
  width: 35px;
}
.ricpro-header-search-box #searchform > button:hover{
  background: #ee534f;
  color: #ffffff;
  border: 1px solid transparent;
}
.search-box.ricpro-header-search-box > form {
  overflow: hidden;
}
/*---------------------------------
5. Ricpro contact corm
-----------------------------------*/
.input-box-area {
  margin: 0 -10px;
  overflow: hidden;
}
.single-input-box {
  float: left;
  padding: 0 10px;
  width: 33.33%;
  margin-bottom: 15px;
}
.single-input-box input, .message-box-area textarea {
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  color: #666666;
  height: 45px;
  padding: 0 15px;
  text-transform: capitalize;
  width: 100%;
}
.message-box-area textarea {
  height: 200px;
  margin: 0;
  max-width: 100%;
  padding-top: 15px;
}
::-moz-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  display: block;
  font-size: 1em;
  font-weight: 300;
}
div.wpcf7-validation-errors {
  border: 1px solid #f7e700;
  margin-left: 0;
}
/*---------------------------------
6. Buttons
-----------------------------------*/
.button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
}
.button:hover{
  border: 1px solid transparent;
}
.ricpro-post-widget-left-sidebar .button,
.ricpro-post-widget .button {
  font-weight: 300;
  height: 36px;
  line-height: 36px;
  padding: 0 25px;
}  
.ricpro-post-widget-left-sidebar a.button:hover,
.ricpro-post-widget a.button:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px !important;
}  
.button.btn-small{
}
/*- SLIDER BUTTON -------*/
.swiper-wrapper .button,
.swiper-wrapper .invert .button{
}
.swiper-wrapper .button:hover,
.swiper-wrapper .button:hover, .swiper-wrapper .invert .button:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  color: #ffffff;
}
/*---------------------------------
7. Headings
-----------------------------------*/
.swiper-slide .section-title .heading::before {
  display: none;
}
.swiper-slide .section-title .heading {
  border: medium none;
  margin: 0;
  padding: 0;
}
.section-title.large .heading {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.25;
}
.section-title.large .excerpt {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}
.section-title .heading,
.welcome-section .heading,
.common-area-title .heading{
  border-bottom: 1px solid #e5e5e5;
  color: #555555;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.section-title .heading::before,
.welcome-section .heading::before,
.common-area-title .heading::before {
  background: #ee534f none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.section-title .excerpt {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  max-width: 85%;
}
.media .heading + .excerpt {
  font-size: 14px;
}
.section-title {
  margin-bottom: 50px;
}
.text-right.section-title .heading::before,
.text-right.welcome-section .heading::before {
  left: auto;
  right: 0;
}
.text-center.section-title .heading::before,
.text-center.welcome-section .heading::before {
  left: 50%;
  right: auto;
  transform: translateX(-50%)
}
/*---------------------------------
8. Area heading style two
-----------------------------------*/
.area-heading-style-two .text-center.section-title .heading::before, 
.area-heading-style-two.welcome-section .text-center .heading::before {
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
  z-index: 2;
}
.area-heading-style-two.welcome-section .text-left .heading::before {
  left: 2px;
  transform: translateY(50%) rotate(45deg);
  z-index: 2;
}
.area-heading-style-two.welcome-section .text-right .heading::before {
  left: auto;
  transform: translateY(50%) rotate(45deg);
  right: 2px;
  z-index: 2;
}
.area-heading-style-two .section-title .heading::before, 
.area-heading-style-two.welcome-section .heading::before, 
.area-heading-style-two .common-area-title .heading::before {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 10px;
}
.area-heading-style-two .section-title .heading, 
.area-heading-style-two.welcome-section .heading, 
.area-heading-style-two .common-area-title .heading {
  border-bottom: 1px solid #e5e5e5;
  color: #555555;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.area-heading-style-two .text-center.section-title .heading::after {
  background: #19b5ff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(50%);
  width: 50px;
  z-index: 1;
}
.area-heading-style-two.welcome-section .heading::after {
  background: #19b5ff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: 1;
}
.area-heading-style-two.welcome-section .text-center .heading::after {
  transform: translateX(-50%) translateY(50%);
  left: 50%;
}
.area-heading-style-two.welcome-section .text-left .heading::after {
  transform: translateX(0) translateY(50%);
  left: 2px;
}

.area-heading-style-two.welcome-section .text-right .heading::after {
  transform: translateX(0) translateY(50%);
  left: auto;
  right: 2px;
}
.welcome-tyle-two .media.medium .button {
  margin-top: 60px;
}
/*---------------------------------
9. Slider area style
-----------------------------------*/
.swiper-container .swiper-pagination-switch {
  background: #fff none repeat scroll 0 0;
  border: 2px solid transparent;
  height: 4px;
  margin: 8px;
  width: 18px;
  border-radius: 0;
}
.swiper-container .swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {
  background: #ee534f none repeat scroll 0 0;
  border: 2px solid transparent;
  height: 10px;
  transform: scale(1);
}
.swiper-container .swiper-pagination-switch:hover {
  background: #ee534f none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0);
  transform: scale(1);
}
.swiper-wrapper .button {
  color: #ffffff;
  margin-top: 30px;
  padding: 0 40px;
  text-transform: uppercase;
  transition-duration: 0.3s !important;
}
.slider-2 .swiper-wrapper .button {
  border: 1px solid #666666;
  color: #666666;
}
.slider-2 .swiper-wrapper .button:hover{
  border: 1px solid transparent;
  color: #fff;
}
/*---------------------------------
10. Welcome area
-----------------------------------*/
.welcome-section .media-image {
  border-bottom: 1px solid #e5e5e5;
}
.welcome-section.welcome-tyle-two .media-image {
  border-bottom: medium none;
}
strong {
  color: #333333;
  font-weight: 500;
  line-height: 26px;
}
/*---------------------------------
11. Portfolio area style
-----------------------------------*/
.ricpro-portfolio-widget {
  overflow: hidden;
  padding: 120px 0 100px;
}
.mix{
	display: none;
}
.filter-menu {
  margin-bottom: 25px;
  overflow: hidden;
}
.filter-menu li {
  color: #333333;
  cursor: pointer;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.text-center.filter-menu li{
	float:none;
	display: inline-block;
	margin: 0 15px;
}
.text-right.filter-menu li{
  float: right;
  margin-right: 0;	
  margin-left: 30px;	
}
.filter-menu li.active {
  color: #ee534f;
}
.gallery-hover-effect {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-30%);
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.overlay-effect {
  position: relative;
}
.overlay-effect img {
  display: block;
  position: relative;
  width: 100%;
}
.overlay-effect::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}
.single-portfolio-item:hover .overlay-effect::before {
  opacity: 1;
}
.single-portfolio-item:hover .gallery-hover-effect {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.gallery-icon {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  margin-bottom: 20px;
  width: 40px;
  transition: .3s;
}
.cat-wrapper span {
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 0 3px;
  position: relative;
  text-transform: capitalize;
}
.cat-wrapper span::before {
  bottom: 0;
  content: ",";
  position: absolute;
  right: 0;
}
.cat-wrapper span:last-child::before {
  content: "";
}
.gallery-icon:hover {
  background: #ee534f none repeat scroll 0 0;
  color: #ffffff;
}
.gallery-hover-effect .article-title h4 a {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  transition: all 0.3s ease 0s;
}
.gallery-hover-effect .article-title h4 a:hover {
  color: #ddd;
}
.gallery-hover-effect .heading {
  line-height: 20px;
  margin-bottom: 0;
}
/*---------------------------------
12. Team styles
-----------------------------------*/
.fix{
	overflow: hidden;
}
.ricpro-team-widget{
	padding: 120px 0 100px;
}
.ricpro-single-team .thumbnail-media {
  float: left;
  width: 50%;
}
.ricpro-single-team .thumbnail-body {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  padding: 0 0 0 20px;
  width: 50%;
}
.ricpro-single-team .thumbnail-media img {
    width: 100%;
}
.ricpro-single-team .thumbnail-body p {
  margin: 0;
}
.ricpro-single-team .thumbnail-body .heading {
  color: #555555;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.ricpro-single-team .article-title {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.ricpro-single-team .thumbnail-body .article-title + .excerpt {
  margin-bottom: 40px;
  margin-top: 15px;
}
.member-social-icon li{
	float: left;
	margin-right: 20px;
}
.member-social-icon li a {
  color: #888888;
  font-size: 14px;
}
/*---------------------------------
13. Team style two
-----------------------------------*/
.ricpro-single-team.ricpro-single-style-2 .thumbnail-media {
  float: left;
  width: 100%;
}
.ricpro-single-team.ricpro-single-style-2 .thumbnail-body {
  background: rgba(102, 102, 102, 0.7) none repeat scroll 0 0;
  bottom: 5px;
  float: left;
  left: 5px;
  margin: auto;
  opacity: 0;
  padding: 30px 0;
  position: absolute;
  text-align: center;
  transform: translateY(30px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: calc(100% - 10px);
}
.ricpro-single-team.ricpro-single-style-2:hover .thumbnail-body{
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.team-style-two-wrapper {
  overflow: hidden;
  position: relative;
}
.team-style-two-wrapper .member-social-icon li {
  display: inline-block;
  float: none;
  margin: 0 10px;
}
.team-style-two-wrapper .member-social-icon li a {
  color: #ffffff;
  font-size: 14px;
}
.ricpro-single-team .team-style-two-wrapper .article-title {
  border-bottom: medium none;
  padding: 0 0 10px;
}

.team-style-two-wrapper .heading a {
  color: #ffffff;
}
.ricpro-single-team .team-style-two-wrapper  .thumbnail-body p {
  color: #fff;
}
.ricpro-single-team .team-style-two-wrapper  .thumbnail-body .heading {
  color: #555555;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
}
.team-style-two-wrapper  .member-social-icon {
  line-height: 15px;
}
/*---------------------------------
14. Counter widget
-----------------------------------*/
.ricpro-counter-widget {
  padding: 100px 0 80px;
}
.counter-number-wrapper span {
  font-size: 30px;
  font-weight: 500;
}
.media.medium .single-fun-factor p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.single-fun-factor::before {
  background: #ee534f none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.single-fun-factor.text-center::before{
	left: 50%;
	transform: translateX(-50%);
}
.single-fun-factor {
  padding-top: 21px;
  position: relative;
}
/*---------------------------------
15. Pricing table style
-----------------------------------*/
.ricpro-pricing-widget{
  padding: 120px 0 100px;
}
.single-plan {
  margin-top: 15px;
}
.on .plan-inner {
  border: 1px solid #ee534f;
}
.plan-inner {
  border: 1px solid #e7e7e7;
  overflow: visible;
  padding: 0 30px 30px;
  text-align: center;
}
.plan-head {
  background: #ee534f none repeat scroll 0 0;
  color: #ffffff;
  margin: -15px auto 115px;
  padding-top: 35px;
  position: relative;
  width: 210px;
}
.plan-name {
  font-size: 20px;
  font-weight: 500;
}
.plan-price-value {
  font-size: 25px;
  font-weight: 500;
}
.plan-price-before {
  font-size: 16px;
  margin-right: -4px;
}
.plan-period {
  display: inline-block;
}
.plan-price {
  display: inline-block;
}
.plan-head::before {
  border-color: #ee554f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 60px 105px 0;
  bottom: -60px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.plan-inner::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c33531;
  border-style: solid;
  border-width: 0 0 15px 10px;
  content: "";
  height: 0;
  left: 71px;
  position: absolute;
  top: 1px;
  width: 0;
}
.plan-inner::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c33531;
  border-style: solid;
  border-width: 14px 0 0 11px;
  content: "";
  height: 0;
  position: absolute;
  right: 71px;
  top: 1px;
  width: 0;
}
.pricing-list > li {
  margin-bottom: 15px;
}
.pricing-list > li:last-child {
  margin-bottom: 40px;
}
.ricpro-pricing-widget .button {
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
}
/*---------------------------------
16. Testimonial style
-----------------------------------*/
.testimonial-activarion {
  margin: auto;
  text-align: left;
  width: 60%;
}
.slider-nav .slick-list {
  margin: auto;
  width: 70%;
}
.single-testimonial-image.slick-slide {
  display: block;
  text-align: center;
  outline: none;
  margin-bottom: 10px;
}
.testimonial-image-carousel {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
}
.single-testimonial-image.slick-slide img {
  display: inline-block;
  border-radius: 55px;
  width:75px;
  height:75px;
 /* width: 55px; *//* 柴备注,注释掉*/
}
.single-testimonial-image.slick-slide.slick-current img {
  border: 2px solid #fff;
  border-radius: 55px;
  width: 110px;
  height:110px;
}
.slick-center .testimonial-image-carousel {
  margin-top: 0;
}
.single-testimonial-image.slick-current {
  position: relative;
  top: -30px;
}
.slider-nav .slick-track {
  padding-top: 30px;
}
.single-testimonial-image.slick-current::before {
  border-top: 1px solid #ffffff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 500px;
  z-index: -1;
}
.ricpro-testimonial .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.single-testimonial-text {
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  padding: 30px 50px;
  position: relative;

  background-color: rgba(0,0,0,0.5);
}
.client-position-wrapper {
  text-align: right;
}
.client-position-wrapper > h2 {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: capitalize;
}
.single-testimonial-text::before {
  content: "\f10d";
  font-family: fontawesome;
  left: 30px;
  position: absolute;
  top: 21px;
}
.testimonial-body-wrapper .slick-dots li button {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 4px;
  line-height: 0;
  outline: medium none;
  padding: 0;
  width: 20px;
}
.testimonial-body-wrapper .slick-dots li button::before{
	display: none;
}
.testimonial-body-wrapper .slick-dots li.slick-active button {
  background: #ff0000 none repeat scroll 0 0;
  display: block;
  height: 8px;
  vertical-align: middle;
}
.testimonial-body-wrapper .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.testimonial-body-wrapper .slick-dots {
  bottom: -240px;
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  transform: rotate(180deg);
  width: 100%;
}
.testimonial-body-wrapper .slick-prev::before, .slick-next::before {
  color: #ffffff;
  font-family: fontawesome;
  font-size: 30px;
  line-height: 1;
  opacity: 1;
}
.testimonial-body-wrapper .slick-prev, 
.testimonial-body-wrapper .slick-next {
  top: 170%;
}
.ricpro-testimonial {
  padding: 100px 0 170px;
}
/*---------------------------------
17. Ricpro post widget
-----------------------------------*/
.sticky {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.ricpro-meta-info p{
	margin-bottom: 20px;
}
.ricpro-meta-info p span {
  display: inline-block;
  margin-right: 20px;
}
.ricpro-post-widget .thumbnail-body .heading,
.ricpro-post-widget-left-sidebar .heading {
  color: #555555;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0;
}
.ricpro-post-widget .thumbnail-body, 
.ricpro-post-widget-left-sidebar .thumbnail-body {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  padding: 15px 0 0;
  position: relative;
  z-index: 2;
}
.ricpro-post-widget {
  padding: 100px 0 80px;
}
.ricpro-post-widget-left-sidebar{
	margin-bottom: 60px;
}
.ricpro-post-widget-left-sidebar:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.ricpro-post-widget .thumbnail-body .article-title + .meta-info {
  margin-top: 5px;
}
/*---------------------------------
18. Ricpro single pos
-----------------------------------*/
.ricpro-single-post .section-title {
  margin-bottom: 0;
}
.ricpro-single-post .section-title .heading::before{
  display: none;
}
.ricpro-single-post .section-title .heading {
  border-bottom: medium none;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.ricpro-single-post .meta-info {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.story {
  font-size: 14px;
  line-height: 26px;
  overflow-wrap: break-word;
}
/*---------------------------------
20. Sidebar style
-----------------------------------*/
.well {
  background-color: rgba(0, 0, 0, 0);
}
.content {
  padding: 20px 0;
}
textarea, 
input, 
select, 
button {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  color: #8f8f8f;
  font-size: 1.5rem;
  width: 100%;
}
input[type="email"], 
input[type="text"], 
input[type="url"], 
input[type="search"], 
input[type="password"], 
input[type="number"], 
input[type="tel"], 
input[type="date"] {
  -moz-appearance: none;
  border-radius: 3px;
  font-size: 1.5rem;
  height: 45px;
  max-width: 500px;
  padding: 0 10px;
}
.search-form label {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  width: 85%;
}
.sidebar .search-field {
  float: left;
  width: 100%;
}
.not-found-page-content .search-form label {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.not-found-page-content input[type="submit"]{
  font-weight: 300;
}
.sidebar .search-submit {
  background: #ee534f url("assets/images/search-btn-bg.png") no-repeat scroll center center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 3px 3px 0;
  float: left;
  height: 45px;
  position: relative;
  text-indent: -999px;
  width: 15%;
}
.section-nav-title {
  border-bottom: 1px solid #e5e5e5;
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 8px;
  position: relative;
  text-transform: capitalize;
}
.section-nav-title::before {
  background: #ee534f none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 4px;
  position: absolute;
  width: 40px;
}
.widget_search {
  margin-bottom: 0;
  padding-top: 0;
}
.tagcloud a {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0 15px;
}
.recent-post-item {
  margin-bottom: 15px;
  overflow: hidden;
}
.recent-post-item:last-child {
  margin-bottom: 0;
}
.recent-post-text > h4 {
  font-size: 14px;
  line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
}
.recent-post-image {
  float: left;
  width: 30%;
}
.recent-post-image img {
  width: 100%;
}
.recent-post-text {
  float: left;
  padding-left: 20px;
  width: 70%;
}
.recent-post-text > h4 span {
  display: inline-block;
}
.post-date-recent i {
  margin-right: 10px;
}
.post-date-recent {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
/*---------------------------------
21. Subscribe form area
-----------------------------------*/
.subscribe-form-area {
  padding: 100px 0;
  text-align: center;
}
.subscribe-form-area > h2 {
  color: #555555;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.subscribe-form-area > h2 i {
  margin-right: 15px;
}
.from-bottom-text {
  margin-bottom: 30px;
}
.subscribe-form-area .subscribe-form-mail {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  height: 40px;
  padding: 0 15px;
  width: 370px;
}
.subscribe-form-area .subscribe-form-btn {
  border: 1px solid rgba(0, 0, 0, 0);
  color: #ffffff !important;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.mc4wp-alert.mc4wp-notice {
  margin-bottom: 10px;
  margin-top: -30px;
  text-align: center;
}
/*---------------------------------
22. Sidebar widgets
-----------------------------------*/
.sidebar{
}
.sidebar a:not(.button){
}
.sidebar .section-nav-title{
}
.sidebar .content.well{
}
.footer-site.invert .section-nav-title {
  border: medium none;
  color: #555555;
  padding-bottom: 0;
}
.invert .copyright {
  color: #ffffff;
}
.footer-site.invert .section-nav-title::before {
  display: none;
}
.invert .footer-top-area a {
  color: inherit;
}
.footer-site.invert .recent-post-text h4 {
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#back-to-top {
  bottom: 30px;
  display: unset;
  position: unset;
  right: 30px;
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease 0s;  
  visibility: hidden;  
}
#back-to-top.to-top-show {
  display: block ;
  position: fixed;
}
#back-to-top a {
  background: #ee534f none repeat scroll 0 0;
  border-radius: 2px;
  color: transparent;
  display: block;
  height: 35px;
  overflow: hidden;
  position: relative;
  text-indent: 0;
  width: 35px;
}
#back-to-top.to-top-show {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
#back-to-top > a::before {
  color: #ffffff;
  content: "飫�";
  font-family: fontawesome;
  font-size: 24px;
  height: 10px;
  left: 50%;
  margin-left: -7px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 10px;
}
/*---------------------------------
23. Off canvase mebu
-----------------------------------*/
.off-canvas-right {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
div[class*=" off-canvas-"] li a {
  color: #555555;
}
.off-canvas-right .nav-vertical a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 7px 0;
  text-transform: uppercase;
}
div[class*=" off-canvas-"] .nav-vertical li {
  display: inline-block;
  padding: 0;
  width: 100%;
}
div[class*=" off-canvas-"] .nav-vertical .sub-menu {
  font-size: inherit;
  visibility: visible;
}
div[class*=" off-canvas-"] .section-nav-title {
  color: #555555;
}
.off-canvas-right .search-form label {
  width: 100%;
}
.off-canvas-right aside .search-field {
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
}
.off-canvas-right .widget_search {
  display: block;
}
.off-canvas-right .content {
  padding: 20px;
}
.off-canvas-right input[type="submit"], button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #555555;
  font-weight: 300;
  padding: 5px 10px;
}
.off-canvas-right input[type="submit"]:hover {
  color: #fff;
  border: 1px solid transparent;
}
/*---------------------------------
24. Breadcrumb option
-----------------------------------*/
.breadcrumb-banner-area {
  padding: 125px 0 105px;
}
.breadcrumb-text {
  text-align: center;
  text-transform: uppercase;
}
.breadcrumb-text h1 {
  color: #555555;
  font-weight: 600;
  margin-bottom: 20px;
}
.bread-crumbs li a {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
}
.bread-crumbs li:first-child a {
  color: #ee534f;
}
.singlebg-banner {
  background: rgba(0, 0, 0, 0) url("assets/images/breadcrumb.jpg") no-repeat scroll center center / cover ;
}
.bread-crumbs {
  color: rgba(0, 0, 0, 0.55);
  display: inline-block;
  font-size: 1.2rem;
  margin: 0;
  overflow: hidden;
}
.breadcrumb-bar {
  line-height: 1;
}
.content-main {
  margin-top: 115px;
}
/*---------------------------------
25. Skill area
-----------------------------------*/
.ricpro-skill-area {
  padding: 70px 0 50px;
}
.progress-circular {
  color: #ffffff;
}
.ricpro-skill-title {
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 10px 0;
  text-transform: capitalize;
}
.progress-circular input{
	color: #fff !important;
}
/*---------------------------------
26. Promo box
-----------------------------------*/
.ricpro-promobox-widget {
  padding: 60px 0 50px;
}
.single-promo-box > h2 {
  color: #ee534f;
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 15px;
}
.single-promo-box {
  padding-right: 30px;
}
/*---------------------------------
27. Ricpro contact style
-----------------------------------*/
.ricpro-contect-area .column:not(.span-12) .media .excerpt {
  max-width: 100%;
}
.contact-information-area {
  margin-top: 30px;
}
.contact-information-area p i {
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 30px;
}
/*---------------------------------
28. Ricpro feature
-----------------------------------*/
.product-features-area .span-3 .media-image {
  border: 1px solid #666666;
  border-radius: 3px;
  height: 45px;
  line-height: 50px;
  width: 45px;
}
.product-features-area .attachment-medium.size-medium {
  display: inline-block;
}
.product-features-area .media .heading {
  color: #555555;
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 0;  
}
.product-features-area .media.medium .heading + .excerpt {
  margin-top: 15px;
}
.product-features-area .span-6 .media-image img{
	margin-top: 20px;
}
/*---------------------------------
29. Home style two
-----------------------------------*/
.image-border-style .thumbnail-media {
  position: relative;
  padding: 5px;
}
.welcome-tyle-two .media-image {
  position: relative;
  padding: 5px 0;
}
.welcome-tyle-two .media-image::before,
.image-border-style .thumbnail-media::before {
  border-color: #19b5ff;
  border-style: solid;
  border-width: 0 0 5px 5px;
  bottom: 0;
  content: "";
  height: 140px;
  left: 1px;
  position: absolute;
  width: 140px;
}
.welcome-tyle-two .media-image::after,
.image-border-style .thumbnail-media::after {
  border-width: 5px 5px 0 0;
  left: auto;
  right: 0;
}
.welcome-tyle-two .media-image::after,
.image-border-style .thumbnail-media::after {
  border-color: #19b5ff;
  border-style: solid;
  content: "";
  height: 230px;
  position: absolute;
  top: 0;
  width: 230px;
}
.image-border-style .thumbnail-media::before {
  height: 130px;
  width: 130px;
}
.image-border-style .thumbnail-media::after {
  height: 206px;
  width: 206px;
}
.image-border-style .thumbnail-media:hover img {
  transform: scale(1);
}
/*---------------------------------
30. Meta info
-----------------------------------*/
.meta-info p span {
  display: inline-block;
  margin-right: 12px;
}
.meta-info{
}
.meta-info a{
}
.meta-info a:hover{
}
.pagination {
  clear: both;
  display: inline-block;
  margin: 20px 0 0 10px;
  overflow: hidden;
}
/*---------------------------------
31. Site footer
-----------------------------------*/
.footer-site {
  padding: 0;
}
.footer-top-area {
  background: #ffffff none repeat scroll 0 0;
  color: #555555;
  padding: 80px 0 60px;
}
.footer-bottom-area {
  padding: 10px 0;
}
.footer-site .widget:not(:first-child){
}
.footer-site .section-nav-title{
}
.promo-box-area .layers-masonry-column {
  margin-bottom: 40px;
}
.footer-logo {
  margin-bottom: 20px;
}
.single-address-option-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.single-address-option-wrapper:last-child {
  margin-bottom: 0;
}
.footer-add-icon {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  float: left;
  height: 25px;
  text-align: center;
  width: 25px;
}
.footer-add-info {
  float: left;
  padding-left: 20px;
  width: calc(100% - 25px);
}
/*------------------------------------------------------
32. Responsive style of ricpro wordpress theme
--------------------------------------------------------*/
/*-------------------------------------
  Normal desktop :1366px. 
----------------------------------------*/
@media (min-width: 1170px) and (max-width: 1366px) {


}


/*-----------------------------------------------
  Normal desktop :992px. Start
-------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1169px) {
.ricpro-portfolio-widget {
  overflow: hidden;
  padding: 80px 0 60px;
}
.ricpro-team-widget {
  padding: 80px 0 60px;
}
.ricpro-single-team .thumbnail-body .article-title + .excerpt {
  margin-bottom: 0;
  margin-top: 10px;
}
.ricpro-pricing-widget{
  padding: 80px 0 60px;
}
.ricpro-testimonial {
  padding: 80px 0 130px;
}
.single-testimonial-image.slick-current::before {
  width: 400px;
}
.testimonial-body-wrapper .slick-prev, 
.testimonial-body-wrapper .slick-next {
  top: 140%;
}
.ricpro-testimonial .slick-prev {
  left: 0;
}
.ricpro-testimonial .slick-next {
  right: 0;
}
.recent-post-image img {
  height: 50px;
  width: 100%;
}
.plan-inner::before {
  left: 37px;
}
.plan-inner::after {
  right: 36px;
}
.welcome-section.welcome-tyle-two {
  padding-bottom: 60px !important;
}
.promo-box-area .layers-masonry-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

}

/*-----------------------------------------------------
 Tablet desktop :768px style start
-------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
.search-box.ricpro-header-search-box {
  display: none;
}
.header-site .container {
  line-height: 65px;
}
.content-vertical-massive {
  padding-bottom: 60px !important;
  padding-top: 80px !important;
}
.ricpro-team-widget {
  padding-top: 0 !important;
}
.welcome-section .media-image {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 100px;
}
.promo-box-area .layers-masonry-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ricpro-single-team .thumbnail-media {
  float: left;
  width: 100%;
}
.ricpro-single-team .thumbnail-body {
  padding: 0;
  text-align: center;
  width: 100%;
}
.ricpro-single-team .thumbnail-body .article-title + .excerpt {
  margin-bottom: 10px;
  margin-top: 15px;
}
.member-social-icon li {
  display: inline-block;
  float: none;
  margin: 0 10px;
}
.member-social-icon {
  text-align: center;
}
.single-fun-factor {
  margin-bottom: 40px;
}
.plan-head {
  background: #ee534f none repeat scroll 0 0;
  color: #ffffff;
  margin: -15px auto 100px;
  padding-top: 30px;
  position: relative;
  width: 170px;
}
.plan-head::before {
  border-width: 60px 85px 0;
  bottom: -60px;
}
.plan-inner::before {
  left: 21px;
}
.plan-inner::after {
  right: 18px;
}
.slider-nav .slick-list {
  margin: auto;
  width: 100%;
}
.single-testimonial-image.slick-current::before {
  width: 455px;
}
.testimonial-activarion {
  width: 70%;
}
.ricpro-testimonial.content-vertical-massive {
  padding: 80px 0 100px !important;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.testimonial-body-wrapper .slick-prev,
.testimonial-body-wrapper .slick-next {
  top: 150%;
}
.subscribe-form-area {
  padding: 0 0 80px;
}
.grid.copyright .nav-horizontal, .grid.copyright .nav-horizontal ul {
  display: block;
  float: right;
  overflow: hidden;
  text-align: center;
}
.copyright .nav-horizontal li {
  display: inline-block;
  float: none;
  margin: 0 10px;
}
.content-vertical-massive.welcome-tyle-two {
  padding-bottom: 0 !important;
}
.promo-box-area .layers-masonry-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.widget.ricpro-promobox-widget .grid .span-6:first-child {
  display: none;
}
.widget.ricpro-promobox-widget .grid .span-6:last-child {
  width: 100%;
}
.widget.ricpro-promobox-widget .grid.ricpro-promo-box-wrapper .span-6 {
  width: 30%;
}
.widget.ricpro-promobox-widget::before {
  background: rgba(246, 246, 246, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.widget.ricpro-promobox-widget {
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.single-skill {
  margin-bottom: 20px;
}
.ricpro-skill-area {
  margin-bottom: 80px;
}
.product-features-area .grid .column:nth-child(2) {
  display: none;
}
.subscribe-form-area {
  padding: 0 0 80px;
}
.content-vertical-massive.product-features-area {
  padding: 0 !important;
}
.breadcrumb-banner-area {
  padding: 100px 0 80px;
}
.widget_search {
  display: none;
}
.widget.layers-contact-widget.content-vertical-massive.layers-contact-widget.no-inset-top.no-inset-bottom {
  padding: 0 !important;
}
.bread-crumbs li a {
  line-height: 24px;
}


}



/* ----------------------------------------------------
  Small mobile :320px. 
-------------------------------------------------------*/
@media (max-width: 767px) {
.search-box.ricpro-header-search-box {
  display: none;
}
.header-site .container {
  line-height: 65px;
}
.swiper-slide .section-title.large .excerpt {
  font-size: 1.5rem;
}
.content-vertical-massive {
  padding-bottom: 60px !important;
  padding-top: 80px !important;
}
.promo-box-area .layers-masonry-column {
  margin-bottom: 40px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.promo-box-area .layers-masonry-column:last-child{
  margin-bottom: 0;
}
.ricpro-single-team .thumbnail-media {
  float: left;
  width: 100%;
}
.ricpro-single-team .thumbnail-body {
  padding: 0;
  text-align: center;
  width: 100%;
}
.ricpro-single-team .thumbnail-body .article-title + .excerpt {
  margin-bottom: 10px;
  margin-top: 15px;
}
.member-social-icon li {
  display: inline-block;
  float: none;
  margin: 0 10px;
}
.member-social-icon {
  text-align: center;
}
.ricpro-team-widget {
  padding: 120px 0 60px;
}
.single-fun-factor {
  margin-bottom: 20px;
  padding-top: 21px;
  position: relative;
}
.last .single-fun-factor{
  margin-bottom: 0;
}
.plan-inner::before {
  left: 25px;
}
.plan-inner::after {
  right: 24px;
}
.slider-nav .slick-list {
  margin: auto;
  width: 100%;
}
.testimonial-activarion {
  width: 100%;
}
.single-testimonial-image.slick-current::before {
  display: none;
}
.testimonial-body-wrapper .slick-prev, .testimonial-body-wrapper .slick-next {
  display: none !important;
}
.testimonial-body-wrapper .slick-dots {
  bottom: 0;
}
.subscribe-form-area .subscribe-form-mail {
  margin-bottom: 20px;
  width: 100%;
}
.subscribe-form-area {
  padding: 0 0 100px;
  text-align: center;
}
.grid.copyright .nav-horizontal, .grid.copyright .nav-horizontal ul {
  display: block;
  float: none;
  overflow: hidden;
  text-align: center;
}
.copyright .nav-horizontal li {
  display: inline-block;
  float: none;
  margin: 0 10px;
}
.site-text {
  text-align: center;
}
.content-vertical-massive.welcome-tyle-two {
  padding-bottom: 0 !important;
}
.breadcrumb-banner-area {
  padding: 40px 0 20px;
}
.widget.ricpro-promobox-widget::before {
  background: rgba(246, 246, 246, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.widget.ricpro-promobox-widget {
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ricpro-skill-area {
  margin-bottom: 60px;
}
.product-features-area .grid .column:nth-child(2) {
  display: none;
}
.content-vertical-massive.product-features-area {
  padding: 0 !important;
}
.subscribe-form-area {
  padding: 80px 0;
  text-align: center;
}
.single-input-box {
  width: 100%;
}
.widget.layers-contact-widget.content-vertical-massive.layers-contact-widget.no-inset-top.no-inset-bottom {
  padding: 0 !important;
}
.breadcrumb-text h1 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.bread-crumbs li {
  display: inline-block;
  float: none;
  margin-bottom: 9px;
  margin-right: 10px;
}
.bread-crumbs li a {
  line-height: 24px;
}





}

/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
.ricpro-counter-widget .span-3 {
  float: left;
  width: calc(100% / 12 * 6 - 20px);
}
.plan-inner::before {
  left: 105px;
}
.plan-inner::after {
  right: 104px;
}
.size-ricpro-small-post-image.wp-post-image {
  width: 100%;
}

}