@charset "UTF-8";
/*
Theme Name: HawtCelebs 
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 2.0
License: 
License URI: 
Text Domain: 
Tags:
*/

/* Reset --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, main, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, main,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
strong {
  font-weight: 600;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Reset End ---------------------------------------------- */

/* Icons -------------------------------------------------- */
@font-face {
  font-family: 'icon';
  src:  url('fonts/icon.eot?zf3xc5');
  src:  url('fonts/icon.eot?zf3xc5#iefix') format('embedded-opentype'),
    url('fonts/icon.ttf?zf3xc5') format('truetype'),
    url('fonts/icon.woff?zf3xc5') format('woff'),
    url('fonts/icon.svg?zf3xc5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Icons END ---------------------------------------------- */

/* 

colors: #0b0b0f, #202933, #c5c6c8, #65fcf1, #45a29f 

colors: #fbe8a6, #f4976c, #313c6c, #b4dfe5, #d1fdfe

*/

/* Typography --------------------------------------------- */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: calc(13px + 0.06vw);
    line-height: normal;
    color: #222;
    background: #f4f4f4;
    background: rgba(244,244,244,1);
    background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 50%, rgba(34,34,34,1) 50%, rgba(34,34,34,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244,244,244,1)), color-stop(50%, rgba(244,244,244,1)), color-stop(50%, rgba(34,34,34,1)), color-stop(100%, rgba(34,34,34,1)));
    background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 50%, rgba(34,34,34,1) 50%, rgba(34,34,34,1) 100%);
    background: -o-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 50%, rgba(34,34,34,1) 50%, rgba(34,34,34,1) 100%);
    background: -ms-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 50%, rgba(34,34,34,1) 50%, rgba(34,34,34,1) 100%);
    background: linear-gradient(to right, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 50%, rgba(34,34,34,1) 50%, rgba(34,34,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#222', GradientType=1 );

}
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 15px;
}
p {
    margin-bottom: 15px;
}
p:empty {
    display: none;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
a {
    text-decoration: none;
    color: #222;
}
a:hover {
    color: #355476;
}
/* Typography END ----------------------------------------- */

/* Layout ------------------------------------------------- */
.container {
    width: 1097px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.clearfix:after,
.container:after {
  content: "";
  clear: both;
  display: table;
}
.main-container {
    display: flex;
    -webkit-flex-flow: row wrap;
}
.sidebar-main {
    padding: 0 20px 20px 20px;
    width: 100%;
}
.sidebar-additional {
    padding: 20px 0 20px 20px;
    width: 100%; 
}
.sidebar-additional .post-ad-holder {
  margin-bottom: 20px;
}
.note-box {
  font-size: 12px;
}
.wrap {
    width: 100%;
    background: #f4f4f4;
}
.post {
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
}
.single {
  margin-bottom: 0;
}
.single .post-entry > div:first-of-type {
  padding: 0 10px;
  width: 100%;
}
.single .post-entry > div:first-of-type > div.wp-caption {
  width: auto !important;
  margin: 0 -10px;
  margin-bottom: 20px; 
}
.single .post-entry > div:first-of-type > div:not(.wp-caption) {
  width: 33.33%;
  margin: 0  0 20px 0!important;
  float: left;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .single .post-entry > div:first-of-type > div:not(.wp-caption) {
    width: 50%;
  }
  .single .post-entry > div:first-of-type > div:not(.wp-caption):nth-child(2n + 1) {
    clear: left;
  }
}
.wp-caption {
  position: relative;
}
.wp-caption-text {
  padding: 10px 20px;
  margin: 0;
}
.post-page .wp-caption-text {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px 20px;
    color:#fff;
    background: rgba(0, 0, 0, 0.45);
    margin: 0;
    text-align: left;
    width: 100%;
}
.post-entry {
    background: #fff;
    box-shadow: 0 1px 1px rgba(173,168,168,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    margin-top: 20px;
    text-align: center;
    display: flex;
    -webkit-flex-flow: row wrap;
}
.post-entry h1 {
  margin: 0;
}
.post-page .post-entry > a,
.post-page .post-entry > div {
    width: 100%;
    order: -1;
}
.post-page .post-entry > div p:empty {
  display: none;
}
.post-page .post-entry > a {
  order: 1;
}
.post-page .entry-header {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.entry-header {
    text-align: left;
    padding: 20px;
    width: 100%;
}
.entry-header h2 {
    margin-bottom: 0;
}
.header-ad-holder {
    background: #222;
    padding: 20px 0;
}
.hc-ads {
    display: inline-block;
    width: 100%;
}
.post-ad-holder {
    width: 100%;
    text-align: center;
}
.post-ad-holder:after {
  content: "";
  clear: both;
  display: table;
}
.post-ad-holder.post-ad-holder-index {
  padding: 0 20px;
}
.related-ad-holder {
  padding: 0 20px;
}
.related-ad-holder .post-ad-holder {
  padding: 20px 0;
}
.post-end {
  width: 100%;
}
.post-end .post-ad-holder {
  padding: 0 20px 20px 20px;
}
.sidebar-box.post-ad-holder {
  padding: 0;
}
.sidebar-box {
    margin-bottom: 20px;
}
.sidebar-box h3 {
  font-size: 18px;
}
.sidebar-box p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
    .sidebar-additional {
        order: 1;
        width: 180px;
    }
    .wrap {
        order: 2;
        width: calc(100% - 340px - 180px);
    }
    .sidebar-main {
        order: 3;
        width: 340px;  
    }
}
@media screen and (max-width: 1023px) {
    .wrap {
        order: 1;
        width: calc(100% - 340px);
    }
    .sidebar-main {
        order: 2;
        width: 340px;  
    }
    .sidebar-additional {
        order: 3;
        width: 100%;
        background: #f5f5f5;
        padding: 20px;
        border-top: 2px solid #222222;
        text-align: center;
    }
    .sidebar-additional .sticky > div {
      width: auto;
      float: left;
      margin-right: 20px;
    }
    .sidebar-additional .sticky:after {
      content: "";
      clear: both;
      display: table;
    }
}
@media screen and (max-width: 767px) {
    .wrap {
        order: 1;
        width: 100%;
    }
    .sidebar-main {
        order: 2;
        width: 100%;
        background: #222222;
        padding: 20px;
    }
}
/* Layout END --------------------------------------------- */
/* Global ------------------------------------------------- */
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;  
}
.wp-caption {
    width: 100% !important;
}
.aligncenter {
    text-align: center;
}
.logo {
    font-weight: bolder;
    background: #263f5a;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    height: 50px;
    width: 50px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top:0;
    overflow: hidden;
}
.logo span {
  width: 0;
  height: 0;
  float: left;
  overflow: hidden;
}
.logo a {
  display: block;
  text-align: center;
}
.logo a:before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  line-height: 50px;
  font-size: 36px;
}
.header {
    background: #355476;
    color: #fff;
}
.header > .container {
    padding: 0 10px;
    padding-left: 50px;
}
.header a {
    color: #fff;
}
.header-bottom {
    background: #34679B;
}

.second-menu,
.main-menu {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
@media screen and (max-width: 1024px) {
  .main-menu {
    position: relative;
    padding-right: 30px;
  }
  #scroll-menu {
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 40px;
    
    text-align: center;
    cursor: pointer;
    background: #262626;
    height: 50px;
    font-size: 26px;
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 50px;
  }
  #scroll-menu:before {
    content: "\e903";
  }
  #scroll-menu.go-right:before {
    content: "\e902";
  }
}
.second-menu ul,
.main-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.second-menu ul li,
.main-menu ul li {
    display: inline-block;
}
.second-menu a,
.main-menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 18px 8px;
    display: block;
    white-space: nowrap;
    font-weight: 600;
}
.second-menu a {
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 400;
}
.main-menu ul li {
    border-right: 1px solid #263f5a;
}
.main-menu ul li:hover {
    background: #263f5a;
}
.main-menu ul li:last-child {
    background: #499e4c;
    border-right: 0;
}
.main-menu ul li a.home-link {
    font-size: 20px;
    line-height: 50px;
    padding: 0 10px;
}

