File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/styles/_styles-options.scss
/**
* Common styles from customizer */
.thim-button {
color: $thim_body_primary_color;
}
.color {
color: $thim_body_primary_color;
}
// Mailchimp
.mc4wp-form {
button[type=submit]:hover .fa {
color: $thim_body_primary_color;
}
}
.contact-phone a,.contact-email a {
color: $thim_font_body_color;
&:hover {
color: $thim_body_primary_color;
}
}
// Widget social link
.thim-wg-social-link {
li a {
color: $thim_footer_color_text !important;
&:hover {
border-color: $thim_body_primary_color;
}
}
}
// Slider
.thim-link-slider {
&:before,
&:after {
border-color: $thim_body_primary_color;
}
a:hover {
color: $thim_body_primary_color;
}
}
.vc_row.has-mask:before {
background: $thim_body_primary_color;
}
////////////////////////////////Old Style//////////////////////////////////////////////
// Instagram Feed
#sb_instagram {
.sbi_follow_btn {
a {
color: $thim_font_title_color;
strong {
color: $thim_body_primary_color;
}
}
}
}
.style-normal {
#sb_instagram .sbi_follow_btn {
a, strong {
font-size: $thim_font_body_font_size;
}
a {
color: $thim_font_body_color;
}
}
}
.thim-primary-color,
.thim-color {
color: $thim_body_primary_color;
}
// Flexslider
.flexslider {
.flex-direction-nav a {
background: $thim_body_primary_color !important;
&:before {
color: $thim_body_primary_color;
}
&:hover {
background: darken($thim_body_primary_color, 10%);
}
}
}
//contact form
.wpcf7-form {
input, select, textarea {
font-size: $thim_font_body_font_size;
&:focus {
border-color: $thim_body_primary_color;
}
}
.wpcf7-submit {
background-color: $thim_body_primary_color;
&:hover {
background-color: darken($thim_body_primary_color, 10%);
}
}
}
// About page
.thim-font-family-tilte {
.heading-des {
font-family: $thim_font_title_font_family;
}
}
.thim-sc-posts.site-content .blog-content article .entry-meta a {
color: $thim_font_body_color;
&:hover {
color: $thim_body_primary_color;
}
}
.vc_btn3-container {
a.vc_btn3:hover {
background-color: darken($thim_body_primary_color, 10%) !important;
}
}
.thim-content-slider .slides-wrapper .scrollable > li.mid-item div.around-img:before {
border-color: $thim_body_primary_color;
}
.home-content .mc4wp-form {
input {
color: $thim_font_title_color;
}
input::-webkit-input-placeholder {
color: $thim_font_title_color;
}
input:-moz-placeholder {
color: $thim_font_title_color;
}
input::-moz-placeholder {
color: $thim_font_title_color;
}
input:-ms-input-placeholder {
color: $thim_font_title_color;
}
}
.rev-btn.thim-slider-button {
font-family: $thim_font_body_font_family;
}
.thim-readmore {
color: $thim_body_primary_color;
}
.thim-sc-posts {
.blog-content article .entry-meta,
.page-content article .entry-meta {
color: $thim_font_body_color;
}
}
//slider counter
.slider__counter{
font-family: $thim_font_title_font_family;
color: $thim_font_title_color;
}