/*
	Theme Name: Katie's Bliss (active)
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive
	Author URI: http://madetothrive.com
	Template: genesis
*/



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

/* Baseline Normalize
--------------------------------------------- */
/* 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}

.EmilyLimeStandard { 
	font-family: EmilyLimeStandard;
	font-weight: normal;
	font-style: normal;
}
.SofiaPro-ExtraLight { 
    font-family: SofiaPro-ExtraLight;
    font-weight: normal;
    font-style: normal;
}
.SofiaPro-Light { 
    font-family: SofiaPro-Light;
    font-weight: normal;
    font-style: normal;
}
.SofiaPro-Medium { 
    font-family: SofiaPro-Medium;
    font-weight: normal;
    font-style: normal;
}
.SofiaPro-Regular { 
    font-family: SofiaPro-Regular;
    font-weight: normal;
    font-style: normal;
}

/* 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 {
display:none;
}

.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;
}

body {
	color: #3E3E3C;
  	font-family: Arial ,sans-serif;
	font-size: 16px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	overflow-x:hidden;
}

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: #000;
    	text-decoration: none;
}

table {
	border: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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;
}

.hyphenate {
 	-ms-word-break: break-all;
     	word-break: break-all;
     	word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
        hyphens: auto;
}

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;
	margin-left: 2%;
}

.one-third {
	margin-left: 45px;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 49%;
}
 
.one-third, .two-sixths {
    	width: 290px;
}
 
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
 
.one-fourth {
	width: 23.076923076923077%;
}
 
.three-fourths {
	width: 74.35897435897436%;
}
 
.one-sixth {
	width: 14.52991452991453%;
}
 
.five-sixths {
	width: 82.90598290598291%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

/* 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 24px;
}

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

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; 
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin: 0 0 20px;
  	font-family: Arial, sans-serif;
    	font-size: 30px;	
	text-transform: uppercase;
    	text-align: center;
    	line-height: 45px;
	font-weight: 600;
    	letter-spacing: 2px;
}

.entry-title, 
.entry-title a {
	
}


/* Site Containers
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
	overflow-x: hidden;
}

.site-inner {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	position:relative; 
}

.content {
	width: 100%;
	float: none;
}


/* Header
---------------------------------------------------------------------------------------------------- */
.popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(206, 156, 143, 0.57);
    z-index: 999999999999;
    font-family: SofiaPro-ExtraLight;
    font-size: 38px;
    font-weight: 100;
    line-height: 1.2;
    text-transform: lowercase;
    transition:all 0.5s;
}
.popup .inner-pop {
        width: 750px;
    height: 80vh;
    max-height: 500px;
    position: absolute;
    background-size: cover;
    background-position: center;
    padding: 0 20px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inner-pop .close {
        position: absolute;
    top: 0;
    right: 25px;
    color: white;
}
.inner-pop .close:hover {
    cursor:pointer;
}

div#gform_confirmation_message_12 {
    color: #fff !important;
    margin-top: 30% !important;
    font-weight: 300 !important;
    font-size: 28px !important;
}

.popup .inner-pop #gform_wrapper_12{
        position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    height: 300px;
    margin: auto;
}
.popup .inner-pop #field_12_1 span {
        font-family: 'GFS Didot', serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1rem;
    font-weight: 700;
}
.popup .inner-pop #field_12_1 {
    color: white;
        margin-bottom: 20px!important;
text-align:center;
}
.popup .inner-pop #gform_12 input{
    width: 280px;
    height: 40px;
line-height: 40px;
    font-size: 12px;
    margin: 0;
    border: none;
    background: white;
    color: black;
        padding: 0 12px 0px;
}
.popup .inner-pop #gform_12 label {
    display:none;
}
.popup .inner-pop #gform_12 li {
text-align:center;}
.popup .inner-pop #gform_12 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2rem;
        padding: 0 12px 0px;
    text-align:center;
}

#gform_11 option::-webkit-input-placeholder {
	text-align: center !important;
}

.popup .inner-pop #gform_12 input::-moz-placeholder { /* Firefox 19+ */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align:center;
}
.popup .inner-pop #gform_12 input:-ms-input-placeholder { /* IE 10+ */
  color: #ccbcb7;
  font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align:center;
}
.popup .inner-pop #gform_12 input:-moz-placeholder { /* Firefox 18- */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align:center;
}
.popup .inner-pop #gform_12 #gform_submit_button_12{
        background: none!important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    padding: 0;
    font-size: 38px;
    width: 380px;
    margin-top: 17px;
}
.popup .inner-pop #gform_12 .validation_error{
    font-size: 18px;
    color: white;
}
.hideme {
    display:none;
}
.showme {
    display:block;
}
 .site-header {
	padding: 60px 0 50px;
	text-align: center;
	background: none;
	left: 0;
	right:0;
	z-index: 99;
	position: relative;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}

.site-title img {
	width: auto;
	height: auto;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .site-header .wrap {
	background: url() no-repeat;
	background-position: center center;
	z-index: 1000;
	float: left;
	height: 92px;
	cursor: pointer;	
	margin: 0px auto 0px;
}

.header-image .site-title a {
	margin: 0px auto;
	min-height: 0px;
}
.mainlogo {
	width: 480px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.error404 .content {
	width: 100%;
    text-align: center;
    margin: 50px auto;
}
/* Navigation
--------------------------------------------- */
.genesis-nav-menu {
	display:none;
}
.inner-header {
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
#menu-primary-1 {
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 775px;
    padding-right: 35px;
}


.socials {
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
	width: 135px;
}
.socials i {
	color: #CCBCB7;
	transition: all 0.5s;
}
.socials i:hover {
	color:#CB9B8C;
}
.searching {
	width:135px;
}
.search-form input[type="submit"] {
	display:none;
}
.main-header {
    background: #FDFBFB;
    height: 92px;
    padding-top: 38px;
}
.navbar-fixed {
    position: fixed;
    top: 0;
    z-index: 999999999;
    width: 100%;
}
.home .sticky-blogs {
    margin: 122px auto 35px!important;
}

.home nav.pagination {
    margin: 0px auto 50px;
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-image {
    float: left;
    width: 250px;
    height: 180px;
    object-fit: cover;
    object-position: center;
}
#ubermenu-main-1221-primary {
display:none!important}

#ubermenu-nav-main-1221-primary .ubermenu-submenu {
    padding-top:20px;
background: #fdfbfb;
}

.ubermenu-main {
    padding-top: 10px !important;
}

#ubermenu-nav-main-1221-primary li a {
	color: #000;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    transition:all 0.5s;
background: #fdfbfb;
border:none;
padding-top: 0;
}


#ubermenu-nav-main-1221-primary .ubermenu-submenu li a {
    color: #000 !important;
    font-weight: normal !important;
}
#ubermenu-nav-main-1221-primary li {
float:left!important;
width:auto;}
#ubermenu-nav-main-1221-primary .ubermenu-submenu li{
float:none!important;
}

.ubermenu-submenu-type-stack {
    padding-top: 0 !important;
}
#ubermenu-nav-main-1221-primary .ubermenu-submenu .ubermenu-item-11379, #ubermenu-nav-main-1221-primary .ubermenu-submenu .ubermenu-item-11383,  #ubermenu-nav-main-1221-primary .ubermenu-submenu .ubermenu-item-11394, #ubermenu-nav-main-1221-primary .ubermenu-submenu .ubermenu-item-11399, #ubermenu-nav-main-1221-primary .ubermenu-submenu .ubermenu-item-11404, #ubermenu-nav-main-1221-primary .ubermenu-submenu .ubermenu-item-11412, #ubermenu-nav-main-1221-primary .ubermenu-submenu .ubermenu-item-14570, #ubermenu-nav-main-1221-primary .ubermenu-submenu .ubermenu-item-19413 {
float:left!important;
min-width: 200px;
}

#ubermenu-nav-main-1221-primary .ubermenu-submenu li.ubermenu-column .ubermenu-submenu{
float:none!important;}
.ubermenu-submenu-id-11376 .ubermenu-content-block{
    color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    transition: all 0.5s;
    background: #fdfbfb;
    border: none;
}
.ubermenu-submenu-id-11376 .ubermenu-content-block .mr {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fdfbfb;
    width: 45%;
    padding: 20px;
    z-index: 99;
}
.ubermenu-submenu-id-11376 .ubermenu-content-block #gform_wrapper_13 label{
    display:none;
}
.ubermenu-submenu-id-11376 .ubermenu-content-block #gform_wrapper_13 input{
    background: white;
    border: none;
    width: 215px;
    height: 40px;
    color: #000;
    padding: 0 0 0 1px;
    margin: -14px 0 -10px -6px;
}
.ubermenu-submenu-id-11376 .ubermenu-custom-content-padded {
    padding: 15px 20px 55px!important;
}
.ubermenu-submenu-id-11376 .ubermenu-content-block #gform_wrapper_13 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
.ubermenu-submenu-id-11376 .ubermenu-content-block #gform_wrapper_13 input::-moz-placeholder { /* Firefox 19+ */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
#ubermenu-main-1217-primary{
display:none!important;}

