/*
Theme Name: Brysani Wealth Guard Solutions
Theme URI: http://www.brysaniconsulting.com
Description: 
Version: 1.0
Author: Kurt E. Peck
Author URI: http://www.peckcreative.com
*/


/*****************************************************************************************************/
/************************************************ Reset **********************************************/
/*****************************************************************************************************/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

a,
#submit,
.button {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

article img {
  border: 1px solid #000000 !important;
  margin: 12px !important;  
}

article p, article ul li {
  font-size: 1.2em !important;
}

article a {
  color: black !important;
}

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

p:empty {
  display: none !important;
}

.center {
  text-align: center;
}

.subhead {
  padding: 10px 0 15px;
  font-weight: bold;
}

.main-content ul {
  margin-left: 1em!important;
  margin-bottom: 8px;
  margin-top: 2px;
  padding-left: 10px;
}

.main-content ul li {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 400;
  list-style-type: disc;
}

* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%; /* This forces the browser to display a vertical scroll bar at all times, thereby eliminating horizontal shift when navigating between long and shortpages */
  margin-bottom: .1px;
}

.alignleft {
                display: inline;
                float: left;
}
 
.alignright {
                display: inline;
                float: right;
}
 
.aligncenter {
                display: block;
                margin-right: auto;
                margin-left: auto;
}

/**********************************************************************************/
/* LOAD FONTS *********************************************************************/
/**********************************************************************************/