.page-header {
  padding: 20px 20px 0 20px;
}
.page-header h1.page-title {
  margin: 0;
}
.page-header .description {
  margin-top: 5px;
}
.page-header .description p {
  margin: 0;
}

.second-menu ul li:hover {
    background: #25517d;
}
.sidebar-main a,
.sidebar-main {
  color: #ffffff;
}

.footer {
  background: #222;
  border-top: 2px solid #355476;
}
.footer a,
.footer {
  color: #999;
}
.footer p {
  margin: 0;
}
.footer-top,
.footer-bottom {
  padding: 20px;
}
.footer-bottom {
  background: #1a1a1a;
  padding-bottom: 120px;
}
.footer-links {
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
.footer-links li {
  display: inline-block;
  margin: 0 10px;
}
.copyright {
  font-size: 12px;
  color: #545454;
  text-align: center;
}
.note strong {
  display: inline-block;
  margin-bottom: 5px; 
  width: 100%;
  clear: left;
}

.navigation {
  padding: 0 20px;
  float: left;
  width: 100%;
}
.navigation h2 {
  display: none;
}
.navigation a {
  padding: 18px 20px;
  color: #fff;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
   position: relative;
}
.navigation .nav-previous,
.navigation .nav-next {
  width: 50%;
  float: left;
  text-align: left;
}
.navigation .nav-previous {
  background: #355476;
}
.navigation .nav-previous a {
  padding-left: 50px;
}
.navigation .nav-next a:before,
.navigation .nav-previous a:before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.navigation .nav-previous a:before {
  left: 10px;
  content: "\e903";
}
.navigation .nav-next {
  float: right;
  text-align: right;
  background: #34679B;
}
.navigation .nav-next a {
  padding-right: 50px;
}
.navigation .nav-next a:before {
  right: 10px;
  content: "\e902";
}
.navigation .nav-previous:hover,
.navigation .nav-next:hover {
  background: #499e4c;
}
.navigation .post-title {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}
.navigation .nav-links {
    display: flex;
    -webkit-flex-flow: row wrap;
}

.post-info {
  background: #355476;
  padding: 20px;
  color: #fff;
}
.post-info a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #499e4c;
  padding: 10px 15px;
  margin-left: 5px;
}
.related-wrap {
  padding: 0 20px;
}
.related-posts {
  background: #34679B;
  background: #222;
  padding: 20px;
  color: #fff;
}
.related-posts ul {
  display: inline-block;
  min-width: 100%;
  margin: 0 -10px;
}
.related-posts li {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .related-posts {
    padding-bottom: 0;
  }
  .related-posts li {
    width: 50%;
    margin-bottom: 20px;
  }
  .related-posts li:nth-child(2n + 1) {
    clear: left;
  }
}
.related-posts a {
  color: #fff;
}
.related-posts a h3 {
  font-size: 14px;
  margin: 10px 0 0 0;
  text-align: left;
}
.comments-wrap {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  padding: 0;
}
.comments-holder {
  background: #fff;
  box-shadow: 0 1px 1px rgba(173,168,168,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0 20px;
}
.comment-list .says,
.comment-list .comment-meta {
  display: none;
}
.comments-title {
  margin: 20px 0;
}
.comment-list .comment .children {
  padding-left: 30px;
}
.comment-list .comment .comment-body {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.comment-list .comment p {
  margin: 0;
}
.comment-list .comment .reply {
  position: absolute;
  right: 0;
  bottom: 20px;
  
}
.comment-list .comment-author {
  height: 42px;
  line-height: 42px;
  margin-bottom: 20px;
}
.comment-list .comment-author .fn {
  margin-left: 5px;
}
.comment-form textarea,
.comment-form input,
.comment-form label {
  display: inline-block;
  width: 100%;
}
.comment-form .comment-form-cookies-consent {
  position: relative;
  padding-left: 25px;
}
.comment-form input#wp-comment-cookies-consent {
  position: absolute;
  left: 0;
  height: auto;
  width: auto;
  top: 50%;
  margin-top: -9px;
}
.comment-form label {
  margin-bottom: 5px;
}
.comment-form textarea,
.comment-form input {
  border: 1px solid #d7d7d7;
  padding: 0 5px;
}
.comment-form input {
  height: 30px;
  line-height: 30px;
}
.comment-form input.submit,
.comment-list .comment .reply a {
  background: #355476;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 10px;
  font-size: 12px;
  display: block;
  border: 0;
}
.comment-form input.submit {
  height: auto;
  font-size: 14px;
}
.srp-container-single-column {
  display: inline-block;
  margin: 0 -5px;
  max-width: 340px;
}
.srp-container-single-column .srp-widget-singlepost {
  width: 50%;
  float: left;
  border: 0;
  padding: 0 5px;
}
.srp-thumbnail-position-default .srp-thumbnail-box {
  margin: 0;
}
.sticky {
  position: sticky;
  top: 0;
}
/* Global END --------------------------------------------- */
