/*
Theme Name: Pesta
Theme URI: http://pesta.themesawesome.com
Author: Themes Awesome
Author URI: http://www.themesawesome.com
Text Domain: pesta
Description: Event Planner & Organizer WordPress Theme
Tags: left-sidebar, custom-background, custom-colors, custom-menu, featured-images, microformats, sticky-post, theme-options, threaded-comments, translation-ready
Version: 1.5
Requires at least: 5.0
Tested up to: 6.1
Stable tag: 1.5
Requires PHP: 7.0
License:      GNU General Public License V2
License URI:      license.txt
-----------------------------------------------------------------------------------
  1. CSS Reset
  2. Header
    2.1. Header Style
        2.1.1. Search Form
  3. Pages
    3.1. Standard Page
    3.2. 404 Page
    3.3. Author Page
  4. Post Formats
  5. Post Loop
  6. Single Post
    6.1. Single Post Meta
    6.2. Single Post Tag
    6.3. Single Post Author
    6.4. Single Post Pagination
    6.5. Single Post Comment Section
  7. Sidebar
    7.1. Sidebar - Search
    7.2. Sidebar - Recent Post
    7.3. Latest Post - Standard with featured image
  8. Services
  9. Single Service
  10. Footer
    10.1. Footer Widget
        10.1.1 Footer Widget - Custom Menu 
    10.2. Footer Copyright
    10.3. Footer Layout 
  11. Page Builder
    11.1. Head Title Block 
        11.1.1 Head Title - Style 1 
        11.1.2 Head Title - Style 2 
        11.1.3 Head Title - Style 3 
        11.1.4 Head Title - Style 4 
        11.1.5 Head Title - Style 5 
        11.1.6 Head Title - Style 6 
        11.1.7 Head Title - Style 7
    11.2. Team Block
    11.3. Testimonial Block
    11.4. Contact Form Block
    11.5. Post Block
    11.6. Instagram Block
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1. CSS Reset
/*-----------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 16px;
    background: #ffffff;
    color: #000000;
    line-height: 1.618;
    font-family: 'Roboto';
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    padding-left: 40px;
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    padding-start: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
    color: #000000;
    font-family: 'Dosis';
}

.main-menu a {
    font-family: 'Montserrat';
    font-weight: 600;
}

.post-content .post-text p, .comment-content p {
    color: #333333;
}

.navigation-paging .post-navigation a {
    border-radius: 50px;
}

h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.125;
}

h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.25;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
}

h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

a {
    cursor: pointer;
    outline: none;
    color: #000000;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    color: #999999;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0;
}

p {
    margin: 0 0 20px;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-color: #dcd7ca;
}
thead {
    vertical-align: bottom;
    white-space: nowrap;
}

th,
td {
    border: 0.1rem solid #dcd7ca;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 0.5em;
}

th {
    font-weight: 700;
}
th a {
    text-decoration: underline !important;
}
th a:hover {
    color: #DA0D2B;
}

*::-moz-selection {
    background-color: #dddddd;
    color: #000000;
}

*::selection {
    background-color: #dddddd;
    color: #000000;
}

button {
    border: none;
    background-image: none;
    background: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    margin: 1rem 0;
    border-left: 10px solid #6750fe;
    padding-left: 12px;
}

ol {
    display: block;
    list-style-type: decimal;
    padding-left: 40px;
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    padding-start: 40px;
}

dd {
    display: block;
    margin-inline-start: 40px;
}

code, kbd, pre, samp {
    font-family: monospace;
    padding: 0.4rem 0.6rem;
}

code, kbd, samp {
    background: rgba(0, 0, 0, 0.075);
    border-radius: 0.2rem;
}

dt {
    font-weight: 700;
}

address {
    display: block;
    font-style: italic;
}

b, strong {
    font-weight: 700;
}

em, q, dfn {
    font-style: italic;
}

abbr, acronym {
    cursor: help;
}

abbr[title] {
    text-decoration: underline dotted;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 80%;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

var {
    font-style: italic;
}

.bypostauthor > .comment .comment-author cite:after {
    content: "post author";
    font-size: 7px;
    font-size: 0.693333rem;
    font-style: italic;
    margin-left: 6px;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.wp-block-button {
    margin-bottom: 12px;
}
img.aligncenter,
img.alignnone,
figure.aligncenter,
figure.alignnone,
.wp-block-button.aligncenter,
.wp-block-button.alignnone,
.wp-block-cover.aligncenter,
.wp-block-cover.alignnone {
    margin-bottom: 20px;
}

img.alignleft,
figure.alignleft,
.wp-block-button.alignleft,
.wp-block-cover.alignleft {
    margin: 10px 20px 20px 0;
}

img.alignright,
figure.alignright,
.wp-block-button.alignright,
.wp-block-cover.alignright {
    margin: 10px 0 10px 20px;
}

body .wp-block-image {
    margin-bottom: 20px;
}

.page-links {
    clear: both;
    margin-top: 30px;
}

p.wp-block-cover-text {
    color: #f5f5f5 !important;
}

.wp-block-image figcaption, .wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    margin-top: 0 !important;
    background: #f5f5f5;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.5;
}

.blog-single .the-content blockquote p {
    margin-right: 10px;
}

.has-text-color.has-background.has-very-light-gray-color {
    color: #eee;
}

.gallery {
    display: inline-flex;
}
.gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%;
}
@media (min-width: 700px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}

.wp-block-group__inner-container {
    padding: 5% 8%;
    margin-bottom: 20px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    margin-bottom: 20px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    width: auto;
    left: 0;
    right: 0;
    line-height: 1.5;   
}

.blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    padding: 0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 30px 15px 30px 60px;
}

.page-links a,
.page-links > span {
    border: 1px solid #d1d1d1;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
}

.page-links a {
    background-color: #6750fe;
    border-color: #6750fe;
    color: #fff;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #222222;
    border-color: transparent;
    color: #fff;
}

.page-links > .page-links-title {
    border: 0;
    color: #6750fe;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
}

pre {
    font-size: 16px;
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.6;
    margin: 1em 0;
}

figure {
    max-width: 100%;
    height: auto;
}

body {
    min-height: 100%;
}
#content {
    height: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    line-height: 1.6;
    margin-top: 10px;
    color: #757575;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
}

.sticky .post-title:before {
    content: "Featured Post";
    padding: 7px 15px;
    color: #ffffff;
    background-color: #6750fe;
    position: absolute;
    top: 0;
    z-index: 10;
    right: 0;
    font-size: 12px;
    line-height: 1.6;
}
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Custom Base */

input {
    height: 40px;
    padding: 0 15px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

input[type="submit"] {
    display: inline-block;
    color: #fff;
    background-color: #ff0036;
    font-size: 16px;
    letter-spacing: 0.025em;
    width: auto;
    border: none;
    margin-top: 0;
    cursor: pointer;
}

::-ms-clear {
    display: none;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.container {
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.therow {
    margin-left: -15px;
    margin-right: -15px;
}
.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
}

.column {
    display: inline-block;
    float: left;
}
.column-1 {
    width: 100%;
}

.column-2 {
    width: 50%;
}

.column-3 {
    width: 33.33333%;
}

.column-2of3 {
    width: 66.66667%;
}

.column-4 {
    width: 25%;
}

.column-5 {
    width: 20%;
}

.column-6 {
    width: calc(100%/6);
}

.column-7 {
    width: calc(100%/7);
}

.column-8 {
    width: calc(100%/8);
}

.custom-gallery .gallery-icon {
    text-align: center;
}

.column-25 {
    width: 25%;
}
.column-75 {
    width: 75%;
}
.column-40 {
    width: 40%;
}
.column-60 {
    width: 60%;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.icon {
    font-family: "zloob";
}

/* Button */

.btn {
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
    padding: 10px 25px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.btn:hover {
    color: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.34);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.boxed-wrap  {
    margin: auto;
}

.top-border {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 12px;
}
.bottom-border {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: 12px;
}
.left-border {
    position: fixed;
    width: 25px;
    left: 0;
    height: 100%;
    z-index: 9999;
}
.right-border {
    position: fixed;
    width: 25px;
    right: 0;
    height: 100%;
    z-index: 9999;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/*  2. Header
/*-----------------------------------------------------------------------------------*/
.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  display: none;
}
header#header.inner-head-wrap {
    max-width: 100%;
    background-color: rgba(51,51,51,0.7);
}
#header.no-redux {
    padding: 40px 0;
}
#header.no-redux .fl .logo.head-item {
    margin-right: 20px;
}

/* header top */
.top-bar .head-info-icon i {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #6750fe;
    font-size: 50px;
    text-align: center;
}
.top-bar .head-info-text span {
    display: block;
    font-family: Roboto;
    font-weight: 300;
    text-align: inherit;
    font-size: 16px;
    line-height: 28px;
    word-spacing: 0px;
    letter-spacing: 0px;
    color: #000000; 
}
.top-bar .head-info-icon {
    margin-right: 10px;
}
.top-bar .head-info-text span.title {
    color: #888888; 
    font-size: 14px;
    font-family: Source Sans Pro;
    font-weight: 600;
}
.top-bar .info-wrap {
    margin-right: 40px;
}
.top-bar .header-info-url {
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    background-color: #6750fe;
    padding: 15px 30px;
}
.top-bar .header-info-url a {
    color: #ffffff;
}

/* only review */
.header-style-1-wrap.no-redux .fl {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    margin: 0 auto 0 0;
}
.header-style-1-wrap.no-redux .fr {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

#header .header-clear {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header-style-1-wrap .header-clear .fl {
    max-width: 100%;
    min-width: 0;
    margin: 0 auto 0 0;
}
.header-style-1-wrap .header-clear .fr {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

#header.no-redux .header-clear {
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}
#header.no-redux .fc {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
}
#header.no-redux .logo .site-title {
    font-size: 32px;
    font-size: 3.2rem;
    padding-top: 7px;
}
@media only screen and (max-width: 768px) {
    #header.no-redux .fc {
        position: absolute;
    }
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #bbb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
visibility: hidden;
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
#header.inner-head-wrap {
    margin-left: auto;
    margin-right: auto;
    z-index: 101;
    position: relative;
}
#content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.header-clear {
    position: relative;
    max-width: 100%;
}
#header .fc {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; 
}
#header .fc .logo {
    float: none;
}
#header .fc .logo img {
    margin: auto;
}

#header .fl.horizontal .head-item {
    float: left;
}
#header .fc.horizontal .head-item {
    display: inline-block;
}
#header .fr.horizontal .head-item {
    float: left;
}
#header .fr.horizontal .head-item:first-child {
    margin-left: 0;
}
#header .fr.horizontal .head-item:last-child {
    margin-right: 0;
}

.head-item {
    margin-right: 20px;
}
.head-item:last-child {
    margin-right: 0;
}

.header-social ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.header-social ul li {
    display: inline-block;
    margin-right: 10px;
}
.header-social ul li:last-child {
    margin-right: 0;
}

/* 2.1. Header Style */

.logo {
    float: left;
    position: relative;
    z-index: 100;
}

.logo .site-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 40px;
}

.mobile-menu {
    display: none;
}

.header-style-1-wrap .fl {
    float: left;
}
.header-style-1-wrap .fr {
    float: right;
}

