/*
    Theme Name: Cassy Rose Events
    Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Ashley & Malone
    Author URI: https://www.ashleyandmalone.com/
    Template: genesis
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */


@font-face {
    font-family: 'Gotham Bold';
    src: url('../cassy-rose/fonts/Gotham-Bold.woff2') format('woff2'),
        url('../cassy-rose/fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../cassy-rose/fonts/Gotham-Book.woff2') format('woff2'),
        url('../cassy-rose/fonts/Gotham-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Quickpen';
    src: url('../cassy-rose/fonts/Quickpen.woff2') format('woff2'),
        url('../cassy-rose/fonts/Quickpen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}h1{font-size:13px;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

figure {
    padding:0;
    margin:0;
}



/* Global Elements
--------------------------------------------- */
*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

html {
    height: 100%; 
    font-size: 18px;
}
.hideme {
    display: none;
}
body {
    color: #a3958c;
    font-size: 14px;
    font-family: 'Gotham';
    line-height: 1.5em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:500;
    color:#000000;
}
h1 {
    color: #000000;
    font-family: "Vanitas-Bold";
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.17rem;
    margin: 0 auto 0;
}
h2 {
    color: #a3958c;
    font-family: "Vanitas-Bold";
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 0.12rem;
    margin: 0 auto 0;
}
h3 {
    color: #a3968b;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 12px;
    letter-spacing: 0.13rem;
    margin: 0 auto;
}
h5 {
    font-size: 13px;
    letter-spacing: 0.04rem;
}
.desc {
    font-size: 15px;
    color: #a3958c;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 0;
    font-weight: 400;
}
#site-general-content h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin: 100px auto 50px;
}
#site-general-content h2{
    font-size: 25px;
    letter-spacing: 0.1rem;
    margin: 20px auto 20px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    border:0;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

a {
    color:#404041;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    outline:none;
}
button {
    outline:none;
}
a:hover {
    color:#cb6d62;
}

table {
    border: none;
}

a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.7;
}
p {
    font-size: 15px;
    color: #a3958c;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 0;
    font-weight: 400;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 800;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: 45px;
    letter-spacing: 3px;
    font-style: normal;
    margin: 40px auto 40px;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    margin: 0 auto;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

/* Column Classes
--------------------------------------------- */
 
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    display: inline-block;
    padding-left: 28px;
    vertical-align: top;
}
 
.first {
    clear: both;
    padding-left: 0px;
}

/* Header
--------------------------------------------- */

.header-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.fixed-header-wrapper.menu-down {
    display: block;
    z-index: 9999;
    top: 0;
    position: fixed;
}
.fixed-header-wrapper {
    position: fixed;
    top: -85px;
    margin: 0 auto;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    transition: all 0.5s;
}
.header-wrapper .flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1045px;
    margin: 25px auto 0;
}
.fixed-header-wrapper .flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 824px;
    margin: 12px auto 16px;
}
.fixed-header-wrapper .flex .main-logo {
    max-width: 56px;
    width:100%;
    height: auto;
    padding: 0;
    box-sizing:border-box;
}
.main-logo {
    width: 230px;
    margin: auto;
}

.menu-down .main-logo img{
display: block;
max-width:100%;
height: auto;
width: 100%;
margin:auto;

}
.header-wrapper .flex .center {
    width: 249px;
}
.header-wrapper .flex .left, .header-wrapper .flex .right{
    width: 298px; 
    padding-top: 22px;
}
.header-wrapper .flex .left{
    padding-left: 13px;
    width: 298px;
}
.fixed-header-wrapper .flex .left, .fixed-header-wrapper .flex .right{
    width: 305px;
    padding-top: 18px;
}
.fixed-header-wrapper .flex .left{
    padding-left: 16px;
    width: 305px;
}
.header-wrapper .flex .left ul, .header-wrapper .flex .right ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.fixed-header-wrapper .flex .left ul, .fixed-header-wrapper .flex .right ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.header-wrapper .flex .left .sub-menu {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    position: absolute;
    text-align: center;
    z-index: 999;
    left: -63px;
    right: 0;
    margin: auto;
    top: 17px;
    padding-bottom: 15px;
    background: rgba(255, 255, 255, 0.8);
    width: 200px;
    padding-top: 25px;
    line-height: 2.3;
    display: none;
    transition: all 0.5s;
}
.fixed-header-wrapper .flex .left .sub-menu {
flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    position: absolute;
    text-align: center;
    z-index: 999;
    left: -63px;
    right: 0;
    margin: auto;
    top: 17px;
    padding-bottom: 15px;
    background: rgba(255, 255, 255, 0.8);
    width: 200px;
    padding-top: 25px;
    line-height: 2.3;
    display: none;
    transition: all 0.5s;
}
.header-wrapper .flex .left li:hover .sub-menu {
    display: block;
}
.fixed-header-wrapper .flex .left li:hover .sub-menu {
    display: block;
}
.header-wrapper .flex li {
    position: relative;
}
.fixed-header-wrapper .flex li {
    position: relative;
}
.header-wrapper .flex a{
    font-family: 'Gotham';
    text-transform: uppercase;
    color: #a48f7c;
    font-size: 12px;
    letter-spacing: 0.14rem;
}
.fixed-header-wrapper .flex a{
    font-family: 'Gotham';
    text-transform: uppercase;
    color: #a48f7c;
    font-size: 12px;
    letter-spacing: 0.14rem;
}

