/*
Theme Name: NORD
Theme URI: http://jt.designova.net/nord/
Author: Jewel Theme
Author URI: https://jeweltheme.com
Description: NORD - Portfolio WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nord
Tags: two-columns, right-sidebar, custom-menu, featured-images
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {

}

code,
kbd,
pre,
samp {


}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 1em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	
	font-size: 13px;


}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 20px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.comment-list>li
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 2em 0 0 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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%;
}

.gallery-caption {
	display: block;
}


.entry-status{
	font-size: 26px;
	background: #404040;
	color:#fff;
}
.entry-nord_audio_code{
	font-size: 26px;
	background: #404040;
	color:#fff;
}
.entry-chat{
	
	background: #404040;
	
}
.entry-chat p{
	font-size: 26px;
	color:#fff;
	padding:8px 0 8px 0;
}
// .single-image img{
// 	width:100%;
// }
.font3:hover span{
	color:red;
}




/* Styles by Jewel Theme*/

.post-slider .owl-dots {
	position: absolute;
	top: 75%;
	right: 5%;
}
.single .common-content .entry-content h1,
.single .common-content .entry-content h2,
.single .common-content .entry-content h3,
.single .common-content .entry-content h4,
.single .common-content .entry-content h5,
.single .common-content .entry-content h6,
.common-content .common-content h1,
.common-content .common-content h2,
.common-content .common-content h3,
.common-content .common-content h4,
.common-content .common-content h5,
.common-content .common-content h6 {
	background: none;
	margin-bottom: 15px;
	padding: 0;
	text-transform: inherit;
}
.single .common-content .col-md-8.entry-content h1,
.single .common-content .col-md-8.entry-content h2,
.single .common-content .col-md-8.entry-content h3,
.single .common-content .col-md-8.entry-content h4,
.single .common-content .col-md-8.entry-content h5,
.single .common-content .col-md-8.entry-content h6{
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 10px 10px;
    background-color:#eee;
    color:#292829;
}
.common-content ul {
	margin-left: 0;
}



/* Post Format CSS */

.attachmentlink{
	background-color: #e12444;
	padding: 40px;
	color: #ffffff;
	font-size: 2em;
	line-height: 35px;
	font-weight: 700;
	letter-spacing: 0px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.attachmentlink span {
	font-weight: 800;
}
.attachmentlink:before{
	position: absolute;
	left: 0px;
	top: 16px;
	font-size: 2.5em;
	font-weight: 400;
	color: rgba(255,255,255,.15);
	content: "\f1fe";
	display: block;
	font-family: Ionicons;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.attachmentlink .attach-link{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	display: block;
}
.attachmentlink{
	font-size: 26px;
    /*background: #00C0FF;*/
    color: white;  
    padding: 15px 0 0 50px;
}
/*.attachmentlink a:hover{
	background:#eee;
}*/


.post-blockquote:before{
	font-style: italic;
	content: '"';
	font-size: 40px;

}
.single .post-blockquote:before{
	    position: absolute;
    left: 40px;
    top: 85px;
    font-size: 3em;
    color: rgba(255,255,255,.15);
    content: "\f347";
    display: block;
    font-family: Ionicons;
    z-index: -1;
}
.single .post-blockquote{
    background: #1fb5ac;
    color: #ffffff;
    font-size: 3.125em;
    font-style: inherit;
    padding: 95px 65px 65px 65px;
    border: none;
    line-height: 57px;
    font-weight: 800;
    letter-spacing: 0px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.single .post-blockquote span{
	display: block;
}
.news-item blockquote {
	border-left: 5px solid #00C0FF;
}

.news-item blockquote:hover {
	border-left: 5px solid #eee;
}
h3.grey.font3 span{
	
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	 height: 0; 
	 overflow: hidden; 
	 max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

#wp-calendar tbody td,
#wp-calendar thead th {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}
#wp-calendar #today {
	font-weight: 700;
}

.widget_calendar caption {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.widget_calendar th,
.widget_calendar td {
	border: 1px solid #333;
	color: #333;
	font-size: 16px;
	padding: 7px;
	text-align: center;	
}
.widget_calendar td a {
	color: #333;
	font-size: 18px;
	font-weight: 600;
}
.widget_calendar #today {
	color: #333;
	font-weight: 600;
}

.tags-links{
	display: block;
	letter-spacing: 0;
}
.widget_rss li {
	padding-bottom: 35px;
}
.widget .rsswidget {
	font-size: 15px;
	line-height: 21px;
}
.rss-date {
	display: block;
	font-size: 12px;
	padding: 10px 0;
}
.widget .rssSummary {
	color: #808080;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
}
.widget_rss cite {
	display: block;
	font-size: 12px;
	padding: 10px 0 0;
}


/* Pagination */

.pagination {    
	display: block;
    border-radius: 0px;
    margin: 40px 0px 100px 135px;
    padding: 10px 15px 4px 15px;
    text-align: center;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
	background: #eceff1;
    border: 1px solid #eceff1;
    border-radius: 0px;
    color: #a6a6a6;
    font-family: "Roboto";
    font-size: 16px;
    margin: 0px 2px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    padding: 0 12px;
    text-align: center;
}
.pagination li a:hover {
    /*background: #ffffff;*/
    color: #a6a6a6;
    border: 1px solid #eceff1;
} 
.pagination li a span {
    color: #a6a6a6;
    font-family: 'Roboto';
    font-size: 16px;
}
.pagination li.active a,
.pagination li.active a:hover {
    background: #ff5722;
    border-color: none;
    color: #ffffff !important;
}
.pagination .previous,
.pagination .next {
    background: none;
    width: inherit !important;
}
.pagination .previous {
    margin-right: 10px;
    text-align: left;
}
.pagination .next {
    margin-left: 15px;
    text-align: right;
}
.pagination i {
    padding: 0 5px;
}


