/*
Theme Name: HTMLCenter Blog 2015
Theme URI: https://www.htmlcenter.com
Author: the HTMLCenter team
Author URI: https://www.htmlcenter.com
Description: HTMLCenter main theme introduced in 2015
Version: 2.0.1
*/

/* Global values */

@font-face {
  font-family: "HtmlcenterFont Regular";
  src: url("fonts/htmlcenter-regular-webfont.woff");
}
@font-face {
  font-family: Montserrat Light;
  src: url("fonts/montserrat-light.otf");
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "HtmlcenterFont Regular", sans-serif;
  font-weight: normal;
  color: #555;
}

blockquote {
  border-left: 5px solid #36a8bd;
  font-size: 16px;
}

pre {
  margin: 0px 8px 20px 8px;
}

/* center WordPress post images */
img .aligncenter {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/* Customised web elements */

/* Top banner */
.top-banner {
  background-image: url("images/top-banner-bg-new.jpg");
  
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;

  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;

  overflow:hidden;
  height:11px;
  top:0;
  -webkit-transition:background 1s;
  -moz-transition:background 1s;
  -o-transition:background 1s;
  transition:background 1s;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* position: fixed; */
  width:100%;
}

/* Master header element */
.master-header {
  background-color: #ee945e;
  font-family: "HtmlcenterFont Regular", sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 17px;
  height:60px;
  top:0;
  width:100%;
}

.master-header .promo-text{
  float: left;
  height:60px;
  padding: 20px 30px 0px 0px;
}

.master-header .promo-text a{
  color: #ffffff;
  text-decoration: underline;
}

.master-header .promo-text a:hover{
  text-decoration: none;
}

.master-header .header-icons{
  float: right;
  height:60px;
  padding: 20px 0px 0px 20px;
}

.header-icons-item{
  font-size: 20px;
  color: #ffffff;
  padding-left: 11px;
}

.header-icons-item:hover,
.header-icons-item:focus {
  color: #ffffff;
}


/* Navigation header element */
.navigation-header {
  background-color: #ffffff;
  font-family: "HtmlcenterFont Regular", sans-serif;
  height:85px;
  top:0;
  width:100%;
  padding: 0px;
}

.navigation-header .logo{
  float: left;
  padding: 0px;
  margin:0px;
  font-weight: 500;
  font-size: 24px;
}

.navigation-header img{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
}

.navigation-header a:hover{
  text-decoration: none;
}

.navigation-header .navigation-links, .navigation-links-mobile {
  float: right;
  height:85px;
  font-size: 20px;
  padding: 27px 0px 0px 20px;
}

.navigation-links-item{
  font-family: "Montserrat Light";
  font-size: 17px;
  font-weight: 400;
  padding-left:35px;
  color: #a4a4a4;
}

.navigation-links-item:hover,
.navigation-links-item:focus {
  text-decoration: none;
  color: #ee945e;
}

.dropdown-menu .divider{
  margin:0px;
  padding:0px;
}

.dropdown-menu >li>a{
  padding-top:15px;
  padding-bottom: 15px;
}

.navbar-toggle{
  border-color: #ececec;
}

/* Base */
.base {
  width:100%;
  background-color: #ececec;
}

/* Row */
.row {
  padding-top: 35px;
}


/* Blog posts */

.blog-main {
  font-family: "HtmlcenterFont Regular", sans-serif;
}

.blog-main h3 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.blog-main a {
  background-color: #ffffff;
  color: #36a8bd;
  font-weight: normal;
}

.blog-main a:hover {
  text-decoration: none;
  border-bottom: 1px dotted;
}


.blog-post {
  font-size: 16px;
  line-height: 1.5;
  background-color: #ffffff;
  margin-bottom: 2px;
}

.blog-post img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.blog-post-thumbnail{
  position:relative;
}

.blog-post-content{
  padding: 28px 20px 20px 20px;
}

.blog-post-content p{
  margin-bottom: 20px;
}

.blog-post-title h1 {
  color: #ffffff;
  top: 80px;
  left:15px;
  position: absolute;
  margin-bottom: 5px;
  font-size: 24px;
  padding-right: 10px;
}

.blog-post-meta {
  font-size: 15px;
  color: #a4a4a4;
  margin-bottom: 25px;
}

.blog-post-newsletter-form {
  width: 80%;
  margin-top: 15px;
  padding: 8px;
  border: 1px dotted;
  border-color: #a4a4a4;
}

/* Sidebar */

.blog-sidebar-content {
  font-family: "HtmlcenterFont Regular", sans-serif;
  padding: 25px 25px 0px 25px;
  background-color: #ffffff;
}

.blog-sidebar-content h4{
  text-transform: uppercase;
  background-color: #ffffff;
  font-size: 17px;
}

.blog-sidebar-content a{
  color: #36a8bd;
}

.blog-sidebar-content p{
  font-size: 16px;
  margin: 9px 0px 5px 0px;
}

.blog-sidebar-content form{
  margin:0px;
  padding:0px;
}

.sidebar-module {
  padding: 15px 0px 15px 0px;
  margin: 0px;
}

.sidebar-module img {
  margin: 5px 3px 0px 0px;
}



.sidebar-module ol > li {
  padding:5px 0px 5px 0px;
}

.sidebar-module ol > li > a{
  font-size: 16px;
  color: #a4a4a4;
  padding:5px 0px 0px 0px;
}

.sidebar-module ol > li > a:hover{
  color: #36a8bd;
  border: none;
  text-decoration: none;
}


/* Pagination */
.main-pagination{
  background-color: #ffffff;
  font-size: 16px;
  margin:0px;
  padding:10px 0px 10px 0px;
}

.main-pagination ul {
  display: inline-block;
  padding: 10px 10px 0px 10px;
}

.main-pagination ul li {
  display: inline;
  padding-left: 4px;

}

.main-pagination ul li a {
  background-color: #ffffff;
  padding: 7px 7px 7px 7px;
  border-radius: 7px;
}

.main-pagination ul li a:hover {
  background-color: #ee945e;
  color: #ffffff;
  border: none;
}

.main-pagination ul > .active > a{
  background-color: #ee945e;
  color: #ffffff;
  border: none;
}

/* Footer */

.blog-footer {
  font-family: "HtmlcenterFont Regular", sans-serif;
  padding: 60px 0px 20px 0px;
  color: #999;
  text-align: center;
  background-color: #ececec;
}

.blog-footer-copyright{
  margin-top:20px;
}

/* Buttons */

.btn-htmlcenter{
  color: #ffffff;
  background-color: #ee945e;
  border-color: #ee945e;
  margin: 15px 0px 15px 0px;
}

.btn-htmlcenter:hover{
  color: #ffffff;
  background-color: #f7c2a3;
  border-color: #f7c2a3;
  margin: 15px 0px 15px 0px;
}

.btn-htmlcenter-navigation{
  color: #ffffff;
  background-color: #ee945e;
  border-color: #ee945e;
  margin: 0px;
}

.btn-htmlcenter-navigation:hover{
  color: #ffffff;
}


/* Helpers */

.uppercase-text{
  text-transform: uppercase;
}
.newsletter-email{
  width: 50%;
  display: inline;
}

code{
  font-size: 80%;
}

/* YARPP plugin styles */

#disqus_thread {
  padding:30px;
}

