/*
Theme Name: HeyDude
Theme URI: http://wp.wwwebinvader.com/HeyDude/
Description: HeyDude is blog/magazine theme with beautiful design and great functionality. Easily changed using the Theme Options & WordPress Customizer. 
Version: 1.2
Author: Web Invader
Author URI: http://themeforest.net/user/wwwebinvader
License: 
License URI: http://themeforest.net/licenses

Text Domain: hdtheme
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic&subset=latin,cyrillic");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,800;1,400&display=swap");

/* 

	   Hey Dude Main Stylesheet

	- - - - - Content - - - - - - -
		
	01 - Reset & Basics
	02 - Clearing
	03 - Call For Action
	04 - Header Banner
	05 - Switch/Toogle
	06 - Menu
	07 - Layout
	08 - Post Like System
	09 - Most Commented Posts
	10 - Search
	11 - Featured
	12 - Breadcrumb
	13 - Single Post
	14 - Reviews
	15 - Content Blocks
	16 - Page
	17 - Pagination
	18 - Widgets
	19 - Comments
	20 - Comment Form
	21 - Contact
	22 - Gallery
	23 - Buttons
	24 - Shortcodes
	25 - Post QR code
	26 - Post/Page Share Buttons CSS
	27 - Media Queries
	28 - Your CSS Code
	
	- - - - - - - - - - - - - -
	
*/

/* 01 - Reset & Basics
-----------------------------------*/

body {
  background: #eee;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  color: #fdbd2a;
  text-decoration: none;
  outline: 0;
  transition: all 0.1s linear 0s;
  outline: none;
  font-family: "Open Sans", sans-serif !important;
}

a:hover {
  color: #666;
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:visited,
.hreflike {
  color: #fdbd2a;
}

a > img {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

input,
select,
textarea {
  outline: none;
}

.bordering-box-wrap {
  margin-bottom: 20px;
  width: 100%;
}

div.block-excerpt {
  font-family: "Playfair Display", "Open Sans", sans-serif;
}

div#content p {
  font-family: "Playfair Display", "Open Sans", sans-serif;
  font-size: 16px;
}

p {
  margin: 0 0 20px;
  font-family: "Playfair Display", "Open Sans", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

.post-content-teaser h2 a:link {
  font-weight: bold;
}

.post-content-teaser {
  font-family: "Playfair Display", "Open Sans", sans-serif;
}

.community-text {
  float: none !important;
}

.community-text p {
  margin: 0 0 2px !important;
  padding: 0px !important;
  font-size: 0.9em;
}

.community-text a:link {
  color: #000 !important;
}

.community-image {
  margin-top: 10px !important;
  margin-right: 20px !important;
}

article {
  float: none !important;
}

#yszcms-webvert-4 {
  clear: both;
}

.entry-content ul {
  font-size: 1.2em;
  margin-left: 35px;
}

.entry-content a:link {
  color: #fdbd2a !important;
}

.social-share a:link {
  color: #000 !important;
}

.community-text,
span.see-more,
#content-sidebar .community-text,
#content-sidebar .community-more-link {
  font-size: 1em !important;
}

#sidebar h3 {
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", "Open Sans", sans-serif;
  line-height: 1.5;
  margin: 0 0 20px;
}

.home_title {
  font-size: 12px;
  text-transform: uppercase;
  color: #fdbd2a;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000 !important;
  font-family: "Playfair Display", "Open Sans", sans-serif !important;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #fdbd2a !important;
}

code {
  white-space: normal;
}

.widget li > a {
  color: #000 !important;
  font-size: 0.9em !important;
}

.widget ul > li {
  padding: 0px !important;
}

/* ul#mainmenu {
    position: fixed;
    width: 100%;
    display: block;
    background-color: #FFF;
    margin-top: 40px;
} */

#evcalwidget_three-2 {
  clear: both;
  margin-bottom: 35px !important;
}

.widget li,
#content-sidebar-inside li {
  float: none !important;
  margin: 0px !important;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

tr.alternate {
  background-color: #fafafa;
}

th {
  text-align: left;
  font-weight: bold;
}

th,
td {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

blockquote,
blockquote p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  color: #777;
}

blockquote cite {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  font-size: 11px;
  color: #555;
}

label,
legend {
  font-size: 13px;
  font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  font: 13px/22px "Open Sans", Arial, sans-serif;
  border: 2px solid rgba(0, 0, 0, 0.08);
  padding: 10px 16px;
  font-size: 14px;
  color: #666;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  background-color: rgba(0, 0, 0, 0.01);
  box-shadow: none;
  outline: none;
}

fieldset {
  border: 1px solid #eee;
  padding: 20px;
}

ul,
ol {
  margin: 0 0 20px;
}

li {
  line-height: 24px;
}

dt {
  margin-bottom: 6px;
}

.no-padding {
  padding: 0 !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
}

.wp-caption {
  margin-bottom: 25px;
  text-align: center;
  padding: 10px;
  border: 1px solid #eee;
  background: #fcfcfc;
  max-width: 100%;
}

.wp-caption-text {
  font-size: 11px;
  color: #888;
  margin: 10px 0;
}

.sticky {
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* 02 - Clearing
-----------------------------------*/

.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.container:after,
.row:after,
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  display: table;
}

/* 03 - Call For Action
-----------------------------------*/

.cfa-wrapper {
  width: 100%;
  height: auto;
  min-height: 100px;
  border: 2px solid;
  border-color: #444;
  margin-bottom: 20px;
  padding: 13px;
  display: inline-block;
  position: relative;
}

.cfa-wrapper .left {
  text-align: center;
}

.cfa-wrapper .right {
  display: inline-block;
  position: relative;
  background: #c19132;
  text-align: center;
  padding: 0px;
}

.cfa-wrapper b {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 0px;
  text-align: center;
}

.cfa-wrapper a {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  display: inline-block;
}

.cfa-wrapper a .fa {
  margin: 0px 8px;
}

/* 04 - Header Banner
-----------------------------------*/

.header-banner-wrapper {
  background: rgba(0, 0, 0, 0.05);
  padding-top: 35px;
  text-align: center;
}

.header-banner {
  width: 970px;
  height: 90px;
}

/* 05 - Switch/Toogle
-----------------------------------*/

#switch {
  width: 75px;
  height: 40px;
  margin-top: -5px;
}

.toggle-span {
  margin-left: 90px;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 36px;
  text-transform: uppercase;
}

.toggle {
  position: absolute;
  border: 2px solid #444;
  border-radius: 20px;
  -webkit-transition: border-color 0.6s ease-out;
  transition: border-color 0.6s ease-out;
  box-sizing: border-box;
}

.toggle.toggle-on {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s 0.15s ease-out;
  transition: all 0.5s 0.15s ease-out;
}

.toggle-button {
  position: absolute;
  top: 4px;
  width: 28px;
  bottom: 4px;
  right: 39px;
  background-color: #444;
  border-radius: 19px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0.1s, width 0.1s, top 0.1s, bottom 0.1s;
  transition: all 0.3s 0.1s, width 0.1s, top 0.1s, bottom 0.1s;
}