/* Home
--------------------------------------------- */
.intro-wrap {
    text-align: center;
    margin: 77px auto 83px;
    border-bottom: 1px solid #ede8e4;
    padding-bottom: 66px;
}
.intro-wrap p {
    max-width: 440px;
    margin: 25px auto 0;
    letter-spacing: 0;
}
.intro-wrap h5 {
    margin: 31px auto 0;
}
.intro-wrap .icon{
    width: 68px;
    margin: 42px auto -1px;
}
.featured-slider .prev-slider {
    position: absolute;
    left:0;
    top:45%;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s;
}
.featured-slider:hover .prev-slider {
    opacity: 1;
}
.featured-slider .prev-slider img{
    width: 67px;
}
.featured-slider .next-slide {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s;
}
.featured-slider:hover .next-slide{
    opacity: 1;
}
.featured-slider .next-slide img{
    width: 67px;
}
.featured-slider {
   /* max-width: 1300px; */
   width: 100%;
    margin: 25px auto 0
}
.featured-slider .fs-slide{
    height: 604px;
    background-size: cover;
    background-position: center;
}
.pillars-wrap .single-item .flex {
    max-width: 1298px;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.pillars-wrap .single-item .flex .left{
    width: 709px;
    height: 472px;
    background-size: cover;
    background-position: center;
}
.pillars-wrap .single-item .flex .right{
    width: 504px;
    padding-top: 65px;
    padding-right: 90px;
}
.pillars-wrap .single-item .flex .right .desc {
    line-height: 1.6;
    margin-bottom: 120px;
}
.pillars-wrap .prev-slider{
    position: absolute;
    position: absolute;
    right: 35%;
    bottom: 5.6%;
    z-index: 99;
    height: 56px;
    transition: all 0.5s;
}
.pillars-wrap .prev-slider:hover {
    background-color: #ede8e4;
}
.pillars-wrap .next-slide:hover {
    background-color: #ede8e4;
}
.pillars-wrap .prev-slider img, .pillars-wrap .next-slide img {
    width:50px;
}
.pillars-wrap h1 {
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 0.17rem;
    line-height: 1;
}
.pillars-wrap {
    max-width: 1293px;
    margin: 0 auto;
}
.pillars-wrap .next-slide{
    position: absolute;
    right: 30.4%;
   bottom: 5.6%;
    z-index: 99;
    height: 56px;
    transition: all 0.5s;
}
.explore-wrap {
    border-top: 1px solid #ede8e4;
    margin-top: 79px;
}
.explore-inner {
    background: #f8f7f5;
    padding: 5px 0;
    margin: 68px 0 0;
    text-align: center;
}
.explore-inner h2 {
    margin: 68px auto 28px;
}
.explore-inner .desc {
    color: #000;
    max-width: 619px;
    margin: 0 auto;
    line-height: 1.8;
    letter-spacing: 0.01rem;
}
.ex-flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 867px;
    margin: 43px auto 55px;
}
.ex-flex .image {
    width: 384px;
    height: 512px;
    background-size: cover;
    background-position: center;
}
.ex-flex .left, .ex-flex .right {
    width: 384px;
    position: relative;
}
.ex-flex .left .title {
    color: #000;
    font-family: "Vanitas-Bold";
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0.2rem;
    background: rgba(237, 232, 228, 0.8);
    width: 282px;
    height: 65px;
    padding: 24px 0 0 0;
    position: absolute;
    left: -139px;
    top: 44%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.ex-flex .right .title{
    color: #000;
    font-family: "Vanitas-Bold";
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0.2rem;
    background: rgba(237, 232, 228, 0.8);
    width: 282px;
    height: 65px;
    padding: 24px 0 0 0;
    position: absolute;
    right: -140px;
    top: 44%;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.features-wrap {
    text-align: center;
    margin: 75px auto;
}
.features-wrap .feats {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    margin: 37px 0 0;
}
.features-wrap .feats .image{
    width: 169px;
    height: 75px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.features-wrap .feats li {
    margin: 0 20px;
}
.features-wrap .feats li:last-child .image {
    background-size: 80%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* Podcast
--------------------------------------------- */
.beige-wrap {
	    background: #f8f7f5;
    padding: 10px 0 7px;
    margin: 24px auto 0;
}
.beige-wrap p strong {
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    display: block;
    margin-bottom: 18px;
	color:#948076;
}
.beige-wrap p {
	    text-align: center;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
}
.beige-wrap .introd-wrap svg {
	    margin-bottom: 6px;
}
.beige-wrap .introd-wrap .arrow {
	    position: absolute;
    right: 52px;
    top: 148px;
	margin-bottom:0;
}
.beige-wrap .introd-wrap h3 {
    text-align: center;
    font-family: 'Quickpen';
    text-transform: capitalize;
    letter-spacing: 0;
    color: #948076;
    font-size: 36px;
    margin: 32px auto 25px;
}
.beige-wrap .introd-wrap{
    margin: 51px auto 47px;
    text-align: center;
    position: relative;
    max-width: 634px;
}
.beige-wrap .introd-wrap .image {
	    width: 188px;
    height: 188px;
    position: absolute;
    top: -9px;
    right: -129px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 10px solid white;
}
.beige-wrap .explore {
     display: block;
    margin: 0 auto 258px;
}
.featured-pod {
    display: flex;
    justify-content: space-between;
    max-width: 1130px;
    margin: -210px auto 0;
}
.featured-pod .image {
    width: 545px;
    height: 643px;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 27px;
}
.featured-pod .right {
	width:504px;
	position:relative;
}
.featured-pod .right h2{
	    color: #1D120E;
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 0.043rem;
    margin: 111px 0 23px 0;
}
.featured-pod .right h2 a{
    color: #1D120E;
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 0.043rem;
    font-weight: 100;
    border: none;
    padding: 0;
}
.featured-pod .right p.subtitle {
	    color: #1D120E;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 55px;
}
.featured-pod .right .exc {
	    color: #000000;
    font-size: 14px;
    line-height: 24px;
	    margin-bottom: 45px;
}
.featured-pod .right a {
    color: #948076;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 3px solid #948076;
    padding-bottom: 9px;
    letter-spacing: 0.1rem;
}
.featured-pod .right svg {
    position: absolute;
    right: 63px;
    bottom: -49px;
}
h2.script-intro {
	    font-family: 'Quickpen';
    text-transform: capitalize;
    letter-spacing: 0;
    color: #948076;
    font-size: 46px;
    text-align: center;
    transform: rotate(-10deg);
    margin: 93px 0 0;
}

.featured-pod .left a{
	display:block;
}

.pod-listing {
	    background: #F8F7F5;
    padding: 10px;
    margin: 63px auto 0;
    position: relative;
}
.pod-listing:before {
    content: "";
    display: block;
    width: 1px;
    height: 31px;
    background: #948076;
    margin: -26px auto -7px;
}
.pod-listing .inner h2 {
	    text-align: center;
    color: #1D120E;
    font-size: 30px;
    margin: 44px auto;
}
.pod-listing .inner {
	max-width:1034px;
	margin: 0 auto;
}
.pod-listing .single-pod-flex {
	    border-top: 3px solid #EEE7E2;
    width: 100%;
    padding: 31px 0;
    display: flex;
    justify-content: space-between;
}
.pod-listing .single-pod-flex .image .feat {
	width: 240px;
    height: 240px;
    border: 15px solid #EEE7E2;
    border-radius: 50%;
}
.pod-listing .single-pod-flex .textb {
    width: 510px;
    text-align: left;
}
.pod-listing .single-pod-flex .textb .title a {
	color: #1D120E;
    font-size: 28px;
    margin: 43px 0 0;
    font-family: "Vanitas-Bold";
    text-align: left;
    width: 100%;
    text-transform: capitalize;
}
.pod-listing .single-pod-flex .textb .title {
	margin-bottom:0;
}
.pod-listing .single-pod-flex .textb .subtitle {
	    color: #1D120E;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    margin: 5px 0 23px;
}
.pod-listing .single-pod-flex .textb .exc p {
	    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.pod-listing .single-pod-flex .listento {
    width: 110px;
    text-align: center;
    margin-right: -7px;
    margin-left: 43px;
}
.pod-listing .single-pod-flex .listento a {
	    color: #948076;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-align: center;
    display: block;
}
.pod-listing .single-pod-flex .listento svg {
	    display: block;
    margin: 72px auto 14px;
}
.pod-listing .inner .alm-btn-wrap {
    visibility: visible;
    border-top: 3px solid #EEE7E2;
    width: 100%;
    padding: 68px 0 0;
}
.pod-listing .alm-btn-wrap .alm-load-more-btn {
	    background: transparent!important;
    color: #1D120E!important;
    font-size: 14px!important;
    letter-spacing: 0.05rem!important;
    padding: 0!important;
    margin: 0!important;
    width: inherit!important;
    height: inherit!important;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0%)!important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%)!important;
}
.pod-listing .alm-btn-wrap .alm-load-more-btn:hover {
    background-color: transparent!important;
}
.pod-listing .alm-btn-wrap .alm-load-more-btn.done {
	    opacity: 0;
}
.pod-listing .inner .be-guest h3 {
    font-family: 'Quickpen';
    text-transform: capitalize;
    letter-spacing: 0;
    color: #948076;
    font-size: 46px;
    text-align: center;
    transform: rotate(-10deg);
    margin: 95px 0 57px;
}
.pod-listing .inner .be-guest h2 {
	    font-size: 30px;
    line-height: 40px;
    max-width: 600px;
    margin: 40px auto 0;
}
.pod-listing .inner .be-guest {
	text-align:center;
}
.pod-listing .inner .be-guest button {
	    width: 189px;
    height: 60px;
    border: 1px solid #707070;
    display: block;
    margin: 53px auto 69px;
    background: transparent;
    color: #1D120E;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
		transition: all 0.5s;
}
.pod-cta {
	    width: 100%;
    height: 489px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 auto 102px;
}
.pod-cta .title-block {
	background: rgba(238, 234, 231, 0.9);
    width: 626px;
    height: 286px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	text-align:center;
}
.pod-cta .title-block button {
    width: 244px;
    height: 60px;
    border: 1px solid #707070;
    display: block;
    margin: 55px auto 0px;
    background: transparent;
    color: #1D120E;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04rem;}
.pod-cta .title-block h2 {
    color: #1D120E;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin: 45px auto 0;
    padding: 0 118px;
	transition: all 0.5s;
}
.pod-cta .title-block button .hover {
	display:none;
}
.pod-cta .title-block button:hover .hover {
	display:block;
}
.pod-cta .title-block button:hover .btntxt {
	display:none;
}
.pod-cta .title-block button:hover {
	background:#F8F7F5;
	opacity:1;
}
.pod-listing .inner .be-guest button:hover {
	background:#FFF;
	opacity:1;
}
.single-podcast .blog-topper {
	background: #f8f7f5;
    padding: 54px 0 7px;
    margin: 24px auto 0;
    text-align: center;
}
.single-podcast .blog-topper .flex {
    display: flex;
    justify-content: space-between;
    max-width: 1130px;
    margin: 84px auto -104px;
}
.single-podcast .blog-topper .flex .left {
	    width: 545px;
    height: 643px;
    margin: 0 0 0 27px;
}
.single-podcast .blog-topper .flex .left img {
	width:100%;
	height:auto;
}
.single-podcast .blog-topper .flex .right {
	    width: 504px;
    position: relative;
}
.single-podcast .blog-topper .flex .right h3 {
	    color: #1D120E;
    text-align: left;
    font-family: "Vanitas-Bold";
    text-transform: capitalize;
    font-size: 36px;
    letter-spacing: 0;
    margin: 45px 0 0;
}
.single-podcast .blog-topper .flex .right p.subtitle {
	    text-align: left;
    color: #1D120E;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 21px 0 0;
}
.single-podcast .blog-topper .flex .right h4 {
	    font-family: 'Quickpen';
    text-transform: initial;
    letter-spacing: 0;
    color: #948076;
    font-size: 46px;
    transform: rotate( -10deg);
    margin: 33px 0 79px;
    text-align: left;
}
.single-podcast .blog-topper .flex .right .go-down a {
	    color: #948076;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 3px solid #948076;
    padding-bottom: 9px;
    letter-spacing: 0.1rem;
}
.single-podcast .blog-topper .flex .right .go-down  {
	text-align:left;
}
.single-podcast .blog-topper .flex .right .buzzsprout-player {
    background: #FFF;
    border: 1px solid #1D120E!important;
    box-sizing: border-box;
    border-radius: 0!important;
    padding: 5px!important;
    height: 180px!important;
    position: absolute;
    width: 100%;
}
.single-podcast .b-post {
    padding-top: 150px;
    max-width: 664px;
    margin: 21px auto 0;
}
.single-podcast .b-post .full-post h2 {
	    color: #1D120E;
    font-size: 28px;
    line-height: 35px;
    text-transform: inherit;
    letter-spacing: 0.08rem;
    padding-right: 30px;
    margin: 0 0 25px;
}
.single-podcast .b-post .full-post h3 {
	    font-size: 14px;
    color: #948076;
    letter-spacing: 0.1rem;
    line-height: 24px;
}
.single-podcast .b-post .full-post p {
	    color: #1D120E;
    font-size: 14px;
    line-height: 24px;
}
.single-podcast .share {
	position:relative;
}
.single-podcast .share svg, .single-podcast .share #wmark {
	    position: absolute;
    top: 38px;
    right: -17px;
}
.single-podcast .hidden-comments {
	display:none;
}
.pod-pagi {
	    border-bottom: 1px solid #EEE7E2;
    max-width: 1004px;
    margin: 70px auto 79px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 176px 64px;
	    display: flex;
    justify-content: space-between;
}
.pod-pagi a {
	    color: #1D120E;
    font-size: 14px;
    letter-spacing: 0.1rem;
}
.single-podcast .share h2 {
    color: #1D120E;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    max-width: 272px;
    margin: 70px auto 46px;
    letter-spacing: 0.15rem;
}
.single-podcast .share ul li {
    text-align: center;
    color: #1D120E;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom: 24px;
}
.single-podcast .share ul li a {
	color: #1D120E;
}
.single-podcast .share ul li:hover {
	cursor:pointer;
}
.single-podcast .hidden-comments #commentform .submit {
    width: 100%;
    text-align: center;
    color: #1D120E;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom: 24px;
    background: transparent;
}
/* About
--------------------------------------------- */
.intro {
    max-width: 722px;
    margin: 76px auto 44px;
    text-align: justify;
    padding-left: 14px;
}
.intro h1 {
    text-align: center;
    margin-bottom: 30px;
}
.cassy-wrap {
    background: #f8f7f5;
    padding: 10px 0 7px;
}
.cassy-wrap .c-inner {
    max-width: 980px;
    margin: 45px auto;
    padding-left: 20px;
}
.cassy-wrap .c-inner .flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 40px;
}
.cassy-wrap .c-inner .flex .left{
    width: 387px;
    height: 581px;
    background-size: cover;
    background-position: center;
}
.cassy-wrap .c-inner .flex:nth-child(2) .left {
    height: auto;
    padding-top: 12px;
    width: 433px;
}
.cassy-wrap .c-inner .flex:nth-child(2) .left .desc p {
        font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.025rem;
    margin-bottom: 27px;
}
.cassy-wrap .c-inner .flex .right{
    width: 480px;
}
.cassy-wrap .c-inner .flex .right .desc p{
        font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.025rem;
    margin-bottom: 27px;
}
.cassy-wrap .c-inner .flex .right h1{
    color: #a3958c;
    margin: 26px 0 -5px -3px;
    font-size: 34px;
    letter-spacing: 0.18rem;
}
.cassy-wrap .c-inner .flex .right h5{
    letter-spacing: 0.06rem;
    margin-bottom: 37px;
    font-weight: 500;
}
.cassy-wrap .c-inner .flex:nth-child(2) .right{
    width: 489px;
    height: 367px;
    background-size: cover;
    background-position: center;
    margin-right: -7px;
}
.team-wrap .single-member .flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; 
    max-width: 940px;
    margin: 53px auto 64px;
}
.team-wrap .single-member {   
    border-bottom: 1px solid #ede8e4;
    margin-bottom: 60px;
}
.team-wrap .single-member .left{
    width: 386px;
    height: 556px;
    background-size: cover;
    background-position: center;
}
.team-wrap .single-member .right {
    width: 461px;
    padding-top: 109px;
}
.team-wrap .single-member .right h1{
    font-size: 34px;
    letter-spacing: 0.18rem;
    margin: 3px 0 -9px 0;
}
.team-wrap .single-member .right h5{
    text-transform: capitalize;
    letter-spacing: 0.055rem;
    margin-bottom: 30px;
}
.team-wrap .single-member .right .desc{
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.025rem;
    padding-right: 20px;
}
.cta-wrap {
    text-align: center;
    max-width: 700px;
    margin: 65px auto 90px;
}
.cta-wrap h1 {
    margin-bottom: 26px;
}
.cta-wrap p {
    line-height: 1.75;
}
.cta-wrap a button {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 12px;
    padding: 16px 28px 17px;
    margin: 26px auto 0;
    transition: all 0.5s;
}

