/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*****||            |             ||*****/
/*****||           / \            ||*****/
/*****||       Scss Document      ||*****/
/*****||  taxsharkllc.com DENALI  ||*****/
/*______________________________________*/
/*****||       Werner Colors      ||*****/
/*
			#6e3b31    Brownish Red
			#711518    Arterial Blood Red
			#b63e36    Scarlet Red
			#383867    China Blue
			#5c6b8f    Azure Blue
            #281f3f    Scotch Blue
			#d09b2c    Saffron Yellow
			#92462f    Brownish orange
			#766051    Clove Brown
            #67765b    Olive Green
			#413f44    Bluish Black
			#241f20    Velvet Black
			#cbc8b7    Ash Grey
            #e6e1c9    Skimmed Milk White
	*/
/*****||       Structure TOC      ||*****/
/*
    BODY
        #g-page-surround
            #g-top
            #g-navigation
                .g-logo
                .g-main-nav
            #g-container-main
                #g-mainbar
                  —#eb (EasyBlog pages)
                    .eb-header
                        .eb-toolbar
                    div [ data-eb-posts
                        div [ data-blog-post
                        .eb-entry 
                            div [ data-blog-reading-container
                                .eb-entry-tools 
                                .es-post-state
                                .eb-entry-head
                                    .eb-entry-meta
                                .eb-entry-body
                                    .eb-entry-article
                                    .eb-share
                                    .eb-entry-rating
                                    .eb-entry-tags
                                    .eb-entry-nav
                            .eb-entry-author
                        .eb-comments             
            #g-footer
            #g-copyright           
    */
