/* 
Theme Name: Modern Blog
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme URI: http://modern-theme.com/blog
Author: Saoshyant Parsi
Author URI: http://modern-theme.com/contact
Description: Modern Blog is a multi-purpose WordPress theme suitable for all magazines, personal blogs, and news agencies. This theme is very unique, nice and fast. Four home layouts are designed for this theme that you can choose each one according to your taste and needs. Modern Blog has several custom plugins, one of the most important of which is Modern Slider. This plugin has 9 slider models that the user can choose and customize each one, according to their needs. Also, if you need more slides, you can enable the second slider, and by mixing two sliders, you can create dozens of different forms of slides. Within each slide, in addition to the images, short videos can also be placed. This slider is very very flexible and meets all your needs. Other features of this theme are menus that are presented in four forms include a vertical minimal, vertical slideshow, horizontal static and horizontal fixed. also internal translator, video posts and wallpaper for posts, etc...
Text Domain: modern-blog
Document: style
Created on: 04-jun-2019, 7:36:00
Tags: modern theme, modern, blog, magazine, personal, vlog, video, shop, woocommerce, fullscreen, multi-purpose, multi-layouts, one-column, two-columns, three-column right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, four-menu-styles, custom-logo, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, easy-translation
*/


@font-face {
    font-family: 'irn';
    src: url('assets/fonts/IRANSansWeb.eot');
    src: url('assets/fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/IRANSansWeb.woff2') format('woff2'),
         url('assets/fonts/IRANSansWeb.woff') format('woff'),
         url('assets/fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: whitesmoke;
}
body.rtl {
    text-align: right;
}
.container, .container-fluid {
    max-width: 1400px;
}
.custom-logo-link {
    max-width: 100%;
}
.custom-logo-link img {
    max-width: 100%;
    height: auto;
    object-fit: inherit;
}
.page-template #container, .single #container {
    background-color: whitesmoke;
}
.brd-content {
    border: 1px solid #eaeaea;
}
.min-550 {
    min-height: 550px;
}
#main {
    min-height: 500px;
}
@media (max-width: 1430px) {
    .container, .container-fluid {
        max-width: 1250px;
        padding-left: 25px;
        padding-right: 25px;
    }
    #search .pl-5 {
        padding-left: 2rem !important;
    }
    #search .pr-5 {
        padding-right: 2rem !important;
    }
    .heading-date {
        font-size: 23px;
    }
}

.col-search {
    direction: ltr;
}
.ltr { direction: ltr !important;}

.h-50 {
    height: 50% !important;
}
.hide {
    display: none;
}
.rtl {
    direction: rtl;
}
body.rtl .txt-right {
    text-align: right !important;
}
.txt-left {
    text-align: left !important;
}
.brd-top {
    border-top: 1px solid #eee;
}
.brd-bottom {
    border-bottom: 1px solid #eee;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
.desc a {
    color: inherit;
    text-decoration: underline;
}
.bold-500 { font-weight: 500 }
.bold {font-weight: bold;}
.content.brd-light { border:  1px solid #EFEFEF }
.navbar {
    padding: 0;
}

body, .font-irn {
    font: 14px 'irn', tahoma;
    line-height: 1.9rem;
}

h1.heading.bold {
    font-size: 18px;
    color: #337ab7;
    border-bottom: solid 3px #efefef;
    margin-bottom: 1.5rem;
    /* margin-top: 35px; */
    text-align: right;
    font-weight: bold;
    cursor: default;
}
#posts-latest {
    min-height: 550px;
}
h1.heading span {
    display: inline-block;
    position: relative;
}
h1.heading span:before {
    content: '';
    height: 3px;
    background-color: #337ab7;
    display: block;
    margin-bottom: -38px;
}
.posts-profile h1.heading span:before {
    margin-bottom: -34px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
.widget {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.col-head {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.widget {
    padding-left: 15px;
    padding-right: 15px;
}
#footer .widget {
    padding-left: 0;
    padding-right: 0; 
}
.widget .col-head {
    padding: 0;
}
.entry-content img {
    margin: 0 0 1.5em 0;
}
#about-img a {
    margin: 0 auto;
}
#about img {
    max-width: 100%;
    height: auto;
    object-fit: initial;
    display: block;
    margin: 0 auto;
}
#about-desc {
    text-align: justify;
    padding-left: 85px;
    padding-left: 25px;
}
#about-desc .heading {
    font-size: 38px;
}














/**********Home************/

.col-bg {
    position: relative;
    background: url('assets/images/light.jpg') no-repeat center center;
    background-size: 100% 100%;
}
.col-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}
.col-bg-blue::after {
    background-color: rgba(0, 60, 255, 0.5);
    background: rgba(41, 98, 255, .7);
    background: rgba(41, 121, 255, .7);
}
.col-bg-red::after {
    background-color: rgba(223, 0, 0, 0.5);
}
.col-bg-yellow::after {
    background-color: rgba(0, 128, 28, 0.7);
}
.banner .btn {
    display: block;
    width: 135px;
    margin: 25px auto 0 auto;
    padding: 6px 12px 7px;
    color: white;
    /* font-weight: bold; */
    border-radius: 0;
    text-shadow: none;
    font-size: 16px;
}
.col-bg-blue .btn {
    background-color: rgba(0, 60, 255, 0.5);
}
.col-bg-red .btn {
    background-color: rgba(223, 0, 0, 0.5);
}
.col-bg-yellow .btn {
    background-color: rgb(27, 109, 0);
}
.banner .text {
    position: relative;
    z-index: 2;
    padding: 55px 65px;
    padding: 25px 8%;
    color: white;
    text-shadow: 1px 1px 3px #000;
}
.banner .text h3 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.8em;
}
.banner .text p {
    text-align: justify;
    font-size: 15px;
}
.banner img {
    width: 100%;
    object-fit: cover;
}
.banner.brd-top {
    border-top: 1px solid #eee;
}
.banner.brd-bottom {
    border-bottom: 1px solid #eee;
}









    
    
    .card {
        position: relative;
        padding-bottom: 30px;
    }
    .card .news-content {
        padding: 15px;
        padding-top: 0;
        background: #fff;
    }
    .card .news-content .post-meta a{
        text-decoration: none;
        color: #666;
    }
    .card .fa {
        vertical-align: middle;
        margin-left: 4px;
        margin-right: 4px;
    }
    .card .news-content .post-meta a:hover{
        color: #DF084A;
    }
    .card .news-content .post-header a {
        margin: 0;
        padding: 0 0;
        color: #333;
        font-size: 15px;
        font-weight: bold;
        line-height: 2em;
    }
    .card .news-content p {
        font-size: .9em;
        margin: 8px 0 10px;
        padding: 0;
        color: #333;
        line-height: 1.5rem;
    }
    .post-meta {
        font-size: 12px;
        margin-top: 4px;
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        padding: 0 15px;
    }
    
    
    .card .news-content::before {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 1em;
        border-right: 0;
        color: #fff;
        content: attr(data-title);
        height: 0;
        max-width: 93%;
        overflow: hidden;
        position: absolute;
        right: 0;
        margin-top: -27px;
        padding-left: 40px;
    }