.page-id-25 .cta-wrap a button, .archive.category.logged-in a button{
    border:solid thin #000;
}

.cta-wrap a button:hover{
    background-color: #ede8e4;
}
.cta-wrap a button img {
    width: 5px;
    margin: 0 0 0 6px;
    display: inline-block;
}
.page-id-9 .insta .line {
    margin: -19px auto 0;
}

/* Process
--------------------------------------------- */
.main-image {
    width: 100%;
    max-width: 1300px;
    height: 606px;
    margin: 25px auto 10px;
    background-size: cover;
    background-position: center;
}
.intro-two {
    max-width: 656px;
    margin: 41px auto 84px;
    text-align: center;
}
.intro-two h1 {
    margin-bottom: 27px;
}
.intro-two p {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.02rem;
}
.intro-two img {
    margin: 0 auto 40px;
    width: 69px;
}
.services-wrap {
    border-top: 1px solid #ede8e4;
    padding: 91px 0 40px;
}
.services-wrap .flex{
    max-width: 1173px;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; 
}
.services-wrap .flex .single{
    width: 29%;
    text-align: justify;
}
.services-wrap .flex .single .title{
    text-align: center;
    margin: 0 auto 31px;
    color: #a6948b;
    font-size: 24px;
    letter-spacing: 0.13rem;
}
.services-wrap .flex .single .desc {
    color: #000000;
    font-size: 0.7rem;
    letter-spacing: 0;
    line-height: 1.95;
}
.locations-wrap {
    background: #f8f7f5;
    padding: 50px 0 10px;
    text-align: center;
    margin: 50px auto 83px;
}
.locations-wrap h2 {
        margin: 24px 0 60px 0;
}
.page-id-11 .ex-flex .image{
    width: 383px;
    height: 511px;
    background-size: cover;
    background-position: center;
}
.ex-flex .single .loc-wrap {
    width: 384px;
    position: relative;
}
.ex-flex .single {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; 
    width: 100%;
}
.ex-flex .single .loc-wrap .title{
    color: #000;
    font-family: "Vanitas-Bold";
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0.2rem;
    background: rgba(237, 232, 228, 0.8);
    width: 282px;
    height: 65px;
    padding: 24px 0 0 0;
    position: absolute;
    left: -139px;
    top: 44%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.ex-flex .single .loc-wrap:last-child .title {
        color: #000;
    font-family: "Vanitas-Bold";
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0.2rem;
    background: rgba(237, 232, 228, 0.8);
    width: 282px;
    height: 65px;
    padding: 24px 0 0 0;
    position: absolute;
    right: -140px;
    left:inherit;
    top: 44%;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.page-id-11 .insta .line {
    margin: -19px auto 0;
}
.scroll2, .plinkup {
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
}
.plinkup a{
    text-decoration: none;
    color: black;
}
.details p{
    color: black;
    text-transform: uppercase;
    margin: -3px 0 -17px;
    font-size: 12px!important;
    letter-spacing: 0.075rem!important;
}
.details a {
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
}
.scroll2:hover {
    cursor: pointer;
}
.latest-wrap {
    background: #f9f9f7;
    padding: 77px 0;
    text-align: center;
    margin: 0 auto 0;
}
.latest-wrap h2 {
    letter-spacing: 0.06rem;
}
.reviews-wrap {
    text-align: center;
    max-width: 938px;
    margin: 83px auto 111px;
}
.reviews-wrap h5 {
    color: #a3968b;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1rem;
}
.reviews-wrap h5:after {
    content: "“";
    display: block;
    color: #ede8e4;
    font-size: 100px;
    font-family: "Vanitas-Bold";
    margin: 81px auto -37px;
}
.reviews-wrap .prev-slider img {
    width:50px;
}
.reviews-wrap .next-slide img {
    width:50px;
}
.reviews-wrap .prev-slider{
    display: block;
    position: absolute;
    left: -50px;
    top: 21%;
    transition: all 0.5s;
    height:56px;
}
.reviews-wrap .prev-slider:hover {
background-color: #ede8e4;
}
.reviews-wrap .next-slide{
    display: block;
    position: absolute;
    right: -50px;
    top: 21%;
    transition: all 0.5s;
    height:56px;
}
.reviews-wrap .next-slide:hover {
background-color: #ede8e4;
}
.reviews-wrap .inner p {
        color: #000000;
    max-width: 711px;
    margin: 17px auto 0;
    line-height: 1.75;
    letter-spacing: 0.0rem;
    font-size: 15px;
}
.reviews-wrap .inner h6.name{
        text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1rem;
    margin: 46px auto 0;
}
.reviews-wrap .inner {
    padding: 0 50px;
}
.latest-wrap ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    margin: 50px auto 0;
}
.latest-wrap ul li .image{
    width: 327px;
    height: 446px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.latest-wrap ul li .image .hover{
    position: absolute;
    width: 67%;
    height: 83%;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
    opacity: 0;
}
.latest-wrap ul li:hover .image .hover {
    opacity: 1;
}
.latest-wrap ul li .image .hover h5{
    color: #a3958c;
    text-transform: uppercase;
    max-width: 100px;
    margin: 63% auto 0;
    letter-spacing: 0.05rem;
    font-weight: 500;
    line-height: 1.8;
}
.latest-wrap ul li .image .hover p{
        color: black;
    font-size: 12px;
    letter-spacing: 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
}
.latest-wrap ul li  {
    margin: 0 15px;
}
.latest-wrap ul .prev-slider img {
    width:50px;
}
.latest-wrap ul .next-slide img{
    width: 50px;
}

/* Services
--------------------------------------------- */
.intro-three {
    max-width: 677px;
    margin: 76px auto 88px;
    text-align: center;
}
.intro-three h1 {
    margin-bottom: 29px;
}
.intro-three p {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.02rem;
}
.intro-three img {
    margin: 25px auto 31px;
    width: 69px;
}


/* Press
--------------------------------------------- */
.intro-four {
    text-align: center;
    margin: 77px auto 55px;
    border-bottom: 1px solid #ede8e4;
    padding-bottom: 61px;
}
.online-wrap {
    text-align: center;
}
.print-wrap {
    text-align: center;
}
.online-wrap ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    max-width: 760px;
    margin: 61px auto 24px;
}
.print-wrap ul {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    margin: 52px auto 99px;
        max-width: 800px;
}
.online-wrap ul .image {
    width: 200px;
    height:90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.print-wrap ul .image {
    width: 208px;
    height: 257px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.print-wrap ul li {
    margin: 0px 9px 18px;
}
.online-wrap ul li {
    margin: 0 25px 29px;
}



/* Client Login
--------------------------------------------- */
.login-wrap{
    background: #f8f7f5;
    padding: 88px 0 0;
    text-align: center;
    margin: 39px auto 0;
}
.login-wrap .inner {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 857px;
    margin: 53px auto 81px;
}
.login-wrap .inner .left{
    width: 400px;
    height: 448px;
    margin-bottom: 84px;
    background-size: cover;
    background-position: center;
}
.login-wrap .inner .right{
    padding: 77px 0 0 0;
    text-align: left;
    width: 400px;
}
.login-wrap .inner .right .swpm-remember-me {
    display: none;
}
.login-wrap .inner .right .swpm-forgot-pass-link {
    display: none;
}
.login-wrap .inner .right .swpm-join-us-link {
    display: none;
}
.login-wrap .inner .right label{
        color: black;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.02rem;
    margin: 0 0 0;
}
.login-wrap .inner .right input{
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 0 0 0 20px;
    height: 39px;
    margin: 12px 0 20px;
    width: 100%;
}
.login-wrap .inner .right .swpm-username-label label {
        overflow: hidden;
    width: 90px;
    display: block;
    height: 23px;
}
.login-wrap .inner .right .swpm-login-form-submit{
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.06rem;
    width: 147px;
    text-align: center;
    padding: 0 20px 0 0;
    height: 56px;
    margin: 34px 0 0 0;
    background-image: url(https://www.cassyroseevents.com/wp-content/uploads/2019/01/right@2x.png);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: 94px 23px;
    padding-right: 17px;
    transition: all 0.5s;
}
.login-wrap .inner .right .swpm-login-form-submit:hover {
        background-color: #ede8e4;
}
.alm-btn-wrap .alm-load-more-btn:hover {
        background-color: #ede8e4!important;
}

/* Blog
--------------------------------------------- */
.blog-wrap {
    background: #f8f7f5;
    padding: 5px 0; 
    margin: 39px auto 90px;
}
.blog-header h1 {
    text-align: center;
    margin: 83px auto 0;
}
.blog-header h5 {
    text-align: center;
    color: #a3968b;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 13px;
    margin: 59px auto 0;
}
.blog-header ul.flexed{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 35px auto 80px;
    width: 857px;
}
.blog-header ul.flexed li {
    width:49%;
}
.blog-header ul.flexed li.cats{
    background-image: url(https://www.cassyroseevents.com/wp-content/uploads/2019/01/right@2x.png)!important;
    background-size: 5px!important;
    background-repeat: no-repeat!important;
    background-position: 384px 23px!important;
    border: 1px solid black;
    background: transparent;
    padding: 16px 0 0px 36px;
    font-size: 12px;
    letter-spacing: 0.09rem;
    height: auto;
    min-height: 56px;
}
.blog-header ul.flexed li.cats .cat-item{
        color: black;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05rem;
    width: 100%;
    padding: 5px 0 0px;
}
.blog-header ul.flexed li.cats ul{
        padding: 5px 0 15px;
}
.blog-header ul.flexed li.cats .cat-item a {
    color:#000;
}
.blog-header ul.flexed li.cats span{
        color: black;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05rem;
    display: block;
    width:100%;
}
.blog-header ul.flexed li.cats span:hover {
    cursor: pointer;
}
.blog-header ul.flexed li input{
    border: 1px solid black;
    background: transparent;
    padding: 20px 0 21px 36px;
    font-size: 12px;
    letter-spacing: 0.05rem;
    width: 100%;
}
.blog-header ul.flexed li {
    position: relative;
}
.blog-header ul.flexed li #searchsubmit{
        background: transparent;
    width: 19px;
    position: absolute;
    right: 23px;
    top: 15px;
    z-index: 999;
}
.blog-header ul.flexed li input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

.blog-header ul.flexed li input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.blog-header ul.flexed li input::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.blog-flex, .alm-reveal {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    max-width: 1250px;
    margin: 0 auto 0;
}
.blog-flex .single-post-flex, .alm-reveal .single-post-flex {
    margin: 0 33px;
}
.single-post .blog-wrap .blog-header {
    text-align: center;
    margin: 82px auto 0;
}
.single-post .blog-wrap .blog-header h2{
    margin-bottom: 35px;
}
.blog-flex .feat, .alm-reveal .feat {
    width: 347px;
    height: 353px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.single-post .blog-wrap .blog-header .cats a{
        color: black;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.07rem;
}
.single-post #hero-image {
        width: 904px;
    height: 500px;
    margin: 65px auto 65px;
    background-size: cover;
    background-position: center;
}
.single-post .single-post-content {
        max-width: 904px;
    margin: 0 auto;
}
.single-post .single-post-content p{
        color: black;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 27px;
}
.blog-flex .feat .hover, .alm-reveal .feat .hover{
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 127px;
    height: 49px;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05rem;
    padding-top: 13px;
    transition: all 0.5s;
    opacity: 0;
}
.blog-flex .feat:hover .hover, .alm-reveal .feat:hover .hover{
    opacity: 1;
}
.blog-flex .title, .alm-reveal .title{
        text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: black;
    margin: 21px 0 54px;
}
.blog-flex .title a, .alm-reveal .title a {
        color: black;
    font-size: 16px;
    letter-spacing: 0.03rem;
    display: block;
    width: 230px;
    margin: 0 auto;
    line-height: 1.6;
}
.blog-pagination .alm-load-more-btn {
    background: transparent!important;
    border: 1px solid black!important;
    color: black!important;
    font-weight: 100!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    letter-spacing: 0.08rem!important;
    border-radius: 0!important;
    padding: 0px 17px 0 0!important;
    margin: 17px 0 43px 0!important;
    height: 57px!important;
    width: 164px!important;
        background-image: url(https://www.cassyroseevents.com/wp-content/uploads/2019/01/right@2x.png)!important;
    background-size: 5px!important;
    background-repeat: no-repeat!important;
    background-position: 127px 23px!important;
}
.swpm_full_page_protection_not_logged_msg {
        text-align: center;
    font-size: 15px;
    margin: 100px auto;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color:white;
}
.swpm_full_page_protection_not_logged_msg a {
    color:white;
}
.swpm_full_page_protection_not_logged_msg:before {
    content:"YOU NEED TO LOGIN TO VIEW THIS CONTENT.";
    display: block;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color:black;
}
#gform_confirmation_message_1 {
        font-family: "Vanitas-Bold";
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.17rem;
    margin: 0 auto 0;
    text-align: center;
    line-height: 1;
    padding: 50px 0;
}
/* Portfolio
--------------------------------------------- */
.images ul.flexy {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    max-width: 1300px;
    margin: 25px auto 0;
}
.images ul.flexy .image {
    width: 378px;
    height: 511px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.images ul.flexy li {
    margin: 0 15px 20px;
}
.images ul.flexy .hover {
    position: absolute;
    width: 57%;
    height: 72%;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

.explore-wrap .hover, .locations-wrap .hover {
    position: absolute;
    width: 100%;
    height: 375px;
    max-width:260px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
  /*  background-color: rgba(163, 150, 139, 0.8); */
}

.explore-wrap .image:hover .hover, .locations-wrap .image:hover .hover{
    opacity: 1;
}
.explore-wrap .loc-wrap a:hover, .locations-wrap .loc-wrap a:hover{
    opacity: 0.6;
}
.explore-wrap .image h5, .locations-wrap .hover h5{
        background: transparent;
    border: 1px solid #000;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 12px;
    padding: 16px 28px 17px;
    transition: all 0.5s;
    margin: 150px auto 0;
    display: block;
    text-align: center;
    box-sizing:border-box;
    width: 100%;
    max-width:150px;
}


.images ul.flexy li:hover .hover {
    opacity: 1;
}
.images ul.flexy .hover h5{
    color: #a3958c;
    text-transform: uppercase;
    max-width: 85%;
    margin: 60% auto 0;
    letter-spacing: 0.05rem;
    font-weight: 500;
    line-height: 1.9;
}
.images ul.flexy .hover p{
        color: black;
    font-size: 12px;
    letter-spacing: 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
}
.post-type-archive-portfolio .features-wrap {
        margin: 64px auto 98px;
}
.port-wrap {
    background-color: #f8f7f5;
    padding: 90px 0 78px;
    margin: 38px auto 0;
    text-align: center;
}
.bigport {
    max-width: 1173px;
    margin: 0 auto;
}
.port-wrap h3 {
        margin: 33px 0 52px;
    color: black;
    letter-spacing: 0.07rem;
}
.port-wrap h5 {
        margin: 22px auto 0;
}
.port-wrap h5 a{
    letter-spacing: 0.1rem;
    color:#000;
        text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 12px;
}
.port-page {
    max-width: 1095px;
    margin: 72px auto 52px;
    display: flex;
    display: -ms-flex;
    direction: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.port-page a {
    letter-spacing: 0.1rem;
    color: #000;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 12px;
}
.port-page .left img{
    width: 5px;
    margin: 0 14px 0 0;
}
.port-page .right img{
    width: 5px;
    margin: 0 0px 0 14px;
}

/* Contact
--------------------------------------------- */
.contact-form-area {
    background: #f8f7f5;
    padding: 10px 0;
    margin: 0 auto;
}
.contact-form-area .inner {
    max-width: 676px;
    margin: 0 auto;
}
.contact-form-area .inner .gform_wrapper div.validation_error {
    color: #a3958c!important;
    font-size: 12px!important;
    font-weight: 700;
    margin-bottom: 0!important;
    border-top: none!important;
    border-bottom: none!important;
    padding: 0!important;
    clear: both;
    width: 100%;
    text-align: center;
    font-weight: 400!important;
    text-transform: uppercase!important;
}
.contact-form-area .inner .gform_wrapper li.gfield.gfield_error, .contact-form-area .inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom: 6px!important;
    border-top: none!important;
    border-bottom: none!important;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #000!important;
}
.contact-form-area .inner  .gform_wrapper .validation_message {
    color: #a3958c!important;
    font-weight: 700;
    letter-spacing: normal;
    padding: 0!important;
}
.contact-form-area .inner h3.gform_title{
     color: #a3958c;
    font-family: "Vanitas-Bold";
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.17rem!important;
    text-align: center;
    margin: 58px auto 53px;
}
.contact-form-area .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: -21px;
}
#gform_fields_1 label, .gform_fields label {
    color: black;
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: 500!important;
    letter-spacing: 0.02rem!important;
    margin: 0 0 0!important;
}
#gform_fields_1 input, .gform_fields input[type="text"],.gform_fields input[type="email"],.gform_fields select{
    background: transparent!important;
    border: 1px solid rgba(0, 0, 0, 0.7)!important;
    width: 100%!important;
    max-width: 100%!important;
    height: 38px!important;
    margin: 0!important;
    padding: 0 0 0 10px!important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
    margin:1px 0 9px 1px!important;
}

#gform_fields_1 textarea, .gform_fields textarea{
    background: transparent;
    height: 187px;
}
#gform_fields_1, .gform_fields{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.gform_description{
    text-align: center;
    margin:30px auto;
}

.gform_wrapper .gform_body {
    clear: both;
    overflow: hidden;
}

#gform_fields_1 li {
    width: 48.5%;
        margin-bottom: 19px;
}
.gform_fields li{
    margin-bottom:19px;
}

