/*

Theme Name: Office Snapshots Theme
Description: Custom Theme For Office Snapshots
Author: Stephen Searer

*/

/*-------------------------------
  BROWSER RESET
-------------------------------*/

html, body, div, span,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
img, ins, kbd, q, s, samp, small, strike, 
strong, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    font-size: 100%;  
    background: transparent;  
}  

body {  
    line-height: 1;  
}  

ol, ul {  
    list-style: none;  
}  
blockquote, q {  
    quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
    content: '';  
    content: none;  
}

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


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


html {
    background: #e5e5e5;
}

body {
    background: #e5e5e5;
    /*font-family: 'Open Sans', Arial, Tahoma;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

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

h1 { font-size: 22px; }
h2 { font-size: 28px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #262626;	
}

h1 a:hover, h2 a:hover, 
h3 a:hover, h4 a:hover, h5 a:hover {
    color: #000000;
    text-decoration: none;
}

.clear  { clear: both; }
.fl     { float: left; }	
.fr     { float: right; }

.clear {
    clear: both;
}

.clear-fix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear-fix
{
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  *zoom: 1;
}

/*
 *
 * Nonsemantic Base Styles 
 *
 */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 *
 * Base Styles 
 *
 */
body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444;
  /* set your base font here, to apply evenly */
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
}

.column {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
.column.full { width: 100%; }
.column.four-fifths { width: 80%; }
.column.three-fourths { width: 75%; }
.column.two-thirds { width: 66.7%; }
.column.half { width: 50%; }
.column.three-eighths { width: 37.5%;}
.column.third { width: 33.3%; }
.column.two-sevenths { width: 28.5%;}
.column.fourth { width: 25%; }
.column.fifth { width: 20%; }
.column.sixth { width: 16.6%; }
.column.seventh { width: 14.2%; }
.column.eight { width: 12.5%; }
.column.tenth { width: 10%; }
.column.flow-opposite { float: right; }  



/*-------------------------------
  HEADER
-------------------------------*/

.container {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 10500;
    border-bottom: 1px solid #CCC;
    white-space: nowrap;
}

#header {
    /*width: 1280px;*/
    max-width: 1440px;
    height: 43px;
    margin: 0 auto;
    position: relative;
}

#logo {
    display: inline-block;
    width: 25%;
    /*text-align: center;*/
    /*position: absolute;*/
}

#logo a {
    display: block;
    padding: 14px 20px;
}

#logo img {
    height: 16px;
    width: auto;
}

.header-search {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,.1); 
    border-radius: 7px;
    margin: 7px 2px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.header-search .autosuggest-list li {
    line-height: 36px;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 5px;
    /*font-family: 'Open Sans' !important;*/
}

.header-search .autosuggest-list li:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.header-search .autosuggest-list li:hover {
    text-decoration: underline;
}

.header-search .autosuggest-list li:last-of-type {
    border-bottom: none;
}

.header-search .autosuggest-item .term-text {
    font-weight: 700;
    color: #444;
}

.header-search .autosuggest-item .term-type {
    color: #444;
}

.header-search .autosuggest-item a {
    display: block;
}

.header-search .banner-text-box {
    line-height: 25px;
    width: 98%;
    border: 1px solid #fff; 
    padding: 0px 2px;
    font-size: 13px;
}

.header-search .faux-search-box:before {
    background:url('https://officesnapshots.com/wp-content/themes/os/images/magnify.svg');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    /*background-position: bottom;*/
    width: 15px;
    height: 15px;
    display: inline-block;
} 

.header-search .banner-text-box:focus {
    outline: none;
}

.header-search .searchform {
    display: block;
    padding: 0;
}

.header-search .search-image {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 8px;
}

#occess {
    /*width: 645px;*/
    text-align: left;
    /*border-top: 1px solid #f2f2f2;*/
    padding: 0;
    display: block;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

#header.column.full,
#occess.column.full {
    float: none;
}
#occess ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#occess .top-level {
    float: none;
    /*position: relative;*/
    display: inline-block;
}

#occess a {
    display: block;
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

#occess .top-level > .menu-item {
    font-weight: bold;
    padding: 8px 30px 9px;
}

#occess .top-level:hover > .menu-item {
    background-color: #f2f2f2;
}

#occess > ul > li:hover > a.article-menu {
    padding-bottom: 9px;
}

#occess ul li > .sub-menu {
    /*display: none;*/
    width: 100%;
    position: absolute; 
    top: 100%;
    left: -999em; 
    z-index: 99999;
    line-height: 13px;
    /*border-top: 1px solid #e2e2e2;*/
    /*border-right: 1px solid #CCC;*/
    border-bottom: 1px solid #CCC;
    /*border-left: 1px solid #CCC;*/
    background: #f2f2f2;
    font-size: 14px;
    -webkit-transition: all 0s ease; 
    transition: all 0s ease; 
}

#occess ul li:hover > .sub-menu {
    display: block;
    padding-bottom: 40px;
    -webkit-transition-delay: .2s; 
    transition-delay: .2s;
}

#occess ul li.top-level.has-sub > a.menu-item:after {
    content: '\25be';
    margin: -1px 0 0 4px;
    display: inline-block;
    vertical-align: top;
}

#occess ul li:hover > .sub-menu.office-sub {
    /*width: 1080px;*/
    left: 0;
}

#occess ul li:hover > .sub-menu.photo-sub {
    /*width: 1080px;*/
    left: 0;
}

#occess ul li:hover > .sub-menu.product-sub {
    /*width: 1080px;*/
    left: 0;
}

#occess ul li:hover > .sub-menu.brand-sub {
    /*width: 1080px;*/
    left: 0;
    padding-bottom: 10px;
}

/*#occess ul li:hover > .sub-menu.article-sub {
    width: 159px;
}*/

#occess ul li:hover > .sub-menu a.view-all {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #418BCA;
    padding: 12px 0px;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #ccc;
}
#occess ul li:hover > .sub-menu a.view-all:hover {
    background: #e5e5e5;
    color: #1C517D;
}

#occess ul li:hover > .sub-menu a.view-all.all-products {
    width: 100%;
    left: 0;
    /*border-top: 1px solid #f2f2f2;*/
}

#occess .sub-menu .sub-menu-column {
    float: left;
    /*width: 157px;*/
    margin: 0px 0px 10px;
    overflow: hidden;
}

#occess ul li:hover > .sub-menu.product-sub .sub-menu-column {
    /*width: 198px;*/
}

#occess ul li:hover > .sub-menu.product-sub .sub-menu-column {
    /*width: 20%;*/
    min-height: 300px;
    border-right: 1px solid #f2f2f2;
}

#occess ul li:hover > .sub-menu.product-sub .sub-menu-column:last-of-type {
    border-right: none;
}

#occess .col-2,
#occess .col-3 {
    padding-top: 28px;
}

#occess .product-sub .col-2,
#occess .product-sub .col-3 {
    padding-top: 0px;
}

#occess .no-border {
    border-right: none !important;
}

#occess .sub-menu .sub-menu-column li {
    display: block;
}
#occess .sub-menu .sub-menu-column h4 {
    margin: 12px 0px 3px;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 15px;
}

#occess .sub-menu .sub-menu-column h4 a:hover {
    text-decoration: underline;
    color: #1C517D;
}
#occess .sub-menu .sub-menu-column li > a {
    padding: 4px 15px;
    font-size: 14px;
    line-height: 16px;
}
#occess .sub-menu .sub-menu-column li > a:hover {
    background: #e5e5e5;
    text-decoration: underline;
}

#occess-right {
    /*position: absolute;
    right: 20px;
    top: 0px;*/
    display: inline-block;
    width: 30%;
    text-align: right;
    vertical-align: top;
    position: relative;
    padding: 0 30px;
}

#occess-right ul li {
    display: inline-block;
}
/*#occess-right ul li:last-of-type {
    margin: 0;
}*/
#occess-right ul .menu-link a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 11px 10px 13px;
    color: #333;
    line-height: 19px;
}
#occess-right ul li a:hover {
    text-decoration: none;
    color: #418BCA;
} 

#occess.mobile {
    display: none;
}

.mobile-trigger {
    display: none;
}

.social-link .facebook,
.social-link .linkedin,
.social-link .twitter,
.social-link .instagram,
.social-link .pinterest {
    background: url(https://officesnapshots.com/wp-content/themes/os/images/icons.png);
    width: 20px;
    height: 20px;
} 

.social-link .twitter {
    width: 20px;
    height: 16px;
}

.brand-social-link.facebook {
    background:url('https://officesnapshots.com/wp-content/themes/os/images/facebook.svg');
} 

.brand-social-link.twitter {
    background:url('https://officesnapshots.com/wp-content/themes/os/images/twitter.svg');
} 

.brand-social-link.linkedin {
    background:url('https://officesnapshots.com/wp-content/themes/os/images/linkedin.svg');
} 

.brand-social-link.instagram {
    background:url('https://officesnapshots.com/wp-content/themes/os/images/instagram.svg');
}

.brand-social-link.instagram {
    background:url('https://officesnapshots.com/wp-content/themes/os/images/pinterest-white.svg');
} 
.social-link .facebook {
    background-size: auto !important;
    background-position: -1px -62px !important;
} 

.social-link .twitter {
    background-size: auto !important;
    background-position: -1px -81px !important;
}

.social-link .linkedin {
    background-size: auto !important;
    background-position: -1px -42px !important;
}
.social-link .instagram {
    background-size: auto !important;
    background-position: -1px -21px !important;
}
.social-link .pinterest {
    background-size: auto !important;
    background-position: -1px -1px !important;
} 

.social-link .svg {
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: bottom;
    /*width: 15px;
    height: 15px;*/
    display: inline-block;
}
.brand-social-link.svg {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.social-link > a { 
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #333; 
    width: 16px;  
    height: 16px; 
    vertical-align: middle;
}
.social-link a:hover {
    cursor: pointer !important;
    opacity: .8;
}
.social-link {margin: 0 3px;}

.headroom {
    will-change: transform;
    transition: transform 230ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}


/*-------------------------------
  LAYOUT STRUCTURE
-------------------------------*/

#main {
    margin: 0 auto;
    width: 1080px;
    padding: 100px 20px 0;
}

.home #main {
    padding-top: 35px;
}

.home.paged #main {
    padding-top: 110px;
}

#content {
    float: left;
    width: 700px;
}



/*-------------------------------
  Hero Image CTA
-------------------------------*/

#spotlight {
    background-color: #f2f2f2;
    padding: 100px 0px 0;
}

.spotlight-project {    
    max-width: 1144px;
    margin: 0 auto;
    height: 500px;
    width: 100%;
    display: block;
    text-align: left;
    background-position: center center;
    position: relative;
    border-bottom: 3px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.spotlight-project img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}

.spotlight-project:hover img {
    -webkit-transform: scale3d(1.025,1.025,1);
    transform: scale3d(1.025,1.025,1);
}



.spotlight-project .spotlight-label {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 35px;
}

.spotlight-project .spotlight-label:before {
    position: absolute;    
    display: inline-block;
    width: 25px;
    content: "";
    left: 4px;
    top: 10px;
    border-bottom: 3px solid #fff;
}

.spotlight-project .spotlight-heading {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    padding: 5px 0;
    font-weight: 700;
    letter-spacing: -2px;
    width: 60%;
}

.spotlight-project .spotlight-box {
    height: 500px;
    width: 100%;
}

.spotlight-project .spotlight-text {
    position: absolute;
    bottom: 35px;
    left: 35px;
}

.spotlight-project .spotlight-text a {
    color: #fff;
}

.spotlight-project .shadow {
    position: absolute;
    bottom: 0;
    height: 497px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.35)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.spotlight-project .spotlight-button {
    padding: 8px 35px;
    display: inline-block;
    background-color: #428bca;
    color: #fff;
    border-radius: 3px;
    margin: 8px 4px 0;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
    text-shadow: 0 1px 3px rgba(255,255,255,.2);
    text-transform: uppercase;
}

.spotlight-project:hover .spotlight-button {
    background-color: #1C517D;
}
.content-callout {
    width: 1144px;
    margin: 40px auto 0;
}
.content-callout .callout-box {
    padding: 0;
}
.content-callout .callout-item {
    display: block;
    background-color: #fff;
    border:1px solid #ccc;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.content-callout .callout-item-left {
    margin-right: 10px;
}
.content-callout .callout-item-right {
    margin-left: 10px;
}

.callout-item img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
     -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.callout-item:hover img {
    -webkit-transform: scale3d(1.025,1.025,1);
    transform: scale3d(1.025,1.025,1);
}

.callout-item .callout-label {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 35px;
}

.callout-item .callout-label:before {
    position: absolute;    
    display: inline-block;
    width: 25px;
    content: "";
    left: 4px;
    top: 10px;
    border-bottom: 3px solid #fff;
}

.callout-item .callout-heading {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    padding: 5px 0;
    font-weight: 700;
    letter-spacing: -2px;
    width: 80%;
}

.callout-item:hover .callout-heading {
    text-decoration: underline;
}

.callout-item .callout-text-box {
    height: 248px;
    width: 100%;
}

.callout-item .callout-text {
    position: absolute;
    bottom: 25px;
    left: 25px;
}



.callout-item .shadow {
    position: absolute;
    bottom: 0;
    height: 248px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.35)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.callout-item .callout-button {
    padding: 8px 35px;
    display: inline-block;
    background-color: #428bca;
    color: #fff;
    border-radius: 3px;
    margin: 8px 4px 0;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
    text-shadow: 0 1px 3px rgba(255,255,255,.2);
    text-transform: uppercase;
}

.recent {
    padding: 8px 10px 10px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0,0,0,.75);
    text-transform: uppercase;
    text-align: center;
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.boards-callout {
    background-repeat: no-repeat;
    background-position: right;
    height: 250px;
}

.boards-callout h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.boards-callout .boards-cta {
    padding: 20px 25px 20px 45px;
    width: 330px;
}

.boards-callout .boards-cta-text {
    font-size: 16px;
    margin-bottom: 12px;
}

.boards-callout p .callout-item {
    padding: 4px 20px;
    display: inline-block;
    background-color: #428bca;
    color: #fff;
    border-radius: 3px;
    margin: 8px 4px 0;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    text-shadow: 0 1px 3px rgb(255 255 255 / 20%);
    text-transform: uppercase;
    height: auto;
    border: none;
}

.boards-callout p a:hover {
    background-color: #1C517D;
    cursor: pointer;
}

/*-------------------------------
  Index/Articles Archive Styles
-------------------------------*/

.os-entry .post-thumbnail {
    position: relative;
    min-height: 150px;
    /*border-bottom: 3px solid #333;*/
}

.os-entry .post-thumbnail img {
    width: 100%;
    height: auto;
}

.os-entry .post-thumbnail a {
    display: block;
}
.os-entry .summary {
    background-color: #fff;
    min-height: 50px;
    overflow: hidden;
    position: relative;
}

.os-entry .summary .headline {
    display: block;
    padding: 20px 25px 0;
}

