@font-face {
font-family: 'moon';
src:url(//restaurantsals-rdp.com/wp-content/plugins/mega_main_menu/framework/src/fonts/icomoon.eot);
src:url(//restaurantsals-rdp.com/wp-content/plugins/mega_main_menu/framework/src/fonts/icomoon.eot?#iefix) format('embedded-opentype'),
url(//restaurantsals-rdp.com/wp-content/plugins/mega_main_menu/framework/src/fonts/icomoon.svg#moon) format('svg'),
url(//restaurantsals-rdp.com/wp-content/plugins/mega_main_menu/framework/src/fonts/icomoon.ttf) format('truetype');
font-weight: normal;
font-style: normal;
} a [class*="im-icon-"], a [class*=" im-icon-"]{
cursor:pointer;
outline: 0 !important;
}
[class*="im-icon-"], [class*=" im-icon-"]{
cursor:default;
}
[class*="im-icon-"]:before, [class*=" im-icon-"]:before {
font-family: 'moon';
speak: none;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration:none;
-webkit-font-smoothing: antialiased;
}
ul.icons {list-style:none !important;}
[class*="im-icon-"].pull-right, [class*=" im-icon-"].pull-right {
float: right;
padding: 0px 0px 0px 15px;
}
[class*="im-icon-"].pull-left, [class*=" im-icon-"].pull-left {
float: left;
padding: 0px 15px 0px 0px;
}
[class*="im-icon-"].spin {
display: inline-block;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
[class*="im-icon-"].hover-fade{
padding:0 5px;
opacity:1; 
filter:alpha(opacity=100); -webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
[class*="im-icon-"].hover-fade:hover{
opacity:0.65; 
filter:alpha(opacity=65); -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
[class*="im-icon-"].icon-background, [class*="im-icon-"].metro-background {
color: #fff;
display: inline-block;
padding: 0.09em 0 0;
overflow: hidden;
max-width: 2.4em;
padding-right: 0;
max-height: 2.09em;
text-align: center;
text-decoration: none;
white-space: nowrap;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
[class*="im-icon-"].icon-background{
border: 1px solid #777;
border-color: rgba(0,0,0,0.2);
border-bottom-color: #333;
border-bottom-color: rgba(0,0,0,0.4);
background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.1) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(49%,rgba(255,255,255,0.05)), color-stop(51%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0.1)));
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
background-image: -o-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.05) 51%,rgba(0,0,0,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1a000000',GradientType=0 );
-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
border-radius: .3em;
}
[class*="im-icon-"].icon-background:before, [class*="im-icon-"].metro-background:before {content: "";
float: left;
font-size: 120%;
line-height:1.65;
font-style: normal;
font-weight: normal;
margin: 0 0.5em 0 0;
text-align: center;
text-decoration: none;
text-transform: none;
padding: 0;
width: 2em;
height: 2em;
border: none;
box-shadow: none;	
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
[class*="im-icon-"].hover-show-color{
padding:0 6px;
color:#ccc !important;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
[class*="im-icon-"].hover-show-color:hover{	
color:inherit !important;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
[class*="im-icon-"].hover-show-color-bg{
color:#666 !important;
border: 1px solid #aaa;
border-color: rgba(0,0,0,0.3);
border-bottom-color: #777;
border-bottom-color: rgba(0,0,0,0.5);	
text-shadow: 0 1px 0 #fff;
background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.07) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.07)));
background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.07) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#12000000',GradientType=0 );
-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
}
[class*="im-icon-"].hover-show-color-bg:hover{	
color:inherit !important;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
[class*="im-icon-"].hover-show-color-metro-bg{
color:#B5B5B5 !important;
background-color:#F7F7F7;
margin-bottom: -5px;
margin-left:-1px;
}
[class*="im-icon-"].hover-show-color-metro-bg.moon-dribbble-3 {margin-right:-1px;}
[class*="im-icon-"].hover-show-color-metro-bg:hover{	
color:#fff !important;
background-color:inherit !important;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg); }
100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg); }
100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
@-moz-document url-prefix() {
.icon-spin {
height: .9em;
}
}
.im-icon-home:before {content: "\e000";}
.im-icon-home-2:before {content: "\e001";}
.im-icon-home-3:before {content: "\e002";}
.im-icon-home-4:before {content: "\e003";}
.im-icon-home-5:before {content: "\e004";}
.im-icon-home-6:before {content: "\e005";}
.im-icon-home-7:before {content: "\e006";}
.im-icon-home-8:before {content: "\e007";}
.im-icon-home-9:before {content: "\e008";}
.im-icon-home-10:before {content: "\e009";}
.im-icon-home-11:before {content: "\e00a";}
.im-icon-office:before {content: "\e00b";}
.im-icon-newspaper:before {content: "\e00c";}
.im-icon-pencil:before {content: "\e00d";}
.im-icon-pencil-2:before {content: "\e00e";}
.im-icon-pencil-3:before {content: "\e00f";}
.im-icon-pencil-4:before {content: "\e010";}
.im-icon-pencil-5:before {content: "\e011";}
.im-icon-pencil-6:before {content: "\e012";}
.im-icon-quill:before {content: "\e013";}
.im-icon-quill-2:before {content: "\e014";}
.im-icon-quill-3:before {content: "\e015";}
.im-icon-pen:before {content: "\e016";}
.im-icon-pen-2:before {content: "\e017";}
.im-icon-pen-3:before {content: "\e018";}
.im-icon-pen-4:before {content: "\e019";}
.im-icon-pen-5:before {content: "\e01a";}
.im-icon-marker:before {content: "\e01b";}
.im-icon-home-12:before {content: "\e01c";}
.im-icon-marker-2:before {content: "\e01d";}
.im-icon-blog:before {content: "\e01e";}
.im-icon-blog-2:before {content: "\e01f";}
.im-icon-brush:before {content: "\e020";}
.im-icon-palette:before {content: "\e021";}
.im-icon-palette-2:before {content: "\e022";}
.im-icon-eyedropper:before {content: "\e023";}
.im-icon-eyedropper-2:before {content: "\e024";}
.im-icon-droplet:before {content: "\e025";}
.im-icon-droplet-2:before {content: "\e026";}
.im-icon-droplet-3:before {content: "\e027";}
.im-icon-droplet-4:before {content: "\e028";}
.im-icon-paint-format:before {content: "\e029";}
.im-icon-paint-format-2:before {content: "\e02a";}
.im-icon-image:before {content: "\e02b";}
.im-icon-image-2:before {content: "\e02c";}
.im-icon-image-3:before {content: "\e02d";}
.im-icon-images:before {content: "\e02e";}
.im-icon-image-4:before {content: "\e02f";}
.im-icon-image-5:before {content: "\e030";}
.im-icon-image-6:before {content: "\e031";}
.im-icon-images-2:before {content: "\e032";}
.im-icon-image-7:before {content: "\e033";}
.im-icon-camera:before {content: "\e034";}
.im-icon-camera-2:before {content: "\e035";}
.im-icon-camera-3:before {content: "\e036";}
.im-icon-camera-4:before {content: "\e037";}
.im-icon-music:before {content: "\e038";}
.im-icon-music-2:before {content: "\e039";}
.im-icon-music-3:before {content: "\e03a";}
.im-icon-music-4:before {content: "\e03b";}
.im-icon-music-5:before {content: "\e03c";}
.im-icon-music-6:before {content: "\e03d";}
.im-icon-piano:before {content: "\e03e";}
.im-icon-guitar:before {content: "\e03f";}
.im-icon-headphones:before {content: "\e040";}
.im-icon-headphones-2:before {content: "\e041";}
.im-icon-play:before {content: "\e042";}
.im-icon-play-2:before {content: "\e043";}
.im-icon-movie:before {content: "\e044";}
.im-icon-movie-2:before {content: "\e045";}
.im-icon-movie-3:before {content: "\e046";}
.im-icon-film:before {content: "\e047";}
.im-icon-film-2:before {content: "\e048";}
.im-icon-film-3:before {content: "\e049";}
.im-icon-film-4:before {content: "\e04a";}
.im-icon-camera-5:before {content: "\e04b";}
.im-icon-camera-6:before {content: "\e04c";}
.im-icon-camera-7:before {content: "\e04d";}
.im-icon-camera-8:before {content: "\e04e";}
.im-icon-camera-9:before {content: "\e04f";}
.im-icon-dice:before {content: "\e050";}
.im-icon-gamepad:before {content: "\e051";}
.im-icon-gamepad-2:before {content: "\e052";}
.im-icon-gamepad-3:before {content: "\e053";}
.im-icon-pacman:before {content: "\e054";}
.im-icon-spades:before {content: "\e055";}
.im-icon-clubs:before {content: "\e056";}
.im-icon-diamonds:before {content: "\e057";}
.im-icon-king:before {content: "\e058";}
.im-icon-queen:before {content: "\e059";}
.im-icon-rock:before {content: "\e05a";}
.im-icon-bishop:before {content: "\e05b";}
.im-icon-knight:before {content: "\e05c";}
.im-icon-pawn:before {content: "\e05d";}
.im-icon-chess:before {content: "\e05e";}
.im-icon-bullhorn:before {content: "\e05f";}
.im-icon-megaphone:before {content: "\e060";}
.im-icon-new:before {content: "\e061";}
.im-icon-connection:before {content: "\e062";}
.im-icon-connection-2:before {content: "\e063";}
.im-icon-podcast:before {content: "\e064";}
.im-icon-radio:before {content: "\e065";}
.im-icon-feed:before {content: "\e066";}
.im-icon-connection-3:before {content: "\e067";}
.im-icon-radio-2:before {content: "\e068";}
.im-icon-podcast-2:before {content: "\e069";}
.im-icon-podcast-3:before {content: "\e06a";}
.im-icon-mic:before {content: "\e06b";}
.im-icon-mic-2:before {content: "\e06c";}
.im-icon-mic-3:before {content: "\e06d";}
.im-icon-mic-4:before {content: "\e06e";}
.im-icon-mic-5:before {content: "\e06f";}
.im-icon-book:before {content: "\e070";}
.im-icon-book-2:before {content: "\e071";}
.im-icon-books:before {content: "\e072";}
.im-icon-reading:before {content: "\e073";}
.im-icon-library:before {content: "\e074";}
.im-icon-library-2:before {content: "\e075";}
.im-icon-graduation:before {content: "\e076";}
.im-icon-file:before {content: "\e077";}
.im-icon-profile:before {content: "\e078";}
.im-icon-file-2:before {content: "\e079";}
.im-icon-file-3:before {content: "\e07a";}
.im-icon-file-4:before {content: "\e07b";}
.im-icon-file-5:before {content: "\e07c";}
.im-icon-file-6:before {content: "\e07d";}
.im-icon-files:before {content: "\e07e";}
.im-icon-file-plus:before {content: "\e07f";}
.im-icon-file-minus:before {content: "\e080";}
.im-icon-file-download:before {content: "\e081";}
.im-icon-file-upload:before {content: "\e082";}
.im-icon-file-check:before {content: "\e083";}
.im-icon-file-remove:before {content: "\e084";}
.im-icon-file-7:before {content: "\e085";}
.im-icon-file-8:before {content: "\e086";}
.im-icon-file-plus-2:before {content: "\e087";}
.im-icon-file-minus-2:before {content: "\e088";}
.im-icon-file-download-2:before {content: "\e089";}
.im-icon-file-upload-2:before {content: "\e08a";}
.im-icon-file-check-2:before {content: "\e08b";}
.im-icon-file-remove-2:before {content: "\e08c";}
.im-icon-file-9:before {content: "\e08d";}
.im-icon-copy:before {content: "\e08e";}
.im-icon-copy-2:before {content: "\e08f";}
.im-icon-copy-3:before {content: "\e090";}
.im-icon-copy-4:before {content: "\e091";}
.im-icon-paste:before {content: "\e092";}
.im-icon-paste-2:before {content: "\e093";}
.im-icon-paste-3:before {content: "\e094";}
.im-icon-stack:before {content: "\e095";}
.im-icon-stack-2:before {content: "\e096";}
.im-icon-stack-3:before {content: "\e097";}
.im-icon-folder:before {content: "\e098";}
.im-icon-folder-download:before {content: "\e099";}
.im-icon-folder-upload:before {content: "\e09a";}
.im-icon-folder-plus:before {content: "\e09b";}
.im-icon-folder-plus-2:before {content: "\e09c";}
.im-icon-folder-minus:before {content: "\e09d";}
.im-icon-folder-minus-2:before {content: "\e09e";}
.im-icon-folder8:before {content: "\e09f";}
.im-icon-folder-remove:before {content: "\e0a0";}
.im-icon-folder-2:before {content: "\e0a1";}
.im-icon-folder-open:before {content: "\e0a2";}
.im-icon-folder-3:before {content: "\e0a3";}
.im-icon-folder-4:before {content: "\e0a4";}
.im-icon-folder-plus-3:before {content: "\e0a5";}
.im-icon-folder-minus-3:before {content: "\e0a6";}
.im-icon-folder-plus-4:before {content: "\e0a7";}
.im-icon-folder-remove-2:before {content: "\e0a8";}
.im-icon-folder-download-2:before {content: "\e0a9";}
.im-icon-folder-upload-2:before {content: "\e0aa";}
.im-icon-folder-download-3:before {content: "\e0ab";}
.im-icon-folder-upload-3:before {content: "\e0ac";}
.im-icon-folder-5:before {content: "\e0ad";}
.im-icon-folder-open-2:before {content: "\e0ae";}
.im-icon-folder-6:before {content: "\e0af";}
.im-icon-folder-open-3:before {content: "\e0b0";}
.im-icon-certificate:before {content: "\e0b1";}
.im-icon-cc:before {content: "\e0b2";}
.im-icon-tag:before {content: "\e0b3";}
.im-icon-tag-2:before {content: "\e0b4";}
.im-icon-tag-3:before {content: "\e0b5";}
.im-icon-tag-4:before {content: "\e0b6";}
.im-icon-tag-5:before {content: "\e0b7";}
.im-icon-tag-6:before {content: "\e0b8";}
.im-icon-tag-7:before {content: "\e0b9";}
.im-icon-tags:before {content: "\e0ba";}
.im-icon-tags-2:before {content: "\e0bb";}
.im-icon-tag-8:before {content: "\e0bc";}
.im-icon-barcode:before {content: "\e0bd";}
.im-icon-barcode-2:before {content: "\e0be";}
.im-icon-qrcode:before {content: "\e0bf";}
.im-icon-ticket:before {content: "\e0c0";}
.im-icon-cart:before {content: "\e0c1";}
.im-icon-cart-2:before {content: "\e0c2";}
.im-icon-cart-3:before {content: "\e0c3";}
.im-icon-cart-4:before {content: "\e0c4";}
.im-icon-cart-5:before {content: "\e0c5";}
.im-icon-cart-6:before {content: "\e0c6";}
.im-icon-cart-7:before {content: "\e0c7";}
.im-icon-cart-plus:before {content: "\e0c8";}
.im-icon-cart-minus:before {content: "\e0c9";}
.im-icon-cart-add:before {content: "\e0ca";}
.im-icon-cart-remove:before {content: "\e0cb";}
.im-icon-cart-checkout:before {content: "\e0cc";}
.im-icon-cart-remove-2:before {content: "\e0cd";}
.im-icon-basket:before {content: "\e0ce";}
.im-icon-basket-2:before {content: "\e0cf";}
.im-icon-bag:before {content: "\e0d0";}
.im-icon-bag-2:before {content: "\e0d1";}
.im-icon-bag-3:before {content: "\e0d2";}
.im-icon-coin:before {content: "\e0d3";}
.im-icon-coins:before {content: "\e0d4";}
.im-icon-credit:before {content: "\e0d5";}
.im-icon-credit-2:before {content: "\e0d6";}
.im-icon-calculate:before {content: "\e0d7";}
.im-icon-calculate-2:before {content: "\e0d8";}
.im-icon-support:before {content: "\e0d9";}
.im-icon-phone:before {content: "\e0da";}
.im-icon-phone-2:before {content: "\e0db";}
.im-icon-phone-3:before {content: "\e0dc";}
.im-icon-phone-4:before {content: "\e0dd";}
.im-icon-contact-add:before {content: "\e0de";}
.im-icon-contact-remove:before {content: "\e0df";}
.im-icon-contact-add-2:before {content: "\e0e0";}
.im-icon-contact-remove-2:before {content: "\e0e1";}
.im-icon-call-incoming:before {content: "\e0e2";}
.im-icon-call-outgoing:before {content: "\e0e3";}
.im-icon-phone-5:before {content: "\e0e4";}
.im-icon-phone-6:before {content: "\e0e5";}
.im-icon-phone-hang-up:before {content: "\e0e6";}
.im-icon-phone-hang-up-2:before {content: "\e0e7";}
.im-icon-address-book:before {content: "\e0e8";}
.im-icon-address-book-2:before {content: "\e0e9";}
.im-icon-notebook:before {content: "\e0ea";}
.im-icon-envelop:before {content: "\e0eb";}
.im-icon-envelop-2:before {content: "\e0ec";}
.im-icon-mail-send:before {content: "\e0ed";}
.im-icon-envelop-opened:before {content: "\e0ee";}
.im-icon-envelop-3:before {content: "\e0ef";}
.im-icon-pushpin:before {content: "\e0f0";}
.im-icon-location:before {content: "\e0f1";}
.im-icon-location-2:before {content: "\e0f2";}
.im-icon-location-3:before {content: "\e0f3";}
.im-icon-location-4:before {content: "\e0f4";}
.im-icon-location-5:before {content: "\e0f5";}
.im-icon-location-6:before {content: "\e0f6";}
.im-icon-location-7:before {content: "\e0f7";}
.im-icon-compass:before {content: "\e0f8";}
.im-icon-compass-2:before {content: "\e0f9";}
.im-icon-map:before {content: "\e0fa";}
.im-icon-map-2:before {content: "\e0fb";}
.im-icon-map-3:before {content: "\e0fc";}
.im-icon-map-4:before {content: "\e0fd";}
.im-icon-direction:before {content: "\e0fe";}
.im-icon-history:before {content: "\e0ff";}
.im-icon-history-2:before {content: "\e100";}
.im-icon-clock:before {content: "\e101";}
.im-icon-clock-2:before {content: "\e102";}
.im-icon-clock-3:before {content: "\e103";}
.im-icon-clock-4:before {content: "\e104";}
.im-icon-watch:before {content: "\e105";}
.im-icon-clock-5:before {content: "\e106";}
.im-icon-clock-6:before {content: "\e107";}
.im-icon-clock-7:before {content: "\e108";}
.im-icon-alarm:before {content: "\e109";}
.im-icon-alarm-2:before {content: "\e10a";}
.im-icon-bell:before {content: "\e10b";}
.im-icon-bell-2:before {content: "\e10c";}
.im-icon-alarm-plus:before {content: "\e10d";}
.im-icon-alarm-minus:before {content: "\e10e";}
.im-icon-alarm-check:before {content: "\e10f";}
.im-icon-alarm-cancel:before {content: "\e110";}
.im-icon-stopwatch:before {content: "\e111";}
.im-icon-calendar:before {content: "\e112";}
.im-icon-calendar-2:before {content: "\e113";}
.im-icon-calendar-3:before {content: "\e114";}
.im-icon-calendar-4:before {content: "\e115";}
.im-icon-calendar-5:before {content: "\e116";}
.im-icon-print:before {content: "\e117";}
.im-icon-print-2:before {content: "\e118";}
.im-icon-print-3:before {content: "\e119";}
.im-icon-mouse:before {content: "\e11a";}
.im-icon-mouse-2:before {content: "\e11b";}
.im-icon-mouse-3:before {content: "\e11c";}
.im-icon-mouse-4:before {content: "\e11d";}
.im-icon-keyboard:before {content: "\e11e";}
.im-icon-keyboard-2:before {content: "\e11f";}
.im-icon-screen:before {content: "\e120";}
.im-icon-screen-2:before {content: "\e121";}
.im-icon-screen-3:before {content: "\e122";}
.im-icon-screen-4:before {content: "\e123";}
.im-icon-laptop:before {content: "\e124";}
.im-icon-mobile:before {content: "\e125";}
.im-icon-mobile-2:before {content: "\e126";}
.im-icon-tablet:before {content: "\e127";}
.im-icon-mobile-3:before {content: "\e128";}
.im-icon-tv:before {content: "\e129";}
.im-icon-cabinet:before {content: "\e12a";}
.im-icon-archive:before {content: "\e12b";}
.im-icon-drawer:before {content: "\e12c";}
.im-icon-drawer-2:before {content: "\e12d";}
.im-icon-drawer-3:before {content: "\e12e";}
.im-icon-box:before {content: "\e12f";}
.im-icon-box-add:before {content: "\e130";}
.im-icon-box-remove:before {content: "\e131";}
.im-icon-download:before {content: "\e132";}
.im-icon-upload:before {content: "\e133";}
.im-icon-disk:before {content: "\e134";}
.im-icon-cd:before {content: "\e135";}
.im-icon-storage:before {content: "\e136";}
.im-icon-storage-2:before {content: "\e137";}
.im-icon-database:before {content: "\e138";}
.im-icon-database-2:before {content: "\e139";}
.im-icon-database-3:before {content: "\e13a";}
.im-icon-undo:before {content: "\e13b";}
.im-icon-redo:before {content: "\e13c";}
.im-icon-rotate:before {content: "\e13d";}
.im-icon-rotate-2:before {content: "\e13e";}
.im-icon-flip:before {content: "\e13f";}
.im-icon-flip-2:before {content: "\e140";}
.im-icon-unite:before {content: "\e141";}
.im-icon-subtract:before {content: "\e142";}
.im-icon-interset:before {content: "\e143";}
.im-icon-exclude:before {content: "\e144";}
.im-icon-align-left:before {content: "\e145";}
.im-icon-align-center-horizontal:before {content: "\e146";}
.im-icon-align-right:before {content: "\e147";}
.im-icon-align-top:before {content: "\e148";}
.im-icon-align-center-vertical:before {content: "\e149";}
.im-icon-align-bottom:before {content: "\e14a";}
.im-icon-undo-2:before {content: "\e14b";}
.im-icon-redo-2:before {content: "\e14c";}
.im-icon-forward:before {content: "\e14d";}
.im-icon-reply:before {content: "\e14e";}
.im-icon-reply-2:before {content: "\e14f";}
.im-icon-bubble:before {content: "\e150";}
.im-icon-bubbles:before {content: "\e151";}
.im-icon-bubbles-2:before {content: "\e152";}
.im-icon-bubble-2:before {content: "\e153";}
.im-icon-bubbles-3:before {content: "\e154";}
.im-icon-bubbles-4:before {content: "\e155";}
.im-icon-bubble-notification:before {content: "\e156";}
.im-icon-bubbles-5:before {content: "\e157";}
.im-icon-bubbles-6:before {content: "\e158";}
.im-icon-bubble-3:before {content: "\e159";}
.im-icon-bubble-dots:before {content: "\e15a";}
.im-icon-bubble-4:before {content: "\e15b";}
.im-icon-bubble-5:before {content: "\e15c";}
.im-icon-bubble-dots-2:before {content: "\e15d";}
.im-icon-bubble-6:before {content: "\e15e";}
.im-icon-bubble-7:before {content: "\e15f";}
.im-icon-bubble-8:before {content: "\e160";}
.im-icon-bubbles-7:before {content: "\e161";}
.im-icon-bubble-9:before {content: "\e162";}
.im-icon-bubbles-8:before {content: "\e163";}
.im-icon-bubble-10:before {content: "\e164";}
.im-icon-bubble-dots-3:before {content: "\e165";}
.im-icon-bubble-11:before {content: "\e166";}
.im-icon-bubble-12:before {content: "\e167";}
.im-icon-bubble-dots-4:before {content: "\e168";}
.im-icon-bubble-13:before {content: "\e169";}
.im-icon-bubbles-9:before {content: "\e16a";}
.im-icon-bubbles-10:before {content: "\e16b";}
.im-icon-bubble-blocked:before {content: "\e16c";}
.im-icon-bubble-quote:before {content: "\e16d";}
.im-icon-bubble-user:before {content: "\e16e";}
.im-icon-bubble-check:before {content: "\e16f";}
.im-icon-bubble-video-chat:before {content: "\e170";}
.im-icon-bubble-link:before {content: "\e171";}
.im-icon-bubble-locked:before {content: "\e172";}
.im-icon-bubble-star:before {content: "\e173";}
.im-icon-bubble-heart:before {content: "\e174";}
.im-icon-bubble-paperclip:before {content: "\e175";}
.im-icon-bubble-cancel:before {content: "\e176";}
.im-icon-bubble-plus:before {content: "\e177";}
.im-icon-bubble-minus:before {content: "\e178";}
.im-icon-bubble-notification-2:before {content: "\e179";}
.im-icon-bubble-trash:before {content: "\e17a";}
.im-icon-bubble-left:before {content: "\e17b";}
.im-icon-bubble-right:before {content: "\e17c";}
.im-icon-bubble-up:before {content: "\e17d";}
.im-icon-bubble-down:before {content: "\e17e";}
.im-icon-bubble-first:before {content: "\e17f";}
.im-icon-bubble-last:before {content: "\e180";}
.im-icon-bubble-replu:before {content: "\e181";}
.im-icon-bubble-forward:before {content: "\e182";}
.im-icon-bubble-reply:before {content: "\e183";}
.im-icon-bubble-forward-2:before {content: "\e184";}
.im-icon-user:before {content: "\e185";}
.im-icon-users:before {content: "\e186";}
.im-icon-user-plus:before {content: "\e187";}
.im-icon-user-plus-2:before {content: "\e188";}
.im-icon-user-minus:before {content: "\e189";}
.im-icon-user-minus-2:before {content: "\e18a";}
.im-icon-user-cancel:before {content: "\e18b";}
.im-icon-user-block:before {content: "\e18c";}
.im-icon-users-2:before {content: "\e18d";}
.im-icon-user-2:before {content: "\e18e";}
.im-icon-users-3:before {content: "\e18f";}
.im-icon-user-plus-3:before {content: "\e190";}
.im-icon-user-minus-3:before {content: "\e191";}
.im-icon-user-cancel-2:before {content: "\e192";}
.im-icon-user-block-2:before {content: "\e193";}
.im-icon-user-3:before {content: "\e194";}
.im-icon-user-4:before {content: "\e195";}
.im-icon-user-5:before {content: "\e196";}
.im-icon-user-6:before {content: "\e197";}
.im-icon-users-4:before {content: "\e198";}
.im-icon-user-7:before {content: "\e199";}
.im-icon-user-8:before {content: "\e19a";}
.im-icon-users-5:before {content: "\e19b";}
.im-icon-vcard:before {content: "\e19c";}
.im-icon-tshirt:before {content: "\e19d";}
.im-icon-hanger:before {content: "\e19e";}
.im-icon-quotes-left:before {content: "\e19f";}
.im-icon-quotes-right:before {content: "\e1a0";}
.im-icon-quotes-right-2:before {content: "\e1a1";}
.im-icon-quotes-right-3:before {content: "\e1a2";}
.im-icon-busy:before {content: "\e1a3";}
.im-icon-busy-2:before {content: "\e1a4";}
.im-icon-busy-3:before {content: "\e1a5";}
.im-icon-busy-4:before {content: "\e1a6";}
.im-icon-spinner:before {content: "\e1a7";}
.im-icon-spinner-2:before {content: "\e1a8";}
.im-icon-spinner-3:before {content: "\e1a9";}
.im-icon-spinner-4:before {content: "\e1aa";}
.im-icon-spinner-5:before {content: "\e1ab";}
.im-icon-spinner-6:before {content: "\e1ac";}
.im-icon-spinner-7:before {content: "\e1ad";}
.im-icon-spinner-8:before {content: "\e1ae";}
.im-icon-spinner-9:before {content: "\e1af";}
.im-icon-spinner-10:before {content: "\e1b0";}
.im-icon-spinner-11:before {content: "\e1b1";}
.im-icon-spinner-12:before {content: "\e1b2";}
.im-icon-microscope:before {content: "\e1b3";}
.im-icon-binoculars:before {content: "\e1b4";}
.im-icon-binoculars-2:before {content: "\e1b5";}
.im-icon-search:before {content: "\e1b6";}
.im-icon-search-2:before {content: "\e1b7";}
.im-icon-zoom-in:before {content: "\e1b8";}
.im-icon-zoom-out:before {content: "\e1b9";}
.im-icon-search-3:before {content: "\e1ba";}
.im-icon-search-4:before {content: "\e1bb";}
.im-icon-zoom-in-2:before {content: "\e1bc";}
.im-icon-zoom-out-2:before {content: "\e1bd";}
.im-icon-search-5:before {content: "\e1be";}
.im-icon-expand:before {content: "\e1bf";}
.im-icon-contract:before {content: "\e1c0";}
.im-icon-scale-up:before {content: "\e1c1";}
.im-icon-scale-down:before {content: "\e1c2";}
.im-icon-expand-2:before {content: "\e1c3";}
.im-icon-contract-2:before {content: "\e1c4";}
.im-icon-scale-up-2:before {content: "\e1c5";}
.im-icon-scale-down-2:before {content: "\e1c6";}
.im-icon-fullscreen:before {content: "\e1c7";}
.im-icon-expand-3:before {content: "\e1c8";}
.im-icon-contract-3:before {content: "\e1c9";}
.im-icon-key:before {content: "\e1ca";}
.im-icon-key-2:before {content: "\e1cb";}
.im-icon-key-3:before {content: "\e1cc";}
.im-icon-key-4:before {content: "\e1cd";}
.im-icon-key-5:before {content: "\e1ce";}
.im-icon-keyhole:before {content: "\e1cf";}
.im-icon-lock:before {content: "\e1d0";}
.im-icon-lock-2:before {content: "\e1d1";}
.im-icon-lock-3:before {content: "\e1d2";}
.im-icon-lock-4:before {content: "\e1d3";}
.im-icon-unlocked:before {content: "\e1d4";}
.im-icon-lock-5:before {content: "\e1d5";}
.im-icon-unlocked-2:before {content: "\e1d6";}
.im-icon-wrench:before {content: "\e1d7";}
.im-icon-wrench-2:before {content: "\e1d8";}
.im-icon-wrench-3:before {content: "\e1d9";}
.im-icon-wrench-4:before {content: "\e1da";}
.im-icon-settings:before {content: "\e1db";}
.im-icon-equalizer:before {content: "\e1dc";}
.im-icon-equalizer-2:before {content: "\e1dd";}
.im-icon-equalizer-3:before {content: "\e1de";}
.im-icon-cog:before {content: "\e1df";}
.im-icon-cogs:before {content: "\e1e0";}
.im-icon-cog-2:before {content: "\e1e1";}
.im-icon-cog-3:before {content: "\e1e2";}
.im-icon-cog-4:before {content: "\e1e3";}
.im-icon-cog-5:before {content: "\e1e4";}
.im-icon-cog-6:before {content: "\e1e5";}
.im-icon-cog-7:before {content: "\e1e6";}
.im-icon-factory:before {content: "\e1e7";}
.im-icon-hammer:before {content: "\e1e8";}
.im-icon-tools:before {content: "\e1e9";}
.im-icon-screwdriver:before {content: "\e1ea";}
.im-icon-screwdriver-2:before {content: "\e1eb";}
.im-icon-wand:before {content: "\e1ec";}
.im-icon-wand-2:before {content: "\e1ed";}
.im-icon-health:before {content: "\e1ee";}
.im-icon-aid:before {content: "\e1ef";}
.im-icon-patch:before {content: "\e1f0";}
.im-icon-bug:before {content: "\e1f1";}
.im-icon-bug-2:before {content: "\e1f2";}
.im-icon-inject:before {content: "\e1f3";}
.im-icon-inject-2:before {content: "\e1f4";}
.im-icon-construction:before {content: "\e1f5";}
.im-icon-cone:before {content: "\e1f6";}
.im-icon-pie:before {content: "\e1f7";}
.im-icon-pie-2:before {content: "\e1f8";}
.im-icon-pie-3:before {content: "\e1f9";}
.im-icon-pie-4:before {content: "\e1fa";}
.im-icon-pie-5:before {content: "\e1fb";}
.im-icon-pie-6:before {content: "\e1fc";}
.im-icon-pie-7:before {content: "\e1fd";}
.im-icon-stats:before {content: "\e1fe";}
.im-icon-stats-2:before {content: "\e1ff";}
.im-icon-stats-3:before {content: "\e200";}
.im-icon-bars:before {content: "\e201";}
.im-icon-bars-2:before {content: "\e202";}
.im-icon-bars-3:before {content: "\e203";}
.im-icon-bars-4:before {content: "\e204";}
.im-icon-bars-5:before {content: "\e205";}
.im-icon-bars-6:before {content: "\e206";}
.im-icon-stats-up:before {content: "\e207";}
.im-icon-stats-down:before {content: "\e208";}
.im-icon-stairs-down:before {content: "\e209";}
.im-icon-stairs-down-2:before {content: "\e20a";}
.im-icon-chart:before {content: "\e20b";}
.im-icon-stairs:before {content: "\e20c";}
.im-icon-stairs-2:before {content: "\e20d";}
.im-icon-ladder:before {content: "\e20e";}
.im-icon-cake:before {content: "\e20f";}
.im-icon-gift:before {content: "\e210";}
.im-icon-gift-2:before {content: "\e211";}
.im-icon-balloon:before {content: "\e212";}
.im-icon-rating:before {content: "\e213";}
.im-icon-rating-2:before {content: "\e214";}
.im-icon-rating-3:before {content: "\e215";}
.im-icon-podium:before {content: "\e216";}
.im-icon-medal:before {content: "\e217";}
.im-icon-medal-2:before {content: "\e218";}
.im-icon-medal-3:before {content: "\e219";}
.im-icon-medal-4:before {content: "\e21a";}
.im-icon-medal-5:before {content: "\e21b";}
.im-icon-crown:before {content: "\e21c";}
.im-icon-trophy:before {content: "\e21d";}
.im-icon-trophy-2:before {content: "\e21e";}
.im-icon-trophy-star:before {content: "\e21f";}
.im-icon-diamond:before {content: "\e220";}
.im-icon-diamond-2:before {content: "\e221";}
.im-icon-glass:before {content: "\e222";}
.im-icon-glass-2:before {content: "\e223";}
.im-icon-bottle:before {content: "\e224";}
.im-icon-bottle-2:before {content: "\e225";}
.im-icon-mug:before {content: "\e226";}
.im-icon-food:before {content: "\e227";}
.im-icon-food-2:before {content: "\e228";}
.im-icon-hamburger:before {content: "\e229";}
.im-icon-cup:before {content: "\e22a";}
.im-icon-cup-2:before {content: "\e22b";}
.im-icon-leaf:before {content: "\e22c";}
.im-icon-leaf-2:before {content: "\e22d";}
.im-icon-apple-fruit:before {content: "\e22e";}
.im-icon-tree:before {content: "\e22f";}
.im-icon-tree-2:before {content: "\e230";}
.im-icon-paw:before {content: "\e231";}
.im-icon-steps:before {content: "\e232";}
.im-icon-flower:before {content: "\e233";}
.im-icon-rocket:before {content: "\e234";}
.im-icon-meter:before {content: "\e235";}
.im-icon-meter2:before {content: "\e236";}
.im-icon-meter-slow:before {content: "\e237";}
.im-icon-meter-medium:before {content: "\e238";}
.im-icon-meter-fast:before {content: "\e239";}
.im-icon-dashboard:before {content: "\e23a";}
.im-icon-hammer-2:before {content: "\e23b";}
.im-icon-balance:before {content: "\e23c";}
.im-icon-bomb:before {content: "\e23d";}
.im-icon-fire:before {content: "\e23e";}
.im-icon-fire-2:before {content: "\e23f";}
.im-icon-lab:before {content: "\e240";}
.im-icon-atom:before {content: "\e241";}
.im-icon-atom-2:before {content: "\e242";}
.im-icon-magnet:before {content: "\e243";}
.im-icon-magnet-2:before {content: "\e244";}
.im-icon-magnet-3:before {content: "\e245";}
.im-icon-magnet-4:before {content: "\e246";}
.im-icon-dumbbell:before {content: "\e247";}
.im-icon-skull:before {content: "\e248";}
.im-icon-skull-2:before {content: "\e249";}
.im-icon-skull-3:before {content: "\e24a";}
.im-icon-lamp:before {content: "\e24b";}
.im-icon-lamp-2:before {content: "\e24c";}
.im-icon-lamp-3:before {content: "\e24d";}
.im-icon-lamp-4:before {content: "\e24e";}
.im-icon-remove:before {content: "\e24f";}
.im-icon-remove-2:before {content: "\e250";}
.im-icon-remove-3:before {content: "\e251";}
.im-icon-remove-4:before {content: "\e252";}
.im-icon-remove-5:before {content: "\e253";}
.im-icon-remove-6:before {content: "\e254";}
.im-icon-remove-7:before {content: "\e255";}
.im-icon-remove-8:before {content: "\e256";}
.im-icon-briefcase:before {content: "\e257";}
.im-icon-briefcase-2:before {content: "\e258";}
.im-icon-briefcase-3:before {content: "\e259";}
.im-icon-airplane:before {content: "\e25a";}
.im-icon-airplane-2:before {content: "\e25b";}
.im-icon-paper-plane:before {content: "\e25c";}
.im-icon-car:before {content: "\e25d";}
.im-icon-gas-pump:before {content: "\e25e";}
.im-icon-bus:before {content: "\e25f";}
.im-icon-truck:before {content: "\e260";}
.im-icon-bike:before {content: "\e261";}
.im-icon-road:before {content: "\e262";}
.im-icon-train:before {content: "\e263";}
.im-icon-ship:before {content: "\e264";}
.im-icon-boat:before {content: "\e265";}
.im-icon-cube:before {content: "\e266";}
.im-icon-cube-2:before {content: "\e267";}
.im-icon-cube-3:before {content: "\e268";}
.im-icon-cube4:before {content: "\e269";}
.im-icon-pyramid:before {content: "\e26a";}
.im-icon-pyramid-2:before {content: "\e26b";}
.im-icon-cylinder:before {content: "\e26c";}
.im-icon-package:before {content: "\e26d";}
.im-icon-puzzle:before {content: "\e26e";}
.im-icon-puzzle-2:before {content: "\e26f";}
.im-icon-puzzle-3:before {content: "\e270";}
.im-icon-puzzle-4:before {content: "\e271";}
.im-icon-glasses:before {content: "\e272";}
.im-icon-glasses-2:before {content: "\e273";}
.im-icon-glasses-3:before {content: "\e274";}
.im-icon-sun-glasses:before {content: "\e275";}
.im-icon-accessibility:before {content: "\e276";}
.im-icon-accessibility-2:before {content: "\e277";}
.im-icon-brain:before {content: "\e278";}
.im-icon-target:before {content: "\e279";}
.im-icon-target-2:before {content: "\e27a";}
.im-icon-target-3:before {content: "\e27b";}
.im-icon-gun:before {content: "\e27c";}
.im-icon-gun-ban:before {content: "\e27d";}
.im-icon-shield:before {content: "\e27e";}
.im-icon-shield-2:before {content: "\e27f";}
.im-icon-shield-3:before {content: "\e280";}
.im-icon-shield-4:before {content: "\e281";}
.im-icon-soccer:before {content: "\e282";}
.im-icon-football:before {content: "\e283";}
.im-icon-baseball:before {content: "\e284";}
.im-icon-basketball:before {content: "\e285";}
.im-icon-golf:before {content: "\e286";}
.im-icon-hockey:before {content: "\e287";}
.im-icon-racing:before {content: "\e288";}
.im-icon-eight-ball:before {content: "\e289";}
.im-icon-bowling-ball:before {content: "\e28a";}
.im-icon-bowling:before {content: "\e28b";}
.im-icon-bowling-2:before {content: "\e28c";}
.im-icon-lightning:before {content: "\e28d";}
.im-icon-power:before {content: "\e28e";}
.im-icon-power-2:before {content: "\e28f";}
.im-icon-switch:before {content: "\e290";}
.im-icon-power-cord:before {content: "\e291";}
.im-icon-cord:before {content: "\e292";}
.im-icon-socket:before {content: "\e293";}
.im-icon-clipboard:before {content: "\e294";}
.im-icon-clipboard-2:before {content: "\e295";}
.im-icon-signup:before {content: "\e296";}
.im-icon-clipboard-3:before {content: "\e297";}
.im-icon-clipboard-4:before {content: "\e298";}
.im-icon-list:before {content: "\e299";}
.im-icon-list-2:before {content: "\e29a";}
.im-icon-list-3:before {content: "\e29b";}
.im-icon-numbered-list:before {content: "\e29c";}
.im-icon-list-4:before {content: "\e29d";}
.im-icon-list-5:before {content: "\e29e";}
.im-icon-playlist:before {content: "\e29f";}
.im-icon-grid:before {content: "\e2a0";}
.im-icon-grid-2:before {content: "\e2a1";}
.im-icon-grid-3:before {content: "\e2a2";}
.im-icon-grid-4:before {content: "\e2a3";}
.im-icon-grid-5:before {content: "\e2a4";}
.im-icon-grid-6:before {content: "\e2a5";}
.im-icon-tree-3:before {content: "\e2a6";}
.im-icon-tree-4:before {content: "\e2a7";}
.im-icon-tree-5:before {content: "\e2a8";}
.im-icon-menu:before {content: "\e2a9";}
.im-icon-menu-2:before {content: "\e2aa";}
.im-icon-circle-small:before {content: "\e2ab";}
.im-icon-menu-3:before {content: "\e2ac";}
.im-icon-menu-4:before {content: "\e2ad";}
.im-icon-menu-5:before {content: "\e2ae";}
.im-icon-menu-6:before {content: "\e2af";}
.im-icon-menu-7:before {content: "\e2b0";}
.im-icon-menu-8:before {content: "\e2b1";}
.im-icon-menu-9:before {content: "\e2b2";}
.im-icon-cloud:before {content: "\e2b3";}
.im-icon-cloud-2:before {content: "\e2b4";}
.im-icon-cloud-3:before {content: "\e2b5";}
.im-icon-cloud-download:before {content: "\e2b6";}
.im-icon-cloud-upload:before {content: "\e2b7";}
.im-icon-download-2:before {content: "\e2b8";}
.im-icon-upload-2:before {content: "\e2b9";}
.im-icon-download-3:before {content: "\e2ba";}
.im-icon-upload-3:before {content: "\e2bb";}
.im-icon-download-4:before {content: "\e2bc";}
.im-icon-upload-4:before {content: "\e2bd";}
.im-icon-download-5:before {content: "\e2be";}
.im-icon-upload-5:before {content: "\e2bf";}
.im-icon-download-6:before {content: "\e2c0";}
.im-icon-upload-6:before {content: "\e2c1";}
.im-icon-download-7:before {content: "\e2c2";}
.im-icon-upload-7:before {content: "\e2c3";}
.im-icon-globe:before {content: "\e2c4";}
.im-icon-globe-2:before {content: "\e2c5";}
.im-icon-globe-3:before {content: "\e2c6";}
.im-icon-earth:before {content: "\e2c7";}
.im-icon-network:before {content: "\e2c8";}
.im-icon-link:before {content: "\e2c9";}
.im-icon-link-2:before {content: "\e2ca";}
.im-icon-link-3:before {content: "\e2cb";}
.im-icon-link2:before {content: "\e2cc";}
.im-icon-link-4:before {content: "\e2cd";}
.im-icon-link-5:before {content: "\e2ce";}
.im-icon-link-6:before {content: "\e2cf";}
.im-icon-anchor:before {content: "\e2d0";}
.im-icon-flag:before {content: "\e2d1";}
.im-icon-flag-2:before {content: "\e2d2";}
.im-icon-flag-3:before {content: "\e2d3";}
.im-icon-flag-4:before {content: "\e2d4";}
.im-icon-flag-5:before {content: "\e2d5";}
.im-icon-flag-6:before {content: "\e2d6";}
.im-icon-attachment:before {content: "\e2d7";}
.im-icon-attachment-2:before {content: "\e2d8";}
.im-icon-eye:before {content: "\e2d9";}
.im-icon-eye-blocked:before {content: "\e2da";}
.im-icon-eye-2:before {content: "\e2db";}
.im-icon-eye-3:before {content: "\e2dc";}
.im-icon-eye-blocked-2:before {content: "\e2dd";}
.im-icon-eye-4:before {content: "\e2de";}
.im-icon-eye-5:before {content: "\e2df";}
.im-icon-eye-6:before {content: "\e2e0";}
.im-icon-eye-7:before {content: "\e2e1";}
.im-icon-eye-8:before {content: "\e2e2";}
.im-icon-bookmark:before {content: "\e2e3";}
.im-icon-bookmark-2:before {content: "\e2e4";}
.im-icon-bookmarks:before {content: "\e2e5";}
.im-icon-bookmark-3:before {content: "\e2e6";}
.im-icon-spotlight:before {content: "\e2e7";}
.im-icon-starburst:before {content: "\e2e8";}
.im-icon-snowflake:before {content: "\e2e9";}
.im-icon-temperature:before {content: "\e2ea";}
.im-icon-temperature-2:before {content: "\e2eb";}
.im-icon-weather-lightning:before {content: "\e2ec";}
.im-icon-weather-rain:before {content: "\e2ed";}
.im-icon-weather-snow:before {content: "\e2ee";}
.im-icon-windy:before {content: "\e2ef";}
.im-icon-fan:before {content: "\e2f0";}
.im-icon-umbrella:before {content: "\e2f1";}
.im-icon-sun:before {content: "\e2f2";}
.im-icon-sun-2:before {content: "\e2f3";}
.im-icon-brightness-high:before {content: "\e2f4";}
.im-icon-brightness-medium:before {content: "\e2f5";}
.im-icon-brightness-low:before {content: "\e2f6";}
.im-icon-brightness-contrast:before {content: "\e2f7";}
.im-icon-contrast:before {content: "\e2f8";}
.im-icon-moon:before {content: "\e2f9";}
.im-icon-bed:before {content: "\e2fa";}
.im-icon-bed-2:before {content: "\e2fb";}
.im-icon-star:before {content: "\e2fc";}
.im-icon-star-2:before {content: "\e2fd";}
.im-icon-star-3:before {content: "\e2fe";}
.im-icon-star-4:before {content: "\e2ff";}
.im-icon-star-5:before {content: "\e300";}
.im-icon-star-6:before {content: "\e301";}
.im-icon-heart:before {content: "\e302";}
.im-icon-heart-2:before {content: "\e303";}
.im-icon-heart-3:before {content: "\e304";}
.im-icon-heart-4:before {content: "\e305";}
.im-icon-heart-broken:before {content: "\e306";}
.im-icon-heart-5:before {content: "\e307";}
.im-icon-heart-6:before {content: "\e308";}
.im-icon-heart-broken-2:before {content: "\e309";}
.im-icon-heart-7:before {content: "\e30a";}
.im-icon-heart-8:before {content: "\e30b";}
.im-icon-heart-broken-3:before {content: "\e30c";}
.im-icon-lips:before {content: "\e30d";}
.im-icon-lips-2:before {content: "\e30e";}
.im-icon-thumbs-up:before {content: "\e30f";}
.im-icon-thumbs-up-2:before {content: "\e310";}
.im-icon-thumbs-down:before {content: "\e311";}
.im-icon-thumbs-down-2:before {content: "\e312";}
.im-icon-thumbs-up-3:before {content: "\e313";}
.im-icon-thumbs-up-4:before {content: "\e314";}
.im-icon-thumbs-up-5:before {content: "\e315";}
.im-icon-thumbs-up-6:before {content: "\e316";}
.im-icon-people:before {content: "\e317";}
.im-icon-man:before {content: "\e318";}
.im-icon-male:before {content: "\e319";}
.im-icon-woman:before {content: "\e31a";}
.im-icon-female:before {content: "\e31b";}
.im-icon-peace:before {content: "\e31c";}
.im-icon-yin-yang:before {content: "\e31d";}
.im-icon-happy:before {content: "\e31e";}
.im-icon-happy-2:before {content: "\e31f";}
.im-icon-smiley:before {content: "\e320";}
.im-icon-smiley-2:before {content: "\e321";}
.im-icon-tongue:before {content: "\e322";}
.im-icon-tongue-2:before {content: "\e323";}
.im-icon-sad:before {content: "\e324";}
.im-icon-sad-2:before {content: "\e325";}
.im-icon-wink:before {content: "\e326";}
.im-icon-wink-2:before {content: "\e327";}
.im-icon-grin:before {content: "\e328";}
.im-icon-grin-2:before {content: "\e329";}
.im-icon-cool:before {content: "\e32a";}
.im-icon-cool-2:before {content: "\e32b";}
.im-icon-angry:before {content: "\e32c";}
.im-icon-angry-2:before {content: "\e32d";}
.im-icon-evil:before {content: "\e32e";}
.im-icon-evil-2:before {content: "\e32f";}
.im-icon-shocked:before {content: "\e330";}
.im-icon-shocked-2:before {content: "\e331";}
.im-icon-confused:before {content: "\e332";}
.im-icon-confused-2:before {content: "\e333";}
.im-icon-neutral:before {content: "\e334";}
.im-icon-neutral-2:before {content: "\e335";}
.im-icon-wondering:before {content: "\e336";}
.im-icon-wondering-2:before {content: "\e337";}
.im-icon-cursor:before {content: "\e338";}
.im-icon-cursor-2:before {content: "\e339";}
.im-icon-point-up:before {content: "\e33a";}
.im-icon-point-right:before {content: "\e33b";}
.im-icon-point-down:before {content: "\e33c";}
.im-icon-point-left:before {content: "\e33d";}
.im-icon-pointer:before {content: "\e33e";}
.im-icon-hand:before {content: "\e33f";}
.im-icon-stack-empty:before {content: "\e340";}
.im-icon-stack-plus:before {content: "\e341";}
.im-icon-stack-minus:before {content: "\e342";}
.im-icon-stack-star:before {content: "\e343";}
.im-icon-stack-picture:before {content: "\e344";}
.im-icon-stack-down:before {content: "\e345";}
.im-icon-stack-up:before {content: "\e346";}
.im-icon-stack-cancel:before {content: "\e347";}
.im-icon-stack-checkmark:before {content: "\e348";}
.im-icon-stack-list:before {content: "\e349";}
.im-icon-stack-clubs:before {content: "\e34a";}
.im-icon-stack-spades:before {content: "\e34b";}
.im-icon-stack-hearts:before {content: "\e34c";}
.im-icon-stack-diamonds:before {content: "\e34d";}
.im-icon-stack-user:before {content: "\e34e";}
.im-icon-stack-4:before {content: "\e34f";}
.im-icon-stack-music:before {content: "\e350";}
.im-icon-stack-play:before {content: "\e351";}
.im-icon-move:before {content: "\e352";}
.im-icon-resize:before {content: "\e353";}
.im-icon-resize-2:before {content: "\e354";}
.im-icon-warning:before {content: "\e355";}
.im-icon-warning-2:before {content: "\e356";}
.im-icon-notification:before {content: "\e357";}
.im-icon-notification-2:before {content: "\e358";}
.im-icon-question:before {content: "\e359";}
.im-icon-question-2:before {content: "\e35a";}
.im-icon-question-3:before {content: "\e35b";}
.im-icon-question-4:before {content: "\e35c";}
.im-icon-question-5:before {content: "\e35d";}
.im-icon-plus-circle:before {content: "\e35e";}
.im-icon-plus-circle-2:before {content: "\e35f";}
.im-icon-minus-circle:before {content: "\e360";}
.im-icon-minus-circle-2:before {content: "\e361";}
.im-icon-info:before {content: "\e362";}
.im-icon-info-2:before {content: "\e363";}
.im-icon-blocked:before {content: "\e364";}
.im-icon-cancel-circle:before {content: "\e365";}
.im-icon-cancel-circle-2:before {content: "\e366";}
.im-icon-checkmark-circle:before {content: "\e367";}
.im-icon-checkmark-circle-2:before {content: "\e368";}
.im-icon-cancel:before {content: "\e369";}
.im-icon-spam:before {content: "\e36a";}
.im-icon-close:before {content: "\e36b";}
.im-icon-close-2:before {content: "\e36c";}
.im-icon-close-3:before {content: "\e36d";}
.im-icon-close-4:before {content: "\e36e";}
.im-icon-close-5:before {content: "\e36f";}
.im-icon-checkmark:before {content: "\e370";}
.im-icon-checkmark-2:before {content: "\e371";}
.im-icon-checkmark-3:before {content: "\e372";}
.im-icon-checkmark-4:before {content: "\e373";}
.im-icon-spell-check:before {content: "\e374";}
.im-icon-minus:before {content: "\e375";}
.im-icon-plus:before {content: "\e376";}
.im-icon-minus-2:before {content: "\e377";}
.im-icon-plus-2:before {content: "\e378";}
.im-icon-enter:before {content: "\e379";}
.im-icon-exit:before {content: "\e37a";}
.im-icon-enter-2:before {content: "\e37b";}
.im-icon-exit-2:before {content: "\e37c";}
.im-icon-enter-3:before {content: "\e37d";}
.im-icon-exit-3:before {content: "\e37e";}
.im-icon-exit-4:before {content: "\e37f";}
.im-icon-play-3:before {content: "\e380";}
.im-icon-pause:before {content: "\e381";}
.im-icon-stop:before {content: "\e382";}
.im-icon-backward:before {content: "\e383";}
.im-icon-forward-2:before {content: "\e384";}
.im-icon-play-4:before {content: "\e385";}
.im-icon-pause-2:before {content: "\e386";}
.im-icon-stop-2:before {content: "\e387";}
.im-icon-backward-2:before {content: "\e388";}
.im-icon-forward-3:before {content: "\e389";}
.im-icon-first:before {content: "\e38a";}
.im-icon-last:before {content: "\e38b";}
.im-icon-previous:before {content: "\e38c";}
.im-icon-next:before {content: "\e38d";}
.im-icon-eject:before {content: "\e38e";}
.im-icon-volume-high:before {content: "\e38f";}
.im-icon-volume-medium:before {content: "\e390";}
.im-icon-volume-low:before {content: "\e391";}
.im-icon-volume-mute:before {content: "\e392";}
.im-icon-volume-mute-2:before {content: "\e393";}
.im-icon-volume-increase:before {content: "\e394";}
.im-icon-volume-decrease:before {content: "\e395";}
.im-icon-volume-high-2:before {content: "\e396";}
.im-icon-volume-medium-2:before {content: "\e397";}
.im-icon-volume-low-2:before {content: "\e398";}
.im-icon-volume-mute-3:before {content: "\e399";}
.im-icon-volume-mute-4:before {content: "\e39a";}
.im-icon-volume-increase-2:before {content: "\e39b";}
.im-icon-volume-decrease-2:before {content: "\e39c";}
.im-icon-volume5:before {content: "\e39d";}
.im-icon-volume4:before {content: "\e39e";}
.im-icon-volume3:before {content: "\e39f";}
.im-icon-volume2:before {content: "\e3a0";}
.im-icon-volume1:before {content: "\e3a1";}
.im-icon-volume0:before {content: "\e3a2";}
.im-icon-volume-mute-5:before {content: "\e3a3";}
.im-icon-volume-mute-6:before {content: "\e3a4";}
.im-icon-loop:before {content: "\e3a5";}
.im-icon-loop-2:before {content: "\e3a6";}
.im-icon-loop-3:before {content: "\e3a7";}
.im-icon-loop-4:before {content: "\e3a8";}
.im-icon-loop-5:before {content: "\e3a9";}
.im-icon-shuffle:before {content: "\e3aa";}
.im-icon-shuffle-2:before {content: "\e3ab";}
.im-icon-wave:before {content: "\e3ac";}
.im-icon-wave-2:before {content: "\e3ad";}
.im-icon-arrow-first:before {content: "\e3ae";}
.im-icon-arrow-right:before {content: "\e3af";}
.im-icon-arrow-up:before {content: "\e3b0";}
.im-icon-arrow-right-2:before {content: "\e3b1";}
.im-icon-arrow-down:before {content: "\e3b2";}
.im-icon-arrow-left:before {content: "\e3b3";}
.im-icon-arrow-up-2:before {content: "\e3b4";}
.im-icon-arrow-right-3:before {content: "\e3b5";}
.im-icon-arrow-down-2:before {content: "\e3b6";}
.im-icon-arrow-left-2:before {content: "\e3b7";}
.im-icon-arrow-up-left:before {content: "\e3b8";}
.im-icon-arrow-up-3:before {content: "\e3b9";}
.im-icon-arrow-up-right:before {content: "\e3ba";}
.im-icon-arrow-right-4:before {content: "\e3bb";}
.im-icon-arrow-down-right:before {content: "\e3bc";}
.im-icon-arrow-down-3:before {content: "\e3bd";}
.im-icon-arrow-down-left:before {content: "\e3be";}
.im-icon-arrow-left-3:before {content: "\e3bf";}
.im-icon-arrow-up-left-2:before {content: "\e3c0";}
.im-icon-arrow-up-4:before {content: "\e3c1";}
.im-icon-arrow-up-right-2:before {content: "\e3c2";}
.im-icon-arrow-right-5:before {content: "\e3c3";}
.im-icon-arrow-down-right-2:before {content: "\e3c4";}
.im-icon-arrow-down-4:before {content: "\e3c5";}
.im-icon-arrow-down-left-2:before {content: "\e3c6";}
.im-icon-arrow-left-4:before {content: "\e3c7";}
.im-icon-arrow-up-left-3:before {content: "\e3c8";}
.im-icon-arrow-up-5:before {content: "\e3c9";}
.im-icon-arrow-up-right-3:before {content: "\e3ca";}
.im-icon-arrow-right-6:before {content: "\e3cb";}
.im-icon-arrow-down-right-3:before {content: "\e3cc";}
.im-icon-arrow-down-5:before {content: "\e3cd";}
.im-icon-arrow-down-left-3:before {content: "\e3ce";}
.im-icon-arrow-left-5:before {content: "\e3cf";}
.im-icon-arrow-up-left-4:before {content: "\e3d0";}
.im-icon-arrow-up-6:before {content: "\e3d1";}
.im-icon-arrow-up-right-4:before {content: "\e3d2";}
.im-icon-arrow-right-7:before {content: "\e3d3";}
.im-icon-arrow-down-right-4:before {content: "\e3d4";}
.im-icon-arrow-down-6:before {content: "\e3d5";}
.im-icon-arrow-down-left-4:before {content: "\e3d6";}
.im-icon-arrow-left-6:before {content: "\e3d7";}
.im-icon-arrow:before {content: "\e3d8";}
.im-icon-arrow-2:before {content: "\e3d9";}
.im-icon-arrow-3:before {content: "\e3da";}
.im-icon-arrow-4:before {content: "\e3db";}
.im-icon-arrow-5:before {content: "\e3dc";}
.im-icon-arrow-6:before {content: "\e3dd";}
.im-icon-arrow-7:before {content: "\e3de";}
.im-icon-arrow-8:before {content: "\e3df";}
.im-icon-arrow-up-left-5:before {content: "\e3e0";}
.im-icon-arrow-square:before {content: "\e3e1";}
.im-icon-arrow-up-right-5:before {content: "\e3e2";}
.im-icon-arrow-right-8:before {content: "\e3e3";}
.im-icon-arrow-down-right-5:before {content: "\e3e4";}
.im-icon-arrow-down-7:before {content: "\e3e5";}
.im-icon-arrow-down-left-5:before {content: "\e3e6";}
.im-icon-arrow-left-7:before {content: "\e3e7";}
.im-icon-arrow-up-7:before {content: "\e3e8";}
.im-icon-arrow-right-9:before {content: "\e3e9";}
.im-icon-arrow-down-8:before {content: "\e3ea";}
.im-icon-arrow-left-8:before {content: "\e3eb";}
.im-icon-arrow-up-8:before {content: "\e3ec";}
.im-icon-arrow-right-10:before {content: "\e3ed";}
.im-icon-arrow-bottom:before {content: "\e3ee";}
.im-icon-arrow-left-9:before {content: "\e3ef";}
.im-icon-arrow-up-left-6:before {content: "\e3f0";}
.im-icon-arrow-up-9:before {content: "\e3f1";}
.im-icon-arrow-up-right-6:before {content: "\e3f2";}
.im-icon-arrow-right-11:before {content: "\e3f3";}
.im-icon-arrow-down-right-6:before {content: "\e3f4";}
.im-icon-arrow-down-9:before {content: "\e3f5";}
.im-icon-arrow-down-left-6:before {content: "\e3f6";}
.im-icon-arrow-left-10:before {content: "\e3f7";}
.im-icon-arrow-up-left-7:before {content: "\e3f8";}
.im-icon-arrow-up-10:before {content: "\e3f9";}
.im-icon-arrow-up-right-7:before {content: "\e3fa";}
.im-icon-arrow-right-12:before {content: "\e3fb";}
.im-icon-arrow-down-right-7:before {content: "\e3fc";}
.im-icon-arrow-down-10:before {content: "\e3fd";}
.im-icon-arrow-down-left-7:before {content: "\e3fe";}
.im-icon-arrow-left-11:before {content: "\e3ff";}
.im-icon-arrow-up-11:before {content: "\e400";}
.im-icon-arrow-right-13:before {content: "\e401";}
.im-icon-arrow-down-11:before {content: "\e402";}
.im-icon-arrow-left-12:before {content: "\e403";}
.im-icon-arrow-up-12:before {content: "\e404";}
.im-icon-arrow-right-14:before {content: "\e405";}
.im-icon-arrow-down-12:before {content: "\e406";}
.im-icon-arrow-left-13:before {content: "\e407";}
.im-icon-arrow-up-13:before {content: "\e408";}
.im-icon-arrow-right-15:before {content: "\e409";}
.im-icon-arrow-down-13:before {content: "\e40a";}
.im-icon-arrow-left-14:before {content: "\e40b";}
.im-icon-arrow-up-14:before {content: "\e40c";}
.im-icon-arrow-right-16:before {content: "\e40d";}
.im-icon-arrow-down-14:before {content: "\e40e";}
.im-icon-arrow-left-15:before {content: "\e40f";}
.im-icon-arrow-up-15:before {content: "\e410";}
.im-icon-arrow-right-17:before {content: "\e411";}
.im-icon-arrow-down-15:before {content: "\e412";}
.im-icon-arrow-left-16:before {content: "\e413";}
.im-icon-arrow-up-16:before {content: "\e414";}
.im-icon-arrow-right-18:before {content: "\e415";}
.im-icon-arrow-down-16:before {content: "\e416";}
.im-icon-arrow-left-17:before {content: "\e417";}
.im-icon-menu-10:before {content: "\e418";}
.im-icon-menu-11:before {content: "\e419";}
.im-icon-menu-close:before {content: "\e41a";}
.im-icon-menu-close-2:before {content: "\e41b";}
.im-icon-enter-4:before {content: "\e41c";}
.im-icon-enter-5:before {content: "\e41d";}
.im-icon-esc:before {content: "\e41e";}
.im-icon-backspace:before {content: "\e41f";}
.im-icon-backspace-2:before {content: "\e420";}
.im-icon-backspace-3:before {content: "\e421";}
.im-icon-tab:before {content: "\e422";}
.im-icon-transmission:before {content: "\e423";}
.im-icon-transmission-2:before {content: "\e424";}
.im-icon-sort:before {content: "\e425";}
.im-icon-sort-2:before {content: "\e426";}
.im-icon-key-keyboard:before {content: "\e427";}
.im-icon-key-A:before {content: "\e428";}
.im-icon-key-up:before {content: "\e429";}
.im-icon-key-right:before {content: "\e42a";}
.im-icon-key-down:before {content: "\e42b";}
.im-icon-key-left:before {content: "\e42c";}
.im-icon-command:before {content: "\e42d";}
.im-icon-checkbox-checked:before {content: "\e42e";}
.im-icon-checkbox-unchecked:before {content: "\e42f";}
.im-icon-square:before {content: "\e430";}
.im-icon-checkbox-partial:before {content: "\e431";}
.im-icon-checkbox:before {content: "\e432";}
.im-icon-checkbox-unchecked-2:before {content: "\e433";}
.im-icon-checkbox-partial-2:before {content: "\e434";}
.im-icon-checkbox-checked-2:before {content: "\e435";}
.im-icon-checkbox-unchecked-3:before {content: "\e436";}
.im-icon-checkbox-partial-3:before {content: "\e437";}
.im-icon-radio-checked:before {content: "\e438";}
.im-icon-radio-unchecked:before {content: "\e439";}
.im-icon-circle:before {content: "\e43a";}
.im-icon-circle-2:before {content: "\e43b";}
.im-icon-crop:before {content: "\e43c";}
.im-icon-crop-2:before {content: "\e43d";}
.im-icon-vector:before {content: "\e43e";}
.im-icon-rulers:before {content: "\e43f";}
.im-icon-scissors:before {content: "\e440";}
.im-icon-scissors-2:before {content: "\e441";}
.im-icon-scissors-3:before {content: "\e442";}
.im-icon-filter:before {content: "\e443";}
.im-icon-filter-2:before {content: "\e444";}
.im-icon-filter-3:before {content: "\e445";}
.im-icon-filter-4:before {content: "\e446";}
.im-icon-font:before {content: "\e447";}
.im-icon-font-size:before {content: "\e448";}
.im-icon-type:before {content: "\e449";}
.im-icon-text-height:before {content: "\e44a";}
.im-icon-text-width:before {content: "\e44b";}
.im-icon-height:before {content: "\e44c";}
.im-icon-width:before {content: "\e44d";}
.im-icon-bold:before {content: "\e44e";}
.im-icon-underline:before {content: "\e44f";}
.im-icon-italic:before {content: "\e450";}
.im-icon-strikethrough:before {content: "\e451";}
.im-icon-strikethrough-2:before {content: "\e452";}
.im-icon-font-size-2:before {content: "\e453";}
.im-icon-bold-2:before {content: "\e454";}
.im-icon-underline-2:before {content: "\e455";}
.im-icon-italic-2:before {content: "\e456";}
.im-icon-strikethrough-3:before {content: "\e457";}
.im-icon-omega:before {content: "\e458";}
.im-icon-sigma:before {content: "\e459";}
.im-icon-nbsp:before {content: "\e45a";}
.im-icon-page-break:before {content: "\e45b";}
.im-icon-page-break-2:before {content: "\e45c";}
.im-icon-superscript:before {content: "\e45d";}
.im-icon-subscript:before {content: "\e45e";}
.im-icon-superscript-2:before {content: "\e45f";}
.im-icon-subscript-2:before {content: "\e460";}
.im-icon-text-color:before {content: "\e461";}
.im-icon-highlight:before {content: "\e462";}
.im-icon-pagebreak:before {content: "\e463";}
.im-icon-clear-formatting:before {content: "\e464";}
.im-icon-table:before {content: "\e465";}
.im-icon-table-2:before {content: "\e466";}
.im-icon-insert-template:before {content: "\e467";}
.im-icon-pilcrow:before {content: "\e468";}
.im-icon-left-to-right:before {content: "\e469";}
.im-icon-right-to-left:before {content: "\e46a";}
.im-icon-paragraph-left:before {content: "\e46b";}
.im-icon-paragraph-center:before {content: "\e46c";}
.im-icon-paragraph-right:before {content: "\e46d";}
.im-icon-paragraph-justify:before {content: "\e46e";}
.im-icon-paragraph-left-2:before {content: "\e46f";}
.im-icon-paragraph-center-2:before {content: "\e470";}
.im-icon-paragraph-right-2:before {content: "\e471";}
.im-icon-paragraph-justify-2:before {content: "\e472";}
.im-icon-indent-increase:before {content: "\e473";}
.im-icon-indent-decrease:before {content: "\e474";}
.im-icon-paragraph-left-3:before {content: "\e475";}
.im-icon-paragraph-center-3:before {content: "\e476";}
.im-icon-paragraph-right-3:before {content: "\e477";}
.im-icon-paragraph-justify-3:before {content: "\e478";}
.im-icon-indent-increase-2:before {content: "\e479";}
.im-icon-indent-decrease-2:before {content: "\e47a";}
.im-icon-share:before {content: "\e47b";}
.im-icon-new-tab:before {content: "\e47c";}
.im-icon-new-tab-2:before {content: "\e47d";}
.im-icon-popout:before {content: "\e47e";}
.im-icon-embed:before {content: "\e47f";}
.im-icon-code:before {content: "\e480";}
.im-icon-console:before {content: "\e481";}
.im-icon-seven-segment-0:before {content: "\e482";}
.im-icon-seven-segment-1:before {content: "\e483";}
.im-icon-seven-segment-2:before {content: "\e484";}
.im-icon-seven-segment-3:before {content: "\e485";}
.im-icon-seven-segment-4:before {content: "\e486";}
.im-icon-seven-segment-5:before {content: "\e487";}
.im-icon-seven-segment-6:before {content: "\e488";}
.im-icon-seven-segment-7:before {content: "\e489";}
.im-icon-seven-segment-8:before {content: "\e48a";}
.im-icon-seven-segment-9:before {content: "\e48b";}
.im-icon-share-2:before {content: "\e48c";}
.im-icon-share-3:before {content: "\e48d";}
.im-icon-mail:before {content: "\e48e";}
.im-icon-mail-2:before {content: "\e48f";}
.im-icon-mail-3:before {content: "\e490";}
.im-icon-mail-4:before {content: "\e491";}
.im-icon-google:before {content: "\e492";}
.im-icon-google-plus:before {content: "\e493";}
.im-icon-google-plus-2:before {content: "\e494";}
.im-icon-google-plus-3:before {content: "\e495";}
.im-icon-google-plus-4:before {content: "\e496";}
.im-icon-google-drive:before {content: "\e497";}
.im-icon-facebook:before {content: "\e498";}
.im-icon-facebook-2:before {content: "\e499";}
.im-icon-facebook-3:before {content: "\e49a";}
.im-icon-facebook-4:before {content: "\e49b";}
.im-icon-instagram:before {content: "\e49c";}
.im-icon-twitter:before {content: "\e49d";}
.im-icon-twitter-2:before {content: "\e49e";}
.im-icon-twitter-3:before {content: "\e49f";}
.im-icon-feed-2:before {content: "\e4a0";}
.im-icon-feed-3:before {content: "\e4a1";}
.im-icon-feed-4:before {content: "\e4a2";}
.im-icon-youtube:before {content: "\e4a3";}
.im-icon-youtube-2:before {content: "\e4a4";}
.im-icon-vimeo:before {content: "\e4a5";}
.im-icon-vimeo2:before {content: "\e4a6";}
.im-icon-vimeo-2:before {content: "\e4a7";}
.im-icon-lanyrd:before {content: "\e4a8";}
.im-icon-flickr:before {content: "\e4a9";}
.im-icon-flickr-2:before {content: "\e4aa";}
.im-icon-flickr-3:before {content: "\e4ab";}
.im-icon-flickr-4:before {content: "\e4ac";}
.im-icon-picassa:before {content: "\e4ad";}
.im-icon-picassa-2:before {content: "\e4ae";}
.im-icon-dribbble:before {content: "\e4af";}
.im-icon-dribbble-2:before {content: "\e4b0";}
.im-icon-dribbble-3:before {content: "\e4b1";}
.im-icon-forrst:before {content: "\e4b2";}
.im-icon-forrst-2:before {content: "\e4b3";}
.im-icon-deviantart:before {content: "\e4b4";}
.im-icon-deviantart-2:before {content: "\e4b5";}
.im-icon-steam:before {content: "\e4b6";}
.im-icon-steam-2:before {content: "\e4b7";}
.im-icon-github:before {content: "\e4b8";}
.im-icon-github-2:before {content: "\e4b9";}
.im-icon-github-3:before {content: "\e4ba";}
.im-icon-github-4:before {content: "\e4bb";}
.im-icon-github-5:before {content: "\e4bc";}
.im-icon-wordpress:before {content: "\e4bd";}
.im-icon-wordpress-2:before {content: "\e4be";}
.im-icon-joomla:before {content: "\e4bf";}
.im-icon-blogger:before {content: "\e4c0";}
.im-icon-blogger-2:before {content: "\e4c1";}
.im-icon-tumblr:before {content: "\e4c2";}
.im-icon-tumblr-2:before {content: "\e4c3";}
.im-icon-yahoo:before {content: "\e4c4";}
.im-icon-tux:before {content: "\e4c5";}
.im-icon-apple:before {content: "\e4c6";}
.im-icon-finder:before {content: "\e4c7";}
.im-icon-android:before {content: "\e4c8";}
.im-icon-windows:before {content: "\e4c9";}
.im-icon-windows8:before {content: "\e4ca";}
.im-icon-soundcloud:before {content: "\e4cb";}
.im-icon-soundcloud-2:before {content: "\e4cc";}
.im-icon-skype:before {content: "\e4cd";}
.im-icon-reddit:before {content: "\e4ce";}
.im-icon-linkedin:before {content: "\e4cf";}
.im-icon-lastfm:before {content: "\e4d0";}
.im-icon-lastfm-2:before {content: "\e4d1";}
.im-icon-delicious:before {content: "\e4d2";}
.im-icon-stumbleupon:before {content: "\e4d3";}
.im-icon-stumbleupon-2:before {content: "\e4d4";}
.im-icon-stackoverflow:before {content: "\e4d5";}
.im-icon-pinterest:before {content: "\e4d6";}
.im-icon-pinterest-2:before {content: "\e4d7";}
.im-icon-xing:before {content: "\e4d8";}
.im-icon-xing-2:before {content: "\e4d9";}
.im-icon-flattr:before {content: "\e4da";}
.im-icon-safari:before {content: "\e4db";}
.im-icon-foursquare:before {content: "\e4dc";}
.im-icon-foursquare-2:before {content: "\e4dd";}
.im-icon-paypal:before {content: "\e4de";}
.im-icon-paypal-2:before {content: "\e4df";}
.im-icon-paypal-3:before {content: "\e4e0";}
.im-icon-yelp:before {content: "\e4e1";}
.im-icon-libreoffice:before {content: "\e4e2";}
.im-icon-file-pdf:before {content: "\e4e3";}
.im-icon-file-openoffice:before {content: "\e4e4";}
.im-icon-file-word:before {content: "\e4e5";}
.im-icon-file-excel:before {content: "\e4e6";}
.im-icon-file-zip:before {content: "\e4e7";}
.im-icon-file-powerpoint:before {content: "\e4e8";}
.im-icon-file-xml:before {content: "\e4e9";}
.im-icon-file-css:before {content: "\e4ea";}
.im-icon-html5:before {content: "\e4eb";}
.im-icon-html5-2:before {content: "\e4ec";}
.im-icon-css3:before {content: "\e4ed";}
.im-icon-chrome:before {content: "\e4ee";}
.im-icon-firefox:before {content: "\e4ef";}
.im-icon-IE:before {content: "\e4f0";}
.im-icon-opera:before {content: "\e4f1";}@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,300,400,600,700,800&subset=latin,latin-ext,cyrillic,cyrillic-ext"); .mega_main *[class*="ci-icon-"], .bootstrap *[class*="ci-icon-"] { position: relative; display: inline-block; } .mega_main *[class*="ci-icon-"]:before, .bootstrap *[class*="ci-icon-"]:before { content: '\00a0'; display: inline-block; background-size: contain !important; background-repeat: no-repeat; background-position: center; top: 0px; left: 0px; width: 100%; height: auto; color: transparent !important; letter-spacing: 1em; } .mega_main *[class*="fa-icon-"]:before, .mega_main *[class*="im-icon-"]:before { vertical-align: baseline; line-height: inherit; text-align: center; color: inherit; } style { display: none !important; max-width: 0px !important; max-height: 0px !important; visibility: hidden !important; opacity: 0 !important; } .mega_main_menu .sf-sub-indicator, .mega_main_menu .sub-indicator, .mega_main_menu > .menu_holder > .menu_inner > ul > li .mega_dropdown > li > .item_link > .sf-sub-indicator, .mega_main_menu > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown .mega_dropdown > li > .item_link > .sf-sub-indicator { display: none !important; opacity: 0 !important; visibility: hidden !important; height: 0px !important; width: 0px !important; } .mega_main_menu ul:after, .mega_main_menu:before, .mega_main_menu:after, .mm_clearfix:before, .mm_clearfix:after { content: ''; display: table; clear: both; float: none; width: 100%; height: 0px; border: 0px none; } .mega_main_menu { float: none; position: relative; margin: 0px; height: inherit; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; } .mega_main_menu + .mega_main_menu { display: none; } .mega_main_menu * { -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; -ms-box-sizing: border-box !important; -o-box-sizing: border-box !important; box-sizing: border-box !important; outline: none; } .mega_main_menu .item_link * { line-height: 131%; } .mega_main_menu a { cursor: default; } .mega_main_menu a[href] { cursor: pointer; } .mega_main_menu ul.mega_dropdown, .mega_main_menu ul.mega_main_menu_ul { position: relative; margin: 0px; padding: 0px; }  .mega_main_menu, body .mega_main_menu, .mega_main_menu > .menu_holder, .mega_main_menu > .menu_holder > .menu_inner, .mega_main_menu > .menu_holder > .menu_inner > .mega_main_menu_ul { font-size: 0px; letter-spacing: 0px; word-spacing: 0px; line-height: 0px; display: block; visibility: visible; overflow: visible; -webkit-backface-visibility: hidden; } .mega_main_menu > .menu_holder { position: relative; } .mega_main_menu > .menu_holder > .mmm_fullwidth_container { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; height: 100%; width: 100%; } .mega_main_menu.fullwidth-enable > .menu_holder > .mmm_fullwidth_container { border-radius: 0px !important; } .mega_main_menu > .menu_holder > .menu_inner > ul { z-index: 2000; list-style: none; float: none; width: auto; position: relative; top: auto; bottom: auto; left: auto; right: auto; border: 0px none; background: transparent; }  .mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul { text-align: left; } .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul { text-align: center; } .mega_main_menu.first-lvl-align-right > .menu_holder > .menu_inner > ul { text-align: right; } .mega_main_menu.first-lvl-align-justify > .menu_holder > .menu_inner > ul { display: table; width: 100%; text-align: center; } .mega_main_menu.first-lvl-align-justify > .menu_holder > .menu_inner > ul > li { display: table-cell; float: none !important; width: auto !important; } .mega_main_menu.first-lvl-align-justify.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > i, .mega_main_menu.first-lvl-align-justify.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > i, .mega_main_menu.first-lvl-align-justify > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { display: inline-block; vertical-align: top; float: none; } .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link * { font-size: inherit; letter-spacing: normal; word-spacing: normal; line-height: inherit; }  .mega_main_menu > .menu_holder > .menu_inner > ul > li .mega_dropdown .menu_item_without_text.disable_icon { background-image: none !important; background-color: transparent !important; height: 0px; padding: 0px; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.pull_to_other_side { float: right; }  .mega_main_menu .nav_logo { display: block; vertical-align: top; float: left; position: relative; z-index: 2100; } .mega_main_menu .nav_logo .logo_link { display: none; padding: 0px 17px; margin: 0px; vertical-align: middle; position: relative; z-index: 2100; }  .mega_main_menu .nav_logo .logo_link img  { display: inline-block; max-height: 100%; width: auto; max-width: 100%; position: relative; vertical-align: middle; } .mega_main_menu .nav_logo .mobile_toggle { display: none; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box { width: 68px; padding: 0px 17px; position: relative; float: right; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform { display: inline-block; position: absolute; top: 50%; right: 18px; z-index: 600; width: auto; margin-top: -16px; border-width: 1px; border-style: solid; border-color: rgba(128,128,128, 0.4); } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .icosearch, .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .submit, .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .field { display: block; height: 26px; line-height: 26px; padding: 0px; margin: 2px 0px; border-width: 0px; border-style: none; outline: none; background: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .icosearch, .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .submit { position: absolute; top: 0px; right: 0px; width: 30px; text-align: center; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .icosearch { z-index: 20; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .field { width: 0px; max-width: 0px; padding-right: 30px; padding-left: 0px; cursor: pointer; position: relative; z-index: 30; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .field:focus { width: 160px; max-width: 160px; padding-left: 8px; cursor: text; z-index: 10; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .submit { display: block; font-size: 0px; color: transparent; cursor: pointer; z-index: 0; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .field:active ~ .submit, .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .field:focus-within ~ .submit, .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .field:focus ~ .submit { font-size: 0px; z-index: 50; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart { float: right; } .mega_main_menu.icons-disable_first_lvl > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link i { float: left; display: block; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart .woocommerce { margin-bottom: 15px; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link i.custom_icon_cart:before { content: ''; display: inline-block; width: 18px !important; height: 12px !important; border-width: 10px 3px 0px 3px !important; border-style: solid; border-top-color: inherit; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; vertical-align: top; position: relative; top: 50%; margin-top: -4px; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link i.custom_icon_cart:after { content: ''; display: inline-block; width: 12px; height: 12px; border-width: 1px; border-style: solid; border-color: red; position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -6px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress { float: right; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link i, .mega_main_menu.icons-disable_first_lvl > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link i, .mega_main_menu.icons-top > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link i.ci-icon-buddypress-user { float: left; display: block; padding: 0px; position: relative; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress .mega_notifications { position: absolute; background-color: #E74C3C; color: #f8f8f8; width: 12px; height: 12px; bottom: 50%; right: -6px; font-size: 10px; font-style: normal; line-height: 10px; display: block; text-align: center; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress .mega_notifications.notification-none { display: none; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher { float: right; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher > .item_link i, .mega_main_menu.icons-disable_first_lvl > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher > .item_link i, .mega_main_menu.icons-top > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher > .item_link i { float: left; display: block; padding: 0px; position: relative; } .mega_main_menu > .menu_holder > .menu_inner > ul > li { display: inline-block; vertical-align: top; margin: 0px; padding: 0px; float: none; height: auto; width: auto; overflow: visible; background-color: transparent; border: 0px none; }  .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="columns"]  { width: auto; }  .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link  { display: block; text-shadow:none; text-transform: none; position: relative; display: block; padding: 0px 17px; margin: 0px; top: auto; bottom: auto; left: auto; right: auto; } .mega_main_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i, .mega_main_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link i.ci-icon-buddypress-user, .mega_main_menu.icons-top.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link i.ci-icon-buddypress-user, .mega_main_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li.nav_wpml_switcher > .item_link i, .mega_main_menu.icons-top.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher > .item_link i, .mega_main_menu.mega_main.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { padding-top: 0px !important; padding-bottom: 0px !important; } .mega_main_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { display: table; width: 100%; text-align: center; } .mega_main_menu > .menu_holder > .menu_inner > ul > li > p, .mega_main_menu > .menu_holder > .menu_inner > ul > li > br, .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link > br, .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link > span > br, .mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > p, .mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > br, .mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > p, .mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > br, .mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > .item_link > p, .mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > .item_link > br, .mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > .item_link > span > br, .mega_main_menu > .menu_holder > .menu_inner .mega_dropdown > li > .item_link > span > .link_text > br { display: none; } .mega_main_menu > .menu_holder > .menu_inner > ul > li span.item_link { cursor: default; }  .mega_main_menu > .menu_holder > .menu_inner > ul > li .item_link { width: auto; height: auto; min-width: inherit; max-width: inherit; } .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i  { display: block; line-height: inherit; text-align: center; margin: 0px auto; } .mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i  { float: left; padding-right: 15px; } .mega_main_menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i  { float: right; padding-left: 17px; } .mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon.menu_item_without_text i, .mega_main_menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon.menu_item_without_text i  { padding-left: 0px; padding-right: 0px; } .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { display: block; float: none; padding: 0px; position: static; border: 0px none; } .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text { white-space: normal; word-wrap: break-word; word-break: normal; display: table-cell; line-height: 120%; vertical-align: middle; position: static; padding: 0px; border: 0px none; height: auto; } .mega_main_menu > .menu_holder > .menu_inner .item_link > .link_content > .link_text > .link_descr { display: block; float: none; font-size: 80% !important; white-space: pre-line; margin-top: 2px; } .mega_main_menu .menu_item_without_text > .link_content,  .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > .link_content, .mega_main_menu .menu_item_without_text .link_text  { display: none !important; } .mega_main_menu.icons-disable_first_lvl > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i,  .mega_main_menu.icons-disable_globally > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i,  .mega_main_menu.icons-disable_globally > .menu_holder > .menu_inner > ul > li .mega_dropdown .item_link.with_icon > i,  .mega_main_menu.icons-disable_globally > .menu_holder > .menu_inner > ul > li > .mega_dropdown .processed_image > .cover > a > i, .mega_main_menu.icons-disable_globally > .menu_holder > .menu_inner > ul > li.grid_dropdown .mega_dropdown > li > .item_link > i { display: none; } .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon i,  .mega_main_menu > .menu_holder > .menu_inner > ul > li[class*="dropdown"] .mega_dropdown > li > .item_link.disable_icon > i, .mega_main_menu a.disable_icon > i  { display: none; } .mega_main_menu ul > li a.item_link,  .mega_main_menu ul > li > .mega_dropdown a.item_link { text-decoration: none; } .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after { content: ''; display: block; width: 0px; height: 0px; position: absolute; top: 50%; right: 5px; margin-top: -2px; border-width: 4px 3px; border-style: solid; } body [class] .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li[class*="current"] > .item_link:after, body .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li[class*="current"] > .item_link:after, body [class] .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li:hover > .item_link:after, body .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li:hover > .item_link:after, body [class] .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:after, body .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:after { border-top-color: inherit; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link:after, .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link:after, .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:last-child:after { display: none; } .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > .nav_logo:before, .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box:before { content: ''; width: 2px; height: 100%; margin: 0px; padding: 0px; display: block; position: absolute; top: 0px; bottom: auto; z-index: 2; border-width: 0px; border-style: none; background-repeat: no-repeat; background-size: 400% 100%; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAyCAYAAABh7ppAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOdJREFUeNqk0ssKhCAUBuC8zbaIossDzqN3oYii3ZiZQYuU+m0ocOHx4/ekEq11cPURQr77Gj0X53ne5+xcs8A4jsytWZO+75mbwM+Ttm2524tVaJoGg6qq9jm5BXVde4GAwPSAQdd13P11CwzDICCYpknAg5JSfmCC+XDCE8Dd2lXCf4D6trgC4nUCBAy+6mORIkB9CasZCgF1oNuTVL7rXuCbfAqCV0CaoV+B5UnC6gPqFgghfvDZh2GIE+I4lvAu0jTFR53nuYSgKAovwFuUZYkvy/SAQZZlGCRJoiCIoki5TW4CDACPvE4qiEdEewAAAABJRU5ErkJggg==); } .mega_main_menu.direction-horizontal.first-lvl-separator-none > .menu_holder > .menu_inner > ul > li:last-child > .item_link:before,  .mega_main_menu.direction-horizontal.first-lvl-separator-none > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.direction-horizontal.first-lvl-separator-none > .menu_holder > .menu_inner > .nav_logo:before, .mega_main_menu.direction-horizontal.first-lvl-separator-none > .menu_holder > .menu_inner > ul > li.nav_search_box:before { background-position: 0px 0px; } .mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li:last-child > .item_link:before,  .mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > .nav_logo:before, .mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li.nav_search_box:before { background-position: -3px 0px; } .mega_main_menu.direction-horizontal.first-lvl-separator-sharp > .menu_holder > .menu_inner > ul > li:last-child > .item_link:before,  .mega_main_menu.direction-horizontal.first-lvl-separator-sharp > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.direction-horizontal.first-lvl-separator-sharp > .menu_holder > .menu_inner > .nav_logo:before, .mega_main_menu.direction-horizontal.first-lvl-separator-sharp > .menu_holder > .menu_inner > ul > li.nav_search_box:before { background-position: -6px 0px; } .mega_main_menu.direction-horizontal.first-lvl-align-left > .menu_holder > .menu_inner > .nav_logo:before { right: -1px; left: auto; } .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:before,  .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box:before { left: -1px; right: auto; } .mega_main_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.first-lvl-align-right > .menu_holder > .menu_inner > .nav_logo:before, .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > .nav_logo:before, .mega_main_menu.first-lvl-align-left.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo:before, .mega_main_menu.language_direction-rtl.first-lvl-align-left > .menu_holder > .menu_inner > .nav_logo:before, .mega_main_menu.language_direction-rtl.first-lvl-align-center > .menu_holder > .menu_inner > .nav_logo:before, .mega_main_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_search_box:before, .mega_main_menu.direction-horizontal > .menu_holder > .menu_inner > ul > li:first-child > .item_link:before { display: none; }  .mega_main_menu ul > li > .mega_dropdown  { position: absolute; margin: 0px; z-index: 5000; top: auto; float: none; height: auto; visibility: visible; opacity: 1; border: 0px none; vertical-align: top; overflow: visible; } .mega_main_menu ul > li ul { text-align: left; } .mega_main_menu li .mega_dropdown > li { margin: 0px; list-style: none; height: auto !important; } .mega_main_menu li.default_dropdown > ul, .mega_main_menu li.default_dropdown li > ul, .mega_main_menu li.multicolumn_dropdown > ul, .mega_main_menu li.tabs_dropdown > ul, .mega_main_menu li.widgets_dropdown > ul, .mega_main_menu li.post_type_dropdown > ul, .mega_main_menu li.grid_dropdown > ul, .mega_main_menu li.post_type_dropdown .mega_dropdown > li.post_item .post_details, .mega_main_menu li.grid_dropdown .mega_dropdown > li .post_details { -webkit-box-shadow: 0px 4px 13px -3px #808080; -moz-box-shadow: 0px 4px 13px -3px #808080; -ms-box-shadow: 0px 4px 13px -3px #808080; -o-box-shadow: 0px 4px 13px -3px #808080; box-shadow: 0px 4px 13px -3px #808080; list-style: none; } .mega_main_menu > .menu_holder > .menu_inner > ul li > .item_link:hover { box-shadow: none; float: none; text-decoration: none; } .mega_main_menu > .menu_holder > .menu_inner > ul li > a.item_link:hover { cursor: pointer; } .mega_main_menu > .menu_holder > .menu_inner > ul > li .item_link .link_text > * { max-width: 100%; max-height: 100%; margin: 0px; } .mega_main_menu .item_link > .link_content > .link_text { display: inline; white-space: normal; word-wrap: break-word; word-break: normal; } .mega_main_menu li.menu-item { position: relative; } .mega_main_menu li.default_dropdown > ul { position: absolute; top: 100%; } .mega_main_menu li.default_dropdown > ul > li { position: relative; height: auto; float: none; width: 100%; margin: 0px; padding: 0px; display: block; overflow: visible; } .mega_main_menu li.default_dropdown > .mega_dropdown { width: 205px; } .mega_main_menu li.default_dropdown.drop_to_center > .mega_dropdown { left: -100%; } .mega_main_menu li.default_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, .mega_main_menu li.default_dropdown.drop_to_right .mega_dropdown { left: 0px; right: auto; } .mega_main_menu li.default_dropdown > .mega_dropdown li.drop_to_right > .mega_dropdown { top: 0px; left: 100%; right: auto; margin-left: 0px; margin-right: 0px; } .mega_main_menu li.default_dropdown.drop_to_left .mega_dropdown { left: auto; right: 0px; } .mega_main_menu li.default_dropdown > .mega_dropdown li.drop_to_left > .mega_dropdown { top: 0px; left: auto; right: 100%; margin-left: 0px; margin-right: 0px; } .mega_main_menu li.default_dropdown > .mega_dropdown > li { float: none; width: 100%; } .mega_main_menu li.default_dropdown > .mega_dropdown > li > .item_link { display: block; float: none; padding: 6px 12px; margin: 0px; position: relative; border-width: 0px 0px 1px 0px; border-style: solid; width: auto; height: auto; } .mega_main_menu.language_direction-rtl li.default_dropdown > .mega_dropdown > li > .item_link { text-align: right; } .mega_main_menu li.default_dropdown > .mega_dropdown > li > .item_link .link_content { padding: 0px; vertical-align: middle; position: relative; top: auto; bottom: auto; left: auto; right: auto; } .mega_main_menu li.default_dropdown > .mega_dropdown > li:last-child > .item_link { border-width: 0px; border-style: none; }  .mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .item_link:before, .mega_main_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before { content: ''; display: block; width: 0px; height: 0px; position: absolute; top: 50%; margin-top: -2px; border-width: 4px 3px; border-style: solid; right: 0px; } body .mega_main_menu .menu_holder li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_center > .item_link:before { right: 0px; left: auto; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; } body .mega_main_menu.language_direction-ltr .menu_holder li.tabs_dropdown > .mega_dropdown > li.menu-item:hover > .item_link:before, body .mega_main_menu.language_direction-ltr .menu_holder li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:before, body .mega_main_menu .menu_holder li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_right:hover > .item_link:before, body .mega_main_menu .menu_holder li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_right > .item_link:before, body *[class] .mega_main_menu.language_direction-ltr li.tabs_dropdown > .mega_dropdown > li.menu-item:hover > .item_link:before, body *[class] .mega_main_menu.language_direction-ltr li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:before, body *[class] .mega_main_menu li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_right:hover > .item_link:before, body *[class] .mega_main_menu li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_right > .item_link:before { right: 0px; left: auto; border-width: 3px 4px; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; } body .mega_main_menu.language_direction-rtl .menu_holder li.tabs_dropdown > .mega_dropdown > li.menu-item:hover > .item_link:before, body .mega_main_menu.language_direction-rtl .menu_holder li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:before, body .mega_main_menu .menu_holder li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left:hover > .item_link:before, body .mega_main_menu .menu_holder li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left > .item_link:before, body *[class] .mega_main_menu.language_direction-rtl li.tabs_dropdown > .mega_dropdown > li.menu-item:hover > .item_link:before, body *[class] .mega_main_menu.language_direction-rtl li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:before, body *[class] .mega_main_menu li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left:hover > .item_link:before, body *[class] .mega_main_menu li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left > .item_link:before { left: 0px; right: auto; border-width: 3px 4px; border-top-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; } .mega_main_menu li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link:last-child:before, .mega_main_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:last-child:before { display: none; } .mega_main_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link > i { display: block; float: left; position: absolute; top: 50%; } .mega_main_menu li.default_dropdown .mega_dropdown > li > .item_link.with_icon > span { display: inline-block; } .mega_main_menu li.default_dropdown.submenu_full_width { position: static; } .mega_main_menu li.default_dropdown.submenu_full_width > .mega_dropdown { width: 100%; } .mega_main_menu li.default_dropdown.submenu_full_width > .mega_dropdown .mega_dropdown { width: auto; position: static; display: block; margin: 0px 0px 0px 35px; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .mega_main_menu.direction-vertical li.default_dropdown.submenu_full_width > .mega_dropdown .mega_dropdown { margin: 0px; } .mega_main_menu li.default_dropdown.submenu_full_width > .mega_dropdown .mega_dropdown > li:first-child > .item_link:after { display: none; } .mega_main_menu li.multicolumn_dropdown { position: relative; } .mega_main_menu li.tabs_dropdown > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown, .mega_main_menu li.widgets_dropdown > .mega_dropdown, .mega_main_menu li.post_type_dropdown > .mega_dropdown, .mega_main_menu li.grid_dropdown > .mega_dropdown, .mega_main_menu li .mega_dropdown > li .post_details { width: 480px; padding: 0px; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; -ms-box-sizing: border-box !important; -o-box-sizing: border-box !important; box-sizing: border-box !important; } .mega_main_menu li.nav_buddypress.not_logged:hover > .mega_dropdown, .mega_main_menu li.tabs_dropdown:hover > .mega_dropdown, .mega_main_menu li.tabs_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu li.tabs_dropdown.keep_open > .mega_dropdown, .mega_main_menu li.tabs_dropdown > .mega_dropdown > li.keep_open > .mega_dropdown, .mega_main_menu li.tabs_dropdown > .mega_dropdown > li:hover > .mega_dropdown, .mega_main_menu .mega_dropdown > li.multicolumn_dropdown > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown:hover > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu li.multicolumn_dropdown.keep_open > .mega_dropdown, .mega_main_menu li.widgets_dropdown:hover > .mega_dropdown, .mega_main_menu li.widgets_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu li.widgets_dropdown.keep_open > .mega_dropdown, .mega_main_menu li.post_type_dropdown:hover > .mega_dropdown, .mega_main_menu li.post_type_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu li.post_type_dropdown.keep_open > .mega_dropdown, .mega_main_menu li.post_type_dropdown > .mega_dropdown > .post_item:hover .post_details, .mega_main_menu li.post_type_dropdown > .mega_dropdown > .post_item.keep_open .post_details, .mega_main_menu li.grid_dropdown:hover > .mega_dropdown, .mega_main_menu li.grid_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu li.grid_dropdown.keep_open > .mega_dropdown, .mega_main_menu li.grid_dropdown:hover > .mega_dropdown, .mega_main_menu li.grid_dropdown > .mega_dropdown > li:hover .post_details, .mega_main_menu li.grid_dropdown > .mega_dropdown > li.keep_open .post_details { padding: 15px; } .mega_main_menu li.nav_buddypress.not_logged:hover > .mega_dropdown, .mega_main_menu li.widgets_dropdown:hover > .mega_dropdown, .mega_main_menu li.widgets_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu li.widgets_dropdown.keep_open > .mega_dropdown, .mega_main_menu .mega_dropdown > li.multicolumn_dropdown > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown:hover > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown.keep_open > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .item_link:hover + .mega_dropdown { padding-bottom: 0px; } .mega_main_menu li.multicolumn_dropdown .mega_dropdown > li:hover > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link:hover + .mega_dropdown, .mega_main_menu li.multicolumn_dropdown .mega_dropdown > li.keep_open > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.widgets_dropdown:hover > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.widgets_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.widgets_dropdown.keep_open > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.post_type_dropdown:hover > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.post_type_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.post_type_dropdown.keep_open > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.grid_dropdown:hover > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.grid_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.grid_dropdown.keep_open > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li.grid_dropdown:hover > .mega_dropdown { padding: 0px; } .mega_main_menu li.multicolumn_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown.drop_to_right > .mega_dropdown { left: 0px; right: auto; }  .mega_main_menu li.multicolumn_dropdown.drop_to_left > .mega_dropdown { left: auto; right: 0px; } .mega_main_menu li.multicolumn_dropdown.drop_to_center > .mega_dropdown { left: -150%; right: auto; } .mega_main_menu li.widgets_dropdown > .mega_dropdown > li, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li { float: left; display: inline-block; clear: none; padding: 0px 5px 20px 5px; } .mega_main_menu li.widgets_dropdown > .mega_dropdown > li .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown { position: static; display: block; width: auto; box-shadow: none; overflow: visible !important; max-height: 3000px !important; max-width: 3000px !important; opacity: 1 !important; -webkit-transform: scaleY( 1 ) !important; -moz-transform: scaleY( 1 ) !important; -ms-transform: scaleY( 1 ) !important; -o-transform: scaleY( 1 ) !important; transform: scaleY( 1 ) !important; } .mega_main_menu li.widgets_dropdown > .mega_dropdown > li .mega_dropdown > li, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li { display: block; width: 100%; } .mega_main_menu li.widgets_dropdown .mega_dropdown > li > .item_link, .mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link { display: block; padding: 6px 10px; margin: 0px; width: auto; height: auto; position: relative; } .mega_main_menu li.widgets_dropdown .mega_dropdown li.default_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu li.multicolumn_dropdown .mega_dropdown li.default_dropdown > .mega_dropdown > li > .item_link { border-width: 0px; } .mega_main_menu li.widgets_dropdown .mega_dropdown li.default_dropdown > .mega_dropdown > li > .item_link:before, .mega_main_menu li.multicolumn_dropdown .mega_dropdown li.default_dropdown > .mega_dropdown > li > .item_link:before { display: none; } .mega_main_menu li.widgets_dropdown .mega_dropdown > li > .item_link > i, .mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link > i { display: block; float: left; text-align: center; position: absolute; top: 50%; } .mega_main_menu li.widgets_dropdown .mega_dropdown > li > .item_link > .link_content, .mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link > .link_content { display: block; vertical-align: middle; } .mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link.disable_icon > .link_content, .mega_main_menu ul li .mega_dropdown > li > .item_link.disable_icon > .link_content, .mega_main_menu.icons-disable_globally li .mega_dropdown > li > .item_link > .link_content, .mega_main_menu.icons-disable_globally li .mega_dropdown > li > .item_link.with_icon > .link_content { margin: 0px; } .mega_main_menu li.multicolumn_dropdown li.post_type_dropdown, .mega_main_menu li.multicolumn_dropdown li.grid_dropdown, .mega_main_menu li.multicolumn_dropdown.submenu_full_width { position: static; } .mega_main_menu li.multicolumn_dropdown.submenu_full_width > .mega_dropdown { width: 100%; } .mega_main_menu li.tabs_dropdown { position: relative; } .mega_main_menu li.tabs_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, .mega_main_menu li.tabs_dropdown.drop_to_right > .mega_dropdown { left: 0px; right: auto; }  .mega_main_menu li.tabs_dropdown.drop_to_left > .mega_dropdown { left: auto; right: 0px; } .mega_main_menu li.tabs_dropdown.drop_to_center > .mega_dropdown { left: -150%; right: auto; } .mega_main_menu li.tabs_dropdown > .mega_dropdown > li { position: static; clear: none; float: none; } .mega_main_menu li.tabs_dropdown .mega_dropdown > li > .mega_dropdown { box-shadow: none !important; border-radius: 0px !important; } .mega_main_menu li.tabs_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li.default_dropdown > .item_link { border-width: 0px; } .mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .mega_dropdown .mega_dropdown { padding: 0px; } .mega_main_menu li.multicolumn_dropdown .mega_dropdown > li .mega_dropdown > li.keep_open .post_details, .mega_main_menu li.multicolumn_dropdown .mega_dropdown > li .mega_dropdown > li:hover .post_details, .mega_main_menu li.tabs_dropdown .mega_dropdown > li .mega_dropdown > li.keep_open .post_details, .mega_main_menu li.tabs_dropdown .mega_dropdown > li .mega_dropdown > li:hover .post_details { display: none !important; } .mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .item_link { padding: 6px 10px; display: block; width: auto; height: auto; margin-right: 19px; position: relative; } .mega_main_menu.language_direction-rtl li.tabs_dropdown > .mega_dropdown > li > .item_link { margin-right: 0px; margin-left: 19px; } .mega_main_menu li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link > i { display: block; float: left; position: absolute; top: 50%; } .mega_main_menu li.tabs_dropdown .mega_dropdown > li > .item_link > .link_content { display: block; vertical-align: middle; }  .mega_main_menu li.tabs_dropdown > .mega_dropdown > li > .mega_dropdown { top: 0px; right: 0px; height: auto; width: auto; position: absolute; } .mega_main_menu li.tabs_dropdown .mega_dropdown > li.default_dropdown > .mega_dropdown .mega_dropdown { display: block; position: static; float: none; width: auto; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.tabs_dropdown.submenu_full_width { position: static; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.tabs_dropdown.submenu_full_width > .mega_dropdown, .mega_main_menu li.widgets_dropdown.columns1 > .mega_dropdown > * { width: 100%; } .mega_main_menu li.tabs_dropdown.columns1 > .mega_dropdown > li { width: 50%; } .mega_main_menu li.tabs_dropdown.columns2 > .mega_dropdown > li, .mega_main_menu li.widgets_dropdown.columns2 > .mega_dropdown > * { width: 50%; } .mega_main_menu li.tabs_dropdown.columns3 > .mega_dropdown > li, .mega_main_menu li.widgets_dropdown.columns3 > .mega_dropdown > * { width: 33.3333%; } .mega_main_menu li.tabs_dropdown.columns4 > .mega_dropdown > li, .mega_main_menu li.widgets_dropdown.columns4 > .mega_dropdown > * { width: 25%; } .mega_main_menu li.tabs_dropdown.columns5 > .mega_dropdown > li, .mega_main_menu li.widgets_dropdown.columns5 > .mega_dropdown > * { width: 20%; } .mega_main_menu li.tabs_dropdown.columns6 > .mega_dropdown > li, .mega_main_menu li.widgets_dropdown.columns6 > .mega_dropdown > * { width: 16.6666%; } .mega_main_menu li.tabs_dropdown.columns7 > .mega_dropdown > li, .mega_main_menu li.widgets_dropdown.columns7 > .mega_dropdown > * { width: 14.2857%; } .mega_main_menu li.tabs_dropdown.columns8 > .mega_dropdown > li, .mega_main_menu li.widgets_dropdown.columns8 > .mega_dropdown > * { width: 12.5%; } .mega_main_menu li.tabs_dropdown.columns9 > .mega_dropdown > li, .mega_main_menu li.widgets_dropdown.columns9 > .mega_dropdown > * { width: 11.1111%; } .mega_main_menu li.tabs_dropdown.columns10 > .mega_dropdown > li, .mega_main_menu li.widgets_dropdown.columns10 > .mega_dropdown > * { width: 10%; } .mega_main_menu li.tabs_dropdown.columns1 > .mega_dropdown > li > .mega_dropdown { left: 50%; } .mega_main_menu li.tabs_dropdown.columns2 > .mega_dropdown > li > .mega_dropdown { left: 50%; } .mega_main_menu li.tabs_dropdown.columns3 > .mega_dropdown > li > .mega_dropdown { left: 33.3333%; } .mega_main_menu li.tabs_dropdown.columns4 > .mega_dropdown > li > .mega_dropdown { left: 25%; } .mega_main_menu li.tabs_dropdown.columns5 > .mega_dropdown > li > .mega_dropdown { left: 20%; } .mega_main_menu li.tabs_dropdown.columns6 > .mega_dropdown > li > .mega_dropdown { left: 16.6666%; } .mega_main_menu li.tabs_dropdown.columns7 > .mega_dropdown > li > .mega_dropdown { left: 14.2857%; } .mega_main_menu li.tabs_dropdown.columns8 > .mega_dropdown > li > .mega_dropdown { left: 12.5%; } .mega_main_menu li.tabs_dropdown.columns9 > .mega_dropdown > li > .mega_dropdown { left: 11.1111%; } .mega_main_menu li.tabs_dropdown.columns10 > .mega_dropdown > li > .mega_dropdown { left: 10%; } .mega_main_menu.language_direction-rtl li.tabs_dropdown[class*="columns"] > .mega_dropdown > li > .mega_dropdown { left: 0px; } .mega_main_menu.language_direction-rtl li.tabs_dropdown.columns1 > .mega_dropdown > li > .mega_dropdown { right: 50%; } .mega_main_menu.language_direction-rtl li.tabs_dropdown.columns2 > .mega_dropdown > li > .mega_dropdown { right: 50%; } .mega_main_menu.language_direction-rtl li.tabs_dropdown.columns3 > .mega_dropdown > li > .mega_dropdown { right: 33.3333%; } .mega_main_menu.language_direction-rtl li.tabs_dropdown.columns4 > .mega_dropdown > li > .mega_dropdown { right: 25%; } .mega_main_menu.language_direction-rtl li.tabs_dropdown.columns5 > .mega_dropdown > li > .mega_dropdown { right: 20%; } .mega_main_menu.language_direction-rtl li.tabs_dropdown.columns6 > .mega_dropdown > li > .mega_dropdown { right: 16.6666%; } .mega_main_menu.language_direction-rtl li.tabs_dropdown.columns7 > .mega_dropdown > li > .mega_dropdown { right: 14.2857%; } .mega_main_menu.language_direction-rtl li.tabs_dropdown.columns8 > .mega_dropdown > li > .mega_dropdown { right: 12.5%; } .mega_main_menu.language_direction-rtl li.tabs_dropdown.columns9 > .mega_dropdown > li > .mega_dropdown { right: 11.1111%; } .mega_main_menu.language_direction-rtl li.tabs_dropdown.columns10 > .mega_dropdown > li > .mega_dropdown { right: 10%; } .mega_main_menu li.post_type_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, .mega_main_menu li.post_type_dropdown.drop_to_right > .mega_dropdown { left: 0px; right: auto; } .mega_main_menu li.post_type_dropdown.drop_to_left > .mega_dropdown { left: auto; right: 0px; } .mega_main_menu li.post_type_dropdown.drop_to_center > .mega_dropdown { left: -150%; right: auto; } .mega_main_menu li.post_type_dropdown .mega_dropdown > li.post_item { position: static; float: left; padding: 1px; min-width: inherit; background: none; clear: none; border: 0px none; } .mega_main_menu li.post_type_dropdown .mega_dropdown > li > .item_link, .mega_main_menu li.post_type_dropdown .mega_dropdown > li > .item_link > i { display: block; } .mega_main_menu li.post_type_dropdown .mega_dropdown > li > .item_link { display: block; position: relative; padding: 0px; margin: 0px; line-height: 0px; border: 0px none; min-width: 0%; } .mega_main_menu li.post_type_dropdown .mega_dropdown > li > .item_link > img { opacity: 0; width: 100%; height: auto; } .mega_main_menu li.post_type_dropdown .mega_dropdown > li > .item_link > i { display: block; width: 24px; height: 24px; position: absolute; top: 50%; left: 50%; font-size: 24px; line-height: 24px; margin-left: -12px; margin-top: -12px; } .mega_main_menu li.post_type_dropdown .mega_dropdown > li.post_item .post_details { position: absolute; top: 100%; left: 0px; width: 100%; } .mega_main_menu li.post_type_dropdown.submenu_full_width { position: static; } .mega_main_menu li.post_type_dropdown.submenu_full_width > .mega_dropdown { width: 100%; } .mega_main_menu li.grid_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, .mega_main_menu li.grid_dropdown.drop_to_right > .mega_dropdown { left: 0px; right: auto; } .mega_main_menu li.grid_dropdown.drop_to_left > .mega_dropdown { left: auto; right: 0px; } .mega_main_menu li.grid_dropdown.drop_to_center > .mega_dropdown { left: -150%; right: auto; } .mega_main_menu li.grid_dropdown .mega_dropdown > li { float: left; padding: 1px; position: static; border: 0px none; background: none; clear: none; } .mega_main_menu li.grid_dropdown .mega_dropdown > li > .item_link { display: block; position: relative; padding: 0px; margin: 0px; line-height: 0px; border: 0px none; } .mega_main_menu li.grid_dropdown > .mega_dropdown > li > .item_link > img { opacity: 0; width: 100%; height: auto; max-width: 100%; max-height: none; } .mega_main_menu li.grid_dropdown > .mega_dropdown > li > .item_link > i { display: block; width: 24px; height: 24px; font-size: 24px; line-height: 24px; margin-left: -12px; margin-top: -12px; text-align: center; position: absolute; top: 50%; left: 50%; } .mega_main_menu li.grid_dropdown .mega_dropdown > li .post_details { position: absolute; top: 100%; left: 0px; width: 100%; } .mega_main_menu li.grid_dropdown.submenu_full_width { position: static; } .mega_main_menu li.grid_dropdown.submenu_full_width > .mega_dropdown { width: 100%; } .mega_main_menu li .post_details { z-index: 1; } .mega_main_menu li .post_details > .post_icon, .mega_main_menu li .post_details > .post_icon > i { float: left; width: 44px; height: 44px; line-height: 44px; font-size: 36px; text-align: center; } .mega_main_menu li .post_details > .processed_image { margin-bottom: 15px; } .mega_main_menu .widgets_dropdown .mega_dropdown *,  .mega_main_menu .widget  { line-height: normal !important; white-space: normal; } .mega_main_menu li .post_details > .post_title, .mega_main_menu li .post_details > .post_description { margin-left: 52px; line-height: 150%; } .mega_main_menu li > .mega_dropdown .processed_image { position: relative; overflow: hidden; line-height: 1px; } .mega_main_menu li > .mega_dropdown .processed_image > img { width: 100%; } .mega_main_menu li > .mega_dropdown .processed_image:hover > img { opacity: 0.4; } .mega_main_menu li > .mega_dropdown .processed_image > .cover { opacity: 0; } .mega_main_menu li > .mega_dropdown .post_item.keep_open > .processed_image > .cover, .mega_main_menu li > .mega_dropdown .processed_image:hover > .cover, .mega_main_menu li > .mega_dropdown .processed_image > .cover:hover { opacity: 1; } .mega_main_menu li > .mega_dropdown .processed_image > .cover,  .mega_main_menu li > .mega_dropdown .processed_image > .cover > a { background-color: transparent; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; min-width: 0%; } .mega_main_menu li > .mega_dropdown .processed_image > .cover > a > i { display: block; width: 24px; height: 24px; position: absolute; top: 50%; left: 50%; margin-left: -12px; margin-top: -12px; font-size: 24px; line-height: 24px; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width.drop_to_center > .mega_dropdown, .mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_right > .mega_dropdown { left: 0px; right: auto; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_left > .mega_dropdown { left: auto; right: 0px; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_center > .mega_dropdown { left: -150%; right: auto; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width { position: static; } .mega_main_menu > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width > .mega_dropdown { width: 100%; } .mega_main_menu li[class*="_dropdown"].columns1 > .mega_dropdown > *, .mega_main_menu li[class*="_dropdown"].columns2 > .mega_dropdown > *:nth-child(2n+3), .mega_main_menu li[class*="_dropdown"].columns3 > .mega_dropdown > *:nth-child(3n+4), .mega_main_menu li[class*="_dropdown"].columns4 > .mega_dropdown > *:nth-child(4n+5), .mega_main_menu li[class*="_dropdown"].columns5 > .mega_dropdown > *:nth-child(5n+6), .mega_main_menu li[class*="_dropdown"].columns6 > .mega_dropdown > *:nth-child(6n+7), .mega_main_menu li[class*="_dropdown"].columns7 > .mega_dropdown > *:nth-child(7n+8), .mega_main_menu li[class*="_dropdown"].columns8 > .mega_dropdown > *:nth-child(8n+9), .mega_main_menu li[class*="_dropdown"].columns9 > .mega_dropdown > *:nth-child(9n+10), .mega_main_menu li[class*="_dropdown"].columns10 > .mega_dropdown > *:nth-child(10n+11) { clear: both; } .mega_main_menu li.widgets_dropdown > .mega_dropdown > * { float: left; margin: 0px 0px 20px 0px; padding: 0px 10px 0px 10px; }  .mega_main_menu li.default_dropdown .mega_dropdown, .mega_main_menu li.tabs_dropdown > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown, .mega_main_menu li.widgets_dropdown > .mega_dropdown, .mega_main_menu li.post_type_dropdown > .mega_dropdown, .mega_main_menu li.post_type_dropdown > .mega_dropdown > li.post_item .post_details, .mega_main_menu li.grid_dropdown > .mega_dropdown, .mega_main_menu li.grid_dropdown > .mega_dropdown > li .post_details { display: none; } .mega_main_menu li.keep_open > ul, .mega_main_menu.dropdowns_trigger-hover li:hover > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown, .mega_main_menu li.default_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown, .mega_main_menu li.default_dropdown li.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown, .mega_main_menu li.tabs_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown, .mega_main_menu li.multicolumn_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown, .mega_main_menu li.widgets_dropdown.keep_open .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown, .mega_main_menu li.post_type_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details, .mega_main_menu li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details, .mega_main_menu.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown, .mega_main_menu li.grid_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details, .mega_main_menu li.grid_dropdown > .mega_dropdown > li.keep_open .post_details { display: block; } @media (max-width: 1199px) { .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu .nav_logo .logo_link, .mega_main_menu ul .nav_search_box { padding-left: 13px; padding-right: 13px; } .mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i { padding-right: 10px; } .mega_main_menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i { padding-left: 10px; } .mega_main_menu ul .nav_search_box { width: 52px; } .mega_main_menu ul .nav_search_box .mega_main_menu_searchform { right: 10px; } } @media (max-width: 991px) { .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu > .menu_holder > .menu_inner > .nav_logo .logo_link, .mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box { padding-left: 10px; padding-right: 10px; } .mega_main_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i { padding-right: 8px; } .mega_main_menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon i { padding-left: 8px; } } @media (max-width: 959px) { .mega_main_menu > .menu_holder > .menu_inner > ul li > .item_link, .mega_main_menu > .menu_holder > .menu_inner > ul li { cursor: pointer; } .mega_main_menu.responsive-enable > .menu_holder > .menu_inner { width: auto !important; } .mega_main_menu.responsive-enable > .menu_holder > .menu_inner > .nav_logo { float: none; } .mega_main_menu.responsive-enable.logo-mobile > .menu_holder > .menu_inner > .nav_logo > .logo_link { display: block; } .mega_main_menu.responsive-enable.direction-horizontal[class*="first-lvl-align"] > .menu_holder > .menu_inner > .nav_logo:before { display: none; } .mega_main_menu.responsive-enable > .menu_holder > .menu_inner > .nav_logo:after { content: ''; display: table; clear: both; width: 100%; height: 0px; position: relative; } .mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.responsive-enable.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box:before  { display: none; } .mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .logo_link { float: left; } .mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle { display: block; float: right; text-decoration: none; padding: 0px; cursor: pointer; } .mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle .mobile_button { padding-left: 15px; padding-right: 15px; display: table-cell; vertical-align: middle; } .mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle .mobile_button * { line-height: inherit; vertical-align: middle; } .mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle .mobile_button .symbol_cross, .mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo.mobile_menu_active .mobile_toggle .mobile_button .symbol_menu { display: none; } .mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo.mobile_menu_active .mobile_toggle .mobile_button .symbol_cross { display: inline; } .mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > ul { display: none; } .mega_main_menu.responsive-enable.mobile_minimized-enable .nav_logo.mobile_menu_active + ul, .mega_main_menu.responsive-enable.mobile_minimized-enable .mobile_menu_active .mega_main_menu_ul { display: block; } .mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li, .mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box { float: none; display: block; width: 100%; } .mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box > .mega_main_menu_searchform { display: inline-block; width: 100%; position: relative; right: 0px; top: 15%; float: none; vertical-align: middle; } .mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box > .mega_main_menu_searchform .field, .mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li.nav_search_box > .mega_main_menu_searchform .field:focus { width: 100%; max-width: 100%; padding-left: 10px; } .mega_main_menu.responsive-enable li.default_dropdown .mega_dropdown, .mega_main_menu.responsive-enable li.default_dropdown .mega_dropdown .mega_dropdown, .mega_main_menu.responsive-enable li.default_dropdown[class*="drop_to"] .mega_dropdown, .mega_main_menu.responsive-enable li.default_dropdown[class*="drop_to"] .mega_dropdown .mega_dropdown, .mega_main_menu.responsive-enable li.tabs_dropdown .mega_dropdown, .mega_main_menu.responsive-enable li.multicolumn_dropdown > .mega_dropdown, .mega_main_menu.responsive-enable li.post_type_dropdown .mega_dropdown, .mega_main_menu.responsive-enable li.grid_dropdown .mega_dropdown, .mega_main_menu.responsive-enable li.widgets_dropdown .mega_dropdown { width: 100% !important; position: relative; overflow: hidden; left: 0px !important; right: 0px !important; margin: 0px !important; } .mega_main_menu.responsive-enable li.post_type_dropdown .mega_dropdown { overflow: visible; } .mega_main_menu.responsive-enable li > .item_link, .mega_main_menu.responsive-enable li .mega_dropdown .item_link { float: none; } .mega_main_menu.responsive-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { float: none; width: 100%; text-align: center; } .mega_main_menu.responsive-enable > .menu_holder > .menu_inner > ul > li > .item_link:after { right: 5px; left: auto; border-width: 4px 3px; border-top-color: inherit; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; } .mega_main_menu.responsive-enable li.default_dropdown > .mega_dropdown .mega_dropdown > li:first-child > .item_link:after { display: none; } .mega_main_menu.responsive-enable li.multicolumn_dropdown > .mega_dropdown > li { width: 100% !important; } .mega_main_menu.responsive-enable li.widgets_dropdown[class*="columns"] > .mega_dropdown > * { min-width: 100%; } .mega_main_menu.responsive-enable li.tabs_dropdown[class*="columns"] > .mega_dropdown > li, .mega_main_menu.responsive-enable li.tabs_dropdown[class*="columns"] > .mega_dropdown > li > .mega_dropdown { width: 100%; position: relative; left: 0px; } .mega_main_menu.responsive-enable li.tabs_dropdown[class*="columns"] > .mega_dropdown > li > .item_link { margin: 0px; }  .mega_main_menu li .mega_dropdown, .mega_main_menu li.default_dropdown .mega_dropdown, .mega_main_menu li.post_type_dropdown .mega_dropdown, .mega_main_menu li.post_type_dropdown .mega_dropdown > li.post_item .post_details, .mega_main_menu li.grid_dropdown .mega_dropdown > li .post_details { display: none; } .mega_main_menu.dropdowns_trigger-hover li:hover > .mega_dropdown, .mega_main_menu > .menu_holder > .menu_inner > ul li.keep_open > .mega_dropdown, .mega_main_menu > .menu_holder > .menu_inner > ul li[class*="_dropdown"].keep_open > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li > .item_link:hover + .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.default_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.default_dropdown li > .item_link:hover + .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.post_type_dropdown > .item_link:hover + .mega_dropdown, .mega_main_menu.dropdowns_trigger-hover li.post_type_dropdown .mega_dropdown > li.post_item:hover .post_details, .mega_main_menu.dropdowns_trigger-hover li.grid_dropdown .mega_dropdown > li:hover .post_details, .mega_main_menu.dropdowns_trigger-hover li.grid_dropdown .mega_dropdown > li > .item_link:hover + .post_details { display: block; } .mega_main_menu.responsive-enable li.tabs_dropdown .mega_dropdown { min-height: auto !important; } } @media (max-width: 480px) { .mega_main_menu.responsive-enable li.widgets_dropdown[class*="columns"] > .mega_dropdown > * { min-width: 100%; width: 100%; } } @media (min-width: 960px) { .mega_main_menu.direction-horizontal > .menu_holder.sticky_container { position: fixed; top: 0px; left: 0px; width: 100%; border-radius: 0px; z-index: 4000; line-height: 0px; text-align: center; } .admin-bar .mega_main_menu.direction-horizontal > .menu_holder.sticky_container { top: 30px; } .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container { top: 0px !important; right: 0px !important; bottom: 0px !important; left: 0px !important; } .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner { display: inline-block; } .mega_main_menu.logo-desktop > .menu_holder > .menu_inner > .nav_logo > .logo_link, .mega_main_menu.logo-sticky > .menu_holder.sticky_container > .menu_inner > .nav_logo > .logo_link { display: block; } .mega_main_menu.first-lvl-align-justify > .menu_holder > .menu_inner > .nav_logo { display: none; } .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner > .nav_logo, .mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .menu_inner > .mega_main_menu_ul { vertical-align: top; } body .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.menu-item.drop_to_center > .item_link:after { border-width: 4px 3px; border-top-color: inherit; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; } body .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.menu-item.drop_to_right > .item_link:after { border-width: 3px 4px; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: inherit; } body .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.menu-item.drop_to_left > .item_link:after { right: auto; left: 4px; border-width: 3px 4px; border-top-color: transparent !important; border-right-color: inherit; border-bottom-color: transparent !important; border-left-color: transparent !important; }  .mega_main_menu li.drop_to_right .mega_dropdown, .mega_main_menu li.drop_to_right .post_details { -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; } .mega_main_menu li.drop_to_left .mega_dropdown, .mega_main_menu li.drop_to_left .post_details { -webkit-transform-origin: 100% 0%; -moz-transform-origin: 100% 0%; -ms-transform-origin: 100% 0%; -o-transform-origin: 100% 0%; transform-origin: 100% 0%; } .mega_main_menu li.drop_to_center .mega_dropdown, .mega_main_menu li.drop_to_center .post_details { -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; transform-origin: 50% 0%; } .mega_main_menu.dropdowns_animation-anim_1 li.default_dropdown .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.multicolumn_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.tabs_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.widgets_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.post_type_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.post_type_dropdown > .mega_dropdown > li.post_item .post_details, .mega_main_menu.dropdowns_animation-anim_1 li.grid_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.grid_dropdown > .mega_dropdown > li .post_details { display: block; overflow: hidden; max-height: 0px; max-width: 0px; -webkit-transform: scaleY( 0 ); -moz-transform: scaleY( 0 ); -ms-transform: scaleY( 0 ); -o-transform: scaleY( 0 ); transform: scaleY( 0 ); -webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end; -o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end; transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end; } .mega_main_menu.dropdowns_animation-anim_1 > .menu_holder > .menu_inner > ul li.keep_open > ul, .mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.default_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.default_dropdown li.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.multicolumn_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.tabs_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.widgets_dropdown.keep_open .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.post_type_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details, .mega_main_menu.dropdowns_animation-anim_1 li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details, .mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1 li.grid_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_1.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details, .mega_main_menu.dropdowns_animation-anim_1 li.grid_dropdown > .mega_dropdown > li.keep_open .post_details { overflow: visible; max-height: 3000px; max-width: 3000px; -webkit-transform: scaleY( 1 ); -moz-transform: scaleY( 1 ); -ms-transform: scaleY( 1 ); -o-transform: scaleY( 1 ); transform: scaleY( 1 ); -webkit-transition: -webkit-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start; -o-transition: -o-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start; transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start; } .mega_main_menu.dropdowns_animation-anim_2 li.default_dropdown .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.multicolumn_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.tabs_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.widgets_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.post_type_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.post_type_dropdown > .mega_dropdown > li.post_item .post_details, .mega_main_menu.dropdowns_animation-anim_2 li.grid_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.grid_dropdown > .mega_dropdown > li .post_details { display: block; overflow: hidden; max-height: 0px; max-width: 0px; opacity: 0; -webkit-transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end; -o-transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end; transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end; } .mega_main_menu.dropdowns_animation-anim_2 > .menu_holder > .menu_inner > ul li.keep_open > ul, .mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.default_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.default_dropdown li.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.multicolumn_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.tabs_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.widgets_dropdown.keep_open .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.post_type_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details, .mega_main_menu.dropdowns_animation-anim_2 li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details, .mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2 li.grid_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_2.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details, .mega_main_menu.dropdowns_animation-anim_2 li.grid_dropdown > .mega_dropdown > li.keep_open .post_details { overflow: visible; max-height: 3000px; max-width: 3000px; opacity: 1; -webkit-transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; -o-transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; } .mega_main_menu.dropdowns_animation-anim_3 li.default_dropdown .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.multicolumn_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.tabs_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.widgets_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.post_type_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.post_type_dropdown > .mega_dropdown > li.post_item .post_details, .mega_main_menu.dropdowns_animation-anim_3 li.grid_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.grid_dropdown > .mega_dropdown > li .post_details { display: block; overflow: hidden; max-height: 0px; max-width: 0px; opacity: 0; -webkit-transform: scale( 0 ); -moz-transform: scale( 0 ); -ms-transform: scale( 0 ); -o-transform: scale( 0 ); transform: scale( 0 ); -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end; -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end; transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end; } .mega_main_menu.dropdowns_animation-anim_3 > .menu_holder > .menu_inner > ul li.keep_open > ul, .mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.default_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.default_dropdown li.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.multicolumn_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.tabs_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.widgets_dropdown.keep_open .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.post_type_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details, .mega_main_menu.dropdowns_animation-anim_3 li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details, .mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3 li.grid_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_3.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details, .mega_main_menu.dropdowns_animation-anim_3 li.grid_dropdown > .mega_dropdown > li.keep_open .post_details { overflow: visible; max-height: 3000px; max-width: 3000px; opacity: 1; -webkit-transform: scale( 1 ); -moz-transform: scale( 1 ); -ms-transform: scale( 1 ); -o-transform: scale( 1 ); transform: scale( 1 ); -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; } .mega_main_menu.dropdowns_animation-anim_4 li.default_dropdown .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.multicolumn_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.tabs_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.widgets_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.post_type_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.post_type_dropdown > .mega_dropdown > li.post_item .post_details, .mega_main_menu.dropdowns_animation-anim_4 li.grid_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.grid_dropdown > .mega_dropdown > li .post_details { display: block; overflow: hidden; max-height: 0px; max-width: 0px; opacity: 0; -webkit-transform: translateY( 40px ); -moz-transform: translateY( 40px ); -ms-transform: translateY( 40px ); -o-transform: translateY( 40px ); transform: translateY( 40px ); -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end; -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end; transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end; } .mega_main_menu.dropdowns_animation-anim_4 > .menu_holder > .menu_inner > ul li.keep_open > ul, .mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.default_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.default_dropdown li.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.multicolumn_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.tabs_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.widgets_dropdown.keep_open .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.post_type_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details, .mega_main_menu.dropdowns_animation-anim_4 li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details, .mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4 li.grid_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_4.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details, .mega_main_menu.dropdowns_animation-anim_4 li.grid_dropdown > .mega_dropdown > li.keep_open .post_details { overflow: visible; max-height: 3000px; max-width: 3000px; opacity: 1; -webkit-transform: translateY( 0px ); -moz-transform: translateY( 0px ); -ms-transform: translateY( 0px ); -o-transform: translateY( 0px ); transform: translateY( 0px ); -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; } .mega_main_menu.dropdowns_animation-anim_5 li.default_dropdown .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.multicolumn_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.tabs_dropdown > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.widgets_dropdown .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.post_type_dropdown .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.post_type_dropdown .mega_dropdown > li.post_item .post_details, .mega_main_menu.dropdowns_animation-anim_5 li.grid_dropdown .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.grid_dropdown .mega_dropdown > li .post_details { overflow: hidden; display: block; max-height: 0px; max-width: 0px; opacity: 0; -webkit-transform: perspective( 600px ) rotateX( -90deg ); -moz-transform: perspective( 600px ) rotateX( -90deg ); -ms-transform: perspective( 600px ) rotateX( -90deg ); -o-transform: perspective( 600px ) rotateX( -90deg ); transform: perspective( 600px ) rotateX( -90deg ); -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end; -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end; transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end; } .mega_main_menu.dropdowns_animation-anim_5 > .menu_holder > .menu_inner > ul li.keep_open > ul, .mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.default_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.default_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.default_dropdown li:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.default_dropdown li.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.multicolumn_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.tabs_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.widgets_dropdown.keep_open .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.post_type_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.post_type_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.post_type_dropdown > .mega_dropdown > li.post_item:hover .post_details, .mega_main_menu.dropdowns_animation-anim_5 li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details, .mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.grid_dropdown:hover > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5 li.grid_dropdown.keep_open > .mega_dropdown, .mega_main_menu.dropdowns_animation-anim_5.dropdowns_trigger-hover li.grid_dropdown > .mega_dropdown > li:hover .post_details, .mega_main_menu.dropdowns_animation-anim_5 li.grid_dropdown > .mega_dropdown > li.keep_open .post_details { overflow: visible; max-height: 3000px; max-width: 3000px; opacity: 1; -webkit-transform: perspective( 600px ) rotateX( 0deg ); -moz-transform: perspective( 600px ) rotateX( 0deg ); -ms-transform: perspective( 600px ) rotateX( 0deg ); -o-transform: perspective( 600px ) rotateX( 0deg ); transform: perspective( 600px ) rotateX( 0deg ); -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end; } .mega_main_menu[class*="dropdowns_animation-anim"] li.multicolumn_dropdown > .mega_dropdown .mega_dropdown, .mega_main_menu[class*="dropdowns_animation-anim"] li.tabs_dropdown > .mega_dropdown .mega_dropdown, .mega_main_menu[class*="dropdowns_animation-anim"] li.widgets_dropdown > .mega_dropdown .mega_dropdown { display: none; } .mega_main_menu[class*="dropdowns_animation-anim"].dropdowns_trigger-hover li.multicolumn_dropdown:hover > .mega_dropdown .mega_dropdown, .mega_main_menu[class*="dropdowns_animation-anim"] li.multicolumn_dropdown.keep_open > .mega_dropdown .mega_dropdown, .mega_main_menu[class*="dropdowns_animation-anim"].dropdowns_trigger-hover li.tabs_dropdown:hover > .mega_dropdown .mega_dropdown, .mega_main_menu[class*="dropdowns_animation-anim"] li.tabs_dropdown.keep_open > .mega_dropdown .mega_dropdown, .mega_main_menu[class*="dropdowns_animation-anim"].dropdowns_trigger-hover li.widgets_dropdown:hover .mega_dropdown .mega_dropdown, .mega_main_menu[class*="dropdowns_animation-anim"] li.widgets_dropdown.keep_open .mega_dropdown .mega_dropdown { display: block; max-height: auto; max-width: auto; opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition: none; -o-transition: none; transition: none; } } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > .nav_logo { float: none; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > .nav_logo > .logo_link { text-align: center; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li  { display: block; float: none; }  .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { float: none; } .mega_main_menu.direction-vertical.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content { margin-left: 32px; } .mega_main_menu.direction-vertical.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { margin-right: 32px; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > span { margin-right: 0px; margin-left: 0px; } .mega_main_menu.direction-vertical.first-lvl-align-left > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { text-align: left; } .mega_main_menu.direction-vertical.first-lvl-align-right > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { text-align: right; } .mega_main_menu.direction-vertical.first-lvl-align-center > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { text-align: center; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text { display: inline; }   .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box:before { content: ''; width: 100%; height: 2px; position: absolute; top: 0px; left: 0px; z-index: 2; background-repeat: no-repeat; background-size: 100% 400%; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAICAYAAAC73qx6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNrsktEKhSAMQG/peosiirQPvJ9eRhHVY9NKQUOkD7jIFQ7bHpw7zOS6rk8MJ/mL/JrIvu/puq5knmcyjiMVQtC+7+kwDAbQNUzTRJdlgW3bABEzfQ8sNMh9iCXVnBplkQFoeXIAOIqiwKqqsGkayRhDzrlBdl1natm2razrWpVlqfI8P81G3GPEGyIc0pEFEV6kfBHXV3kyvoAv4jiCiC+yrsfTN56vpfnGIEJj2cgtwABi1Gtdj9WVSAAAAABJRU5ErkJggg==); } .mega_main_menu.direction-vertical.first-lvl-separator-none > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.direction-vertical.first-lvl-separator-none > .menu_holder > .menu_inner > ul > li.nav_search_box:before  { background-position: 0px 0px; } .mega_main_menu.direction-vertical.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.direction-vertical.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li.nav_search_box:before  { background-position: 0px -3px; } .mega_main_menu.direction-vertical.first-lvl-separator-sharp > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.direction-vertical.first-lvl-separator-sharp > .menu_holder > .menu_inner > ul > li.nav_search_box:before  { background-position: 0px -6px; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box { width: 100%; padding: 0px 17px; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform { width: 100%; display: inline-block; position: relative; top: 0px; left: 0px; margin: 0px; vertical-align: middle; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .field { width: 100%; max-width: 100%; cursor: text; padding-left: 10px; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown > ul { top: 0px; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_right .mega_dropdown { left: 100%; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_left .mega_dropdown { right: 100%; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_center  { position: relative; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_center .mega_dropdown { left: 0px; right: 0px; width: 100%; position: relative; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link:before,  .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_center > .mega_dropdown .mega_dropdown > li:first-child > .item_link:after { display: none; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_center .mega_dropdown li > .item_link:before { right: 6px; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown { position: relative; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,  .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,  .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,  .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,  .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,  .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_left > .mega_dropdown { top: 0px; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_right > .mega_dropdown { left: 100%; right: auto; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_left > .mega_dropdown { right: 100%; left: auto; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.drop_to_center > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.drop_to_center > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.drop_to_center > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.drop_to_center > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.drop_to_center > .mega_dropdown { position: relative; left: 0px; right: 0px; width: 100%; } .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.submenu_full_width.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.tabs_dropdown.submenu_full_width.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.submenu_full_width.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown.submenu_full_width.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.submenu_full_width.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.post_type_dropdown.submenu_full_width.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.submenu_full_width.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.grid_dropdown.submenu_full_width.drop_to_right > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width.drop_to_left > .mega_dropdown, .mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.widgets_dropdown.submenu_full_width.drop_to_right > .mega_dropdown { width: 480px; } .mega_main_menu.language_direction-rtl * { direction: rtl; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box { direction: ltr; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform { left: 18px; right: auto; z-index: 600; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .submit, .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .icosearch { left: 0px; right: auto; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .field { padding-right: 0px; padding-left: 30px; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box .mega_main_menu_searchform .field:focus { padding-right: 8px; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .mega_dropdown > li > .item_link > .link_content { text-align: right; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .mega_dropdown > li > .item_link.with_icon > span { margin-left: 0px; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { float: right; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li > .item_link:after { left: 5px; right: auto; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_search_box, .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_woo_cart, .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_buddypress, .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.nav_wpml_switcher { float: left; } .mega_main_menu.language_direction-rtl .nav_logo, .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .mega_dropdown > li > .item_link > i, .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .post_details > .post_icon,  .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .post_details > .post_icon > i { float: right; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .post_details > .post_title,  .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li .post_details > .post_description { margin-left: 0px; margin-right: 52px; text-align: right; } .mega_main_menu.language_direction-rtl.direction-horizontal > .menu_holder > .menu_inner > ul > li > .item_link:before,  .mega_main_menu.language_direction-rtl.direction-horizontal > .menu_holder > .menu_inner > ul > li.nav_search_box:before { right: -1px; left: auto; } .mega_main_menu.language_direction-rtl.direction-horizontal > .menu_holder > .menu_inner > .nav_logo:before { left: -1px; right: auto; } .mega_main_menu.language_direction-rtl > .menu_holder > .menu_inner > ul > li.pull_to_other_side { float: left; } .wpb-elements-list-modal .mega_main_menu { font-size: inherit !important; line-height: inherit !important; letter-spacing: inherit !important; display: table-cell !important; } .empty{}   .mega_main_menu.primary .nav_logo > .logo_link > img { max-height: 90%; } .mega_main_menu.primary { min-height:30px; } .mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .logo_link,  .mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,  .mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,  .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box, .mega_main_menu.primary.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:30px; line-height:30px; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text { height:30px; } .mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { height:15px; line-height:10px; } .mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { height:10px; } .mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i { padding-top:5px; } .mega_main_menu.primary.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:5px; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i:before {  width:18px; } .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > .nav_logo > .logo_link,  .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > .nav_logo > .mobile_toggle,  .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,  .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,  .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box, .mega_main_menu.primary.icons-left > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.icons-right > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.primary.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:30px; line-height:30px; } .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text  { height:30px; } .mega_main_menu.primary.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content { height:15px; line-height:10px; } .mega_main_menu.primary.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { height:10px; } .mega_main_menu.primary.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i { padding-top:5px; } .mega_main_menu.primary.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:5px; } .mega_main_menu.primary > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link > i:before {  width:18px; } .mega_main_menu.primary.primary_style-buttons > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link  { margin:0px 4px; } @media (max-width: 959px) { .mega_main_menu.primary { min-height:30px; } .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .logo_link,  .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,  .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,  .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_search_box, .mega_main_menu.primary.mobile_minimized-enable.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.mobile_minimized-enable.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.primary.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:30px; line-height:30px; } .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text  { height:30px; } .mega_main_menu.primary.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { height:15px; line-height:10px; } .mega_main_menu.primary.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i { padding-top:5px; } .mega_main_menu.primary.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:5px; } .mega_main_menu.primary.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i:before {  width:18px; } .mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link  { margin:0px 4px; } } .mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.primary.primary_style-buttons.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.primary_style-buttons.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.primary.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:30px; line-height:30px; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i { width:29px; } .mega_main_menu.primary.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content { margin-left:29px; } .mega_main_menu.primary.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content { margin-right:29px; } .mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text  { height:30px; } .mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link  { margin:0px 4px; } .mega_main_menu.primary.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.primary.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { height:15px; line-height:10px; } .mega_main_menu.primary.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text  { height:10px; } .mega_main_menu.primary.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i { padding-top:5px; } .mega_main_menu.primary.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:5px; } .mega_main_menu.primary.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.primary.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.primary.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box, .mega_main_menu.primary.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content { min-height:30px; } .mega_main_menu.primary.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text { min-height:30px; } .mega_main_menu.primary.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { min-height:15px; } .mega_main_menu.primary.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { min-height:10px; }   .mega_main_menu.primary.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,  .mega_main_menu.primary.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.primary.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box, .mega_main_menu.primary.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content { min-height:30px; } .mega_main_menu.primary.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text  { min-height:30px; } .mega_main_menu.primary.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content { min-height:15px; } .mega_main_menu.primary.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { min-height:10px; }   .mega_main_menu.primary.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.primary.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.primary.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content { min-height:30px; } .mega_main_menu.primary.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text  { min-height:30px; } .mega_main_menu.primary.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { min-height:15px; } .mega_main_menu.primary.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text  { min-height:10px; } .mega_main_menu.primary > .menu_holder > .mmm_fullwidth_container { background: -moz-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -webkit-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -o-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -ms-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -webkit-gradient(linear, left top, left bottom, color-stop(%, rgba(255,255,255,0)), color-stop(%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) %, rgba(255,255,255,0) %); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); } .mega_main_menu.primary > .menu_holder > .mmm_fullwidth_container {  } .mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box input, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { font-family: inherit; font-size: 15px; font-weight: 700; text-transform: none;  } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box * { font-size:14px; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i { font-size:14px; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > i:before {  width:14px; } .mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link * { color: #444444; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:after { border-color: #444444; color: #444444; } .mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link { background: -moz-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -webkit-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -o-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -ms-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -webkit-gradient(linear, left top, left bottom, color-stop(%, rgba(255,255,255,0)), color-stop(%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) %, rgba(255,255,255,0) %); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:focus, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.keep_open > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link { background: -moz-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -webkit-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -o-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -ms-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -webkit-gradient(linear, left top, left bottom, color-stop(%, rgba(255,255,255,0)), color-stop(%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) %, rgba(255,255,255,0) %); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box > .mega_main_menu_searchform { background-color:#3498db; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box .field, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.nav_search_box *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .icosearch { color: #f8f8f8; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:focus, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.keep_open > .item_link *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link * { color: #f69e22; border-color: #f69e22; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link:after, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link:after, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link:after, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link:after, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link:after { border-color: #f69e22; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .mega_dropdown > li .post_details { background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%,#ffffff)); background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 )"; background-color: #ffffff; } .mega_main_menu.primary .mega_dropdown * { color: #666666; } .mega_main_menu.primary ul li .mega_dropdown > li > .item_link, .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text, .mega_main_menu.primary ul li .mega_dropdown, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_description { font-family: inherit; font-size: 14px; font-weight: 400; text-transform: capitalize;  } .mega_main_menu.primary > .menu_holder > .menu_inner > ul li .mega_dropdown > li > .item_link.with_icon { line-height: 14px; min-height: 14px; } .mega_main_menu.primary li.default_dropdown > .mega_dropdown > .menu-item > .item_link > i, .mega_main_menu.primary li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link > i, .mega_main_menu.primary li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link > i, .mega_main_menu.primary li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link > i { width: 14px; height: 14px; line-height: 14px; font-size: 14px; margin-top: -7px; } .mega_main_menu.primary li.default_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.primary li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.primary li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.primary li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content { margin-left: 22px; } .mega_main_menu.primary.language_direction-rtl li.default_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.primary.language_direction-rtl li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.primary.language_direction-rtl li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.primary.language_direction-rtl li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content { margin-right: 22px; } .mega_main_menu.primary li.default_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.primary li.widgets_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.primary li.multicolumn_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.primary li.grid_dropdown .mega_dropdown > li > .item_link { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); color: #666666; } .mega_main_menu.primary li .post_details > .post_icon > i, .mega_main_menu.primary li .mega_dropdown .item_link *, .mega_main_menu.primary li .mega_dropdown a, .mega_main_menu.primary li .mega_dropdown a *, .mega_main_menu.primary li li .post_details a { color: #666666; } .mega_main_menu.primary li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before { border-color: #666666; } .mega_main_menu.primary li.default_dropdown > .mega_dropdown > li > .item_link { border-color: rgba(240,240,240,1); } .mega_main_menu.primary ul .mega_dropdown > li.current-menu-ancestor > .item_link, .mega_main_menu.primary ul .mega_dropdown > li.current-menu-item > .item_link, .mega_main_menu.primary ul .mega_dropdown > li > .item_link:focus, .mega_main_menu.primary ul .mega_dropdown > li > .item_link:hover, .mega_main_menu.primary ul li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover { background: -moz-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -webkit-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -o-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -ms-linear-gradient(top, rgba(255,255,255,0) %, rgba(255,255,255,0) %); background: -webkit-gradient(linear, left top, left bottom, color-stop(%, rgba(255,255,255,0)), color-stop(%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) %, rgba(255,255,255,0) %); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); color: #f8f8f8; } .mega_main_menu.primary .mega_dropdown > li.current-menu-ancestor > .item_link *, .mega_main_menu.primary .mega_dropdown > li.current-menu-item > .item_link *, .mega_main_menu.primary .mega_dropdown > li > .item_link:focus *, .mega_main_menu.primary .mega_dropdown > li > .item_link:hover *, .mega_main_menu.primary li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover > .cover > a > i { color: #f8f8f8; } .mega_main_menu.primary li.default_dropdown > .mega_dropdown > .menu-item.current-menu-ancestor > .item_link:before, .mega_main_menu.primary li.default_dropdown > .mega_dropdown > .menu-item.current-menu-item > .item_link:before, .mega_main_menu.primary li.default_dropdown > .mega_dropdown > .menu-item > .item_link:focus:before, .mega_main_menu.primary li.default_dropdown > .mega_dropdown > .menu-item > .item_link:hover:before { border-color: #f8f8f8; } .mega_main_menu.primary li.default_dropdown > .mega_dropdown > li:first-child:last-child > .item_link, .mega_main_menu.primary.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child:last-child > .item_link, .mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, .mega_main_menu.primary.primary_style-buttons.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link, .mega_main_menu.primary > .menu_holder > .mmm_fullwidth_container, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .mega_dropdown { border-radius: 0px; } .mega_main_menu.primary > .menu_holder > .menu_inner > span.nav_logo, .mega_main_menu.primary.primary_style-flat.direction-horizontal.first-lvl-align-left.no-logo > .menu_holder > .menu_inner > ul > li:first-child > .item_link, .mega_main_menu.primary.primary_style-flat.direction-horizontal.first-lvl-align-center.no-logo.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:first-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.primary.primary_style-flat.direction-horizontal.no-search > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link, .mega_main_menu.primary.primary_style-flat.direction-horizontal.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link, .mega_main_menu.primary.primary_style-flat.direction-horizontal.first-lvl-align-right.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:last-child > .item_link, .mega_main_menu.primary.primary_style-flat.direction-horizontal.first-lvl-align-center.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:last-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.primary li.default_dropdown > .mega_dropdown > li:first-child > .item_link, .mega_main_menu.primary.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.primary li.default_dropdown > .mega_dropdown > li:last-child > .item_link, .mega_main_menu.primary.direction-vertical > .menu_holder > .menu_inner > ul > li:last-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.primary .widgets_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.primary .multicolumn_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.primary ul .nav_search_box .mega_main_menu_searchform, .mega_main_menu.primary .tabs_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.primary .tabs_dropdown .mega_dropdown > li > .mega_dropdown > li > .item_link, .mega_main_menu.primary .widgets_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu.primary .multicolumn_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu.primary .grid_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu.primary .grid_dropdown > .mega_dropdown > li .processed_image, .mega_main_menu.primary .post_type_dropdown > .mega_dropdown > li .item_link, .mega_main_menu.primary .post_type_dropdown > .mega_dropdown > li .processed_image { border-radius: 0px; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link { background: -moz-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -webkit-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -o-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -ms-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34495E), color-stop(100%,#2C3E50)); background: linear-gradient(to bottom, #34495E 0%, #2C3E50 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#34495E', endColorstr='#2C3E50',GradientType=0 )"; background-color: #34495E; color: #f8f8f8; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link > i { color: #f8f8f8; font-size: 12px; } .mega_main_menu.primary ul li .mega_dropdown .menu-item.additional_style_1 > .item_link > i { width: 12px; height: 12px; line-height: 12px; font-size: 12px; margin-top: -6px; } .mega_main_menu.primary ul li .mega_dropdown > .menu-item.additional_style_1 > .item_link.with_icon > span { margin-left: 20px; } .mega_main_menu.primary.language_direction-rtl ul li .mega_dropdown > .menu-item.additional_style_1 > .item_link.with_icon > span { margin-right: 20px; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link .link_content { color: #f8f8f8; font-family: inherit; font-size: 12px; font-weight: 400; text-transform: none;  } .mega_main_menu.primary > .menu_holder > .menu_inner > ul > .menu-item.current-menu-ancestor.additional_style_1 > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > .menu-item.current-page-ancestor.additional_style_1 > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > .menu-item.current-post-ancestor.additional_style_1 > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.current-menu-item.additional_style_1 > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:focus { background: -moz-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -webkit-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -o-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -ms-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d566e), color-stop(100%,#354b60)); background: linear-gradient(to bottom, #3d566e 0%, #354b60 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d566e', endColorstr='#354b60',GradientType=0 )"; background-color: #3d566e; color: #f8f8f8; } .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.current-menu-ancestor.additional_style_1 > .item_link > *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.current-page-ancestor.additional_style_1 > .item_link > *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.current-post-ancestor.additional_style_1 > .item_link > *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:focus > *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover > i, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover *, .mega_main_menu.primary > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover .link_content { color: #f8f8f8; }  .mega_main_menu.vertical .nav_logo > .logo_link > img { max-height: 90%; } .mega_main_menu.vertical { min-height:38px; } .mega_main_menu.vertical > .menu_holder > .menu_inner > .nav_logo > .logo_link,  .mega_main_menu.vertical > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,  .mega_main_menu.vertical > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,  .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.nav_search_box, .mega_main_menu.vertical.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:38px; line-height:38px; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text { height:38px; } .mega_main_menu.vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { height:19px; line-height:12.666666666667px; } .mega_main_menu.vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { height:12.666666666667px; } .mega_main_menu.vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i { padding-top:6.3333333333333px; } .mega_main_menu.vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:6.3333333333333px; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i:before {  width:22.8px; } .mega_main_menu.vertical > .menu_holder.sticky_container > .menu_inner > .nav_logo > .logo_link,  .mega_main_menu.vertical > .menu_holder.sticky_container > .menu_inner > .nav_logo > .mobile_toggle,  .mega_main_menu.vertical > .menu_holder.sticky_container > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,  .mega_main_menu.vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,  .mega_main_menu.vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.vertical > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box, .mega_main_menu.vertical.icons-left > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.icons-right > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.vertical > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:40px; line-height:40px; } .mega_main_menu.vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text  { height:40px; } .mega_main_menu.vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content { height:20px; line-height:13.333333333333px; } .mega_main_menu.vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { height:13.333333333333px; } .mega_main_menu.vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i { padding-top:6.6666666666667px; } .mega_main_menu.vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:6.6666666666667px; } .mega_main_menu.vertical > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link > i:before {  width:24px; } .mega_main_menu.vertical.primary_style-buttons > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link  { margin:5px 4px; } @media (max-width: 959px) { .mega_main_menu.vertical { min-height:40px; } .mega_main_menu.vertical.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .logo_link,  .mega_main_menu.vertical.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,  .mega_main_menu.vertical.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,  .mega_main_menu.vertical.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.vertical.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.vertical.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_search_box, .mega_main_menu.vertical.mobile_minimized-enable.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.mobile_minimized-enable.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.vertical.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.vertical.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:40px; line-height:40px; } .mega_main_menu.vertical.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text  { height:40px; } .mega_main_menu.vertical.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { height:20px; line-height:13.333333333333px; } .mega_main_menu.vertical.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i { padding-top:6.6666666666667px; } .mega_main_menu.vertical.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:6.6666666666667px; } .mega_main_menu.vertical.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i:before {  width:24px; } .mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link  { margin:5px 4px; } } .mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.vertical.primary_style-buttons.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.primary_style-buttons.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:30px; line-height:30px; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link > i { width:29px; } .mega_main_menu.vertical.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content { margin-left:29px; } .mega_main_menu.vertical.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content { margin-right:29px; } .mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text  { height:30px; } .mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link  { margin:4px 4px; } .mega_main_menu.vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { height:15px; line-height:10px; } .mega_main_menu.vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text  { height:10px; } .mega_main_menu.vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i { padding-top:5px; } .mega_main_menu.vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:5px; } .mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box, .mega_main_menu.vertical.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content { min-height:38px; } .mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text { min-height:38px; } .mega_main_menu.vertical.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { min-height:19px; } .mega_main_menu.vertical.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { min-height:12.666666666667px; }   .mega_main_menu.vertical.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,  .mega_main_menu.vertical.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.vertical.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box, .mega_main_menu.vertical.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content { min-height:40px; } .mega_main_menu.vertical.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text  { min-height:40px; } .mega_main_menu.vertical.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content { min-height:20px; } .mega_main_menu.vertical.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { min-height:13.333333333333px; }   .mega_main_menu.vertical.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.vertical.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.vertical.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content { min-height:30px; } .mega_main_menu.vertical.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text  { min-height:30px; } .mega_main_menu.vertical.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { min-height:15px; } .mega_main_menu.vertical.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text  { min-height:10px; } .mega_main_menu.vertical > .menu_holder > .mmm_fullwidth_container { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); } .mega_main_menu.vertical > .menu_holder > .mmm_fullwidth_container {  } .mega_main_menu.vertical > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link .link_text, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.nav_search_box input, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li .post_details > .post_title, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { font-family: inherit; font-size: 14px; font-weight: 400; text-transform: capitalize;  } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.nav_search_box * { font-size:14px; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link > i { font-size:14px; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link > i:before {  width:14px; } .mega_main_menu.vertical > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link * { color: #444; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:after { border-color: #444; color: #444; } .mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li:hover > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:hover, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:focus, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.keep_open > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.nav_search_box > .mega_main_menu_searchform { background-color:#3498db; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.nav_search_box .field, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.nav_search_box *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li .icosearch { color: #f8f8f8; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li:hover > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:hover *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:hover, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .item_link:focus, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.keep_open > .item_link *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li:hover > .item_link *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link * { color: #444; border-color: #444; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link:after, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link:after, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link:after, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link:after, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li:hover > .item_link:after { border-color: #444; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li > .mega_dropdown, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li .mega_dropdown > li .post_details { background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%,#ffffff)); background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 )"; background-color: #ffffff; } .mega_main_menu.vertical .mega_dropdown * { color: #333333; } .mega_main_menu.vertical ul li .mega_dropdown > li > .item_link, .mega_main_menu.vertical ul li .mega_dropdown > li > .item_link .link_text, .mega_main_menu.vertical ul li .mega_dropdown, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li .post_details > .post_description { font-family: inherit; font-size: 14px; font-weight: 400; text-transform: capitalize;  } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul li .mega_dropdown > li > .item_link.with_icon { line-height: 12px; min-height: 12px; } .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > .menu-item > .item_link > i, .mega_main_menu.vertical li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link > i, .mega_main_menu.vertical li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link > i, .mega_main_menu.vertical li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link > i { width: 12px; height: 12px; line-height: 12px; font-size: 12px; margin-top: -6px; } .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.vertical li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.vertical li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.vertical li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content { margin-left: 20px; } .mega_main_menu.vertical.language_direction-rtl li.default_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.vertical.language_direction-rtl li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.vertical.language_direction-rtl li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.vertical.language_direction-rtl li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content { margin-right: 20px; } .mega_main_menu.vertical li.default_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.vertical li.widgets_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.vertical li.multicolumn_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.vertical li.grid_dropdown .mega_dropdown > li > .item_link { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); color: #444; } .mega_main_menu.vertical li .post_details > .post_icon > i, .mega_main_menu.vertical li .mega_dropdown .item_link *, .mega_main_menu.vertical li .mega_dropdown a, .mega_main_menu.vertical li .mega_dropdown a *, .mega_main_menu.vertical li li .post_details a { color: #444; } .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before { border-color: #444; } .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > li > .item_link { border-color: #f0f0f0; } .mega_main_menu.vertical ul .mega_dropdown > li.current-menu-ancestor > .item_link, .mega_main_menu.vertical ul .mega_dropdown > li.current-menu-item > .item_link, .mega_main_menu.vertical ul .mega_dropdown > li > .item_link:focus, .mega_main_menu.vertical ul .mega_dropdown > li > .item_link:hover, .mega_main_menu.vertical ul li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); color: #f8f8f8; } .mega_main_menu.vertical .mega_dropdown > li.current-menu-ancestor > .item_link *, .mega_main_menu.vertical .mega_dropdown > li.current-menu-item > .item_link *, .mega_main_menu.vertical .mega_dropdown > li > .item_link:focus *, .mega_main_menu.vertical .mega_dropdown > li > .item_link:hover *, .mega_main_menu.vertical li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover > .cover > a > i { color: #f8f8f8; } .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > .menu-item.current-menu-ancestor > .item_link:before, .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > .menu-item.current-menu-item > .item_link:before, .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > .menu-item > .item_link:focus:before, .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > .menu-item > .item_link:hover:before { border-color: #f8f8f8; } .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > li:first-child:last-child > .item_link, .mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child:last-child > .item_link, .mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu.vertical.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, .mega_main_menu.vertical.primary_style-buttons.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link, .mega_main_menu.vertical > .menu_holder > .mmm_fullwidth_container, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > li .post_details, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .mega_dropdown { border-radius: 0px; } .mega_main_menu.vertical > .menu_holder > .menu_inner > span.nav_logo, .mega_main_menu.vertical.primary_style-flat.direction-horizontal.first-lvl-align-left.no-logo > .menu_holder > .menu_inner > ul > li:first-child > .item_link, .mega_main_menu.vertical.primary_style-flat.direction-horizontal.first-lvl-align-center.no-logo.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:first-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.vertical.primary_style-flat.direction-horizontal.no-search > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link, .mega_main_menu.vertical.primary_style-flat.direction-horizontal.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link, .mega_main_menu.vertical.primary_style-flat.direction-horizontal.first-lvl-align-right.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:last-child > .item_link, .mega_main_menu.vertical.primary_style-flat.direction-horizontal.first-lvl-align-center.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:last-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > li:first-child > .item_link, .mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.vertical li.default_dropdown > .mega_dropdown > li:last-child > .item_link, .mega_main_menu.vertical.direction-vertical > .menu_holder > .menu_inner > ul > li:last-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.vertical .widgets_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.vertical .multicolumn_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.vertical ul .nav_search_box .mega_main_menu_searchform, .mega_main_menu.vertical .tabs_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.vertical .tabs_dropdown .mega_dropdown > li > .mega_dropdown > li > .item_link, .mega_main_menu.vertical .widgets_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu.vertical .multicolumn_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu.vertical .grid_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu.vertical .grid_dropdown > .mega_dropdown > li .processed_image, .mega_main_menu.vertical .post_type_dropdown > .mega_dropdown > li .item_link, .mega_main_menu.vertical .post_type_dropdown > .mega_dropdown > li .processed_image { border-radius: 0px; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link { background: -moz-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -webkit-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -o-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -ms-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34495E), color-stop(100%,#2C3E50)); background: linear-gradient(to bottom, #34495E 0%, #2C3E50 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#34495E', endColorstr='#2C3E50',GradientType=0 )"; background-color: #34495E; color: #f8f8f8; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link > i { color: #f8f8f8; font-size: 12px; } .mega_main_menu.vertical ul li .mega_dropdown .menu-item.additional_style_1 > .item_link > i { width: 12px; height: 12px; line-height: 12px; font-size: 12px; margin-top: -6px; } .mega_main_menu.vertical ul li .mega_dropdown > .menu-item.additional_style_1 > .item_link.with_icon > span { margin-left: 20px; } .mega_main_menu.vertical.language_direction-rtl ul li .mega_dropdown > .menu-item.additional_style_1 > .item_link.with_icon > span { margin-right: 20px; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link .link_content { color: #f8f8f8; font-family: inherit; font-size: 12px; font-weight: 400; text-transform: none;  } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > .menu-item.current-menu-ancestor.additional_style_1 > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > .menu-item.current-page-ancestor.additional_style_1 > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul > .menu-item.current-post-ancestor.additional_style_1 > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.current-menu-item.additional_style_1 > .item_link, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:focus { background: -moz-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -webkit-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -o-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -ms-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d566e), color-stop(100%,#354b60)); background: linear-gradient(to bottom, #3d566e 0%, #354b60 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d566e', endColorstr='#354b60',GradientType=0 )"; background-color: #3d566e; color: #f8f8f8; } .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.current-menu-ancestor.additional_style_1 > .item_link > *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.current-page-ancestor.additional_style_1 > .item_link > *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.current-post-ancestor.additional_style_1 > .item_link > *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:focus > *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover > i, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover *, .mega_main_menu.vertical > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover .link_content { color: #f8f8f8; }  .mega_main_menu.mega_main_sidebar_menu .nav_logo > .logo_link > img { max-height: 90%; } .mega_main_menu.mega_main_sidebar_menu { min-height:38px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > .nav_logo > .logo_link,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.nav_search_box, .mega_main_menu.mega_main_sidebar_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:38px; line-height:38px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text { height:38px; } .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { height:19px; line-height:12.666666666667px; } .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { height:12.666666666667px; } .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i { padding-top:6.3333333333333px; } .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:6.3333333333333px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i:before {  width:22.8px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder.sticky_container > .menu_inner > .nav_logo > .logo_link,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder.sticky_container > .menu_inner > .nav_logo > .mobile_toggle,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder.sticky_container > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box, .mega_main_menu.mega_main_sidebar_menu.icons-left > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.icons-right > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.mega_main_sidebar_menu > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:40px; line-height:40px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text  { height:40px; } .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content { height:20px; line-height:13.333333333333px; } .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { height:13.333333333333px; } .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > i { padding-top:6.6666666666667px; } .mega_main_menu.mega_main_sidebar_menu.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:6.6666666666667px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder.sticky_container > .menu_inner > ul > li.nav_buddypress > .item_link > i:before {  width:24px; } .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link  { margin:5px 4px; } @media (max-width: 959px) { .mega_main_menu.mega_main_sidebar_menu { min-height:40px; } .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .logo_link,  .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle,  .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,  .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_search_box, .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:40px; line-height:40px; } .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text  { height:40px; } .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { height:20px; line-height:13.333333333333px; } .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i { padding-top:6.6666666666667px; } .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:6.6666666666667px; } .mega_main_menu.mega_main_sidebar_menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i:before {  width:24px; } .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link  { margin:5px 4px; } } .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons.icons-right > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content, .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.menu_item_without_text > i,  .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link > i.ci-icon-buddypress-user { height:30px; line-height:30px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link > i { width:29px; } .mega_main_menu.mega_main_sidebar_menu.icons-left > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content { margin-left:29px; } .mega_main_menu.mega_main_sidebar_menu.icons-right > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content { margin-right:29px; } .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text  { height:30px; } .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link  { margin:4px 4px; } .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i, .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { height:15px; line-height:10px; } .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text  { height:10px; } .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > i { padding-top:5px; } .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { padding-bottom:5px; } .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder > .menu_inner > ul > li.nav_search_box, .mega_main_menu.mega_main_sidebar_menu.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content { min-height:38px; } .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text { min-height:38px; } .mega_main_menu.mega_main_sidebar_menu.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { min-height:19px; } .mega_main_menu.mega_main_sidebar_menu.direction-vertical.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { min-height:12.666666666667px; }   .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link,  .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li.nav_search_box, .mega_main_menu.mega_main_sidebar_menu.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.disable_icon > .link_content { min-height:40px; } .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content > .link_text  { min-height:40px; } .mega_main_menu.mega_main_sidebar_menu.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link > .link_content { min-height:20px; } .mega_main_menu.mega_main_sidebar_menu.direction-vertical.icons-top > .menu_holder.sticky_container > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text { min-height:13.333333333333px; }   .mega_main_menu.mega_main_sidebar_menu.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link,  .mega_main_menu.mega_main_sidebar_menu.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content,  .mega_main_menu.mega_main_sidebar_menu.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.disable_icon > .link_content { min-height:30px; } .mega_main_menu.mega_main_sidebar_menu.direction-vertical.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text  { min-height:30px; } .mega_main_menu.mega_main_sidebar_menu.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link > .link_content { min-height:15px; } .mega_main_menu.mega_main_sidebar_menu.direction-vertical.primary_style-buttons.icons-top > .menu_holder > .menu_inner > ul > li > .item_link.with_icon > .link_content > .link_text  { min-height:10px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .mmm_fullwidth_container { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .mmm_fullwidth_container {  } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.nav_search_box input, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_title, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_title > .item_link { font-family: inherit; font-size: 14px; font-weight: 400; text-transform: capitalize;  } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.nav_search_box * { font-size:14px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link > i { font-size:14px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link > i:before {  width:14px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link * { color: #444; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link:after { border-color: #444; color: #444; } .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li:hover > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link:hover, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link:focus, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.keep_open > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.nav_search_box > .mega_main_menu_searchform { background-color:rgba(255,255,255,0); } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.nav_search_box .field, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.nav_search_box *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li .icosearch { color: #f8f8f8; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li:hover > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link:hover *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link:hover, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .item_link:focus, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.keep_open > .item_link *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li:hover > .item_link *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link * { color: #444; border-color: #444; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link:after, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link:after, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link:after, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link:after, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li:hover > .item_link:after { border-color: #444; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li > .mega_dropdown, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li .mega_dropdown > li .post_details { background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%,#ffffff)); background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 )"; background-color: #ffffff; } .mega_main_menu.mega_main_sidebar_menu .mega_dropdown * { color: #333333; } .mega_main_menu.mega_main_sidebar_menu ul li .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu ul li .mega_dropdown > li > .item_link .link_text, .mega_main_menu.mega_main_sidebar_menu ul li .mega_dropdown, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li .post_details > .post_description { font-family: inherit; font-size: 14px; font-weight: 400; text-transform: capitalize;  } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul li .mega_dropdown > li > .item_link.with_icon { line-height: 12px; min-height: 12px; } .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link > i, .mega_main_menu.mega_main_sidebar_menu li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link > i, .mega_main_menu.mega_main_sidebar_menu li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link > i, .mega_main_menu.mega_main_sidebar_menu li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link > i { width: 12px; height: 12px; line-height: 12px; font-size: 12px; margin-top: -6px; } .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.mega_main_sidebar_menu li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.mega_main_sidebar_menu li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.mega_main_sidebar_menu li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content { margin-left: 20px; } .mega_main_menu.mega_main_sidebar_menu.language_direction-rtl li.default_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.mega_main_sidebar_menu.language_direction-rtl li.tabs_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.mega_main_sidebar_menu.language_direction-rtl li.widgets_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content, .mega_main_menu.mega_main_sidebar_menu.language_direction-rtl li.multicolumn_dropdown > .mega_dropdown > .menu-item > .item_link.with_icon > .link_content { margin-right: 20px; } .mega_main_menu.mega_main_sidebar_menu li.default_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu li.widgets_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu li.grid_dropdown .mega_dropdown > li > .item_link { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); color: #444; } .mega_main_menu.mega_main_sidebar_menu li .post_details > .post_icon > i, .mega_main_menu.mega_main_sidebar_menu li .mega_dropdown .item_link *, .mega_main_menu.mega_main_sidebar_menu li .mega_dropdown a, .mega_main_menu.mega_main_sidebar_menu li .mega_dropdown a *, .mega_main_menu.mega_main_sidebar_menu li li .post_details a { color: #444; } .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before { border-color: #444; } .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > li > .item_link { border-color: #f0f0f0; } .mega_main_menu.mega_main_sidebar_menu ul .mega_dropdown > li.current-menu-ancestor > .item_link, .mega_main_menu.mega_main_sidebar_menu ul .mega_dropdown > li.current-menu-item > .item_link, .mega_main_menu.mega_main_sidebar_menu ul .mega_dropdown > li > .item_link:focus, .mega_main_menu.mega_main_sidebar_menu ul .mega_dropdown > li > .item_link:hover, .mega_main_menu.mega_main_sidebar_menu ul li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)',GradientType=0 )"; background-color: rgba(255,255,255,0); color: #f8f8f8; } .mega_main_menu.mega_main_sidebar_menu .mega_dropdown > li.current-menu-ancestor > .item_link *, .mega_main_menu.mega_main_sidebar_menu .mega_dropdown > li.current-menu-item > .item_link *, .mega_main_menu.mega_main_sidebar_menu .mega_dropdown > li > .item_link:focus *, .mega_main_menu.mega_main_sidebar_menu .mega_dropdown > li > .item_link:hover *, .mega_main_menu.mega_main_sidebar_menu li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover > .cover > a > i { color: #f8f8f8; } .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > .menu-item.current-menu-ancestor > .item_link:before, .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > .menu-item.current-menu-item > .item_link:before, .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:focus:before, .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > .menu-item > .item_link:hover:before { border-color: #f8f8f8; } .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > li:first-child:last-child > .item_link, .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child:last-child > .item_link, .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link, .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, .mega_main_menu.mega_main_sidebar_menu.primary_style-buttons.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .mmm_fullwidth_container, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > li .post_details, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .mega_dropdown { border-radius: 0px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > span.nav_logo, .mega_main_menu.mega_main_sidebar_menu.primary_style-flat.direction-horizontal.first-lvl-align-left.no-logo > .menu_holder > .menu_inner > ul > li:first-child > .item_link, .mega_main_menu.mega_main_sidebar_menu.primary_style-flat.direction-horizontal.first-lvl-align-center.no-logo.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:first-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.mega_main_sidebar_menu.primary_style-flat.direction-horizontal.no-search > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link, .mega_main_menu.mega_main_sidebar_menu.primary_style-flat.direction-horizontal.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li.nav_buddypress > .item_link, .mega_main_menu.mega_main_sidebar_menu.primary_style-flat.direction-horizontal.first-lvl-align-right.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:last-child > .item_link, .mega_main_menu.mega_main_sidebar_menu.primary_style-flat.direction-horizontal.first-lvl-align-center.no-search.no-woo_cart > .menu_holder > .menu_inner > ul > li:last-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > li:first-child > .item_link, .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder > .menu_inner > ul > li:first-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.mega_main_sidebar_menu li.default_dropdown > .mega_dropdown > li:last-child > .item_link, .mega_main_menu.mega_main_sidebar_menu.direction-vertical > .menu_holder > .menu_inner > ul > li:last-child > .item_link { border-radius: 0px 0px 0px 0px; } .mega_main_menu.mega_main_sidebar_menu .widgets_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu .multicolumn_dropdown > .mega_dropdown > li.default_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu ul .nav_search_box .mega_main_menu_searchform, .mega_main_menu.mega_main_sidebar_menu .tabs_dropdown .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu .tabs_dropdown .mega_dropdown > li > .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu .widgets_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu .multicolumn_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu .grid_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu.mega_main_sidebar_menu .grid_dropdown > .mega_dropdown > li .processed_image, .mega_main_menu.mega_main_sidebar_menu .post_type_dropdown > .mega_dropdown > li .item_link, .mega_main_menu.mega_main_sidebar_menu .post_type_dropdown > .mega_dropdown > li .processed_image { border-radius: 0px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link { background: -moz-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -webkit-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -o-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -ms-linear-gradient(top, #34495E 0%, #2C3E50 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34495E), color-stop(100%,#2C3E50)); background: linear-gradient(to bottom, #34495E 0%, #2C3E50 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#34495E', endColorstr='#2C3E50',GradientType=0 )"; background-color: #34495E; color: #f8f8f8; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link > i { color: #f8f8f8; font-size: 12px; } .mega_main_menu.mega_main_sidebar_menu ul li .mega_dropdown .menu-item.additional_style_1 > .item_link > i { width: 12px; height: 12px; line-height: 12px; font-size: 12px; margin-top: -6px; } .mega_main_menu.mega_main_sidebar_menu ul li .mega_dropdown > .menu-item.additional_style_1 > .item_link.with_icon > span { margin-left: 20px; } .mega_main_menu.mega_main_sidebar_menu.language_direction-rtl ul li .mega_dropdown > .menu-item.additional_style_1 > .item_link.with_icon > span { margin-right: 20px; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link .link_content { color: #f8f8f8; font-family: inherit; font-size: 12px; font-weight: 400; text-transform: none;  } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > .menu-item.current-menu-ancestor.additional_style_1 > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > .menu-item.current-page-ancestor.additional_style_1 > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul > .menu-item.current-post-ancestor.additional_style_1 > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.current-menu-item.additional_style_1 > .item_link, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:focus { background: -moz-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -webkit-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -o-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -ms-linear-gradient(top, #3d566e 0%, #354b60 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d566e), color-stop(100%,#354b60)); background: linear-gradient(to bottom, #3d566e 0%, #354b60 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d566e', endColorstr='#354b60',GradientType=0 )"; background-color: #3d566e; color: #f8f8f8; } .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.current-menu-ancestor.additional_style_1 > .item_link > *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.current-page-ancestor.additional_style_1 > .item_link > *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.current-post-ancestor.additional_style_1 > .item_link > *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:focus > *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover > i, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover *, .mega_main_menu.mega_main_sidebar_menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover .link_content { color: #f8f8f8; } i.ci-icon-megamain-logo-120x120:before { background-image: url(http://localhost/wp_carna/wp-content/plugins/mega_main_menu/framework/src/img/megamain-logo-120x120.png); }.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-flu-rqu5zy00qepywjywn5-qbev5ds41.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-flu-rqu5zy00qepywjywn5-qbep5ds41.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-flu-rqu5zy00qepywjywn5-qber5dq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn59yf_nfkbmmta.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn59yf_nqkbmmta.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn59yf_nekbm.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-flu8rqu5zy00qepywjywn5fyxezhcq.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-flu8rqu5zy00qepywjywn5f9xezhcq.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-flu8rqu5zy00qepywjywn5fzxey.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn58afvnfkbmmta.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn58afvnqkbmmta.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn58afvnekbm.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn59iepnfkbmmta.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn59iepnqkbmmta.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn59iepnekbm.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn59wevnfkbmmta.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn59wevnqkbmmta.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Yantramanav';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/yantramanav-fluhrqu5zy00qepywjywn59wevnekbm.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szlviueviw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szluiueviw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szlgiue.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szlviueviw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szluiueviw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szlgiue.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szlviueviw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szluiueviw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szlgiue.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szlviueviw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szluiueviw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Dancing Script';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://restaurantsals-rdp.com/wp-content/uploads/elementor/google-fonts/fonts/dancingscript-if2rxtr6ys-zf4s-kcswsvi_szlgiue.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//restaurantsals-rdp.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//restaurantsals-rdp.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//restaurantsals-rdp.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//restaurantsals-rdp.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//restaurantsals-rdp.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//restaurantsals-rdp.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}