.ubermenu-submenu-id-11376 .ubermenu-content-block #gform_wrapper_13 input:-ms-input-placeholder { /* IE 10+ */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
.ubermenu-submenu-id-11376 .ubermenu-content-block #gform_wrapper_13 input:-moz-placeholder { /* Firefox 18- */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
.ubermenu-submenu-id-11376 .ubermenu-content-block #gform_wrapper_13 #gform_submit_button_13{
background: #cb9b8c!important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 31px;
    margin-left: 0;
    padding: 11px 15px 0;
    line-height: 1;
    height: 39px;
    margin-top: -30px;
    transition: all 0.5s;
    width: 125px;
}
.ubermenu-submenu-id-11376 .ubermenu-content-block .title{
color: #000;
    font-family: 'GFS Didot', serif;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: 15px;
    margin-bottom: -16px;
text-align:left;
}
.ubermenu-submenu-id-11376 .ubermenu-content-block .sub{
    font-family: SofiaPro-ExtraLight;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.01rem;
    text-transform: initial;

}
.ubermenu-skin-black-white-2 {
    border:none!important;
    margin-top:-14px!important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    display:none!important;
}
#ubermenu-nav-main-1217-primary li a:hover {
    color:#CB9B8C;
}
#ubermenu-nav-main-1217-primary li.current_page_item a{
    color:#cb9b8c;
}
#ubermenu-nav-main-1217-primary li.current-menu-item a{
    color:#cb9b8c;
}
#ubermenu-main-47-primary {
    display:none!important;
}

li.ubermenu-item-11375 ul {
    max-width: 250px !important;
    left: 555px !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
}

li.ubermenu-item ul {
padding-left: 10px !important;
padding-bottom: 10px !important;
margin-left: -10px !important;
}

