/*  
Theme Name: Gotcha! WP Theme
Theme URI: --------------
Description: ------------
Version: 1.0
Author: gotcha! Dev Team
Author URI: https://gotchamobi.com
*/

/* ----------------- Reset CSS Start ----------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, address,strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, hgroup, menu, nav, section {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {font-family: 'Montserrat' ,sans-serif;line-height:1;}
footer,header {display:block;}


* {box-sizing: border-box;}

/*  ----------------- Typography ----------------- */

h1, h2, h3, h4, h5, h6, 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {font-family: 'Montserrat' ,sans-serif;margin: 0;padding: 0;}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { font-weight: inherit; }
p, span {font-family: 'Montserrat' ,sans-serif;margin: 0;}
p img {margin: 0;}
strong {font-weight: bold;}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* ----------------- Links ----------------- */
a,
a:visited,
a:hover,
a:focus {
    color: inherit;
    font-family: 'Montserrat' ,sans-serif;
    text-decoration: none;
    outline: 0;
}
button {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: inherit;
    font-family: 'Montserrat' ,sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
button:visited,
button:hover,
button:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 transparent;
    border: 0 none;
}

/* ----------------- Transisiton for Links ----------------- */
#sidebar a,
#footer a,
#title a,
#header a,
#copyright a{
	-webkit-transition: all 0.07s ease-in;
       -moz-transition: all 0.07s ease-in;
        -ms-transition: all 0.07s ease-in;
         -o-transition: all 0.07s ease-in;
            transition: all 0.07s ease-in;
}

a:hover,
a:focus {color: inherit;}

p a,
p a:visited {line-height: inherit;}

ul {list-style: outside none none;margin: 0;padding: 0;}
ul > li {display: inline-block;font-family: 'Montserrat' ,sans-serif;vertical-align: top;}

input, textarea {font-family: 'Montserrat' ,sans-serif;}

/* ----------------- Globals ----------------- */
body.home {padding-top: 0;}
.admin-bar .header {top: 32px !important;}
.container {max-width: 1264px;}
hr {
  border: solid #b8b8b8;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

:root {
  /*--nrlfont: 'Montserrat' ,sans-serif;
  --boldfont: 'Montserrat' ,sans-serif;*/
}
.admin-bar .fixed-top {top: 32px;}

/* ----------------- Topbar ----------------- */



/* ----------------- /Topbar ----------------- */

/* ----------------- Header ----------------- */




/* ----------------- /Header ----------------- */

/* ----------------- Home ----------------- */




/* ----------------- /Home ----------------- */




