/*
Theme Name: W3Frontend
Theme URI: https://www.w3frontend.com
Author: Asif Mughal
Author URI: https://www.asifmughal.com
Description: W3Frontend 2025 theme.
Template: generatepress
Version: 4.5.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: w3frontend-2025
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2025 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2022 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/**************** RESET CSS ****************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
ol,ul{
	list-style: none
}
blockquote,q{
	quotes: none
}
blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none
}
table{
	border-collapse: collapse;
	border-spacing: 0
}
html {
	font-size: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none
}
img{
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom
}

iframe,embed,object,video {
	max-width: 100%
}

table {
	width: 100%;
	border-collapse: collapse;
	color: #515151;
    margin-bottom: 20px;
	border: 0
}

table td {
	font-size: 14px;
	padding: 8px;
	min-width: 140px;
	vertical-align: middle;
	word-spacing: 2px;
	border: 0
}
td,th {
	padding: 5px 10px;
	border-right: 1px solid #aaacab;
	border-bottom: 1px solid #aaacab
}

th{
	font-weight: 600
}
table tr:nth-child(odd) {
	background: #f9f9f9
}

table .fa {
	color: #a1a1a1;
	margin: 0 5px
}
.wp-block-table td, .wp-block-table th{
	border: 0;
}

/**************** Page Layout ****************/
.grid-container{
	max-width: 1366px !important;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	background: #eee;
	color: #414141;
	word-wrap: break-word
}

.widget_wp_categories_widget > ul li ul, .widget_wpcategorieswidget > ul li ul{
	padding-left: 0 !important;
}

.widget-area .widget{
	padding: 15px;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation{
	padding: 10px;
}

code{
	background: #e6edeb;
	border-radius: 2px;
	padding: 1px 2px;
	font-family: Sans-Serif;
	color: #436659;
}

/*************** Post Layout ***********/

/* Post Grid Layout */
.archive .content-area .site-main,
.search .content-area .site-main,
.home .content-area .site-main {
   display: flex; 
  flex-wrap: wrap; 
}
/* Post Card */
.archive .content-area .site-main .post,
.search .content-area .site-main .post,
.home .content-area .site-main .post{
 
  flex: 1 1 24%;
  padding: 0 5px; 
}
.archive .content-area .site-main .post .inside-article,
.search .content-area .site-main .post .inside-article,
.home .content-area .site-main .post .inside-article{
	position: relative;
	 background: #fff;
	  box-sizing: border-box;
	letter-spacing: .0142857143em;
	line-height: 1.25rem;
	color: #3c4043;
	border-radius: 4px;
	transition: border 280ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)
}


.archive .content-area .site-main .post .inside-article:hover,
.search .content-area .site-main .post .inside-article:hover,
.home .content-area .site-main .post .inside-article:hover{
	-webkit-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1)
}
/* Post card title */
.archive .content-area .site-main .post .inside-article .entry-title,
.search .content-area .site-main .post .inside-article .entry-title,
.home .content-area .site-main .post .inside-article .entry-title{
	line-height: 1.4;
	font-size: 16px;
	font-weight: 400;
	padding-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	min-height: 40px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

/*Post card Thumbnail */
.archive .content-area .site-main .post .wp-post-image,
.search .content-area .site-main .post .wp-post-image,
.home .content-area .site-main .post .wp-post-image{
	width: 100%;
}
/* Post Summary */
.archive .content-area .site-main .post .entry-summary,
.search .content-area .site-main .post .entry-summary,
.home .content-area .site-main .post .entry-summary{
	display: none !important;
}


/**************** Posts Card ****************/
#related_posts_thumbnails li,
.mh-loop-item {
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	margin: 8px;
	padding: 8px;
	font-weight: 400;
	letter-spacing: .0142857143em;
	line-height: 1.25rem;
	color: #3c4043;
	transition: border 280ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)
}
#related_posts_thumbnails li{
	border-right: 0 !important;
}

#related_posts_thumbnails li:hover,
.mh-loop-item:hover {
	-webkit-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1)
}
.code-meta {
	display: table;
	width: 100%;
	font-size: 13px;
	border-top: 1px solid #ddd;
}

.code-category {
	width: 65%
}

.code-category,
.code-views {
	display: table-cell;
	color: #777;
	padding: 10px 10px 0 10px
}
.code-category a{
	color: #777 !important;
}
.entry-title a{
	color: #444 !important;
}
.code-views {
	width: 35%;
	text-align: right
}



/* Full width flex */
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation{
	flex: 100%;
}




/******* Buttons ******/
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background){
	background-color: #08a05c;
	border-radius: 2px;
}

.clear {
	clear: both
}

.clearfix{
	display: block
}

.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0
}


/**************** Page Typography ****************/

h1{
	font-size: 32px;
	font-size: 2rem
}
h2 small,
h2{
	font-size: 24px;
	font-size: 1.5rem
}