.inner-header .searching input {
	background: white;
    border: none;
    width: 170px;
    height: 40px;
    color: #000;
/*    padding-left:35px;*/
    padding: 0 0 0 35px;
    margin: -18px 0 0 -35px;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
.inner-header .searching .place {
    position: relative;
}
.inner-header .searching .place i {
    color: #ccbcb7;
    position: absolute;
    left: -20px;
    font-size: 13px;
    top: 4px;
}
.inner-header .searching input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
.inner-header .searching input::-moz-placeholder { /* Firefox 19+ */
  color: #ccbcb7;
  font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:2px;
}
.inner-header .searching input:-ms-input-placeholder { /* IE 10+ */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
.inner-header .searching input:-moz-placeholder { /* Firefox 18- */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}

/* Home Page
--------------------------------------------- */
.blogs {
	width:1080px;
 	margin: 40px auto 65px;
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #000;
}
.blogs .post-right {
	width:500px;
}
.blogs .post-left {
 	width: 515px;
 	padding-top: 35px;
    margin-right: 50px;
}
.blogs .post-right .main-image {
	width: 515px;
    height: 605px;
    background-size: cover;
    background-position: center;
}
.blogs .post-right .lower-image {
	width: 280px;
    height: 360px;
    background-size: cover;
    background-position: center;
    border: 10px solid white;
   	margin: -140px auto 0;
}
.blogs .date a {
	color: #000;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15rem;
    background: #fdfbfb;
    width: auto;
    padding: 8px 12px;
}
.blogs .date {
	margin-bottom: 40px;
}
.blogs .catlist a {
    color: #000;
    font-family: 'GFS Didot', serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    margin-top: 42px;
}
.blogs .catlist {
    padding-left: 11px;
}
.blogs .title {
	font-family: SofiaPro-ExtraLight;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 20px;
    padding-left: 9px;
    text-transform: lowercase;
    margin-bottom: 25px;
color:#000!important;
}
.blogs .title a {
color:#000!important;}
.blogs .ex p {
	font-family: SofiaPro-Light;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.01rem;
    padding-left: 11px;
}
.blogs .read-more {
    background: #cb9b8c;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 37px;
    margin-left: 5px;
    padding: 13px 25px 0;
    line-height: 1;
    height: 53px;
    margin-top: 16px;
    transition: all 0.5s;
}
.blogs .read-more:hover {
    background:#CDA48C;
}
.blogs .reward {
	width: 280px;
	    margin-top: -15px;
}
.blogs .reward .lookbook-widget .lb-resp a > img {
	height: 310px!important;
    margin-right: 45px;
}
#lb-58c328aab3d5e.lb-resp a > img {
		height: 310px!important;
    margin-right: 45px;
}
.blogs .post-bottom {
	display: flex;
	display:-ms-flex;
	display:-webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.instagram {
	background: #f5ebe8;
    text-align: center;
    position: relative;
	padding: 90px 0 20px;
}
.instagram .title {
	background: #fdfcfa;
    width: 252px;
    margin: 0 auto 0;
    color: #000;
    font-family: "sofia-pro",sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.19rem;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
padding-top: 12px;
}
.instagram a {
	    color: #cb9b8c;
    text-transform: uppercase;
    font-family: SofiaPro-Regular;
    font-size: 0.65rem;
    letter-spacing: 0.21rem;
    line-height: 6;
    font-weight: 500;
}
.inst {
	width: 1080px;
    margin: 0 auto;
    text-align: left;
}
.flex-area {
	width:1080px;
	margin: 35px auto;
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.second-post {
	width: 630px;
    margin: -7px 0 0!important;
}
.second-post .main-image {
	width: 630px;
    height: 770px;
    background-size: cover;
    background-position: center;
    position: relative;
        margin-bottom: 40px;
}
.second-post .ex p {
	    margin-bottom: 38px;
}
.second-post .date {
	color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15rem;
    background: #fdfbfa;
    width: auto;
    padding: 8px 12px;
    position: absolute;
    bottom: 14px;
}
.favorite-things .image {
    width: 260px;
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.favorite-things {
	background: #fdfbfa;
    text-align: center;
    padding: 90px 0 20px;
    position: relative;
    margin-bottom: 100px;
    margin-top:80px;
}
.favorite-things .title {
	background: #f5ebe8;
    width: 320px;
    margin: 0 auto 0;
    color: #000;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.19rem;
    height: 47px;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    padding-top: 12px;
}
.favorite-things p {
	text-align: right;
    width: 1080px;
    margin: 6px auto 0;
}
.favorite-things p a {
	color: #cb9b8c;
    text-transform: uppercase;
    font-family: SofiaPro-Regular;
    font-size: 0.65rem;
    letter-spacing: 0.21rem;
    line-height: 6;
    font-weight: 500;
}
.favorite-things ul {
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
    background: white;
}
nav.pagination {
	width: 1080px;
    margin: 85px auto 105px;
    font-family: EmilyLimeStandard;
    font-size: 42px;
}
nav.pagination a {
	color:#cda48c;
}
nav.pagination .nav-old span {
	font-size: 28px;
    letter-spacing: -7px;
    font-weight: 700;
    margin-right: 7px;
}
nav.pagination .nav-old {
	float:left;
}
nav.pagination .nav-new {
	float:right;
}
nav.pagination .nav-new span{
	font-size: 28px;
    letter-spacing: -7px;
    font-weight: 700;
    margin-left: 12px;
}
.videos .image {
    width: 340px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.videos .image .overlay {
	position: absolute;
    width: 100%;
    height: 98%;
    background: rgba(102, 102, 102, 0.3);
    bottom: 2px;
}
.videos {
    background: #f5ebe8;
    text-align: center;
    position: relative;
    padding: 100px 0 20px;
}
.videos .vidtitle {
	color: white;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 19px;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    left: 16px;
    letter-spacing: 0.15rem;
    padding-right: 30px;
}
.videos .button {
	background: #cb9b8c!important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 36px;
    width: 300px;
    margin: 73px auto 60px;
    height: 52px;
    padding-top: 21px;
    transition: all 0.5s;
}
.videos .button:hover {
    background: #CDA48C!important;
}
.videos .title {
	background: #fdfcfa;
    width: 285px;
    margin: 0 auto 0;
    color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.19rem;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
padding-top: 12px;
}
.videos ul {
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
}

/* About Page
--------------------------------------------- */
.ddtitle {
	color: #000;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 0.67rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.17rem;
    background:white;
    padding:9px;
    padding-left: 13px;
    margin-bottom: 30px;
}
.dropdown-toggle {
  cursor: pointer;
}
.ddtitle span {
	padding-left: 20px;
}
.ddcontent p {
	color: #cb9b8c;
    font-family: SofiaPro-Regular;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.07rem;
    line-height: 1.5;
    padding-left: 11px;
    margin-bottom: 30px;
}
.ddcontent p a {
	color:#ecb183;
}
.ddhide {
  display: none;
}
.top-about-katie {
	width:1080px;
    margin: 40px auto 0;
    position: relative;
}
.quote p.single-line {
    background: rgba(255, 255, 255, 0.88);
    padding: 9px 21px;
    margin-bottom: 19px;
}
.quote {
    position: absolute;
    right: -148px;
    top: 13%;
    width: 500px;
    padding-right: 0;
    color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 0.67rem;
    font-weight: 500;
    letter-spacing: 0.18rem;
}
.based {
    position: absolute;
    right: 0;
    top: 49%;
    width: 350px;
    padding-right: 0;
    color: #000;
    background: white;
    text-align: center;
    height: 160px;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 38px;
    letter-spacing: 0;
    padding-top: 13px;
    line-height: 1;
}
.based span {
    font-family: 'GFS Didot', serif;
    font-size: 17px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    line-height: 4;
    font-weight: 700;
}
.kimageone {
	width:795px;
	height:805px;
	background-size:cover;
	background-position: center;
}
.lower-about-katie {
	width:1080px;
    margin: -135px auto 0;
	position: relative;
	display: flex;
	display:-ms-flex;
	display:-webkit-flex;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.kimagetwo {
	width: 400px;
    height: 525px;
    border: 15px solid white;
    background-size: cover;
    background-position: center;
}
.about {
	width: 600px;
    padding-top: 180px;
    margin-bottom:30px;
}
.about h2 {
	text-align: left;
    font-family: SofiaPro-ExtraLight;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: -21px;
    text-transform: lowercase;
    margin-bottom: 15px;
    padding-left: 8px;
    letter-spacing: 0.05rem;
}
.about p {
    font-family: SofiaPro-Light;
    font-weight: 300;
    font-size: 0.96rem;
    line-height: 1.7;
    letter-spacing: 0.03rem;
    padding-left: 11px;
    color: #000;
}
.about h5 {
	color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    text-align: left;
    font-size: 0.7rem;
    letter-spacing: 0.16rem;
    padding-left: 11px;
    margin-top: 35px;
    line-height: 2.2;
    font-weight: 500;
}
.about h5 a {
	color:#cb9b8c;
}
.nyc {
	width:1080px;
    margin: 20px auto;
    position: relative;
}
.nyc .link {
	background: #cb9b8c!important;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 36px;
    width: 360px;
    margin: 73px auto 60px;
    height: 52px;
    padding-top: 23px;
    color: white;
    position: absolute;
    bottom: -35px;
    right: 20px;
    text-align: center;
    transition: all 0.5s;
}
.nyc .link:hover {
    background: #CDA48C!important;
}
.nyc .link a {
	color:white;
}
.nyc .link span {
	font-size: 24px;
    font-weight: 600;
    letter-spacing: -6px;
    margin-left: 13px;
    padding-top: 23px;
}
.kimagethree {
	width: 670px;
    height: 285px;
    background-size: cover;
    background-position: center;
}
.second_quote p.single-line {
    background: rgba(255, 255, 255, 0.88);
    padding: 9px 21px;
    margin-bottom: 19px;
}
.second_quote {
    position: absolute;
    right: -36px;
    top: 17%;
    width: 500px;
    padding-right: 0;
    color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 0.67rem;
    font-weight: 500;
    letter-spacing: 0.18rem;
}
.qa {
	background-color: #fdfbfa;
	text-align:center;
	position: relative;
	padding: 50px 0;
	margin-top:70px;
}
.qa .icon {
	position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.dropdown {
	width: 900px;
    margin: 0 auto;
}
.dropdown h2 {
	text-align: center;
    font-family: SofiaPro-ExtraLight;
    font-size: 43px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: -3px;
    text-transform: lowercase;
    margin-bottom: 45px;
    padding-left: 8px;
    letter-spacing: 0.05rem;
}
.popular-posts {
    background: #fdfbfa;
    position: relative;
    margin: 100px auto 0;
    padding: 72px 0 60px;
}
.popular-posts .pp-posts {
		width: 1080px;
    margin: 0 auto;
    text-align:center;
}
.popular-posts h2 {
    background: #f5ebe8;
    color: #000;
    font-family: SofiaPro-ExtraLight;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.25rem;
    width: 280px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    height: 50px;
    padding-top: 2px;
}
.ppimg {
	width: 170px;
    height: 195px;
    background-size: cover;
    background-position: center;
    position: relative;
        margin: 14px 0;
}
.ppimg .hover {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(91, 95, 112, 0.7);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.ppimg:hover .hover {
    opacity: 1;
}
.ppimg .hover p{
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    color: white;
   font-family: SofiaPro-ExtraLight;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.03rem;
    padding: 0 20px;
}
.pp-r .ppimg .hover p{
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    color: white;
   font-family: SofiaPro-ExtraLight;
    font-size: 32px;
    letter-spacing: 0.03rem;
    padding: 0 20px;
    line-height: 1.3;
    font-weight: 100;
}
.popular-posts .pp-r .ppimg {
	width:345px;
	height:405px;
}
.pp-right {
	display: flex;
	display:-ms-flex;
	display:-webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 49%;
}
.pp-left {
	display: flex;
	display:-ms-flex;
	display:-webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 49.5%;
}
.pp-posts {
	display: flex;
	display:-ms-flex;
	display:-webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.site-footer {
	background: #fdfbfa;
    margin-top: -85px;
    padding-top: 85px;
}
.blog .site-footer {
	background:white;
}

/* General
--------------------------------------------- */
.boutique-widget {
        margin-top: 80px;
}
.general-content .page-title {
    text-align: center;
    font-family: SofiaPro-ExtraLight;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 60px;
    text-transform: lowercase;
    margin-bottom: 80px;
    padding-left: 8px;
    letter-spacing: 0.05rem;
}
.inner-general {
    width: 80%;
    margin: 0 auto;
    max-width: 1080px;
}

.page-id-11243 .inner-general {
    width: 100%;
    margin: 0 auto;
    max-width: none;
}
.page-id-11250 .inner-general {
    width: 100%;
    margin: 0 auto;
    max-width: none;
}
.page-id-11246 .inner-general {
    width: 100%;
    margin: 0 auto;
    max-width: none;
}
.page-id-11248 .inner-general {
    width: 100%;
    margin: 0 auto;
    max-width: none;
}
.inner-general .boutique-widget {
    width:900px;
    margin:0 auto; 
}
.inner-general p {
	font-family: SofiaPro-Light;
    font-weight: 300;
    font-size: 0.96rem;
    line-height: 1.7;
    letter-spacing: 0.02rem;
    padding-left: 11px;
    color: #000;
}
.inner-general pre a{
	color: #000;
    font-family: SofiaPro-Light;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15rem;
}
.inner-general pre{
    text-align: center;
    padding: 20px;
    background: #fdfbfb;
}

/* NYC GUIDE
--------------------------------------------- */
.nyc-intro {
        padding-top: 5px;
}
.top-nyc {
	width: 1080px;
    margin: 35px auto 0;
    position: relative;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.nyc-imageone {
	width: 545px;
    height: 565px;
    background-size: cover;
    background-position: center;
}
.top-nyc-left {
	width:490px;
}
.nyc-intro h2 {
	text-align: left;
    font-family: SofiaPro-ExtraLight;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 15px;
    text-transform: lowercase;
    margin-bottom: 15px;
    padding-left: 0;
    letter-spacing: 0.05rem;
}
.nyc-intro p {
	font-family: SofiaPro-ExtraLight;
    font-weight: 300;
    font-size: 0.96rem;
    line-height: 1.7;
    letter-spacing: 0.02rem;
    padding-left: 0;
    color: #000;
    margin-top: 27px;
}
.nyc-quote {
    position: absolute;
    left: 110px;
    bottom: 20px;
    width: 477px;
    padding-right: 0;
    color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 0.67rem;
    font-weight: 500;
    letter-spacing: 0.18rem;
}
.nyc-quote .single-line {
	background: rgba(255, 255, 255, 0.88);
    padding: 9px 14px;
    margin-bottom: 19px;
}
.uber {
 	background: #fdfbfa;
    position: relative;
    margin: 85px auto 0;
    padding: 90px 0 40px;
}

.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover {
    color: #CB9B8C !important;
}
.uber h2 {
	background: #f5ebe8;
    color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2rem;
    width: 255px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    height: 50px;
    padding-top: 2px;
}
.uber-flex .uber-imageone {
	width: 530px;
    height: 270px;
    background-size: cover;
    background-position: center;
}
.uber-flex {
	width: 1080px;
    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;
}
.uber-flex .left a {
	color: #cb9b8c;
    text-transform: uppercase;
    font-family: SofiaPro-Regular;
    font-size: 0.65rem;
    letter-spacing: 0.21rem;
    line-height: 7;
    font-weight: 500;
}
.ubermenu-item-layout-image_above .ubermenu-target-text:before {
    content:"Trending Post";
    color: #000;
    font-family: 'GFS Didot', serif;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    letter-spacing: 0.1rem;
    font-size: 15px;
    margin-bottom: 7px;
}
.ubermenu-item-layout-image_above .ubermenu-target-text:after {
content: "view post";
    background: #cb9b8c;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 29px;
    margin-left: 0;
    padding: 11px 10px 0;
    line-height: 1;
    display: block;
    width: 93px;
    letter-spacing: 0;
    margin-top: 27px;
 }
.ubermenu-item-layout-image_above .ubermenu-target-text{
    font-family: SofiaPro-ExtraLight!important;
    font-size: 18px;
    font-weight: 100!important;
    line-height: 1;
    text-transform: lowercase;
    color: black;
    letter-spacing: 0.1rem;
    z-index: 99;
}
.ubermenu-item-layout-image_above .ubermenu-target-text{
        position: absolute;
    right: 0;
    bottom: 0%;
    background: #fdfbfb;
    width: 56%;
    padding: 20px;
}
.ubermenu-item-layout-image_above {
    position: relative;
}
.uber-flex .right { 
	width: 510px;
}
.uber-flex .right a{
	color:#efbd97;
}
.uber-flex .right h3 {
    font-family: 'GFS Didot', serif;
    font-size: 17px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-top: 40px;
    font-weight: 600;
}
.uber-flex .right p{
    font-family: SofiaPro-Light;
    font-weight: 300;
    font-size: 0.96rem;
    line-height: 1.7;
    letter-spacing: 0.03rem;
    padding-left: 0;
    color: #000;
    margin-top: -16px;
}
.nyc-east {
    width: 1080px;
    margin: 65px auto 0;
}
.nyc-west {
    width: 1080px;
    margin: 65px auto 0;
}
.nyc-man {
    width: 1080px;
    margin: 65px auto 0;
}
.nyc-east h3 {
	text-align: left;
    font-family: SofiaPro-ExtraLight;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: -21px;
    text-transform: lowercase;
    margin-bottom: 45px;
    letter-spacing: 0.05rem;
}
.nyc-man h3 {
    text-align: left;
    font-family: SofiaPro-ExtraLight;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: -21px;
    text-transform: lowercase;
    margin-bottom: 30px;
    letter-spacing: 0.05rem;
}
.nyc-west h3 {
    text-align: right;
    font-family: SofiaPro-ExtraLight;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: -1px;
    text-transform: lowercase;
    margin-bottom: 27px;
    letter-spacing: 0.05rem;
}
.guide-flex {
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 105px;
}
.guide-flex .single-guide {
    width: 33.3%;
    padding-right:50px;
    margin-bottom: 12px;
}
.single-guide h4 {
    font-family: 'GFS Didot', serif;
    font-size: 0.95rem;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 17px;
}
.single-guide .desc {
	font-family: SofiaPro-ExtraLight;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.7;
    letter-spacing: 0.02rem;
    color: #000;
}
.single-guide h5 {
    font-family: SofiaPro-ExtraLight;
    margin-top: -18px;
    font-size: 11px;
    letter-spacing: 0.23rem;
    color: #000;
    text-align: left;
    font-weight: 500;
    margin-bottom: 11px;
}
.page-id-4506 .instagram .title{
    background: #fdfcfa;
    width: 252px;
    margin: 0 auto 0;
    color: #000;
    font-family: SofiaPro-ExtraLight;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.22rem;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
padding-top: 12px;
}
.page-id-4506 .favorite-things .title{
    width: 266px;
}
/* Sidebar
--------------------------------------------- */
#widget_sp_image-2 {
    text-align: center;
   font-family: SofiaPro-ExtraLight;
    font-size: 41px;
    font-weight: 100;
    line-height: 1.2;
    text-transform: lowercase;
    background: #FDFBFB;
    position: relative;
    margin-top: 60px;
    padding-top: 40px;
    color: #000;
}
#widget_sp_image-2 img{
	max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
#categories-2{
	background: #FDFBFB;
    padding-top: 15px;
    margin-top: -17px;
}
#categories-2 .widget-title {
    display:none;
}
#categories-2 label {
    display:none;
}
#categories-2 .widget-wrap {
    text-align:center;
}

.gfield_select {
text-align: center !important;
}

#input_11_1, #input_11_3 { /* Chrome/Opera/Safari */
text-align: center !important;
}

#input_11_1, #input_11_3 {
    background: white;
    border: none;
    width: 250px;
    height: 40px;
    margin: 25px auto -15px;
    text-align: center !important;
    color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding:0;
    text-align-last:center;
}

#input_11_1 :-webkit-input-placeholder, #input_11_3 :-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align: center !important;
}

#input_11_1 ::-moz-placeholder, #input_11_3 ::-moz-placeholder { /* Firefox 19+ */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align: center;
}
#input_11_1 :-ms-input-placeholder, #input_11_3 :-ms-input-placeholder { /* IE 10+ */
    color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align: center;
}
#input_11_1 :-moz-placeholder, #input_11_3 :-moz-placeholder { /* Firefox 18- */
    color: #ccbcb7;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align: center;
}
#gform_widget-2 {
    background: #fdfbfb;
    padding-top: 5px;
}
#gform_widget-2 #input_11_2 {
    background: white;
    border: none;
    width: 250px;
    text-align: center;
    color: #000;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding:0;
    height: 61px;
    margin: -11px auto 15px;
}
#gform_widget-2 #input_11_2::-webkit-input-placeholder, 
#gform_widget-2 #input_11_1::-webkit-input-placeholder,
#gform_widget-2 #input_11_3::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccbcb7;
font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align: center;
}
#gform_widget-2 #input_11_2::-moz-placeholder { /* Firefox 19+ */
  color: #ccbcb7;
  font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align: center;
}
#gform_widget-2 #input_11_2:-ms-input-placeholder,
#gform_widget-2 #input_11_3:-ms-input-placeholder { /* IE 10+ */
    color: #ccbcb7;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align: center;
}
#gform_widget-2 #input_11_2:-moz-placeholder,
#gform_widget-2 #input_11_3:-moz-placeholder { /* Firefox 18- */
    color: #ccbcb7;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align: center;
}
#field_11_2 {
    text-align: center;
}
#field_11_1, #field_11_3 {
text-align:center !important;
}

