/**
Theme Name: Dany
Theme URI:
Author: Alessio Calanchini
Author URI:
Description: Dany is Bootstrap 4  Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, blog, right-sidebar, wide-blocks, custom-header, custom-menu,news, sticky-post, editor-style, translation-ready
Text Domain: dany

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.
**/

/** TABLE OF CONTENTS
---------------------------------------------------
1.0 WordPress Core         38 / 150 line
2.0 Global style           151 / 393 line
    - NavBar
    - Button Style
    - Preloader
    - Button style
 3.0 Blog-page             830 / 882 line
    - Pagination
4.0 Typography             450 / 551 line
5.0 Help Class             552 / 699 line
6.0 Slider stycky post     700 / 770 line
7.0 Single page            771 / 886 line
8.0 sidebar                885 / 1114 line

**/

/** 1.0 WordPress Core
------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.bypostauthor{}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.entry-content .alignwide {
       margin-left  : -80px;
       margin-right : -80px;
   }
   .entry-content .alignfull {
       margin-left  : calc( -100vw / 2 + 100% / 2 );
       margin-right : calc( -100vw / 2 + 100% / 2 );
       max-width    : 100vw;
   }
   .alignfull img {
       width: 100vw;
   }
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto!important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-block-columns {
  margin-bottom: 0;
}

/** 2.0 Global Style
----------------------------------------------------*/

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title {
  margin-bottom: 30px;
}

    /* Nav bar */
.navbar .nav-item .nav-link {
  padding: 20px 15px;
}

@media (max-width: 991px) {
  .navbar .nav-item .nav-link {
    padding: 10px;
  }
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
  border: 0;
  top: 100%;
  left: -10px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  background: #fff;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
}

.navbar .dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }

}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color:#fff;
}
.navbar .dropdown-item {
  color: rgba(0,0,0,.5);
  background-color: #fff;
}

.navbar .dropdown-item:hover {
  color: #000;
  background-color: #fff;
}


