f@charset "UTF-8";

/*! -----------------------------------------------------------------
[Master Stylesheet]

Project:     TPP
Version:     2.0.1

------------------------------------------------------------------
[General Styles]
*/

@import url("hover-effects.css");
/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400');￼    position: relative;
￼    width: calc(500px * (9 / 16));
￼    height: 500px;
￼    text-align: center;
￼    margin: 0 auto;
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500');*/

@font-face {
    font-family: 'Chronicle Display';
    src:url(../fonts/ChronicleDisplay-BlackItalic.otf) format("otf");
    font-weight: 900;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Chronicle Display';
    src:  url(../fonts/ChronicleDisplay-Roman.woff) format("woff");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Chronicle Display Semi';
    src: url(../fonts/ChronicleDisplay-SemiItalic.woff) format("woff");
    font-weight: 600;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Chronicle Display';
    src: url(../fonts/ChronicleDisplay-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

/* @font-face{font-family:'Champion Script';src:url('../fonts/pfchampionscriptpro-regular.woff'); font-display: swap;} */

@font-face{font-family:'Champignon';src:url('../fonts/Champignon.otf'); font-display: swap;}

@font-face{font-family:Henri Didot;src:url('../fonts/henrididot.woff'); font-display: swap;}

@font-face{font-family:Colatin;src:url('../fonts/colatin-webfont.woff'); font-display: swap;}
@font-face{font-family:FG Rakel;src:url('../fonts/fgrakel-webfont.woff'); font-display: swap;}



* {
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
    font-size: 100%;
}

body {
    background-color: #fff;
    font-family: "Chronicle Display";
    line-height: 1.8;
    font-weight: 300;
    font-size: 16px;
    color: #3a3a3a;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

*:focus {
    outline: none;
}

img {
    border-radius: 4px;
}

::-moz-selection {
    background: rgba(225, 190, 100, .9);
    color: #fff;
}

::-webkit-selection {
    background: rgba(225, 190, 100, .9);
    color: #fff;
}

::selection {
    background: rgba(225, 190, 100, .9);
    color: #fff;
}

#particles-snow-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.wrapper {
    position: relative;
    transition: padding .3s ease-out;
}

.no-gutter > .container,
.no-gutter > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.no-gutter > .container > .row,
.no-gutter > .container-fluid > .row {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > .container > .row > .col,
.no-gutter > .container > .row > [class*="col-"],
.no-gutter > .container-fluid > .row > .col,
.no-gutter > .container-fluid > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.photo {
    position: relative;
    display: inline-block;
}

.photo:before {
    background-image: url("../images/zoom-white.png");
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0;
    -webkit-transform: scale(.6);
            transform: scale(.6);
    transition: all .4s cubic-bezier(.18, .89, .32, 1.18);
    z-index: 999;
}

.photo:hover:before {
    -webkit-transform: scale(.8);
            transform: scale(.8);
    opacity: .85;
}

body.noscroll {
    overflow-y: hidden !important;
}

.mfp-wrap {
    overflow-y: auto;
}

.qwert {
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}

.white-popup-block > .container {
    background: #fff;
}

.ddd {
    padding: 40px 30px;
}

.popup-modal-dismiss {
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 12px;
    color: #111;
}

.anim-end {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
}

.appear-childer {
    overflow: hidden;
}

.appear-childer > * {
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0;
}

.scroll-top {
    position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    background: #fff;
    border-radius: 40px;
    line-height: 36px;
    height: 38px;
    width: 38px;
    text-align: center;
    font-size: 17px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .05);
    transition: .5s all ease;
    -webkit-transform: translateY(58px);
            transform: translateY(58px);
}

.scroll-top.scroll-top-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.img-shadow {
    box-shadow: 0 60px 95px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14);
}

.divider-border,
.divider-border-left {
    margin: 25px auto;
    width: 90px;
    height: 2px;
    background-color: #000;
}

.divider-border-left {
    margin-left: 0;
}

.divider-border-right {
    margin-right: 0;
}

.subtitle {
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-size: 12px;
    margin: 0 0 12px;
}

.custom-container {
    max-width: 1300px;
}

.demo-preview {
    text-align: center;
    margin: 0 0 40px;
}

.demo-preview a {
    color: #999;
}

.demo-preview h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}

.demo-preview img {
    border: 1px solid #eee;
    margin: 0 0 20px;
}

.demo-preview .new-label {
    background: #e1be64;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -5px;
    height: 44px;
    width: 44px;
    z-index: 9;
    border-radius: 100%;
    line-height: 44px;
    font-size: 12px;
}

.demo-preview img {
    transition: all .3s cubic-bezier(.46, .01, .25, 1);
}

.demo-preview:hover img {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
}

/* Icons */

.iconset-box {
    border: 1px solid rgba(225, 225, 225, .6);
}

.iconset-box:before,
.iconset-box:after {
    content: " ";
    display: table;
}

.iconset-box:after {
    clear: both;
}

.icon-container {
    width: 25%;
    float: left;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(225, 225, 225, .6);
    border-right: 1px solid rgba(225, 225, 225, .6);
}

.icon-container .icon-name {
    margin-left: 15px;
}

.iconset-box .box1 {
    display: block;
    width: 25%;
    float: left;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(225, 225, 225, .6);
    border-right: 1px solid rgba(225, 225, 225, .6);
}

.iconset-box .box1 > span {
    margin-right: 15px;
}

/*------------------------------------------------------------------
[Typography]
*/

a {
    color: #d0a128;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: underline;
    color: #000;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: #111;
}

h1 > a:hover,
h1 > a:focus,
h2 > a:hover,
h2 > a:focus,
h3 > a:hover,
h3 > a:focus,
h4 > a:hover,
h4 > a:focus,
h5 > a:hover,
h5 > a:focus,
h6 > a:hover,
h6 > a:focus {
    color: #000;
}

p,
pre,
ul,
ol,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
.list-group {
    margin: 0 0 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Chronicle Display";
    line-height: 1.3;
    font-weight: 400;
    color: #111;
    margin: 0 0 15px;
}

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

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

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

h4,
.h4 {
    font-size: 18px;
    margin: 0 0 15px;
}

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

h5.text-uppercase,
.h5.text-uppercase {
    letter-spacing: 1.5px;
}

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

h6.text-uppercase,
.h6.text-uppercase {
    letter-spacing: 5px;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: "Chronicle Display";
    font-weight: 400;
    margin: 0 0 20px;
}

.display-1 {
     font-size: 21px;
    text-transform: uppercase;
}

.display-2 {
    font-size: 30px;
}

.display-3 {
    font-size: 24px;
}

.display-4 {
    font-size: 18px;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
}

ul > li,
ol > li {
    margin: 0 0 5px;
}

b,
strong {
    font-weight: 900;
}

hr {
    border-top: 1px solid rgba(225, 225, 225, .6);
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote {
    border: 0;
    color: #111;
    font-family: "PT Serif", Arial, serif;
    font-weight: 400;
    line-height: 1.45;
    font-weight: 400;
    font-size: 22px;
    padding: 20px 40px;
    transition: all .3s ease-in-out;
    margin: 20px 0;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.lead {
    font-size: 17px;
    color: inherit;
}

pre {
    border: 0;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 20px 30px;
    margin: 40px 0;
    font-family: "Courier New", monospace;
    line-height: 1.8;
}

.arrow-list {
    list-style: none;
    padding: 0;
}

.arrow-list > li {
    margin: 0 0 5px;
}

.arrow-list > li:before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e628";
    font-size: 12px;
    display: inline-block;
    margin-right: 18px;
    position: relative;
    top: 0;
}

.icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-list > li {
    margin: 0 0 5px;
}

.icon-list > li > i {
    margin-right: 5px;
}

/*------------------------------------------------------------------
[Progress Bars]
*/

.progress-item {
    margin: 0 0 20px;
}

.progress-title {
    font-size: 12px;
    margin: 0 0 8px;
}

.progress {
    box-shadow: none;
    height: 2px;
    margin: 0 0 10px;
    overflow: visible;
    box-shadow: none;
}

.progress-bar {
    position: relative;
    box-shadow: none;
    border-radius: 3px;
}

.progress-bar.progress-bar-brand {
    background-color: #e1be64;
}

.progress-bar:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #e1be64;
    position: absolute;
    right: 0;
    border-radius: 100%;
}

/*------------------------------------------------------------------
[Forms]
*/

.form-control {
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(225, 225, 225, .6);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    font-size: .6875rem;
    padding: 1.125rem 1.125rem;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.form-control.form-round {
    border-radius: 30px;
    padding: 1rem 1.5625rem;
}

.form-group {
    margin-bottom: 20px;
	    display: inline-block;
}

.form-control-lg {
    font-size: .6875rem;
    padding: 1.3125rem .9375rem;
}

.form-control-sm {
    padding: .84375rem .9375rem;
}

.input-group-addon {
    border-color: #eee;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 2px);
}

select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 2.8125rem;
}

label {
    margin-bottom: 0;
}

.help-block {
    font-size: 1rem;
    padding: 5px;
    margin: 0;
}

.help-block ul,
.help-block ul > li {
    margin: 0;
}

/*------------------------------------------------------------------
[Buttons]
*/

.btn {
    cursor: pointer;
    border-width: 1px;
    border-radius: 0;
    padding: 1.125rem 1.75rem;
    transition: all .25s;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    font-size: .6875rem;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    box-shadow: none;
    outline: 0;
}

.btn.btn-round {
    border-radius: 3px;
}

.btn.btn-circle {
    border-radius: 30px;
}

button {
    cursor: pointer;
}

.input-group-btn .btn {
    box-shadow: none;
}

.input-group-btn .btn.btn-white {
    border-width: 1px;
    border-color: rgba(225, 225, 225, .6);
}

/*------------------------------------------------------------------
[Button Sizes]
*/

.btn-lg {
    padding: 1.25rem 2.375rem;
    font-size: .75rem;
}

.btn-sm {
    padding: .875rem 1.375rem;
    font-size: .625rem;
}

/*------------------------------------------------------------------
[Button Colors]
*/

.btn.btn-brand {
    background: #e1be64;
    border-color: #e1be64;
    color: #fff;
}

.btn.btn-brand:hover,
.btn.btn-brand:focus {
    background: #e9d08f;
    border-color: #e9d08f;
}

.btn.btn-brand.btn-outline {
    border-color: #e1be64;
    background: transparent;
    color: #e1be64;
}

.btn.btn-brand.btn-outline:hover,
.btn.btn-brand.btn-outline:focus {
    background: #e1be64;
    color: #fff;
}

.btn.btn-black {
    background: #000;
    border-color: #000;
    color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    background: #262626;
    border-color: #262626;
}

.btn.btn-black.btn-outline {
    background: transparent;
    color: #000;
}

.btn.btn-black.btn-outline:hover,
.btn.btn-black.btn-outline:focus {
    background: #000;
    color: #fff;
}

.btn.btn-gray {
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: #333;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #fff;
}

.btn.btn-gray.btn-outline {
    background: transparent;
    color: #333;
}

.btn.btn-gray.btn-outline:hover,
.btn.btn-gray.btn-outline:focus {
    border-color: #f1f1f1;
    background: #f1f1f1;
    color: #333;
}

.btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #303030;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    border-color: #000;
    background: #000;
    color: #fff;
}

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

.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:focus {
    background: #fff;
    color: #303030;
}

/*------------------------------------------------------------------
[Button wp-block-buttons]
*/

.wp-block-buttons {
	justify-content:center;
	width:100%;
}

/*------------------------------------------------------------------
[Clients]
*/

.client {
    text-align: center;
    padding: 20px;
    opacity: .8;
    transition: all .4s ease-in-out;
}

.client img {
    margin: 0 auto 20px;
}

.client:hover {
    opacity: 1;
}

.clients-row > [class*="col-"] {
    border-right: 1px solid rgba(225, 225, 225, .6);
    line-height: 100px;
}

.clients-row > [class*="col-"]:last-child {
    border: 0;
}

.clients-row + .clients-row {
    border-top: 1px solid rgba(225, 225, 225, .6);
}

@media (max-width: 767px) {
    .clients-row {
        border: 1px solid rgba(225, 225, 225, .6);
        border-bottom: 0;
    }

    .clients-row > [class*="col-"],
    .clients-row > [class*="col-"]:last-child {
        border: 0;
        border-bottom: 1px solid rgba(225, 225, 225, .6);
    }

    .clients-row + .clients-row {
        border-top: 0;
    }
}

/* ------------------------------------------------------------------
[Iconbox]
*/

.icon-box {
    position: relative;
    transition: .2s linear;
    margin: 20px 0;
}

.icon-box .icon-box-icon,
.icon-box .icon-box-title {
    color: #111;
}

.icon-box .icon-box-icon {
    line-height: 1;
    font-size: 38px;
    margin: 0 0 24px;
    color: #111;
}

.icon-box .icon-box-icon img {
    max-width: 100px;
}

.icon-box .icon-box-title h5 {
    margin: 0 0 10px;
}

.icon-box .icon-box-link > a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.icon-box:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
[Tabs]
*/

.nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 1px solid rgba(225, 225, 225, .6);
    padding: 14px 16px;
    color: #999;
    opacity: .7;
}

.nav-pills .nav-link:hover {
    color: #111;
    opacity: 1;
}

.nav-pills .nav-link.active {
    border-bottom: 2px solid #e1be64;
    color: #111;
    opacity: 1;
}

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
    background: transparent;
}

.tab-content {
    padding: 20px 0;
}

.tab-content .tab-pane > *:last-child {
    margin-bottom: 0;
}

.accordion {
    margin: 0 0 20px;
}

.accordion .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.accordion .card-header {
    position: relative;
    background: transparent;
    border-color: rgba(225, 225, 225, .6);
    padding: 14px 0;
}

.accordion .card-header a.collapsed {
    color: #999;
}

.accordion .card-header a {
    color: #111;
    display: block;
}

.accordion .card-header a:hover {
    color: #111;
}

.accordion .card-header a:after {
    position: absolute;
    content: "\f068";
    top: 50%;
    right: 0;
    margin-top: -4px;
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 1;
}

.accordion .card-header a.collapsed:after {
    content: "\f067";
}

.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.accordion .card-body > *:last-child {
    margin-bottom: 0;
}

.tabs-icons .nav-item .nav-link {
    font-size: 42px;
}

.tabs-icons .nav-item .nav-link > span {
    display: block;
    color: #e1be64;
    margin: 0 0 20px;
}

.tabs-icons + .tab-content {
    padding: 40px 0;
}

/*------------------------------------------------------------------
[Pagination]
*/

.pagination {
    border-top: 1px solid rgba(225, 225, 225, .6);
    text-align: center;
    display: block;
}

.pagination > li {
    display: inline-block;
    margin: 0;
}

.pagination > li > a > .arrows,
.pagination > li > span > .arrows {
    font-size: 35px;
}

