/*
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: 'Bryant Pro';
    src: url('https://www.matriochkmedia.com/wp-content/themes/bb-theme-child/fonts/BryantPro-Bold.woff2') format('woff2'),
        url('https://www.matriochkmedia.com/wp-content/themes/bb-theme-child/fonts/BryantPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bryant Pro';
    src: url('https://www.matriochkmedia.com/wp-content/themes/bb-theme-child/fonts/BryantPro-Regular.woff2') format('woff2'),
        url('https://www.matriochkmedia.com/wp-content/themes/bb-theme-child/fonts/BryantPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://www.matriochkmedia.com/wp-content/themes/bb-theme-child/fonts/Gotham-Light.woff2') format('woff2'),
        url('https://www.matriochkmedia.com/wp-content/themes/bb-theme-child/fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://www.matriochkmedia.com/wp-content/themes/bb-theme-child/fonts/Gotham-Bold.woff2') format('woff2'),
        url('https://www.matriochkmedia.com/wp-content/themes/bb-theme-child/fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





img.uabb-btn-img.uabb-button-icon-before.uabb-creative-button-icon-before {
    vertical-align: text-bottom;
}



.head_title_img{
	float:left; 
	margin-right: 30px
}

.head_title_title{
	color: #fff
}

.site-inner  p{
	margin-top: 20px;
}




/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media (min-width: 1100px){
	
	.fl-full-width .container {
		width: auto !important;
	}
	
	.container {
	 max-width: 100% !important;
	}
}
	
	