/*****||           / \            ||*****/
/*****||    Declared variables    ||*****/
/*"et-book", et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", */
@import url("https://fonts.googleapis.com/css?family=Cantarell:400,400i");
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/*****||           / \            ||*****/
/*****||  universal font imports  ||*****/
html body, .blog, .item-page {
  /*****||           / \            ||*****/
  /*****||     CORE Typography      ||*****/
}
html body p, html body ul, .blog p, .blog ul, .item-page p, .item-page ul {
  font-family: Georgia, serif;
  font-weight: normal;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums !important;
  font-feature-settings: "onum";
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  -o-font-feature-settings: "onum";
  line-height: calc(1.2em + 1vw);
  color: black;
  margin: 0 auto;
  padding: 0;
  font-kerning: auto;
  margin: 0.5rem 0rem;
}
html body p + p, .blog p + p, .item-page p + p {
  text-indent: 0em;
}
html body ul, html body blockquote p, .blog ul, .blog blockquote p, .item-page ul, .item-page blockquote p {
  hanging-punctuation: first;
}
.etBookItal {
  font-style: italic;
}
#g-mainbar ul, blockquote p {
  hanging-punctuation: first;
}
#g-mainbar ul li, blockquote p li {
  margin-left: 3.5rem;
}
html body .readmore {
  text-indent: 0rem !important;
  margin: 1rem;
  float: right;
}
html body ul.pagenav {
  margin: 2rem;
}
/*****||     CORE Backgrounds     ||*****/
html, html body {
  color: #FFFFFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cec8c6+0,ddd7d4+15,eaeaea+50,ddd7d4+85,ddd7d4+85,cec8c6+100 */
  /*background: rgb(206,200,198); /* Old browsers */
  /*background: -moz-linear-gradient(top, rgba(206,200,198,1) 0%, rgba(221,215,212,1) 15%, rgba(234,234,234,1) 50%, rgba(221,215,212,1) 85%, rgba(221,215,212,1) 85%, rgba(206,200,198,1) 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, rgba(206,200,198,1) 0%,rgba(221,215,212,1) 15%,rgba(234,234,234,1) 50%,rgba(221,215,212,1) 85%,rgba(221,215,212,1) 85%,rgba(206,200,198,1) 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, rgba(206,200,198,1) 0%,rgba(221,215,212,1) 15%,rgba(234,234,234,1) 50%,rgba(221,215,212,1) 85%,rgba(221,215,212,1) 85%,rgba(206,200,198,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cec8c6', endColorstr='#cec8c6',GradientType=0 ); /* IE6-9 */
  /*background-size: auto,cover; 
    background-position:top left, center;
    background-attachment:scroll,fixed;*/
}
html body #g-page-surround, #g-container-main, #g-top, #g-navigation, #g-extension {
  background: none;
}
/*****||           / \            ||*****/
/*****||           Logo           ||*****/
#g-navigation .top-logo .g-content {
  text-align: center;
}
#g-navigation .top-logo .g-logo {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  margin: 1rem auto !important;
  display: inline-block;
  /*
        //     letterpress effect       			        /˚
        text-shadow: 1px 1px rgba(255,255,255,0.8);*/
  letter-spacing: -0.05rem;
  font-size: 4vw;
}
#g-navigation .top-logo .g-logo img {
  width: 50% !important;
  margin: 0rem 25% !important;
}
/*****||           / \            ||*****/
/*****||        Top Menus         ||*****/
#g-navigation .g-main-nav {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
#g-navigation .g-main-nav .g-toplevel > li {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  top: 0rem !important;
  font-size: 2rem;
}
#g-navigation .g-main-nav .g-toplevel > li:first-child {
  border-right: 3px ridge #9eabff;
}
#g-navigation .g-main-nav .g-toplevel > li a span, #g-navigation .g-main-nav .g-toplevel li a span span {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  top: 0rem !important;
  font-size: 1.2rem;
  /* //     letterpress effect       			        /˚
        text-shadow: 1px 1px rgba(255,255,255,0.8);*/
}
#g-navigation .g-main-nav .g-toplevel #g-navigation .g-main-nav .g-toplevel > li.active, #g-navigation .g-main-nav .g-toplevel li:focus, #g-navigation .g-main-nav .g-toplevel li:active {
  top: 0rem !important;
}
g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  top: 0rem !important;
}
/*****||           / \            ||*****/
/*****||        Home Page         ||*****/
/*****||   casestudies widget     ||*****/
.g-casestudies-header {
  font-size: calc(1em + (2 - 1) * ( (80vw - 30em) / ( 90 - 20) ));
  color: blue;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
.g-casestudies-header .g-casestudies-nav .g-casestudies-nav-container {
  float: left;
}
.g-casestudies-header .g-casestudies-nav .g-casestudies-nav-container .g-casestudies-nav-item {
  color: #5c6b8f;
  background: rgba(255, 255, 255, 0.3);
}
.g-casestudies-header .g-casestudies-nav .g-casestudies-nav-container .g-casestudies-nav-item:hover {
  color: #FF7900;
  background: #5c6b8f;
  transition: all 0.2s ease-out 0s;
}
.g-casestudies-header .g-casestudies-nav .g-casestudies-nav-container .g-casestudies-nav-item:active {
  color: #e6e1c9;
  background: #5c6b8f;
}
.g-casestudies-header .g-casestudies-nav .g-casestudies-nav-container .g-casestudies-nav-item.selected {
  color: #e6e1c9 !important;
  background: #5c6b8f !important;
}
.g-casestudies-header .g-casestudies-nav .g-casestudies-nav-container .g-casestudies-nav-item:nth-child(odd) {
  top: -1rem;
}
.g-casestudies-header .g-casestudies-nav .g-casestudies-nav-container .g-casestudies-nav-item:nth-child(even) {
  top: 1rem;
}
.g-casestudies-header .g-casestudies-title {
  color: #5c6b8f !important;
}
#g-extension .g-casestudies-layout-alt-top .g-casestudies-grid-item-content, #g-extension .g-casestudies-layout-alt-bottom .g-casestudies-grid-item-content {
  margin: 1rem 0rem 0rem 0rem;
}
#g-extension .g-casestudies-layout-alt-top .g-casestudies-grid-item-content .g-casestudies-grid-item-title, #g-extension .g-casestudies-layout-alt-top .g-casestudies-grid-item-content .g-casestudies-grid-item-description, #g-extension .g-casestudies-layout-alt-bottom .g-casestudies-grid-item-content .g-casestudies-grid-item-title, #g-extension .g-casestudies-layout-alt-bottom .g-casestudies-grid-item-content .g-casestudies-grid-item-description {
  font-family: Georgia, serif;
  font-size: calc(1em + (2 - 1) * ( (80vw - 30em) / ( 90 - 20) ));
  line-height: calc(1.2em + 1vw);
  margin: 0.5rem 0.5rem 0.5rem 1.5rem;
  color: #0f0f0f;
}
#g-extension .g-casestudies-layout-alt-top .g-casestudies-grid-item-content .g-casestudies-grid-item-title, #g-extension .g-casestudies-layout-alt-bottom .g-casestudies-grid-item-content .g-casestudies-grid-item-title {
  font-size: calc(1.5em + (2 - 1) * ( (80vw - 30em) / ( 90 - 20) ));
  margin-top: 1.5rem;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8) !important;
}
#g-extension .g-casestudies-layout-alt-top .g-casestudies-grid-item-content .g-casestudies-grid-item-button, #g-extension .g-casestudies-layout-alt-bottom .g-casestudies-grid-item-content .g-casestudies-grid-item-button {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-align: right;
  margin: 1.5rem 1.5rem 1rem 0rem;
  border-bottom: 1px solid #d09b2c;
  color: #67765b;
  font-style: italic;
  text-transform: uppercase;
  font-size: 0.8rem;
}
#g-extension .g-casestudies-layout-alt-top .g-casestudies-grid-item-image, #g-extension .g-casestudies-layout-alt-bottom .g-casestudies-grid-item-image {
  height: 17rem;
  overflow: hidden;
  margin-top: 2rem;
}
#g-extension .g-casestudies-grid-item:hover .g-casestudies-grid-item-wrapper .g-casestudies-grid-item-button {
  text-decoration: none;
  color: #000;
}
.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link img {
  width: 90% !important;
  height: auto;
  margin: 0px auto;
}
.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link {
  max-height: 540px;
}
.g-carousel .owl-nav > div .fa {
  font-size: 2.5rem;
  color: darkolivegreen;
}
.owl-prev .fa-arrow-left:before {
  content: "";
}
.owl-next .fa-arrow-right:before {
  content: "";
}
.artCarousel {
  background-color: #000;
}
body.view-contact h2 {
  font-weight: bold;
  font-size: 2rem;
  color: orangered;
  line-height: 1.25rem;
}
body.view-contact .contact-telephone {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
}
.ready ul {
  margin: 2rem;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
.TaxShark img {
  margin-bottom: -3rem;
}
body.view-contact dd {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
}
#g-bottom, #g-footer, #g-copyright {
  background-image: none;
}
#g-bottom {
  background-color: #241f20;
}
#g-footer {
  background-color: #191311;
}
#g-copyright {
  background-color: #000;
}
#g-bottom .g-simplecontent .g-simplecontent-item-leading-content {
  margin-bottom: 0.625rem;
  font-weight: 400;
  font-size: 2vw;
  line-height: 1.8;
}
#g-bottom .g-simplecontent .g-simplecontent-layout-header .g-simplecontent-item-content-title {
  font-size: 1.25vw;
  font-weight: 400;
  color: #CBAF5C;
  text-transform: uppercase;
  line-height: 4.2;
}
#g-bottom .g-simplecontent .g-simplecontent-item-main-content {
  column-count: 2;
  font-size: 1.5vw;
  margin: 2rem 0rem;
  line-height: 1.8;
}
.section-horizontal-paddings {
  padding-left: 5%;
  padding-right: 5%;
}
.nameHeader {
  font-family: Georgia, serif;
  font-size: calc(1vw + (10 - 7) * ( (100vw - 1em) / (200 - 100) ));
}
.aboutMe {
  float: right;
}
.donationMessage {
  margin-top: 2rem;
  padding: 2rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.25;
}
.donateMollyImg {
  margin-top: 0rem;
}
.copyRight {
  color: #726447;
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
}
#g-copyright a {
  color: #baa261;
}
#g-feature .g-simplecontent-item-main-content {
  font-size: 1.7vw;
}
#g-feature .canAssist {
  font-size: 2.5vw;
  color: white;
  padding: 0.5rem 1rem 0rem 3rem;
  text-align: right;
  background: #201b6f;
  background: -webkit-linear-gradient(right, #201b6f 0%, #44448f 35%, #319eb4 100%);
  background: -o-linear-gradient(right, #201b6f 0%, #44448f 35%, #319eb4 100%);
  background: linear-gradient(to left, #201b6f 0%, #44448f 35%, #319eb4 100%);
  border-right: 1px solid #555;
}
#g-feature .g-simplecontent .g-simplecontent-item-leading-content {
  font-size: 2vw;
}
.ready span {
  font-size: 1.2rem;
  color: #000;
}
body.layout-blog .page-header h2 {
  font-size: 1.6rem;
  line-height: 1.7rem;
}
/*****||           / \            ||*****/
/*****||        EB NAVbar         ||*****/
#eb .eb-header .eb-toolbar, #eb .eb-toolbar__item--search {
  border: 1px solid rgba(103, 118, 91, 0.2) !important;
  border-bottom: #ffffff !important;
  background-color: #ededed !important;
}
div#eb .eb-toolbar {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  background-color: none !important;
  text-transform: uppercase;
}
.o-nav__item .eb-toolbar__link a div#eb .eb-toolbar:hover, div#eb .eb-toolbar:active, div#eb .eb-toolbar span:hover {
  color: #383867 !important;
}
div#eb .eb-navbar {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  min-height: 40px;
  background: rgba(70, 81, 99, 0.1) none repeat scroll 0% 0%;
  border-color: #fff;
  border-radius: 3px;
  margin: -40px 0px 15px;
}
div#eb .eb-navbar-nav > li + li {
  border-left: 1px solid #fff;
}
div#eb .eb-navbar-nav > li.active > a, div#eb .eb-navbar-nav > li.hover > a {
  background: #79756E;
  color: #fff;
}
div#eb .eb-navbar-search {
  overflow: hidden;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0px;
}
div#eb .eb-navbar-nav > li > a.eb-brand-email {
  color: #A64C4C;
}
div#eb .eb-navbar li a .eb-text {
  font-size: 1.4rem;
}
div#eb .eb-navbar-nav > li.open > a, div#eb .eb-navbar-nav > li > a:hover, div#eb .eb-navbar-nav > li > a:focus, #fd.tooltip .tooltip-inner {
  background: #054667 !important;
  font-size: 1.2rem;
}
div#eb .eb-navbar-search .form-control {
  font-size: 14px;
}
div#eb .eb-post-top {
  border-bottom: 1px solid #ddd;
  padding: 15px 25px 12px;
}
div#eb .eb-help-resize a {
  font-size: 18px;
  line-height: 16px;
}
div#eb .eb-help-resize a:first-of-type {
  font-size: 18px;
  line-height: 16px;
}
#eb .eb-reading-indicator {
  margin: 4rem 0rem 0rem 1rem;
  background-color: #f5f3e8;
}
.horizontal_menu li {
  display: inline;
  list-style-type: none;
  padding-right: 2px;
  float: left;
}
/*****||           / \            ||*****/
/*****||          Titles          ||*****/
#g-slideshow .g-slideshow-title, #g-slideshow .sprocket-features.layout-slideshow .sprocket-features-title, .sprocket-features.layout-slideshow #g-slideshow .sprocket-features-title, .sprocket-features.layout-slideshow .sprocket-features-title, .g-title {
  font-size: 5rem;
  letter-spacing: -0.04em;
}
.g-title {
  font-family: "ainslie";
  font-size: 3rem;
  letter-spacing: -0.04em;
}
.component-content div.article-header h1.title, .component-content h2.contentheading, .component-content h2.component-title, body div.component-content h1, body div.component-content h2, .component-content div.article-header h1.title a, .component-content h2.contentheading a, .component-content h2.component-title a, body div.component-content h1 a, body div.component-content h2 a, div#eb .eb-post-title, div#eb .eb-entry-title, div#eb .eb-post-headline, div#eb .eb-post-title a, div#eb .eb-entry-title a, div#eb .eb-post-headline a {
  margin: 60px 0px 30px;
  font-family: Georgia, serif;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #450909;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}
