File: /var/www/html/wpprm_err/wp-content/themes/ronneby/inc/dynamic_styles/styled-button.php
<?php
$output .= '.styled-button.dfd-block-title-family {';
$output .= 'font-family: '. $vars['block_title_font-family'] .';';
$output .= '}';
$output .= '.styled-button.dfd-subtitle-family {';
$output .= 'font-family: '. $vars['subtitle_font-family'] .';';
$output .= '}';
$output .= '.styled-button.dfd-default-text-family {';
$output .= 'font-family: '. $vars['text_font-family'] .';';
$output .= '}';
$output .= '.styled-button.text-main span {';
$output .= 'color: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.text-second span {';
$output .= 'color: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.text-third span {';
$output .= 'color: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.text-dark span {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-main.style-1 {';
$output .= 'background: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-main.style-1.without-border:hover {';
$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['main_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-main.style-2:before,';
$output .= '.styled-button.bg-main.style-3:before {';
$output .= 'background: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-main.style-2.without-border,';
$output .= '.styled-button.bg-main.style-3.without-border {';
$output .= 'background: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-main.style-2.without-border:before,';
$output .= '.styled-button.bg-main.style-3.without-border:before {';
$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['main_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-main:not(.without-border):hover i,';
$output .= '.styled-button.bg-main:not(.without-border):hover span {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-second.style-1 {';
$output .= 'background: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-second.style-1.without-border:hover {';
$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['secondary_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-second.style-2:before,';
$output .= '.styled-button.bg-second.style-3:before {';
$output .= 'background: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-second.style-2.without-border,';
$output .= '.styled-button.bg-second.style-3.without-border {';
$output .= 'background: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-second.style-2.without-border:before,';
$output .= '.styled-button.bg-second.style-3.without-border:before {';
$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['secondary_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-second:not(.without-border):hover i,';
$output .= '.styled-button.bg-second:not(.without-border):hover span {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-third.style-1 {';
$output .= 'background: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-third.style-1.without-border:hover {';
$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['third_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-third.style-2:before,';
$output .= '.styled-button.bg-third.style-3:before {';
$output .= 'background: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-third.style-2.without-border,';
$output .= '.styled-button.bg-third.style-3.without-border {';
$output .= 'background: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-third.style-2.without-border:before,';
$output .= '.styled-button.bg-third.style-3.without-border:before {';
$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['third_site_color'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-third:not(.without-border):hover i,';
$output .= '.styled-button.bg-third:not(.without-border):hover span {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-fourth:not(.without-border):hover i,';
$output .= '.styled-button.bg-fourth:not(.without-border):hover span {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-white:not(.without-border):hover i,';
$output .= '.styled-button.bg-white:not(.without-border):hover span {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-dark.style-1 {';
$output .= 'background: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-dark.style-1.without-border:hover {';
$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['title_color'], 5) .';';
$output .= '}';
$output .= '.styled-button.bg-dark.style-2:before,';
$output .= '.styled-button.bg-dark.style-3:before {';
$output .= 'background: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-dark.style-2.without-border,';
$output .= '.styled-button.bg-dark.style-3.without-border {';
$output .= 'background: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-dark.style-2.without-border:before,';
$output .= '.styled-button.bg-dark.style-3.without-border:before {';
$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['title_color'], 5) .';';
$output .= '}';
$output .= '.styled-button.bg-dark:not(.without-border):hover i,';
$output .= '.styled-button.bg-dark:not(.without-border):hover span {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-gray.style-1.without-border:hover {';
$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['background_gray'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-gray.style-2.without-border:before,';
$output .= '.styled-button.bg-gray.style-3.without-border:before {';
$output .= 'background: '. Dfd_Theme_Helpers::adjustBrightness($vars['background_gray'], -5) .';';
$output .= '}';
$output .= '.styled-button.bg-gray:not(.without-border):hover i,';
$output .= '.styled-button.bg-gray:not(.without-border):hover span {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-main.style-1:hover {';
$output .= 'background: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-main.style-2:before,';
$output .= '.styled-button.bg-transparent.border-color-main.style-3:before {';
$output .= 'background: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-second.style-1:hover {';
$output .= 'background: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-second.style-2:before,';
$output .= '.styled-button.bg-transparent.border-color-second.style-3:before {';
$output .= 'background: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-third.style-1:hover {';
$output .= 'background: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-third.style-2:before,';
$output .= '.styled-button.bg-transparent.border-color-third.style-3:before {';
$output .= 'background: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-white:hover i,';
$output .= '.styled-button.bg-transparent.border-color-white:hover span {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.bg-transparent.border-color-gray:hover i,';
$output .= '.styled-button.bg-transparent.border-color-gray:hover span {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.icon-color-main i {';
$output .= 'color: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.icon-color-second i {';
$output .= 'color: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.icon-color-third i {';
$output .= 'color: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.icon-color-dark i {';
$output .= 'color: '. $vars['title_color'] .';';
$output .= '}';
$output .= '.styled-button.border-color-main {';
$output .= 'border-color: '. $vars['main_site_color'] .';';
$output .= '}';
$output .= '.styled-button.border-color-second {';
$output .= 'border-color: '. $vars['secondary_site_color'] .';';
$output .= '}';
$output .= '.styled-button.border-color-third {';
$output .= 'border-color: '. $vars['third_site_color'] .';';
$output .= '}';
$output .= '.styled-button.border-color-dark {';
$output .= 'border-color: '. $vars['title_color'] .';';
$output .= '}';