#top {
  border-bottom: 1px solid #E1E1E1;
}
#top-spacer{
  height: 67px;
}
#wrapper-main {
  padding-bottom: 270px;
}
#menu-right-wrapper #menu-right .menu-item a{
  padding-bottom: 12px;
  padding-top: 12px;
}
#login-inception .message{
  color: rgb(247, 107, 107)
}
#footer-phone {
    margin-bottom: 35px;
}
._footer-contacts__phone {
    font-family: "GothamMedium";
}
.post-date.date.updated {
    opacity: 0.5;
    font-size: 14px;
}

#top #menu-top-wrapper {
  width: 40% !important;
}

.membership-wrap {
  position: relative;
  float: right;
  margin-top: 16px;
}

.membership-wrap a {
  color: #4c4c4c;
  cursor: pointer;
}

.membership-wrap a:hover {
  color: #3bb1e8;
}

.membership-wrap a,
.membership-wrap .seperator {
  font: 13px 'GothamMedium';
  color: #373737;
}

.membership-links li {
  display: inline-block;
  margin-right: 5px;
}

.membership-wrap .my-account {
  margin-right: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.membership-wrap a#hover {
  color: #07b0dd;
}

.account-modal .logout-link {
  display: inline-block;
  margin-top: 10px;
  color: #07b0dd;
  font-size: 13px;
}

.account-modal .logout-link:hover {
  color: #373737;
}

.membership-wrap .account-modal-wrap {
  display: none;
  position: absolute;
  top: 30px;
}

.membership-wrap .my-account:hover .account-modal-wrap {
  display: block;
}

.membership-wrap .account-modal {
  display: table;
  padding: 10px;
  border: 1px solid #b3b3b3;
  background: white;
}

.membership-wrap .account-modal > * {
  display: table-cell;
  vertical-align: top;
}

.membership-wrap .account-modal img {
  margin-right: 15px;
  width: 60px;
  height: 60px;
}

.membership-wrap .account-modal p {
  margin-bottom: 0;
}

.membership-wrap .account-modal span {
  display: block;
}

.membership-wrap .account-modal .user-name {
  color: #373737;
  font: 16px "GothamMedium";
}

.membership-wrap .account-modal .user-email {
  font-size: 13px;
}

.header_phone {
    width: 100%;
    text-align: right;
    color: #c94e52;
    font: 15px "GothamMedium";
    height: 14px;
    margin-top: 10px;
}
.phone-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/icon-header-phone.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

a.phone{
  color: #c94e52;
}

#login-inception {
    display: none;
}
#top ._button--flat--grey{
  margin-top: 12px;
}
#login-inception #remember-me-label, #marketing-login #remember-me-label {
    margin-top: 20px;
    float: left;
    clear: none;
}
#login-inception #overlay-login-submit, #marketing-login #new-overlay-login-submit{
    float: right;
    cursor: pointer;
}
#login-inception #remember-me, #marketing-login #remember-me-other{
    margin: 0;
}
#login-inception .checkbox-custom-label, #login-inception #remember-me, #marketing-login .checkbox-custom-label, #marketing-login #remember-me-other {
    clear: both;
    float: left;
    height: 17px;
    margin-top: 0px;
    width: auto;
    line-height: 24px;
}
#login-inception .inception-hr, #marketing-login .inception-hr  {
    border: 1px solid #e9e9e9;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    width: 100%;
}
#overlay-login-submit{
  height: 40px;
  padding-top: 12px;
}
#login-inception .forgot, #marketing-login .forgot {
    float: right;
    width: 100%;
}
#login-inception input:disabled, #marketing-login input:disabled {
    color: rgb(84, 84, 84);
}
#body.post-type-archive-themes .offline ._button--green {
    cursor: default;
}
#body #theme-list .offline {
    cursor: default;
}
#login-inception .beta, #marketing-login .beta {
    text-transform: uppercase;
    color: transparent;
    background-image: url('../images/beta_icon.png');
    height: 18px;
    width: 44px;
    background-repeat: no-repeat;
    margin-left: 5px;
}
#login-inception strong, #marketing-login strong {
    font-family: "GothamBold"
}
#login-inception .single, #login-inception .double {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}
#login-inception .placester_web_menu {
    margin-top: 10px;
    background-color: rgb(247, 247, 247);
}
#login-inception .placester_web_menu li {
    border: 1px solid rgb(225, 225, 225);
    height: 25px;
    padding: 10px;
    color: rgb(40, 127, 190);
    cursor: pointer;
}
#login-inception .spinner, #marketing-login .spinner {
    top: 155px;
    position: absolute;
    left: 129px;
    display: none;
}
.inception-dialog {
    background-color: #ffffff;
}
.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
}
.spinner > div {
    width: 12px;
    height: 12px;
    background-color: #3895e4;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
#body.post-type-archive-themes ._post--theme .attachment-thumb-theme {
    border: 1px solid #e1e1e1;
}

