/*
	Theme Name: Ctrl + Curate 2020
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive
	Author URI: https://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}


@font-face {
    font-family: 'rhesmanisabold';
    src: url('fonts/rhesmanisa_bold_otf-webfont.woff2') format('woff2'),
         url('fonts/rhesmanisa_bold_otf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rhesmanisabold';
    src: url('fonts/rhesmanisa_bold_ttf-webfont.woff2') format('woff2'),
         url('fonts/rhesmanisa_bold_ttf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rhesmanisaregular';
    src: url('fonts/rhesmanisa_otf-webfont.woff2') format('woff2'),
         url('fonts/rhesmanisa_otf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rhesmanisaregular';
    src: url('fonts/rhesmanisa_ttf-webfont.woff2') format('woff2'),
         url('fonts/rhesmanisa_ttf-webfont.woff') format('woff');
    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 {
	content: " ";
	display: table;
}

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

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

body {
	color: #262323;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	-webkit-font-smoothing: antialiased;
		-webkit-animation: fadein 3s; /* Safari and Chrome */
    -moz-animation: fadein 3s; /* Firefox */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera */
    animation: fadein 3s;
}

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

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

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

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}


a {
    color: #262323;
    text-decoration: none;
}

table {
	border: none;
}

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

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

p a {
    color: #bf833e;
    font-weight: 700;
}

p.entry-meta a {
    color: #bf833e;
    font-weight: 400;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
    font-size: 17px;
    text-transform: uppercase;
    color: #262323;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    font-style: normal;
    margin: 0px auto;
    border-top: 2px solid #262323;
    border-bottom: 2px solid #262323;
    padding: 22px 0;
}

blockquote p {
	margin-bottom: 0;
}

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

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

.entry-content ol > li {
    list-style-type: decimal;
    margin: 0 0 10px 15px;
    padding-left: 5px;
}

.entry-content ul > li {
	list-style-type: disc;
	margin: 0 0 10px 15px;
    padding-left: 5px;
}

/*.entry-content ol, .entry-content ol ol, .entry-content ul, .entry-content ul ul {
	margin-bottom: 30px;
}*/


/* Image Classes
--------------------------------------------- */

.gallery:after {content:"";display:table;clear:both;}

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

a.alignnone {
	display: block;
	margin: 0 auto;
}

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

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

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

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

.entry-content img.centered,
.entry-content .aligncenter {
	display: block;
	margin: 0 auto 25px;
}

img.alignnone,
.alignnone {
	display: block;
	margin: 0 auto 25px;
}

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

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

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

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

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

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

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

.single-post .site-inner {
    margin-bottom: 0;
}

.content {
    width: 100%;
    float: left;
    max-width: 585px;
    position: relative;
    padding-bottom: 50px;
    min-height: calc(100vh - 550px);
}

/*.content:after {
    content: "";
    background: #dcdcdc;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 0px;
    position: absolute;
    max-width: 940px;
    bottom: 85px;
}

.single-post .content {
    padding-bottom: 0;
}

.search-results .content:after, .archive .content:after {
	margin-left: 7px;
}*/

.search-results .entry-content, .archive .entry-content, .page-template-archive-filter .entry-content, .page-template-archive-filter-home .entry-content, .page-template-archive-filter-style .entry-content, .page-template-archive-filter-life .entry-content {
    display: none !important;
}

.full-width-content .content {
    max-width: 100%;
    float: none;
}

.sidebar {
    width: 285px;
    float: right;
}

.wrapper, .wrap {
    width: 940px;
    margin: 0px auto;
    position: relative;
    max-width: 90%;
}

.page-template-about-page .content:after, .single-post .content:after, .page-template-default .content:after, .page-template-shop .content:after {
	display: none;
}

/*.blog .entry-header img {
    display: none;
}*/


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

.site-header {
    text-align: center;
    z-index: 99;
    position: relative;
    width: 940px;
    margin: 0px auto 55px;
    border-bottom: 1px solid #dcdcdc;
    max-width: 90%;
}

.home .site-header {
	border-bottom: 0;
	margin-bottom: 0;
}

.page-id-6055 .header-area:after {
    content: "";
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://www.ctrlcurate.com/wp-content/uploads/2020/03/selectarrow.png);
    bottom: -16px;
    background-size: 33px;
    left: 442px;
}

.page-id-6073 .header-area:after {
    content: "";
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://www.ctrlcurate.com/wp-content/uploads/2020/03/selectarrow.png);
    bottom: -16px;
    background-size: 33px;
    left: 546px;
}

.page-id-6072 .header-area:after {
    content: "";
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://www.ctrlcurate.com/wp-content/uploads/2020/03/selectarrow.png);
    bottom: -16px;
    background-size: 33px;
    left: 656px;
}

