/*
Theme Name: Amyra
Theme URI: 
Author: WP Online Support
Author URI: https://www.wponlinesupport.com/
Description: Amyra  is a beautiful WordPress blog theme for personal blogs. Amyra  has a modern, clean and elegant look and lots of customization for bloggers. Built on the latest technology of WordPress, Theme is lightweight, fast and optimized for all mobile phones.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amyra
Tags: footer-widgets, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, holiday, right-sidebar, two-columns

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Footer
# Content
	## Featured Posts
	## Posts and pages
	## Archive
	## Posts Formats
	## Related Posts
	## Contact Form
	## 404
	## Comments
# Widgets
# News Page Section
# Infinite scroll
# Media
	## Captions
	## Galleries
#woocommerce	
#Grid

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0px; 
}

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;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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 {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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"] {
	-webkit-box-sizing: border-box;
	        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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font: normal normal normal 14px/1.97 "Open Sans", sans-serif;
	text-align: left;
	color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 10px;
	margin-top:0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;	
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;	
}

abbr,
acronym {
	border-bottom: 1px dotted #dedede;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

*:focus {
	outline: none;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
	quotes: "" "";
}

blockquote:before, blockquote:after,
q:before,
q:after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
	padding-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. */
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
	font-family: "Playfair Display", serif;
	line-height: 1.3;
}

h1 {
	font-size: 36px;	
}

h2 {
	font-size: 30px;	
}

h3 {
	font-size: 24px;	
}

h4 {
	font-size: 18px;	
}

h5 {
	font-size: 12px;	
}

h6 {
	font-size: 10px;	
	text-transform: uppercase;
}