.pagination > li > a > .arrows:before,
.pagination > li > span > .arrows:before {
    line-height: 40px;
}

.pagination .prev {
    text-align: left;
    float: left;
}

.pagination .next {
    text-align: right;
    float: right;
}

.pagination .prev a:hover,
.pagination .next a:hover {
    background-color: transparent;
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover {
    border-color: #e1be64;
    color: #111;
}

.page-link {
    border: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 92%;
    color: #111;
    margin: -1px 0 -1px;
    border-top: 2px solid transparent;
}

.page-link,
.page-link:focus,
.page-link:hover,
.page-item.active .page-link {
    background: transparent;
}

.page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
}

/*------------------------------------------------------------------
[Maps]
*/

.maps-container {
    height: 500px;
}

.maps-container.map-widget {
    height: 500px;
}

.map {
    height: 100% !important;
    width: 100%;
}

.map:before {
    display: none;
}

/*------------------------------------------------------------------
[Pie charts]
*/

.pie-chart {
    position: relative;
    text-align: center;
    padding: 40px 0;
}

.pie-chart .chart {
    position: relative;
    display: block;
    height: 150px;
    width: 150px;
    margin: 0 auto 30px;
    text-align: center;
}

.pie-chart .chart > canvas {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
}

.pie-chart .chart-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 150px;
}

.pie-chart .chart-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 26px;
    background-color: #313131;
    color: #fff;
}

.pie-chart .chart-text .fa,
.pie-chart .chart-text [class*="ti-"] {
    line-height: 180px;
}

.pie-chart .chart-title {
    font-weight: 500;
    color: #111;
    margin: 0 0 15px;
}

/*------------------------------------------------------------------
[Pricing Tables]
*/

.bg-gray .pricing-wrapper {
    border: 0;
}

.pricing-wrapper {
    background: #fff;
    text-align: center;
    margin: 0 0 30px;
    padding: 30px 40px;
    box-shadow: 0 4px 16px rgba(90, 90, 90, .05);
    transition: .2s linear;
    border: 1px solid rgba(225, 225, 225, .6);
    border-radius: 3px;
}

.pricing-wrapper:hover {
    box-shadow: 0 4px 16px rgba(90, 90, 90, .08);
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02);
}

.pricing-header {
    position: relative;
}

.pricing-header .pricing-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    margin: 0;
}

.pricing-icon {
    line-height: 1;
    font-size: 40px;
    color: #111;
    margin: 10px 0 20px;
}

.pricing-price {
    border-bottom: 1px solid rgba(225, 225, 225, .6);
    font-weight: 600;
    font-size: 68px;
}

.pricing-price > span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding-top: 25px;
    padding-right: 6px;
}

.pricing-body {
    padding: 30px 0;
}

.pricing-features {
    padding: 24px 0;
    margin: 0;
}

.pricing-features li {
    color: #999;
    padding: 9px 0;
    margin: 0;
}

.pricing-footer {
    padding: 0 20px;
}

.pricing-wrapper .pricing-title,
.pricing-wrapper .pricing-price {
    color: #111;
}

/*------------------------------------------------------------------
[Sliders]
*/

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
	    max-width: 70%;
}
.bg-light-grey h2 {
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    line-height: 1.0;
    text-align: center;
    font-family: Didot;
    font-weight: 400;
    font-style: normal;
	    letter-spacing: 0.1em;
    font-size: 40px;
    overflow: hidden;
}
.bg-light-grey p {
    color: rgba(0,0,0,1);
    letter-spacing: 0.1em;
    font-size: 14px;
    font-family: Crimson Text;
    font-weight: regular;
    font-style: normal;
    line-height: 2;
    text-align: justify;
    overflow: hidden;
	    padding-top: 32px;
    padding-bottom: 32px;
}
.bg-light-grey h3 {
	text-align: right;
    font-family: "Champignon";
    font-size: 45px;
}
.owl-carousel .owl-pagination {
    text-align: center;
}

.owl-carousel .owl-pagination .owl-page {
    border-radius: 8px;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
    position: relative;
    background: rgba(255, 255, 255, .7);
    display: inline-block;
    overflow: hidden;
    height: 6px;
    width: 6px;
    margin: 6px 4px;
    text-indent: -200%;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0 0 1px rgba(17, 17, 17, .4);
    transition: all .3s cubic-bezier(0, 0, .58, 1);
}

.owl-carousel .owl-pagination .owl-page.active {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    background: transparent;
    position: absolute;
    height: 40px;
    width: 60px;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 35px;
    display: block;
    color: rgba(0, 0, 0, .2);
    transition: .2s linear;
}

.owl-carousel .owl-prev {
    left: -70px;
}

.owl-carousel .owl-prev:hover {
    left: -75px;
}

.owl-carousel .owl-next {
    right: -70px;
}

.owl-carousel .owl-next:hover {
    right: -75px;
}

@media (max-width: 1199px) {
    .owl-carousel .owl-prev {
        left: -50px;
    }

    .owl-carousel .owl-prev:hover {
        left: -55px;
    }

    .owl-carousel .owl-next {
        right: -50px;
    }

    .owl-carousel .owl-next:hover {
        right: -55px;
    }
}

@media (max-width: 991px) {
    .owl-carousel .owl-next,
    .owl-carousel .owl-prev {
        display: none;
    }
}

.owl-dots {
    text-align: center;
    line-height: 3px;
    margin: 20px 0;
}

.owl-dots .owl-dot {
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 5px;
    border-radius: 50%;
    transition: .2s linear;
}

.owl-dots .owl-dot.active {
    background:#000;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.image-slider {
    position: relative;
}

.image-slider img {
    width: 100%;
}

.image-slider.owl-carousel .owl-prev,
.image-slider.owl-carousel .owl-next {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #fff;
    transition: .2s linear;
}

.image-slider.owl-carousel .owl-prev > span,
.image-slider.owl-carousel .owl-next > span {
    line-height: 50px;
}

.image-slider.owl-carousel .owl-prev:hover,
.image-slider.owl-carousel .owl-next:hover {
    background: rgba(0, 0, 0, .5);
}

.image-slider.owl-carousel .owl-prev {
    left: 15px;
}

.image-slider.owl-carousel .owl-next {
    right: 15px;
}

.image-slider .owl-pagination {
    margin-top: -28px;
}

.image-slider .owl-dots {
    margin-top: 20px;
}

.hero-slides {
    position: relative;
}

.hero-slides .slides-container {
    display: none;
}

.hero-slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.hero-slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation {
    margin: -35px auto 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%;
}

.slides-navigation a {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    margin-top: -35px;
    font-size: 20px;
    display: block;
    color: #fff;
    transition: all .3s cubic-bezier(.3, .1, .58, 1) span;
}

.slides-navigation a :before {
    line-height: 70px;
}

.slides-navigation a.next {
    text-align: right;
    right: 55px;
}

.slides-navigation a.prev {
    text-align: left;
    left: 55px;
}

.slides-pagination {
    position: absolute;
    width: 100%;
    bottom: 25px;
    z-index: 5;
    text-align: center;
}

.slides-pagination > a {
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    opacity: .5;
    transition: all ease-in .5s;
    letter-spacing: 1.5px;
}

.slides-pagination > a:before {
    content: "0";
}

.slides-pagination > a:after {
    content: "";
    height: 1px;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 15px;
    transition: all ease-in .5s;
    background: #fff;
}

.slides-pagination > a.current {
    opacity: 1;
}

.slides-pagination > a.current:after {
    width: 50px;
}

/*------------------------------------------------------------------
[Social Icons]
*/

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons > li {
    display: inline-block;
    margin: 8px 2px 8px 2px;
}

.social-icons > li > a {
    font-size: 11px;
    color: #333;
}

.social-icons > li > a:hover,
.social-icons > li > a:focus {
    color: #e1be64;
}

/*------------------------------------------------------------------
[Сounters]
*/

.counter {
    text-align: center;
    padding: 20px 0;
}

.counter .counter-icon,
.counter .counter-number {
    color: #111;
    line-height: 1;
}

.counter .counter-icon {
    display: none;
    font-size: 38px;
    margin: 0 0 20px;
}

.counter .counter-timer {
    font-weight: 500;
    font-size: 54px;
    margin: 0 0 12px;
}

/*------------------------------------------------------------------
[Testimonials]
*/

.review-slides {
    text-align: center;
    position: static;
}

.review-slides blockquote {
    padding: 20px 0;
    margin: 0;
    border: 0;
}

.review-slides .review-icons h2 {
    line-height: 1;
    font-size: 32px;
    margin: 0 0 20px;
}

.review-slides .review-icons {
    margin: 0 auto 10px;
    width: 100px;
    width: 70px;
}

.review-slides .review-icons img {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    border-radius: 50%;
}

.review-slides .review-author {
    letter-spacing: .5px;
}

.review {
    margin: 0 0 5px;
	overflow: hidden;
}
.faq-index {display: none;}

.review-card {
    background: #fff;
    border: 1px solid rgba(225, 225, 225, .6);
    padding: 40px 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
    border-radius: 5px;
}

.review-card-photo,
.review-card-content {
    margin: 0 0 30px;
}

.review-card-author {
    display: table;
}

.review-card-author .review-card-name,
.review-card-author .review-card-photo {
    display: table-cell;
    vertical-align: middle;
}

.review-card-author .review-card-photo img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
}

.review-card-author .review-card-name {
    padding-left: 15px;
}

.review-card-author .review-card-name h5 {
    font-size: 13px;
    margin: 0;
}

/* ------------------------------------------------------------------
[Team]
*/

.team-item,
.team-wrap,
.team-content,
.team-content-social {
    transition: all .4s;
}

.team-item {
    margin: 0 0 24px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}

.team-wrap {
    background: rgba(51, 51, 51, .6);
    position: absolute;
    border-radius: 4px;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.team-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}

.team-name {
    font-size: 15px;
    margin: 0 0 5px;
}

.team-role {
    opacity: .6;
}

.team-name,
.team-role {
    color: #fff;
}

.team-content-social {
    list-style: none;
    padding: 20px;
    margin: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    position: absolute;
    right: 0;
}

.team-content-social li a {
    color: #fff;
}

.team-content-social li a:hover {
    opacity: .6;
}

.team-item:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
}

.team-item:hover .team-wrap {
    opacity: 1;
}

