96 lines
2.0 KiB
CSS
96 lines
2.0 KiB
CSS
/**
|
|
* 2010-2020 Webkul.
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* All right is reserved,
|
|
* Please go through this link for complete license : https://store.webkul.com/license.html
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future. If you wish to customize this module for your
|
|
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
|
|
*
|
|
* @author Webkul IN <support@webkul.com>
|
|
* @copyright 2010-2020 Webkul IN
|
|
* @license https://store.webkul.com/license.html
|
|
*/
|
|
|
|
#testimonial_block {
|
|
padding-top: 50px;
|
|
}
|
|
.hotel_testimonial_heading {
|
|
color: #252525;
|
|
font-size: 37px;
|
|
text-align: center;
|
|
font-family: parisienne;
|
|
line-height: 40px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.testimonial_container {
|
|
padding-bottom: 5px;
|
|
padding-top: 5px;
|
|
color: #252525;
|
|
font-size: 28px;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
}
|
|
.testimonial_content {
|
|
color: #777777;
|
|
font-size: 18px;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
}
|
|
.hotel_testimonial_content {
|
|
color: #252525;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
word-spacing: 3px;
|
|
letter-spacing: 1px;
|
|
word-wrap: break-word;
|
|
line-height:20px;
|
|
}
|
|
.testi_block_content {
|
|
letter-spacing: 1px;
|
|
line-height: 30px;
|
|
}
|
|
.margin-top-70 {
|
|
margin-top: 70px;
|
|
}
|
|
.gap-line {
|
|
background-color: #999;
|
|
height: 1px;
|
|
margin-top: 50px;
|
|
}
|
|
.testimonial_person_img {
|
|
width: 85px;
|
|
}
|
|
.testimonial_person_name {
|
|
color: #bf9958;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
margin-bottom: 5px;
|
|
margin-top: 10px;
|
|
}
|
|
.testimonial_person_desig {
|
|
color: #777777;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
}
|
|
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
|
|
background-color: #bf9958;
|
|
}
|
|
.owl-theme .owl-controls .owl-page span {
|
|
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
|
|
border: 3px solid #ffffff !important;
|
|
border-radius: 50%;
|
|
box-shadow: 0 0 0 2px rgb(191, 153, 88);
|
|
display: block;
|
|
height: 20px;
|
|
margin: 5px 7px;
|
|
opacity: 1;
|
|
width: 20px;
|
|
}
|