@font-face {
  font-family: "optimum-bold";
  src: url("/wp-content/themes/brysaniconsulting/fonts/optimum-bold.eot");
  src: url("/wp-content/themes/brysaniconsulting/fonts/optimum-bold.eot#iefix") format("embedded-opentype"),
  url("/wp-content/themes/brysaniconsulting/fonts/optimum-bold.woff") format("woff"),
  url("/wp-content/themes/brysaniconsulting/fonts/optimum-bold.ttf") format("truetype"),
  url("/wp-content/themes/brysaniconsulting/fonts/optimum-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "optimum-roman";
  src: url("/wp-content/themes/brysaniconsulting/fonts/optimum-roman.eot");
  src: url("/wp-content/themes/brysaniconsulting/fonts/optimum-roman.eot#iefix") format("embedded-opentype"),
  url("/wp-content/themes/brysaniconsulting/fonts/optimum-roman.woff") format("woff"),
  url("/wp-content/themes/brysaniconsulting/fonts/optimum-roman.ttf") format("truetype"),
  url("/wp-content/themes/brysaniconsulting/fonts/optimum-roman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*****************************************************************************************************/
/******************************************* Common styles *******************************************/
/*****************************************************************************************************/

body {
  font: 13px/180% "optimum-roman" sans-serif;
  color: #fff;
  background: #093341;
}

h1, h2, h3 {
  font-family: "optimum-bold";
  color: #a22f1a;
  margin: 10px 0 20px;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }

a {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

.clr {
  clear: both;
}

.wrapper {
  width: 1072px;
  margin: 0 auto;
}

.header {
  margin-top: 40px;
}

.hp-header {
  margin-top: 40px;
  position: relative;
  z-index: 12;
}

.logo {
  position: relative;
  float: left;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
}

ul.hp-mm {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  
}

ul.hp-mm li {
  width: 12.5%;
  display:  inline-block;
/*  display: table-cell;*/
  text-align: center;
  vertical-align: middle;
  float: left
}

li.mm-1 { background: #db6340; }
li.mm-2 { background: #cf5a39; }
li.mm-3 { background: #c34d30; }
li.mm-4 { background: #b54127; }
li.mm-5 { background: #a5331c; }
li.mm-6 { background: #962512; }
li.mm-61 { background: #962512; }
/*ul.hp-mm li.mm-6 a { height: 50px; padding-top: 16px; } */
/*ul.mm li.mm-6 a { height: 45px; padding-top: 8px; } */
li.mm-7 { background: #871708; }
li.mm-8 { background: #7c0e00; }


ul.hp-mm li a {
  font-family: "optimum-bold";
  text-decoration: none;
  display: inline-block;
  padding-top: 24px; 
  height: 42px;
  font-size: 18px;
  line-height: 100%;
}

ul.mm li a {
  font-family: "optimum-bold";
  text-decoration: none;
  display: inline-block;
  padding-top: 17px; 
  height: 36px;
  font-size: 18px;
  line-height: 100%;
}

ul.mm li:hover, ul.hp-mm li:hover {
  background: #000;
}

.container {
}

.main-content {
  font-family: "optimum-roman";
  margin: 0;
  padding: 35px 40px;
  position: relative;
  min-height: 600px;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
}

.slideshow {
  padding-top: 65px;
/*  height: 639px;*/
/*  overflow: visible;
  position: relative; */
}

.hp-logo-wrap {
  margin: 57px 0 0;
  width: 500px;
  position: relative;
  float: left;
}

.hp-logo {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
}

.submenu-wrap, .hp-submenu-wrap {
  line-height: 100%;
  text-align: center;
  position: relative;
  z-index: 12;
  background: #dc6442; /* Old browsers */
  background: -moz-linear-gradient(left,  #dc6442 1%, #7d0d00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%,#dc6442), color-stop(100%,#7d0d00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #dc6442 1%,#7d0d00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #dc6442 1%,#7d0d00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #dc6442 1%,#7d0d00 100%); /* IE10+ */
  background: linear-gradient(to right, #dc6442 1%,#7d0d00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6442', endColorstr='#7d0d00',GradientType=1 ); /* IE6-9 */  
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
}

.mm-wrap {
  margin: 25px 0 0 0;
/*  padding: 10px 40px; */
  width: 100%;
}

ul.mm li {
  display: inline-block;
  width: 12.5%;
  float: left;
  font-size: 20px;
  text-align: center;
}

/*
ul.mm li + li:before {
    content: "|";
    margin: 0 6px 0 4px;
    color: #000;
    font-weight: bold;
}
*/

.submenu-wrap {
  margin-top: 20px;
  padding: 10px 30px 8px;
  text-align: left;
  float: left;
  z-index: 11;
  position: relative;
}

ul.submenu li, ul.hp-submenu li {
  font-family: "optimum-roman";
  display: inline-block;
  font-size: 16px;
}

ul.submenu li + li:before {
    content: "|";
    margin: 0 6px 0 4px;
    font-weight: bold;
    color: #000;
}

.hp-submenu {
  padding: 8px 0;
}

ul.hp-submenu li + li:before {
    content: "|";
    margin: 0 4px;
    color: #000;
}

ul.mm li a, ul.hp-submenu li a, ul.submenu li a {
  text-decoration: none;
}

ul.hp-submenu li a:hover, ul.submenu li a:hover {
  color: #000;
}

.footer-nav-wrap {
  padding: 10px 0;
  background: #dc6542; /* Old browsers */
  background: -moz-linear-gradient(left,  #dc6542 0%, #7c0e00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dc6542), color-stop(100%,#7c0e00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #dc6542 0%,#7c0e00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #dc6542 0%,#7c0e00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #dc6542 0%,#7c0e00 100%); /* IE10+ */
  background: linear-gradient(to right, #dc6542 0%,#7c0e00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc6542', endColorstr='#7c0e00',GradientType=1 ); /* IE6-9 */
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
}

ul.footer-nav {
  text-align: center;
}

ul.footer-nav li {
  font-family: "optimum-roman";
  font-size: 20px;
  display: inline-block;
  text-align: none;
}

ul.footer-nav li a {
  text-decoration: none;
}


ul.footer-nav li + li:before {
    content: "|";
    margin: 0 8px 0 6px;
    color: #000;
    font-size: 25px;
}

ul.footer-nav li a:hover {
  color: #000;
}

.copyright-bar {
  font-family: "optimum-roman";
  margin: 20px 0;
  text-align: center;
}

.copyright-bar a {
  text-decoration: underline;
}

.copyright-bar a:hover {
  text-decoration: none;
}



/* Desktop */
@media (max-width: 1072px) {
  .wrapper { width: 100% }
/*  ul.hp-mm li.mm-6 a  { font-size: 16px; line-height: 100%; padding-top: 14px; height: 52px }*/

}

@media (max-width: 860px) {
  ul.hp-mm li { width: 25% }
  ul.hp-mm li.mm-6 a  { font-size: 18px; line-height: 100%; padding-top: 24px; height: 42px }
  ul.mm li a { font-size: 15px; }
  ul.footer-nav li { width: 100%; margin: 5px 0;  }
  ul.footer-nav li:last-child { border-top: solid 1px #000; padding-top: 10px }
  ul.footer-nav li + li:before  { content: ''; }
  .submenu-wrap { width: 100%; text-align: center; margin: inherit 0; padding: 10px 0 }
}

@media (max-width: 740px) {
  ul.mm li { width: 25%; font-size: 18px; }
  ul.mm li.mm-6 a { padding-top: 17px; height: 36px; }
}

@media (max-width: 620px) {
  ul.hp-mm li a, ul.hp-mm li.mm-6 a { font-size: 16px }
  .copyright-bar { padding: 0 15% }
}

@media (max-width: 560px) {
/*  ul.mm li.mm-6 a { height: 44px; padding-top: 9px; } */  
/*  ul.hp-mm li.mm-6 a { font-size: 15px; }*/
  .hp-logo-wrap { width: 100%; margin: 0; }
  .main-content { min-height: inherit; }
  .slideshow {padding-top: 365px;}
  .hp-logo-wrap img { width: 90%; height: 90% }
  .hp-logo { text-align: center; background: #fff; padding: 3% 0; }
  ul.hp-submenu li { display: block; padding-bottom: 11px; border-bottom: solid 1px #4a0800; line-height: 100%; }
  ul.hp-submenu li a { display: block; padding: 0; width: 100%; }
  ul.hp-submenu li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
  ul.hp-submenu li + li:before  { content: ''; }
  ul.submenu li { display: block; padding-bottom: 10px; border-bottom: solid 1px #4a0800; line-height: 100%; }
  ul.submenu li a { display: block; padding: 0; width: 100%; line-height: 100%; }
  ul.submenu li:last-child, ul.mm li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
  ul.submenu li + li:before { content: ''; }
  ul.submenu li a:hover, ul.submenu li a:active { color: #000; }
  ul.footer-nav li { font-size: 18px }
}

@media (max-width: 400px) {
  ul.mm li.mm-6 a { height: 36px; padding-top: 17px; }  
  body { font-size: 14px; }
  .header, .hp-header { margin-top: 20px; }
  .logo { text-align: center; float: none; }
  .slideshow {padding-top: 455px;}
  .main-content { min-height: inherit; }
  ul.mm li, ul.hp-mm li { width: 50%; display: block; float: left }
  ul.mm li a, ul.hp-mm li a, ul.hp-mm li.mm-6 a { font-size: 17px; display: block; width: 100% }
  ul.footer-nav li { font-size: 16px }
}