.yarpp-related {
    margin: 1em 0 !important;
}

.yarpp-related a{
    text-decoration: none !important;
    /* font-weight: bold !important; */
}

.yarpp-related .yarpp-thumbnail-title{
    text-align: left !important;
    font-weight: bold !important;
    font-size: 96% !important;
    text-decoration: none !important;
}

.yarpp-related h3{
    font-weight: bold !important;
    padding: 0 0 5px 0 !important;
    font-size: 125% !important;
    text-transform: capitalize !important;
    margin: 0 !important;
}

.yarpp-related .yarpp-promote{ 
    clear: both !important;
    background: url(//api.engage.bidsystem.com/adk_mini_logo.png) no-repeat !important;
    float: right !important;
    text-indent: -1000px !important;
    cursor: pointer !important;
    color: #666 !important;
    font-size: 11px !important;
    height: 17px !important;
    width: 78px !important;
}

/* Custom behavior for multiple screen sizes */

/* Custom, iPhone Retina */
@media (min-width : 320px) {

}

/* Extra Small Devices, Phones - xs - */
@media (max-width : 480px) {

}

@media (min-width : 480px) {

}

/* Small Devices, Tablets - sm - */
@media (max-width : 768px) {
  .blog-post-title h1 {
    position: static;
    color: #555;
    padding: 25px 5px 0px 15px;
    margin:0px;
    font-size: 24px;
  }
}

@media (min-width : 768px) {

}

/* Medium Devices, Desktops - md - */
@media (max-width : 992px) {
  .blog-main {
    width: 100%;
  }
  .container {
    max-width: 645px;
  }
  .blog-sidebar {
    width: 100%;
    margin-top: 2px;
    padding:0px 15px 0px 15px;
  }
}

@media (min-width : 992px) {
  .blog-sidebar {
    margin: 0px;
    padding:0px;
  }
}

/* Large Devices, Wide Screens - lg - */
@media (min-width: 1200px) {
  /* override default container */
  .container {
    max-width: 1108px;
  }
}

/* end */