#field_11_3 ::-webkit-input-placeholder {
  text-align:center !important;
}
#gform_widget-2 .gform_footer {
    text-align: center;
}
#gform_submit_button_11{
        background: #cb9b8c!important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 37px;
    margin-left: 5px;
    padding: 13px 25px 0;
    line-height: 1;
    height: 50px;
    margin-top: 16px;
    width: 160px;
    margin: 11px auto 28px;
    transition:all 0.5s;
}
#gform_submit_button_11:hover{
     background:#CDA48C!important;
}
aside .widget {
    position: relative;
    background: #f5ebe8;
    text-align: center;
    margin: 0px 0 60px;
    padding: 50px 0 0;
}

aside .widget .widget-title{
    background: #fdfcfa;
    width: 295px;
    margin: 0 auto 0;
    color: #000;
  font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.19rem;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
padding-top: 5px;
    font-weight: 400;
}
.widget_sp_image-description p {
    height: 65px;
}
.widget_sp_image-description a{
    background: #cb9b8c!important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 37px;
    margin-left: 5px;
    padding: 13px 25px 0;
    height: 50px;
    margin-top: 16px;
    width: 160px;
    margin: 0 auto 0;
    line-height: 3.5;
    transition: all 0.5s;
}
.widget_sp_image-description a:hover {
    background:#CDA48C!important;
}
#widget_sp_image-2 {
        margin-bottom: -30px;
    z-index: 1;
    position: relative;
}
#categories-2 {
        margin-bottom: -1px;
}
aside {
    width:380px;
}
#widget_sp_image-2 .widget_sp_image-description p {
    height:auto;
}
#execphp-2 {
    background:white;
}
#execphp-2 .widget-title {
    font-family: SofiaPro-ExtraLight;
    font-size: 40px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: -20px;
    padding-left: 0;
    text-transform: lowercase;
    margin-bottom: 25px;
    position: relative;
    width: auto;
	background: none;
}
#execphp-2 .execphpwidget h2{
    font-family: SofiaPro-ExtraLight;
    font-size: 17px;
    font-weight: 400;
    line-height: 0.2;
    margin-top: -25px;
    padding-left: 0;
    letter-spacing: 0.3rem;
    margin-bottom: 25px;
    position: relative;
    width: auto;
    color: #cb9b8c;
    text-transform: uppercase;
}
.blogs .catlink{
        color: #000;
    font-family: 'GFS Didot', serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    margin-top: 42px;
	padding-left: 9px;
}
.final-blogs {
        margin: 0 auto!important;
}
/* Blog
--------------------------------------------- */

.content {
	width: 960px;
	float: none;
	position: relative;
}

.entry-meta {
}

.entry p {
}

.pagination {
	clear: both;
	width: 100%;
	margin: 0px auto 60px;
}
.pix-load-more {
    width: 100%;
    text-align: center;
}
.pix-load-more input[type=button]{
        background: none!important;
    color: #cb9b8c;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 37px;
    margin-bottom: 100px;
    padding: 13px 25px 0;
    line-height: 1;
    height: 53px;
    margin-top: 16px;
    transition: all 0.5s;
}
.category .blogs:first-child  #wp-load-more-btn {
    display: none;
}

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

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