.search-icon {
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


/* Button style */
.btn {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 8px 20px;
  border-radius: 0;
  font-weight: 600;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .2s ease;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-primary {
  background: #ff6f00;
  color: #fff;
  border: 0;
}

.btn-primary:active {
  background: #ff6f00 !important;
}

.btn-primary:hover {
  background: #ff8c33;
}

.btn-outline-light {
  background: transparent;
  color: #fff;
}

.btn-outline-light:active {
  background: #cbd7dc !important;
  color: #000000;
  border-color: #cbd7dc;
}

.btn-outline-light:hover {
  background: #cbd7dc !important;
  color: #000000;
  border-color: #cbd7dc;
}

.btn-transparent {
  color: #767575;
  border: 0;
}

/* preloader */

/*---------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: white;
}

.preloader .loader .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #45DE27;
  border-radius: 50%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
          animation: dot 2.8s infinite;
}

.preloader .loader .dots {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
          animation: dots 2.8s infinite;
}

.preloader .loader .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #45DE27;
  border-radius: 50%;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}

/* 3.0 Blog-page
----------------------------------------------- */

.single-article a{
  color:#333;
}
/* Navigation - Pagination */


nav.pagination {
position: relative;
display: block;
}

.nav-links {
position: relative;
}

.nav-links ul {
margin: 0;
padding: 0,
}

.nav-links ul li {
list-style: none;
margin:10px 10px 0 0;
padding:0;
float: left;
}

.nav-links ul li span.current {
padding: 10px 12px;
background: #777;
border: 1px solid #777;
display: block;
line-height: 1;
border-radius: 4px;
color: #fff;
}

.nav-links ul li a {
padding: 10px 12px;
background: #ddd;
color: #666;
text-decoration: none;
border: 1px solid #ccc;
border-radius: 3px;
display: block;
line-height: 1;
}

.nav-links ul li a:hover {
background: #999;
border-color: #888;
color: #fff;
}


/*  4.0 Typography
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700");

body {
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #585757;
}

p, .paragraph {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 80px;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 55px;
  }
}

h2, .h2 {
  font-size: 50px;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 45px;
  }
}

h3, .h3 {
  font-size: 40px;
}

h4, .h4 {
  font-size: 30px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}



body {
  background-color: #fff;
  overflow-x: hidden;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #45DE27;
}
/** 5.0 Help Class
--------------------------------------------------*/
.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.border-primary {
  border-color: #ababab !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #ff6f00 !important;
}

.bg-secondary {
  background: #fdefe6 !important;
}

.text-primary {
  color: #ff6f00 !important;
}

.text-color {
  color: #585757;
}

.text-dark {
  color: #000000 !important;
}

.font-secondary {
  font-family: "Montserrat" !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.form-control {
  border: 0;
  border-bottom: 1px solid #ababab;
  border-radius: 0;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #45DE27;
}

textarea.form-control {
  height: 150px;
}

.navigation {
  z-index: 9;
}

.headroom {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  transition: all .4s ease-in-out;
  padding: 10px 40px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .headroom {
    padding: 10px;
  }
}

.headroom--unpinned {
  top: -150px;
}

@media (max-width: 991px) {
  .headroom--unpinned {
    top: 0;
  }
}

.headroom--pinned {
  top: 0;
}



/** 6.0 Slider stycky post
------------------------------------------------------------*/
.card{
  margin:5px;
}
.card-cover{border-radius:0;
  min-height: 500px;
  padding:30px;
  position: relative;
}
.card-cover .card-title {color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
}
.card-cover .card-text{
  color:#fff;
  font-size: 20px;
  line-height: 28px;
  max-width: 400px;
}
.card-cover .card-link{position: absolute;
  bottom:10px;
  right:30px;
}
.card-img-overlay::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.card-content {
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.card-content .post-categories li a{
  color:#fff;
  text-transform: uppercase;
text-align: center;
}


.slick-slide {
  outline: 0;
  padding: 5px;
  height: 550px;
}
.slick-slide img {
  height: 550px;
}

@media (max-width: 767px) {
  .slick-slide {
    outline: 0;
    padding: 5px;
    height: 400px;
  }
  .slick-slide img {
    height: 400px;
  }
  .card-content .card-text{
    display: none;
  }
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}

.outline-0 {
  outline: 0 !important;
}


/** 7.0 Single page
------------------------------------------------------*/
.single .main{
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}
.list-inline .list-inline-item a{
  color:#333;
  margin:0 5px;
}

.breadcrumbs .content a{
  color:#fff;
}

article a{
  color:#333;
}

.main {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}

.main-content {
  padding: 30px 2%;
}

.main-content h1 {
  color: #fff;
  font-size: 2.825rem;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.main-content h2{
  color: #fff;
  font-size: 1.825rem;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.main-content p,
.main-content a {
  color: #efefef;
  font-size: 1.25rem;
  text-transform: capitalize;
  margin-bottom: 60px;
  margin-left: 5px;
}
.single-img img{
  height: auto;
}


.title-border {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 30px;
}

.title-border::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  background: #ababab;
}

.title-border-lg {
  position: relative;
}

.title-border-lg::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 300px;
  left: -45px;
  bottom: -50px;
  background: #ababab;
}

.tag-list li a {
  display: block;
  background: #f4f4f4;
  padding: 2px 5px;
  color: #000000;
}

.tag-list li a:hover {
  color: #ff6f00;
}

.tags a{
  background-color: #45DE27;
  color: #fff;
  padding: 10px;
  border-radius:5px;
}
.tags a:hover{
  background-color: #45DE27;
  color: #fff;
  padding: 10px;

}
/** 8.0 sidebar
------------------------------------------*/

aside {
  position: relative;
}
@media (max-width: 767px) {
  aside {
    position: relative;
    margin-top: 50px;
  }
}



.widget {
  padding: 0 30px 0 60px;
  margin-bottom: 30px;
}

.widget h3 {
  font-size: 1.17rem;
  margin-bottom: 15px;
}

.widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 0.875rem;
  color: #222;
}

.widget li {
  line-height: 28px;
  text-transform: uppercase;
}

.widget a {
  text-decoration: none!important;
  color: #222;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.widget a:hover {
  color: #45DE27;
}

.widget pre,
.widget cite {
  color: #222;
}

.widget table {
  color: #222;
}

.search-form {
  position: relative;
}



.wp-block-search__input {
  margin-bottom: 10px;
}

.wp-block-search__button {
  margin-left: 0!important;
  margin-bottom: 30px;
}

.wp-block-file a {
  font-size: 0.875rem;
  font-weight: 300;
}

.wp-block-file .wp-block-file__button {
  background: #39f;
  text-transform: uppercase;
}

.wp-block-gallery {
  padding-left: 0!important;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  bottom: 30px;
  background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 100%);
  padding: 20px 10px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
  text-transform: uppercase;
  font-size: 1.17rem;
  color: #222;
  font-weight: 700;
  text-align: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: none;
}

#wp-calendar th {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #fff;
	background: #45DE27;
	padding: 5px 0;
  border: none;
  text-align: center;
}

#wp-calendar td {
  font-size: 0.75rem;
	font-weight: 300;
	padding: 5px 0;
	text-align: center;
  border: none;
}