.page-id-6071 .header-area:after {
    content: "";
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(https://www.ctrlcurate.com/wp-content/uploads/2020/03/selectarrow.png);
    bottom: -16px;
    background-size: 33px;
    left: 772px;
}

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

img.logo {
    width: 232px;
    display: block;
    float: left;
    z-index: 99999999;
    position: relative;
}

.header-area {
    margin: 25px auto 40px;
}

.header-area .wrapper {
    display: table;
}

.top-nav .menu-item {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .2em;
    font-size: 14px;
    display: inline-block;
    margin-left: 50px;
}

.menu-top-container {
    float: right;
    margin-top: 45px;
}

.top-bar {
    margin: 35px auto 0;
    text-align: right;
}

.top-bar ul.icons {
    text-align: right;
    display: inline-block;
}

.top-bar .icons li {
    margin: 0 0 0 20px;
}

.search-form {
    width: 180px;
    display: inline-block;
    margin-right: 20px;
}

input#searchform-1 {
    padding: 0 0 2px 2px;
    vertical-align: text-bottom;
    text-align: left;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 14px;
    text-transform: uppercase;
    color: #262323;
    border: none;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .2em;
    padding: 0 30px !important;
}



.ubermenu-main .ubermenu-item-normal > .ubermenu-target {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em !important;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0:last-child a {
	padding-right: 0 !important;
}

.ubermenu-main .ubermenu-item-normal > .ubermenu-target:hover {
	transition: all 0.4s;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    box-shadow: 0px 3px 15px 0px rgba(0,0,0, .04) !important;
    width: 980px !important;
    margin-left: -20px !important;
    padding: 50px 10px 20px !important;
    margin-top: 0px !important;
}

.ubermenu .ubermenu-widget {
    padding: 0 !important;
}

.all-button a {
    background: #262323 !important;
    padding: 8px 0px !important;
    text-align: center;
    margin-left: 20px !important;
    margin-top: 10px !important;
    width: 118px !important;
    display: table !important;
    font-size: 10px !important;
    font-weight: bold !important;
    letter-spacing: .2em !important;
    color: #fff !important;
}

.all-button a:hover {
	background: #bf833e !important;
}

.ubermenu .ubermenu-nav .ubermenu-column-4-5 {
    width: 745px !important;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-5 {
    width: 205px !important;
}

.submenu-features li {
    width: 235px;
    float: left;
    margin-left: 12px;
}

img.submenu-img {
    width: 235px;
    margin-bottom: 10px;
}


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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 25px;
}

h1, h2 {
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

h3 {
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2em;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .25em;
    margin: 0px auto 15px;
    text-align: center;
}

h5 {
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .25em;
    text-align: left;
    margin: 0px auto 10px;
}

/* Custom Theme Styles
--------------------------------------------- */

.featured-area {
	background-color: #fafafa;
	height: 360px;
	margin-bottom: 130px;
	padding: 60px 0;
}

.featured-area li {
    display: table;
    width: 100%;
}

.featured-area h1 {
    font-size: 23px;
}

img.featured-post-image {
    width: 565px;
    float: right;
}

.featured-area p.entry-meta {
    font-size: 14px;
    letter-spacing: .2em;
}

.featured-area .wrapper {
    width: 965px;
    padding-left: 15px;
}

button.slick-prev.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    text-indent: 9999px;
    width: 22px;
    border: 0;
    background: none;
    background-image: url(https://www.ctrlcurate.com/wp-content/uploads/2020/02/Arrow.png);
    background-size: 22px;
    background-repeat: no-repeat;
    height: 29px;
    position: absolute;
    right: -44px;
    bottom: 80px;
    padding: 0;
}

.featured-area .slick-slide {
    padding-right: 15px !important;
    padding-bottom: 15px !important;
}

.featured-area img.featured-post-image {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0, .1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0, .1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0, .1);
}

.post-info {
    width: 330px;
    float: left;
}

p.entry-meta {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #bf833e;
    margin: 0px auto;
    line-height: 1em;
}

.grid {
    margin-top: 60px;
}

p.entry-meta a {
    color: #bf833e;
}

a.more-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .25em;
    display: table;
    margin: 0px auto;
    text-align: center;
    margin-top: 30px;
    color: #262323;
}

.blog img.aligncenter.post-image.entry-image {
    margin-bottom: 25px;
}

a.more-link:hover {
	color: #bf833e;
}

a.more-link:after {
    content: "";
    display: block;
    height: .1em;
    background-color: #bf833e;
    width: 100%;
    margin-top: 5px;
        margin-bottom: 10px;
}

.single .share {
    display: none;
}

.post {
    margin-bottom: 30px;
}

ul.sidebar-slider {
    border: 1px solid #bf833e;
    padding: 8px;
}

