/*!
Theme Name:         WP Diary Pro
Theme URI:          https://mysterythemes.com/wp-themes/wp-diary-pro
Author:             Mystery Themes
Author URI:         https://mysterythemes.com
Description:        WP Diary Pro is a Premium WordPress Theme crafted for your blog, portfolio or news magazine. It has a unique, modern, light and clean design which will make your website look awesome. It is completely built on Customizer which allows you to customize most of the theme settings easily with live previews. This theme comes with 5 different archive layouts and other exciting features that allow you to customize the theme easily without coding knowledge. Get support at https://mysterythemes.com/support and check the demo at https://demo.mysterythemes.com/wp-diary-demos/
Version:            1.2.1
Requires at least:  5.0
Tested up to:       6.7
Requires PHP:       7.2
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        wp-diary-pro
Tags:               blog, portfolio, news, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, footer-widgets, post-formats, rtl-language-support, theme-options, translation-ready

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.

WP Diary Pro is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote::before,
q::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: -20px;
  top: -10px;
}

blockquote:after,
q:after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  bottom: -10px;
}

blockquote,
q {
  quotes: """";
  position: relative;
}

blockquote cite {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
}

blockquote cite::before {
  content: "-";
  margin-right: 10px;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}



/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #838383;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: 'Lora', sans-serif;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 20px;
  font-size: 20px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0 0 15px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 5px 10px;
}

td {
  border: 1px solid #CCC;
  padding: 5px 10px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  line-height: 13px;
  border: none;
  padding: 14px 25px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid #aaa;
  background: none;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #666;
  border-color: #666;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px 6px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  max-width: 100%;
  width: 100%;
}



/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
  color: #ec9fa1;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
  color: #ec9fa1;
}

a:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-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 */
}



/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row: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,
.mt-container:after,
.mt-container:before {
  content: '';
  display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.mt-container:after {
  clear: both;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget-area .widget {
  margin: 0 0 40px;
}

/* Make sure select elements fit in widgets */

.widget-area .widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

h1.entry-title {
  color: #353535;
  font-weight: 700;
  padding-bottom: 0;
  text-transform: capitalize;
}

h1.entry-title a {
  color: #3d3d3d;
}

.hentry {
  margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.cat-links {
  margin-right: 10px;
  margin-top: 15px;
  display: inline-block;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.edit-link .post-edit-link {
  background: #ec9fa1;
  padding: 4px 10px;
  color: #FFF !important;
  line-height: 1;
  border-radius: 3px;
  font-size: 13px;
}

.edit-link .post-edit-link:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
  margin-bottom: 40px;
}

.blog article.hentry:first-child {
  margin-top: 30px;
}

article.hentry .edit-link {
  display: block;
  margin-top: 20px;
}

article.hentry .entry-footer>span {
  color: #999;
  font-size: 13px;
  margin-right: 15px;
}

.page-header .page-title {
  color: #333333;
  padding-bottom: 15px;
}

.updated {
  display: none;
}

.published.updated {
  display: inline;
}

.entry-footer a {
  color: #999;
}

.entry-footer a:hover {
  color: #ec9fa1
}

.nav-links .meta-nav {
  display: none;
}

.nav-links::after {
  content: "";
  display: block;
  clear: both;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  width: 50%;
  float: left;
}

.nav-links .nav-next {
  text-align: right;
}

.nav-links .nav-previous a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.nav-links .nav-next a:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px;
}

.entry-thumbnail {
  width: 38%;
  float: left;
}

.entry-exrecpt {
  width: 60%;
  float: right;
}

.short-content {
  margin-bottom: 10px;
}

.short-content+.bttn {
  float: right;
}

.entry-footer {
  margin-top: 10px;
}

.full-width {
  float: none;
  width: 100%;
}


/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
  margin-left: -2%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3%;
  margin-left: 2%;
}

.site-main .gallery a img {
  max-width: none;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 47%;
}

.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
}

.gallery-columns-5 .gallery-item {
  max-width: 18%;
}

.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
  margin-top: 30px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments h2.comments-title {
  color: #333;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin: 15px 0;
  padding: 8px 15px;
}

#comments h3 {
  margin: 0 0 10px;
  color: #141414;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
}

#commentform label {
  display: inline-block;
}

textarea#comment {
  width: 100%;
  height: 150px;
}

.comment-form-cookies-consent label {
  margin-left: 14px;
}

/*Comment Lists*/

.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area ol.children {
  margin: 0 0 0 15px;
}

.comment-list .comment-body {
  padding: 20px;
  margin-bottom: 20px;
  background: none;
  border: 1px solid #e1e1e1;
  text-align: left;
}

.comment-author img {
  vertical-align: text-top;
  margin-right: 15px;
  border: 1px solid #e1e1e1;
  padding: 3px;
}

.comment-author {
  float: none;
}

.comment-metadata {
  font-size: 12px;
  margin-top: -12px;
  padding-left: 50px;
}

.comment-content {
  margin-top: 10px;
  padding-left: 50px;
}

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.comment-author .fn .url {
  color: #333;
  padding: 0;
  font-size: 16px;
}

.comment-author .fn .url:hover {
  color: #ec9fa1;
}

.comment-author .says {
  display: none;
}

.commentmetadata {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.comment-metadata a {
  color: #969696;
}

.commentmetadata .comment-edit-link {
  color: #ec9fa1;
}

.commentmetadata+.clear {
  margin-bottom: 20px;
}

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #ec9fa1;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 10px;
  display: inline-block;
}

#respond {
  padding: 20px;
  margin: 20px 0 0;
  color: #141414;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

#commentform .form-submit {
  margin-bottom: 0;
}

#cancel-comment-reply-link {
  font-style: italic;
  color: #ec9fa1;
}

#cancel-comment-reply-link:before {
  font-family: FontAwesome;
  content: "\f057";
  margin: 0 5px 0 20px;
  font-style: normal;
  color: #ec9fa1;
}

.logged-in-as a {
  color: #ec9fa1;
}


/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,




/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer {
  display: none;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}



/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
  max-width: 100%;
}


/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.mt-column-wrapper {
  margin-left: -3%;
  margin-bottom: -3%;
}

.mt-column-1 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 97%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.mt-column-2 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 47%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.mt-column-3 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 30.33%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.mt-column-4 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 22%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.mt-column-5 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 17%;
  margin-left: 3%;
  margin-bottom: 3%;
}

/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories,
.wp-block-page-list,
.wp-block-latest-comments{
  list-style: outside none none;
  margin: 0;
}

.wp-block-page-list ul {
  list-style: outside none none;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-page-list li,
.wp-block-latest-comments li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.wp-block-latest-posts li:last-child,
.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-page-list li:last-child,
.wp-block-latest-comments li:last-child{
  border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a,
.wp-block-latest-posts li a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a,
.wp-block-latest-comments li{
  color: #333333;
  font-size: 14px;
  line-height: 32px;
  padding-left: 22px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
  color: #ec9fa1;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before,
.wp-block-latest-posts li a:before,
.wp-block-archives li a:before,
.wp-block-categories li a:before,
.wp-block-page-list li a:before,
.wp-block-latest-comments li:before{
  color: #afb4bd;
  content: "\f187";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget_categories a::before,
.wp-block-categories li a:before{
  content: "\f07b";
}

.widget_recent_entries a::before,
.wp-block-latest-posts li a:before{
  content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
  content: "\f105";
}

.widget_recent_comments li::before,
.wp-block-latest-comments li:before{
  content: "\f086";
  top: 0;
}

.widget_rss li::before {
  content: "\f09e";
  top: 0;
}

.widget_pages li a:before,
.wp-block-page-list li a:before{
  content: "\f1ea";
  top: 0;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #ec9fa1;
  border-color: #ec9fa1;
  color: #ffffff;
}

.search-no-results #primary .search-field {
  width: 85%;
  height: 43px;
}

.wp-block-search__button{
  line-height: 8px;
}

.search-no-results #primary .search-submit {
  color:#fff;
}

.widget_recent_entries .post-date {
  color: #8f8f8f;
  display: block;
  font-size: 11px;
  margin-top: -5px;
  padding-left: 24px;
}

.widget_nav_menu .sub-menu {
  margin: 10px 0 0 10px;
}

.widget_nav_menu li::before {
  top: 0;
}

.widget_search::after {
  clear: both;
  content: "";
  display: table;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit,
.widget_search .search-submit:hover {
  height: 36px;
  width: 25%;
  background: #ec9fa1;
  border-color: #ec9fa1;
  color: #ffffff;
  padding: 0;
}

.widget_tag_cloud .tagcloud a,
.widget_tag_cloud a {
  color: #909090;
  font-size: 14px !important;
  border: 1px solid #cfcfcf;
  padding: 1px 10px;
  display: inline-block;
  margin: 0 5px 10px 0;
  border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud a:hover {
  background: #EC9FA1;
  color: #fff;
  border-color: #EC9FA1;
}

.wp-block-search__button {
  background: #333;
  border: none;
  width: 80px;
  margin: 0;
  height: 36px;
  color: #fff;
}

/*--------------------------------------------------------------
Sidebar layout css
--------------------------------------------------------------*/

#primary,
.home.blog #primary {
  float: left;
  width: 70%;
}

#secondary,
.home.blog #secondary {
  float: right;
  width: 27%;
}

.home.page-template-template-home #primary,
.home.page-template-template-home #secondary,
.error404 #primary {
  float: none;
  width: 100%;
}

.left-sidebar #primary,
.home.left-sidebar #primary {
  float: right;
}

