/*
Theme Name:         Alpina Child
Theme URI:          http://alleycatthemes.com/themes/alpina/
Description:        Alpina
Version:            1.4
Author:             Alleycat Themes LTD
Author URI:         http://alleycatthemes.com
License: 						GNU General Public License version 3.0
License URI: 				http://www.gnu.org/licenses/gpl-3.0.html
Tags:               light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, featured-images, threaded-comments, theme-options, custom-menu
Template: 					alpina
*/

/* Import main theme CSS */
@import url("../alpina/style.css");

/* Add you own CSS here ... */

/*

@import url("//hello.myfonts.net/count/2c318d");

@font-face {font-family: 'SonicaBrush-Normal';src: url('webfonts/2C318D_0_0.eot');src: url('webfonts/2C318D_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2C318D_0_0.woff') format('woff'),url('webfonts/2C318D_0_0.ttf') format('truetype');}

@font-face {
    font-family: 'brandon_textlight';
    src: url('webfonts/hvd_fonts_-_brandontext-light-webfont.eot');
    src: url('webfonts/hvd_fonts_-_brandontext-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/hvd_fonts_-_brandontext-light-webfont.woff2') format('woff2'),
         url('webfonts/hvd_fonts_-_brandontext-light-webfont.woff') format('woff'),
         url('webfonts/hvd_fonts_-_brandontext-light-webfont.ttf') format('truetype'),
         url('webfonts/hvd_fonts_-_brandontext-light-webfont.svg#brandon_textlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.h1 {
  font-family: SonicaBrush-Normal;
  line-height: 110%;
  color: #000000;
}

.ac-page-title h1 {
	font-family: SonicaBrush-Normal;
	font-size: 30px;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

*/

.main, .sidebar {
	margin-top: 0px;
}

.wpb_row {
	margin-bottom: 0 !important;
	padding: 0 0 20px 0 !important;
}

.wrap.main-section.container {
    padding-left: 0px;
}
@media (max-width: 991px) {
    .wrap.main-section.container {
    padding-left: 15px;
    }
}

.antisocial {
	float: right;
	padding:17px 5px 5px 0px;	
}

.navbar-brand {
  float: left;
  padding: 0px 25px 0px 0px;
  font-size: 18px;
  line-height: 20px;
}

.navbar a.navbar-brand.logo {
  height: 50px;
  padding: 0px;
}

.navbar-nav > li > a {
	padding: 17px 0px 10px 0px;
	margin-right: 20px;
	line-height: 20px;
	text-transform: lowercase;
}

ul.nav.navbar-nav {
    margin-left: 20px;
}

#footer-copyright {
  background-color: #f5f5f5;
  color: #999999;
  padding: 25px 0;
  overflow: hidden;
  text-align: center;
}
#copyright-bar {
  font-size: 12px;
  line-height: 16px;
}

.gloriaimage img {
	height: auto;
	max-width: 100%;
	opacity: .5;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.gloriaimage:hover img {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.vc_separator.wpb_content_element {
	padding-bottom: 0px;
}