.sidebar-slider img.featured-post-image {
    width: 100%;
    float: none;
}

ul.sidebar-slider h4 {
    text-align: left;
    font-weight: 800;
    line-height: 1.5em;
    display: block;
    padding: 10px;
    margin-bottom: 0;
}

.widget {
    margin-bottom: 25px;
}

.featured-list img.featured-post-image {
    width: 72px;
    float: left;
}

.featured-list li {
    display: table;
    margin-bottom: 30px;
}

.featured-list img.featured-post-image {
    width: 72px;
    float: left;
    margin-right: 15px;
}

.featured-list a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .2em;
    display: block;
    margin: 10px auto 0;
    text-align: left;
    color: #bf833e;
}

h4.widget-title.widgettitle {
    font-weight: 700;
    letter-spacing: .2em;
}

h4.widget-title.widgettitle:after {
    content: "";
    width: 210px;
    display: block;
    height: 1px;
    background: #dcdcdc;
    margin: 10px auto 0;
}

#text-7 h4.widget-title.widgettitle:After {
    display: none;
}   

.share {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .2em;
    display: block;
    margin: 25px auto 60px;
    text-align: center;
    color: #474747;
    display: block;
    position: relative;
}

.home .share {
	margin-bottom: 0;
}

.entry-content .share ul > li {
    display: inline-block;
    background: #fff;
    padding: 0 20px 0 0;
    list-style-type: none !important;
    position: relative;
    z-index: 9;
    margin-left: -5px;
}

.entry-content .share ul > li:first-child {
    padding: 0 20px 0 50px;
}

.entry-content .share ul > li:last-child {
    padding: 0 50px 0 0px;
}

.share li:after {
    content: "/";
    color: #dcdcdc;
    padding-left: 20px;
}

.share li:last-child:after {
	display: none;
}

.share:after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 5px;
}



.pagination-previous.alignleft, .pagination-previous.alignleft.no-link {
    float: right;
    text-align: left;
    padding-left: 0;
    width: 50%;
}

.pagination-next.alignright {
    float: left;
    padding-right: 15px;
    width: 50%;
    text-align: right;
}

.pagination-previous.alignleft:before, .pagination-previous.alignleft.no-link:before {
    content: "/";
    color: #dcdcdc;
    padding-right: 15px;
}

.pagination-previous.alignleft.nolink {
    color: #dcdcdc;
}


.archive-pagination.pagination {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .25em;
    margin: 0px auto;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    padding-top: 25px;
    width: 585px;
    max-width: 100%;
    float: left;
}

.archive .archive-pagination.pagination, .search-results .archive-pagination.pagination, .page-template-archive-filter .archive-pagination.pagination, .page-template-archive-filter-life .archive-pagination.pagination, .page-template-archive-filter-style .archive-pagination.pagination, .page-template-archive-filter-home .archive-pagination.pagination {
    width: calc(100% - 15px);
    padding-bottom: 50px;
}

.answer {
  	display: none;
    padding: 10px 0;
}

.page-template-about-page h1 {
    margin-bottom: 15px;
}

li.toggle {
    list-style-type: none !important;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 25px !important;
    position: relative;
    margin: 0 auto 25px !important;
}

li.toggle h3 {
	cursor: pointer;
}

.toggle-area {
    margin-top: 90px;
}

li.toggle:after {
    content: "+";
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 22px;
    font-weight: 700;
    color: #bf833e;
}

.page .sidebar .widget {
    display: none;
}

.page .sidebar .widget#text-7, section#execphp-3, .page .sidebar .widget#execphp-2, .page .sidebar .widget#text-18, .page .sidebar section#gform_widget-2 {
    display: block;
}


.author-avatar img {
    border-radius: 50%;
    float: left;
    margin-right: 25px;
}

.author-info h3.heading {
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 15px;
}

.author-info h3.heading span {
    font-family: rhesmanisabold;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 40px;
    padding-top: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
}

.author-info-inner {
    min-height: 190px;
    display: table;
}

.author-info {
    border: 1px solid #bf833e;
    padding: 40px 30px;
    margin: 30px 0;
}

.author .author-info {
    padding: 40px 50px;
}

.author .search-header .wrap {
    background: #fff;
    padding: 0 30px 0;
    width: 1000px;
}

.author .search-header {
    padding-bottom: 0;
    margin-bottom: 100px;
    padding-top: 60px;
}

.author-info ul.icons {
    text-align: left;
}

.author-info .icons li {
    margin: 0 20px 0 0;
}

.author-info .icons {
    margin-bottom: -30px;
}

.author-description a {
    font-weight: 700;
    line-height: .8em;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .2em;
    text-align: left;
    color: #262323;
    font-family: 'Montserrat', sans-serif;
    margin: 30px 5px 0;
    display: inline-block;
}

