
/* style.css */

/* 1   */ /*
/* 2   *|  Theme Name:   Layers Child Demo
/* 3   *|  Description:  Layers Child Theme Test: http://www.oboxthemes.com
/* 4   *|  Author:       Obox Themes
/* 5   *|  Template:     layerswp
/* 6   *|  Version:      1.0.1
/* 7   *|  License:      GPL 2.0
/* 8   *|  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
/* 9   *|  
/* 10  *|  This file is for demonstration and is intended as a teaching resource. 
/* 11  *|  Do not use it directly in commercial child themes!
/* 12  *|  
/* 13  *|  For Help Adapting this file for your theme:
/* 14  *|  http://docs.layerswp.com/child-theme-setup/
/* 15  *|  
/* 16  *|  
/* 17  *| **Color reference, for consistency**
/* 18  *| 
/* 19  *| 	link color: #f15e53
/* 20  *| 	border color: #DDD
/* 21  *| 	light blue: #61c1bf
/* 22  *| 
/* 23  *| **Table of contents**
/* 24  *| 
/* 25  *|     1. Header 
/* 26  *|     2. Forms
/* 27  *|     3. Invert 
/* 28  *|     4. Buttons 
/* 29  *|     5. Headings
/* 30  *| 	6. Sidebar
/* 31  *| 	7. Meta
/* 32  *| 	8. Footer 
/* 33  *| 
/* 34  *| /*---------------------------*/
/* 35  */ /*- MAIN CSS ----------------*/
/* 36  */ /*---------------------------*/
/* 37  */ 
/* 38  */ /*---------------------------*/
/* 39  */ /*- 1 HEADER  -------*/
/* 40  */ .site-description a, .nav-horizontal li a{
/* 41  */ }
/* 42  */ .nav-horizontal li a:hover{
/* 43  */ }
/* 44  */ 
/* 45  */ /*---------------------------*/
/* 46  */ /*- 2 FORMS  ----------*/
/* 47  */ textarea,
/* 48  */ select,
/* 49  */ input,
/* 50  */ input[type="submit"],

/* style.css */

/* 51  */ button,
/* 52  */ .button{
/* 53  */ }
/* 54  */ .form-submit input[type="submit"]{;
/* 55  */ }
/* 56  */ 
/* 57  */ .comment-form-comment{
/* 58  */ }
/* 59  */ /*---------------------------*/
/* 60  */ /*- 3 INVERT  --------*/
/* 61  */ .invert .section-title .excerpt,
/* 62  */ .invert.section-title .excerpt{
/* 63  */ }
/* 64  */ 
/* 65  */ /*---------------------------*/
/* 66  */ /*- 4 BUTTONS  ------*/
/* 67  */ 
/* 68  */     /*-----------------------*/
/* 69  */     /*- GLOBAL --------------*/
/* 70  */     .button.btn-small{
/* 71  */     }
/* 72  */ 
/* 73  */     /*-----------------------*/
/* 74  */     /*- SLIDER BUTTON -------*/
/* 75  */     .swiper-wrapper .button,
/* 76  */     .swiper-wrapper .invert .button{
/* 77  */     }
/* 78  */     .swiper-wrapper .button:hover,
/* 79  */     .swiper-wrapper .invert .button:hover{
/* 80  */     }
/* 81  */ 
/* 82  */ 
/* 83  */ /*---------------------------*/
/* 84  */ /*- 5 HEADINGS  ------*/
/* 85  */ 
/* 86  */ .heading{
/* 87  */ }
/* 88  */ 
/* 89  */ /*-------------------------------*/
/* 90  */ /*- 6 SIDEBAR WIDGETS  -*/
/* 91  */ .sidebar{
/* 92  */ }
/* 93  */ .sidebar a:not(.button){
/* 94  */ }
/* 95  */ .sidebar .section-nav-title{
/* 96  */ }
/* 97  */ .sidebar .content.well{
/* 98  */ }
/* 99  */ 
/* 100 */ /*---------------------------*/

/* style.css */

/* 101 */ /*- 7 META INFO  ------*/
/* 102 */ .meta-info{
/* 103 */ }
/* 104 */ .meta-info a{
/* 105 */ }
/* 106 */ .meta-info a:hover{
/* 107 */ }
/* 108 */ 
/* 109 */ /*---------------------------*/
/* 110 */ /*- 8 SITE FOOTER  --*/
/* 111 */ .footer-site{
/* 112 */ }
/* 113 */ .footer-site .widget:not(:first-child){
/* 114 */ }
/* 115 */ .footer-site .section-nav-title{
/* 116 */ }
/* 117 */ 
/* 118 */ 
/* 119 */ 
/* 120 */ 