.team-item:hover .team-content,
.team-item:hover .team-content-social {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

/*!------------------------------------------------------------------
[Preloader]
*/

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    background: #ddd;
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    text-indent: -9999em;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
            animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/*------------------------------------------------------------------
[Style Switcher]
*/

.custom-panel {
    position: fixed;
    width: 230px;
    left: 0;
    top: 150px;
    color: #eee;
    z-index: 999;
    background-color: #252525;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.panel-toggle {
    background-color: #252525;
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.panel-toggle i {
    font-size: 1.1em;
}

.panel-options,
.panel-header {
    padding: 20px;
}

.panel-header {
    font-size: 15px;
    border-bottom: 1px #2d2d2d solid;
}

.panel-options {
    padding: 30px 20px;
}

.panel-options p {
    font-size: 13px;
    margin: 0 0 20px 0;
}

.st-sw-layout {
    display: block;
    padding: 2px 0;
    font-weight: 400;
}

.color-picker {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

.color-picker.color-picker-last {
    margin: 0 0 20px 0;
}

.color-picker li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.color-picker li:nth-child(5n) {
    margin-right: 0;
}

.color-picker li > a {
    border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
}

.color-picker li a:hover,
.color-picker li a.selected-color {
    border: 2px solid #eee !important;
}

/*------------------------------------------------------------------
[Breadcrumb]
*/

.breadcrumb {
    display: block;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.breadcrumb > li {
    margin: 0;
}

.breadcrumb-item > a {
    color: #999;
}

.breadcrumb-item > a:hover,
.breadcrumb-item > a:focus {
    color: #e1be64;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 8px 0 4px;
    opacity: .4;
    content: "/";
    font-size: 10px;
}

.breadcrumb > .active,
.breadcrumb-item + .breadcrumb-item::before {
    color: #999;
}

/*------------------------------------------------------------------
[Menu]
*/

.menu-simple-item {
    display: table;
    width: 100%;
    margin: 0 0 25px;
}

.menu-simple-item .menu-simple-item-img,
.menu-simple-item .menu-simple-item-inner {
    vertical-align: middle;
    display: table-cell;
}

.menu-simple-item .menu-simple-item-img {
    float: left;
    width: 66px;
    padding-right: 14px;
}

.menu-simple-item .menu-simple-item-inner {
    padding: 3px 0 0;
    width: 100%;
}

.menu-simple-item .menu-simple-item-inner h6 {
    position: relative;
    margin: 0;
    font-size: 14px;
    letter-spacing: 2px;
    font-size: 15px;
    letter-spacing: .5px;
}

.menu-simple-item .menu-simple-item-inner h6 > span {
    background: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 0 1px;
}

.menu-simple-item .menu-simple-item-inner h6:after {
    position: absolute;
    right: 0;
    content: '';
    bottom: 5px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted rgba(174, 174, 174, .6);
    z-index: 0;
}

.menu-simple-item .menu-simple-item-inner p {
    font-size: 15px;
    margin: 0;
}

.menu-classic-item {
    text-align: center;
    padding: 10px 0;
    /* Price */
}

.menu-classic-item .menu-classic-item-img {
    position: relative;
    margin: 0 0 34px;
}

.menu-classic-item .menu-classic-item-img:after {
    border-radius: 4px;
    transition: all .4s cubic-bezier(.18, .89, .32, 1.18);
    content: "";
    background: #292929;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.menu-classic-item .menu-classic-item-img a {
    position: absolute;
    font-size: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.menu-classic-item .menu-classic-item-price {
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e1be64;
    line-height: 46px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.menu-classic-item .menu-classic-item-inner h6 {
    font-size: 17px;
    margin: 0 0 4px;
    letter-spacing: .5px;
}

.menu-classic-item:hover .menu-classic-item-img:after {
    opacity: .5;
}

/*------------------------------------------------------------------
[Header & Navigation]
*/

.header {
    background: #fff;
    position: fixed;
    z-index: 1040;
    width: 100%;
    transition: height .3s ease-out,
                background .3s ease-out,
                box-shadow .5s,
                -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s;
    transition: height .3s ease-out,
                background .3s ease-out,
                transform .5s,
                box-shadow .5s,
                -webkit-transform .5s;
}

.header.header-transparent {
    background-color: transparent;
    position: fixed;
}

.header.header-small {
    background: #fff;
}

.header.header-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.header.header-shadow .top-bar {
    margin-top: -40px;
}

.header.header-shadow .navigation {
}

.header .container,
.header .container-fluid {
    position: relative;
    height: 100%;
}

.top-bar,
.navigation {
    padding: 0 50px;
}

.header-transparent .top-bar {
    background: transparent;
    border-bottom: 1px solid rgba(225, 225, 225, .1);
}

.header-transparent > .top-bar + .navigation {
    border: 0;
}

.top-bar {
    background-color: #181818;
    height: 40px;
    line-height: 40px;
    letter-spacing: .5px;
    font-size: 12px;
    transition: margin .3s ease-out;
    overflow: hidden;
    color: #fff;
}

.top-bar a {
    position: relative;
    color: #fff;
}

.top-bar a:hover {
    color: #e1be64;
}

.top-bar ul.top-bar-tools {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-bar ul.top-bar-tools > li {
    border-left: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    padding: 0 18px;
    margin: 0;
    display: block;
    float: right;
}

.top-bar ul.top-bar-tools > li:first-child {
    padding-right: 0;
}

.top-bar ul.top-bar-tools > li > a {
    display: block;
}

.top-bar ul.top-bar-tools > li > a i,
.top-bar ul.top-bar-tools > li > a span {
    display: block;
    line-height: 40px;
}

.top-bar .list-left-align {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-bar .list-left-align li {
    display: inline-block;
    margin: 0;
}

.top-bar .list-left-align li i,
.top-bar .list-left-align li span {
    margin-right: 5px;
}

.top-bar .list-left-align li + li:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, .1);
    height: 12px;
    width: 1px;
    margin-left: 10px;
    margin-right: 12px;
}

.navigation {
    transition: height .3s ease-out, background .3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    height: 84px;
}

.nav-toggle::before,
.inner-header::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -1px;
}

.extra-nav {
    position: relative;
    text-align: right;
    float: right;
    height: 100%;
}

.inner-header {
    position: relative;
    z-index: 1;
    height: 100%;
    float: left;
	width: 100%;
}

.inner-brand {
    display: inline-block;
    font-size: 18px;
    color: #fff;
	margin-top: 10px;
}

.inner-navigation {
    position: absolute;
    height: 100%;
    float: left;
    left: 15px;
    right: 15px;
    text-align: right;
}

.navigation-center .inner-navigation {
    text-align: center;
}

.extra-nav,
.inner-nav {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.extra-nav > ul,
.inner-nav > ul {
    height: 100%;
    padding: 0;
    margin: 0;
}

.extra-nav > ul > li,
.inner-nav > ul > li {
    position: relative;
    display: inline-block;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0 15px;
}

.extra-nav > ul > li > a,
.inner-nav > ul > li > a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.extra-nav > ul > li > a > .menu-item-span,
.inner-nav > ul > li > a > .menu-item-span {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.extra-nav > ul > li:last-child {
    padding-right: 0;
}

.navigation:not(.navigation-center) .inner-nav > ul > li:last-child {
    padding-right: 0;
}

/*------------------------------------------------------------------
[Header state]
*/

.header .navigation,
.header-transparent.header-small .navigation {
    border-bottom: 1px solid rgba(228, 228, 228, .6);
}

.header .brand-dark,
.header-transparent.header-small .brand-dark {
    display: inline-block;
}

.header .brand-light,
.header-transparent.header-small .brand-light {
    display: none;
}

.header .extra-nav > ul > li > a,
.header .inner-nav > ul > li > a,
.header-transparent.header-small .extra-nav > ul > li > a,
.header-transparent.header-small .inner-nav > ul > li > a {
    color: #000;
}

.header .extra-nav > ul > li > a:hover,
.header .extra-nav > ul > li > a:focus,
.header .inner-nav > ul > li > a:hover,
.header .inner-nav > ul > li > a:focus,
.header-transparent.header-small .extra-nav > ul > li > a:hover,
.header-transparent.header-small .extra-nav > ul > li > a:focus,
.header-transparent.header-small .inner-nav > ul > li > a:hover,
.header-transparent.header-small .inner-nav > ul > li > a:focus {
    color: #111;
    opacity: 1;
}

.header .inner-nav > ul > li.sub-menu-open > a,
.header-transparent.header-small .inner-nav > ul > li.sub-menu-open > a {
    color: #111;
}

.header .nav-toggle > a span,
.header-transparent.header-small .nav-toggle > a span {
    background: #111;
}

.header-transparent .navigation {
    border-bottom: 1px solid rgba(225, 225, 225, .15);
}

.header-transparent .brand-dark {
    display: none;
}

.header-transparent .brand-light {
    display: inline-block;
}

.header-transparent .extra-nav > ul > li > a,
.header-transparent .inner-nav > ul > li > a {
    color: #fff;
}

.header-transparent .extra-nav > ul > li > a:hover,
.header-transparent .extra-nav > ul > li > a:focus,
.header-transparent .inner-nav > ul > li > a:hover,
.header-transparent .inner-nav > ul > li > a:focus {
    color: #fff;
    opacity: .65;
}

.header-transparent .inner-nav > ul > li.sub-menu-open > a {
    color: #fff;
    opacity: .65;
}

.header-transparent .nav-toggle > a span {
    background: #fff;
}

/*------------------------------------------------------------------
[Sub-menu]
*/

.sub-menu > li > a > i {
    margin-right: 10px;
    color: #a9a9a9;
    width: 14px;
}

.inner-nav > ul li.menu-item-has-children .sub-menu,
.inner-nav > ul li.menu-item-has-children .mega-menu {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    transition: opacity .3s .1s, visibility .3s .1s, -webkit-transform .3s .1s;
    transition: opacity .3s .1s, transform .3s .1s, visibility .3s .1s;
    transition: opacity .3s .1s,
                transform .3s .1s,
                visibility .3s .1s,
                -webkit-transform .3s .1s;
}

.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .sub-menu,
.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .sub-menu > .sub-menu-open > .sub-menu,
.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .mega-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.inner-nav .sub-menu-open > .sub-menu,
.inner-nav .sub-menu-open > .mega-menu,
.inner-nav .sub-menu-open > .mega-menu .sub-menu {
    visibility: visible;
    opacity: 1;
}

.inner-nav .sub-menu {
    background-color: rgba(15, 15, 15, .9);
    position: absolute;
    min-width: 190px;
    z-index: 1030;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: .3px;
    padding: 15px 0;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .15);
}

.inner-nav .sub-menu.sub-menu-left {
    right: 0;
    left: auto;
}

.inner-nav .sub-menu.sub-menu-left .sub-menu {
    right: 100%;
    left: auto;
}

.inner-nav .sub-menu {
    list-style: none;
}

.inner-nav .sub-menu .sub-menu {
    left: 100%;
    top: -15px;
}

.inner-nav .sub-menu li {
    position: relative;
    padding: 0;
    margin: 0;
}

.inner-nav .sub-menu li.menu-item-has-children::after {
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -4px;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 8px;
    content: "\e649";
    color: #a9a9a9;
    transition: all .3s ease-in-out;
}

.inner-nav .sub-menu li.sub-menu-open > a {
    color: #fff;
}

.inner-nav .sub-menu li > a {
    position: relative;
    display: block;
    padding: 6px 5px 6px 25px;
    color: #999;
}

.inner-nav .sub-menu li > a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    color: #fff;
}

.nav-toggle {
    display: none;
    padding: 0 0 0 25px;
}

.nav-toggle {
    position: relative;
    z-index: 1;
    height: 100%;
    float: right;
}

.nav-toggle > a {
    display: inline-block;
    height: 14px;
    width: 18px;
}

.nav-toggle > a span {
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 4px;
}

@media (min-width: 992px) {
    .inner-navigation.collapse {
        display: none;
    }
}

@media (max-width: 991px) {
    .top-bar {
        display: none;
    }

    .top-bar,
    .navigation {
        padding: 0;
    }

    .header .container,
    .header .container-fluid {
        width: 100%;
    }

    .inner-nav {
        padding: 20px;
        display: block;
    }

    .extra-nav {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .inner-nav ul > li,
    .inner-nav .sub-menu li {
        display: block;
        height: auto;
        margin: 0;
    }

    .inner-nav ul > li a,
    .inner-nav .sub-menu li a {
        display: block;
        padding: 10px 0;
    }

    .inner-nav > ul > li {
        float: none;
    }

    .inner-nav,
    .inner-nav > ul,
    .inner-navigation {
        height: auto;
    }

    .inner-nav > ul > li > a > .menu-item-span {
        -webkit-transform: none;
                transform: none;
    }

    .navigation-center .inner-navigation,
    .inner-navigation {
        position: absolute;
        background-color: #232323;
        width: 100%;
        left: 0;
        top: 100%;
        text-align: left;
    }

    .navigation-center .inner-navigation.show,
    .inner-navigation.show {
        overflow-y: auto;
    }

    .navigation-center .inner-navigation.collapse,
    .inner-navigation.collapse {
        display: none;
    }

    .navigation-center .inner-navigation.collapse.show,
    .inner-navigation.collapse.show {
        display: block;
    }

    .navigation-center .inner-navigation.collapsing,
    .inner-navigation.collapsing {
        height: 0;
    }

    .inner-nav .sub-menu,
    .inner-nav .sub-menu .sub-menu {
        border: 0;
        box-shadow: none;
        background: transparent;
        background-image: none !important;
        display: none;
        padding: 0 0 0 8px;
        margin: 0;
    }

    .inner-nav .sub-menu .menu-item-has-children.sub-menu-open > a,
    .inner-nav .sub-menu .sub-menu .menu-item-has-children.sub-menu-open > a {
        background: transparent;
    }

    .inner-nav .sub-menu-open > .sub-menu {
        position: static;
        display: block !important;
    }

    .inner-nav .sub-menu li.menu-item-has-children::after {
        content: '';
    }

    .inner-nav .sub-menu li a {
        border: 0;
    }/* .header .extra-nav > ul > li > a,
.header .inner-nav > ul > li > a,
.header-transparent.header-small .extra-nav > ul > li > a,
.header-transparent.header-small .inner-nav > ul > li > a *//* .header .inner-nav > ul > li.sub-menu-open > a,
.header-transparent.header-small .inner-nav > ul > li.sub-menu-open > a *//* .header .extra-nav > ul > li > a:hover, .header .extra-nav > ul > li > a:focus,
.header .inner-nav > ul > li > a:hover, .header .inner-nav > ul > li > a:focus,

.header-transparent.header-small .extra-nav > ul > li > a:hover,
.header-transparent.header-small .extra-nav > ul > li > a:focus,

.header-transparent.header-small .inner-nav > ul > li > a:hover,
.header-transparent.header-small .inner-nav > ul > li > a:focus *//* .inner-nav .sub-menu li {
		&.sub-menu-open > a {
			color: #fff;
		}

		> a {
			position: relative;
			display: block;
			padding: 6px 5px 6px 25px;
			color: #999;

			&:hover {
				transform: translateX(5px);
				color: #fff;
			}
		} */

    .header,
    .header-transparent.header-small {
        /* .inner-nav > ul > li > a,
		.inner-nav > ul > li.sub-menu-open > a {
			color: #999;

			&:hover {
				color: $clr-brand;
			}
		} */
    }

    .header .inner-brand,
    .header-transparent.header-small .inner-brand {
        color: #fff;
    }

    .header .extra-nav > ul > li > a,
    .header .inner-nav > ul > li > a,
    .header-transparent.header-small .extra-nav > ul > li > a,
    .header-transparent.header-small .inner-nav > ul > li > a {
        color: #fff;
    }

    .header .extra-nav > ul > li > a:hover,
    .header .extra-nav > ul > li > a:focus,
    .header .inner-nav > ul > li > a:hover,
    .header .inner-nav > ul > li > a:focus,
    .header-transparent.header-small .extra-nav > ul > li > a:hover,
    .header-transparent.header-small .extra-nav > ul > li > a:focus,
    .header-transparent.header-small .inner-nav > ul > li > a:hover,
    .header-transparent.header-small .inner-nav > ul > li > a:focus {
        color: #fff;
        opacity: .65;
    }

    .header .inner-nav > ul > li.sub-menu-open > a,
    .header-transparent.header-small .inner-nav > ul > li.sub-menu-open > a {
        color: #fff;
        opacity: .65;
    }

    .header .inner-nav .sub-menu li > a,
    .header-transparent.header-small .inner-nav .sub-menu li > a {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 12px;
    }

    .header .inner-nav li.menu-item-has-children > a::after,
    .header-transparent.header-small .inner-nav li.menu-item-has-children > a::after {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 13px;
        content: "\f107";
        color: #999;
        transition: all .3s ease-in-out;
    }
}

/*------------------------------------------------------------------
 [Welcome Buttons]
*/

.welcome_btn {
	margin-top:75px;
}

.welcome_btn .btn {
	text-decoration:none !important;
	margin:0 20px;
	padding:13px 23px;
}

.welcome_btn .btn.btn-circle.btn-black:hover {
	color:black;
	border:none;
	background-color:#f1f1f1;
}

.welcome_btn .btn.btn-circle.btn-gray {
	color:black;
	background-color: #f1f1f1;
}

.welcome_btn .btn.btn-circle.btn-gray:hover {
	color:white;
	background-color:black !important;
	border:none;
}

@media screen and (max-width: 470px){
	.welcome_btn .btn {
		margin-top:30px;
		padding:10px 20px;
}

}

/*------------------------------------------------------------------
[Modules]
*/

.module,
.module-small,
.module-cover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    padding: 120px 0 100px;
}

.module-small {
    padding: 60px 0 40px;
}

.fullscreen {
    padding: 0;
    height: 100vh;
}

.fullscreen .container,
.fullscreen .container > .row {
    height: 100%;
}

.fullscreen .container > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.parallax {
    background-color: transparent;
}

.parallax .container,
.parallax .container-fluid {
    position: relative;
    z-index: 2;
}

.module-page-title {
    background-color: #f5f5f5;
    padding: 44px 0;
}

.module-page-title p {
    margin: 0;
}

.module-page-title .page-title-heading {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
}

.module-page-title .breadcrumb {
    background: none;
    text-align: right;
    padding: 0;
    margin: 0;
}

.module-page-title .breadcrumb > li {
    float: none;
    display: inline-block;
}

@media (max-width: 767px) {
    .module-page-title,
    .module-page-title .breadcrumb {
        text-align: center;
    }

    .module-page-title .breadcrumb {
        margin: 10px 0 0;
    }
}

.divider-top {
    border-top: 1px solid rgba(225, 225, 225, .6);
}

.divider-bottom {
    border-bottom: 1px solid rgba(225, 225, 225, .6);
}

.bg-gray {
       background-color: rgba(241,242,242,1);
}
.bg-light-grey{
	    background-color: rgba(247,247,247,1);
}

.bg-dark {
    background-color: #181818 !important;
}

.overlay-background {
    background: #292929;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.overlay-background.overlay-gradient {
    background: linear-gradient(to bottom, rgba(41, 41, 41, .9) 1%, rgba(41, 41, 41, .5) 50%, rgba(41, 41, 41, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6292929', endColorstr='#1a292929', GradientType=0);
}

/*------------------------------------------------------------------
[Hero]
*/

.module-cover {
    position: relative;
    padding: 260px 0 220px;
    font-size: 16px;
}

.module-cover h1,
.module-cover-slides h1 {
font-size: 46px;
    margin: 0 0 20px;
    text-transform: uppercase;
	    font-family: 'Chronicle Display', sans-serif !important;
    font-weight: 100;
}

.module-cover h2,
.module-cover-slides h2 {
    font-size: 54px;
}

.module-cover h3,
.module-cover-slides h3 {
    font-size: 46px;
}

.module-cover h4,
.module-cover-slides h4 {
    font-size: 32px;
}

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

.module-cover h6,
.module-cover-slides h6 {
    font-size: 14px;
	margin-bottom:20px;
}

.module-cover p,
.module-cover-slides p {
    font-size: 19px;
    opacity: .7;
}

.module-cover *:last-child,
.module-cover-slides *:last-child {
    margin-bottom: 0;
}

.up-as,
.up-form,
.up-help {
    margin: 0 0 20px;
}

.up-help p {
    font-size: 15px;
}

@media (max-width: 992px) {
    .module-cover {
        min-height: auto;
        height: auto;
        padding: 120px 0;
    }

    .module-cover h1,
    .module-cover-slides h1 {
        font-size: 48px;
    }

    .module-cover h2,
    .module-cover-slides h2 {
        font-size: 40px;
    }

    .module-cover h3,
    .module-cover-slides h3 {
        font-size: 32px;
    }

    .module-cover h4,
    .module-cover-slides h4 {
        font-size: 22px;
    }

    .module-cover h5,
    .module-cover-slides h5 {
        font-size: 16px;
    }

    .module-cover h6,
    .module-cover-slides h6 {
        font-size: 11px;
    }

    .module-cover br,
    .module-cover-slides br {
        display: none;
    }

    .module-cover p,
    .module-cover-slides p {
        font-size: 16px;
    }
}

@media screen and (max-width: 445px) {
	#home .display-1 {
		font-size:35px;
	}
}



/*------------------------------------------------------------------
[Gallery]
*/

.gallery {
    padding: 0 3px;
	    margin-top: 40px;
}

.gallery .gallery-item {
    padding: 3px;
    width: 16.333333%;
}

.gallery.gallery-2-columns .gallery-item {
    width: 50%;
}

.gallery.gallery-4-columns .gallery-item {
    width: 25%;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    float: left;
}

.gallery-item .gallery-image {
    background-size: 90%;
	background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-image:before {
    background-image: url("../images/zoom-white.png");
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0;
    -webkit-transform: scale(.6);
            transform: scale(.6);
    transition: all .4s cubic-bezier(.18, .89, .32, 1.18);
    z-index: 999;
}

.gallery-item .gallery-image:after {
    transition: all .4s cubic-bezier(.18, .89, .32, 1.18);
    content: "";
    background: #292929;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.gallery-item a {
    position: absolute;
    text-indent: 200%;
    font-size: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 10;
}

.gallery-item:hover .gallery-image:after {
    opacity: .5;
}

.gallery-item:hover .gallery-image:before {
    -webkit-transform: scale(.8);
            transform: scale(.8);
    opacity: .85;
}

.gallery-shorcode .gallery-item {
    padding: 0 3px;
}

.gallery-shorcode .gallery-item:nth-child(1n+4) {
    margin-top: 6px;
}

.gallery-shorcode-desc {
    padding: 30px;
    height: 100%;
}


.gallery-shorcode-desc .vertical-body {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.gallery-shorcode-desc .vertical {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 30px;
}

.current-menu-item {
    text-decoration: underline;
    font-weight: 600;
}
.share-icon {
    text-rendering: auto;
}
.artist-header .sharedaddy {
    display: none;
}
.sharedaddy {text-align: center; width:100%;}
@media (max-width: 1199px) {
    .gallery-shorcode {
        padding: 0;
    }

    .gallery-shorcode .gallery-item {
        padding: 3px;
    }

    .gallery-shorcode .gallery-item:nth-child(1n+4) {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .gallery .gallery-item,
    .gallery.gallery-2-columns .gallery-item,
    .gallery.gallery-4-columns .gallery-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .gallery .gallery-item,
    .gallery.gallery-2-columns .gallery-item,
    .gallery.gallery-4-columns .gallery-item {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Blog]
*/

.sidebar {
    padding: 0 0 0 15px;
}

.sidebar .textdescription {
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;

}

.blog-post p {
	font-family:Verdana;
}

.post {
    position: relative;
    margin: 0 0 40px;
}

.post + .post {
    border-top: 1px solid rgba(225, 225, 225, .6);
    padding: 50px 0 0;
}

.blog-grid .post,
.blog-masonry .post {
    border-bottom: 1px solid rgba(225, 225, 225, .6);
    padding: 0 0 20px;
    margin: 0 0 50px;
}

.blog-grid .post:after,
.blog-masonry .post:after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 50px;
    height: 2px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #333;
    transition: width .4s cubic-bezier(.18, .89, .32, 1.18);
    content: "";
    display: block;
}

.blog-grid .post:hover:after,
.blog-masonry .post:hover:after {
    width: 100%;
}

.post-preview:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
}

.post-preview:hover:after {
    box-shadow: 0 30px 60px rgba(0, 0, 0, .17);
}

.post-preview {
    position: relative;
    transition: all .4s;
}

.post-preview:after {
            transition: box-shadow .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: box-shadow .7s cubic-bezier(.2, 1, .22, 1);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(.96);
            transform: scale(.96);
    border-radius: 5px;
    z-index: -1;
}

.post-meta {
    list-style: none;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.post-meta a {
    color: #111;
}

.post-meta > li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.post-meta > li:last-child {
    margin: 0;
}

.post-preview {
    margin: 0 0 28px;
}

.post-header {
    margin: 0 0 28px;
}

.post-title {
    font-size: 30px;
    margin: 0 0 5px;
}

.blog-grid .post-title,
.blog-masonry .post-title {
    font-size: 24px;
	font-family: Didot;
}

.post-more a {
    color: #111;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 30px 0 20px;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
    margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content ol {
    margin: 0 0 20px;
	    font-family: Crimson Text;
    color: #525252;
}

.post-content blockquote {
    border-left: 2px solid #eaeaea;
    margin: 40px 0;
}

.post-content blockquote:hover {
    border-color: #e1be64;
}

.post-content ul,
.post-content ol {
    margin-left: 40px;
}

.post-content ul {
    list-style-type: disc;
}

.post-content ol {
    list-style-type: decimal;
}

.post-tags {
    margin: 30px 0 0;
}

.nav_post_title {
	margin-top:50px;
	margin-bottom:50px;
}

.nav_post_title .next-button {
	float:right;
}


.nav_post_title span a {
	color:black;

}

.nav_post_title span a:hover {
	color:#d0a128;
}

.blog_pagination {
	text-align:center;
	font-size:18px;
	display:block;

}

.blog_pagination .page-numbers {
	margin-right:10px;

}

.blog_pagination span {
	color:#d0a128;
}

.blog_pagination a {
	color:black;
}

.blog_pagination a:hover {
	color:#d0a128;
}

.blog_pagination .next, .blog_pagination .prev {
	text-transform:uppercase;
}


@media (max-width: 992px) {
    .sidebar {
        padding: 80px 0 0;
    }
}

/*------------------------------------------------------------------
[Comments & Comment Form]
*/
.comment-list ol.children {
    margin-left: 150px;
}
a#cancel-comment-reply-link {
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    margin-top: 11px;
}
.comments-area {
    margin: 60px 0;
}

.comments-title {
    border-bottom: 1px solid rgba(225, 225, 225, .6);
    padding-bottom: 15px;
}

.comments-title,
.comment-reply-title {
    margin: 0 0 30px;
}

.comment-list {
    margin: 0 0 50px;
}

.comment-list > .comment:first-child {
    padding: 10px 0 0;
}

.comment-reply-title {
    margin: 0 0 10px;
}

.comment-form {
    margin-top: 40px;
}

.comment {
    padding: 35px 0 0;
}

.comment .children > .comment {
    margin-left: 85px;
}

.comment-author {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

.comment-author > img {
    border-radius: 5px;
}

.comment-body {
    position: relative;
    border-bottom: 1px solid rgba(225, 225, 225, .6);
    padding: 0 0 10px;
    margin: 0 0 0 85px;
}

.comment-meta {
    margin: 0 0 15px;
}

.comment-meta-author a {
    color: #111;
}

.comment-meta-author a:hover,
.comment-meta-author a:focus {
    color: #e1be64;
}

.comment-meta-date {
    font-size: 90%;
}

.comment-meta-date a {
    color: #999;
    opacity: .6;
}

.comment-meta-date a:hover,
.comment-meta-date a:focus {
    color: #e1be64;
    opacity: 1;
}

.comment-reply {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
}

.comment-reply > a {
    border-radius: 15px;
    background: #f4f4f4;
    padding: 5px 15px;
    display: block;
    color: #303133;
}

.comment-reply > a:hover,
.comment-reply > a:focus {
    background: #e1be64;
    color: #fff;
}

/*------------------------------------------------------------------
[Widgets]
*/

.widget {
    margin: 0 0 50px;
}

.sidebar .widget {
    margin: 0 0 50px;
}

.widget .widget-title {
    border-bottom: 1px solid rgba(225, 225, 225, .6);
    margin: 0 0 20px;
}

.widget .widget-title h5 {
    font-size: 15px;
    margin: 0 0 10px;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget input,
.widget select {
    width: 100%;
    box-shadow: none;
    border-radius: 2px;
    border-width: 1px;
    border-color: rgba(225, 225, 225, .6);
}

/* --- [ Search Widget ] --- */

.widget_search form {
    position: relative;
}

.search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: -2px;
    height: 100%;
    right: 10px;
    transition: all .3s ease-out;
    color: #ddd;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
    outline: 0;
}

.search-button:hover {
    color: #e1be64;
}

.widget_categories > ul > li:last-child {
    border: 0;
}

.widget_meta ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_widget_recent_comments ul li {
    margin: 0;
}

.widget_meta ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_widget_recent_comments ul li a {
    display: inline-block;
    color: #999;
    padding: 3px 0;
}

.widget_meta ul li a:hover,
.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_widget_recent_comments ul li a:hover {
    color: #e1be64;
}

.widget_meta ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_categories ul ul,
.widget_widget_recent_comments ul ul {
    margin: 0;
}

.widget_meta ul ul li:last-child,
.widget_archive ul ul li:last-child,
.widget_nav_menu ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_widget_recent_comments ul ul li:last-child {
    border-bottom: 0;
}

.widget_meta ul ul li a,
.widget_archive ul ul li a,
.widget_nav_menu ul ul li a,
.widget_categories ul ul li a,
.widget_widget_recent_comments ul ul li a {
    margin-left: 15px;
}

.widget_recent_entries li,
.widget_recent_entries_custom li {
    border-bottom: 1px solid rgba(225, 225, 225, .6);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget_recent_entries li:last-child,
.widget_recent_entries_custom li:last-child {
    border: 0;
}

.widget_recent_works,
.widget_recent_entries a,
.widget_recent_entries_custom a {
    color: #999;
}

.widget_recent_works:hover,
.widget_recent_entries a:hover,
.widget_recent_entries_custom a:hover {
    color: #999s;
}

.post-date {
    font-size: 12px;
    display: block;
    color: #ccc;
}

.widget_recent_entries_custom ul li {
    display: list-item;
}

.widget_recent_entries_custom ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_recent_entries_custom .wi,
.widget_recent_entries_custom .wb {
    vertical-align: middle;
    display: block;
}

.widget_recent_entries_custom .wi {
    float: left;
    width: 100%;
}

.widget_recent_entries_custom .wi img {
    border-radius: 3px;
    width: 100%;
}

.widget_recent_entries_custom .wb {

    width: 100%;
	text-align: center;
}

/* --- [ Resent Works Widget ] --- */

.widget_recent_works > ul {
    margin: 0 -4px;
}

.widget_recent_entries_custom a {
    color: #000;
}
.widget_recent_works > ul:before,
.widget_recent_works > ul:after {
    content: " ";
    display: table;
}

.widget_recent_works > ul:after {
    clear: both;
}

.widget_recent_works > ul > li {
    border: 0 !important;
    float: left;
    width: 33.333%;
    padding: 4px;
    margin: 0;
}

.widget_recent_works > ul > li > a:hover {
    opacity: .5;
}

/* --- [ Tags Widget ] --- */

.post-tags > a,
.widget_tag_cloud .tagcloud > a {
    background: #f4f4f4;
    position: relative;
    display: inline-block;
    padding: 2px 15px;
    margin: 4px 8px 4px 0;
    line-height: 24px;
    font-size: 12px !important;
    color: #999;
    border-radius: 15px;
}

.post-tags > a:hover,
.widget_tag_cloud .tagcloud > a:hover {
    background: #e1be64;
    color: #fff;
    opacity: 1;
}

/* --- [ Twitter Feed Widget ] --- */

.twitter-feed-widget ul > li {
    border: 0;
    margin: 0 0 20px;
}

.twitter-feed-widget ul > li:last-child {
    padding: 0;
    margin: 0;
}

.twitter-feed-widget .timePosted {
    font-size: 12px;
    color: #ccc;
    margin: 4px 0 0;
}

.twitter-feed-widget .tweet {
    word-wrap: break-word;
    margin: 0;
}

.twitter-feed-widget .user,
.twitter-feed-widget .interact {
    display: none;
}

/* --- [ Сalendar widget ] --- */

.calendar_wrap,
.calendar_wrap table {
    width: 100%;
}

.calendar_wrap caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.calendar_wrap thead {
    font-size: 10px;
}

.calendar_wrap thead th {
    padding-bottom: 10px;
    text-align: center;
}

.calendar_wrap tbody {
    color: #aaa;
}

.calendar_wrap tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

.calendar_wrap tbody td:hover {
    background: #fff;
}

.calendar_wrap tbody .pad {
    background: none;
}

.calendar_wrap tfoot #next,
.calendar_wrap tfoot #prev {
    text-transform: uppercase;
    font-size: 10px;
}

.calendar_wrap tfoot #next {
    text-align: right;
}

.calendar_wrap tfoot #prev {
    padding-top: 10px;
}

/*------------------------------------------------------------------
[Footer]
*/

.parallax + .footer-circle {
    margin: -100px 0 0;
}

.footer-circle {
    position: relative;
    z-index: 2;
    display: block;
    fill: #181818;
    stroke: #181818;
    margin: -100px 0 0;
}

.footer {
    background: #181818;
    padding: 40px 0 20px;
    letter-spacing: .3px;
    font-size: 14px;
}

.footer a {
    color: #fff;
}

.footer a:hover,
.footer a:focus {
    color: #e1be64;
}

.footer .small-footer {
    border-top: 1px solid #252525;
    padding: 20px 0 0;
    margin: 0px 0 0;
    font-size: 13px;
}

.footer .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.footer .social-links > li {
    display: inline-block;
    margin: 0 0 0 10px;
}

.footer input,
.footer select {
    border-color: #303030;
}

.footer input:focus,
.footer select:focus {
    border-color: #3d3d3d;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #fff;
}

.footer .widget-title,
.footer .widget_recent_entries li,
.footer .widget_recent_entries_custom li {
    border-color: #252525;
}

.footer .social-links a {
    color: rgba(255, 255, 255, .7);
}

@media (max-width: 767px) {
    .footer .small-footer {
        text-align: center;
    }

    .footer .social-links {
        text-align: center;
    }

    .footer .social-links > li {
        margin: 5px;
    }
}

/*------------------------------------------------------------------
[Offcanvas]
*/

body:after {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    height: 1px;
    width: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    top: -1px;
    z-index: 9998;
    content: " ";
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.785, .135, .15, .86);
    cursor: pointer;
    cursor: url("../images/close.png"), pointer;
}

body.off-canvas-sidebar-open:after {
    visibility: visible;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
}

.off-canvas-sidebar-open .off-canvas-sidebar {
    -webkit-transform: translateX(-380px);
            transform: translateX(-380px);
}

.off-canvas-sidebar {
    background: #1b1d1f;
    background-size: cover;
    position: fixed;
    right: -380px;
    top: 0;
    height: 100%;
    width: 380px;
    z-index: 999999;
    transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    letter-spacing: .3px;
    font-size: 14px;
}

.off-canvas-sidebar h1,
.off-canvas-sidebar .h1,
.off-canvas-sidebar h2,
.off-canvas-sidebar .h2,
.off-canvas-sidebar h3,
.off-canvas-sidebar .h3,
.off-canvas-sidebar h4,
.off-canvas-sidebar .h4,
.off-canvas-sidebar h5,
.off-canvas-sidebar .h5,
.off-canvas-sidebar h6,
.off-canvas-sidebar .h6 {
    color: #fff;
}

.off-canvas-sidebar a {
    color: #fff;
}

.off-canvas-sidebar a:hover,
.off-canvas-sidebar a:focus {
    color: #fff;
    opacity: .7;
}

.off-canvas-sidebar-wrapper {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.off-canvas-header,
.off-canvas-content {
    padding-right: 45px;
    padding-left: 45px;
}

.off-canvas-content {
    padding-bottom: 30px;
}

.off-canvas-header {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right;
}

.close-offcanvas {
    font-size: 24px;
}

.off-canvas-sidebar a,
.off-canvas-sidebar .widget a {
    color: #fff;
}

.off-canvas-sidebar a:hover,
.off-canvas-sidebar a:focus,
.off-canvas-sidebar .widget a:hover,
.off-canvas-sidebar .widget a:focus {
    color: #fff;
    opacity: .7;
}

.off-canvas-sidebar .social-icons > li {
    margin: 5px 10px 0;
}

.off-canvas-sidebar .social-icons a {
    color: #999;
}

.off-canvas-sidebar .social-icons a:hover,
.off-canvas-sidebar .social-icons a:focus {
    color: #fff;
}

.off-canvas-sidebar .widget-title,
.off-canvas-sidebar .widget_recent_entries li,
.off-canvas-sidebar .widget_recent_entries_custom li {
    border-color: #252525;
}

/* ------------------------------------------------------------------
[Dark]
*/

.parallax:not(.bg-light),
.bg-dark,
.bg-brand,
.bg-gradient {
    color: #fff;
}

.parallax:not(.bg-light) a:not(.btn),
.bg-dark a:not(.btn),
.bg-brand a:not(.btn),
.bg-gradient a:not(.btn) {
    color: #e1be64;
    color: #fff;
    text-decoration: underline;
}
.carousel-control-next-icon,.carousel-control-prev-icon{background-image: none;}
.parallax:not(.bg-light) a:not(.btn):hover,
.parallax:not(.bg-light) a:not(.btn):focus,
.bg-dark a:not(.btn):hover,
.bg-dark a:not(.btn):focus,
.bg-brand a:not(.btn):hover,
.bg-brand a:not(.btn):focus,
.bg-gradient a:not(.btn):hover,
.bg-gradient a:not(.btn):focus {
    outline: 0;
    text-decoration: none;
}

.parallax:not(.bg-light) h1 > a,
.parallax:not(.bg-light) .h1 > a,
.parallax:not(.bg-light) h2 > a,
.parallax:not(.bg-light) .h2 > a,
.parallax:not(.bg-light) h3 > a,
.parallax:not(.bg-light) .h3 > a,
.parallax:not(.bg-light) h4 > a,
.parallax:not(.bg-light) .h4 > a,
.parallax:not(.bg-light) h5 > a,
.parallax:not(.bg-light) .h5 > a,
.parallax:not(.bg-light) h6 > a,
.parallax:not(.bg-light) .h6 > a,
.bg-dark h1 > a,
.bg-dark .h1 > a,
.bg-dark h2 > a,
.bg-dark .h2 > a,
.bg-dark h3 > a,
.bg-dark .h3 > a,
.bg-dark h4 > a,
.bg-dark .h4 > a,
.bg-dark h5 > a,
.bg-dark .h5 > a,
.bg-dark h6 > a,
.bg-dark .h6 > a,
.bg-brand h1 > a,
.bg-brand .h1 > a,
.bg-brand h2 > a,
.bg-brand .h2 > a,
.bg-brand h3 > a,
.bg-brand .h3 > a,
.bg-brand h4 > a,
.bg-brand .h4 > a,
.bg-brand h5 > a,
.bg-brand .h5 > a,
.bg-brand h6 > a,
.bg-brand .h6 > a,
.bg-gradient h1 > a,
.bg-gradient .h1 > a,
.bg-gradient h2 > a,
.bg-gradient .h2 > a,
.bg-gradient h3 > a,
.bg-gradient .h3 > a,
.bg-gradient h4 > a,
.bg-gradient .h4 > a,
.bg-gradient h5 > a,
.bg-gradient .h5 > a,
.bg-gradient h6 > a,
.bg-gradient .h6 > a {
    color: #fff;
}

.parallax:not(.bg-light) h1 > a:hover,
.parallax:not(.bg-light) h1 > a:focus,
.parallax:not(.bg-light) .h1 > a:hover,
.parallax:not(.bg-light) .h1 > a:focus,
.parallax:not(.bg-light) h2 > a:hover,
.parallax:not(.bg-light) h2 > a:focus,
.parallax:not(.bg-light) .h2 > a:hover,
.parallax:not(.bg-light) .h2 > a:focus,
.parallax:not(.bg-light) h3 > a:hover,
.parallax:not(.bg-light) h3 > a:focus,
.parallax:not(.bg-light) .h3 > a:hover,
.parallax:not(.bg-light) .h3 > a:focus,
.parallax:not(.bg-light) h4 > a:hover,
.parallax:not(.bg-light) h4 > a:focus,
.parallax:not(.bg-light) .h4 > a:hover,
.parallax:not(.bg-light) .h4 > a:focus,
.parallax:not(.bg-light) h5 > a:hover,
.parallax:not(.bg-light) h5 > a:focus,
.parallax:not(.bg-light) .h5 > a:hover,
.parallax:not(.bg-light) .h5 > a:focus,
.parallax:not(.bg-light) h6 > a:hover,
.parallax:not(.bg-light) h6 > a:focus,
.parallax:not(.bg-light) .h6 > a:hover,
.parallax:not(.bg-light) .h6 > a:focus,
.bg-dark h1 > a:hover,
.bg-dark h1 > a:focus,
.bg-dark .h1 > a:hover,
.bg-dark .h1 > a:focus,
.bg-dark h2 > a:hover,
.bg-dark h2 > a:focus,
.bg-dark .h2 > a:hover,
.bg-dark .h2 > a:focus,
.bg-dark h3 > a:hover,
.bg-dark h3 > a:focus,
.bg-dark .h3 > a:hover,
.bg-dark .h3 > a:focus,
.bg-dark h4 > a:hover,
.bg-dark h4 > a:focus,
.bg-dark .h4 > a:hover,
.bg-dark .h4 > a:focus,
.bg-dark h5 > a:hover,
.bg-dark h5 > a:focus,
.bg-dark .h5 > a:hover,
.bg-dark .h5 > a:focus,
.bg-dark h6 > a:hover,
.bg-dark h6 > a:focus,
.bg-dark .h6 > a:hover,
.bg-dark .h6 > a:focus,
.bg-brand h1 > a:hover,
.bg-brand h1 > a:focus,
.bg-brand .h1 > a:hover,
.bg-brand .h1 > a:focus,
.bg-brand h2 > a:hover,
.bg-brand h2 > a:focus,
.bg-brand .h2 > a:hover,
.bg-brand .h2 > a:focus,
.bg-brand h3 > a:hover,
.bg-brand h3 > a:focus,
.bg-brand .h3 > a:hover,
.bg-brand .h3 > a:focus,
.bg-brand h4 > a:hover,
.bg-brand h4 > a:focus,
.bg-brand .h4 > a:hover,
.bg-brand .h4 > a:focus,
.bg-brand h5 > a:hover,
.bg-brand h5 > a:focus,
.bg-brand .h5 > a:hover,
.bg-brand .h5 > a:focus,
.bg-brand h6 > a:hover,
.bg-brand h6 > a:focus,
.bg-brand .h6 > a:hover,
.bg-brand .h6 > a:focus,
.bg-gradient h1 > a:hover,
.bg-gradient h1 > a:focus,
.bg-gradient .h1 > a:hover,
.bg-gradient .h1 > a:focus,
.bg-gradient h2 > a:hover,
.bg-gradient h2 > a:focus,
.bg-gradient .h2 > a:hover,
.bg-gradient .h2 > a:focus,
.bg-gradient h3 > a:hover,
.bg-gradient h3 > a:focus,
.bg-gradient .h3 > a:hover,
.bg-gradient .h3 > a:focus,
.bg-gradient h4 > a:hover,
.bg-gradient h4 > a:focus,
.bg-gradient .h4 > a:hover,
.bg-gradient .h4 > a:focus,
.bg-gradient h5 > a:hover,
.bg-gradient h5 > a:focus,
.bg-gradient .h5 > a:hover,
.bg-gradient .h5 > a:focus,
.bg-gradient h6 > a:hover,
.bg-gradient h6 > a:focus,
.bg-gradient .h6 > a:hover,
.bg-gradient .h6 > a:focus {
    color: #e1be64;
}

.parallax:not(.bg-light) h1,
.parallax:not(.bg-light) .h1,
.parallax:not(.bg-light) h2,
.parallax:not(.bg-light) .h2,
.parallax:not(.bg-light) h3,
.parallax:not(.bg-light) .h3,
.parallax:not(.bg-light) h4,
.parallax:not(.bg-light) .h4,
.parallax:not(.bg-light) h5,
.parallax:not(.bg-light) .h5,
.parallax:not(.bg-light) h6,
.parallax:not(.bg-light) .h6,
.parallax:not(.bg-light) blockquote,
.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6,
.bg-dark blockquote,
.bg-brand h1,
.bg-brand .h1,
.bg-brand h2,
.bg-brand .h2,
.bg-brand h3,
.bg-brand .h3,
.bg-brand h4,
.bg-brand .h4,
.bg-brand h5,
.bg-brand .h5,
.bg-brand h6,
.bg-brand .h6,
.bg-brand blockquote,
.bg-gradient h1,
.bg-gradient .h1,
.bg-gradient h2,
.bg-gradient .h2,
.bg-gradient h3,
.bg-gradient .h3,
.bg-gradient h4,
.bg-gradient .h4,
.bg-gradient h5,
.bg-gradient .h5,
.bg-gradient h6,
.bg-gradient .h6,
.bg-gradient blockquote {
    color: #fff;
}

.parallax:not(.bg-light) .owl-carousel .owl-prev,
.parallax:not(.bg-light) .owl-carousel .owl-next,
.bg-dark .owl-carousel .owl-prev,
.bg-dark .owl-carousel .owl-next,
.bg-brand .owl-carousel .owl-prev,
.bg-brand .owl-carousel .owl-next,
.bg-gradient .owl-carousel .owl-prev,
.bg-gradient .owl-carousel .owl-next {
    color: #fff;
}

.parallax:not(.bg-light) a.inline-play-button,
.bg-dark a.inline-play-button,
.bg-brand a.inline-play-button,
.bg-gradient a.inline-play-button {
    color: #fff;
}

.parallax:not(.bg-light) a.inline-play-button:hover,
.parallax:not(.bg-light) a.inline-play-button:focus,
.bg-dark a.inline-play-button:hover,
.bg-dark a.inline-play-button:focus,
.bg-brand a.inline-play-button:hover,
.bg-brand a.inline-play-button:focus,
.bg-gradient a.inline-play-button:hover,
.bg-gradient a.inline-play-button:focus {
    color: #fff;
}

.parallax:not(.bg-light) .counter .counter-icon,
.parallax:not(.bg-light) .counter .counter-title,
.parallax:not(.bg-light) .counter .counter-number,
.bg-dark .counter .counter-icon,
.bg-dark .counter .counter-title,
.bg-dark .counter .counter-number,
.bg-brand .counter .counter-icon,
.bg-brand .counter .counter-title,
.bg-brand .counter .counter-number,
.bg-gradient .counter .counter-icon,
.bg-gradient .counter .counter-title,
.bg-gradient .counter .counter-number {
    color: #fff;
}

.parallax:not(.bg-light) .icon-box .icon-box-icon,
.parallax:not(.bg-light) .icon-box .icon-box-title,
.bg-dark .icon-box .icon-box-icon,
.bg-dark .icon-box .icon-box-title,
.bg-brand .icon-box .icon-box-icon,
.bg-brand .icon-box .icon-box-title,
.bg-gradient .icon-box .icon-box-icon,
.bg-gradient .icon-box .icon-box-title {
    color: #fff;
}

.parallax:not(.bg-light) .team-name,
.bg-dark .team-name,
.bg-brand .team-name,
.bg-gradient .team-name {
    color: #fff;
}

.parallax:not(.bg-light) .nav-pills .nav-link,
.bg-dark .nav-pills .nav-link,
.bg-brand .nav-pills .nav-link,
.bg-gradient .nav-pills .nav-link {
    border-color: #494949;
    color: #999;
}

.parallax:not(.bg-light) .nav-pills .nav-link:hover,
.bg-dark .nav-pills .nav-link:hover,
.bg-brand .nav-pills .nav-link:hover,
.bg-gradient .nav-pills .nav-link:hover {
    color: #fff;
}

.parallax:not(.bg-light) .nav-pills .nav-link.active,
.bg-dark .nav-pills .nav-link.active,
.bg-brand .nav-pills .nav-link.active,
.bg-gradient .nav-pills .nav-link.active {
    border-color: #fff;
    color: #fff;
}

.parallax:not(.bg-light) .accordion .card-header,
.bg-dark .accordion .card-header,
.bg-brand .accordion .card-header,
.bg-gradient .accordion .card-header {
    border-color: #494949;
}

.parallax:not(.bg-light) .accordion .card-header a.collapsed,
.bg-dark .accordion .card-header a.collapsed,
.bg-brand .accordion .card-header a.collapsed,
.bg-gradient .accordion .card-header a.collapsed {
    color: #999;
}

.parallax:not(.bg-light) .accordion .card-header a,
.bg-dark .accordion .card-header a,
.bg-brand .accordion .card-header a,
.bg-gradient .accordion .card-header a {
    color: #fff;
}

.parallax:not(.bg-light) .accordion .card-header a:hover,
.bg-dark .accordion .card-header a:hover,
.bg-brand .accordion .card-header a:hover,
.bg-gradient .accordion .card-header a:hover {
    color: #fff;
}

.parallax:not(.bg-light) .clients-row > [class*="col-"],
.bg-dark .clients-row > [class*="col-"],
.bg-brand .clients-row > [class*="col-"],
.bg-gradient .clients-row > [class*="col-"] {
    border-color: #494949;
}

.parallax:not(.bg-light) .clients-row + .clients-row,
.bg-dark .clients-row + .clients-row,
.bg-brand .clients-row + .clients-row,
.bg-gradient .clients-row + .clients-row {
    border-color: #494949;
}

@media (max-width: 767px) {
    .parallax:not(.bg-light) .clients-row,
    .bg-dark .clients-row,
    .bg-brand .clients-row,
    .bg-gradient .clients-row {
        border-color: #494949;
    }

    .parallax:not(.bg-light) .clients-row > [class*="col-"],
    .parallax:not(.bg-light) .clients-row > [class*="col-"]:last-child,
    .bg-dark .clients-row > [class*="col-"],
    .bg-dark .clients-row > [class*="col-"]:last-child,
    .bg-brand .clients-row > [class*="col-"],
    .bg-brand .clients-row > [class*="col-"]:last-child,
    .bg-gradient .clients-row > [class*="col-"],
    .bg-gradient .clients-row > [class*="col-"]:last-child {
        border: 0;
        border-color: #494949;
    }
}

.parallax:not(.bg-light) .owl-dots .owl-dot,
.bg-dark .owl-dots .owl-dot,
.bg-brand .owl-dots .owl-dot,
.bg-gradient .owl-dots .owl-dot {
    background: rgba(255, 255, 255, .2);
}

.parallax:not(.bg-light) .owl-dots .owl-dot.active,
.bg-dark .owl-dots .owl-dot.active,
.bg-brand .owl-dots .owl-dot.active,
.bg-gradient .owl-dots .owl-dot.active {
    background: rgba(225, 190, 100, .7);
}

.parallax:not(.bg-light) .form-control {
    background: transparent;
}


.carousel-fade .carousel-item {

 opacity: 0;

 transition-duration: .6s;

 transition-property: opacity;

}



.carousel-fade  .carousel-item.active,

.carousel-fade  .carousel-item-next.carousel-item-left,

.carousel-fade  .carousel-item-prev.carousel-item-right {

  opacity: 1;

}



.carousel-fade .active.carousel-item-left,

.carousel-fade  .active.carousel-item-right {

 opacity: 0;

}



.carousel-fade  .carousel-item-next,

.carousel-fade .carousel-item-prev,

.carousel-fade .carousel-item.active,

.carousel-fade .active.carousel-item-left,

.carousel-fade  .active.carousel-item-prev {

 transform: translateX(0);

 transform: translate3d(0, 0, 0);

}






.featured__inner {

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px;
        position: absolute;
        margin: 0;
        border: 0;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        color: #1b1b1b;
        background-color: rgba(255,255,255,.4);
        text-align: center;
	z-index: 99;
    }

.inner-content-wrap {
        position: relative;
        padding: 20px;
        background: #fff
    }
.featured_content_title {
        text-align: center;
        padding: 0 1em;
        max-width: unset
    }
a.featured__inner .entry-title {
    margin-bottom: 20px;
    letter-spacing: .3em;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 63%;
	font-family: 'Chronicle Display';
}
.carousel .entry-header {
    width: 100%;
    display: block;
}
.action-text {
    font-style: italic;
	font-family: 'Chronicle Display';
	color: #000;
    max-width: 214px;
	font-size: 12px;

}
div#demo, #weddings-slider {
    width: 85%;
    margin-left: 36px;
	text-align: center;
}
.hello-intro {    letter-spacing: 0em;
    font-size: 48px;
    font-family: "Champignon";
    font-weight: 400;
    font-style: normal;
color: #000;
    margin-bottom: -29px;}
.intro p {
    color: #000;

}
.intro img {
    max-width: 90%;
}
.cat-nav ul li a {
    color: #000;
}
.cat-nav {
	border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 20px 0px 20px 0px;
}
.st-d-title {
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 48px;
    text-align: center;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
}
.sie-featured-blog_view-4_1-text {
    letter-spacing: 0.05em;
    font-size: 40px;
    text-align: center;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
}
.se-t {
    border: 0;
    padding: 0;
    background: transparent;
    width: 100%;
    margin-top: 53%;
    left: 0;
    top: 0;
}

.sie-featured-blog_view-4_3-text {
    text-align: center;
}
.st-d-paragraph {
    color: rgba(0,0,0,1);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-align: justify;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: normal;
}
a.blog-read-more {
    text-transform: none;
    letter-spacing: 0em;
    font-size: 50px;
    text-align: center;
    font-family: 'Colatin';
    font-weight: 400;
    font-style: normal;
    color: #000;
}
.biz-info a {color: #000; margin-right: 30px;}
.widget_sitemap ul li a{
text-decoration: none!important;
    text-transform: uppercase;
    font-size: 14px;
}
.widget_contact ul li {
    float: left;
    margin-left: 68px;
}
.widget_contact ul li a {
    font-size: 28px;
    text-align: center;
}
a.card-title-left {
    position: absolute;
    z-index: 9;
    left: -203px;
    margin-top: 100px;
}

a.card-title-right {
    position: absolute;
    z-index: 9;
    right: -190px;
    margin-top: 100px;
}
h3.title-small {
    color: rgba(69,68,71,1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 24px;
    text-align: center;
    font-family: FG Rakel;
    font-weight: 400;
    font-style: normal;
    padding: 0px;
    margin: -8px;
}
h2.entry-title {
    font-size: 48px;
    font-family: Oswald;
    font-weight: 100;
}
#gallery p.lead {
    font-size: 14px;
    margin-top: -13px;
    padding: 0;
}
#about h6 {
    font-family: 'Colatin';
    text-transform: lowercase!important;
    font-size: 60px;
}
#favorites h6,.stylized-header h6 {
padding: 0px;
	margin: 0px;
	margin-top:-56px;
}

.stylized-header h6 {
text-transform: uppercase;
}

#about h1, #favorites h1  {
	    color: rgba(255,255,255,1);
    letter-spacing: 0.1em;
    font-size: 55px;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
}
#favorites h1,.stylized-header h1  {
	color: #000;
	font-family: 'Colatin';
    text-transform: lowercase!important;
    font-size: 100px;
	padding: 0px;
	margin: 0px;
	margin-top:-56px;

}
#favorites h3,.stylized-header h3  {
	color: #000;
/* 	font-family: 'Colatin';
    text-transform: lowercase!important; */
    font-size: 100px;
	padding: 0px;
	margin: 0px;
/* 	margin-top:-56px; */

}
#favorites h2,.stylized-header h2 {

    margin-top: -47px;
    text-transform: uppercase;
    font-size: 95px;

}
#about-cta {    background: #1f1f1f;
    padding: 0;}

#about-cta .wrapper {
left: 0px;
    top: 100px;
    width: 750px;
    height: auto;
    margin-bottom: 200px;
}
#about-cta h2 {
	    color: rgba(255,255,255,1);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 60px;
    text-align: left;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}