#gform_fields_1 li:nth-child(3) {
        width: 31.5%;
}
#gform_fields_1 li:nth-child(4){
        width: 62%;
}
#gform_fields_1 li:nth-child(5) {
    width:100%;
}
#gform_fields_1 li:nth-child(6) {
    width:100%;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top:0!important;
}
#input_1_1_3_container label {
    display: none;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0!important;
}
#gform_fields_1 input::placeholder, .gform_fields input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: rgba(163, 149, 140, 0.5);
      font-size: 12px;
    letter-spacing: 0.05rem;
  opacity: 1; /* Firefox */
}

#gform_fields_1 input:-ms-input-placeholder, .gform_fields input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: rgba(163, 149, 140, 0.5);
      font-size: 12px;
    letter-spacing: 0.05rem;
}

#gform_fields_1 input::-ms-input-placeholder, .gform_fields input::-ms-input-placeholder{ /* Microsoft Edge */
    color: rgba(163, 149, 140, 0.5);
      font-size: 12px;
    letter-spacing: 0.05rem;
}

#gform_submit_button_1, .gform_button.button, .gform_next_button.button, .button.gform_previous_button{
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin: 13px 0 29px!important;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.6);
    width: 134px!important;
    text-align: center;
    height: 56px;
    padding: 0;
    position: relative;
    background-image: url(https://www.cassyroseevents.com/wp-content/uploads/2019/01/right@2x.png);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: 88px 23px;
    padding-right: 17px;
    transition: all 0.5s;
}