#slideshow-candidate .carousel-caption{
    position: static;
}
#canidate{
    background: #333 url('http://modern-theme.com/gahesh/assets/images/bg-1.jpg') no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding: 60px 0px;
    position: relative;
}
#canidate .header{
    position: relative;
    z-index: 2;
}
#canidate h1{
    display: block;
    color: white;
    font-size: 18px;
    margin: 0px auto;
    padding-bottom: 41px;
    font-weight: bold;
}
#canidate span{
    display: block;
    clear: both;
}
#canidate span.comment-loc{
    font-size: 12px;
    color: #eee;
}
#canidate p{
    text-align: right;
}
#canidate .pull-right{
    margin-left: 28px;
}
#canidate p:after, #canidate p:before {
    display: inline-block;
    margin-left: 8px;
    color: #eee;
    font: normal normal normal 11px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#canidate p::before{
    content: "\f10e";
}
#canidate p::after{
    content: "\f10d";
    margin-right: 8px;
}
#canidate .cover, #banner-quiz .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
    z-index: 0;
}
.carousel-inner{
    position: relative;
    z-index: 2;
}
.w-full {
    max-width: 100% !important;
    padding-left: 0 !important;
}
#canidate .note{
    position: relative;
}
#gallery{
    margin-top: 50px;
}
#gallery img{
    width: 100%;
}
#gallery .col-md-2 {
    position: relative;
}
#gallery .col-md-2:hover::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 121, 255, .5);
    cursor: pointer;
}
.heading-center{
    display: block;
    margin: 0px auto;
    font-size: 2.1rem !important;
    text-align: center !important;
    color: #333 !important;
    border-bottom: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.col-btn {
    background-color: #222;
    color: white !important;
    text-decoration: none !important;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
}
.col-btn:hover {
    background-color: #000;
}
.col-btn span {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}


/*********End Home*********/





















/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.commentlist .bypostauthor {background: white;}
.commentlist li ul.children li.bypostauthor {background: whitesmoke;}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
ul li.page_item {
    color: #666;
    font-weight: normal;
    font-size: 12px;
}
ul li.page_item a {
    color: #212529;
    font-weight: 500;
    font-size: 16px;
}



/*--------------------------------------------------------------
1.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
2.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	float: left;
	margin-right: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image .alignleft { margin-right: 1.3em; }
.wp-block-image .alignright { margin-left: 1.3em; }

.wp-block-media-text, table { margin-bottom: 1.5em; }

table {    
    text-align: center;
}
table td, table th {
    border: solid 1px #efefef;
    padding: 3px 5px;
}

:focus {
	outline: none;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}
.gallery-item img {
    width: 100%;
}
.gallery-caption {
    display: block;
    text-align: left;
    padding: 7px 6px;
    margin-bottom: 0;
    text-align: center;
}
.wp-caption, .gallery-caption, figcaption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem !important;
    margin-bottom: 1.5em;
    max-width: 100%;
    padding: 0 5px;
    margin-top: .5em;
    margin-bottom: 1em;
    text-align: center;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 16px !important;
    margin: 0;
}
iframe {
    max-width: 100%;
}
blockquote, q {
    quotes: none;
}
blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    color: #555;
    background-color: whitesmoke;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.4736842105;
    margin: 0 0 1.4736842105em;
    overflow: hidden;
    padding: 7px 0 7px 1.263157895em;
}
.wp-block-embed > div, .wp-block-embed > div > div {
    max-width: 100%;
}
.has-large-font-size {
    line-height: normal;
}

/* Gallery Columns */

.gallery-item {
    max-width: 25%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.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%;
}



/********************* Print *********************/

@media print {

	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
    .site-info,
    .sidebar, .sidebar-box, .posts-thumbnail, footer, #share, .tags, header,
    #video-show, .sidebar-left, .posts-thumbnail
    #carouselWallpaper .carousel-caption
    {
		display: none !important;
	}

    #slider-fullscreen .zoom {
        padding-bottom: 0;

    }
    #slider-fullscreen .zoom img {
        position: static;
        width: 100%;
        height: auto;
        max-height: initial ;
        transform: none;
        min-height: auto;
    }
    .post-detail-text .post-title {
        margin-top: 15px;
    }
    #container {
        margin-top: 10px !important;
    }
    .post-detail-text .post-info > * {
        text-decoration: none !important;
    }
}
/********************* End Print **************************/

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail { max-width: 100%; height: auto; }

#footer .widget-content {
    padding: 0;
}
.widget_categories li, .widget_archive li, .widget_meta li, .widget_recent_comments li {
    list-style: none;
    margin-bottom: .2rem;
}
.widget_categories {
    margin-bottom: 0;
}
.widget ul {
    padding: 0;
    padding-left: .5rem;
}
#footer .widget_categories li:nth-child(n+12) {
    display: none;
 }
.sidebar .widget_categories ul {
    background: white;
    padding: 1rem;
    border: solid 1px #eee;
    margin-bottom: 0;
    font-size: .85rem;
    font-weight: bold;
}
#footer .widget_categories ul {
    padding: 0;
    padding-left: 0;
    margin-left: 0 !important;
}
.widget.widget_nav_menu li {
    display: block;
    margin-bottom: .7rem;
}
.widget.widget_nav_menu li::before {
    margin-right: .8rem;
}
.widget.widget_nav_menu li ul a {
    display: block;
    margin-top: .3rem;
    margin-bottom: .3rem;
}
.widget .gallery {
    margin-top: -10px !important;
}
.widget .gallery  img {
    max-width: 100%;
    height: auto;
    border: none !important;
}



body {
    overflow-x: hidden;
}
.container-fluid article {
    width: 100%;
}
img {
    object-fit: cover;
}
.content img {
    max-width: 100%;
}
.img-default { background-color: #222; object-fit: scale-down !important; }
.white {
    background-color: white;
}
.whitesmoke {
    background-color: whitesmoke;
}
.posts-thumbnail .post-text {
    padding: .8rem 1.1rem;
}
.title-a {
    display: block;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 500;
    font-weight: bold;
}
a.title, .titla-a, .title-h, .post-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
}
.sidebar-small {
    font-size: .8rem;
    line-height: 1.25rem;
}
.post-text p {
    font-size: 13px;
    line-height: 2em;
    color: #555;
    margin-bottom: .5rem;
    margin-top: 11px;
}
/* #posts-candidate .post-text p {
    line-height: 1.3rem;
} */
.posts-thumbnail .thumbnail {
    background-color: white;
    border: 1px solid #EFEFEF;
    width: 100%;
}
.posts .posts-thumbnail .col-equal {
    margin-bottom: 1.9rem;
}
.figure {
    position: relative;
    width: 100%;
    z-index: 0;
}
.posts-thumbnail .figure img {
    width: 100%;
}
.post-info {
    font-size: .75rem;
    color: grey;
    line-height: 24px;
}
.post-info img {
    object-fit: cover;
    vertical-align: middle;
    background-color: #ddd;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.post-info i.fa-user-circle {
    font-size: 17px;
    vertical-align: middle;
    position: relative;
    margin-top: -1px;
}
.box-sidebar .post-info i.fa-user-circle {
    color: #ddd;
}
.post-info img, .post-info i.fa-user-circle {
    margin-right: 5px;
}
.posts-horizontal .figure .a-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts-horizontal .post-text {
    padding: 0 0 .2rem 1rem
}
.posts-horizontal .col-equal>.row {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}
.posts-horizontal .row.content {
    margin-top: 0;
}
.posts-horizontal .title-a {
    display: block;
    font-size: 1.3rem;
    line-height: 1.85rem;
}
.posts-horizontal .grid .title-a {
  font-size: 1.1rem;
  line-height: 1.65rem;
  color: #333;
}
.posts-horizontal .col-md-4 {
    position: relative;
}
.labels {
    position: absolute;
    right: 3px;
    bottom: 3px;
    pointer-events: none;
}
body.ltr .labels {
    left: 3px;
    right: initial;
}
.posts-thumbnail .labels {
    left: auto;
    right: 3px;
    top: 3px;
}
body.ltr .posts-thumbnail .labels {
    right: auto;
    left: 3px;
}
.labels>a{
    display: inline-block;
    margin: 0 2px 2px 2px; 
    padding: 0 4px;
    color: white !important;
    font-size: 10px;
    line-height: 2.1em;
    pointer-events: all;
}