.bio p {
    color: #000;
	text-align: justify;
	    font-family: 'Playfair Display';
	font-size: 14px;
}
.bio h2 {
    font-size: 40px;
    text-transform: uppercase;
}
.favorite-thing h3 {
	color: rgba(0,0,0,1);
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.3em;
    font-size: 11px!important;
    text-align: left;
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
}
h2.number-fav {
    color: rgba(0,0,0,1);
    line-height: 1.2;
    letter-spacing: -1px;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
    text-transform: none!important;
    font-size: 75px!important;
    text-align: left;
    margin-top: 14px!important;
    margin-left: 430px;
    z-index: 9;
    position: absolute;
}
h2.number-fav-alt {
	color: rgba(0,0,0,1);
    line-height: 1.2;
    letter-spacing: -1px;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
    text-transform: none!important;
    font-size: 75px!important;
    text-align: left;
}
.favorite-thing  .right-text{

    margin-top: 110px;
    margin-left: 78px;

}
.favorite-thing .push-left {
	margin-left:16%;
}
.artist-image {
    width: 100px;
    margin-top: -118px;
    position: absolute;
    right: 19px;
    border: solid 4px #fff;
}
.card-footer {
    background: #000;
    color: #fff;
    text-align: center;
}
.card-footer a {
    color: #fff;
    text-transform: uppercase;
	    border-radius: 0px!important;
}
.card-text{
	    letter-spacing: 0.1em;
    font-size: 14px;
    font-family: Crimson Text;

	color: #000;
}
.card-title {text-transform:uppercase;}
.artist-avatar {
	    max-width: 160px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    max-height: 160px;
}
#artist-about h2 {
	text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 33px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}
