/*
*Theme Name:     PatioTime Child Theme
*Theme URI: 	 https://patiotime.loftocean.com/
*Description:    PatioTime child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       patiotime
*Text Domain: 	 patiotime-child
*Version:        1.0
*/

 /** Add your styles below **/


 a[href*="slice"]::before{
 	background: url(images/slice.svg) no-repeat;
 	background-size: contain;
 	width: 43px;
 	height: 43px;
 	content: ""!important;
 }

  a[href*="seamless"]::before{
 	background: url(images/seamless-logo.svg) no-repeat;
 	background-size: contain;
 	width: 100px;
 	height: 43px;
 	content: ""!important;
 }

 .mobile-menu-logo .polylang_langswitcher{
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 14px;
    display: flex;
 }
 .mobile-menu-logo .polylang_langswitcher img{
    width: 23px!important;
    height: 16px !important;
 }
 .sidemenu .mobile-menu-logo {
    max-width: 50%;
    display: flex;
    align-items: center;
}


