/*
  * Authour: Alfred Maina 
  * Company: @Legibra (http://legibra.com)
*/
/* Extra Small Devices, .visible-xs-* */

@media (max-width: 230px) {

}

@media (max-width: 767px) {
	.main-menu.navbar-light .navbar-nav .nav-link{
	    margin: 0px 0px 0px 0px;
        font-size: 15px;
	}

    .menu-phone{
        text-align: left;
    }
	.quality .pl-5{
		padding-left: 15px !important;
	}
	.quality .pl-4{
		padding-left: 0px !important;
	}.quality .pr-5{
		padding-right: 25px !important;
	}

	.aboutus .half-width{
	    width: 100% !important;
	}
	.recent-posts-extended{
	    padding-left: 20px;
	}
	.gallery .modal-dialog {
        max-width: 100%;
    }
	footer .upper-line hr {
	    display: none;
	}
	.main-menu .nav-item.active a {
	    border-bottom: 2px solid #69a647;
	    color: red !important;	    
        padding-bottom: 0px;
        margin: 0px 0px 10px 0px !important;
	}
	.main-menu.bg-light {
	    background-color: #55b3420a !important;
	}
	footer .footer-info .offset-1{
	   margin-left: 0px;
	}
	footer .footer-logo {
	    margin-top: 0px;
	}
	.w-75{
		width: 100% !important;
	}
	.dark-button{
	    font-size: 20px;
	    padding: 0px 20px 0px 20px;
	}
	.light-button{		
	    font-size: 20px;
	    padding: 0px 20px 0px 20px;
	}
	.home-content .aboutus a{
		margin-right: 2rem !important;
	}
	.owl-theme .owl-nav.disabled+.owl-dots{
		font-size: 9px;
	    bottom: 4em;
	    padding-left: 0px !important;
	}
	.vc_section{
	    margin-right: 0px !important;
	}
	.main-menu .custom-logo {
	    max-width: 100px;
	    margin-left: 0px;
	}
	.owl-theme .owl-dots .owl-dot {
	    margin-left: 5px;
	}
	.owl-theme .owl-dots .owl-dot {
	    padding-left: 15px !important;
	}
	#fblog-owl .card-image{
		position: relative;
	}
	#fblog-owl .card {
    	padding: 20px;
	}
	.flower-blog-btns {
	    position: relative;
	}
	.home-content h3 {
	    font-size: 40px;
	}
	.home-content .aboutus hr {
	    width: 100px;
	    margin-bottom: 20px;
        margin-top: 0rem;
	}
	.home-content .flowers hr {
		width: 100px;
	    margin-bottom: 20px;
        margin-top: 0rem;
        margin-left: 1rem;
    }
    #fblog-owl .d-flex.align-items-center.pl-5{
	    padding-left: 0rem!important;
    }
    .top-menu ul li {
	    padding: 0px 5px 0px 5px;
	    margin: 0px;
	}
	.top-menu {
	    font-size: 16px;
	}
	.home-content {
		padding-bottom: 0px !important;
	}
	#fblog-owl .card-image {
	    width: 100%;
	    height: auto;
	}
	.home-flower-header hr {
	     margin: 0px; 
	}
	.home-content h3 {
	    padding-left: 0px !important;
	}
	.home-flower-header {
	    top: 4%;
        position: relative;
	}
	#fblog-owl .card .card-title {
	    font-size: 25px;
	}
	#fblog-owl .card .card-text p {
	    font-size: 14px;
	}
}

@media (min-width: 1200px) {
	
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) { 

}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {

}