.author-description a:first-child {
    margin-left: 0;
}

.single-post .author-info h3.heading {
    padding-top: 15px;
}

.related-posts {
    width: 585px;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.related-posts h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.related-posts img {
    width: 190px;
    display: block;
}

.related-posts ul > li {
    display: inline-block;
    width: 188px;
    vertical-align: top;
    margin-right: 6px;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 1.3em;
}

.related-posts ul > li:last-child {
    margin-right: 0;
}

.related-posts img {
    width: 190px;
    display: block;
    margin-bottom: 10px;
}

.related-posts h3:after {
    content: "";
    width: 90px;
    display: block;
    height: 1px;
    background: #dcdcdc;
    margin: 12px auto 32px;
}

section#gform_widget-2 {
    position: relative;
    margin-top: 60px;
}

section#gform_widget-2:after {
    content: "";
    width: 76px;
    height: 48px;
    background-image: url(https://www.ctrlcurate.com/wp-content/uploads/2020/02/mailing-list@2x.png);
    background-size: 76px;
    display: block;
    position: absolute;
    right: -55px;
    bottom: 5px;
}

ul.icons {
    margin: 0px auto;
    text-align: center;
}

.sidebar ul.icons {
    margin-top: -12px;
}

.icons li {
    display: inline-block;
    margin: 0px 10px;
    font-size: 15px;
}

.search-results .entry-header img, .archive .entry-header img, .page-template-archive-filter .entry-header img, .page-template-archive-filter-life .entry-header img, .page-template-archive-filter-home .entry-header img, .page-template-archive-filter-style .entry-header img {
    width: 305px;
}

.search-results p.entry-meta, .search-results .entry-footer, .archive p.entry-meta, .archive .entry-footer {
	display: none;
}

.search-results h2.entry-title, .archive h2.entry-title, .page-template-archive-filter h2.entry-title, .page-template-archive-filter-life h2.entry-title, .page-template-archive-filter-home h2.entry-title, .page-template-archive-filter-style h2.entry-title {
    color: #262323;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 0;
}

.search-results .content, .archive .content, .page-template-archive-filter .content, .page-template-archive-filter-home .content, .page-template-archive-filter-life .content, .page-template-archive-filter-style .content {
    max-width: calc(100% + 42px);
    width: calc(100% + 42px);
    margin-left: -7px;
}

.search-results .post, .archive .post, .page-template-archive-filter .post, .page-template-archive-filter-life .post, .page-template-archive-filter-home .post, .page-template-archive-filter-style .post {
    width: 305px;
    margin: 0 3px 35px;
    vertical-align: top;
	display: inline-block;
}

.page-template-archive-filter .post {
    width: 305px;
    margin: 0 5px 35px;
    vertical-align: top;
    display: inline-block;
}

.search-results header.site-header, .archive header.site-header, .page-template-archive-filter-home .site-header, .page-template-archive-filter-style .site-header, .page-template-archive-filter-life .site-header, .page-template-archive-filter .site-header {
    border: 0;
    margin-bottom: 0;
}

.search-header {
    background: #fafafa;
    padding: 75px 0;
    height: 360px;
    margin-bottom: -145px;
}

.search-header h4 {
    letter-spacing: .2em;
}

.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

h1.search-title {
    color: #bf833e;
    text-align: center;
    background: #fff;
    padding: 10px;
    font-weight: 600;
    letter-spacing: .25em;
    margin: 0px auto 15px;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0, .04);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0, .04);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0, .04);
}

.page-template-archive-filter .search-header, .page-template-archive-filter-life .search-header, .page-template-archive-filter-style .search-header, .page-template-archive-filter-home .search-header {
    padding: 60px 0;
}

.page-template-archive-filter .site-inner, .page-template-archive-filter-home .site-inner, .page-template-archive-filter-style .site-inner, .page-template-archive-filter-life .site-inner {
    display: none;
}

.shop li {
    list-style-type: none !important;
}

.grid-item, .grid-sizer  {
    width: calc(33.3% - 7px);
    margin-bottom: 10px;
}

.item-hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, .4);
    opacity: 0;
    padding: 10px 20px;
    display: table;
}

.grid img, .shop-featured img {
    margin: 0px auto;
    display: block;
}

.item-hover a {
	color: #fff;
}

.shop-featured {
    position: relative;
    margin-bottom: 20px;
}

.single-post .grid {
    margin: 0px auto 10px;
}

.shop-featured .item-hover h1 {
    font-size: 16px;
}

.shop-featured .item-hover p {
    font-size: 11px;
}

.grid-item:hover .item-hover, .shop-featured:hover .item-hover {
	opacity: 1;
	transition: all 0.4s;
}