#SnapABug_Button {
  display: block;
}

@media (max-width: 420px) {
    ._container ._column-right, ._container ._column-left {
        width: 100%;
        clear: both;
    }
    #footer {
        position: relative;
    }
}






._post--grid-item__post-details .academy-title-truncate{
  overflow: hidden;
  line-height: 25px;
  margin-bottom: 0;
}
#pagination--academy{
  margin-bottom: 70px;
}

/* MARK-176 */
._section--professionals {
  width: 100%;
  clear: both; }

#pricing-heading {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px; }

.cta-button-links {
  margin-top: 20px;
  color: white;
  font-size: 1.3em; }

.cta-button-links-left {
  margin-right: 10px; }

.cta-button-links-right {
  margin-left: 10px; }

.cta-blue {
  color: #07b0dd; }

.cta-white {
  color: white; }

._banner-top--front {
  display: block; }

#front-page-rounded-icons {
  clear: both;
  background-color: #f7f7f7; 
  padding-bottom: 25px; }

#page-features-rounded-icons {
  margin-top: 75px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto; }
  #page-features-rounded-icons ._heading {
    text-align: left; }
  #page-features-rounded-icons ._section {
    padding-top: 0; }

#page-features-create-site {
  text-align: center; }

.features-pricing-link {
  text-align: center;
  margin-bottom: 100px; }

._price {
  top: 30px;
  margin-bottom: 70px; }

@media screen and (max-width: 767px), screen and (max-device-width: 568px) and (min-device-width: 320px) {
  ._section--price ._column--left {
    height: 200px; } }

._price__phone-support {
  text-align: center;
  position: absolute;
  display: block;
  top: 113px;
  left: 70px;
  font-size: 1.2em;
  line-height: 140%; }
.quote--ctt{
  color: #000;
  font-size: .6em;
  font-weight: 600;
  text-align: right;
  background-image: url('../images/icons--share/twitter.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
  height: 25px;
  width: 190px;}
.quote--ctt:hover{
  color: #4099FF;}
.quote_learn_more{
  font-size: .8em;
  background-image: url('../images/learnmore.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding-left: 25px;
  height: 26px;
  display: block;
margin-bottom: 10px;}
.learn_more_text{
  font-size: .9em;}
  .theme-link {
  position: relative; }
  .theme-link img {
    width: 100%;
    position: relative; }
  .theme-link .hover_content {
    display: none; }
    .theme-link .hover_content .details_link_overlay {
      margin-top: 25%;
      margin-left: auto;
      margin-right: auto;
      background-color: #f7f7f7;
      border-radius: 3px;
      width: 220px;
      height: 50px;
      padding-top: 17px;
      z-index: 500; }
      .theme-link .hover_content .details_link_overlay h4 {
        color: black; }

.theme-link:hover {
  text-align: center; }
  .theme-link:hover .hover_content {
    display: inline;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white; }
._sidebar__ad{
  padding: 0;
}
._sidebar__ad__bg{
  position: relative;
}
._sidebar__search{
  margin-top: 25px;
}
.dfp_ad{
  margin: 10px 0;
  max-width: 100%;
  overflow: auto;
}
.dfp_ad_float{
  float: right;
  margin: 10px 0 10px 20px;
  max-width: 100%;
  overflow: auto;
}
.dfp_ad iframe{
  max-width: 100%;
}
._icon-round-outline--thick--green{
  border: 2px solid #199c97;
}
._icon-round-outline--thick--green ._icon-round-outline--thick--green__img{
  height: 35px;
  width: 35px;
  top: 8px;
  left: 7px;
  background: url(../images/teal_checkmark.png) no-repeat;
  background-position: center;
  background-size: 35px 35px;
}

#body.single #_post ._post__content img {
    margin: 36px auto;
}

.aligncenter {
    display: block;
}

@media (max-width: 768px) and (min-width: 420px) {
  #top__menu-right-open {
    position: relative;
  }
  #top .menu-right-open {
    float: right;
  }
}