.left-sidebar #secondary,
.home.left-sidebar #secondary {
  float: left;
}

.no-sidebar #primary,
.home.blog.no-sidebar #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.no-sidebar-center #primary,
.home.blog.no-sidebar-center #primary {
  float: none;
  width: 80%;
  margin: 0 auto;
}

.no-sidebar #secondary,
.no-sidebar-center #secondary {
  display: none;
}

.home.blog #content #primary article:first-child {
  margin-top: 0;
}


/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
  font-weight: 300;
  overflow: hidden;
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
}

.site-layout--boxed #page {
  background-color: #ffffff;
  margin: 0 auto;
  width: 1360px;
  overflow: hidden;
}

body.site-layout--boxed {
  background: #f4f4f4 none repeat scroll 0 0;
}

.site-layout--boxed .mt-container {
  padding: 0 50px;
}

#page {
  background: #fff none repeat scroll 0 0;
}

.mt-container {
  width: 1320px;
  margin: 0 auto;
}

.mt-hide {
  display: none;
}

/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/
.mt-top-contact-wrap {
  float: left;
}

.mt-top-header-menu {
  float: right;
}

.mt-section-top-header.left-menu .mt-top-contact-wrap {
  float: right;
}

.mt-section-top-header.left-menu .mt-top-header-menu {
  float: left;
}

.mt-contact-info {
  display: inline-block;
  margin-right: 10px;
}

.mt-contact-info a i {
  margin-right: 5px;
}

.mt-section-top-header {
  background: #f7f7f7;
  padding: 10px 0;
}

.mt-top-header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mt-top-header-menu ul li {
  display: inline-block;
  margin-left: 15px;
}

.mt-top-header-menu ul li a,
.mt-contact-info a {
  color: #6F6F6F;
  font-size: 13px;
}

.mt-top-header-menu ul ul {
  display: none;
}

.mt-top-header-menu ul li a:hover {
  color: #EC9FA1;
}

.mt-logo-row-wrapper {
  padding: 20px 0;
}

.home.blog #masthead {
  margin-bottom: 0;
  position: relative;
  z-index: 9999;
}

.mt-header-social-wrapper,
.mt-header-extra-icons {
  float: left;
  width: 30%;
  padding: 30px 0;
}

.mt-social-icon-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mt-social-icon-wrap li {
  display: inline-block;
  margin-right: 20px;
}

.mt-social-icon-wrap li a {
  color: #333;
  font-size: 22px;
}

.mt-social-icon-wrap li a:hover {
  color: #ec9fa1;
}

.site-branding {
  display: inline-block;
  width: 40%;
  text-align: center;
}

.custom-logo-link {
  display: block;
  margin: 20px 0;
}

.site-title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Lora', sans-serif;
  line-height: 1.5;
  color: #3d3d3d;
  text-align: center;
}

.site-title a {
  color: #333;
}

.site-title a:hover {
  color: #ec9fa1;
}

.mt-header-extra-icons {
  float: right;
  text-align: right;
  display: flex;
  width: auto;
}


/*--------------------------------------------------------------
Header Layout one CSS
--------------------------------------------------------------*/

.header-layout--one .mt-logo-row-wrapper,
.header-layout--two .mt-logo-row-wrapper {
  padding: 0;
}

.header-layout--one .mt-logo-social-wrapper,
.header-layout--two .mt-logo-social-wrapper {
  padding: 20px 0 25px;
  border-bottom: 1px solid #eeeeee;
}

.header-layout--one .site-branding {
  display: block;
  text-align: center;
  width: 100%;
}

.header-layout--one .mt-header-social-wrapper {
  float: none;
  width: 100%;
  text-align: center;
  padding: 0;
}

.header-layout--one .site-description,
.header-layout--two .site-description {
  margin: 5px;
}

.header-layout--one .main-menu-wrapper,
.header-layout--two .main-menu-wrapper {
  float: left;
}

.header-layout--one #site-navigation ul li a,
.header-layout--two #site-navigation ul li a {
  line-height: 60px;
}

.header-layout--one .mt-header-extra-icons,
.header-layout--two .mt-header-extra-icons {
  float: right;
  padding: 10px 0px;
  display: flex;
  width: auto;
}

.header-layout--one #site-navigation ul li a::after,
.header-layout--two #site-navigation ul li a::after {
  top: 15px;
  right: -2px;
  height: 30px;
}

.header-layout--one .mt-menu-search-wrapper,
.header-layout--two .mt-menu-search-wrapper {
  padding: 15px 0;
}