h3{
	font-size: 20px;
	font-size: 1.25rem
}
h4{
	font-size: 18px;
	font-size: 1.125rem
}
h5{
	font-size: 16px;
	font-size: 1rem
}
h6{
	font-size: 14px;
	font-size: .875rem
}

h1,h2,h3,h4,h5,h6{
	color: #555;
	line-height: 1.3;
	font-weight: 700
}

b,strong{
	font-weight: bold
}
i,em{
	font-style: italic
}
small{
	font-size: 6px;
	font-size: .375rem
}
big{
	font-size: 20px;
	font-size: 1.25rem
}
kbd{
	padding: 0 6px;
	padding: 0rem .375rem;
	background: #f5f5f5;
	border: 1px solid #aaa;
	border-radius: .1875em;
	-moz-border-radius: .1875em;
	-moz-box-shadow: 0 .0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 .125em white inset;
	-webkit-border-radius: .1875em;
	-webkit-box-shadow: 0 .0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 .125em white inset;
	box-shadow: 0 .0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 .125em white inset;
	text-shadow: 0 .0625em 0 #fff
}
blockquote{
	display: block;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	font-style: italic;
	color: #666;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #08a05c
}
sup{
	vertical-align: super;
	font-size: 10px;
	font-size: .625rem
}
sub{
	vertical-align: sub;
	font-size: 10px;
	font-size: .625rem
}
abbr,acronym{
	border-bottom: 1px dashed;
	cursor: help
}
cite{
	color: #9a9b97
}
q{
	font-style: italic
}
address {
	font-family: "Courier new";
	line-height: 1.5;
	margin-bottom: 20px;
	margin-bottom: 1.25rem
}
a {
	color: #5c5f5d;
	text-decoration: none
}
.page a,
.post a {
	color: #007acc;
}

a:hover {
	color: #1aa564
}
.screen-reader-text {
	position: absolute;
	top: -9999rem;
	left: -9999rem
}


/**************** Entry Content ****************/

.entry-content ul {
	list-style: square
}
.entry-content ol {
	list-style: decimal
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 20px 40px
}
.entry-content ul ul,
.entry-content ol ol {
	margin: 0 0 0 40px
}
.entry-content li {
	margin-bottom: 5px
}
dl{
	margin: 0 0 10px 20px
}
dt,dd{
	display: list-item
}
dt{
	list-style-type: square;
	font-weight: bold
}
dd{
	list-style-type: circle;
	margin-left: 20px
}
select{
	max-width: 100%
}

.entry-header,.page-header {
	margin-bottom: 20px;
	margin-bottom: 1.25rem
}
.page-title{
	font-size: 28px;
	font-size: 1.75rem
}
.mh-meta{
	font-size: 13px;
	font-size: .8125rem
}
.mh-meta,.mh-meta a {
	color: #979797
}
.mh-meta a:hover {
	color: #1aa564
}
.mh-meta span {
	margin-right: 10px
}
.mh-meta .fa{
	margin-right: 5px
}
.entry-meta{
	margin-top: 10px;
	margin-top: .625rem;
	padding: 5px 10px;
	border-top: 1px dotted #ebebeb;
	border-bottom: 1px dotted #ebebeb
}
.entry-thumbnail{
	max-width: 1030px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem
}