.os-entry .summary .excerpt {
    position: relative;
    padding: 15px 25px 30px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.os-entry .summary .excerpt p {
    order: 1;
    flex: 0 0 calc(100% - 140px);
    padding-right: 25px;
}

.os-entry .summary .storyjump {
    width: 140px;
    display: flex;
    flex-direction: column;
    order: 2;
}

.os-entry .summary .storylink {
    padding: 10px 27px;
    background-color: #428bca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.os-entry .summary .storylink:hover {
     background-color: #1C517D;
     text-decoration: none;
}

.os-entry {
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 50px;
    width: 702px;
}

.os-entry .title a {
    color: #333;
    margin: 0 0 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: -2px;
    display: block;
}

.os-entry .byline {
    margin-top: 5px;
}

.os-entry .byline a {
    color: #438bca;
    font-size: 18px;
    font-weight: 600;
}

.os-entry .byline a:hover {
    color: rgba(0,0,0,0.8);
}

.os-entry .headline .author-name {
    color: rgba(0,0,0,0.6);
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

/*-------------------------------
  Global Style Classes
-------------------------------*/

.blue-link {
    color: #428bca !important;
}

.blue-hover:hover {
    color: #428bca !important;
}

.strong-link {
    font-weight: 600 !important
}

.extra-strong-link {
    font-weight: 700 !important;
}

.blue-divide {
    width: 40px;
    margin-top: 10px;
    margin-bottom: 25px;
    height: 2px;
    display: block;
    background-color: #418BCA;
    margin-left: auto;
    margin-right: auto;
}

/*img:not([src]) {
    visibility: hidden;
}*/

/*-------------------------------
  Social Share Buttons on single.php
-------------------------------*/

.post-social {
    position: absolute;
    bottom: 0;
    width: auto;
    padding: 20px 20px 10px;
}

.post-social .fb_share,
.post-social .twitter_share,
.post-social .linked_share {
    display: inline-block;
    width: 200px;
    text-align: left;
    line-height: 30px;
    height: 30px;
    vertical-align: top;
}

.post-social .linked_share {
    border: none;
}

.post-social iframe {
    margin: 0 !important;
}

.os-entry .post-social .facebook-share .share-link {
    width: auto;
    min-width: 69px;
}

.os-entry .post-social .facebook-share .share-link .fb-count {
    font-weight: 600;
    opacity: .8;
    margin-left: 2px;
}

.post-social.phone-social-top {
    position: relative;
    padding: 0px 20px 15px;
    text-align: center;
}

.attachment .post-social.phone-social-top {
    padding: 25px 20px 5px;
    text-align: left;
}

.post-social.phone-social-top > div {
    vertical-align: top;
    margin: 0 3px;
    padding: 0;
    display: inline-block;
    width: 70px;
    text-align: center;
}

.post-social.phone-social-top > div:first-of-type {
    margin-left: 0;
}

.post-social.phone-social-top > div:last-of-type {
    margin-right: 0;
}

.post-social.phone-social-top > div .share-link {
    width: 100%;
    padding: 1px 0 0;
}

.brand-social {
    display: block;
}

.brand-social label {
    margin-bottom: 5px;
}

.brand-social li {
    padding: 0;
    display: inline-block;
}

.brand-social .fa {
    font-size: 20px;
    padding: 0 2px;
    margin: 0 4px;
    color: #444444;
}

.brand-social .fa:hover {
    opacity: .8;
}

.post-social-mobile {
    display: none;
}

.os-entry .post-social .share-link,
.explore-page .post-social .share-link,
.attachment .post-social .share-link {
    color: #fff !important;
    display: inline-block;
    padding: 0px 7px;
    font-size: 11px;
    font-weight: 700;
    width: 69px;
    border-radius: 3px;
    margin-bottom: 4px;
    padding-top: 1px;
    height: 21px;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 -1px rgba(0,0,0,.1);
}

.twitter-share .share-link:before,
.facebook-share .share-link:before,
.linkedin-share .share-link:before,
.pinterest-share .share-link:before {
    display: inline-block;
    content: '';
    background:url('https://officesnapshots.com/wp-content/themes/os/images/icons.png');
    background-size: 35px auto;
}


.os-entry .post-social .share-link:hover {
    text-decoration: none;
}

.post-social .twitter-share {
    line-height: 18px;
}

.post-social .twitter-share .share-link,
.post-social-mobile  .twitter-share .share-link {
    background-color: #55acee;
}

.post-social .twitter-share .share-link:hover {
    background-color: #0c7abf;
}

.post-social .os-bookmark  .share-link {
    background-color: #333;
}

.post-social-mobile .twitter-share .share-link:before,
.post-social .twitter-share .share-link:before {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: -19px -64px;
}

.post-social .facebook-share,
.post-social .os-bookmark {
    line-height: 19px;
}

.post-social .facebook-share .share-link,
.post-social-mobile .facebook-share .share-link {
    background-color: #4267b2;
}

.post-social .facebook-share .share-link:hover {
    background-color: #365899;
}

.post-social-mobile .facebook-share .share-link:before,
.post-social .facebook-share .share-link:before {
    width: 15px;
    height: 15px;
    margin-right: 1px;
    background-repeat: no-repeat;
    background-position: -19px -49px;
    vertical-align: text-bottom;
}

.post-social .linkedin-share .share-link,
.post-social-mobile .linkedin-share .share-link {
    background-color: #0077B5;
}

.post-social-mobile .linkedin-share .share-link:before,
.post-social .linkedin-share .share-link:before {
    width: 14px;
    height: 12px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: -18px -35px;
}

.post-social .linkedin-share .share-link:hover {
    background-color: #04669A;
}

.post-social .pinterest-share {
    line-height: 18px;
}

.post-social .pinterest-share .share-link,
.post-social-mobile .pinterest-share .share-link {
    background-color: #cb2027;
}

.post-social-mobile .pinterest-share .share-link:before,
.post-social .pinterest-share .share-link:before {
    width: 15px;
    height: 19px;
    margin-right: 4px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: -19px 0px;
}

.post-social .pinterest-share .share-link:hover {
    background-color: #aa0719;
}

/*-------------------------------
.single & .articles specific styles
-------------------------------*/

.single-post .os-entry {
    border:none;
}

.single-post .post-content {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10px;
}

.single .headline .title {
    color: #333;
    font-weight: 700;
    margin: 20px 35px;
    line-height: 25px;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1px;
}

.single .headline .title a:hover {
    color: #333;
}

.single .office-details {
    float: left;
    width: 200px;
    padding: 10px 20px 10px;
    margin: 5px 20px 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 20px;
}

.single .office-details .detail-section {
    display: block;
}

.office-details .detail-label {
    text-transform: uppercase;
    margin: 5px 5px 0 0;
    color: rgba(0,0,0,0.5);
    font-weight: 400;
    display: block;
    font-size: 10px;
    line-height: 10px;
}

.office-details .sep:last-of-type {
    display: none;
}

.single-articles .post-content {
    background-color: #fff;
}

.single .articles h3 {
    margin: 20px;
}

.single .articles .headline .author-name {
    color: rgba(0,0,0,0.6);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px !important;
}

.single .articles .article-author {
    padding: 20px;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    position: relative;
}

.single .articles .anchor {
    position: absolute;
    top: -70px;
}

.single .articles .article-author .author-name {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
}

.single .articles .post-content > p:last-of-type {
    margin-bottom: 25px !important;
}

.single .articles blockquote p img.aligncenter {
    margin: 30px 0 10px -40px;
}

.single-articles .os-entry {
    background-color: #fff;
    border: 1px solid #cfcfcf;
}

.single-articles img.aligncenter {
    max-width: 700px;
    height: auto;
}

.single-articles .articles.category-neocon-list h3,
.single-articles .articles.tag-neocon-list h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
}

.single-articles .articles.category-neocon-list hr,
.single-articles .articles.tag-neocon-list hr {
    margin: 15px 20px 35px;
    border-style: none;
    border-bottom: 1px solid #444;
    width: 40px;

}

.single-articles .project-list-group {
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.single-articles .project-list-group.award {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}

.single-articles .project-list-group.firm-group {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.single-articles .project-list-group.project-image {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 5px;
    position: relative;
}

.single-articles .project-list-group:last-of-type {
    border-bottom: none;
}

.single-articles .project-notes {
    font-weight: 400;
    font-size: 15px;
    margin: 10px 20px 10px;
}

.single-articles .project-list-heading {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 20px 10px;
}

.single-articles .award .project-list-heading {
    margin: 10px 20px;
}

.single-articles .project-list-firm {
    font-weight: 700;
    font-size: 15px;
    margin: 10px 20px 10px;
}

.single-articles .award .project-list-subtitle {
    font-weight: 700;
    font-size: 15px;
    margin: 0px 20px;
}
.single-articles .project-list-link {
    font-weight: 700;
    font-size: 15px;
    margin: 20px;
}

.single-articles .project-list-thumbnail {
    position: relative;
}

.single-articles .project-list-thumbnail img {
    max-width: 100%;
}

.single-articles .project-list-photographer {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    background-color: rgba(0,0,0, .4);
    padding: 2px 5px;
    line-height: 11px;
}

.single-articles .project-list-group .image-caption {
    /*font-style: italic;*/
    margin: 10px 20px !important;
    font-size: 13px;
}

.single-articles .project-list-group .image-caption a {
    font-weight: 600;
}

.single-articles .project-list-group .blue-divide {
    width: 40px;
    margin: 30px auto;
    height: 2px;
    display: block;
    background-color: #418BCA;
}

.single-articles .project-list-group.award .blue-divide {
    margin: 30px auto 20px;
}

.single-articles .post-content .article-list-heading {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 20px 10px;
}

.single-articles .category-neocon .project-list-group .image-caption {
    margin: 20px 15px;
    font-size: 13px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    display: inline-block;
    padding: 2px 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
    left: 0;
}

.single-articles .category-neocon .brand-name {
    margin: 60px 20px 20px;
    text-align: center;
}

.single-articles .category-neocon .neocon-name {
    margin: 10px 20px;
}

.single-articles .category-neocon .neocon-role {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: inline-block;
}

.single-articles .category-neocon .neocon-bq {
    padding: 20px 15px;
    background: #fafafa;
    margin: 25px 20px 25px;
    border: 4px solid #e5e5e5;
    border-radius: 8px;
}

.single-articles .category-neocon a {
    color: #428bca;
    font-weight: 600;
    border-bottom: 1px solid #438bca;
}

.single-articles .category-neocon a:hover {
    text-decoration: none;
    opacity: .6;
}

.single-articles .category-list p {
    font-size: 15px;
    line-height: 25px
}

.single-articles .category-list hr {
    border-top: 3px solid #444;
    margin: 35px;
    border-left: 0;
    border-right: 0;
    border-style: solid;
    border-bottom: 0;
    width: 70%;
}

.single-articles .category-list p img {
    margin-bottom: 20px;
}

.single-post .os-fresh .title {
    color: #333;
    font-weight: 700;
    margin: 10px 0;
    font-size: 45px;
    line-height: 40px;
    letter-spacing: -2px;
}

.single-post .os-fresh .headline {
    padding: 20px 35px 10px;
}

.os-fresh .office-details.cover-details.details-bottom {
    margin: 0;
    border: none;
    color: #fff;
    vertical-align: bottom;
    width: 100%;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    padding-top: 100px;
    padding-bottom: 20px;
}

.os-fresh .office-details.cover-details.details-left .detail-box {
    position: absolute;
    bottom: 20px;
}

.os-fresh .office-details .detail-label {
    text-transform: uppercase;
    margin: 5px 3px 0 0;
    color: rgba(0,0,0,0.5);
    display: block;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    font-weight: 900;
}

.os-fresh .office-details a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.os-fresh .office-details a:hover {
    color: #fff;
    text-decoration: none;
}

.os-fresh .office-details.cover-details.details-bottom .detail-group {
    margin-bottom: 10px;
    font-weight: 600;
    display: none;
}


.single .os-fresh .office-details .detail-section {
    display: block;
    list-style: none;
}

.single .os-fresh .detail-section a {
    color: #438bca;
}

.os-fresh .office-details .sep:last-of-type {
    display: none;
}

.os-fresh .office-details{
    width: 215px;
    /*border-right: 1px solid rgba(0,0,0,.03);*/
    margin: 5px 20px 8px 0px;
    float: left;
    background-color: rgba(0,0,0,.03);
    padding: 20px 15px 25px 35px;
    line-height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /*border-bottom: 1px solid rgba(0,0,0,.03);*/
    border: 2px solid rgba(0,0,0,.01);
}

.os-fresh .office-details .detail-label {
    text-transform: uppercase;
    margin: 5px 5px 0 0;
    color: #333333;
    font-weight: 700;
    display: block;
    font-size: 10px;
    line-height: 10px;
}

.os-fresh .office-details a {
    font-weight: 400;
    text-decoration: none;
}

.os-fresh .office-details a:hover {
    color: #428bca;
    font-weight: 400;
    text-decoration: underline;
}

.os-fresh .post-content blockquote {
    padding: 0 0 10px 0;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

.os-fresh .post-content p {
    margin: 5px 0px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 35px;
}

.os-fresh .post-content .story-blurb-box p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 35px;
}





.single-products .product-info-left .contact-button.save-button {
    background: #333;
    display: inline-block;
    width: 100px;
    margin-left: 0px;
}

.single-products .product-info-left .contact-button {
    display: inline-block;
}

.single-products .product-info-left .contact-button.save-button:before {
    display: inline-block;
    content: '';
    background:url('https://officesnapshots.com/wp-content/themes/os/images/os.png');
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 3px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0px 0px;
}



.single-post #content .gallery-item .bookmark-gallery-image {
    display: none;
}

.single-post #content .gallery-item:hover .bookmark-gallery-image {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 5px 14px;
    text-shadow: 0 1px 3px rgba(255,255,255,.2);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    margin: 0 5px;
}

.single-post #content .gallery-item:hover .bookmark-gallery-image:before {
    display: inline-block;
    content: '';
    background: url(https://officesnapshots.com/wp-content/themes/os/images/os.png);
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0px 0px;
}









#content.page-account-settings {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #fff;
    padding: 40px 30px 100px;
    border-bottom: 1px solid #ccc;
}

.page-account-settings .account-sidebar {
    float: left;
    width: 225px;
}

.page-account-settings .account-settings {
    float: left;
    width: 500px;
    padding-left: 40px;
}

.page-account-settings .account-settings .post-content {
    margin-top: 40px;
}

.page-account-settings .account-settings-link {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    display: block;
    line-height: 25px;
    margin-bottom: 5px;
    padding: 6px 16px;
}

.page-account-settings .account-sidebar .link-current-page {
    color: #333;
    background-color: #f2f2f2;
    border-radius: 20px;
}

.page-account-settings .account-settings p {
    margin: 10px 0 20px;
}

/*#occess .top-level > .menu-item.plh-item {
    padding: 4px 30px 9px;
    height: 39px;
}*/

#occess .top-level > .menu-item.login-item,
#occess .top-level > .menu-item.join-item {
    padding: 8px 10px 9px;
}

#occess .top-level.top-level-right {
    float: right;
}

#occess ul li:hover > .sub-menu.account-sub {
    max-width: 150px;
    right: 28px;
    left: auto;
    padding-bottom: 0;
    -webkit-transition-delay: 0; 
    transition-delay: 0;
}

#occess .account-sub .menu-item {
    /*margin: 10px;*/
    padding: 20px;
    font-weight: bold;
}

#occess .account-sub .menu-item:hover {
    text-decoration: underline;
    background-color: #e5e5e5;
}

/*#content.page-join {
    width: 100%;
    max-width: 400px;
    margin: 50px;
    background: #fff;
    padding: 40px 30px 25px;
    border-bottom: 1px solid #ccc;
}*/

#content.page-join.request-form {
    width: 100%;
    max-width: 400px;
    margin: 80px 50px;
    background: #fff;
    padding: 20px 30px 20px;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
}

#content.page-join.join-features {
    width: 100%;
    max-width: 400px;
    margin: 50px;
    /*background: #fff;*/
    padding: 20px 0px 20px;
    /*border-bottom: 1px solid #ccc;*/
}

.page-join .post-content p {
    margin: 0 0 10px;
}

.page-join .page-title {
    font-weight: 600;
    padding: 0 0 20px;
    text-align: left;
}

.page-join .gform_wrapper .gform_footer input.button, 
.page-join .gform_wrapper .gform_footer input[type=submit], 
.page-join .gform_wrapper .gform_page_footer input.button, 
.page-join .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100%;
}

.page-join .gform_wrapper *, 
.page-join .gform_wrapper :after, .gform_wrapper :before {
    font-size: 12px;
}

.page-join .gform_wrapper .gfield_password_strength {
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 0;
    padding: 10px 5px;
    text-align: center;
    background-color: #eee;
    border-bottom: 3px solid #ddd;
}

.gform_wrapper input[readonly=readonly] {
    color: #ccc;
}

.gform_wrapper input[readonly=readonly]:focus {
    outline: none;
}

/*.page-join .gform_wrapper .gform_body .gform_page_footer .gform_previous_button:before {
    content: "&larr;";
}*/

.page-join .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
     margin-bottom: 0; 
}

.gform_button.button,
.gform_next_button.button {
    display: inline-block;
    color: #428bca;
    /*height: 40px;*/
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: white;
    background: #428bca;
    border-radius: 2px;
    padding: 8px 18px;
    font-weight: 600;
}

.gform_button.button:hover,
.gform_next_button.button:hover {
    background-color: #357ebd;
}

.page-join .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.page-join .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.page-join .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #ccc;
    border-radius: 5px;
} 

.page-join .gform_wrapper .top_label div.ginput_container {
    margin-top: 2px;
}

.page-join .gform_wrapper ul li.gfield {
    margin-top: 10px;
}

.page-join .feature-item,
.page-join .feature-item-no {
    font-size: 16px;
    font-weight: 600;
    margin: 4px 0 0 4px;
}

.page-join .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    text-transform: uppercase;
    font-weight: 600;
}

.page-join .feature-item:before {
    display: inline-block;
    content: '';
    background: url('https://officesnapshots.com/wp-content/themes/os/images/checkmark-icon.svg');
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 11px;
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: 0px 0px;
    margin-top: 4px;
}

.page-join .feature-item-no:before {
    display: inline-block;
    content: '';
    background: url('https://officesnapshots.com/wp-content/themes/os/images/red-x.svg');
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 11px;
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: 0px 0px;
    margin-top: 4px;
}

.page-join .feature-note {
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0 0 32px;
    color: #444;
    opacity: .9;
    margin-bottom: 20px;
}

.page-join .feature-note.upload-note {
    font-size: 11px;
    line-height: 15px
}

.page-join .join-btn,
.page-join .request-btn {
        color: #fff;
    font-weight: 700;
    background-color: #438bca;
    text-align: center;
    padding: 13px;
    border-radius: 4px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 15px; 
}

.page-join .join-btn:hover,
.page-join .request-btn:hover {
    background-color: #1C517D;
    cursor: pointer;
}

.page-join .back-btn:hover {
    cursor: pointer;
}

.page-join-lead {
    margin-top: 20px;
    display: block;
    text-align: center;
}

.page-join-lead h2 {
    text-align: center;
    margin: 35px 0;
    font-size: 32px;
    font-weight: 700;
}

.page-join-lead p {
    width: 75%;
    font-size: 20px;
    margin: 0 auto;
    line-height: 25px;
    text-align: center;
}

.page-join-lead img {
    margin-top: 35px;
}

.single-post #content .gallery-item .signup-modal-button {
    display: none;
}

.single-post #content .gallery-item:hover .signup-modal-button {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 5px 14px;
    text-shadow: 0 1px 3px rgb(255 255 255 / 20%);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    margin: 0 5px;
}

.single-post #content .gallery-item:hover .signup-modal-button:before {
    display: inline-block;
    content: '';
    background: url('https://officesnapshots.com/wp-content/themes/os/images/os.png');
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0px 0px;
}

#signup-modal {
    z-index: 11001;
    max-width: 425px;
}

#signup-modal .signup-header {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

#signup-modal .signup-header h3 {
    font-weight: 600;
}

#signup-modal .signup-header img {
    width: 48px;
    height: auto;
    margin-bottom: 15px;
}

#signup-modal .feature-item {
    font-size: 16px;
    font-weight: 600;
    margin: 4px 0 0 4px;
}

#signup-modal .feature-item:before {
    display: inline-block;
    content: '';
    background: url('https://officesnapshots.com/wp-content/themes/os/images/checkmark-icon.svg');
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 11px;
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: 0px 0px;
    margin-top: 4px;
}

#signup-modal .feature-note {
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0 0 32px;
    color: #444;
    opacity: .9;
    margin-bottom: 20px;
}

#signup-modal .signup-button {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: white;
    background: #428bca;
    border-radius: 2px;
    padding: 8px 18px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#signup-modal .signup-button:hover {
    background-color: #357ebd;
}

#signup-modal .existing-login {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#signup-modal .existing-login a {
    color: #438bca;
    font-weight: 600;
    text-decoration: underline;
}

.hotspot {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
    z-index: 100;
    pointer-events: all;
    transform-style: preserve-3d;
}

.boxy .platform-hotspot {
    display: none;
}

.hotspot-overlay .hotspot.platform-hotspot {
    display: none;
}

.hotspot-overlay .hotspot.platform-hotspot {
    display: inline-block;
}

.hotspot.hotspot-live {
    border: 4px solid white;
    background: green;
}

.hotspot.hotspot-pending {
    border: 4px solid white;
    background: orange;
}

/*.os-overlay-wrapper {
    pointer-events: none;
}*/

/*.share-overlay {
    pointer-events: auto;
    z-index: 5;
}*/
/*
.account-sub .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 16px;
}

/* Hide default HTML checkbox */
/*.account-sub .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}*/

/* The slider */
/*.account-sub .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}*/

/*.account-sub .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.account-sub input:checked + .slider {
  background-color: #2196F3;
}

.account-sub input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.account-sub input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}*/

/* Rounded sliders */
/*.account-sub .slider.round {
  border-radius: 34px;
}

.account-sub .slider.round:before {
  border-radius: 50%;
}*/






/*-------------------------------
 Signup Page
-------------------------------*/

#content.form-page.signup-page .post-content {
    width: 400px;
    padding: 0;
}

#content.form-page.signup-page .post-content .gform_wrapper {
    padding: 30px 40px;
    border-radius: 5px;
}

#content.form-page.signup-page .post-content input,
#content.form-page.signup-page .post-content select {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    padding: 8px 10px;
    margin-bottom: 0;
}

#content.form-page.signup-page .post-content .consent-input input {
    width: auto;
}

#content.form-page.signup-page .post-content .consent-input .gfield_consent_label {
    font-size: 13px;
}

#content.form-page.signup-page .post-content .gform_wrapper .gfield_label {
    font-weight: 600;
    color: #333;
    font-size: 13px;
    margin-left: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

#content.form-page.signup-page .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px;
}

#content.form-page.signup-page .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

#content.form-page.signup-page .gform_wrapper .ginput_complex .ginput_left, 
#content.form-page.signup-page .gform_wrapper .ginput_complex .ginput_right {
    width: 100%;
    padding: 0;
}

#content.form-page.signup-page .gform_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*-------------------------------
 Story Blurb
-------------------------------*/

.story-blurb-box {
    margin-bottom: 20px;
}

.story-blurb {
    font-size: 18px;
    font-weight: 400;
    margin: 0 !important;
    padding: 0px 35px;
    line-height: 25px;
}

.has-blurb .headline {
    border-bottom: none !important
}

.os-entry .has-blurb .title a {
    margin-bottom: 0;
}

.home .os-entry .story-blurb-box {
    margin-bottom: 30px;
}

.post-thumbnail.has-blurb {
    border-bottom: 5px solid #333;
}

.editor-picks {
    display: block;
    margin: 0 auto;
    padding: 20px 0 50px;
    background-color: #f2f2f2;
}

.editor-picks .picks-box {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}

.editor-picks .picks-box .column {
    padding: 0;
}

.editor-picks .picks-box .column:last-of-type {
    margin-right: 0px;
}

.editor-picks .pick-item {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
}

.pick-item .pick-link {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    height: 200px;
    display: block;
}

.pick-item .shadow {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    min-height: 100px;
    display: block;
    padding: 10px;
}

.editor-picks .picks {
    padding: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0,0,0,.75);
    text-transform: uppercase;
    display: block;
    margin: 10px 20px ;
}

/*.home .has-blurb  p {
    display: inline-block;
}

.home .has-blurb  .storyjump {
    display: inline-block;
    vertical-align: middle;
}*/

/*-------------------------------
 Post Content Styles
-------------------------------*/

.post-content a {
    color: #428bca;
}

.post-content p {
    margin:0 35px 10px 35px
} 
.post-content ul,
.post-content ol,
.post-content dd,
.post-content pre,
.post-content blockquote {
    margin-bottom: 20px;
    line-height: 22px;
}

.post-content sup    { bottom: 1ex; }	
.post-content sub    { top: .5ex; }
.post-content ins    { text-decoration: none; }
.post-content dl     { margin:0; }
.post-content dt     { text-align: center; }
.post-content strong { font-weight: bold; }

.post-content ul,
.post-content ol {
    margin-left: 25px;
}

.post-content ul,
.post-content ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.post-content ol,
.post-content ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.post-content cite, 
.post-content em, 
.post-content i {
    font-style: italic;
}

.post-content abbr, 
.post-content acronym {
    border-bottom: 1px dotted #333;
    cursor: help;
}

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


.post-content blockquote {
    padding: 20px;
    padding-bottom: 10px;
    background: #f2f2f2;
}

.post-content blockquote.left {
    float: left;
    margin-right: 20px;
    text-align: right;
    width: 33%;
    border: none;
}

.post-content blockquote.right {
    float: right;
    margin-left: 20px;
    text-align: left;
    width: 33%;
    border: none;
}

.post-content .gallery-item img {
    margin-bottom:10px;
}

.post-content .gallery-item .browse{
    width:150px;
    height:150px;
}

.post-content .gallery-item .browse img{
    border:none;
}

.post-content .gallery-item img {
    border: none!important;
    width: 100%;
    height: auto;
}

.post-content .gallery-item:last-of-type {
    margin-bottom: -10px;
}

.post-content iframe {
    margin: 0 0 0 -20px; 
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 20px;
}

.single-post .gallery .gallery-item {
    margin-bottom: 20px;
}

.single-post .gallery .gallery-item img {
    width: 100%;
    height: auto;
}

.single-post .gallery-intro {
    font-size: 11px;
    padding: 20px;
    text-transform: uppercase;
}

