/*
Theme Name: tecblogger
Theme URI: https://themepoints.com/tecblogger
Author: themepoints
Author URI: https://themepoints.com
Tags: one-column, two-columns, three-columns, custom-background, custom-header, custom-menu, custom-colors, featured-images, left-sidebar, sticky-post, post-formats
Description: Tec-Blogger is a dynamic, fast responsive Blog theme for WordPress. It is suitable for wide-range of blog niches such as personal blog, fashion, photography, travel , sports etc. It has colorfull and clear look and built with following latest design trends and using advanced development frameworks. Tec-Blogger theme is very flexible and super easy to use. It's comes with lot of features and custom widgets. We hope you will enjoy it and have a good time publishing your articles. And don’t hesitate to ask us if you need any help, we love supporting our customers. If you have a great time with this theme, don’t forget to rate it five star.
Version: 9999999999999999999
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tecblogger
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root{
  --font-family-primary: 'Archivo', arial;
  --font-family-secondary: 'Open Sans', arial;
  --font-family-tertiary: 'Roboto', arial;
  --global-primary-color: #fd4d09;
  --global-secondary-color: #fd4d09;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
    font-family: var(--font-family-primary), sans-serif;
    background: #F4F4F4;
    -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2{font-size:17px}
p{font-size:14px}
mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
width: 100%;
padding: 10px 10px 10px 10px;
margin-left: -11px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input::-moz-placeholder{
font-size: 15px;
color: #696969;
padding: 0px 20px 0px 20px;
}​

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
	color:#000;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}


p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}
table tbody tr td {
  font-size: 14px;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
  background: #f2f2f2 none repeat scroll 0 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
dl {
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #777777;
}

a:hover,
a:focus,
a:active {
	color: #000000;
  text-decoration: none;
}

a:focus {
	outline:none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
	box-shadow: none;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header.header {
  margin-bottom: 50px;
}


.header-area {
  height: 250px;
  position: relative;
  width: 100%;
}
.header-main-area {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.background-area, .background-overlay-area {
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.background-overlay-area {
    background-size: cover;
    background-position: center;
   background: #f7f7f7;
}



/*
.header-area {
  background-image: url("images/header-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 175px;
  padding: 50px 0;
  text-align: center;
}*/
.site-title {
    color: #000;
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    margin-bottom: 15px;
}
.header-area h1.site-title a {
    font-weight: bold;
}
.header-area h1.site-title a, a:hover {
    text-decoration: none;
}
.logo h2.site-description {
  font-size: 15px;
  font-weight: 600;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.sidebar-area .widget {
  margin: 0 0 20px;
  padding: 35px;
}


/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.sidebar-area .widget-title {
  margin-bottom: 30px;
}
aside ul {
    margin: 0;
    padding: 0;
}
aside ul li {
    display: block;
    list-style: outside none none;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 7px;
}
aside ul li:last-child {
  margin-bottom: 0;
}
aside ul li a{
    color: #000;
    font-size: 16px;
    line-height: 17px;
    text-decoration: none;
	outline: medium none;
	text-decoration: none;
	transition: 0.3s;
}
aside ul li a:focus {
  box-shadow: none;
  color: #8b8b8b;
  outline: medium none;
  text-decoration: none;
}
aside ul li a:hover{
	color:#000;
	text-decoration:none;
}
form.search-form label input.search-field {
  font-size: 15px;
  line-height: 30px;
}
.search-form > label {
  display: block;
}
form.search-form label input[type="search"] {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area div.entry-content p {
  font-family: 'Archivo' , arial;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #333232;
}
.entry-content code {
    font-size: 14px;
    display: block;
    overflow: hidden;
    background: #ddd;
    padding: 10px;
    border-radius: 0px;
}
.content-area header.entry-header h1.entry-title, h1.entry-title a {
  font-family: var(--font-family-primary);
  color: #333333;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  letter-spacing: -0.4px;
}
.content-area header.entry-header h1.entry-title, h1.entry-title a:focus{
	color: #000;
	outline:none;
	text-decoration:none;
	box-shadow: none;
}
.entry-header a h1.entry-title:hover{
	color: var(--global-primary-color) !important;
	outline:none;
	text-decoration:none;
	box-shadow: none;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation, .content-area article, .content-area .page-header h1.page-title, aside {
  background: #fff none repeat scroll 0 0;
  border-radius: 0px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  margin: 0 auto 50px;
  padding: 0px;
  position: relative;
}
.content-area .post-navigation {
    background: #fff none repeat scroll 0 0;
    padding: 20px 30px;
}
.content-area .post-navigation span a {
    box-shadow: none;
    color: #333;
    font-size: 15px;
    text-decoration: none;
}
.entry-title a, .entry-title a:visited, .page-title a, .page-title a:visited {
  color: #3d3d3d;
}
.content-area footer.entry-footer {
    color: #454545;
    font-size: 17px;
}
.content-area footer.entry-footer span.edit-link a {
    color: #a7a7a7;
    font-size: 17px;
}
.content-area footer.entry-footer span.tags-links a {
    color: #a7a7a7;
    margin-left: 0;
    margin-bottom: 5px;
    margin-right: 10px;
}
.content-area .post-author {
  display: block;
  margin-top: 0px;
  overflow: hidden;
  padding: 0px;
  padding-top: 30px;
}
.content-area .post-author p {
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
}
.content-area .post-author .author-name-headding > a {
  border: medium none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  text-transform: capitalize;
  color:#000;
}
.content-area header.entry-header div.entry-meta span.posted-on {
    float: left;
    font-size: 17px;
    margin-right: 20px;
}
.content-area header.entry-header div.entry-meta li {
    color: #a7a7a7;
    font-size: 17px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.content-area header.entry-header div.entry-meta li span.comments-link a {
    color: #a7a7a7;
}
.content-area header.entry-header div.entry-meta span.posted-on a {
    color: #a7a7a7;
}
.entry-content blockquote {
	background: #f8f8f8 none repeat scroll 0 0;
    border-color: transparent;
    color: #000;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    padding: 30px;
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}
.entry-content blockquote ::after {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    left: -6px;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 6px;
}
.entry-content ol li {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.entry-content ol {
    margin: 0;
}

nav.navigation .nav-links .nav-next, .nav-previous a, a:visited {
  color: #4d4d4d;
  font-size: 17px;
  text-decoration: none;
  outline:medium none;
}
nav.navigation .nav-links .nav-next a, a:visited, a:hover {
  color: #4d4d4d;
  outline: medium none;
  text-decoration: none;
}
.content-area header.entry-header div.entry-meta span.byline {
    font-size: 17px;
}
.content-area header.entry-header div.entry-meta span.byline span.vcard a {
    color: #a7a7a7;
}
.content-area section.error-404 header.page-header, .content-area main#main header.page-header {
  border-bottom: medium none;
  margin: 0;
  padding: 0;
}
aside ul#recentcomments li.recentcomments span.comment-author-link {
  font-size: 17px;
}

figure.post-thumbnail {
  margin-bottom: 10px;
}
#primary .post-thumbnails {
  display: block;
  overflow: hidden;
}
.category #primary .post-thumbnails {
  display: block;
  overflow: hidden;
  margin-bottom: -12px;
}
#primary .post-thumbnails a img {
    height: auto;
    width: 100%;
}
#primary .post-thumbnails img {
    height: auto;
    width: 100%;
}
#primary .post-thumbnails a {
    border: medium none;
    box-shadow: none;
    outline: medium none;
    text-decoration: none;
}
.post-content-container {
    display: block;
    overflow: hidden;
    padding: 22px 30px 10px 30px;
}
.post-single-container {
    display: block;
    overflow: hidden;
    padding: 30px;
}
.content-area .post-single-container header.entry-header h1.entry-title, h1.entry-title a {
    margin-top: 0;
}
.content-categories {
  display: block;
  overflow: hidden;
}
.entry-footer{
  display: block;
  overflow: hidden;
  padding: 20px 0px 0px;
}
.entry-footer .tags-links a {
  border: 1px solid #a7a7a7;
  color: #f1f1f1;
  display: inline-block;
  float: left;
  font-size: 10px;
  letter-spacing: 0px;
  margin-bottom: 0.5rem;
  margin-right: 0.4rem;
  overflow: hidden;
  padding: 5px;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}