.entry-thumbnail img {
	width: 100%
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content blockquote,
.entry-content .flex-vid,
.entry-content .mh-row,
.entry-content .mh-video-container {
	margin-bottom: 20px;
	margin-bottom: 1.25rem
}
.entry-content blockquote p:last-child {
	margin: 0
}
.entry-content a:hover {
	color: #15a762
}
.entry-tags {
	font-size: 12px;
	font-size: .75rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem
}
.entry-tags li {
	float: left;
	font-weight: 700;
	margin: 0 6px 6px 0;
	margin: 0 .375rem .375rem 0;
	background: #2a2a2a;
	text-transform: uppercase
}
.entry-tags li:hover {
	background: #08a05c
}
.entry-tags a,
.entry-tags a:hover {
	display: block;
	color: #fff;
	padding: 10px 15px
}
.entry-tags .fa {
	float: left;
	padding: 10px;
	margin-right: 6px;
	background: #e64946
}
.mh-loop-description {
	padding: 20px 0;
	margin-top: 20px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb
}
.mh-loop-description p:last-child {
	margin: 0
}

/**************** Menu Navigation ****************/
.cm-header {
	width: 100%;
	overflow: hidden
}

.w3frontend-logo {
	text-align: center;
	font-weight: 700
}

.w3frontend-logo a {
	-webkit-tap-highlight-color: transparent
}

.w3frontend-logo img {
	width: 180px;
	height: auto
}

.tagline {
	font-size: 13px;
	color: #5b5b5b
}
h1.tagline {
	font-weight: 400;
	margin-top: 5px!important
}
.cm-header-ad {
	display: none;
	margin: 0
}

.w3frontend-navbar .inner-wrapper-1280 {
	background: #fff;
	position: relative;
	padding: 0;
	transition: .3s
}

.cm-header,
.w3frontend-navbar {
	user-select: none;
	-webkit-user-select: none
}

.navbar-items {
	list-style: none
}

.nav-fixed {
	background: #fff;
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 9999;
}
		.nav_shadow{
			   box-shadow: 1px 8px 6px -6px rgb(0 0 0 / 61%); 
     -webkit-box-shadow: 1px 8px 6px -6px rgb(0 0 0 / 61%);
    -moz-box-shadow: 1px 8px 6px -6px rgba(0,0,0,0.61);
		}

.cm-home .fa {
	padding: 0 10px;
	font-size: 18px
}

.dropdown-heading,
.navbar-items li a {
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	-webkit-user-select: none;
	font-size: 15px;
	color: #7e7f7e;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	transition: 0 all;
	padding: 14px 10px;
	position: relative
}

.dropdown-heading:hover,
.dropdown-heading.active,
.navbar-items li a:hover {
	color: #08a05c;
	transition: .25s all
}

.has-sub {
	position: relative
}

.has-sub>ul {
	display: table;
	width: 100%;
	background: #fff;
	display: none;
    z-index: 999;
	box-sizing: border-box
}

.has-sub>ul li {
	display: block
}

.has-sub>ul li a {
	color: #515151;
	display: block;
	padding: 6px 10px
}

.rpwwt-widget ul li:hover,
.has-sub>ul li a:hover,
.site-menu-links li a:hover {
	background: #f2f2f2;
	color: #313131
}

.has-sub>ul li a:before {
	font-family: FontAwesome;
	content: '\f114';
	color: #ccc;
	margin-right: 10px
}

.has-sub>ul .ul-row {
	display: table-cell;
	width: 200px
}

.has-sub i.arrow {
	float: right;
	transition: 0s;
	font-size: 16px
}

.dropdown-heading.active i.arrow {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	transition: 0s
}

.cm-search-input,
.cm-search-btn {
	padding: 10px
}

.cm-search-input {
	background: rgba(255, 255, 255, 0.90);
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	color: #555;
	caret-color: #08a05c
}

.cm-search-input::placeholder {
	color: #ccc
}

.cm-search-input:focus,
.cm-search-btn:focus {
	outline: 0
}

.cm-search-btn {
	-webkit-appearance: none;
	color: #fff;
	margin-left: -5px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	line-height: 1;
	box-sizing: border-box;
}

.hide-nav {
	transform: translateY(-120%)!important;
	-webkit-transform: translateY(-120%)!important
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
		visibility: visible;
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@media only screen and (max-width:880px) {
	.w3frontend-navbar {
		background: #fff
	}
	.ad-after-nav {
		display: none
	}
	.dropdown-heading,
	.navbar-items li a {
		font-weight: 700;
		padding: 12px;
		display: block
	}
	.has-sub i.arrow {
		margin-right: 10px
	}
	.navbar-items li {
		border-bottom: 1px dotted #f5f5f5
	}
	.site-menu-links {
		display: block;
		border-top: 1px solid #ccc
	}
	.has-sub>ul {
		border-bottom: 1px solid #ddd
	}
	.has-sub>ul li a,
	.site-menu-links li a {
		font-weight: 400;
		padding: 8px
	}
	.has-sub>ul li a {
		padding-left: 6px;
		border-bottom: 1px dotted #f2f2f2
	}
	.dropdown-heading:hover,
	.dropdown-heading.active,
	.navbar-items li a:hover {
		background: #08a05c;
		color: rgba(255, 255, 255, 0.95);
		transition: 0s all
	}
	.has-sub>ul li a:before {
		margin-right: 5px
	}
	.cm-backtotop {
		right: 20px
	}
	.cm-header {
		height: 50px;
		position: fixed;
		background: #fff;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
		z-index: 999;
		will-change: transform;
		transition: background .3s, -webkit-transform .5s cubic-bezier(0.694, 0.048, 0.335, 1);
		transition: transform .5s cubic-bezier(0.694, 0.048, 0.335, 1), background .3s;
		transition: transform .5s cubic-bezier(0.694, 0.048, 0.335, 1), background .3s, -webkit-transform .5s cubic-bezier(0.694, 0.048, 0.335, 1);
		transform: translateY(0);
		-webkit-transform: translateY(0)
	}
	.w3frontend-logo {
		margin-top: 8px
	}
	.w3frontend-navbar {
		width: 280px;
		height: 100%;
		overflow: auto;
		position: fixed;
		box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.35);
		top: 0;
		left: -285px;
		z-index: 1001
	}
	.nav-icon {
		padding: 0 10px 0 5px;
		font-size: 16px
	}
	.dropdown-heading:after {
		margin-right: 10px
	}
	.has-sub>ul {
		position: relative
	}
	.w3frontend-navbar.open {
		left: 0
	}
	.w3frontend-navbar,
	.w3frontend-navbar.open {
		transition: .4s ease-in
	}
	.home-link,
	.tagline {
		display: none!important
	}
	.dim-overlay {
		display: none
	}
	.dim-overlay:before {
		content: "";
		background-color: rgba(0, 0, 0, .4);
		height: 100vh;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		overflow: hidden;
		z-index: 2
	}
}

@media only screen and (max-width:1200px) {
	.cm-search-btn,
	.cm-trigger {
		-webkit-appearance: none;
		border: 0;
		width: 50px;
		height: 50px;
		text-align: center;
		position: absolute;
		top: 0;
		font-size: 18px;
		color: #5b5b5b;
		background: #f5f5f5
	}
	.cm-trigger:focus {
		outline: 0
	}
	.cm-search-btn:active,
	.cm-trigger:active {
		background: #ccc
	}
	.cm-trigger:before {
		font-family: FontAwesome
	}
	.cm-menu-toggle {
		left: 0;
		border-radius: 0 50% 50% 0
	}
	.cm-search-btn,
	.cm-search-toggle {
		right: 0
	}
	.cm-menu-toggle:before {
		content: "\f0c9"
	}
	.cm-search-toggle:before {
		content: "\f002"
	}
	.search-close:before {
		content: "\f060";
		line-height: 50px
	}
	.cm-search-form {
		height: 50px;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		display: none;
		background: #fff;
		box-sizing: border-box
	}
	.cm-search-form .cm-search-input {
		border: 0;
		border-radius: 0;
		width: 80%;
		position: absolute;
		top: 6px;
		left: 50px;
		line-height: 1;
		font-size: 14px;
		box-sizing: border-box;
	}
	.cm-tabs .cm-tab-names {
		white-space: nowrap;
		overflow: scroll
	}
	.cm-plugin-preview {
		margin: 10px
	}
	.cm-header-ad {
		width: 640px;
		height: 90px;
	}
	.w3frontend-share {
		width: 100%;
		display: block
	}
}

@media only screen and (min-width:950px) and (max-width:1200px) {
	.cm-search-form {
		display: none
	}
}

@media only screen and (min-width:879px) {

	.cm-header {
		box-sizing: border-box;
		height: 100px;
		position: relative;
		background: #fff;
		min-height: 100px;
	}
	.w3frontend-logo {
		width: 290px;
		height: 90px;
		background: #fff;
		text-align: left;
		box-sizing: border-box;
		border-radius: 0 4px 184px 0;
		position: absolute;
		left: 0
	}
	.w3frontend-logo img {
		margin-top: 15px;
		margin-left: 10px;
		width: 190px;
		height: auto
	}
	.w3frontend-logo .tagline {
		margin-top: -8px;
		color: #b1b1b1;
		text-indent: 20px
	}
	.navbar-items li {
		display: inline-block;
		box-sizing: border-box
	}
	.has-sub>ul {
		position: absolute;
		box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
		width: 400px;
		display: none;
		border-radius: 6px;
		margin-top: -5px;
		animation: slideInUp .3s forwards
	}

	.home-link span {
		display: none
	}
	.home-link:before {
		font-family: FontAwesome;
		content: '\f015';
		padding: 0 8px;
		font-size: 16px
	}
	.cm-header-ad {
		box-sizing: border-box;
		position: absolute;
		height: 90px;
		right: 5px;
		top: 5px;
		display: block;
		text-align: center
	}
	.cm-header-ad img {
		margin: 5px auto
	}
	.site-menu-links {
		margin-left: 20px;
		border-left: 1px solid #ccc
	}
	.site-menu-links li a {
		font-size: 13px
	}
	.site-menu-links li a:hover {
		background: 0;
		text-decoration: underline;
		color: #555
	}
	.has-sub i.arrow {
		margin-left: 10px;
		margin-top: 2px
	}
	.cm-backtotop {
		box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4)
	}
	.cm-trigger,
	.fa-sitemap.nav-icon {
		display: none
	}
}