.gallery-intro .gallery-count {
    font-weight: 700;
}

.single-articles .headline .title {
    margin: 25px 40px;
}

.single-articles .category-link-roundup .post-content p {
    margin: 0 40px 10px 40px;
}

.single-articles .category-link-roundup .post-content h3 {
    margin: 25px 40px;
}

.single-articles .category-link-roundup .post-content a {
    color: #428bca;
    font-weight: 600;
}

.single-articles .category-link-roundup.os-entry {
    padding-bottom: 20px;
}

.single-articles .category-link-roundup .wp-caption {
    border: none;
    background-color: transparent;
    padding: 20px 0;
    margin: 25px 0 15px;
    width: 100% !important;
    height: auto;
}

.single-articles .category-link-roundup .wp-caption img {
    width: 100%;
    height: auto;
}

.single-articles #content .category-link-roundup .post-content .wp-caption p.wp-caption-text {
    padding: 0;
    text-align: left;
    padding: 5px 40px 0;
}

.single-articles #content .category-general-article .post-content p {
    margin: 0 40px 10px 40px;
}

.single-articles #content .category-general-article .post-content h3 {
    margin: 40px 40px 20px;
}
.single-articles #content .category-general-article .post-content h4 {
    margin: 20px 40px;
}

.single-articles #content .category-general-article .post-content img.aligncenter {
    margin: 0 0 10px -40px;
}

/*-------------------------------
  About Page Styling
-------------------------------*/

#content.about-page {
    width: 100%;
}

.about-page .center {
    text-align: center;
}

.about-page .about-title {
    border-bottom: ;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-page .grey-divide {
    width: 80%;
    height: 1px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 40px auto;
}

.about-page .no-border {
    border: none;
}

.about-page .call-to-action {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 10px;
}

.about-page .call-to-action a {
    color: #418BCA;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #418BCA;
    padding-bottom: 0px;
    text-decoration: none;
}

.about-page .call-to-action a:hover {
    text-decoration: none;
    border-bottom: 2px solid #418BCA;
}

.about-page .about-box {
    float: none;
    margin: 0 auto;
}

.about-page .about-box p {
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 20px ;
    color: rgb(51, 51, 51);
}

.about-page .about-box .call-to-action {
    margin-bottom: 0;
}

.about-page .about-photo img {
    float: right;
    float: left;
    border: 1px solid rgba(0,0,0,.05);
    background-color: #fff;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 20px 25px 20px 0 ;
}

.about-page .about-blurb {
    text-align: left;
}

.about-page .firms .firm-wrap{
    float: none;
    margin: 0 auto;
}

.about-page .firms .firm-list {
    padding: 0;
}

.about-page .firms .firm-name {
    display: inline-block;
    width: 100%;
    max-width: 125px;
}

.about-page .firms .firm-name .name {
    display: block;
}

.about-page .firms .firm-name .firm-logo {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #fff;
    border: 5px solid #e5e5e5;
}

.about-page .firms .office-photo {
    width: auto;
    height: 330px;
}


.about-page .brands .brand {
    text-align: center;
    display: table;
}

.about-page .brands .brand .brand-logo {
    opacity: .75;
    max-width: 100%;
    display: table-cell;
    margin: 0 auto;
    vertical-align: center;
    margin-bottom: 30px;
}

.about-page .brands .column.third {
    border-right: 1px solid rgba(0,0,0,.05);
}

.about-page .brands .last {
    border-right: none !important;
}


/*-------------------------------
  Brand Request Page
-------------------------------*/

.form-page.slim .post-content {
    width: 700px;
    border: none;
    background-color: transparent;
    padding: 20px;
}

.form-page.slim .post-content p {
    width: 100%;
    margin: 0;
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 40px;
    color: rgb(51, 51, 51);
}

.form-page.slim .post-content p a {
    color: #418BCA;
    /*font-size: 14px;*/
    font-weight: 600;
    /*text-transform: uppercase;*/
    border-bottom: 1px solid #418BCA;
    padding-bottom: 0px;
    text-decoration: none;
}

.form-page.slim .post-content .gform_wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 40px;
    margin-top: 35px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid rgba(0,0,0,.2);
}

.form-page.faq-page.slim .post-content {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
}

/*-------------------------------
  TOS PP Style
-------------------------------*/

.form-page.slim.tos .post-content {
    width: 900px;
}

.form-page.slim.tos .post-content ul {
    padding: 0 40px;
    line-height: 19px;
    font-size: 14px;
}

.form-page.slim.tos .post-content p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 15px;
}

/*-------------------------------
  Sidebar Style
-------------------------------*/

 .sidebar-wrap {
    width: 340px;
    margin: auto;
    position: relative;
    float: right;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    vertical-align: top;
}

.sidebar {
    float: right;
    padding: 0 0 0 35px;
    width: 338px;
    display: inline-block;
}

.sidebar .derp a img {
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 60px;
    width: 302px;
    height: auto;
}

.sidebar .derp a img.no-border {
    border: 1px solid transparent;
}

.sidebar .widget_text .textwidget {
    text-align: center;
}

.sidebar > div {
    margin-bottom: 50px;
}

.single-post .widget-bottom {
    text-align: center;
}

.single-post .widget-bottom a {
    display: block;
}

.single-post .widget-bottom a img {
    border: 1px solid #ccc;
}

/*-------------------------------
  Post Bottom Widget Style
-------------------------------*/

.index-bottom-widget {
    width: 700px;
    padding: 0;
    margin: 0 auto;
    border-bottom: 0;
    text-align: center;
    padding: 50px 0;
}

.index-bottom-widget .gform_wrapper .weekly-newsletter {
    text-align: center;
    padding: 0px 0 !important;
}

.index-bottom-widget .gform_wrapper .weekly-newsletter .gfield_label {
    display: none;
}

.index-bottom-widget .gform_wrapper {
    margin: 0;
}

.index-bottom-widget .gform_wrapper .weekly-newsletter .ginput_container {
    margin: 0;
}

.index-bottom-widget #mc_embed_signup input.email {
    margin: 10px auto;
    width: 50%;
}

.index-bottom-widget .gform_wrapper .weekly-newsletter .gform_button,
.index-bottom-widget .gform_wrapper .weekly-newsletter .gform_next_button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Oxygen-Sans, Ubuntu, Cantarell,
               "Helvetica Neue", sans-serif !important;
    width: 30%;
    margin: 20px auto 0;
    background-color: #428bca;
    clear: both;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}

.index-bottom-widget .gform_wrapper .weekly-newsletter .gform_previous_button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Oxygen-Sans, Ubuntu, Cantarell,
               "Helvetica Neue", sans-serif !important;
    width: 30%;
    margin: 20px auto 0;
    background-color: #f2f2f2;
    clear: both;
    border: 0 none;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}

.index-bottom-widget .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}

h3.email-signup {
    display: block;
    font-size: 23px;
    padding-bottom: 0;
    text-align: center;
    color: #444;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    padding: 5px 0;
}

.email-description-text {
    margin-bottom: 5px;
}

.email-description-text a {
    color: #428bca;
}

.gform_ajax_spinner {
    margin-top: 20px;
    margin-left: 20px;              /* give it some space from the Submit button */
    border: 4px solid rgba(255, 255, 255, 0.3); /* match with border-left */
    border-left: 4px solid #428bca;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 30px;                    /* match with height for a circle */
    height: 30px;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.index-bottom-widget .weekly-newsletter .gform_fields .gfield.gdpr-content {
    background: #f2f2f2;
    padding: 10px 16px;
    font-size: 13px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
}

.index-bottom-widget .gform_wrapper ul li.gfield.gdpr-consent-box {
    margin-top: 6px;
}

.index-bottom-widget .gdpr-content p {
    padding: 10px;
}

.index-bottom-widget .gdpr-content a {
    color: #438bca;
}

.index-bottom-widget .gform_wrapper div.validation_error {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 0;
}

.index-bottom-widget .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
}

.index-bottom-widget .gform_wrapper .top_label input.medium {
    width: calc(65% - 8px);
}
.index-bottom-widget .email-review {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    line-height: 32px !important;
    width: calc(65% - 8px);
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    padding: 0 8px;
}

/*.index-bottom-widget .newsletter-email:hover + .gdpr-hidden {
    display: block;
}

.index-bottom-widget .gdpr-hidden {
    display: none;
}*/

.index-bottom-widget .gf_progressbar {
    display: none;
}

.index-bottom-widget .gform_wrapper .gf_progressbar_wrapper {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

.index-bottom-widget .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    margin: 0 !important;
}

.index-bottom-widget .gform_wrapper .gform_page_footer {
    margin: 0 0 25px;
    width: 100%;
    border-top: 1px dotted #CCC;
    padding: 0px 0 0 0;
    clear: both;
}

.index-bottom-widget .gform_wrapper .gform_page_footer {
    border-top: none;
}

.index-bottom-widget .gform_wrapper .gf_page_steps {
    border-bottom: none;
    margin-bottom: 5px;
}

.index-bottom-widget .gform_wrapper .gf_step {
    height: 10px;
    margin: 5px 32px 0px 0;
}

.index-bottom-widget .gdpr-box {
    background: #f2f2f2;   
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.util-spinner {
    position: relative;
    width: 15px;
    margin-left: 10px;
}
 
.util-spinner:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -7px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #000;
  animation: spinner .6s linear infinite;
}

.hotspot-tag-name .util-spinner {
    margin-left: 15px;
}

.hotspot-tag-name .util-spinner:after {
    width: 13px;
    height: 13px;
    margin-top: -7px;
    border: 1px solid #fff;
    border-top-color: #333;
}


/*-------------------------------
  MISCELLANEOUS
-------------------------------*/

#archives {
    padding-top: 50px;
}

/* Default WordPress Classes */

.entry-content img {
    margin: 0 0 18px 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
    max-width: 698px;
    height: auto;
}

.alignleft,
img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.alignright,
img.alignright {
    display: block;
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}

.aligncenter,
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin: 0 0 10px -20px;
}

.wp-caption {
    border: 1px solid #e8e8e8;
    text-align: center;
    background-color: #f6f6f6;
    padding-top: 4px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#content .post-content .wp-caption p.wp-caption-text {
    font-size: 10px;
    line-height: 22px;
    padding: 0 4px 3px;
    margin: 0;
    margin-bottom: 0;
    color: #777777;
}

.gallery img {
    margin: 0;
}



/*-------------------------------
  FOOTER
-------------------------------*/

#footer {
    /*border-top: 1px solid rgba(0,0,0,.1);*/
    width: 100%;
    margin-top: 50px;
    color: #333;
    padding: 30px 0 40px;
    position: relative;
    background-color: #fff;
}

#footer.secondary-footer {
    background-color: #f2f2f2;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}

#footer .footer-menu {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    /*border-top: 1px solid rgba(0,0,0,.05);*/
    padding-top: 10px;
}
#footer li {
    line-height: 1.5;
}

#footer li a {
    font-weight: 600;
    font-size: 13px;
    color: #444;
    color: #428bca;
}

#footer span {
    margin: 0;
    display: block;
    line-height: 24px;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
}

.footer-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
}

#footer .column-heading {
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
}

#footer .column {
    padding-left: 10px;
    padding-right: 10px;
}

#footer .connect-column {
    padding-left: 40px;
}

#footer .copywording.policy {
    display: block;
    line-height: 24px;
    padding: 5px 10px;
    text-align: right;
}

#footer .copywording.policy a {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: #428bca;
    margin-right: 20px;
}

#footer .footer-logo {
    margin-top: 10px;
    width: 180px;
    height: auto;
}

#footer .footer-subtext {
    font-size: 13px;
    line-height: 17px;
    margin-top: 20px;
    font-weight: 400;
}

.footer-graphic {
    text-align: center;
}

/*  Photographer Archive Styling
----------------------------------------------------------------------*/


.tax-photographer #content {
    text-align: left;
    float: none;
    width: 100%;
}

.tax-photographer .designer-box {
    padding-left: 5px;
    margin-bottom: 20px;
}

.tax-photographer .archive-type {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 20px;
    color: rgba(0,0,0,0.7);
}

.tax-photographer .archive-header {
    font-weight: 300;
    padding: 0px 0 10px;
    display: inline-block;
}

.tax-photographer .designer-box a {
    margin: 5px 0 0;
    color: #428bca;
}

/*  Submission Page / Firm Information Styling
----------------------------------------------------------------------*/

#content.form-page {
    width: 100%;
    float: none;
}

.form-page .post {
    background-color: transparent;
    border: none;
}

.form-page a {
    color: #428bca;
}

.page-title {
    font-weight: 300;
    padding: 40px 0 20px;
    display: block;
    text-align: center;
}

.form-page .post-content {
    width: 900px;
    margin: 20px auto 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 40px 20px;
}

.form-page .post-content p {
    width: 600px;
}

.form-page .post-content .gform_wrapper {
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid rgba(0,0,0,.2);
}

.form-page .post-content .gform_title {
  padding: 5px 0;
  display: none;
}

.form-page .gform_wrapper {
    margin: 20px !important;
}

.form-page .post-content .gform_wrapper .gfield {
    margin: 0px 0 20px;
}

.form-page .post-content .gform_wrapper .gfield_label {
    font-weight: 700;
    color: #444;
    font-size: 12px;
    margin-left: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.form-page.submit-page.slim .post-content .gform_wrapper .gfield_description {
    padding-top: 2px;
    font-size: 12px;
}

.form-page .post-content ul {
    padding: 0 40px;
    line-height: 23px;
    font-size: 16px;
}

.form-page {
    min-height: 350px;
}

.gform_wrapper .top_label .tos-agreement .gfield_label{
    vertical-align: top;
    margin-right: 5px;
}

.tos-agreement .ginput_container_checkbox {
    display: inline-block;
    width: 75%;
    margin-top: 0 !important;
}

.tos-agreement label {
    font-size: 13px !important;
}

.tos-agreement label a {
    display: inline-block;
    font-size: 13px !important;
    border-bottom: 1px solid #428bca;
    padding-bottom: 0px;
}
.tos-agreement label a:hover {
    text-decoration: none;
    opacity: .7;
}

.gform_button.button,
.gform_next_button.button {
    display: inline-block;
    color: #428bca;
    /*height: 40px;*/
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: white;
    background: #428bca;
    border-radius: 2px;
    padding: 8px 18px;
    font-weight: 600;
}

.gform_button.button:hover,
.gform_next_button.button:hover {
    background-color: #357ebd;
}

.form-page .post-content .gform_wrapper .gfield.tos-agreement {
    margin-top: 20px;
}

.form-page.submit-page.slim .post-content .gform_wrapper input[type=text] {
    height: 30px;
    color: #333;
    padding: 8px 11px;
    font-size: 14px;
}

.form-page.submit-page.slim .post-content .gform_wrapper textarea {
    color: #333;
    padding: 4px 11px;
    font-size: 14px;
}

.form-page.submit-page.slim .post-content .gform_wrapper input[type=text]:focus,
.form-page.submit-page.slim .post-content .gform_wrapper textarea:focus {
    border: 1px solid #333;
    outline: none;
}

.form-page.submit-page.slim .post-content .gform_wrapper h2.gsection_title {
    margin-top: 40px !important;
}

.gform_wrapper .tos-agreement ul.gfield_checkbox {
    margin: 0;
    padding: 0;
}

.gform_wrapper .tos-agreement ul.gfield_checkbox li {
    margin: 5px 0 0 0;
}

.form-page.submit-page.slim .submit-form-detail .gfield_description {
    font-size: 10px;
    display: inline-block;
    width: auto;
    margin-left: 5px;
    padding-bottom: 0px;
}

.form-page.submit-page.slim .post-content .gform_wrapper {
    width: 650px;
    background-color: #f9f9f9;
    padding: 0px 40px 20px;
    margin-top: 35px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 50px !important;
    border: 1px solid rgba(0,0,0,.2);
    
}

.form-page.submit-page.slim .post-content li {
    list-style-position: outside; 
}

.form-page.submit-page.slim .form-area-field {
    width: 30%;
    margin-right: 3%;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 40px;
}

.form-page.submit-page.slim .post-content .gform_wrapper #field_3_20.gfield {
    margin: 0px 0 0px;
}

/*  Collections Product Tags
----------------------------------------------------------------------*/

.tax-productcats #main {
    width: 100% !important;
}

.brand-tags {
    font-weight: 300;
    margin-right: 5px;
}

.tag-separator:last-of-type {
    display: none;
}

.product-tags-box {
    padding: 30px 18px 15px;
    display: block;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}

.product-tags-box p {
    display: block;
}

.product-tags-box p:last-of-type {
    border-bottom: none;
}

.product-tags-box p a {
    color: #444;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.product-tags-box .product-listing {
    /*width: 120px;*/
    width: 100px;
    display: inline-block;
    /*border: 1px solid rgba(0,0,0,.1);*/
    /*border-radius: 3px;*/
    margin: 2px 5px 5px 0;
    background-color: #fff;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.product-tags-box .product-listing:nth-of-type(3n) {
    margin-right: 0;
}

.product-tags-box .product-listing .product-tags a,
.product-tags-box .product-listing .product-tags p.product-name {
    font-size: 11px;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 14px;
    /*width: 165px;*/
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    display: block;
    text-align: center;
}

.product-tags-box .product-listing .product-tags .product-name.option-name {
    color: #6a6a6a;
}

.product-tags-box .product-listing .product-tags a {
    color: #333;
}
.product-tags-box .product-listing .product-tags p.product-name {
    color: #333;
}

.product-tags a {
    margin-top: 3px !important;
}

.product-tags-box .product-photo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
   /* border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;*/
    padding: 0;
    margin: 0;
}

.product-tags-box .product-photo img {
    width: 100px !important;
    height: 100px !important;
}

.product-tags-box .product-photo .attachment-browse {
    width: auto;
    height: 120px;
}

.product-listing .product-category-heading {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(0,0,0,.4);
    line-height: 10px; 
    margin: 5px 0 3px;
}

.product-listing .brand-category-name {
    font-size: 12px;
    color: #444;
}

.product-listing .product-parent-link {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    color: #428bca;
}

.product-listing .product-info-group {
    width: 100%; 
    padding: 5px; 
    display: inline-block;
    text-align: center;
}

.share-overlay {
    margin: 0 0 30px 20px;
}

.share-overlay a {
    color: #fff;
    padding: 5px 14px;
    text-shadow: 0 1px 3px rgba(255,255,255,.2);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    margin: 0 5px;
}

.share-overlay a:hover {
    text-decoration: none;
}

.share-overlay .overlay-pinterest-button,
.share-overlay .product-overlay-pinterest-button {
    background-color: #cb2027;
    background-color: rgba(0,0,0,.5);
}

.share-overlay .overlay-email-button {
    background-color: #555;
    background-color: rgba(0,0,0,.5);
}

.share-overlay .overlay-pinterest-button:before,
.share-overlay .product-overlay-pinterest-button:before {
    display: inline-block;
    content: '';
    background:url('https://officesnapshots.com/wp-content/themes/os/images/icons.png');
    width: 20px;
    height: 20px;
    background-size: 35px auto;
    margin-right: 3px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: -16px -1px;
}

.share-overlay .overlay-email-button:before {
    display: inline-block;
    content: '';
    background:url('https://officesnapshots.com/wp-content/themes/os/images/os.png');
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0px 0px;
}

.share-overlay .overlay-pinterest-button:hover,
.share-overlay .product-overlay-pinterest-button:hover {
    background-color: #aa0719;
    background-color: #000;
}

.share-overlay .overlay-email-button:hover {
    background-color: #000;
}

/*  Product Sidebar Project Test
----------------------------------------------------------------------*/