.gform_button.button{
    clear: both;
}

.gform_page_footer{
    clear:both;
    overflow: hidden;
}


.gform_next_button.button{
    float: right;
}
.button.gform_previous_button{
    float: left;
}

 .gform_next_button.button, .button.gform_previous_button{
    background-image:none;
 }

#gform_submit_button_1:hover, , .gform_button.button:hover {
        background-color: #ede8e4;
}

.contact-form-area .gform_wrapper .gform_footer {
    text-align: center;
    margin: 0;
    padding: 0;
}



/* Footer
--------------------------------------------- */
.error404 .intro-block h1 {
    text-align: center;
    margin: 150px auto 0;
}
.error404 #site-general-content {
        margin: 0 auto 0;
}
.insta .line {
    width: 1px;
    height: 103px;
    background: black;
    margin: -33px auto 0;
}
.insta {
    text-align: center;
}
.insta h2 {
    margin: 82px auto 47px;
    font-size: 60px;
    letter-spacing: 0.33rem;
    color: #cec3bd;
}
.insta .feed {
    max-width: 1014px;
    margin: 0 auto 20px;
}
.insta .mobile-feed {
    display: none;
}
.insta .feed ul li {
    padding: 10px!important;
}
.insta a {
    color: #a3968b;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 12px;
    letter-spacing: 0.13rem;
    margin: 0 auto;
    font-weight: 700;
}
.footer-flex {
    position: relative;
    max-width: 1306px;
    margin: 0 auto;
}
.footer-flex .flex {  
    max-width: 865px;
    margin: 81px auto 53px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.footer-flex .flex .two{
    width: 67px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.footer-flex .flex .one, .footer-flex .flex .three {
    width:200px;
    padding-top: 22px;
}
.footer-flex .line {
        width: 103px;
    height: 1px;
    background: black;
    margin: 33px auto 0;
}
.footer-flex .flex .three {
    text-align: left;
    padding-left: 4px;
}
.footer-flex .flex a{
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 12px;
    letter-spacing: 0.14rem;
    margin: 0 auto;
    color: black;
    text-align: center;
}
.cred {
    color: #a3968b;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 10px;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 35px;
}
.cred a {
    color: #a3968b;
}
.footer-flex .b2t {
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 12px;
    letter-spacing: 0.13rem;
    margin: 0 auto;
    color: black;
    text-align: center;
    line-height: 1;
    width: 50px;
    position: absolute;
    top: 18px;
    right: 0;
    font-weight: 800;
}
.footer-flex .b2t span {
        font-size: 25px;
    font-weight: 100;
    line-height: 0;
}
.footer-flex .b2t:hover {
    cursor: pointer;
}
/* Image Classes
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
    margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.aligncenter, 
img.aligncenter { 
    clear: both; 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}

/* Site Containers
--------------------------------------------- */  
.site-container {
    margin: 0px auto 0px;
    width: 100%;
/*    overflow-x: hidden;*/
}
#site-general-content {
    max-width: 1200px;
    margin: 120px auto 170px;
    width: 95%;
}

.error404 #site-general-content .inner-general {
    text-align: center;
    margin: 0px auto 150px;
}
.error404 #site-general-content h1{
        margin: 50px auto 0;
}
.error404 #site-general-content a{
        color: #af9485;
}
.site-inner {
    clear: both;
    width: 100%;
    margin: 0px auto 0;
    position:relative; 
}