.toggle-on .toggle-button {
  top: 3px;
  width: 65px;
  bottom: 3px;
  right: 3px;
  border-radius: 23px;
  background-color: #c19132;
  /* box-shadow: 0 0 16px #c19132; */
  -webkit-transition: all 0.2s 0.1s, right 0.1s;
  transition: all 0.2s 0.1s, right 0.1s;
}

.toggle-text-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  color: rgba(0, 0, 0, 0);
}

.toggle-on .toggle-text-on {
  color: #fff;
  -webkit-transition: color 0.3s 0.15s;
  transition: color 0.3s 0.15s;
}

.toggle-text-off {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  cursor: pointer;
  color: #444;
}

.toggle-on .toggle-text-off {
  color: rgba(0, 0, 0, 0);
}

/* used for streak effect */

.glow-comp {
  position: absolute;
  opacity: 0;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 6px;
  /*
	background-color: rgba(75, 122, 141, .1);
    box-shadow: 0 0 12px rgba(75, 122, 141, .2);
	*/
  -webkit-transition: opacity 4.5s 1s;
  transition: opacity 4.5s 1s;
}

.toggle-on .glow-comp {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

/* 06 - Menu
-----------------------------------*/

.main-logo-wrapper {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 75%;
  height: 100px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center !important;
  -webkit-transition: background 0.18s;
  -moz-transition: background 0.18s;
  -ms-transition: background 0.18s;
  -o-transition: background 0.18s;
  transition: background 0.18s;
}

#mainnav {
  margin-bottom: 40px;
  padding: 16px 0px 12px 0px;
  text-align: center;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

#mainmenu {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#mainmenu,
#mainmenu ul {
  list-style: none;
}

#mainmenu ul {
  text-align: left;
}

#mainmenu li {
  position: relative;
  margin: 0;
}

#mainmenu > li {
  float: left;
  margin-right: 8px;
}

#mainmenu li a {
  display: block;
  padding: 0 15px;
}

#mainmenu > li > a {
  color: #444444;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

#mainmenu > li:hover > a {
  color: #fff;
  background-color: #c19132;
}

#mainmenu > li.current-menu-item > a,
#mainmenu > li.current_page_item > a,
#mainmenu > li.current-menu-ancestor > a,
#mainmenu > li.current_page_ancestor > a {
  color: #fff;
  background-color: #c19132;
}

#mainmenu ul > li.current-menu-item {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.08);
}

#mainmenu ul a {
  padding: 5px 25px 5px 20px;
  color: #fff;
}

#mainmenu ul {
  margin: 0;
  display: none;
  position: absolute;
  font-size: 15px;
  top: 50px;
  z-index: 999;
  width: 230px;
  padding: 0px;
  background: #c19132;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
}

#mainmenu ul li {
  line-height: 24px;
  padding: 8px 0px;
  transition: all 0.1s linear 0s;
}

#mainmenu ul ul {
  top: 0;
  left: 230px;
  padding: 0;
}

#mainmenu li:hover > ul {
  display: block;
}

#mainmenu ul > li:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.08);
}

#mainmenu i.fa {
  margin-left: 12px;
}

#mainmenu ul i.fa {
  position: absolute;
  right: 20px;
  top: 19px;
}

.mainmenu {
  display: none;
  padding: 12px 5px 12px 12px;
  font-size: 16px;
  background: #fff;
}

/* 07 - Layout
-----------------------------------*/

#wrapper {
  background-color: #fff;
  padding-top: 0px;
  margin: 0 auto;
}

.boxed #wrapper {
  margin: 40px auto;
}

body.custom-background.stretched {
  background: none;
}

#top {
  text-align: center;
  margin: 10px 0;
}

#site-title {
  font-size: 36px;
  line-height: 1.5;
  margin: 0 0 10px;
  font-weight: bold;
}

#logo {
  margin: 0;
  line-height: 30px;
}

#site-title a {
  color: #555;
}

#site-description {
  font-size: 13px;
  color: #bbb;
  margin: 0;
}

main {
  margin-top: 40px;
}

#footer-area {
  margin-top: 40px;
}

#footer-widget {
  background-color: #f9f9f9;
  padding-top: 40px;
  font-size: 14px;
}

#footer-widget .row {
  padding-bottom: 40px;
  border-bottom: 2px solid #c19132;
}

#footer-widget .textwidget {
  margin-right: 1px;
}

#bottom {
  background-color: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

#bottom .row {
  padding: 10px 0px 15px 0px;
}

/* 08 - Post Like System
-----------------------------------*/

a.jm-post-like {
  font-weight: normal;
  display: inline-block;
  width: auto;
  -moz-transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
}

a.jm-post-like.liked {
}

a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
  /* default on hover */
  color: #444;
}

/* 09 - Most Commented Posts
-----------------------------------*/

.most-commented-post-block {
  margin-top: 30px;
  margin-bottom: 0px;
}

.most-commented-post-col {
  margin-bottom: 26px;
}

.most-commented-title {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-bclock;
  margin-bottom: 40px;
}

.most-commented-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  left: 0px;
  top: 50%;
  margin-top: -1px;
}

.most-commented-title-sides {
  padding: 5px;
  background: #ffffff;
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 20;
}

.most-commented-title .top-lines {
  position: relative;
  width: auto;
  display: inline-block;
  border: 2px solid #c19132;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 26px;
}

.most-commented-title .top-lines:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  right: -72px;
  top: 50%;
  margin-top: -9px;
}

.most-commented-title .top-lines:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  left: -72px;
  top: 50%;
  margin-top: -9px;
}

.most-commented-title .top-lines .bottom-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: inline-block;
}

.most-commented-title .top-lines .bottom-lines:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  right: -52px;
  top: 50%;
  margin-top: 7px;
}

.most-commented-title .top-lines .bottom-lines:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  left: -52px;
  top: 50%;
  margin-top: 7px;
}

/* most commented posts style */

.most-commented-post {
  position: relative;
  padding: 24px 20px;
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.48);
  box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.48);
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -ms-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
}

.most-commented-post:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #c19132;
  -moz-box-shadow: inset 0px 0px 0px 2px #c19132;
  box-shadow: inset 0px 0px 0px 2px #c19132;
}

.most-commented-post .entry-title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.most-commented-post .entry-title a {
  font-weight: bold;
  color: #444444;
}

.most-commented-post .entry-title:hover a {
  color: #c19132;
}

