/*! Theme Name: Buzzo Theme URI: http://awethemes.com/docs/buzzo Author: Awethemes Author URI: http://awethemes.com Description: Buzzo is a simple, responsive, gorgeous theme that will put your content without distraction. The theme does offer visual appeal by including large enticing featured images and bold headlines, which make it easy for your readers to browse lots of material. Version: 1.0.5 License: GNU General Public License License URI: http://www.gnu.org/licenses/gpl.html Text Domain: buzzo Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready Subject tags: blog, entertainment This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. Buzzo is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /* line 10, sass/vendors/bootstrap/bootstrap/_grid.scss */ .container { margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; } /* line 14, sass/vendors/bootstrap/bootstrap/mixins/_clearfix.scss */ .container:before, .container:after { content: " "; display: table; } /* line 19, sass/vendors/bootstrap/bootstrap/mixins/_clearfix.scss */ .container:after { clear: both; } @media (min-width: 768px) { /* line 10, sass/vendors/bootstrap/bootstrap/_grid.scss */ .container { width: 760px; } } @media (min-width: 992px) { /* line 10, sass/vendors/bootstrap/bootstrap/_grid.scss */ .container { width: 980px; } } @media (min-width: 1340px) { /* line 10, sass/vendors/bootstrap/bootstrap/_grid.scss */ .container { width: 1320px; } } /* line 30, sass/vendors/bootstrap/bootstrap/_grid.scss */ .container-fluid { margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; } /* line 14, sass/vendors/bootstrap/bootstrap/mixins/_clearfix.scss */ .container-fluid:before, .container-fluid:after { content: " "; display: table; } /* line 19, sass/vendors/bootstrap/bootstrap/mixins/_clearfix.scss */ .container-fluid:after { clear: both; } /* line 39, sass/vendors/bootstrap/bootstrap/_grid.scss */ .row { margin-left: -20px; margin-right: -20px; } /* line 14, sass/vendors/bootstrap/bootstrap/mixins/_clearfix.scss */ .row:before, .row:after { content: " "; display: table; } /* line 19, sass/vendors/bootstrap/bootstrap/mixins/_clearfix.scss */ .row:after { clear: both; } /* line 11, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 20px; padding-right: 20px; } /* line 27, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-1 { width: 8.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-2 { width: 16.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-3 { width: 25%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-4 { width: 33.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-5 { width: 41.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-6 { width: 50%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-7 { width: 58.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-8 { width: 66.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-9 { width: 75%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-10 { width: 83.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-11 { width: 91.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-12 { width: 100%; } /* line 55, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-0 { right: auto; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-1 { right: 8.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-2 { right: 16.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-3 { right: 25%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-4 { right: 33.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-5 { right: 41.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-6 { right: 50%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-7 { right: 58.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-8 { right: 66.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-9 { right: 75%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-10 { right: 83.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-11 { right: 91.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-12 { right: 100%; } /* line 45, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-0 { left: auto; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-1 { left: 8.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-2 { left: 16.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-3 { left: 25%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-4 { left: 33.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-5 { left: 41.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-6 { left: 50%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-7 { left: 58.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-8 { left: 66.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-9 { left: 75%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-10 { left: 83.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-11 { left: 91.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-12 { left: 100%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-0 { margin-left: 0%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-1 { margin-left: 8.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-2 { margin-left: 16.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-3 { margin-left: 25%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-4 { margin-left: 33.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-5 { margin-left: 41.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-6 { margin-left: 50%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-7 { margin-left: 58.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-8 { margin-left: 66.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-9 { margin-left: 75%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-10 { margin-left: 83.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-11 { margin-left: 91.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-12 { margin-left: 100%; } @media (min-width: 768px) { /* line 27, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-1 { width: 8.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-2 { width: 16.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-3 { width: 25%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-4 { width: 33.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-5 { width: 41.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-6 { width: 50%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-7 { width: 58.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-8 { width: 66.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-9 { width: 75%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-10 { width: 83.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-11 { width: 91.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-12 { width: 100%; } /* line 55, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-0 { right: auto; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-1 { right: 8.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-2 { right: 16.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-3 { right: 25%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-4 { right: 33.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-5 { right: 41.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-6 { right: 50%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-7 { right: 58.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-8 { right: 66.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-9 { right: 75%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-10 { right: 83.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-11 { right: 91.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-12 { right: 100%; } /* line 45, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-0 { left: auto; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-1 { left: 8.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-2 { left: 16.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-3 { left: 25%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-4 { left: 33.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-5 { left: 41.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-6 { left: 50%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-7 { left: 58.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-8 { left: 66.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-9 { left: 75%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-10 { left: 83.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-11 { left: 91.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-12 { left: 100%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-0 { margin-left: 0%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-1 { margin-left: 8.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-2 { margin-left: 16.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-3 { margin-left: 25%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-4 { margin-left: 33.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-5 { margin-left: 41.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-6 { margin-left: 50%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-7 { margin-left: 58.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-8 { margin-left: 66.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-9 { margin-left: 75%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-10 { margin-left: 83.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-11 { margin-left: 91.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 992px) { /* line 27, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-1 { width: 8.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-2 { width: 16.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-3 { width: 25%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-4 { width: 33.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-5 { width: 41.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-6 { width: 50%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-7 { width: 58.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-8 { width: 66.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-9 { width: 75%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-10 { width: 83.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-11 { width: 91.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-12 { width: 100%; } /* line 55, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-0 { right: auto; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-1 { right: 8.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-2 { right: 16.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-3 { right: 25%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-4 { right: 33.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-5 { right: 41.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-6 { right: 50%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-7 { right: 58.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-8 { right: 66.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-9 { right: 75%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-10 { right: 83.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-11 { right: 91.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-12 { right: 100%; } /* line 45, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-0 { left: auto; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-1 { left: 8.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-2 { left: 16.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-3 { left: 25%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-4 { left: 33.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-5 { left: 41.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-6 { left: 50%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-7 { left: 58.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-8 { left: 66.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-9 { left: 75%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-10 { left: 83.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-11 { left: 91.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-push-12 { left: 100%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-0 { margin-left: 0%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-1 { margin-left: 8.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-2 { margin-left: 16.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-3 { margin-left: 25%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-4 { margin-left: 33.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-5 { margin-left: 41.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-6 { margin-left: 50%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-7 { margin-left: 58.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-8 { margin-left: 66.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-9 { margin-left: 75%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-10 { margin-left: 83.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-11 { margin-left: 91.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 1340px) { /* line 27, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-1 { width: 8.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-2 { width: 16.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-3 { width: 25%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-4 { width: 33.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-5 { width: 41.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-6 { width: 50%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-7 { width: 58.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-8 { width: 66.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-9 { width: 75%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-10 { width: 83.33333%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-11 { width: 91.66667%; } /* line 35, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-12 { width: 100%; } /* line 55, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-0 { right: auto; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-1 { right: 8.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-2 { right: 16.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-3 { right: 25%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-4 { right: 33.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-5 { right: 41.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-6 { right: 50%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-7 { right: 58.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-8 { right: 66.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-9 { right: 75%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-10 { right: 83.33333%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-11 { right: 91.66667%; } /* line 50, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-12 { right: 100%; } /* line 45, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-0 { left: auto; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-1 { left: 8.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-2 { left: 16.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-3 { left: 25%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-4 { left: 33.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-5 { left: 41.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-6 { left: 50%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-7 { left: 58.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-8 { left: 66.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-9 { left: 75%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-10 { left: 83.33333%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-11 { left: 91.66667%; } /* line 40, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-12 { left: 100%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-0 { margin-left: 0%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-1 { margin-left: 8.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-2 { margin-left: 16.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-3 { margin-left: 25%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-4 { margin-left: 33.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-5 { margin-left: 41.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-6 { margin-left: 50%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-7 { margin-left: 58.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-8 { margin-left: 66.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-9 { margin-left: 75%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-10 { margin-left: 83.33333%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-11 { margin-left: 91.66667%; } /* line 60, sass/vendors/bootstrap/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-12 { margin-left: 100%; } } /* line 2, sass/utils/_helpers.scss */ .post:after, .post-content:after, .posts-navigation .nav-links:after, .author-box:after, .comment-list .comment:after, .comment-list .comment-body:after, .header-content:after, .site-content:after, .content-bottom .buzzo-subscribe:after { content: " "; clear: both; display: block; height: 0; visibility: hidden; } /* line 9, sass/utils/_helpers.scss */ .widget.widget_categories > ul, .widget.widget_pages > ul, .widget.widget_meta > ul, .widget.widget_recent_comments > ul, .widget.widget_recent_entries > ul, .widget.widget_rss > ul, .widget.widget_archive > ul, .widget.widget_wpcom_social_media_icons_widget.so-panel ul, .widget.widget_wpcom_social_media_icons_widget:not(.so-panel) ul { list-style: none; margin: 0; padding: 0; } /* line 13, sass/utils/_helpers.scss */ .post-layout-grid .post-meta, .post-layout-grid .post-meta2, .post-layout-small .post-meta, .post-layout-small .post-meta2, .home-featured-posts__carousel .post-meta, .home-featured-posts__carousel .post-meta2, .carousel-posts .post-layout-standard-overlay .post-meta, .carousel-posts .post-layout-standard-overlay .post-meta2 { font-size: 10px; font-size: 0.625rem; } /* line 17, sass/utils/_helpers.scss */ .post-layout-grid .post-meta .post-cats a, .post-layout-grid .post-meta2 .post-cats a, .post-layout-small .post-meta .post-cats a, .post-layout-small .post-meta2 .post-cats a, .home-featured-posts__carousel .post-meta .post-cats a, .home-featured-posts__carousel .post-meta2 .post-cats a, .carousel-posts .post-layout-standard-overlay .post-meta .post-cats a, .carousel-posts .post-layout-standard-overlay .post-meta2 .post-cats a { height: 20px; line-height: 20px; } /* line 24, sass/utils/_helpers.scss */ .comments-title, .comment-reply-title { font-weight: bold; font-family: Raleway, sans-serif; color: #3c3c3c; } /* line 31, sass/utils/_helpers.scss */ .pt-30 { padding-top: 30px !important; } /* line 31, sass/utils/_helpers.scss */ .pt-70 { padding-top: 70px !important; } /* line 31, sass/utils/_helpers.scss */ .pt-90 { padding-top: 90px !important; } /* line 31, sass/utils/_helpers.scss */ .pt-100 { padding-top: 100px !important; } /* line 37, sass/utils/_helpers.scss */ .pb-30 { padding-bottom: 30px !important; } /* line 37, sass/utils/_helpers.scss */ .pb-70 { padding-bottom: 70px !important; } /* line 37, sass/utils/_helpers.scss */ .pb-100 { padding-bottom: 100px !important; } /* line 43, sass/utils/_helpers.scss */ .mt-0 { margin-top: 0px !important; } /* line 49, sass/utils/_helpers.scss */ .mb-0 { margin-bottom: 0px !important; } /* line 49, sass/utils/_helpers.scss */ .mb-100 { margin-bottom: 100px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-10 { font-size: 10px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-11 { font-size: 11px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-12 { font-size: 12px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-13 { font-size: 13px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-14 { font-size: 14px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-15 { font-size: 15px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-16 { font-size: 16px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-18 { font-size: 18px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-20 { font-size: 20px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-30 { font-size: 30px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-40 { font-size: 40px !important; } /* line 55, sass/utils/_helpers.scss */ .fz-50 { font-size: 50px !important; } /* line 1, sass/base/_normalize.scss */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } /* line 7, sass/base/_normalize.scss */ body { margin: 0; } /* line 11, sass/base/_normalize.scss */ article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } /* line 26, sass/base/_normalize.scss */ audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } /* line 34, sass/base/_normalize.scss */ audio:not([controls]) { display: none; height: 0; } /* line 39, sass/base/_normalize.scss */ [hidden], template { display: none; } /* line 44, sass/base/_normalize.scss */ a { background-color: transparent; } /* line 48, sass/base/_normalize.scss */ a:active, a:hover { outline: 0; } /* line 53, sass/base/_normalize.scss */ abbr[title] { border-bottom: 1px dotted; } /* line 57, sass/base/_normalize.scss */ b, strong { font-weight: bold; } /* line 62, sass/base/_normalize.scss */ dfn { font-style: italic; } /* line 66, sass/base/_normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /* line 71, sass/base/_normalize.scss */ mark { background: #ff0; color: #000; } /* line 76, sass/base/_normalize.scss */ small { font-size: 80%; } /* line 80, sass/base/_normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 88, sass/base/_normalize.scss */ sup { top: -0.5em; } /* line 92, sass/base/_normalize.scss */ sub { bottom: -0.25em; } /* line 96, sass/base/_normalize.scss */ img { border: 0; } /* line 100, sass/base/_normalize.scss */ svg:not(:root) { overflow: hidden; } /* line 104, sass/base/_normalize.scss */ figure { margin: 1em 40px; } /* line 108, sass/base/_normalize.scss */ hr { box-sizing: content-box; height: 0; } /* line 113, sass/base/_normalize.scss */ pre { overflow: auto; } /* line 117, sass/base/_normalize.scss */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* line 125, sass/base/_normalize.scss */ button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } /* line 135, sass/base/_normalize.scss */ button { overflow: visible; } /* line 139, sass/base/_normalize.scss */ button, select { text-transform: none; } /* line 144, sass/base/_normalize.scss */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } /* line 152, sass/base/_normalize.scss */ button[disabled], html input[disabled] { cursor: default; } /* line 157, sass/base/_normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* line 163, sass/base/_normalize.scss */ input { line-height: normal; } /* line 167, sass/base/_normalize.scss */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } /* line 173, sass/base/_normalize.scss */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /* line 178, sass/base/_normalize.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* line 183, sass/base/_normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* line 189, sass/base/_normalize.scss */ legend { border: 0; padding: 0; } /* line 194, sass/base/_normalize.scss */ textarea { overflow: auto; } /* line 198, sass/base/_normalize.scss */ optgroup { font-weight: bold; } /* line 202, sass/base/_normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 207, sass/base/_normalize.scss */ td, th { padding: 0; } /* Comment */ /* line 2, sass/base/_wp.scss */ .comment-content a { word-wrap: break-word; } /* line 6, sass/base/_wp.scss */ .bypostauthor { display: block; } /* Posts and pages */ /* line 11, sass/base/_wp.scss */ .sticky { display: block; } /* line 15, sass/base/_wp.scss */ .hentry { margin: 0 0 1.5em; } /* line 19, sass/base/_wp.scss */ .byline, .updated:not(.published) { display: none; } /* line 24, sass/base/_wp.scss */ .single .byline, .group-blog .byline { display: inline; } /* line 29, sass/base/_wp.scss */ .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } /* line 35, sass/base/_wp.scss */ .page-links { clear: both; margin: 0 0 1.5em; } /* Accessibility */ /* Text meant only for screen readers. */ /* line 42, sass/base/_wp.scss */ .screen-reader-text, .comment-form label { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } /* line 49, sass/base/_wp.scss */ .screen-reader-text:focus, .comment-form label:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 0.875px; font-size: 0.05469rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ /* line 70, sass/base/_wp.scss */ #content[tabindex="-1"]:focus { outline: 0; } /* Alignment */ /* line 75, sass/base/_wp.scss */ .alignleft { display: inline; float: left; margin-right: 1.5em; } /* line 81, sass/base/_wp.scss */ .alignright { display: inline; float: right; margin-left: 1.5em; } /* line 87, sass/base/_wp.scss */ .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /* line 92, sass/base/_wp.scss */ .text-left { text-align: left; } /* line 96, sass/base/_wp.scss */ .text-right { text-align: right; } /* line 100, sass/base/_wp.scss */ .text-center { text-align: center; } /* Clearing */ /* line 105, sass/base/_wp.scss */ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } /* line 120, sass/base/_wp.scss */ .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /* Media */ /* line 130, sass/base/_wp.scss */ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ /* line 140, sass/base/_wp.scss */ embed, iframe, object { max-width: 100%; } /* Caption */ /* line 147, sass/base/_wp.scss */ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } /* line 151, sass/base/_wp.scss */ .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } /* line 155, sass/base/_wp.scss */ .wp-caption .wp-caption-text { margin: 0.8075em 0; } /* line 160, sass/base/_wp.scss */ .wp-caption-text { text-align: center; } /* Gallery */ /* line 165, sass/base/_wp.scss */ .gallery { margin-bottom: 1.5em; } /* line 169, sass/base/_wp.scss */ .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } /* line 175, sass/base/_wp.scss */ .gallery-columns-2 .gallery-item { max-width: 50%; } /* line 179, sass/base/_wp.scss */ .gallery-columns-3 .gallery-item { max-width: 33.33%; } /* line 183, sass/base/_wp.scss */ .gallery-columns-4 .gallery-item { max-width: 25%; } /* line 187, sass/base/_wp.scss */ .gallery-columns-5 .gallery-item { max-width: 20%; } /* line 191, sass/base/_wp.scss */ .gallery-columns-6 .gallery-item { max-width: 16.66%; } /* line 195, sass/base/_wp.scss */ .gallery-columns-7 .gallery-item { max-width: 14.28%; } /* line 199, sass/base/_wp.scss */ .gallery-columns-8 .gallery-item { max-width: 12.5%; } /* line 203, sass/base/_wp.scss */ .gallery-columns-9 .gallery-item { max-width: 11.11%; } /* line 208, sass/base/_wp.scss */ .gallery-caption { display: block; } /* Infinite scroll */ /* Globally hidden elements when Infinite Scroll is supported and in use. */ /* line 214, sass/base/_wp.scss */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ /* line 220, sass/base/_wp.scss */ .infinity-end.neverending .site-footer { display: block; } /* line 9, sass/vendors/bootstrap/bootstrap/_type.scss */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: Raleway, sans-serif; font-weight: 700; line-height: 1.28; color: #3c3c3c; } /* line 16, sass/vendors/bootstrap/bootstrap/_type.scss */ h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } /* line 24, sass/vendors/bootstrap/bootstrap/_type.scss */ h1, .h1, h2, .h2, h3, .h3 { margin-top: 23px; margin-bottom: 11.5px; } /* line 30, sass/vendors/bootstrap/bootstrap/_type.scss */ h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; } /* line 35, sass/vendors/bootstrap/bootstrap/_type.scss */ h4, .h4, h5, .h5, h6, .h6 { margin-top: 11.5px; margin-bottom: 11.5px; } /* line 41, sass/vendors/bootstrap/bootstrap/_type.scss */ h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; } /* line 47, sass/vendors/bootstrap/bootstrap/_type.scss */ h1, .h1 { font-size: 36px; } /* line 48, sass/vendors/bootstrap/bootstrap/_type.scss */ h2, .h2 { font-size: 30px; } /* line 49, sass/vendors/bootstrap/bootstrap/_type.scss */ h3, .h3 { font-size: 24px; } /* line 50, sass/vendors/bootstrap/bootstrap/_type.scss */ h4, .h4 { font-size: 18px; } /* line 51, sass/vendors/bootstrap/bootstrap/_type.scss */ h5, .h5 { font-size: 14px; } /* line 52, sass/vendors/bootstrap/bootstrap/_type.scss */ h6, .h6 { font-size: 12px; } /* line 58, sass/vendors/bootstrap/bootstrap/_type.scss */ p { margin: 0 0 11.5px; } /* line 62, sass/vendors/bootstrap/bootstrap/_type.scss */ .lead { margin-bottom: 23px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { /* line 62, sass/vendors/bootstrap/bootstrap/_type.scss */ .lead { font-size: 21px; } } /* line 78, sass/vendors/bootstrap/bootstrap/_type.scss */ small, .small { font-size: 85%; } /* line 83, sass/vendors/bootstrap/bootstrap/_type.scss */ mark, .mark { background-color: #fcf8e3; padding: .2em; } /* line 90, sass/vendors/bootstrap/bootstrap/_type.scss */ .text-left { text-align: left; } /* line 91, sass/vendors/bootstrap/bootstrap/_type.scss */ .text-right { text-align: right; } /* line 92, sass/vendors/bootstrap/bootstrap/_type.scss */ .text-center { text-align: center; } /* line 93, sass/vendors/bootstrap/bootstrap/_type.scss */ .text-justify { text-align: justify; } /* line 94, sass/vendors/bootstrap/bootstrap/_type.scss */ .text-nowrap { white-space: nowrap; } /* line 97, sass/vendors/bootstrap/bootstrap/_type.scss */ .text-lowercase { text-transform: lowercase; } /* line 98, sass/vendors/bootstrap/bootstrap/_type.scss */ .text-uppercase, .initialism { text-transform: uppercase; } /* line 99, sass/vendors/bootstrap/bootstrap/_type.scss */ .text-capitalize { text-transform: capitalize; } /* line 102, sass/vendors/bootstrap/bootstrap/_type.scss */ .text-muted { color: #777777; } /* line 5, sass/vendors/bootstrap/bootstrap/mixins/_text-emphasis.scss */ .text-primary { color: #337ab7; } /* line 8, sass/vendors/bootstrap/bootstrap/mixins/_text-emphasis.scss */ a.text-primary:hover, a.text-primary:focus { color: #286090; } /* line 5, sass/vendors/bootstrap/bootstrap/mixins/_text-emphasis.scss */ .text-success { color: #3c763d; } /* line 8, sass/vendors/bootstrap/bootstrap/mixins/_text-emphasis.scss */ a.text-success:hover, a.text-success:focus { color: #2b542c; } /* line 5, sass/vendors/bootstrap/bootstrap/mixins/_text-emphasis.scss */ .text-info { color: #31708f; } /* line 8, sass/vendors/bootstrap/bootstrap/mixins/_text-emphasis.scss */ a.text-info:hover, a.text-info:focus { color: #245269; } /* line 5, sass/vendors/bootstrap/bootstrap/mixins/_text-emphasis.scss */ .text-warning { color: #8a6d3b; } /* line 8, sass/vendors/bootstrap/bootstrap/mixins/_text-emphasis.scss */ a.text-warning:hover, a.text-warning:focus { color: #66512c; } /* line 5, sass/vendors/bootstrap/bootstrap/mixins/_text-emphasis.scss */ .text-danger { color: #a94442; } /* line 8, sass/vendors/bootstrap/bootstrap/mixins/_text-emphasis.scss */ a.text-danger:hover, a.text-danger:focus { color: #843534; } /* line 119, sass/vendors/bootstrap/bootstrap/_type.scss */ .bg-primary { color: #fff; } /* line 5, sass/vendors/bootstrap/bootstrap/mixins/_background-variant.scss */ .bg-primary { background-color: #337ab7; } /* line 8, sass/vendors/bootstrap/bootstrap/mixins/_background-variant.scss */ a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } /* line 5, sass/vendors/bootstrap/bootstrap/mixins/_background-variant.scss */ .bg-success { background-color: #dff0d8; } /* line 8, sass/vendors/bootstrap/bootstrap/mixins/_background-variant.scss */ a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } /* line 5, sass/vendors/bootstrap/bootstrap/mixins/_background-variant.scss */ .bg-info { background-color: #d9edf7; } /* line 8, sass/vendors/bootstrap/bootstrap/mixins/_background-variant.scss */ a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } /* line 5, sass/vendors/bootstrap/bootstrap/mixins/_background-variant.scss */ .bg-warning { background-color: #fcf8e3; } /* line 8, sass/vendors/bootstrap/bootstrap/mixins/_background-variant.scss */ a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } /* line 5, sass/vendors/bootstrap/bootstrap/mixins/_background-variant.scss */ .bg-danger { background-color: #f2dede; } /* line 8, sass/vendors/bootstrap/bootstrap/mixins/_background-variant.scss */ a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } /* line 138, sass/vendors/bootstrap/bootstrap/_type.scss */ .page-header { padding-bottom: 10.5px; margin: 46px 0 23px; border-bottom: 1px solid #eeeeee; } /* line 149, sass/vendors/bootstrap/bootstrap/_type.scss */ ul, ol { margin-top: 0; margin-bottom: 11.5px; } /* line 153, sass/vendors/bootstrap/bootstrap/_type.scss */ ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; } /* line 167, sass/vendors/bootstrap/bootstrap/_type.scss */ .list-unstyled { padding-left: 0; list-style: none; } /* line 173, sass/vendors/bootstrap/bootstrap/_type.scss */ .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } /* line 177, sass/vendors/bootstrap/bootstrap/_type.scss */ .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } /* line 185, sass/vendors/bootstrap/bootstrap/_type.scss */ dl { margin-top: 0; margin-bottom: 23px; } /* line 189, sass/vendors/bootstrap/bootstrap/_type.scss */ dt, dd { line-height: 1.71429; } /* line 193, sass/vendors/bootstrap/bootstrap/_type.scss */ dt { font-weight: bold; } /* line 196, sass/vendors/bootstrap/bootstrap/_type.scss */ dd { margin-left: 0; } /* line 206, sass/vendors/bootstrap/bootstrap/_type.scss */ .dl-horizontal dd { content: ""; display: table; table-layout: fixed; } @media (min-width: 768px) { /* line 211, sass/vendors/bootstrap/bootstrap/_type.scss */ .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* line 218, sass/vendors/bootstrap/bootstrap/_type.scss */ .dl-horizontal dd { margin-left: 180px; } } /* line 229, sass/vendors/bootstrap/bootstrap/_type.scss */ abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } /* line 235, sass/vendors/bootstrap/bootstrap/_type.scss */ .initialism { font-size: 90%; } /* line 241, sass/vendors/bootstrap/bootstrap/_type.scss */ blockquote { padding: 11.5px 23px; margin: 0 0 23px; font-size: 17.5px; border-left: 5px solid #eeeeee; } /* line 250, sass/vendors/bootstrap/bootstrap/_type.scss */ blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } /* line 257, sass/vendors/bootstrap/bootstrap/_type.scss */ blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.71429; color: #777777; } /* line 265, sass/vendors/bootstrap/bootstrap/_type.scss */ blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } /* line 274, sass/vendors/bootstrap/bootstrap/_type.scss */ .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } /* line 286, sass/vendors/bootstrap/bootstrap/_type.scss */ .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; } /* line 287, sass/vendors/bootstrap/bootstrap/_type.scss */ .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } /* line 294, sass/vendors/bootstrap/bootstrap/_type.scss */ address { margin-bottom: 23px; font-style: normal; line-height: 1.71429; } /* line 6, sass/base/_base.scss */ body, button, input, select, textarea { color: #777; font-family: Poppins, sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; } /* line 17, sass/base/_base.scss */ html { box-sizing: border-box; } /* line 21, sass/base/_base.scss */ *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } /* line 27, sass/base/_base.scss */ body { background: #fff; /* Fallback for when there is no custom background color defined. */ } /* line 31, sass/base/_base.scss */ blockquote { quotes: "" ""; } /* line 34, sass/base/_base.scss */ blockquote:before, blockquote:after { content: ""; } /* line 40, sass/base/_base.scss */ hr { background-color: rgba(149, 149, 149, 0.15); border: 0; height: 1px; margin-bottom: 1.5em; } /* line 47, sass/base/_base.scss */ img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } /* line 52, sass/base/_base.scss */ figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } /* line 56, sass/base/_base.scss */ h1, h2, h3, h4, h5, h6 { clear: both; } /* line 60, sass/base/_base.scss */ a { color: #bb833e; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; } /* line 65, sass/base/_base.scss */ a:visited { color: #be925c; } /* line 68, sass/base/_base.scss */ a:hover, a:focus, a:active { color: #be925c; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; } /* line 75, sass/base/_base.scss */ a:focus { outline: thin dotted; } /* line 78, sass/base/_base.scss */ a:hover, a:active { outline: 0; } /* line 84, sass/base/_base.scss */ p { margin-bottom: 1.5em; } /* line 88, sass/base/_base.scss */ dfn, cite, em, i { font-style: italic; } /* line 92, sass/base/_base.scss */ blockquote { margin: 0 1.5em; } /* line 96, sass/base/_base.scss */ address { margin: 0 0 1.5em; } /* line 100, sass/base/_base.scss */ pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 16px; font-size: 1rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } /* line 111, sass/base/_base.scss */ code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 16px; font-size: 1rem; } /* line 116, sass/base/_base.scss */ abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } /* line 121, sass/base/_base.scss */ mark, ins { background: #fff9c0; text-decoration: none; } /* line 126, sass/base/_base.scss */ big { font-size: 125%; } /* line 130, sass/base/_base.scss */ ul, ol { margin: 0 0 1.5em 3em; } /* line 134, sass/base/_base.scss */ ul { list-style: disc; } /* line 138, sass/base/_base.scss */ ol { list-style: decimal; } /* line 142, sass/base/_base.scss */ li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } /* line 148, sass/base/_base.scss */ dt { font-weight: bold; } /* line 152, sass/base/_base.scss */ dd { margin: 0 1.5em 1.5em; } /* line 156, sass/base/_base.scss */ table { margin: 0 0 1.5em; width: 100%; } /* line 161, sass/base/_base.scss */ .bg-gray { background: #f8f8f8; } /* line 165, sass/base/_base.scss */ .no-border { border: 0 !important; } /* line 169, sass/base/_base.scss */ .no-padding { padding: 0 !important; } /* line 173, sass/base/_base.scss */ .no-margin { margin: 0 !important; } /* line 1, sass/components/_nav-icon.scss */ .nav-icon { width: 35px; height: 30px; position: relative; cursor: pointer; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } /* line 11, sass/components/_nav-icon.scss */ .nav-icon span { display: block; position: absolute; height: 6px; width: 100%; background: #bb833e; border-radius: 6px; opacity: 1; left: 0; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transition-duration: 0.25s; -o-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } /* line 25, sass/components/_nav-icon.scss */ .nav-icon span:nth-child(1) { top: 0px; } /* line 29, sass/components/_nav-icon.scss */ .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) { top: 12px; } /* line 34, sass/components/_nav-icon.scss */ .nav-icon span:nth-child(4) { top: 24px; } /* line 41, sass/components/_nav-icon.scss */ .nav-icon.open span:nth-child(1) { top: 12px; width: 0%; left: 50%; } /* line 47, sass/components/_nav-icon.scss */ .nav-icon.open span:nth-child(2) { -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } /* line 51, sass/components/_nav-icon.scss */ .nav-icon.open span:nth-child(3) { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } /* line 55, sass/components/_nav-icon.scss */ .nav-icon.open span:nth-child(4) { top: 12px; width: 0%; left: 50%; } /* line 1, sass/components/_overlay-section.scss */ .overlay-section { position: relative; display: block; overflow: hidden; } /* line 6, sass/components/_overlay-section.scss */ .overlay-section .image { text-align: center; margin-left: -1000px; margin-right: -1000px; min-height: 500px; max-height: 900px; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; } /* line 15, sass/components/_overlay-section.scss */ .overlay-section .image img { max-width: auto; display: block; margin: auto; visibility: hidden; } /* line 22, sass/components/_overlay-section.scss */ .overlay-section .image + .overlay { position: absolute; left: 0; top: 0; height: 100%; width: 100%; } /* line 29, sass/components/_overlay-section.scss */ .overlay-section .image + .overlay .overlay-content { padding-bottom: 100px; position: absolute; left: 0; bottom: 0; width: 100%; } /* line 39, sass/components/_overlay-section.scss */ .overlay-section .overlay:first-of-type { padding-top: 100px; padding-bottom: 100px; } /* line 45, sass/components/_overlay-section.scss */ .overlay-section:not(.no-overlay-bg) .overlay { background: rgba(0, 0, 0, 0.7); } /* line 1, sass/components/_posts.scss */ .post { outline: 0; } /* line 5, sass/components/_posts.scss */ .post-media { margin-bottom: 20px; } /* line 9, sass/components/_posts.scss */ .post-cats { margin-right: 11px; } /* line 13, sass/components/_posts.scss */ .post-cats a { display: inline-block; height: 25px; line-height: 25px; font-size: 100%; font-family: Raleway, sans-serif; color: #fff !important; background: #f1583c; font-style: italic; padding: 0 10px; text-decoration: none; margin-right: 2px; } /* line 28, sass/components/_posts.scss */ .post-date { margin-right: 11px; } /* line 32, sass/components/_posts.scss */ .post-meta, .post-meta2 { font-family: Raleway, sans-serif; color: #9d9d9d; margin-bottom: 10px; font-size: 12px; font-size: 0.75rem; } /* line 38, sass/components/_posts.scss */ .post-meta a, .post-meta2 a { color: inherit; text-decoration: none; } /* line 42, sass/components/_posts.scss */ .post-meta a:hover, .post-meta2 a:hover, .post-meta a:focus, .post-meta2 a:focus { text-decoration: underline; } /* line 49, sass/components/_posts.scss */ .post-meta2 { margin-bottom: 0; margin-top: 20px; } /* line 56, sass/components/_posts.scss */ .post-title { font-family: Raleway, sans-serif; font-weight: bold; font-size: 25px; font-size: 1.5625rem; line-height: 1.28em; margin-bottom: 18px; color: #3c3c3c; } /* line 64, sass/components/_posts.scss */ .post-title a { color: inherit; text-decoration: none; } /* line 68, sass/components/_posts.scss */ .post-title a:hover, .post-title a:focus { color: #be925c; } /* line 75, sass/components/_posts.scss */ .post-content { font-size: 14px; font-size: 0.875rem; color: #b1b1b1; line-height: 1.71429em; } /* line 83, sass/components/_posts.scss */ .post-image { position: relative; } /* line 86, sass/components/_posts.scss */ .post-image img { width: 100%; display: block; } /* line 97, sass/components/_posts.scss */ .post-layout-grid .post-meta, .post-layout-grid .post-meta2 { margin-bottom: 10px; } /* line 102, sass/components/_posts.scss */ .post-layout-grid .post-title { font-size: 18px; font-size: 1.125rem; line-height: 1.38889em; } @media (min-width: 768px) { /* line 110, sass/components/_posts.scss */ .post-layout-list .post-media { float: left; width: 50%; padding-right: 20px; margin-right: 20px; margin-bottom: 0; } /* line 118, sass/components/_posts.scss */ .post-layout-list .post-meta, .post-layout-list .post-meta2 { padding-top: 30px; } /* line 122, sass/components/_posts.scss */ .post-layout-list .post-title { font-size: 20px; font-size: 1.25rem; } } @media (min-width: 768px) { /* line 129, sass/components/_posts.scss */ .post-layout-standard-overlay { position: relative; } /* line 133, sass/components/_posts.scss */ .post-layout-standard-overlay .post-media { margin-bottom: 0; } /* line 136, sass/components/_posts.scss */ .post-layout-standard-overlay .post-media + .post-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); } /* line 144, sass/components/_posts.scss */ .post-layout-standard-overlay .post-media + .post-overlay .post-overlay-content { position: absolute; left: 60px; bottom: 50px; right: 30px; } /* line 151, sass/components/_posts.scss */ .post-layout-standard-overlay .post-media + .post-overlay .post-title { color: #fff; } /* line 157, sass/components/_posts.scss */ .post-layout-standard-overlay .post-title { margin-bottom: 0; max-width: 530px; } } /* line 165, sass/components/_posts.scss */ .post-layout-small .post-media { float: left; width: 110px; margin-right: 20px; margin-bottom: 0; } /* line 172, sass/components/_posts.scss */ .post-layout-small .post-meta, .post-layout-small .post-meta2 { padding-top: 10px; } /* line 177, sass/components/_posts.scss */ .post-layout-small .post-title { font-size: 15px; font-size: 0.9375rem; } /* line 183, sass/components/_posts.scss */ .post-layout-list-lg .post-media { margin-bottom: 0; } /* line 187, sass/components/_posts.scss */ .post-layout-list-lg .post-meta, .post-layout-list-lg .post-meta2 { margin-top: 16px; margin-bottom: 23px; } /* line 192, sass/components/_posts.scss */ .post-layout-list-lg .post-title { margin-bottom: 14px; } /* line 200, sass/components/_posts.scss */ .post.format-video .post-image a:before, .post.format-video .post-image a:after { content: " "; position: absolute; display: block; top: 50%; left: 50%; z-index: 1000; } /* line 210, sass/components/_posts.scss */ .post.format-video .post-image a:before { width: 70px; height: 70px; margin-top: -35px; margin-left: -35px; border-radius: 50%; border: 2px solid #fff; } /* line 219, sass/components/_posts.scss */ .post.format-video .post-image a:after { width: 0; height: 0; margin-top: -14px; margin-left: -8px; border-left: 27px solid #fff; border-top: 15px solid transparent; border-bottom: 15px solid transparent; } /* line 233, sass/components/_posts.scss */ .post:not(.format-video) .post-image { cursor: pointer; } /* line 237, sass/components/_posts.scss */ .post:not(.format-video) .post-image a:before { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); opacity: 0; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } /* line 252, sass/components/_posts.scss */ .post:not(.format-video) .post-image:hover a:before { opacity: 1; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } /* line 264, sass/components/_posts.scss */ body:not(.single) .post:not(.post-layout-standard-overlay):not(.post-layout-list) .post-title { max-width: 610px; } /* line 268, sass/components/_posts.scss */ body:not(.single) .post:not(.post-layout-standard-overlay):not(.post-layout-list) .post-content { max-width: 610px; } /* line 1, sass/components/_search-form.scss */ .search-form { position: relative; } /* line 6, sass/components/_search-form.scss */ .search-form .search-input { width: 100%; height: 42px; border: 1px solid #eee; outline: 0; padding: 0 45px 0 20px; border-radius: 2px; background-color: #fff; } /* line 16, sass/components/_search-form.scss */ .search-form .search-button { position: absolute; top: 1px; right: 1px; height: 40px; width: 40px; background: #fff; border: 0; border-radius: 50%; } /* line 1, sass/components/_arrow.scss */ .arrow { display: inline-block; height: 3px; width: 27px; background: #bebebe; position: relative; border-radius: 2px; } /* line 11, sass/components/_arrow.scss */ .arrow:before, .arrow:after { content: " "; position: absolute; display: block; height: 15px; width: 3px; background: #bebebe; } /* line 22, sass/components/_arrow.scss */ .arrow-left:before, .arrow-left:after { left: 3px; } /* line 27, sass/components/_arrow.scss */ .arrow-left:before { bottom: -2px; transform: rotate(45deg); } /* line 32, sass/components/_arrow.scss */ .arrow-left:after { top: -2px; transform: rotate(-45deg); } /* line 39, sass/components/_arrow.scss */ .arrow-right:before, .arrow-right:after { right: 3px; } /* line 44, sass/components/_arrow.scss */ .arrow-right:before { bottom: -2px; transform: rotate(-45deg); } /* line 49, sass/components/_arrow.scss */ .arrow-right:after { top: -2px; transform: rotate(45deg); } /* line 58, sass/components/_arrow.scss */ a:hover .arrow, a:focus .arrow { background: #bb833e; } /* line 61, sass/components/_arrow.scss */ a:hover .arrow:before, a:hover .arrow:after, a:focus .arrow:before, a:focus .arrow:after { background: #bb833e; } /* line 68, sass/components/_arrow.scss */ .arrow-big { width: 40px; height: 5px; } /* line 72, sass/components/_arrow.scss */ .arrow-big:before, .arrow-big:after { height: 20px; width: 5px; } /* line 1, sass/components/_dropcap.scss */ .dropcap { color: #d7b489; font-size: 60px; font-weight: 600; float: left; margin-right: 20px; line-height: 1; } /* line 4, sass/components/_widgets.scss */ .widget-title { font-size: 25px; font-size: 1.5625rem; font-family: Raleway, sans-serif; font-weight: bold; line-height: 1em; color: #3c3c3c; } /* line 16, sass/components/_widgets.scss */ .widget_buzzo-posts .col-sm-12:nth-of-type(1) .post { border-top: 1px solid rgba(149, 149, 149, 0.2); } /* line 23, sass/components/_widgets.scss */ .widget_buzzo-posts .col-sm-6:nth-of-type(2n+1) { clear: left; } @media (min-width: 768px) { /* line 28, sass/components/_widgets.scss */ .widget_buzzo-posts .col-sm-6:nth-of-type(2) .post { border-top: 1px solid rgba(149, 149, 149, 0.2); } } /* line 37, sass/components/_widgets.scss */ .widget_buzzo-posts .col-sm-4:nth-of-type(3n+1) { clear: left; } @media (min-width: 768px) { /* line 43, sass/components/_widgets.scss */ .widget_buzzo-posts .col-sm-4:nth-of-type(2) .post, .widget_buzzo-posts .col-sm-4:nth-of-type(3) .post { border-top: 1px solid rgba(149, 149, 149, 0.2); } } /* line 51, sass/components/_widgets.scss */ .widget_buzzo-posts .post { padding-top: 25px; padding-bottom: 25px; border-bottom: 1px solid rgba(149, 149, 149, 0.2); margin-bottom: 0; min-height: 160px; } /* line 61, sass/components/_widgets.scss */ .widget-tweet-content .item { padding: 30px 30px 30px 70px; border-top: 1px solid rgba(149, 149, 149, 0.2); position: relative; color: #979797; } /* line 67, sass/components/_widgets.scss */ .widget-tweet-content .item-icon { position: absolute; top: 30px; left: 30px; font-weight: 500; font-size: 18px; font-size: 1.125rem; } /* line 76, sass/components/_widgets.scss */ .widget-tweet-content .item-content { font-size: 13px; font-size: 0.8125rem; font-family: Raleway, sans-serif; font-style: italic; } /* line 82, sass/components/_widgets.scss */ .widget-tweet-content .item-content .twitter-username { color: #757575; font-weight: bold; text-decoration: none; font-style: normal; } /* line 90, sass/components/_widgets.scss */ .widget-tweet-content .item:last-of-type { border-bottom: 1px solid rgba(149, 149, 149, 0.2); } /* line 96, sass/components/_widgets.scss */ .widget.widget_categories > ul, .widget.widget_pages > ul, .widget.widget_meta > ul, .widget.widget_recent_comments > ul, .widget.widget_recent_entries > ul, .widget.widget_rss > ul, .widget.widget_archive > ul { font-size: 18px; font-size: 1.125rem; font-family: Raleway, sans-serif; font-weight: bold; line-height: 1.94444em; margin-top: 23px; } /* line 111, sass/components/_widgets.scss */ .widget.widget_categories > ul a, .widget.widget_pages > ul a, .widget.widget_meta > ul a, .widget.widget_recent_comments > ul a, .widget.widget_recent_entries > ul a, .widget.widget_rss > ul a, .widget.widget_archive > ul a { text-decoration: none; color: #bfbfbf; } /* line 115, sass/components/_widgets.scss */ .widget.widget_categories > ul a:hover, .widget.widget_categories > ul a:focus, .widget.widget_pages > ul a:hover, .widget.widget_pages > ul a:focus, .widget.widget_meta > ul a:hover, .widget.widget_meta > ul a:focus, .widget.widget_recent_comments > ul a:hover, .widget.widget_recent_comments > ul a:focus, .widget.widget_recent_entries > ul a:hover, .widget.widget_recent_entries > ul a:focus, .widget.widget_rss > ul a:hover, .widget.widget_rss > ul a:focus, .widget.widget_archive > ul a:hover, .widget.widget_archive > ul a:focus { color: #bb833e; } /* line 124, sass/components/_widgets.scss */ .widget.widget_wpcom_social_media_icons_widget.so-panel .panel-widget-style { border: 1px solid rgba(148, 148, 148, 0.4); padding: 22px 30px; } /* line 129, sass/components/_widgets.scss */ .widget.widget_wpcom_social_media_icons_widget.so-panel .widget-title { font-size: 15px; font-size: 0.9375rem; color: #3c3c3c; font-weight: 600; line-height: 2em; margin-bottom: 7px; } /* line 138, sass/components/_widgets.scss */ .widget.widget_wpcom_social_media_icons_widget.so-panel ul { margin-bottom: 0 !important; } /* line 142, sass/components/_widgets.scss */ .widget.widget_wpcom_social_media_icons_widget.so-panel ul a { color: #3c3c3c; font-size: 18px; margin-right: 6px; } /* line 147, sass/components/_widgets.scss */ .widget.widget_wpcom_social_media_icons_widget.so-panel ul a:hover, .widget.widget_wpcom_social_media_icons_widget.so-panel ul a:focus { color: #be925c; } /* line 156, sass/components/_widgets.scss */ .widget.widget_wpcom_social_media_icons_widget:not(.so-panel) .widget-title { border-bottom: 0; } /* line 160, sass/components/_widgets.scss */ .widget.widget_wpcom_social_media_icons_widget:not(.so-panel) ul { margin-bottom: 0 !important; padding: 26px 35px; border: 1px solid rgba(149, 149, 149, 0.2); } /* line 167, sass/components/_widgets.scss */ .widget.widget_wpcom_social_media_icons_widget:not(.so-panel) ul a { color: #bfbfbf; font-size: 22px; margin-right: 13px; } /* line 172, sass/components/_widgets.scss */ .widget.widget_wpcom_social_media_icons_widget:not(.so-panel) ul a:hover, .widget.widget_wpcom_social_media_icons_widget:not(.so-panel) ul a:focus { color: #be925c; } /* line 182, sass/components/_widgets.scss */ .widget_tag_cloud .tagcloud { margin-top: 10px; } /* line 185, sass/components/_widgets.scss */ .widget_tag_cloud .tagcloud a { font-size: 14px !important; font-family: Raleway, sans-serif; line-height: 2.14286em; font-weight: bold; text-decoration: none; margin-right: 15px; color: #bfbfbf; } /* line 194, sass/components/_widgets.scss */ .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus { color: #be925c; } /* line 1, sass/components/_posts-navigation.scss */ .posts-navigation { margin-top: 87px; padding-top: 30px; border-top: 1px solid rgba(178, 178, 178, 0.4); } /* line 9, sass/components/_posts-navigation.scss */ .posts-navigation .nav-links .nav-previous { float: left; } /* line 13, sass/components/_posts-navigation.scss */ .posts-navigation .nav-links .nav-next { float: right; } /* line 18, sass/components/_posts-navigation.scss */ .posts-navigation .paginate-links { text-align: center; } /* line 21, sass/components/_posts-navigation.scss */ .posts-navigation .paginate-links .page-numbers { margin-left: 5px; margin-right: 5px; } /* line 28, sass/components/_posts-navigation.scss */ .page-links { text-align: center; margin-top: 30px; margin-bottom: 30px; } /* line 1, sass/components/_view-more.scss */ .view-more, #infinite-handle { text-align: center; font-size: 18px; font-size: 1.125rem; font-weight: bold; font-family: Raleway, sans-serif; height: 1em; border-bottom: 1px solid rgba(149, 149, 149, 0.15); } /* line 10, sass/components/_view-more.scss */ .view-more span, #infinite-handle span { background: none !important; border-radius: 0 !important; font-size: 100% !important; padding: 0 !important; color: #858585 !important; } /* line 18, sass/components/_view-more.scss */ .view-more a, .view-more button, #infinite-handle a, #infinite-handle button { display: inline-block !important; background: #fff !important; padding: 0 44px !important; text-decoration: none; color: inherit; } /* line 26, sass/components/_view-more.scss */ .view-more a:hover, .view-more a:focus, .view-more button:hover, .view-more button:focus, #infinite-handle a:hover, #infinite-handle a:focus, #infinite-handle button:hover, #infinite-handle button:focus { color: #be925c !important; } /* line 33, sass/components/_view-more.scss */ #infinite-handle { margin-top: 87px; } /* line 2, sass/components/_list-posts.scss */ .blog-posts .post { margin-bottom: 60px; } /* line 6, sass/components/_list-posts.scss */ .blog-posts .post:not(.post-layout-standard-overlay):first-of-type { padding-bottom: 60px; border-bottom: 1px solid rgba(149, 149, 149, 0.3); } /* line 1, sass/components/_heading.scss */ .page-heading { font-size: 35px; font-size: 2.1875rem; line-height: 0.71429em; font-weight: bold; font-family: Raleway, sans-serif; color: #3c3c3c; margin-bottom: 55px; } /* line 10, sass/components/_heading.scss */ .page-title { font-size: 70px; font-size: 4.375rem; font-family: Raleway, sans-serif; font-weight: bold; margin: 0; } /* line 17, sass/components/_heading.scss */ h1, h2, h3, h4, h5, h6 { font-family: Raleway, sans-serif; font-weight: bold; } /* line 1, sass/components/_header-image.scss */ .header-image { background-color: #ccc; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /* line 9, sass/components/_header-image.scss */ .header-image:not(.no-bg) { height: 400px; padding-top: 225px; } /* line 14, sass/components/_header-image.scss */ .header-image__title { font-family: Raleway, sans-serif; font-size: 70px; font-weight: 700; line-height: 25px; color: #fff; text-shadow: 1px 1px 0 rgba(60, 60, 60, 0.3); } /* line 1, sass/components/_single-header-image.scss */ .single-header-image { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-color: #ccc; position: relative; } /* line 11, sass/components/_single-header-image.scss */ .single-header-image:not(.no-bg) { position: relative; height: 800px; padding-top: 465px; } /* line 17, sass/components/_single-header-image.scss */ .single-header-image:not(.no-bg):not(.single-header-image--no-title):after { content: " "; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; background-color: rgba(0, 0, 0, 0.6); } /* line 31, sass/components/_single-header-image.scss */ .single-header-image:not(.no-bg).single-image--no-title .post-title { display: none; } /* line 36, sass/components/_single-header-image.scss */ .single-header-image:not(.no-bg) .single-header-image__data { position: relative; z-index: 100; } /* line 42, sass/components/_single-header-image.scss */ .single-header-image .post-meta, .single-header-image .post-meta2 { color: #fff; font-size: 12px; margin-bottom: 16px; } /* line 48, sass/components/_single-header-image.scss */ .single-header-image .post-title { color: #fff; font-size: 40px; line-height: 52px; font-weight: 700; margin-top: 0; text-shadow: 1px 1px 0 rgba(60, 60, 60, 0.3); } /* line 58, sass/components/_single-header-image.scss */ .single-header-image--h700:not(.no-bg) { height: 700px; padding-top: 0; } /* line 62, sass/components/_single-header-image.scss */ .single-header-image--h700:not(.no-bg) .single-header-image__data { position: absolute; left: 0; top: 50%; width: 100%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } /* line 4, sass/components/_author-box.scss */ .author-box .author-avatar { width: 180px; float: left; margin-right: 40px; position: relative; } /* line 10, sass/components/_author-box.scss */ .author-box .author-avatar img { display: block; } /* line 13, sass/components/_author-box.scss */ .author-box .author-avatar img + .overlay { opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } /* line 24, sass/components/_author-box.scss */ .author-box .author-avatar img + .overlay .author-social { position: absolute; left: 0; width: 100%; top: 50%; margin-top: -10px; } /* line 32, sass/components/_author-box.scss */ .author-box .author-avatar img + .overlay .author-posts-link { position: absolute; left: 0; bottom: 16px; width: 100%; } /* line 42, sass/components/_author-box.scss */ .author-box .author-avatar:hover img + .overlay { opacity: 1; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } /* line 50, sass/components/_author-box.scss */ .author-box .author-name { font-size: 20px; font-size: 1.25rem; color: #3c3c3c; font-weight: bold; font-family: Raleway, sans-serif; line-height: 1.7em; } /* line 59, sass/components/_author-box.scss */ .author-box .author-position { font-size: 12px; font-size: 0.75rem; color: rgba(183, 183, 183, 0.6); line-height: 1.46667em; margin-bottom: 7px; } /* line 67, sass/components/_author-box.scss */ .author-box .author-bio { font-size: 15px; font-size: 0.9375rem; color: #777; line-height: 2em; margin-top: 7px; } /* line 75, sass/components/_author-box.scss */ .author-box .author-social { font-size: 11px; font-size: 0.6875rem; text-align: center; } /* line 79, sass/components/_author-box.scss */ .author-box .author-social a { color: #fff; margin: 0 4px; } /* line 85, sass/components/_author-box.scss */ .author-box .author-posts-link { font-size: 10px; font-size: 0.625rem; text-align: center; text-transform: uppercase; font-family: Raleway, sans-serif; } /* line 91, sass/components/_author-box.scss */ .author-box .author-posts-link a { text-decoration: none; } /* line 1, sass/components/_comment.scss */ .comments-title, .comment-reply-title { font-size: 25px; font-size: 1.5625rem; margin-bottom: 20px; } /* line 8, sass/components/_comment.scss */ .comment-list { list-style: none; margin: 0; margin-bottom: 70px; padding-left: 0; } /* line 14, sass/components/_comment.scss */ .comment-list .children { list-style: none; margin: 0; padding-left: 110px; padding-top: 20px; } /* line 21, sass/components/_comment.scss */ .comment-list .comment { padding-top: 24px; padding-bottom: 24px; border-top: 1px solid rgba(161, 161, 161, 0.3); } /* line 28, sass/components/_comment.scss */ .comment-list .comment:last-of-type { padding-bottom: 0; } /* line 36, sass/components/_comment.scss */ .comment-list .comment-author-avatar { float: left; margin-right: 20px; } /* line 40, sass/components/_comment.scss */ .comment-list .comment-author-avatar img { display: block; } /* line 45, sass/components/_comment.scss */ .comment-list .comment-author { font-size: 15px; font-size: 0.9375rem; color: #3c3c3c; padding-top: 6px; } /* line 50, sass/components/_comment.scss */ .comment-list .comment-author cite { font-weight: 600; font-style: normal; margin-right: 10px; } /* line 57, sass/components/_comment.scss */ .comment-list .comment-meta { font-size: 12px; font-size: 0.75rem; color: #a8a8a8; } /* line 61, sass/components/_comment.scss */ .comment-list .comment-meta a { color: inherit; text-decoration: none; margin-right: 15px; } /* line 66, sass/components/_comment.scss */ .comment-list .comment-meta a:hover, .comment-list .comment-meta a:focus { text-decoration: underline; } /* line 74, sass/components/_comment.scss */ .comment-list .comment-reply-link:before { content: "\f112"; font-family: FontAwesome; margin-right: 5px; } /* line 81, sass/components/_comment.scss */ .comment-list .comment-text { color: #aeaeae; font-size: 13px; font-size: 0.8125rem; margin-left: 90px; margin-top: 11px; } /* line 87, sass/components/_comment.scss */ .comment-list .comment-text p { margin-top: 5px; margin-bottom: 0; } /* line 93, sass/components/_comment.scss */ .comment-list .comment-awaiting-moderation { font-size: 12px; font-size: 0.75rem; color: #c40000; } /* line 100, sass/components/_comment.scss */ .comment-reply-title { margin-right: 0; line-height: 1; margin-bottom: 10px; } /* line 105, sass/components/_comment.scss */ .comment-reply-title a { font-size: 14px; margin-left: 10px; text-decoration: none; } /* line 110, sass/components/_comment.scss */ .comment-reply-title a:before { content: "|"; margin-right: 10px; color: #aeaeae; } /* line 118, sass/components/_comment.scss */ .logged-in-as { margin-bottom: 30px; } /* line 121, sass/components/_comment.scss */ .logged-in-as a { text-decoration: none; } /* line 126, sass/components/_comment.scss */ .comment-form { margin-bottom: 120px; /* .submit { border: 0; background: $color__link; padding: 15px 40px; color: #fff; text-transform: uppercase; &:hover, &:focus { background: $color__link-hover; } } */ } /* line 133, sass/components/_comment.scss */ .comment-form textarea { background: #f1f2f2; border: 0; font-size: 12px; font-size: 0.75rem; width: 100%; padding: 30px 40px; } /* line 142, sass/components/_comment.scss */ .comment-form input[type="text"], .comment-form input[type="url"], .comment-form input[type="email"] { background: #f1f2f2; border: 0; font-size: 12px; font-size: 0.75rem; width: 100%; padding: 20px 40px; } /* line 154, sass/components/_comment.scss */ .comment-form .comment-form-comment.has-avatar { position: relative; padding-left: 90px; } /* line 158, sass/components/_comment.scss */ .comment-form .comment-form-comment.has-avatar .avatar { position: absolute; top: 0; left: 0; } /* line 164, sass/components/_comment.scss */ .comment-form .comment-form-comment.has-avatar + .form-submit { margin-left: 90px; } /* line 170, sass/components/_comment.scss */ .comment-form .form-submit { line-height: 1; } /* line 174, sass/components/_comment.scss */ .comment-form .submit { color: #bb833e; } /* line 177, sass/components/_comment.scss */ .comment-form .submit span { border-bottom: 1px solid #bb833e; } /* line 182, sass/components/_comment.scss */ .comment-form .row { margin-left: -10px; margin-right: -10px; } /* line 187, sass/components/_comment.scss */ .comment-form .col-sm-4 { padding-left: 10px; padding-right: 10px; } /* line 1, sass/components/_forms.scss */ .buzzo-input { background: none; border: 0; border-bottom: 2px solid rgba(149, 149, 149, 0.3); padding: 15px 20px; outline: 0; width: 100%; margin-bottom: 25px; font-size: 14px; font-size: 0.875rem; } /* line 13, sass/components/_forms.scss */ textarea.buzzo-input { height: 150px; } /* line 17, sass/components/_forms.scss */ .buzzo-button { background: none; border: 0; padding: 0; color: #898989; font-family: Raleway, sans-serif; line-height: 0.86667em; font-size: 15px; font-size: 0.9375rem; } /* line 27, sass/components/_forms.scss */ .buzzo-button span { border-bottom: 1px solid #898989; } /* line 31, sass/components/_forms.scss */ .buzzo-button i { margin-left: 5px; font-size: 12px; font-size: 0.75rem; } /* line 1, sass/components/_signature.scss */ .signature { font-family: 'La Belle Aurore', cursive; color: #3c3c3c; font-size: 40px; } /* line 1, sass/layout/_header.scss */ .header-content { height: 100px; } /* line 6, sass/layout/_header.scss */ .header-content .menu-toggle { float: left; } @media (min-width: 992px) { /* line 6, sass/layout/_header.scss */ .header-content .menu-toggle { display: none; } } /* line 14, sass/layout/_header.scss */ .header-content .menu-toggle .nav-icon { margin: 35px 27px; } /* line 19, sass/layout/_header.scss */ .header-content .site-branding { float: left; padding-left: 20px; } .header-content .site-logo { padding: 22px 0; } /* line 24, sass/layout/_header.scss */ .header-content .site-title { color: #3c3c3c; text-transform: uppercase; font-weight: bold; margin: 0; margin-top: 10px; line-height: 88px; font-size: 30px; font-size: 1.875rem; } /* line 34, sass/layout/_header.scss */ .header-content .site-title a { text-decoration: none; color: inherit; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } @media (max-width: 991px) { /* line 44, sass/layout/_header.scss */ .main-navigation { position: absolute; top: 0; left: 0; bottom: 0; width: 300px; z-index: 1000; -moz-transform: translateX(-300px); -ms-transform: translateX(-300px); -webkit-transform: translateX(-300px); transform: translateX(-300px); -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; background: #bb833e; } /* line 56, sass/layout/_header.scss */ .main-navigation .search-toggle { display: none; } /* line 60, sass/layout/_header.scss */ .main-navigation .search { padding: 20px; } /* line 64, sass/layout/_header.scss */ .main-navigation a { color: #fff; text-decoration: none; } /* line 69, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul, .main-navigation .main-navigation-ul > ul { list-style: none; margin: 0; padding: 0; } /* line 74, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul > li > a, .main-navigation .main-navigation-ul > ul > li > a { display: block; padding: 10px 20px; text-decoration: none; } /* line 79, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul > li > a:hover, .main-navigation ul.main-navigation-ul > li > a:focus, .main-navigation .main-navigation-ul > ul > li > a:hover, .main-navigation .main-navigation-ul > ul > li > a:focus { background: #be925c; } /* line 89, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul > li.current-menu-item > a, .main-navigation ul.main-navigation-ul > li.current-menu-ancestor > a, .main-navigation ul.main-navigation-ul > li.current_page_item > a, .main-navigation ul.main-navigation-ul > li.current_page_ancestor > a, .main-navigation .main-navigation-ul > ul > li.current-menu-item > a, .main-navigation .main-navigation-ul > ul > li.current-menu-ancestor > a, .main-navigation .main-navigation-ul > ul > li.current_page_item > a, .main-navigation .main-navigation-ul > ul > li.current_page_ancestor > a { background: #be925c; } /* line 94, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul > li > ul, .main-navigation .main-navigation-ul > ul > li > ul { padding-left: 40px; } /* line 99, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul ul, .main-navigation .main-navigation-ul > ul ul { margin: 0; font-size: 14px; padding-left: 20px; padding-bottom: 5px; padding-top: 5px; color: #fff; } /* line 107, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul ul li, .main-navigation .main-navigation-ul > ul ul li { padding: 5px 0; } /* line 110, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul ul li:last-child, .main-navigation .main-navigation-ul > ul ul li:last-child { padding-bottom: 0; } /* line 115, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul ul ul, .main-navigation .main-navigation-ul > ul ul ul { padding-bottom: 0; } /* line 122, sass/layout/_header.scss */ .site { -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } /* line 128, sass/layout/_header.scss */ body { overflow-x: hidden; } /* line 133, sass/layout/_header.scss */ body.menu-expanded .site { -moz-transform: translateX(300px); -ms-transform: translateX(300px); -webkit-transform: translateX(300px); transform: translateX(300px); -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } } @media (min-width: 992px) { /* line 142, sass/layout/_header.scss */ .main-navigation { position: relative; padding-right: 100px; float: right; } /* line 146, sass/layout/_header.scss */ .main-navigation .search-toggle { position: absolute; right: 0; display: block; line-height: 100px; height: 100px; padding-left: 20px; padding-right: 20px; color: #bb833e; z-index: 1005; } /* line 157, sass/layout/_header.scss */ .main-navigation .search-toggle:hover, .main-navigation .search-toggle:focus { color: #6e4d25; } /* line 162, sass/layout/_header.scss */ .main-navigation .search-toggle.open { z-index: 100; } /* line 167, sass/layout/_header.scss */ .main-navigation .navigation-search { position: absolute; right: 6px; top: 29px; z-index: 1000; } /* line 174, sass/layout/_header.scss */ .main-navigation .navigation-search .search { background-color: transparent; } /* line 178, sass/layout/_header.scss */ .main-navigation .navigation-search .search-input { border-radius: 21px; width: 0; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; -webkit-transition: all 0.4s ease-in; transition: all 0.4s ease-in; } /* line 185, sass/layout/_header.scss */ .main-navigation .navigation-search .search-button { opacity: 0; display: none; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; -webkit-transition: all 0.4s ease-in; transition: all 0.4s ease-in; } /* line 193, sass/layout/_header.scss */ .main-navigation .navigation-search:not(.open) .search-input { border: 0; padding-left: 0; padding-right: 0; } /* line 201, sass/layout/_header.scss */ .main-navigation .navigation-search.open .search-input { width: 300px; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; -webkit-transition: all 0.4s ease-in; transition: all 0.4s ease-in; } /* line 207, sass/layout/_header.scss */ .main-navigation .navigation-search.open .search-button { opacity: 1; display: block; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in; -webkit-transition: all 0.4s ease-in; transition: all 0.4s ease-in; } /* line 218, sass/layout/_header.scss */ .main-navigation ul { list-style: none; margin: 0; padding: 0; font-size: 15px; font-size: 0.9375rem; font-family: Raleway, sans-serif; } /* line 224, sass/layout/_header.scss */ .main-navigation li { position: relative; } /* line 231, sass/layout/_header.scss */ .main-navigation li.current-menu-item > a, .main-navigation li.current-menu-ancestor > a, .main-navigation li.current_page_item > a, .main-navigation li.current_page_ancestor > a, .main-navigation li.focused > a, .main-navigation li:hover > a { color: #bb833e; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } /* line 240, sass/layout/_header.scss */ .main-navigation li:hover > ul, .main-navigation li.focused > ul { left: 0 !important; } /* line 248, sass/layout/_header.scss */ .main-navigation a { display: block; padding: 0 15px; color: inherit; text-decoration: none; } /* line 254, sass/layout/_header.scss */ .main-navigation a:hover { color: #bb833e; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } /* line 263, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul > li, .main-navigation .main-navigation-ul > ul > li { float: left; } /* line 266, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul > li > a, .main-navigation .main-navigation-ul > ul > li > a { line-height: 100px; text-transform: uppercase; } /* line 271, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul > li > ul, .main-navigation .main-navigation-ul > ul > li > ul { top: 100%; } /* line 276, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul ul, .main-navigation .main-navigation-ul > ul ul { position: absolute; display: block; z-index: 1000; left: -999999px; width: 200px; background: #fff; padding: 10px 0; -moz-box-shadow: 1px 1px 0 0 #777; -webkit-box-shadow: 1px 1px 0 0 #777; box-shadow: 1px 1px 0 0 #777; } /* line 290, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul ul li:hover > ul, .main-navigation ul.main-navigation-ul ul li.focused > ul, .main-navigation .main-navigation-ul > ul ul li:hover > ul, .main-navigation .main-navigation-ul > ul ul li.focused > ul { left: 100% !important; top: -10px !important; } /* line 296, sass/layout/_header.scss */ .main-navigation ul.main-navigation-ul ul li a, .main-navigation .main-navigation-ul > ul ul li a { padding: 6px 20px; } } /* line 1, sass/layout/_footer.scss */ .site-footer { border-top: 1px solid rgba(149, 149, 149, 0.3); } /* line 5, sass/layout/_footer.scss */ .footer-columns { background: #f8f8f8; padding-top: 120px; padding-bottom: 100px; } /* line 10, sass/layout/_footer.scss */ .footer-columns .widget { margin-bottom: 50px; } /* line 13, sass/layout/_footer.scss */ .footer-columns .widget-title { margin-bottom: 25px; } /* line 19, sass/layout/_footer.scss */ .footer-copyright { padding-top: 40px; padding-bottom: 40px; color: #000; font-size: 14px; font-size: 0.875rem; } /* line 25, sass/layout/_footer.scss */ .footer-copyright .copyright { margin-bottom: 15px; } @media (min-width: 768px) { /* line 25, sass/layout/_footer.scss */ .footer-copyright .copyright { float: left; margin-bottom: 0; } } /* line 33, sass/layout/_footer.scss */ .footer-copyright .copyright a { text-decoration: none; } /* line 36, sass/layout/_footer.scss */ .footer-copyright .copyright a:hover, .footer-copyright .copyright a:focus { text-decoration: underline; } /* line 43, sass/layout/_footer.scss */ .footer-copyright .social-icons { font-size: 18px; font-size: 1.125rem; } @media (min-width: 768px) { /* line 43, sass/layout/_footer.scss */ .footer-copyright .social-icons { float: right; } } /* line 50, sass/layout/_footer.scss */ .footer-copyright .social-icons .social-icon { margin-right: 25px; color: #191919; } /* line 54, sass/layout/_footer.scss */ .footer-copyright .social-icons .social-icon:hover, .footer-copyright .social-icons .social-icon:focus { color: #be925c; } /* line 62, sass/layout/_footer.scss */ .bg-gray + .site-footer { border-top: 0; } /* line 1, sass/layout/_site.scss */ .site-content { padding-top: 100px; } @media (min-width: 992px) { /* line 7, sass/layout/_site.scss */ .site-content.layout-sidebar-right .content-area { float: left; width: 65.625%; } } @media (min-width: 992px) { /* line 14, sass/layout/_site.scss */ .site-content.layout-sidebar-right .widget-area { float: right; width: 28.125%; } } @media (min-width: 992px) { /* line 23, sass/layout/_site.scss */ .site-content.layout-sidebar-left .content-area { float: right; width: 65.625%; } } @media (min-width: 992px) { /* line 30, sass/layout/_site.scss */ .site-content.layout-sidebar-left .widget-area { float: left; width: 28.125%; } } /* line 40, sass/layout/_site.scss */ body.content-no-padding .site-content { padding: 0 !important; } /* line 46, sass/layout/_site.scss */ body.content-no-margin .content-area { margin: 0 !important; } /* line 51, sass/layout/_site.scss */ .content-area, .widget-area { margin-bottom: 126px; } /* line 2, sass/layout/_single.scss */ .single-post .post-content { color: #777; font-size: 15px; font-size: 0.9375rem; margin-bottom: 77px; line-height: 2em; } /* line 10, sass/layout/_single.scss */ .single-post > .post > .post-title { font-size: 40px; font-size: 2.5rem; line-height: 1.25em; margin-bottom: 80px; } /* line 18, sass/layout/_single.scss */ .single-post:not(.contact-page) .post-title { max-width: 800px; } /* line 24, sass/layout/_single.scss */ .single-post.contact-page .post-title { margin-bottom: 50px; } /* line 28, sass/layout/_single.scss */ .single-post.contact-page .post-content { font-size: 12px; font-size: 0.75rem; color: #b1b1b1; } /* line 34, sass/layout/_single.scss */ .single-post .post-footer { text-align: center; margin-bottom: 100px; } /* line 38, sass/layout/_single.scss */ .single-post .post-footer:before, .single-post .post-footer:after { content: " "; display: block; width: 90px; height: 1px; margin: 0 auto; background: #d7b489; } /* line 48, sass/layout/_single.scss */ .single-post .post-footer:before { margin-bottom: 28px; } /* line 52, sass/layout/_single.scss */ .single-post .post-footer:after { margin-top: 38px; } /* line 56, sass/layout/_single.scss */ .single-post .post-footer p { color: #bb833e; font-family: Raleway, sans-serif; font-size: 25px; font-size: 1.5625rem; line-height: 1.4em; margin: 0; } /* line 65, sass/layout/_single.scss */ .single-post .author-box { margin-bottom: 150px; } /* line 70, sass/layout/_single.scss */ .single-separate { height: 0; width: 100%; display: block; border-bottom: 1px solid #eee; position: relative; } /* line 77, sass/layout/_single.scss */ .single-separate__content { position: absolute; left: 50%; top: 0; width: 100%; max-width: 400px; text-align: center; background-color: #fff; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* line 89, sass/layout/_single.scss */ .single-separate .apss-social-share { text-align: center; } /* line 93, sass/layout/_single.scss */ .single-separate .apss-single-icon { display: inline-block; } /* line 98, sass/layout/_single.scss */ .apss-theme-3 .apss-single-icon a { margin-left: 10px; margin-right: 10px; } /* line 103, sass/layout/_single.scss */ .adjacent-post-box { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-color: #ccc; margin-bottom: 150px; } /* line 113, sass/layout/_single.scss */ .adjacent-post-box:not(.no-bg) { position: relative; height: 300px; } /* line 117, sass/layout/_single.scss */ .adjacent-post-box:not(.no-bg):after { content: " "; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; background-color: rgba(0, 0, 0, 0.6); } /* line 129, sass/layout/_single.scss */ .adjacent-post-box:not(.no-bg) .post { position: absolute; top: 50%; left: 0; width: 100%; z-index: 100; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } /* line 140, sass/layout/_single.scss */ .adjacent-post-box .post { padding-left: 90px; padding-right: 90px; margin-bottom: 0; max-width: 870px; } /* line 146, sass/layout/_single.scss */ .adjacent-post-box .post > span { font-size: 12px; font-family: Raleway, sans-serif; color: #fff; text-transform: uppercase; } /* line 154, sass/layout/_single.scss */ .adjacent-post-box .post-title { color: #fff; margin-bottom: 0; margin-top: 10px; font-size: 30px; } /* line 160, sass/layout/_single.scss */ .adjacent-post-box .post-title a:hover { color: inherit; } /* line 166, sass/layout/_single.scss */ .related-posts { margin-bottom: 86px; } /* line 169, sass/layout/_single.scss */ .related-posts .post { margin-bottom: 50px; } /* line 173, sass/layout/_single.scss */ .related-posts .page-heading { margin-bottom: 50px; } @media (max-width: 991px) { /* line 179, sass/layout/_single.scss */ .related-posts .col-sm-6:nth-of-type(2n+1) { clear: both; } } @media (max-width: 1339px) { /* line 187, sass/layout/_single.scss */ .related-posts .col-md-3:nth-of-type(4n+1) { clear: both; } } /* line 194, sass/layout/_single.scss */ body.single .layout-no-sidebar .content-area { margin-bottom: 0; } /* line 198, sass/layout/_single.scss */ body.single .layout-no-sidebar + footer { border-top: 0; } /* line 1, sass/layout/_404.scss */ .error-404 { text-align: center; padding-bottom: 100px; } /* line 6, sass/layout/_404.scss */ .error-404 .page-content .search { max-width: 500px; margin: auto; } /* line 2, sass/layout/_sidebar.scss */ .widget-area .widget { margin-bottom: 54px; } /* line 5, sass/layout/_sidebar.scss */ .widget-area .widget-title { font-size: 25px; font-size: 1.5625rem; font-family: Raleway, sans-serif; font-weight: bold; line-height: 1em; color: #3c3c3c; padding-bottom: 15px; border-bottom: 1px solid rgba(149, 149, 149, 0.15); } /* line 17, sass/layout/_sidebar.scss */ .widget-area .widget.widget_search .widget-title { border-bottom: 0; } /* line 23, sass/layout/_sidebar.scss */ .widget-area .buzzo-subscribe { background-color: #f1f2f2; padding: 25px 30px 30px; } /* line 27, sass/layout/_sidebar.scss */ .widget-area .buzzo-subscribe .title { font-family: Raleway, sans-serif; color: #3c3c3c; font-size: 25px; font-size: 1.5625rem; font-weight: bold; line-height: 1.2em; margin-bottom: 9px; } /* line 36, sass/layout/_sidebar.scss */ .widget-area .buzzo-subscribe .message { font-size: 12px; font-size: 0.75rem; line-height: 1.83333em; color: #b2b2b2; margin-bottom: 24px; } /* line 43, sass/layout/_sidebar.scss */ .widget-area .buzzo-subscribe .form-fields { position: relative; } /* line 46, sass/layout/_sidebar.scss */ .widget-area .buzzo-subscribe .form-fields input[type="email"] { width: 100%; height: 50px; padding: 0 50px 0 20px; background-color: #fff; border: 0; outline: 0; } /* line 55, sass/layout/_sidebar.scss */ .widget-area .buzzo-subscribe .form-fields button { position: absolute; height: 50px; top: 0; right: 20px; color: #b2b2b2; background: none; border: 0; outline: 0; } /* line 69, sass/layout/_sidebar.scss */ .content-bottom { margin-top: 120px; } /* line 72, sass/layout/_sidebar.scss */ .content-bottom .widget { margin-top: 60px; } /* line 76, sass/layout/_sidebar.scss */ .content-bottom .buzzo-subscribe { background-color: #f1f2f2; background-image: url(images/newsletter.png); background-repeat: no-repeat; background-position: top left; padding: 54px 110px 62px; } /* line 84, sass/layout/_sidebar.scss */ .content-bottom .buzzo-subscribe .title { color: #3c3c3c; font-size: 20px; font-size: 1.25rem; font-weight: 600; line-height: 1em; width: 50%; float: left; margin-top: 14px; text-transform: uppercase; } /* line 95, sass/layout/_sidebar.scss */ .content-bottom .buzzo-subscribe .message { display: none; } /* line 99, sass/layout/_sidebar.scss */ .content-bottom .buzzo-subscribe .form-fields { position: relative; width: 50%; float: right; } /* line 104, sass/layout/_sidebar.scss */ .content-bottom .buzzo-subscribe .form-fields input[type="email"] { width: 100%; padding: 0 50px 10px 0; background-color: transparent; border: 0; outline: 0; border-bottom: 1px solid #bdbebe; font-size: 12px; font-size: 0.75rem; } /* line 114, sass/layout/_sidebar.scss */ .content-bottom .buzzo-subscribe .form-fields button { position: absolute; top: 0; right: 20px; background: none; border: 0; outline: 0; } /* line 127, sass/layout/_sidebar.scss */ .panel-grid-cell .widget { margin-bottom: 0 !important; } /* line 1, sass/layout/_home.scss */ .home-featured-posts { height: 900px; position: relative; padding-top: 394px; } /* line 6, sass/layout/_home.scss */ .home-featured-posts:after { content: " "; display: block; position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); } /* line 18, sass/layout/_home.scss */ .home-featured-posts__data { position: relative; z-index: 100; } /* line 23, sass/layout/_home.scss */ .home-featured-posts .post-title { color: #fff; } /* line 28, sass/layout/_home.scss */ .home-featured-posts__first .post { margin-bottom: 0; } /* line 32, sass/layout/_home.scss */ .home-featured-posts__first .post-meta, .home-featured-posts__first .post-meta2 { font-size: 12px; color: #fff; margin-bottom: 21px; } /* line 38, sass/layout/_home.scss */ .home-featured-posts__first .post-title { max-width: 700px; line-height: 1.22222em; font-size: 45px; font-size: 2.8125rem; } /* line 46, sass/layout/_home.scss */ .home-featured-posts__bottom { margin-top: 163px; position: relative; } /* line 52, sass/layout/_home.scss */ .home-featured-posts__arrow .slick-arrow { position: absolute; outline: 0; display: block; } @media (min-width: 1420px) { /* line 59, sass/layout/_home.scss */ .home-featured-posts__arrow .slick-arrow { top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } /* line 64, sass/layout/_home.scss */ .home-featured-posts__arrow .slick-arrow-prev { left: 30px; } /* line 68, sass/layout/_home.scss */ .home-featured-posts__arrow .slick-arrow-next { right: 30px; } } @media (max-width: 1419px) { /* line 51, sass/layout/_home.scss */ .home-featured-posts__arrow { position: relative; margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; content: ""; display: table; table-layout: fixed; } } @media (max-width: 1419px) and (min-width: 768px) { /* line 51, sass/layout/_home.scss */ .home-featured-posts__arrow { width: 760px; } } @media (max-width: 1419px) and (min-width: 992px) { /* line 51, sass/layout/_home.scss */ .home-featured-posts__arrow { width: 980px; } } @media (max-width: 1419px) and (min-width: 1340px) { /* line 51, sass/layout/_home.scss */ .home-featured-posts__arrow { width: 1320px; } } @media (max-width: 1419px) { /* line 91, sass/layout/_home.scss */ .home-featured-posts__arrow .slick-arrow { top: -40px; } /* line 94, sass/layout/_home.scss */ .home-featured-posts__arrow .slick-arrow-prev { left: 20px; } /* line 98, sass/layout/_home.scss */ .home-featured-posts__arrow .slick-arrow-next { left: 60px; } } /* line 105, sass/layout/_home.scss */ .home-featured-posts__carousel { margin-left: -20px; margin-right: -20px; } /* line 109, sass/layout/_home.scss */ .home-featured-posts__carousel .post { padding-left: 20px; padding-right: 20px; margin-bottom: 0; } /* line 115, sass/layout/_home.scss */ .home-featured-posts__carousel .post-title { font-size: 15px; line-height: 22px; } /* line 120, sass/layout/_home.scss */ .home-featured-posts__carousel .post-meta, .home-featured-posts__carousel .post-meta2 { margin-bottom: 10px; } /* line 128, sass/layout/_home.scss */ .buzzo-section { padding-top: 150px; padding-bottom: 150px; overflow: hidden; } /* line 133, sass/layout/_home.scss */ .buzzo-section.grid-section { padding-top: 100px; } /* line 137, sass/layout/_home.scss */ .buzzo-section .section-heading { margin-bottom: 50px; } /* line 141, sass/layout/_home.scss */ .buzzo-section .section-title { font-size: 35px; font-size: 2.1875rem; color: #3c3c3c; font-weight: bold; font-family: Raleway, sans-serif; line-height: 0.71429em; } /* line 149, sass/layout/_home.scss */ .buzzo-section .list-cats { color: #949494; margin-top: 25px; font-family: Raleway, sans-serif; } /* line 154, sass/layout/_home.scss */ .buzzo-section .list-cats a { color: inherit; text-decoration: none; margin-right: 20px; } /* line 159, sass/layout/_home.scss */ .buzzo-section .list-cats a:hover, .buzzo-section .list-cats a:focus { text-decoration: underline; } /* line 164, sass/layout/_home.scss */ .buzzo-section .list-cats a.view-more-link { display: inline-block; padding-left: 20px; border-left: 1px solid #d8d8d8; line-height: 1; } /* line 175, sass/layout/_home.scss */ .grid-posts-section .post { margin-bottom: 70px; } /* line 180, sass/layout/_home.scss */ .grid-posts-section .bottom-line:before { content: " "; height: 1px; width: 100%; background-color: rgba(149, 149, 149, 0.4); } /* line 189, sass/layout/_home.scss */ .grid-posts-section .first-post .post-title { max-width: 370px !important; } /* line 193, sass/layout/_home.scss */ .grid-posts-section .first-post .post-content { max-width: 510px !important; } /* line 197, sass/layout/_home.scss */ .grid-posts-section .first-post .post-meta, .grid-posts-section .first-post .post-meta2 { margin-top: 30px; } /* line 204, sass/layout/_home.scss */ .carousel-posts .slick-list { overflow: visible !important; } /* line 208, sass/layout/_home.scss */ .carousel-posts .slick-arrow { position: absolute; outline: 0; top: 50%; z-index: 10000; opacity: 0; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } /* line 218, sass/layout/_home.scss */ .carousel-posts .slick-arrow-prev { left: -100px; } /* line 222, sass/layout/_home.scss */ .carousel-posts .slick-arrow-next { right: -100px; } /* line 228, sass/layout/_home.scss */ .carousel-posts:hover .slick-arrow { opacity: 1; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } /* line 235, sass/layout/_home.scss */ .carousel-posts .post { padding-left: 20px; padding-right: 20px; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; } @media (min-width: 768px) { /* line 243, sass/layout/_home.scss */ .carousel-posts .post-layout-standard-overlay .post-overlay { margin-left: 20px; margin-right: 20px; } /* line 247, sass/layout/_home.scss */ .carousel-posts .post-layout-standard-overlay .post-overlay-content { margin-left: 20px; margin-right: 20px; } } /* line 254, sass/layout/_home.scss */ .carousel-posts .post-layout-standard-overlay .post-meta, .carousel-posts .post-layout-standard-overlay .post-meta2 { margin-bottom: 10px; } /* line 259, sass/layout/_home.scss */ .carousel-posts .post-layout-standard-overlay .post-title { font-size: 18px; font-size: 1.125rem; max-width: 350px; } /* line 266, sass/layout/_home.scss */ .carousel-posts .post:not(.slick-active) { opacity: 0.6; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; } /* line 276, sass/layout/_home.scss */ .grid_2-section .col-center .post { text-align: center; } /* line 280, sass/layout/_home.scss */ .grid_2-section .col-center .post-title { max-width: 480px !important; margin-left: auto; margin-right: auto; } /* line 286, sass/layout/_home.scss */ .grid_2-section .col-center .post-content { max-width: 510px !important; margin-left: auto; margin-right: auto; } /* line 293, sass/layout/_home.scss */ .grid_2-section .col-bottom { margin-top: 70px; } /* line 298, sass/layout/_home.scss */ .grid_2-section .post-layout-grid { margin-bottom: 70px; } /*# sourceMappingURL=style.css.map */