/*
 Theme Name:   White Editing
 Theme URI:    https://www.andytownsenddesign.com.au/portfolio/white-editing
 Description:  White Editing Theme
 Author:       Andy Townsend
 Author URI:   https://www.andytownsenddesign.com.au/
 Template:     springy
 Version:      1.0.97
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  whiteediting

*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Home Title centring - not work on Firefox */
.gecko .head-img-wrapper {
    padding-top: 165px;
}

/* Recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}
.page-get-in-touch .grecaptcha-badge {
    visibility: visible;
}

/* Media Queries
========================================================================== */
/* 
  ##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 (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) {
    
}

@media screen and (max-width: 1000px) {
    .mega_ts_menu .logo {
        padding-top: 15px;
    }
}

/* 
  ##Device = Desktops, Laptops, Tablets, Ipads (landscape)
  ##Screen = B/w 768px upwards
*/
@media screen and (min-width:768px) {
    .mega_ts_menu .scroll-background {
        background: #bfbfbf !important;
    }
}

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

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    
}




element.style {
    padding-top: 15px;
}