.header-layout--one .is-sticky .mt-menu-search-wrapper,
.header-layout--two .is-sticky .mt-menu-search-wrapper {
  background: #fff;
  z-index: 9999;
  padding: 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.header-layout--one .is-sticky .main-menu-wrapper,
.header-layout--two .is-sticky .main-menu-wrapper {
  box-shadow: none;
}

.header-layout--one .is-sticky .mt-header-extra-icons,
.header-layout--two .is-sticky .mt-header-extra-icons {
  padding: 6px 0;
}

/*--------------------------------------------------------------
Header Layout Two CSS
--------------------------------------------------------------*/
.header-layout--two .site-branding {
  display: block;
  width: auto;
  float: left;
  text-align: left;
}

.header-layout--two .mt-header-social-wrapper {
  float: right;
  padding: 25px 0;
  text-align: right;
}

.header-layout--two .mt-social-icon-wrap li a {
  border: 1px solid #333;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border-radius: 100%;
}

.header-layout--two .mt-social-icon-wrap li a:hover {
  color: #ffffff;
  background: #ec9fa1;
  border-color: #ec9fa1;
}

.header-layout--two .mt-social-icon-wrap li {
  margin-right: 0;
  margin-left: 15px;
}

/*--------------------------------------------------------------
Header Layout Three CSS
--------------------------------------------------------------*/

.header-layout--three .site-branding {
  width: auto;
  text-align: left;
  float: left;
}

.header-layout--three .site-title {
  text-align: left;
}

.header-layout--three .main-menu-wrapper {
  float: left;
  margin-left: 40px;
  padding: 10px 0;
}

.header-layout--three .mt-social-toggle-wrapper {
  float: right;
}

.header-layout--three .mt-header-social-wrapper,
.header-layout--three .mt-header-extra-icons {
  float: left;
  width: auto;
  padding: 20px 0;
}

.header-layout--three .mt-header-extra-icons {
  display: flex;
}

.header-layout--three .site-description {
  margin: 0;
}

.header-layout--three .mt-sidebar-menu-toggle {
  margin-left: 5px;
}

.header-layout--three .is-sticky .mt-logo-row-wrapper {
  background: #fff;
  z-index: 99999;
  padding: 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.header-layout--three .is-sticky .site-description {
  display: none;
}

.header-layout--three .is-sticky .main-menu-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 0;
}

.header-layout--three .is-sticky .site-title {
  padding: 11px 0;
}

/*--------------------------------------------------------------
Search CSS
--------------------------------------------------------------*/

.mt-sidebar-menu-toggle,
.mt-menu-search {
  display: inline-block;
  margin-left: 20px;
  color: #333;
  font-size: 22px;
  text-align: right;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mt-sidebar-menu-toggle a,
.mt-search-icon a {
  color: #333;
}

.mt-sidebar-menu-toggle:hover,
.mt-menu-search:hover,
.mt-sidebar-menu-toggle a :hover,
.mt-search-icon a:hover {
  color: #ec9fa1;
}

.sidebar-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 999;
}

.sidebar-header.activate {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
}

.sidebar-header-block {
  position: fixed;
  right: -320px;
  width: 320px;
  background: #fff;
  height: 100%;
  padding: 50px 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  text-align: left;
}

.simplebar-content {
  padding: 50px 30px;
}

.sidebar-header.activate .sidebar-header-block {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.sticky-header-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sticky-header-sidebar-menu li a {
  padding: 10px 0;
  display: block;
  color: #333;
  border-bottom: 1px solid #eaeaea;
}

.sticky-header-sidebar-menu li a span {
  float: right;
}

.sticky-header-sidebar-menu li a:hover {
  color: #ec9fa1;
}

.sticky-header-sidebar-author {
  text-align: center;
  margin-top: 20px;
}

.sticky-header-sidebar-author .author-name {
  text-transform: capitalize;
}

.sticky-header-sidebar .widget-title {
  background: #333;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

.sticky-header-sidebar .widget {
  margin-bottom: 20px;
}

.mt-menu-search .mt-form-wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.mt-menu-search .mt-form-wrap.search-activate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

}

.mt-menu-search .mt-form-wrap .search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.mt-menu-search .mt-form-wrap .search-form .search-field {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  width: 80%;
  height: 70px;
  display: block;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
}

.mt-menu-search .mt-form-wrap .search-form .search-submit {
  margin-top: 30px;
  padding: 16px 60px;
  background: #333;
  border: none;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mt-menu-search .mt-form-wrap .search-form .search-submit:hover {
  background: #ec9fa1;
  border-radius: 30px;
}

.mt-form-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 64px;
  cursor: pointer;
}

.mt-form-close a {
  color: #333;
}

#site-navigation .mt-form-close {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #EC9FA1;
  border-radius: 50%;
  font-size: 20px;
  top: 7px;
  z-index: 99;
}

#site-navigation .mt-form-close a {
  color: #fff;
}

.mt-header-extra-icons .sidebar-header.mt-form-close {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #333;
  font-size: 16px;
  text-align: center;
  top: 20px;
  right: 305px;
  z-index: 9999;
  left: auto;
}

.site-layout--boxed .mt-header-extra-icons .sidebar-header.mt-form-close{
  right: 185px;
}

.mt-header-extra-icons .sidebar-header.mt-form-close a {
  color: #fff;
}

.mt-header-extra-icons .sidebar-header.mt-form-close:hover {
  background: #EC9FA1;
}

/*--------------------------------------------------------------
Menu CSS
--------------------------------------------------------------*/
.main-menu-wrapper {
  position: relative;
}

.menu-toggle {
  display: none;
  background: #333;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.menu-toggle:hover {
  background: #ec9fa1;
}

.menu-toggle i {
  margin-right: 7px;
}

#site-navigation {
  text-align: center;
}

.is-sticky .main-menu-wrapper {
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.is-sticky #site-navigation ul li a {
  line-height: 54px;
}

.is-sticky #site-navigation ul li a::after {
  top: 15px;
}

#site-navigation .mt-container {
  border-top: 1px solid #eeeeee;
}

#site-navigation ul {
  margin: 0;
  list-style: none;
}

#site-navigation ul li {
  display: inline-block;
  position: relative;
}

#site-navigation ul li a {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
  line-height: 60px;
  position: relative;
}

#site-navigation ul li a::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 18px;
  right: -2px;
  height: 25px;
  background: #e1e1e1;
}

#site-navigation ul li:last-child a:after {
  display: none;
}

#site-navigation ul li.menu-item-has-children > a::before,
#site-navigation ul li.page_item_has_children > a::before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#site-navigation ul#primary-menu li.menu-item-has-children > a,
#site-navigation #primary-menu li.page_item_has_children > a {
  padding-right: 40px;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current_page_ancestor>a,
#site-navigation ul li.current_page_item>a {
  color: #ec9fa1;
}

#site-navigation ul li .sub-menu,
#site-navigation ul li .children {
  background: #fff;
  min-width: 250px;
  text-align: left;
  position: absolute;
  top: 100%;
  left: -9999em;
  opacity: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 99;
  -webkit-transition: opacity 0.15s linear, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, left 0s 0.15s;
  transition: opacity 0.15s linear, left 0s 0.15s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children,
#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, right 0s 0.15s;
  transition: opacity 0.15s linear, right 0s 0.15s;
}

#site-navigation ul.sub-menu li ul,
#site-navigation ul.children li ul {
  right: 9999em;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, right 0s 0.15s;
  transition: opacity 0.15s linear, right 0s 0.15s;
}

#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul,
#site-navigation ul.sub-menu li.focus>ul,
#site-navigation ul.children li.focus>ul {
  right: -100%;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, left 0s 0.15s;
  transition: opacity 0.15s linear, left 0s 0.15s;
}

#site-navigation ul li .sub-menu li,
#site-navigation ul li .children li {
  display: block;
  padding: 0;
}

#site-navigation ul li .sub-menu li a,
#site-navigation ul li .children li a {
  padding: 10px 30px;
  border-bottom: 1px solid #eee;
  border-right: none;
  line-height: 34px;
}

#site-navigation ul li .sub-menu li a:after,
#site-navigation ul li .children li a:after {
  display: none;
}

.sub-toggle {
  display: none;
}

#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  opacity: 1;
  visibility: visible;
  -transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

/*--------------------------------------------------------------
Slider CSS
--------------------------------------------------------------*/

.slide-wrapper {
  position: relative;
}

.slick-slide {
  position: relative;
}

.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.slick-slide.slick-active:before {
  opacity: 0;
  visibility: hidden;
}

.mt-front-banner-wrap {
  position: relative;
}

.slide-content-wrap,
.banner-content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-content-block,
.banner-content-block {
  background: rgba(255, 255, 255, 0.95);
  padding: 50px 30px;
  text-align: center;
  width: 600px;
  position: relative;
}

.site-layout--boxed .slide-content-block {
  width: 480px;
}

.slick-slide.slick-active .slide-content-wrap {
  z-index: 9999;
}

.slide-content-block:after,
.banner-content-block:after {
  position: absolute;
  content: "";
  width: 105%;
  height: 110%;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-content,
.banner-content {
  position: relative;
  z-index: 999;
}

.slide-content .cat-links {
  margin: 0;
}

.slide-title a,
.banner-title {
  color: #333;
  font-size: 26px;
  display: block;
  margin: 10px 0 25px;
}

.slide-title a:hover {
  color: #ec9fa1;
}

.slider-btn {
  font-weight: 500;
  background: #ec9fa1;
  color: #fff;
  padding: 6px 30px;
  display: inline-block;
  border-radius: 30px;
}

.slider-btn:hover {
  color: #ffffff;
  padding: 6px 35px;
}

#mt-slick-slider .slick-prev,
#mt-slick-slider .slick-next {
  position: absolute;
  left: -150px;
  top: 50%;
  z-index: 99;
  background: #fff;
  border: none;
  padding: 30px 0;
  width: 150px;
  font-size: 18px;
  font-weight: 700;
  color: #666;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mt-slick-slider .slick-next {
  right: -150px;
  left: auto;
}

#mt-slick-slider .slick-arrow.slick-prev:hover {
  padding-left: 0;
  padding-right: 20px;
}