@media only screen and (min-width:1200px) {

	.w3frontend-logo {
		width: 360px
	}
	.w3frontend-logo img {
		width: 220px
	}
	.cm-search-form {
		display: block;
		position: absolute;
		right: 10px;
		top: 7px
	}
	.cm-search-btn:hover {
		opacity: .9
	}
	.cm-search-input {
		width: 280px
	}
	.cm-search-btn {
		background: #08a05c;
		border: 1px solid #08a05c
	}
	.cm-header-ad {
		width: 970px;
		height: 90px !important;
	}
}


@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
		visibility: visible;
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}


/**************** w3frontend Box ****************/


.relpost-thumb-container,
.cm-box {
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
	margin-bottom: 20px
}

.relpost-thumb-container h3,
.cm-box .box-title {
	margin: 0 6px;
	border-bottom: 2px solid #f2f2f2;
	padding: 10px;
	font-size: 20px
}

.box-inner {
	padding: 10px
}



/**************** Breadcrumbs ****************/

#breadcrumbs {
	font-size: 14px;
    padding: 10px 10px 0;
	color: #717171;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	background: #fff;
}

#breadcrumbs a {
	color: #555;
	margin-right: 2px
}

#breadcrumbs a:hover {
	color: #08a05c
}

#breadcrumbs .fa,
#breadcrumbs span {
	color: #818181;
	margin-left: 5px
}