#top .menu-right-open {
    margin: 0 7px 0 0;
    width: auto;
} 

#menu-footer-main .menu-item {
  margin: 0 51px 16px 0;
}

#menu-footer-main .menu-item a {
  font: 13px "GothamBold";
}

#subnav-bar {
  height: 40px;
  width: 100%;
  background: #F7F7F7;
  position: absolute;
  margin: 84px 0 0;
  border-bottom: 1px solid #D1D1D1;
  z-index: -2;
  top: -5px;
}

#nav-bar {
  bottom: 5px;
}

.testimonials_header {
  padding-top: 45px;
}

.subtext {
  color: #ffffff;
}

.subtext:hover {
  color: #f0f0f0;
}

/*  !important used because original styling located in 
    /compass-css/sass/_new-header.sass uses !important */
#top #menu-top-wrapper .current-menu-item a {
  color: #373737 !important;
  cursor: initial;
}

#top #menu-top-wrapper .current-menu-item a:hover {
  color: #07b0dd !important;
}

#top #menu-top-wrapper .sub-menu .current-menu-item a {
  color: #9a9a9a !important;
}

#top #menu-top-wrapper .sub-menu .current-menu-item a:hover {
  color: #07b0dd !important;
}
/*  !important used because original styling located in 
    /compass-css/sass/_new-header.sass uses !important */

._heading--half-width-left {
  z-index: 1;
}

.banner_vid {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  min-width: 100%;
  min-height: 497px;
  position: relative;
}

@media only screen and (max-device-width: 1024px) {
  .banner_vid {
    display: none;
  }
}

.banner_container {
  position: relative;
  height: 497px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.banner_container::after {
  content: "";
  position: absolute;
  height: inherit;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,48,56,.65);
}

._banner-top--front #home_page_header {
  color: white;
  font-family: "GothamMedium";
  font-size: 70px;
  margin-bottom: 7px;
}

._banner-top--front #home_page_subheader {
  color: white;
  font-family: "GothamLight";
  font-size: 23px;
  text-transform: none;
  line-height: 33px
}
._banner-top--front ._heading--full-width {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 170px;
  margin: 0;
}

._banner-top--big {
  height: 497px;
}

._section--professionals ._idevices-holder {
  margin: 20px auto 0 auto;
}

.product_banner {
  width: 765px;
}

._container--4-4-4-12--dashed ._column-left h3, ._container--4-4-4-12--dashed ._column-left p, 
._container--4-4-4-12--dashed ._column-center h3, ._container--4-4-4-12--dashed ._column-center p,
._container--4-4-4-12--dashed ._column-right h3, ._container--4-4-4-12--dashed ._column-right p {
  text-align: center;
  padding: 0 20px;
}

.product_label {
  text-transform: uppercase;
  color: #07b0dd;
  font-size: 20px;
  font-weight: bold;
}

.feature_headline {
  margin: 20px 0;
}

#positions {
  margin-bottom: 70px;
}
._container #_content {
  padding-bottom: 50px;
}
._container #_content.career-article ul li {
  background: none;
}
#positions .positions-list li .career_article_link {
  font-size: 18px;
}

#footer {
  bottom: -34px;
}