#mt-slick-slider .slick-arrow:hover {
  padding-left: 20px;
}

#mt-slick-slider .slick-arrow i {
  margin: 0 8px;
}

#mt-slick-slider:hover .slick-prev {
  left: 0;
}

#mt-slick-slider:hover .slick-next {
  right: 0;
}

.slide-wrapper figure {
  text-align: center;
}

.slick-slide img {
  display: inline-block;
}

#mt-slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#mt-slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

#mt-slick-slider .slick-dots li button {
  font: 0/0 a;
  border: none;
  background: #fff;
  width: 20px;
  display: block;
  padding: 0;
  height: 20px;
  border-radius: 100%;
}

#mt-slick-slider .slick-dots li.slick-active button,
#mt-slick-slider .slick-dots li button:hover {
  background: #ec9fa1;
}

#mt-slick-slider.mt-fullwidth-slider {
  width: 1320px;
  margin: 0 auto;
}

.mt-fullwidth-slider .slide-content-block,
.banner-content-block {
  width: 800px;
}

.mt-fullwidth-slider .slide-title a,
.banner-title {
  font-size: 38px;
  font-weight: 400;
}

.banner-description,
.mt-fullwidth-slider.slide-description {
  font-size: 18px;
}

/*--------------------------------------------------------------
Slider Style two CSS
--------------------------------------------------------------*/
.slider-content-style--two .slide-content-block,
.slider-content-style--two .banner-content-block {
  background: rgba(0, 0, 0, 0.5)
}

.slider-content-style--two .slide-content-block:after,
.slider-content-style--two .banner-content-block:after {
  display: none;
}

.slider-content-style--two .banner-title,
.slider-content-style--two .slide-title,
.slider-content-style--two .slide-title a {
  color: #fff;
}

.slider-content-style--two .banner-description,
.slider-content-style--two .slide-description {
  color: #cfcfcf;
  margin-bottom: 30px;
}

.mt-fullwidth-slider .slick-slide::before {
  display: none;
}

.mt-carousel-slider .slide-content-block {
  width: 470px;
  padding: 30px 30px;
}

.mt-carousel-slider .slide-title {
  font-size: 20px;
}

.slider-content-style--one .slide-description {
  margin: 20px 0;
}

/*--------------------------------------------------------------
Blog Layout design CSS
--------------------------------------------------------------*/
.home #content {
  margin-top: 50px;
}

article {
  text-align: center;
  position: relative;
}

.entry-header {
  padding: 0 20px;
}

.entry-title {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 400;
}

.single .entry-title {
  font-size: 30px;
  text-align: center;
}

.single .mt-single-style--three .entry-title {
  color: #fff;
}

.single .mt-related-posts-wrapper .entry-title {
  font-size: 22px;
}

.entry-title a {
  color: #333;
}

.entry-title a:hover {
  color: #EC9FA1;
}

.cat-links a {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 10px;
  color: #EC9FA1;
  font-weight: 500;
}

.entry-title a:hover,
.cat-links a:hover {
  color: #EC9FA1;
}

.entry-meta a {
  font-size: 13px;
  font-weight: 400;
  margin: 0 8px;
  color: #888;
}

.entry-meta a:hover {
  color: #666;
}

.entry-content {
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  margin: 20px 0 10px;
}

.entry-content ul,
.entry-content ol {
  text-align: left;
}

.entry-footer .mt-readmore-btn {
  display: inline-block;
  color: #fff;
  padding: 6px 25px;
  font-size: 14px;
  background: #EC9FA1;
  font-weight: 500;
}

.entry-footer .mt-readmore-btn:hover {
  color: #ffffff;
  border-radius: 30px;
}

.mt-readmore-btn.mt-rm-button-style--one {
  background: none !important;
  color: #868686;
  border: 1px solid #d1d1d1;
}

.mt-readmore-btn.mt-rm-button-style--one:hover {
  color: #333;
  border-color: #333;
  border-radius: 0;
}

.mt-readmore-btn.mt-rm-button-style--two {
  border: none;
  padding: 0;
  background: none !important;
  color: #868686;
  margin-top: -10px;
  display: block;
  position: relative;
}

.mt-readmore-btn.mt-rm-button-style--two:hover {
  color: #333 !important;
}

.mt-readmore-btn.mt-rm-button-style--two::after {
  width: 30px;
  height: 2px;
  background: #868686;
  left: 50%;
  bottom: -8px;
  content: "";
  position: absolute;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mt-readmore-btn.mt-rm-button-style--two:hover:after {
  width: 50px;
}

.entry-footer>span.tags-links {
  display: block;
  margin: -15px 0 20px;
  font-weight: 500;
  color: #333 !important;
}

.entry-footer .tags-links a {
  margin: 0 3px;
  font-weight: 400;
}

article.sticky.no-thumbnail {
  border: 2px solid #A6A6A6;
  position: relative;
}

article.sticky::before {
  content: "\f08d";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: #EC9FA1;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  border-radius: 100%;
  z-index: 99;
}

article .post-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

.mt-image-hover-style--none article .post-thumbnail::before,
.mt-image-hover-style--none article.format-gallery .post-format-gallery li::before {
  display: none;
}

article .post-thumbnail::before,
article.format-gallery .post-format-gallery li::before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "\f0f6";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 52px;
  opacity: 0;
  visibility: hidden;
}

.mt-image-hover-style--two article .post-thumbnail::before,
.mt-image-hover-style--two article.format-gallery .post-format-gallery li::before,
.mt-image-hover-style--three article .post-thumbnail::before,
.mt-image-hover-style--three article.format-gallery .post-format-gallery li::before {
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  line-height: 100px;
  z-index: 999;
  font-size: 30px;
  border: 2px solid #fff;
  color: #fff;
}

.mt-image-hover-style--one article .post-thumbnail::before,
.mt-image-hover-style--one article.format-gallery .post-format-gallery li::before,
.mt-image-hover-style--three article .post-thumbnail::before,
.mt-image-hover-style--three article.format-gallery .post-format-gallery li::before {
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.5);
}

.mt-image-hover-style--two article .post-thumbnail img,
.mt-image-hover-style--three article .post-thumbnail img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  display: block;
}

.mt-image-hover-style--two article:hover .post-thumbnail img,
.mt-image-hover-style--three article:hover .post-thumbnail img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single #content article .post-thumbnail::before {
  display: none;
}

article.format-video .post-thumbnail::before {
  content: "\f1c8";
}

article.format-standard .post-thumbnail::before {
  content: "\f0f6";
}

article.format-gallery .post-format-gallery li::before,
article.format-gallery .post-thumbnail:before {
  content: "\f03e";
}

article.format-aside .post-thumbnail::before {
  content: "\f0f6";
}

article.format-audio .post-thumbnail::before {
  content: "\f1c7";
}

article.format-quote .post-thumbnail::before {
  content: "\f10d";
}

article.format-image .post-thumbnail::before {
  content: "\f03e";
}

article .post-thumbnail:hover:before,
article.format-gallery .post-format-gallery li:hover:before {
  opacity: 1;
  visibility: visible;
}

.no-thumbnail {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.post-format-media--quote {
  background: #EC9FA1;
  padding: 50px 40px 35px;
  color: #fff;
}

.navigation.pagination {
  text-align: center;
}

.navigation.pagination .nav-links a.page-numbers {
  padding: 12px 15px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a.page-numbers:hover {
  border: 1px solid #ec9fa1;
  padding: 12px 15px;
  vertical-align: top;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 13px;
  color: #EC9FA1;
}

.wp-diary-content-masonry {
  margin: 0 -20px;
}

#mt-masonry article {
  width: 50%;
  padding: 0px 20px;
}

.no-sidebar #mt-masonry article {
  width: 31.33%;
}

.archive-grid-post-wrapper,
.frontpage-grid-post-wrapper {
  margin-left: -3%;
}

.archive-grid-post-wrapper article,
.frontpage-grid-post-wrapper article {
  width: 47%;
  display: inline-block;
  margin-right: -4px;
  margin-left: 3%;
  vertical-align: top;
}
.archive-grid-post-wrapper article .entry-title,
.frontpage-grid-post-wrapper article .entry-title{
  text-align:center;
}