.item-hover h1, .item-hover p {
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-bottom: 5px !important;
}

.item-hover p {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 9px;
}

.center-it {
    display: table-cell;
    vertical-align: middle;
}

.shop-slides {
    border-top: 1px solid #262323;
    border-bottom: 1px solid #262323;
    padding: 40px 30px;
    margin-bottom: 20px;
}

.shop-slides li {
    padding: 0 5px;
}

.shop-slides button.slick-next.slick-arrow {
    background-image: url(https://www.ctrlcurate.com/wp-content/uploads/2020/03/shop-slider.png);
    background-size: 17px;
    width: 17px;
    height: 16px;
    right: 0;
    top: 45%;
    bottom: auto;
    transform: rotate(180deg);
}

.shop-slides button.slick-prev.slick-arrow {
    background-image: url(https://www.ctrlcurate.com/wp-content/uploads/2020/03/shop-slider.png);
    background-size: 17px;
    width: 17px;
    height: 16px;
    left: 0;
    top: 45%;
    display: block !important;
   text-indent: 9999px;
    border: 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: auto;
    padding: 0;
}

div#comments {
    border-top: 1px solid #dcdcdc;
    padding-top: 25px;
    margin-bottom: 35px;
}

.entry-comments h3 {
    font-weight: 700;
    margin-bottom: 25px;
}

.entry-comments img.avatar {
    width: 35px;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    margin-left: -50px;

}

a.comment-edit-link, .says, span#email-notes, p.comment-notes {
    display: none;
}

.children .comment {
    border-bottom: 0;
    margin-bottom: 0;
}

span.comment-author-name {
    line-height: 1.5em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .2em;
    font-family: 'Montserrat', sans-serif;
    color: #bf833e;
    font-weight: 600 !important;
}

a.comment-time-link {
    line-height: 1.5em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .2em;
    font-family: 'Montserrat', sans-serif;
    color: #bfbfbf;
    font-weight: 600 !important;
    position: absolute;
    top: 3px;
    right: 0;
}

.comment {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 25px;
    padding-left: 50px;
}

.children .comment {
    border-bottom: 0;
    margin-bottom: 0;
}

.comment-content {
    margin-top: -17px;
}

span.comment-author-name a{
    font-weight: 600 !important;
}

.comment-reply {
    line-height: 1em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .2em;
    font-family: 'Montserrat', sans-serif;
    color: #262323;
    font-weight: 600 !important;
    margin-top: -10px;
}

h3#reply-title {
    font-weight: 700;
}

p.comment-form-comment label {
    display: none;
}

div#respond label {
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.comment-form input {
    border: 1px solid #dcdcdc;
    padding: 10px 10px;
    margin: 5px 0 -10px;
}

.comment-form input:focus, .comment-form textarea:focus {
    border: 1px solid #dcdcdc;
}

.saboxplugin-authorname .vcard.author {
    font-family: rhesmanisabold;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 40px !important;
    padding-top: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.saboxplugin-wrap .saboxplugin-gravatar img {
    max-width: 130px !important;
    height: auto;
    border-radius: 0;
    width: 130px;
}

.saboxplugin-authorname:before {
    content: "MEET";
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2em;
}

.sab-edit-settings a, a.sab-profile-edit {
    color: #0073aa!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    display: none !important;
}

.saboxplugin-wrap .saboxplugin-desc p {
    margin: 20px 0 12px !important;
}

.saboxplugin-wrap .clearfix {
    display: none;
}

.saboxplugin-socials {
    float: right;
    width: calc(100% - 170px);
    border: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
    margin: 10px 20px 10px 0 !important;
}

.saboxplugin-wrap .saboxplugin-socials a:hover {
    color: #bf8340 !important;
    	transition: all 0.4s !important;

}

/* Footer Widgets Styles
--------------------------------------------- */

.IG-feed {
    background: #fafafa;
    padding: 18px 0 6px;
    position: relative;
}

.IG-feed .wrapper {
    width: 960px;
}

img.IG-header {
    width: 157px;
    position: absolute;
    left: -170px;
    top: 90px;
}

a.IG-header {
    font-family: rhesmanisabold;
    text-transform: none;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 40px;
    line-height: 1em;
    position: absolute;
    left: -200px;
    top: 90px;
}

div#sbi_mod_error {
    display: none !important;
}

#menu-footer li {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .2em;
    font-size: 11px;
    display: inline-block;
    margin-right: 45px;
    margin-top: 15px;
}

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

.footer-widgets-1 {
    float: left;
}

.footer-widgets-2 {
	float: right;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .2em;
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.footer-widgets-3 {
	display: none;
}

section#custom_html-17 {
    font-size: 9px;
    float: right;
    margin-top: -28px;
    letter-spacing: .15em;
    margin-bottom: 15px;
}

