/*
Theme Name: ColorMag Child
Theme URI: http://techmasterblog.com
Author: Md. Mahmudul Hasan Shohag
Author URI: http://techmasterblog.com/author/shohag
Template: colormag
Description: ColorMag Child Theme
Version: 1.0.2
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news
Text Domain: colormag-child
*/

@import  "http://fonts.googleapis.com/earlyaccess/notosansbengali.css";

/*
 * Noto Sans Bengali (Bengali) http://www.google.com/fonts/earlyaccess
 */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, #site-description,
.tips,
.questions,
.caution,
.info,
.mark {
	font-family: 'Noto Sans Bengali', 'Open Sans', serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4,h5,h6 {
	font-size: 18px;
}

/* 
	transition ALL
*/
a.more-link:hover, a.more-link {
	transition: all .1s ease-in-out;
}

.footer-widgets-wrapper {
	background-color: #eaeaea;
	border-top: 1px solid #d5d5d5;
}

.footer-widgets-area {
	color: #666;
}

.footer-widgets-area p {
	color: #666;
}

.footer-widgets-area a {
	color: #009688;
}

article.page {
	padding: 15px;
	background-color: #fff;
}

.single #content .post, #content .post, article.page, .widget_highlighted_posts .single-article {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
}

article .featured-image img,  .widget_highlighted_posts .single-article img {
	opacity: .8;
	transition: opacity .2s ease-in-out;
}

article:hover .featured-image img, .widget_highlighted_posts .single-article:hover img {
	opacity: 1;
	transition: opacity .2s ease-in-out;
}

.widget_highlighted_posts .single-article a:hover {
	color: #fff !important;
}

.author-box {
	padding: 0;
	box-shadow: none;
}

.author-box p {
	line-height: 1.7;
}

#popular-tab-content li, #recent-tab-content li {
	padding: 5px 7px !important;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2) !important;
	background-color: #fff !important;
}

.wpt-tabs li {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2) !important;
}

a, a:hover, a:active, a span, a:hover span, a:active span {
	transition: all .2s ease-in-out;
}

.widget-title span, .page-title span {
	background-color: transparent !important;
	color: #333 !important;
	font-weight: bold;
}

.wpt_widget_content {
	border: none !important;
}

.footer-socket-wrapper {
	background-color: #263238;
}

/*
	Make Background grey
*/
#main {
	background-color: #f0f0f0;
}

article.post {
	background-color: #fff !important;
}

#secondary aside.widget {
	background-color: transparent;
}

.wpt_widget_content .inside {
	background: transparent !important;
}

figure.highlights-featured-image {
	height: 200px;
}

.widget_highlighted_posts img {
	height: 100%;
}

span.tag-links {
	display: none;
}

.tmb-tag-links span.tag-links {
	display: block;
	padding-top: 10px;
}

.tmb-tag-links span.tag-links a:hover, .tmb-tag-links span.tag-links a:active {
	text-decoration: none;
}

#related_posts_rpw h3, div.sharedaddy h3.sd-title {
	font-size: 18px;
	border-bottom: 2px solid #ddd;
	padding: 6px 12px;
	font-weight: bold;
	display: block;
}

#related_posts_rpw {
	padding: 5px;
}

div.sharedaddy h3.sd-title::before {
	border: none;
}

/*
		Hover BOX style
*/
.tagcloud a, #related_posts_rpw a, .previous a, .next a, .author-description a {
	padding: 3px 5px;
}

.tagcloud a:hover, #related_posts_rpw a:hover, .previous a:hover, .next a:hover, .author-description a:hover {
	background-color: rgb(0,150,136);
	color: #fff;
	text-decoration: none !important;
}

.post .entry-content a {
	padding: 5px;
}

.widget_highlighted_posts .article-content {
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.9));
	background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
	background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
}

.tmb-author-page {
	border-bottom: 2px solid #009688;
}

/*
	"More" Button
*/
.more-link span {
	background-color: transparent !important;
}

a.more-link:hover {
	text-decoration: none;
	background-color: #00897b;
}

/*
	Author box in Author page
*/
.tmb-author-page .author-img img {
	margin: 0 0 15px;
}

.tmb-author-page div.author-img {
	text-align: center;
}

.tmb-author-page p.author-description {
	margin: 0 15px 15px;
	font-size: 21px;
	line-height: 32px;
}

.tmb-author-page p.author-description:before {
	content: "\"";
	font-size: 31px;
	font-weight: bold;
}

.tmb-author-page p.author-description:after {
	content: "\"";
	font-size: 31px;
	font-weight: bold;
}