/*********** Read More Button **********/
		#moretext{
			display: none;
			overflow: hidden;

		}
	#readMoreToggle{ 
		position: relative;
		background:#fff;  
		padding: 5px;
		color: #aaa; 
		border-radius: 8px;
		cursor: pointer;
		user-select: none;
		max-width: 150px;
		margin: 5px auto;
		font-size: 13px;
		text-align: center;
		margin-bottom: 25px;
		}
#readMoreToggle:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #dddddd transparent;
    border-width: 8px 8px 0;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
}


/**************** Recent posts with thumbnails  ****************/

.rpwwt-widget ul li {
	margin: 5px 6px!important;
	padding: 10px 0;
	position: relative;
	overflow: auto
}

.rpwwt-widget ul li a {
	font-size: 16px;
	color: #616161;
	font-weight: 400
}

.rpwwt-post-date,
.rpwwt-widget ul li .rpwwt-post-categories a {
	font-size: 13px;
	color: #777
}

.rpwwt-post-categories {
	border-top: 1px dotted #ddd
}

.rpwwt-widget ul li img {
	width: 120px!important;
	height: auto;
	float: left;
	margin-right: 8px;
	object-fit: cover;
	border-radius: 4px;
}

.rpwwt-post-date {
	position: absolute;
	bottom: 10px;
	padding: 2px;
	right: 10px
}
/**************** Related posts with thumbnails  ****************/

	#related_posts_thumbnails {
		margin: 18px;
		position: relative;
		overflow: hidden
	}
	#related_posts_thumbnails li {
		position: relative;
		width: 266px;
		height: auto;
		overflow: hidden;
		margin: 8px!important;
		display: inline-block
	}
	#related_posts_thumbnails li img {
		float: none;
		width: 266px;
		margin: 4px auto
	}
	#related_posts_thumbnails li a.relpost_content {
		display: inline-block;
		font-size: 16px;
		line-height: 1.3;
		margin: 5px;
		color: #333;
	}
	#related_posts_thumbnails li:hover {
		background: #fff!important
	}

@media only screen and (max-width: 480px){
    
    #related_posts_thumbnails li:first-child{
        width: auto;
    }
    #related_posts_thumbnails li {
        width: 45%;
        
    }
    #related_posts_thumbnails li img {
        width: 100%;
    }
    
}
/**************** Download and Demo Button  ****************/

.cd-action .btn {
	display: inline-block;
	padding: 6px 16px;
	border-radius: 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.90);
	cursor: pointer;
	border: 0;
	margin: 6px 6px 6px 0;
	text-align: center;
	font-size: 15px;
	font-weight: 400
}

.cd-action .btn:hover {
	color: #fff;
	background: #19ad68
}

.cd-action .btn:focus {
	outline: 0
}

.cd-action .btn,
.cd-action .btn:hover,
.cd-action .btn:focus {
	transition: .3s
}

.cd-action a.btn {
	text-decoration: none
}

.demo,
.download {
	background: #08a05c
}

.btn-master-download {
	background: #24292e
}

.cd-action .btn-master-download::before,
.cd-action .demo::before,
.cd-action .download::before {
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400
}

.cd-action .demo::before {
	content: "\f06e"
}

.cd-action .download::before {
	content: "\f019"
}

.btn-master-download::before {
	content: '\f113'
}



/**************** Code Box  ****************/
pre,code{
	margin-bottom: 20px
}

pre{
	white-space: pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap
}


/**************** Site Input ****************/


.required {
	color: #e64946
}

input {
	font-size: 12px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	vertical-align: middle;
	background: #f5f5f5;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
	width: 60%
}

input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover {
	border: 1px solid #08a05c
}

input[type=submit] {
	display: inline-block;
	min-width: 150px;
	font-weight: 700;
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	border: 0;
	-webkit-appearance: none
}

input[type=submit]:hover {
	background: #2a2a2a
}

textarea {
	width: 96%;
	line-height: 1.5;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #f5f5f5
}

.wpcf7-form {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 20px
}

.wpcf7-form p {
	margin-bottom: 15px
}

.wpcf7-text {
	padding: 8px
}

.wpcf7-textarea {
	width: 86%;
	padding: 10px
}

div.wpcf7-response-output {
	margin: 20px 0 15px
}

.ad-label {
	font-size: 10px;
	font-size: .625rem
}

.mh-box {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 0;
	padding: 1.25rem 1.25rem 0;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border: 1px solid #ebebeb
}



/**************** Site Pagination ****************/

.mh-loop-pagination {
	margin-top: 20px
}

.post .pagination {
	padding-bottom: 20px;
	padding-bottom: 1.25rem
}

.page-numbers {
	display: inline-block;
	color: #000;
	padding: 10px 15px !important;
	background: #f5f5f5
}