.footer-widgets-2 span {
    color: #dcdcdc;
    margin-right: 5px;
    margin-left: 5px;
}

.site-footer {
    display: none;
}

/* Form Styles
------------------------------------------------------------ */

input, select, textarea {
    background-color: inherit;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #262323;
    padding: 0 10px 10px;
	color: #262323;
	-webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    background-color: inherit;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    text-align: left;
    border: 0;
    border: 1px solid #dcdcdc;
    padding: 10px 10px;
    margin-top: 5px;
	color: #262323;
}

.gform_body .gfield_checkbox input, input#wp-comment-cookies-consent {
    -webkit-appearance: none;
    border: 1px solid;
    float: left;
    width: 13px;
    height: 13px;
    padding: 0;
    margin-right: 12px;
    margin-top: 0;
}

.gfield_checkbox li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2em;
    margin: 15px auto 25px !important;
    display: block;
    margin-left: 45px !important;
}

span.gfield_required {
    display: none;
}

.comment-form-cookies-consent label {
    vertical-align: top;
}

.comment-header {
	position: relative;
}

.comment-form p.form-submit input {
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 8px 30px;
}

.comment-form p.form-submit input:hover, input[type="submit"]:hover {
    background: #262323;
    color: #fff;
    transition: all 0.4s !important;
}

input:focus {
	outline: none;
	border: 0;
    border-bottom: 1px solid #262323;
	-webkit-appearance:none;
	border-radius: 0;
}

textarea:focus {
	outline: none;
	border: 0;
    border-bottom: 1px solid #262323;
 	border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border-radius: 0;
    border: 1px solid #262323;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    color: #262323;
    padding: 8px 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 25px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 10px;
    width: auto;
}

ul.gfield_checkbox {
    margin: 0px auto 40px !important;
}

input#gform_submit_button_1, input.search-form-submit {
    display: none;
}

button:hover, .button:hover, a.text-button:hover, a:hover {
	opacity: 1;
	transition: all 0.4s;
	color: #bf833e;
	transition: all 0.4s !important;
}

::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #bfbfbf;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 25px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 10px;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #bfbfbf;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 25px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 10px;
}

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

.sidebar label.gfield_label {
    display: none;
}

.entry-content .gform_body ul > li {
    list-style-type: none;
    margin: 0px auto 25px;
    padding: 0;
}

label.gfield_label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2em;
}

.gform_body input {
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px 10px;
    margin-top: 5px;
}

.gform_body textarea:focus {
	border: 1px solid #dcdcdc;
}

.sidebar .gform_body input {
    background-color: inherit;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #262323;
    padding: 0 0 10px 0;
	color: #262323;
}

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

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

.page h1 {
    margin: 0px auto 15px;
}

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

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

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

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

.filter-area {
    position: absolute;
    width: 200px;
    max-width: 300px;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0, .04);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0, .04);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0, .04);
    left: -250px;
    top: 60px;
}

.filter-area input {
    -webkit-appearance: none;
    border: 1px solid;
    float: left;
    width: 13px;
    height: 13px;
    padding: 0;
    margin-right: 0px;
    margin-top: 0;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .2em;
    vertical-align: top;
width: calc(100% - 30px);
}

input.sf-input-text {
    width: 160px;
    height: auto;
    padding: 7px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 14px;
    text-align: left;
    line-height: 1.3em;
}

.page-template-archive-filter .search-header, .page-template-archive-filter-home .search-header, .page-template-archive-filter-style .search-header, .page-template-archive-filter-life .search-header {
    padding: 60px 0;
    position: absolute;
    width: 100%;
    height: 240px;
}

.page-template-archive-filter .content, .page-template-archive-filter-home .content, .page-template-archive-filter-style .content, .page-template-archive-filter-life .content  {
    padding-top: 60px;
}

.searchandfilter h4:after {
    content: "";
    width: 45px;
    display: block;
    height: 1px;
    background: #bf833e;
    margin: 7px 0;
    margin-left: 0;
}

li.sf-option-active input, input[type=checkbox]:checked {
    background: #262323;
}

div#responsive-menu-pro-additional-content ul.icons {
    text-align: left;
}

li.small a {
    font-size: 12px !important;
    font-weight: 300 !important;
}

li.small.first {
    margin-top: 80px !important;
}

div#responsive-menu-pro-search-box {
    width: 90%;
    margin: 30px auto 0 !important;
}

div#responsive-menu-pro-additional-content {
    width: 90% !important;
    margin: 0px auto !important;
}


.responsive-menu-pro-open .responsive-menu-pro-inner, .responsive-menu-pro-open .responsive-menu-pro-inner::before, .responsive-menu-pro-open .responsive-menu-pro-inner::after {
    background-color: #fff !important;
    width: 17px;
}