.tmb-author-page .avatar {
	float: none;
	border: 3px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

kbd {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0 7px;
	background-color: #f5f5f5;
	border-bottom: 2px solid #ddd;
	font-size: .8em;
    color: #333;
}

/*
		For Jetpack Mobile Theme
*/
.mobile-theme .menu-search {
	background: #009688;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,150,136,0.8), 0 1px 3px rgba(0,150,136,0.4);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,150,136,0.8), 0 1px 3px rgba(0,150,136,0.4);
	box-shadow: inset 0 -1px 0 rgba(0,150,136,0.8), 0 1px 3px rgba(0,150,136,0.4);
}

.mobile-theme .search-form #s {
	background: #00695c;
	border: 1px solid #004d40;
}

.mobile-theme #site-title,.mobile-theme  #site-title a {
	color: #009688;
}

.mobile-theme a {
	color: #009688;
}

.mobile-theme a:hover {
	color: #00695c;
}

.mobile-theme .nav-previous a,.mobile-theme .nav-next a {
	background: #009688;
}

/*
	Widget Menu
*/
.widget_nav_menu ul {
	list-style: inside;
}

.widget_nav_menu ul li {
	border-bottom: none !important;
}

/* Msg boxes */

.tips,
.questions,
.caution,
.info,
.mark {
    overflow: auto;
    margin: 5px 15px 20px 15px;
    text-shadow: 1px 1px 0px #fff;
    clear: both;
    padding: 10px 10px 10px 20px;
}
.tips p,
.questions p,
.caution p,
.info p,
.mark p {
	font-size: 20px;
	line-height: 1.4;	
}
.tips:before,
.questions:before,
.caution:before,
.info:before,
.mark:before {
    text-shadow: 1px 1px 0px #eee;
    font-size: 40px;
    display: block;
    margin-left: -10px;
    margin-top: -10px;
	font-family: FontAwesome;
}
.tips {
    border-left: 5px solid #ffc800;
    background-color: #fffae1;
}
.tips:before {
    content: "";
    color: #FFC800;
}
.tips td {
    min-width: 100px;
}
.questions {
    border-left: 5px solid #649600;
    background-color: #f8fcf0;
}
.questions:before {
    content: "";
    color: #649600;
}
.caution {
    border-left: 5px solid #cc2f2f;
    background-color: #fff2f2;
}
.caution:before {
    content: "";
    color: #cc2f2f;
}
.info {
    border-left: 5px solid #2ea2cc;
    background-color: #f0f9fc;
}
.info:before {
    content: "";
    color: #2ea2cc;
}
.mark {
    border-left: 5px solid #7d00c8;
    background-color: #fbf0fc;
}
.mark:before {
    content: "";
    color: #7d00c8;
}
p.egno {
    text-align: center;
    font-weight: 700;
    color: #aaa;
}
/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: transparent;
	color: #333;
	border-radius: 5px;
}
blockquote p:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #eceff1;
	font-size: 60px;
	position: absolute;
	top: -27px;
	left: -27px;
}
/* Sub Menu
---------------------------------------------- */
#site-navigation.sub-navigation {
    background-color: #333;
    border-top: none;
}

/* About: Team Member
---------------------------------------------- */
h1.tmb-about-page {
	text-align: center;
	color: rgb(38, 166, 154);
	border-radius: 50%;
	border-bottom: 5px solid;
	margin-top: 18px;
}


.tmb-team-member {
	margin: 18px;
	width: 300px;display: inline-block;
	vertical-align: top;
}

.tmb-center {
	text-align: center;
}

.tmb-team-member img {
	margin: 0;
	padding: 0;
}

.tmb-team-member .tmb-details {
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	margin: 0 10px;
	background: #009688;
	padding: 18px;
	text-align: center;
	top: -15px;
	position: relative;
}

.tmb-team-member p {
	margin: 0;
	padding: 0;
}

.tmb-team-member .tmb-details p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.1em;
border-bottom: 2px solid rgba(255,255,255,.25);
}

.tmb-team-member .tmb-details h2 {
	padding-bottom: 0;
	color: #fff;
	word-wrap: break-word;
}

ul.tmb-social-ul {
	list-style: none;
	padding: 0;
	font-size: 30px;
	margin: 0;
}

ul.tmb-social-ul li {
	display: inline-block;
}

ul.tmb-social-ul a {
	font-family: FontAwesome;
	color: #fff;
}

ul.tmb-social-ul a:hover, ul.tmb-social-ul a:active {
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}