/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {
    font-family: 'zonapro-light';
    src: url('fonts/zonapro-light-webfont.woff2') format('woff2'),
         url('fonts/zonapro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'zonapro-bold';
    src: url('fonts/zonapro-bold-webfont.woff2') format('woff2'),
         url('fonts/zonapro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zonapro-bolditalic';
    src: url('fonts/zonapro-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/zonapro-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zonapro-semibold';
    src: url('fonts/zonapro-semibold-webfont.woff2') format('woff2'),
         url('fonts/zonapro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zonapro_blackitalic';
    src: url('fonts/zonapro-blackitalic-webfont.woff2') format('woff2'),
         url('fonts/zonapro-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zonapro_thin';
    src: url('fonts/zonapro-thin-webfont.woff2') format('woff2'),
         url('fonts/zonapro-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body, p {
	font-family:'zonapro-light' !Important;
	letter-spacing:1px;
}
strong, b {
	font-family:'zonapro-bold' !Important;
}
h1, h2, h3, h4, h5, h6, .navbar-nav a {
	font-family:'zonapro_blackitalic' !Important;
}
.hover_row_one .pp-hover-card-container.hover-card-0 .pp-hover-card {
	background-color:rgba(3,3,48,0.8);
}
.hover_row_one .pp-hover-card-container.hover-card-1 .pp-hover-card {
	background-color:rgba(29,117,188,0.8);
}
.hover_row_two .pp-hover-card-container.hover-card-0 .pp-hover-card {
	background-color:rgba(13,214,161,0.8);
}
.hover_row_two .pp-hover-card-container.hover-card-1 .pp-hover-card {
	background-color:rgba(29,117,188,0.8);
}
.hover_row_two .pp-hover-card-container.hover-card-2 .pp-hover-card {
	background-color:rgba(3,3,48,0.8);
}
.hover_row_three .pp-hover-card-container.hover-card-0 {
	background-position: center -100px !Important;
}
.hover_row_three .pp-hover-card-container.hover-card-1 {
	background-position: center -200px !Important;
}
.hover_row_three .pp-hover-card-container.hover-card-0 .pp-hover-card {
	background-color:rgba(3,3,48,0.8);
}
.hover_row_three .pp-hover-card-container.hover-card-1 .pp-hover-card {
	background-color:rgba(13,214,161,0.8);
}

/*GTranslate*/
.gt_float_switcher .gt-selected {
    position: relative;
    z-index: 888;
    background-color: rgba(3, 3, 48, 0.8) !Important;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 15px;
    color: #fff !Important;
    font-weight: bold;
}
.gt_float_switcher {
	font-size: 16px !Important;
	line-height:18px !Important;
}