.most-commented-post .entry-content {
  text-align: center;
  font-size: 15px;
  position: relative;
  margin-top: 0px !important;
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.most-commented-post .entry-content:before {
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f02e";
  position: absolute;
  color: #c19132;
  width: 100%;
  left: 0;
  bottom: -15px;
  font-size: 18px;
}

.most-commented-post .entry-meta {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}

.most-commented-post .vcard {
  margin-bottom: 4px;
  display: inline-block;
}

.most-commented-post .vcard a {
  color: #444444;
}

.most-commented-post .left {
  display: inline-block;
  float: left;
  width: 75%;
  margin: 0px;
  padding-right: 10px;
}

.most-commented-post .right {
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0px;
}

.most-commented-post .right .entry-comments {
  float: right;
}

/* 10 - Search
-----------------------------------*/

.header-top {
  margin-top: 15px;
}

.search_box_2.active {
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  position: relative;
  display: inline-block;
}

#header-main-search,
#header-main-search-mobile {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#header-main-search span,
#header-main-search-mobile span {
  border-bottom: 1px solid #444;
  margin-right: 10px;
}

#header-main-search .fa,
#header-main-search-mobile .fa {
  font-size: 21px;
}

.search_box {
  clear: both;
  width: 100%;
  background: rgba(0, 0, 0, 0.01);
  padding: 0px 10px;
  margin: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.search_box.active {
  height: auto;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.search_box {
  width: 100%;
}

.search_box input {
  width: 100%;
}

.search_box input.s {
  height: 80px;
  line-height: 80px;
  font-size: 48px;
  font-weight: 300;
  padding-left: 16px;
  padding-right: 96px;
  margin-right: -60px;
  border: none;
  background: none;
}

.search_box .searchsubmit {
  height: 80px;
  text-align: right;
  background: none;
  color: #444;
  font-size: 36px;
  width: 60px;
}

button,
input {
  outline: 0px !important;
}

/* 11 - Featured
-----------------------------------*/

.block-side img {
  padding: 0px;
}

.row.featured {
  margin-left: 0;
  margin-right: 0;
}

.featured {
  margin-bottom: 30px;
}

.featured .post {
  position: relative;
  overflow: hidden;
}

.row.featured .post {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.featured a {
  color: #fff;
}

.featured header {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.7)
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  padding: 20px 22px 20px 22px;
}

#wrapper .featured header a:hover {
  color: #fff;
}

.featured h2 {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.featured .entry-category a {
  color: #fff;
  font-size: 12px;
  background-color: #c19132;
  opacity: 0.95;
  padding: 8px 20px;
}

.featured .post .block-meta {
  display: inline-block;
  margin-top: 14px;
}

.featured .post:first-child header {
  margin-bottom: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.featured .post:first-child:hover header {
  margin-bottom: 0px;
}

.featured .post header {
  margin-bottom: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.featured .post:hover header {
  margin-bottom: 0px;
}

.featured .post:first-child .entry-category {
  margin-bottom: 18px;
  display: inline-block;
}

.featured .post:first-child .entry-category a {
  padding: 13px 26px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.row.featured .post:first-child header,
.flexslider header {
  padding: 26px 28px 20px 28px;
}

.flexslider {
  margin: 0 0 65px !important;
}

.row.featured .post:first-child h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}

.row.featured .post h2 {
  margin-top: 10px;
}

.featured img {
  transition: all 1s ease 0s;
  width: 100%;
}

.row.featured .post > a:hover img {
  opacity: 0.9;
}

.flexslider .post h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 10px;
  color: #fff !important;
}

.flexslider .post h2 a:link {
  color: #fff !important;
  line-height: 30px;
}

.flexslider .post h2 a:visited {
  color: #fff !important;
}

/* 12 - Breadcrumb
-----------------------------------*/

.breadcrumb {
  font-size: 14px;
  font-weight: 600;
  color: #888;
  padding: 16px 20px;
  margin-bottom: 40px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 0px;
}

.breadcrumb-lead {
  color: #bbb;
  margin-right: 3px;
}

.breadcrumb a {
  margin: 0 4px;
}

.breadcrumb span {
  color: #999;
  margin: 0 4px;
}

/* 13 - Single Post
----------------------------------------------- */

.single h1.entry-title,
.page h1.entry-title {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}

.single header .entry-image,
.page header .entry-image {
  margin-bottom: 20px;
}

.single .entry-content,
.page .entry-content {
  margin-top: 30px;
}

.single .entry-category a:before {
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  content: "\f115";
  margin-right: 3px;
}

.single .entry-meta {
  margin-top: 10px;
}

.next-prev {
  color: #bbb;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
}

.next-prev > div {
  padding: 0 20px;
  font-weight: 600;
}

.next-prev > div > div {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.next-prev a {
  color: #777;
  font-size: 20px;
  line-height: 1.3;
}

.next-prev a:hover {
  color: #c19132;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-previous .fa {
  margin-right: 10px;
}

.nav-next {
  float: right;
  width: 50%;
}

.nav-next .fa {
  margin-left: 10px;
}

.single .entry-footer {
  margin-top: 40px;
}

.single .entry-footer .tags .fa-tags {
  margin-right: 6px;
}

.tags {
  font-size: 15px;
  font-weight: 600;
  color: #999;
  margin-bottom: 20px;
}

.norelated {
  color: #999;
}

.author-info {
  margin-top: 60px;
}

.author-info .avatar {
  margin-right: 15px;
}

.author-link h4 {
  margin-bottom: 2px;
  line-height: 20px;
}

.author-link h4,
.author-link h4 a {
  font-weight: bold;
  font-size: 15px;
  color: #555;
}

.author-info .author-link > a {
  color: #aaa;
  font-size: 14px;
}

.author-link a:hover {
  color: #c19132;
}

.author-description {
  margin-top: 10px;
  color: #888;
  font-size: 13px;
}

.author-description h2 {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}

.author-website {
  margin-top: 12px;
}

.author-website a {
  font-size: 13px;
}

.author-website i {
  font-size: 10px;
  margin-right: 3px;
}

.author-info .widget_hd_social,
.archive-meta .widget_hd_social {
  margin-top: 14px;
}

.author-info .widget_hd_social ul,
.archive-meta .widget_hd_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.author-info .widget_hd_social i.fa,
.archive-meta .widget_hd_social i.fa {
  font-size: 20px;
  width: 20px;
}

.author-info .widget_hd_social .social-box,
.archive-meta .widget_hd_social .social-box {
  line-height: 14px;
  padding: 7px;
}

.author-info h3,
.related-posts h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 18px;
  margin-bottom: 27px;
}

.related-posts {
  margin-top: 60px;
}

.related-posts ul {
  list-style: none;
  padding: 0;
}

.related-posts h4.block-heading {
  font-size: 13px;
}

/* 14 - Reviews
-----------------------------------*/

.review {
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 20px;
}

.review .row {
  padding-top: 5px;
  padding-bottom: 5px;
}

.review .rating {
  text-align: right;
}

.review .overall {
  margin-top: 10px;
  font-size: 32px;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.review .summary {
  margin-top: 20px;
}

/* 15 - Content Blocks
-----------------------------------*/

.block {
  margin-bottom: 20px;
}

.block:last-child {
  margin-bottom: 0;
}

.block .col-lg-1,
.block .col-lg-2,
.block .col-lg-3,
.block .col-lg-4,
.block .col-lg-5,
.block .col-lg-6,
.block .col-lg-7,
.block .col-lg-8,
.block .col-lg-9,
.block .col-lg-10,
.block .col-lg-11,
.block .col-lg-12 {
  min-height: 0px;
}

.block header {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.block-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 52px;
  margin-bottom: 32px;
  border-bottom: 2px solid #444444;
}

.block-title i {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  padding-top: 12px;
  width: 37px;
  text-align: center;
}

#wrapper .block .block-title a:hover {
  color: #fff;
  background-color: #666;
}

.block-more {
  position: absolute;
  right: 0px;
  top: 2px;
  line-height: 48px;
}

.col-lg-12 .block-more {
  right: 0px;
}

.block-more .cat-rss {
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-more .cat-link {
  padding: 4px 0px 0px 3px;
  margin-right: -2px;
  width: 52px;
  text-align: center;
  color: #ffffff;
  background: #444444;
  display: inline-block;
}

.block-more .cat-link i {
  margin-left: 0px;
}

.block-more .cat-link:hover {
  color: rgba(255, 255, 255, 0.86) !important;
}

.block-more > a {
  color: rgba(0, 0, 0, 0.1);
}

.block-more > a:hover {
  color: #c19132;
}

.block-more i {
  font-size: 18px;
  margin-left: 6px;
}

.block ul {
  list-style: none;
  padding: 0;
}

.block-top,
.block-side,
.posts .entry-image {
  overflow: hidden;
  position: relative;
}

.entry-image .entry-category {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.entry-image .entry-category a {
  display: block;
  color: #fff;
  background-color: #c19132;
  opacity: 0.95;
  padding: 8px 20px;
}

.entry-image .entry-category a:hover {
  background-color: #444;
}

.block-top .overlay,
.block-side .overlay,
.posts .entry-image .overlay {
  background: none;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.block-top .overlay:hover,
.block-side .overlay:hover,
.posts .entry-image .overlay:hover {
  opacity: 1;
}

.overlay:before {
  background: #444;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.block-5 .block-side {
  float: none;
  right: -50%;
  max-width: 110px;
  margin-left: -55px;
  text-align: center;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.block-5 .block-side > a:hover img {
  transform: none !important;
  -webkit-transform: none !important;
}

.block-5 .block-side-background {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.block-5 .block-side-background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0px;
  top: 50%;
  margin-top: -1px;
  background: rgba(0, 0, 0, 0.08);
}

.block-5 .block-side .overlay {
  border-radius: 50%;
  overflow: hidden;
}

.block-5 .block-content {
  text-align: center;
}

.block-top img,
.block-side img,
.posts .entry-image img {
  transition: all 1s ease 0s;
  width: 100%;
}

.block-top .overlay i,
.block-side .overlay i,
.posts .entry-image i {
  position: absolute;
  font-size: 55px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -26px;
}

.block-top .overlay i.fa-picture-o,
.block-side .overlay i.fa-picture-o,
.posts .entry-image i.fa-picture-o {
  margin-left: -27px;
}

.block-top .overlay i.fa-play-circle,
.block-side .overlay i.fa-play-circle,
.posts .entry-image i.fa-play-circle {
  margin-top: -27px;
}

.block-top .overlay i.fa-music,
.block-side .overlay i.fa-music,
.posts .entry-image i.fa-music {
  margin-left: -26px;
}

.block-top .overlay i.fa-th,
.block-side .overlay i.fa-th,
.posts .entry-image i.fa-th {
  margin-left: -25px;
}

h3.block-heading,
.posts h2.entry-title {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 0px;
}

.blog-grid h2.entry-title,
.blog-masonry h2.entry-title {
  font-size: 16px;
}

h4.block-heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.block .post {
  margin-bottom: 30px;
}

.block-heading > a,
.posts .entry-title a {
  color: #444;
}

.block-heading > a:hover,
.posts .entry-title a:hover {
  color: #c19132;
}

.block-content,
.posts .entry-main {
  font-size: 15px;
  color: #666;
  margin-top: 0px !important;
}

.entry-title {
  height: auto !important;
}

.block-top + .block-content,
.posts .entry-image + .entry-main {
  margin-top: 18px;
}

.block-meta,
.entry-meta {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 0;
}

.entry-like a.jm-post-like {
  font-weight: bold;
}

.block-meta > *,
.entry-meta > * {
  margin-right: 10px;
}

.block-meta i,
.entry-meta i {
  font-size: 14px;
  margin-right: 4px;
}

.block-meta a,
.entry-meta a {
  color: #bbb;
}

.entry-category {
  color: #bbb;
}

.block-meta a:hover,
.entry-meta a:hover {
  color: #c19132;
}

.block-side {
  margin-right: 25px;
  float: left;
  max-width: 115px;
  /* retina display fix */
}

.block-excerpt,
.posts .entry-content {
  margin-top: 10px;
  font-family: "Playfair Display", "Open Sans", sans-serif;
}

.block-1 .post {
  margin: 0px 0px 32px 0px;
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.block-4 .post:first-child,
.block-4 .post:last-child {
  margin: 0px 0px 30px 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.block-4 .post {
  margin: 0px 0px 27px 0px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.block-1 .block-side {
  margin-right: 25px;
}

.block-1 .block-heading {
  font-size: 20px;
}

.block-1 .block-heading {
  margin-bottom: 7px;
}

.block-2 li:nth-child(2n + 1) {
  clear: both;
}

.block-3 .post {
  margin: 0 0 20px;
}

.block-3 .block-heading {
  font-size: 15px;
  margin: 6px 0 0;
}

.block-4 > div:nth-child(2n + 3) {
  clear: both;
}

.block-4 > div:nth-child(n + 3) {
  margin-top: 80px;
}

.block-1 .block-content,
.block-4 .block-content,
.block-5 .block-content {
  overflow: hidden;
}

.block-5 .block-top .block-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #444444;
  padding: 16px 0px;
  margin-bottom: -100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.block-5 .block-top:hover .block-meta {
  margin-bottom: 0;
}

.block-5 .block-meta {
  margin-bottom: 12px;
}

.block-5 .block-top .overlay .fa {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.block-5 .block-top:hover .overlay .fa {
  margin-top: -40px;
}

.block-5 .block-top .block-meta a {
  color: #fff !important;
}

.block-5 .block-top .block-meta a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.block-6 .post {
  border-top: 1px solid #eee;
  margin: 0;
  padding: 15px 0;
  overflow: hidden;
}

.block-6 .post:first-child {
  border-top: none;
  padding-top: 0;
}

.block-6 .block-heading {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block-6 .block-meta {
  margin: 0;
}

.rating {
  color: #c19132;
}

/* 16 - Page
----------------------------------------------- */

.page .posts .entry-image {
  margin-top: 0;
}

.posts article {
  margin-bottom: 30px;
}

h1.page-title {
  font-weight: 300;
  line-height: 1.2;
}

.page-template-page-blog-php .page-title,
.page-template-page-builder-php .page-title {
  text-align: center;
}

.page-template-page-blog-php .page-content,
.page-template-page-builder-php .page-content {
  color: #666;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

article.page {
  margin-bottom: 60px;
}

article.page > .entry-content,
article.page > .entry-footer {
  margin-bottom: 40px;
}

.blog-small article {
  margin-bottom: 50px;
}

.blog-small .entry-image {
  margin-right: 30px;
  float: left;
}

.block-1 .block-side,
.blog-small .entry-image {
  max-width: 210px;
  margin-top: 10px;
  /* retina display fix */
}

.blog-small .entry-main {
  overflow: hidden;
}

.blog-large h2.entry-title {
  font-size: 26px;
  font-weight: 400;
}

.blog-large article {
  margin-bottom: 40px;
}

.archive-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 13px;
}

.archive-meta {
  margin-top: 10px;
  color: #888;
}

.category-feed {
  font-size: 14px;
}

.archive-meta .author-avatar {
  float: left;
  margin-right: 10px;
}

.archive-meta .author-description {
  margin: 0;
}

/* 17 - Pagination
----------------------------------------------- */

.pagination span.current,
.pagination a,
.pagination a:visited {
  padding: 13px 18px;
  margin-right: 6px;
  color: #444;
  font-weight: bold;
  background-color: #f3f3f3;
}

.pagination span.current {
  background-color: #c19132;
  color: #fff;
}

.pagination a:hover {
  color: #fff;
  background-color: #c19132;
}

/* 18 - Widgets
----------------------------------------------- */

#sidebar {
  font-size: 15px;
}

#sidebar > ul,
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar.rs > ul {
  margin-left: 0px;
}

#sidebar.ls > ul {
  margin-right: 0px;
}

#sidebar.col-lg-pull-8 > ul {
  margin: 0 40px 0 0;
}

.widget .block-side {
  max-width: 120px;
}

.widgettitle {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
}

.widgettitle span {
  display: inline-block;
  border-bottom: 2px solid #c19132;
  margin-bottom: -2px;
  padding-bottom: 12px;
}

#content .widgettitle {
  border-bottom: none;
}

.widget {
  margin-bottom: 35px;
}

.widget_calendar caption {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev,
.widget_calendar #next {
  font-weight: bold;
  padding: 10px 0px;
}

.widget_categories select {
  width: 100%;
  padding: 14px 20px;
}

.widget_categories li,
.widget_nav_menu li,
.widget_pages li {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: right;
  display: table;
  width: 100%;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widget_categories li a,
.widget_nav_menu li a,
.widget_pages li a {
  text-align: left;
  float: left;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widget_categories ul > li:hover > a,
.widget_nav_menu ul > li:hover > a,
.widget_pages ul > li:hover > a {
  padding-left: 8px;
}

.widget_categories ul > li:hover > a:before,
.widget_nav_menu ul > li:hover > a:before,
.widget_pages ul > li:hover > a:before {
  content: "\f105";
  padding-right: 10px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget_categories ul li li:hover a,
.widget_nav_menu ul li li:hover a,
.widget_pages ul li li:hover a {
  padding-left: 24px;
}

.widget ul.sub-menu li li a,
.widget ul.children li li a {
  padding-left: 20px;
}

.widget_categories ul li li:hover > a:before,
.widget_nav_menu ul li li:hover > a:before,
.widget_pages ul li li:hover > a:before {
  content: "\f101";
}

#footer-widget .widget {
  margin-bottom: 26px;
}

#wrapper .widget:last-child {
  margin-bottom: 0;
}

.widget ul > li {
  padding: 8px 0;
}

.widget ul > li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_hd_posts ul > li {
  padding: 10px 0;
}

.widget_hd_posts .block-category {
  margin-bottom: 20px;
}

.widget_hd_posts .block-meta {
  margin-top: 10px;
}

.widget_hd_reviews .rating {
  margin-top: 14px;
  margin-bottom: 8px;
}

.tagcloud a {
  color: #444;
  display: inline-block;
  margin: 4px 2px 4px 0px;
}

.widget_hd_reviews .rating .fa {
  font-size: 18px;
}

.widget li > a {
  color: #555;
}

.widget li > a:hover {
  color: #c19132;
}

.post1 h4 {
  font-weight: bold;
}

.post2 h4 {
  font-size: 16px;
  font-weight: bold;
}

.widget .block-excerpt {
  color: #888;
}

.block-category {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
}

.block-category a {
  padding: 11px 16px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.block-category a:hover {
  color: rgba(255, 255, 255, 0.92);
}

.avatar {
  margin: 2px 20px 0px 0px;
}

.author-avatar .avatar,
.widget_hd_comments .avatar {
  float: left;
}

.widget_hd_comments li a {
  font-weight: bold;
}

.widget_hd_ads300 a img {
  max-width: 300px;
  position: relative;
}

.widget_hd_ads125 .banners-block-small {
  text-align: center;
  padding: 13px 0px;
  border: 2px solid rgba(0, 0, 0, 0.08);
}

.widget_hd_ads300 .banner-block-big {
  text-align: center;
  padding: 8px 0px;
  border: 2px solid rgba(0, 0, 0, 0.08);
}

.widget_hd_comments li {
  color: #999;
}

.widget_hd_comments .widget ul > li {
  padding: 12px 0;
}

.flickr_badge_image {
  float: left;
  margin: 10px 15px 5px 0;
}

.flickr_badge_image img {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.1);
}

#sidebar .flickr_badge_image img {
  width: 65px;
  height: 65px;
}

.flickr_badge_image img {
  transition: all 0.5s ease;
}

.flickr_badge_image a:hover img {
  opacity: 0.7;
}

.widget_hd_social ul > li {
  margin: 0;
  padding: 0;
}

.widget_hd_social i.fa {
  font-size: 16px;
  width: 16px;
  text-align: center;
  color: #fff;
}

.widget_hd_social span,
.widget_hd_social i {
  transition: all 0.2s linear 0s;
}

.widget_hd_social .social-box {
  display: inline-block;
  opacity: 1;
  padding: 10px;
  line-height: 16px;
  vertical-align: middle;
}

.widget_hd_social .rounded .social-box {
  border-radius: 5px;
}

.widget_hd_social .circle .social-box {
  border-radius: 50%;
}

.widget_hd_social .large li {
  font-size: 16px;
}

.widget_hd_social .large .social-box {
  padding: 18px;
}

.widget_hd_social .large i.fa {
  font-size: 20px;
  width: 20px;
}

.widget_hd_social li:hover .social-box {
  opacity: 0.8;
}

.widget_hd_social .coh li .social-box {
  background-color: #f7f7f7;
}

#footer-area .widget_hd_social .coh li .social-box {
  background-color: #efefef;
}

.widget_hd_social .coh i.fa {
  color: #444;
}

.widget_hd_social .coh li:hover i.fa {
  color: #fff;
}

.widget_hd_social .social-behance:hover a {
  color: #1769ff;
}

.widget_hd_social .social-behance .social-box,
.coh .social-behance:hover .social-box,
#footer-area .coh .social-behance:hover .social-box {
  background-color: #1769ff;
}

.widget_hd_social .social-delicious:hover a {
  color: #3274d1;
}

.widget_hd_social .social-delicious .social-box,
.coh .social-delicious:hover .social-box,
#footer-area .coh .social-delicious:hover .social-box {
  background-color: #3274d1;
}

.widget_hd_social .social-deviantart:hover a {
  color: #4b5d50;
}

.widget_hd_social .social-deviantart .social-box,
.coh .social-deviantart:hover .social-box,
#footer-area .coh .social-deviantart:hover .social-box {
  background-color: #4b5d50;
}

.widget_hd_social .social-digg:hover a {
  color: #14589e;
}

.widget_hd_social .social-digg .social-box,
.coh .social-digg:hover .social-box,
#footer-area .coh .social-digg:hover .social-box {
  background-color: #14589e;
}

.widget_hd_social .social-dribbble:hover a {
  color: #ea4c89;
}

.widget_hd_social .social-dribbble .social-box,
.coh .social-dribbble:hover .social-box,
#footer-area .coh .social-dribbble:hover .social-box {
  background-color: #ea4c89;
}

.widget_hd_social .social-facebook:hover a {
  color: #3b5998;
}

.widget_hd_social .social-facebook .social-box,
.coh .social-facebook:hover .social-box,
#footer-area .coh .social-facebook:hover .social-box {
  background-color: #3b5998;
}

.widget_hd_social .social-flickr:hover a {
  color: #ff0084;
}

.widget_hd_social .social-flickr .social-box,
.coh .social-flickr:hover .social-box,
#footer-area .coh .social-flickr:hover .social-box {
  background-color: #ff0084;
}