#wp-calendar #today {
	color: #fff;
	background: #45DE27;
	font-weight: 400;
}

#wp-calendar #today a {
  color: #fff;
}

td#prev,
td#next {
  display: none;
}
 .gallery-caption {}
.gallery img {
  border: none!important;
}

.widget .menu {
  display: block;
}

.widget .menu li {
  font-size: 0.875rem;
  font-weight: 300;
}

.widget .menu .menu-item-has-children > a::after {
  content: ''!important;
}

.widget .menu a {
  padding: 0;
  color: #222!important;
}

.widget .menu .sub-menu {
  display: none!important;
}

/* widget */
.widget {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.widget h3{
padding: 10px;
border-bottom:1px solid #ddd;
}
.widget ul{
  margin: 0;padding: 0;
}
.widget ul li{
  padding: 5px;
}
.widget ul li a{
  color: #000;

}
.widget:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
/* search box*/

.search-form {
  position: relative;
}

.search-form [type=submit] {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  background: #45DE27;
  color: #fff;
  border: none;
  font-size: 1rem;
}

.search-form [type=submit]:hover {
  background: #222;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.wp-block-search__input {
  margin-bottom: 10px;
}

.wp-block-search__button {
  margin-left: 0!important;
  margin-bottom: 30px;
}
.search-box {
  position: relative;
}

.search-box i {
  position: absolute;
  left: 0;
  top: 25px;
  color: #767575;
}




/* comment style
-------------------------------------------------------*/

.comments-area h2,
.comments-area h3,
.comment-form h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.comments-area ol,
.comments-area ul {
  padding-left: 0;
}

.comment-form p {
  text-transform: uppercase;
}

.comment-form [type=submit],
.comment-form [type=reset],
.page-item [type=submit],
.page-item [type=reset] {
  color: #222;
}

.comment-form [type=submit]:hover,
.comment-form [type=reset]:hover,
.page-item [type=submit]:hover,
.page-item [type=reset]:hover {
  color: #39f;
}

.comments-area ol {
  list-style: none;
  margin-left: 72px;
}

.comment-meta {
  position: relative;
}

.avatar {
  position: absolute;
  top: 0;
  right: calc(100% + 1rem);
  border-radius: 100%;
  display: block;
  height: calc(3.25 * 1rem);
  width: calc(3.25 * 1rem);
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  top: auto;
  right: auto;
}

.comment-metadata {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.comment-metadata a,
.comment-form a {
  color: #222;
  text-decoration: none!important;
}

.comment-metadata a:hover,
.comment-form a:hover {
  color: #39f;
}

.edit-link {
  margin-left: 30px;
}

.edit-link a::before {
  content: '\f040  ';
  font-family: FontAwesome;
}

.fn {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.fn a {
  text-decoration: none!important;
  color: #222;
}

.fn a:hover {
  color: #39f;
}

.reply {
  padding-bottom: 40px;
}

.reply a {
  text-transform: uppercase;
  text-decoration: none!important;
}

.reply a::before {
  content: '\f112  ';
  font-family: FontAwesome;
}

.comments-area small {
  font-size: 0.75rem;
  font-weight: 300;
}

.comments-area small a {
  text-decoration: none!important;
}

.right {
  margin-right: 4px;
}

.says {
  display: none;
}

.children .odd,
.comment.odd {
  background: #fff;
}

.comment-navigation {
  margin-bottom: 30px;
}

.nav-previous,
.nav-next {
  text-transform: uppercase;
  margin: 15px 5px 0;
}

.comment-body ul,
.comment-body ol {
  padding-left: 1rem;
  margin-left: 0;
}

.comment-body ol {
  list-style: decimal;
}

.pingback {
  background: transparent;
  margin-bottom: 30px;
}

.pingback .edit-link {
  display: block;
  float: none;
  margin-left: 0;
}

.pingback .edit-link a {
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
}

.pingback .edit-link a:hover {
  color: #39f;
}



/* homepage 2 */
.hero-section {
  padding: 70px 0 0;
  background-image: linear-gradient(#fff 45%, #fdefe6 0);
}

.dividers {
  display: flex;
  align-items: center;
  width: 1200px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dividers .divider {
  border-right: 1px solid #edeef0;
  flex-basis: 50%;
  height: 100vh;
  opacity: .6;
}

.dividers .divider:first-child {
  border-left: 1px solid #edeef0;
}

.article-full-width {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .article-full-width {
    flex-direction: column;
  }
}

.article-full-width .post-image {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .article-full-width .post-image {
    margin: 0 0 20px 0;
  }
}

.article-full-width .post-image img {
  height: 400px;
  width: auto;
}

@media (max-width: 767px) {
  .article-full-width .post-image img {
    height: auto;
    width: 100%;
  }
}

.article-full-width .post-content {
  width: 50%;
}

@media (max-width: 767px) {
  .article-full-width .post-content {
    width: 100%;
  }
}

.article-full-width .post-content .btn {
  padding-left: 0;
}

.article-full-width .post-meta {
  width: 250px;
}

@media (max-width: 991px) {
  .article-full-width .post-summary {
    display: none;
  }
}

@media (max-width: 767px) {
  .article-full-width .post-summary {
    display: block;
  }
}

.article-full-width.article-right {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .article-full-width.article-right {
    flex-direction: column-reverse;
  }
}

.article-full-width.article-right .post-image {
  order: 2;
  margin: 0 0 0 20px;
}

@media (max-width: 767px) {
  .article-full-width.article-right .post-image {
    margin: 0 0 20px 0;
  }
}

.article-full-width.article-right .post-content {
  order: 1;
}

.article-full-width.article-right .post-meta {
  margin-left: auto;
}

@media (max-width: 767px) {
  .article-full-width.article-right .post-meta {
    margin-left: 0;
  }
}

.article-full-width.article-right .author {
  text-align: right;
}

@media (max-width: 767px) {
  .article-full-width.article-right .author {
    text-align: left;
  }
}

.post-thumb {
  height: 400px;
}

blockquote {
  font-style: italic;
  color: #000000;
  background: #fdefe6;
  padding: 20px;
  font-weight: 600;
}

.content * {
  margin-bottom: 20px;
}

.post-thumb-sm {
  max-width: 75px;
  max-height: 75px;
  overflow: hidden;
}
