/*------------------------------------------------------------------------
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
# Envy
# ------------------------------------------------------------------------
# Designed by MegaDrupal
# Websites:  http://www.megadrupal.com -  Email: info@megadrupal.com
--------------------------------------------------------------------------

	1.  Base
	 	+ Outline
	 	+ Body
	 	+ Input, Textarea, Select
	 	+ Typography
	 	+ Last

	2.  Components
	 	+ Accordion
	 	+ Tabs
	 	+ Owlcarousel
	 	+ Button
	 	+ Divider

	3.  Frames
	 	+ Margin
	 	+ Padding
	 	+ Font
	 	+ Display
	 	+ Float
	 	+ Position
	 	+ Divider
	 	+ Image cover
	 	+ Background
	 	+ Overflow

	4.  Layout
	 	+ Header
	 	+ Featured
	 	+ Post
	 	+ Widget
	 	+ Form item
	 	+ Pagination
	 	+ Author
	 	+ Footer

	5.  Pages
	 	+ Masonry
	 	+ List
	 	+ Standard
	 	+ Single

--------------------------------------------------------------------------------*/
/* 1.   Base
--------------------------------------------------------------------------------*/
a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
}

body {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #333;
  padding: 0;
  margin: 0;
  letter-spacing: 0.01em;
  line-height: 1.7;
}


#page-wrap {
  overflow: hidden;
  z-index: 9;
  background-color: #fff;
}

.container {
  position: relative;
}

input, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

textarea {
  resize: none;
  padding: 12px;
  height: 140px;
  vertical-align: middle;
  width: 100%;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
  background: none;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  color: #666;
  font-size: 16px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
  border-color: #000;
}

input::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder {
  color: #888888;
}

input::-moz-placeholder {
  color: #888888;
}

input:-ms-input-placeholder {
  color: #888888;
}

textarea::-webkit-input-placeholder {
  color: #888888;
}

textarea:-moz-placeholder {
  color: #888888;
}

textarea::-moz-placeholder {
  color: #888888;
}

textarea:-ms-input-placeholder {
  color: #888888;
}

/* Typography */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
}
h1 > a, .h1 > a, h2 > a, .h2 > a, h3 > a, .h3 > a, h4 > a, .h4 > a, h5 > a, .h5 > a, h6 > a, .h6 > a {
  color: inherit;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: #999;
}