#artist-gallery .gallery .gallery-item {
      padding: 3px;
    width: 30%;
    margin: 0px;
    margin-bottom: 27px;
    margin-right: 27px;
}

#artist-gallery .gallery-item .gallery-image {
background-size: 100%;
}
#testimonial-single {color:#000;}
.testimonial-text {color: #000}
.testimonial-text .number-item {
	letter-spacing: -0.02em;
    font-size: 155px;
    font-family: Regal Italic;
    font-weight: 400;
    font-style: normal;
	    color: rgba(0,0,0,1);
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 0px;
	opacity: 1;
}

.testimonial-text h6 {
	line-height: 1.4;
    letter-spacing: 0.02em;
    font-size: 22px;
    text-align: center;
    font-family: Oswald;
    font-weight: 100;
	color: #000!important;
}
.testimonial-text h1 {
	color: rgba(0,0,0,1)!important;
    line-height: 1.1;
    font-size: 55px;
    text-align: center;
      font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
    overflow: hidden;

}
.artist-galleries img {
    width: 70%;
}
.artist-galleries h1 {
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 90px;
    text-align: center;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
}

.artist-galleries h2 {
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 90px;
    text-align: center;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
}

.artist-galleries h3 {

    color: rgba(0,0,0,1);
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.3em;
    font-size: 18px;
    text-align: center;
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;

}
.artist-galleries p {
	color: rgba(0,0,0,1);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 14px;
    text-align: center;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: normal;
}
.artist-galleries a {
	    letter-spacing: 0em;
    font-size: 40px;
    font-family: 'Colatin';
    font-weight: 400;
    font-style: normal;
	text-transform: lowercase;
	color: #000;
}
.artist-galleries .row {
	margin-bottom: 100px;
}
#blog h4 {
	letter-spacing: 0em;
    font-size: 60px;
    font-family: 'Colatin';
    font-weight: 400;
    font-style: normal;
	text-align: center;
	text-transform: lowercase;
}
#blog h2 {
	color: rgba(0,0,0,1);
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 30px;
    text-align: center;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
}
#blog p {
	color: rgba(0,0,0,1);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-align: justify;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: normal;
}
#blog .read-more {
	color: rgba(0,0,0,1);
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 14px;
    text-align: center;
    font-family: 'Didot Italic';
    font-weight: 400;
    font-style: normal;
	width: 100%;
	float:right;
}
#blog .row {margin-bottom:100px;}
.blog-preview {
    padding: 80px;
}
.inner-navigation ul li a {

}
.newsletter-field {margin-left: 215px;}
.praise-small{font-size: 15px;text-transform: uppercase;margin-right: 184px;}
.view-portfolio {padding-left: 1px}
.book-artist {padding-right: 0px;}
#main-galleries .gallery-item {
    width: 33.33333333333%;
	    padding: 10px;
}
#main-galleries .gallery-item .gallery-image {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
	height: 500px;
}
.fade-box .overlay {
    position: absolute;
    top: 5px;
    left: 8px;
    right: 0;
    background-color:rgba(255,255,255,0.7);
    border: solid 0px #fff;
    width: 94%;
    height: 97%;
    opacity: 0.0;
    -webkit-transform: scale(2);
    transition: .4s ease;
    color: #000;
    text-transform: uppercase;
    font-size: 1.25em;
}

