.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;}
.wpcf7 .hidden-fields-container{display:none;}
.wpcf7 form .wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em;border:2px solid #00a0d2;}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{display:none;}
.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450;}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232;}
.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900;}
.wpcf7-form-control-wrap{position:relative;}
.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:normal;display:block;}
.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em;}
.wpcf7-list-item{display:inline-block;margin:0 0 0 1em;}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after{content:" ";}
.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:0.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative;}
form.submitting .wpcf7-spinner{visibility:visible;}
.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite;}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms;}
}
@keyframes spin {
from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}
@keyframes blink {
from{opacity:0;}
50%{opacity:1;}
to{opacity:0;}
}
.wpcf7 [inert]{opacity:0.5;}
.wpcf7 input[type="file"]{cursor:pointer;}
.wpcf7 input[type="file"]:disabled{cursor:default;}
.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{direction:ltr;}
.wpcf7-reflection > output{display:list-item;list-style:none;}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpaicg-chat-content-wrapper{position:relative;flex-grow:1;display:flex;}
.wpaicg-chat-shortcode, .wpaicg-chatbox{position:relative;}
.wpaicg-chat-shortcode-content{overflow-y:auto;flex-grow:1;padding:15px;}
.wpaicg-chat-shortcode:hover{box-shadow:0 12px 24px rgba(0, 0, 0, 0.2);}
.wpaicg-chat-shortcode-content ul{overflow-y:auto;margin:0;padding:0;list-style:none;}
.wpaicg-chat-shortcode-content ul .wpaicg-user-message{margin-left:auto;margin-bottom:20px;margin-right:10px;padding:10px;border-radius:20px;box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);width:fit-content;}
.wpaicg-chat-shortcode-content ul .wpaicg-ai-message{margin-bottom:20px;margin-right:10px;padding:10px;border-radius:20px;box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);width:fit-content;}
.wpaicg-chat-shortcode-type{display:flex;align-items:center;padding:0;}
textarea.wpaicg-chat-shortcode-typing{flex:1;resize:vertical;padding-left:1em;}
textarea.auto-expand{overflow:hidden;transition:box-shadow 0.5s ease-in-out;line-height:2;}
textarea.auto-expand.resizing{transition:box-shadow 0.5s ease-in-out;box-shadow:0 0 12px rgba(81, 203, 238, 0.8);line-height:2;}
textarea.auto-expand:focus{outline:none;box-shadow:0 0 5px rgba(81, 203, 238, 1);line-height:2;}
.wpaicg-chat-shortcode .wpaicg-bot-thinking{bottom:0;font-size:11px;display:none;margin-bottom:5px;}
.wpaicg-jumping-dots span{position:relative;bottom:0;-webkit-animation:wpaicg-jump 1500ms infinite;animation:wpaicg-jump 2s infinite;}
.wpaicg-jumping-dots .wpaicg-dot-1{-webkit-animation-delay:200ms;animation-delay:200ms;}
.wpaicg-jumping-dots .wpaicg-dot-2{-webkit-animation-delay:400ms;animation-delay:400ms;}
.wpaicg-jumping-dots .wpaicg-dot-3{-webkit-animation-delay:600ms;animation-delay:600ms;}
@-webkit-keyframes wpaicg-jump {
0%{bottom:0px;}
20%{bottom:5px;}
40%{bottom:0px;}
}
@keyframes wpaicg-jump {
0%{bottom:0px;}
20%{bottom:5px;}
40%{bottom:0px;}
} .log_notification{font-size:11px;font-style:italic;padding:10px;border-radius:5px;}
.wpaicg-chat-message-error{color:#f00;}
.wpaicg-chat-shortcode-footer{font-size:0.75rem;padding:12px 20px;}
.wpaicg-chat-shortcode-footer a{color:inherit;text-decoration:none;}
.wpaicg-conversation-starters{display:flex;flex-wrap:wrap;gap:10px;padding:15px;justify-content:center;visibility:hidden;}
.wpaicg-conversation-starter{border:none;border-radius:20px;padding:5px 10px;cursor:pointer;transition:background-color 0.3s ease, transform 0.5s ease-out, opacity 0.5s ease-out;display:flex;opacity:0;transform:translateY(20px);}
.wpaicg-conversation-starter:hover{filter:brightness(90%);}
.wpaicg-img-spinner{display:none;width:16px;height:16px;border:2px solid rgba(0, 0, 0, 0.1);border-left-color:#000;border-radius:50%;animation:spin 1s linear infinite;}
@keyframes spin {
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
.wpaicg-thumbnail-placeholder{display:none;width:50px;height:50px;overflow:hidden;}
.wpaicg_chat_additions{display:flex;justify-content:center;align-items:center;position:absolute;right:20px;}
.blinking-cursor{font-weight:100;color:#ffffff;animation:blink 1s step-end infinite;}
@keyframes blink {
from, to{color:transparent;}
50%{color:inherit;}
} .wpaicg-chat-shortcode .wpaicg-pdf-remove{font-size:33px;justify-content:center;align-items:center;width:16px;height:16px;line-height:unset;font-family:Arial, serif;border-radius:50%;font-weight:normal;padding:0;}
.wpaicg-chat-shortcode .wpaicg-pdf-loading{border-bottom-color:transparent;}
.wpaicg-chat-shortcode .wpaicg-chatbox-action-bar{position:relative;top:0;right:0;left:0;height:40px;padding:0 10px;display:flex;justify-content:flex-end;align-items:center;box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);transition:background-color 0.3s ease;min-height:40px;}
.wpaicg-icon-container{position:relative;margin-bottom:30px;margin-top:10px;}
.wpaicg-copy-button, .wpaicg-thumbs-up-button, .wpaicg-thumbs-down-button{position:absolute;bottom:-25px;display:inline-block;background:none;border:none;cursor:pointer;padding:0;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease;outline:none;}
.wpaicg-copy-button{left:10px;}
.wpaicg-thumbs-up-button{left:40px;}
.wpaicg-thumbs-down-button{left:70px;}
.wpaicg-icon-container:hover .wpaicg-copy-button, .wpaicg-icon-container:hover .wpaicg-thumbs-up-button, .wpaicg-icon-container:hover .wpaicg-thumbs-down-button, .wpaicg-copy-button:hover, .wpaicg-thumbs-up-button:hover, .wpaicg-thumbs-down-button:hover{opacity:1;visibility:visible;background-color:transparent !important;color:inherit !important;}
.wpaicg-icon-container a:hover{color:inherit !important;background-color:transparent !important;text-decoration:none !important;}
.wpaicg-copy-button img, .wpaicg-thumbs-up-button img, .wpaicg-thumbs-down-button img{width:16px;height:16px;filter:none;color:inherit;transition:none;}
.wpaicg-copy-button img:hover, .wpaicg-thumbs-up-button img:hover, .wpaicg-thumbs-down-button img:hover{filter:none;color:inherit;}
.wpaicg-copy-button, .wpaicg-thumbs-up-button, .wpaicg-thumbs-down-button{background:none;border:none;padding:0;cursor:pointer;color:inherit;outline:none;}
.wpaicg-copy-button:hover, .wpaicg-thumbs-up-button:hover, .wpaicg-thumbs-down-button:hover{background:none;color:inherit;}
.wpaicg-copy-button:focus, .wpaicg-thumbs-up-button:focus, .wpaicg-thumbs-down-button:focus{outline:none;}
.wpaicg-feedback-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);z-index:1000;display:flex;justify-content:center;align-items:center;padding:10px;}
.wpaicg-feedback-modal{background-color:#fff;color:#333;padding:20px;border-radius:10px;width:100%;max-width:400px;box-shadow:0 0 15px rgba(0, 0, 0, 0.2);text-align:center;position:relative;margin:0 auto;box-sizing:border-box;}
.wpaicg-feedback-modal h2{margin-top:0;}
.wpaicg-feedback-textarea{width:100%;height:80px;margin:10px 0;border-radius:5px;}
.wpaicg-feedback-modal-buttons{display:flex;justify-content:flex-end;align-items:center;margin-top:10px;}
.wpaicg-feedback-message{flex-grow:1;margin-right:10px;text-align:left;}
.wpaicg-feedback-modal-submit{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;background-color:#007bff;color:#fff;margin-left:10px;}
.wpaicg-feedback-modal-close{position:absolute;top:10px;right:10px;background:none;border:none;color:#333;cursor:pointer;}
.wpaicg-chatbox-download-btn, .wpaicg-chatbox-clear-btn, .wpaicg-chatbox-fullscreen, .wpaicg-chatbox-audio-btn, .wpaicg-chatbox-close-btn{cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 5px;transition:background-color 0.3s ease;}
.wpaicg-chatbox-download-btn svg, .wpaicg-chatbox-clear-btn svg, .wpaicg-chatbox-fullscreen svg, .wpaicg-chatbox-audio-btn, .wpaicg-chatbox-close-btn svg{fill:currentColor;height:16px;width:16px;}
.wpaicg-chatbox-download-btn:hover, .wpaicg-chatbox-clear-btn:hover, .wpaicg-chatbox-fullscreen:hover, .wpaicg-chatbox-close-btn:hover{background-color:rgba(0, 0, 0, 0.1);}
.wpaicg-chatbox-fullscreen svg.wpaicg-exit-fullscreen{display:none;fill:none;height:16px;width:16px;}
.wpaicg-chatbox-fullscreen svg.wpaicg-exit-fullscreen path, .wpaicg-chatbox-fullscreen svg.wpaicg-active-fullscreen path{fill:currentColor;}
.wpaicg-chatbox-fullscreen svg.wpaicg-active-fullscreen{fill:none;height:16px;width:16px;}
.wpaicg-chatbox-fullscreen.wpaicg-fullscreen-box svg.wpaicg-active-fullscreen{display:none;}
.wpaicg-chatbox-fullscreen.wpaicg-fullscreen-box svg.wpaicg-exit-fullscreen{display:block;}
.wpaicg-fullscreened{border-radius:0;border:none;}
.wpaicg-fullscreened .wpaicg-chatbox-action-bar{top:0;z-index:99;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:3px;}
.wpaicg-sidebar{position:absolute;top:0;left:0;width:0;height:100%;overflow:hidden;opacity:0;transition:width 0.3s ease, opacity 0.3s ease;display:flex;flex-direction:column;box-sizing:border-box;z-index:1000;}
.wpaicg-sidebar.open{width:250px;opacity:1;min-width:250px;}
.wpaicg-sidebar.open ~ .wpaicg-chat-shortcode-content{margin-left:250px;transition:margin-left 0.3s ease;}
.wpaicg-sidebar.open ~ .wpaicg-chatbox-content{margin-left:250px;transition:margin-left 0.3s ease;}
.wpaicg-sidebar-header{padding:15px;}
.wpaicg-sidebar-header h3{margin:0 0 5px 0;font-size:1.2em;}
.wpaicg-sidebar-header p{margin:0;font-size:0.9em;}
.wpaicg-conversation-list{list-style:none;padding:15px;margin:0;flex-grow:1;overflow-y:auto;}
.wpaicg-conversation-list li .wpaicg-delete-icon{display:none;position:absolute;top:55%;right:10px;transform:translateY(-50%);cursor:pointer;}
.wpaicg-conversation-list li:hover .wpaicg-delete-icon{display:inline-block;}
.wpaicg-conversation-list li{margin-bottom:10px;padding:10px;border-radius:5px;cursor:pointer;transition:background-color 0.3s ease, color 0.3s ease;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;position:relative;}
.wpaicg-new-chat-button{border:none;padding:5px 10px;border-radius:4px;cursor:pointer;margin-top:10px;}
.wpaicg-sidebar-toggle{position:absolute;left:0;top:50%;transform:translate(-50%, 0);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:5px;transition:background-color 0.3s ease, box-shadow 0.3s ease;z-index:1002;}
.wpaicg-sidebar-toggle span{font-size:18px;}
.wpaicg-chat-shortcode ::-webkit-scrollbar-track{border-radius:10px;}
.wpaicg-chat-shortcode ::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px;}
.wpaicg-chat-shortcode ::-webkit-scrollbar-thumb:hover{background-color:#555;}
.wpaicg-chat-shortcode ::-webkit-scrollbar{width:8px;height:8px;}
@media(max-width:768px){
.wpaicg-chat-shortcode{width:auto;margin-right:10px;margin-left:10px;}
@media(max-width:480px){
.wpaicg-chat-shortcode{margin-right:5px;margin-left:5px;}
.wpaicg-feedback-modal{max-width:95%;padding:15px;margin:0 auto;}
.wpaicg-feedback-modal-submit{padding:8px 16px;}
.wpaicg-feedback-textarea{height:60px;}
}
}
@media(max-width:768px){
.wpaicg-sidebar-toggle{padding:10px;}
} @media(max-width:767px){
.wpaicg_chat_widget_content.wpaicg-fullscreened{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;margin:0 !important;padding:0 !important;overflow:hidden !important;z-index:9999999 !important;background-color:<?php echo esc_html($wpaicg_chat_bgcolor)?>;}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;border-radius:0 !important;margin:0 !important;overflow:hidden !important;box-shadow:none !important;display:flex !important;flex-direction:column !important;}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-content{flex:1 !important;overflow:hidden !important;}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-messages{max-height:none !important;overflow-y:auto !important;}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-type{position:sticky !important;bottom:0 !important;background-color:<?php echo esc_html($wpaicg_chat_bgcolor)?>;z-index:3 !important;padding:10px !important;}
.wpaicg_chat_widget{max-width:100% !important;}
.wpaicg-chatbox-action-bar span{padding:8px !important;margin:0 8px !important;}
.wpaicg-chatbox-typing{min-height:50px !important;}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-fullscreen{display:none !important;}
} @media(max-width:767px){
.wpaicg_chat_widget .wpaicg_toggle {
width: 60px !important;
height: 60px !important;
}
.wpaicg_chat_widget .wpaicg_toggle img {
width: 100% !important;
height: 100% !important;
}
}#single-below-header .nectar-social.hover{margin-right:14px;}
#single-below-header .nectar-social.hover[data-rm-love="1"]{margin-right:0;}
.nectar-social.hover{position:relative;}
.nectar-social.hover > *:not(.share-btn){margin-bottom:14px;}
.nectar-social.hover > div:not(.share-btn){display:inline-block;}
#ajax-content-wrap .nectar-social.hover .nectar-love-button span{padding-left:0;}
.nectar-social.hover .share-btn i{-webkit-transition:none;transition:none;}
.nectar-social.hover .share-btn, .nectar-social.hover > div span, body .nectar-social.hover .nectar-love .nectar-love-count{font-size:14px;line-height:28px;}
.nectar-social.hover > div a > span{-webkit-transition:color .45s cubic-bezier(0.25,1,0.33,1);transition:color .45s cubic-bezier(0.25,1,0.33,1);}
.nectar-social.hover .share-btn, .nectar-social.hover > div a > span{cursor:pointer;-webkit-transition:color .45s cubic-bezier(0.25,1,0.33,1);transition:color .45s cubic-bezier(0.25,1,0.33,1);}
.nectar-social.hover .share-btn, .nectar-social.hover > div a{display:inline-block;border:2px solid rgba(0,0,0,0.1);padding:6px 20px;-webkit-transition:border-color .45s cubic-bezier(0.25,1,0.33,1);transition:border-color .45s cubic-bezier(0.25,1,0.33,1);border-radius:100px;}
.nectar-social.hover .share-btn, .nectar-social.hover > div a > span, .sharing-default-minimal .nectar-love{color:#888;}
#single-meta .nectar-social.hover .share-btn{padding-left:20px;}
.nectar-social.hover .share-btn:hover, .nectar-social.hover > div a:hover{border-color:rgba(0,0,0,0.5);}
.nectar-social.hover .nectar-social-inner{position:absolute;left:0;pointer-events:none;width:300px;}
.nectar-social.hover .share-btn{margin-right:14px;}
.nectar-social.hover i.icon-default-style[class^="icon-"],
.nectar-social.hover i[class^="icon-"]{margin-right:7px;font-size:18px;line-height:23px;height:20px;-webkit-transition:color .45s cubic-bezier(0.25,1,0.33,1);transition:color .45s cubic-bezier(0.25,1,0.33,1);}
.nectar-social.hover .nectar-social-inner a i{font-size:16px;}
.nectar-social.hover .nectar-social-inner a{transform:translateX(-20px);opacity:0;height:45px;width:45px;padding:0;color:#ddd;margin:0 14px 14px 0;text-align:center;line-height:43px;}
.portfolio-items .col .custom-content .nectar-social.hover .nectar-social-inner a{width:45px;}
.portfolio-items .col .custom-content .nectar-social.hover .nectar-social-inner a{margin:0 14px 14px 0;}
.portfolio-items .col .custom-content .nectar-social.hover.visible .share-btn, .portfolio-items .col .custom-content .nectar-social.hover.visible .nectar-love-button, .portfolio-items .col .custom-content .nectar-social.hover:not(.visible) .nectar-social-inner a{opacity:0!important;}
.portfolio-items .custom-content .nectar-social.hover .nectar-love{height:auto;}
.nectar-social.hover[data-position="right"] .nectar-social-inner a{transform:translateX(20px);}
.nectar-social.hover[data-position="right"] .share-btn{float:right;margin-left:14px;margin-right:0;}
.nectar-social.hover[data-position="right"]  .nectar-social-inner{left:auto;text-align:right;right:0;}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(2){transition-delay:0.03s;}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(3){transition-delay:0.06s;}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(4){transition-delay:0.09s;}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(5){transition-delay:0.12s;}
.nectar-social.hover .share-btn, .nectar-social.hover .nectar-love-button, .nectar-social.hover .nectar-social-inner a{-webkit-transition:all 0.4s cubic-bezier(0.25,1,0.33,1);transition:all 0.4s cubic-bezier(0.25,1,0.33,1),;}
.nectar-social.hover.visible .share-btn, .nectar-social.hover.visible .nectar-love-button{opacity:0;pointer-events:none;}
.nectar-social.hover.visible .nectar-social-inner a, .nectar-social.hover.visible[data-position="right"] .nectar-social-inner a{transform:translateX(0px);opacity:1;}
.nectar-social.hover.visible .nectar-social-inner{pointer-events:all;}
.nectar-social.fixed > a:before{background-color:#000;}
@media only screen and (max-width:999px){
.nectar-social.fixed >a{transition:all 0.35s cubic-bezier(.15,0.2,.1,1);-webkit-transition:all 0.35s cubic-bezier(.15,0.2,.1,1);-webkit-transform:scale(0);transform:scale(0)}
.nectar-social.fixed{margin:0;height:50px;pointer-events:none}
.nectar-social.fixed.visible >a{-webkit-transform:scale(1);transform:scale(1)}
.nectar-social.fixed.visible{pointer-events:auto}
}
.nectar-social.fixed{position:fixed;right:34px;bottom:34px;height:50px;width:50px;line-height:50px;z-index:1000}
.nectar-social.fixed >a{height:50px;width:50px;line-height:52px;text-align:center;display:block;position:absolute;bottom:0;left:0;z-index:10;}
.nectar-social.fixed >a:before{display:block;content:'';position:absolute;top:0;left:0;width:100%;transition:all 0.45s cubic-bezier(.15,0.2,.1,1);-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);height:100%;transform:translateZ(0);backface-visibility:hidden;border-radius:50%}
.nectar-social.fixed:hover >a:before{box-shadow:0 7px 15px rgba(0,0,0,0.2)}
.nectar-social.fixed >a >[class^="icon-"].icon-default-style{font-size:16px;height:50px;width:50px;line-height:50px;color:#fff;left:-1px;top:0;z-index:10;position:relative;}
.nectar-social.fixed .nectar-social-inner{position:absolute;height:50px;width:50px;bottom:0;left:0;z-index:1;text-align:center}
.nectar-social.fixed .nectar-social-inner a{display:block;line-height:36px;height:36px;padding:0;margin:0;width:36px;left:7px;position:absolute;opacity:0;border:none;top:0;box-shadow:0 7px 15px rgba(0,0,0,0.2);border-radius:50%;-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);transition:all 0.45s cubic-bezier(.15,0.2,.1,1)}
.nectar-social.fixed >a:after, .nectar-social.fixed .nectar-social-inner a:after{background-color:#fff;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;content:'';display:block;border-radius:50%}
.nectar-social.fixed a:after{-webkit-transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1);transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1)}
@keyframes socialButtonFlash{ 0%{opacity:0;transform:scale(1)}
25%{opacity:0.22;transform:scale(1.1115)}
100%{opacity:0;transform:scale(1.23)}
}
.nectar-social.fixed:hover >a:after{-webkit-animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards}
.nectar-social.fixed a:hover:after{opacity:0.2}
.nectar-social.fixed:hover >a:before{-webkit-transform:scale(1.23) translateZ(0);transform:scale(1.23) translateZ(0)}
.nectar-social.fixed .nectar-social-inner a:nth-child(1){transform:translateY(0px) scale(0);-webkit-transform:translateY(0px) scale(0)}
.nectar-social.fixed .nectar-social-inner a:nth-child(2){-webkit-transform:translateY(-36px) scale(0);transform:translateY(-36px) scale(0)}
.nectar-social.fixed .nectar-social-inner a:nth-child(3){-webkit-transform:translateY(-86px) scale(0);transform:translateY(-86px) scale(0)}
.nectar-social.fixed .nectar-social-inner a:nth-child(4){-webkit-transform:translateY(-136px) scale(0);transform:translateY(-136px) scale(0)}
.nectar-social.fixed .nectar-social-inner a:nth-child(5){-webkit-transform:translateY(-186px) scale(0);transform:translateY(-186px) scale(0)}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1){-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);-webkit-transform:translateY(-56px) scale(1);transition:all 0.45s cubic-bezier(.15,0.2,.1,1);transform:translateY(-56px) scale(1);opacity:1}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2){-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);-webkit-transform:translateY(-106px) scale(1);transition:all 0.45s cubic-bezier(.15,0.2,.1,1);transform:translateY(-106px) scale(1);opacity:1}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3){-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);-webkit-transform:translateY(-156px) scale(1);transition:all 0.45s cubic-bezier(.15,0.2,.1,1);transform:translateY(-156px) scale(1);opacity:1}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4){-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);-webkit-transform:translateY(-206px) scale(1);transition:all 0.45s cubic-bezier(.15,0.2,.1,1);transform:translateY(-206px) scale(1);opacity:1}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(5){-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);-webkit-transform:translateY(-256px) scale(1);transition:all 0.45s cubic-bezier(.15,0.2,.1,1);transform:translateY(-256px) scale(1);opacity:1}
.nectar-social.fixed:hover{height:340px}
body .nectar-social.fixed a i, #ajax-content-wrap .nectar-social.fixed a i{color:#fff;font-size:14px;top:0;padding-right:0;display:block;}
body .nectar-social.fixed .nectar-social-inner a i, #ajax-content-wrap .nectar-social.fixed .nectar-social-inner a i{height:36px;line-height:36px;width:36px;}
.nectar-social.fixed .google-plus-share i{font-size:12px}
.sharing-default-minimal .nectar-social .love-text{display:inline;}
.sharing-default-minimal .nectar-social .love-text, .sharing-default-minimal .nectar-social .social-text, #ajax-content-wrap .sharing-default-minimal .nectar-social .social-text{display:inline-block;opacity:1;font-size:15px;line-height:15px;}
.sharing-default-minimal .nectar-social .facebook-share, .nectar-social.hover .facebook-share:hover, #single-below-header .nectar-social.hover .facebook-share:hover{border-color:#6a75c8;color:#6a75c8;transition:all 0.2s ease}
.sharing-default-minimal .nectar-social .twitter-share, .nectar-social.hover .twitter-share:hover, #single-below-header .nectar-social.hover .twitter-share:hover{border-color:#6abaf7;color:#6abaf7;transition:all 0.2s ease}
.sharing-default-minimal .nectar-social .linkedin-share, .nectar-social.hover .linkedin-share:hover, #single-below-header .nectar-social.hover .linkedin-share:hover{border-color:#2e82d9;color:#2e82d9;transition:all 0.2s ease}
.sharing-default-minimal .nectar-social .pinterest-share, .nectar-social.hover .pinterest-share:hover, #single-below-header .nectar-social.hover .pinterest-share:hover{border-color:#f00;color:#f00;transition:all 0.2s ease}
.sharing-default-minimal .nectar-social .facebook-share i{height:15px;font-size:15px;line-height:19px;color:#6a75c8;padding-right:3px;transition:all 0.2s ease}
.sharing-default-minimal .nectar-social .twitter-share i{height:15px;font-size:16px;line-height:18px;padding-right:3px;color:#6abaf7;transition:all 0.2s ease}
.sharing-default-minimal .nectar-social .google-plus-share i{height:15px;font-size:14px;line-height:19px;padding-right:3px;color:#f05660;transition:all 0.2s ease}
.sharing-default-minimal .nectar-social .linkedin-share i{height:15px;font-size:14px;color:#2e82d9;padding-right:3px;line-height:16px;transition:all 0.2s ease}
.sharing-default-minimal .nectar-social .pinterest-share i{height:15px;font-size:16px;color:#f00;padding-right:3px;line-height:18px;transition:all 0.2s ease}
.sharing-default-minimal .nectar-social .facebook-share:hover, .nectar-social.fixed .facebook-share, .nectar-social.vertical .nectar-social-inner a.facebook-share:hover{background-color:#6a75c8;}
.sharing-default-minimal .nectar-social .twitter-share:hover, .nectar-social.fixed .twitter-share, .nectar-social.vertical .nectar-social-inner a.twitter-share:hover{background-color:#6abaf7;}
.sharing-default-minimal .nectar-social .linkedin-share:hover, .nectar-social.fixed .linkedin-share, .nectar-social.vertical .nectar-social-inner a.linkedin-share:hover{background-color:#2e82d9;}
.sharing-default-minimal .nectar-social .pinterest-share:hover, .nectar-social.fixed .pinterest-share, .nectar-social.vertical .nectar-social-inner a.pinterest-share:hover{background-color:#f00;}
.sharing-default-minimal .nectar-social a:hover{color:#fff}
#ajax-content-wrap .sharing-default-minimal .nectar-social .nectar-love,
body .sharing-default-minimal .nectar-social .nectar-love{margin-top:0;font-size:15px;line-height:22px;}
body .sharing-default-minimal .n-shortcode{border-right:none!important;top:-1px;position:relative}
.col.centered-text .sharing-default-minimal .nectar-social-inner{text-align:center;}
.sharing-default-minimal .nectar-social-inner .nectar-love{border:2px solid rgba(0,0,0,0.2);padding:7px 9px 7px 30px!important;margin-top:50px;height:auto!important;font-size:12px;margin-right:10px;line-height:20px;position:relative;transition:all 0.2s ease}
.sharing-default-minimal .nectar-love.loved{border-color:transparent;background-color:#000;}
.sharing-default-minimal .n-shortcode .nectar-love .icon-salient-heart-2, body .sharing-default-minimal .nectar-love i{font-size:14px!important;margin-right:8px;line-height:20px;transition:all 0.2s ease}
#ajax-content-wrap .sharing-default-minimal .nectar-love i, 
body .sharing-default-minimal .hovered .nectar-love i{color:rgba(0,0,0,0.2);transform:scale(1);opacity:1;position:relative}
.sharing-default-minimal .total_loves{background-color:rgba(0,0,0,0.2);color:#fff;border-radius:100px;padding:2px 8px!important;margin-left:28px;float:right;line-height:12px;transition:all 0.2s ease}
.sharing-default-minimal .nectar-love .total_loves .nectar-love-count{font-size:10px;line-height:16px;opacity:1}
.sharing-default-minimal .nectar-love:hover{background-color:#000}
.sharing-default-minimal .nectar-love:hover .total_loves, .sharing-default-minimal .nectar-love.loved .total_loves{background-color:rgba(255,255,255,0.25)}
.sharing-default-minimal .nectar-love .icon-salient-heart-2:before{content:"\e00e"!important}
.sharing-default-minimal .total_loves{display:block}
.sharing-default-minimal a:hover .total_loves, .sharing-default-minimal .nectar-love.loved .total_loves{color:#fff}
#page-header-bg[data-post-hs="default_minimal"] h1, 
body.single-post .heading-title[data-header-style="default_minimal"] .entry-title{text-align:center;margin:0 auto}
.sharing-default-minimal{text-align:left}
.sharing-default-minimal .nectar-social-inner >a{border:2px solid #000;padding:9px 30px!important;margin-right:10px}
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a, 
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-love{border-radius:100px;line-height:1px;margin:10px 13px 10px 0;height:auto;display:inline-block}
.sharing-default-minimal .nectar-social-inner >a, .sharing-default-minimal .nectar-love{line-height:1px;margin:10px 13px 10px 0;height:auto;display:inline-block}
.sharing-default-minimal .nectar-social-inner >a, body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a{line-height:18px;}
.sharing-default-minimal .nectar-social .facebook-share:hover i, .sharing-default-minimal .nectar-social .twitter-share:hover i, .sharing-default-minimal .nectar-social .google-plus-share:hover i, .sharing-default-minimal .nectar-social .linkedin-share:hover i, .sharing-default-minimal .nectar-social .pinterest-share:hover i, .sharing-default-minimal .nectar-love:hover i, .sharing-default-minimal .nectar-love:hover, .sharing-default-minimal .nectar-love.loved i, .sharing-default-minimal .nectar-love.loved, body .sharing-default-minimal .hovered .nectar-love.loved i, #footer-outer .sharing-default-minimal .nectar-social a:hover{color:#fff!important}
.post.masonry-blog-item .post-meta .nectar-love-wrap{float:right}
.nectar-love-wrap .nectar-love-count{margin-left:5px;font-size:14px;line-height:14px;}
body .nectar-love-wrap .total_loves{line-height:14px;}
.nectar-love-wrap{line-height:19px}
article.post .post-meta .nectar-love-wrap{text-align:center;}
body .nectar-love-wrap i[class^="icon-"]{font-size:14px;height:14px;top:-1px;transition:color 0.2s ease;line-height:14px;}
.nectar-love{-webkit-transition:background-color 0.2s linear;transition:background-color 0.2s linear;width:auto;color:inherit;line-height:11px;font-size:14px;display:inline-block}
.nectar-love span{font-weight:400;color:inherit;font-size:12px;line-height:12px;display:inline-block}
.nectar-social .social-text, .nectar-social .love-text, .nectar-love .love-text{display:none;}
body .pinterest-share i, body .facebook-share i, body .twitter-share i, body .linkedin-share i, .nectar-social .icon-default-style.steadysets-icon-share, body [class^="icon-"].icon-salient-heart, 
body [class^="icon-"].icon-salient-heart-2{background-color:transparent;border-radius:0px;font-weight:normal;font-size:20px;height:20px;width:auto;line-height:20px;color:#ddd;}
.nectar-social.hover .pinterest-share i, .nectar-social.hover .facebook-share i, .nectar-social.hover .twitter-share i, .nectar-social.hover .linkedin-share i{color:inherit;}
.nectar-social .nectar-social-inner a, .nectar-social .nectar-love-button .nectar-love, .nectar-social.fixed > a{text-decoration:none!important;}
.sharing-default-minimal.post-bottom, .salient-social-outer.post-bottom {
margin-top: 40px;
}