.content {
    width: 100%;
    float: none;
}
h2.entry-title, h1.entry-title {
}

h2.entry-title a {
}

a.more-link {

}

.entry-header .entry-meta {

}

.entry-content p {
}

.entry {
    
}
    
#respond {
    margin: 0px auto;
}

h3#reply-title {
}

.single-post .pagination {
    width: 832px;
    margin: 53px auto 37px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.single-post .pagination:before {
    display: none;
}
.single-post .pagination:after {
    display: none;
}
.single-post .pagination .nav-previous img{
        margin: 0 22px 0 0;
}
.single-post .pagination .nav-next img{
        margin: 0 0px 0 22px;
}
.pagination a {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05rem;
}
.pagination img {
    width:5px;
}

.pagination-previous {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    float: right;
}

.pagination-next {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    float: left;
}

#commentform label, .comment-notes {
    display: none;
}

#commentform p {
    margin: 0;
}

#commentform input {
    background-color: #fff;
    border: 1px solid #000;
    text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 20px;
	margin-bottom:20px;
}

#commentform textarea {
    height: 285px;
    margin-bottom: 20px;
}

#commentform .submit {
    width: 100%;
}

p.logged-in-as {
    font-size: 17px;
    line-height: 30px
}

p.logged-in-as a {
    color: #000;
}

/* Form Styling
------------------------------------------------------------ */

input[type="text"],input[type="email"],
select,
textarea {
    background-color: #fff;
    border: 1px solid #000;
    text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 20px;
    margin: 0px auto;
}

.gform_fields input[type="text"]:focus, .gform_fields input[type="email"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #000;
    -webkit-appearance:none;
    border-radius: 0;
}