code, kbd, pre, samp {
  font-size: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

code {
  background-color: eee;
  letter-spacing: 0.015em;
}

abbr {
  background-color: #A1D71A;
  color: #111;
  border-width: 2px;
}

mark, .mark {
  color: #fff;
  background-color: #1e2426;
}

dfn {
  border-bottom: 1px dashed;
}
dt {
    font-weight: bold;
}
dd {
    padding-bottom: 12px;
}
blockquote {
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 2px 20px;
  line-height: 1.5;
  text-align: left;
  border-left: 3px solid #D4D4D4;
}
blockquote p {
  margin: 0;
}
blockquote cite, blockquote footer {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #666;
  margin-top: 5px;
  margin-bottom: 5px;
}

pre {
  font-family: "Lato", sans-serif;
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4;
}

span.dropcap {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 34px;
  margin: 6px 8px 0 0;
  color: #666;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

::-moz-selection {
  color: #fff;
  background-color: #1e2426;
}

::selection {
  color: #fff;
  background-color: #1e2426;
}

.icon {
  display: inline-block;
  font-style: normal;
}

iframe {
  border: 0;
  max-width: 100%;
  height: auto;
}

/* Fix background cover safari */
.fix-background-ios {
  -webkit-background-size: auto 150%  !important;
  background-attachment: scroll  !important;
}

.list-style-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

.awe-image img {
  width: 100%;
}

.awe-social a {
  display: inline-block;
  color: #000;
  margin: 5px;
}

.awe-section,
section {
  padding-top: 55px;
  padding-bottom: 55px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-image-top {
  background-size: cover;
  background-position: center;
}

/* 2.   Components
--------------------------------------------------------------------------------*/
/* Accordion */
.accordion {
  font-family: "Quattrocento Sans", sans-serif;
}
.accordion .ui-accordion-header {
  background: none;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 15px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  text-transform: uppercase;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .ui-accordion-header .ui-accordion-header-icon {
  display: block;
  margin-top: 0;
  right: 15px;
  left: auto;
  font-size: 14px;
  color: 444;
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
  border: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  -o-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .ui-accordion-header .ui-accordion-header-icon:before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 18px;
  display: block;
}
.accordion .ui-state-active,
.accordion .ui-widget-content .ui-state-active {
  border-color: #999;
  color: #262626;
}
.accordion .ui-state-active .ui-icon,
.accordion .ui-widget-content .ui-state-active .ui-icon {
  color: #1e2426;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.accordion .ui-widget-content {
  background: none;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.7em;
  padding: 20px 0 30px 0;
}

/* Tabs */
.tabs {
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 16px;
  border: 0;
  padding: 0;
  background: none;
}
.tabs .ui-tabs-nav {
  position: relative;
  overflow: hidden;
  background: none;
  margin-bottom: 22px;
  padding: 0;
  overflow: hidden;
  border: 0;
  z-index: 9;
}
.tabs .ui-tabs-nav li {
  background: none;
  border: 0;
  float: none;
  overflow: hidden;
  display: inline-block;
}
.tabs .ui-tabs-nav li .ui-tabs-anchor {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #919191;
  text-transform: uppercase;
  margin: 5px;
  padding: 0 15px;
  border: 1px solid #d4d4d4;
  line-height: 34px;
  z-index: 9;
}
.tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-color: #999;
  color: #262626;
}
.tabs .ui-tabs-panel {
  padding: 0;
}

/* Owl carousel */
.owl-carousel .owl-controls {
  margin: 0;
}
.owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 999;
}
.owl-carousel .owl-controls .owl-buttons > div {
  display: inline-block;
}
.owl-carousel .owl-controls .owl-buttons > div .fa {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #222;
  font-size: 16px;
  opacity: .8;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
  margin-right: 3px;
}
.owl-carousel .owl-controls .owl-buttons > div.owl-next {
  margin-left: 3px;
}
.owl-carousel .owl-controls .owl-buttons > div:hover .fa {
  opacity: 1;
  color: #fff;
}

.autoHeight {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.owl-theme .owl-controls .owl-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1E2426;
  opacity: 1;
  border: 2px solid #1E2426;
}
.owl-theme .owl-controls .owl-page.active span {
  background: none;
}

/* Button */
.form-submit input,
.form-submit button,
.awe-btn,
.wpcf7 input[type="submit"],
.widget_mc4wp_widget form > p:nth-child(2) > input[type="submit"],
#footer .widget_mc4wp_widget form > p:nth-child(2) > input[type="submit"],
.post-content form > p:nth-child(2) > input[type="submit"] {
  display: inline-block;
  min-width: 160px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: none;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: center;
  padding: 9px 20px;
  background-color: #1e2426;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-submit input:hover,
.form-submit button:hover,
.awe-btn:hover {
  opacity: .8;
  color: #fff;
}

/* Divider */
.awe-divider {
  position: relative;
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #DBDBDB;
  margin-top: -1px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.awe-divider-left {
  margin-left: 0;
}

.awe-divider-right {
  margin-right: 0;
}

.awe-divider-40-1 {
  border-width: 1px !important;
  width: 40px;
}

.awe-divider-40-2 {
  border-width: 2px !important;
  width: 40px;
}

.awe-divider-40-3 {
  border-width: 3px !important;
  width: 40px;
}

.awe-divider-40-4 {
  border-width: 4px !important;
  width: 40px;
}

.awe-divider-40-5 {
  border-width: 5px !important;
  width: 40px;
}

/* 3.   Frames
--------------------------------------------------------------------------------*/
/* Margin */
.mlr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

/* Margin top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Margin right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* Margin bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* Margin left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/* Padding */
.p-0 {
  padding: 0px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

/* Padding top */
.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/* Padding right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* Padding bottom */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* Padding left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* Font style */
.fsi {
  font-style: italic !important;
}

.fsn {
  font-style: normal !important;
}

.font-primary {
  font-family: "Montserrat", sans-serif;
}

.font-cursive {
  font-family: "Dancing Script", cursive;
}

.font-serif {
  font-family: "Quattrocento Sans", sans-serif;
}

.text-ellipsis {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Display */
.tb {
  display: table !important;
}

.tb-row {
  display: table-row !important;
}

.tb-cell-middle {
  display: table-cell !important;
  vertical-align: middle;
}

.tb-cell-top {
  display: table-cell !important;
  vertical-align: top;
}

.tb-cell-bottom {
  display: table-cell !important;
  vertical-align: bottom;
}

.bl {
  display: block !important;
}

.il {
  display: inline !important;
}

.il-bl {
  display: inline-block !important;
}

/* Float */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

/* Position */
.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}

.pos-f {
  position: fixed;
}

.pos-s {
  position: static;
}

/* Image cover */
.image-cover {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.image-cover.image-cover-5 {
  padding-top: 5%;
}

.image-cover.image-cover-10 {
  padding-top: 10%;
}

.image-cover.image-cover-15 {
  padding-top: 15%;
}

.image-cover.image-cover-20 {
  padding-top: 20%;
}

.image-cover.image-cover-25 {
  padding-top: 25%;
}

.image-cover.image-cover-30 {
  padding-top: 30%;
}

.image-cover.image-cover-35 {
  padding-top: 35%;
}

.image-cover.image-cover-40 {
  padding-top: 40%;
}

.image-cover.image-cover-45 {
  padding-top: 45%;
}

.image-cover.image-cover-50 {
  padding-top: 50%;
}

.image-cover.image-cover-55 {
  padding-top: 55%;
}

.image-cover.image-cover-60 {
  padding-top: 60%;
}

.image-cover.image-cover-65 {
  padding-top: 65%;
}

.image-cover.image-cover-70 {
  padding-top: 70%;
}

.image-cover.image-cover-75 {
  padding-top: 75%;
}

.image-cover.image-cover-80 {
  padding-top: 80%;
}

.image-cover.image-cover-85 {
  padding-top: 85%;
}

.image-cover.image-cover-90 {
  padding-top: 90%;
}

.image-cover.image-cover-95 {
  padding-top: 95%;
}

.image-cover.image-cover-100 {
  padding-top: 100%;
}

.image-cover img {
  position: absolute !important;
  width: 100%;
  max-width: none !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Background */
.bg-fixed {
  background-attachment: fixed;
}

.bg-pattern {
  background-size: auto;
  background-repeat: repeat;
}

.bg-color-primary {
  background-color: #1e2426;
}

.bg-color-dark {
  background-color: #262626;
}

.bg-overlay-light:before {
  background-color: #fff;
}

.bg-overlay-dark:before {
  background-color: #000;
}

[class*="bg-overlay-"] {
  position: relative;
}
[class*="bg-overlay-"]:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .6;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-scroll-x {
  overflow-x: scroll;
}

.overflow-scroll-y {
  overflow-y: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-auto-x {
  overflow-x: auto;
}

.overflow-auto-y {
  overflow-y: auto;
}

/* 4.   Layout
--------------------------------------------------------------------------------*/
/* Header page */
#header-page {
  position: relative;
  height: 70px;
  border-bottom: 1px solid #eee;
  z-index: 99999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#header-page .container {
  height: 100%;
}
#header-page .header-page__inner {
  width: 100%;
  height: 70px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
#header-page .header-page__inner.header-page__fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#header-page .logo {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-page .logo img {
  max-height: 70px;
}

.awe-navigation {
  position: relative;
  text-align: right;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.awe-navigation .menu-list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.awe-navigation .menu-list li {
  position: relative;
  display: inline-block;
  padding: 0 24px;
}
.awe-navigation .menu-list li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #1E2426;
  line-height: 70px;
}
.awe-navigation .menu-list li:hover > a, .awe-navigation .menu-list li.current-menu-parent > a, .awe-navigation .menu-list li.current-menu-item > a {
  color: #999;
}
.awe-navigation .menu-list li .sub-menu {
  position: absolute;
  width: 200px;
  list-style: none;
  padding: 0;
  top: 110%;
  left: 0;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-navigation .menu-list li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.awe-navigation .menu-list li .sub-menu li a {
  position: relative;
  line-height: 40px;
  color: #fff;
  text-transform: none;
  background-color: #19110D;
  padding: 0 18px;
}
.awe-navigation .menu-list li .sub-menu li:hover > a {
  background-color: #333;
}
.awe-navigation .menu-item-has-children > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
}
.awe-navigation .sub-menu .menu-item-has-children > a:after {
  content: "\f105";
  right: 18px;
}
.awe-navigation .menu-list li .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.awe-navigation .menu-list li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.awe-navigation .menu-list li:hover > .sub-menu .sub-menu {
  top: 0;
}

.sub-menu-left {
  left: 0 !important;
  right: auto !important;
}
.sub-menu-left.sub-menu-left {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.sub-menu-right {
  right: -4px !important;
  left: auto !important;
}
.sub-menu-right.sub-menu-right {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.awe-navigation-responsive {
  position: fixed;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: 0;
  padding-top: 50px;
  background-color: #fff;
  max-width: 280px;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-right: 0;
  border-bottom: 0;
  z-index: 999999;
  -webkit-box-shadow: 0 100px 0 0 white;
  -moz-box-shadow: 0 100px 0 0 white;
  box-shadow: 0 100px 0 0 white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-navigation-responsive.awe-navigation-responsive-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.awe-navigation-responsive .menu-list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.awe-navigation-responsive .menu-list li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.awe-navigation-responsive .menu-list li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.awe-navigation-responsive .menu-list li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #1E2426;
  line-height: 50px;
}
.awe-navigation-responsive .menu-list li a:hover {
  color: #1e2426;
}
.awe-navigation-responsive .menu-list li.current-menu-parent > a, .awe-navigation-responsive .menu-list li.current-menu-item > a {
  color: #1e2426;
}
.awe-navigation-responsive .menu-list li .sub-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0;
  padding-top: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awe-navigation-responsive .menu-list li .sub-menu.sub-menu-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 999;
}
.awe-navigation-responsive .menu-list .submenu-toggle {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #eee;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.awe-navigation-responsive .menu-list .submenu-toggle .fa {
  font-size: 18px;
  line-height: 50px;
}
.awe-navigation-responsive .menu-list .submenu-toggle:hover .fa {
  color: #1e2426;
}
.awe-navigation-responsive .menu-list .back-mb .fa {
  margin-right: 5px;
}

.open-menu-responsive {
  position: absolute;
  display: block;
  display: none;
  width: 60px;
  height: 70px;
  cursor: pointer;
  top: 0;
  right: 15px;
  overflow: hidden;
  z-index: 99;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.open-menu-responsive .hamburger {
  position: absolute;
  width: 60px;
  height: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.open-menu-responsive .item {
  position: absolute;
  display: block;
  font-size: 0;
  width: 20px;
  height: 2px;
  background-color: #67728A;
  margin: auto;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.open-menu-responsive .item-1 {
  top: 0;
}
.open-menu-responsive .item-2 {
  top: 0;
  bottom: 0;
}
.open-menu-responsive .item-3 {
  bottom: 0;
}
.open-menu-responsive:hover .item {
  background-color: #1e2426;
}

.awe-navigation-hamburger .open-menu-responsive:hover .item {
  background-color: #1e2426;
}

.close-menu-responsive {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.close-menu-responsive.close-menu-responsive-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.close-menu-responsive .item {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #1E2426;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.close-menu-responsive .item-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-menu-responsive .item-2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Featured */
.featured-slider {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 10px;
}
.featured-slider,
.images-slider {
  position: relative;
  z-index: 9;
  background-color: #f9f9f9;
}
.featured-slider.owl-carousel,
.images-slider.owl-carousel {
  background: none;
}

.featured-slider:after,
.images-slider:after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #262626;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: loadingSlider 1s linear infinite;
  -moz-animation: loadingSlider 1s linear infinite;
  -ms-animation: loadingSlider 1s linear infinite;
  -o-animation: loadingSlider 1s linear infinite;
  animation: loadingSlider 1s linear infinite;
}

@-webkit-keyframes loadingSlider {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
  }

  80% {
    opacity: 0;
    -webkit-transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes loadingSlider {
  0% {
    opacity: 1;
    -moz-transform: scale(0);
  }

  80% {
    opacity: 0;
    -moz-transform: scale(1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}
@keyframes loadingSlider {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  80% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.featured-slider .owl-wrapper-outer .featured-slider--item,
.images-slider .owl-wrapper-outer .item {
  display: block;
  opacity: 1;
}
.featured-slider .featured-slider--item,
.images-slider .item {
  position: relative;
  opacity: 0;
}
.featured-slider .featured-slider--item + .featured-slider--item,
.images-slider .item + .item {
  display: none;
}

.featured-slider--item {
  overflow: hidden;
  background-color: #fff;
}
.featured-slider--item .post-media {
  padding-right: 30px;
  width: 69%;
}
.featured-slider--item .post-body {
  /*width: 31%;*/
  overflow: hidden;
  position: relative;
}
.featured-slider--item .post-title h2 {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
}
.featured-slider--item .awe-divider {
  margin-left: 0;
  border-color: #1E2426;
}
.featured-slider--item .post-feat {
  position: relative;
  background-color: #E74C3C;
  line-height: 40px;
  height: 40px;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
  border-radius: 0 3px 3px 0;
}
.featured-slider--item .post-feat:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 20px 15px;
  border-left-color: #E74C3C;
  top: 0;
  right: 1px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.featured-slider--item .post-cat {
  margin-top: 30px;
}
.featured-slider--item .tiled-gallery.col-1 .image-wrap {
  padding-top: 48.6%;
}
.featured-slider--item .tiled-gallery.col-2 .image-wrap {
  padding-top: 97.4%;
}
.featured-slider--item .tiled-gallery.col-3 .image-wrap {
  padding-top: 73%;
}
.featured-slider--item .tiled-gallery.col-4 .image-wrap {
  padding-top: 100%;
}
.featured-slider--item .tiled-gallery .image-wrap {
  padding-top: 58.5%;
}

@media screen and (max-width: 1199px) {
  .featured-slider--item .post-body .post-content {
    /*display: none !important;*/
  }
}
@media screen and (max-width: 991px) {
  .featured-slider--item .post-media {
    /*display: none !important;*/
    width: 100%;
    float: none !important;
    padding-right: 0;
  }
  .featured-slider--item .post-title {
    margin-top: 5px;
  }
  .featured-slider--item .post-body .post-content,
  .featured-slider--item .post-cat,
  .featured-slider--item .post-feat,
  .featured-slider--item .awe-divider,
  .featured-slider--item .post-meta  {
    display: none !important;
  }
}
@media screen and (max-width: 760px) {
  .featured-slider--item .post-media {
    padding-right: 0;
    width: 100%;
  }

  .featured-slider--item .post-body {
    /*display: none;*/
  }
}
/* Post */
.post-cat ul {
  list-style: none;
  padding: 0;
  margin: 0 -6px;
  font-size: 0;
}
.post-cat ul li {
  display: inline-block;
  margin: 3px 6px;
}
.post-cat ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #A6A6A6;
  padding: 3px 10px;
  line-height: normal;
}
.post-cat ul li a:hover {
  background-color: #111;
}

.post-meta {
  font-size: 14px;
  color: #1E2426;
  letter-spacing: 2px;
}

.post {
  position: relative;
  margin-bottom: 50px;
}
.post .post-media {
  position: relative;
  /*border-top: 1px solid #eee;*/
}
.post .post-media > a {
  display: block;
}
.post .post-media img {
  display: block;
  margin: 0 auto;
}
.post .post-media .link > a {
  display: block;
  position: relative;
  z-index: 9;
}
.post .post-media .link > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.post .post-media .link > a:before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #fff;
  z-index: 2;
}
.post .post-media .link > a span {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  z-index: 3;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post .post-media .post-format {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post .post-media .post-format a {
  display: block;
  color: #1e2426;
}
.post .post-media:hover .post-format {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post .post-title h2 {
  font-size: 18px;
}
.post .post-body {
  padding-bottom: 30px;
}
.post .awe-divider {
  margin-left: 0;
  border-color: #1E2426;
}

.format-quote blockquote {
  padding: 8%;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 24px;
  border: 3px solid #D4D4D4;
}

.blog-masonry .grid-item {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-masonry.masonry-col-2 .grid-item {
  width: 50%;
}
.blog-masonry.masonry-col-3 .grid-item {
  width: 33.3333%;
}
.blog-masonry.masonry-col-4 .grid-item {
  width: 25%;
}


.post-content a {
  text-decoration: underline;
}

.post-content .more-link {
  font-size: 15px;
  font-style: italic;
}
.post .wp-caption,
.post .wp-caption img {
  width: auto !important;
}

.post .wp-caption img {
  position: relative;
  margin-bottom: 10px;
  top: 5px;
}

.post .wp-caption .wp-caption-text {
  font-size: 13px;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 30px;
}

/* Widget */
.widget {
  margin-bottom: 52px;
}
.widget > h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin-top: 0;
  margin-bottom: 22px;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: -5px 0;
}
.widget ul li a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #A5A5A5;
  line-height: 2.3em;
}
.widget  ul li a:hover {
  color: #000;
}
.widget li > ul, .widget li > ol {
  padding-left: 20px;
}
.widget select,
.widget input[type="search"],
.widget input[type="text"],
.widget input[type="email"],
.widget textarea {
  width: 100%;
}

.widget-list .post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.widget-list .post-media {
  border: 0;
  width: 100px;
  float: left;
  margin-right: 10px;
}
.widget-list .post-body {
  padding-bottom: 0;
}
.widget-list .post-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.widget-list .post-cat ul li a {
  padding: 2px 8px;
  font-size: 12px;
}

.widget-slider .post {
  margin-bottom: 0;
}
.widget-slider .post-body {
  padding-bottom: 0;
}
.widget-slider .post-media {
  border: 0;
}
.widget-slider .owl-controls .owl-buttons {
  position: static;
}
.widget-slider .owl-controls .owl-buttons > div {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.widget-slider .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.widget-slider .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.awe_widget_author {
  text-align: center;
}
.awe_widget_author > h4 {
  text-align: left;
}

.widget-author--image {
  position: relative;
  z-index: 9;
}
.widget-author--image:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 9;
  border: 1px solid #fff;
  pointer-events: none;
}
/* At place Feature slider */
.featured-slider .awe_widget_author {
  text-align: center;
}
.featured-slider .widget-author--image:after  {
  display: none;
}
.featured-slider .widget-author--image {
  margin-right: 20px;
}
.featured-slider .widget-author--image img {
  max-width: 300px;
}
.featured-slider .awe_widget_author p {
  padding: 0 50px;
  margin-top: 20px;
}
.widget-author--name h2 {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 24px;
}

.widget_follow_us ul,
.awe_widget_follow_us ul {
  text-align: center;
  font-size: 0;
}
.widget_follow_us ul li,
.awe_widget_follow_us ul li {
  display: inline-block;
  margin: 5px;
}
.widget_follow_us ul li a,
.awe_widget_follow_us ul li a {
  font-size: 16px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  background-color: #A6A6A6;
  color: #fff !important;
  display: block;
}
.featured-slider .awe_widget_follow_us ul li a  {
  height: 60px;
  width: 60px;
  font-size: 22px;
  line-height: 60px;
}
.widget_follow_us ul li a:hover,
.awe_widget_follow_us ul li a:hover {
  background-color: #1e2426;
  color: #fff;
}

.widget_awe_no_images ul li {
  position: relative;
  counter-increment: listWidget;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget_awe_no_images ul li h3 {
  font-size: 14px;
  margin: 0;
}
.widget_awe_no_images ul li h3 a {
  display: block;
  color: #000;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget_awe_no_images ul li h3 a:hover {
  color: #666;
}
.widget_awe_no_images ul li .date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #1E2426;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.widget_awe_no_images ul li:before {
  content: counter(listWidget);
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #000;
  background-color: #eee;
  float: left;
  margin-right: 20px;
}
.widget_awe_no_images ul li .content {
  overflow: hidden;
}

.widget_instagram > ul,
.widget_flickr > ul {
  overflow: hidden;
  margin-left: -8px;
  margin-right: -8px;
}
.widget_instagram > ul li,
.widget_flickr > ul li {
  width: 33.3333333333%;
  padding: 8px;
  float: left;
}
.widget_instagram > ul li a,
.widget_flickr > ul li a {
  display: block;
}
.widget_instagram > ul li a img,
.widget_flickr > ul li a img {
  width: 100%;
}
.widget_instagram > ul li a:hover,
.widget_flickr > ul li a:hover {
  opacity: 1 !important;
}
.widget_instagram > ul:hover li a,
.widget_flickr > ul:hover li a {
  opacity: .6;
}

.tagcloud {
  font-size: 0;
  margin-left: -3px;
  margin-right: -3px;
}
.tagcloud a {
  display: inline-block;
  padding: 4px 14px;
  font-weight: 400;
  font-size: 13px !important;
  color: #444;
  background-color: #eee;
  margin: 3px;
}
.tagcloud a:hover {
  background-color: #111;
  color: #fff;
}

.widget_subscribe form {
  position: relative;
}
.widget_subscribe form .form-item input {
  padding-right: 85px;
}
.widget_subscribe form .form-submit {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.widget_subscribe form .form-submit input, .widget_subscribe form .form-submit button {
  min-width: 0;
  padding: 0 15px;
  line-height: 40px;
}

/* Form item */
.form-item {
  margin-bottom: 20px;
}
.form-item label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.form-item textarea,
.form-item input {
  width: 100%;
}

.form-submit {
  margin-top: 40px;
}

/* Pagination */
.pagination {
  display: block;
  text-align: center;
  padding: 30px 0;
}
.pagination span, .pagination a {
  display: inline-block;
  font-size: 16px;
  color: #222;
  background-color: #eee;
  min-width: 42px;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  text-align: center;
  margin: 2px;
  text-decoration: none;
}
.pagination a:hover,
.pagination .current {
  background-color: #1e2426;
  color: #fff;
}

/* Author */
.about-author {
  border-top: 2px solid #141210;
}

.author-info {
  position: relative;
}
.author-info .author-social {
  position: absolute;
  top: 0;
  right: 0;
}
.author-info .author-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 3px;
  color: #222;
  background-color: #eee;
}
.author-info .author-social a:hover {
  background-color: #1e2426;
  color: #fff;
}

/* Footer */
#footer-page {
  border-top: 1px solid #d4d4d4;
}
#footer-page .footer-widgets {
  padding-top: 50px;
}
#footer-page .widget {
  margin-bottom: 30px;
}
#footer-page .widget h4 {
  border: 0;
  font-size: 20px;
  text-transform: none;
  padding: 0;
}

.copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #A6A6A6;
  margin: 0;
}
.copyright a {
  color: #A6A6A6;
  text-decoration: underline;
}

/* 5.   Pages
--------------------------------------------------------------------------------*/
/* Masonry */
.masonry-row {
  margin-left: -15px;
  margin-right: -15px;
}

/* List */
.blog-list .post {
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.blog-list .post .post-media {
  float: left;
  width: 100%;
  max-width: 270px;
  border: 0;
  margin-right: 30px;
}
.blog-list .post .post-media .quote blockquote {
  padding: 8%;
}
.blog-list .post .post-media.no-post-body {
  float: none;
  max-width: 100%;
}
.blog-list .post .post-body {
  padding-bottom: 10px;
  overflow: hidden;
}
.blog-list .post .post-body .post-title h2 {
  margin-top: 0;
}

/* Masonry */
.blog-standard .post .post-title h2 {
  font-size: 32px;
}
.blog-standard .post .post-content {
  margin-top: 20px;
}


/* Single */
.nav-single {
  overflow: hidden;
}
.nav-single a {
  display: block;
  border: 2px solid #0A0A06;
  width: calc(50% - 15px);
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  float: left;
  color: #000;
}
.nav-single a.prev {
  margin-right: 15px;
}
.nav-single a.next {
  margin-left: 15px;
}
.nav-single a:hover {
  background-color: #0A0A06;
  color: #fff;
}

.tag-share .share a {
  font-size: 12px;
  background-color: #eee;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
}
.tag-share .share a:hover {
  background-color: #1e2426;
  color: #fff;
}

/* Comment */
#comments ol, #comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#comments .commentlist > .comment {
  border-bottom: 1px solid #D4D4D4;
}
#comments .commentlist > .comment:first-child {
  padding-top: 0;
}
#comments .commentlist .children {
  margin-left: 65px;
  border-left: 4px solid #eee;
  padding-left: 30px;
}
#comments .commentlist .comment {
  padding: 30px 0;
}
#comments .commentlist .comment .comment-box {
  position: relative;
}
#comments .commentlist .comment .comment-box .comment-body {
  overflow: hidden;
}
#comments .commentlist .comment .comment-box .fn {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #0B0A06;
}
#comments .commentlist .comment .comment-box .comment-meta {
  font-size: 14px;
  color: #D4D4D4;
}

.comment-author {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 30px;
}

.comment-abs {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-abs a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #262626;
  background-color: #eee;
  margin: 3px;
  padding: 0 5px;
}
.comment-abs a:hover {
  background-color: #1e2426;
  color: #fff;
}

#comments,
#respond {
  margin-top: 55px;
}
#comments h3,
#respond h3 {
  margin-bottom: 30px;
}

#respond {
  margin-bottom: 50px;
}
#respond .form-submit {
  margin-top: 0;
}
#respond .form-submit input, #respond .form-submit button {
  width: 100%;
}