.fade-box .text p {
	text-transform: lowercase;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-family: Crimson Text;
	color: #000;
}
.fade-box .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 67%;
	text-indent: 0%;
}
.fade-box img {
	transition:  .3s all;
}

.fade-box:hover .overlay {
  transform: scale(0.8);
  opacity:1.0;
}
.fade-box:hover  img {
	opacity:1.0;
}
.fade-box .text .subtitle, .fade-box .text .title {color: #000;}
h2.title.is-4 {
    font-size: 31px;
}
#main-galleries .gallery-item a {
	position: unset;
}
	#main-galleries .gallery-item .gallery-image:before {
    background-image:none;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0;
    -webkit-transform: scale(.6);
            transform: scale(.6);
    transition: all .4s cubic-bezier(.18, .89, .32, 1.18);
    z-index: 999;
}

#main-galleries .gallery-item .gallery-image:after {
    transition: all .4s cubic-bezier(.18, .89, .32, 1.18);
    content: "";
    background: #FFFFFF;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

#main-galleries h3 {
	text-align: center;
    font-family: "Champignon";
    font-size: 50px;
	text-transform: lowercase;
}
aside .social-links li {
    float: left;
    color: #000;
    margin-left: 30px;
}
aside .social-links li a {
	color: #000;
}

aside .wi a {
    width: 250px;
    height: auto;
    display: block;
}
.artist-about {max-height: 600px;}
.two-border{text-align: center;}
.two-border .wp-block-column{
	padding: 50px 25px 0px;
    border: solid;
	max-width: 35%;
    margin-left: 8%;
}
.two-border img {
    max-width: 65%;
}
.two-border .wp-block-image {
	text-align: center;
}

