/*
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... */
.fl-page-nav-container {
	position: relative;
}
.fl-page-nav-container:after {
	position:absolute;
	content:" ";
	background-image:url(img/reg.png);
	background-repeat:no-repeat;
	width: 40px;
	height: 41px;
	right:13px;
	top:9px;
}
.fl-page-nav-bottom .fl-page-header-content {
	padding-top: 0!important;
}
.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
	padding-bottom: 10px;
	line-height: 100%;
}
@media screen and (max-width:600px) {
	.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
	    max-width: 83%;
	}
	.fl-page-header-text .fl-social-icons {
		float:right;
		margin: 0!important;
		/*text-align: right;*/
	}
	.fl-page-header-text  .fl-social-icons a {
		display: block!important;
	}
	.fl-page-nav-bottom .fl-page-header-content .fl-social-icons .fl-icon {
		margin: 0;
	}
}

@media screen and (max-width: 1200px) {
	.fl-page-footer-widgets-row > div aside:last-child {
	    text-align: center!important;
	}
}
@media screen and (max-width: 767px) {
	.fl-page-header-iso,
	.fl-page-nav-bottom .fl-page-header-content {
		margin-top: 10px;
	}
	.fl-page-header-iso img { 
		max-width: 58px;
	}
	.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
	    font-size: 24px!important;
	    text-align: left;
	    float:left;
	}

	
}
@media screen and (min-width: 768px) {
	.fl-page-nav-container:after {
		top:5px;
	}

	.fl-page-nav-bottom .fl-page-header-row {
		display: block;
		width: auto;
	}
	.fl-page-nav-bottom .fl-page-header-row .col-md-6 {
		display: block;
		float:left;
	}
	.fl-page-nav-bottom .fl-page-header-content {
		margin-right: 0;
	}
}
@media screen and (min-width: 992px) {
	.fl-page-nav-container:after {
		top:10px;
	}
}
