/*
==================================================

	Theme Name: 456Ecology 1.3.5
	Theme URI: http://www.lpd-themes.com
	Description: 456Ecology Premium WooCommerce Theme
	Author: lpd-themes
	Author URI: http://support.lpd-themes.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.3.5


================================================== */

@import "assets/css/bootstrap.css";
@import "assets/font-icons/glyphicons_halflings/css/halflings.css";
@import "assets/css/picons-social.css";
@import "assets/css/application.css";
@import "assets/css/fonts.css";
@import "assets/css/color.css";
@import "assets/css/animate.css";
@import "assets/css/menu/animate.css";
@import "assets/css/menu/menu3d.css";
@import "assets/cbp-plugin/cubeportfolio/css/cubeportfolio.css";


.form-control { background-color: transparent; }
.msl-white-buttom .ultb3-btn {background-color: #ffffff !important; border-radius: 20px !important;}
.msl-white-buttom { border-radius: 20px !important;}
.header-bottom .header-bottom-wrap {background-color: #088A08 !important;}
.footer-msl-image {background-color:#fafafa !important;}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  
 	.header-top {background-color: #088A08;}
	.custom-meta {
	background-color: rgba(0, 57, 20, 0.5);
	border: none;
	color: #000000;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 25px;
    height: auto;
    font-size: 12px !important;
    font-weight: bold;
    /*margin: 5% 0 !important;*/
	}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  
	.header-top {background-color: #088A08;}
	.custom-meta {
	background-color: rgba(0, 57, 20, 0.5);
	border: none;
	color: #000000;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 25px;
    height: auto;
    font-size: 12px !important;
    font-weight: bold;
    /*margin: 5% 0 !important;*/
	}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
	.header-top {background-color: #088A08;}
	.custom-meta {
	font-weight: 600;
	background-color: #ffffff;
	border: none;
	color: #000000;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	border-radius: 25px;
	}
	.right-custom-meta  {display: none;}
	.header-bottom .header-bottom-wrap {background-color: #088A08 !important;}
	#logo img {width:100%;}
  
}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
  
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {

	.header-top {
		background: #088A08;
	}

    .custom-meta {
    line-height: 1em;
    letter-spacing: 2px;
    font-size: 35px !important;
    /*font-weight: 600;*/
	background-color: #ffffff;
	border: none;
	color: #000000;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/*font-size: 10px;*/
	border-radius: 25px;
	}
	.right-custom-meta  {display: none;}
	.header-bottom .header-bottom-wrap {background-color: #088A08 !important;}
	#logo img {width:100%;}
}



/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  	.header-top {
		background: #088A08;
	}

    .custom-meta {
    line-height: 1em;
    letter-spacing: 2px;
    font-size: 25px !important;
    font-weight: bold;
    margin: 7% 7% !important;
	background-color: rgba(0, 57, 20, 0.5);
	/*border: none;*/
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/*font-size: 10px;*/
	border-radius: 25px;
	/*margin-top: 30px;
    margin-bottom: 30px;*/
    height: auto;
    border: 1px solid #000;
    /*display: inline-block;*/
    /*margin-left: auto;
    margin-right: auto;*/
    font-family: Arial;

	}
	.custom-meta a {color:#fff !important;}
	.right-custom-meta  {display: none;}
	.header-bottom .header-bottom-wrap {background-color: #088A08 !important;}
	#logo img {width:100%;}
  
}