input[type="checkbox"]{
    margin-top:0!important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button{
    -webkit-appearance:none;
    border-radius: 0;
    background: #000;
    border: 0px;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
}

button:hover, .button:hover, a.text-button:hover, a:hover, input[type="submit"]:hover {
    opacity: .7;
    transition: all 0.4s;
}


::-moz-placeholder {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}

.gform_wrapper {
    width: 100%;
    margin: 0px auto 0;
}

.gfield_label {
    display: none;
}

.gf_left_half {
    width: 49%;
    display: inline-block;
}

.gf_right_half {
    width: 49%;
    display: inline-block;
    margin-left: 2%;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

   .featured-slider {
        max-width:1300px;
    }

    .hidedesk{
        display: none;
    }

.hiddenbg{
    position: absolute;
    left: 0;
    top:0;
    opacity:0;
    transition: all 0.5s;
    z-index: 1;
}

.showbg{
        transition: all 0.5s;
        position: relative;
        z-index: 2;

}

.single-member .flex:hover .showbg{
    opacity: 0;
}

.single-member .flex:hover .hiddenbg{
opacity: 1;
    }
    .gform_wrapper .gfield_required{
        color: #a3958c!important;
    }

.post-template-default .single-post-content th, .post-template-default .single-post-content td {
  padding: 5px 25px 5px 0px;
  text-align: left;
  vertical-align: top;
}

.post-template-default .single-post-content li {
    list-style-type: disc;
    padding-bottom:10px;
}
.single-post .single-post-content{color: #000;}

.alm-load-more-btn.done{
   display: none;
}

.logout{
    position: absolute;
    top:5px;
    right:15px;
        font-family: 'Gotham';
    text-transform: uppercase;
    color: #a48f7c;
    font-size: 10px;
    letter-spacing: 0.14rem;
}

.wmpci-popup-wrp .wmpci-popup-body{
border-radius: none!important;	
}

.wpmci-popup-cnt-inr-wrp{
	padding:5px!important;
}

@media all and (max-width:1280px) {
    .header-wrapper .flex {
        max-width:1000px;
    }
 
    .pillars-wrap {
        max-width:1000px;
    }

.featured-slider .fs-slide{
    height: 560px;
}

    .pillars-wrap .single-item .flex .left {
        width: 55%;
        height: 400px;
    }
    .pillars-wrap .single-item .flex .right {
        width: 40%;
        padding-top: 35px;
        padding-right: 15px;
    }
    .pillars-wrap .next-slide {
        right:29%;
    }
    .footer-flex {
        max-width:1000px;
    }
    .main-image {
        max-width:1175px;
    }
    .services-wrap .flex {
        max-width: 1000px;
    }
    .insta .feed {
        max-width: 900px;
    }
    .latest-wrap ul {
        max-width: 1000px;
    }
    .latest-wrap ul li .image {
        width:310px;
    }
    .reviews-wrap {
        max-width: 838px;
    }
    .images ul.flexy {
        max-width:1000px;
    }
    .images ul.flexy li {
        margin: 0 10px 20px;
    }
    .images ul.flexy .image {
        width: 308px;
        height: 440px;
    }
    .images ul.flexy .hover {
        width:65%;
    }
    .bigport {
        max-width:1000px;
    }
    .port-page {
        max-width:900px;
    }
    .blog-flex, .alm-reveal {
        max-width:1000px;
    }
    .blog-flex .feat, .alm-reveal .feat {
        width:310px;
        height:320px;
    }
    .blog-flex .single-post-flex, .alm-reveal .single-post-flex {
        margin: 0 10px;
    }
    .featured-slider {
        max-width:1280px;
    }

}
@media all and (max-width:1030px){
    .header-wrapper .flex {
        max-width: 730px;
    }

   .featured-slider {
        max-width:1030px;
    }
	.beige-wrap .introd-wrap {
		max-width:520px;
	}
	.beige-wrap .introd-wrap h3 {
    font-size: 27px;
    margin: 36px auto 25px;
	}
.featured-pod .image {
    width: 100%;
    height: 512px;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 0px;
}
	.featured-pod .left {
		    width: 48%;
	}
	.featured-pod .right svg {
		right:0;
	}
	.pod-listing .inner {
    max-width: 700px;
    margin: 0 auto;
	}
	.pod-listing .single-pod-flex .image .feat {
    width: 200px;
    height: 200px;
    border: 10px solid #EEE7E2;
    border-radius: 50%;
	}
	.pod-listing .single-pod-flex .listento {
		margin-left:0;
	}
	.pod-listing .single-pod-flex .textb {
    width: 50%;
    text-align: left;
	}
	.single-podcast .blog-topper .flex {
		max-width:700px;
	}
	.single-podcast .blog-topper .flex .right {
    width: 49%;
    position: relative;
	}
	.single-podcast .blog-topper .flex .left {
    width: 49%;
    height: 660px;
    background-size: cover;
    background-position: center;
    margin: 0;
	}
	.single-podcast .blog-topper .flex .right h3 {
    color: #1D120E;
    text-align: left;
    font-family: "Vanitas-Bold";
    text-transform: capitalize;
    font-size: 36px;
    letter-spacing: 0;
    margin: 20px 0 0;
    line-height: 40px;
	}
	.pod-pagi {
    border-bottom: 1px solid #EEE7E2;
    max-width: 95%;
    margin: 70px auto 79px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 115px 64px;
    display: flex;
    justify-content: space-between;
	}
	.featured-pod {
		max-width:750px;
	}
	.featured-pod .right {
		width: 49%;
		position: relative;
	}
	.featured-pod .right h2 {
		    margin: 37px 0 23px 0;
    line-height: 40px;
	}
    .main-logo {
        margin: 0 auto;
        width: 200px;
    }
    .header-wrapper .flex .left {
        padding-left: 0;
        width: 240px;
    }
    .header-wrapper .flex .left, .header-wrapper .flex .right {
        width:240px;
    }
    .header-wrapper .flex a {
        font-size: 12px;
        letter-spacing: 0.05rem;
    }
   
    .featured-slider .fs-slide {
        height:450px;
    }
    .fixed-header-wrapper .flex {
        max-width: 740px;
    }
    .pillars-wrap {
        max-width: 740px;
    }
    .pillars-wrap .single-item .flex .right {
        width: 40%;
        padding-top: 0;
        padding-right: 0;
    }
    .pillars-wrap .prev-slider {
        right: 33%;
    }
    .pillars-wrap .next-slide {
        right: 25%;
    }
    .ex-flex {
        max-width:700px;
    }
    .ex-flex .left, .ex-flex .right {
        width:330px;
    }
    .ex-flex .image {
        width:330px;
    }
    .ex-flex .right .title, .ex-flex .left .title {
        top:42%;
    }
    .features-wrap .feats {
        margin: 37px auto 0;
        max-width: 700px;
    }
    .features-wrap .feats .image {
        width: 145px;
    }
    .insta .feed {
        max-width: 700px;
    }
    .footer-flex {
        max-width: 700px;
    }
    .footer-flex .flex {
        max-width: 500px;
    }
    .footer-flex .flex .one, .footer-flex .flex .three {
        width: 140px;
        padding-top: 16px;
    }
    .footer-flex .line {
        width: 50px;
    }
    .footer-flex .flex .two {
        width: 55px;
    }
    .cassy-wrap .c-inner {
        max-width: 720px;
        margin: 45px auto;
        padding-left: 0;
    }
    .cassy-wrap .c-inner .flex .left {
        width: 46%;
        height: 500px;
        background-size: cover;
        background-position: center;
    }
    .cassy-wrap .c-inner .flex .right {
        width: 50%;
    }
    .cassy-wrap .c-inner .flex:nth-child(2) .left {
        height: auto;
        padding-top: 0;
        width: 46%;
    }
    .cassy-wrap .c-inner .flex:nth-child(2) .right {
        width: 50%;
    }
    .team-wrap .single-member .flex {
        max-width: 720px;
    }
    .team-wrap .single-member .left {
        width: 46%;
        height: 500px;
        background-size: cover;
        background-position: center;
    }
    .team-wrap .single-member .right {
        width: 50%;
        padding-top: 18px;
    }
    .main-image {
       max-width: 1030px;
        height: 450px;
    }
    .services-wrap .flex {
        max-width: 720px;
    }   
    .services-wrap .flex .single {
        width: 31%;
    }
    .page-id-11 .ex-flex .image {
        width: 330px;
    }
    .ex-flex .single .loc-wrap {
        width: 330px;
    }
    .latest-wrap ul {
        max-width: 720px;
    }
    .latest-wrap ul li .image {
        width: 220px;
        height: 320px;
    }
    .reviews-wrap {
        max-width: 600px;
    }
    .images ul.flexy {
        max-width: 700px;
    }
    .bigport {
        max-width: 700px;
    }
    .port-page {
        max-width: 600px;
    }
    .login-wrap .inner {
        max-width: 720px;
    }
    .login-wrap .inner .right {
        width: 300px;
    }
    .blog-header ul.flexed {
        width: 700px;
    }
    .blog-header ul.flexed li.cats, .blog-header ul.flexed li input {
        background-position: 284px 23px!important;
    }
    .blog-flex, .alm-reveal {
        max-width: 700px;
    }
    .single-post #hero-image {
        width: 700px;
        height: 400px;
    }
    .single-post .single-post-content {
        max-width: 700px;
        margin: 0 auto;
    }
    .single-post .pagination {
        width: 600px;
    }
}
@media all and (max-width: 780px){
    .blog-header ul.flexed li #searchsubmit {
        right:7px;
    }

   .featured-slider {
        max-width:780px;
    }
	.beige-wrap .introd-wrap {
    	max-width: 90%;
	}
	.featured-pod {
    max-width: 500px;
		display: block;}
	.featured-pod .left {
    width: 100%;
}
	.featured-pod .image {
		height:612px;
	}
	.featured-pod .right {
		width:100%;
	}
	.featured-pod .right svg {
		display:none;
	}
	.pod-listing .single-pod-flex {display:block;text-align:center;}
	.pod-listing .single-pod-flex .textb {
    width: 100%;
    text-align: center;
}
	.pod-listing .single-pod-flex .textb .title a {
    color: #1D120E;
    font-size: 28px;
    margin: 0px 0 0;
    font-family: "Vanitas-Bold";
    text-align: center;
    width: 100%;
    text-transform: capitalize;
}
	.pod-listing .single-pod-flex .listento {
    margin-left: 0;
    margin: 0 auto;
}
	.pod-listing .single-pod-flex .listento svg {
    display: block;
    margin: 10px auto 14px;
}
	.pod-listing .inner .alm-btn-wrap {
		    max-width: 450px;
    margin: 0 auto;
	}
	.pod-cta .title-block {
		width:450px;
	}
	.pod-cta .title-block h2 {
		    padding: 0 32px;
	}
	.single-podcast .blog-topper .flex {
    max-width: 450px;
    display: block;
	}
	.single-podcast .blog-topper .flex .left {
		width:100%;
		height:auto;
	}
	.single-podcast .blog-topper .flex .right {
    width: 100%;
    position: relative;
	}
	.single-podcast .b-post {
		max-width:90%;
	}
	.single-podcast .share svg, .single-podcast .share #wmark{
display:none;}
	.pod-pagi {
		    text-transform: uppercase;
    padding: 0 63px 64px;
	}
	.beige-wrap .introd-wrap .image, .beige-wrap .introd-wrap .arrow {
display:none;}
    .header-wrapper .flex {
        max-width: 400px;
    }
    .header-wrapper .flex .left, .header-wrapper .flex .right {
        display: none;
    }
    .header-wrapper .flex .center {
        width: 249px;
        margin: 0 auto;
    }
    .fixed-header-wrapper .flex .left ul, .fixed-header-wrapper .flex .right ul {
        display: none;
    }
    #responsive-menu-pro-container #responsive-menu-pro-title {
        text-align: center;
    }
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
        font-family: 'Gotham';
        text-transform: uppercase;
        color: #a48f7c;
        font-size: 12px!important;
        letter-spacing: 0.14rem;
        text-align: center;
    }
    
    .featured-slider .fs-slide {
        height: 280px;
    }
    .featured-slider .next-slide img {
        width: 47px;
    }
    .featured-slider .prev-slider img {
        width: 47px;
    }
    h1 {
        line-height: normal;
    }
    .pillars-wrap {
        max-width: 450px;
    }
    .pillars-wrap .single-item .flex {
        flex-direction:column;
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
    }
    .pillars-wrap .single-item .flex .left {
        width: 100%;
        height: 300px;
    }
    .pillars-wrap .single-item .flex .right {
        width: 100%;
        padding-top: 30px;
        padding-right: 0;
    }
    .pillars-wrap h1 {
        margin-bottom: 20px;
    }
    .pillars-wrap .prev-slider {
        right: inherit;
        left: 0;
    }
    .pillars-wrap .next-slide {
        right: inherit;
        left: 14%;  
    }
    .explore-inner .desc {
        max-width: 450px;
    }
    .ex-flex {
        max-width: 450px;
        flex-direction: column;
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
    }
    .ex-flex .left, .ex-flex .right {
        width: 330px;
        margin: 0 auto 20px;
    }
    .features-wrap .feats {
    margin: 37px auto 0;
    max-width: 450px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    }
    .insta .feed ul li {
        padding: 5px!important;
    }
    .insta .feed {
        max-width: 95%;
    }
    .footer-flex .flex {
        max-width: 450px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        text-align: center;
    }
    .footer-flex .flex .one, .footer-flex .flex .three {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }
    .footer-flex .line {
        display: none;
    }
    .footer-flex .flex .two {
        width: 60px;
        margin: 15px auto 12px;
    }
    .footer-flex {
        max-width: 90%;
    }
    .intro {
        max-width: 450px;
        padding-left: 0;
        width: 90%;
    }
    .cassy-wrap .c-inner {
        max-width: 450px;
        width:90%;
        margin: 45px auto;
        padding-left: 0;
        position: relative;
        padding-top: 100px;
    }
    .cassy-wrap .c-inner .flex {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        margin-bottom: 0px;
    }
    .cassy-wrap .c-inner .flex .left {
        width: 100%;
        height: 550px;
        background-size: cover;
        background-position: center;
    }
    .cassy-wrap .c-inner .flex .right {
        width: 100%;
    }
    .cassy-wrap .c-inner .flex .right h1 {
        position: absolute;
        top: 0;
        text-align: center;
        width: 100%;
    }
    .cassy-wrap .c-inner .flex .right h5 {
        position: absolute;
        top: 40px;
        width: 100%;
        text-align: center;
    }
    .cassy-wrap .c-inner .flex:nth-child(2){
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .cassy-wrap .c-inner .flex:nth-child(2) .right {
        width: 100%;
        height:300px;
    }
    .cassy-wrap .c-inner .flex:nth-child(2) .left {
        height: auto;
        padding-top: 15px;
        width: 100%;
    }
    .team-wrap .single-member .flex {
        max-width: 450px;
        width: 90%;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        padding-top: 70px;
        position: relative;
    }
    .team-wrap .single-member .left {
        width: 100%;
        height: 550px;
        background-size: cover;
        background-position: center;
    }
    .team-wrap .single-member .right {
        width: 100%;
        padding-top: 10px;
    }
    .team-wrap .single-member .right h1 {
        position: absolute;
        top: 0;
        text-align: center;
        width: 100%;
    }
    .team-wrap .single-member .right h5 {
        position: absolute;
        top: 16px;
        width: 100%;
        text-align: center;
    }
    .team-wrap .single-member .right .desc {
        padding-right:0;
    }
    .cta-wrap {
        max-width: 450px;
    }
    .main-image {
        max-width: 780px;
        height: 300px;
    }
    .intro-two {
        max-width: 465px;
    }
    .services-wrap .flex {
        max-width: 450px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }   
    .services-wrap .flex .single {
        width: 100%;
        margin-bottom: 30px;
    }
    .ex-flex .single {
       flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column; 
    }
    .ex-flex .single .loc-wrap {
        width: 330px;
        margin: 0 auto 30px;
    }
    .intro-three {
        max-width: 430px;
        margin: 76px auto 88px;
        text-align: center;
    }
    .latest-wrap ul {
        max-width: 450px;
        display: block;
        position: relative;
    }
    .latest-wrap ul .prev-slider{
            position: absolute;
    left: 0;
    top: 41%;
    height:56px;
    transition: all 0.5s;
    }
    .latest-wrap ul .next-slide{
            position: absolute;
    right: 0;
    top: 41%;
    height:56px;
    transition: all 0.5s;
    }
    .latest-wrap ul .next-slide:hover {
background-color: #ede8e4;
    }
      .latest-wrap ul .prev-slider:hover {
       background-color: #ede8e4; 
      }
    .latest-wrap ul li .image {
        width: 320px;
        height: 420px;
    }
    .reviews-wrap {
        max-width: 400px;
    }
    .images ul.flexy {
    max-width: 400px;
    margin: 50px auto 0;
    }
    .bigport {
        max-width: 95%;
    }
    .port-page {
        max-width: 400px;
    }
    .contact-form-area .inner {
    max-width: 450px;
    margin: 0 auto;
    }
    .online-wrap ul {
        max-width: 450px;
    }
    .online-wrap ul li {
        margin: 0 10px 29px;
    }
    .online-wrap ul .image {
        width: 125px;
        height: 55px;
    }
    .print-wrap ul {
        max-width: 450px;
    }
    .print-wrap ul .image {
        width: 190px;
        height: 235px;
    }
    .login-wrap .inner {
        max-width: 450px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .login-wrap .inner .left {
    width: 100%;
    height: 348px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
    }
    .login-wrap .inner .right {
    width: 100%;
    padding: 30px 0;
}
.blog-header ul.flexed {
    width: 450px;
}
.blog-header ul.flexed li.cats, .blog-header ul.flexed li input {
    background-position: 198px 23px!important;
}
.blog-header ul.flexed li.cats {
        padding: 16px 0 0px 20px;
}
.blog-header ul.flexed li input {
        padding: 20px 0 21px 13px;
}
.blog-flex, .alm-reveal {
    max-width: 450px;
}
.single-post #hero-image {
    width: 450px;
    height: 300px;
}
.single-post .single-post-content {
    max-width: 450px;
    margin: 0 auto;
}
.single-post .pagination {
    width: 400px;
}
.cta-wrap {
    max-width: 450px;
    width: 90%;
}
.intro-two {
    width:90%;
}
.locations-wrap h2 {
    line-height: 1;
}
.ex-flex .single .loc-wrap {
    width:100%;
}

  .hidedesk{
        display: block;
    }

    .explore-wrap .image h5{
    margin: 90px auto 0;
}

.hiddenbg{
    top:70px;
}

}
@media all and (max-width: 481px){
    .blog-header ul.flexed li #searchsubmit {
        right: 23px;
    }
	.single-podcast .blog-topper .flex {
    max-width: 90%;
    display: block;
    margin: 24px auto -104px;
	}
	.pod-pagi {
    text-transform: uppercase;
    padding: 0 0 20px;
	}
	.featured-pod {
    max-width: 100%;
    display: block;
	}
	
	.featured-pod .right{
		padding:0 25px;
	}
	