.header-style-1-wrap .main-menu {
    float: left;
}

.header-style-1-wrap .main-menu ul.sm-clean>li+li {
    margin-left: 30px;
}

.header-style-1-wrap .main-menu ul.sm-clean>li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-style-1-wrap .main-menu ul.sm-clean>li>a {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    text-transform: capitalize;
    display: block;
    padding: 0.65em 0;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    transition: opacity 0.2s linear, color 0.2s linear;
}
.header-style-1-wrap .main-menu ul.sm-clean>li.menu-item-has-children>a {
    padding-right: 5px;
}


.header-style-1-wrap ul.sm-clean ul {
    border: none;
    background-color: #000;
    border-radius: 0 !important;
    padding: 12px 0;
}

.header-style-1-wrap ul.sm-clean ul:before, .header-style-1-wrap ul.sm-clean ul:after {
    content: none;
}

.header-style-1-wrap ul.sm-clean ul li a {
    color: #ffffff;
    font-size: 14px;
    padding: 6px 22px;
}

.header-style-1-wrap ul.sm-clean ul li a:hover {
    background: none;
    opacity: 0.7;
}

ul.sm-clean > li > a span.sub-arrow {
    right: -10px;
}

.header-style-1 .fr .head-item.search-wrap {
    float: left;
    padding: 20px 0;
    margin: 20px 0 !important;
    line-height: 35px;
    display: flex;
}
.header-style-1 .no-redux .fr .head-item.search-wrap {
    padding: 0;
}

.header-style-1 .search-wrap button {
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
}

.header-style-1 .search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.95);
}

.js .header-style-1 .search {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.header-style-1 .search::before,
.header-style-1 .search::after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 1.5em solid #f1f1f1;
}

.header-style-1 .search::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

.header-style-1 .search::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
}

.header-style-1 .btn--search-close {
    color: #fff;
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
    cursor: pointer;
}

.js .header-style-1 .btn--search-close {
    display: block;
}

.header-style-1 .search__form {
    margin-top: 5em;
}

.header-style-1 .search__input {
    font-family: inherit;
    font-size: 10vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0;
    color: #ffffff;
    border: none;
    border-bottom: 2px solid;
    height: 190px;
    background-color: transparent;
}

.header-style-1 .search--open button.submit {
    display: none;
}

.header-style-1 .search__input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.3;
    color: #ffffff;
}

.header-style-1 .search__input::-moz-placeholder {
    opacity: 0.3;
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}

.header-style-1 .search__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.3;
    color: #ffffff;
}

.header-style-1 .search__input::-webkit-search-cancel-button,
.header-style-1 .search__input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.header-style-1 .search__input::-ms-clear {
    display: none;
}

.header-style-1 .search__info {
    font-weight: bold;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #ffffff;
}

.header-style-1 .search__related {
    display: block;
    width: 75%;
    pointer-events: none;
    margin-top: 5vw;
}

.header-style-1 .search__suggestion {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.header-style-1 .search__suggestion:nth-child(2) {
    margin: 0 3em;
}

.header-style-1 .search__suggestion h4 {
    color: #ffffff;
    position: relative;
    padding-left: 35px;
}

.header-style-1 .search__suggestion h4::before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 11px;
}

.header-style-1 .search__suggestion p {
    color: #ffffff;
}

.js .header-style-1 .search {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.js .header-style-1 .search--open {
    pointer-events: auto;
    opacity: 1;
}

.header-style-1 .search::before,
.header-style-1 .search::after {
    transition: transform 0.5s;
}

.header-style-1 .search::before {
    transform: translate3d(-15px, -15px, 0);
}

.header-style-1 .search::after {
    transform: translate3d(15px, 15px, 0);
}

.header-style-1 .search--open::before,
.header-style-1 .search--open::after {
    transform: translate3d(0, 0, 0);
}

.header-style-1 .btn--search-close {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.header-style-1 .search--open .btn--search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.js .header-style-1 .search__form,
.js .header-style-1 .search__info {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.js .header-style-1 .search--open .search__form,
.js .header-style-1 .search--open .search__info {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.header-style-1 .search__suggestion {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity 0.5s, transform 0.5s;
}

.header-style-1 .search--open .search__suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.header-style-1 .search--open .search__suggestion:nth-child(2) {
    transition-delay: 0.1s;
}

.header-style-1 .search--open .search__suggestion:nth-child(3) {
    transition-delay: 0.2s;
}

@media screen and (max-width:40em) {
    .header-style-1 .search__form {
        margin: 5em 0 1em;
    }
    .header-style-1 .btn--search-close {
        font-size: 1.25em;
        top: 1.5em;
        right: 1.5em;
    }
    .header-style-1 .search__info {
        text-align: left;
    }
    .header-style-1 .search__suggestion {
        font-size: 80%;
        width: 100%;
    }
    .header-style-1 .search__suggestion:nth-child(2),
    .header-style-1 .search__suggestion:nth-child(3) {
        display: none;
    }
}

.header-style-1 .page-title {
    margin-top: 0;
}

.sticky-header-wrap {
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 302;
}
.sticky-header-wrap.show {
    position: absolute;
    top: 0;
}
#perspective .sticky-header-gap {
    display: none;
}

@media only screen and (max-width: 768px) {
    .header-style-1-wrap ul.sm-clean ul {
        padding: 12px 0;
    }
    .header-style-1-wrap ul.sm-clean ul li {
        border: 0;
    }
    .header-style-1-wrap ul.sm-clean li ul li ul li a {
        border-top: 1px solid #6750fe !important;
        border-bottom: 1px solid #6750fe !important;
        background-color: #6750fe !important;
        margin: 0 !important;
        -webkit-transition: all .2s linear 0;
        -o-transition: all .2s linear 0;
        transition: all .2s linear 0;
    }
}
.sm-clean a span.sub-arrow {
    border-radius: 0;
}

/* 2.1.1. Search Form */
.search-form.default-search {
    float: left;
    margin-left: 30px;
    padding: 10px 0;
}
.search-form.default-search .searchform {
    position: relative;
    width: 100%;
}
.search-form.default-search .searchform input.field {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    color: #000000;
}

.default-search .search-button {
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    color: #999999;
    padding: 10px 0;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.default-search .search-button i {
    display: flex;
    font-size: 18px;
}

.header-style-1-wrap .fl.header_left_nofloat, .header-style-1-wrap .fl.header_left_nofloat .head-item {
    float: none;
    width: 100%;
    text-align: center;
    max-width: 100%;
}
.header-style-1-wrap .fl.header_left_nofloat .logo img {
    margin:  auto;
}

.header-style-1-wrap .fc.header_center_nofloat {
    float: none;
    width: 100%;
    text-align: center;
    max-width: 100%;
}
.header-style-1-wrap .fr.header_right_nofloat {
    float: none;
    width: 100%;
    text-align: center;
    max-width: 100%;
}
.header-style-1-wrap .fr.header_right_nofloat .head-item {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.header-style-1-wrap .fr.header_right_nofloat .head-item:last-child {
    margin-right: 0;
}

#header .header3_centered .fl, #header .header3_centered .fr {
    width: 40%;
    float: left;
}
#header .header3_centered .fl .head-item {
    float: right;
}
#header .header3_centered .fc {
    width: 20%;
    float: left;
    position: relative;
}

.header-style-1-wrap .fc.header_center_float .main-menu {
    float: none;
    text-align: center;
}
.header-style-1-wrap .fc.header_center_float .main-menu ul {
    text-align: center;
}
.header-style-1-wrap .fc.header_center_float .main-menu ul.sub-menu {
    text-align: left;
}
.header-style-1-wrap .fc.header_center_float .main-menu ul.sub-menu a span.sub-arrow {
    right: 0;
}
.header-style-1-wrap .fc.header_center_float .main-menu ul li {
    float: none;
    display: inline-block;
}

#header .header3_centered .fl.text-left .head-item {
    float: left;
}
#header .header3_centered .fl.text-right .head-item {
    float: right;
}

#header .header3_centered .fc.text-left .head-item {
    float: left;
}
#header .header3_centered .fc.text-center .head-item {
    float: none;
}
#header .header3_centered .fc.text-right .head-item {
    float: right;
}

#header .header3_centered .fr.text-left .head-item {
    float: left;
}
#header .header3_centered .fr.text-center .head-item {
    float: none;
}
#header .header3_centered .fr.text-right .head-item {
    float: right;
}

/* header info */
.info-wrap {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}
.info-wrap:last-child  {
    margin-right: 0;
}
.head-info-icon, .head-info-text {
    display: inline-block;
    color: #000000;
}
.head-info-icon  {
    margin-right: 5px;
}
.header-info-url a {
    background: #6750fe;
    padding: 5px 25px;
    border-radius: 30px;
}
.top-bar .header-info-url a:hover {
    color: #ffffff;
}
#header .info-wrap {
    padding: 15px 0;
}
#header .info-wrap i {
    font-size: 24px;
    vertical-align: middle;
    color: #6750fe;
}
#header .header-info-url a {
    color: #ffffff;
    padding: 10px 30px;
}

.header-style-1-wrap .sm-clean li ul .menu__link::before, .header-style-1-wrap .sm-clean li ul  .menu__link::after {
    display: none;
}