.gallery-item.product-test {
    display: flex;
    /*display: block;*/
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.gallery-item.product-test > a {
    float: left;
    /*display: block;*/
    display: flex;
    flex-wrap: nowrap;
    /*width: 600px !important;*/
}

.gallery-item.product-test .product-tags-box {
    float: left;
    width: 100px;
    padding: 22px 8px 15px;
    background-color: #f2f2f2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid rgba(0,0,0,.07);
    border-right: 1px solid rgba(0,0,0,.07);
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.gallery-item.product-test .product-tags-box:empty {
    display: none;
}

.gallery-item.product-test .product-listing {
    width: 80px;
    margin: 2px;
    background-color: #f2f2f2;
    
}

.gallery-item.product-test .product-listing:first-of-type .product-photo {
    margin-top: 5px;
}

.gallery-item.product-test .product-tags-box .product-listing:first-of-type:before {
    left: 5px;
}

.gallery-item.product-test .product-listing .product-photo {
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.gallery-item.product-test .product-listing .product-photo img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 5px;
    border: none;
}

.gallery-item.product-test .product-listing .product-photo img:hover {
    opacity: .9;
}

.single-post .officesnapshots-gallery .gallery-item.product-test > a img {
    border: none;
    border-top: 1px solid rgba(0,0,0,.05);
    border-left: 1px solid rgba(0,0,0,.05);
    border-right: 1px solid rgba(0,0,0,.05);
}

.gallery-item.product-test .expander-notice {
        font-size: 10px;
    line-height: 11px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.gallery-item.product-test.hotspot-mode .product-tags-box.phm-sidebar {
    float: none;
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
}

.gallery-item.product-test.hotspot-mode .product-tags-box.phm-sidebar:empty {
    display: none;
}

.gallery-item.product-test.hotspot-mode {
    /*display: inline-block;*/
}

.gallery-item.product-test.hotspot-mode .product-tags-box.phm-sidebar .phm-tag:last-of-type .sep-comma {
    display: none;
}

.gallery-item.product-test .hotspot-tag-name,
.page-photos-admin .hotspot-tag-name {
    background-color: #fff;
    display: none;
    height: auto;
    min-width: 215px;
    top: -6px;
    position: absolute;
    font-size: 12px;
    vertical-align: middle;
    line-height: 14px;
    font-weight: 600;
    z-index: 90;
    white-space: nowrap;
    width: auto;
    border-radius: 10px;
    background: #333;
    color: #fff;
    left: -6px;
    transform: translateZ(-10px);
    padding: 3px 14px 3px 25px;
}

.highslide-container .highslide-wrapper .hotspot-tag-name {
    background-color: #fff;
    display: none;
    height: auto;
    top: -6px;
    position: absolute;
    font-size: 12px;
    vertical-align: middle;
    line-height: 14px;
    font-weight: 600;
    z-index: 90;
    white-space: nowrap;
    width: auto;
    min-width: 215px;
    border-radius: 10px;
    background: #333;
    color: #fff;
    left: -6px;
    transform: translateZ(-10px);
    padding: 3px 14px 3px 25px;
}

.gallery-item.product-test .hotspot,
.gallery-item.product-test .hotspot-tag-options,
.page-photos-admin .hotspot-tag-options {
    display: none;
}

.hotspot-tag-options .delete-pending,
.hotspot-tag-options .confirm-delete {
    color: #F55E4F;
}

.hotspot-tag-options .cancel-delete {
    color: #9ea3a8;;
}

.hotspot-tag-options .delete-pending:hover,
.hotspot-tag-options .confirm-delete:hover,
.hotspot-tag-options .cancel-delete:hover {
    cursor: pointer;
    text-decoration: underline;
}

.highslide-container .highslide-wrapper .hotspot-tag-name.hotspot-visible {
    display: inline-block;
}

.gallery-item.product-test:hover .hotspot {
    display: inline-block;
}

.gallery-item.product-test:hover .hotspot-tag-name {
    display: none;
}

.page-photos-admin .hotspot-tag-name {
    top: -1px;
    background: #333;
    color: #fff;
    left: -1px;
    transform: translateZ(-10px);
    padding-left: 25px;
}

.highslide-container .highslide-wrapper  .hotspot:hover .hotspot-tag-name,
.gallery-item.product-test .hotspot:hover .hotspot-tag-name,
.page-photos-admin .hotspot:hover .hotspot-tag-name {
    display: inline-block;
}

.hotspot-overlay {
    width: 100%;
    pointer-events: none;
}

.os-tooltip {
    background: #2F353E;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    font-size: 12px;
    line-height: 1.4em;
    z-index: 900000;
}

.os-tooltip:before {
    border: solid;
    border-color: transparent;
    border-width: 6px;
    content: "";
    position: absolute;
}

.os-tooltip.top {
    margin-top: -8px;
}

.os-tooltip.top:before {
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-top-color: #2F353E;
    border-bottom-width: 0;
}

.os-tooltip .hotspot-edit,
.os-tooltip .hotspot-delete,
.os-tooltip .hotspot-close {
    margin: 0 7px;
    font-weight: 600;
}

.os-tooltip a:hover {
    cursor: pointer;
}

.os-tooltip .hotspot-edit {
    color: #ffffff;
    margin-left: 0;
}

.os-tooltip .hotspot-delete {
    color: #F55E4F;
}

.os-tooltip .hotspot-edit:hover,
.os-tooltip .hotspot-delete:hover {
    text-decoration: underline;
}

.os-tooltip .hotspot-close {
    background: #888;
    border-radius: 50px;
    padding: 3px 4px 3px 4px;
    font-size: 9px;
    line-height: 10px;
    color: #333;
    text-align: center;
    margin-right: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
}

.os-tooltip .hotspot-close:hover {
    text-decoration: none;
    opacity: .8;
}


/*.gallery-item.product-test:hover .product-tags-box.phm-sidebar {
    display: block;
}*/

/*
        .hotspot-tag-name-arrow::before {
          position: absolute;
    width: 12px;
    left: 17px;
    height: 12px;
    background: #fff;
    top: -2px;
        }

        .hotspot-tag-name-arrow::before {
          visibility: visible;
          content: '';
          transform: rotate(45deg);
        }*/


/*  Brand / Product Profile Modal
----------------------------------------------------------------------*/

.contact-modal-highslide {
    background-color: #fff !important;
    font-size: 13px;
}

.contact-modal-highslide a {
    color: #428bca;
}

.contact-modal-highslide label {
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
    font-size: 10px;
    line-height: 10px;
    display: block;
    font-weight: normal;
}

.contact-modal-highslide .highslide-heading h2 {
    color: #444;
    font-size: 22px;
    line-height: 24px;
}

.contact-modal-highslide .highslide-heading {
    margin: 5px !important;
    padding: 5px !important;
}

.contact-modal-highslide .highslide-header {
    border-bottom: none !important;
    height: auto !important;
    margin-bottom: 10px;
}

.contact-modal-highslide .highslide-footer {
    display: none;
}

.contact-modal-highslide .highslide-header .highslide-close {
    display: block;
}
.contact-modal-highslide .highslide-maincontent {
    color: #444;
    padding: 15px;
}

.contact-modal-highslide .highslide-maincontent ul.brand-social li a:hover {
    text-decoration: none;
}

.contact-modal-highslide .highslide-maincontent ul li {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

/*  Brand / Product V2
----------------------------------------------------------------------*/

/*.single-products #main {
    width: 1200px;
}

.single-products #content.product {
    width: 100%;
}*/

.ck-spinner:after,
.ck-spinner-large:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner .6s linear infinite;
}

.ck-spinner:after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: #ccc;
}

.product-info.new-version {
    white-space: nowrap;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.product-info.new-version .product-info-left {
    display: inline-block;
    padding: 30px;
    text-align: center;
    vertical-align: top;
    width: 60%;
    white-space: normal;   
    position: relative;
}

.product-info.new-version .product-info-right {
    display: inline-block;
    padding: 30px;
    text-align: center;
    vertical-align: top;
    width: 40%;
    white-space: normal;
    position: relative;
}

.product-info-left .profile-name {
    color: #333;
    line-height: 25px;
    font-weight: 700;
    padding: 5px 0;
}

.product-info-left .brand-name {
    color: #444;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 5px 0 0;
    text-align: left;
}

.product-info-left .blue-link-600 {
    color: #438bca;
    font-weight: 600;
}

.product-info-left .blue-link-400 {
    color: #438bca;
    font-weight: 400;
}

.product-info-left .product-description {
    color: #555;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625;
    padding: 0 0 15px;
    text-align: left;    
}

.product-info-left .product-description a {
    color: #438bca; 
}

.product-info-left .product-description p {
    margin-bottom: 5px;
}

.product-info-left .product-description ul {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 30px 5px;
    list-style: inherit;
}

.product-info.new-version .product-info-left .profile-name {
    width: 100%;
    text-align: left;
}

.product-info.new-version .product-info-left .buttons-container {
    display: flex;
    justify-content: flex-start; /* Align buttons to the left */
    gap: 10px; /* Spacing between buttons */
    margin: 20px 0 25px;
}

.product-info-left .contact-button, 
.product-info-left .follow-button {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    /*text-transform: uppercase;*/
    margin: 0;
    border: 0;
    border-radius: 8px;
    padding: 3px 18px 3px;
    display: inline-block;
    /* width: 35%; */
    text-align: center;
    line-height: 22px;
    position: relative;
    min-width: 100px;
}

.product-info-left .contact-button {
    background-color: #62c462; /* Green color for the contact button */
}

.product-info-left .contact-button:hover,
.product-info-left .follow-button:hover,
.product-info-left .add-document-button:hover {
    text-decoration: underline;
    cursor: pointer;
    opacity: .9;
}

.product-info-left .follow-button {
    background-color: #438bca; /* Blue color for the follow button */
}

.product-info-left .follow-button.following {
    background: #f2f2f2;
    color: #333;
}

.product-info-left .follow-button.following:hover {
    background: #e5e5e5;
    color: #333;
}

#content.brand #products-tab,
#content.brand #documents-tab,
#content.brand #collections-tab {
    width: 100%;
}

#content.product .tab-area-inactive,
#content.brand .tab-area-inactive {
    display: none;
}

#content.brand .tab-area-active,
#content.product .tab-area-active {
    display: block;
}

#content.brand .brand-collection-name {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin: 10px 0 20px;
    color: #444;
    padding: 0 20px;
}

#documents-tab .gallery-item .item-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Creates a square */
    position: relative;
    background-color: #f3f3f3; /* Optional: background color for the thumbnail area */
    overflow: hidden;
}

#documents-tab .gallery-item .item-thumbnail img {
    width: auto;
    height: auto;
    max-width: 90%; /* Adjust as needed for padding */
    max-height: 90%; /* Adjust as needed for padding */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
}

#content.profile.brand #documents-tab .product-gallery.brand-gallery.profile-gallery .gallery-item-wrap .item-info img,
#content.profile.brand #documents-tab .product-gallery .gallery-item .item-info img, 
#content.profile.brand #documents-tab .gallery-item .item-info img {
    max-width: none; /* Reset max-width */
    height: auto; /* Keep height auto if you want the image's natural height */
    display: inline; /* Reset display, use 'block' or 'inline' as needed */
    width: auto; /* Reset width to auto */
    border-top-left-radius: 0; /* Remove border radius */
    border-top-right-radius: 0; /* Remove border radius */
}

.gallery-item-wrap .item-info .download-link {
    display: flex;
    align-items: center;
    margin-top: 5px; /* Adjust as needed */
}

.gallery-item-wrap .item-info .download-link a {
    text-decoration: none;
    color: #333; /* Adjust color as needed */
    display: flex;
    align-items: center;
}

.gallery-item-wrap .item-info .download-link a:hover {
    /*color: #438bca;*/
}

.gallery-item-wrap .item-info .download-link img {
    width: 20px; /* Adjust as needed */
    height: auto;
    margin-left: 5px; /* Adjust as needed */
}

#content.profile.product #documents-tab .gallery-item .item-info .product-title,
#content.profile.brand #documents-tab .gallery-item .item-info .product-title,
#content.profile.product #documents-tab .gallery-item .item-info .product-title:hover,
#content.profile.brand #documents-tab .gallery-item .item-info .product-title:hover {
    color: #333;
}

#content.brand #documents-tab .add-trigger {
    background: none;
}

.add-trigger .gallery-item {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    height: 295px; /* Same as your min-height */
}

.brand-tabs {
    display: flex;
    justify-content: space-between; /* Aligns items to start and end */
    overflow-x: auto;
    white-space: nowrap;
    box-shadow: inset 0 -1px rgba(0,0,0,.1);
    margin: 15px 5px 15px;
    width: 100%;
}

.brand-tabs .tablinks-group {
    display: flex; /* Optional, if you want to apply specific flex properties to the group */
    /* Additional styles for the group as needed */
}

.brand-tabs .action-tablink-wrapper {
    /* Adjust the height and alignment as needed */
    display: flex;
    align-items: center; /* This will vertically center the button inside the wrapper */
}

/* Style for the tab buttons inside brand-tabs to mimic board-tab */
.brand-tabs button.tablinks {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #666;
    display: inline-flex;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
    padding: 8px 16px;
    text-decoration: none;
    white-space: nowrap;
}

/* Hover effect for tab buttons */
.brand-tabs .has-docs button.tablinks:hover {
    cursor: pointer;
    border-bottom: 2px solid #438bca;
    font-weight: 600;
    color: #333;
}

/* Active tab style */
.brand-tabs button.tablinks.active {
    border-bottom: 2px solid #438bca;
    font-weight: 600;
    color: #333;
}

.brand-tabs .action-tablink {
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    font-size: 14px;
    color: #333; /* Text color */
    background-color: #fff; /* Background color */
    /*border: 1px solid #ccc;*/
    border-radius: 8px;
    padding: 3px 18px 3px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    position: relative;
    min-width: 100px;
    cursor: pointer;
}

.brand-tabs .action-tablink:hover {
    cursor: pointer;
    color: #438bca;
    text-decoration: none;
}


/* Style the tab content */
.brand-tabs .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.single #documents-tab, 
.single #collections-tab {
    min-height: 400px;
}


.single-products .product-info-left .buttons-container .contact-button.save-button {
    background: #333;
    display: inline-block;
    width: 100px;
    margin-left: 0px;
}
.profile.brand .product-info-left .contact-button {
    display: inline-block;
}

.product-info-left .learn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: left;
}

.product-info-left .learn-text {
    font-size: 12px;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
}

.product-info-right img {
    width: 100%;
    height: auto;
}

.product-gallery.profile-gallery.new-version .gallery-item {
    width: 240px;
    margin: 0 15px 30px;
}

.profile.product .product-gallery.profile-gallery.new-version .gallery-item .product-gallery-image {
    width: 100%;
    border: 1px solid rgba(0,0,0,.05);
}

.product-gallery.new-version .gallery-item .gallery-img {
    width: 238px;
    height: 238px;
    max-height: none;
}

#content.profile.brand .gallery-item-wrap.new-version {
    /*width: 100%;*/
    height: auto;
    padding: 0;
    margin: 0 8px 25px;
}

#content.profile.brand .gallery-item-wrap.new-version {    
    background-color: #fff;
    border-radius: 10px;
}

#products.products-archive .gallery-item-wrap.new-version {
    width: 240px;
    height: 336px;
    margin: 0 15px 30px;
}

.profile-gallery .gallery-item-wrap.new-version img {
    max-height: none;
}

#product-contact-modal,
.modal.contact-form-modal {
    padding: 30px 45px;
}

#product-contact-modal h3{
    text-align: center;
    margin-bottom: 20px;
}

.contact-form-modal h3 {
    text-align: center;
    margin-bottom: 10px;
}

#product-contact-modal .product-form-half,
.contact-form-modal .product-form-half {
    grid-column: span 6;
    display: inline-block;
}

#product-contact-modal .product-form-textbox textarea {
    height: 120px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#product-contact-modal .product-form-textbox textarea::placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#product-contact-modal .name_first {
    padding-right: 0;
}

#product-contact-modal .gfield_checkbox label {
    font-size: 14px;
}

#product-contact-modal .product-consent,
.contact-form-modal .document-consent {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 10px;
}

.contact-form-modal .document-download-text {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

#signup-modal .additional-action-text {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

#product-contact-modal input {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
}

.contact-form-modal input {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 8px 
}

#product-contact-modal .gform_button.button {
    width: 100%;
}

#product-contact-modal .gfield_visibility_administrative {
    display: none;
}

.contact-form-modal button {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    display: inline-block;
    color: #428bca;
    width: 100%;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: white;
    background: #428bca;
    padding: 8px 18px;
    font-weight: 600;
    margin-bottom: 10px;
}


/*  Brand / Product / Firm Profile Styling -- .profile-gallery also used on archive pages
----------------------------------------------------------------------*/

#content.profile {
    width: 1050px;
    margin: 20px auto 40px;
}

.profile-info {
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    position: relative;
}

.profile-info .profile-contact {
    width: 250px;
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
    top: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid rgba(0,0,0,.05)
}

.profile-info .brand-box {
    min-height: 228px;
    padding: 10px;
}

.profile-info .profile-name {
    color: #444;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    padding: 5px 0;
}

.profile-info .profile-logo {
    display: inline-block;
    text-align: center;
    margin: 35px;
}

.profile-info .profile-logo a {
    margin: 0;
}

.profile-info .profile-logo img {
    height: 150px;
    width: auto;
    margin: 0;
}

.profile-info .profile-logo.no-radius img {
    border-radius: 0;
}

.profile-info .buttons {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.profile-info .contact-button {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #62c462;
    margin: 10px 0;
    border: 0;
    border-radius: 3px;
    padding: 5px 10px;
    display: block;
}

.profile-info .contact-button:hover {
    cursor: pointer;
    opacity: .9;
}

.profile-info .profile-details {
    width: 798px;
    display: inline-block;
    float: right;
    text-align: left;
}

.profile-info .cover-photo {
    border-radius: 0;
    width: 100%;
    display: inline-block;
}

.profile-info .profile-text {
    color: #444;
    background-color: #fff;
    min-height: 125px;
    padding: 20px 30px;
}

.profile-info .profile-text p a {
    color: #428bca;
}

.profile-info .product-text ul {
    list-style: disc;
    padding-left: 30px;
    padding-bottom: 10px;
}

.profile-info p {
    margin-bottom: 5px;
}

.profile-info .profile-link {
    color: #428bca;
    font-weight: 400;
    font-size: 14px
}

.profile-info .learn {
    font-size: 12px;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
}

.profile .profile-context-name {
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #418BCA;
    font-style: normal;
}

.profile .profile-context-heading {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    text-transform: uppercase;
    padding: 5px;
    margin: 25px 0 30px 10px;
    text-align: left;
    clear: both;
    width: 100%;
}

.profile-gallery {
    padding: 0;
    margin: 0;
}

.profile-gallery .gallery-item {
    width: 250px;
    margin: 5px;
    float: left;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.profile-gallery .gallery-item .gallery-img {
    width: 100%;
    /*height: auto;*/
    max-height: 166px;
    display: inline-block;
}

.profile-gallery .gallery-item img:hover {
    opacity: .9;
}

.product-gallery.profile-gallery .gallery-item {
    /*width: 23.5%;*/
    /*margin: 0 1% 2%;*/
    margin: 0;
}

.product-gallery.profile-gallery .gallery-item:nth-of-type(4n+1) {
    margin-left: 0;
}

.product-gallery.profile-gallery .gallery-item:nth-of-type(4n) {
    margin-right: 0;
}

.product-gallery.profile-gallery img:hover {
    opacity: 1;
}

.product-gallery.profile-gallery .expand-notice {
    font-size: 13px;
    font-weight: 400;
    text-transform: lowercase;
    margin-left: 10px;
    vertical-align: top;
}

.profile-gallery .gallery-item .item-info {
    width: 100%;
    margin: 0;
    text-align: left;
    bottom: 0;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}

.profile-gallery .gallery-item .item-info .project-title {
    font-size: 14px;
    margin: 0;
    width: 100%;
    font-weight: 500;
    color: #444;
}

.profile-gallery .gallery-item .item-info .project-title:hover {
    color: #428bca;
}

.profile .pagination {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.product-gallery.brand-gallery.profile-gallery {
    margin: 0;
    overflow: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    gap:0;
    row-gap: 0;
}

.product-gallery.brand-gallery.profile-gallery .profile-context-heading {
    grid-column: 1 / -1; /* Span across all columns */
    margin: 0;
    padding: 25px 20px 15px;
}

#content.profile.brand .product-gallery.brand-gallery.profile-gallery .gallery-item-wrap {
    box-sizing: border-box;
    margin: 5px;
    width: calc(25% - 10px);
}

#content.profile.brand .product-gallery.brand-gallery.profile-gallery #products-tab .gallery-item-wrap,
#content.profile.brand .product-gallery.brand-gallery.profile-gallery .pre-launch-gallery .gallery-item-wrap {
    max-height: 295px;
}

#content.profile.brand .product-gallery.brand-gallery.profile-gallery .pre-launch-gallery {
    width: 100%;
}

#content.profile.brand .product-gallery.brand-gallery.profile-gallery #products-tab .gallery-item-wrap img,
#content.profile.brand .product-gallery.brand-gallery.profile-gallery #collections-tab .gallery-item-wrap img,
#content.profile.brand .product-gallery.brand-gallery.profile-gallery .pre-launch-gallery .gallery-item-wrap img {
    max-width: 100%;
    height: auto; /* This ensures that the aspect ratio of the image is maintained */
    display: block; /* Removes any extra space below the image */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.profile.brand .geo-dropdown {
    float: right;
    margin: 30px 15px 8px;
    height: 30px;
}

.profile.brand .geo-dropdown:before {
    content: 'change region:';
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 5px;
}

.profile.brand .the-region {
    font-weight: 700;
}


/* Product Profile Specific Styling
----------------------------------------------------------------------*/