.three-border .wp-block-column{
	padding: 50px 25px 40px;
    border: solid;
	margin-bottom: 40px;

}
.three-border h3 {
    text-align: center;
    font-size: 15px;
}
.wp-block-button__link {
    background-color: #000000;
    border: none;
    border-radius: 0px;
}
.button-four .wp-block-button__link {width: 100%; text-transform: uppercase}
.four-number p:first-child strong, .four-number p:nth-child(2) strong {
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 90px;
    text-align: center;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
}
 p strong {    font-weight: 800;
    color: #000;}
.four-number p strong {    font-weight: 800;
    color: #000;}
.list-block ul li:before {
  content: '✓  ';
}
ul.list-block li:before {

  content: '✓  ';
}

.list-block ul li,ul.list-block li {
	    margin-top: 40px;
}
.text-invert .wp-block-cover-text{
	color: #000;
	font-size: 25px;
}
.text-invert .wp-block-cover-text a {
    color: #000;
	font-size: 50px;
}
.text-invert {
    color: #000;

}
.top-bg {background-position: top; min-height: 600px}
.with-bg {background-color: rgba(231, 231, 231, 0.26) !important;
    background-image: url(https://theparisphotographer.mom/wp-content/uploads/2018/04/Elope-in-Paris-Wedding-dress-details-black-and-white.jpg) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;}
.with-bg .wp-block-column a{
	color: #000;
	display: block;
    margin-top: 22px;
}

.with-bg .wp-block-column:not(:last-child) {
    border-right: #000 dashed;
    border-width: 1px;
}
.carousel-inner .wp-block-column:nth-child(odd) {
    margin-right: 0px;
}
.with-bg {
    padding: 40px;
}
.corner-caption p.wp-block-cover-text {
    background: #ffffff78;
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 1em;
    color: #000;
    max-width: 25%;
	    font-family: 'adobe';
    text-align: left;

}
.corner-caption p strong:first-child {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Chronicle Display","serif";
    font-weight: 200;
    font-size: 20px;
	text-align: center!important;
	display: block;
}
.wp-block-cover.corner-caption {
    min-height: 701px;
}
.border-solid{border: solid #000;}
.border-solid h3{letter-spacing: 0em;
    font-size: 40px;
    font-family: "Champignon";
    font-weight: 400;
    font-style: normal;}
table.wp-block-table.aligncenter.border-solid tbody tr td {
    padding: 50px;
    text-align: center;
}
blockquote.wp-block-quote.is-style-large.transparent-bg {
    background: #c1c1c1bf;
    color: #fff;
    padding: 40px;
}
.transparent-bg strong {
    color: #fff;
}
.font-script .wp-block-column p {
    color: rgba(69,68,71,1);
    letter-spacing: 0em;
    font-size: 42px;
    font-family: FG Rakel;
    font-weight: 400;
    font-style: normal;
    padding: 0px;
}
.caption-left p.wp-block-cover-text {
    position: absolute;
    left: 0;
    top: 20px;
    text-align: center;
    background: #ffffff91;
    padding: 20px;
    color: #000;
    font-size: 20px;
}
.caption-left .wp-block-cover {
    height: auto;
    min-height: 800px;
}
.caption-medium .wp-block-cover {
	min-height: 400px;
}
table.wp-block-table.grey-bg {
    background: #f8f8f8;
    text-align: center;
	    max-width: 1170px;
    margin: 0 auto;
}
.grey-bg tbody tr td {
    padding: 60px;
}
.overlay-text .wp-block-media-text__content {
    float: left;
    position: relative;
    margin-left: -100%;
    margin-top: 100px;
    width: 441px;
}
.overlay-text figure.wp-block-media-text__media {
    position: absolute;
}
.wp-block-cover.caption-right {
    min-height: 700px;
}
.caption-right a {
    color: #000!important;
    text-decoration: underline;
}
.caption-right p.wp-block-cover-text {
    position: absolute;
    right: 50px;
    top: 50px;
    text-align: center;
    background: #ffffff91;
    padding: 20px;
    color: #000;
    font-size: 17px;
    line-height: 29px;
    width: 33%;
}
.caption-right .wp-block-cover-text strong:first-child {
font-size: 26px;
    /* line-height: 39px; */
    text-transform: uppercase;
    font-weight: 100;
}
.italic-list li {
    list-style-type: decimal;
    font-size: 20px;
}
.light-heading h3 strong {
    display: block;
}
.light-heading h3 {
    font-weight: 100!important;
    font-size: 20px;
}
.number-list .wp-block-media-text__content p strong {
    text-align: center;
    font-family: 'Henri Didot';
    font-weight: 800;
    font-style: normal;
    margin-right: 10px;
}
.number-list .wp-block-media-text__content {
    font-size: 18px;
}
.wp-block-theparisphotographer-about-cta .overlay-background.overlay-gradient {
    background: #292929;
}
.script-font {

    text-align: center;
    font-family: "Champignon";
    font-size: 45px;
    text-transform: lowercase;

}
.wp-block-spacer {
    display: block;
    width: 100%;
}
.wp-block-theparisphotographer-services-card.artist-galleries, .wp-block-theparisphotographer-services-card-alt.artist-galleries {
    max-width: 1170px;
    margin: 0 auto;
}
.tiled-gallery__gallery {

	    max-width: 1170px;
    margin: 0 auto;
}
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    max-width: 1170px;
    margin: 0 auto;
}
div.wrapper p {
    max-width: 1170px;
    margin: 0 auto;
}
figure.tiled-gallery__item {
    padding: 10px;
}
.artists-arhive .col-md-4{
	float: left;
}
#main-galleries .wp-block-button.aligncenter {
    text-align: center;
    width: 100%;
}

.artist-slider .testimonial-content {
  background: #fff;
    padding: 90px 45px 25px;
    margin-top: -88px;
}
.wp-block-theparisphotographer-faq-tabs {
    max-width: 1170px;
    margin: 0 auto;
}
.wp-block-theparisphotographer-faq-tabs .card {
    background: #f6f6f6;
	margin-bottom: 30px;
}
.wp-block-theparisphotographer-faq-tabs .card-header {
	    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
	border: none;
}
.artist-slider .wp-block-columns {
    display: block;
    /* background: #fff; */
    /* padding: 100px; */
}
.artist-slider .wp-block-column.carousel-item {
    background: #fff;
    padding: 94px;
	margin-left: 0px;
}
.wp-block-theparisphotographer-faq-tabs .card-body {
margin: 0;
    padding: 14px 30px;
	font-size: 18px;
}
.content-question {
	margin: 0;
    font-size: 1.25rem;
    font-family: "Chronicle Display","serif";
    font-weight: 300;
	color:#000;
	padding: 10px 30px 10px;
    max-width: 100%;
	letter-spacing: 1px;
	    width: 100%;
    text-align: left;
}
.indicator {
    margin-left: auto;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 23px;
}
button.btn.btn-link.content-question:hover {
    text-decoration: none;
    color: #312a2a;
    /* font-weight: 800; */
}

.wp-block-theparisphotographer-faq-tabs .card h5{
	width: 100%;
	display: block;

}

.content-question {
    width: 100%;
    text-align: left;
    border: 0;
}

.card.collapse .indicator:before,.card.collapse .indicator:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    height: 100%;
    margin-left: -1px;
    overflow: hidden;
    border-left: 2px solid #111;

    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);

    -webkit-transition: -webkit-transform .35s ease-out;
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out,-webkit-transform .35s ease-out
}

.card.collapse .indicator:after  {
	   -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);


}

.card.collapse.show .indicator:after {

   -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);


}

.card.collapsed .indicator:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.card-header .btn-link:hover {
    text-decoration: none;
    color: #000;
}

.wp-block-button.aligncenter {
    text-align: center;
    width: 100%;
}

.testimonial-text .text-center {
    width: 80%;
    margin: 0 auto;
}
hr.wp-block-separator.is-style-default {
    width: 11%;
    border-bottom: solid 2px;
}
div#form-extras .col-md-6 {
    width: 50%;
    float: left;
}
div#form-extras {
    width: 100%;

}
#commentform .form-group.col-md-4 {
    float: left;
}
p.comment-notes,p.logged-in-as {
    font-size: 13px;
    padding-left: 16px;
    padding-bottom: 21px;
    /* left: 10px; */
}
.instagram-gallery.row {width: 2100px;}
#instagram-feed {width:100%;overflow: hidden; margin-bottom: 0px;}
#instagram-feed .row {width: 2100px;}
.insta-gallery a {
    width: 205px;
    height: 205px;
    display: block;
    float: left;
    back: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 80%;
	    border: solid 10px #fff;
    margin-top: 20px;
}
.instagram-header {
    position: absolute;
  height: auto;
    margin: 0 auto;
    background: #fff;
    left: 42%;
    z-index: 99;
}
.instagram-header .inner {
    position: relative;
	width: 250px;
    background: #fff;
	margin-top: -45px;
    text-align: center;
    padding: 20px;
}
.instagram-header h3 {
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.2em;
    font-size: 11px;
    text-align: center;
    font-family: 'Mr Eaves Regular';
    font-weight: 400;
    font-style: normal;
}
.instagram-header a {
	color:#000;
	line-height: 1.2;
    letter-spacing: 0.05em;
    font-size: 16px;
    text-align: center;
    font-family: 'Didot Italic';
    font-weight: 400;
    font-style: normal;
}

div[id^='interact-'] {
    text-align: center!important;
}

#instafeed .thumbnail {
    height: 100%;
    width: 100%;
}
#instafeed .thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
}
@media(max-width:1024px){
	.extra-nav > ul > li, .inner-nav > ul > li{
		padding: 0 12px;
	}
}
@media(max-width:768px){
	.navigation .inner-header{
		width: 664px;
    margin: 0 auto;
	}
	.navigation .col-md-5 {
    display: none;
}
	.navigation .row {display: inherit;}
	.nav-toggle {
    display: block;
    margin-top: -67px;
}
	a.card-title-left {
    position: absolute;
    z-index: 9;
    left: -144px;
	}

	h3.title-small {
    color: rgba(69,68,71,1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 17px;
	}
	h2.entry-title {
    font-size: 34px;
	}
	a.card-title-right {
    position: absolute;
    z-index: 9;
    right: -149px;
	}
.newsletter-field {
    margin-left: 10%;
}
	.gallery .gallery-item {
    padding: 3px;
    width: 16.333333%!important;
}

}
@media (max-width:480px){
	#about h1, #favorites h1 {
    color: rgba(255,255,255,1);
    letter-spacing: 0.1em;
    font-size: 38px;
    font-family: 'Henri Didot';
    font-weight: 400;
    font-style: normal;
}
	iframe#youtube-video {
    width: 100%;
    height: auto;
}
	.row.instagram-gallery {
    width: 100%;
}
	.insta-gallery a{
		margin-top: 0;
		    margin-right: -22px;
	}
	.carousel-inner.w-75.mx-auto {
    width: 100%!important;
}
	.testimonial-text h1 {
    color: rgba(0,0,0,1)!important;
    line-height: 1.1;
    font-size: 36px;
	}
	.testimonial-text .number-item {
    letter-spacing: -0.02em;
    font-size: 106px;
	}
	.testimonial-text .text-center {
    width: 100%;
    margin: 0 auto;
		padding: 0px;
}
	.inner-header {
		width: 100%!important;
	}
	div#form-extras .col-md-6 {
    width: 100%;
    float: none;
}
	.artist-galleries .col-md-6 {
		text-align: center;
	}
	.artist-galleries {
    width: 90%;
}
	div.wrapper p {
    max-width: 85%;
}
	.wp-block-theparisphotographer-artist-hero-cover .container {
    margin-top: -66px;
}
	#about h6 {
    font-family: 'Colatin';
    text-transform: lowercase!important;
    font-size: 55px;
    padding: 0px;
    margin: 0;
    margin-top: 20px;
}

	.artists-archive .col-md-4{
	float: none;
}
	.stylized-header h2 {
    margin-top: -47px;
    text-transform: uppercase;
    font-size: 70px;
}
	.two-border .wp-block-column {
		max-width: 100%;
		margin-left: 0%;
	}

	#artist-about h2 {
    margin-top: 27px;
}
	.artist-about .space {
    display: block;
}
	.artist-about a {
    color: #000!important;
    /* padding-top: 19px!important; */
}
	.artist-about {
    max-height: 471px;
}
	#artist-gallery .gallery .gallery-item {
    padding: 3px;
    width: 100%;
	}
	.fadebox img {
	opacity:1.0!important;
}
 .overlay {
  transform: scale(0.8)!important;
  opacity:1.0!important;
}

.sidebar .widget {
    margin: 0 0 50px;
    text-align: center;
}

aside .wi a {
    width: 100%;
    height: auto;
    display: block;
}
.widget-title.text-center {
    margin-bottom: 50px;
}
	#main-galleries .text button.btn {
    margin: 0px;
    padding: 3px;
    background: #fff;
    font-size: 10px;
}
	#main-galleries h2.title.is-4 {
    font-size: 18px;
		    margin-top: 17px;
    margin-bottom: 0px;
}
	#main-galleries .fade-box .text p {
		font-size: 12px;
	}
	#main-galleries .gallery-item {
       width: 49.333333%!important;
    padding: 5px;
}
	#main-galleries .gallery-item .gallery-image {
		height: 250px;
	}
	#blog .row {
    margin-bottom: 34px;
}

.blog-preview {
    padding: 20px;
}
	.cat-nav {
    border-top: solid 0px #000;
    border-bottom: solid 0px #000;
    padding:0px;
}
	.textwidget {
    text-align: center;
    margin-top: -45px;
}
		.widget_contact ul li {
    float: left;
    margin-left: 48px;
}
	.view-portfolio,.book-artist  {    padding-right: 15px;
    padding-left: 15px;
	    margin-bottom: 5px;}

	section.module.artist-galleries {
    padding-top: 50px;
}
	section.module.artist-galleries img {
    width: 100%;
    margin-bottom: 38px;
}
	.artist-galleries .row {
    margin-bottom: 30px;
}
	.favorite-thing h3 {
    text-align: center;
}
	#about-cta h2 {
		font-size: 25px;
	}
	.favorite-thing {text-align: center;}
	#favorites h2 {
    margin-top: -47px;
    text-transform: uppercase;
    font-size: 56px;
}
	h2.number-fav-alt {
    width: 100%;
    text-align: center;
    margin-top: -129px!important;
}