.entry-footer .tags-links a::before {
  color: #a7a7a7;
  content: "#";
  margin-right: 1px;
}
header.entry-header {
    display: block;
    overflow: hidden;
}
div.entry-content {
    display: block;
    overflow: hidden;
    padding: 0px;
    padding-top: 10px;
}

.content-categories ul.post-categories {
  clear: both;
  float: left;
  line-height: 16px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.content-categories ul.post-categories li {
  display: inline-block;
  line-height: 16px;
  margin-right: 5px;
  vertical-align: top;
}
.content-categories ul.post-categories li a {
  font-family: var(--font-family-primary);
  border: medium none;
  box-shadow: none;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  outline: medium none;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;

}
.content-categories ul.post-categories li::before {
  content: "/";
  float: left;
  font-family: "FontAwesome";
  font-size: 19px;
  margin: 1px 7px 0 0;
}
.content-categories ul.post-categories li:first-child::before {
  display: none;
}


.more-link {
    border: 1px solid #ddd;
    color: #000;
    padding: 6px;
}
.more-link a, a:hover {
    color: #000;
}
.page-links > a {
    border: 1px solid #ddd;
    color: #000;
    padding: 5px;
}
.content-area div.entry-content p em {
  display: inline-block;
  overflow: hidden;
}

.tech_read_more{
  font-family: var(--font-family-primary);
  border: 3px solid var(--global-primary-color);
  background: #f4efef;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  padding: 5px 10px;
}
.tech_read_more:hover{
  border: 3px solid var(--global-primary-color);
  color: var(--global-primary-color);
	outline:none;
	box-shadow:none;
	text-decoration: none;
}
.entry-content.tech_read_more > a:focus {
  box-shadow: none;
  color: #000;
  outline: medium none;
  text-decoration: none;
}
.tech_read_more a:focus, .site-info a:focus {
	outline:none;
	box-shadow:none;
	text-decoration: none;
	color:#000;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	padding: 10px 35px;
}
.page-links {
  clear: both;
  font-size: 14px;
  margin: 0 0 10px;
}
.entry-content > ul {
    margin: 0 0 15px;
}
.entry-content ul li {
    font-size: 14px;
    line-height: 25px;
}
.post_quote blockquote blockquote {
  border-left: medium none;
  margin: 0;
  padding: 0;
}
.post_quote blockquote {
  margin-bottom: 10px;
  padding: 25px;
}
.post_quote blockquote blockquote cite {
    color: #000000;
    display: block;
    text-align: right;
}
.post_quote blockquote blockquote cite a, a:visited, a:hover {
    color: #000;
}

.entry-link {
    background: #ddd none repeat scroll 0 0;
    color: #000;
    padding: 30px;
    text-align: center;
}
.entry-link > a {
    color: #000;
    font-size: 18px;
}
.entry-link a i.fa {
    color: red;
    margin-right: 15px;
    text-decoration: none;
}
article div.entry-content input[type="submit"] {
    border: 1px solid #ddd;
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 13px 24px;
}
article div.entry-content input[type="submit"]:hover {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #ddd;
}
.tech_page_header {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 35px;
}
.tech_page_header header.page-header h1.page-title {
    font-family: var(--font-family-primary), arial; 
    border: medium none;
    box-shadow: none;
    display: block;
    margin: 0px;
    overflow: hidden;
    padding: 0;
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
    color: #1c1c1c;
    margin-left: -16px;
    text-transform: uppercase;
}
.tech_page_header header.page-header .taxonomy-description p {
	color: #878787;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.tech_page_header header.page-header .taxonomy-description {
  color: #878787;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}


/*link post css*/

.postFormatLinkArea .postFormatLink {
    overflow: hidden;
}
.postFormatLink {
    position: relative;
    display: block;
    padding: 40px;
    text-decoration: none!important;
    overflow: hidden;
}

.o-backgroundImg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.o-backgroundImg--dimmed:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.postFormatLink-content {
    position: relative;
    text-align: center;
    color: #fff;
}
.postFormatLink-content-title {
    font-size: 40px;
    margin: 0 0 10px 0;
    text-align: center;
    color: #fff;
}
.postFormatLink-content-title i {
    font-size: 32px;
    margin-left: 15px;
}
.postFormatLink-content-desc {
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
}
.postFormatLink .o-backgroundImg, .postFormatLink .o-backgroundImg--dimmed:after {
    overflow: hidden;
}


/*quote*/

.postFormatQuote {
    position: relative;
    margin: 0;
    padding: 100px 40px 40px;
    color: #fff;
    border: none;
    overflow: hidden;
}
.postFormatbgimage {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.postFormatOverlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.postFormatQuote p {
    position: relative;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 12px;
}
.postFormatQuote cite {
    display: block;
    font-style: normal;
    font-weight: 300;
}
.postFormatQuote:after {
    content: "\201C";
    position: absolute;
    top: 40px;
    left: 40px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 110px;
    line-height: 1;
    color: #fff;
}
.postFormatQuote .postFormatQuote-author {
    position: relative;
}

.postFormatQuote .postFormatQuote-author:before {
    content: "\2014";
    margin-right: 5px;
}



/* Gallery Post Formats*/


#gallery-carousel { overflow: hidden }
.gallery-control {
    background: none repeat scroll 0 0 #fff;
    color: #1e1e1e;
    font-size: 20px;
    height: 40px;
    margin-top: -20px;
    padding-top: 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.gallery-control.right {
 	right: 0px;
    padding-top: 3px;
    background: var(--global-primary-color);
    color: #fff;
}
}

#gallery-carousel:hover .gallery-control.right { right: 0 }

.gallery-control.left {
    left: 0px;
    padding-top: 3px;
    background: var(--global-primary-color);
    color: #fff;
}
#gallery-carousel:hover .gallery-control.left { left: 0 }
.gallery-control:hover { color: #fff }
#gallery-carousel a:hover {
  background: none repeat scroll 0 0 #ff0000;
}

div.entry-content .gallery {
    margin: 0;
    padding: 0;
}

div.entry-content .gallery figure.gallery-item {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 5px;
}

div.entry-content .gallery figure.gallery-item img {
    width: 100%;
    height: auto;
}

/*mainmenu-area*/
.mainmenu-area{
  margin-top: -15px;
  background: #682505;
}

/* header-navigation */
.header-navigation {
  margin: 0;
  position: relative;
  text-align: center;
}
.header-navigation li {
    position: relative;
    display: inline-block;
}

.header-navigation li a {
font-family: var(--font-family-primary);
font-weight: 700;
font-size: 14px;
display: inline-block;
padding: 9px 12px;
margin: 0 !important;
line-height: 32px;
letter-spacing: 0.1px;
text-transform: uppercase;
color: #ffffff;
}

.header-navigation > li ul li a {
    padding-left: 20px !important;
}
.header-navigation li a span.caret {
  display: none;
}
.header-navigation .menu-item-has-children a {
    padding-right: 30px !important;
}

.header-navigation .menu-item-has-children > a:before {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome', sans-serif;
    content: "\f107";
    right: 14px !important;
    left: auto;
    top: 10px;
    font-size: 16px;
}

.header-navigation li ul .menu-item-has-children > a:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105";
    position: absolute;
    display: inline-block;
    right: 20px !important;
    left: auto;
    top: 10px;
}

.header-navigation li ul {
    position: absolute;
    top: 64px;
    left: 0;
    padding: 0;
    visibility: hidden;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header-navigation li:hover ul {
    display: block;
    top: 49px;
    z-index: 9999;
    visibility: visible;
}

.header-navigation li ul li {
    display: block;
    float: none;
    margin: 0;
    font-weight: 400 !important;
    border-bottom: 1px solid #eee;
}

.header-navigation li:hover > a {
    background: #ffffff;
    color: #000 !important;
}
.header-navigation li.current-menu-item > a {
    background: #ffffff;
    color: #000 !important;
}

.header-navigation li ul li:last-child {
    border: none;
}

.header-navigation li ul li a {
    font-family: var(--font-family-primary);
    font-weight: 700;
    text-transform: none;
    display: inline-block;
    min-width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 15px;
    text-transform:  uppercase;
    color: #000;
}

.header-navigation li a {
    text-decoration: none;
    position: relative;
}

.header-navigation > li > a:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    height: 2px;
    width: 0;
    -webkit-transition: width .2s, left .2s;
    -moz-transition: width .2s, left .2s;
    -o-transition: width .2s, left .2s;
    transition: width .2s, left .2s;
}

.header-navigation > li:hover > a:after {
    width: 100%;
    left: 0;
}

.header-navigation li ul ul {
    visibility: hidden;
    display: none;
    opacity: 0 !important;
    left: 110%;
    top: 0 !important;
}

.header-navigation li ul li:hover > ul {
    visibility: visible;
    display: block;
    opacity: 1 !important;
    top: 0;
    left: 100%;
}

.header-navigation li ul li:hover > a {
    color: #000 !important;
}

.header-navigation li:hover ul,
.header-navigation li ul li:hover ul,
.header-navigation li ul li:hover > ul {
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}




/****************************************/
/* Slicknav CSS
/****************************************/
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left;  line-height: 27px; cursor: pointer;  height:27px;}
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; font-size:19px;}
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block; border-bottom: 1px solid #ddd; }
.slicknav_nav ul, .slicknav_nav li:last-child {
    border-bottom: none;
}
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; float: right; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: inline-block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
.slicknav_menu { *zoom: 1 }
.slicknav_btn {
  margin: 5px 5px 6px;
	margin-left:0;
}
.slicknav_menu .slicknav_icon-bar{
  background-color: #000;
}