.mt-gallery-slider .slick-prev.slick-arrow,
.mt-gallery-slider .slick-arrow.slick-next {
  background: #fff;
  width: 50px;
  display: block !important;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.mt-gallery-slider .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}

.mt-gallery-slider .slick-prev.slick-arrow:hover,
.mt-gallery-slider .slick-arrow.slick-next:hover {
  background: #ec9fa1;
  color: #FFFFFF;
}

.mt-frontpage--list-style .post-thumbnail,
.mt-frontpage--list-style .post-format-media,
.mt-frontpage--alternate-style .post-thumbnail,
.mt-frontpage--alternate-style .post-format-media,
.mt-archive--list-style .post-thumbnail,
.mt-archive--list-style .post-format-media,
.mt-archive--alternate-style .post-thumbnail,
.mt-archive--alternate-style .post-format-media {
  float: left;
  width: 40%;
}

.mt-frontpage--list-style .mt-post-content-wrapper,
.mt-frontpage--alternate-style .mt-post-content-wrapper,
.mt-archive--list-style .mt-post-content-wrapper,
.mt-archive--alternate-style .mt-post-content-wrapper {
  float: right;
  width: 56%;
  text-align: left;
}

.mt-frontpage--list-style .mt-post-content-wrapper .entry-title,
.mt-frontpage--alternate-style .mt-post-content-wrapper .entry-title,
.mt-archive--list-style .mt-post-content-wrapper .entry-title,
.mt-archive--alternate-style .mt-post-content-wrapper .entry-title{
  text-align: left;
}

.mt-frontpage--list-style .post-thumbnail,
.mt-frontpage--list-style .post-format-media,
.mt-frontpage--alternate-style .post-thumbnail,
.mt-frontpage--alternate-style .post-format-media,
.mt-archive--list-style .post-thumbnail,
.mt-archive--list-style .post-format-media,
.mt-archive--alternate-style .post-thumbnail,
.mt-archive--alternate-style .post-format-media {
  display: block;
  height: 260px;
}

.mt-frontpage--list-style .post-thumbnail img,
.mt-frontpage--alternate-style .post-thumbnail img,
.mt-archive--list-style .post-thumbnail img,
.mt-archive--alternate-style .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mt-frontpage--alternate-style #content article:nth-child(2n) .post-thumbnail,
.mt-frontpage--alternate-style #content article:nth-child(2n) .post-format-media,
.mt-archive--alternate-style #content article:nth-child(2n) .post-thumbnail,
.mt-archive--alternate-style #content article:nth-child(2n) .post-format-media {
  float: right;
}

.mt-frontpage--alternate-style #content article:nth-child(2n) .mt-post-content-wrapper,
.mt-archive--alternate-style #content article:nth-child(2n) .mt-post-content-wrapper {
  float: left;
}


.mt-frontpage--list-style .no-thumbnail .mt-post-content-wrapper,
.mt-frontpage--alternate-style .no-thumbnail .mt-post-content-wrapper,
.mt-archive--list-style .no-thumbnail .mt-post-content-wrapper,
.mt-archive--alternate-style .no-thumbnail .mt-post-content-wrapper {
  width: 100%;
  padding: 0 30px;
  float: none;
}

.mt-frontpage--list-style #content article,
.mt-frontpage--alternate-style #content article,
.mt-archive--list-style #content article,
.mt-archive--alternate-style #content article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.mt-frontpage--list-style #content article:after,
.mt-frontpage--alternate-style #content article:after,
.mt-archive--list-style #content article:after,
.mt-archive--alternate-style #content article:after {
  content: "";
  display: block;
  clear: both;
}

.mt-frontpage--list-style .mt-post-content-wrapper .entry-header,
.mt-frontpage--list-style .mt-post-content-wrapper .entry-content,
.mt-frontpage--alternate-style .mt-post-content-wrapper .entry-header,
.mt-frontpage--alternate-style .mt-post-content-wrapper .entry-content,
.mt-archive--list-style .mt-post-content-wrapper .entry-header,
.mt-archive--list-style .mt-post-content-wrapper .entry-content,
.mt-archive--alternate-style .mt-post-content-wrapper .entry-header,
.mt-archive--alternate-style .mt-post-content-wrapper .entry-content {
  padding: 0;
}

.mt-frontpage--list-style .mt-post-content-wrapper .cat-links a,
.mt-frontpage--list-style .mt-post-content-wrapper .entry-meta a,
.mt-frontpage--alternate-style .mt-post-content-wrapper .cat-links a,
.mt-frontpage--alternate-style .mt-post-content-wrapper .entry-meta a,
.mt-archive--list-style .mt-post-content-wrapper .cat-links a,
.mt-archive--list-style .mt-post-content-wrapper .entry-meta a,
.mt-archive--alternate-style .mt-post-content-wrapper .cat-links a,
.mt-archive--alternate-style .mt-post-content-wrapper .entry-meta a {
  margin-left: 0;
}

.mt-frontpage--list-style .mt-post-content-wrapper .cat-links,
.mt-frontpage--alternate-style .mt-post-content-wrapper .cat-links,
.mt-archive--list-style .mt-post-content-wrapper .cat-links,
.mt-archive--alternate-style .mt-post-content-wrapper .cat-links {
  margin-top: 0;
}

/*--------------------------------------------------------------
Sidebar CSS
--------------------------------------------------------------*/

#secondary .widget .widget-title,
.mt-related-post-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
  display: block ;
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #ec9fa1;
  text-transform: uppercase;
}

.widget_tag_cloud a {
  border: 1px solid #e1e1e1;
  color: #a6a6a6;
  font-size: 13px !important;
  padding: 3px 15px;
  display: inline-block;
  margin: 5px 5px;
}

.widget_tag_cloud a:hover {
  color: #333;
  border-color: #333;
}

.mt-sidebar-widget-style--one #secondary .widget .widget-title {
  border: none;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin: 0 0 15px;
}

.mt-sidebar-widget-style--one #secondary .widget,
.mt-sidebar-widget-style--two #secondary .widget {
  border: 1px solid #e1e1e1;
  padding: 20px 30px;
}

.mt-sidebar-widget-style--two #secondary .widget {
  position: relative;
  padding-top: 50px;
  margin-top: 20px;
}

.mt-sidebar-widget-style--two #secondary .widget .widget-title {
  display: inline-block;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: -20px;
  background: #fff;
  padding: 6px 10px;
  margin-bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
}

/*--------------------------------------------------------------
Featured Section CSS
--------------------------------------------------------------*/

.mt-featured-section-wrapper {
  padding-top: 50px;
}

.mt-featured-single-item {
  position: relative;
}

.mt-featured-single-item .item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 25px;
}

.mt-featured-single-item .item-title::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 124%;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mt-featured-single-item .item-title a {
  color: #333;
  font-size: 18px;
  display: block;
  position: relative;
  z-index: 999;
}

.mt-featured-single-item .item-title a:hover {
  color: #ec9fa1;
}

.featured-section-style--two .mt-featured-single-item::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 95%;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-section-style--two .mt-featured-single-item .item-title {
  z-index: 9999;
  bottom: 10px;
  top: auto;
  margin: 0;
  background: #ffffff;
  padding: 10px 30px;
}

.featured-section-style--two .mt-featured-single-item .item-title::after,
.featured-section-style--three .mt-featured-single-item .item-title::after {
  display: none;
}

.featured-section-style--two .mt-featured-single-item .item-title a {
  font-size: 14px;
}

.featured-section-style--three .mt-featured-single-item .item-title {
  margin: 0;
  top: auto;
  background: #fff;
  padding: 10px 40px;
  width: 72%;
}

.mt-featured-single-item .item-thumb {
  overflow: hidden;
}