#content.profile.product .profile-info .brand-name {
    color: #444;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    /*margin-bottom: 40px;*/
}

#content.profile.product .profile-info .brand-name a {
    color: #428bca;    
}

#content.profile.product .profile-info .brand-name a:hover {
    text-decoration: underline;
}

#content.profile.product .product-gallery .gallery-item .product-gallery-image:hover {
    cursor: pointer;
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in !important;
    text-decoration: none;
}

#content.profile.product .product-gallery .gallery-item .highslide:hover img {
    opacity: .9 !important;
}

#content.profile.product .product-context .gallery-item-wrap {
    display: inline-block;
    width: 23.5%;
    margin: 0 1% 2%;
    float: left;
}

#content.profile.product .product-context .gallery-item-wrap:nth-of-type(4n+1) {
    margin-left: 0;
}

#content.profile.product .product-context .gallery-item-wrap:nth-of-type(4n) {
    margin-right: 0;
}

#content.profile.product .product-context .profile-context-heading {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    text-transform: uppercase;
    padding: 5px;
    margin: 5px 0 25px 10px;
    text-align: left;
}

#content.profile.product .product-context .gallery-item {
    width: 100%;
    margin: 0px;
    position: relative;
    border: 1px solid rgba(0,0,0,.05);
}

#content.profile.product .product-context .gallery-item img {
    border: none;
    margin: 0;
    width: 100%;
}

#content.profile.product .highslide-dimming {
    opacity: .7 !important;
}

/* Product Page Geo Specific Styling
----------------------------------------------------------------------*/

.single.single-products .highslide-container .highslide-wrapper.user-location-modal {
    /* background-color: #333; */
    background-color: #fff !important;
    width: 600px !important;
    margin-left: -50px !important;
    padding: 40px !important;
    height: 220px !important;
    border-radius: 5px !important;
}

.single.single-products .highslide-container .highslide-wrapper.user-location-modal .highslide-header,
.single.single-products .highslide-container .highslide-wrapper.user-location-modal .highslide-resize {
    display: none !important;
}

.single.single-products .highslide-container .highslide-wrapper.user-location-modal .highslide-heading {
    margin: 20px 45px !important;
}

.single.single-products .highslide-container .highslide-wrapper.user-location-modal .highslide-maincontent {
    padding-top: 30px !important;
}

.single.single-products .highslide-container .highslide-wrapper.user-location-modal .highslide-html-content {
    width: 520px !important;
}

.single.single-products .highslide-container .highslide-wrapper.user-location-modal > div a {
    color: #428bca;
    font-weight: 600;
}

/* Firm Profile Specific Styling
----------------------------------------------------------------------*/

#content.profile.firm .profile-info .cover-photo-box {
    height: 228px;
    width: 100%;
    background-position: center center;
    background-size: 100%;
}


/*  Products Archive Styling
----------------------------------------------------------------------*/

#products.products-archive {
    display: flex;
}

#products.products-archive .product-category-sidebar {
    order: 1;
    flex: 0 0 265px;
    width: 265px;
}

#products.products-archive .product-category-sidebar-wrap {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#products.products-archive .product-category-sidebar h4 {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.product-category-sidebar li {
    list-style: none;
}

.product-category-sidebar a {
    color: #428bca;
    font-weight: 600;
    font-size: 12px;
}

#products.products-archive .product-archive-list {
    order: 2;
    flex: 0 0 calc(100% - 250px);
    width: auto;
}

#products.products-archive .product-gallery {
    position: relative;
    margin-bottom: 25px;
    display: block;
    padding: 0 30px;
}

#products.products-archive .anchor-jump {
    position: absolute;
    top: -50px;
}

#products.products-archive .product-group {
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #262626;
    text-align: center;
    padding: 20px 30px;
    margin: 0;
}

#products.products-archive .gallery-item-wrap {
    height: auto;
    width: 300px;
    float: left;
    margin: 5px;
}

#products.products-archive .gallery-item-wrap.new-version {
    height: 356px;
}
#content.profile.brand .gallery-item-wrap {
    height: auto;
    width: 250px;
    float: left;
    margin: 5px 7px 25px;
    min-height: 211px;
    background: #fff;
    border-radius: 10px;
}

#content.profile.brand .profile-gallery .gallery-item-wrap.prod-1 {
    margin-left: 0;
}

#content.profile.brand .profile-gallery .gallery-item-wrap.prod-4 {
    margin-right: 0;
}

.gallery-item-wrap .gallery-item.private-draft {
    opacity: .5;
    min-height: 210px;
}

#products.products-archive .gallery-item {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    border: none;
    border-radius: 10px
}

#content.profile.brand .gallery-item {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    border: none;
}

#products.products-archive .gallery-item .product-thumb-link
#content.profile.brand .gallery-item .product-thumb-link {
    display: block;
}

#content.profile.brand .gallery-item .item-info {
    position: relative;
    width: 100%;
    display: block;
    background: none;
    margin: 0;
    padding: 11px 15px;
}

#products.products-archive .gallery-item .item-info {
    position: relative;
    text-align: left;
    width: 100%;
    display: block;
    background: #fff;
    margin: 0;
    padding: 11px 15px;
}

   
#content.profile.brand .gallery-item .item-info .product-title,
#content.profile.product .gallery-item .item-info .product-title,
#products.products-archive .gallery-item .item-info .product-title {    
    color: #444;
    font-size: 15px;
    text-shadow: none;
    font-weight: 600;
    padding: 0;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#products.products-archive .gallery-item .item-info .product-title:hover,    
#content.profile.brand .gallery-item .item-info .product-title:hover {    
    color: #428bca;
}

#products.products-archive .gallery-item .item-info .brand-name {
    color: #428bca;
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
    float: none;
    margin: 0;
    text-shadow: none;
}

#products.products-archive .gallery-item .item-info .brand-name:hover {
    text-decoration: underline;
} 

#products.products-archive .product-gallery .gallery-item img,
#products.products-archive .gallery-item img {
    width: 100%;
    height: auto;
    border: none !important;
}

#content.profile.brand .product-gallery #products-tab .gallery-item img,
#content.profile.brand #products-tab .gallery-item img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#products.products-archive .product-gallery .gallery-item .product-thumb-link:hover img,
#products.products-archive .gallery-item .product-thumb-link:hover img,
#content.profile.brand .product-gallery .gallery-item .product-thumb-link:hover img {
    opacity: .9;
}

.more-products-button {
    color: #fff;
    padding: 6px 13px;
    display: inline-block;
    margin: 10px 20px;
    background-color: #428bca;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.more-products-button:hover {
    text-decoration: none;
    background-color: #1C517D;
}

.post-type-archive-products #main {
    min-height: 500px;
    width: 1150px !important;
    width: 100% !important;
}

.post-type-archive-products .facet-wrap {
    padding: 5px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.post-type-archive-products .facet-wrap .facetwp-facet {
    max-height: none !important;
    padding: 0 2px;
    margin-bottom: 0;
    border: none;
    border-radius: 3px;
    padding: 5px;
    font-size: 13px;
    overflow-x: hidden;
}

.post-type-archive-products .all-office-select {
    display: inline-block;
    padding: 3px;
    font-size: 13px;
    color: #262626;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.post-type-archive-products .facetwp-selections {
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
}

.post-type-archive-products .facetwp-selections li {
    display: inline-block;
    padding: 3px;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    border-radius: 3px;
    margin-right: 2px;
}

.post-type-archive-products .product-facets {
    background: #fff; 
    padding: 0; 
    border: 1px solid #ccc;
}

.post-type-archive-products .product-facets-wrap {
    float: left; 
    width: 280px; 
}

.product-facets-wrap .request-brand-profile {
    color: #428bca;
    margin: 5px auto;
    padding: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.post-type-archive-products h4 {
    font-weight: 600;
    font-size: 13px;
    clear: both;
    margin-bottom: 3px;
}

.post-type-archive-products .browse-heading {
    padding: 0 20px 20px;
    font-weight: 300;
}

.post-type-archive-products .facet-wrap .facetwp-facet.facetwp-facet-product_brand {
    padding: 5px 0;
    margin-bottom: 5px;
}

.post-type-archive-products #products.products-archive .gallery-item-wrap {
    width: 33%;
    float: left;
    max-width: 290px;
    margin: 0 1% 30px;
    overflow: hidden; 
    border-radius: 10px;
}

.post-type-archive-products #products.products-archive .gallery-item-wrap .gallery-item {
    overflow: hidden;
}

.post-type-archive-products #products.products-archive .gallery-item-wrap .product-thumb-link {
    width: 100%;
    height: auto;
    display: inline-block; 
}

.products-archive .products-sort {
    float: right;
    margin-bottom: 10px;
}

/*  Brand Archive Styling
----------------------------------------------------------------------*/

#products.brand-archive {
    width: 1050px;
}

.brand-archive .product-info {
    background-color: #fff;
    border: 1px solid rgba(201,201,201,.7);
    border-radius: 3px;
    display: inline-block;
    margin: 6px .5%;
    position: relative;
    width: 24%;
    height: 220px;
    float: left;
}

.brand-archive .product-cover {
    max-height: 72px;
    overflow: hidden;
}

.brand-archive .brand-cover {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.brand-archive .product-text {
    position: relative;
}

.brand-archive .logo-graphic {
    position: absolute;
    /* right: -35px; */
    left: 85px;
    height: 80px;
    width: 80px;
    top: -90px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3%;
    background-color: #fff;
}

.brand-archive .logo-graphic.non-acf-logo {
    border: 1px solid rgba(0,0,0,.4);
}

.brand-archive .archive-brand-name {
    text-align: center;
    margin: 50px 0 20px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-archive .products-jump-button {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #62c462;
    margin: 20px;
    border: 0;
    border-radius: 3px;
    padding: 5px 10px;
    display: block;
    text-align: center;
}



.brand-archive .products-jump-button:hover {
    opacity: .9;
}

.brand-archive.firm-archive .brand-cover {
    width: 100%;
    background-position: center center;
    background-size: 100%;
    height: 85px;
}

/*.brand-archive.firm-archive .archive-brand-name {
    margin: 20px;
    font-size: 20px;
    line-height: 26px;
}

.brand-archive.firm-archive .products-jump-button {
    color: #418BCA;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: none;
    padding-bottom: 0px;
    text-decoration: none;
    background-color: #f2f2f2;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; 
    border-bottom-right-radius: 3px; 
    border-bottom-right-radius: 3px; 
}

.brand-archive.firm-archive .products-jump-button:hover {
    text-decoration: underline;
}*/

.firm-archive .image-edit-link {
    float: right;
    margin: 5px;
}

.firm.profile .profile-gallery .gallery-item.future-draft {
    opacity: .5;
}

.firm.profile .profile-gallery .gallery-item.future-draft:before {
    content: 'DRAFT';
    position: absolute;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding: 5px;
    background-color: #fff
}

.single-brands .product-gallery .gallery-item-wrap .image-edit-link {
    position: absolute;
    bottom: 49px;
    right: 6px;
    background-color: #333;
    margin: 0;
    color: #fff !important;
    padding: 4px 6px;
    display: none;
    border-radius: 2px;
    font-size: 14px;
    z-index: 400;
    display: none;
}

.single-brands .product-gallery .gallery-item-wrap:hover .image-edit-link {
    display: block;
}

.advertise.request .marketing-block {
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.15);
    border-bottom: 1px solid rgba(0,0,0,.15);
    width: 100%;
    height: 250px;
    margin-bottom: 60px;
    overflow: hidden;
}
.advertise.request .marketing-block .block {
    width: 50%;
    display: inline-block;
    position: relative;
}

.advertise.request .marketing-block .block-wording {
    padding: 40px;
}
.advertise.request .marketing-block .block-left {
    float: left;
}
.advertise.request .marketing-block .block-right {
    float: right;
}

.advertise.request .marketing-block .block-image-bg {
    background-repeat: no-repeat;
    height: 250px;
    background-size: 100%;
    background-position: 0 -6px;
}

.advertise.request .marketing-block .block-img {
    width: 100%;
    height: auto;
    /*margin-top: -35px;*/
}

.advertise.request .brand-logo {
    max-width: 100px;
    margin: 10px 13px;
}

.advertise.request .brand-logo.logo-top {
    margin: 20px 13px 0px;
}

.advertise.request .brand-logo.logo-bottom {
    margin: 0px 13px 20px;
}



.marketing-product-listing {
    position: absolute;
    top: 120px;
    right: 40px;
    z-index: 1000;
    display: inline-block;
    border: 1px solid #c5c5c5;
    padding: 5px;
    /*border: 1px solid #fff;*/
    border-radius: 3px;
    margin-bottom: 3px;
    background-color: #fff;
    width: 265px;
    /*box-shadow: 1px 1px 8px rgba(0,0,0,.2);*/
    /*margin-top: 15px;*/

}

.marketing-product-listing .product-category-heading {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(0,0,0,.4);
    line-height: 20px;
}

.marketing-product-listing .product-photo {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0;
    margin: 0 5px 0 0;
}

.marketing-product-listing .product-photo img {
    width: 80px !important;
    height: 80px !important;
}

.marketing-product-listing .product-tags a {
    color: #428bca;
    font-size: 13px;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 16px;
    width: 165px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.marketing-product-listing .brand-category-name {
    font-size: 12px;
    color: #444;
}

.advertise.request .block-heading {
    font-size: 20px;
    text-transform: uppercase;
}

.advertise.request .block-text {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 5px;
}

.advertise.request .block-text-small {
    font-size: 12px;
}

.advertise.request .marketing-block .block-45 {
    width: 45%;
}

.advertise.request .marketing-block .block-55 {
    width: 55%;
}

.advertise.request .post-content .gform_wrapper {
    margin-top: 65px !important;
}

.os-button {
    color: #fff !important;
    padding: 5px 15px;
    display: inline-block;
    background-color: #428bca;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
}

.os-button:hover {
    background-color: #357ebd;
    color: #fff;
    text-decoration: none;
}

.os-button.large-button {
    padding: 10px 20px;
    font-size: 16px;
}

.product-database-button {
    margin: 15px auto;    
}


/*  Product Collections Stamp
----------------------------------------------------------------------*/

/*#content.archival {
    width: 100%;
    float: none;
}*/

.archive-heading {
    font-weight: 300;
    padding: 10px 20px 20px;
    text-align: center;
}
.archival .pagination {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

/*  Product Collections Stamp
----------------------------------------------------------------------*/

.masonry:after {
    content: '';
    display: block;
    clear: both;
}


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

.gform_confirmation_message {
    margin: 20px;
    border-left: 5px solid green;
    padding: 40px 60px;
    background-color: #f6f6f6;
    font-size: 16px;
    text-align: inherit;
}

.gform_confirmation_message a {
    color: #438bca;
}

#location-list {
    padding: 0 20px 20px;

}

#location-list a {
    color: #428bca !important;

}

.cat-item {
    list-style: none;
}

#location-list > .cat-item:nth-of-type(odd) {
    background-color: #f9f9f9;
}

#location-list li.cat-item {
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
}

#location-list li.cat-item ul.children {
    margin-bottom: 0;
}

#location-list li.cat-item ul.children li.cat-item {
    font-size: 13px;
    font-weight: 300;
    padding: 0;
}

#companies-list {
    padding: 0 20px 20px;
}

#companies-list .topindex a {
    color: #428bca !important;
    font-weight: 300;
}

#companies-list ul.index {
    margin-left: 0 !important;
}

#companies-list li.letter {
    padding-bottom: 10px;
}

#companies-list li.letter,
#companies-list ul.links {
    list-style: none !important;
}

#companies-list li.letter h3 a {
    color: #333333;
}

#companies-list ul.links a {
    color: #428bca !important;
    font-weight: 300;
}

#companies-list li.letter:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/*
 *
 * Test Gallery Functionality
 *
 */

.officesnapshots-gallery {
    list-style: none !important;
    margin-left: 0 !important;
}

.officesnapshots-gallery dt {
    list-style: none !important;
    position: relative;
}

.officesnapshots-gallery .gallery-item a {
    display: block;
    
}

.single-post .officesnapshots-gallery .gallery-item a img {
    border: 1px solid rgba(0,0,0,.1);
}

.officesnapshots-gallery .gallery-item-tags {
    position: absolute;
    bottom: 0;
    left: 0;    
    margin: 15px 5px;
    display: none;
}

.officesnapshots-gallery dt:hover .gallery-item-tags {
    display: block;
}

.officesnapshots-gallery .gallery-item-tags a {
    color: #fff !important;
    padding: 4px 6px;
    display: inline-block;
    margin: 1px 4px 0px 2px;
    background-color: #428bca;
    border-radius: 2px;
    font-size: 14px;
}
.post-content .thumb-wrapper {
    position: relative;
}



.officesnapshots-gallery .gallery-item a.highslide:hover:before {
    cursor: pointer;
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in !important;
    text-decoration: none;
}

.officesnapshots-gallery .gallery-item a.highslide:hover img {
    /*opacity: .95 !important;*/
}

.product-gallery.profile-gallery .gallery-item {
    border: none;
}

.profile.product .product-gallery.profile-gallery .gallery-item .product-gallery-image {
    border: 1px solid rgba(0,0,0,.05);
}

.profile.product .product-gallery.profile-gallery .gallery-item .product-gallery-image:hover {
    border: 1px solid rgba(66,139,202,.5);
}

.profile.product .profile-text ul {
    padding: 5px 20px;
    list-style-type: disc;
    margin-bottom: 10px;
}

/*-------------------------------
  Attachment Page Styles
-------------------------------*/

.attachment #main {
    width: 1130px;
}

.attachment .attachment-box {
    width: 720px;
}

.attachment .attachment-pintags {
    margin: 10px 5px;
}

.attachment .attachment-pintags a {
    color: #fff !important;
    padding: 4px 6px;
    display: inline-block;
    margin: 1px 4px 0px 2px;
    background-color: #428bca;
    border-radius: 2px;
    font-size: 14px;
}

.attachment .entry-attachment {
    width: 1090px;
}

.attachment .entry-attachment .attachment-box img {
    width: 100%;
    height: auto;
}

.attachment .entry-attachment .attachment-box {
    float: left;
    border: 1px solid #ccc;
    position: relative;
}

.attachment .entry-attachment .attachment-meta {
    width: 350px;
    float: right;
    background-color: #fff;
    border: 1px solid #ccc;
}

