/*
Theme Name: Positive Feedback
Theme URI: http://positive-feedback.com
Author: http://positive-feedback.com
Author URI: http://positive-feedback.com
Description: Custom theme designed for positive-feedback.com
Version: 1.0
Text Domain: positivefeedback

Maintained by 38thweb.com
*/
@import 'css/main.css';
.classifieds p {
    margin: 0 !important;
}
.classifieds a.classifieds-link {
    padding-top: 9px !important;
}
html body {
    background-color: #fff !important;
    font-family: "Muli", "Helvetica Neue", Helvetica,Arial,sans-serif !important;
}
p, h1, h2, h3, h4, h5, h6, a {
  font-family: "Muli", "Helvetica Neue", Helvetica,Arial,sans-serif !important;
}
#toc-page-top .btn-primary {
    color: #fff;
    background-color: #545255;
    border-color: #545255;
 }
#toc-page-top .btn:focus, #toc-page-top .btn:active:focus, #toc-page-top .btn-primary:hover, #toc-page-top .btn-primary:focus, #toc-page-top .btn-primary.focus, #toc-page-top .btn-primary:active, #toc-page-top .btn-primary.active, #toc-page-top .open>.dropdown-toggle.btn-primary {
     border-color: lightgrey;
}
.sticky-navbar button.search-btn {
    background-color: #fff !important;
 }

 /*   MISC  */

.page-template-page-archive .post-body h2 {
    font-size: 28px;
}
div.form-group > h2 {
 font-size: 24px;
}
/*    Print Button       */
#print-button {
  width:100px;
}
div.printfriendly {
    z-index: 0 !important;
}
div.printfriendly a, div.printfriendly a:link, div.printfriendly a:visited {
    color: #0f90b1 !important;
}
/* Styling for Pagination */

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    background-color: #545255;
  }
.wp-pagenavi a, .wp-pagenavi span {
  color: #fff;
  text-transform: uppercase;
}
.wp-pagenavi span.current {
    font-weight: bold;
    color: #0684A7;
    background-color: #fff;
    border: .5px solid #545255;
}
  /* End Pagination Style */

/*        Full Width Ads on Homepage                    */
.col-one {
  margin:10px 0 0 0;
  width: 100%;
  height: 175px !important;
  display: block;
  float: left;
}
.ad-row-horizontal {
    float: left;
}
/*        Space for Extra Sidebar Ads on Homepage       */
.rp-wrapper {
    height: 1035px;
}.classifieds {
    height: 890px;
    overflow: hidden;
}
.classifieds .col-xs-classified {
    width: 250px;
    margin-right: 8px;
    float: left;
    height: 1035px;
    overflow: hidden;
}
/* Add space between right sidebar ads  */
.right-ad-wrapper {
    margin-bottom: 25px;
}
.home .right-ad-wrapper {
    margin-bottom: 12px;
}
/*            Header Changes          */
.banner-right .date-n-author {
    color: #ACAC9D;
    margin-top: 28%;
}
.home .banner-right .date-n-author {
    color: #ACAC9D;
    margin-top: 0;
}

.hp-banner {
    padding-top: 20px;
    padding-bottom: 20px;
}
.hp-banner h4 {
    float: right;
    word-wrap: break-word;
    max-width: 100%;
}
.hp-banner img {
    margin-right: 0;
}
.hp-banner .date-n-author {
    float: right;
}
/* Right Sidebar border  */
img[alt~="Ad"], .hp-banner .banner-right img {
    border: 1px solid #000;
}

/*  Hover Zoom on all Ads  */
img[alt~="Ad"]{
    transition: transform .40s; /* Animation */
}
img[alt~="Ad"]:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    border: 1px solid #0985a5;
    box-shadow: 5px 0px 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 0px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0px 30px rgba(0, 0, 0, 0.5);

}
.classifieds, .classifieds .col-xs-classified {
  overflow: visible;
}
/* End Right Sidebar  */