button#responsive-menu-pro-button.is-active {
    width: 30px !important;
    height: 30px !important;
    position: fixed;
    top: 10px !important;
    left: 10px !important;
    display: inline-block;
    transition: transform 0.5s, background-color 0.5s;
}

.white-box-1 {
    height: 13px;
    width: 215px;
    content: "";
    position: absolute;
    top: 23px;
    z-index: 9;
    background: #fff;
    left: -50px;
}

.white-box-2 {
    height: 13px;
    width: 160px;
    content: "";
    position: absolute;
    top: 62px;
    z-index: 9;
    background: #fff;
    left: -50px;
}

.IG-text {
	position: relative;
	z-index: 999;
}

.saboxplugin-wrap {
    margin-top: 40px !important;
}

#responsive-menu-pro-container .responsive-menu-pro-search-box {
    background: rgba(77, 71, 71, 0);
    border: 2px solid rgba(77, 71, 71, 0);
    color: rgba(255, 255, 255, 1);
    background-image: url(https://www.ctrlcurate.com/wp-content/uploads/2020/03/search2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: right !important;
}


h1.entry-title, h2.entry-title {
    margin-bottom: 25px;
}

.page h1.entry-title, .page h2.entry-title {
    margin-bottom: 15px;
}

.wp-block-image {
    margin-bottom: 20px;
}

figure {
    margin: 0px auto;
}

.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}


.gallery figure {float:left; margin:0 2% 1em 0;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

/* Responsive Styles
--------------------------------------------- */


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

.page-template-archive-filter .content, .page-template-archive-filter-life .content, .page-template-archive-filter-style .content, .page-template-archive-filter-home .content {
    width: calc(100% - 230px);
    float: right;
    margin-right: -10px;
}

.page-template-archive-filter .search-header, .page-template-archive-filter-life .search-header, .page-template-archive-filter-style .search-header, .page-template-archive-filter-home .search-header {
    height: 180px;
}

.page-template-archive-filter .post, .page-template-archive-filter-home .post, .page-template-archive-filter-style .post, .page-template-archive-filter-life .post {
    width: calc(33.3% - 12px);
}

.filter-area {
    position: relative;
    left: 0;
    float: left;
}

}

@media only screen and (max-width: 1345px) {
	
img.IG-header {
    left: -50px;
    top: -60px;
    margin: 30px auto 0;
    transform: rotate(-20deg);
    z-index: 9999;
    width: 130px;
}

a.IG-header {
    position: relative;
    top: auto;
    text-align: left;
    margin: 20px auto -15px;
    display: block;
    left: auto;
    width: auto;
    padding-left: 20px;
    display: none;
}

a.IG-header br {
	display: none;
}

section#gform_widget-2:after {
    right: -35px;
}

.page-template-archive-filter .search-header, .page-template-archive-filter-life .search-header, .page-template-archive-filter-style .search-header, .page-template-archive-filter-home .search-header {
    height: 180px;
    margin-bottom: 0px;
    position: absolute;
}

}

@media only screen and (max-width: 1030px) {
	
	.archive-pagination.pagination, .archive .archive-pagination.pagination, .search-results .archive-pagination.pagination, .page-template-archive-filter .archive-pagination.pagination, .page-template-archive-filter-life .archive-pagination.pagination, .page-template-archive-filter-style .archive-pagination.pagination, .page-template-archive-filter-home .archive-pagination.pagination {
		    padding-bottom: 25px;
	}
	
.menu-top-container {
    display: none;
}

img.logo {
    float: none;
    margin: 0px auto;
}

.header-area .wrapper {
    display: block;
}

.top-bar {
    display: none;
}

.featured-area {
    height: auto;
    position: relative;
    padding: 40px 0 40px 0;
    margin-bottom: 60px;
}

button.slick-next.slick-arrow {
	display: none !important;
}

.post-info {
    float: none;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

img.featured-post-image {
    margin: 0px auto;
    width: 100%;
    max-width: 565px;
    float: none;
}

.content {
    float: none;
    margin: 0px auto;
}

.sidebar {
    width: 100%;
    float: none;
    max-width: 285px;
    margin: 0px auto;
}

.footer-widgets-1, img.IG-header {
    display: none;
}

.footer-widgets-2 {
    float: none;
}

section#custom_html-17 {
    float: none;
    margin-top: -20px;
    margin-bottom: 20px;
}

.share, .entry-footer:after {
    display: none;
}

.post {
    margin-bottom: 25px;
}

.featured-area h1 {
    font-size: 19px;
}

#responsive-menu-pro-additional-content ul.icons li a {
    color: #fff !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .2em;
    font-size: 13px;
    height: 2.5em !important;
}

ul#responsive-menu-pro {
}