.page-numbers:hover,
.mh-loop-pagination .current,
a:hover .pagelink {
	color: #fff;
	background: #08a05c
}

.page-numbers a {
	display: inline-block
}

.pagelink {
	display: inline-block;
	color: #fff;
	padding: 10px 15px
}

a .pagelink {
	color: #000;
	background: #f5f5f5
}

/**************** Post Navigation (Next/Prev Post) ****************/

.mh-post-nav {
	margin-bottom: 25px
}

.mh-post-nav span {
	display: block;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	overflow: hidden
}

.mh-post-nav p {
	font-size: 13px;
	font-size: .8125rem;
	overflow: hidden
}

.mh-post-nav-next {
	float: right;
	text-align: right
}

.mh-post-nav-prev img {
	float: left;
	margin-right: 15px
}

.mh-post-nav-next img {
	float: right;
	margin-left: 15px
}

.mh-post-nav-prev span:before,
.mh-post-nav-next span:after {
	font-family: 'FontAwesome';
	font-weight: 400
}

.mh-post-nav-prev span:before {
	content: '\f100';
	margin-right: 5px
}

.mh-post-nav-next span:after {
	content: '\f101';
	margin-left: 5px
}


/**************** Helper Classes ****************/
.fixed {
	position: fixed;
	top: 0
}
.entry-content .alignnone {
	display: block;
	margin: 20px 0;
	margin: 1.25rem 0
}

.entry-content .aligncenter {
	display: block;
	margin: 20px auto;
	margin: 1.25rem auto
}

.entry-content .alignleft {
	display: inline;
	float: left;
	margin: 5px 20px 20px 0
}

.entry-content .alignright {
	display: inline;
	float: right;
	margin: 5px 0 20px 20px
}

.wp-caption {
	max-width: 100%
}

.wp-caption-text {
	display: block;
	font-size: 12px;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	margin-top: 5px
}

.alignnone .wp-caption-text,
.aligncenter .wp-caption-text,
.alignleft .wp-caption-text,
.alignright .wp-caption-text {
	margin-bottom: 0
}
/* w3frontend share buttons */
    .w3frontend-share{
        min-height: 48px;
        margin-top: 16px;
       
    }
        
    .share-title{
        display: inline-block;
        font-size: 17px;
        font-weight: 700;
        line-height: 48px;
        word-spacing: 4px;
        margin: 0 5px;
        color: #515151;
       
    }
    
   .w3frontend-share a.share-btn{
        display: inline-block;
        box-sizing: border-box;
        text-decoration: none;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        text-align: center;
        font-family: FontAwesome;
        border: 0;
	   border-radius: 4px;
        background: #ccc;
        color: #fff;
        margin-right: 5px;
        transition: all 0.3s;
       
    }
    .w3frontend-share a.share-btn:hover{
        background: #313131;
        color: #fff;
        transition: all 0.3s;
    }
    
    .w3frontend-share a.pinterest{background: #c8232c}
    .w3frontend-share a.linkedin{background: #0e76a8}
    .w3frontend-share a.twitter{background:  #00acee}
    .w3frontend-share a.facebook{background: #3b5998}
    .w3frontend-share a.tumblr{background: #34526f}
    .w3frontend-share a.email{background: #616161}
    .w3frontend-share a.share-btn.pinterest::before{
        content: '\f231';
    }
    .share-btn.twitter::before{
        content: '\f099';
    }
    .share-btn.facebook::before{
        content: '\f09a';
    }
   .share-btn.linkedin::before{
      content: '\f0e1';
    }
    .share-btn.tumblr::before{
        content: '\f173';
    }
    .share-btn.email::before{
        content: '\f003';
    }

/**************** Back to Top ****************/
.cm-backtotop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 25px;
	right: 12px;
	background: #fff;
	color: #7e7f7e;
	text-align: center;
	font-size: 22px;
	border-radius: 25px;
	display: none;
	z-index: 999;
	opacity: .75;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition-property: line-height;
	transition-duration: .4s
}

.cm-backtotop:before {
	font-family: FontAwesome;
	content: "\f106"
}

.cm-backtotop:hover {
	opacity: 1;
	transition: .4s ease;
	line-height: 45px
}

/**************** Ad Unit ****************/

.ad-unit{
	text-align: center;
	margin: 10px auto;
}

/**************** Box Title and Others CSS ****************/
.w3frontend-snippet{
	font-weight: 700;
	letter-spacing: 1px;
	
}
.w3frontend-snippet .fa{
	color: #08a05c;
}

.cm-clear {
	clear: both
}
.outer-wrapper {
	max-width: 850px;
	margin: 0 auto
}

.overview-wrapper {
	width: 100%;
	box-sizing: border-box;
	overflow: auto
}
.box-title h1 {
	font-size: 20px
}

.cd-sort {
	position: relative;
	float: right;
	margin-right: 30px;
	font-size: 14px
}

.cd-sort:after {
	content: '';
	clear: both
}

.cd-sort-trigger+.cd-sort-items {
	display: none
}

.cd-sort-trigger {
	user-select: none;
	cursor: pointer;
	color: #777;
	padding: 10px
}

.cd-sort-items {
	position: absolute;
	background: #fff;
	width: 120px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.20);
	top: 22px;
	right: 0;
	z-index: 999;
	list-style: none;
	padding-left: 0
}

.cd-sort-items a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #777
}

.cd-sort-items a:hover {
	background: #f5f5f5
}

.display-table {
	display: table;
	width: 100%
}

.cell-50 {
	display: table;
	width: 50%
}

.cell-70 {
	display: table-cell;
	width: 70%
}

.cell-30 {
	display: table-cell;
	width: 30%
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.ad_unit_overview {
	padding-bottom: 20px;
}
	color: #414141;
	word-wrap: break-word
}




/**************** Desktop View ****************/
@media only screen and (min-width: 1280px){
    
    
    
.mh-content{
	width: 68.94%;
	overflow: hidden
}

.mh-sidebar{
	width: 31.06%;
	float: left
}

.mh-margin-left{
	margin-left: 2.5%
}

.mh-margin-right{
	margin-right: 2.5%
}

.mh-right-sb #main-content{
	float: left
}

.mh-left-sb #main-content{
	float: right;
	margin-left: 2.5%
}
    
    
    .inner-wrapper-1280 {
		max-width: 100%;
		margin: 0 auto;
		position: relative
	}

	#related_posts_thumbnails li {
		width: 264px
	}
	#related_posts_thumbnails li img {
		width: 266px
	}
	.mh-loop-item {
		width: 264px;
		display: inline-block
	}
	.cm-intro .first-pera {
		width: 478px;
		float: left
	}
	.cm-intro .first-pera-ad {
		width: 360px;
		float: left
	}
	.code-overview,
	.code-preview {
		box-sizing: border-box;
		float: left
	}
	.code-overview,
	.code-preview {
		width: 420px;
	}
    
    
    
}