.widget_hd_social .social-foursquare:hover a {
  color: #25a0ca;
}

.widget_hd_social .social-foursquare .social-box,
.coh .social-foursquare:hover .social-box,
#footer-area .coh .social-foursquare:hover .social-box {
  background-color: #25a0ca;
}

.widget_hd_social .social-github:hover a {
  color: #4183c4;
}

.widget_hd_social .social-github .social-box,
.coh .social-github:hover .social-box,
#footer-area .coh .social-github:hover .social-box {
  background-color: #4183c4;
}

.widget_hd_social .social-google:hover a {
  color: #db4a39;
}

.widget_hd_social .social-google .social-box,
.coh .social-google:hover .social-box,
#footer-area .coh .social-google:hover .social-box {
  background-color: #db4a39;
}

.widget_hd_social .social-instagram:hover a {
  color: #3f729b;
}

.widget_hd_social .social-instagram .social-box,
.coh .social-instagram:hover .social-box,
#footer-area .coh .social-instagram:hover .social-box {
  background-color: #3f729b;
}

.widget_hd_social .social-linkedin:hover a {
  color: #0e76a8;
}

.widget_hd_social .social-linkedin .social-box,
.coh .social-linkedin:hover .social-box,
#footer-area .coh .social-linkedin:hover .social-box {
  background-color: #0e76a8;
}

