@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Mulish:ital,wght@0,400;0,500;1,400&display=swap");
@font-face {
font-family: 'Austin';
src: url(//tomconwayphoto.com/wp-content/themes/malistena/fonts/Austin.woff2) format('woff2'),
url(//tomconwayphoto.com/wp-content/themes/malistena/fonts/Austin.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root{
--body-font: 'Mulish';
--body-color: #7A7A7A;
--heading-font: 'Cormorant Garamond';
--heading-color: #000;
--accent-color: #c49488;
--primary-color: #F6EFED;
--accent-color-rgb: 196, 148, 136;
--variant-headding: 500;
--variant-body: 400;
--script-font: 'Austin';
}
body{
font-family: var(--body-font);
font-size: 1.1rem;
color: var(--body-color);
line-height: 1.75;
background: #fff;
font-weight: var(--variant-regular);
background-color: #fff;
}
h1,h2,h3,h4,h5,h6{
font-family: var(--heading-font);
color: var(--heading-color);
font-weight: var(--variant-headding);
line-height: 1.25;
margin-bottom: 30px;
}
h1, .h1 {
font-size: 3.5rem;
}
h2, .h2 {
font-size: 3rem;
}
h3, .h3 {
font-size: 2.5rem;
}
h4, .h4 {
font-size: 2rem;
}
h5, .h5 {
font-size: 1.475rem;
}
h6, .h6 {
font-size: 1.25rem;
}
a{
color: var(--accent-color);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-decoration: none;
}
.post-content a, .page-content a{
text-decoration: underline;
}
a:hover, a:focus{
text-decoration: none;
color: var(--heading-color);
}
cite {
font-size: 14px;
font-style: inherit;
color: #999;
}
img{
max-width: 100%;
height: auto;
}
address {
font-style: italic;
}
ul,ol{margin: 0;}
ul ul, ol ol, ul ol, ol ul{padding-left: 30px;}
.malistena-button, button, .button, input[type="submit"] {
text-align: center;
padding: 12px 20px;
background-color: transparent;
color: inherit;
display: inline-block;
border: 1px solid;
transition: all 0.3s ease 0s;
font-size: 14px;
font-family: var(--body-font);
line-height: 24px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
}
.malistena-button:hover, button:hover, .button:hover, input[type="submit"]:hover,
.malistena-button:focus, button:focus, .button:focus, input[type="submit"]:focus{
background: var(--accent-color);
color: #fff;
}
button:focus, a:focus{
outline: 1px dashed;
}
input[type="text"], input[type="email"], 
input[type="search"], input[type="password"],
input[type="tel"],textarea{
border: none;
border-bottom: 1px solid #cecece;
background: transparent;
padding: 5px 5px;
line-height: 24px;
color: #999;
font-size: 16px; max-width: 100%;
}
input:focus, textarea:focus{
outline: 1px solid rgba(var(--accent-color-rgb),0.5);
}
select{
border: 1px solid #cecece;
padding: 12px 18px;
line-height: 24px;
color: #999;
font-size: 15px;
-webkit-appearance: none; 
-moz-appearance: none;
appearance: none;
background-color: transparent;
background-image: url(//tomconwayphoto.com/wp-content/themes/malistena/assets/images/select.png);
background-repeat: no-repeat;
background-position: 95% center;
}
textarea{min-height: 150px;}
::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
:-moz-placeholder {
color: inherit;
opacity: 1;  
}
::-moz-placeholder {
color: inherit;
opacity: 1;  
}
:-ms-input-placeholder {  
color: inherit;
opacity: 1;  
}
iframe{
max-width: 100%
}
abbr[data-original-title], abbr[title] {
cursor: help;
border-bottom: none;
} .chosen-container{
min-width: 300px!important;
}
.chosen-container-single .chosen-single{
box-shadow: none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
background: none;
border-color: #cecece;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
height: 50px;
padding: 12px 18px;
color: #888;
}
.chosen-container-active.chosen-with-drop .chosen-single{
background: none;
border-color: #cecece;
box-shadow: none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
background: none!important;
}
.chosen-container-single .chosen-single div b:after{
content: "\f0d7";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 14px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.chosen-container .chosen-drop{
box-shadow: none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
background: #fff;
border-color: #cecece;
border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: #cecece;}
.chosen-container .chosen-results li{line-height: 24px;font-family: inherit;}
.chosen-container .chosen-results li.highlighted{
background-image: none;
background-color: var(--accent-color);;
} .owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: block;
text-align: center;
font-size: 30px;
color: #fff;
opacity: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.owl-carousel:hover .owl-nav button.owl-prev, 
.owl-carousel:hover .owl-nav button.owl-next{
opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev{left: 20px;}
.owl-carousel .owl-nav button.owl-next{right: 20px;}
.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel .owl-nav button.owl-next:hover{
color: var(--accent-color);
}
.owl-carousel .owl-dots{
text-align: center;
margin-top: 15px;
line-height: normal;
}
.owl-carousel .owl-dots .owl-dot{
display: inline-block;
width: 6px;
height: 6px;
background: #aaa;
border-radius: 50%;
margin: 0 4px;
}
.owl-carousel .owl-dots .owl-dot.active{
background: var(--heading-color);
}  table{
width: 100%;
border-collapse: collapse;
}
table th, table td{
border: 1px solid #cecece;
padding: 5px;	
}
.wp-block-gallery{margin-bottom: 15px}
.post-content ul, .post-content ol{margin-bottom: 30px}
blockquote{
position: relative;
margin-bottom: 0;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer{
font-size: 14px;
}
blockquote, .wp-block-quote, .wp-block-quote.is-style-default,
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
padding: 0px 60px 50px;
}
.wp-block-quote.is-style-large{
background: #f3f3f3;
padding-top: 40px;
overflow: hidden;
}
blockquote p{
color: var(--heading-color);
font-size: 18px;
line-height: 32px;
margin-bottom: 15px;
font-style: italic;
}
blockquote:before{
content: "\f10d";
font-family: 'Font Awesome 5 Free';
position: absolute;
top: 10px;
left: 10px;
color: var(--accent-color);
font-weight: 900;
font-size: 32px;
}
.wp-block-quote.is-style-large:before{
font-size: 25em;
left: -30px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0.2;
z-index: 0;
}
blockquote cite{
color: var(--heading-color);
text-transform: uppercase;
font-style: normal;
font-size: 12px;
letter-spacing: 1px;
font-weight: var(--variant-headding);
}
blockquote cite:before{
content: "";
display: inline-block;
height: 1px;
width: 10px;
border-bottom: 1px solid;
margin-bottom: 4px;
margin-right: 5px;
}
.wp-caption {
position: relative;
background: transparent;
margin-bottom: 25px;
max-width: 100%
}
.wp-caption-text,.gallery-caption{
margin-bottom: 25px;
}
.bypostauthor {
position: relative;
}
.sticky {
position: relative;
}
.sticky .post-title:before{
content: "\f08d";
font-family: "Font Awesome 5 Free";
color: #ef4848;
font-size: 16px;
display: inline-block;
margin-right: 10px;
font-weight: 900;
}
.post-content:after, .page-excerpt:after,
.post-content:before, .page-excerpt:before{
content: "";
clear: both;
display: table;
}
.no-sidebar .alignwide{
margin: 32px calc(25% - 25vw);
min-width: 100%;
max-width: 100vw;
width: auto;
}
.no-sidebar .alignfull {
margin: 32px calc(50% - 50vw);
max-width: 100vw;
width: 100vw;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-bottom: 20px;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-bottom: 20px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
ol.wp-block-latest-comments{
padding-left: 0
}
.widget .wp-block-group__inner-container > h2,
.wp-block-search__label, .widget-title{
font-family: var(--heading-font);
font-weight: var(--variant-headding);
color: var(--heading-color);
font-size: 2rem;
margin-bottom: 20px;
}
.widget .wp-block-group__inner-container > h2:before, 
.wp-block-search__label:before, .widget-title:before{
content: "//";
color: var(--accent-color);
display: inline-block;
margin-right: 10px;
font-size:  26px;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper{
padding: 3px;
border: 1px solid #cecece;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{
border: none;
}
.wp-block-search__button{
text-align: center;
padding: 13px 20px;
background-color: var(--accent-color);
color: #fff;
display: inline-block;
border: none;
text-transform: uppercase;
transition: all 0.3s ease 0s;
font-size: 13px;
letter-spacing: 2px;
line-height: 24px;
cursor: pointer;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{
padding: 10px 20px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
border-color: #cecece;
}
.wp-block-embed.alignfull iframe{width: 100%}
.wp-block-archives-dropdown{padding: 20px;}
.wp-block-archives li, .wp-block-categories li,
.wp-block-latest-comments li, .widget_categories ul li{
line-height: inherit;
list-style: none;
padding: 5px 0;
display: flex;
justify-content: space-between;
font-size: 18px;
}
.wp-block-latest-comments li:first-child{border: none;}
.wp-block-latest-posts li{
padding: 5px;
}
.wp-block-latest-posts li:first-child{
border-top: none;
margin-top: 0;
padding-top: 0;
}
.wp-block-archives li a, .wp-block-categories li a, .wp-block-latest-comments li a,
.wp-block-latest-posts li a, .widget_categories li a{
line-height: 1.4em;
color: inherit;
display: flex;
justify-content: space-between;
}
.wp-block-latest-posts__list li a:hover {
background-size: 100%;
color: var(--heading-color);
}
.widget_recent_entries li a:hover, .widget_archive li a:hover,.widget_nav_menu li a:hover,
.widget_categories li a:hover, .widget_meta li a:hover, .widget_pages li a:hover,
.widget_recent_comments li a:hover{
color: var(--accent-color);
}
.wp-block-archives li a:hover, .wp-block-categories li a:hover,
.wp-block-latest-comments li a:hover{
color: var(--accent-color);
}
.wp-block-categories ul.children{margin-bottom: 0;}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
margin-left: 15px
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar{
width: 55px;
height: 55px;
border-radius: 50%;
margin-right: 0;
}
.post table{margin-bottom: 20px;}
.single-post .post .post-content{max-width: 100%}
.post-title, .post-content{
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-nav-links{
clear: both;
margin: 0 0 1.5em;
}
.wp-block-cover{margin-bottom: 25px}
.page-nav {
clear: both;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: var(--accent-color);
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #fff;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 111100; }