/*
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... */ 

a:hover{transition:0.3s;text-decoration:none;cursor: pointer;}

.justify p{text-align:justify;}

ul {
padding-left: 20px;
}

.zindex1{
position: relative !important;
z-index: 1 !important;
}

.zindex2{
position: relative !important;
z-index: 2 !important;
}

.zindex3{
position: relative !important;
z-index: 3 !important;
}

.nolink a{
pointer-events:none;
}

.zoom-in {
overflow: hidden;
}

.zoom-in .fl-col-content{
transform: scale(1);
transition: 0.7s ;
}

.zoom-in:hover > .fl-col-content{
transform: scale(1.1);
transition: 0.7s;
}

.fl-logo-img {
	width: 100px;
}

.fl-button {
padding: 15px 35px !important;
}

.nf-before-form-content {
display: none;
}

#fl-to-top {
	background-color: #F7C300;
}

.ninja-forms-req-symbol, .nf-form-title {
	display: none !important;
}

input::placeholder, textarea::placeholder {
	color: #000 !important;
}

/*End General*/


/*Start Header*/

.fl-page-header-container, .fl-page-bar-container {
	width: 100% !important;
}

.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
	font-size: 16px;
	margin-right: 10px;
}


li.login a, .nf-form-content input[type="submit"] {
	color: #fff !important;
	background-color: #f7c300 !important;
	color: #fff !important;
	padding: 10px 25px !important;
	margin-top: 5px;
	transition:0.3s;
}

.fl-page-header-fixed li.login a {
	margin-top: 0;
}

li.login a:hover, .nf-form-content input[type="submit"]:hover {
	color: #000 !important;
	background-color: #eee !important;
	transition:0.3s;
}

/*Start Home*/
h3.subheading{color:#F7C300 !important;}
.box .fl-callout-content {height: 180px;}


/*Start About*/
.box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	padding: 0;
}

.box ul li {
	width: auto;
	margin: 3px;
	text-align: center;
	color: #fff;
	background-color: #F7C300;
	list-style: none;
	padding: 3px;
}

.box p {
	margin-bottom: 0;
	margin-top: 20px;
}

.box .fl-accordion-item-active .fl-accordion-button, .box .fl-accordion-item .fl-accordion-button:hover {
	background-color: #00A4E4 !important;
	transition:0.3s;
}

.box .fl-accordion-item .fl-accordion-button {
	background-color: #ccc;
	transition:0.3s;
}

.fl-accordion-button-label:focus, .fl-accordion-button-label:active, .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active {
	
	outline-style: hidden !important;
}


.logo .fl-post-carousel-text {
	display: none;
}

.logo .fl-photo-img-jpg {
	padding: 10px;
}

.logo .fl-photo-content a, .project .fl-post-feed-text a {
	pointer-events: none;
}


/*Start Project*/

.project tr th {
	background-color: #00A4E4;
	color: #fff;
}

.project td, .project th {
	border: solid 1px #ccc;
}

.project thead {
	border-bottom: none;
}

.project .fl-post-feed-header {
	margin-bottom: 10px;
}

.project .fl-post-feed-post {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding-top: 0px;
}

.project .wp-block-columns {
	margin-bottom: -0.25em;
}

.project thead, .project td {
	text-align: center;
}

/*End Project*/

/*Start News*/

.fl-post-header h1 {
	font-size: 30px;
}

.fl-post-author, .fl-sep {
	display: none;
}

.wp-block-heading {
	font-size: 20px;
}

.news .fl-post-grid-image {
	height: 200px;
	overflow: hidden;
}

/*End News*/


/*Start Footer*/
.footer .widgettitle {
	display: none;
}
.footer .post-date, .fl-page-footer  {
	font-size: 14px;
}

.footer{
	text-align:left;
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}



@media only screen and (max-width: 1440px) and (min-width: 1200px) {

}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
/* Mobile screen size */
@media (max-width: 480px) {
	
	h1 {font-size:26px !important;}
	h2 .pp-secondary-title, h2 {
	font-size: 23px !important;}
	h3 {font-size:17px !important;}
	h4{font-size:15px !important;}
	p {font-size:14px !important;}
	
    
}