@media screen and (max-width: 685px) {
  .author-info .author-social {
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .about-author .image-thumb {
    float: none !important;
    margin-bottom: 20px;
  }

  .nav-single a {
    font-size: 12px;
    line-height: 40px;
    width: calc(50% - 10px);
  }

  .nav-single a.prev {
    margin-right: 10px;
  }

  .nav-single a.next {
    margin-left: 10px;
  }

  .comment-abs {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .comment-author {
    float: none;
    margin-bottom: 15px;
  }

  #comments .commentlist .children {
    margin-left: 10px;
    padding-left: 10px;
  }
}


/* Contact Form 7 custom */

.wpcf7-radio input[type="radio"],
.wpcf7-checkbox input[type="checkbox"] {
    display: none;
}
.wpcf7-radio .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-list-item label {
    cursor: pointer;
}
.wpcf7-radio  .wpcf7-list-item-label,
.wpcf7-checkbox  .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
}
.wpcf7-radio  .wpcf7-list-item-label:before,
.wpcf7-checkbox  .wpcf7-list-item-label:before {
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #d4d4d4;
    background-color: #FFF;
    content: '';
    font-family: "FontAwesome";
    line-height: 14px;
    color: #3d4964;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;

}
input[type="radio"]:checked ~ .wpcf7-list-item-label:before,
input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
    content: '\f00c' !important;
}
.contact-us .wpcf7-radio  .wpcf7-list-item-label:before,
.contact-us .wpcf7-checkbox  .wpcf7-list-item-label:before,
.widget .wpcf7-radio  .wpcf7-list-item-label:before,
.widget .wpcf7-checkbox  .wpcf7-list-item-label:before {
    background-color: #fff;
}
span.wpcf7-list-item label {
  display: block;
  font-weight: normal;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
  margin-bottom: 10px;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
  width: 100%;
  position: relative;
}
#wp-calendar td {
  font-size: 14px;
  padding: 5px;
}
#wp-calendar caption {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
  text-align: center;
}
#wp-calendar caption {
  background-color: #000;
  color: #fff;
  font-size: 17px;
  padding: 4px 0;
}
#wp-calendar thead th {
  background-color: rgba(0,0,0,.6);
  color: #fff;
  padding: 2px 0;
  font-size: 13px;
}
.widget_calendar  tbody a {
  background-color: #000;
  color: #fff !important;
  display: block;
}
.widget_calendar tfoot td a {
  background-color: #000;
  color: #fff !important;
  display: block;
}