.slicknav_menu {
    background:#fff;
    padding:6px;
}
.slicknav_nav {
    margin:0;
    padding:0;
}
.slicknav_nav, .slicknav_nav ul {
  list-style: outside none none;
  overflow: hidden;
  text-align: left;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
  font-family: 'Open Sans', arial; 
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#000;
	font-size:11px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height: 25px;
}
.slicknav_nav a:hover{ color: var(--global-primary-color); }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}

.slicknav_menu .slicknav_no-text {
	margin-top:7px;
}
#nav-wrapper li.current-menu-item a {
  color: #999;
}





/* Pagination */
.tecblogger_pagination{
  display: block;
  float: none;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.page-numbers:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.page-numbers a,
.page-numbers span,
.page-numbers { font-family: 'Open Sans', arial; font-size: 14px; font-weight: 700; background-color: transparent; border: 0; color: #363636; background: #fff !important; cursor: pointer; display: block; float: left; height: 22px; line-height: 22px; margin-right: 4px; margin-top: 4px; width: auto; padding: 0 8px; text-align: center; text-decoration: none; }
.page-numbers a:hover,
.page-numbers span.current,
.tecblogger_pagination .page-numbers:hover,
.tecblogger_pagination .page-numbers.current { background: var(--global-primary-color) !important; color: #fff; text-decoration: none; }
 


/* Widgets About */

.about-widget h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
.about-widget > p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    text-align: justify;
}


/* Tag Widgets */

.widget .tagcloud {
  display: block;
  overflow: hidden;
  text-align: left;
}
.widget .tagcloud a::before {
  color: #f1f1f1;
  content: "#";
}
.post-tags a, .widget .tagcloud a {
  background: #111 none repeat scroll 0 0;
  color: #f1f1f1;
  display: inline-block;
  float: left;
  font-size: 10px !important;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  margin-right: 0.4rem;
  overflow: hidden;
  padding: 5px;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}





/*    Table css  */
table {
  border-collapse: collapse;
  font-size: 15px;
  margin-bottom: 1.5em;
}
table tbody tr th {
}
table td, table th {
  border: 1px solid #ddd;
  padding: 12px;
}
table tbody tr th a, a:hover {
  box-shadow: none;
  color: #000;
  outline: medium none;
  text-decoration: none;
}

/* Dafination List */


dl {
  border: 3px solid #ccc;
  padding: 2.5em;
}
dt {
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
}
dd {
  margin: 0;
  padding: 0 0 0.5em;
}

dd {
  margin: 0;
  padding: 0 0 0.5em;
}


/* Dafination List */
ul {
  list-style-image: none;
  list-style-position: inside;
  margin-bottom: 1.8em;
  margin-top: 0;
  padding: 0;
}

ul li {
  padding: 0;
}

ul > li > ul, ul > li > ol {
  padding-left: 1em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
a.link-comment{ font-family: var(--font-family-primary); font-size: 17px !important; font-weight: 800 !important; background-size: 0px !important; color: #000000 !important; margin-left: 14px !important; }
a.link-comment:hover{ color: var(--global-secondary-color) !important; }
.show-comments{
font-family: var(--font-family-primary); 
font-size: 21px;
padding: 14px 10px 14px 10px;
top: 50px;
font-weight: 900;
text-transform: uppercase;
text-align: center;
border: 2px solid #1c1c1c;
color: #1c1c1c;
background: transparent;
width: 100%;
cursor: pointer;
margin-bottom: 20px;
}
.show-comments i{ font-size: 21px !important; color: #1c1c1c !important; margin-right: 4px; }
.show-comments:hover{ border: 2px solid #1c1c1c; color: #1c1c1c; }
.show-comments:hover i{ color: #1c1c1c !important; }
    
/* COMMENTS */
.info-comment{
  font-family: 'Open Sans', arial;
  background: #dfdaf9;
  color: #000000;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
}
#comments { margin-top: 20px; margin-bottom: 40px; }
#comments span.required { color: #C30 }
.commentlist { margin: 0 }
.commentlist .children { margin-left: 30px; }
.commentlist li { list-style: none; margin: 0; }
.commentlist .comment,
.commentlist .pingback { border-bottom: 1px solid #eee; margin-bottom: 20px; padding-bottom: 20px; }
.comment-author { left: 0; position: absolute; top: 0; }
.comment-author .avatar { display: block; border-radius: 4px; }
.comment-meta { margin-bottom: 10px }
.comment-meta .fn { font-family: var(--font-family-primary); font-size: 17px; font-weight: 800; color: #1c1c1c; display: block; }
.comment-date { display: inline-block; margin-right: 5px; }
.comment-details { margin-left: 90px; }
.comment-content p{ 
font-family: "Open sans", arial;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 10px;
color: #000000;
}
p.comment-notes{ 
font-family: "Open sans", arial;
font-size: 14px !important;
line-height: 24px !important;
font-weight: 600;
color: #000;
margin-top: 10px;
}
.comment-date a,
a.comment-reply-link { font-family: 'Open Sans', arial; font-size: 0.85em; color: #1c1c1c; font-weight: 600; font-style: italic; }
.comment-date { font-family: 'Open Sans', arial; font-size: 0.85em; color: #51557b; font-weight: 600; font-style: italic; }
a#cancel-comment-reply-link { color: red; display: inline; font-size: 1em; margin-left: 10px; }
a#cancel-comment-reply-link:hover { text-decoration: underline; }
#respond { margin: 40px 0 0; }
.commentlist li article { position: relative }
#log-out { float: right; margin-top: -56px; }
.comment-form-comment label[for="comment"] { display: none }
#reply-title { font-size: 1em; margin: 0 0 20px; }
#reply-title .heading { margin-bottom: 10px; }
p.logged-in-as { font-size: 0.9em; margin-bottom: 20px }
#comments .form-allowed-tags { display: none }
.comment-awaiting-moderation { background: #02AACE; color: #fff; display: inline-block; line-height: 1em; margin-bottom: 20px; margin-top: 10px; padding: 2px 6px; }
#comments .pingback .comment-details { margin-left: 0; }

h3#reply-title{
font-family: var(--font-family-primary);
font-size: 16px;
line-height: 16px;
font-weight: 700;
letter-spacing: -0.2px;
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 14px;
color: #1c1c1c !important;
}
h3#theChampReplyTitle{
font-family: var(--font-family-primary);
font-size: 24px;
line-height: 24px;
font-weight: 700;
letter-spacing: -0.2px;
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 14px;
color: #000000 !important;
}
.theChampCommentingTabs ul{
    font-family: var(--font-family-primary); 
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
li.theChampSelectedTab {
    color: #1c1c1c !important;
    padding-bottom: 4px !important;
    border-bottom: 3px solid #1c1c1c !important;
}
.comment-form-captcha label{ display: none !important; }
.comment-form-captcha span.required{ display: none !important; }

.cld-like-wrap{ color: #1c1c1c; }
.cld-like-wrap .fa-thumbs-up{ color: #1c1c1c; }
.cld-dislike-wrap{ color: #179013; }
.cld-dislike-wrap .fa-thumbs-down{ color: #179013; }

#feelbox-title{
    font-family: var(--font-family-primary); 
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}
#title span{ display: none !important; }
#sparkbardiv ul{ list-style-type: none !important; }
.sparkbar div{ height: 4px; }
.spark1, .spark2, .spark3, .spark4, .spark5, .spark6{ background-color: #ccc; }

h2#comments-title{
    font-family: var(--font-family-primary); 
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
#comments label{
    display: none;
}
#comments .comment-form-author,
#comments .comment-form-email{
    float: left;
    width: 31%;
    margin-right: 13px;
    margin-bottom: 16px; 
}
#comments .comment-form-url{
    float: left;
    width: 31%;
    margin-right: 0px;
    margin-bottom: 16px; 
}

#comments input[type="text"], #comments input[type="email"], #comments input[type="url"] {
  font-family: var(--font-family-primary), arial !important;
  width: 100%;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  border: 1px solid #977b7e;
  border-radius: 3px !important;
  padding: 4px 16px 4px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 0px;
}
#comments input[type="text"]:focus{
  border: 1px solid #977b7e !important;
}
#comments input::placeholder{
  color: #696969;
}
#comments textarea {
  font-family: var(--font-family-primary), arial !important;
  width: 97%;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  border: 1px solid #977b7e;
  border-radius: 3px !important;
  padding: 6px 16px 24px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 0px;
}
#comments textarea:focus {
  border: 1px solid #977b7e !important;
}
#comments textarea::placeholder{
  color: #696969;
}
#comments input[type="submit"] {
  font-family: var(--font-family-primary) , arial;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  background: #1c1c1c;
  border: 0;
  border-radius: 0;
  padding: 12px 11px 12px 13px;
  color: #ffffff;
  cursor: pointer;
  margin-top: -20px;
  margin-bottom: -20px;
}
#comments input[type="submit"]:hover{
  background: var(--global-secondary-color);
}
#comments .children{
  margin-left: 3em;
}

.no-results .search-form > label {
  	display: inline-block;
}
.no-results input[type="submit"] {
	background: var(--global-primary-color) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
    margin-top: -2px;
	padding: 8px 8px 7px 8px;
}
.no-results input[type="submit"]:hover{
  background: var(--global-primary-color) none repeat scroll 0 0;
}
.no-results form.search-form label input[type="search"] {
	display: inline-block;
	overflow: hidden;
}

.aiowps-captcha-equation strong{ font-size: 14px !important; font-weight: 500 !important; color: #474444 !important; }


/* ==========================================================================
   POPULAR POSTS
========================================================================== */
.pop-layout-v a{ outline:0; text-decoration: none !important; }

.pop-inside-2{ padding: 10px !important; }
ul.pop-widget-tabs li a{ border-bottom: 3px solid #1c1c1c !important; }
ul.pop-widget-tabs li a:hover, ul.pop-widget-tabs li a.active, ul.pop-widget-tabs li a:active, ul.pop-widget-tabs li a:focus {
    text-decoration: none;
    background: transparent !important;
    color: var(--global-secondary-color) !important;
    border-bottom: 3px solid var(--global-secondary-color) !important;
}
ul.pop-widget-tabs a{
font-family: var(--font-family-primary) !important;
font-size: 14px!important;
color: #1c1c1c !important;
font-weight: 800 !important;
padding: 8px 8px 6px 8px !important;
letter-spacing: 0px !important;
text-transform:  uppercase;
}
div.pop-inside ul li{
font-family: var(--font-family-primary) !important;
font-size: 12px !important;
line-height: 18px !important;
color: #1c1c1c !important;
font-weight: 600 !important;
}
div.pop-inside ul li .pop-title a{
font-size: 10px !important;
margin-top: -8px !important;
line-height: 18px !important;
}
div.pop-inside ul li .pop-title:hover{ color: var(--global-secondary-color) !important; }


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.no-results .page-content {
  background: #fff none repeat scroll 0 0;
  padding: 30px 35px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




#main .navigation .nav-links {
  display: block;
  overflow: hidden;
  padding: 20px 35px;
}
#main .navigation .nav-links .nav-previous {
  float: left;
  text-align: left;
  width: 48%;
}
#main .navigation .nav-links .nav-next {
  float: left;
  text-align: left;
  width: 48%;
}
.comment-body .reply a {
  box-shadow: none;
  color: #000;
  outline: medium none;
  text-decoration: none;
}
#reply-title a{
  color:#000;
}
		
.entry-title > a:hover, .tech_read_more a:hover, ul.post-categories li a:hover, header.entry-header .entry-meta a:hover, .tags-links a:hover, .menu li.current-menu-item > a, .menu li.current_page_item > a, .menu li a:hover, ul.menu ul a:hover, .menu ul ul a:hover, aside ul li a:hover, .footer div.site-info a:hover, .content-area .post-author .author-name-headding > a:hover, #main .navigation .nav-links .nav-previous a:hover, #main .navigation .nav-links .nav-next a:hover, .comment-list .comment-meta a:hover, .comment-body .reply a:hover, #reply-title a:hover {
  color: var(--global-primary-color);
  transition: 0.3s;
}

.tecblogger_pagination .page-numbers, .comments-holder .navigation a:hover{
	background: var(--global-primary-color);
}







/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.footer-area{
	background: var(--global-primary-color);
    padding: 20px 0px 16px 0px;
}
.site-socialprofiles ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-socialprofiles ul li {
    display: inline-block;
    overflow: hidden;
    padding: 0 15px;
}
.site-socialprofiles {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.site-socialprofiles ul li a {
    display: inline-block;
    font-size: 18px;
    overflow: hidden;
}
.site-info, .site-info a {
	font-family: var(--font-family-primary);
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.site-info a.developed {
	font-family: var(--font-family-primary);
    font-size: 12px;
    color: var(--global-primary-color);
    font-weight: 600;
}


/* ==========================================================================
   MY CUSTOM
========================================================================== */
.bg-header{

    background-image: url("images/bg-header-orange.png");

    width: 100%;
}
.blog-image-personal img{
	width: 600px;
    bottom: 0px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.thumbnail{ 
 background: transparent !important;
 border: 0 !important;
 padding: 0 !important;
 border-radius: 0 !important;
 margin-bottom: 0px !important;
}
.feature-post{ width: 100% !important; }
.feature-post .wp-caption{ width: 100% !important; }

.destaque-categories-home{
    width: 100%;
    float: left; 
    position: relative;
}
.content-categories-home{
font-family: var(--font-family-primary) , arial;   
font-size: 17px;
line-height: 17px;
font-weight: 700;
position: absolute;
padding: 9px 9px 10px 10px;
bottom: 0px;
display: inline-block;
background: var(--global-primary-color);
color: #ffffff;
list-style-type: none;
}
.content-categories-home a{ color: #ffffff; } 

.home h1.entry-title{ margin-top: -4px !important; }
h2.subtitle{ font-family: var(--font-family-primary); font-size: 19px; line-height: 27px; font-weight: 400; color: #242323; padding-top: 0px; margin-bottom: 12px; }
.line-bottom-single{ border-bottom: 1px solid rgb(221, 221, 221); margin-top: 0px; padding-top:0px; margin-bottom: 14px; width: 100%;  content:".";  display:block; clear:both; }

.entry-content-single h2{
     font-family: 'Archivo' , arial;  
     font-size:25px; 
     line-height: 26px;
     font-weight:700; 
     letter-spacing: -0.2px;
     color: #161616;
}
.entry-content-single h3{
     font-family: 'Archivo' , arial;  
     font-size: 22px; 
     line-height: 23px;
     font-weight: 700; 
     letter-spacing: -0.2px;
     color: #161616;
}
.entry-content-single p{  
    font-family: 'Archivo' , arial;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 18px;
    color: #333232;
}
.entry-content-single strong{ color: #161616; }

.entry-content-singlea li:first-child{ padding-bottom: 7px; margin-top: 15px; }
.entry-content-single li:last-child{ margin-bottom: 24px; }
.entry-content-single li{
    position: relative;
    padding-left: 25px;
    margin-left: -40px;
    margin-right: 30px;
    margin-bottom: 20px;
    list-style-position: inside;
    font-family: var(--font-family-primary);  
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    list-style-type: none;
    -ms-transform: translate(22px); /* IE 9 */
    -webkit-transform: translate(22px); /* Chrome, Safari, Opera */
    transform: translate(22px);
}
.entry-content-single li::before{
position: absolute;
left: 0;
content: "\B7";
color: var(--postLink);
display: table;
font-size: 2.3rem;
font-weight: 700;
line-height: .9;
margin-left: 0px;
}
:root{ --postLink: #1c1c1c; }
.entry-content-single a img{ background-size: 0px !important; }
.entry-content-single a{
  font-weight: 700;
  padding-bottom: 3px;
  background: linear-gradient(to bottom, var(--postLink) 0%,var(--postLink) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 3px 3px;
  color: #161616; 
  text-decoration: none;
  transition: background-size 0.2s;
}
.entry-content-single a:hover{
  background-size: 3px 3px;
  color: var(--postLink);
}

.entry-content-single ol{
  list-style: none !important;
  counter-reset: my-awesome-counter !important;
}
.entry-content-single ol li:first-child{ margin-top: 30px; }
.entry-content-single ol li{
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 30px;
  line-height: 30px !important;
  color: #000000 !important;
  counter-increment: my-awesome-counter !important;
}
.entry-content-single ol li::before{
  content: counter(my-awesome-counter) " " !important;
  font-size: 24px !important;
  line-height: 30px !important;
  color: var(--postLink) !important;
  font-weight: bold !important;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -40px;
}
.entry-content-single blockquote{
  border-left: 5px solid var(--postLink);
  margin: 1.5em 10px;
  padding-left: 2rem;
  padding-bottom: 7px;
  quotes: "\201C""\201D""\2018""\2019";
}
.entry-content-single blockquote p{
  font-family: var(--font-family-primary); 
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  display: inline;
}


/* ==========================================================================
   BOX DESTAQUE 01
========================================================================== */
.box-destaque{
  margin-top: -6px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  --grid-gutter: 14px;
  grid-gap: var(--grid-gutter);
}

.destaque-slide .item{
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  margin-bottom: 8px;
}
.destaque-slide .item img {
  width: 100%;
}
.destaque-slide .item .destaque-slide-item{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0px 20px 20px 24px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 100%);
}
.destaque-slide .title-cat-home{
font-family: var(--font-family-primary);
display: inline-block;
font-size: 12.5px;
line-height: 13px;
font-weight: 800;
color: #ffffff;
text-shadow: 1.1px 1.1px 1.1px #000;
padding-bottom: 5px;
margin-bottom: 6px;
border-bottom: 5px solid var(--global-primary-color) !important;
text-transform: uppercase;
letter-spacing: -0.2px;
}
.destaque-slide h2{ 
font-family: var(--font-family-primary);
font-size: 26px;
line-height: 30px;
font-weight: 600;
width: 90%;
color: #fff;
margin-bottom: 6px;
text-shadow: 1px 1px 1px #000 !important;
letter-spacing: 0px;
}
.destaque-slide h2 a{ color: #ffffff; }
.destaque-slide h2 a:hover{ color: #ffffff !important; }

.sub-destaque .item{
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  margin-bottom: 0px;
}
.sub-destaque .item img {
  width: 100%;
}
.sub-destaque .item .sub-destaque-item{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0px 20px 10px 20px;
  background: url();
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.sub-destaque .title-cat-home{
font-family: var(--font-family-primary);
display: inline-block;
font-size: 12.5px;
line-height: 13px;
font-weight: 800;
color: #ffffff;
text-shadow: 1.1px 1.1px 1.1px #000;
padding-bottom: 5px;
margin-bottom: 6px;
border-bottom: 5px solid var(--global-primary-color) !important;
text-transform: uppercase;
letter-spacing: -0.2px;
}
.sub-destaque h3{ 
font-family: var(--font-family-primary);
font-size: 17px;
line-height: 21px;
font-weight: 600;
width: 90%;
color: #fff;
margin-bottom: 6px;
text-shadow: 1px 1px 1px #000 !important;
letter-spacing: 0px;
}
.sub-destaque h3 a{ color: #ffffff; }
.sub-destaque h3 a:hover{ color: #ffffff !important; }



/* ==========================================================================
   ICONS SOCIAL TOP
========================================================================== */
.social-top{
  float: right;
}
.menu-social-icons .fa{
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  text-align: center !important;
  font-size: 18px;
  color: #ffffff;
  background: var(--global-primary-color);
}
.menu-social-icons .fa:hover{ background: #2aa0e3; }
.menu-social-icons a:hover{ text-decoration: none; }

.menu-social-icons .fa-facebook{ /*background: #043a69;*/ }  
span.menu-social-icons .fa-facebook:hover{ /*background: #1377cd;*/ }  
.menu-social-icons .fa-twitter{ /*background: #043a69;*/ } 
span.menu-social-icons .fa-twitter:hover{ /*background: #2CB7EE;*/ } 
.menu-social-icons .fa-instagram{ /*background: #043a69;*/ }
.menu-social-icons .fa-instagram:hover{    
  /*background: #d6249f;*/
  /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
}
.menu-social-icons .fa-youtube{ /*background: #043a69;*/ }
.menu-social-icons .fa-youtube:hover{ /*background: #fe191b;*/ }


/* ==========================================================================
   RESPONSIVE IMAGES
========================================================================== */
.wp-caption{
margin: 0;
padding: 0;
max-width: 100%;
}
.wp-caption::after {
    content: " ";
    display: table;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #938f8f;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto 0;
width: 100%;
}
figcaption.wp-caption-text{   
font-family: 'Open Sans' , arial;   
font-size: 13px;
line-height: 17px;
font-weight: 700;
margin-bottom: 12px;
padding: 11px 0px 0px 0px;
color: #000000;
text-align: left;
}
figcaption .thumbnail{ margin-bottom: 0px !important; }
.alignright{float: right;  margin:0px 0px 4px 12px; }
.alignleft{float: left;  margin:0px 14px 4px 0px;  }
.aligncenter{clear:both;  display: block;  margin-left:auto;  margin-right:auto; }

.wp-block-image{
margin: 0 !important;
padding: 0 !important;
max-width: 100% !important;
}
.wp-block-image figcaption{  
font-family: 'Open Sans' , arial !important;   
font-size: 13px !important;
line-height: 17px !important;
font-weight: 700 !important;
margin-top: -6px !important;
margin-bottom: 10px !important;
padding: 3px 0px 12px 0px !important;
color: #474747 !important;
text-align: left !important;
border-bottom: 1px solid #938f8f !important;
}

.entry-meta{
  font-family: arial !important;
  float: left !important;
  height: auto !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  color: #2d2b2b !important;
}
.text-bold{ color:#363636; font-weight: 700; }
.social-share-single .wpusb{ float:right; margin-top: 0px; margin-bottom: 16px !important; }
.wpusb-item{ margin-right: 4px !important; margin-bottom: 0px !important; }

.page-content p{
font-size: 1.6em;
color: #1c1c1c;
}


/* ==========================================================================
   PUBLICIDADE BOXES
========================================================================== */
.banner-leaderboard{ 
margin: 10px 0 16px 0;
padding: 0px;
background: #ffffff;
text-align: center;
line-height: 0;
position: relative;
display: block;
}
.banner-topo{
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
line-height: 0;
text-align: center;
position: relative;
display: block;
}
.banner-topo img{ margin-bottom: 14px; }
.banner-meio-01{
margin-top: -10px;
margin-bottom: 14px;
padding: 0px;
line-height: 0;
text-align: center;
position: relative;
display: block;
}
.banner-meio-01 img{ margin-bottom: 14px; }

.banner-meio{
margin-top: 4px;
background: #f9f9f9;
padding: 0px;
line-height: 0;
text-align: center;
position: relative;
display: block;
}
.banner-sidebar-01{
margin-top: -16px;
margin-bottom: 34px;
background: #f9f9f9;
padding: 0px;
line-height: 0;
text-align: center;
position: relative;
display: block;
}
.banner-sidebar{
margin-top: 6px;
margin-bottom: 6px;
background: #f9f9f9;
padding: 0px;
line-height: 0;
text-align: center;
position: relative;
display: block;
}
.container-banner-post-bottom{ text-align: center; }
.banner-post-bottom-01{
  float: left;
  margin-left: 50px;
}
.banner-post-bottom-02{
  float: left;
  margin-left: 30px;
}

button.alm-load-more-btn{ 
font-family: var(--font-family-primary) !important; 
font-weight: 500 !important; 
letter-spacing: -0.4px;
width: 100% !important;
background: var(--global-primary-color) !important;
color: #fff !important;
margin-top: -10px !important;
margin-bottom: 0px !important;
font-size: 18px !important; 
height: 46px !important; 
text-transform: uppercase;
}
button.alm-load-more-btn:hover{ background: var(--global-secondary-color) !important; }
.alm-load-more-btn.done{ display: none !important; }


/* ==========================================================================
   ÚLTIMAS NOTÍCIAS
========================================================================== */
ul.ultimas-noticias{ margin-left: 0px; }
ul.ultimas-noticias li{ 
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 18px 0px 0px 0px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    content:".";  
    display: block; 
    clear: both; 
}
ul.ultimas-noticias li a img{ 
    width: 94px;
    height: 74px !important;
    float: left;
    margin: 0px 11px 0px 0px; 
}
ul.ultimas-noticias li h3 a{ font-family: 'Open Sans', arial; font-size: 14.5px; font-weight: 700; }
ul.ultimas-noticias li h3 { line-height: 17px; margin-top: -3px; }


/* ==========================================================================
    GRAVITY FORM
========================================================================== */
.meu-form li{
margin-left: 0px !important;
}
.meu-form label{ cursor: default; margin-bottom: -20px;  }
.meu-form input[type="text"]{
  font-family: var(--font-family-primary), arial !important;  
  width: 100%;
  font-size: 16px !important; 
  font-weight: 500 !important; 
  color: #363636 !important;
  border: 2px solid #363636;
  width: 100% !important;
  border-radius: 3px !important;
  padding: 12px 16px 12px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 0px;
}
.meu-form input[type="text"]:focus{ border: 2px solid var(--global-primary-color); }
.meu-form input::placeholder{ color: #363636; }


.meu-form select{
  font-family: var(--font-family-primary), arial !important;  
  width: 100%;
  font-size: 16px !important; 
  font-weight: 500 !important; 
  color: #363636 !important;
  border: 2px solid #363636;
  width: 100% !important;
  height: 50px;
  border-radius: 3px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-top: 4px;
  margin-bottom: 0px;
}
.meu-form select:focus{ border: 2px solid var(--global-primary-color); }
.meu-form select::placeholder{ color: #363636; }

.meu-form .button{ background: #2c1e7a; }
.meu-form .gform_drop_area{ color: #695B5B !important; }

.meu-form textarea{
  font-family: var(--font-family-primary), arial !important;  
  width: 100%;
  font-size: 16px !important; 
  font-weight: 500 !important; 
  color: #363636 !important;
  border: 2px solid #363636;
  width: 100% !important;
  border-radius: 3px !important;
  padding: 4px 16px 24px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-top: 10px;
  margin-bottom: 0px;
}
.meu-form textarea:focus{ border: 2px solid var(--global-primary-color); }
.meu-form textarea::placeholder{ color: #363636; }

.meu-form input[type="submit"]{
    background-color: var(--global-primary-color);
    font-size: 15px !important;
    line-height: 15px;
    color: #ffffff !important;
    border:0;
    cursor:pointer;
    border-radius: 0px;
    padding: 9px 18px 8px 16px !important;
    text-transform:uppercase;
}
.meu-form input[type="submit"]:hover{
    background-color: var(--global-primary-color) !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 4px !important;
}
.send-ok{
font-family: var(--font-family-primary);
font-weight: 600;
font-size: 22px;
line-height: 27px;
color: #0a721e;
letter-spacing: -0.2px;
margin-top: 20px;
}
.send-off{
font-family: var(--font-family-primary);
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #ffffff;
letter-spacing: -0.2px;
margin-top: 20px;
background: #ef1414;
padding: 10px 10px 12px 10px;
text-align:  center;
}
.content-send-prog{ height: 300px; }
.send-prog{
font-family: var(--font-family-primary);
font-weight: 600;
font-size: 19px;
line-height: 23px;
color: #1c1c1c;
letter-spacing: -0.2px;
margin-top: 20px;
margin-bottom:20px;
background: #f0f614;
padding: 10px 10px 12px 10px;
text-align:  center;
}
a.link-prog{
  margin-left:auto;
  margin-right:auto;
  display: block;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%); /* IE 9 */
  -webkit-transform: translate(-50%); /* Chrome, Safari, Opera */
  transform: translate(-50%);
}
a.link-prog img{
  border: 2px solid #70007a;
  padding: 10px;
  max-width: 300px;
  margin: 0 auto;
}
.meu-form div.validation_error{ 
color: #ef1414 !important;
border-top: 2px solid #ef1414 !important;
border-bottom: 2px solid #ef1414 !important;
width: 98% !important;
display: none !important;
}
.meu-form li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea{
  border: 2px solid #ef1414 !important;
}
.meu-form .validation_message{ color: #ef1414 !important; }
.meu-form li.gfield.gfield_error.gfield_contains_required div.gfield_description{ font-size: 16px;  padding-top: 6px !important; }
.meu-form li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
background-color: transparent !important;
border-top: 0px !important;
border-bottom: 0px !important;
margin-bottom: 0px !important;
padding-bottom: 0px !important;
padding-top: 0px !important;
box-sizing: border-box !important;
}
.meu-form .gfield_captcha_input_container{ margin-bottom: -8px !important; }


@media screen and (min-width: 240px) and (max-width: 500px) {
.blog-image-personal img{ width: 350px; }
.mainmenu-area{ background: #ffffff; }

.destaque-slide .item .destaque-slide-item{ padding: 0px 0px 18px 20px; }
.destaque-slide h2{ font-size: 24px; line-height: 26px; }

.sub-destaque .item .sub-destaque-item{ padding: 0px 0px 18px 20px; }
.sub-destaque h3{ font-size: 19px; line-height: 24px;  }

.post-content-container{ padding: 22px 20px 10px 20px; }
.content-area header.entry-header h1.entry-title, h1.entry-title a {
font-size: 25px; 
line-height: 27px;
margin-bottom: 8px;
}
h2.subtitle{ font-size: 17.5px; line-height: 22px; }
.sidebar-area .widget{ text-align: center; padding: 22px 20px 22px 20px; }
.banner-meio-01{ margin-top: 0px; margin-bottom: 6px; }

a.link-comment{
  margin-bottom: 2px !important;
  margin-left: 0px !important;
  display: block;
}

}

/* menor que */
@media screen and (max-width: 500px) {
.hide-mobile{ display: none !important; }
#header-top{ background: #21aece; height: 24px; }
.date-header{ color: #000000; font-size: 12px; padding-top: 6px; text-align: center; }
.wa__btn_popup{ margin-bottom: -10px !important; margin-right: -12px !important; }
}
/* maior que */
@media screen and (min-width: 501px) {
.hide-desktop{ display: none !important; }
.line-sep-mob{ display: none; }
}

@media screen and (max-width: 900px) {
.box-destaque{ grid-template-columns: 1fr; display: block; }
.box-destaque-02{ grid-template-columns: 1fr; }
}

@media screen and (min-width: 900px) {
.container-custom{ width: 1300px; }
}

@media (max-width: 1020px) {

#comments .comment-form-author,
#comments .comment-form-email{
    width: 100%;
}
#comments textarea, #comments .comment-form-url{
    width: 100%;
}
}