div#eb .eb-entry-title {
  margin-left: 2rem;
  margin-top: 20%;
  font-size: 2.5rem;
  line-height: 3rem;
}
body div#fd.es .login-box-title, div.module-title h2.title, div.sm-top h2.title {
  font-size: 1em !important;
  letter-spacing: 0px !important;
  margin-top: 5px;
  padding: 3px 0px 4px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  line-height: 1em !important;
}
div.sm-top h2.title {
  margin-top: 10px;
  margin-bottom: 5px;
}
/*****||           / \            ||*****/
/*****||     Articles & Posts     ||*****/
div#eb .eb-masonry-post .eb-post {
  box-shadow: rgba(63, 79, 106, 0.6) 3px 3px 8px;
}
div#eb div.eb-entry-article {
  font-size: 1.35em;
  line-height: 1.6em;
  margin: 1rem 0rem 6rem;
  color: black;
}
/*****||           / \            ||*****/
/*****||   Tags Tools Ratings     ||*****/
div#eb .eb-entry-tools, div#eb .eb-entry-meta, div#eb .eb-tags, div#eb .eb-post-rating, div#eb .eb-entry-ratings, div#eb .eb-post-meta {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 0.7rem;
  line-height: 2rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-weight: 600;
  float: right;
  clear: both !important;
  color: #898989;
  padding: 0px 0 0 18px;
}
div#eb .eb-post-hits, div#eb .eb-post-comments, div#eb .eb-post-date, div#eb .eb-entry-author-meta, div#eb .eb-composer-author .text-small {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 0.7rem;
  line-height: 1.1rem;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #898989;
}
#eb .col-cell .cell-label, #eb .col-cell .cell-tags {
  display: table-cell;
  line-height: 2rem;
  vertical-align: top !important;
}
#eb .eb-tags span {
  vertical-align: top;
}
/*****||           / \            ||*****/
/*****||     Full Post Page       ||*****/
/*****||   Tags Tools Ratings     ||*****/
div.eb-entry-body .eb-entry-tools, div.eb-entry-body .eb-entry-meta, div.eb-entry-body .eb-tags, div.eb-entry-body .eb-post-rating, div.eb-entry-body .eb-entry-ratings, div.eb-entry-body .eb-post-meta {
  margin-left: 15%;
}
div#eb .eb-entry-author, div#eb ul.blog-comment-tabs, div#eb div.blog-comment-contents, div#eb div.eb-comments {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 0.8rem;
  line-height: 1.1rem;
  width: 80%;
  margin: 10px auto;
}
div#eb .eb-entry-author-details {
  text-align: left;
  margin: 0.5rem 2rem;
  float: left;
  display: table-cell;
  width: 70%;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.eb-entry-author-bio .col-cell {
  float: left;
}
div#eb .eb-entry-meta {
  float: none;
  display: inline-block;
  position: absolute;
  right: 5%;
}
div.eb-entry-body .eb-entry-ratings {
  clear: both;
  margin-top: -30px;
}
div.eb-entry-body .eb-entry-tags {
  clear: both;
  margin-top: -30px;
  margin-bottom: 60px;
}
div.eb-entry-body .eb-entry-nav {
  font-size: 1rem !important;
  margin-top: 80px;
}
/*****||           / \            ||*****/
/*****||     List Post Page       ||*****/
/*****||   Tags Tools Ratings     ||*****/
div.eb-post-body .eb-entry-tools, div.eb-post-body .eb-entry-meta, div.eb-post-body .eb-tags, div.eb-post-body .eb-post-rating, div.eb-post-body .eb-post-meta {
  margin-left: 5%;
}
div#eb .eb-entry-meta {
  margin: -100px 0px 20px;
}
.eb-post-body {
  text-align: left;
}
.eb-post-body div, .eb-post-body p {
  text-align: left;
}
.eb-post-more {
  float: right;
  margin-top: -5px;
}
div#rt-sidebar-a .ezb-mod .avatar {
  width: 60px !important;
  height: 60px !important;
}
body div#eb .eb-post-more a.btn {
  color: #A4D775 !important;
  background-color: #3A6584 !important;
  border-color: #c64545 !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 6px 16px;
}
div#bookmark-link {
  visibility: hidden;
}
div.eb-post-body .eb-entry-tools .col-cell {
  display: table-cell;
  vertical-align: middle;
  float: right;
  clear: both;
}
div#eb .eb-share {
  margin: 50px 0px 20px;
}
/*****||           / \            ||*****/
/*****||       FORMATTING         ||*****/
div.callout {
  width: 40%;
  float: right;
  padding: 10px 0px 10px 20px;
  margin: 0px 0px 25px 15px;
  border-left: 1px solid #CCC;
  color: #666;
  line-height: 1.8em;
}
.calloutRight {
  font-size: 0.9em;
  line-height: 1.6em;
  float: right;
  width: auto;
  margin: 5px 0px 10px 10px;
  padding: 10px;
  text-align: center;
  font-style: italic;
}
.calloutRightBox {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  font-size: 0.9em;
  line-height: 1.5em;
  float: right;
  width: 300px;
  margin: 5px 5px 20px 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #000;
  background: #bcc99f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bcc99f 0%, #ffffff 78%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcc99f), color-stop(78%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bcc99f 0%, #ffffff 78%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bcc99f 0%, #ffffff 78%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bcc99f 0%, #ffffff 78%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bcc99f 0%, #ffffff 78%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bcc99f", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
  max-width: 300px;
}
/*****||           / \            ||*****/
/*****||         COLUMNS          ||*****/
div.cols {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
div.cols div.colOneThir, div.cols div.colTwoThir, div.cols div.colThrThir {
  width: 32%;
  margin: 10px;
  float: left;
  min-height: 240px;
  text-align: center;
}
div.cols div.colOneFrth, div.cols div.colTwoFrth, div.cols div.colThrFrth, div.cols div.colFouFrth {
  width: 17%;
  margin: 10px;
  float: left;
  min-height: 240px;
  text-align: center;
}
div.cols div.colOneHalf, div.cols div.colTwoHalf {
  width: 48%;
  margin-right: 10px;
  float: left;
}
/*****||           / \            ||*****/
/*****||   PoemAlone (poetry)     ||*****/
div.poemAlone {
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 40px 0px 80px;
  text-shadow: 0px 1px 2px rgba(44, 72, 101, 0.5);
}
body.view-latest div.poemAlone {
  font-size: 1.2em;
}
div.poetryFormsPlusWrap {
  margin-left: -40px;
}
table.poetryFormsPlus {
  font-size: 12px;
  width: 100%;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 10px;
}
table.poetryFormsPlus td, table.poetryFormsPlus th {
  line-height: 1.2em;
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
}
table.poetryFormsPlus.floatll {
  margin-right: 10px;
  float: left;
  width: 47%;
  font-size: 11px;
}
table.poetryFormsPlus.floatlll {
  margin-right: 10px;
  float: left;
  width: 31%;
  font-size: 11px;
}
table.poetryFormsPlus.floatll td, table.poetryFormsPlus.floatlll td {
  line-height: 1.2em;
}
table.poetryFormsPlus.floatll th, table.poetryFormsPlus.floatlll th {
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
}
table.poetryFormsPlus.floatll th.title, table.poetryFormsPlus.floatlll th.title {
  font-size: 10px;
}
table.poetryFormsPlus.credits {
  text-align: left;
}
/*****||           / \            ||*****/
/*****||     Book Services        ||*****/
body.bookServices div.cols div p {
  color: #d8c18a;
  line-height: 1.2em;
}
div.bSrvTesti {
  margin: 10px -10px 0px 10px;
  font-size: 1.1rem;
}
div.bSrvTesti div:first-child {
  border-left: 1px solid rgba(29, 40, 81, 0.7);
  position: relative;
  padding-left: 30px;
  margin-left: 0px;
}
div.bSrvTesti div {
  border-right: 1px solid rgba(29, 40, 81, 0.7);
  color: rgba(179, 120, 37, 0.7);
  padding: 0px 20px;
  position: relative;
}
/*****||           / \            ||*****/
/*****||      Essays Table        ||*****/
body.essays div#rt-mainbody-wrapper {
  background-color: #354766;
}
hr {
  color: #22427B !important;
  border-color: transparent !important;
}
div.essayPost table {
  margin: 20px 0px;
  background-color: white;
}
div.essayPost table th {
  padding: 10px;
  background-color: #eaeaea;
  border: 1px solid #fff;
  text-align: center;
}
div.essayPost table td {
  background-color: white;
  padding: 10px;
}
div.essayPost td.tableTitle {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
}
p.cnterBtn {
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px 40px;
  text-align: center;
}
/*****||           / \            ||*****/
/*****||        EasyBlog          ||*****/
div#eb .eb-post-thumb {
  margin-top: 1rem;
}
#eb .eb-post-thumb.is-right {
  float: right;
  margin-left: 1rem;
  margin-right: -2rem;
  margin-top: 6rem;
}
div.eb-entry-body {
  width: 90%;
  margin: 10px auto;
}
div#fd.mod-easyblogwelcome #form-login div label {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-transform: uppercase;
}
div#fd.mod-easyblogwelcome #form-login div input {
  margin-bottom: 8px;
  font-size: 16px;
}
div#fd.mod-easyblogwelcome #form-login div.mod-checkbox {
  margin: 10px 0px 5px;
  font-size: 0.8rem;
  line-height: 1rem;
}
div#fd.mod-easyblogwelcome #form-login div a {
  font-style: italic;
  font-size: 1rem;
}
/*****||           / \            ||*****/
/*****||       Commenting         ||*****/
div.eb-comment-editor div.form-action {
  float: right;
}
div#discuss-wrapper {
  padding: 60px;
}
div#discuss-wrapper .form-horizontal .control-label {
  width: 120px;
  text-align: right;
  padding-right: 10px;
}
div#discuss-wrapper .form-horizontal .controls {
  margin-left: 120px;
}
div#discuss-wrapper div.empty {
  font-size: 1rem;
  line-height: 32px !important;
  height: 32px;
  width: 50%;
  margin: 10px auto;
  border-radius: 80px;
}
div#discuss-wrapper .control-group .tab-box {
  margin-left: 120px;
}
div#discuss-wrapper .discuss-comonent-title .pull-left, div#discuss-wrapper .discuss-component-title {
  font-size: 1rem;
  font-style: italic;
}
div#eb .eb-comment-editor .markItUpHeader {
  padding: 0px 15px 0px !important;
  margin: 0px;
  line-height: 1;
}
div#eb .markItUp .markItUpContainer .markItUpHeader ul {
  margin-top: 0px;
}
div#eb .eb-composer-author .pull-right {
  font-size: 0.8rem;
}
div#eb .eb-composer-author .pull-right strong {
  font-size: 0.8rem;
  font-family: Georgia, serif;
  text-align: left;
}
div#eb .eb-comment-editor .eb-checkbox label {
  font-size: 0.8rem;
}
div.eb-comment-recaptcha p {
  text-align: center;
  font-size: 0.6em;
  text-transform: uppercase;
  margin: 0px auto;
  line-height: 1.1em;
}
div.eb-comment-recaptcha div.table-responsive div {
  margin: 0px auto;
}
div.eb-comment-body p {
  font-size: 1.25rem;
  line-height: calc(1.2em + 1vw);
  padding: 0.5rem 1rem;
  background-color: #e1e1e1;
}
.simpleCart_shelfItem .cart_product_r {
  padding-left: 25px;
}
/*****||           / \            ||*****/
/*****||         DropCap          ||*****/
.dropCap {
  color: #660 !important;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8) !important;
  font-size: 3.4em !important;
  margin: 0px 0.125rem 2rem 0 !important;
  float: left !important;
}
/*****||           / \            ||*****/
img.alignLeft {
  float: left;
}
img.alignRight {
  float: Right;
}
/*****||           / \            ||*****/
p.img_caption {
  font-style: italic;
  line-height: 1em;
  font-size: 10px;
  color: #9CF;
  margin: 2px 0px 5px;
}
.wf_caption {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  line-height: 0.8rem;
}
/*****||           / \            ||*****/
/*****||        Footer etc        ||*****/
div.twoFiftyWide {
  margin: 0px auto;
}
/*****||           / \            ||*****/
/*****||        OFFCANVAS         ||*****/
#g-offcanvas {
  background: #ec4345;
  background-image: linear-gradient(45deg, #054667 33%, #e74c3c 100%);
  background-image: -moz-linear-gradient(bottom left, #054667 33%, #e74c3c 100%);
  background-image: -webkit-linear-gradient(bottom left, #927739 33%, #6dbbc3 100%);
  background-image: -o-linear-gradient(bottom left, #054667 33%, #e74c3c 100%);
  background-image: -ms-linear-gradient(bottom left, #054667 33%, #e74c3c 100%);
}
#g-offcanvas #g-mobilemenu-container {
  font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.denali-logo {
  margin-bottom: -2rem !important;
  z-index: 1000;
}
#g-footer.section-vertical-paddings {
  padding-top: 2vw;
  padding-bottom: 4vw !important;
}
#g-footer .g-bottom-simplemenu h6 {
  visibility: hidden;
}
.ready div h3 {
  background-color: #54607C;
  padding: 0.5rem 1rem;
  font-style: italic;
  text-shadow: 2px 2px 3px black;
  font-size: 1.6rem;
}
.ready div span {
  padding: 1rem;
  border-bottom: 1px solid #54607c;
  line-height: 1.5rem;
  display: inline-block;
  line-height: 1.5rem;
  width: 100%;
}
.ready div span a {
  font-weight: 700;
  color: #BD5C00;
}
.g-simplecontent h2.g-title {
  font-size: 1.5rem;
  color: #1E3EA9;
  border-bottom: 3px ridge blue;
}
.doYouOweLIST li {
  margin-bottom: 0.75rem;
  color: #000;
}
.canAssist {
  color: #000;
  font-style: italic;
}
.awardAndText img {
  float: left;
  width: 40%;
  margin: 2rem 2rem 2rem 2rem;
  padding: 1rem;
  background-color: #FEFDDF;
}
.awardAndText h4 {
  font-size: 2.5rem;
  text-shadow: 1px 3px 4px #000;
}
.whyTEXT {
  margin: 1rem;
  padding: 2rem;
  background-color: #B2AFAF;
  color: #000;
}
.whyTEXT li {
  margin-bottom: 0.5rem;
}
.whyTEXT h4 {
  padding: 1rem 2rem;
  background-color: #000;
}
.ifYouOwe {
  font-size: 1.2rem;
  color: #000;
}
.red, .star {
  color: red;
}
li.previous span, li.next span {
  color: #fff;
}
#disclaimer div div {
  font-size: 0.8rem;
  color: #ccc;
}
/*****||           / \            ||*****/
/*****||       CORE re-set        ||*****/
h2, h3, h4, h5, h6 {
  color: #E29B08;
  transition: all 0.2s ease-out 0s;
}
h2 a:hover a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #005580;
  text-decoration: underline;
}
div.item-page .icons {
  margin-top: -60px;
  margin-bottom: 80px;
}
/*****||           / \            ||*****/
/*****||      for TABAKMAN        ||*****/
.titleAB {
  font-size: 1.75rem;
}
.payTable, .payTable td, .payTable td input {
  text-align: center;
  border: none;
  font-weight: bold;
}
.payButton {
  margin: 0 auto;
  align-content: center;
  text-align: center;
}
/************************      *         *         *      ************************/
/**************************      *       *       *      **************************/
/****************************     *      *      *     ****************************/
/******************************    *     *     *    ******************************/
/********************************   *    *    *   ********************************/
/*********************************   *   *   *   *********************************/
/**********************************   *  *  *   **********************************/
/***********************************   * * *   ***********************************/
/************************************   ***   ************************************/
/*************************************   *   *************************************/
/***** IMPORT BREAKPOINTS ****/
@media only all and (min-width: 88rem) {
  div.bSrvWhite {
    margin: 40px 90px;
  }
  div.eb-entry-body {
    width: 80%;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .sprocket-features.layout-slideshow .sprocket-features-img-container {
    height: 80vh;
  }
  .sprocket-features.layout-slideshow .sprocket-features-desc {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  div.bSrvWhite {
    margin: 40px 60px;
  }
  div.bSrvWhite table td {
    padding: 20px;
  }
  div.bSrvWhite table td img {
    width: 100%;
    height: auto;
  }
  div.eb-entry-body {
    width: 80%;
  }
  div#eb-view-latest .eb-post-thumb.is-right {
    float: none;
    margin-left: 15px;
    clear: both;
    margin-top: 0px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  div.bSrvWhite {
    margin: 40px 30px;
  }
  div.bSrvWhite table th, div.bSrvWhite table td {
    padding: 10px;
  }
  div.bSrvWhite table td img {
    width: 100%;
    height: auto;
  }
  div#eb .eb-post-thumb {
    margin-top: 20px;
    float: right;
  }
  div#eb .eb-entry-title {
    margin-left: 100px;
    margin-top: 25%;
  }
  div.smpkgsLink, div.fineArtLink, div.amazBookLink, div.writingLink {
    font-size: 0.9rem;
  }
  div.amazBookLink {
    top: 85px;
  }
  div.twoFiftyWide img {
    width: 150px !important;
    height: 190px !important;
  }
  div.eb-entry-body {
    width: 90%;
  }
  div#eb-view-latest .eb-post-thumb.is-right {
    float: none;
    margin-left: 15px;
    clear: both;
    margin-top: 0px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  #g-navigation .g-content {
    margin: 0.75rem 0 10px 0;
  }
  #g-navigation .g-logo img {
    /* width: 50%;
 margin: 0rem;*/
  }
  .nameHeader {
    font-size: 3rem;
  }
  .g-casestudies .g-casestudies-grid .g-casestudies-grid-item .g-casestudies-grid-item-wrapper.g-casestudies-layout-alt-bottom .g-casestudies-grid-item-content .g-casestudies-grid-item-description {
    font-family: "et-book", et-book, Georgia, serif;
    font-size: 5vw;
    padding-bottom: 2rem;
  }
  .g-casestudies .g-casestudies-grid .g-casestudies-grid-item .g-casestudies-grid-item-wrapper.g-casestudies-layout-alt-bottom .g-casestudies-grid-item-content .g-casestudies-grid-item-title {
    font-size: 6vw;
  }
  #g-bottom .g-simplecontent .g-simplecontent-item-leading-content {
    font-size: 5vw;
  }
  .g-casestudies .g-casestudies-header .g-casestudies-nav .g-casestudies-nav-container {
    width: 50%;
    padding: 5px 0 5px 6px;
  }
  div#eb .eb-navbar {
    margin: -50px -10px 10px;
  }
  .horizontal_menu li {
    font-size: 0.8rem;
  }
  div.cols div.colOneHalf, div.cols div.colTwoHalf {
    width: 90%;
    margin: 10px auto;
    float: none;
    border: none;
    padding: 0px;
  }
  div#eb .eb-category {
    margin: 20px -10px;
  }
  div#eb.w320 .eb-category-thumb, div#eb.w320 .eb-category-details, div#eb.w320 .eb-category-profile .col-cell + .col-cell {
    padding: 0px 0 0 20px;
  }
  div#eb .eb-category-profile .col-cell + .col-cell {
    padding-left: 20px;
  }
  div#eb.w320 .eb-category-subscribe > span + span {
    margin: 0px;
    padding: 0px;
  }
  div.bSrvWhite {
    margin: 2px -20px;
  }
  div.bSrvWhite table th {
    padding: 5px;
    background-color: #eaeaea;
    border: 1px solid #fff;
    text-align: center;
  }
  div.bSrvWhite table td {
    padding: 5px !important;
    font-size: 0.8rem;
  }
  div.bSrvWhite table td img {
    width: 100%;
    height: auto;
  }
  div#discuss-wrapper {
    padding: 20px;
  }
  div#discuss-wrapper div.empty {
    width: 100%;
  }
  div#discuss-wrapper .control-group .tab-box {
    margin-left: 0px;
  }
  div.eb-entry-body div.poemAlone {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  div#eb div.blog-comment-contents, div#eb div.eb-comments {
    width: 100%;
    margin: 10px 0px;
  }
  div#eb .eb-post-thumb {
    margin-top: 20px;
  }
  div#eb .eb-entry-title {
    margin-left: 40px;
    margin-top: 25%;
  }
  div.eb-entry-body span.clearAll, div.eb-entry-body img.clearAll, div.eb-entry-body p.clearAll {
    clear: both !important;
    width: 100% !important;
    display: -moz-box;
  }
  div.eb-entry-body {
    width: 100%;
  }
  div#eb .eb-masonry, div#eb .eb-posts {
    margin: 0 -20px;
  }
  #g-navigation .g-social {
    text-align: center;
    margin: 30px 0 0;
  }
  div.eb-comment-recaptcha p {
    text-align: center;
    font-size: 0.6em;
    line-height: 1.1;
  }
  div#eb .eb-comment-captcha, div#eb .eb-comment-recaptcha {
    padding: 0px;
    margin: 7.5px -35px;
  }
  div#eb .eb-composer-author .pull-right {
    float: none;
  }
  div#eb .eb-entry-author {
    width: 100%;
  }
  div#eb .eb-entry-author-details {
    width: 100%;
    margin: 1rem 0rem;
  }
  div#eb .eb-post-top .eb-post-admin {
    margin-left: 20px;
  }
  .serviceSquaresFooter {
    width: 20%;
    float: left;
    max-width: 20% !important;
    margin: 1rem 1rem 3rem 2rem !important;
  }
}
@media only all and (max-width: 30rem) {
  #g-navigation .g-content {
    margin: 0.75rem 0 10px 0;
  }
  .nameHeader {
    font-size: 3rem;
  }
  #g-extension .g-casestudies-layout-alt-bottom .g-casestudies-grid-item-content .g-casestudies-grid-item-description {
    font-family: Georgia, serif;
    font-size: calc(1.25em + (2 - 1) * ( (80vw - 30em) / ( 90 - 20) ));
    padding: 1rem 1rem 0rem 1.5rem;
  }
  #g-extension .g-casestudies-layout-alt-bottom .g-casestudies-grid-item-content .g-casestudies-grid-item-title {
    font-size: 6vw;
    padding: 1rem 1rem 0rem 1.5rem;
  }
  #g-bottom .g-simplecontent .g-simplecontent-item-leading-content {
    font-size: 5vw;
  }
  .g-casestudies .g-casestudies-header .g-casestudies-nav .g-casestudies-nav-container {
    width: 50%;
    padding: 5px 0 5px 6px;
  }
  div#eb .eb-navbar {
    margin: -50px -10px 10px;
  }
  .horizontal_menu li {
    font-size: 0.8rem;
  }
  div.cols div.colOneHalf, div.cols div.colTwoHalf {
    width: 90%;
    margin: 10px auto;
    float: none;
    border: none;
    padding: 0px;
  }
  div.bSrvWhite, div.bSrvWhite table {
    margin: 0px -10px;
  }
  div.bSrvWhite table th {
    padding: 5px;
    background-color: #eaeaea;
    border: 1px solid #fff;
    text-align: center;
  }
  div.bSrvWhite table td {
    padding: 5px !important;
    font-size: 0.8rem;
  }
  div.bSrvWhite table td img {
    width: 100%;
    height: auto;
  }
  div.eb-entry-body div.poemAlone {
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 300;
  }
  div#eb div.blog-comment-contents, div#eb div.eb-comments {
    width: 100%;
    margin: 10px 0px;
  }
  div#eb .eb-post-content {
    margin: 5px;
  }
  div#eb .eb-post-thumb {
    margin-top: 20px;
  }
  div#eb .eb-entry-head {
    margin-bottom: 20px;
  }
  div#eb .eb-entry-title {
    margin-left: 0px;
    margin-top: 15%;
  }
  div#eb .eb-entry-meta {
    margin: -15px 0px 20px 25px;
  }
  div.eb-entry-body span.clearAll, div.eb-entry-body img.clearAll, div.eb-entry-body p.clearAll {
    clear: both !important;
    width: 100% !important;
    display: -moz-box;
  }
  div.eb-entry-body {
    width: 100%;
  }
  div#eb .eb-masonry, div#eb .eb-posts {
    margin: 0 -20px;
  }
  #g-navigation .g-social {
    text-align: center;
    margin: 10px 0 0;
  }
  div.eb-comment-recaptcha p {
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.1;
  }
  div#eb .eb-comment-captcha, div#eb .eb-comment-recaptcha {
    padding: 0px;
    margin: 7.5px -35px;
  }
  div#eb .markItUp .markItUpContainer .markItUpHeader ul > li {
    display: inline-block;
    margin-right: 0px;
  }
  div#eb .eb-comment-editor .markItUpHeader {
    line-height: 0.3;
  }
  div#eb .eb-comment-form .cell-half + .cell-half {
    padding: 0 0 0 0px;
  }
  div#eb .eb-comment-form .cell-half {
    width: 100% !important;
    padding: 0 0px 0 0;
  }
  div#eb .col-cell {
    width: 100% !important;
  }
  div#eb.w480 .eb-comment-editor .form-group > [class*="col-"] + [class*="col-"] {
    margin-top: 10px;
  }
  div#eb .eb-composer-author .pull-right {
    float: none;
  }
  div#eb .eb-comment-form .eb-composer-author span.cell-tight {
    float: left;
    margin-left: -20px;
    width: 60px !important;
  }
  div#eb .eb-comment-form .eb-composer-author div.col-cell {
    width: 80% !important;
    float: left !important;
  }
  div#eb .eb-entry-author {
    width: 100%;
  }
  div#eb .eb-entry-author-details {
    width: 100%;
    margin: 1rem 0rem;
  }
  #g-footer div div .g-block {
    float: left !important;
    clear: none !important;
  }
  .serviceSquaresFooter, .g-bottom-simplemenu {
    width: 25%;
    float: left;
    max-width: 25% !important;
    margin: 1rem 0.5rem 3rem 0.5rem !important;
  }
}
/* Less commonly used media queries */
/** * typically min 60rem * **/
/** * typically min 48rem * **/
/** typically max 47.938 rem */
/** typically max 59.938rem **/
/* Mobile Menu Breakpoint 
@media only all and (max-width: $mobile-menu-breakpoint) { ... your css in here ... }
*/
/** Tweaks for Desktop View **/
/*** Tweaks for Tablet View **/
/********* * Phones * ********/
/*# sourceMappingURL=custom_9.css.map */