/* FLickr */
.widget.jr-insta-slider li,
.widget.awe_widget_flickr li,
.widget.pinterest_rss_widget li {
    padding: 0;
}
.widget_instagram .instagram,
.awe_widget_flickr .flickr,
.pins-feed-list {
    overflow: hidden;
    margin-right: -3px;
}

.widget_instagram .instagram li,
.awe_widget_flickr .flickr li,
li.pins-feed-item {
    width: 30.83%;
    float: left;
}

.widget_instagram .instagram li a,
.awe_widget_flickr .flickr li a {
    display: block;
}

.widget_instagram .instagram li a img,
.awe_widget_flickr .flickr li a img {
    width: 100%;
}

.widget_instagram .instagram li a:hover,
.awe_widget_flickr .flickr li a:hover {
    opacity: .7;
}
.awe_widget_flickr ul {list-style: none;}
.awe_widget_flickr ul,
ul.pins-feed-list {
    list-style: none;
    font-size: 0;
    margin-left: -2.5%;
}
.awe_widget_flickr ul li,
li.pins-feed-item {
    display: inline-block;
    margin: 0 0 2.5% 2.5%;
}
.awe_widget_author a {
  text-decoration: underline;
}

/* Gallery content */

.post-content .gallery-item img {
  border: none !important;
}