.pagination-previous a, 
.pagination-next a {
    	color: #666;
}

.pagination-previous a:hover, 
.pagination-next a:hover {
    	color: #333;
}
aside #gform_wrapper_12 {
    position: relative !important;
    color: #3E3E3C !important;
}

aside #field_12_1 {
    color: #3E3E3C !important;
    font-size: 18px;
}

aside #field_12_1 span {
    font-size: 25px;
    margin-bottom: -15px;
    display: block;
    margin-top: 40px;
}

aside #gform_12 #gform_submit_button_12 {
    background: #cb9b8c!important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 37px;
    padding: 13px 25px 0;
    line-height: 1;
    height: 50px;
    width: 160px;
    margin: 11px auto 0px;
    transition: all 0.5s;
}
/* SINGLE POST
--------------------------------------------- */
.single-post #content {
    width: 950px;
    margin: 0 auto;
font-family: SofiaPro-Light;
font-weight: 300;
font-size: 16px;
line-height: 1.9;
letter-spacing: 0.01rem;
padding-left: 0;
color: #000;
}

.single-post .one-half {
    margin-bottom: -30px;
}

.single-post .feat-img {
    width: 950px;
    height: 700px;
    background-size: cover;
    background-position: center;
}
.single-post article {
    margin-top: 40px;
}
.single-post .date a {
    color: #000;
 font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15rem;
    background: #fdfbfb;
    width: auto;
    padding: 8px 12px;
}
.single-post .date {
    text-align: center;
    margin: -11px auto 0;
}
.single-post .category {
    color: #000;
    font-family: 'GFS Didot', serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1rem;
    font-weight: 700;
    padding-left: 11px;
    text-align: center;
    margin: 43px auto 0;
}
.single-post .category a {
    color:#000;
}
img.alignnone, .alignnone {
        margin-bottom: 15px;
}
.single-post .title {
    font-family: SofiaPro-ExtraLight;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.25;
    padding-left: 9px;
    text-transform: lowercase;
    width: 600px;
    margin: 20px auto 53px;
    text-align: center;
    color: #000;
}
.single-post article p {
   font-family: SofiaPro-Light;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.01rem;
    padding-left: 0;
    color: #000;
}
.single-post article p a{
    color:#ecb183;
    transition: all 0.5s;
}
.single-post article p a:hover {
    color: #cb9b8c;
}
.single-post article h1 {
    font-family: SofiaPro-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.1rem;
    padding-left: 0;
    color: #000;
    text-align: inherit;
}
.single-post article h2 {
    color: #000;
    font-family: 'GFS Didot', serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.1rem;
    font-weight: 700;
    padding-left: 0;
    text-align: inherit;
}
.single-post article h3 {
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-weight: 100;
    text-align: inherit;
    letter-spacing: 0;
    font-size: 45px;
}
.single-post article .signature {
    color: #cb9b8c;
    font-family: EmilyLimeStandard;
    margin: 60px auto 0;
    font-weight: 100;
    letter-spacing: 0;
    font-size: 55px;
    text-transform: capitalize;
    text-align: center;
}
.stp {
    background: #fdfbfa;
    position: relative;
    margin: 65px auto 0;
}
.stp .shopthepost-widget {
    background: white;
    width: 860px;
    margin: 20px auto 0;
    padding: 50px 0 55px;
    margin-bottom: 10px;
}
.stp h2 {
    display: block!important;
    text-align: center!important;
    background: #f5ebe8;
    width: 320px;
    margin: 0 auto 0;
    color: #000!important;
    font-family: SofiaPro-Regular!important;
    text-transform: uppercase;
    font-size: 17px!important;
    letter-spacing: 0.19rem!important;
    height: 47px;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    padding-top: 1px;
    font-weight: 500!important;
}
.sharer h2.title {
   font-family: SofiaPro-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.25rem;
    padding-left: 0;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 45px auto 0;
}
.sharer .share {
    display: flex;
    display:-ms-flex;
    display:-webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 587px;
    margin: 20px auto 0;
    font-family: SofiaPro-Regular;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.15rem;
    padding-left: 0;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.share .fb {
    color: #b3b3c3;
}
.share .in {
    color:#d8cdce;
}
.share .pin {
    color:#ecb183;
}
.share .tw {
    color:#cb9b8c;
}
.share .bl {
    color:#d87b83;
}
.share span {
    font-weight: 900;
    color: black;
    font-size: 15px;
    line-height: 1.4;
}
.single-post .pagination h2.screen-reader-text {
    display: none;
}
.single-post .nav-links {
    margin: 0 auto;
}
.single-post .nav-links .nav-previous {
    float:left;
}
.single-post .nav-links .nav-next {
    float:right;
}
.single-post nav.pagination {
    width:100%;
    margin-top:100px;
}
.single-post .nav-previous .smtxt span {
    font-size: 28px;
    letter-spacing: -7px;
    font-weight: 700;
    margin-right: 7px;
}
.single-post .nav-next .smtxt span {
    font-size: 28px;
    letter-spacing: -7px;
    font-weight: 700;
    margin-left: 7px;
}
.ymal {
    background: #f5ebe8;
    position: relative;
    margin: 0 auto;
    padding: 105px 0 95px 0;
}
.rpbt_shortcode h3 {
    display:none;
}
.ymal h2 {
    background: #fdfcfa;
    width: 325px;
    margin: -25px auto 0;
    color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.24rem;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 400;
padding-top: 12px;
}
.ymal .gallery-item {
    width:270px;
    margin:0;
    position: relative;
}
.ymal .gallery-item a{
    position: relative;
    z-index: 999;
    transition: all 0.5s;
}
.ymal .gallery-item:hover a {
    opacity: 0.2;
}
.ymal .gallery-caption {
    position: absolute;
    top: 0;
    background: rgba(91, 95, 112, 0.9);
    width: 100%;
    height: 98%;
    color: white;
    font-family: SofiaPro-Regular;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-align: center;
    padding: 0 50px;
    padding-top: 36%;
    opacity: 0;
    transition: all 0.5s;
}
.ymal .gallery-item:hover .gallery-caption  {
    opacity: 1;
}
.ymal .gallery {
    display: flex;
    display:-ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width:1080px;
    margin: 0 auto;
}
.b-comment {
    background: #cb9b8c!important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 37px;
    width: 238px;
    margin: 82px auto 60px;
    height: 55px;
    padding-top: 25px;
    text-align: center;
}
.c-title h2 {
   font-family: SofiaPro-ExtraLight;
    font-size: 41px;
    font-weight: 100;
    line-height: 1.25;
    padding-left: 0;
    text-transform: lowercase;
    width: 600px;
    margin: 0px auto 0;
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 75px;
    padding-top: 50px;
}
.comments2 {
    padding: 1px 0 75px;
    margin: 90px 0 0;
}
.comment-list {
    background: #fdfbfa;
padding-bottom:40px;
}
.c-title {
    background: #fdfbfa;}

.inner-comments .post {
display:none;
}
#comments h3 {
display:none;}
#comments .avatar {
display:none;}
#reply-title{
    font-family: SofiaPro-ExtraLight;
    font-size: 41px;
    font-weight: 100;
    line-height: 1.25;
    padding-left: 0;
    text-transform: lowercase;
    width: 600px;
    margin: 52px auto 50px;
    text-align: center;
    letter-spacing: 0;
}
.comments {
    width: 950px;
    margin: 0 auto;
}
p.comment-author span{
    font-family: SofiaPro-Regular;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color:#cb9b8c!important;
}
p.comment-author span.says:after {
content:":";
}
.comment-time {
    position: absolute;
    bottom: 28px;
    left: 0;
}
.comment-list article {
    position: Relative;
    margin: 0;
    width: 950px;
    margin: 0 auto;
}

p.comment-author a{
    font-family: SofiaPro-Regular;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color:#cb9b8c!important;
}
a.comment-time-link {
    font-family: SofiaPro-Regular;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color:#cb9b8c!important;
}
a.comment-time-link:after {
    content: "·";
    margin: 0 0 0 9px;
    font-size: 24px;
    line-height: 2rem;
}
a.comment-reply-link {
    font-family: SofiaPro-Regular;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color:#cb9b8c!important;
}
a.comment-reply-link:before {
content:"Leave a ";
    font-family: SofiaPro-Regular;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color:#cb9b8c!important;
}
a.comment-edit-link {
display:none;}
.single-comment .d {
    font-family: SofiaPro-Regular;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color:#cb9b8c;
}
li.depth-2 {
padding-left:40px;}
.single-comment .d:hover {
    cursor: pointer;
}
.single-comment .d span {
    font-size: 17px;
    margin: 0px 8px 0;
}
.single-comment .comment {
   font-family: SofiaPro-Light;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05rem;
    padding-left: 0;
    color: #000;
}
.comment-reply  {
    border-bottom: 1px solid rgba(203, 155, 140, 0.58);
    padding: 0 0px 30px 270px;
margin-bottom:20px;
}
.inner-comments {
    width: 100%;
    margin: 0 auto;
}
.inner-comments .content {
width:100%;}

