<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
[Map Template Modules Styles]

Project:	Javo Themes
Version:	1.0
Last change:	10/14/15 [Organize CSS Structure]
Assigned to:	Javo
Primary use:	Module in Map template
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

0. Initialize
	0.1. functions
1. Module1
2. Module2
3. Module3
4. Module4
5. Module5
6. Module6
7. Module7
10. Module10
12. Module12
13. Module13
14. Module SmallGrid
16. Module BigGrid
*/
body.page-template-lava_lv_listing_map{
	#javo-maps-listings-wrap{
		#javo-maps-wrap{
			.javo-maps-container{
				.javo-maps-panel-wrap{
					&amp; &gt; .javo-maps-panel-wrap-inner{
						.javo-maps-panel-list-output{
							#products{
								/*------------------------------------------------------------------
								[0. Initialize]
								*/
									/*-----------------------------------------------------------f--------------
									[0.1. functions]
									*/
									.hidden( @param1: none; @param2:hidden; ) {
										display:@param1;
										visibility:@param2;
									}
									.col-md-12{padding-left:10px; padding-right:10px;}

								.module{

									.move-marker{
										display:none;
										visibility:hidden;
									}


									/*------------------------------------------------------------------
									[1. Module1]
									*/
									/* Mdoule 1 */
									&amp;.javo-module1{
										padding:10px;
										border:solid 1px #e5e5e5;
										background-color:#fff;
										.media-body{
											.meta-excerpt{
												/* .hidden; */
											}
										}
									}
									/*------------------------------------------------------------------
									[2. Module2]
									*/
									&amp;.javo-module2{
										.meta-excerpt{
											/* .hidden; */
										}
									}
									/*------------------------------------------------------------------
									[3. Module3]
									*/
									&amp;.javo-module3{
										.media-body{
											.meta-excerpt{
												/* .hidden; */
											}
										}
									}
									/*------------------------------------------------------------------
									[4. Module4]
									*/
									&amp;.javo-module4{
										margin:10px 0;
									}
									/*------------------------------------------------------------------
									[5. Module5]
									*/
									&amp;.javo-module5{
										margin:5px 0;
										.media-body{
											.meta-author.text-right{
												.hidden;
											}
										}
									}

									/*------------------------------------------------------------------
									[6. Module6]
									*/
									&amp;.javo-module6{
										.panel-body{
											.meta-excerpt{
												/* .hidden */;
											}
										}
									}

									/*------------------------------------------------------------------
									[7. Module7]
									*/
									&amp;.javo-module7{
										.panel-body{
										}
									}

									/*------------------------------------------------------------------
									[10. Module10]
									*/
									&amp;.javo-module10{
										.list-group{
											.list-group-item{
												&amp;.section-excerpt{
													.hidden;
												}
											}
										}
									}

									/*------------------------------------------------------------------
									[12. Module12]
									*/
									&amp;.javo-module12{
										.caption{
											height:auto;
											.meta-excerpt{
												/* .hidden; */
											}
										}
									}

									/*------------------------------------------------------------------
									[13. Module13]
									*/
									&amp;.javo-module13{
										margin:5px 0;
									}

									/*------------------------------------------------------------------
									[14. Module SmallGrid]
									*/
									&amp;.javo-moduleSmallGrid{
										margin:10px 0;
									}

									/*------------------------------------------------------------------
									[16. Module BigGrid]
									*/
									&amp;.javo-moduleBigGrid{
										margin:10px 0;
										.jv-thumb{
											&gt;a{
												position:relative;
												display:block;
												&gt;img{
													position:absolute;
													left:-100%;
													right:-100%;
													margin:0 auto;
												}
											}
										}
									}
								}
								&gt;div.col-md-6{
									&amp;:last-of-type{
										.module{
											margin-bottom:15px;
										}
									}
								}
								&gt;div.col-md-4, div.col-md-3{
									&amp;:last-of-type{
										.module{
											margin-bottom:15px;
										}
									}
								}
							}// #products
						}
					}
					.column-1{
						&amp; &gt; .javo-maps-panel-wrap-inner{
							.javo-maps-panel-list-output{
								#products{
									/*------------------------------------------------------------------
									[0. Initialize]
									*/
									.module{
										/*------------------------------------------------------------------
										[1. Module1]
										*/
										margin:15px 0 0 0;

										/* Mdoule 1 */
										&amp;.javo-module1{
											padding:15px;
										}
									}
								}
							}
						}
					}
					&amp;.module-link-type3{
						&amp; &gt; .javo-maps-panel-wrap-inner{
							.javo-maps-panel-list-output{
								#products{
									.module{
										.move-marker{
											display:inline-block;
											visibility:visible;
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
}</pre></body></html>