/************ Testimonial CSS ************/ .acfb_testimonial_wrap{ padding: 5%; border-radius: 5px; } .acfb_testimonial_wrap .acfb_testimonial_bio{ display: flex; align-items: center; margin-top: 40px; } .acfb_testimonial_wrap .acfb_testimonial_bio .acfb_testimonial_avatar_wrap{ border-radius: 100%; margin-right: 15px; } .acfb_testimonial_wrap .acfb_testimonial_bio .acfb_testimonial_avatar{ object-fit: cover; height: 100%; width: 100%; position: relative; z-index: 10; border-radius: 100%; z-index: 5; border: solid 2px #000; } .acfb_testimonial_wrap .acfb_testimonial_bio .acfb_testimonial_name{ font-family: "Europa", sans-serif; font-weight: 700; line-height: 1.2; margin: 0; padding: 0; } /************ Team CSS ************/ .acfb_team_wrap.acfb_team_top{ display: grid; grid-template-columns: 100%; justify-items: center; text-align: center; } .acfb_team_wrap.acfb_team_left{ display: grid; grid-gap: 25px; grid-template-columns: 150px auto; align-items: center; } .acfb_team_wrap{ padding: 60px 35px; } .acfb_team_wrap .acfb_team_avatar img{ object-fit: cover; height: 100%; width: 100%; border-radius: 100%; } .acfb_team_wrap .acfb_team_info{ margin-top: 20px; } /************ Star Rating CSS ************/ .acfb_star_rating{ display: flex; align-items: center; } .acfb_star_rating .acfb_star:before{ content: "\f155"; font-family: dashicons; } /************ Progress Bar CSS ************/ .acfb_progress_wrapper .acfb_progress_bar_title{ display: block; margin-bottom: 5px; } .acfb_progress_wrapper .acfb_inner_wrap{ position: relative; } .acfb_progress_wrapper .acfb_progress_bar{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 7px 15px; } .acfb_progress_wrapper .acfb_progress_bar .acfb_progress_text{ -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } /************ Pricing Box CSS ************/ .acfb_pricing_table_wrap{ font-family: Lato,sans-serif; text-align: center; padding: 60px 35px; border-radius: 12px; } .acfb_pricing_table_wrap .acfb_pricing_box_title{ font-weight: 700; } .acfb_pricing_table_wrap .acfb_pricing_box_price_wrapper{ margin: 20px 0; } .acfb_pricing_table_wrap .acfb_pricing_box_price_line{ display: flex; justify-content: center; } .acfb_pricing_table_wrap .acfb_pricing_box_price_line .acfb_pricing_box_price_prefix{ align-self: flex-start; } .acfb_pricing_table_wrap .acfb_pricing_box_price_line .acfb_pricing_box_price{ line-height: 100%!important; } .acfb_pricing_table_wrap .acfb_pricing_box_price_line .acfb_pricing_box_price_suffix{ align-self: flex-end; } .acfb_pricing_table_wrap .acfb_pricing_box_subprice{ text-transform: uppercase; line-height: 100%!important; } .acfb_pricing_table_wrap .acfb_pricing_box_button a{ border-radius: 7px; align-items: center; font-weight: 600; cursor: pointer; padding: 10px 25px; display: inline-block; margin: 15px 0; text-decoration: none; } /************ Price List CSS ************/ .acfb_price_list_wrap .acfb_price_list_item { display: grid; grid-column-gap: 15px; grid-template-columns: 20% auto; text-decoration: none; } .acfb_price_list_wrap .acfb_price_list_item .acfb_price_list_text .acfb_price_list_header{ display: grid; grid-template-columns: max-content auto max-content; align-items: center; grid-gap: 15px; font-weight: 600; } .acfb_price_list_wrap .acfb_price_list_item .acfb_price_list_text p.acfb_price_list_description { margin-top: 10px; } /************ Multi Button CSS ************/ .acfb_multibuttons_wrap{ /*display: grid;*/ /*grid-template-columns: auto;*/ } .acfb_multibuttons_wrap .acfb_button{ padding: 15px 20px; display: inline-block; text-decoration: none; margin-bottom: 5px; } /************ Counter Number CSS ************/ .acfb_counter_number_wrapper{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-weight: 600; line-height: 1; } .acfb_counter_number_wrapper .acfb_counter_number_prefix{ text-align: right; } .acfb_counter_number_wrapper .acfb_counter_number_suffix{ text-align: left; } .acfb_counter_number_wrapper .acfb_counter_number_prefix, .acfb_counter_number_wrapper .acfb_counter_number_suffix{ -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; white-space: pre-wrap; } .acfb_counter .acfb_counter_title{ text-align: center; font-weight: 400; line-height: 2.5; } /************ Click To Tweet CSS ************/ .acfb_click_to_tweet { display: block; -moz-border-radius: 4px; border-radius: 4px; padding: 15px 30px; text-align: left; } .acfb_click_to_tweet a { display: block; text-decoration: none; text-transform: none; cursor: pointer; line-height: 140%; letter-spacing: 0.05em; } .acfb_click_to_tweet a:hover, .acfb_click_to_tweet:hover a:after{ text-decoration: none; } .acfb_click_to_tweet a:before { content: ''; display: inline-block; width: 50px; height: 50px; vertical-align: bottom; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z' fill='%23666'/%3E%3C/svg%3E") no-repeat right center; } .acfb_click_to_tweet a:after { margin-top: 20px; padding-right: 25px; position: relative; display: block; text-transform: uppercase; text-align: right; text-decoration: none; transition: all 0.5s ease; line-height: 20px; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z' fill='%2300abf0'/%3E%3C/svg%3E") no-repeat right center; } .acfb_svg_icon{fill:none;stroke:#555d66;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}