.alt-head .main-menu-btn-icon, 
.alt-head .main-menu-btn-icon:before, 
.alt-head .main-menu-btn-icon:after {
    color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  3. Pages
/*-----------------------------------------------------------------------------------*/

.blog-content-wrap .blog {
    padding: 50px 0 100px;
}
.single-post-wrap .blog {
    padding: 120px 0 100px;
}
.page-title-wrap {
    padding: 60px 0 70px;
    background: #efefef;
}
.search-no-results .blog-content-wrap .blog {
    padding-top: 0;
}

.page-template-default .page .page-content {
    margin: 60px 0;
}

/* 3.1. Standard Page */
.breadcrumb {
    font-weight: bold;
    font-size: 14px;
}
.breadcrumb a {
    color: #6750fe;
}
.page-content p a {
    color: #6750fe;
}
.page-template-default .page-title-wrap h1 {
    padding-bottom: 10px;
    margin: 15px 0;
    line-height: 1.1;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.page-template-default .page-title-wrap h1:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #6750fe;
}

.page-title {
    margin: 0;
    text-align: center;
}

.page-title h2 {
    color: #000000;
    font-weight: 500;
}

.page-title span {
    display: block;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 34px;
    color: #6750fe;
    padding-bottom: 20px;
}

/* 3.2. 404 Page */

.error404 .outer {
    padding: 120px 0;
    text-align: center;
}
.not-found .inner h1 {
    line-height: 1;
    font-weight: 600;
    font-size: 34vmin;
}
.not-found .inner h1 span {
    color: #6750fe;
}

.not-found .inner h3 {
    line-height: 1.6;
    margin-bottom: 40px;
}

.not-found .inner h3 span {
    display: block;
}

.not-found .inner a {
    font-size: 20px;
}

.search-page .page-title {
    text-align: left;
}
.search-no-results .page-title {
    margin-bottom: 50px;
}
.search-page .page-title h3 {
    display: block;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 34px;
    color: #6750fe;
    text-align: center;
    padding-bottom: 20px;
}
.search-page .page-title span {
    padding-bottom: 0;
    color: #000000;
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 10px;
}


/* 3.3. Author Page */
/*author*/
.author-box {
    background-color: #0b0b0b;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #eeeeee;
}

.author-box figure.author-ava {
    float: left;
    margin-right: 30px;
}

.author-box .author-desc h2,
.author-box .author-desc p {
    color: #ffffff;
}

.author-box .author-desc .social-profile ul {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    overflow: hidden;
}

.author-box .author-desc .social-profile ul li {
    float: left;
    margin-right: 10px;
}

.author-box .author-desc .social-profile ul li a {
    background: #171717;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding-top: 11px;
    text-align: center;
    width: 40px;
    height: 29px;
}

.author-box .author-desc .social-profile ul li a:hover {
    opacity: 0.5;
}

.related-content {
    margin-top: 40px;
}
.related-content .date a {
    color: #666666;
}
.related-title {
    margin-top: 5px;
    position: relative;
    margin-bottom: 20px;
}
.related-content h3 {
    font-size: 30px;
    margin-bottom: 50px;
}
.related-title h3 {
    margin-bottom: 5px;
    padding-bottom: 20px;
    font-size: 26px;
}
.related-title .separator {
    background-color: #6750fe;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    transition: width .2s ease-in-out;
}
.content-related-post:hover .separator {
    width: 50px;
}

.related-content .post-thumb {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.related-content .standard-post-categories {
    margin-top: 20px;
}

/* Content No Result */
.search-bar-no-res {
    position: relative;
}
.search-bar-no-res input {
    width: 100%;
    height: 60px;
}
.search-bar-no-res .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background-color: #6750fe;
    color: #ffffff;
}
.or-text {
    margin-top: 20px;
}
.search-bar-no-res .search-button:hover {
    cursor: pointer;
}
.single-post.no-result .suggest-title {
    margin-top: 35px;
    text-align: left;
    border-top: 1px solid #efefef;
    padding-top: 30px;
}
.single-post.no-result .suggestions-search {
    text-align: left;
}

.back-to-home {
    padding: 20px 30px;
    display: inline-block;
    background-color: #6750fe;
    color: #fff;
    font-weight: bold;
}
.back-to-home:hover {
    color: #ffffff;
}

.error404 .search-bar-no-res {
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}

.author-post h3.post-by {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
}
h3.not-found {
    font-size: 40px;
    font-size: 3rem;
    margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  4. Post Formats
/*-----------------------------------------------------------------------------------*/

/* gallery */
.standard-carousel-slider {
    position: relative;
    background-color: #f4f3f0;
}

.gallery .gallery-item{
    padding: 0;
}

.custom-gallery .gallery{
    display: block;
}

.elementor-image-gallery.custom-gallery .gallery-item {
    margin: 0;
}

.slider-wrapper {
   margin-bottom: 30px;
}

.post-thumb {
    position: relative;
    overflow: hidden;
}

.format-gallery .post-thumb {
    position: relative;
}

.format-gallery .post-thumb span.play-icon i {
    display: inline-flex;
    font-size: 3em;
    background-color: #7ecddf;
    padding: 14px 14px;
    color: #ffffff;
    border-radius: 100%;
    webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.666);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.666);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.666); 
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.format-gallery .post-thumb:hover span.play-icon i {
    opacity: 0.7;
}

.standard-carousel-slider .slider-pagination i {
    position: absolute;
    top: 50%;
    z-index: 99;
    background-color: rgba(17, 17, 17, 0.4);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    vertical-align: middle;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.standard-carousel-slider .slider-pagination i:hover {
    background-color: rgba(17, 17, 17, 0.7);
}

.standard-carousel-slider .slider-pagination i.running-news-prev {
    left: 10px;
}

.standard-carousel-slider .slider-pagination i.running-news-next {
    right: 10px;
}

.blog-section .post-car-arrow-wrap {
    position: absolute;
    top: 50%;
    left: auto;
    z-index: 1;
    left: 0;
    right: 0;
    cursor: pointer;
}
.blog-section .owl-nav {
    position: absolute;
    top: 50%;
    left: auto;
    z-index: 1;
    left: 0;
    right: 0;
    cursor: pointer;
    transform: translateY(-50%);
}
.blog-section .post-car-arrow-wrap .owl-prev,
.blog-section .owl-nav .owl-prev {
    text-align: left;
    float: left;
}
.blog-section .post-car-arrow-wrap .owl-next,
.blog-section .owl-nav .owl-next {
    text-align: right;
    float: right;
}

.elementor-image-gallery .gallery > div {
    float: left;
}
.elementor-image-gallery .item-wrap {
    line-height: 0;
}

/* video */
.featured-video {
    line-height: 0;
    margin-bottom: 30px;
}

.format-video .post-thumb {
    position: relative;
    margin-bottom: 30px;
}
.format-video .post-thumb span.play-icon, .format-gallery .post-thumb span.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.format-video .post-thumb span.play-icon i {
    display: inline-flex;
    font-size: 4em;
    background-color: #7ecddf;
    padding: 5px 6px;
    color: #ffffff;
    border-radius: 100%;
    webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.666);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.666);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.666); 
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.format-video .post-thumb:hover span.play-icon i {
    opacity: 0.7;
}

.blog-item .post-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.featured-video iframe {
    width: 100%;
    max-width: 100%;
}
.blog-single .featured-video iframe {
    height: 675px;
}
.featured-video iframe:-webkit-full-screen {
    z-index: 999999 !important;
}

.featured-video .wp-video, .featured-video .mejs-container {
    width: 100% !important;
}