.mt-featured-single-item .item-thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mt-featured-single-item:hover .item-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.mt-featured-section-wrapper.featured-section-style--three .mt-featured-single-item {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
Single CSS
--------------------------------------------------------------*/

.mt-author-box {
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-bottom: 60px;
  text-align: left;
}

.mt-author-box:after {
  content: "";
  display: block;
  clear: both;
}

.single .mt-author-box .mt-author__avatar {
  float: left;
  margin-right: 2%;
  width: 13%;
}

.single .mt-author-box .mt-author-info {
  float: left;
  width: 80%;
}

.single .mt-author-box .author-title {
  color: #333;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.single .mt-author-box .mt-author-info .mt-author-name {
  text-transform: capitalize;
  text-align: left;
}

.entry-content .first-child .mt-drop-cap {
  font-size: 84px;
  color: inherit;
  font-weight: 700;
  float: left;
  vertical-align: top;
  line-height: 70px;
  padding-right: 20px;
  padding-left: 10px;
  padding-top: 5px;
  text-shadow: 3px 3px 0 rgba(56, 60, 80, 0.22);
  color: #666;
}

.mt-single-style--two .mt-article-header-wrapper {
  background: #fff;
  position: relative;
  top: -120px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: -120px;
  padding: 10px 20px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.mt-single-style--two .entry-content {
  background: #fff;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  width: 90%;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  margin-bottom: 40px;
}

.mt-single-style--three .mt-article-thumbnail-wrapper {
  position: relative;
}

.mt-single-style--three .mt-article-header-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) repeat scroll 0 0;
  padding: 20px;
}

.single .mt-single-style--three .entry-title {
  color: #fff;
}

.single .mt-single-style--three .entry-meta a,
.single .mt-single-style--three .entry-meta span {
  color: #f2f2f2;
}

.single .mt-single-style--three .entry-meta a:hover,
.single .mt-single-style--three .entry-meta span:hover {
  color: #EC9FA1;
}

/*--------------------------------------------------------------
Error 404 styles
--------------------------------------------------------------*/
.error404 #primary {
  float: none;
  width: 100%;
  padding: 50px 0;
}

.error-404.not-found {
  text-align: center;
  width: 900px;
  border: 5px solid #ec9fa1;
  margin: 0 auto 50px;
  padding: 60px 0;
}

.error-num {
  font-size: 200px;
  font-weight: 900;
  color: #333;
  line-height: 150px;
}

.error-404__search {
  display: none;
}

.error-num span {
  font-size: 84px;
  text-transform: capitalize;
}

.error-404.not-found.pnf-layout--extra {
  border: medium none;
  max-width: 100%;
}

.pnf-layout--extra .top-wrapper-404 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.pnf-layout--extra .pnf-thumb {
  margin: 0 auto 40px;
  width: 60%;
}

.error404 .pnf-layout--extra .page-title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.pnf-layout--extra .pnf-content {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.pnf-layout--extra .pnf-button.btn {
  background: #f54337 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 7px 0;
  text-align: center;
  width: 15%;
}

.pnf-layout--extra .page-extra-content {
  margin-top: 60px;
}

.mt-pnf-latest-posts-wrapper article {
  display: inline-block;
  margin: 0 -4px 2% 2%;
  vertical-align: top;
  width: 23%;
}

.mt-pnf-latest-posts-wrapper {
  margin-left: -2%;
}

.mt-pnf-latest-posts-wrapper .section-title {
  margin-left: 2%;
  font-size: 24px;
  font-weight: 700;
}

.pnf-layout--extra article .np-post-content {
  margin-top: 12px;
}

/*--------------------------------------------------------------
Custom Header styles
--------------------------------------------------------------*/

.custom-header {
  padding: 70px 0;
  text-align: center;
  background-attachment: fixed;
  margin-bottom: 50px;
  position: relative;
}

.custom-header.has-bg-img:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-header.no-bg-img {
  background: #434343;
  padding: 30px 0;
}

.custom-header.has-bg-img .mt-container {
  position: relative;
  z-index: 99;
}

.custom-header .entry-title,
.custom-header .page-title {
  font-size: 36px;
  color: #fff;
  margin: 0;
  text-align: center;
}

.breadcrumbs .trail-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0 10px;
  color: #fafafa;
}

.breadcrumbs .trail-items {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.breadcrumbs .trail-items li::after {
  content: "\f101";
  position: relative;
  right: -10px;
  font-size: 14px;
  font-family: FontAwesome;
}

.breadcrumbs .trail-items li:last-child:after {
  display: none;
}

/*--------------------------------------------------------------
Footer CSS
--------------------------------------------------------------*/

#colophon {
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
}

#colophon.has-bg-image {
  position: relative;
}


#colophon.has-bg-image::before {
  content: "";
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

#colophon.has-bg-image #top-footer,
#colophon.has-bg-image #bottom-footer {
  position: relative;
  z-index: 999;
}

#top-footer {
  padding: 60px 0 50px;
}

#top-footer .mt-footer-widget-wrapper {
  margin-left: -3%;
  margin-bottom: 0;
}

#top-footer.footer-column-one .mt-footer-widget,
#top-footer.footer-column-two .mt-footer-widget,
#top-footer.footer-column-three .mt-footer-widget,
#top-footer.footer-column-four .mt-footer-widget {
  float: left;
  margin-left: 3%;
  width: 30.33%;
}

#top-footer.footer-column-one .mt-footer-widget {
  width: 97%;
}

#top-footer.footer-column-two .mt-footer-widget {
  width: 47%;
}

#top-footer.footer-column-four .mt-footer-widget {
  width: 22%;
}

#top-footer .widget-title {
  color: #ec9fa1;
  font-size: 20px;
  text-align: left;
}

#footer-navigation {
  float: right;
}

#footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer-menu li {
  display: inline-block;
}

#footer-menu li a {
  color: #666;
  border-left: 1px solid #e1e1e1;
  display: block;
  padding: 0 20px;
  line-height: 14px;
}

#footer-menu li>ul {
  display: none;
}

#footer-menu li:first-child a {
  border: none;
}

#footer-menu li a:hover {
  color: #ec9fa1;
}

#bottom-footer {
  background: rgba(0, 0, 0, 0.04);
  padding: 15px 0;
}

#colophon.has-bg-image #bottom-footer {
  background: rgba(255, 255, 255, 0.5);
}

.site-info {
  font-size: 13px;
  float: left;
}

/*--------------------------------------------------------------
WP Diary Widget CSS
--------------------------------------------------------------*/

.wp_diary_author_info {
  text-align: center;
}

.wp_diary_author_info .author-avatar {
  width: auto;
  margin: 0 auto;
}

.wp_diary_author_info .author-name {
  text-align: center;
  margin: 10px 0;
  text-transform: capitalize;
}

.wp_diary_latest_posts .mt-single-post-wrap>a {
  float: left;
  width: 27%;
  display: block;

}

.wp_diary_latest_posts .mt-post-thumb {
  border: 1px solid #e1e1e1;
  padding: 6px;
}

.wp_diary_latest_posts .mt-single-post-wrap {
  margin-bottom: 20px;
}

.wp_diary_latest_posts .mt-single-post-wrap:last-child {
  margin: 0;
}

.wp_diary_latest_posts .mt-single-post-wrap::after {
  clear: both;
  display: block;
  content: "";
}

.wp_diary_latest_posts .mt-post-content {
  float: right;
  width: 67%;
}

.wp_diary_latest_posts .mt-post-title a {
  font-size: 13px;
  color: #333;
  display: block;
  line-height: 22px;
  text-align: left;
}

.wp_diary_latest_posts .mt-post-title a:hover {
  color: #EC9FA1;
}

.wp_diary_latest_posts .mt-post-meta {
  margin-top: -10px;
}

.wp_diary_latest_posts .mt-post-meta a {
  color: #888;
  font-size: 11px;
  margin-right: 10px;
}

.wp_diary_latest_posts .mt-post-meta a:hover {
  color: #333333;
}

.wp_diary_social_media {
  text-align: center;
}

.wp_diary_social_media li {
  margin: 0 5px;
}

.wp_diary_social_media a {
  border: 1px solid #333;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 18px !important;
  line-height: 40px;
}

.wp_diary_social_media a:hover {
  background: #ec9fa1;
  color: #ffffff !important;
  border-color: #ec9fa1;
}

.mt-single-related-posts {
  margin-top: 40px;
}

