/*
Theme Name: Geoport
Theme URI: https://pluginspoint.com/geoport
Author: https://themeforest.net/user/johanspond
Author URI: https://pluginspoint.com
Support: johanspond@gmail.com
Description: Geoport - Transport & Logistics WordPress Theme.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: geoport
Domain Path: /languages
Tags: threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/



@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

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

@media (min-width: 768px) and (max-width: 1024px) {
  
  .single-services{
		height:524px !important;
	}
  
}

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

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
	.btns-div .e-con>.e-con-inner{
		width:0% !important;
	}
	
	.single-services{
		height:524px !important;
	}
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
   a.geoport-btn{
		margin:0px !important;	
	}
	.btns-div>.e-con-inner{
		width:0% !important;
	}
  
}

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


@media (min-width: 320px) and (max-width: 480px) {
   a.geoport-btn{
		margin:0px 0px 0px -12px !important;	
	}
	.btns-div>.e-con-inner{
		width:0% !important;
	}
	
}

.meanmenu-reveal {
    color: #FFFFFF;
    border:1px solid red !important;
    /* background-color: #dfcbcb; */
}