/*-----------------------------------------------------------------------------------*/
/*  5. Post Loop
/*-----------------------------------------------------------------------------------*/
.main-blog-loop .blog-item {
    position: relative;
}
.main-blog-loop .blog-item {
    margin-bottom: 30px;
}
.elementor .main-blog-loop .blog-item .post-content {
    background-color: transparent;
}
.main-blog-loop .blog-item .post-content-wrap {
    background: #f5f5f5;
}
.main-blog-loop .blog-item .post-content {
    padding: 35px 35px 25px;
}
.main-blog-loop .blog-item .post-thumb img {
    width: 100%;
}
/* Loop Post Header */
.the-post-head .meta-info .span-head {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.the-post-head .meta-info a {
    font-weight: bold;
}
.sticky .the-post-head {
    padding-right: 120px;
    position: relative;
}
.main-blog-loop .blog-item .post-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 0;
}
.elementor .main-blog-loop .blog-item .post-title {
    font-size: 40px;
    font-size: 4rem;
}
.the-post-head {
    margin-bottom: 10px;
}
.blog-single .the-post-head {
    margin-bottom: 30px;
}
.meta-top {
    margin-bottom: 15px;
}
.blog-single .the-post-head {
    border-bottom: 1px solid #e0e0de;
}
.the-post-head.meta-bottom {
    padding: 20px 0;
    border-top: 1px solid #e0e0de;
    border-bottom: 0;
    margin: 0 40px;
}
.blog-single .the-post-head.meta-bottom {
    padding: 20px 40px;
    margin: 30px 0 0;
}
.the-post-head .span-head {
    display: -webkit-inline;
    display: inline-block;
}
.the-post-head .span-head.comment-count {
    margin-right: 0;
    padding-right: 0;
    float: right;
}
.blog-single .standard-post-categories {
    margin-bottom: 15px;
}
.the-post-head .standard-post-categories a{
    font-weight: 600;
    background-color: #6750fe;
    border: 2px solid #6750fe;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 5px;
}
.the-post-head .standard-post-categories a:hover{
    background-color: #ffffff;
    border: 2px solid #6750fe;
    color: #6750fe;
}
.post-content .date.span-head {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-single .post-content-wrap .single-post-head .author:after {
    content: '/';
    padding: 0 8px;
}
.the-post-head .span-head .author-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.the-post-head .span-head .author-img img {
    border-radius: 100%;
}
.blog-single .blog-item {
    margin-bottom: 20px;
}
.comment-count i {
    margin-right: 5px;
}
.span-head, .span-head a {
    text-transform: uppercase;
    font-size: 14px;
}


/* Post Thumb*/
.post-thumb img {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: opacity .2s ease-in-out,-webkit-transform .5s ease;
    transition: opacity .2s ease-in-out,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .2s ease-in-out;
    transition: transform .5s ease,opacity .2s ease-in-out,-webkit-transform .5s ease;
}
.post-thumb:hover img {
    -webkit-transform: scale3d(1.1,1.1,1) translate3d(0,0,0);
    transform: scale3d(1.1,1.1,1) translate3d(0,0,0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}
.post-thumb .pesta-overlay {
    position: absolute;
    background-color: #000;
    display: block;
    left: 0;
    top: 0;
    width: 103%;
    height: 103%;
    z-index: 10;
    -webkit-transform: translate(-1px,-1px);
    -ms-transform: translate(-1px,-1px);
    transform: translate(-1px,-1px);
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.post-thumb:hover .pesta-overlay {
    opacity: .3;
}

.blog-item .post-text p:last-child {
    margin-bottom: 0px;
}

.blog-item .button-more a {
    border-bottom: 2px solid;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.navigation-paging .post-navigation a {
    border: 2px solid #6750fe;
    background-color: #6750fe;
}

/* Elementor Blog Post Loop */
.elementor .main-blog-loop .blog-item .post-thumb {
    z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  6. Single Post
/*-----------------------------------------------------------------------------------*/

h1.post-title  {
    color: #000000;
    margin-bottom: 10px;
    font-size: 50px;
    font-size: 5rem;
}
.blog-single .blog-item.no-thumb .post-content-wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    right: auto;
    margin-top: 0;
}
.blog-single .the-post-head.meta-bottom {
    padding: 20px 0;  
}
/* Single Post Header */
.single-post-head  .post-meta {
    margin-bottom: 25px;
}
.single-post-head .meta-info .span-head {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    font-style: normal;
}
.single-post-head .meta-info .span-head:after {
    content: "||";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.single-post-head .meta-info .span-head:last-child:after {
    display: none;
}
.single-post-head .meta-info {
    font-size: 13px;
}
.single-post-head .meta-info a {
    font-weight: bold;
}
.single-post-head .category-text {
    margin-right: 5px;
}

/* Single Post Blockquote */
blockquote {
    margin-bottom: 1.5em;
    position: relative;
    border: 5px solid #f2f2f2;
    padding: 30px 15px 30px 60px;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
blockquote:before {
    color: #999;
    content: "“";
    font-size: 105px;
    margin-right: 0.4em;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
}
blockquote p {
    font-size: 20px;
    line-height: 32px;
    display: inline;
}
.blog-single blockquote {
    color: #333333;
    border: 5px solid #6750fe;
}
.blog-single blockquote:before {
    color: #6750fe;
}

.post-password-form p:nth-child(2) {
    position: relative;
}
.post-password-form input[type="password"] {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 2px solid #6750fe;
    margin-top: 10px;
}
.post-password-form input[type="submit"] {
    background-color: #6750fe;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Single Post Tags */
.blog-single .meta-bottom {
    margin-top: 30px;
}
.blog-single .tag-wrapper {
    margin-top: 5px;
}
.blog-single .tag-wrapper a {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 7px 0;
    padding: 0 11px;
    line-height: 24px;
    font-size: 13px !important;
    color: rgba(51,51,51,0.5);
    border: 1px solid #e0e0e0;
    transition: color .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out;
    margin-right: 4px;
    border-radius: 20px;
}
.blog-single .tag-wrapper a:hover {
    border-color: #6750fe;
    color: #ffffff;
}

/* Single Post Author */
.blog-single .post-author {
    margin-top: 3rem;
}

.blog-single .post-author .author-wrap {
    border: 1px solid #e0e0de;
    padding: 40px;
    background-color: #6750fe;
    color: #ffffff
}
.blog-single .post-author .author-wrap .author-desc, .blog-single .post-author .author-wrap a {
    color: #ffffff !important;
}

.blog-single .post-author .author-ava {
    float: left;
    margin-right: 20px;
}

.blog-single .post-author .author-ava img {
    border-radius: 50%;
}

.blog-single .post-author .author-desc {
    overflow: hidden;
}

.blog-single .post-author .author-desc p {
    margin-bottom: 0;
}

.blog-single .post-author .author-name {
    margin-bottom: 10px;
}

.blog-single .post-author .author-name a {
    font-weight: 600;
}

/* 6.4. Single Post Pagination */
.next-prev-post {
    border-top: 1px solid #e0e0de;
    border-bottom: 1px solid #e0e0de;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.next-prev-post .prev-post {
    position: relative;
    float: left;
}
.next-prev-post .next-post {
    float: right;
    text-align: right;
    position: relative;
    border-left: 1px solid rgba(51,51,51,.2);
}

.next-prev-post h4.title {
    text-align: center;
    color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0;
    margin-bottom: 0;
    padding: 30px 0;
}
.next-prev-post h4.title.no-link {
    color: #999999;
}

.blog-single .next-prev-post .prev-post i,
.blog-single .next-prev-post .next-post i {
    margin: 0 auto;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.blog-single .next-prev-post i.no-link {
    color: #999999;
}
.next-prev-post .prev-post a:hover h4,
.next-prev-post .next-post a:hover h4 {
    color: #6750fe;
}
.next-prev-post .prev-post a:hover i {
    color: #6750fe;
}
.next-prev-post .next-post a:hover i {
    color: #6750fe;
}

.back-post {
    position: relative;
    overflow: hidden;
}
.back-post h4 {
    left: 0;
    top: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
    line-height: 80px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    top: 100%;
}
.back-post i {
    width: 24px;
    height: 80px;
    fill: #000000;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all .3s;
    -moz-backface-visibility: hidden;
    transition: all .3s;
    backface-visibility: hidden;
    overflow: hidden;
}
.next-prev-post .back-post a:hover h4 {
    top: 0;
    opacity: 1;
}
.next-prev-post .back-post a:hover i {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}


/* 6.5. Single Post Comment Section */
.comments-area {
    margin-top: 3rem;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.comments-title {
    margin-bottom: 30px;
}

.comments-title h3 {
    margin-bottom: 0;
    float: left;
    font-weight: 900;
    text-transform: uppercase;
    width: 85%;
}

.comments-title .leave-reply-link a {
    float: right;
    margin: 0;
}

.comment-list {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0de;
}

.comments-area .comment-list article.comment {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}

.comment-list ul {
    padding: 0;
    list-style: none;
}

.comments-area ol.comment-list li ul.children {
    position: relative;
}
.comments-area ol.comment-list li ul.children:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #ebebeb;
}
.comments-area ol.comment-list li ul.children li article.comment:before {
    content: "";
    position: absolute;
    left: -40px;
    height: 1px;
    width: 25px;
    top: 50%;
    background-color: #ebebeb;
}

.comment {
    position: relative;
}

li.comment .comment-respond {
    margin: 40px 0 50px;
}

.comment-body {
    padding: 0.75em 0 .5em;
}

.comments-area ol.comment-list li article.comment .avatar {
    margin-right: 20px;
    max-width: 75px;
}

.comments-area ol.comment-list li article.comment .avatar img {
    width: 100%;
    border-radius: 50%;
    min-width: 75px;
}

.comment-body .meta-comment {
    overflow: hidden;
    margin-top: 5px;
}

.comment-author {
    margin-bottom: 0.25em;
    font-size: 16px;
    line-height: 18px;
    color: #999;
}

.comment-author cite {
    color: #000000;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.comment-author time {
    font-size: 13px;
    margin-left: 5px;
    font-weight: 500;
}

.comment-content {
    font-size: 15px;
    line-height: 22px;
}

.comment-content ul {
    list-style-type: disc;
    padding-left: 40px;
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    padding-start: 40px;
}

.comment-action {
    margin-top: -0.75em;
    font-size: 14px;
    font-weight: 400;
}

.comment-action a {
    color: #999;
}

.children .comment {
    padding-left: 40px;
}

.comments-area ol.comment-list .children article.comment .avatar { 
    max-width: 65px;
}
.comments-area ol.comment-list .children article.comment .avatar img  {
    width: 65px;
    min-width: 65px;
}

.children .comment-author cite {
    font-size: 14px;
}

.comment-respond h3.comment-reply-title {
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
}

a#cancel-comment-reply-link {
    float: right;
    font-size: 16px;
}
.comment-respond form .comment-form-comment {
    margin-bottom: 15px;
}

.comment-respond form p.logged-in-as a {
    color: #999;
    font-size: 14px;
    letter-spacing: 0.025em;
}

.comment-respond form p.logged-in-as a:hover {
    color: #000000;
}

.comment-respond form p label {
    display: none;
}

.comment-respond form p input,
.comment-respond form p textarea {
    background-color: transparent;
    width: 100%;
    line-height: 1.5;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    padding: 20px;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #000000;
    border-color: #e0e0de;
}

.comment-respond form p input:hover,
.comment-respond form p textarea:hover,
.comment-respond form p input:focus,
.comment-respond form p textarea:focus {
    background: transparent;
    border-color: #6750fe;
}
.comment-respond form p input {
    width: 100%;
    max-width: 100%;
}
.comment-form-cookies-consent {
    margin-bottom: 0;
}
.comments-area .comment-respond form p.comment-form-author,
.comments-area .comment-respond form p.comment-form-email,
.comments-area .comment-respond form p.comment-form-url {
    width: 32.222%;
    width: calc(33.333% - 10px);
    float: left;
    display: inline-block;
    padding: 0 7.5px;
    clear: inherit;
    margin-bottom: 0px;
}
.page-template-default .comments-area .comment-respond form p.comment-form-author,
.page-template-default .comments-area .comment-respond form p.comment-form-email,
.page-template-default .comments-area .comment-respond form p.comment-form-url  {
    width: 32.555%;
    width: calc(33.333% - 10px);    
}
.comments-area .comment-respond form p.comment-form-author {
    padding-left: 0;
}

.comments-area .comment-respond form p.comment-form-url {
    padding-right: 0;
}

.comment-respond form p.form-submit {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 20px;
}
.logged-in .comment-respond form p.form-submit {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0;
}


.comment-respond form p.form-submit input {
    display: inline-block;
    color: #fff;
    background-color: #6750fe !important;
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 0.025em;
    width: auto;
    border: none;
    margin-top: 0;
    border: 0;
    cursor: pointer;
    border: 2px solid #6750fe !important;
}

.comment-respond form p.form-submit input:hover {
    box-shadow: 0 3px 6px -3px rgba(0,0,0,0.33);
    background-color: transparent !important;
    color: #6750fe !important;
    border-color: #6750fe !important;
}

.comment-navigation {
    margin: 30px 0 25px;
}
.comment-navigation .nav-links {
    display: flex;
    position: relative;
}
.comment-navigation .nav-previous {
    display: inline-block;
    width: 50%;
    float: left;
    width: 50%;
}
.comment-navigation .nav-next {
    display: inline-block;
    float: right;
    width: 50%;
    text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/*  7. Sidebar
/*-----------------------------------------------------------------------------------*/

.sidebar .widget {
    margin-bottom: 60px;
    text-align: center;
}

.sidebar .widget h4.widget-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 4px solid rgba(204,204,204,.2);
}
.sidebar .widget h4.widget-title:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 28%;
    height: 4px;
    background-color: #6750fe;
}

.sidebar .widget ul {
    list-style: none;
    text-align: left;
}

.sidebar .widget ul li {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #f4f3f0;
}

.sidebar .widget ul li:first-child {
    border-top: 0;
}
.sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget ul.children li {
    border-top: 1px solid #f4f3f0;
}

.sidebar .widget_recent_comments span.comment-author-link {
    font-weight: bold;
    color: #6750fe;
}

.sidebar .widget .wp-block-search__label {
    text-align: left;
    display: block;
}

.sidebar .widget .wp-block-group__inner-container {
    padding: 0;
}

.sidebar .widget .wp-block-group__inner-container > h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 4px solid rgba(204,204,204,.2);
    color: #000000;
}

.sidebar .widget .wp-block-group__inner-container > h2:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 28%;
    height: 4px;
    background-color: #6750fe;
}

.sidebar .widget ol.wp-block-latest-comments {
    padding-left: 0;
    text-align: left;
}

.sidebar .widget ol.wp-block-latest-comments li {
    line-height: 1.4;
}

.sidebar .widget.widget_search .wp-block-search__inside-wrapper button {
    width: auto;
    bottom: 0;
    top: auto;
    background-color: #6750fe;
    color: #fff;
    padding: 0 14px;
    font-size: 14px;
}

.blog-sidebar .widget ul {
    text-align: left;
    padding: 0;
}
.blog-sidebar .widget ul.children,
.blog-sidebar .widget ul.sub-menu {
    padding-left: 10px;
    margin-top: 12px;
}
.blog-sidebar .widget select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    background: transparent;
    color: #000000;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 1.25EM;
    appearance: none;
    position: relative;
}
.blog-sidebar .widget.widget_categories form, 
.blog-sidebar .widget.widget_archive select {
    position: relative;
}
.blog-sidebar .widget.widget_categories select, 
.blog-sidebar .widget.widget_archive select,
.blog-sidebar .widget.widget_text select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    background: transparent;
    color: #000000;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 1.25EM;
    appearance: none;
    position: relative;
    background-image: url(img/discover.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97% center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}
.blog-sidebar .widget select option {
    color: #000000;
}
.rss-widget-icon {
    display: inline-block;
}
.widget.widget_rss ul a.rsswidget {
    color: #000000;
    font-weight: bold;
}
.widget.widget_rss cite {
    margin: 5px 0;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.calendar_wrap #wp-calendar {
    table-layout: fixed;
    width: 100%;
    font-size: 12px;
}
.calendar_wrap #wp-calendar caption {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}
.calendar_wrap #wp-calendar td {
    text-align: center;
}

/* 7.1. Sidebar - Search */
.sidebar .widget.widget_search,
#footer .widget-footer.widget_search {
    padding: 0;
    border: 0;
}
.sidebar .widget.widget_search form, 
#footer .widget-footer.widget_search form {
    position: relative;
    opacity: 1;
    margin: 0;
    transform: none;
    transition: inherit;
}
.sidebar .widget.widget_search input, 
#footer .widget-footer.widget_search input {
    font-size: 16px;
    color: #000;
    border-radius: 0;
    height: 50px;
    width: 100%;
    -webkit-appearance: none;
    color: #ffffff;
    outline: 0;
    background-color: transparent;
    border: 2px solid #0f0f0f;
    padding: 0px 15px;
}
.sidebar .widget.widget_search input::placeholder, 
#footer .widget-footer.widget_search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.sidebar .widget.widget_search input:-ms-input-placeholder, 
#footer .widget-footer.widget_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.sidebar .widget.widget_search input::-ms-input-placeholder, 
#footer .widget-footer.widget_search input::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}
#footer .widget-footer.widget_search input {
    background-color: transparent;
    color: #6750fe;
}
.sidebar .widget.widget_search input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.5;
    color: #000000;
}
#footer .widget-footer.widget_search input::-webkit-input-placeholder {
    color: #fafafa;
}
.sidebar .widget.widget_search input::-moz-placeholder {
    opacity: 0.5;
    /* Mozilla Firefox 19+ */
    color: #000000;
}
#footer .widget-footer.widget_search input::-moz-placeholder {
    color: #fafafa;
}
.sidebar .widget.widget_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5;
    color: #000000;
}
#footer .widget-footer.widget_search input:-ms-input-placeholder {
    color: #fafafa;
}
.sidebar .widget.widget_search button, 
#footer .widget-footer.widget_search button {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
}
.sidebar .widget.widget_search button i, 
#footer .widget-footer.widget_search button i {
    color: #ffffff;
    font-size: 16px;
}