.box-sidebar {
    position: relative;
}
.box-sidebar>img {
    width: 100%;
    min-height: 210px;
    object-fit: cover;
    object-position: center;

}
.box-sidebar .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .5rem 1rem .4rem !important;
    text-shadow: 1px 1px 3px #000;
    pointer-events: none;
    background-color: transparent !important;
    border: none !important;
    z-index: 2;
    color: white;
}
.box-sidebar .text a.title-a {
    display: block;
    color: white;
    font-size: 13px;
    line-height: 1.9em;
    font-weight: bold;
}
.box-sidebar .a-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,.4) 70%,rgba(0,0,0,.75) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,0)),color-stop(70%,rgba(0,0,0,.4)),color-stop(100%,rgba(0,0,0,.75)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,.4) 70%,rgba(0,0,0,.75) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,.4) 70%,rgba(0,0,0,.75) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,.4) 70%,rgba(0,0,0,.75) 100%);
}
.box-sidebar .labels {
    right: auto !important;
    left: 7px !important;
    top: 7px !important;
    z-index: 1;
    pointer-events: none;
}
body.ltr .box-sidebar .labels {
    left: auto !important;
    right: 7px !important;
}
.box-sidebar .post-info {
    display: inline-block;
    color: white;
    margin-top: .1rem;
    margin-bottom: .15rem;
    pointer-events: all;
}
.box-sidebar {
    margin-bottom: 1rem;
    min-height: 150px;
    text-align: right;
}
body.ltr .box-sidebar {
    text-align: left;
}
.box-sidebar .a-img {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}
.box-sidebar .a-img img {
    height: 100%;
    height: auto;
    min-height: 185px;
    background-color: #444;
}
#videos-banner {
    background-color: #000;
}
#videos-banner .slider {
    max-height: 30vw;
}
#videos-banner .brd-left, #videos-banner .brd-right,
#videos-banner .brd-top, #videos-banner .brd-bottom,
#videos-banner .brd-bottom-sm {
    border-color: #111;
}
#videos-banner .play, .slider-videos .play, .posts-video .play, .single .sidebar-box .play,
#video-show .video-play-button, .sidebar .play, .sidebar-videos .play, .posts .play  {
    display: inline-block;
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -33px;
    margin-top: -35px;
    border: 2px solid #ddd;
    border-radius: 100%;
    color: white;
    font-size: 37px;
    padding-top: 13px;
    padding-left: 9px;
    background-color: rgba(255,0,0,0.5);
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 2;
}
.posts-video .play, .figure .play {
    pointer-events: none;
}
.figure .play {
    width: 58px;
    height: 58px;
    margin-left: -29px;
    margin-top: -29px;
    font-size: 32px;
    padding-top: 12px;
    padding-left: 9px
}
#box-4-v  .video-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75px;
    height: 75px;
    margin-left: -37.5px;
    margin-top: -37.5px;
    font-size: 39px;
    padding-top: 17px;
    padding-left: 10px;
}
#video-show .video-play-button {
    width: 100px;
    height: 100px;
    line-height: 0;
    margin-left: -50px;
    margin-top: -60px;
    font-size: 50px;
    padding-top: 25px;
    padding-left: 12px;
    z-index: 4;
}
.sidebar-videos .play {
    width: 55px;
    height: 55px;
    margin-left: -28px;
    margin-top: -36px;
    font-size: 30px;
    padding-top: 11px;
    padding-left: 8px;
}
.box-sidebar i.play {
    top: 12px;
    right: 12px;
    margin: 0;
    width: 35px;
    height: 35px;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 4px;
}
.post-thumb .row i.play {
    top: 5px;
    right: 5px;
    margin: 0;
    width: 24px;
    height: 24px;
    font-size: 10px;
    padding-top: 5px;
    padding-left: 4px;
}
body.ltr .box-sidebar i.play {
    left: 12px;
    right: initial;
}
body.ltr .post-thumb .row i.play {
    left: 5px;
    right: initial;
}
.single .sidebar-box .col-head:first-child .mt-4, .single .sidebar-left .col-head:first-child .mt-4{
    margin-top: 0 !important;
}
.fa-play:before {
    opacity: .8;
}
.slider .play:hover{
    background-color: rgba(0, 0, 0, 0.8) !important;
}
#videos-banner .heading {
    color: white;
}
#videos-banner h1.heading.bold {
    border-bottom-color: #222
}
#videos-banner .fa.large {
    width: 90px;
    height: 90px;
    font-size: 50px;
    margin-left: -45px;
    margin-top: -50px;
    padding-top: 18px;
    padding-left: 10px;
}





  
  .video-play-button:before, .video-play-button-small:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
  }

  .video-play-button-small:before {
    width: 75px;
    height: 75px;
  }



  

  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }





.playIconEffect 
{
  animation: shadow-pulse 1s infinite;
}






.service-thumbnail {
    border-top: 1px solid #efefef;
}
.service-thumbnail .thumbnail {
    background-color: white;
    border: 1px solid #efefef;
}
.service-thumbnail .col-md-7 .title-h {
    margin-bottom: .5rem;
    display: block;
}
.service-thumbnail .col-md-5 .title-a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    display: block;
    font-weight: bold;
}
.service-thumbnail .col-md-5.bigger .title-a {
    line-height: 2rem;
    display: block;
}
.service-thumbnail .col-md-7 .col-md-4 .title-a {
    display: block;
    font-size: .9rem;
    line-height: 1.35rem;
}
.service-thumbnail .col-md-7 .col-md-6 .title-a {
    display: block;
    font-size: 1rem;
    line-height: 1.9rem;
    font-weight: bold;
}
.service-thumbnail .col-md-7 .col-lg-4 .title-a {
    font-size: .9rem;
    line-height: 1.85rem;
    font-weight: bold;
}
.service-thumbnail .col-md-5 .post-text {
    padding: 1rem 1.5rem
}
.service-thumbnail .col-md-5.bigger .post-text {
    padding: 1.2rem 1.5rem
}
.service-thumbnail .col-md-7 .post-text {
    padding: .6rem 1rem;
    padding: 15px 15px;
}
.service-thumbnail .col-md-7 .col-md-4,
.service-thumbnail .col-md-7 .col-md-6,
.service-thumbnail .col-md-5 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.7rem;
}








.col-equal {
    display: flex;
    flex-wrap: wrap;
}

.service-thumbnail .col-md-5.big .figure img {
    width: 100%;
    max-height: 304px;
}
.service-thumbnail .col-md-5.bigger .figure img {
    width: 100%;
    object-fit: cover;
}
.service-thumbnail .labels {
    left: auto;
    right: 5px;
    top: 7px;
}
.service-thumbnail .col-md-7 .col-md-6 .figure img {
    width: 100%;
    max-height: 185px;
    object-fit: cover;
}
.service-thumbnail .col-md-5.bigger .post-text p {
    font-size: .9rem;
    line-height: 1.75rem;
    color: #555;
    margin-bottom: .9rem;
    margin-top: 16px;
}