h2.script-intro {
    font-family: 'Quickpen';
    text-transform: capitalize;
    letter-spacing: 0;
    color: #948076;
    font-size: 41px;
    text-align: center;
    transform: rotate(-10deg);
    margin: 51px 0 0;
    overflow: hidden;
    padding-top: 10px;
}
	.beige-wrap .introd-wrap svg {
    margin-bottom: 6px;
    max-width: 79%;
}
	.pod-cta .title-block {
    width: 300px;
	}
	.pod-cta .title-block button {
		    margin: 21px auto 0px;
	}
	.pod-listing .inner {
    max-width: 90%;
    margin: 0 auto;
	}
    .latest-wrap ul .prev-slider {
    position: absolute;
    left: 28%;
    top: inherit;
    height: 56px;
    transition: all 0.5s;
    bottom: 0;
    }
    .latest-wrap ul .next-slide {
    position: absolute;
    right: 33%;
    top: inherit;
    bottom: 0;
    height: 56px;
    transition: all 0.5s;
}


.main-image {
    height: 190px;
}

.latest-wrap ul li {
    margin: 0 auto;
}
.latest-wrap ul li .image .hover h5 {
    max-width:130px;
}
    .latest-wrap ul {
      max-width: 300px;
    padding-bottom: 75px;
    }
    .intro-two h1 {
            max-width: 250px;
    }
    .locations-wrap h2 {
    line-height: 1;
    max-width: 270px;
    margin: 0 auto;
    }
    
    .team-wrap .single-member .left {
        height:400px;
    }
    .page-id-11 .ex-flex .image {
        width: 290px;
    }
    .intro-three {
        width:90%;
    }
    .latest-wrap ul {
        width:90%;
    }
    h2 {
        line-height: 1;
    }
    .port-page {
        width:90%;
    }
    .login-wrap .inner {
        width:90%;
    }
    .blog-header h5 {
            margin: 15px auto 0;
    }
    .blog-header ul.flexed {
        width: 90%;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .blog-header ul.flexed li.cats {
    padding: 16px 0 0px 20px;
    width: 100%;
    margin-bottom: 10px;
    max-width: 235px;
    margin: 0 auto 10px;
    }
    .blog-header ul.flexed li {
        width:100%;
        max-width: 235px;
        margin: 0 auto 10px;
    }
    .single-post .blog-wrap .blog-header {
        width:90%;
    }
    .single-post #hero-image {
        width:90%;
    }
    .single-post .single-post-content {
        width:90%;
    }
    .single-post .pagination {
        width:90%;
    }
    .contact-form-area .inner {
        width:90%;
    }
    #gform_fields_1 li {
    width: 100%;
    margin-bottom: 0;
    }
    #gform_fields_1 li:nth-child(3) {
        width: 100%;
    }
    #gform_fields_1 li:nth-child(4) {
        width: 100%;
    }
    #gform_submit_button_1 {
            margin: 13px auto 29px;
    }
    .latest-wrap ul li .image {
    width: 300px;
    height: 400px;
    }
    .reviews-wrap {
        max-width: 300px;
    }
    .reviews-wrap .inner {
        padding: 0 20px;
    }
    .reviews-wrap .next-slide {
        right: 33%;
        top: inherit;
        bottom: 0;
    }
    .reviews-wrap .inner h6.name {
      margin: 20px auto 80px;
    }
    .reviews-wrap .prev-slider {
        left: 30%;
        top: inherit;
        bottom: 0;
    }
    .main-image {
            width: 95%;
    }
    .services-wrap .flex {
        width:90%;
    }
    .insta .feed {
        display: none;
    }
    .insta .mobile-feed {
        display: block;
            margin-bottom: 10px;
    }
    .mobile-feed .jr-insta-thumb ul.thumbnails.no-border.jr_col_3 li, .mobile-feed .jr-insta-thumb ul.thumbnails.no-border.jr_col_4 li, .mobile-feed .jr-insta-thumb ul.thumbnails.no-border.jr_col_5 li, .mobile-feed .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li {
        width:33.33%!important;
            padding: 5px!important;
    }
    .insta h2 {
        font-size: 50px;
        letter-spacing: 0.3rem;
        margin-bottom: 25px;
    }
    
    .featured-slider .fs-slide {
        height: 190px;
    }
    .featured-slider .next-slide, .featured-slider .prev-slider {
        top: 37%;
    }
    .intro-wrap p {
        max-width: 300px;
    }
    .pillars-wrap {
        max-width: 300px;
    }
    .pillars-wrap .single-item .flex .left {
        height:250px;
    }
    .pillars-wrap .next-slide {
    right: inherit;
    left: 22%;
    }
    .explore-inner .desc {
        max-width: 310px;
    }
    .ex-flex {
        max-width: 300px;
    }
    .ex-flex .left, .ex-flex .right {
            width: 300px;
    }
    .ex-flex .image {
    width: 300px;
    height: 408px;
    }
}