/* 7.2. Sidebar - Recent Post */

.sidebar .widget.widget_recent_entries ul li span.post-date {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
.widget_recent_entries ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}
.widget_recent_entries ul li > a {
    display: block;
}

.sidebar .widget.widget_pesta_latest_news {
    text-align: left;
}

/* 7.3. Latest Post - Standard with featured image */
.widget.widget_pesta_news .nav-tabs li.active a:hover {
    color: #eeeeee;
}
.widget.widget_pesta_news .nav-tabs {
    padding: 0;
}
.widget.widget_pesta_news .post-item {
    position: relative;
    margin-bottom: 30px;
}
.widget.widget_pesta_news .recent-news,
.widget.widget_pesta_news .popular-news {
    counter-reset: recent-post-item-counter; 
}
.widget.widget_pesta_news .post-item:before {
    counter-increment: recent-post-item-counter; 
    content: counter(recent-post-item-counter);
    position: absolute;
    color: #ffffff;
    top: 0;
    left: 0;
    z-index: 10;
    font-weight: 900;
    background-color: #000000;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.widget.widget_pesta_news .post-item .post-thumb {
    margin-bottom: 10px;
}
.widget.widget_pesta_news .post-item .post-thumb img {
    width: 100%;
}
.widget.widget_pesta_news .post-content h5 {
    text-align: center;
    margin-bottom: 0;
}
.widget.widget_pesta_news .tab-pane.active {
    display: block;
}
.widget.widget_pesta_news .tab-pane {
    display: none;
}
.widget.widget_pesta_news .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 2px solid #000000;
}
.widget.widget_pesta_news .nav-tabs li {
    margin: 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
    float: left;
    width: 50%;
    text-align: center;
    background-color: #ffffff;
}
.widget.widget_pesta_news .nav-tabs li a {
    font-weight: 600;
    font-size: 16px;
}
.widget.widget_pesta_news .nav-tabs li.active {
    color: #fff;
    background-color: #000000;
}
.widget.widget_pesta_news .nav-tabs li.active a {
    color: #fff;
}
.widget.widget_pesta_news .post-content {
    box-shadow: none;
    webkit-box-shadow:none;
    border-bottom: none;
}

.sidebar .widget.widget_tag_cloud {
    text-align: left;
}
.tagcloud a {
    font-size: 14px !important;
    background-color: transparent;
    padding: 5px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #e6e6e6;
}
.tagcloud a:hover {
    background-color: #6750fe;
    color: #ffffff;
    border: 1px solid #6750fe;
}

/*-----------------------------------------------------------------------------------*/
/*  8. Services
/*-----------------------------------------------------------------------------------*/

.services-wrap .author-wrap {
    border: solid 10px #f0f0f0;
}

.services-wrap .author-image {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin: -1px 13px 0 -2px;
    border-radius: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.services-wrap .author-wrap .author-name {
    font-weight: bold;
    line-height: 1.2;
    vertical-align: middle;
}

/* service */
.services-wrap img {
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services-wrap .item-meta {
    font-size: 13px;
    line-height: 1.5;
    color: #999;
    max-width: 380px;
}
.services-wrap .item-meta .author-image {
    margin-bottom: 50px;
    overflow: hidden;
}
.services-wrap .item-meta a {
    font-weight: bold;
}
.service .item-description {
    line-height: 1.4;
}

.service .item-container .item-container-img {
    overflow: hidden;
}
.service .item-container img {
    width: 100%;
}
.service .item-container .item-container-img:hover {
    -webkit-transform: scale(.96);
    transform: scale(.96);
}
.service .item-container .item-container-img img:hover {
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
}
.featured-service .item-container {
    position: relative;
    padding: 40px 40px 70px;
}
.featured-service .item-container::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.featured-service .item-container:hover::before {
    -webkit-transform: scale(.96);
    transform: scale(.96);
}
.featured-service .item-description {
    margin: 10px 10px 0 0;
}
.featured-service,
.featured-service a,
.featured-service time {
    color: #fff;
}
.featured-service a:hover {
    opacity: .7;
}

.featured-service .item-image {
    opacity: 1 !important;
}

.service .featured-service .item-container-img:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.featured-service .label,
.featured-service .item-container::before {
    background-color: #ef233c;
}

.service .item-meta a:hover {
    color: #6750fe;
}

.service .item-meta a {
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.featured-service .label,
.featured-service .item-container::before {
    background-color: #ef233c;
}

.service .item-container .item-container-img,
.service .item-container .item-container-img img {
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

/*-----------------------------------------------------------------------------------*/
/*  9. Single Service
/*-----------------------------------------------------------------------------------*/

/* Single Service Content */
.single-service {
    padding: 70px;
}

.single-service .post-thumb-wrap {
    padding-bottom: 80px;
}
.single-service .post-thumb {
    margin-bottom: 20px;
}
.single-service .post-thumb img {
    margin: auto;
}

.single-service .post-title {
    position: relative;
    margin-bottom: 0px;
    margin-top: -5px;
    text-align: right;
    padding-bottom: 10px;
}
.single-service .project-details.no-details .post-title {
    text-align: left;
}
.project-details-title h5 {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 10px;
}

.project-details ul {
    list-style: none;
}
.project-details li {
    font-size: 18px;
    line-height: 28px;
    color: #676a6a;
    font-weight: 300;
}
.project-details span {
    display: block;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
    font-size: 18px;
}

.single-service .inner-content p {
    color: #676a6a;
}

.blog-sidebar .widget ul  {
    list-style: none;
}


/* single service pagination */
.service-pagination {
    position: relative;
}
.service-pagination h4 {
    position: absolute;
    display: block;
    top: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #ffffff;
    z-index: 1;
}
.service-pagination .prev-service h4 {
    right: 10%;
}
.service-pagination .next-service h4 {
    left: 10%;
}
.service-pagination .prev-service .the-detail {
    right: 10%;
    text-align: right;
}
.service-pagination .next-service .the-detail {
    left: 10%;
}
.service-pagination .title {
    font-size: 40px;
    clear: both;
    min-width: 170px;
}
.service-pagination .service-link-wrap {
    position: relative;
    height: 300px;
    padding: 0;
    background-color: #efefef;
    overflow: hidden;
}
.service-pagination .the-detail {
    position: absolute;
    bottom: 60px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
         -o-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
}
.service-pagination img {
    -webkit-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
         -o-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
}
.service-pagination .service-link-wrap:hover img {
    -webkit-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
         -o-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
    opacity: 0.7;
}
.service-pagination .pesta-overlay {
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
}
.service-pagination h4 a, 
.service-pagination .the-detail a {
    color: #ffffff;
}
.service-thumbnail.gallery-type .item {
    float: left;
}

.service-thumbnail.gallery-type .gallery-item {
    margin-bottom: 0;
}

.service-thumbnail.gallery-type .item:hover {
    cursor: pointer;
}
.service-text {
    width: auto;
    margin: auto;
    color: #676a6a;
}
.column-2-nopad {
    width: 50%;
    display: inline-block;
    float: left;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.service-thumbnail.gallery-type {
    margin-bottom: 20px;
    margin-top: 20px;
}
.service-link-wrap .read-more {
    font-family: roboto;
    font-weight: 300;
    font-size: 15px;
    display: block;
    position: absolute;
    transform: translateY(600%); 
    transition: all .5s ease-in-out;
    padding-top: 15px;
}
.prev-service .service-link-wrap .read-more {
    text-align: right;
    right: 0;
}
.service-link-wrap:hover .read-more {
    transform: translateY(0);
    transition: all .5s ease-in-out;
}
.service-pagination .title {
    position: relative;
    margin-bottom: 0;
    transform: translateY(0);
    transition: all .5s ease-in-out;
}
.service-pagination .service-link-wrap:hover .title {
    transition: all .5s ease-in-out;
    transform: translateY(-100%);
}

/*-----------------------------------------------------------------------------------*/
/*  10. Footer
/*-----------------------------------------------------------------------------------*/

.main-wrapper {
    position: relative;
}
#content.has-fixed-footer {
    min-height: 100%;
    z-index: 100;
    position: relative;
}
.no-redux .blog-content-wrap {
    margin: 120px 0 80px;
}
#footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
#footer {
    position: absolute;
    right: 0;
    bottom: auto;
    left: 0;
}
#footer.fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
}
#footer.no-redux {
    position: relative;
}
.error404 #footer.fixed-footer {
    position: relative;
}

#footer.no-redux .footer-bottom  {
    padding: 50px 0;
    background-color: #111111;
}
#footer.no-redux p {
    margin-bottom: 0;
}

/* 10.1. Footer Widget */
.footer-widget-wrapper {
    padding: 60px 0;
}
.footer-widget ul {
    list-style: none;
    padding-left: 0;
}
.footer-widget ul li {
    margin-bottom: 5px;
}

.footer-widget .widget-footer h4.widget-title {
    position: relative;
    padding-bottom: 20px;
}
.footer-widget .widget-footer h4.widget-title:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background-color: #6750fe;
    bottom: 0;
    left: 0;
}
.widget-footer {
    margin-bottom: 30px;
}

.search-result .search-button i:before {
    font-size: 20px;
}

.widget-footer th, .widget-footer td, .widget-footer .calendar_wrap #wp-calendar caption {
    color: #ffffff;
}