.post-content .tiled-gallery .item:after {
  border-width: 13px;
}


.tiled-gallery {
  overflow: hidden;
}

.tiled-gallery .item {
  position: relative;
  width: 33.3333333333%;
  float: left;
  overflow: hidden;
  z-index: 9;
}

.tiled-gallery .item:after {
  content: '';
  display: block;
  position: absolute;
  border: 8px solid #fff;
  pointer-events: none;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  z-index: 1;
}

.tiled-gallery .image-wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.tiled-gallery .image-wrap img {
  position: absolute;
  width: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tiled-gallery.col-1 .item {
  width: 100%;
}

.tiled-gallery.col-5 .item:nth-child(1),
.tiled-gallery.col-5 .item:nth-child(2),
.tiled-gallery.col-2 .item {
  width: 50%;
}

.tiled-gallery.col-3 .item:nth-child(1) {
  width: 66.66667%;
}

.tiled-gallery.col-4 .item:nth-child(1) {
  width: 50%;
}

.tiled-gallery.col-4 .item:nth-child(2),
.tiled-gallery.col-4 .item:nth-child(3) {
  width: 25%;
}

.tiled-gallery.col-4 .item:nth-child(4) {
  width: 50%;
}

.tiled-gallery.col-4 .item:nth-child(4) .image-wrap {
  padding-top: 50%;
}

.tiled-gallery.col-4 .image-wrap {
  padding-top: 100%;
}

.tiled-gallery.col-5 .item:nth-child(3),
.tiled-gallery.col-5 .item:nth-child(4),
.tiled-gallery.col-5 .item:nth-child(5) {
  width: 33.3333%;
}


/**
 * 14.2 Galleries
 */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
    text-align: center;
}
.error404 .awe-section {
  text-align: center;
}
.widget_rss .rss-date {
  display: block;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.widget_rss .rss-date, .widget_rss li > cite,
.widget .post-date {
  font-size: 12px;
  color: #A6A6A6;
}
.widget .post-title h2 {
  margin-top: 6px;
  margin-bottom: 2px;
}
.widget .post-meta {
  line-height: 1;
}

.hentry.sticky .fa-thumb-tack{
  font-size: 20px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.post-content table,
.comment-content table {
    font-size: 14px;
    line-height: 1.28571;
    margin-bottom: 24px;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
.post-content th,
.comment-content th {
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}

.post-content td, .comment-content td {
    padding: 8px;
}
.post-content table,
.post-content table th,
.post-content table td {
    border: 1px solid rgba(0, 0, 0, 0.1)
}
.post-content table {
    border-width: 1px 0 0 1px;
}
.post-content table th,
.post-content table td {
    font-size: 13px;
    border-width: 0 1px 1px 0;
}

.genericon:before:hover,
.menu-toggle:after:hover,
.date a:before:hover,
.entry-meta .author a:before:hover,
.format-audio .entry-content:before:hover,
.comments-link a:before:hover,
.tags-links a:first-child:before:hover,
.categories-links a:first-child:before:hover,
.edit-link > a:before:hover,
.attachment-meta:before:hover,
.attachment-meta a:before:hover,
.comment-awaiting-moderation:before:hover,
.comment-reply-link:before:hover,
.comment-reply-title small a:before:hover,
.bypostauthor > .comment-body .fn:before:hover {
  text-decoration: none;
}
