/*
Theme Name: Webbiz
Theme URI: https://webbiz.ie
Author: Jason Morton
Author URI: https://webbiz.ie
Version: 1.0
License: This is theme is subject to copy-write by the Webbiz brand.
License URI: https://webbiz.ie
Text Domain: webbiz
*/
@import 'css/resets.min.css';
/*=====================
    General Styles
=====================*/
html {
    font-size: 16px;
}
body {
    background: #fff;
}
* {
    letter-spacing: 0.0625rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
a, a:focus, button:focus, input:focus {
    outline: none;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.0625rem;
}
p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.0625rem;
    margin: 0 15px;
}
.wraper {
    padding: 0;
    height: 100%;
}
.show-menu {
    display: flex !important;
    height: auto;
}
img {
    max-width: 100%;
    height: auto;
}
.no-padding-right {
   padding-right: 0 !important;
   margin-right: 0 !important;
}
.no-padding-left {
   padding-left: 0 !important;
   margin-left: 0 !important;
}
.no-padding-top {
   padding-top: 0 !important;
   margin-top: 0 !important;
}
.no-pad-no-mar {
    margin: 0;
    padding: 0;
}
.no-pad {
    padding: 0;
}
.no-mar {
    margin: 0;
}
* {
    border-radius: 0 !important;
}
.center {
    text-align: center;
}
iframe {
    width: 100%;
    min-height: 400px;
    height: auto;
}
/*=====================
    MEDIA QUERIES
=====================*/
@media (min-width:320px) {
    /* smartphones, iPhone, portrait 480x320 phones */

}
@media (min-width:481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    
}
@media (min-width:641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
   
}
@media (min-width:961px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
   
}
@media (min-width:1025px) {
     /* big landscape tablets, laptops, and desktops */
   
}
     
@media (min-width:1281px) {
    /* hi-res laptops and desktops */
    
}