.widget_hd_social .social-mail:hover a {
  color: #444;
}

.widget_hd_social .social-mail .social-box,
.coh .social-mail:hover .social-box,
#footer-area .coh .social-mail:hover .social-box {
  background-color: #444;
}

.widget_hd_social .social-pinterest:hover a {
  color: #c8232c;
}

.widget_hd_social .social-pinterest .social-box,
.coh .social-pinterest:hover .social-box,
#footer-area .coh .social-pinterest:hover .social-box {
  background-color: #c8232c;
}

.widget_hd_social .social-rss:hover a {
  color: #ee802f;
}

.widget_hd_social .social-rss .social-box,
.coh .social-rss:hover .social-box,
#footer-area .coh .social-rss:hover .social-box {
  background-color: #ee802f;
}

.widget_hd_social .social-skype:hover a {
  color: #00aff0;
}

.widget_hd_social .social-skype .social-box,
.coh .social-skype:hover .social-box,
#footer-area .coh .social-skype:hover .social-box {
  background-color: #00aff0;
}

.widget_hd_social .social-soundcloud:hover a {
  color: #ff6600;
}

.widget_hd_social .social-soundcloud .social-box,
.coh .social-soundcloud:hover .social-box,
#footer-area .coh .social-soundcloud:hover .social-box {
  background-color: #ff6600;
}