/**************** Mobile View ****************/

@media screen and (max-width:767px) {
	
	 .site-main{
		margin-top: 60px !important;
	}

	.mh-custom-header,
	.mh-content,
	.mh-sidebar,
	.mh-right-sb #main-content,
	.mh-left-sb #main-content {
		float: none;
		width: 100%;
		margin: 0
	}
	.mh-site-logo {
		text-align: center
	}
	.mh-header-title,
	.entry-title {
		font-size: 24px;
		font-size: 1.5rem
	}
	.mh-sidebar {
		margin-top: 20px
	}
	.mh-home-sidebar {
		margin-top: 0
	}
	.entry-meta {
		padding: 5px 0
	}

	/* Post Card */
	.archive .content-area .site-main .post,
.search .content-area .site-main .post,
.home .content-area .site-main .post{
  flex: 1 1 50%;
  padding: 0 5px; 
}
	
	.separate-containers .inside-article{
		padding: 8px;
	}
	
	
	
}

@media screen and (max-width:620px) {
	input[type=text],
	input[type=email],
	input[type=tel],
	input[type=url] {
		width: 88%
	}
	[class*='mh-col-'] {
		float: none;
		width: 100%;
		margin: 0
	}
	.entry-meta-categories,
	.entry-meta-comments {
		display: none
	}
	.mh-author-box {
		text-align: center
	}
	.mh-author-box-avatar {
		float: none;
		display: inline-block;
		margin: 0 0 20px
	}
	.entry-content ul,
	.entry-content ol {
		margin: 0 0 20px 20px
	}
	.entry-content ul ul,
	.entry-content ol ol {
		margin: 0 0 0 20px
	}
	.single-post .mh-post-nav-next {
		margin-top: 25px
	}
}










/*********************** Others CSS *******************/

@media screen and (max-width:1475px) {
	.mh-container {
		width: 100%;
	}
	.mh-container-inner {
		width: 100%;
	}
}

@media screen and (max-width:1120px) {
	.mh-main-nav li {
		font-size: 12px
	}
	.mh-main-nav li a {
		padding: 10px 15px
	}
}

@media screen and (max-width:900px) {
	.mh-container-outer {
		margin: 0 auto
	}
	.mh-wrapper {
		padding: 20px
	}
	.mh-widget-col-1 .mh-custom-posts-small-title {
		font-size: 13px;
		font-size: .8125rem
	}
	.mh-meta-comments {
		display: none
	}
	.mh-posts-stacked-item {
		bottom: 20px;
		left: 20px;
		padding-right: 20px
	}
}


@media screen and (max-width:880px) {
	.mh-wrapper {
		margin-top: 50px!important
	}
}

.cm-sub-menu {
	z-index: 1001
}

p.tagline {
	font-weight: 400;
	margin: 5px -5px!important
}

article {
	color: #444
}

.mh-copyright a {
	color: #959595
}

article h2 {
	margin-top: 10px
}

article h2 a {
	color: #515151!important
}

img.size-full {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto
}

article {
	font-size: 16px
}

article a,
a.external {
	font-weight: 400!important
}