/* #posts-candidate {
    border-bottom: 1px solid #efefef;
}
#posts-candidate .col {
    margin-bottom: 2.2rem;
} */
.posts-horizontal .btn{
    display: block;
    width: 120px;
    padding: 5px 0 4px;
    margin: 0 auto 1.5rem;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    font-weight: normal;
}
.btn:hover {
    opacity: .95;
}
.color {
    background-color: #3683dc;
    color: white !important;
}
.more-btn::after {
    font-family: 'FontAwesome';
    content: "\f100";
    font-size: 1rem;
    margin-right: .6rem;
}
a.btn {
    display: block;
    margin: 10px auto 0;
    width: 135px;
    background-color: #3683dc;
    font-size: 13px;
    padding: 5px 0 6px;
    line-height: 1.8em;
}
#about a.btn {
    margin-top: 35px;
}
#footer {
    position: relative;
    background-position: center center;
    background-size: cover;
    color: #ddd;
    background-color: white;
    border-top: 1px solid #222;
}
#footer .container-fluid {
    z-index: 1;
    position: relative;
}
#footer .col-head {
    padding-right: 0 !important;
}
#footer::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0,.9);
}
.footer-post .title-a {
    display: block;
    font-size: 13px;
    line-height: 2em;
    color: #ddd;
    font-weight: normal;
}
footer .title-a:hover, footer .widget li a:hover, footer .content ul li a:hover {
    color: white !important;
}
.footer-post .time {
    font-size: .7rem;
    color: #999
}
.footer-post img.img-fluid {
    width: 100%;
    max-width: 117px;
    object-fit: cover;
}
.footer-post {
    width: 100%;
    margin: .3rem 0;
}
#footer ul li {
    padding-left: .2rem;
    list-style: none;
    margin-bottom: .4rem;
    font-size: 14px;
}
#footer ul li a {
    font-weight: normal;
}
#footer ul li a:before, .widget_categories li a:before, .widget_archive li a:before,
.widget_meta li a:before, .widget_recent_comments li:before {
    font-family: 'FontAwesome';
    font-size: .65rem;
    content: "\f053";
    margin-left: .8rem;
}

body.ltr #footer ul li a:before, body.ltr .widget_categories li a:before, body.ltr .widget_archive li a:before,
body.ltr .widget_meta li a:before, body.ltr .widget_recent_comments li:before {
    content: "\f054";
    margin-right: .8rem;
}

#footer h1.heading.bold {
    font-size: 15px;
    font-weight: normal;
    border-bottom-color: #3e3e3e;
}
.widget-tags a, .tagcloud a {
    display: inline-block;
    font-size: .8rem !important;
    padding: 1px .6rem 0;
    background: #222;
    margin: .25rem .2rem;
    color: #ccc !important;
}
.widget-tags a:hover, .tagcloud a:hover {
    background: #111;
}
#footer-bottom {
    border-top: 1px solid #222;
    color: #ccc;
    text-align: center;
    font-size: .77rem;
    padding: .35rem 0 0;
    position: relative;
    z-index: 1;
    margin-top: .8rem;
}
#footer h1.heading.bold {
    color: #eee !important;
}
.heading-blue h1.heading.bold span::before {
    background-color: #1c95f2 !important;
}
.heading-red  h1.heading.bold span::before {
    background-color: #ff0037 !important;
}
.heading-green h1.heading.bold span::before {
    background-color: #007319 !important;
}
.heading-yellow h1.heading.bold span::before {
    background-color: #ffb401 !important;
}
#logo-footer {
    text-align: center;
}
#logo-footer ul {
    padding: 0;
    margin-top: 7px;
    margin-bottom: 0;
}
#logo-footer nav a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
#logo-footer nav a::before {
    content: none !important;
}
#logo-footer li {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36.5px;
    border-radius: 1px;
    color: whitesmoke;
    margin: 2px 2px;
    font-size: 1.34rem !important;
    text-align: center;
}
#logo-footer li:not(.fa) {
    background-color: #fff;
    color: #333;
}
#logo-footer li:not(.fa)::before {
    font-family: 'FontAwesome';
    content: "\f292";
}
#logo-footer li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#logo-footer li.light-blue {
    background-color: #078dfc;
}
#logo-footer li.blue {
    background-color: #023e96;
}
#logo-footer li.red {
    background-color: #ff0307;
}
#logo-footer li.pink {
    background-color: #e12c92;
}
#logo-footer li.blue2 {
    background-color: #0077b5;
}
#logo-footer li.dark-red {
    background-color: #bd081c;
}
.tags a {
    display: inline-block;
    padding: 2px 6px 3px;
    font-size: .8rem;
    margin: 2px 2px 6px;
}


#search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px 0 0 0;
    z-index: 999999;
    overflow: auto;
    background-color: white;
    display: none;
}
#txt-search {
    position: relative;
}
#search input[type=text] {
    width: 100%;
    border: none;
    outline: unset;
    font-size: 2rem;
    padding: 1rem 10px 1rem 50px;
    border-bottom: 1px solid #eee;
}
#search .fa-search {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 2rem;
    color: #999;
    margin-top: -15px;
}
.search-btn { cursor: pointer; }
#close-search {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #777;
    font-size: 1.3rem;
    cursor: pointer;
    line-height: 32px;
}
#close-search::before {
    margin-right: 8px;
    font-size: 1.5rem;
    color: #666;
    vertical-align: top;
}
#search .title-a {
    font-size: .91rem;
    line-height: 1.6rem;
    color: #666;
}
#search .title-h {
    margin-top: 5px;
    margin-bottom: 5px;
}
#search .time {
    font-size: .8rem;
    color: #999;
}
#search img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    background-color: #222;
}
#search .row .row {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #efefef;
}


.search-content {
    padding: 2.5rem 0
}

.sidebar .text {
    width: 100%;
    padding: .7rem 1rem;
    background-color: white;
    border: 1px solid #efefef;
}
.sidebar .title-a {
    font-size: 13px;
    line-height: 2em;
    color: #444;
}
.sidebar .labels {
    top: 3px;
    right: initial;
    left: 20px;
    bottom: auto;
}
body.ltr .sidebar .labels {
    right: 20px;
    left: auto;
}
.sidebar .col-lg-12 {
    margin-bottom: .9rem;
}
.col-equal .row {
    width: 100%;
}
.col-equal .row .figure img {
    width: 100%;
}
.archive .slider.slider-single-row, .page-template .slider.slider-single-row {
    max-height: 34vw;
}
#slider-box-4-v.slider-profile,
.post-type-archive-profile .slider.slider-single-row,
.tax-profile-cat .slider.slider-single-row {
    max-height: 28vw;
}
.page-template  .posts-horizontal .col-equal .row,
.archive  .posts-horizontal .col-equal .row {
    padding-top: .9rem;
    padding-bottom: .9rem;
    margin: 0 0 1.4rem;
    background-color: white;
    border: solid 1px #eee;
}
.page-template  .posts-horizontal .col-md-4,
.archive .posts-horizontal .col-md-4 {
    padding-left: .9rem;
}
.time.no-icon::before {
    content: '' !important;
    display: none !important;
}
.page-template .posts-horizontal .post-text,
.archive .posts-horizontal .post-text {
    padding: .5rem 0 .1rem 1rem;
}
.archive .slider-single-row .box,
.page-template .slider-single-row .box {
    border-left-color: #333;
}
.text .time {
    font-size: 11px;
    color: grey;
}
.text .time::before, .single .time::before {
    content: "\f017";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: .5rem;
    vertical-align: middle;
    margin-top: -2px;
    font-size: .9rem;
}
body.ltr .text .time::before, body.ltr .single .time::before {
    margin-right: .5rem;
}
.pagination {
    display: block;
    text-align: center;
    padding: .4rem 0 1.2rem;
}
.pagination .page-item, .page-links a {
    display: inline-block;
    margin: 0 3px;
}
.pagination a, .pagination .dots, .page-links a {
    color: #444;
    padding: .3rem .85rem;
    padding: 7px 15px 5px !important;
}
.page-links a, .page-links .current {
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    padding: 5px 12px !important;
    line-height: initial;
    font-size: 14px;
}
.pagination li.page-item a.page-link:hover {
    background-color: #eee;
    color: #333 !important;
}
.page-links .current {
    background-color: #337ab7;
    color: #fff;
}
.page-item .current {
    background-color: #337ab7;
    color: #fff;
    padding: 7px 15px 5px !important;
}
.single-post .slider.fullScreen h1 {
    font-size: 2.3rem;
    margin-bottom: 1.35rem;
    line-height: 3.15rem;
}
.single-post .slider.fullScreen h3.caption {
    font-size: 2.1rem;
}
.single-post .fullScreen p {
    line-height: 2.1em;
    color: white;
}
.single-post .fullScreen .overlay-text, .wide .overlay-text {
    max-width: initial;
    cursor: default;
}
.single-post h1.heading.bold {
    font-size: 1.25rem;
    margin-bottom: .75rem;
}
.single-post .post-text {
    font-size: 1rem;
    line-height: 1.8rem;
}
#footer .title-h {
    margin-bottom: 0;
}