.widget_hd_social .social-spotify:hover a {
  color: #80b719;
}

.widget_hd_social .social-spotify .social-box,
.coh .social-spotify:hover .social-box,
#footer-area .coh .social-spotify:hover .social-box {
  background-color: #80b719;
}

.widget_hd_social .social-stumbleupon:hover a {
  color: #eb4924;
}

.widget_hd_social .social-stumbleupon .social-box,
.coh .social-stumbleupon:hover .social-box,
#footer-area .coh .social-stumbleupon:hover .social-box {
  background-color: #eb4924;
}

.widget_hd_social .social-tumblr:hover a {
  color: #34526f;
}

.widget_hd_social .social-tumblr .social-box,
.coh .social-tumblr:hover .social-box,
#footer-area .coh .social-tumblr:hover .social-box {
  background-color: #34526f;
}

.widget_hd_social .social-twitter:hover a {
  color: #00a0d1;
}

.widget_hd_social .social-twitter .social-box,
.coh .social-twitter:hover .social-box,
#footer-area .coh .social-twitter:hover .social-box {
  background-color: #00a0d1;
}

.widget_hd_social .social-vimeo:hover a {
  color: #aad450;
}

.widget_hd_social .social-vimeo .social-box,
.coh .social-vimeo:hover .social-box,
#footer-area .coh .social-vimeo:hover .social-box {
  background-color: #aad450;
}

.widget_hd_social .social-vk:hover a {
  color: #45668e;
}

.widget_hd_social .social-vk .social-box,
.coh .social-vk:hover .social-box,
#footer-area .coh .social-vk:hover .social-box {
  background-color: #45668e;
}

.widget_hd_social .social-wordpress:hover a {
  color: #21759b;
}

.widget_hd_social .social-wordpress .social-box,
.coh .social-wordpress:hover .social-box,
#footer-area .coh .social-wordpress:hover .social-box {
  background-color: #21759b;
}

.widget_hd_social .social-yahoo:hover a {
  color: #731a8b;
}

.widget_hd_social .social-yahoo .social-box,
.coh .social-yahoo:hover .social-box,
footer-area .coh .social-yahoo:hover .social-box {
  background-color: #731a8b;
}

.widget_hd_social .social-youtube:hover a {
  color: #c4302b;
}

.widget_hd_social .social-youtube .social-box,
.coh .social-youtube:hover .social-box,
#footer-area .coh .social-youtube:hover .social-box {
  background-color: #c4302b;
}

.widget_hd_social ul.horizontal > li {
  float: left;
  margin: 0px 4px 8px 4px;
}

.widget_hd_social ul.vertical > li {
  margin-bottom: 10px;
}

.widget_hd_social ul.vertical > li a {
  display: block;
}