#commentform {
    width: 950px;
    margin: 0 auto;
background:white;
}
#commentform .comment-notes {
    display:none;
}
#commentform .comment-form-comment {
    float: right;
    width: 60%;
}
#commentform .comment-form-author{
    width: 35%;
    float: left;
}
#commentform .comment-form-email{
    float: left;
    width: 35%;
}
#commentform .comment-form-url{
    float: left;
    width: 35%;
}
#commentform .form-submit{
    clear: both;
}
#commentform label {
    display:none;
}
#commentform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccbcb7;
 font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
#commentform input::-moz-placeholder { /* Firefox 19+ */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
#commentform input:-ms-input-placeholder { /* IE 10+ */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
#commentform input:-moz-placeholder { /* Firefox 18- */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
#commentform textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccbcb7;
    text-align: center;
    padding-top:13%;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
#commentform textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ccbcb7;
  text-align: center;
  padding-top:13%;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
#commentform textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ccbcb7;
  text-align: center;
  padding-top:13%;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
#commentform textarea:-moz-placeholder { /* Firefox 18- */
  color: #ccbcb7;
  text-align: center;
  padding-top:13%;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
}
#commentform input {
    background: #fdfbfb;
    border: none;
    height: 50px;
    margin: 0 0 11px;
}
#commentform textarea {
    background: #fdfbfb;
    border: none;
}
#commentform .form-submit {
    text-align: center;
}
#commentform #submit{
    background: #cb9b8c!important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 37px;
    width: 238px;
    height: 55px;
    padding-top: 7px;
    text-align: center;
    margin: 3px auto 35px;
        position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
}
#commentform .form-submit:after {
    content: "Submit Comment";
    background: #cb9b8c!important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    font-size: 37px;
    width: 238px;
    height: 30px;
    padding-top: 25px;
    text-align: center;
    margin: 3px auto 35px;
    position: absolute;
    left: 0;
    right: 0;
}
#commentform .form-submit {
    position: relative;
        margin-bottom: 90px;
}
p.logged-in-as {
        width: 35%;
    float: left;
    padding-top: 9%;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: black;
}

.home .popular-posts {
    background: #f5ebe8;
    margin-top: 0;
}

.home .popular-posts h2 {
    background: #fdfcfa;
    font-weight: 600;
}

section.entry-content.blogs.posts.second-post.sticky-blogs {
    padding-bottom: 30px;
}
/* Site Footer 
------------------------------------------------------------ */

.footer-widgets {
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
	display: block;
	padding: 50px 0;
}

.footer-widgets .wrap {
	width: 960px;
	margin: 0px auto;
}
.inner-foot {
	width:1080px;
    margin: 85px auto 55px;
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.inner-foot .left .mainlogo {
	width: 335px;
}
.inner-foot li a {
	color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15rem;
}
.inner-foot ul {
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 335px;
    padding-top: 30px;
}
.source {
	color: #ccbcb7;
    text-transform: uppercase;
    font-family: SofiaPro-Regular;
    font-size: 0.65rem;
    letter-spacing: 0.15rem;
    line-height: 6;
    font-weight: 500;
    text-align: center;
}
.source a {
	color: #ccbcb7;
}
.search-results .cat-tag, .search-no-results .cat-tag  {
    font-family: SofiaPro-ExtraLight;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 80px;
    padding-left: 9px;
    text-transform: lowercase;
    margin-bottom: 115px;
    text-align: center;
}
.search-results .feat {
    width: 350px;
    height: 410px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.search-results .feat .hover {
    position: absolute;
    left: 0;
    right: 0;
background: rgba(107, 110, 128, 0.69);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.search-results .feat:hover .hover {
    opacity: 1;
}
.search-results .feat .hover h3{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    color: white;
    font-family: SofiaPro-Light;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.03rem;
    padding: 0 20px;
    text-transform: lowercase;
    line-height: 1.2;
}
.search-results .feat .hover p{
    color: white;
    font-family: EmilyLimeStandard;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 21%;
    margin: auto;
    text-align: center;
    text-transform: lowercase;
    font-size: 40px;
}
.search-results .blogs2 {
    position: relative;
    margin-top: -65px;
}
.search-results .blogs {
    position: relative;
    padding-top: 75px;
    width: 1095px;
    display: flex;
    display:-ms-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.search-results .blogs .single-blog{
    margin: 0 15px 15px 0;
}
.search-results .pink {
    width: 100%;
    height: 570px;
    background: #fdfbfa;
    position: absolute;
}
.category .blogs2 {
    position: relative;
    margin-top: 85px;
}


.category .blogs {
    position: relative;
    padding-top:85px;
    display: flex;
    display:-ms-flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width:1095px;
}
.category .blogs .single-blog {
    margin: 0 15px 15px 0;
    position: relative;
}

.entry-content.blogs.posts {
    padding-top: 0;
}
.category .blogs .single-blog .hover {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(91, 95, 112, 0.7);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.category .blogs .single-blog:hover .hover {
    opacity: 1;
}
.category .blogs .single-blog .hover h3{
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    color: white;
    font-family: SofiaPro-ExtraLight;
    font-size: 32px;
    font-weight: 100;
    letter-spacing: 0.03rem;
    padding: 0 20px;
    text-transform: lowercase;
    line-height: 1.2;
}
.category .pink {
    width: 100%;
    height: 570px;
    background: #fdfbfa;
    position: absolute;
}
.archive-title {
    text-align: center;
    font-family: SofiaPro-ExtraLight;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 60px;
    text-transform: lowercase;
    margin-bottom: 90px;
    padding-left: 8px;
    letter-spacing: 0.05rem;
}
.category .feat {
    width: 350px;
    height: 410px;
    background-size: cover;
    background-position: center;
}
.blogs2 .title3 a{
    background: #f5ebe8;
    width: auto;
    margin: 0 auto 0;
    color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.19rem;
    height: 41px;
    z-index: 99;
    padding: 12px 35px;
}
.blogs2 .title3{
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}
.category .children {
    background: #fdfbfb;
    margin: -22px 0 -9px;
	display: none;
}
.category .children ul{
  display:flex;
  display:-ms-flex;
  display:-webkit-flex;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
  padding:20px;
}
.category .children ul li{
        color: #000;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    margin: 0 20px;
}
.category .children ul li a {
    color:#000;
}
.category .children ul .all {
    color:#cb9b8c;
}
/* Form Styling
------------------------------------------------------------ */

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

input:focus,
textarea:focus {
	outline: none;
	-webkit-appearance:none;
	border-radius: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button{
	-webkit-appearance:none;
	border-radius: 0;
	background: #000 !Important;
	border: 0px;
	width: 100%;
	height: 80px;
	float: none;
	clear: none;
       	text-transform: uppercase;
    	font-size: 20px;
    	color: #fff;
	text-align: center;
}

::-moz-placeholder {
	opacity: 1;
	text-align: left;
    color: #ccbcb7;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	opacity: 1;
	text-align: left;
    color: #ccbcb7;
	-webkit-font-smoothing: antialiased;
}

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

input[type="radio"] {
    	width: auto;
    	margin-right: 5px;
}

.gfield_radio {
	margin-bottom: 30px !important;
}

.gfield_radio label {
    	font-size: 15px;
    	line-height: 30px;
}

.ginput_container_radio input {
    	border: 0;
    	text-align: left;
    	padding: 0;
    	width: auto;
	margin-bottom: 0;
}

.gsection_title {
    	margin: 40px 0;
}

.gfield_label {
    	color: #000;
        text-transform: uppercase;
    	font-size: 16px;
    	line-height: 20px;
    	letter-spacing: 1px;
    	margin-bottom: 10px !important;
    	display: block;
}

.gfield_description {
    	font-size: 14px;
    	line-height: 20px;
    	margin-bottom: 20px;
    	font-style: italic;
}

#text-21 .comment-list article {
    margin: 0;
    width: 90% !important;
    margin: 0 auto;
}

.comment-content.ama-answer-content::before {
    content: "A.";
}

#text-21 p.comment-form-comment {
    float: none !important;
    width: 250px !important;
    margin: 0px auto !important;
}

section#text-21 {
    background: #fdfbfb !important;
    height: 500px !important;
    overflow: scroll !important;
}

.ask-me-anything-people {
    background: #fdfbfb !important;
}

#text-21 textarea {
    background: #fff !important;
}

#text-21 #commentform {
    width: 90% !important;
    margin: 0 auto !important;
}

.ama-notice {
    background: #fdfbfb !important;
    border-width: 0 !important;
    border-style: solid !important;
    color: #3E3E3C !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 80% !important;
    margin: 0px auto 20px !important;
    font-size: 13px !important;
}

.ama-loggedinwarning {
    border-color: #fdfbfb !important;
    margin-bottom: 20px !important;
}

#ama-answers h2 {
    display: none !important;
}

#ama-answers {
    padding: 40px 0 !important;
    width: 90% !important;
    margin: 20px auto 0 !important;
    font-family: SofiaPro-Light!important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
    letter-spacing: 0.01rem !important;
    padding-left: 11px !important;
}