.mt-related-posts-wrapper {
  margin-left: -3%;
}

.mt-related-posts-wrapper article {
  display: inline-block;
  margin-left: 3%;
  margin-right: -4px;
  width: 30.33%;
  vertical-align: top;
}

.mt-related_posts-col--4 article {
  width: 22%;
}

.mt-related_posts-col--2 article {
  width: 47%;
}

.mt-related-posts-wrapper article.no-thumbnail {
  padding: 0 10px !important;
}

.mt-related-posts-wrapper .entry-footer {
  margin-top: 25px;
}

.mt-single-related-posts.mt-related-posts-footer {
  background: #f7f7f7;
  padding: 50px 30px 20px;
  margin-bottom: -50px;
}

.mt-single-related-posts.mt-related-posts-footer .mt-related-post-title {
  border: navajowhite;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

/*--------------------------------------------------------------
Scroll To Top styles
--------------------------------------------------------------*/
#mt-scrollup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  padding: 8px;
  margin-right: 0;
  font-size: 13px;
  line-height: 1em;
  outline: none !important;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-transform: rotate(-90deg) translate(100%, 0);
  -webkit-transform: rotate(-90deg) translate(100%, 0);
  transform: rotate(-90deg) translate(100%, 0);
  cursor: pointer;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 9999;
}

#mt-scrollup::before {
  content: '\f178';
  position: absolute;
  top: 3px;
  right: -36px;
  width: 36px;
  padding: 3px 4px 2px 6px;
  font-size: 18px;
  font-family: 'FontAwesome';
  line-height: 1;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

#mt-scrollup:hover {
  color: #ec9fa1;
}

#mt-scrollup .fa.fa-long-arrow-up {
  display: none;
}

#mt-scrollup.mt-scroll-style--one::before {
  display: none;
}

#mt-scrollup.mt-scroll-style--one .fa {
  display: block;
}


#mt-scrollup.mt-scroll-style--one::before {
  background: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
}

#mt-scrollup.mt-scroll-style--one .fa {
  display: block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  background: #333;
  text-align: center;
  color: #fff;
  line-height: 40px;
  position: relative;
  z-index: 99;
}

#mt-scrollup.mt-scroll-style--one {
  transform: none;
  padding: 0;
  right: 0;
}

#mt-scrollup.mt-scroll-style--one>span {
  position: absolute;
  bottom: 0;
  right: -68px;
  width: 120px;
  height: 40px;
  font-size: 15px;
  padding: 0;
  line-height: 42px;
  overflow: hidden;
  background: #666;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

#mt-scrollup.mt-scroll-style--one:hover>span {
  right: 40px;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
WooCommerce styles
--------------------------------------------------------------*/

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 400;
}

.woocommerce .price-cart {
  background: #666666;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  padding: 0 0 0 10px;
  position: absolute;
  width: 100%;
}

.woocommerce .price-cart:after {
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #EC9FA1;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.woocommerce ul.products li.product:hover .price-cart:after {
  height: 100%;
}

.woocommerce ul.products li.product .price-cart .button {
  background: none;
  float: right;
  margin-top: 0;
  position: relative;
  z-index: 9;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding-left: 30px;
}

.woocommerce ul.products li.product .price-cart .button:before {
  content: "\f07a";
  position: absolute;
  left: 10px;
  top: 0;
  font-family: "FontAwesome";
}

.woocommerce ul.products li.product .price-cart .button:hover {
  background: #EC9FA1;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce ul.products li.product .price-cart .price {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 0;
  width: 46%;
  position: relative;
  z-index: 9;
}

.woocommerce .price-cart a.added_to_cart {
  display: none;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 400;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #EC9FA1;
}

.woocommerce .widget_price_filter .price_slider {
  margin: 15px 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #EC9FA1;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .added_to_cart.wc-forward {
  background: #333;
  border-radius: 0;
  color: #ffffff;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border: none;
}

.woocommerce .added_to_cart.wc-forward {
  padding: 8px 20px;
  margin-left: 10px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .added_to_cart.wc-forward:hover {
  background: #EC9FA1;
  color: #ffffff;
}

.woocommerce-product-search .search-field {
  border-radius: 0;
  border-right: medium none;
  height: 26px;
  margin-right: -4px;
}

.woocommerce-product-search {
  margin: 15px 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background: #EC9FA1 none repeat scroll 0 0;
  border-radius: 0;
  bottom: auto;
  display: inline-block;
  left: 0;
  line-height: 25px;
  margin: 0;
  min-height: auto;
  min-width: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 30%;
  color: #ffffff;
}

.woocommerce table.shop_table th,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border: none;
  background: #f7f7f7;
  display: block;
  padding: 15px 20px 15px 50px;
  margin: 20px 0;
  font-size: 15px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #EC9FA1;
}

.woocommerce .woocommerce-message:before,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price del,
.woocommerce .woocommerce-info:before {
  color: #EC9FA1;
}

.woocommerce .price_label {
  position: relative;
  top: 5px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  position: relative;
  z-index: 9;
}

.woocommerce .product-categories .children {
  padding-left: 20px;
}

.woocommerce .product-categories li a {
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}

.woocommerce .quantity .qty {
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 4px 2px;
  width: 60px;
  height: 35px;
}

.woocommerce .product-categories>li>a:before,
.woocommerce .product-categories .children a:before {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
}

.woocommerce .product-categories .children a:before {
  content: "\f105";
}

.woocommerce .products .star-rating {
  margin: 5px auto;
}

.woocommerce .star-rating span::before {
  color: #EC9FA1;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 150px;
  border-radius: 0;
}

