/*

Theme Name: Flash Child Theme

Theme URI: http://themegrill.com/themes/flash/

Description: Child Theme for Flash

Author: JNK

Author URI: http://themegrill.com

Template: flash

Version: 1.0

*/


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {



}

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

@media (min-width: 1025px) and (max-width: 1280px) {



}

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

@media (max-width: 1024px) {

  #bottom-footer ul.footer-menu {
    margin-right: auto;
  }

}

@media (max-width: 1201px) {
  .panel-grid.panel-has-style>.ad-mobile-strech.panel-row-style {
    display: block;
  }
  
  .sow-slider-base {
      width: 100%;
  }
}

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



}

/*
  ##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 (max-width: 767px) {
  #bottom-footer .copyright, #bottom-footer .tg-container .copyright, #bottom-footer .copyright-text, #bottom-footer .tg-container .copyright-text {
    display: none;
    visibility: hidden;
  }
  #bottom-footer .footer-menu li a {
    font-size: 8pt;
  }
}

@media (min-width: 481px) and (max-width: 767px) {

	.so-panel .widget_metaslider_widget {
		padding: 0;
		width: 100%;
	}

}

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

@media (min-width: 320px) and (max-width: 480px) {



}