.ama-question-meta {
    display: none !important;
}

.comment-content.ama-question-content, .comment-content.ama-answer-content {
    font-family: SofiaPro-Light;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05rem;
    padding-left: 0;
    color: #000;
}

.comment-meta.comment-metadata.amaanswer.time {
    display: none !important;
}

cite.fn.ama-author-name {
    font-family: SofiaPro-Regular;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: #cb9b8c;
    font-style: normal;
}

.ama-answer-meta {
    font-family: SofiaPro-Regular;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: #cb9b8c;
}

ul.children.ama-answers-list {
    margin: 5px auto 20px !important;
}
.comment-content.ama-question-content::before {
    content: "Q." !important;
}

.spu-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(206, 156, 143, 0.57) !important;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}
.spu-box {
    position: fixed;
    z-index: 999999;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    max-width: 100% !important;
}
#spu-11635 {
    background-color: none !important;
    color: #333 !important;
    width: 750px !important;
    background: url(../jpg/pink-off-the-shoulder-bikini-e1489686788862-1.jpg);
    background-size: 100% !important;
    height: 550px !important;
}

#field_12_1 {
    color: white !important;
    margin-bottom: 20px !important;
    font-family: SofiaPro-ExtraLight;
    font-size: 38px;
    font-weight: 100;
    line-height: 1.2;
    text-transform: lowercase;
    text-align: center;
}

#gform_wrapper_12 {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 400px !important;
    height: 300px !important;
    margin: auto !important;
	line-height: 1.2;
	text-align: center;
}

   #field_12_2,#field_12_3 {
 text-align:center;
}
#field_12_1 span {
    font-family: 'GFS Didot', serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1rem;
    font-weight: 700;
}

#gform_12 #gform_submit_button_12 {
    background: none !important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    padding: 0;
    font-size: 38px;
    width: 380px;
    margin-top: 17px;
}

#gform_12 input {
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0;
    border: none;
    background: white;
    color: black;
    padding: 0 12px 0px;
}

#gform_12 label {
    display: none;
}

.gform_wrapper .gform_footer {
    padding: 0 !Important;

}

#gform_12 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2rem;
        padding: 0 12px 0px;
    text-align:center;
}


#gform_12 input::-moz-placeholder { /* Firefox 19+ */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align:center;
}
#gform_12 input:-ms-input-placeholder { /* IE 10+ */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align:center;
}
#gform_12 input:-moz-placeholder { /* Firefox 18- */
  color: #ccbcb7;
   font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-left:12px;
    text-align:center;
}
#gform_12 #gform_submit_button_12{
        background: none!important;
    color: white;
    font-family: EmilyLimeStandard;
    text-transform: lowercase;
    padding: 0;
    font-size: 38px;
    width: 380px;
    margin-top: 17px;
}
#gform_12 .validation_error{
    font-size: 18px;
    color: white;
}

.spu-close {
    position: absolute;
    right: 8px;
    top: 5px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 20px !important;
    line-height: 1;
    text-shadow: none !important;
    opacity: 1 !important;
    filter: alpha(opacity=30);
    color: #fff !important;
}

.second-post .reward {
display: none;
}

.reward::after {
    content: "Shop the Post";
    color: #cb9b8c;
    font-family: SofiaPro-Regular;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-align: center;
    margin: 10px auto;
    display: block;
}
#wdi_feed_0 .wdi_photo_wrap_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0 !important;
	background-color: #f5ebe8 !Important;
}

#wdi_feed_0 .wdi_photo_wrap {
    padding: 0 !important;
    width: 100% !important;
}

#wdi_feed_0 .wdi_load_more, #wdi_feed_0 .wdi_spinner {
    padding: 10px;
    background-color: #f5ebe8 ;
    text-align: center;
    transition: all 0.2s ease;
    display: none !important;
}

#wdi_feed_0 .wdi_feed_item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #f5ebe8 !important;
}

#wdi_feed_0 .wdi_feed_container {
    min-width: 160px;
    width: 100%;
    margin: 0 auto;
    background-color: #f5ebe8 !important;
    border-bottom: 0 !important;
}

section#instagram-feed-widget-2 {
    padding: 20px;
}

@media all and (max-width: 1240px){
    .inner-header {
        max-width:1030px;
    }
    #ubermenu-nav-main-47-primary {
        width:700px;
    }
    #ubermenu-main-47-primary-2 li a {
        padding: 15px 16px;
    }
}

@media all and (max-width:1080px){
    .blogs {
        width:760px;
    }
    .blogs .post-right .main-image {
        width: 390px;
        height: 555px;
    }
    .blogs .post-left {
        width:335px;
        margin-right: 35px;
    }
    .blogs .post-right {
        width: 400px;
    }
    .blogs .post-right .lower-image {
        width: 240px;
        height: 320px;
    }
    .blogs .title {
        font-size:35px;
    }
    .inst {
        width:760px;
    }
    .flex-area {
        width:760px;
    }
    

    .second-post .main-image {
        width: 100%;
        height: 400px;
    }
    .single-post #content {
        width:750px;
    }
    .single-post .feat-img {
        width:100%;
        height:600px;
    }
    .stp .shopthepost-widget {
        width:90%;
    }
    .ymal .gallery {
        width:750px;
    }
    .inner-comments {
        width:700px;
    }
    #commentform {
        width:750px;
    }
    .popular-posts .pp-posts {
        width:750px;
    }
    .popular-posts .pp-r .ppimg {
        width: 205px;
        height: 305px;
    }
    .ppimg {
        width: 152px;
        height: 145px;
    }
    .ppimg .hover p {
        top:24%;
    }
    .pp-r .ppimg .hover p {
        top: 31%;
        font-size: 20px;
    }
    .inner-foot {
        width:700px;
    }
    .inner-foot ul {
        width:100%;
    }
    .inner-foot .left .mainlogo {
        width: 270px;
        padding-top: 5px;
    }
    .favorite-things ul {
        width:750px;
    }
    .favorite-things .image {
        width:160px;
        height:160px;
    }
    .favorite-things p {
        width:750px;
    }
    nav.pagination {
        width:750px;
    }
    .videos ul {
        width:750px;
    }
    .videos .image {
        width:240px;
        height:140px;
            background-size: cover;
    }
    .videos .vidtitle{
        font-size: 11px;
        line-height: 1.2;
    }
    .category .blogs {
        width:770px;
    }
    .videos .image .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(102, 102, 102, 0.3);
        bottom: 0px;
    }
    .inner-general .boutique-widget {
        width:750px;
    }
    .top-about-katie {
        width:750px;
    }
    .kimageone {
        width: 595px;
        height: 605px;
    }
    .lower-about-katie {
        width:750px;
    }
    .kimagetwo {
        width: 300px;
        height: 355px;
        border: 15px solid white;
        background-size: cover;
        background-position: center;
    }
    .about {
        width:430px;
    }
    .nyc {
        width:750px;
    }
    .kimagethree {
        width: 510px;
        height: 255px;
    }
    .second_quote {
        width:348px;
    }
    .nyc .link {
        font-size:29px;
        width:282px;
    }
    .dropdown {
        width:750px;
    }
    .ddtitle {
        letter-spacing: 0.12rem;
    }
    .top-nyc {
        width:750px;
    }
    .nyc-imageone {
        width: 345px;
        height: 365px;
    }
    .top-nyc-left {
        width: 355px;
    }
    .nyc-quote {
        position: inherit;
        margin: 60px 0 0 -15px;
    }
    .uber-flex {
        width:750px;
    }
    .uber-flex .uber-imageone {
        width: 330px;
        height: 170px;
    }
    .uber-flex .right {
        width: 380px;
        margin-top: 0px;
        padding-top: 0;
    }
    .uber-flex .right h3 {
        margin-top:0;
    }
    .nyc-east {
        width:750px;
    }
    .guide-flex .single-guide {
        width:50%;
    }
    .nyc-west {
        width:750px;
    }
    .nyc-man {
        width:750px;
    }
    .search-results .blogs {
        width:750px;
    }
}
@media all and (max-width:910px){

.comment-list article {
    position: Relative;
    margin: 0;
    width: 100% !important;
    margin: 0 auto;
	padding: 0 20px;
}

.comment-time {
    position: relative;
    bottom: 0px;
    left: 0;
    top: -20px;
    margin-bottom: -20px;
}

.comment-content {
    margin-top: -20px;
}
.comment-reply {
    border-bottom: 1px solid rgba(203, 155, 140, 0.58);
    padding: 0 0px 30px 0px;
    margin-bottom: 20px;
}

.second-post .reward {
display: none;
}


section#text-21 {
    background: #fdfbfb !important;
    height: auto !important;
    overflow: inherit !important;
}

#ama-answers {
    padding: 40px 0 !important;
    width: 90% !important;
    margin: -90px auto 0 !important;
}
#ubermenu-main-1217-primary-2 {
display:none!important;}