.widget_hd_social ul.vertical .social-box {
  margin-right: 10px;
}

.widget_hd_social li a,
.widget_hd_subpages li a {
  color: #555;
}

.widget_hd_subpages li a:before {
  margin-right: 12px;
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget .video-desc {
  color: #777;
  margin-top: 20px;
}

.widget_nav_menu li.current-menu-item > a,
.widget_pages li.current_page_item > a,
.widget_hd_subpages li.current_page_item > a {
  font-weight: bold;
}

.widget_hd_facebook iframe {
  width: 100% !important;
}

.widget ul.sub-menu,
.widget ul.children {
  margin-top: 20px;
  font-size: 100%;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 3px 0px 0px 0px rgba(0, 0, 0, 0.08);
}

.widget ul.sub-menu li a,
.widget ul.children li a {
  padding-left: 20px;
}

.widget ul.sub-menu li,
.widget ul.children li {
  border-bottom: 0px;
  margin-bottom: 2px;
  padding: 14px 0;
}

.widget ul.sub-menu li:first-child,
.widget ul.children li:first-child {
  padding: 14px 0;
}

.widget ul.sub-menu li:last-child,
.widget ul.children li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.widget_rss a.rsswidget {
  font-weight: bold;
}

.widget_rss a.rsswidget:hover {
  color: #555;
}

a.rsswidget img {
  vertical-align: baseline;
}

.widget_rss span.rss-date {
  color: #aaa;
  font-size: 14px;
  display: block;
}

.widget_rss .rssSummary {
  color: #666;
}

.widget_rss cite {
  font-size: 14px;
  font-style: italic;
  color: #888;
}

.recentcomments {
  color: #aaa;
}

.widget_archive li {
  color: #aaa;
}

.widget_links li {
  color: #bbb;
}

#sidebar > ul > li:first-child.widget_search {
  margin-bottom: 30px;
}

.searchform {
}

input.s {
  border-width: 2px;
  padding: 14px;
  padding-right: 62px;
  float: left;
  margin-right: -50px;
  line-height: 23px;
  height: 50px;
}

.widget input.s {
  width: 100%;
}

.searchsubmit {
  padding: 17px 13px;
  color: #444;
  background: none;
  border: none;
  font-size: 16px;
  float: left;
  width: 50px;
  line-height: 15px;
}

.searchsubmit:hover {
  opacity: 0.9;
}

.widget_hd_ads125 img {
  margin: 9px 8px;
  width: 125px;
}

span.post-date {
  color: #aaa;
  font-size: 14px;
  display: block;
}

/* 19 - Comments
----------------------------------------------- */

#comments,
#disqus_thread {
  margin-top: 80px;
}

.nocomments {
  color: #999;
}

#comments-title {
  color: #444;
}

.commentlist,
.commentlist ul {
  list-style: none;
  padding: 0;
}

.commentlist {
  border-bottom: 1px solid #eee;
}

.commentlist li {
  background: #fff;
}

.commentlist article {
  padding: 15px 0;
}

.commentlist .comment-avatar {
}

.commentlist .comment-avatar img {
  float: left;
  padding: 3px;
  border: 1px solid #f7f7f7;
}

.commentlist .comment-content {
  margin-left: 90px;
}

.commentlist footer {
  color: #7e7e7e;
  margin-bottom: 5px;
}

.commentlist span.fn {
  font-weight: bold;
}

.commentlist .comment-awaiting-moderation {
  font-size: 13px;
  color: #999;
}

.commentlist .edit-link {
  font-size: 14px;
}

.commentlist .comment-reply-link {
  font-size: 14px;
  font-weight: 600;
}

.commentlist .comment-reply-link:before {
  content: "\f112";
  margin-right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.commentlist li.comment {
  border-top: 1px solid #eee;
}

.commentlist li.comment ul.children {
  margin: 0 0 0 60px;
}

.comment-content footer time {
  color: #bbb;
  margin: 0 5px;
}

.bypostauthor > article {
  padding: 15px;
  border-left: 3px solid #ddd;
  background-color: #f7f7f7;
}

.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 14px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

/* 20 - Comment Form
----------------------------------------------- */

#respond {
  margin-top: 40px;
}

#commentform {
  margin: 0;
}

.commentlist #respond {
  margin: 0 0 0 60px;
  border-top: 1px solid #eee;
  padding: 20px 0;
}

#respond p label {
  color: #777;
  padding-left: 2px;
  line-height: 2.2em;
  display: inline;
}

#respond input[type="text"],
#respond textarea {
  border: 2px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
}

#respond input[type="text"] {
  display: block;
  width: 100%;
}

#respond textarea {
  resize: vertical;
  width: 100%;
}

#respond .comment-notes,
#respond .logged-in-as {
  color: #999;
}

#respond p {
  margin: 10px 0;
}

#respond p.form-submit {
  margin: 0;
}

#respond input#submit {
  padding: 12px 26px;
  font-size: 14px;
  margin: 15px 0px;
}

#respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 10px;
  font-size: 10px;
  text-transform: uppercase;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #777;
  font-size: 11px;
}

/* 21 - Contact
-----------------------------------*/

#hd-contact-name,
#hd-contact-email {
  width: 100%;
}

#hd-contact-message {
  resize: vertical;
  width: 100%;
}

.widget_hd_contact .text-input,
.widget_hd_contact textarea {
  width: 100%;
  padding: 10px;
}

.widget_hd_contact textarea {
  min-height: 140px;
}

.widget_hd_contact .btn {
  width: 100%;
}

.widget_hd_contact img.loading {
  display: none;
  margin-left: 10px;
  vertical-align: middle;
}

.widget_hd_contact input,
.widget_hd_contact textarea {
  margin-bottom: 14px;
}

.widget_hd_contact input.err,
.widget_hd_contact textarea.err {
  border-color: #fc9b9b;
  background: #ffd3d3;
  color: #777;
}

.widget_hd_contact p {
  margin: 0;
}

.contact-us {
  padding-top: 5px;
}

.contact_h {
  display: none;
}

.contact-form {
  margin-top: 40px;
}

.hd-msg {
  color: #444;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px 10px 20px 40px;
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.hd-msg h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #555;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.hd-success {
  border-color: #d3e5ad;
  background-color: #faffea;
}

.hd-error {
  border-color: #f2bda3;
  background-color: #fce8e0;
}

/* 22 - Gallery
-----------------------------------*/

#wrapper .gallery img {
  height: auto;
  border: 2px solid rgba(0, 0, 0, 0.08);
  padding: 5px;
  transition: all 0.2s linear 0s;
}

#wrapper .gallery a:hover img {
  border-color: #ccc;
  opacity: 0.9;
}

#wrapper .gallery .gallery-caption {
  margin: 5px 0;
  padding: 0 10px;
}

/* 23 - Buttons
-----------------------------------*/

.btn,
input[type="reset"],
input[type="submit"],
#submit {
  cursor: pointer;
  display: inline-block;
  padding: 12px 26px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border: none;
  background-color: #c19132;
  box-shadow: none;
  border-radius: 0px;
  text-shadow: none;
  transition: all 0.3s linear 0s;
}

