/* Theme Name: Sinergio Author: Sinergio Author URI: https://www.sinergio.be/ License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ /* ====================================== VARIABELE ====================================== */ /* ====================================== INCLUDES FUNCTIES ====================================== */ /* ====================================== ALGEMEEN ====================================== */ body { background: #FAF5EF; } .knop a { position: relative; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .knop a:hover { opacity: 0.7; transform: scale(0.95); } .knop a::after { content: ""; position: absolute; top: 1px; right: 1px; left: 1px; bottom: 1px; border-radius: 200px; } .knop-bruin a::after { border: 2px solid #FAF5EF; } .knop-donker a::after { border: 2px solid #FAF5EF; } .knop-wit a::after { border: 2px solid #A28E6E; } .woocommerce-product-gallery__image.flex-active-slide { pointer-events: none !important; } .wcpa_field_label { font-weight: bold !important; font-size: 16px !important; margin-bottom: 15px !important; color: #65524B !important; } .wcpa_image_label { color: #65524B !important; display: none !important; } .wcpa_img_wrap img { width: 40px !important; border-radius: 50% !important; aspect-ratio: 1 !important; margin: 0 auto !important; } .wcpa_mag_icon { display: none !important; } .irs-bar { background: #A28E6E !important; } .irs-handle { border-color: #A28E6E !important; background: #FAF5EF !important; } .irs-from, .irs-to { background: #65524B !important; } .wcpa_clear { text-align: left !important; } .wcpa_clear a { font-size: 16px; font-weight: bold; margin-top: 10px !important; display: inline-block; background: #d74444; color: white; border-radius: 100px; padding: 5px 10px; text-decoration: none; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .wcpa_clear a:hover { opacity: 0.8; } /* ====================================== EXTRA ====================================== */ .grecaptcha-badge { display: none !important; } a, input, textarea, select, button { outline: 0; } .elementor-widget-text-editor p:last-child { margin-bottom: 0; } /* ====================================== IMPORTS ====================================== */ /* ====================================== HEADER ====================================== */ /* ====================================== LOGO ====================================== */ /* ====================================== NAVIGATIE ====================================== */ /* ====================================== OVERZICHT ====================================== */ .bapf_head h3 { font-weight: bold; } .bapf_body label { font-size: 17px; font-weight: normal; } .bapf_body input { margin-top: 0 !important; margin-right: 10px !important; border-color: #cec4b3 !important; } .bapf_radio_chck ul li input[type=checkbox]:checked:after { border-bottom: 2px solid #a28e6e !important; border-right: 2px solid #a28e6e !important; } /* ====================================== INDIVIDUEEL ====================================== */ /* ====================================== WINKELMAND ====================================== */ /* ====================================== AFREKENEN ====================================== */ /* ====================================== THANK YOU ====================================== */ .forminator-module-edit-link { display: none !important; } .cmplz-blocked-content-container { position: relative; } .cmplz-blocked-content-container::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.3); } .forminator-g-recaptcha.cmplz-placeholder-element { background: none !important; } .forminator-g-recaptcha.cmplz-blocked-content-container { box-shadow: none !important; margin-bottom: 0 !important; } .forminator-g-recaptcha.cmplz-blocked-content-container::after { display: none !important; } .cmplz-blocked-content-notice { border-radius: 10px !important; border: none !important; padding: 15px !important; color: white !important; background: #302f3e !important; box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4) !important; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .cmplz-blocked-content-notice:hover { background: #434159 !important; } /* ====================================== FOOTER ====================================== */ /* ====================================== SINERGIO ====================================== */ .sinergio img { height: 30px; width: auto; } /* ====================================== RESPONSIVE ====================================== */ /* BIG SCREEN */ /* MID SCREEN */ /* SMALL SCREEN */ /* TABLET */ /* SMARTPHONE */ /* EXTRA */ /* ====================================== NUTTIGE FUNCTIES ========================================= @include transition; -> Transitie functie ophalen @include transition_easyload; -> Transitie easyload functie ophalen @include displayflex; -> Display Flex ========================================= */