.woocommerce div.product p.price del {
  float: left;
  margin-right: 15px;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product p.price {
  margin-bottom: 10px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
  background: #EC9FA1;
  color: #ffffff;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: 1px solid #eee;
  border-top: none;
  border-right: none;
}

.woocommerce .shop_table tbody tr td:first-child,
.woocommerce .shop_table thead tr th.product-remove,
.woocommerce table.shop_table tfoot td:first-child,
.woocommerce table.shop_table tfoot th:first-child {
  border-left: medium none;
}

.order-total>th,
.order-total>td {
  border-bottom: medium none !important;
}

.woocommerce .shop_table tbody tr td.actions {
  border-bottom: none;
}

.woocommerce table.shop_table {
  border-radius: 0;
  border: 1px solid #eee;
}

.woocommerce form .form-row .select2-container {
  line-height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 16px;
  padding: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: none;
}

.widget.woocommerce ul {
  list-style: none;
  margin: 0;
}

.woocommerce ul.products {
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  text-align: center;
  margin: 15px 0 0;
}

.woocommerce ul.products li.product .button {
  display: inline-block;
}

.woocommerce .woocommerce-loop-product__link:after {
  content: "";
  clear: both;
  display: block;
}

.woocommerce ul.products li.product .price {
  font-size: 14px;
  color: #333;
  display: block;
  margin: 10px 0;
}

.wc_payment_methods.payment_methods.methods {
  margin: 0;
  margin: 20px 0;
}

.woocommerce-cart .product-thumbnail img {
  width: 70px;
}

.woocommerce-cart .coupon {
  float: left;
}

.woocommerce-cart .actions .button {
  float: right;
}

.woocommerce-cart .actions .coupon .button {
  margin-left: 10px;
}

.cart-collaterals h2 {
  font-size: 20px;
  margin-top: 30px;
}

.woocommerce-cart .checkout-button.button.alt.wc-forward {
  float: left;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
}

.wc_payment_methods.payment_methods.methods {
  list-style: none;
  background: #f8f8f8;
  padding: 20px;
  font-size: 13px;
}

/*--------------------------------------------------------------
background animation CSS
--------------------------------------------------------------*/
#content,
#colophon,
.site-header .site-branding, .main-menu-wrapper {
  z-index: 99;
  position: relative;
}

.wp-diary-background-animation{
  background: transparent;
  width: 100%;
}

.wp-diary-circles {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.2;
}

.wp-diary-circles li {
  position: fixed;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgb(255 231 194 / 80%);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.wp-diary-circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.wp-diary-circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.wp-diary-circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.wp-diary-circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.wp-diary-circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.wp-diary-circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.wp-diary-circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.wp-diary-circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.wp-diary-circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.wp-diary-circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}



/********************************************************
official social icon color Css
********************************************************/
.icon-color--official .fa-instagram {
  color: #C62828;
}

.icon-color--official .fa-youtube,
.icon-color--official .fa-youtube-play {
  color: #C62828;
}

.icon-color--official .fa-facebook,
.icon-color--official .fa-facebook-circle,
.icon-color--official .fa-facebook-square,
.icon-color--official .fa-facebook-official,
.icon-color--official .fa-twitter-square,
.icon-color--official .fa-skype {
  color: #1da1f2;
}

.icon-color--official .fa-google-plus-circle,
.icon-color--official .fa-google-plus-square,
.icon-color--official .fa-google-plus-official,
.icon-color--official .fa-google-plus {
  color: #db4a39;
}

.icon-color--official .fa-tiktok {
  color: #ee1d52;
}

.icon-color--official .fa-twitter {
  color: #1DA1F2;
}

.icon-color--official .fa-whatsapp,
.icon-color--official .fa-whatsapp-square {
  color: #25d366;
}

.icon-color--official .fa-airbnb {
  color: #F73659;
}

.icon-color--official .fa-deviantart {
  color: #05cc47;
}

.icon-color--official .fa-linkedin,
.icon-color--official .fa-linkedin-square {
  color: #0a66c2;
}

.icon-color--official .fa-pinterest,
.icon-color--official .fa-pinterest-square,
.icon-color--official .fa-pinterest-alt {
  color: #bd081c;
}

.icon-color--official .fa-adobe {
  color: #DB2219;
}

.icon-color--official .fa-flickr,
.icon-color--official .fa-flickr-square {
  color: #f40083;
}

.icon-color--official .fa-tumblr {
  color: #35465d;
}

.icon-color--official .fa-slack {
  color: #4a154b;
}

.icon-color--official .fa-reddit,
.icon-color--official .fa-reddit-square {
  color: #ff4500;
}

.icon-color--official .fa-messenger {
  color: #913BCC;
}

.icon-color--official .fa-wordpress {
  color: #009BCB;
}

.icon-color--official .fa-weixin {
  color: #09B83E;
}

.icon-color--official .fa-behance {
  color: #0054F7;
}

.icon-color--official .fa-behance-square {
  color: #053eff;
}

.icon-color--official .fa-dribbble {
  color: #ea4c89;
}

.icon-color--official .fa-yahoo {
  color: #6001d2;
}

.icon-color--official .fa-blogger {
  color: #ED7800;
}

.icon-color--official .fa-snapchat,
.icon-color--official .fa-snapchat-ghost,
.icon-color--official .fa-snapchat-square {
  color: #fffc00;
}

.icon-color--official .fa-wix {
  color: #F4B66C;
}

.icon-color--official .fa-meta {
  color: #005ED6;
}

.icon-color--official .fa-baidu {
  color: #2319DC;
}

.icon-color--official .fa-twitch {
  color: #8C45F7;
}

.icon-color--official .fa-discord-alt {
  color: #5562EA;
}

.icon-color--official .fa-vk {
  color: #0072F7;
}

.icon-color--official .fa-trip-advisor {
  color: #31D99C;
}

.icon-color--official .fa-telegram {
  color: #28A4E4;
}

.icon-color--official .fa-quora {
  color: #B32A26;
}

.icon-color--official .fa-ok-ru {
  color: #EF8B27;
}

.icon-color--official .fa-microsoft-teams {
  color: #544FBC;
}

.icon-color--official .fa-foursquare {
  color: #F14572;
}

.icon-color--official .fa-soundcloud {
  color: #F75200;
}

.icon-color--official .fa-vimeo {
  color: #00A8E8;
}

.icon-color--official .fa-digg {
  color: #313131;
}

.icon-color--official .fa-periscope {
  color: #3E9FBE;
}

.icon-color--official .fa-xing {
  color: #005D5B;
}

.icon-color--official .fa-imdb {
  color: #EDBF17;
}


/*--------------------------------------------------------------
Article Section CSS
--------------------------------------------------------------*/
.mt-post-layout-two article {
  text-align: left;
}

.no-sidebar.mt-post-layout-two #mt-masonry article {
  width: 30.33%;
  margin-left:3%;
}

.no-sidebar-center.mt-post-layout-two #mt-masonry article{
  width: 47%;
  margin-left:3%;
}

.mt-post-layout-two .wp-diary-content-masonry {
  margin-left: -3%;
}

.left-sidebar.mt-post-layout-two #mt-masonry article , .right-sidebar.mt-post-layout-two #mt-masonry article {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  margin-right: -4px;
  margin-bottom: 4%;
}

.mt-post-layout-two .site-main article, .mt-post-layout-two #mt-masonry article{
  padding: 20px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  text-align: left;
}

.mt-post-layout-two article.sticky::before {
  right: 20px;
  left: auto;
  text-align: center;
}

.mt-post-layout-two .entry-meta a {
  margin: 0px 10px 10px 0px;
  font-size: 15px;
}

.mt-post-layout-two .cat-links a {
  margin: 0px 10px 10px 0px;
  font-size: 16px;
  font-weight: 600;
}

.mt-post-layout-two #mt-masonry article .entry-header,
.mt-post-layout-two .mt-related-posts-wrapper article .entry-header,
.mt-post-layout-two .single article .entry-header {
  padding: 0px;
}

.mt-post-layout-two #mt-masonry article .entry-content , .mt-post-layout-two  .entry-content {
  margin: 10px 0px;
  padding: 0px;
}

.mt-post-layout-two #mt-masonry article .entry-footer .mt-readmore-btn {
  border-radius: 30px;
  border: 1px solid #000;
}

.mt-post-layout-two #mt-masonry article .entry-footer .mt-readmore-btn:hover {
  background-color: transparent;
  color: #000;
}

.mt-post-layout-two .archive-grid-post-wrapper article .entry-title,
.mt-post-layout-two .frontpage-grid-post-wrapper article .entry-title{
  text-align: left;
}

.mt-post-layout-two .entry-header{
  padding:0px;
}


/*--------------------------------------------------------------
Author Section CSS
--------------------------------------------------------------*/

.wp_diary_author_info .mt-widget-author-box-layout-two .author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 0px 0px;
  overflow: hidden;
  vertical-align: middle;
}

.wp_diary_author_info .mt-widget-author-box-layout-two .author-name {
  width: 60%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.wp_diary_author_info .mt-widget-author-box-layout-two .author-description,
.wp_diary_author_info .mt-widget-author-box-layout-two .author-social {
  margin: 10px 0px 0px;
  text-align: left;
}


/********************************************************
widget Css
********************************************************/
.wp_diary_latest_posts .mt-latest-post-layout-two .mt-post-thumb {
  border: 0px;
  padding: 0px;
}

.wp_diary_latest_posts .mt-latest-post-layout-two .mt-post-meta a {
  color: #302b2b;
}

.wp_diary_latest_posts .mt-latest-post-layout-two .mt-post-title a {
  font-size: 15px
}

.wp_diary_latest_posts .mt-latest-post-layout-two .mt-post-meta a {
  font-size: 13px;
}

.mt-sidebar-widget-style--three #secondary .widget .widget-title,
.mt-sidebar-widget-style--three .mt-related-post-title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 30px;
  padding: 10px 0px;
  text-transform: uppercase;
  border: 0px;
}

.mt-sidebar-widget-style--three .widget-area .widget{
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  padding: 20px;
}

/*--------------------------------------------------------------
Site Mode CSS
--------------------------------------------------------------*/

#mt-site-mode-wrap {
  display: inline-block;
  margin: 5px 0px 0 20px;
}

#mt-site-mode-wrap .light-mode .fa-moon,
#mt-site-mode-wrap .dark-mode .fa-sun {
  display: none;
}

#mt-site-mode-wrap #mode-switcher {
  color: #212121;
  font-size: 18px;
}

#mt-site-mode-wrap #mode-switcher:hover{
  color: #c7831d;
}

