/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.1
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {	font-family: "Roboto", sans-serif;font-size: 15px;	line-height: 1.42857143;	color: #555;	font-weight: 400;}
p, .post-content li { text-align: justify; margin-bottom: 20px; font-weight: 300; }
b, strong { font-weight: 500; }
a {	color: #f60;	text-decoration: none;	transition: all .2s ease-in-out;	-moz-transition: all .2s ease-in-out;	-webkit-transition: all .2s ease-in-out;}
a:hover, a:visited {
	text-decoration: none;
}
.img-responsive { width: 100%; }
h1, h2, h3, h4, h5, h6 { margin-top: 0;	color: #000; margin-bottom: 20px; font-size: 27px; line-height: 46px; }
h1 { border-bottom: 1px solid #eee; font-size: 27px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5, h6 { font-size: 18px; }
section { background: #efefef; padding: 20px 0; }
.white-bg { background: #fff; }
.no-pad { padding: 0px; }
.pull-center { margin: 0 auto; float: unset;}
.site-title {
    margin: 0;
    padding: 0;
}
.container-fluid {
	max-width: 1366px;
}
.logo {
    display: block;
    float: left;
    text-decoration: none;
    outline: none;
    margin: 10px 10px 0 0;
    font-family: raleway,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    font-size: 26px;
    line-height: 26px;
}

.logo span {
    display: inline-block;
    color: #fff;
    background: #f60;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px 4px;
    margin-left: -1px;
}
.navbar-default {
	margin-bottom: 0px;
}
.navbar-default .navbar-toggle { float: left; border: none; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background: none; }
.navbar-default .navbar-toggle .icon-bar { background-color: #000; }
.navbar-default .navbar-nav > li > a {
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #222;
    background: 0 0;
	padding: 15px 14px;
}
.navbar-default .navbar-nav > li > a:hover {
	background: #f60;
	color: #fff;
}
.header {
	position: relative;
	width: 100%;
	background: #FFF;
	z-index: 1000;
	-webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05);
	-webkit-backface-visibility: hidden;
	min-height: 50px;
}
.header .navbar-collapse {
	float: left;
}
.header-right {
	float: right;
	position: absolute;
	right: 50px;
	top: 13px;
}

.social-icons a {
	background: #ccc;
	margin-left: 0px;
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-size: 13px;
}

.sb-search {
	position: absolute;
	z-index: 110;
	width: 0;
	min-width: 50px;
	height: 47px;
	float: right;
	right: 0;
	top: 2px;
	overflow: hidden;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	max-width: 300px;
	font-size: 14px;
	height: 50px;
	margin: 0;
	z-index: 10;
	padding: 20px 55px 20px 16px;
}
.sb-icon-search, .sb-search-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.sb-icon-search {
	border: none;
	text-decoration: none;
	color: #bbb;
	z-index: 110;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-search-submit {
	background: #fff;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-search:hover, .sb-search-open {
    width: 100%
}

.sb-search:hover .sb-icon-search, .sb-search-open .sb-icon-search {
    background: #f60;
    color: #fff;
    z-index: 11
}

.sb-search:hover .sb-search-input, .sb-search-open .sb-search-input {
	background: #eee;
}

.sb-search:hover .sb-search-submit, .sb-search-open .sb-search-submit {
    z-index: 110
}

.section-title {
    border-bottom: 1px solid #eee;
}
.main {
	padding: 30px 15px;
}
.main .col-md-4:nth-child(3n+1){
	clear: left;
}
.main .col-md-6:nth-child(2n+1){
	clear: left;
}
.news-block {
    position: relative;
    margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.overlay-link {
    outline: none;
    text-decoration: none;
}
.image-overlay {
    position: relative;
    display: block;
    min-height: 150px;
}
.news-block a.category {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    padding: 6px 9px;
    background: #f60;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.news-details {
    color: #a9a9a9;
    position: relative;
    padding: 10px 20px 0;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 10px;
    margin-left: 10px;
    z-index: 10;
    margin-top: -33px;
}
.small-block .news-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
	margin-top: 0px;
	font-weight: 500;
}
.news-title a {
    color: #222;
}
.sidebar {
	-webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05);
	display: block;
}
.widget {
	margin: 20px 0;
}
.footer {
    width: 100%;
    background: #373737;
    z-index: 1;
    color: #fff;
}
.footer-bottom p, .footer-bottom ul {
    margin: 0;
    padding: 0;
	text-align: center;
}
.footer .logo {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}
.footer-main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-main h3 {
    font-family: roboto,sans-serif;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0 0 20px;
	color: #fff;
}
.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu li {
    margin: 0 0 10px;
    padding: 0;
}
.footer-menu li a {
    color: #fff;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.footer-bottom {
    background: #2c2c2c;
    padding: 15px 0;
    color: #969696;
}
.footer-bottom a {
    color: #969696;
}

.alm-listing, .alm-btn-wrap {
	width: 100%;
	padding: 0;
}

/** Footer End **/
/** Artcile page **/
article { padding: 0 15px; }
span.post-category { margin-bottom: 15px; display: block; }
span.post-category a {
	padding: 6px 9px;
	background: #f60;
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.post-header {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
    position: relative;
}
.post-title {
	padding-top: 5px;
	font-size: 34px;
	line-height: 46px;
	padding-bottom: 10px;
}
.post-excerpt {
	font-size: 19px;
	line-height: 22px;
	color: #f60;
    font-weight: bold;
    font-style: italic;
}
.post-content {
	overflow: hidden;
}
.post-content > p:first-child::first-letter {
    float: left;
    color: #f60;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    margin: -2px 0 0;
    font-family: "Noto Serif";
}
.single-post .post-content iframe,
.single-post .post-content img {
	max-height: 500px;
	float: unset;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	min-height: 280px;
}

.single-post .post-content img {
	    width: auto;
		height: auto;
}

.wp-embedded-content {
    width: 100%;
}
.tags-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.share-wrapper {
	position: relative;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	margin-bottom: 30px;
	white-space: nowrap;
}
.total-shares {
	display: inline-block;
	margin-right: 15px;
	text-align: center;
	position: relative;
	min-width: 75px;
	white-space: nowrap;
	border-right: 1px solid #e5e5e5;
	padding-right: 15px;
}
.total-shares .caption {
	font-size: 13px;
	font-weight: 300px;
	margin-top: -8px;
	color: #c1c1c1;
	text-transform: uppercase;
}
.share-wrapper .share-buttons {
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	position: relative;
	margin-bottom: 0;
	background: transparent;
	padding: 0;
}
.social-share {
	margin-right: 5px;
	font-size: 12px;
	padding: 8px 9px;
	line-height: 20px;
	background: #7a7a7a;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
}
.social-share i {
    font-size: 15px;
	display: none;
}

.social-share:hover,
.social-share:focus {
    color: #fff;
    text-decoration: none;
    border: none
}

.share-wrapper .facebook, .social-icons .facebook {
    background: #2d609b
}

.share-wrapper .twitter, .social-icons .twitter {
    background: #1ebef0
}

.share-wrapper .pinterest {
    background: #c8232c
}

.share-wrapper .google-plus {
    background: #e02f2f
}

.share-wrapper .linked_in {
    background: #0083be
}

.share-wrapper .whats-app {
    background: #075e54
}

.post-nav-wrapper {
    margin: 20px 0;
}
.previous-post {
    width: 100%;
    min-height: 70px;
    text-align: left;
    padding-right: 30px;
    border-right: 1px solid #e3e3e3;
}
.post-nav-label {
    color: #b2b2b2;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
}
.next-post {
	width: 100%;
	text-align: right;
	padding-left: 30px;
}

#go-top-button {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #f60;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	font-size: 23px;
	line-height: 13px;
}

#go-top-button:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


.advt {
	text-align: center;
}

.advt-pad {
	margin: 20px 0;
}

.advt > ins {
	background-color: #e2e2e2;
}

.advt_responsive > ins {
	width: 970px;
	display: inline-block !important;
}

@media (max-width: 991px) {
	.main-wrapper {
		width: 100%;
		padding: 0;
	}
	.sidebar {
		margin-top: 20px;
		padding: 0px;
	}
	.main-wrapper .main {
		padding: 15px 0;
	}
	.header .navbar-collapse {
		clear: both;
		width: 100%;
		margin: 0px;
	}
	.post-title {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.social-share i {
		display: inline-block;
	}
	.social-share span {
		display: none;
	}
	.footer-block { margin-bottom: 50px; }
	.footer-block, .footer-block p {
		text-align: center;
	}
	.footer .logo { float: unset; }
	.sb-search { height: 45px; }
}

@media (max-width: 970px) {
	.advt_responsive > ins {
		width: 800px;
	}
}

@media (max-width: 700px) {
	.advt_responsive > ins {
		width: 350px;
	}
}