body > div.site-wrapper > div.hp-banner > div > div > div.col-xs-8.banner-right > a > img {
  border:none;
}
.page-template-page-archive-php .nav-previous{
    float:left;
    width: 100%;
}
/*         End Header Changes          */

/* Single/Article  */

.single .col-xs-3 .form-group {
    border-bottom: 1px solid grey;
}
.single .col-xs-3 a {
    font-size: 1em;
}
.single .relatedposts img {
    width:100%;
}
.author_left {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 236px;
  height: 150px;
}
.author_left img {
  min-width: 236px;
  min-height: 150px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*        Search Page         */
.search-results #content, .search #content, .search-no-results #content {
    width:75%;
    float: left;
    margin-bottom: 20px;
}
#oss-search-form form {
    text-align: left;
    margin: 2% 0%;
}
.oss-search {
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 0 5% 0 0;
}

/*    Archive Page     */

.toc-sb-full {
    width: 680px;
    float: left;
    margin-bottom: 11px;
}
.archive-post-excerpt {
  display: block;
}
.archive-thumbnail {
  width: 13em;
  height: 9.3em;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.archive-thumbnail img{
  min-width: 13em;
  min-height: 9.3em;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.industry-news-title {
  float: left;
  width: 100%;
}
.industry-news-body {
    float:right;
    width:70%;
}


/*      Post Disqus Fix     */

.Discus {
  width:100% !important;
  padding-left: 0;
}

/*    START Advertiser Profile Styles  */
.page-template-page-advertiser-profile #sticky-header-sticky-wrapper, .page-template-page-advertiser-profile .small-banner{
    DISPLAY:NONE;
}
.page-template-page-advertiser-profile h3 {
    font-size: 21px;
}
.page-template-page-advertiser-profile .small-banner-ad {
    background-color: #FFF;
     padding-top: 8px;
    padding-bottom: 10px;
    border-bottom: 5px #333 solid;
}
.page-template-page-advertiser-profile .col-xs-9 {
    width: 100%;
    margin-top: 20px;
}
.page-template-page-advertiser-profile .post-title {
    width:50%;
    float: left;
}
.page-template-page-advertiser-profile .sp-wrapper {
    padding-right: 15px;
    width: 100%;
    height: 70px;
}
.page-template-page-advertiser-profile h3 {
    margin-top: 7px;
}
.page-template-page-advertiser-profile .top-20 {
    margin-top: 0px;
}
.page-template-page-advertiser-profile .col-xs-6 img{
    height:50px;
}
.page-template-page-advertiser-profile strong, b {
    font-weight: bold !important;
}
.page-template-page-advertiser-profile .footer .container {
    padding: 0px;
    display: none;
}
#ad-footer {
    display: block;
    margin:0 auto;
    text-align: center;
    position: absolute;
    margin-top: 20px;
}
#Ad-Contact {
    display: block;
    margin:10px 0;
}
/*  Mailchimp sign Up Form */
.footer #mc_embed_signup {
    max-width: 215px;
}

.footer #mc_embed_signup form {
  margin: 10px 3%;
}
#mc_embed_signup h2 {
 margin:0 !important;
 font-size: 18px !important;
 padding: 0 0 9px 0 !important;
}
.footer .form-subscribe h4 {
    color: #545255 !important;
  }

.footer .clear {
  height:auto;
}
.footer #mc_embed_signup .mc-field-group {
      width: 100%;
      min-height: auto;
}
.footer #mc_embed_signup .mc-field-group input {
  color:#fff !important;
}
.footer #mc_embed_signup .button {
    background-color: #363537;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: left;
    border: none;
    transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
    -webkit-transition: opacity linear 0.3s;
    text-align: center;
    border-radius: 0px;
}