.col-md-5.right-text {
    width: 100%;
    margin: 38px 0px;
}
	h2.number-fav {
	font-size: 55px;
    position: relative;
    width: 100%;
    text-align: center;
		margin-left: auto;
}
	.favorite-thing .push-left {
		margin-left: auto;
	}
	.gallery-shorcode-desc .vertical-body{
		border: none;
	}
	.gallery.gallery-shorcode {
    margin-top: -37px;
}
	#gallery .gallery-item {
    width: 33%!important;
}
	.gallery-shorcode-desc {padding: 0px;}
	.home-video {
    padding-top: 45px;
    padding-bottom: 45px;
}


	#news {
    text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
	.more-blogs {
    margin-top: 40px;
}
	#news .se-t {
    margin-top: 22px;
}
	.space {display: none;}
	section#featured {
    text-align: center;
    padding-top: 45px;
}
	#news .p-t-100 {
    padding-top: 0px!important;
}
	.newsletter-field {margin-left: 0px;}
	section#testitmonial-slider {
    margin-top: -30px;
}
	#testitmonial-slider h2 {
    font-size: 31px;
    margin-top: 39px;
}
	#testitmonial-slider .text-right {text-align: center!important;}
	.praise-small {margin-right: auto}
	.divider-border-left {margin-left: auto}
	.align-items-center {text-align: center;}
	.col-md-6.about-image {
    display: none;
}

	div#demo, #weddings-slider {
    width: 100%;
    margin-left: 0px;
	}
	section#story {
    padding-top: 38px!important;
	padding-bottom: 30px;
}
	.intro p.hello-intro, .intro .display-1 {
    text-align: center;
}
	.action-text {
    /* max-width: 100%; */
    margin: 0 auto;
    margin-bottom: 30px;
}
	#weddings-slider {
    margin-top: 50px;
}
	#weddings-slider .action-text {
    text-align: center!important;
}
	.navigation .col-md-5 {
    display: none;
}
	.nav-toggle {
    display: block;
    margin-top: -73px;
}
	a.inner-brand {
    margin-top: 16px;
}
	a.card-title-left,a.card-title-right {
  position: relative;
    z-index: 9;
    /* left: -203px; */
    /* margin-top: 20px; */
    text-align: center;
    margin: 0;
    right: 0;
    left: 0;
}
	#gallery {overflow: hidden;}
	.btn {
		white-space: unset;
	}
	.wp-block-theparisphotographer-artist-hero-cover {max-height: 600px!important}
}


/*Homepage Services Section*/
#services {
	background-color: rgba(247,247,247,1);
}

#services, #servicesSecond {
	padding-bottom:150px;
}

.services-content {
	height:60vh;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	background-color:white;
}

.services-content h3 {
	padding: 25px 148px 0 30px;
    font-size:35px;
	font-family: Oswald;
	text-transform: capitalize !important;
	margin-bottom:0;
}

.services-content p {
	padding-left:30px;
	font-size:18px;
}

.services-description {
	text-align:center !important;
	background-color:white;
	height:15vh;
}

.description-text p {
	height:15vh;
	padding:15px 50px;
}

.services-description .btn{
	position:relative;
	bottom:3vh;
}

#servicesSecond .services-description {
	background-color:rgba(247,247,247,1);
}

@media screen and (max-width:768px){
	.services-content h3 {
		background-color: #80808080;
		color:white;
	}
	.services-content p {
		background-color: #80808080;
		max-width:100% !important;
		width:100%;
		color:white;
}
}

@media screen and (max-width:500px) {
	#services, #serviceSecond {
		padding-top:50px !important;
		padding-bottom:50px;
	}

	#services .col-md-9 , #servicesSecond .col-md-9 {

	}

	#services .col-md-6 p, #servicesSecond .col-md-6 p {
		max-width:100%;
	}

	#services .col-md-4 , #servicesSecond .col-md-4 {
		margin-bottom:75px !important;
	}

	.services-description {
		height:20vh;
	}

	.description-text p {
		padding:15px;
	}

	.services-description .btn{
	position:relative;
	bottom:-1vh;
}
}


/*Iframe Button Homepage*/

.customers-overlay {
	position: fixed;
    left: 0;
    top: 0;
    background: rgba(46,54,60,.9);
    width: 100%;
    z-index: 999999999;
    height: 100%;
    padding: 50px 0;


}

#tpp-container .col-lg-offset-2.col-lg-8.col-md-12 {
	margin:0 auto;
}

#iframetpp {
	display: block;
    position: relative;
    overflow: auto;
    width: 25vw;
    max-width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 7px 2px rgba(0,0,0,.2);
	height:90vh;
	margin:0 auto;
}

@media screen and (max-width:500px) {

	#iframetpp {
		width:90vw;
		overflow: auto;
	}
}

@media screen and (max-width:1240px) {
	#iframetpp {
		width:50vw;
		overflow:auto;
	}
}

#interactApp5ca66d74cc66f20014ced939 {
	width:100% !important;
	margin-top: 50px;

}

.close-overlay{
	color: white;
    font-size: 18px;
    font-weight: 100;
    position: fixed;
    top: 10px;
    right: 40px;
    cursor: pointer;
    text-transform: uppercase;
	z-index:999999999999 !important;
	overflow:auto;
}

.close-overlay span {
	color:white;
	font-size:20px;
	font-family: "Open Sans";
}

/*JP Share Buttons Mobile*/

@media screen and (max-width:500px) {
	div.sharedaddy h3.sd-title {
		font-size:14px !important;
		line-height:14px !important;
	}

	.sd-content ul li {
    	width:40vw !important;
		margin: 0 5px 15px 0 !important;
}

	.sd-content ul li a {
		width:30vw !important;
	}
}

/*NEW MENU*/
.navigation.navigation-center .col-md-5 {
  padding-left:0;
  padding-right:0;
}

.submenu-items {
	display:none;
}

/* .has-sub-item a span:after {
  content:">";
} */

.has-sub-item:hover .submenu-items {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 20px;
  width: 200px;
  z-index:99;
}

.submenu-items {
  background-color:white;
}

.submenu-item-span {
  color:#000;
  font-size:12px;
  text-transform: uppercase;
}


/*Video Presentation Block */
.wp-block-theparisphotographer-artist-video {
  background:rgba(247,247,247,1);
  width:100%;
  max-width: 100% !important;
}

.upper-text {
  margin-top:20px;
  margin-bottom:50px;
}

.bottom-text-vp {
  margin-top:50px;
  margin-bottom:20px;
}

/*Artist Social Proof*/
.social-proof-single {
  background-color:rgba(247,247,247,1);
  margin-top:50px;
  margin-bottom:50;
}

.wp-block-theparisphotographer-social-proof .testimonial-text {
  padding:50px;
}

.social-proof-content h6 {
  color: rgba(0,0,0,1);
text-transform: uppercase;
line-height: 1.0;
text-align: center;
font-family: Didot;
font-weight: 400;
font-style: normal;
letter-spacing: 0.1em;
font-size: 40px;
overflow: hidden;
}

.social-proof-content p {
  color: rgba(0,0,0,1);
letter-spacing: 0.1em;
font-size: 14px;
font-family: Crimson Text;
font-weight: regular;
font-style: normal;
line-height: 2;
text-align: justify;
overflow: hidden;
padding-top: 32px;
padding-bottom: 32px;
}

.social-proof-content span {
  text-align: right;
font-family: "Champignon";
font-size: 45px;
}

.carousel-control-next, .carousel-control-prev,
.carousel-control-next:hover, .carousel-control-prev:hover {
  color:black;
  font-size:20px;
}


/*Gallery Portfolio 2-col*/
@media and screen(min-width:1024px){
.columns-2 .blocks-gallery-item figure {
	padding:25px;
}
}

/*3Cols - recommend*/

.recom-inner-col {
	display:flex;
	flex-direction:column;
}

.recom-inner-col p {
	width:100%;
}

/*Alex Photo - background*/

.alex-photographer {
	background-image: url("https://dev.theparisphotographer.mom/wp-content/uploads/2022/06/Professional-photographer-in-Paris-Alex.jpg") !important;
}

/*Blog Page*/

#blog .row {
	margin-bottom:0;
}

.blog-preview {
	padding-top:50px;
	padding-bottom:50px;
}

@media screen and (max-width:768px) {
	.blog-preview {
		padding-top:20px;
	}
}

/*Artist Testimonial Block*/
.artist-slider .testimonial-content {
	opacity:0.7;
}

.testimonial-text .number-item {
	font-size:125px;
	line-height: 1.3;
	position:relative;
	z-index:99;
}

.testimonial-text h6 {
	font-size:20px;
	margin-bottom:5px;
}

.testimonial-text h1 {
	font-size:45px;
	margin-bottom:5px;
}

.testimonial-content p:nth-of-type(2) {
	font-size: 17px;
	line-height: 28px;
	margin-bottom:5px;
}

@media screen and (max-width:768px) {
	.testimonial-text .number-item {
		font-size: 80px;
		line-height: 2.2;
	}
	
	.artist-slider .testimonial-content {
		padding: 70px 15px 25px;
	}
	
	.testimonial-text h6 {
		font-size:18px;
	}
	
	.testimonial-text h1 {
		font-size:30px;
		margin-top:5px;
	}
}

/*Guides page*/
.guide-listing .row {
	align-items:center;
}

.guide-listing .row h2 {
	font-size:70px;
	line-height: 1.1
}

.guide-listing .row h3 {
	font-size:16px;
}

.guide-listing .row img {
	width:100%;
}

/*Paris Photo Shoot Page*/
@media only screen and (min-width:1024px){
.wp-block-theparisphotographer-favorites-card-alt {
  display:flex;
  justify-content: center;
  align-items: center;
}

.wp-block-theparisphotographer-favorites-card-alt .favorite-thing {
  align-items: center;
  text-align: center;
}

.col-md-5.push-left.p-t-100 {
  padding-top:0 !important;
}

.col-md-5.push-left.p-t-100 h2,
.col-md-5.push-left.p-t-100 h3 {
  text-align: center;
}

.favorite-thing .right-text,
.favorite-thing .right-text h3 {
  text-align: center;
}

h2.number-fav {
  margin-left:600px;
}
}

/*Recommendations Reusable Block*/
.grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
	justify-content:center;
  }

  .grid > div {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

@media only screen and (min-width: 1024px) {

	.grid > div:nth-child(1) {
    grid-row: 1 / 4;
    grid-column-start: 1;
    grid-column-end: span 30;
  }

  .grid > div:nth-child(2) {
    grid-row: 1 / 3;
    grid-column-start: span 15;
  }

  .grid > div:nth-child(3) {
    grid-column-start: span 15;
grid-row-start: 1;
grid-row-end: 3;
  }

  .grid > div:nth-child(4) {
    grid-row: 4 / 6;
    grid-column-end: span 30;
grid-column-start: 1;
  }

  .grid > div:nth-child(5) {
    grid-row: 3 / 6;
    grid-column: span 30;
  }
}

@media only screen and (max-width: 1023px) {

	.grid {
		display:flex;
		flex-direction:column;
	}
}



  .grid-link {
    height: 100%;
width: 100%;
justify-content: center;
align-items: center;
display: flex;
  }

.grid-link a {
	color:white;
}

/*FAQ ARTISTS PAGE*/
.wp-block-theparisphotographer-faqartists .card {
  background: #f6f6f6;
margin-bottom: 30px;
}

.wp-block-theparisphotographer-faqartists .card .card-header {
  border-bottom:none;
}

.wp-block-theparisphotographer-faqartists .card-body {
  margin: 0;
    padding: 14px 30px;
    font-size: 18px;
}

/*figcaption*/
.wp-element-caption {
	text-align:center;
}

/*Footer*/
#menu-item-18473{
	text-decoration:none !important;
	font-weight:300 !important;
}

/*Services - Services Alt*/

.artist-galleries .row {
	align-items:center;
}

/*Wedding Contact Page*/
.wedding-contact-list {
	list-style:disc;
}

@media only screen and (max-width: 768px){
	.wedding-contact-list {
		margin-left:28px;
		margin-right:28px;
		list-style-position:inside;
		text-align:center;
	}
	
	.wedding-contact-spacer {
		height:50px !important;
	}
}

/*Booking Page List*/
.book-page-list {
	list-style:disc;
}

@media only screen and (min-width: 1200px){
	.booking-custom-class > div.wrapper > section:nth-child(1) > div{
		max-width:960px;
	}}

.wp-block-pullquote {
	padding-top:35px;
	padding-bottom:35px;
}



.wp-block-pullquote blockquote {
	margin-top:0!important;
	margin-bottom:0!important;
}

/*video shorts*/
.shorts-artist-page .fluid-width-video-wrapper {
	position: relative;
    width: calc(500px * (9 / 16));
    height: 500px;
    text-align: center;
    margin: 0 auto;
	padding:0 !important;
}

/*custom testimonial block*/
.cstm-tst-title h2 {
	font-family: "Colatin";
    font-weight: 400;
    font-style: normal;
	font-size:75px;
	letter-spacing:5px;
	color: #d0a128;
}

.cstm-tst-tpp-inner > div {
	padding-top:30px;
	padding-bottom:75px;
}

.cstm-tst-content-inner {
	background-color:white;
	width:50%;
	margin:0 auto;
	padding:50px;
	border-radius:4px;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

.cstm-tst-content-inner p {
	font-size:16px;	
}

.cstm-tst-tpp-name {
	font-weight:bold;
	padding-top:15px;
	text-transform:uppercase;
}

@media only screen and (max-width: 768px){
	.cstm-tst-content-inner{
		width:90%;
		padding:40px 10px;
	}
	
	.cstm-tst-title h2 {
		font-size:60px;
	}
	
	.cstm-tst-content-inner img {
		margin-left:23.47px;
	}
	
	.cstm-tst-tpp-name {
		font-size:14px;
		margin-left:27.75px;
	}
}

/*custom testimonial block white*/
.cstm-tst-title-w h2 {
	font-family: "Colatin";
    font-weight: 400;
    font-style: normal;
	font-size:75px;
	letter-spacing:5px;
	color: black;
}

.cstm-tst-tpp-inner-w > div {
	padding-top:30;
	padding-bottom:75px;
}

.cstm-tst-content-inner-w {
	background-color:white;
	width:70%;
	margin:0 auto;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:50px;
	padding-top:0;
	border-radius:4px;

}

.cstm-tst-content-inner-w img {
	max-width:85%;
}

.cstm-tst-tpp-name {
	font-weight:bold;
	padding-top:15px;
	text-transform:uppercase;
}

@media only screen and (max-width: 768px){
	.cstm-tst-content-inner{
		width:90%;
		padding:40px 10px;
	}
	
	.cstm-tst-content-inner-w {
		padding-left:0;
		padding-right:0;
		width:100%;
	}
	
	.cstm-tst-content-inner-w img {
		margin-left:27.75px;
	}
	
	.cstm-tst-title-w h2 {
		font-size:60px;
	}
	
	.cstm-tst-tpp-name {
		font-size:14px;
		margin-left:27.75px;
	}
}

.blog-post h1 {
	font-size:50px;
}

@media only screen and (max-width: 768px){
	.display-1{font-size:35px !important;}
}

/*buttons on photographers page*/
@media only screen and (min-width: 768px){
	.artist-reference {justify-content:space-between;}
	.artist-reference .col-md-6{flex:0 0 49% !important;}

}