/*
Theme Name:    Pet Photography Edu Child Theme
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        FO
Author URI:    
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

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

@font-face {
  font-family: 'FirstTake';
  src: url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/FirstTake.eot'); /* IE9 Compat Modes */
  src: url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/FirstTake.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/FirstTake.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/FirstTake.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/FirstTake.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/FirstTake.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/BrandonGrotesque-Regular.eot');
  src: url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
       url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/BrandonGrotesque-Regular.woff') format('woff'),
       url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/BrandonGrotesque-Regular.ttf') format('truetype'),
       url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg'),
       url('https://petphotographyedu.com/wp-content/themes/bb-child-theme/fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


/* ## Headings
--------------------------------------------- */

.fl-rich-text p {
	font-family: 'BrandonGrotesque-Regular', sans-serif !important;
}

h2,
h3,
h4,
h5 {
	font-family: 'BrandonGrotesque-Regular', sans-serif !important;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 10px;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
}

body {
    color: #3c3c3b;
    font-family: 'BrandonGrotesque-Regular',sans-serif !important;

}

h1, h6 {
	font-size: 80px !important;
	font-weight: 400;
	font-family: 'FirstTake', sans-serif !important;
	text-transform: none !important;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 36px;
}


h5 {
	font-size: 36px;
	text-transform: none;
	letter-spacing: 2px;
}


h6 {
	font-size: 36px;
	font-weight: 400;
	font-family: 'FirstTake', sans-serif !important;
	text-transform: none;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a {
    color: #358d7b;
    font-family: 'BrandonGrotesque-Regular',sans-serif !important;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold !important;
}

.contact-gf .gform_footer input[type="submit"] {
    background: #358d7b none repeat scroll 0 0 !important;
}

