/*
Theme Name: Third Angle
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: A customer theme developed for Third Angle.
Author: Third Angle
Author URI: https://third-angle.com/
template: bb-theme
*/

/* Add your custom styles here */
@font-face {
  font-family: 'Poppins';
  src:  url("https://third-angle.com/wp-content/themes/bb-theme-child/fonts/poppins.woff2") format("woff2"),
        url("https://third-angle.com/wp-content/themes/bb-theme-child/fonts/poppins.woff") format("woff");
  font-weight: normal;
	
}
@font-face {
  font-family: 'Poppins';
  src:  url("https://third-angle.com/wp-content/themes/bb-theme-child/fonts/poppins-v15-latin-700.woff2") format("woff2"),
        url("https://third-angle.com/wp-content/themes/bb-theme-child/fonts/poppins-v15-latin-700.woff") format("woff");
  font-weight: 700;
	
}
@font-face {
  font-family: 'Poppins';
  src:  url("https://third-angle.com/wp-content/themes/bb-theme-child/fonts/poppins-v15-latin-900.woff2") format("woff2"),
        url("https://third-angle.com/wp-content/themes/bb-theme-child/fonts/poppins-v15-latin-900.woff") format("woff");
  font-weight: 900;
	
}
@font-face {
  font-family: 'Poppins';
  src:  url("https://third-angle.com/wp-content/themes/bb-theme-child/fonts/poppins-v15-latin-600.woff2") format("woff2"),
        url("https://third-angle.com/wp-content/themes/bb-theme-child/fonts/poppins-v15-latin-600.woff") format("woff");
  font-weight: 600;
	
}


.fl-widget ul li {
    font-size: 15px;
}
.fl-page-nav-wrap .navbar-nav > li.current-menu-item > a {
    color: #fff;
    background: #939598;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a {
    color: #fff;
}
.fl-post-thumb img {
    height: 300px !important;
    object-fit: cover;
}
.sticky {
position: sticky; /* IE, Edge 15 and earlier versions do not support sticky positioning */
position: -webkit-sticky; /* for Safari */
top: 0; /* need either top, right, bottom or left for sticky positioning to work */
}


/* Use this rule to make the custom font the default font */
body {
  font-family: 'Poppins', Verdana, Arial, sans-serif !important;
	
}

/* Use this rule to apply the custom font to menu items */
.fl-page-nav .navbar-nav,
.fl-page-nav .navbar-nav a {
  font-family: 'Poppins', Verdana, Arial, sans-serif;
	

/* Use this rule to apply the custom font to headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', Verdana, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
 
}

/* Use this rule to apply the custom font to paragraphs */
p {
    font-family:'Poppins', Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	
}