.btn:hover,
.btn:focus,
#submit:hover {
  color: #fff;
  background-color: #444;
}

.btn-lg {
  padding: 12px 18px;
  font-size: 16px;
  font-weight: bold;
}

.btn.readmore {
  font-weight: bold;
  font-size: 14px;
  padding: 13px 28px;
  background-color: #f5f5f5;
  color: #777;
  margin-top: 15px;
  box-shadow: none;
  text-shadow: none;
}

.btn.readmore:hover {
  border-color: #c19132;
  background-color: #c19132;
  color: #fff;
}

#wrapper .entry-image .entry-category a:hover,
#wrapper article a.readmore:hover {
  color: #fff;
}

/* 24 - Shortcodes
-----------------------------------*/

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0px;
}

.panel-default > .panel-heading {
  color: #444;
  background-color: #fcfcfc;
  border-color: #ddd;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.nav-tabs > li > a {
  border-radius: 0px 0px 0px 0px;
  font-weight: 600;
}

.tab-content {
  margin-top: 20px;
}

/* 25 - Post QR code 
-----------------------------------*/

.qr-code-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 20px 10px 20px;
  width: 100%;
  position: relative;
  display: inline-block;
}

.qr-code-wrapper img {
  height: 100px;
  width: 100px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* 26 - Post/Page Share Buttons CSS
-----------------------------------*/

ul.social-share {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

ul.social-share li {
  list-style: none;
  display: inline-block;
  margin: 0 0.8em 1em 0;
  font-size: 1em;
}

ul.social-share li a {
  font-size: 14px;
  color: #444;
}

ul.social-share li a,
ul.social-share li a:hover {
  text-decoration: none;
}

ul.social-share li i {
  font-size: 20px;
  margin-right: 5px;
}

/* 27 - Media Queries
-----------------------------------*/

@media (min-width: 479px) and (max-width: 998px) {
  .most-commented-post .right .entry-comments {
    float: left;
  }
}

/* header options */

@media (max-width: 991px) {
  .only-mobile {
    display: block;
  }
  .only-desctop {
    display: none;
  }
  .header-top {
    margin-top: 0px;
  }
  .col-lg-12 .block-more {
    right: 0px;
  }
}

@media (min-width: 992px) {
  .only-mobile {
    display: none;
  }

  .search_box_2.active {
    display: none;
  }
}

@media (max-width: 479px) {
  [class*="col-"] {
    width: 100%;
  }
  .teaser-content {
    display: none !important;
  }
  #magazine-feature-teaser {
    display: none !important;
  }
  .bordering-box-content h2 {
    clear: both !important;
  }
  .block-1 .block-side,
  .blog-small .entry-image {
    float: none;
    margin-bottom: 10px;
  }
  .related-posts .block-top {
    max-width: 200px;
  }
  .review .rating {
    text-align: left;
  }
  .most-commented-title .top-lines:after {
    width: 35px;
    right: -42px;
  }
  .most-commented-title .top-lines:before {
    width: 35px;
    left: -42px;
  }
  .most-commented-title .top-lines .bottom-lines:after {
    width: 15px;
    right: -22px;
  }
  .most-commented-title .top-lines .bottom-lines:before {
    width: 15px;
    left: -22px;
  }
}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {
  .block-top {
    max-width: auto;
    left: 0;
    margin-left: 0px;
  }
  .blog-grid .entry-image,
  .blog-masonry .entry-image {
    max-width: 480px;
  }
  .block-3 li:nth-child(3n + 1) {
    clear: both;
  }
  .most-commented-title .top-lines:after {
    width: 35px;
    right: -42px;
  }
  .most-commented-title .top-lines:before {
    width: 35px;
    left: -42px;
  }
  .most-commented-title .top-lines .bottom-lines:after {
    width: 15px;
    right: -22px;
  }
  .most-commented-title .top-lines .bottom-lines:before {
    width: 15px;
    left: -22px;
  }
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
  .boxed #wrapper {
    width: 800px;
  }
  .blog-grid .col-sm-3:nth-child(4n + 1),
  .blog-grid .col-sm-4:nth-child(3n + 1),
  .blog-grid .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }
  .block-2 li:nth-child(2n + 1) {
    clear: both;
  }
  .block-3 li:nth-child(4n + 1) {
    clear: both;
  }
  .flexslider .post h2 {
    font-size: 22px;
  }
  .featured .post header {
    margin-bottom: -66px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

/* md */

@media (min-width: 992px) and (max-width: 1199px) {
  .boxed #wrapper {
    width: 1020px;
  }
  .blog-grid .col-md-3:nth-child(4n + 1),
  .blog-grid .col-md-4:nth-child(3n + 1),
  .blog-grid .col-md-6:nth-child(2n + 1) {
    clear: both;
  }
  .block-3 li:nth-child(3n + 1) {
    clear: both;
  }
  #mainmenu > li {
    margin-right: 5px;
  }
  #mainmenu > li > a {
    padding: 0 15px;
  }
  #mainmenu ul a {
    padding-left: 15px;
    padding-right: 20px;
  }
  #mainmenu ul i.fa {
    right: 15px;
  }
  .col-lg-12 .block-more {
    right: 0px;
  }
}

/* lg */

@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .row,
  .row .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .boxed #wrapper {
    width: 1170px;
  }
  .blog-grid .col-lg-3:nth-child(4n + 1),
  .blog-grid .col-lg-4:nth-child(3n + 1),
  .blog-grid .col-lg-6:nth-child(2n + 1) {
    clear: both;
  }
  .block-3 li:nth-child(4n + 1) {
    clear: both;
  }
  .review {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  #sidebar {
    margin-top: 60px;
  }
  #wrapper #sidebar > ul {
    margin: 0;
  }
  .widget .block-top {
    max-width: 300px;
    float: left;
    margin-right: 25px;
  }
  #footer-widget .widget:last-child {
    margin-bottom: 40px;
  }
  #footer-widget .widget {
    text-align: center;
  }
  #footer-widget .widget_hd_social ul {
    display: inline-block;
  }
  #mainmenu {
    display: none;
  }
  .mainmenu {
    display: block;
    width: 100%;
    margin-bottom: 3px;
  }
}

@media (max-width: 767px) {
  .block-3 .block-top {
    max-width: 200px;
  }
  .flexslider .post h2 {
    font-size: 18px;
  }
  #bottom .row .footer {
    text-align: center !important;
    margin-bottom: 8px;
  }
  .boxed #wrapper {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-previous,
  .nav-next {
    width: 100%;
  }
  .nav-next {
    margin-top: 30px;
  }
  .toggle {
    display: none;
  }
  #header-main-search-mobile {
    float: none;
    text-align: center;
    display: block;
  }
  .widget .block-top {
    max-width: 200px;
    float: left;
    margin-right: 25px;
  }
}

/* 28 - Your CSS Code
-----------------------------------*/