.single-post .post-info {
    color: white;
    margin-top: 1.2rem;
}
.single-post .post-info img {
    width: 28px;
    height: 28px;
    margin-right: .4rem !important;
}
.single-post .fullScreen .carousel-caption {    
}
.short-desc {
    font-size: 14px;
    color: #444;
    background-color: #fcfcfc;
    /* border: 1px solid #efefef; */
    padding: .9rem 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.desc {
    margin: 15px 0;
    line-height: 1.7;
    line-height: 2em;
    font-size: 14px;
}
.desc ul {
    padding: 0 40px;
}
.post-detail-text .post-info {
    color: #555;
    margin-top: 0;
    margin-bottom: .5rem;
}
.post-detail-text .post-info>* {
    margin-left: 1.4rem;
}
.wallpaper .post-info>* {
    margin-left: 1rem;
}

body.ltr .post-detail-text .post-info>* {
    margin-right: 1.4rem;
}
body.ltr .wallpaper .post-info>* {
    margin-right: 1rem;
}

.wallpaper.object-position-top img {
    object-position: top;
}
.single .post-info>*::before {
    font-family: 'FontAwesome';
    font-size: 1rem;
    margin-left: .5rem;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}
body.ltr .single .post-info>*::before {
    margin-right: .5rem;
}
.post-detail-text .author:before {
    content: "\f2bd";
}

.post-info .category:before {
    content: "\f02c";
}
.single .tags {
    margin: 2rem 0 0;
    clear: both;
}
.single .tags>* {
    display: inline-block;
    padding: .25rem .4rem !important;
    font-size: .85rem !important;
    line-height: initial;
    background-color: whitesmoke;
    color: #666;
    margin-right: .1rem;
    border: 1px solid rgba(120,120,120, 0.1);
}
.single .tags>span {
    background-color: #3683dc;
    color: whitesmoke;
}
#share {
    margin-top: 2rem;
    clear: both;
}
#share label {
    font-weight: bold;
    color: #444;
    padding-right: .4rem;
}
#share>a {
    display: inline-block;
    color: white;
    padding: 3px .6rem 0;
    font-size: .8rem;
    margin-left: .2rem;
}
#share .facebook { background-color: #3b5999 }
#share .twitter { background-color: #55acee }
#share .google { background-color: #dd4b39  }
#share .linkedin { background-color: #0077B5  }
#share .buffer { background-color: #323b43  }
#share .pinterest { background-color: #bd081c  }
#share .whatsapp { background-color: #12ab4b  }

.single-post .posts-thumbnail .figure img {
    min-height: 168px;
}
.posts-thumbnail-bottom .post-info {
    color: #444;
}
.posts-thumbnail-bottom .post-info img {
    width: 24px;
    height: 24px;;
}
.single-post .posts-thumbnail-bottom .post-info,
.post-type-archive-video .thumbnail .post-info {
    margin-top: 1rem;
}
.single-post .posts-thumbnail-bottom .title-a,
.post-type-archive-video .thumbnail .title-a {
    font-size: 15px;
    line-height: 2em;
    color: #444;
}
.single-post .main-image img {
    width: 100%;
}
.post-detail-text .post-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.edit-link.color {
    display: inline-block;
    padding: .2rem 1rem !important;
    margin: 0 0 10px !important;
    font-size: 14px;
}

.content{
    width: 100%;
	margin: 0 auto;
}
.single-post {
    background-color: white;
}
.post-detail-text .title-xs, .post-detail-text .short-desc-xs, .post-info-xs {
    display: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.page #main {
    min-height: 75vh;
}
#post-body{
	position: relative;
    min-height: 100%;
    z-index: 1;
}

.zoom{
	overflow: hidden;
    padding-bottom: 55%;
    cursor: default;
}
.zoom img{
    position: fixed;
    object-fit: cover;
	top: 0%;
	left: 50%;
	max-width: 200%;
	width: 100%;
	transform: translateX(-50%);
}
#video-show {
    background-color: #000;
    padding: 0;
    border: 1px solid #333;
    border-left: none;
    border-right: none;
    height: 100vh;
    max-height: 60vw;
}
.video-holder {
    position: relative;
    max-width: 75vw;
    display: block;
    margin: 0px auto;
    z-index: 0;
}
#video-show .video-holder img {
    object-fit: cover;
    display: block;
    margin: 0px auto;
    position: relative;
    max-height: 90vh;
    width: 100%;
    z-index: 1;
}
#video-show .video-holder img.img-default {
    object-fit: none;
}

#video-show h1 {
    font-weight: normal;
    font-size: 2.35rem;
    line-height: 1.3em;
    margin-bottom: 1rem;
}

#video-show .text {
    z-index: 3 !important;
    padding: 1.5rem 2rem !important;
}
#video-show .video-holder::after {
    z-index: 1 !important;
}

.single-post-video .post-info {
    margin-top: -37px;
    margin-bottom: 37px;
}


.box-player {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.box.bg-1 .box-player {
    display: none;
}
.box.bg-0 .fa.play {
    background-color: rgba(0, 0, 0, .9) !important;
}
#videos-banner .slider .text {
    pointer-events: all;
}
.box-player>* {
    width: 100%;
    height: 100%;
    background-color: #000;
}
#videos-banner .box {
    position: relative;
    z-index: 0;
}
#videos-banner .box-large .text h1 {
    font-size: 1.6rem;
    line-height: 1.35em;
}
#videos-banner .box-small .text h1 {
    font-size: 1rem;
    line-height: 1.45em;
}
#videos-banner .box-large .text p {
    font-size: 1rem;
    line-height: 1.45em;
}
body .nf-form-content {
    margin: .5rem 0;
}
body .nf-form-content input[type=button] {
    height: auto;
    padding: .6rem 1.2rem;
    border-radius: 2px;
    background-color: #337ab7;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 38px !important;
    line-height: 38px !important;
}
.nf-error.field-wrap .nf-field-element:after {
    height: 36px !important;
    line-height: 36px !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    padding: .5rem 1.5rem !important;
    line-height: initial !important;
    height: auto !important;;
}
.nf-form-content label {
    font-weight: 500 !important;
}









/* Comments */