#responsive-menu-pro-additional-content .icons li {
    margin: 0px 20px 0 0!important;
}

input.responsive-menu-pro-search-box {
    border-bottom: 1px solid #fff !important;
    width: 100% !important;
    height: 35px !important;
    padding: 0 !important;
}

header.site-header {
    margin-top: 60px;
}

button#responsive-menu-pro-button {
    opacity: 1 !important;
}

.related-posts {
    float: none;
    width: 100%;
    max-width: 585px;
}


#responsive-menu-pro-container li.responsive-menu-pro-item {
    width: 90% !important;
    list-style: none !important;
    margin: 0px auto;
}

li.border-top {
    padding-top: 25px !important;
    margin-top: 30px !important;
}

.page .sidebar,  {
    display: none;
}

.featured-area {
    display: none;
}

	
.grid {
    margin-top: 25px;
}
	
a.IG-header {
    padding: 0;
    text-align: center;
}
	
.related-posts li {
    margin: 0px auto 20px;
}

.related-posts h5 {
    text-align: center;
}
	
.author-avatar img {
    float: none;
    margin: 0px auto;
}

.author-avatar {
    text-align: center;
}

.author-info {
    text-align: center;
}

.single-post .author-info h3.heading {
    padding-top: 35px;
}

a.more-link {
    display: block;
    border: 1px solid #dcdcdc;
    padding: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #262323;
    letter-spacing: .2em;
}

a.more-link:after {
	display: none;
}

aside.sidebar.sidebar-primary.widget-area, .IG-feed{
    display: none;
}

.related-posts img {
    width: 100%;
}

.related-posts ul > li {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.3em;
}

img.logo, section#media_image-6 img {
    width: 140px;
}

header.site-header {
	display: none;
}

.site-inner {
    padding-top: 30px;
    margin-bottom: 0;
}

#responsive-menu-pro-header {
    position: fixed;
    background-color: #ffffff;
    height: 80px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0, .05) !important;
}

#responsive-menu-pro-header #responsive-menu-pro-header-bar-logo img {
    width: 130px !important;
    margin: 20px auto !important;
    display: block !important;
}

#responsive-menu-pro-header .responsive-menu-pro-header-box {
    margin: 0px auto !important;
    width: 100% !important;
}

.footer-widgets-1, .footer-widgets-2 {
	display: none;
}

.footer-widgets-3 {
	display: block;
}

section#custom_html-19 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .2em;
    font-size: 12px;
    line-height: 1.5em;
}

section#custom_html-21 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    letter-spacing: .15em;
}

.content:after {
	display: none;
}

.archive-pagination.pagination {
    margin: 30px auto;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 25px;
}

.search-results .post, .archive .post, .page-template-archive-filter .post, .page-template-archive-filter-life .post, .page-template-archive-filter-style .post, .page-template-archive-filter-home .post  {
    width: calc(50% - 12px);
}

.search-results .entry-header img, .archive .entry-header img, .page-template-archive-filter .entry-header img, .page-template-archive-filter-home .entry-header img, .page-template-archive-filter-style .entry-header img, .page-template-archive-filter-life .entry-header img {
    width: 100%;
}

.page-template-archive-filter .search-header, .page-template-archive-filter-life .search-header, .page-template-archive-filter-style .search-header, .page-template-archive-filter-home .search-header {
	display: none;
}

.grid-sizer.grid-item {
    width: calc(50% - 10px);
}

}

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

.filter-area {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
}

.searchandfilter ul li li {
    display: inline-block;
    margin-right: 30px !important;
}

.sf-field-search label {
    display: block !important;
}

.searchandfilter ul {
    text-align: left !important;
}

.filter-area {
    padding: 20px 20px 15px !important;
}

input.sf-input-text {
    width: 100%;
    float: none;
}

.searchandfilter h4, .searchandfilter h4:after, .searchandfilter h4, .searchandfilter h4:after {
    text-align: center !important;
}

.searchandfilter h4:after {
    margin: 7px auto 15px !important;
}

.page-template-archive-filter .content, .page-template-archive-filter-home .content, .page-template-archive-filter-style .content, .page-template-archive-filter-life .content {
    float: none;
    margin: 0px auto;
    width: calc(100% + 10px);
    margin-left: -5px;
}

.searchandfilter ul li li {
    display: inline-block;
    margin-right: 10px !important;
    width: calc(33% - 10px);
}

.item-hover {
    position: relative;
    display: block;
    background: none;
    color: #000;
    padding: 0;
    margin: 10px auto 15px;
    opacity: 1;
}

.item-hover h1, .item-hover p {
    color: #000;
}

.center-it {
    display: block;
}
}

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

.searchandfilter ul li li {
    display: inline-block;
    margin-right: 5px !important;
    width: calc(50% - 5px);
}


}