/**
 * Theme Name: Mosaic Sections Theme
 * Theme URI: http://www.mosaicstg.com
 * Author: Mosaic Strategies Group
 * Author URI: http://www.mosaicstg.com
 * Description: Customized theme for Drew and Rogers
 * Version: 1.0
 */
/* BEGIN: CSS RESET RULES */
html, nav, a, abbr, acronym, address, area, b, bdo, big, button, caption, cite, code,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
  margin: 0;
  padding: 0;
  vertical-align: top; }

p {
  padding: 0 0 15px; }

table {
  padding: 0 0 15px; }

header, nav, section, aside, footer {
  display: block;
  margin: 0 auto;
  padding: 0; }

hr {
  background: none;
  height: 0;
  width: 0;
  border: 0 none;
  padding: 0;
  margin: 0; }

code, pre {
  white-space: pre; }

del {
  text-decoration: line-through;
  /* it's deleted text - show it as such */ }

dfn {
  font-style: italic;
  font-weight: bold; }

em {
  font-style: italic; }

fieldset {
  border: 0;
  display: inline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 15px;
  line-height: normal; }

h1 {
  font-size: 35px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px;
  margin-bottom: 16px; }

h5 {
  font-size: 16px;
  margin-bottom: 16px; }

h6 {
  font-size: 15px;
  margin-bottom: 16px; }

img {
  width: auto;
  height: auto;
  border: 0;
  vertical-align: bottom; }

ins {
  text-decoration: none; }

strong {
  font-weight: bold; }

tt {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 1em; }

ul {
  list-style-type: none; }

.portfolio ul {
  list-style-type: none; }

.portfolio-masonry li img {
  width: 190px;
  height: auto;
  color: transparent; }

.masonry li {
  display: inline-block; }

.masonry img {
  color: transparent; }

#lbwrap #lightbox a.close {
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 8px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  font-size: 28px;
  font-weight: normal;
  color: white;
  background: black;
  text-decoration: none; }

/*
Comment out / remove the line below if you are NOT going to use Font Awesome, so the "X" character shows
*/
#lbwrap #lightbox a.close span {
  display: none; }

.skip {
  position: absolute;
  left: -999em; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

input,
select {
  vertical-align: middle; }

/* END: CSS RESET RULES */
/************** BEGIN WordPress CORE Styles *****/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  float: right; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

article ul {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0 0 15px;
  margin-left: 15px; }

article ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 15px;
  margin-left: 15px; }

article ul ul,
article ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px; }

article ol ol,
article ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px; }

article ul li {
  padding: 0 0 0 5px;
  list-style: outside none;
  /*text-indent: 2em;*/ }

article ol li {
  padding: 0 0 0 15px;
  list-style-position: outside;
  /*text-indent: 2em;*/ }

/********** END: WordPress core styles *********/
/******************* BEGIN Theme Styles *******************/
/********** Begin Global Content Styles **********/
body {
  margin: 0;
  background: #fff;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
  text-align: left;
  overflow-y: scroll;
  color: black; }

.headerwrapper,
.navwrapper,
.contentwrapper,
.footerwrapper {
  width: 100%; }

header,
nav,
section,
footer {
  margin: 0 auto; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.contentwrapper article ul {
  margin-left: 25px;
  padding: 0 0 15px; }
  .contentwrapper article ul li {
    padding: 0 0 0 5px;
    list-style: disc outside none; }
.contentwrapper article ol {
  margin-left: 25px;
  padding: 0 0 15px; }
  .contentwrapper article ol li {
    padding: 0 0 0 5px;
    list-style-position: outside; }
.contentwrapper article aside .sidebar ul, .contentwrapper article aside .sidebar li {
  padding: 0;
  list-style: none; }
.contentwrapper article aside .sidebar ul {
  margin: 0; }
.contentwrapper article aside .sidebar ul > li + li {
  margin-top: 10px; }

span.button {
  border: 1px solid #656565;
  margin: 0 5px;
  padding: 2px 10px 7px; }
  span.button:hover {
    background-position: -100% 0; }
  span.button:hover a {
    color: #000; }
  span.button a {
    font-size: 25px;
    font-weight: 700;
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase; }
    span.button a:hover {
      text-decoration: none; }

.row > p {
  width: 100%; }
.row .col {
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  text-align: left; }
.row .col-1 {
  margin: 0 auto;
  display: block; }
.row .col-2 {
  width: 47%; }
.row .col-3 {
  width: 30%; }
.row .col-4 {
  width: 21%; }
.row .col-one-third {
  width: 30%; }
  .row .col-one-third img {
    width: 100%; }
.row .col-two-thirds {
  width: 69%; }
  .row .col-two-thirds img {
    width: 100%; }

hr {
  border-bottom: 1px solid #000000;
  width: 100%;
  padding: 20px 0 0;
  margin: 0 0 35px; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio; }

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: inline-block;
  margin-left: 5px; }

/*  Masonry Gallery Tiles Resizing before Re-Columnizing  */
div.gallery img {
  max-width: 100%; }

div.slides .item {
  max-width: 19%; }

/*  END: Masonry Gallery Tiles Resizing before Re-Columnizing  */
/*  Page Load/Re-Load Transistions  */
.gallery .slides div {
  opacity: 0; }

.gallery .slides.playing div {
  opacity: 1; }

#toggle,
.toggle {
  display: none; }

nav .menu ul.sub-menu {
  display: block;
  position: absolute;
  left: -999em;
  width: 250px;
  z-index: 1;
  height: auto;
  opacity: 0;
  top: 78px;
  -moz-transition: opacity .25s;
  transition: opacity .25s; }
  nav .menu ul.sub-menu li {
    display: block;
    width: auto; }
    nav .menu ul.sub-menu li ul {
      display: none; }
    nav .menu ul.sub-menu li:hover ul {
      display: block;
      top: 0;
      left: 250px;
      border-left: 1px solid #352b1c; }
nav .menu div.mega-menu {
  display: block;
  left: -999em;
  height: 0;
  opacity: 0;
  -moz-transition: opacity .25s;
  transition: opacity .25s; }
  nav .menu div.mega-menu ul.sub-menu {
    position: relative;
    left: auto;
    width: auto;
    top: auto; }
nav .menu li {
  display: inline-block;
  position: relative; }
  nav .menu li:hover ul.sub-menu, nav .menu li:hover .mega-menu {
    left: auto;
    height: auto;
    opacity: 1;
    -moz-transition: opacity .25s;
    transition: opacity .25s; }
  nav .menu li:hover .mega-menu {
    left: 0; }
  nav .menu li a {
    display: block;
    font-size: 13px;
    text-transform: uppercase; }

/** MOVE THE BELOW TO THE LAST LINE IN THE style.css FILE **/
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