textarea, input {border:1px solid #e4e4e4;}
textarea {width:100%;}
.comment-list, .children{list-style:none; padding-left: 0 }
ul.children {list-style:none;padding-left:0px; margin-left:0px;}
.comment-wrap { border-bottom: 1px solid #ccc; padding-bottom: 40px; margin-bottom: 50px; position:relative; }
.comment-wrap .comments-title{padding-top:60px;-ms-word-wrap: break-word; word-wrap: break-word;}
.comment-wrap .comment-img { float: left; margin-right: 20px; padding-bottom:25px;}
.comment-author {text-align:left;}
.comment-reply {position:absolute;top:0px;right:0px; padding:5px 10px;background:whitesmoke;}
.comment-author,.comment-author a{font-size: 15px;text-transform: uppercase; margin-bottom:2px;}
.comment-date{font-size: 11px;display:block;padding-bottom:7px;}
.depth-2 .comment-wrap {padding-left:30px;}
.depth-3 .comment-wrap {padding-left:60px;}
.depth-4 .comment-wrap {padding-left:90px;}
.depth-5 .comment-wrap {padding-left:120px;}
.depth-6 .comment-wrap {padding-left:150px;}
.depth-7 .comment-wrap {padding-left:180px;}
.depth-8 .comment-wrap {padding-left:210px;}
.depth-9 .comment-wrap {padding-left:240px;}
.depth-10 .comment-wrap {padding-left:270px;}
#commentform #comment,#commentform #author,#commentform #email,#commentform #url{display:block;width:100%; text-indent: 6px;}
input[type="submit"]{display:inline-block;padding: 0 14px;border:1px solid #2f75c5;font-size: 14px;background-color: #3683dc !important;color: white !important;margin-top:15px;font-weight: normal !important;}
.title-line{border-top: 1px dotted #ccc;display: block;max-width: 100%;margin: 0 auto 25px;}
input#wp-comment-cookies-consent {
    margin-right: 6px;
    vertical-align: middle;
}
.comment-body p {
    font-size: .9rem;
}





.categories {
    /* padding: 20px 0 25px; */
}
.categories .content {
    background-color: white;
    line-height: 1.8em;
}
.categories .col-large .content {
    padding: 10px;
}
.categories .holder {
    border: 1px solid #eee;
}
.categories h2 {
    line-height: .6em;
}
.categories .col-small img {
    
}
.categories .content p {
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 5px;
}
.categories .content .text {
    padding: 12px 15px 0;
}
.categories .col-large {
    border-left: 1px solid #eee;
}
.categories .col-large a.title-a {
    font-size: 16px;
    font-weight: bold;
}
.categories .col-small .title-h {
    margin-bottom: 0;
}
.categories .col-small a.title-a {
    font-size: 13px;
    font-weight: bold;
}
.categories .item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    padding: 10px;
}
.categories .item:first-child {
    /* padding-top: 0; */
}
.categories .content .col-md-12:last-child .item {
    border-bottom: none;
}
.categories .col-content span {
    font-size: 11px;
    color: grey;;
}
.categories .col-small span {
    font-size: 10px;
}


.categories svg {
    width: 12px;
}

.categories .container-fluid>.row>.col-6 {
    margin-bottom: 25px;
}






  .faq-q {
      font-weight: bold;
      padding: 8px 15px;
  }

  .faq-c {
    background-color: white;
    color: #444;
    border: 1px solid #eee;
    border-bottom: none;
    cursor: pointer;
    font-size: 13px;
  }
  .faq-q:hover {
    background-color: #3683dc;
    color: white;
  }

  .faq-t {
    padding-left: 0.3em;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: 2px
  }
  
  .faq-o {
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
  }


  .faq-a {
      display: none;
      font-size: 13px;
      padding: 4px 15px 8px;
  }
  .faq-a p {
      margin-bottom: 0;
      padding: 5px 20px 5px 0;
      line-height: 1.8rem;
      font-size: 12px;
  }


  #faq h1.heading.bold {
      
  }



.page-template-profile {
    background-color: whitesmoke;
}
#profile .content {
    background-color: white;
    padding: 45px;
    border: 1px solid #dfdfdf;
}
#profile .block {
    margin-bottom: 15px;
}
#profile label {
    display: inline-block;
    min-width: 132px;
    font-size: 13px;
    font-weight: bold;
}
#profile input[type=text] {
    width: 190px;
}
#profile input[type=number] {
    width: 120px;
    text-align: center;
}
#profile select {
    width: 120px;
    height: 34px;
}
#profile input[type=text], #profile select {
    text-indent: 8px;
}
#profile input, #profile select, #profile textarea {
    border: 1px solid #ccc;
    font-size: 13px;
}
#profile .sep {
    margin-bottom: 55px;
}
.ltr {
    direction: ltr;
}
#profile .size-sm {
    width: 70px;
}
#profile .size-md {
    width: 104px;
}
#profile .size-lg {
    width: 190px;
}
#profile label.size-lg {
    width: 185px;
}
#profile p.note a {
    color: #3683dc;
    font-weight: bold;
}
#profile p.note {
    font-size: 11px;
    color: grey;
    display: block;
    margin: -5px 0 0;
}
#profile button {
    background-color: #3683dc;
    color: white;
    border: 1px solid #3176c5;
    padding: 4px 35px 6px;
    display: block;
    margin: 30px auto 0;
    font-size: 15px;
}
#birth-date select {
    margin-left: 12px;
}

.w-238 {
    width: 265px;
}
.brd-red {
    border: 3px solid red !important;
}
.err {
    display: block;
    font-weight: bold;
    color: red;
    margin-bottom: 35px;
    /*text-align: center;*/
}
.err::before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0a5";
    margin-left: 10px;
    margin-right: 5px;
    font-size: 20px;
}

.permission {
    position: relative;
}
.permission label {
    cursor: pointer;
}
.permission input {
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 8px;
}
.v-m {
    vertical-align: middle;
}
.success {
    color: green;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
.success i {
    font-size: 28px;
}


.sidebar-profile img {
    /* width: 100%; */
    border: 1px solid #eaeaea;
    display: block;
    margin: 0 auto;
}
.profile-desc .row {
    margin-bottom: 8px;
}
.profile-desc span {
    font-size: 16px;
    color: grey;
    padding-right: 8px;
    line-height: 1.4;
}
.profile-desc h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.profile-desc h5 a {
    color: #007bff;
}
.leed {
    margin-top: -2px;
}
.single .about-desc {
    font-size: 15px !important;
    text-align: justify;
}
.contact-form label {
    width: 100%;
    font-weight: bold;
}
.contact-form textarea {
    max-width: 550px;
    height: 149px;
}
.contact-form {
    /* border-top: 1px solid #eee;
    padding-top: 40px; */
    margin-top: 60px;
}
.contact-form input[type="submit"] {
    padding: 4px 25px 2px;
    font-size: 15px;
    margin-top: 0;
    letter-spacing: .05em;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    text-indent: 8px;
    resize: none;
}
#profile textarea[name=txt_about] {
    display: block;
    max-width: 650px;
    height: 180px;
    padding: 7px 15px;
    resize: none;
}
.filter label {
    font-size: 17px;
    margin: 0;
}
.filter select {
    font-size: 17px;
    width: 200px;
    margin-left: 15px;
    text-indent: 5px;
    border-color: #dfdfdf;
}



/* Responsive */

@media (max-width: 767px) {
    .comment-list, .children { padding-left: 0px; }
    .comment-wrap .comment-img { float: none;margin: 0px;width: 100%;padding-bottom: 0px; }
    .comment-img>img { display: block;margin: 0px auto; }
    .comment-author, .comment-author a, .comment-date { text-align:center; }
    .depth-2 .comment-wrap,.depth-3 .comment-wrap,.depth-4 .comment-wrap,.depth-5 .comment-wrap,.depth-6 .comment-wrap,.depth-7 .comment-wrap,.depth-8 .comment-wrap,.depth-9 .comment-wrap,.depth-10 .comment-wrap {padding-left:0px;}
}