.attachment .share-overlay {
    margin: 0 0 10px -48px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.attachment .dominant-colors-box {
    display: block;
    padding: 15px 20px;
    line-height: 16px;
    border-top: 1px solid #f2f2f2;
}

.attachment .dominant-colors-box:before {
    content: "colors";
    display: block;
    margin-bottom: 5px;
}

.attachment .colors-flex-container {
    display: flex; /* Use flex display for the container */
    width: 100%; /* Optional, depending on your layout requirements */
    height: 50px;
}

.attachment .color-entry {
    height: 100%; /* Full height of the container */
    display: flex;
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/*-------------------------------
  navigation styles
-------------------------------*/

.pagination {
    margin: 0 auto;
    width: 1000px;
    display: block;
}

.pagination .nav-previous {
    float: left;
}

.pagination .nav-next {
    float: right;
}

.pagination.mobile {
    display: none;
}

.pagination .nav-next a {
    float: right;
    text-align: right;
    padding-right: 10px;
    margin-right: 30px;
    color: #333;
    font-size: 15px;
}

.pagination .nav-previous a {
    float: left;
    text-align: left;
    padding-left: 10px;
    margin-left: 30px;
    color: #333;
    font-size: 15px;
    vertical-align: middle;
}


.pagination .arrow-left {
    background: url('https://officesnapshots.com/wp-content/themes/os/images/arrow.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0px;
    display: inline-block;
    width: 16px;
    height: 12px;
    -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";

}

.pagination .arrow-right {
    background: url('https://officesnapshots.com/wp-content/themes/os/images/arrow.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0px;
    display: inline-block;
    width: 16px;
    height: 12px;

}


.pagination .nav-next,
.pagination .nav-previous {
    font-weight: 700;
    text-transform: uppercase;
}
.pagination .nav-next a:hover,
.pagination .nav-previous a:hover {
    text-decoration: none;
    color: #428bca;
}

/*---------------------------------------------------------------------------------------------
  All Highslide Custom Styles
---------------------------------------------------------------------------------------------*/

/* Global Highslide Styles */

.highslide-container td {
    background-image: none !important;
}

.highslide-caption {
    background-color: #ffffff !important;
    width: 350px !important;
    padding: 0 !important;
    color: #333;
    line-height: 22px;
    font-size: 1.05em;
    border-top: #f2f2f2 !important;
    border-bottom: #f2f2f2 !important;
}

.highslide-caption a {
    color: #444;
    padding: 6px;
    display: inline-block;
    margin: 2px 4px 2px -5px;
    font-size: 20px;
}

.highslide-caption a:hover{
    text-decoration: underline;
} 

.highslide img {
    /*border: 0 !important;*/
    background: none !important;
}

.profile-gallery .highslide img {
    border: 0 !important;
    background: none !important;
}

.photo-sidebar,
.photo-sidebar a {
    text-align: left;
    font-size: 15px;
}

.photo-sidebar .designer-credit {    
    padding: 15px 20px 5px;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
}

.photo-sidebar .sidebar-section.designer-credit:before {
    content: "design";
}

.photo-sidebar .sidebar-section.project-link:before {
    content: "project";
}

.photo-sidebar .sidebar-section.photographer-credits:before {
    content: "photographer";
}

.photo-sidebar .pintags:before {
    content: "tags";
}

.photo-sidebar .sidebar-section:before {
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
    font-size: 10px;
    line-height: 10px;
    display: block;
    font-weight: normal;
}

.product-tags-box .product-listing:first-of-type:before {
    content: "in the photo";
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
    font-size: 10px;
    line-height: 10px;
    display: block;
    font-weight: normal;
    position: absolute;
    top: -15px;
}

.photo-sidebar .pin-designer .pin-designer-box:last-of-type {
    margin-bottom: 0;
}

.photo-sidebar .pin-designer-name {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.photo-sidebar .pin-designer-name .collections-designer-link {
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: 600;
    line-height: 18px;
}

.photo-sidebar .pin-designer .collections-designer-title {
    color: rgba(0,0,0,.4);
    font-weight: 300;
    margin: 0;
    line-height: 18px;
    vertical-align: top;
    padding: 0;
    font-style: italic;
    display: block;
}

.photo-sidebar .pin-designer .collections-designer-logo {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
}

.photo-sidebar .project-link {
    display: block;
    padding: 15px 20px;
    line-height: 15px;
}



.photo-sidebar .project-link  .project-link-text {
    color: #333;
    font-weight: 800;
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 24px;
    letter-spacing: -.5px;
}

.photo-sidebar .project-link  .project-link-text:hover {
    text-decoration: underline;
}

.photo-sidebar .project-jump {
    width: 100%;
    text-align: center;
    background-color: #428bca;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-shadow: 0 1px 3px rgba(255,255,255,.2);
    text-transform: uppercase;
}

.photo-sidebar .project-jump:hover {
    cursor: pointer;
    background-color: #357ebd;
    text-decoration: none;
}

.photo-sidebar .pintags {
    display: block;
    margin: 0;
    padding: 15px 20px;
    /*font-style: italic;*/
    color: #666;
    line-height: 16px;
    border-top: 1px solid #f2f2f2;
}

.photo-sidebar .pintags li {
    list-style:none;
    display: inline-block;
    margin: 2px 4px 2px 0;
    background-color: #428bca; 
}

.photo-sidebar .pintags a {
    color: #666;
    padding: 0;
    /*display: inline-block;*/
    margin: 0;
    /*background-color: #428bca;*/
    /*border-radius: 2px;*/
    font-size: 12px;
    line-height: 16px;
    text-transform: lowercase;
}

.photo-sidebar .pintags a:hover{
    text-decoration: underline;
}

.photo-sidebar .photographer-credits {
    display: block;
    margin-left: 0;
    padding: 5px 20px 15px;
}



.photo-sidebar .photographer-credits a {
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: 600;
    line-height: 18px;
}

/*.photo-sidebar .product-listing:hover {
    border: 1px solid #428BCA;
}*/

.highslide-overlay .photographer-credits {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 10px;
    display: inline-block;
}

.highslide-overlay .photographer-credits a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}




/*  Highslide Styling For Collections Tiles */

#linky .boxy .highslide img {
    cursor: pointer;
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in !important;
    width: 100% !important;
}

.officesnapshots-gallery .highslide img {
    cursor: pointer;
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in !important;
}

/*.officesnapshots-gallery .hotspot-mode .highslide img {
    cursor: pointer !important;
}*/

#linky .boxy .highslide img:hover {
    opacity: .9;
}

.tax-media-tags .highslide-wrapper,
.tax-productcats .highslide-wrapper,
.page-photos .highslide-wrapper {
    /*margin-left: -50px !important;*/
    border: none !important;
    background-color: #333 !important;
    border-radius: 4px;
}


/*  Highslide Styling For Brand and Product Pages */
.single .highslide-wrapper {
     /*width: 100% !important;*/
    /*margin-left: -50px !important;*/
    border: none !important;
    background-color: #f2f2f2 !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

/*.single .highslide-wrapper > div {*/
.single .highslide-wrapper .os-overlay-wrapper {
    background-color: #333;
    /*background-color: transparent;*/
}

.single.single-brands .highslide-wrapper > div,
.single.single-products .highslide-wrapper > div {
    /*background-color: #333;*/
    background-color: #fff;
}

.single .highslide-container table {
    background: transparent;
    /*background: #333;*/
}

.single .highslide-image {
    /*top: 10px !important;
    bottom: 10px !important;*/
    /*height: 90% !important;*/
}

.single.single-brands .highslide-wrapper,
.single.single-products .highslide-wrapper {
    margin-left: 0px !important;
    border: none !important;
}

/*.single.single-brands .highslide-container .highslide-image + div > div:first-child,
.single.single-products .highslide-container .highslide-image + div > div:first-child {
    width: 0px !important;
    background-color: transparent;
    border: none !important;
}*/

.single.single-brands .closebutton,
.single.single-products .closebutton {
    left: 15px !important;
}

.single.single-products .officesnapshots-gallery {
    text-align: center;
}

/*.single-post .highslide-container .highslide-image + div > div:first-child,*/
.tax-media-tags .highslide-container .highslide-image + div > div:first-child,
.tax-productcats .highslide-container .highslide-image + div > div:first-child,
.page-photos .highslide-container .highslide-image + div > div:first-child {
    /*width: 300px !important;*/
    background-color: #f2f2f2;
    height: 600px;
    overflow: scroll;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /*top: -1px !important;*/
}

/*  Highslide Styling For Collections Tiles
----------------------------------------------------------------------*/


.tax-media-tags .highslide img:hover,
.single-products .highslide img:hover,
.page-photos .highslide img:hover {
    opacity: .8 !important;
}

/*  Masonry Tile Styling
----------------------------------------------------------------------*/

.tax-media-tags #main {
    width: 100% !important;
}

#linky {
    margin:0 0 0 30px;
    margin:0 auto !important;
} 

#linky .boxy.boxy-standard {
    width: 240px;
    color: #444;
    background-color: #fff;
    margin: 5px;
    border: 1px solid rgba(0,0,0,.2);
    float:left;
    border-radius: 4px;
}

#linky .boxy.boxy-standard img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#linky .boxy.boxy-standard p {
    padding: 10px 16px;
}

#linky .boxy.boxy-standard p a{
    color: #444;
    font-size: 14px; 
    line-height: 17px; 
    font-weight: 400;
}

.highslide-viewport-size {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.highslide-wrapper, 
.highslide-outline {
    opacity: 1 !important;
    /*background-color: #e5e5e5 !important;*/
    background-color: transparent !important;
}

.tax-media-tags h3 {
    float: left;
    text-align: left;
    line-height: 20px;
}

.highslide-wrapper {
    margin-left: 0px;
    background: transparent !important;
}

.highslide-overlay {
    background-color: transparent !important;
}

.closebutton {
    left: 365px !important;
}

/*-------------------------------
  /offices/ FACETWP STYLES
-------------------------------*/

#main.offices {
    width: 100% !important;
}

#content.office-browse {
    margin: 0;
    padding: 0;
    width: 100%;
}

.office-browse .browse-heading {
    font-weight: 300;
    padding: 10px 20px 20px;
}

.page-offices #content.office-browse {
    padding: 0;
   
}

.page-offices .office-browse .browse-left {
    width: 300px;
    float: left;
    overflow: hidden;
    padding: 0 20px;
}

.page-offices .office-browse .browse-right {
    width: auto;
    margin: 0 0 0 300px;
}

.page-offices .office-browse .browse-left .facetwp-link:hover,
.page-offices .office-browse .browse-left .facetwp-checkbox:hover {
    color: #428bca;
}

.page-offices .office-browse .browse-right #offices {
    margin: 0 !important;
    overflow: visible;
}

.page-offices .office-browse .browse-left #tools {
    padding: 0;
    width: 100%;
    float: right;
    overflow: hidden;
}

#content.office-browse #tools .facetwp-type-dropdown,
#content.office-browse #tools .facetwp-type-autocomplete {
    padding: 5px 0 0 10px;
}
#content.office-browse .all-office-select {
    display: inline-block;
    padding: 3px;
    font-size: 13px;
    color: #262626;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

#content.office-browse .facetwp-selections {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
}

#content.office-browse .facetwp-selections li {
    display: inline-block;
    padding: 3px;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    border-radius: 3px;
    margin-right: 2px;
}

#content.office-browse .facetwp-selections li .facetwp-remove-selection {
    margin-bottom: -1px;
}

#content.office-browse #tools .facetwp-facet {
    max-height: none;
    margin-bottom: 10px;
}

.page-offices #content.office-browse #tools .facetwp-facet .facetwp-checkbox {
    line-height: 15px;
    padding: 0 0 0 20px;
    margin-bottom: 7px;
    font-size: 13px;
}

.page-offices #content.office-browse #tools .facetwp-facet .facetwp-checkbox:last-of-type {
    margin-bottom: 2px;
}

.office-browse .facetwp-type-checkboxes,
.office-browse .facetwp-type-hierarchy {
    padding: 5px 0 0 10px;
}

#content.office-browse #tools h4 {
    font-weight: 600;
    font-size: 13px;
    clear: both;
    margin-bottom: 3px;
}

.page-offices #offices {
    margin:0 0 0 30px;
    margin:0 auto !important;
    /*font-family: 'Open Sans' !important;*/
}

.page-offices #offices .listing {
    text-align: left;
    float: left;
    display: inline-block;
    margin: 0 15px 30px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 270px;
    height: 250px;
    background-color: #fff;
}

.page-offices #offices .listing .listing-link {
    width: 270px;
    height: 250px;
    display: block;
}

#content.office-browse #offices .listing-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.page-offices #content.office-browse #offices .listing:hover {
    border-bottom: 1px solid rgba(66, 139, 202, .7);
    transition: border-color .5s ease-out;
    -moz-transition: border-color .5s ease-out;
    -webkit-transition: border-color .5s ease-out;
    -o-transition: border-color .5s ease-out;
}

.page-offices #content.office-browse #offices .listing .listing-title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

.page-offices #content.office-browse #offices .listing .project-jump {
    position: absolute;
    top: 85px;
    left: 90px;
    display: none;
    text-align: center;
    padding: 2px 10px;
    color: #fff;
    background-color: rgba(66, 139, 202, .95);
    opacity: 1;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}

.page-offices #content.office-browse #offices .listing:hover .project-jump {
    display: inline-block;
}
.page-offices #content.office-browse #offices .listing .project-data{
    background-color: #fff;
    padding: 2px 5px;
    bottom: 0;
    position: absolute;
    width: 298px;
}

.page-offices #content.office-browse #offices .listing .project-data .data-year,
.page-offices #content.office-browse #offices .listing .project-data .data-area{
    display: inline-block;
    width: 50%;
}

#content.office-browse #tools .facetwp-facet {
    max-height: 150px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    overflow: scroll;
    border-radius: 3px;
    padding: 5px;
    font-size: 13px;
    overflow-x: hidden;
}

#content.office-browse #tools .facetwp-facet-year_completed,
#content.office-browse #tools .facetwp-facet-industry {
    max-height: 105px;
}

#content.office-browse .selection-breadcrumbs {
    margin-bottom: 0px;
    margin-left: 2px;
}

.facetwp-facet-company input.facetwp-autocomplete {
    /*background-color: #fff;*/
    /*height: 30px;*/
    padding: 6px 22px 6px 8px !important;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
    width: 180px;
}

.office-browse .facetwp-type-fselect .fs-wrap {
    width: 100%;
}

.page-offices .filter-trigger {
        display: none;
    }


/*-------------------------------
  photo FACETWP STYLES
-------------------------------*/

#main.photos {
    width: 100% !important;
}

.browse-left {
    width: 300px;
    float: left;
    overflow: hidden;
    padding: 0 20px;
}

.browse-right {
    width: auto;
    margin: 0 0 0 300px;
}

.page-photos .filter-trigger,
.page-material-bank .filter-trigger {
    display: none;
}



.page-photos #linky .boxy.boxy-standard {
    width: 220px;
    margin: 5px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    border: none;
}

.page-photos .boxy-image-link:hover {
    cursor: pointer;
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in !important;
}

#content .page-photos .browse-wrap .browse-left {
    width: 300px;
    background: #fff;
    padding: 0;
}

.page-photos .facet-wrap {
    padding: 5px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.facetwp-toggle {
    color: #428bca;
    font-size: 11px;
}

.page-photos .highslide {
    display:inherit;
}

.page-photos .admin-sort {
    float: right;
}

.page-photos .browse-heading {
    padding: 0 20px 20px;
}

.page-photos #linky .boxy .highslide img {
    cursor: pointer;
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in !important;
    width: 100% !important;
    height: auto;
}



.page-photos .collection-card {
    width: 300px;
    display: inline-block;
}

.page-photos .collection-card img {
    width: 100%;
}

.page-photos #content.office-browse #tools .facetwp-facet {
    max-height: none !important;
    /*overflow-x: hidden;*/
    padding: 0 2px;
    margin-bottom: 0;
    border: none;
}

.page-photos #tools .facetwp-checkbox:hover {
    color: #428bca;
    text-decoration: none;
}
.page-photos #tools .facetwp-facet .facetwp-counter,
.page-offices #tools .facetwp-facet .facetwp-counter {
    font-size: 11px;
}

.page-photos .initial-content {
    width: auto;
    margin: 0 0 0 300px;
}

.page-photos .collection-card {
    border: none;
    width: 280px;
    height: auto;
    position: relative;
    background: #fff;
    margin: 10px;
    display: inline-block;
    border-radius: 10px;
    vertical-align: top;
}

.page-photos .collection-card img {
    width: 280px;
    max-height: 168px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.page-photos .collection-card .image-link {
    display: block;
}

.page-photos .collection-card .card-link {
    padding: 5px 13px 8px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0;
    display: block;
}

.page-photos .collection-card:hover .card-link {
    color: #428bca;
    text-decoration: none;
}

.page-photos .collection-group-heading {
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #262626;
    text-align: center;
    padding: 20px 30px;
    margin: 0;
}


.page-photos .suggestion-box {
    font-size: 13px;
    /*font-weight: 600;*/
    padding: 5px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: #f2f2f2;
}

.page-photos .suggestion-box .gform_wrapper .top_label .gfield_label {
    /*display: none;*/
    font-size: 12px;
    margin-bottom: 0;
}

.page-photos .suggestion-box .gform_wrapper {
    margin: 5px 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.page-photos .suggestion-box .gform_wrapper .gfield_description {
    margin: 0 0 3px 5px;
    padding: 3px 0 0;
    display: inline-block;
    width: auto;
}

.page-photos .suggestion-box .gform_wrapper .gform_footer {
    padding: 0;
    margin: 10px 0 0 0;
    clear: both;
}

.page-photos .suggestion-box .gform_wrapper input.large,
.page-photos .suggestion-box .gform_wrapper textarea {
    border: 1px solid #ccc;
    font-size: 13px;
}

.page-photos .suggestion-box .suggestion-link {
    font-weight: 600;
    text-decoration: underline;
    color: #428bca;
}

.page-photos .suggestion-box .gform_confirmation_message {
    margin: 20px 0;
    background-color: #f2f2f2;
}

.search #main,
.search-results #main {
    padding-top: 120px;
}

.search-results-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.search  .search-entry,
.search-results .search-entry {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    white-space: nowrap;
    position: relative;
}

.search .search-entry h2,
.search-results .search-entry h2 {
    font-size: 25px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 25px
}

.search .search-entry h2:hover a,
.search-results .search-entry h2:hover a {
    color: #438bca;
}

.search .search-thumbnail-box,
.search-results .search-thumbnail-box {
    width: 50%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 220px;
    overflow: hidden;
}

/*.search-results .search-thumbnail-box img:hover {
    opacity: .8;
}*/

.search .search-entry.category-office-projects .search-thumbnail-box img,
.search-results .search-entry.category-office-projects .search-thumbnail-box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.search .search-entry.type-brands .search-thumbnail-box,
.search-results .search-entry.type-brands .search-thumbnail-box {
    text-align: center;
}

.search .search-entry.type-brands .search-thumbnail-box a,
.search-results .search-entry.type-brands .search-thumbnail-box a {
    width: 100%;
    height: 220px;
    display: inline-block;
    padding: 35px;
}

.search .search-entry.type-brands .search-thumbnail-box img,
.search-results .search-entry.type-brands .search-thumbnail-box img {
    width: 150px;
    height: auto;
}

.search .search-entry-info,
.search-results .search-entry-info {
    display: inline-block;
    width: 50%;
    padding: 15px;
    white-space: normal;
    vertical-align: top;
}

.search  .search-entry-info p,
.search-results .search-entry-info p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}

.search-no-results #content {
    padding: 35px 35px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.search-no-results #content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.search-no-results #content a {
    color: #438bca;
    font-weight: 600;
}

.search .search-entry.type-brands .search-entry-info:before,
.search-results .search-entry.type-brands .search-entry-info:before {
    content: 'Brand';
    color: #fff;
    background-color: #438bca;
    font-weight: 700;
    padding: 1px 10px;
    border-radius: 3px; 
    font-size: 11px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 16px;
}

.search .search-entry.category-office-projects .search-entry-info:before,
.search-results .search-entry.category-office-projects .search-entry-info:before {
    content: 'Project';
    color: #fff;
    background-color: #438bca;
    font-weight: 700;
    padding: 1px 10px;
    border-radius: 3px; 
    font-size: 11px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 16px;
}

.search-results .search-tag-group {
    display: block;
    padding: 20px 0 30px;
}

.search-results .search-tag {
    width: 25%;
    display: inline-block;
    height: 150px;
    text-align: center;
    list-style: none;
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
}

.search-results .tag-firm {
    width: 25%;
    height: 100px
}

.search-results .tag-firm,
.search-results .tag-firm .search-tag-link {
    text-align: left;
}

.search-results .tag-firm .search-firm-logo {
    height: 99px;
}

.search-results .tag-firm .search-tag-link {
    height: 100px;
}

.search-results .search-tag-link {
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: 100%;
    color: #fff;
    font-weight: 700;
}

.search-results .search-tag-link:hover {
    border-bottom: 1px solid #438bca;
}

.search-results .search-tag-text {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    bottom: 10px;
    left: 10px;
    color: #333;
    padding: 1px 4px;
    font-size: 13px;
    line-height: 17px
}

.search-results .tag-firm .search-tag-text {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    top: 35px;
    left: 110px;
    color: #333;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
    width: 130px;
}

.search-results .search-tag-link:hover .search-tag-text {
    color: #438bca;
}

.search-results .tag-firm .search-tag-link:before {
    content: 'Firm';
    color: #fff;
    background-color: #438bca;
    font-weight: 700;
    padding: 1px 10px;
    border-radius: 3px; 
    font-size: 11px;
    margin-bottom: 10px;
    display: inline-block;
    position: absolute;
    line-height: 16px;
    top: 10px;
    left: 110px;
}

.search-results .tag-photo .search-tag-link:before {
    content: 'Photos';
    color: #fff;
    background-color: #438bca;
    font-weight: 700;
    padding: 1px 10px;
    border-radius: 3px; 
    font-size: 11px;
    margin-bottom: 10px;
    display: inline-block;
    position: absolute;
    line-height: 16px;
    bottom: 25px;
    left: 10px;
}

/*  Firm Profile Archive Styling
----------------------------------------------------------------------*/

.profile.firm .profile-info {
    white-space: nowrap;
    background-color: #fff;
    border-bottom: none;
    border: none;
    padding: 35px 40px 40px;
    border-radius: 10px;
    border-bottom: 1px solid #ccc;
}

.profile.firm .profile-info .profile-info-left {
    display: inline-block;
    padding: 0 30px;
    text-align: left;
    vertical-align: top;
    width: auto;
    white-space: normal;   
}

.profile.firm .profile-info .profile-info-right {
    display: inline-block;
    padding: 30px;
    text-align: center;
    vertical-align: top;
    width: 40%;
    white-space: normal;
}

.profile.firm .profile-info-left .profile-name {
    color: #333;
    line-height: 25px;
    font-weight: 700;
    padding: 5px 0;
    font-size: 28px;
}

.profile.firm .profile-info-left .brand-name {
    color: #444;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 10px;
}