@media print {
	.comments-area,
	.main-navigation,
	.site-title,
	.site-description,
	.navigation,
	.widget-area {
		display: none;
	}
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

td,
th,
caption {
	border: 1px solid #dedede;
	padding: 8px 1.5em;
}

td a,
th a,
caption a {
	color: #FF6347 ;
}

td a:hover,
th a:hover,
caption a:hover {
	color: #111;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}
.clearfix{clear:both;}

.amyra-columns {
    padding-left: 15px;
    padding-right: 15px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;
	float: left; position: relative; width:100%;
}

.no-pad-right{padding-right:0;}
.no-pad-left{padding-left:0;}
.no-pad{padding:0;}

/* Slider */
/* Slider Common CSS Starts */
.featured-post__content__slider, .amyra-has-slider, .amyra-post-has-slider{visibility: hidden; opacity:0; transition:opacity 0.5s linear; }
.featured-post__content__slider.slick-initialized, .amyra-has-slider.slick-initialized, .amyra-post-has-slider.slick-initialized { visibility: visible; opacity:1; }
.slick-loading .slick-list {
	background: #fff url("assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	cursor: pointer;
	background: transparent;
	top: 50%;
	z-index: 99;
	padding: 0;
	border: none;
	outline: none;
	margin-bottom: -18px;
	color: #fff;
	-webkit-transform: translateY(-50%);transform: translateY(-50%);cursor:pointer;
}

.slick-prev.fa,
.slick-next.fa {
	font-size: 36px;	
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: #FF6347 ;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0;
}

.slick-prev {
	left: 30px;
}

.slick-next {
	right: 30px;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li::before{display:none !important;}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	border-radius:100%;
	background: #555;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;	
	color: #fff;
	padding: 5px;
	cursor: pointer;
	text-align:center;
	text-indent: -99999px;
}

.slick-dots li.slick-active button, .slick-dots li button:hover, .slick-dots li button:focus {
	outline: none; border:0px; background:#FF6347;
}


/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-radius: 0;
	background: #111;
	color: #fff;
	font-size: 12px;	
	line-height: 1;	
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
        padding: 1.57em 2em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #FF6347 ;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #dedede;
	border-radius: 0;
	padding: 8px 10px 7px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

select {
	border: 1px solid #dedede;
}

textarea {
	width: 100%;
}

.header-search > .header-search__click {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60px;
	min-height: 60px;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: none;
	border-radius: 0;
	text-align: center;
}

.header-search > .header-search__click:hover {
	background: #FF6347 ;
}

.header-search > .header-search__click i {
	color: #fff;
	font-size: 16px;	
	cursor: pointer;
}

.header-search .search-form {
	height: 100%;
}

.header-search .search-field {
	padding: 12px 35px 12px 12px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-top: none;
	border-left: none;
	border-right: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	height: 100%;
	letter-spacing: 1px;
	font-size: 13px;	
	border:0px;
}

.header-search .search-submit {
	display: none;
}

.header-search__wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #fff;
	text-align: left;
	z-index: 3;
	display: none;
}

.header-search__close {
	position: absolute;
	width: 60px;
	height: 100%;
	display: inline-block;
	right: 0;
	top: 0;
	z-index: 5;
	text-align: center;
	cursor: pointer;
	color: #313131;
	background: none;
	border: none;
	padding: 0;
	font-size: 16px;	
}

.sticky-header .header-search .search-field {
	border: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #FF6347 ;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #FF6347 ;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: inherit;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

a:visited, a:hover, a:active, a:focus {
	outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	z-index: 2;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.main-navigation ul:not(.children) {
	margin-left: -20px;
}

.main-navigation ul.children {
	margin-left: -20px;
}

.main-navigation ul:not(.children) > li > a {
	padding: 12px 20px;
}

.main-navigation ul.children > li > a {
	padding: 12px 20px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: 24px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	z-index: 99999;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #fff;
	padding:5px 0;

}

.main-navigation ul ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul ul li {
	border-bottom: solid 1px #f1f1f1;
}

.main-navigation ul ul li:last-child {
	border-bottom: none;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul > li {
	padding: 0;
}

.main-navigation ul ul.children  a, .main-navigation ul ul.sub-menu  a {
	width: 240px;
	padding: 10px 20px;
	line-height: 1.5;
	font-size: 13px;	
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.main-navigation ul > a {
	padding: 12px 24px;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
	content: "\f107";
	padding-left: 7px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
	content: "\f105";
	padding-right: 10px;
	position: absolute;
	right: 0;
	top: 12px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.58;
	color: #111;
	text-transform: uppercase;
	font-size: 14px;	
}


.main-navigation .current-menu-item a{color: #FF6347}
.main-navigation .current-menu-item .children a, .main-navigation .current-menu-item .sub-menu a{color:#000;}
.main-navigation a:hover , .main-navigation .current-menu-item  .children a:hover, .main-navigation .current-menu-item  .sub-menu a:hover{
	color: #FF6347 ;
}
/* CSS only Firefox */
@-moz-document url-prefix() {
	.main-navigation li li.menu-item-has-children > a::after,
	.main-navigation li li.page_item_has_children > a::after {
		top: 14px;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1023px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media (max-width: 1023px) {
	.main-navigation.main-navigation ul {
		display: none;
	}
}

.menu-toggle {
	height: 60px;
	width: 60px;
	position: relative;
	background: transparent;
	text-indent: -9999px;
	display: none;
	border: 0;
}

.menu-toggle:hover {
	background: none;
}

.menu-toggle:before {
	content: "";
	position: absolute;
	left: 18px;
	width: 24px;
	height: 15px;
	display: block;
	border-top: 9px double #111;
	border-bottom: 3px solid #111;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1023px) {
	.menu-toggle {
		display: block;
	}
}

.mobile-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 240px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: auto;
	background: #282828;
}

.animating .mobile-menu {
	display: block;
}

.mobile-menu a {
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff ;
	background: #282828;
	font-size: 13px;	
}
.mobile-menu .current-menu-item  a {
	color: #FF6347 ;
}
.mobile-menu .current-menu-item .children a,
.mobile-menu .current-menu-item .sub-menu a{color:#fff;}
.mobile-menu a:hover,
.mobile-menu a:focus
 {
	color: #FF6347 !important;
}

.mobile-menu li {
	position: relative;
}

.mobile-menu .children, .mobile-menu .sub-menu {
	display: none;
}

.mobile-menu ul {
	padding-left: 0;
	margin-left: 0;
}

.mobile-menu ul ul a {
	padding-left: 40px;
	background: #303030;
	font-size: 12px;	
}

.mobile-menu ul ul ul a {
	padding-left: 60px;
	background: #363636;
	font-size: 11px;	
}

.mobile-menu ul ul ul ul a {
	padding-left: 60px;
	background: #424242;
	font-size: 10px;
	
}

.mobile-menu .dropdown-toggle {
	line-height: inherit;
	position: absolute;
	top: 4px;
	right: 5px;
	cursor: pointer;
	color: #fff;
	padding: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2;
	font-size: 20px;
	border: 1px solid rgba(255, 255, 255, 0.05)
}

.mobile-menu .dropdown-toggle.toggled-on {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.mobile-menu-open .mobile-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: pointer;
	z-index: 999999;
}

.mobile-menu-open .site:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
}

.mobile-menu-open.navbar-collapse .menu-toggle:before {
	border-top: 9px double #666;
	border-bottom: 3px solid #666;
}

/*--------------------------------------------------------------
## Socials
--------------------------------------------------------------*/
.amyra-social-networks-header.amyra-social-networks{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 20px;
}

.amyra-social-networks-header.amyra-social-networks a, .site-footer .amyra-social-networks-footer  a {
	padding: 8px;
	font-size: 14px;
}
.amyra-social-networks-header.amyra-social-networks a:last-child {padding-right: 16px;}
.amyra-social-networks-header a{color: #525252;}
.site-footer .amyra-social-networks-footer a{color:#fff;}
.site-branding .amyra-social-networks-header{padding-left:0px; line-height: normal; margin: 10px 0 0 0;}
.site-branding .amyra-social-networks-header a{border:1px solid #f1f1f1; padding:7px 15px; margin-right:2px;}

.logo-position-left .site-branding{text-align:left;}
.logo-position-right .site-branding{text-align:right;} 
.logo-position-center .site-branding{text-align:center;}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination{clear:both; }
.pagination a.page-numbers,
.pagination span {
	display: inline-block;
	background: #111;
	padding: .6em 1.2em;
	color: #fff !important;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pagination .current,
.pagination a.page-numbers:hover {
	background: #FF6347 ;
	color: #fff;
}

.pagination a.page-numbers:focus,
.pagination a.page-numbers:visited,
.pagination a.page-numbers:active {
	color: #fff;
}

.pagination .page-numbers {
	margin-right: 3px;
	margin-bottom: 3px;
	border-radius: 3px;
}

.posts-navigation,
.post-navigation {
	padding: 20px 0;
	margin-bottom: 0;
	border-top: 1px solid #dedede;
	word-wrap: break-word;
	overflow: hidden;
}

.posts-navigation .meta-nav,
.post-navigation .meta-nav {
	color: #888888;
	font-size: 14px;	
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.posts-navigation .post-title,
.post-navigation .post-title {
	font-size: 18px;	
	font-family: "Playfair Display", serif;
	margin: 0;
	word-wrap: break-word;
	color: #111;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1.35;
}

.posts-navigation .post-title:hover,
.post-navigation .post-title:hover {
	color: #FF6347 ;
}

.nav-links {
	width: 100%;	
	display: inline-block;
	text-align:center;
}

.nav-previous {
	text-align: left;
	padding-right: 20px;
	max-width:45%;
	float:left;
	font-weight: 700;
}

.nav-next {
	text-align: right;
	max-width: 45%;
	float:right;
	font-weight: 700;
	margin-left: auto;
}

.nav-previous + .nav-next {
	margin-left: 0;
	padding-left: 20px;
	
}

@media (max-width: 1023px) {
	.nav-links {
		display: block;
	}
	.pagination .nav-links {
		text-align: center;
	}
	.pagination a,
	.pagination span {
		margin-right: 3px;
		margin-bottom: 3px;
	}
	.nav-previous,
	.nav-next {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.nav-previous + .nav-next {		
		padding-left: 0;
		width: 100%;
		
	}
}
.amyra-related-posts{padding:30px 0; border-top: 1px solid #dedede;}
.amyra-related-posts h3{margin-top:12px;}
.amyra-cat-posts .row{margin:0 -15px;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	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;
	color: #21759b;
	display: block;
	font-size: 14px;	
	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. */
}

/* 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;
}

.entry-content img.alignleft, .entry-content img.alignright {
	margin-top: 0.7em; margin-bottom: 0.7em;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-content {
	-webkit-box-shadow: 0 1px 0 0 #dedede;
	 box-shadow: 0 1px 0 0 #dedede;
	width: 100%;
	top: 0;
	background: #fff;
	position: relative;
	z-index: 999;
}

.header-content__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	position: relative;
}

.sticky-header .header-content {
	-webkit-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.site-branding {
	text-align: center;
	padding: 50px 0 0 0;
	line-height: 0;
}
.header-style-2 .site-branding, .header-style-4 .site-branding{padding: 40px 0 40px;}
.header-style-1 .site-branding, .header-style-3 .site-branding {padding: 40px 0 0 0}
.logo-position-right .site-branding {
	text-align: right;
}

.logo-position-left .site-branding {
	text-align: left;
}

.logo-position-center .site-branding {
	text-align: center;
}

.custom-logo {
	display: inline-block;
	margin: 0 auto;
	max-width:300px;
}

.site-title {
	font-weight: bold;
	font-family: "Playfair Display", serif;
	font-size:70px;
	margin: 0 auto;
}

.site-title a {
	color: #111;
	text-decoration: none;
}

.site-title a:hover, .site-title a:focus, .site-title a:visited, .site-title a:active {
	text-decoration: none;
	color: #111;
}


.site-header {
	margin-bottom: 50px;	
}
.site-description{font-size:16px; margin:0px;}
@media (max-width: 1199px) {
	.header-content__container {
		margin: 0 30px;
	}
}

@media (max-width: 1023px) {
	.header-content__container {
		margin: 0;
	}
	.header-search .search-field {
		padding-left: 30px;
	}
	.header-content__container.container {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.header-search .search-field {
		padding-left: 20px;
	}
}

@media (max-width: 567px) {
	.site-title {
		font-size: 70px;		
		letter-spacing: -2px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	margin-top: 60px;
}
.site-footer .site-info{background: #111;}
.site-footer .menu {
	margin: 0;
	
}

.site-footer .menu, .site-footer .menu li ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.site-footer .menu li, .site-footer .menu li ul li{
	display: inline-block;
}

footer .site-copyright .amyra-col-6.copyright {text-align: left; line-height:40px;}
.menu-short-container {text-align:right;}
.site-footer .menu li:hover a:before,
.site-footer .menu li:hover span {
	color: #FF6347 ;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.site-footer .menu a {	
	font-size: 14px;
	padding: 0 5px;
}

.site-footer .menu a:hover {
	color: #FF6347 ;
}

.site-footer .menu a:before {
	margin-right: 10px;
	color: #fff;
	position: relative;
	top: 1px;
}

.site-footer .footer-content {
	max-width: 1170px;
	margin: 0 auto;
}

.site-footer .jetpack-social-navigation .screen-reader-text {
	height: auto;
	width: auto;
	position: relative;
}

.site-footer .site-info {
	text-align: center;
	padding: 8px 0;
	color: #fff;
	font-size: 13px;	
	clear:both;
}

.site-footer .site-info a {
	color: #fff;	
	line-height: 2.77;
	text-align: left;
	font-size: 13px;	
}

.site-footer .site-info a:hover {
	color: #FF6347;
}

.scroll-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: block;
	z-index: 99;
	background: #111;
}

.scroll-to-top i {
	font-size: 20px;	
	color: #fff;
}

.scroll-to-top:hover {
	background: #FF6347 ;
}

.scroll-to-top.hidden {
	display: none;
}
.amyra-social-networks-footer {text-align: center;padding: 11px 0 13px;border-bottom: 1px solid #313131;margin: 0;margin-bottom: 10px;}
.amyra-social-networks-footer  a{font-weight: bold;font-size: 14px;text-transform: uppercase;color: #fff;}
.amyra-social-networks-footer  a i.fa{margin-right:10px;}
.footer-top-area, .footer-middle-widget-area{float:left; clear:both; width:100%; padding:35px 0; border-top:1px solid #dedede}
.footer-middle-widget-area .widget {margin-bottom: 30px;}

@media (max-width: 640px) {
    .footer-top-area .footer-info {margin-bottom: 35px;}
    .footer-top-area .footer-info:last-child {margin-bottom: 0;}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
	overflow: hidden;
	position: relative;
}

.site-content {
	clear: both;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.container {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}

.site-content .content-area {
	width: 75%;
	float: left;	
	
}
.site-content .content-row{margin:0 -15px}
.site-content .content-area.content-area-full-width{width:100%;}
.site-content .content-area.content-area-full-width .comments-area{border:0px;}
.site-content .widget-area {
	width: 25%;
	float: right;
	padding:0 15px;	
}
.amyra-template-full .content-area{width:100%;} 
.amyra-template-left .site-content .content-area{float:right;}
.amyra-template-left .site-content .widget-area{float:left;}

@media (max-width: 1023px) {
	.site-content .content-area {
		width: 100%;
	}
	.site-content .widget-area {
		width: 100%;
		margin-top: 70px;
	}
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
.featured-posts h3.entry-title{font-size:1.5em;}
.featured-posts.container {
	max-width: 1170px;
	margin: 0 auto 50px auto;
	clear: both;
}
.container.container-full-width{max-width: 100%;}
.container.container-full-width .featured-post__content__slider{padding:0px !important}
.featured-posts .featured-post__content {
	width: 100%;
	display: block;
}
.featured-posts .featured-post__content .featured-image-bg{height:217px; background-repeat: no-repeat;background-size: cover;background-position: center center;}
.featured-posts .featured-post__content .amyra-fc-left .featured-image-bg{height:440px;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.featured-posts .featured-post__content__slider  .featured-image-bg{height:440px;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.featured-posts .featured-post__content__slider .slick-slide{margin:0 3px;}
.container.container-full-width .featured-post__content__slider .featured-image-bg{height:400px;}
.featured-posts .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured-posts .slick-track .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.featured-posts article {	
	position: relative;	
	margin-bottom: 0;	
}
.featured-posts article a.featured-post-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.featured-posts article a.featured-post-link:before,
.featured-posts article a.featured-post-link:after {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	content: '';
	z-index: 11;
}

.featured-posts article a.featured-post-link:before {
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.featured-posts article a.featured-post-link:after {
	border-right: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
}

.featured-posts article:hover .featured-content:before {
	background: rgba(0, 0, 0, 0.5);
}

.featured-posts .featured-content {
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	margin: 0;
	position: absolute;
        
}

.featured-posts .slick-slide .featured-content .featured-posts-text {display: none;}
.featured-posts .slick-current .featured-content .featured-posts-text {display: block;}

.featured-posts .featured-content:before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.featured-posts .featured-posts-text {
	
	text-align: center;
	padding: 0px 20px 20px;
	display: block;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.featured-posts .entry-title {
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin:0px !important;
	padding:0px !important;
}

.featured-posts .entry-meta {
	border: 0;
	padding: 0;
	margin: 0 auto;
}

.featured-posts .entry-meta .posted-on {
	float: none;
	color: #fff;
	line-height: 3;
	font-size: 12px;	
}

.featured-posts-colorfull .amyra-fc-1 .featured-content::before{background: rgba(76, 175, 79, 0.5);}
.featured-posts-colorfull .amyra-fc-2 .featured-content::before{background: rgba(32, 150, 243, 0.5);}
.featured-posts-colorfull .amyra-fc-3 .featured-content::before{background: rgba(255, 87, 34, 0.5);}
.featured-posts-colorfull .amyra-fc-4 .featured-content::before{background: rgba(0, 149, 136, 0.5);}
.featured-posts-colorfull .amyra-fc-5 .featured-content::before{background: rgba(231, 30, 98, 0.5);}

.featured-posts-colorfull article.slick-slide:nth-child(5n+1) .featured-content::before{background: rgba(76, 175, 79, 0.5);}
.featured-posts-colorfull article.slick-slide:nth-child(5n+2) .featured-content::before{background: rgba(32, 150, 243, 0.5);}
.featured-posts-colorfull article.slick-slide:nth-child(5n+3) .featured-content::before{background: rgba(255, 87, 34, 0.5);}
.featured-posts-colorfull article.slick-slide:nth-child(5n+4) .featured-content::before{background: rgba(0, 149, 136, 0.5);}
.featured-posts-colorfull article.slick-slide:nth-child(5n+5) .featured-content::before{background: rgba(231, 30, 98, 0.5);}

.amyra-slider-conf {
	display: none;
}

.featured-posts .slick-prev, .amyra-post-has-slider  .slick-prev, .amyra-has-slider  .slick-prev,
.featured-posts .slick-next, .amyra-post-has-slider  .slick-next, .amyra-has-slider  .slick-next,
.amyra-news-has-slider .slick-next, .amyra-news-has-slider .slick-prev {
	text-indent: 0px;
	width: 40px;
	height: 40px;
	position: absolute;
	display: block !important;
	z-index: 9;
	padding: 0 !important;
	margin: 0px !important;
	border-radius: 0px !important;
	font-size: 30px;
	line-height: 30px;
	box-shadow: none !important;
	cursor: pointer;
	border: 1px solid #fff;
	text-align: center;
}

.featured-posts .slick-prev i, .amyra-post-has-slider  .slick-prev i, .amyra-has-slider  .slick-prev i,
.featured-posts .slick-next i , .amyra-post-has-slider  .slick-next i, .amyra-has-slider  .slick-next i{
	font-size: 36px;	
	line-height: 1;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.featured-posts .slick-prev:hover i,
.featured-posts .slick-next:hover i {
	color: #FF6347 ;
}
.amyra-has-slider.amyra-design-w2 .slick-arrow{border:1px solid #555;}
.amyra-has-slider.amyra-design-w2 .slick-arrow i{color: #555;}
.featured-posts .slick-prev {
	left: 20px;
}

.featured-posts .slick-next {
	right: 20px;
}

.amyra-news-has-slider .slick-arrow{border:1px solid #555;}
.amyra-news-has-slider .slick-arrow i{color: #555;}
.amyra-news-has-slider .slick-prev {
	top: 100px;
}

.amyra-news-has-slider .slick-next {
	top: 100px;
}
.amyra-news-has-slider{padding-bottom:25px;}
.amyra-news-has-slider .slick-dots{bottom:-10px;}
.featured-posts .entry-title {
	font-size: 24px;	
	color: #fff;
	margin-bottom: 0;
}
.featured-posts .amyra-grid-design-1 .featured-posts-text, .featured-posts .amyra-grid-design-2 .featured-posts-text, .featured-posts .amyra-grid-design-3 .featured-posts-text{left:0; right:0;}
.featured-posts .amyra-slider-design-1 .featured-posts-text{left:0; right:0;}
.featured-posts .amyra-slider-design-2 .featured-posts-text{background:rgba(255,255,255,0.8); max-width:500px; left:0; right:0; margin:0 auto; padding:20px; bottom:auto;  top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.featured-posts .amyra-slider-design-2 .featured-posts-text .entry-title{color:#000;}
.featured-posts .amyra-slider-design-2 .featured-posts-text .entry-meta .posted-on {color:#555;}

.featured-posts .amyra-slider-design-3 .featured-posts-text{background:rgba(255,255,255,0.8); -webkit-box-sizing: border-box;   box-sizing: border-box; left:20px; right:20px; padding:20px; bottom:auto; bottom:20px;}
.featured-posts .amyra-slider-design-3 .featured-posts-text .entry-title{color:#000;}
.featured-posts .amyra-slider-design-3 .featured-posts-text .entry-meta .posted-on {color:#555;}

.featured-content-cats{color: #FFF}
.amyra-slider-design-2 .featured-content-cats, .amyra-slider-design-3 .featured-content-cats{color: #555;}

.amyra-grid-design-1 .amyra-fc-2, 
.amyra-grid-design-3 .amyra-fc-2{padding-bottom: 6px; padding-left: 6px;}
.amyra-grid-design-2 .amyra-fc-2, 
.amyra-grid-design-2 .amyra-fc-3{padding-bottom: 6px; padding-left: 6px;}
.amyra-grid-design-1 .amyra-fc-3, 
.amyra-grid-design-3 .amyra-fc-3, 
.amyra-grid-design-2 .amyra-fc-4, 
.amyra-grid-design-2 .amyra-fc-5 {padding-left: 6px;}



@media (max-width: 767px) {
	.featured-posts .entry-title {
		font-size: 16px;		
	}	
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-content {
	word-wrap: break-word;
}

.entry-content .jetpack-video-wrapper {
	margin-bottom: 0;
}

.entry-content > .jetpack-video-wrapper > p {
	margin-top: 0;
}

.entry-content > *:last-child:not(.link-more) {
	margin-bottom: 0;
}



.entry-content a {
	color: #FF6347 ;
}

.entry-content a:hover {
	color: #FF6347 ;
	opacity: 0.7;
}

.entry-footer .post-edit-link {
	font-size: 13px;	
	color: #888888;
}

.entry-footer .post-edit-link:hover {
	color: #FF6347 ;
}

.hentry{
	margin-bottom: 50px;
}

.link-more {
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1;
	padding: 7px 0 0px;
}

.link-more a {
	line-height: 0;
	font-weight: bold;
	font-size: 14px;	
	text-align: left;
	color: #111;
	text-transform: uppercase;
}

.link-more a:hover {
	color: #FF6347 ;
	opacity: 1;
}

.link-more a i {
	padding-left: 3px;
}

.entry-media {
	position: relative;
	display: block;
	margin-bottom:20px;
	line-height:0px;
	background:#f8f8f8;
	z-index:2;
}

.format-video .wpspw-post-wrp {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.format-video .wpspw-post-wrp iframe{position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;}

.entry-media iframe {
	width: 100%;
}

.entry-header .sticky-label {		
		border:1px solid #ddd;
		padding:5px 10px;
		margin-bottom:15px;
		line-height:normal;
		display:inline-block;
	}


.entry-header .sticky-label i {	
	font-size: 15px;	
	margin-right:5px;
	
}

.single .entry-title {
	padding-top: 0;
}

.single .content-area article {
	padding-bottom: 0;
	margin-bottom: 0;
}

.single .content-area main article .entry-header .entry-meta .tags-links {
	display: block;
}

.single .entry-content > *:last-child:not(.link-more) {
	margin-bottom: 1.5em;
}

.author__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0 22px;
	border-top: 1px solid #dedede;
}

.author__content .avatar {
	float:left;
	max-width: 120px;
	margin-right: 30px;
	border-radius: 100%;

}

.author__content .info {
	float:left;
}

.author__content .info h3 {
	margin: 0;
	color: #111;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;	
	line-height: 0.8;
        margin-bottom: 15px;
}

.author__content .info h3 span {
	font-size: 14px;	
	padding-right: 3px;
}

.author__content .info p {
	font-size: 14px;	
	line-height: 1.93;
	text-align: left;
	color: #888888;
}

.post-password-form p {
	position: relative;
}

.post-password-form p label input[type="password"] {
	border-radius: 0;
	border: 1px solid #dedede;
	padding-left: 5px;
}

.post-password-form p input[type="submit"] {
	border-radius: 0;
	background: #111;
	color: #fff;
	border-color: #111;
	padding: 11px 10px 10px;
	position: absolute;
	height: 100%;
	margin-left: -5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.post-password-form p input[type="submit"]:hover {
	background: #FF6347 ;
	border-color: #FF6347 ;
}

.entry-meta {	
	margin-bottom: 12px;
	overflow: hidden;
	line-height: 20px;
}
.entry-footer-meta{border-bottom:0px; padding:10px 0; margin:0px;}
.entry-meta .posted-on,
.entry-meta .cat-links,
.entry-meta .comments-link,
.entry-meta .tags-links, 
.entry-meta .byline{
	float: left;
	color: #888888;
	font-size: 13px;	
}

.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .cat-links,
.entry-meta .tags-links,
.entry-meta .byline {
	margin-right: 15px;
}
.entry-meta .updated:not(.published) {
	display: none;
}

.entry-meta a {
	color: #888888;
}

.entry-meta a:hover {
	color: #FF6347 ;
}

.entry-meta p {
	display: inline;
}

.entry-meta i {
	margin-right: 7px;
}

.entry-title {		
	font-weight: 700;
	text-align: left;
	color: #111;	
	margin: 0;
	word-wrap: break-word;
	margin-bottom: 12px;
}
h2.entry-title {font-size: 24px;}
.entry-title a {
	color: #111;
}

.entry-title a:hover {
	color: #FF6347 ;
}

body.page h1.entry-title {
	font-weight: bold;
	font-size: 30px;	
	line-height: 1.2;
	text-align: left;
	color: #111;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
}

@media (max-width: 575px) {
	.author__content span {
		line-height: 2;
	}
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.page-header {
	border-bottom: 1px solid #dedede;
	margin-bottom: 40px;
}

.page-header .page-title {
	font-weight: bold;
	line-height: 1;
	color: #111;
	margin-bottom: 25px;
	margin-top: 0;
	font-size: 36px;	
}

.no-results .search-form label input {
	padding: 9px 20px;
	font-style: italic;
	width: 100%;
}

.no-results .search-form .search-submit:hover {
	background: #FF6347 ;
}

.no-results .search-form .search-submit:hover i {
	background: #FF6347 ;
}

/*--------------------------------- -----------------------------
## Posts Formats
--------------------------------------------------------------*/
.site-content .hentry.format-quote .amyra-format-quote {
	font-style: italic;	
	text-align: left;
/*	background: #111 url(assets/images/quotes.png) right bottom no-repeat;*/
	background: #111;
	color: #fff;
	padding: 50px 30px 50px;
}
.site-content .format-quote.grid .amyra-col-12, .site-content .format-quote .amyra-col-12 {padding:0px !important;}

.site-content .hentry.format-quote .wpspw-format-quote blockquote {
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    margin: 0;

}



.site-content .hentry.format-quote a:hover {
	color: #FF6347 ;
}


.site-content .hentry.format-quote cite {
	text-align: right;
	display: block;
	font-size: 20px;
	padding-top: 15px;
	color: #ccc;
}

.site-content .hentry.format-quote cite:before {
	content: '-';
	padding-right: 10px;
}

.entry-content blockquote {
	font-style: italic;
	font-size: 20px;	
	line-height: 1.5;
	padding: 22px 30px 50px;
        background: #f7f7f7;
	margin: 15px 0 15px 0;
	text-align: center;
	
}
.entry-content blockquote:before{
	content: "\f10d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 35px;
	line-height: 30px;
	font-style: normal;
	color: #ddd;
	text-align: left;
	width: 100%;
	float: left;
	margin-bottom:5px;
}
.entry-content blockquote:after{
	content: "\f10e";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 35px;
	line-height: 30px;
	font-style: normal;
	color: #ddd;
	text-align: right;
	width: 100%;
	float: left;
}
.entry-content blockquote a {
	color: #888888;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.entry-content blockquote a:hover {
	color: #fff;
}
.entry-content blockquote p {
	padding: 0;
	
}
.entry-content blockquote cite {
	text-align: right;
	display: block;
	font-size: 20px;	
	padding-top: 15px;
	color: #ccc;
}
.entry-content blockquote cite:before {
	content: '-';
	padding-right: 10px;
}

.format-video > iframe,
.format-video .thumnail > iframe {
	width: 100%;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.contact-form div input,
.contact-form div textarea {
	border-radius: 0;
	border: 1px solid #dedede;
}

.contact-form div textarea {
	height: 150px;
	padding-left: 10px;
}

.contact-form div label {
	font-weight: 400;
}

.contact-form div label span {
	text-transform: capitalize;
	color: #888888;
}

.contact-form div input[type=text],
.contact-form div input[type=email] {
	width: 370px;
	padding: 7px 10px;
}

.contact-form .contact-submit input[type=submit] {
	background: #111;
	font-size: 14px;	
	font-weight: bold;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contact-form .contact-submit input[type=submit]:hover {
	background: #FF6347 ;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 .content-area {
	width: 100%;
}

.error404 .error-image {
	position: relative;
	padding-bottom: 41px;
	margin: 90px 0 30px;
}

.error404 .error-image:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: #FF6347 ;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}

.error404 .page-content p {
	color: #222;
	margin: 0;
	margin-bottom: 35px;
	font-size: 16px;	
	font-family: "Playfair Display", serif;
}

.error404 .page-content .search-form {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}

.error404 .page-content .search-form label input {
	width: 100%;
	font-style: italic;
	line-height: 1;
}

.error404 .page-content .go-back-home {
	display: block;
	color: #FF6347 ;
	font-size: 12px;	
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	margin: 60px 0 30px;
}

.error404 .page-content .go-back-home:hover {
	color: #111;
}

.error404 .site-content {
	text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* Comments*/
.comments-area {
	margin-top: 0;
	padding-top: 15px;
	border-top: 1px solid #dedede;
}

.bypostauthor {
	display: block;
}

.post-comments .post-title-box {
	border-top: 1px solid #dedede;
	padding-top: 12px;
}

.post-comments .post-title-box h4 {
	text-transform: uppercase;
}

.comments-title {
	font-size: 14px;	
	
}

.comment-list {
	padding: 0 0 21px;
	display: block;
	width: 100%;
	list-style: none;
}

.comment-list .comment {
	
	overflow: hidden;
	margin-top: -1px;
}

.comment-list > .comment:first-child {
	border-top: none;
}

.comment-list ul {
    padding: 0;
}

.comment-list ol {
	list-style: decimal;
        padding: 0;
}

li > ul, li > ol {
	margin-left: 15px;
}

.comment-list time {
	font-style: italic;
	font-size: 13px;	
	color: #888888;
	position: relative;
	
}


.comment-list .reply {
	position: absolute;
	top: 20px;
	right: 20px;
}

.comment-list .reply a:hover {
	color: #111;
}

.comment-author .fn {
	text-transform: uppercase;
	bottom: 8px;
	position: relative;
	font-size: 14px;
	
}

.comment-author .fn a {
	font-family: "Playfair Display", serif;
	color: #111;
}

ol.children {
	position: relative;	
}
.single article.comment-body{padding:20px 20px 5px 20px; border:1px solid #f5f5f5; background:#faf8f8; margin-bottom:10px;}

.comment-body{
	position: relative;
	padding: 20px 0;
}
.pingback .comment-body{
	position: relative;
	padding: 0px 0px 15px 0;
}
.single article.comment-body  {
	position: relative;
	
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border-radius: 100%;
	float: left;
	margin-right: 14px;
        height: 50px;
        width: 50px;
		margin-bottom: 35px;
}

ol.children .comment-content  {
    padding-left: 44px;
}

.children .comment-author .avatar {
    height: 30px;
    width: 30px;
}

.comment-author .says {
	display: none;
}

.comment-content {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 14px;	
	color: #111;
	word-wrap: break-word;
	padding-left: 65px;
}

.comment-content > *:first-child {
	margin-top: 0;
}

.comment-edit-link {
	font-size: 12px;	
	padding-left: 3px;
	font-style: italic;
}

.comment-edit-link:hover {
	color: #111;
}

.comment-metadata {
	margin-top: -9px;
}

.comment-content th, .comment-content td {
    padding: 6px;
    border: none;
}

.comment-content tr {
    border-bottom: 1px solid #eee;
}

.comment-content th:first-child, .comment-content td:first-child {
    padding-left: 0;
}

.comment-content blockquote {
    margin: 0;
}

@media (min-width: 768px) {
	.comment-list .children {
		padding: 0 0 0 60px;
	}
	.comment-list > .ol > .ol {
		padding: 0 0 0 60px;
	}
}

@media (max-width: 768px) {
    ol.children ol.children {padding: 0; margin: 0;}
}

@media (max-width: 575px) {
	.comment-list .reply {
		position: relative;
		top: 0px;
		text-align: right;
	}
}

/* Reply*/
.comment-form label {
	width: 100%;
	display: block;
	padding-bottom: 12px;
}

.comment-form textarea {
	height: 120px;
}

.comment-form .form-submit input {
	text-transform: uppercase;
	margin-top: 23px;
}

.comment-form .form-submit input:hover {
	background: #FF6347 ;
}

.comment-form .required {
	color: #FF6347 ;
}

.comment-reply-title {
	text-transform: uppercase;
}

.comment-reply-title small a {
	float: right;
	font-size: 14px;	
	text-transform: none;
	padding-top: 11px;
	font-weight: 300;
}

.comment-reply-title small a:hover {
	color: #111;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 0;
	margin-top: 14px;
}

.comment-subscription-form {
	margin: 0 0 5px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 60px;
	word-wrap: break-word;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget ul {
	list-style: none;
	margin: -8px 0;
	padding: 0;
	list-style-position: inside;
}

.widget ul li {
	color: #FF6347 ;
	font-size: 14px;	
	padding-bottom: 10px;
}

.widget ul li:before {
	font-size: 15px;	
	content: "\f105";
	padding-right: 10px;
	color: #111;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.widget ul li:last-child {
	padding-bottom: 0;
}

.widget ul li a {
	color: #444;
}

.widget ul li a:hover {
	color: #FF6347 ;
}

.widget select {
	border: 1px solid #dedede;
	width: 100%;
	padding: 7px;
	padding: 10px 10px 11px;
}

.widget select option {
	word-wrap: break-word;
}

.widget select:focus {
	outline: #fff;
}

.widget a {
	color: #FF6347 ;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.widget input[type="text"], .widget input[type="email"], .widget input[type="date"], .widget input[type="number"], .widget input[type="search"] {
	width: 100%;
	font-size: 12px;	
	font-style: italic;
	line-height: normal;
}

.widget input[type="submit"] {
	display: block;
	width: 100%;
	font-size: 14px;	
	padding: 15px 20px;
	text-transform: uppercase;
	margin: 0;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-width: 400px;
	text-align: center;
}

.widget input[type="submit"]:hover {
	background: #FF6347 ;
	color: #fff;
}

.widget-area a {
	color: #FF6347 ;
}

.widget-area a:hover {	
	color: #FF6347 ;
}

.widget-title {
	margin: 0 0 30px;
	border-bottom: 2px solid #111;
	padding: 7px 0px 8px;	
	font-weight: bold;
	font-size: 18px;	
	text-transform: uppercase;
}

/* widget about me */
.about-widget .about-me-heading {
	margin: 5px 0;
}

.about-widget p:last-child {
	margin-bottom: -5px;
}

/* widget calendar */
#wp-calendar {
	border-collapse: collapse;
	border: 1px solid #dedede;
	width: 100%;
	border-top: none;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	border: none;
}

#wp-calendar caption {
	color: #111;
	padding: 0;
	line-height: 39px;
	border: none;
	font-weight: 700;
}

#wp-calendar thead,
#wp-calendar tfoot {
	line-height: 33px;
	background: #dedede;
}

#wp-calendar td,
#wp-calendar th,
#wp-calendar caption {
	padding: 4px;
}

#wp-calendar tbody {
	line-height: 33px;
}

#wp-calendar #prev,
#wp-calendar #next {
	padding: 0 10px;
	background: #dedede;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

/* Widget Subscription */
.widget_mc4wp_form_widget .mc4wp-form{padding:20px; background-color:#f1f1f1;}

/* widget recent post */
.amyra-recent-post-widget li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.amyra-recent-post-widget ul {
	margin: 0;
}

.amyra-recent-post-widget ul li:before {
	display: none;
}

.amyra-recent-post-widget .recent-post__image {
	margin-right: 20px;
}

.amyra-recent-post-widget .recent-post__image a{
	position: relative;
	display: block;
	width: 90px;
}
.amyra-design-w2 .amyra-post-image-bg  a{position:relative; display: block;}
.amyra-recent-post-widget .recent-post__image a:before, .amyra-design-w2 .amyra-post-image-bg  a:before, .iscwp-img-wrp:before,
.amyra-recent-post-widget .recent-post__image a:after, .amyra-design-w2 .amyra-post-image-bg  a:after, .iscwp-img-wrp:after {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.amyra-recent-post-widget .recent-post__image a:before, .amyra-design-w2 .amyra-post-image-bg  a:before, .iscwp-img-wrp:before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	    transform: scale(0, 1);
}

.amyra-recent-post-widget .recent-post__image a:after, .amyra-design-w2 .amyra-post-image-bg  a:after, .iscwp-img-wrp:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	    transform: scale(1, 0);
}

.amyra-recent-post-widget .recent-post__image a:hover::before, .amyra-design-w2 .amyra-post-image-bg a:hover::before, .iscwp-img-wrp:hover::before,
.amyra-recent-post-widget .recent-post__image a:hover::after, .amyra-design-w2 .amyra-post-image-bg a:hover::after , .iscwp-img-wrp:hover::after{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	    transform: scale(1);
}

.amyra-recent-post-widget .recent-post__image img, .amyra-design-w2 .amyra-post-image-bg img {
	width: 100%;
	height: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
}

.amyra-recent-post-widget .recent-post__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.amyra-recent-post-widget h4.recent-post__title, .amyra-has-slider h4.recent-post__title, .amyra-design-w2 h4.recent-post__title {
	margin: -5px 0 8px;
	font-weight: bold;
	font-size: 16px;	
	line-height: 1.5;
}
.amyra-link-overlay{position:absolute; bottom:0; left:0; right:0; background:rgba(0,0,0,0.4); top:0;}
.amyra-post-slides{position:relative;}

.amyra-design-w1 .recent-post__text{position:absolute; bottom:0; left:0; right:0; padding:15px;}
.amyra-design-w1 .slick-arrow{top:30px; right:10px; left: auto;}
.amyra-design-w1 .slick-arrow.slick-prev{left:auto; right:60px;}

.amyra-design-w2 .amyra-post-grid{border-bottom:1px solid #dedede; margin-bottom:25px; padding-bottom:25px;}
.amyra-design-w2 .amyra-post-grid:last-child{border-bottom:0px solid #dedede; margin-bottom:0px; padding-bottom:0px;}
.amyra-has-slider.amyra-design-w2 .amyra-post-grid{border-bottom:0px; padding:0px;}
.amyra-design-w2 .slick-arrow{bottom:0px; right:37%; top:auto}
.amyra-design-w2 .slick-arrow{bottom:0px; right:37%; top:auto}
.amyra-design-w2 .slick-arrow.slick-prev{left:37%;}

.amyra-recent-post-widget h4 a, .amyra-has-slider h4.recent-post__title a {
	color: #111;
}
.amyra-has-slider.amyra-design-w1 h4.recent-post__title a{color:#fff;}
.amyra-recent-post-widget h4 a:hover, .amyra-has-slider h4.recent-post__title:hover {
	color: #FF6347 ;
}

.amyra-recent-post-widget .post-date, .amyra-has-slider .post-date, .amyra-design-w2 .post-date {
	font-size: 13px;	
	line-height: 1.85;
	color: #888888;
}
.amyra-recent-post-widget .amyra-post-image-bg, .amyra-has-slider.amyra-design-w2 .amyra-post-image-bg, .amyra-design-w2 .amyra-post-image-bg {margin-bottom:10px;}
.amyra-recent-post-widget .amyra-post-categories, .amyra-has-slider .amyra-post-categories, .amyra-design-w2 .amyra-post-categories{
	font-size: 13px;	
	line-height: 1.85;
	color: #888888;
	margin-bottom:10px;
}
.amyra-post-image-bg{background-repeat: no-repeat;background-size: cover;background-position: center center;}
.amyra-recent-post-widget .amyra-post-categories a, .amyra-has-slider .amyra-post-categories a, .amyra-design-w2 .amyra-post-categories a{color: #888888;}
.amyra-has-slider.amyra-design-w1 .amyra-post-categories a, .amyra-has-slider.amyra-design-w1 .post-date, .amyra-has-slider.amyra-design-w1 i  {color:#fff;}
.widget.recent-posts ul {
	margin-top: 0;
}

.widget_recent_entries ul {
	margin-top: -8px;
	margin-bottom: -8px;
}
.amyra-widget-wrp{position:relative; overflow:hidden;}

/* widget search */
.search-form {
	position: relative;
}

.search-form label input {
	padding: 13px 20px 12px;
	color: #888888;
	font-size: 13px;	
}

.search-form .search-submit {
	position: absolute;
	top: 0px;
	right: 0;
	width: 44px;
	height: 100%;
	border: none;
	padding: 0;
	text-align: center;
}
.search-form .search-submit:hover {
	background: #FF6347 ;
}

/* widget SUBSCRIBE */
.jetpack_subscription_widget #subscribe-text {
	margin-top: -8px;
}

.jetpack_subscription_widget #subscribe-email input {
	padding: 12px 20px;
	font-size: 13px;	
	font-style: italic;
	margin-top: 10px;
	text-align: left;
	color: #888888;
	width: 100%;
}

.jetpack_subscription_widget #subscribe-submit input[type="submit"] {
	border-radius: 0;
	background: #111;
	text-align: center;
	font-size: 14px;	
	font-weight: bold;
	color: #fff;
}

.jetpack_subscription_widget #subscribe-submit input[type="submit"]:hover {
	background: #FF6347 ;
}

/* widget tag */
.widget-area .tagcloud {
	margin-top: -7px;
}

.widget-area .tagcloud a, .footer-middle-widget-area .tagcloud a {	
	color: #111;
	line-height: 1.3;
	padding: 4px 11px 5px;
	border: 1px solid #111;
	margin: 10px 6px 0 0;
	display: inline-block;	
}

.widget-area .tagcloud a:hover, .footer-middle-widget-area .tagcloud a:hover {
	color: #fff;
	border-color: #FF6347 ;
	background: #FF6347 ;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul {
	margin: 0 0 1.5em 0;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul {
	padding-left: 1.5em;
	margin-bottom: 0;
}

.widget_archive ul ul li:first-child,
.widget_categories ul ul li:first-child,
.widget_pages ul ul li:first-child,
.widget_nav_menu ul ul li:first-child,
.widget_meta ul ul li:first-child {
	padding-top: 5px;
}

.widget_authors > ul > li:before {
	display: none;
}

.widget_authors > ul > li > a {
	margin-bottom: 20px;
	display: block;
}

.widgets-multi-column-grid ul > li:before {
	display: none;
}

/* widget Instragm */
.amyra-intsgram-area h2.widget-title{display:none;}
.amyra-intsgram-area .iscwp-cnt-wrp{padding:0px !important;}
 #secondary .iscwp-cnt-wrp{padding:3px !important;}
/* widget rss */
.widget-title .rsswidget.rsswidget {
	color: #111;
}

.widget-title .rsswidget.rsswidget:hover {
	color: #FF6347 ;
}

.rsswidget.rsswidget {
	color: #FF6347 ;
}

.rss-widget-icon {
	display: none;
}

.rss-date {
	display: block;
}

.rssSummary,
.rss-date,
.widget_rss cite {
	color: #111;
}

/* Wiget - Social */
.amyra-social-network-widget .amyra-social-icon{display: inline-block; line-height: 40px; font-size: 16px; color: #888; width: 40px; height: 40px; text-decoration: none; text-align: center; margin: 2px;}
.amyra-social-network-widget.design-1 a{background: #e6e6e6; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.amyra-social-network-widget.design-1 a:hover {border-radius: 100%;}
.amyra-social-network-widget.design-2 a{line-height: 38px; border: 2px solid #ddd; box-shadow: 0px 1px 1px #999;border-radius: 100%;-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.amyra-social-network-widget.design-3 a{opacity: 1;-webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;background: #e6e6e6; text-align: center; border-radius: 10px 0;}
.amyra-social-network-widget.design-3 a:hover {border-radius: 0px 10px;}
.amyra-social-network-widget.design-4 a{background: #e6e6e6; color: #fff; border-bottom: 2px solid #aaa; -webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.amyra-social-network-widget.design-4 a:hover {border: none;}
.amyra-social-network-widget.design-5 a{background: #e6e6e6; color: #fff; border: 1px solid #aaa; -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
.amyra-social-network-widget.design-5 a:hover {-webkit-transform: translateY(-5px); transform: translateY(-5px);}
.amyra-social-network-widget.design-6 a{background: #e6e6e6; color: #fff; border: 1px solid #aaa; border-radius: 100%; -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
.amyra-social-network-widget.design-6 a:hover {-webkit-transform: scale(0.8); transform: scale(0.8);}

.single .tags-links{width:100%; float:left;}
h3.sd-title{display:none !important;}
.sharedaddy{margin-top:15px; width:100%; float:left;}


/*--------------------------------------------------------------
# News Page Section
--------------------------------------------------------------*/
.news-design-section{margin-bottom:35px;}
.news-page-title{margin: 0 0 30px;border-left: 2px solid #111;padding: 7px 0px 8px;font-weight: bold; text-transform: capitalize; padding:10px; background:#f8f8f8; }

.amyra-gridbox-main .image-left{padding-left:0px;}
.amyra-gridbox-main .image-content-right{padding:0px;}
.amyra-gridbox-main .amyra-post-right-block{margin-bottom:20px;}
.amyra-gridbox-main .amyra-post-left-block{margin-bottom:20px;}

/*--------------------------------------------------------------
# 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 {
	padding: 0.8075em 0;
	background:#f8f8f8;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}

.gallery a:hover {
	opacity: 1;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.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;
}
/***woocommerce*/
ul.products li.product{text-align:center}
ul.products li.product a.button{background:#000; color:#fff; border-radius:0px; display:block; text-align:center;}
ul.products li.product a.button:hover{background:#FF6347;}
.single_add_to_cart_button{padding:15px 20px !important;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color:#000; color:#fff; border-radius:0px;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color:#FF6347;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none !important}
.woocommerce nav.woocommerce-pagination{text-align:left;}
.woocommerce ul.products li.product .onsale{background:#FF6347;}
.woocommerce span.onsale{min-height: 4em;min-width: 4em;padding: .258em;}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul{border:0px !important}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{padding: .6em 1.2em !important; color:#fff; font-weight: bold; transition: all .3s;text-transform: uppercase;letter-spacing: 1px;
margin-right: 3px;margin-bottom: 3px; background: #111;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{background:#FF6347; color:#fff;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{background-color:#000; color:#fff !important; border-radius:0}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{background:#FF6347; color:#fff;}
.woocommerce-MyAccount-navigation{border:1px solid #dedede; padding:15px;}

/***Grid*/
.text-center{text-align:center;}

/***************************************************************
                  Grid amyra-designs
***************************************************************/

/***************************************************************
                  List amyra-designs
***************************************************************/
.post-list-wrap   {padding:0px 0 50px 0; border-bottom:1px solid #dedede;}
.amyra-list-main .amyra-post-list{margin-bottom:50px;}


/***************************************************************
                  List-Alternet amyra-designs
***************************************************************/

.no-entry-media .wpspw-format-quote{position: static; }
.format-quote .amyra-img-left .no-entry-media .wpspw-format-quote{position: static;}

.amyra-fc-no-img .featured-image-bg{background: rgba(18,29,47,0.7);}
.amyra-content-right, .amyra-img-right {padding-right: 0px;}




/************************************************************
				clearfix
************************************************************/

.amyra-catimg-clearfix:before, .amyra-catimg-clearfix:after{content: ""; display: table;}
.amyra-catimg-clearfix:after{clear: both;}


/************************************************************
	Category image upload css End
************************************************************/
@media only screen and (min-width: 40.0625em) { 
		
	.amyra-col-1 { width: 8.33333%; }
	.amyra-col-2 { width: 16.66667%; }
	.amyra-col-3 { width: 25%; }
	.amyra-col-4 { width: 33.33333%; }
	.amyra-col-5 { width: 41.66667%; }
	.amyra-col-6 { width: 50%; }
	.amyra-col-7 { width: 58.33333%; }
	.amyra-col-8 { width: 66.66667%; }
	.amyra-col-9 { width: 75%; }
	.amyra-col-10 { width: 83.33333%; }
	.amyra-col-11 { width: 91.66667%; }
	.amyra-col-12 { width: 100%; }
	.amyra-col-5c { width: 20%; }
	
  
	/****************CSS to set grid***************/
	/*#content article.amyra-col-6:nth-of-type(2n+1){clear:both;}
	#content article.amyra-col-4:nth-of-type(3n+1){clear:both;} */
	.amyra-content-full{padding:0px;}
	.amyra-content-left, .amyra-img-left{padding-left:0px;}
	.post-list-alt-wrap{border:1px solid #dedede; padding:0px;}
	.post-list-alt-wrap .amyra-content-left, .post-list-alt-wrap .amyra-content-right, .post-list-alt-wrap .amyra-col-12{padding:20px;}
	.post-list-alt-wrap .amyra-img-right{padding-right:0px; line-height:0px;}
	.post-list-alt-wrap .entry-media, .post-list-wrap .entry-media{margin:0px; line-height:0px;}

	/***** Grid-Box *****/
	.amyra-gridbox-main.amyra-design-1 .grid-box-item-right, 
	.amyra-gridbox-main.amyra-design-2 .grid-box-item-right, 
	.amyra-gridbox-main.amyra-design-3 .grid-box-item-right, 
	.amyra-gridbox-main.amyra-design-4 .grid-box-item-right {float: right; clear: right;}
	.amyra-gridbox-main.amyra-design-1 .grid-box-clearfix:nth-of-type(2n), 
	.amyra-gridbox-main.amyra-design-2 .grid-box-clearfix:nth-of-type(2n+1), 
	.amyra-gridbox-main.amyra-design-3 .grid-box-clearfix:nth-of-type(2n+1), 
	.amyra-gridbox-main.amyra-design-4 .grid-box-clearfix:nth-of-type(2n+1), 
	.amyra-gridbox-main.amyra-design-5 .grid-box-clearfix:nth-of-type(2n+1) {clear: both;}

}

@media only screen and (min-width: 641px) {
	.amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header {margin-left: -60px; position: relative;z-index: 9; margin-top: 12px; margin-bottom: 12px; background: rgba(0,0,0,0.8); padding: 15px 15px 3px 15px;}
	.amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-title a {color: #fff;}
	.amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .sticky-label {color: #ffffff;}
	.amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .entry-meta .posted-on, .amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .entry-meta .cat-links, .amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .entry-meta .comments-link, .amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .entry-meta .tags-links, .amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .entry-meta .byline {color: #ffffff;}
	.amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .entry-meta .posted-on a, .amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .entry-meta .cat-links a, .amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .entry-meta .comments-link a, .amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .entry-meta .tags-links a, .amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-header .entry-meta .byline a {color: #ffffff;}
	.amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .amyra-content-right .entry-header {margin-left: -60px; margin-top: 12px; margin-bottom: 12px; background: rgba(0,0,0,0.8); padding: 15px 15px 3px 15px; position: relative; z-index: 9;}
	.amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .amyra-content-right .entry-title a {color: #fff;}
	.amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .amyra-content-right .entry-header .sticky-label {color: #ffffff;}
	.amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .amyra-content-left .entry-header {margin-right: -60px; margin-top: 12px; margin-bottom: 12px; background: rgba(0,0,0,0.8); padding: 15px 15px 3px 15px; position: relative; z-index: 9;}
	.amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .amyra-content-left .entry-title a {color: #fff;}
	.amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .amyra-content-left .entry-header .sticky-label {color: #ffffff;}
	.amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .entry-header .entry-meta .posted-on, .amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .entry-header .entry-meta .cat-links, .amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .entry-header .entry-meta .comments-link, .amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .entry-header .entry-meta .tags-links, .amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .entry-header .entry-meta .byline {color: #ffffff;}
	.amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .entry-header .entry-meta .posted-on a, .amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .entry-header .entry-meta .cat-links a, .amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .entry-header .entry-meta .comments-link a, .amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .entry-header .entry-meta .tags-links a, .amyra-list-alt-main.amyra-design-8 .amyra-post-list-content .entry-header .entry-meta .byline a {color: #ffffff;}
}

@media only screen and (max-width: 768px) {	
	.amyra-post-grid-main.amyra-design-6 .amyra-post-grid-content .entry-media, 
	.amyra-post-grid-main.amyra-design-6 .amyra-post-grid-content .entry-media .post-slide,
	.amyra-post-grid-main.amyra-design-7 .amyra-post-grid-content .entry-media, 
	.amyra-post-grid-main.amyra-design-7 .amyra-post-grid-content .entry-media .post-slide, 
	.amyra-post-grid-main.amyra-design-9 .amyra-post-grid-content .entry-media, 
	.amyra-post-grid-main.amyra-design-9 .amyra-post-grid-content .entry-media .post-slide {height: 300px;}

	.amyra-gridbox-main.amyra-design-3 .amyra-post-left-block .amyra-post-image-bg .entry-media, 
	.amyra-gridbox-main.amyra-design-4 .amyra-post-left-block .amyra-post-image-bg .entry-media, 
	.amyra-gridbox-main.amyra-design-5 .amyra-post-left-block .amyra-post-image-bg .entry-media {height: 300px; background: #cccccc;}
	.amyra-gridbox-main.amyra-design-3 .amyra-post-left-block .amyra-post-image-bg .entry-media img, 
	.amyra-gridbox-main.amyra-design-4 .amyra-post-left-block .amyra-post-image-bg .entry-media img, 
	.amyra-gridbox-main.amyra-design-5 .amyra-post-left-block .amyra-post-image-bg .entry-media img {height: 100%; width: 100% !important; object-fit: cover; object-position: center center;}

	.amyra-post-grid-main.amyra-design-6 .amyra-post-grid-content .entry-media img,
	.amyra-post-grid-main.amyra-design-7 .amyra-post-grid-content .entry-media img,
	.amyra-post-grid-main.amyra-design-9 .amyra-post-grid-content .entry-media img {height: 100%; width: 100% !important; object-fit: cover; object-position: center center;}
}

@media only screen and (max-width: 640px) {	
	.amyra-list-main.amyra-design-1 .post-list-wrap, 
	.amyra-list-main.amyra-design-2 .post-list-wrap, 
	.amyra-list-alt-main.amyra-design-2 .post-list-wrap, 
	.amyra-list-main.amyra-design-4 .post-list-wrap, 
	.amyra-list-alt-main.amyra-design-4 .post-list-wrap, 
	.amyra-list-main.amyra-design-6 .post-list-wrap, 
	.amyra-list-alt-main.amyra-design-6 .post-list-wrap, 
	.amyra-list-main.amyra-design-7 .post-list-wrap, 
	.amyra-list-alt-main.amyra-design-7 .post-list-wrap, 
	.amyra-list-main.amyra-design-8 .post-list-wrap, 
	.amyra-list-alt-main.amyra-design-8 .post-list-wrap, 
	.amyra-list-main.amyra-design-9 .post-list-wrap, 
	.amyra-list-alt-main.amyra-design-9 .post-list-wrap {padding: 0 0 35px 0;}
	
	.amyra-list-main.amyra-design-1 .hentry, 
	.amyra-list-main.amyra-design-2 .hentry, 
	.amyra-list-alt-main.amyra-design-2 .hentry, 
	.amyra-list-main.amyra-design-4 .hentry, 
	.amyra-list-alt-main.amyra-design-4 .hentry, 
	.amyra-list-main.amyra-design-6 .hentry, 
	.amyra-list-alt-main.amyra-design-6 .hentry, 
	.amyra-list-main.amyra-design-7 .hentry, 
	.amyra-list-alt-main.amyra-design-7 .hentry, 
	.amyra-list-main.amyra-design-8 .hentry, 
	.amyra-list-alt-main.amyra-design-8 .hentry,
	.amyra-list-main.amyra-design-9 .hentry, 
	.amyra-list-alt-main.amyra-design-9 .hentry {margin-bottom: 35px;}

	.featured-posts .featured-post__content .amyra-fc-left .featured-image-bg{height: 212px;}
	.container.container-full-width .featured-post__content__slider .featured-image-bg{height:300px;}
	.amyra-content-full{padding:0px;}
	.amyra-content-left, .amyra-img-left {padding: 0 !important;}
	.amyra-content-left, .amyra-content-right {padding: 0 !important;}
	.featured-posts .amyra-columns{padding: 0 0 15px 0;}
	.featured-posts .amyra-columns:last-child{padding: 0;}
	.amyra-design-3 .amyra-post-list-content .amyra-image-left-overlay::before, .amyra-design-3 .amyra-post-list-content .amyra-image-right-overlay::before, .amyra-design-3 .amyra-post-list-content .amyra-image-left-overlay::before {width: 100% !important;}
	.amyra-design-3 .amyra-post-list-content .amyra-image-left-overlay, 
	.amyra-design-3 .amyra-post-list-content .amyra-image-right-overlay, 
	.amyra-design-3 .amyra-post-list-content .amyra-image-left-overlay {padding: 20px 20px 8px 20px !important;}
	.amyra-design-3 .amyra-post-list-content .amyra-content-full .amyra-image-left-overlay, 
	.amyra-design-3 .amyra-post-list-content .amyra-content-full .amyra-image-right-overlay, 
	.amyra-design-3 .amyra-post-list-content .amyra-content-full .amyra-image-left-overlay {padding: 20px 20px 8px 20px;}
	.amyra-design-2 .amyra-post-list-content .amyra-image-left-overlay, .amyra-design-2 .amyra-post-list-content .amyra-image-right-overlay {margin: 0 !important; padding: 0 !important;}
	.amyra-design-2 .amyra-post-list-content .slick-prev,
	.amyra-design-2 .amyra-post-list-content .slick-next{top: 50%;}
	.amyra-design-2 .amyra-post-list-content .slick-prev {left: 30px; margin-top: -20px;}
	.amyra-design-2 .amyra-post-list-content .slick-next {right: 30px; left: auto; margin-top: -20px;}
	.amyra-design-3 .amyra-post-list-content .slick-prev,
	.amyra-design-3 .amyra-post-list-content .slick-next{top: 50%;}
	.amyra-design-3 .amyra-post-list-content .slick-prev {left: 30px; margin-top: -20px;}
	.amyra-design-3 .amyra-post-list-content .slick-next{right: 30px; left: auto; margin-top: -20px;}
	.amyra-list-alt-main.amyra-design-2 .amyra-post-list-content.odd-grid .slick-prev, 
	.amyra-list-alt-main.amyra-design-3 .amyra-post-list-content.odd-grid .slick-prev {left: 30px;}
	.amyra-list-alt-main.amyra-design-2 .amyra-post-list-content.odd-grid .slick-next, 
	.amyra-list-alt-main.amyra-design-3 .amyra-post-list-content.odd-grid .slick-next {right: 30px;}

	.amyra-list-main.amyra-design-6 .post-list-wrap, 
	.amyra-list-alt-main.amyra-design-6 .post-list-wrap {border-bottom: 1px solid #dedede;}
	.amyra-list-main.amyra-design-6 .post-list-wrap .amyra-slideline-wrap, 
	.amyra-list-main.amyra-design-7 .post-list-wrap .amyra-slideline-wrap, 
	.amyra-list-alt-main.amyra-design-6 .amyra-post-list-content .amyra-slideline-wrap, 
	.amyra-list-alt-main.amyra-design-7 .amyra-post-list-content .amyra-slideline-wrap {padding: 0;}
	.amyra-list-main.amyra-design-6 .post-list-wrap .amyra-slideline, 
	.amyra-list-main.amyra-design-6 .post-list-wrap .amyra-slideline hr, 
	.amyra-list-main.amyra-design-7 .post-list-wrap .amyra-slideline, 
	.amyra-list-main.amyra-design-7 .post-list-wrap .amyra-slideline hr, 
	.amyra-list-alt-main.amyra-design-6 .post-list-wrap .amyra-slideline, 
	.amyra-list-alt-main.amyra-design-6 .post-list-wrap .amyra-slideline hr, 
	.amyra-list-alt-main.amyra-design-7 .post-list-wrap .amyra-slideline, 
	.amyra-list-alt-main.amyra-design-7 .post-list-wrap .amyra-slideline hr {background-color: transparent; height: 0;}
	.amyra-list-main.amyra-design-7 .post-list-wrap {border-bottom: 4px solid #dedede;}
	.amyra-list-main.amyra-design-7 .amyra-post-list:nth-child(4n+1) .post-list-wrap{border-color: #7cc038;}
	.amyra-list-main.amyra-design-7 .amyra-post-list:nth-child(4n+2) .post-list-wrap{border-color: #3aadff;}
	.amyra-list-main.amyra-design-7 .amyra-post-list:nth-child(4n+3) .post-list-wrap{border-color: #1abc9c;}
	.amyra-list-main.amyra-design-7 .amyra-post-list:nth-child(4n+4) .post-list-wrap{border-color: #3aadff;}
	.amyra-list-alt-main.amyra-design-7 .post-list-wrap {border-bottom: 4px solid #dedede;}
	.amyra-list-alt-main.amyra-design-7 .amyra-post-list-alt:nth-child(4n+1) .post-list-wrap{border-color: #7cc038;}
	.amyra-list-alt-main.amyra-design-7 .amyra-post-list-alt:nth-child(4n+2) .post-list-wrap{border-color: #3aadff;}
	.amyra-list-alt-main.amyra-design-7 .amyra-post-list-alt:nth-child(4n+3) .post-list-wrap{border-color: #1abc9c;}
	.amyra-list-alt-main.amyra-design-7 .amyra-post-list-alt:nth-child(4n+4) .post-list-wrap{border-color: #3aadff;}
	.amyra-list-alt-main.amyra-design-3 .amyra-post-image-bg {margin-top: 0;}

	.amyra-list-main.amyra-design-10 .post-list-wrap .amyra-content-right .entry-header {padding-top: 15px;}
	.amyra-list-alt-main.amyra-design-10 .amyra-post-list-content .amyra-content-right .entry-header {padding-top: 15px;}

	.amyra-list-alt-main.amyra-design-9 .amyra-post-list-content .amyra-img-right .amyra-post-image-bg {margin: 12px 12px 0 0;}
	.amyra-list-alt-main.amyra-design-9 .amyra-post-list-content .amyra-img-right .amyra-post-image-bg::after {left: 12px;}

	.amyra-list-alt-main .amyra-content-left .link-more {margin-bottom: 22px;}
	.amyra-list-alt-main .amyra-img-right .entry-media {margin-bottom: 0;}

	.amyra-list-main.amyra-design-8 .post-list-wrap .amyra-content-right .entry-title {margin-left: 0;}

	.nav-previous + .nav-next {padding-top: 0; margin-top: 0; border-top: none;}
    .amyra-content-right, .amyra-img-right {padding: 0;}
	.amyra-list-main.amyra-design-4 .amyra-post-image-bg .entry-media, .amyra-list-alt-main.amyra-design-4 .amyra-post-image-bg .entry-media{margin-bottom:0px;}
	.amyra-list-main.amyra-design-5 .amyra-post-image-bg {  margin-top: 0px;}
	.author__content .avatar {margin-right:10px;}
	
	.amyra-social-networks-header.amyra-social-networks{padding-left:0;}	
	.amyra-related-posts-inner{margin-bottom:30px;}
	h1.entry-title {  font-size: 30px;}
	.menu-short-container {text-align:center;}

	/***** Grid Box *****/
	.amyra-gridbox-main.amyra-design-1 .amyra-col-3.image-left, 
	.amyra-gridbox-main.amyra-design-3 .amyra-col-3.image-left, 
	.amyra-gridbox-main.amyra-design-5 .amyra-col-3.image-left {width: 25%;}
	.amyra-gridbox-main.amyra-design-1 .image-content-right.amyra-col-9, 
	.amyra-gridbox-main.amyra-design-3 .image-content-right.amyra-col-9, 
	.amyra-gridbox-main.amyra-design-5 .image-content-right.amyra-col-9 {width: 75%;}
}

/************************************************************
				Trending Post widgets
************************************************************/
.amyra-post-li {display: block;width: 100%;float: left;list-style: outside none none !important;margin: 0 0 10px !important;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.amyra-post-items .amyra-post-li .amyra-post-thumb-right a{text-decoration: none;}
.amyra-post-items .amyra-post-li .amyra-post-thumb-left {float: left;}
.amyra-post-items .amyra-post-li .wp-post-image {object-fit: cover;object-position: top center;display: block;height: 100%;width: 100%;margin: 0 !important;border-radius: 0px !important;box-shadow: none;}
.amyra-post-items .amyra-post-li .amyra-post-stats span{display: inline-block;margin-bottom: 5px;}
.amyra-post-items ul{margin: 0!important;}
.amyra-post-slider-widget-wrp .amyra-widget-slider .wtpswcolumns{padding: 0px!important;}
.amyra-post-items .amyra-post-li .amyra-post-thumb-left{display: block;height: 100px;width:33.33%;margin-right: 10px;background: #f1f1f1;}
.amyra-post-items .amyra-post-li .amyra-date-post,
.amyra-post-items .amyra-post-li .amyra-post-stats,
.amyra-post-items .amyra-post-li .amyra-post-stats span a{color: rgba(32, 31, 31, 0.8)!important;margin-bottom: 5px;}
.amyra-post-slider-widget-wrp .amyra-post-cnt,
.amyra-post-items .amyra-post-li .amyra-post-cnt {margin-bottom: 5px;line-height: normal;font-size: 14px;}

.amyra-post-items .amyra-post-li:last-child{border-bottom:0px solid transparent;}
.amyra-post-slider-widget-wrp{margin-bottom: 20px;}
.amyra-post-slider-widget-wrp .amyra-post-thumb-left {width: 100%;float: left;display: block;height: 150px;display: block;margin-bottom: 15px;background: #f1f1f1;}
.amyra-post-slider-widget-wrp .amyra-post-thumb-left .wp-post-image{width: 100%;float: left;object-fit: cover;object-position: top center;height: 100%;margin:0px!important;box-shadow: none;border-radius: 0px;}
.amyra-post-slider-widget-wrp .amyra-post-thumb-right h6{margin: 0px 0 8px;font-weight: bold;font-size: 16px;text-transform: none;}
.amyra-post-slider-widget-wrp .amyra-post-thumb-right h6 a{margin-bottom: 5px;display: inline-block;}
.amyra-post-slider-widget-wrp .amyra-date-post,
.amyra-post-slider-widget-wrp .amyra-post-stats,
.amyra-post-slider-widget-wrp .amyra-post-author{margin: 0 0 5px 0;text-align:left!important;font-size: 12px;color: #5f5c5c;}
.amyra-post-slider-widget-wrp .amyra-post-author .fa-user{margin-right: 7px;}
.amyra-post-slider-widget-wrp .fa-comments-o{margin-left:7px;margin-right: 4px; }
.amyra-post-slider-widget-wrp .amyra-post-thumb-right h6 a,
.amyra-post-slider-widget-wrp .amyra-post-stats span a{text-align: left;text-decoration: none;}
.amyra-post-slider-widget-wrp .amyra-post-stats span.amyra-post-author a,
.amyra-post-slider-widget-wrp .amyra-date-post span{color: #5f5c5c;}
.amyra-post-slider-widget-wrp .amyra-post-thumb-right {text-align: left;display: block;line-height: normal;}

.amyra-post-slider-widget-wrp.slick-initialized{ visibility: visible; opacity:1; }

.amyra-post-slider-widget-wrp button.slick-arrow {text-indent:0px; width: 40px;height: 40px;position: absolute;z-index: 9;padding: 5px !important;margin: 0px !important;border-radius: 0px !important;font-size: 30px;line-height: 30px;box-shadow: none !important; cursor:pointer; border: 1px solid #fff; text-align: center;}
.amyra-post-slider-widget-wrp button.slick-arrow .fa{color:#FFF;}
.amyra-post-slider-widget-wrp button.slick-prev{right: 60px; left: auto; top: 30px;}
.amyra-post-slider-widget-wrp button.slick-next{right: 10px; left: auto; top: 30px;}

.amyra-post-slider-widget-wrp .slick-dots{padding:0 !important; margin:0 !important; position:absolute;left: 0;right: 0;text-align: center;bottom: -35px;}
.amyra-post-slider-widget-wrp .slick-dots li button{text-indent:-99999px;}
.amyra-post-slider-widget-wrp .slick-dots li {list-style:none !important; display:inline-block !important; margin:0 2px !important; padding:0px !important; }
.amyra-post-slider-widget-wrp .slick-dots li button{background:#fff !important; margin:0px !important; padding:0px !important; border:2px solid #000; border-radius:50% !important; width:10px !important; height:10px !important; cursor:pointer;}
.amyra-post-slider-widget-wrp .slick-dots li button:focus{outline:none !important}
.amyra-post-slider-widget-wrp .slick-dots li.slick-active button{background:#000 !important;}
.amyra-post-slider-widget-wrp .slick-slide{padding:0px !important;position: relative;}