/************** start media queries *************/



@media (max-width: 1366px) {
    
    .posts-horizontal .title-a {
        font-size: 14px;
        line-height: 1.9em
    }
    .box-sidebar .text a.title-a {
        font-size: 14px;
        line-height: 1.9em;
    }
    .box-sidebar .post-info {
        margin-top: .7rem;
    }
    #search .pl-5 {
        padding-left: 2rem !important;
    }
    #search .pr-5 {
        padding-right: 2rem !important;
    }
    .heading-date {
        font-size: 23px;
    }
    .banner .text h3 {
        font-size: 28px;
    }
    .banner .btn {
        width: 130px;
        margin-top: 20px;
        padding: 5px 10px 6px;
    }
    #about-desc h1 {
        padding-top: 0 !important;
        font-size: 32px;
    }
    #about-desc p{
        font-size: 13px;
        line-height: 2em;
        text-align: justify;
    }
}




@media (max-width: 1250px){ 
    .post-thumb.col-md-4.col-sm-6 .col-lg-5, .post-thumb.col-md-4.col-sm-6 .col-lg-7{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .post-thumb.col-md-4.col-sm-6 .col-lg-7.pr-2 {
        padding: .5rem .5rem .1rem !important;
    }
    .post-thumb.col-md-4.col-sm-6 .row {
        padding: .5rem .5rem .5rem .5rem;
        margin-bottom: 1rem;
        border-top-width: 1px;
    }
    .post-thumb.col-md-4.col-sm-6 .col-lg-7.pr-2 h3.title-h {
        margin-bottom: 0;
    }
    .video-holder {
        max-width: 100%;
    }
    .banner .text {
        padding: 25px 25px;
    }
    .banner .text h3 {
        font-size: 29px;
        margin-bottom: 10px;
    }
    .banner .text p {
        font-size: 13px;
        line-height: 2em;
        margin-bottom: 0;
    }
    .banner .btn {
        font-size: 13px;
        margin-top: 30px;
    }
}




@media (max-width: 1200px) {
    .box-sidebar .text a.title-a {
        font-size: .9rem;
        line-height: 1.3rem;
    }
    .single-post .slider.fullScreen h1 {
        font-size: 1.8rem;
        line-height: 2.65rem;
    }
    .single-post .fullScreen p {
        font-size: .95rem;
        line-height: 1.7rem;
    }
    .single-post .col-lg-9.pr-5 {
        padding-right: 15px !important;
    }

    h1 { font-size: 1.8rem }
    h2 { font-size: 1.7rem }
    h3 { font-size: 1.6rem }
    h4 { font-size: 1.5rem }
    h5 { font-size: 1.4rem }
    h6 { font-size: 1.3rem }
    .d-none-1200 {display: none !important;}
}


@media (min-width: 992px) and (max-width: 1200px) {
    body .posts-horizontal .title-a {
        font-size: 1rem;
        line-height: 1.45rem;
    }
    .sidebar .title-a {
        font-size: .8rem;
        line-height: 1.3rem;
    }
    .posts-horizontal  .post-text p {
        font-size: .8rem;
        line-height: 1.35rem;
    }
    .text .time {
        font-size: .75rem;
    }
    .post-info img {
        width: 20px;
        height: 20px;
    }
    .post-info {
        line-height: 20px;
        font-size: .7rem;
    }
    #footer .title-a {
        font-size: .8rem;
        line-height: 1.2rem;
    }
    #footer ul li {
        font-size: .9rem
    }
    #footer ul li a:before {
        font-size: .55rem;
    }
    #tags a {
        font-size: .75rem;
        padding: .2rem .5rem;
        margin: .25rem .15rem;
    }
}



@media (max-width: 992px) {
    .box-sidebar .text a.title-a {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .box-sidebar .post-info {
        margin-top: 0;
    }
    #videos-banner .slider {
        max-height: initial;
    }
    .slider .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .sidebar .col-lg-12 {
        margin-bottom: 0;
    }
    .posts-horizontal .content .row, .box-sidebar, .box-sidebar/*, #posts-candidate .col*/,
    .service-thumbnail .col-md-7 .col-md-6, .service-thumbnail .col-md-5.bigger {
        margin-top: 0;
        margin-bottom: 1.8rem;
    }
    .service-thumbnail {
        padding-bottom: 5px !important;
    }
    /* #posts-candidate {
        padding-top: 5px !important;
    } */
    .posts-horizontal .btn {
        margin: .5rem auto;
    }
    .single .col-lg-9.pr-5 {
        padding: 0 !important;
    }



    .single-post .slider.fullScreen h1 {
        font-size: 1.8rem;
        line-height: 2.3rem;
        margin-bottom: .5rem;
        font-weight: 500;
    }
    .single-post .fullScreen p {
        font-size: .8rem;
        line-height: 1.5rem;
    }
    .single-post .slider .post-info {
        margin-top: 1rem;
    }
    .sidebar-left .col-equal.pr-0 {
        padding-right: 15px !important;
    }
    #posts-latest {
        padding-top: 1rem !important;
    }
    #video-show .text {
        padding: .7rem 2rem !important;
    }
    #video-show .video-play-button {
        width: 75px;
        height: 75px;
        margin-left: -50px;
        margin-top: -60px;
        font-size: 38px;
        padding-top: 9px;
        padding-left: 10px;
    }
    .video-play-button:before {
        width: 75px;
        height: 75px;
    }
    #video-show h1 {
        font-size: 1.4rem;
        line-height: 1.9rem;
        font-weight: normal;
    }
    #video-show {
        margin-bottom: 0;
    }
    .single-post-video #post-body {
        padding-top: 0;
    }
    #videos-banner {
        padding-top: 10px !important;
        padding-bottom: 15px !important;
    }
    #profile .content {
        padding: 35px 25px;
    }
    .banner .text h3 {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    #about-desc {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 0px;
    }
    #about .container-fluid {
        margin-bottom: 10px !important;
        margin-top: 15px !important;
    }
    #about-img {
        margin-bottom: 35px;
        padding-top: 0;
    }
}

@media (max-width: 767.98px) /*and (max-width: 991.98px)*/ {
    #about .row.pt-5 {
        padding-top: 0 !important;
    }
    .categories .col-large {
        border: 1px solid #dfdfdf;
        margin-bottom: 15px;
    }
    .categories .holder {
        border: none;
    }
    .categories .item {
        border: none !important;
    }
    .categories .col-large .content {
        /* border: 1px solid #dfdfdf; */
    }
    .categories .col-small .col-md-12 {
        border: 1px solid #dfdfdf;
        border-right: none;
        border-bottom: none;
    }
    .categories .col-small {
        border: 1px solid #dfdfdf;
        border-top: none;
        border-left: none;
        margin-bottom: 15px;
    }
    #footer-bottom {
        margin-top: 0;
    }
    .single-profile .col-lg-8, .sidebar-profile .col-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .sidebar-profile .content {
        background-color: #111;
    }
    .sidebar-profile .content img {
        border: none;
    }
    
    .single-profile .content > .row.mx-0 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .single-profile .post-detail-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {

    .service-thumbnail .col-md-7 .col-md-6 .title-a {
        font-size: .9rem;
        line-height: 1.25rem;
    }
    .service-thumbnail .col-md-5.bigger .post-text {
        padding: .9rem 1.5rem;
    }
    .service-thumbnail .col-md-5.bigger .title-a {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .service-thumbnail .col-md-5.bigger .post-text p {
        font-size: .91rem;
        line-height: 1.5rem;
        margin-top: .8rem;
        margin-bottom: 1.2rem;
    }
    .post-info {
        font-size: .7rem;
        line-height: 20px;
    }
    .post-info img {
        width: 20px;
        height: 20px;
    }
    #search .title-a {
        font-size: .8rem;
        line-height: 1.3rem;
    }
    #search .time {
        font-size: .75rem;
    }

}