.profile.firm .firm-image {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.profile.firm .profile-info-left .blue-link-600 {
    color: #438bca;
    font-weight: 600;
}

.profile.firm .profile-info-left .blue-link-400 {
    color: #438bca;
    font-weight: 400;
}

.profile.firm .profile-info-left .product-description {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
    padding: 10px 0;
    text-align: left;    
}

.profile.firm .profile-info-left .product-description p {
    margin-bottom: 0px;
}

.profile.firm .profile-info-left .product-description ul {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 30px 5px;
    list-style: inherit;
}

.profile.firm .profile-info-left .buttons {
    padding: 5px 0 10px; 
}

.profile.firm .profile-info-left .contact-button {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #62c462;
    margin: 10px auto;
    border: 0;
    border-radius: 3px;
    padding: 5px 10px;
    display: block;
    width: 50%;
}

.profile.firm .profile-info-left .learn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    text-transform: none;
}

.profile.firm .profile-info-left .learn-text {
    font-size: 12px;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
}

.profile.firm .profile-info .profile-link {
    color: #428bca;
    font-weight: 400;
    font-size: 15px
}

.profile.firm .profile-info-right img {
    width: 100%;
    height: auto;
}

.tax-designers .profile-gallery .gallery-item {
    width: 240px;
    margin: 0 15px 30px;
}

.tax-designers .profile-gallery .gallery-item-wrap {
    width: 250px;
    /*height: 295px;*/
    /*padding: 0 0 45px;*/
    margin: 0 8px 25px;
    border-radius: 10px;   
    background-color: #fff;
    border-radius: 10px;
}

.tax-designers .profile-gallery .gallery-item-wrap img {
    max-width: 100%;
    max-height: none;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tax-designers .profile-gallery .gallery-item-wrap.prod-1 {
    margin-left: 0;
}

.tax-designers .profile-gallery .gallery-item-wrap.prod-4 {
    margin-right: 0;
}

.tax-designers .profile-gallery {
    margin-top: 35px;
}

.tax-designers .profile-gallery .gallery-item {
    width: 23.5%;
    margin: 0 1% 2%;
}

.tax-designers .profile-gallery .gallery-item:nth-of-type(4n+1) {
    margin-left: 0;
}

.tax-designers .profile-gallery .gallery-item:nth-of-type(4n) {
    margin-right: 0;
}

.tax-designers .profile-gallery img:hover {
    opacity: 1;
}

.tax-designers .profile-gallery .expand-notice {
    font-size: 13px;
    font-weight: 400;
    text-transform: lowercase;
    margin-left: 10px;
    vertical-align: top;
}

.tax-designers .profile-gallery .gallery-item-wrap {
    height: auto;
    width: 250px;
    float: left;
    min-height: 211px;
    background: #fff;
    border-radius: 10px;
}

.tax-designers .profile-gallery .gallery-item {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    border: none;
}

.tax-designers .profile-gallery .gallery-item .item-info {
    width: 100%;
    margin: 0;
    text-align: left;
    bottom: 0;
    margin: 0;
    padding: 11px 15px;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}

.tax-designers .profile-gallery .gallery-item .item-info .project-title {
    color: #444;
    font-size: 15px;
    text-shadow: none;
    font-weight: 600;
    padding: 0;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tax-designers .profile-gallery .gallery-item .item-info .project-title:hover {
    color: #428bca;
}

.officesnapshots-gallery .gallery-item .user-photo-options .mobile-item {
    display: none;
}

#welcome-modal {
    max-width: 450px;
    padding-bottom: 60px
}

#welcome-modal .welcome-heading {
    text-align: center;
    padding: 20px 0 30px;
}

#welcome-modal .welcome-logo  {
    width: 48px;
    height: auto;
    margin-bottom: 10px;
}

#welcome-modal .save-example-logo {
    vertical-align: middle;
}

#welcome-modal .welcome-body {
    padding: 0 5px; 
}

#welcome-modal p {
    font-size: 15px;
    padding: 0 0 0 18px;
    text-indent: -17px;
}

.gallery-item .image-gif:after {
    content: 'GIF';
    position: absolute;
    top: 5px;
    right: 4px;
    color: #333;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 6px;
    border-radius: 50px;
}



.page-products #main {
    min-height: 500px;
    width: 100% !important;
}

.page-products #content .browse-wrap .browse-right {
    order: 2;
    flex: 0 0 calc(100% - 280px);
    width: auto;
    padding: 10px 30px;
}

.product-grid {
    /*display: grid;*/
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    column-width: 275px;
    row-gap: 5px;
}

.product-grid-item {
    width: 275px;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    break-inside: avoid-column; /* Prevent element from breaking */
    page-break-inside: avoid; /* Prevent element from breaking in Firefox */
    /*border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;*/
}

.product-grid-item .product-gradient {
    display: none;
    position: relative;
    inset: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /*background: linear-gradient(66.01deg, rgba(0, 0, 0, 0.5) -0.03%, rgba(0, 0, 0, 0) 99.93%);*/
    background: rgba(0,0,0,.4);
}

.product-grid-item img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;*/
}

.product-grid-item a:hover {
    text-decoration: none;
}

.product-grid-item.product-light-theme .product-content {
    position: relative;
    /*z-index: 1000;*/
    bottom: 0;
    padding: 10px 20px;
    color: #333;
    width: 100%;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.product-grid-item.product-overlay-theme .product-content {
    position: relative;
    /*z-index: 1000;*/
    bottom: 0;
    padding: 20px;
    color: #fff;
    width: 100%;
}

.product-grid-item.product-overlay-theme .product-title {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-grid-item.product-overlay-theme .product-brand {
    color: #fff;
    font-size: 12px;
}

.product-grid-item .product-title {
    color: #333;
    display: block;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-grid-item  .product-title:hover {
    color: #438bca;
    text-decoration: underline;
}

.product-grid-item .product-brand {
    color: #438bca;
    display: block;
    font-weight: 600;
}

.product-grid-item .product-brand:hover {
    text-decoration: underline;
}

.product-grid-item .product-image:hover {
    opacity: .9;
}

.page-products .term .term-count {
    font-weight: 400;
    color: #333;
}



@media all and (max-width: 1680px) and (min-width: 1201px) {

}

@media all and (max-width: 1200px) {
    /* macbook-pro 13" */

    .container {
        border-bottom: none;
    }

    #header {
        width: 100%;
        padding: 0 20px;
    }

    #header #occess {
        /*width: 554px;*/
    }

    #hero {
        min-width: 0;
    }

}
/* iPad portrait and landscape */
@media only screen and (min-width : 768px) and (max-width: 1024px) {

    #header #occess {
        position: absolute;
        left: 280px;
    }

    .content-callout {
        display: none;
    }

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

    #header {
        width: 100%;
        padding: 0 10px 0 20px;
    }

    #header #logo {
        width: auto;
    }

    #header #logo a {
        padding: 14px 10px;
    }

    #header #occess {
        display: none;
    }

    #header #occess.mobile {
        display: block !important;
        float: right;
        height: 43px;
        width: auto;
        padding: 0;
        position: static;
    }

    #header #occess.mobile .mobile-trigger {
        background: url('https://officesnapshots.com/wp-content/themes/os/images/mobile-menu.svg');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        line-height: 20px;
        height: 43px;
        width: 43px;
        padding: 10px;
    }

    #header #occess.mobile .sub-menu {
        background: #fff;
        border-top: 1px solid #f2f2f2;
        border-bottom: none;
        border-right: none;
        border-left: none;
        display: block;
        left: 0;
        padding-bottom: 0;
        position: absolute;
        top: 43px;
        width: 100%;  
    }

    #header #occess.mobile .sub-menu .sub-menu-column {
      float: none;
      width: 100%;
      margin: 0px 0px;
    }

    #header #occess.mobile .sub-menu .sub-menu-column li > a {
        padding: 15px 20px;
        font-size: 15px;
        border-bottom: 1px solid #f2f2f2;
    }

    .sidebar {
        width: 280px;
    }

    .sidebar a img {
        width: 100% !important;
        height: auto !important;
    }

    #main {
        width: 100%;
    }

    /* Products / Brands
    ----------------------------------------------------------------------*/

    #products {
        width: 100%;
    }

    #products.brand-archive {
        width: 100%;
    }

    #products.brand-archive .product-info {
        width: 49%;
        height: 250px;
    }

    #products.brand-archive .product-info .product-text {
        position: absolute;
        text-align: center;
        top: 60px;
        width: 100%;
    }

    #products.brand-archive .product-info .product-cover {
        max-height: 100px;
    }

    #products.brand-archive .product-info .logo-graphic {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
    }

    #products.brand-archive .product-info .archive-brand-name {
        margin: 12px 0 20px;
        font-size: 20px;
    }

    #products.brand-archive .product-info .brand-cover {
        object-fit: cover;
    }

    #products.products-archive .gallery-item {  
        margin: 0 6px 30px;
    }

    #content.profile.brand {
        width: 100%;
    }

    #content.profile.brand .profile-contact {
        width: 30%;
    }
    #content.profile.brand .profile-details {
        width: 70%;
        float: left;
        border-right: none;
    }

    #content.profile.brand .profile-contact .brand-box,
    #content.profile.brand .profile-contact .buttons {
        width: 100%;
        height: auto;
        min-height: 0;
    }

    #content.profile.brand .profile-info .profile-logo img {
        height: auto;
        width: 80%;
        margin: 0;
    }

    #content.profile.brand .gallery-item-wrap {
        height: auto;
        width: 32%;
        float: left;
        margin: .50%;
    }

    #content.profile.brand .gallery-item-wrap .gallery-item {
        margin: auto;
    }

    #content.profile.brand .gallery-item-wrap .gallery-item img {
        object-fit: cover;
        max-height: none;
    }

    #content.profile.product {
        width: 100%;
    }

    #content.profile.product .profile-contact {
        width: 30%;
    }

    #content.profile.product .profile-details {
        width: 70%;
        float: left;
    }

    #content.profile.product .profile-info .profile-logo img {
        height: auto;
        width: 80%;
        margin: 0;
    }

    #content.profile.product .product-gallery.profile-gallery .gallery-item {
        width: 32%;
        margin: 0 2% 20px 0;
    }

    #content.profile.product .product-gallery.profile-gallery .gallery-item:nth-of-type(3n) {
        margin: 0 0 20px 0;
    }

    #content.profile.product .product-gallery.profile-gallery .gallery-item img {
        max-height: none;
    }

    #collections-header {
        width: 820px;
        margin: 0 auto;
    }

    #collections-home #content {
        width: 820px;
        margin: 0 auto;
        float: none;
    }

    #occess ul li:hover > .sub-menu.office-sub {
        width: 880px;
        left: -165px;
    }

    #occess ul li:hover > .sub-menu.photo-sub {
        width: 880px;
        left: -306px;
    }

    #occess ul li:hover > .sub-menu.product-sub {
        width: 880px;
        left: -397px;
    }

    #occess .sub-menu .sub-menu-column h4 a {
        font-size: 12px;
    }

    #occess .sub-menu .sub-menu-column li > a {
        font-size: 13px;
    }

    .attachment .entry-attachment {
        width: 100%;
    }

    .attachment .entry-attachment .attachment-box {
        width: 100%;
        border-bottom: none;
    }

    .attachment .entry-attachment .attachment-meta {
        width: 100%;
    }

    #footer .footer-wrap {
        width: 100%;
        padding: 0 20px;
    }

    #footer .column.two-sevenths {
        width: 100%;
        padding-bottom: 20px;
    }

    #footer .column.seventh {
        width: 20%;
    }
}