article h1 {
	font-size: 22px;
	font-weight: 700;
	margin: 15px 6px 0 0
}
.widget_wp_categories_widget h2, .widget_wpcategorieswidget h2,
.widget-title,
.mh-widget-title {
	background: #303030!important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-weight: 400;
    padding: 10px;
    margin: 15px 0 !important;
    text-transform: uppercase;
}

.plugin-overview a,
.large-text a,
.small-text a {
	color: #08a05c!important;
	font-weight: normal!important;
	cursor: pointer
}

.d-row a:hover,
a:hover {
	color: #08a05c;
	text-decoration: none
}

@media only screen and (max-width:481px) {
	#related_posts_thumbnails li,
	.mh-loop-item {
		display: block;
       
	}
}

@media only screen and (min-width:620px) and (max-width:760px) {
	#related_posts_thumbnails li,
	.mh-loop-item {
		width: 200px;
		height: 260px
	}
	.mh-loop-thumb {
		width: 180px
	}
}

@media only screen and (min-width:761px) and (max-width:945px) {
	#related_posts_thumbnails li,
	.mh-loop-item {
		width: 150px;
		height: 200px
	}
	.mh-loop-thumb {
		width: 140px
	}
}



@media screen and (max-width:900px) {
	.mh-wrapper {
		padding: 10px;
		background: #fff;
		margin: 0;
	}
}

img.custom-logo {
	width: 160px;
	height: auto
}

.mh-header-title {
	display: none
}

.mh-header-tagline {
	display: none
}

.w3frontend-wrapper {
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin-top: -15px
}

/*.plugin-intro {
	margin: -10px 0
}
*/
.item-preview {
	overflow: hidden
}

.item-preview img {
	width: 100%;
	cursor: zoom-in;
	transition: .3s all
}

.item-preview img:hover {
	opacity: .8;
	transition: .3s all;
	-webkit-transition: .3s all
}

.item-like-share {
	text-align: center
}

.plugin-overview {
	border-collapse: collapse;
	width: 100%;
	color: #666;
	border: 0;
	vertical-align: inherit
}

.plugin-overview th,
.plugin-overview td {
	text-align: left;
	border: 0;
	padding: 8px 15px;
	min-width: 120px;
	font-size: 14px
}

.plugin-overview tr:nth-child(even) {
	background-color: #f4f4f4
}

.plugin-overview .fa {
	color: #bbb;
	margin-right: 5px;
	font-size: 16px
}

a.external:hover:after {
	font-family: FontAwesome;
	content: "\f08e";
	position: absolute;
	margin-left: 5px;
	z-index: 1000
}

.d-row h2 {
	padding: 10px;
	font-size: 18px;
	border-bottom: 1px dotted #ddd;
	color: #666;
	background: #f9f9f9;
	margin: 0
}


p.entry-meta {
	display: none!important
}

.small-text,
.large-text {
	display: block;
	text-align: center;
	padding: 0;
	line-height: 1;
	margin-bottom: -5px
}

.small-text {
	font-size: 12px
}

.large-text {
	font-size: 16px
}


.light-box {
	animation: popup .3s forwards
}

@keyframes popup {
	from {
		transform: scale(0.5);
		opacity: 0
	}
	to {
		transform: scale(1);
		opacity: 1
	}
}

.page-numbers:hover,
span.page-numbers.current {
	background: #08a05c
}


.ad-unit-after-d {
	overflow: hidden;
	margin-bottom: 15px
}

.ad-after-artical {
	text-align: center
}

.ad-after-overview {
	text-align: center;
	margin: 2px auto
}

.cm-row:nth-last-child(1) {
	text-align: center
}

@media only screen and (min-width:1280px) {
	.cm-tb {
		width: 100%;
		box-sizing: border-box;
		overflow: hidden
	}
/*	.cm-row {
		float: left;
		min-height: 300px
	}
	.cm-row:nth-last-child(2) {
		width: 430px;
		padding: 10px
	}*/
	.cm-row:nth-last-child(1) {
		width: 400px
	}
}

.close-light-box {
	font-family: Arial, 'Sans-serief';
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	position: absolute;
	top: -32px;
	right: -32px;
	background: #fff;
	border-radius: 16px;
	text-align: center;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	user-select: none;
	cursor: pointer
}

a.external,
.widget_categories li a:hover,
.w3frontend-wrapper a {
	color: #08a05c
}
/* Categories */
.widget_wpcategorieswidget ul li span.post-count{
	box-shadow: none !important;
	color: #888;
	font-weight: 300;
}
.cat-have-child{
	user-select: none;
}
.widget_wp_categories_widget ul li a, .widget_wpcategorieswidget ul li a{
	color: #616161 !important;
}
.widget_wp_categories_widget ul li a:hover, .widget_wpcategorieswidget ul li a:hover{
	color: #08a05c !important;
}


/* Profile Image */
.author .page-header .avatar,
.saboxplugin-wrap .saboxplugin-gravatar img{
	border-radius: 50% !important;
}