/* Latest News */
.meta-latest-news .meta-info .span-head {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.meta-latest-news .meta-info .span-head:after {
    content: "||";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.meta-latest-news .meta-info .span-head:last-child:after {
    display: none;
}
.meta-latest-news .meta-info {
    font-size: 11px;
}
.meta-latest-news .meta-info a {
    font-weight: bold;
}

/* 10.1.1 Footer Widget - Custom Menu */

.footer-widget .widget_pesta_latest_news .latest-post-wrap .post-thumb {
    border-radius: 0;
    margin-right: 20px;
}
.footer-widget .widget_nav_menu ul li {
    margin-bottom: 10px;
}
.footer-widget .widget_nav_menu ul li a {
    position: relative;
    margin-bottom: 0;
}
.footer-widget .widget_nav_menu ul.sub-menu {
    padding-left: 10px;
}
.footer-widget .widget_nav_menu ul.sub-menu li {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* 10.1.2. Services Widget */
.service-thumb-wrap .post-item {
    border-bottom: 1px solid #f4f3f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.inner-service-widget .thumb {
    padding: 0;
}
.inner-service-widget .thumb img {
    border-radius: 100%;
}
.inner-service-widget .content {
    text-align: left;
    padding-left: 0;
}
.inner-service-widget .content .the-title {
    margin-bottom: 10px;
    font-size: 17px;
    font-size: 1.7rem;
}
.inner-service-widget .meta-latest-news .meta-info a {
    color: #000000;
}

/* 10.2. Footer Copyright */
.footer-bottom {
    padding: 25px 0;
}
.copyright-text p, .footer-bottom p {
    margin: 0;
}
.footer-style-2 .footer-bottom {
    border-top: 1px solid #f2f2f2;
}
.footer-address p {
    margin: 0;
}
.footer-bottom .social-footer ul {
    list-style: none;
}
.footer-bottom .social-footer ul li {
    display: inline-block;
}
.footer-bottom .social-footer ul li a {
    font-size: 20px;
    margin-right: 10px;
}

/* 10.3. Footer Layout */
.logo-footer img {
    display: inline-block;
}
.social-footer ul {
    padding: 0;
}
.foot-col.text-left {
    text-align: left;
}
.foot-col.text-center, .foot-col.text-center .footer-menu ul {
    text-align: center;
}
.foot-col.text-right, .foot-col.text-right .footer-menu ul {
    text-align: right;
}

.foot-col.vertical .foot-col-item {
    display: block;
}
.foot-col.horizontal .foot-col-item {
    display: inline-block;
}

.footer-menu {
    list-style: none;
    margin: 0;
}
.footer-menu li {
    display: inline-block;
    margin-right: 10px;
}
.footer-menu li:last-child{
    margin: 0;
}
.footer-menu li a {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
}

/*-----------------------------------------------------------------------------------*/
/*  11. Page Builder
/*-----------------------------------------------------------------------------------*/

/* 11.1. Head Title Block */
/* 11.1.1 Head Title - Style 1 */
.head-title-1 {
    position: relative;
}
.head-title-1 span.separator {
    position: absolute;
    top: 50px;
    width: 78px;
    margin: 0 auto;
    border-top: 2px solid #000;
}
.head-title-1.bg-image .the-title {
    position: relative;
}
.head-title-1.bg-image .the-title:after {
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 133px;
    height: 5px;
    border: none;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.the-title-left .head-title-1 .the-title:after {
    left: 0;
    right: auto;
}
.the-title-right .head-title-1 .the-title:after {
    left: auto;
    right: 0;
}
.head-title-1.bg-image span.separator {
    background-size: cover;
    background-repeat: no-repeat;
    width: 133px;
    height: 5px;
    border: none;
    display: none;
}

/* 11.1.2. Head Title - Style 2 */

.elementor .head-title .the-title {
    margin-bottom: 0;
}
.head-title-2 span {
    display: block;
    font-size: 42px;
    font-weight: 600;
    line-height: 34px;
    color: #F3F3F3;
    position: relative;
    top: 0;
}

/* 11.1.3. Head Title - Style 3 */
.head-title-3 {
    border-bottom: 2px solid;
    border-color: #e1e1e1;
}
.head-title-3 .the-title {
    margin-bottom: -2px;
}
.head-title-3 span {
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    border-color: #213875;
}

/* 11.1.4. Head Title - Style 4 */
.head-title-4 .the-title {
    position: relative;
}
.head-title-4 .the-title span.inner-title {
    position: relative;
    background-color: #fff;
    display: inline-block;
    padding: 0 15px;
}
.head-title-4 .the-title:before {
    content: "";
    height: 2px;
    margin-top: -2px;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    background-color: #000;
}

/* 11.1.5. Head Title - Style 5 */
.head-title-5 .the-title span:before,
.head-title-5 .the-title span:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #000;
    vertical-align: middle;
}
.head-title-5 .the-title span:before {
    margin-right: 15px;
}
.head-title-5 .the-title span:after {
    margin-left: 15px;
}

/* 11.1.6. Head Title - Style 6 */
.head-title-6 .the-title span {
    background-color: #000000;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
}

/* 11.1.7. Head Title - Style 7 */
.head-title.head-title-7 .the-title {
    position: relative;
}
.head-title.head-title-7 .the-title span.big-title {
    position: absolute;
    display: inline-block;
    font-size: 80px;
    width: 100%;
}

/* 11.2. Team Block*/
.team-inner-block {
    position: relative;
    background-color: #efefef;
}
.team-details {
    position: absolute;
    top: auto;
    background-color: #000000;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    padding: 6% 8%;
    opacity: 0;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 10;
}
.team-block:hover .team-details {
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%); /* Standard syntax */
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-name {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.team-details ul {
    list-style: none;
    padding: 0;
}
.team-details ul li {
    display: inline-block;
    margin-right: 10px;
}

.team-grid-2-wrap .team-block .team-details, .team-grid-2-wrap .team-block:hover .team-details {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 0;
    width: 100%;
    max-width: 100%;
    bottom: 0;
}
.team-grid-2-wrap .inner-team-details {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 6% 8%;
}
.team-bio, .team-bio p {
    color: #ffffff;
}

/* 11.3. Testimonial Block */
.testimonial-image img {
    border-radius: 100% !important;
}
.testimonial-image, .testimonial-detail-inner {
    display: inline-block;
}
.testimonial-detail-inner {
    vertical-align: top;
    position: relative;
    text-align: left;
}
.testi-author {
    margin-bottom: 5px;
}

.client-content img {
    margin: auto;
}

/* 11.4. Contact Form Block */
.contact-form-style-1 .contact-bordered, .contact-form-style-2 .contact-item2 {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.contact-form-style-1 .contact-bordered input, .contact-form-style-2 .contact-item2 input {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border:0;
}
.contact-ef {
    position: absolute;
    background-color: #cdcdcc;
    transition: .5s cubic-bezier(.23,1,.32,1);
}
.border-form-top {
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
}
.border-form-right {
    top: 0;
    right: 0;
    transform-origin: 0 0;
    width: 1px;
    height: 100%;
    /*for right/left*/
    transform: scaleY(0) translateZ(0);
}
.border-form-bottom {
    bottom: 0;
    right: 0;
    transform-origin: 100% 0;
    width: 100%;
    height: 1px;
    /*for bottom*/
    transform: scaleX(0) translateZ(0);
}
.border-form-left {
    bottom: 0;
    left: 0;
    transform-origin: 0 100%;
    width: 1px;
    height: 100%;
    /*for right/left*/
    transform: scaleY(0) translateZ(0);
}
.contact-form-style-1 .contact-bordered, .contact-form-style-1 .contact-bordered input {
    height: 50px;
}
.contact-form-style-1 .contact-bordered:active .border-form-right, 
.contact-form-style-1 .contact-bordered:hover .border-form-right, 
.contact-form-style-1 .contact-bordered:focus .border-form-right {
    transform: scaleY(1) translateZ(0);
}
.contact-form-style-1 .contact-bordered:active .border-form-bottom, 
.contact-form-style-1 .contact-bordered:hover .border-form-bottom, 
.contact-form-style-1 .contact-bordered:focus .border-form-bottom {
    transform: scaleX(1) translateZ(0);
}
.contact-form-style-1 .contact-bordered:active .border-form-left, 
.contact-form-style-1 .contact-bordered:hover .border-form-left, 
.contact-form-style-1 .contact-bordered:focus .border-form-left {
    transform: scaleY(1) translateZ(0);
}
.contact-form-style-1 input[type="submit"], .contact-form-style-2 input[type="submit"] {
    width: 100%;
    max-width: 100%;
    background-color: #000000;
}
.contact-form-style-1 .contact-submit {
    float: left;
    position: relative;
    width: 100%;
}
.contact-bordered.text-area {
    height: 200px;
}
.contact-bordered.text-area textarea {
    height: 100%;
    background-color: transparent;
    border: 0;
    padding: 15px;
}

.contact-form-style-2 .contact-item2 input {
    position: relative;
}
.contact-form-style-2 .contact-item2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cdcdcc;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}
.contact-form-style-2 .contact-item2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    -webkit-transform: scale3d(0, 3, 1);
    transform: scale3d(0, 3, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}
.contact-form-style-2 .contact-item2:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.contact-form-style-2 .contact-item2 textarea {
    background-color: transparent;
    border: 0;
    padding: 15px;
}

.contact-form-style-4 input {
    background-color: transparent;
    color: #ffffff;
    width: 84%;
    max-width: 84%;
    height: 40px;
    margin-bottom: 20px;
    padding: 5px 20px;
    border: 2px solid #aaaaaa;
    float: left;
    position: relative;
    top: 25px;
}
.contact-form-style-4 input[type="submit"] {
    width: 15%;
    float: right;
    border: 2px solid #6750fe;
    padding: 10px 35px;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.contact-form-style-4 input[type="submit"]:hover {
    background-color: #6750fe;
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* contact form style 3 */
.contact-form-style-3 .textarea-type {
    height: 100%;
}
.contact-form-style-3 textarea {
    background-color: transparent;
    border: 0;
    padding: 10px;
    color: #ffffff;
}
.contact-form-style-3 .contact-bordered input,
.contact-form-style-3 .contact-bordered select,
.contact-form-style-3 .contact-bordered textarea,
.pesta-contact-form .contact-form-style-3 .book-2-col .wpcf7-form-control-wrap select {
    border: 1px solid #ffffff;
}
.pesta-contact-form .contact-form-style-3 .book-2-col .book-inner-3-col .wpcf7-form-control-wrap {
    width: calc(33.3333% - 13.4px);
}
.pesta-contact-form .book-2-col .book-inner-3-col .wpcf7-form-control-wrap {
    margin: 0 10px;
}
.pesta-contact-form .book-2-col .book-inner-3-col .wpcf7-form-control-wrap:first-child {
    margin-left: 0;
}
.pesta-contact-form .book-2-col .book-inner-3-col .wpcf7-form-control-wrap:last-child {
    margin-right: 0;
}
.contact-form-style-3 input[type="submit"] {
    background-color: #f2b410;
}
.contact-form-style-3 input[type="submit"]:hover {
    background-color: #333333;
}

.contact-form-style-3 input.wpcf7-submit {
      margin-top: 10px;
    padding: 10px 35px;
    transition: all .2s ease-in-out;
      width: 100%;
      background-color: #6750fe;
}
.contact-form-style-3 input.wpcf7-submit:hover {
    background-color: #cdd160;
    transition: all .2s ease-in-out;
}
.pesta-contact-form .contact-form-style-1 input[type=submit] {
    border: 2px solid #6750fe;
    border-radius : 40px;
    background-color: #6750fe;
}

.contact-map iframe {
    margin:0;
    border: 0;
    width: 100%;
    max-width: 100%;
    height: 310px;
}

/* booking form */
.pesta-contact-form .booking-form p {
    display: none;
}
.pesta-contact-form .book-2-col .wpcf7-form-control-wrap input,
.pesta-contact-form .book-2-col .wpcf7-form-control-wrap select {
    width: 100%;
    height: 50px;
    background: transparent;
    color: #ffffff;
    padding-left: 10px;
}
.pesta-contact-form .book-2-col .wpcf7-form-control-wrap select option {
    color: #000000;
}
.pesta-contact-form .book-2-col .wpcf7-form-control-wrap select  {
    border: 0;
    padding-left: 7px;
}
.pesta-contact-form .book-2-col .contact-bordered {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    float: left;
}
.pesta-contact-form .book-2-col .book-inner-3-col {
    display: inline-block;
    float: left;
    width: calc(50% - 10px);
}
.pesta-contact-form .book-2-col .book-inner-3-col .contact-bordered {
    width: 100%;
}
.pesta-contact-form .book-2-col .book-inner-3-col .wpcf7-form-control-wrap {
    width: 33.3333%;
    float: left;
    display: inline-block;
}
.pesta-contact-form .first-mar {
    margin-right: 10px;
}
.pesta-contact-form .sec-mar {
    margin-left: 10px;
}
.pesta-contact-form .contact-form-style-1 input[type=submit] {
    background-color: #6750fe;
    width: 100%;
    padding: 10px 50px;
    border-width: 0px;
    line-height: 1;
    font-weight: 300;
    height: 40px;
}
.book-date input::-webkit-outer-spin-button, 
.book-date input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pesta-contact-form div.wpcf7-validation-errors {
    border: 2px solid #6750fe;
    height: auto;
    position: relative;
    clear: both;
    color: #ffffff;
    margin: 0;
}
.pesta-contact-form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    height: auto;
    position: relative;
    clear: both;
    color: #ffffff;
    margin: 0;
}
.pesta-contact-form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-size: 10px;
    line-height: 1;
    padding: 5px 10px;
    background: #ffffff;
}
.pesta-contact-form .dark input, 
.pesta-contact-form .dark input::-webkit-input-placeholder {
    color: #ffffff;
}
.pesta-contact-form .dark input, 
.pesta-contact-form .dark input:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;  
}
.pesta-contact-form .dark input, 
.pesta-contact-form .dark input::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;  
}
.pesta-contact-form .dark input, 
.pesta-contact-form .dark input:-ms-input-placeholder {  
    color: #ffffff;  
}
.pesta-contact-form .dark input, 
.pesta-contact-form .dark textarea::-webkit-input-placeholder {
    color: #ffffff;
}
.pesta-contact-form .dark textarea, 
.pesta-contact-form .dark textarea::-webkit-input-placeholder {
    color: #ffffff;
}
.pesta-contact-form .dark input, 
.pesta-contact-form .dark textarea:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;  
}
.pesta-contact-form .dark input, 
.pesta-contact-form .dark textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;  
}
.pesta-contact-form .dark input, 
.pesta-contact-form .dark textarea:-ms-input-placeholder {
    color: #ffffff;  
}
.pesta-contact-form .dark textarea, 
.pesta-contact-form .dark textarea:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;  
}
.pesta-contact-form .dark textarea, 
.pesta-contact-form .dark textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;  
}
.pesta-contact-form .dark input, 
.pesta-contact-form .dark textarea:-ms-input-placeholder {
    color: #ffffff;  
}