/* iPad landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .header-search {
        width: 45%;
    }
    
    .product-gallery.new-version .gallery-item img {
        width: 100%;
        height: auto;
        max-height: none;
    }


}

/* iPad portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
    #header #occess-right {
        display: none;
    }
    #header .menu-link {
        display: none;
    }
    #content.profile.brand {
        margin-top: 0;
    }
    .product-info.new-version .product-info-left {
        width: 100%;
    }
    .product-info.new-version .product-info-right {
        display: none;
    }

}

@media only screen and (max-device-width: 480px){

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

    #header {
        width: 100%;
        padding: 0;
        display: inline-block;

    }

    #header #logo {
        text-align: center;
        display: block;
        border: none;
        width: 80%;
        height: auto;
        margin: 0px auto;
        float: none;
    }

    #header #logo a {
        padding: 16px 3px;
        width: auto;
        display: inline-block;
    }

    #header #logo a img {
        height: 11px;
    }

    #header #occess.column.full {
        display: none;
    }

    #header #occess-right {
        display: none;
    }

    #occess.mobile,
    #occess.mobile-account {
        display: none;
        float: none;
        height: 43px;
        width: 100%;
        padding: 0;
        position: relative;
        vertical-align: top;
    }

    #occess.mobile .sub-menu,
    #occess.mobile-account .sub-menu {
        background: #fff;
        border-top: 1px solid #f2f2f2;
        border-bottom: none;
        border-right: none;
        border-left: none;
        display: block;
        left: 0;
        top: 0;
        padding-bottom: 0;
        position: absolute;
        width: 100%; 

    }

    #occess.mobile-account .sub-menu {
        text-align: right;
    }

    #occess.mobile .sub-menu .sub-menu-column,
    #occess.mobile-account .sub-menu .sub-menu-column {
      float: none;
      width: 100%;
      margin: 0px 0px;
    }

    #occess.mobile .sub-menu .sub-menu-column li > a,
    #occess.mobile-account .sub-menu .sub-menu-column li > a {
        padding: 15px 20px;
        font-size: 15px;
        border-bottom: 1px solid #f2f2f2;
    }

    .header-search {
        display: none;
    }

    #occess.navi-bottom {
        display: none;
    }

    .mobile-trigger {
        top: 0;
        position: absolute;
        background: url('https://officesnapshots.com/wp-content/themes/os/images/menu.svg');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        line-height: 20px;
        height: 43px;
        width: 43px;
        left: 0;
    }

    .mobile-trigger-account {
        top: 0;
        position: absolute;
        background: url('https://officesnapshots.com/wp-content/themes/os/images/account.svg');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        line-height: 20px;
        height: 43px;
        width: 43px;
        right: 0;
    }

    #occess.mobile .searchform {
        background-color:#f2f2f2;
        height: 50px;
        text-align: center;
        padding: 10px 0; 
    }

    #occess.mobile .faux-search-box {
        background-color: #fff;
        display: inline-block;
        width: 90%;
        border-radius: 50px;
        text-align: left;
        padding: 0 10px;
    }

    #occess.mobile .banner-text-box {
        line-height: 25px;
        width: 90%;
        border: none;
    }

    #occess.mobile .search-image {
        height: 10px;
        width: 10px;
    }

    .content-callout {
        display: none;
    }

    /* /offices/ page
    ----------------------------------------------------------------------*/

    .page-offices #content .browse-heading {
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        padding: 0px 5px 10px;
    }

    .page-offices #content .browse-wrap .browse-right {
        margin: 0;
        order: 2;
        flex: 1;
        padding: 20px 10px;
    }

    .page-offices .filter-trigger {
        display: block;
        border-bottom: 1px solid #ccc;
        text-align: center;
        padding: 5px;
        margin: 5px;
        background: #fff;
        font-weight: 600;
    }

    .page-offices .browse-left {
        display: none;
    }

    .page-offices .browse-wrap .browse-left {
        background: none;
        border: none;
        padding: 10px 5px 0 5px;
        flex: none !important;
        width: 100%;
        margin-right: 50px;
    }

    .page-offices .office-browse .browse-right {
        margin: 0;
    }

    .page-offices .office-browse .browse-heading {
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        font-weight: 300;
        margin: 0;
        color: #444;
    }

    .page-offices #content .browse-right {
        flex: 0 0 100%;
        padding-top: 20px;
    }

    .page-offices #content .inline-filter-selections {
        padding: 0 10px;
        margin: 10px 0 30px;
    }

    .page-offices #content .no-filter-select,
    .page-offices #content li .label {
        display: none;
    }

    .page-offices #content .inline-filter-selections li {
        display: inline-block;
        background-color: #FFF;
        border-radius: 20px;
        border: none;
        margin: 0 0 6px 0;
        padding: 8px 13px;
    }

    .page-offices #content .inline-filter-selections li .value:after {
        content: '×';
        display: inline-block;
        cursor: pointer;
        font-weight: bold;
        margin-left: 8px;
        font-size: 20px;
        line-height: 10px;
        vertical-align: middle;
        color: #fff;
        background-color: #444;
        padding: 3px 2px;
        border-radius: 50%;
        top: -1px;
        position: relative;
    }

    .page-offices #content.office-browse .browse-right .listing {
        float: none;
        margin: 0 0 30px;
        height: auto;
    }

    .page-offices #content.office-browse .browse-right .listing-link {
        float: none;
        margin: 0 0 10px;
        width: 100%;
        height: auto;
    }

    .page-offices #content .browse-right #offices .listing-image {
        height: 225px;
        object-fit: cover;
    }

    .page-offices #content.office-browse .browse-right .listing-title {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page-offices #offices .listing {
      width: 100%;
      max-height: 400px; 
      min-height: 50px;
      background-size: cover;
    }

    .page-offices #content.office-browse #offices .listing:hover .project-jump {
        display: none;
    }


    /* /photos/ page
    ----------------------------------------------------------------------*/
    
    .page-material-bank #main {
        width: 100%;
        padding: 60px 0 0;
    }

    #main.photos {
        width: 100% !important;
        overflow: hidden;
    }

    .page-photos .filter-trigger,
    .page-material-bank .filter-trigger {
        display: block;
        border-bottom: 1px solid #ccc;
        text-align: center;
        padding: 5px;
        margin: 5px;
        background: #fff;
        font-weight: 600;
    }
    .page-photos .browse-left,
    .page-material-bank .browse-left {
        display: none;
    }

    .page-photos .browse-wrap  {
        margin-top: 20px;
        margin-left: 20px;
    }

    .page-photos .browse-wrap .browse-left {
        background: none;
        border: none;
        padding: 10px 5px 0 5px;
        flex: none !important;
        width: 100%;
        margin-right: 50px;
    }

    #content.office-browse #tools .facets .term {
        margin: 2px 0;
        vertical-align: text-bottom;
    }

    #content.office-browse .browse-left #tools .facets {
        max-height: 225px; 
        max-height: none; 
        border: none;
        border-bottom: 1px solid #ccc;
        background-color: #ffffff;
        overflow: scroll;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 5px;
        font-size: 13px;
        overflow-x: hidden;
    }

    .page-photos .office-browse .browse-heading {
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        font-weight: 300;
        margin: 0;
        color: #444;
    }

    #content.office-browse #tools h4 {
        font-weight: 600;
        font-size: 13px;
        clear: both;
        margin-bottom: 0;
        border-bottom: 2px solid #333;
        margin-top: 10px;
    }

    .page-photos #content.office-browse .browse-right {
        flex: 0 0 100%;
    }

    .page-photos #content.office-browse .initial-content {
        flex: 0 0 100%;
        text-align: center;
    }

    .page-photos #content.office-browse .collection-card {
        width: 100%;
        margin: 0 0 30px;
        text-align: left;
    }

    .page-photos #content.office-browse .collection-group-heading {
        font-size: 17px;
        line-height: 25px;
        padding: 20px 30px 0px;
    }

    .page-photos #content .browse-heading {
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        padding: 0px 5px 10px;
    }

    .page-photos #content #linky.linky-standard {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 20px;
        padding-top: 25px;
    }

    .page-photos #content #linky .boxy.boxy-standard {
        width: 100%;
        margin: 0;
        display: inline-block;
        position: relative;
        aspect-ratio: 1;
        border-radius: 0;
        box-shadow: none;
    }

    .page-photos #content #linky .boxy.boxy-standard img {
        position: absolute;
        height: 100% !important;
        max-width: none;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 0;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;

    }

    .page-photos #content #linky .boxy.boxy-standard .boxy-title {
        display: none;
    }

    .page-photos #content .no-filter-select, 
    .page-photos #content li .label {
        display: none;
    }

    .page-material-bank  #content .no-filter-select, 
    .page-material-bank  #content li .label {
        display: none;
    }

    .page-material-bank #content .inline-filter-selections li,
    .page-photos #content .inline-filter-selections li {
        display: inline-block;
        background-color: #FFF;
        border-radius: 20px;
        border: none;
        margin: 0 0 6px 0;
        padding: 8px 13px;
    }

    .page-material-bank  #content .inline-filter-selections li .value:after,
    .page-photos #content .inline-filter-selections li .value:after {
        content: 'x';
        display: inline-block;
        cursor: pointer;
        font-weight: bold;
        margin-left: 8px;
        font-size: 14px;
        line-height: 9px;
        vertical-align: middle;
        color: #fff;
        background-color: #444;
        padding: 3px 4px;
        border-radius: 50%;
        top: -1px;
        position: relative;
        height: 17px;
        width: 17px;
    }

    .page-photos .browse-wrap .browse-left,
    .page-material-bank .browse-wrap .browse-left {
        background: none;
        border: none;
        padding: 10px 5px 0 5px;
        flex: none !important;
        width: 100%;
        margin-right: 50px;
    }

    .page-photos #content .initial-content .card-group .collection-card {
        width: 48%;
        display: inline-block;
        padding: 0;
        margin: 0 1% 20px;
        vertical-align: top;
        float: left;
        position: relative;
        text-align: center;
    }

    .page-photos #content .initial-content .card-group .collection-card img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .page-photos #content #linky .boxy.boxy-mobile .boxy-wrap {
        margin: 0 auto 20px;
        position: relative;
        padding-bottom: 100%;
    }

    .page-photos #content #linky .boxy.boxy-mobile .boxy-image-link {
        outline: 0;
    }

    .page-photos #content.page-photos-mobile .browse-heading {
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        padding: 0px 5px 10px;
    }

    .page-photos #content.page-photos-mobile .inline-filter-selections {
        padding: 0 10px;
        margin: 10px 0 30px;
    }

    .page-photos #content.page-photos-mobile .no-filter-select,
    .page-photos #content.page-photos-mobile li .label {
        display: none;
    }

    .page-photos #content.page-photos-mobile .inline-filter-selections li {
        display: inline-block;
        background-color: #FFF;
        border-radius: 20px;
        border: none;
        margin: 0 0 6px 0;
        padding: 8px 13px;
    }

    .page-photos #content.page-photos-mobile .inline-filter-selections li .value:after {
        content: '×';
        display: inline-block;
        cursor: pointer;
        font-weight: bold;
        margin-left: 8px;
        font-size: 20px;
        line-height: 10px;
        vertical-align: middle;
        color: #fff;
        background-color: #444;
        padding: 3px 2px;
        border-radius: 50%;
        top: -1px;
        position: relative;
    }

    #content.page-photos-mobile .initial-content .collection-card {
        width: 48%;
        /*height: auto;*/
        display: inline-block;
        padding: 0;
        margin: 0 1% 20px;
        vertical-align: top;
        float: left;
        position: relative;
        text-align: center;
    }

    #content.page-photos-mobile .initial-content .collection-card .card-link {
        display: inline-block;
    }

    #content.page-photos-mobile .initial-content .collection-card img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .mb-grid {
        /*grid-template-columns: 1fr;*/
        width: 100%;
    }

    /*.mb-grid-item {
        width: 350px;
    }*/

    .mb-grid-item {
        width: calc(100% - 32px); /* Full width minus any desired margins */
        margin: 16px; /* Adjust margin as needed */
        /* Other styles if needed */
    }

    .page-material-bank .mb-branding {
        margin: 20px auto;
    }

    .mb-branding {
            flex-direction: column;
            text-align: center; /* Center-align the text for smaller screens */
        }



        .mb-branding img {
            margin-bottom: 10px; /* Add space between the logo and the text */
        }

        .branding-text {
            margin-left: 0;
            font-size: 35px;
            line-height: 40px;
            margin-top: 5px;
        }

    .page-photos .browse-wrap,
    .page-material-bank .browse-wrap {
        margin-top: 20px;
        margin-left: 0px;
    }

    /* Products / Brands
    ----------------------------------------------------------------------*/

    #products {
        width: 100%;
    }

    #products.brand-archive {
        width: 100%;
    }

    #products.brand-archive .product-info {
        width: 100%;
        height: 250px;
    }

    #products.brand-archive .product-info .product-text {
        position: absolute;
        text-align: center;
        top: 60px;
        width: 100%;
    }

    #products.brand-archive .product-info .product-cover {
        max-height: 100px;
    }

    #products.brand-archive .product-info .logo-graphic {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
    }

    #products.brand-archive .product-info .archive-brand-name {
        margin: 12px 0 20px;
        font-size: 20px;
    }

    #products.brand-archive .product-info .brand-cover {
        object-fit: cover;
    }

    #products.products-archive .gallery-item {  
        margin: 0 6px 30px;
    }

    /*.home #main {
        padding: 70px 20px 0;
    }*/

    #main {
        width: 100%;
        padding: 60px 10px 0;
    }

    #spotlight {
        padding-top: 55px;
    }

    .attachment #main {
        width: 100%;
    }

    #content {
        width: 100%;
    }

    .sidebar {
        width: 100% !important;
        padding: 0;
        text-align: center;
    }

    .sidebar .derp img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }

    .tax-company .os-entry,
    .tax-industry .os-entry,
    .tax-location .os-entry {
        width: 100%;
    }

    .home .os-entry {
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .home .os-entry .byline {
        margin-top: 10px;
        line-height: 25px;
    }

    .home .os-entry .summary .excerpt {
        position: relative;
        padding: 0px 20px 30px;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
    }

    .home .os-entry .summary .excerpt p {
        padding-right: 0;
    }

    .home .post {
        width: 100%;
        margin-bottom: 30px;
    }


    .home .summary .storyjump {
        height: auto;
        width: 100%;
        padding: 30px 0 5px;
        margin: 0 auto;
        text-align: center;
    }

    .home .summary .storyjump .storylink {
        position: relative;
        right: 0;
        padding: 6px 27px;
        background-color: #fff;
        color: #428bca;
        border: 1px solid #428bca;
    }

    .single-post .summary .headline,
    .home .summary .headline {
        border-bottom: none;
        padding: 10px 20px;
    }

    .os-entry .title,
    .os-entry .title a {
        font-size: 25px;
        line-height: 30px;
    }

    .os-entry .title {
        margin: 5px 0 15px;
    }

    .pagination {
        width: 100%;
    }

    .pagination.desktop {
        display: none;
    }

    .pagination.mobile {
        padding: 0 0 50px;
        display: block;
    }

    .pagination.mobile .nav-previous a,
    .pagination.mobile .nav-next a {
        width: 100%;
        text-align: center;
        padding: 20px 10px;
        margin: 0;
    }

    .single .post {
        width: 100%;
    }

    .single .office-details {
        display: none;
    }

    #content .post-content blockquote {
        padding: 20px 0;
    }

    .index-bottom-widget {
        width: 100%;
        padding: 0 20px;
    }

    .index-bottom-widget .gform_wrapper .top_label input.medium {
      width: 90%;
    }

    .index-bottom-widget .gform_wrapper .weekly-newsletter .gform_button {
      width: 50%;
    }

    #footer .wrap {
        width: 100%;
        padding: 0 20px;
    }

    #footer .column {
        margin-bottom: 20px;
        width: 100%;
        padding: 0 20px;
        text-align: left;
    }

    #footer.secondary-footer .copywording span,
    #footer.secondary-footer .copywording.policy {
        text-align: center;
    }

    #footer .two-fifth {
        padding-top: 0;
    }

    #footer .two-fifth p {
        text-align: left;
        font-weight: 300;
        margin: 0 0 5px;
    }

    #collections-header {
        display: none;
    }

    #collections-home h1:first-of-type {
        margin-top: 0;
    }

    #collections-home h1 {
        text-align: center;
    }

    #collections-home #content .collection-card {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    #collections-home #content .collection-card a {
        height: 200px;
    }

    #collections-home #content .collection-card a h2 {
        padding-top: 80px;
    }

    #collection-heading.product-collections {
        width: 100%;
        margin-top: 0;
    }

    .pin-navtip.product-collections {
        width: 100%;

    }
    h1.collection-name.product-collections {
        text-align: center;
    }

    #collection-heading.product-collections .top-drop-wrap {
        display: none;
    }

    .attachment .entry-attachment {
        width: 100%;
    }

    .attachment .entry-attachment .attachment-box {
        width: 100%;
        border-bottom: none;
    }

    .attachment .entry-attachment .attachment-meta {
        width: 100%;
    }

    #products {
        width: 100%;
    }

    #products.products-archive .gallery-item {
        margin: 0 auto 20px;
        float: none;
    }
    #products .product-info {
        position: relative;
    }
    #products .product-info .product-text {
        padding: 10px 20px 60px;
    }
    #products .brand-logo {
        display: none;
    }

    #products .product-branding {
        height: 50px;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    #products .product-branding button {
        height: 40px;
        position: relative;
        margin: 0 10px 10px;
        width: 90%;
    }

    #products .product-gallery .gallery-item, 
    #products .project-gallery .gallery-item {
        width: 100%;
    }

    #products .product-gallery .gallery-item img, 
    #products .project-gallery .gallery-item img {
      width: 100%;
      margin: 0;
    }
    .brand-gallery h3, 
    .product-gallery h3, 
    .project-gallery h3 {
        text-align: center;
    }
    .project-gallery .item-info {
      margin: 1px 0;
    }
    #products.brand-page .gallery-item {
      width: 100%;
      margin: 0 0 30px;
    }

    .single.single-brands .highslide-wrapper, 
    .single.single-products .highslide-wrapper {
      left: 0px !important;
      right: 0px !important;
      width: 100% !important;
      margin: 0 20px;
    }

    .single.single-brands .highslide-html, 
    .single.single-products .highslide-html {
      width: 100% !important;
    }

    .single.single-brands .highslide-html > div, 
    .single.single-products .highslide-html > div {
      max-width: 100% !important;
    }

    .single-articles .articles {
        width: 100%;
    }

    .single .articles blockquote p img.aligncenter {
        margin: 30px 0 10px 0px;
    }

    .post-type-archive-articles .articles {
        width: 100%;
        margin-bottom: 30px;
    }

    .post-type-archive-articles .summary .excerpt {
        display: none;
    }

    .post-type-archive-articles .summary .storyjump {
        height: auto;
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .post-type-archive-articles .summary .storyjump .storylink {
        position: relative;
        right: 0;
    }

    .post-type-archive-articles .summary .headline {
      border-bottom: none;
    }

    .single-articles .summary .headline,
    .post-type-archive-articles .summary .headline {
        border-bottom: none;
        padding: 10px 20px;
    }

    .single-articles .headline .title,
    .post-type-archive-articles .title a {
        font-size: 30px;
        line-height: 30px;
    }

    .tax-designers .designer-box {
        width: 100%;
    }

    .tax-designers .designer-box img {
        float: left;
        width: 75px;
        height: 75px;
    }

    #browselist {
        width: 100%;
        margin: 10px 0;
    }

    #browselist_title a {
        width: 100%;
    }

    #browselist_thumb {
        width: 100%;
        height: auto;
    }

    #browselist_thumb img {
        width: 100%;
        height: auto;
    }

    #content.profile {
        width: 100%;
    }

    .profile-info .profile-contact {
        width: 100%;
    }

    .profile-info .brand-box {
        padding: 20px 20px 0;
        min-height: 0
    }

    .profile-info .profile-logo {
        display: none;
    }

    .profile-info .profile-details {
        width: 100%;
    }

    #content.profile.firm .profile-info .cover-photo-box {
        display: none;
    }

    .profile-gallery .gallery-item {
        width: 100%;
        margin-bottom: 5px
    }

    #content.profile.brand .product-gallery.brand-gallery.profile-gallery {
        width: 100%;
    }

    #content.profile.brand .gallery-item-wrap {
        height: auto;
        width: 100%;
        margin: 5px 0;
    }

    #content.profile.brand .product-gallery.brand-gallery.profile-gallery .gallery-item-wrap {
        width: 100%;
        margin: 20px;
        padding: 0;
        border: none;
    }

    /*#content.profile.brand .gallery-item-wrap .gallery-item {
        border: none;
    }*/

    #content.profile.brand .gallery-item-wrap .gallery-item {
        width: 100%;
        position: relative;
        margin: 0;
        border: none;
    }

    #content.profile.product .gallery {
        margin-bottom: 20px;
    }

    #content.profile.product .officesnapshots-gallery {
        display: inline-block;
    }

    #content.profile.product .gallery .gallery-item {
        width: 100%;
        margin: 5px 0;
    }

    #content.profile.product .project-gallery .gallery-item-wrap {
        width: 100%;
        margin: 5px 0;
    }

    .profile-gallery .gallery-item img {
        width: 100%;
        max-height: none; 
    }   

    .add.form-page .post-content {
        width: 100%;
    }

    .add.form-page .post-content p {
        margin-left: 0;
        width: 100%;
    }

    .add.form-page .post-content .gform_wrapper {
        padding: 20px;
    }
    
    .add.form-page .post-content input.medium {
        width: 100%;
    }
    #footer .footer-wrap {width: 90%;}
    #footer li a {
        font-size: 16px;
        line-height: 30px;
    }
    #footer .column.fourth { width: 50%; margin-bottom: 20px;}

    .single-articles .size-thumbnail {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }

    .footer-graphic img {
        width: 100% !important;
        height: auto !important;
    }

    .editor-picks {
        padding: 15px 0 30px;
    }

    .editor-picks .picks {
        text-decoration: underline;
        text-align: center;
    }

    .editor-picks .column.fifth {
        width: 175px;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    .editor-picks .pick-item {
        width: 175px;
        height: 175px;
        border: none;
    }

    .editor-picks .pick-item .pick-link {
        width: 175px;
        height: 175px;
    }

    .editor-picks .column.fifth:last-of-type {
        display: none;
    }

    .footer-graphic {
        margin-top: 30px;
        text-align: center;
    }

    .post-social-mobile {
        margin: 75px 0;
        display: block;
    }

    .post-social-mobile .share-link {
        color: #fff; 
        width: 100%;
        display: inline-block;
        text-align: center;
        font-weight: 700;
        padding: 17px;
    }

    .spotlight-project {
        height: 300px;
    }

    .spotlight-project img {
        height: 100%;
        width: auto;
    }

    .spotlight-project .shadow {
        height: 500px;
    }

    .spotlight-project .spotlight-heading {
        font-size: 25px;
        line-height: 25px;
        width: 80%;
        text-shadow: 0 1px 0 rgba(0,0,0,.3);
    }

    .spotlight-project .spotlight-label {
        margin-left: 30px;
    }

    .spotlight-project .spotlight-label:before {
        width: 18px;
        left: 4px;
        top: 9px;
        border-bottom: 2px solid #fff;
    }

    .spotlight-project .spotlight-button {
        font-size: 12px;
        padding: 3px 20px;
    }

    .search-results #main {
        padding-top: 70px;
    }

    .search-results-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .search-results .search-entry {
        white-space: normal;
    }

    .search-results .search-entry .search-thumbnail-box {
        width: 100%;
    }

    .search-results .search-entry .search-entry-info {
        width: 100%;
    }

    .product-info.new-version .product-info-left {
        width: 100%;
        display: block;
    }
    .product-info.new-version .product-info-right {
        width: 100%;
        display: block;
    }
    #content.profile.brand .gallery-item-wrap.new-version {
        width: 300px;
        height: auto;
        margin: 20px;
        float: none;
    }

    #content.profile.product .new-version .officesnapshots-gallery {
        width: 100%;
    }
    #content.profile.product .new-version .gallery .gallery-item {
        width: 300px;
        margin: 0 auto 30px;
        float: none;
    }
    .product-gallery.new-version .gallery-item img {
        width: 100%;
        height: auto;
        max-height: none;
    }

    #main #content.user-boards {
        width: 100%;
    }

    #main #content.user-boards .new-board-btn {
        display: none;
    }

    #content.user-boards .board-item-wrap {
        width: 100%;
    }

    #content.user-boards .board-card-wrap {
        width: 100%;
    }

    #content.user-boards .board-preview-thumb img {
        width: 100%;
    }

    #content.user-boards .single-bookmark {
        width: 100%;
        margin: 0 0 20px;
        float: left;
    }

    .profile.firm .profile-info {
        padding: 20px 10px;
        margin: 0 20px;
    }

    .profile.firm .profile-info .profile-info-left {
        padding: 0 5px;
        width: 100%;
    }

    .profile.firm .profile-info .firm-image {
        display: none;
    }

    .profile.firm .profile-info .profile-name {
        color: #333;
        line-height: 28px;
        font-weight: 700;
        padding: 5px 0;
        font-size: 25px;
    }

    .profile .profile-context-heading {
        text-align: center;
    }

    .profile.firm .profile-info .product-description {
        text-align: center;
    }

    .profile.firm .profile-info .learn {
        text-align: center;
    }

    .tax-designers .profile-gallery {
        padding: 0 20px;
    }

    .tax-designers .profile-gallery .gallery-item-wrap {
        height: auto;
        width: 100%;
        display: inline-block;
        float: left;
        min-height: 211px;
        background: #fff;
        border-radius: 10px;
        margin: 10px 0 25px;
    }

    .tax-designers .profile-gallery .gallery-item-wrap.prod-1,
    .tax-designers .profile-gallery .gallery-item-wrap.prod-4 {
        margin: 10px 0 25px;
    }

    .mobile-save-button {
        display: inline-block;
    }

    .os-entry .gallery-item.product-test:hover .post-admin-menu,
    .os-entry .post-thumbnail:hover .post-admin-menu {
        display: none;
    }

    .os-entry .gallery-item.product-test:hover .hotspot {
        display: none;
    }

    .single-projects #content .os-entry .gallery-item:hover .bookmark-gallery-image, 
    .single-post #content .os-entry  .gallery-item:hover .bookmark-gallery-image {
        display: none;
    }

    .logged-in .gallery-item.product-test {
        /*display: flex;*/
        display: block;
        border: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .logged-in .gallery-item.product-test > a {
        float: left;
        display: block;
        /*display: flex;*/
        /*flex-wrap: nowrap;*/
        /*width: 600px !important;*/
    }

   /* .logged-in .gallery-item.product-test .product-tags-box {
        display: none;
    }*/

    #product-modal.modal.os-modal {
        min-height: 300px
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 15px 10px;
    }

    #product-modal .edit-board-heading {
        margin: 10px 0 15px;
    }

    #product-modal.modal.os-modal a.close-modal {
        top: 20px;
        right: 20px;
    }

    #product-modal {
        min-height: 300px;
    }

    #product-modal .product-list {
        max-height: 400px;
        overflow: scroll;
    }

    #product-modal .product-list .product-listing {
        width: 45%;
        margin: 10px 2.5%;
        float: left;
        /*padding-bottom: 45%;*/
    }

    #product-modal .product-list .product-listing .product-photo {
        display: inline-block;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        height: auto;
    }

    #product-modal .product-list .product-listing .product-photo img {
        width: 100%;
        border-radius: 5px;
    }

    #product-modal .product-list .product-listing .product-info-group {
        width: 100%;
        padding: 5px;
        display: inline-block;
        text-align: left;
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 42px;
    }

    #product-modal .product-list .product-listing .product-info-group a {
        color: #333;
    }

    .officesnapshots-gallery .gallery-item .user-photo-options .mobile-item {
        display: inline-block;
    }

    .page-join-lead h2 {
        margin: 25px 0;
        font-size: 26px;
        line-height: 30px;
    }

    .page-join-lead p {
        width: 100%;
        font-size: 17px;
        margin: 0;
    }

    #content.page-join.join-features {
        margin: 15px 0;
        text-align: center;
    }

    #content.page-join.request-form {
        margin: 0;
    }

    .page-join .feature-item, 
    .page-join .feature-item-no {
        font-size: 14px;
        font-weight: 600;
        margin: 4px 0;
        text-align: center;
    }

    .page-join .feature-note {
        font-size: 14px;
        font-weight: 400;
        margin: 4px 0;
        color: #444;
        opacity: .9;
        margin-bottom: 20px;
    }

    .page-join .ginput_container .gfield_select {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 7px 0;
    }

    .author .user-boards #author-info {
        text-align: center;
        border-bottom: none;
    }

    .author .user-boards.single-board #author-info {
        display: none;
    }

    #author-info .author-options-container {
        display: none;
    }

    #content.user-boards.single-board .board-info {
        margin-bottom: 10px;
    }

    #content.user-boards .board-info h2 {
        font-size: 25px;
        line-height: 40px;
        text-align: center
    }

    .user-boards .board-info .board-meta {
        text-align: center;
        font-weight: 600;
        padding: 0 5px;
    }

    .user-boards .board-info .board-meta.author-meta {
        display: block;
    }

    .edit-board-heading .team-board-convert-btn {
        display: none;
    }

    #content.user-boards.single-board {
        margin-top: 0;
    }

    .user-boards.single-board .all-boards {
        display: inline-block;
        width: 100%;
        margin: 10px 0 50px;
    }

    #content.user-boards .grid-board .single-bookmark {
        width: 33%;
        margin: 0;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
    }

    #content.user-boards .grid-board .single-bookmark img {
        border-radius: 0;
    }

    .single-board .single-bookmark img {
        min-height: auto;
        border-radius: 5px;
    }

    .single-articles img.aligncenter {
        max-width: 368px;
        height: auto;
    }

    #content .os-fresh .post-content blockquote {
        padding: 0;
    }


}