/*    iPad Fix    */
@media only screen and (max-width:1024px) {
#print-friendly {
  display:none;
}
.sticky-navbar {
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    position: relative !important;
}
.container {
    width: 100%;
    padding: 0;
}
.row {
    padding-left: 15px !important;
    padding-right:0px !important;
}
.col-three {
    width: 32%;
    margin: 0 5px;
    float: left;
    margin-top: 8px;
}
.ad-row-horizontal .toc-sb {
    width: 100%;
    float: left;
     margin-top: 10px;
    margin-bottom: 12px;
margin-right: 3px;
}
.sp-wrapper.toc-sb {
    min-width: 335px;
}
.divider-right {
    width: 70%;
}
.col-xs-3 {
    width: 24%;
}
.col-xs-9 {
    width: 75%;
}
.classifieds .col-xs-classified {
    width: 24%;
}
.msnry-container {
       margin-left: 5px;
    margin-right: 0px;
}
.msnry-item {
    width: 24.2%;
}
.msnry-item img {
}
.top-20 {
    margin-top: 20px;
    margin-left: -11px;
    margin-right: -15px;
}
#lower-home-ads {
    margin-left: 10px;
    margin-right: -5px;
}
.search-results #lower-home-ads {
    margin-right: 14px;
}
.footer {
    width: 100%;
    min-width: 1010px;
    margin-left:0px;
}
.footer .container {
    width: 920px;
}
.site-wrapper {
/*    width: 100%;
    padding-left: 0px;
    padding-right: 15px;*/
}
.pad-zero-left {
    padding-left: 15px;
}
.divider-left {
    padding-left: 15px;
}
.footer .col-footer {
    width: 33%;
}
.load-screen {
  display:none !important;
}
.col-one {
    margin: 10px 0px 0px 4px;
    width: 98.2%;
}
}
@media only screen and (min-width: 768px) {
.site-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 1036px;
}
}
@media (max-width:320px) {
  .sticky-navbar {
    min-width: 100%;
    margin-left: 0px !important;
}
}

/*        Super Ad Widget Ribbon     */
.wrapper {
  position: relative;
  z-index: 90;
  border:solid 2px #0684A7;
   -webkit-transition: box-shadow 0.3s; /* For Safari 3.1 to 6.0 */
    transition: box-shadow ease-in 0.3s;
    box-sizing: border-box;

}
.wrapper:hover {
    box-shadow:0px 0px 0px 5px #0684A7;
    transform: scale(0.96, 0.94) !important;
}
.ad-row-horizontal-top {
    overflow: hidden;
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon {
  font: bold 15px Sans-Serif;
  color: #fff !important;
  text-align: center;
  text-shadow: #333 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #2aead4;
  background: -webkit-gradient(linear, left top, left bottom, from(#2aead4), to(#0684A7));
  background: -webkit-linear-gradient(top, #2aead4, #0684A7);
  background:    -moz-linear-gradient(top, #2aead4, #0684A7);
  background:     -ms-linear-gradient(top, #2aead4, #0684A7);
  background:      -o-linear-gradient(top, #2aead4, #0684A7);
  background:linear-gradient(top, #2aead4, #0684A7);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  animation: featured-ad 3s ease-in-out 1s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes featured-ad {
    0%   {text-shadow: #333 0px 1px 0px; color: #fff !important;}
    50%  {text-shadow: red 0px 1px 15px; color: #333 !important;}
    100%   {text-shadow: #333 0px 1px 0px; color: #fff !important;}
}

/* Standard syntax */
@keyframes featured-ad {
     0%   {text-shadow: #333 0px 1px 0px; color: #fff !important;}
    50%  {text-shadow: red 0px 1px 15px; color: #333 !important;}
    100%   {text-shadow: #333 0px 1px 0px; color: #fff !important;}
}
.ribbon:before, .ribbon:after {
  content: "";
  border-top:   2px solid #0684A7;
  border-left:  2px solid transparent;
  border-right: 2px solid transparent;
  position:absolute;
  bottom: -1px;

}
.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}​


/*        Super Ad Widget Ribbon     */

/*    END Advertiser Profile Styles  */