@media (min-width: 575.98px) and (max-width: 991.98px) {}

@media (max-width: 768px) {
    h1.heading.bold {
        margin-top: 10px !important;
    }
    .posts-horizontal .row {
        margin-top: 0;
        margin-bottom: 0;
    }
    .archive .posts-horizontal .col-equal {
        margin-bottom: 0;
    }
    .posts-horizontal .content .row {
        margin-left: 0;
        margin-right: 0;
    }
    .posts-horizontal .content .row  {
        border: 1px solid #efefef;
    }
    .posts-horizontal .pr-0 {
        padding-left: 0 !important;
    }
    .archive .posts-horizontal .col-equal .row {
        padding-top: 0;
    }
    .posts-horizontal .post-text {
        padding-left: 0;
        padding-top: .8rem;
        padding-bottom: 8px;
    }
    .posts-horizontal .labels {
        left: 4px;
        top: 4px;
    }
    .title-a, .posts-horizontal .title-a, .posts-horizontal .grid .title-a {
        font-size: 18px;
        line-height: 27px;
    }
    .box-sidebar .text a.title-a {
        font-size: .8rem;
        line-height: 1.35rem;
    }
    .service-thumbnail .col-md-7 .col-md-6, .service-thumbnail .col-md-5.bigger {
        margin-bottom: 2.2rem;
    }
    .service-thumbnail .col-md-7 .col-md-6 .figure img {
        max-height: initial;
    }
    .service-thumbnail .col-md-5.big .figure img {
        max-height: initial;
    }
    #search input[type=text] {
        font-size: 1.5rem;
        padding: .5rem 10px .5rem 40px;
    }
    #search .fa-search {
        font-size: 1.5rem;
        margin-top: -12px;
    }
    .labels>a, a.lbl {
        padding: .05rem .2rem !important;
        font-size: .75rem !important;
    }
    .posts-thumbnail .labels {
        top: 3px;
        left: 3px;
    }
    #logo-footer {
        margin-top: 1rem;
    }
    #commentform input[type="submit"] {
        font-size: 13px;
        padding: 7px 9px 7px
    }
    body.home .sidebar-small-h .post-thumb:nth-last-child(-n+6) {
        display: none !important;
    }
    .sidebar-small-h .post-thumb .title-a {
        font-size: 17px;
        line-height: 24px;
    }


    .zoom{
        padding-bottom: 0;
    }
    .zoom img{
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        transform: none !important;
    }
    .wallpaper .overlay-text, .wallpaper .carousel-control-prev, .wallpaper .carousel-control-next, .wallpaper .carousel-indicators, .wallpaper .slide-no-image, .wallpaper .hide-after:after {
        -moz-opacity: 1 !important;
        -webkit-opacity: 1 !important;
        opacity: 1 !important;
    }
    #video-show .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #video-show .container-fluid .col-12 {
        padding: 0 !important;
    }
    #video-show {
        height: auto;
        max-height: initial;
    }
    #video-show h1 {
        font-size: 1.5rem;
        margin-bottom: 8px;
        
    }
    #video-show .text {
        padding: .4rem 1.2rem !important;
    }

    h1 { font-size: 1.6rem }
    h2 { font-size: 1.5rem }
    h3 { font-size: 1.4rem }
    h4 { font-size: 1.3rem }
    h5 { font-size: 1.2rem }
    h6 { font-size: 1.1rem }

    .title-h {
        font-size: initial !important;
    }
    blockquote p {
        font-size: inherit !important;
    }
}


@media (max-width: 670px) {
    .single-post .slider.fullScreen p,
    .single-post .slider.fullScreen .post-info {
        display: none;
    }
    .single-post .slider.fullScreen .carousel-caption {
        text-align: center;
    }
    .post-detail-text .post-info {
        text-align: left;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .single-post-video .post-detail-text .post-info {
        margin-top: 1rem;
    }
    .style-wallpaper .post-detail-text .title-xs,
    .style-wallpaper .post-detail-text .short-desc-xs,
    .style-wallpaper .post-detail-text .post-info-xs
     {
        display: block;
    }
    .post-detail-text .post-info>* {
        display: inline-block;
        margin-left: 0 !important;
        margin-right: 1rem;
        margin-bottom: 8px;
    }
    
}


@media (max-width: 576px) {

    #search .title-h {
        margin-top: 2px;
    }
    #search .title-a,
    .service-thumbnail .col-md-7 .col-md-6 .title-a,
    .service-thumbnail .col-md-5.bigger .title-a {
        font-size: 18px;
        line-height: 25px;
    }
    .box-sidebar .text a.title-a {
        font-size: 1em;
        line-height: 1.55em;
        font-weight: normal !important;
    }
    .service-thumbnail .col-md-7 .col-md-6 .title-a,
    .service-thumbnail .col-md-5.bigger .title-a {
        display: block;
        margin-top: .3rem;
    }
    .posts-thumbnail .post-text,
    .service-thumbnail .col-md-5.bigger .post-text {
        padding: .9rem 1.1rem;
    }
    .service-thumbnail .col-md-5.bigger .post-text p {
        font-size: .9rem;
        line-height: 1.4rem;
    }
    #videos-banner .fa.large {
        width: 65px;
        height: 65px;
        margin-left: -33px;
        margin-top: -35px;
        font-size: 37px;
        padding-top: 13px;
        padding-left: 9px;
    }
    .short-desc, .desc {
        font-size: .95rem;
        line-height: 1.6rem;
        margin-top: 20px;
    }
    .post-horizontal {
        margin-bottom: 1.5rem;
    }
    #video-show h1 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    #video-show .video-holder p {
        display: none;
    }
    .single-post .slider.fullScreen h1 {
        font-size: 1.3rem;
        line-height: 1.7rem;
        margin-bottom: 5px;
    }
    #birth-date label {
        display: block;
    }
    #birth-date input[type=number] {
        width: 70px;
    }
    #birth-date .size-md {
        width: 80px;
    }    
}

@media (max-width: 500px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gallery-item, .blocks-gallery-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #video-show .video-play-button, #box-4-v  .video-play-button{
        width: 55px;
        height: 55px;
        margin-left: -27px;
        margin-top: -45px;
        font-size: 28px;
        padding-top: 5px;
        padding-left: 8px;
    }
    .video-play-button:before, #box-4-v  .video-play-button{
        width: 55px;
        height: 55px;
    }
    .post-detail-text .post-title {
        font-size: 1.5em;
    }
    .edit-link.color {
        padding: .2rem .6rem .1rem !important;
        font-size: 13px;
    }
    #share label {
        display: block;
    }
    #share>a {
        padding: .5rem .6rem .5rem;
        margin-bottom: 5px;
    }
}

@media (max-width: 450px){
    .sidebar-small-h .col-equal {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #video-show h1 {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .single-post .slider.fullScreen .carousel-caption {
        bottom: 10px;
    }
    .filter label, .filter select {
        font-size: 15px;
        margin: 0;
    }
    .filter select {
        width: 170px;
    }
}


@media (max-height: 600px){
    #video-show .video-holder img {
        max-height: initial;
    }
}