.pesta-contact-form .light input::-webkit-input-placeholder {
    color: #000000;
}
.pesta-contact-form .light input:-moz-placeholder { /* Firefox 18- */
    color: #000000;  
}
.pesta-contact-form .light input::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;  
}
.pesta-contact-form .light input:-ms-input-placeholder {  
    color: #000000;  
}
.pesta-contact-form .light textarea::-webkit-input-placeholder {
    color: #000000;
}
.pesta-contact-form .light textarea:-moz-placeholder { /* Firefox 18- */
    color: #000000;  
}
.pesta-contact-form .light textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;  
}
.pesta-contact-form .light textarea:-ms-input-placeholder {
    color: #000000;  
}

.contact-bordered.column-1 input,
.contact-bordered.column-1 textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-color: #c1c1c1;
    color: #000000;
}

.contact-bordered.column-1 input,
.contact-bordered.column-1 textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-color: #c1c1c1;
    color: #000000;
}
.contact-form-style-3 input:active, 
.contact-form-style-3 input:hover, 
.contact-form-style-3 input:focus {
    border-color: #6750fe;
}
.contact-form-style-3 textarea:active, 
.contact-form-style-3 textarea:hover, 
.contact-form-style-3 textarea:focus {
    border-color: #6750fe;
}
/* 11.5. Post Block */
.post-thumb-img, .post-thumb-img .inner-post-content .post-content {
    position: relative;
}
.post-thumb-img .inner-post-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.elementor--v-position-middle .post-content {
    top: 50%;
    transform: translateY(-50%);
}
.elementor--v-position-top .post-content {
    top: 0;
    transform: translateY(0);
}
.elementor--v-position-bottom .post-content {
    top: 100%;
    transform: translateY(-100%);
}
.post-list-carousel .read-more-button a {
    text-transform: uppercase;
    padding: 5px 20px;
}
.post-list-carousel .read-more-button a:hover {
    background-color: transparent !important;
}
.post-list-carousel .post-thumb-img .post-bg-color {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.post-list-carousel .category-name {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    vertical-align: baseline;
}
.post-list-carousel .category-name:before, .post-list-carousel .category-name:after {
    border-top: 4px double #ffffff;
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    width: 60px;
}
.post-list-carousel .category-name:before {
    left: 100%;
}
.post-list-carousel .category-name:after {
    right: 100%;
}
.swiper-container:hover .swiper-button-next {
    right: 1%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.swiper-container:hover .swiper-button-prev {
    left: 1%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.swiper-container .post-carousel-arrow:before, .swiper-container .post-carousel-arrow:after {
    font-size: 60px;
}
.post-car-arrow-wrap.on-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
}
.blog-single .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
}
.post-car-arrow-wrap.on-bottom .swiper-button-next.post-carousel-arrow {
    position: relative;
    width: 50%;
    float: right;
    text-align: left;
    right: 0;
}
.post-car-arrow-wrap.on-bottom .post-carousel-arrow:after, .post-car-arrow-wrap.on-bottom .post-carousel-arrow:before {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
}
.owl-nav .post-carousel-arrow:after, .owl-nav .post-carousel-arrow:before {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
}
.post-car-arrow-wrap.on-bottom .swiper-button-prev.post-carousel-arrow {
    position: relative;
    width: 50%;
    float: left;
    text-align: right;
    left: 0;
}

.testimonial-inner-content.on-arrow {
    width: 80%;
    margin: auto;
}
.post-car-arrow-wrap.on-side {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.post-car-arrow-wrap.on-side .post-carousel-arrow:after, .post-car-arrow-wrap.on-side .post-carousel-arrow:before {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
}
.carousel-container .post-car-arrow-wrap.on-side .owl-prev {
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    left: 0;
    overflow: hidden;
}
.carousel-container .post-car-arrow-wrap.on-side .owl-next {
    position: relative;
    width: 50%;
    float: right;
    text-align: right;
    right: 0;
    overflow: hidden;
}
.testi-page.post-car-arrow-wrap.on-side .owl-prev span {
    transform: translateX(-50px);
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-bottom: 10px;
    cursor: pointer;
}
.testi-page.post-car-arrow-wrap.on-side .owl-prev:hover span {
    transform: translateX(0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.testi-page.post-car-arrow-wrap.on-side .owl-next span {
    transform: translateX(50px);
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-bottom: 10px;
    cursor: pointer;
}
.testi-page.post-car-arrow-wrap.on-side .owl-next:hover span {
    transform: translateX(0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.testi-page.post-car-arrow-wrap.on-side .carousel-button-prev {
    content: '';
    position: relative;
    left: 0;
    width: 60px;
}
.testi-page.post-car-arrow-wrap.on-side .carousel-button-next {
    content: '';
    position: relative;
    right: 0;
    width: 60px;
    margin: 0 0 0 auto;
}

/* carousel pagination */
.car-arrow-wrap.on-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
    height: 70px;
}
.car-arrow-wrap.on-bottom .owl-prev{
    float: left;
}
.car-arrow-wrap.on-bottom .owl-next {
    float: right;
}
.car-arrow-wrap.on-bottom .owl-prev,
.car-arrow-wrap.on-bottom .owl-next {
    position: relative;
    width: 50%;
    text-align: left;
    right: 0;
}
.car-arrow-wrap.on-bottom .car-page-arrow {
    background-color: rgba(255, 255, 255, 0.5);
    height: 70px;
    width: 80px;
    background-size: 25px;
    margin: 0;
    top: auto;
}
.car-arrow-wrap.on-bottom .car-page-arrow.swiper-button-prev {
    right: 0;
    left: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23000000'/%3E%3C/svg%3E")
}
.car-arrow-wrap.on-bottom .car-page-arrow.swiper-button-next {
    left: 0;
    right: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23000000'/%3E%3C/svg%3E");
}

.owl-dots {
    position: relative;
    margin-top: 10px;
    text-align: center;
}
.owl-dot {
    background-color: #000000;
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.owl-dot.active {
    opacity: 1;
}

.car-arrow-wrap.on-bottom.both-nav {
    bottom: 35px;
}

/* 11.6. Instagram Block */
.instagram-builder {
    width: 100%;
    max-width: 100%;
}
.instagram-builder.column-2 .instagram-item {
    width: calc( 100%/2);
}
.instagram-builder.column-3 .instagram-item {
    width: calc( 100%/3);
}
.instagram-builder.column-4 .instagram-item {
    width: calc( 100%/4);
}
.instagram-builder.column-5 .instagram-item {
    width: calc( 100%/5);
}
.instagram-builder.column-6 .instagram-item {
    width: calc( 100%/6);
}
.instagram-builder.column-7 .instagram-item {
    width: calc( 100%/7);
}
.instagram-builder.column-8 .instagram-item {
    width: calc( 100%/8);
}
.instagram-builder.column-9 .instagram-item {
    width: calc( 100%/9);
}
.instagram-builder.column-10 .instagram-item {
    width: calc( 100%/10);
}
.instagram-builder.column-11 .instagram-item {
    width: calc( 100%/11);
}
.instagram-builder.column-12 .instagram-item {
    width: calc( 100%/12);
}
.instagram-builder.column-13 .instagram-item {
    width: calc( 100%/13);
}
.instagram-builder.column-14 .instagram-item {
    width: calc( 100%/14);
}
.instagram-builder.column-15 .instagram-item {
    width: calc( 100%/15);
}
.instagram-builder.column-16 .instagram-item {
    width: calc( 100%/16);
}
.instagram-builder.column-17 .instagram-item {
    width: calc( 100%/17);
}
.instagram-builder.column-18 .instagram-item {
    width: calc( 100%/18);
}
.instagram-builder.column-19 .instagram-item {
    width: calc( 100%/19);
}
.instagram-builder.column-20 .instagram-item {
    width: calc( 100%/20);
}
.instagram-item .instagram-item-wrap {
    position: relative;
}
.instagram-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.instagram-item:hover .overlay {
    opacity: 1;
}
.instagram-item .instagram-meta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
    text-align: center;
    opacity: 0;
    z-index: 1;
}
.instagram-item:hover .instagram-meta {
    opacity: 1;
}
.instagram-item .instagram-meta {
    color: #ffffff;
}
.instagram-item .meta-icon {
    display: inline-block;
    margin-right: 10px;
}
.instagram-item .meta-icon:last-child {
    margin-right: 0;
}
.instagram-item .meta-icon i {
    margin-right: 5px;
}

/**
 * Instagram Feed Styles
 */
.pesta-insta-grid {
    width: 100%;
    margin: auto;
}
.pesta-insta-grid .pesta-insta-box {
    display: inline-block;
}

.pesta-col-1 .pesta-insta-feed {
  float: none;
  width: 100%;
}
.pesta-col-2 .pesta-insta-feed {
  float: left;
  width: 50%;
}
.pesta-col-3 .pesta-insta-feed {
  float: left;
  width: 33.3333%;
}
.pesta-col-4 .pesta-insta-feed {
  float: left;
  width: 25%;
}
.pesta-col-5 .pesta-insta-feed {
  float: left;
  width: 20%;
}
.pesta-col-6 .pesta-insta-feed {
  float: left;
  width: 16.6666%;
}


.pesta-instagram-feed .pesta-insta-feed {
  cursor: pointer;
  position: relative;
}

.pesta-insta-feed-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.pesta-insta-img-wrap {
  -webkit-transform: scaleX(1) scaleY(1) translateZ(0px);
  transform: scaleX(1) scaleY(1) translateZ(0px);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.pesta-insta-feed:hover .pesta-insta-img-wrap {
  -webkit-transform: scaleX(1.1) scaleY(1.1) translateZ(0px);
  transform: scaleX(1.1) scaleY(1.1) translateZ(0px);
}

.pesta-insta-feed .pesta-insta-info-wrap {
  bottom: 0;
  font-size: 14px;
  height: calc(100% - 25px);
  left: 0;
  line-height: 1.5;
  opacity: 0;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  z-index: 2;
}

.pesta-insta-feed .pesta-insta-feed-wrap::after {
  background-color: rgba(0,0,0, .75);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.pesta-insta-feed:hover .pesta-insta-feed-wrap::after{
  opacity: 1;
}

.pesta-insta-feed:hover .pesta-insta-info-wrap {
  opacity: 1;
  transform: translateY(0);
}

.pesta-insta-likes-comments > p {
  color: rgb(251, 216, 0);
}

.pesta-insta-feed-wrap > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.pesta-insta-img-wrap > img {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.pesta-insta-likes-comments {
  padding-top: 10%;
}

.no-caption .pesta-insta-likes-comments {
  left: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
  vertical-align: middle;
  width: 100%;
}

.pesta-insta-likes-comments > p:first-child {
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 50%;
}

.pesta-insta-likes-comments > p:last-child {
  float: right;
  padding-left: 10px;
  text-align: left;
  width: 50%;
}

.pesta-insta-likes-comments .x-icon {
  padding-right: 5px;
  font-size: 16px;
}

/* Responsive Styles for Instagram Feed */

@media only screen and (max-width: 979px) {
.pesta-col-1 .pesta-insta-feed, .pesta-col-2 .pesta-insta-feed,
.pesta-col-3 .pesta-insta-feed, .pesta-col-4 .pesta-insta-feed,
.pesta-col-5 .pesta-insta-feed, .pesta-col-6 .pesta-insta-feed {
  width: 33.3333%;
}
.pesta-insta-likes-comments {
  left: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  vertical-align: middle;
  width: 100%;
  padding: 10px;
}
.pesta-insta-info-wrap .insta-caption {
  display: none;
}
}

@media only screen and (max-width: 480px) {
.pesta-col-1 .pesta-insta-feed, .pesta-col-2 .pesta-insta-feed,
.pesta-col-3 .pesta-insta-feed, .pesta-col-4 .pesta-insta-feed,
.pesta-col-5 .pesta-insta-feed, .pesta-col-6 .pesta-insta-feed {
  float: none;
  width: 50%;
}
.pesta-insta-feed .pesta-insta-info-wrap {
  padding: 10px;
}
.pesta-instagram-feed .pesta-insta-likes-comments > p {
  font-size: 11px;
}
.pesta-insta-likes-comments .x-icon {
  font-size: 12px;
}
}

.latest-post-wrap h5 {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
}
.latest-post-wrap .post-inner-content.has-thumb {
    top: 50px;
    position: relative;
    transform: translateY(-50%);
}
.latest-post-wrap .post-content {
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.meta-latest-news .meta-info a {
    font-weight: 300;
    color:  #000000;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.meta-latest-news .meta-info a:hover {
    color: #dddddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.widget_pesta_latest_news .latest-post-wrap .post-thumb {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    border-radius: 100%;
}
.widget_pesta_latest_news .latest-post-wrap .post-item:last-child .post-content {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* carousel pagination */
.carousel-container:hover .carousel-button-next {
    right: 1%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.carousel-container:hover .carousel-button-prev {
    left: 1%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.carousel-container .owl-next {
    width: 50%;
    text-align: left;
    float: left;
    display: inline-block;
}
.carousel-container .owl-prev {
    width: 50%;
    text-align: right;
    float: left;
    display: inline-block;
}
.carousel-container .post-carousel-arrow:before, .carousel-container .post-carousel-arrow:after {
    font-size: 40px;
}
.post-car-arrow-wrap.on-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0; 
}
.post-car-arrow-wrap.on-bottom .carousel-button-next.post-carousel-arrow {
    position: relative;
    width: 50%;
    float: right;
    text-align: left;
    right: 0;
}
.post-car-arrow-wrap.on-bottom .post-carousel-arrow:after, .post-car-arrow-wrap.on-bottom .post-carousel-arrow:before {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
}
.post-car-arrow-wrap.on-bottom .carousel-button-prev.post-carousel-arrow {
    position: relative;
    width: 50%;
    float: left;
    text-align: right;
    left: 0;
}

.blog-item.page.type-page .meta-wrapper .standard-post-categories,
.blog-item.type-pesta-service .meta-wrapper .standard-post-categories {
    display: none;
}

.calendar_wrap #wp-calendar {
    table-layout: fixed;
    width: 100%;
    font-size: 10px;
}

.comment-respond form p.form-submit input{
    border-radius: 50px;
}
.navigation-paging .post-navigation a{
    border-radius: 50px;
}

/* Service Block */
.service-block-wrap .content-item {
    position: relative;
}

.service-block-wrap .content-item {
    margin-bottom: 30px;
}

.service-block-wrap .pattern {
 margin: 20px auto;
 display: block;
 -webkit-mask-image: url(img/pattern.png);
 mask-image: url(img/pattern.png);
 -webkit-mask-position: center center;
 mask-position: center center;
 -webkit-mask-repeat: no-repeat;
 -webkit-mask-size: contain ;
 mask-size: contain;
 mask-repeat: no-repeat;
}

.service-block-wrap .img-header img {
    width: 100%;
    height: auto;
}
.service-block-wrap .blog-item .post-thumb {
    margin-bottom: 20px;
}

.service-block-wrap .item-title-content {
    text-align: center;
    margin-bottom: 15px;
}

.service-block-wrap .item-title-content a {
    text-decoration: none;
    outline: 0;
    color: #6851fe;
    transition: 0.3s;
}

.service-block-wrap .item-title-content:hover a {
    color: #aaaaaa;
    transition: 0.3s;
}

.service-block-wrap .item-excerpt   {
    margin-top: -8px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.service-block-wrap .img-header  img {
    transition: transform 0.4s;
}

.service-block-wrap .img-header:hover img {
    transform: scale(1.2);
    transition: transform 0.4s;
}

/* Price Table */
.price-widget-container {
    overflow: hidden;
    background-color: #f7f7f7;
    transition: 0.4s;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}
.price-table {
    text-align: center;
}

.price-table-header {
    background-color: #ffffff;
    padding: 50px 30px 10px 30px;
}

.price-table-heading {
    color: #2b2b2b;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    margin: 0;
}

.price-table-price {
    background-color: #ffffff;
    padding: 20px 30px 35px 30px;
    font-size: 65px;
    font-weight: 900;
    letter-spacing: -5px;
}

.price-table-currency {
    font-size: calc(80em/100);
    align-self: center;
}

.price-table-currency, .price-table-integer-part {
    color: #f4295c;
}

.price-table .price-table-features-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    padding: 30px 0px 30px 0px;
}

.price-table-features-list {
    background-color: #ededed;
    color: #333333;
}

.price-table-features-list li {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.price-table .price-table-features-list li .price-table-feature-inner {
    margin-left: 15px;
    margin-right: 15px;
}

.price-table-features-list li:not(:first-child):before {
    content: "";
    display: block;
    margin: 10px 12.5%;
}

.price-table-footer {
    background-color: #ededed;
    padding: 15px 0px 50px 0px;
}

.price-table-button {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #6750fe;
    border-radius: 50px 50px 50px 50px;
    text-decoration: none;
}

.price-table-button.size-sm {
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/*Add tambahan*/

.item-img.appear-item {
    transform: translateY(-50px);
    transition: transform 0.6s ease;
}

.item-img {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.item-img .icon-a {
    height: 3em;
    width: 3em;
    display: inline-block;
    color: #ffffff;
    position: relative;
    transition: 0.4s;
    font-size: 40px;
}

.service-thumbnail .post-thumb:hover .pesta-overlay {
    opacity: .8;
}

.gallery-item {
    width: 33.3334%;
    float: left;
    margin-bottom: 10px;
}

.gallery-icon.landscape {
    padding: 0 5px;
}

.blog-sidebar .widget.widget_pesta_socialbox .clearfix li {
    margin-right: 10px;
    display: inline-block;
    border-top: none;
    padding-top: 0;
    margin-bottom: 10px;
}

.blog-sidebar .gallery-size-thumbnail {
    display: inline-block;
    margin: 0 -5px;
    padding-top: 10px;
}

.blog-sidebar .gallery-size-thumbnail .gallery-item img {
    width: 100%;
}

.blog-sidebar .widget.widget_pesta_socialbox .clearfix li a {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    color: #858585;
    display: inline-block;
    border: 1px solid #858585;
}

.blog-sidebar .widget.widget_pesta_socialbox .clearfix li a:hover {
    color: #6750fe;
    border-color: #6750fe;
}

.widget_categories li a {
    float: left;
}

.widget_categories li {
    overflow: hidden;
    text-align: right;
    font-weight: normal;
    color: #6750fe;
}

.footer .widget-footer ul {
    text-align: left;
    padding: 0;
}
.footer .widget-footer ul.children,
.footer .widget-footer ul.sub-menu {
    padding-left: 10px;
    margin-top: 12px;
}
.footer .widget-footer select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    background: transparent;
    color: #ffffff;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 1.25EM;
    appearance: none;
    position: relative;
}
.footer .widget-footer.widget_categories form, 
.footer .widget-footer.widget_archive select {
    position: relative;
}
.footer .widget-footer.widget_categories select, 
.footer .widget-footer.widget_archive select,
.footer .widget-footer.widget_text select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    background: transparent;
    color: #ffffff;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 1.25EM;
    appearance: none;
    position: relative;
    background-image: url(img/discover-white.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97% center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}
.footer .widget-footer select option {
    color: #000000;
}