/*
Theme Name: HMG Creative Custom Theme
Author: HMG Creative    
Author URI: https://hmgcreative.com 
Description: Custom Wordpress Theme

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}


/*--------GLOBAL---------*/

html, body{
    overflow-x: hidden;
}

.elementor-widget-text-editor h1, .elementor-tab-content h1, .elementor-widget-theme-post-content h1,
.elementor-widget-text-editor h2, .elementor-tab-content h2, .elementor-widget-theme-post-content h2,
.elementor-widget-text-editor h3, .elementor-tab-content h3, .elementor-widget-theme-post-content h3,
.elementor-widget-text-editor h4, .elementor-tab-content h4, .elementor-widget-theme-post-content h4,
.elementor-widget-text-editor h5, .elementor-tab-content h5, .elementor-widget-theme-post-content h5,
.elementor-widget-text-editor h6, .elementor-tab-content h6, .elementor-widget-theme-post-content h6, 
.elementor-widget-text-editor p, .elementor-tab-content p, .elementor-widget-theme-post-content p,
.elementor-widget-text-editor ul, .elementor-tab-content ul, .elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ol, .elementor-tab-content ol, .elementor-widget-theme-post-content ol{
    margin-bottom: 20px !important;
}
.elementor-widget-text-editor p:last-child, .elementor-tab-content p:last-child, .elementor-widget-theme-post-content p:last-child,
.elementor-widget-text-editor ul:last-child, .elementor-tab-content ul:last-child, .elementor-widget-theme-post-content ul:last-child,
.elementor-widget-text-editor ol:last-child, .elementor-tab-content ol:last-child, .elementor-widget-theme-post-content ol:last-child{
    margin-bottom: 0px !important;
}

strong,
strong a{
    font-weight: bold;
}

.alignleft{
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    clear: both;
}
.alignright{
    float: right;
    margin-right: 25px;
    margin-bottom: 25px;
    clear: both;
}
.aligncenter{
    display: block;
    margin: 25px auto;
}

.elementor-accordion-item ul,
.elementor-accordion-item ol{
    margin-top: 12px;
}
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li,
.elementor-accordion-item ul li,
.elementor-accordion-item ol li,
.elementor-widget-theme-post-content ul li,
.elementor-widget-theme-post-content ol li{
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.elementor-widget-text-editor ul li:last-child,
.elementor-widget-text-editor ol li:last-child,
.elementor-accordion-item ul li:last-child,
.elementor-accordion-item ol li:last-child,
.elementor-widget-theme-post-content ul li:last-child,
.elementor-widget-theme-post-content ol li:last-child{
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px
}
.elementor-widget-text-editor ul li::before,
.elementor-accordion-item ul li::before,
.elementor-widget-theme-post-content ul li::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #e36f1e;
    border-radius: 100px;
    position: absolute;
    top: 7px;
    left: -20px;
}
.elementor-widget-text-editor ul li,
.elementor-accordion-item ul li,
.elementor-widget-theme-post-content ul li{
    margin-left: 20px;
    padding-left: 5px;
}
.elementor-widget-text-editor ol,
.elementor-accordion-item ol,
.elementor-widget-theme-post-content ol{
    list-style: decimal;
}
.elementor-widget-text-editor ol li,
.elementor-accordion-item ol li,
.elementor-widget-theme-post-content ol li{
    margin-left: 15px;
    padding-left: 5px;
}

.elementor-widget-theme-post-content table{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.elementor-widget-theme-post-content table td,
.elementor-widget-theme-post-content table th{
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
    text-align: left;
    background: #fff;
}
.elementor-widget-theme-post-content table th{
    background: #F6F6F6 url(http://mtatdev.wpengine.com/wp-content/uploads/2021/07/lightpaperfibers.png);
}

#top-bar .elementor-widget-uael-nav-menu a:hover{
    color: #e36f1e;
}
#top-bar .elementor-widget-uael-nav-menu ul li:last-of-type a{
    background: #e36f1e;
    transition: .25s all ease-in-out;
}
#top-bar .elementor-widget-uael-nav-menu ul li:last-of-type a:hover{
    background: #fff;
    color: #e36f1e;
}

a{
    transition: all .25s ease-in-out;
}
.elementor-icon-box-title a:hover{
    color: #414042 !important;
}
.elementor-icon-box-icon a:hover{
    color: #414042 !important;
}

#announcement a{
    color: #fff;
    text-decoration: underline;
}
#announcement a:hover{
    color: #000;
}