.inner-header .ubermenu-responsive-toggle {
display:none!important;}
.site-header {
    padding: 60px 0 30px;
}
    .popup .inner-pop {
        width:450px;
    }
    .popup .inner-pop #gform_wrapper_12 {
        width:100%;
    }
    .ubermenu-main  {
        display:none!important;
    }
    
    .mainlogo {
        width:450px;
    }
    .inner-header {
        max-width: 450px;
    }
    .blogs {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        width: 450px;
    }
    .category .blogs.mobile-flex-override {
         flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .blogs .post-left {
        width:100%;
    }
    .blogs .post-right {
        width: 100%;
    }
    .blogs .post-right .main-image {
        margin:0 auto;
    }
    .inst {
        width: 450px;
    }
    .flex-area {
        width: 450px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .second-post .main-image {
        width: 100%;
        height: 550px;
    }
    aside {
        width: 380px;
        margin: 0 auto;
    }
    .favorite-things ul {
        width: 450px;
    }
    .favorite-things .image {
        width: 110px;
        height: 110px;
    }
    .favorite-things p {
        width: 450px;
    }
    nav.pagination {
        width: 450px;
    }
    .videos ul {
        width: 450px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        }
        .videos .image {
        width: 340px;
        height: 200px;
        background-size: cover;
    }
    .videos ul li{
        text-align: center;
    margin: 0 auto 10px;
    }
    .inner-foot {
        width: 450px;
    }
    .inner-foot .left .mainlogo {
        width: 170px;
        padding-top: 5px;
    }
    .inner-foot ul {
        width: 100%;
        padding-top: 18px;
    }
    .single-post #content {
        width: 450px;
    }
    .single-post .title {
        width:100%;
    }
    .sharer .share {
        width:400px;
        font-size: 10px;
        line-height: 1.9;
        letter-spacing: 0.05rem;
    }
    .share span {
        line-height: 1;
    }
    .ymal .gallery {
        width: 450px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .ymal .gallery-item {
        width:50%;
    }
    .ymal .gallery-caption {
            padding: 0 15px;
    padding-top: 31%;
    }
    .comments {
        width:100%;
    }
    .inner-comments {
        width: 450px;
    }
    .c-title h2 {
        width:100%;
    }
    #reply-title {
        width:100%;
    }
    #commentform {
        width: 400px;
    }
    #commentform .comment-form-comment {
        float: none;
        width: 100%;
    }
    #commentform .comment-form-author {
        width: 100%;
        float: none;
    }
    #commentform .comment-form-email {
        float: none;
        width: 100%;
    }
    #commentform .comment-form-url {
        float: none;
        width: 100%;
    }
    #commentform .form-submit {
        margin-bottom: 190px;
    }
    .popular-posts .pp-posts {
        width: 375px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .pp-left {
        width:100%;
    }
    .pp-right {
        width:100%;
    }
    .category .blogs {
        width: 450px;
    }
    .category .blogs .single-blog {
        width:350px;
        margin: 0 auto 15px;
    }
    .search-results .blogs {
        width: 350px;
    }
    .inner-general .boutique-widget {
        width: 90%;
    }
    .top-about-katie {
        width: 450px;
    }
    .kimageone {
        width: 325px;
        height: 405px;
    }
    .quote {
        position: absolute;
        right: 0;
        top: 7%;
        width: 246px;
        padding-right: 0;
        color: #000;
        font-family: SofiaPro-Regular;
        text-transform: uppercase;
        font-size: 0.55rem;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    .based {
        top: 52%;
        width: 245px;
        font-size: 30px;
        height:130px;
        padding-top:7px;
    }
    .lower-about-katie {
        width: 450px;
        margin: -35px auto 0;
    }
    .kimagetwo {
        width: 200px;
        height: 255px;
        border: 10px solid white;
        background-size: cover;
        background-position: center;
    }
    .about {
        width: 235px;
        padding-top: 75px;
    }
    .nyc {
        width: 450px;
    }
    .kimagethree {
        width: 410px;
        height: 205px;
    }
    .second_quote {
        width: 220px;
        right:0;
    } 
    .nyc .link {
        font-size: 29px;
        width: 275px;
        margin: 80px auto 25px;
    }
    .dropdown {
        width: 450px;
    }
    .top-nyc {
        width: 450px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .nyc-imageone {
        width: 100%;
        height: 365px;
    }
    .top-nyc-left {
        width: 100%;
    }
    .uber-flex {
        width: 450px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .uber-flex .uber-imageone {
        width: 100%;
        height: 190px;
    }
    .uber-flex .right {
        width:100%;
    }
    .nyc-east {
        width: 450px;
    }
    .guide-flex .single-guide {
        width: 100%;
    }
    .nyc-west {
        width: 450px;
    }
    .nyc-man {
        width: 450px;
    }
	
}
@media all and (max-width:480px){
.second-post .date {
    display: block;
    bottom: -40px !important;
}
#spu-bg-11635 {
    display: none !important;
}

#spu-11635 {
	display: none !Important;
}
    .popup .inner-pop {
        width: 300px;
    }
    .popup .inner-pop #gform_wrapper_12 {
        height:405px;
    }
    .popup .inner-pop #gform_12 #gform_submit_button_12 {
        font-size: 32px;
        width: 100%;
    }
    aside .widget .widget-title {
        width:230px;
        font-size:13px;
    }
    #widget_sp_image-3 img {
        width:85%;
    }

.popup {
display: none !important;
}
    .mainlogo {
    width: 300px;
}
.inner-header {
    max-width: 300px;
}
.socials {
    width: 114px;
    padding-top: 3px;
}
.blogs {
    width:300px;
}
.blogs .post-right .main-image {
    width: 100%;
    height: 405px;
}
.inst {
    width: 300px;
}
#sbi_images .sbi_item:nth-child(4) {
    display:none!important;
}
#sbi_images .sbi_item:nth-child(3) {
    display:none!important;
}
.instagram a {
        font-size: 0.6rem;
    letter-spacing: 0.1rem;
}
.second-post .main-image {
    width: 100%;
    height: 400px;
}
aside {
    width: 300px;
    margin: 0 auto;
}
.favorite-things ul {
    width: 300px;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.favorite-things p {
    width: 300px;
}
nav.pagination {
    width: 300px;
}
.videos ul {
    width:300px;
}
.videos .image {
    width:300px;
}
.inner-foot {
    width: 300px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.inner-foot .left {
    text-align:center;
}
.inner-foot ul {
    width: 100%;
    padding-top: 18px;
    margin: 0 auto;
}
.source {
    color: #ccbcb7;
    text-transform: uppercase;
    font-family: SofiaPro-Regular;
    font-size: 0.5rem;
    letter-spacing: 0.1rem;
    width: 300px;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 50px;
}
.single-post #content {
    width: 300px;
}
.single-post .feat-img {
    width: 100%;
    height: 400px;
}
.single-post .title {
    font-size:35px;
}
.stp h2 {
    width:100%!important;
}
.sharer .share {
    width: 300px;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.1rem;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.share span {
    line-height: 1.2;
    margin: 0 7px;
}
.ymal .gallery {
    width:300px;
}
.ymal .gallery-caption {
    padding: 0 5px;
    padding-top: 24%;
}
.inner-comments {
    width: 300px;
}
#commentform {
    width: 300px;
}
.category .blogs {
    width: 300px;
}
.category .blogs .single-blog {
    width: 100%;
    margin: 0 auto 15px;
}
.category .feat {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
}
.search-results .blogs {
    width: 300px;
}
.search-results .feat {
    width: 100%;
    height:370px;
}
.top-about-katie {
    width: 300px;
}
.kimageone {
    width: 300px;
    height: 400px;
}
.quote {
        position: initial;
    margin: -111px 0 0;
}
.based {
position: initial;
    width: 100%;
    margin: -27px auto 46px;
}
.lower-about-katie {
    width: 300px;
    margin: -35px auto 0;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.kimagetwo {
    width: 100%;
    height: 355px;
    border: 10px solid white;
    background-size: cover;
    background-position: center;
}
.about {
    width: 100%;
    padding-top: 30px;
}
.nyc {
    width: 300px;
}
.kimagethree {
    width: 300px;
    height: 155px;
}
.second_quote {
    width: 220px;
    right: 0;
    position: initial;
        margin: -94px 0 0;
}
.nyc .link {
    font-size: 29px;
    width: 275px;
    margin: -25px auto 175px;
    position: inherit;
}
.dropdown {
    width: 300px;
}
.ddtitle {
    letter-spacing: 0.1rem;
}
.top-nyc {
    width:300px;
}
.nyc-imageone {
    width: 100%;
    height: 305px;
}
.nyc-quote {
    width:100%
}
.nyc-quote .single-line {
    background: rgba(255, 255, 255, 0.88);
    padding: 9px 14px 0;
    margin-bottom: -4px;
}
.uber-flex {
    width:300px;
}
.nyc-east {
    width: 300px;
}
.nyc-west {
    width: 300px;
}
.nyc-man {
    width: 300px;
}
.flex-area {
    width:300px;
}


}
