/**
 * Theme Name:        AshleyMorrisonDesign
 * Theme URI:         https://www.ashleymorrison.design
 * Description:       Custom theme for Ashley Morrison Design
 * Version:           1.0.0
 * Author:            Ashley Morrison
 * Author URI:        https://www.ashleymorrison.design/about/
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       ashleymorrisondesign
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html


/*== RESET ==*/

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}

audio[controls],canvas,video {
	display: inline-block;
*display: inline;*zoom: 1;
}

html {
	overflow-y: scroll;
/* 1 */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* 2 */
	-webkit-text-size-adjust: 100%;
/* 3 */
	-ms-text-size-adjust: 100%;
}

body,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,img,strong,fieldset,label,article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

html,body,textarea,input {
	-webkit-text-size-adjust: none;
}

:focus {
	outline: 0;
}

img{
	width:100%;
	height:auto;
	border-radius:5px;
	border:none !important;
}

img:focus {
  outline: none !important;
}

*:focus {
  outline: none;
}

/*== ANIMATIONS ==*/

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

.element{
	opacity: 0;
	animation: fadeIn 1s forwards;
}

.el-1 { animation-delay: 0.1s; }
.el-2 { animation-delay: 0.5s; }
.el-3 { animation-delay: 0.85s; }

/*== FONTS ==*/

@font-face {
    font-family: 'NoirEtBlanc'; /* Choose a name for your font */
    src:url('https://www.trinity-mc.org/fonts/noiretblanc-webfont.woff2') format('woff2'),
    	format("woff2");
	  font-weight: 400;
	  font-style: normal;
	  font-display: swap;
}

.noir{
	font-family: NoirEtBlanc, serif;
}

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

em{
	font-style:italic;
}

/* GLOBALS */
body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

body{
	background-color:#f6f2ea;
}

iframe{
	padding-bottom:20px;
}

a {
	color:#000000;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	text-decoration: none;
}

a:hover{
	color:#e5c9bd;
}

p{
	line-height: 1.3em;
	padding-bottom:20px;
}


h1,h2,h3 {
	clear: both;
	font-family:'NoirEtBlanc', Georgia, serif;
	font-weight:400 !important;
	margin:0px;
	padding-bottom:3%
}

.comforter{
  font-family: "Comforter", cursive;
  font-weight: 400;
  font-style: normal;
}

h1{
	font-size:30px;
	padding-bottom:5px;
	text-transform: uppercase;
}

h2{
	font-size:20px;
	text-transform: uppercase;
}

h3{
	font-size:20px;
	padding-bottom:10px;
	text-transform: uppercase;
}

h4{
	font-size:13px;
	padding-bottom:10px;
}


.blog h2 {
	padding-bottom:0px;
	text-transform: none;
}



#blog-single-header{
	margin-bottom:10px;
}


#blog-single-header h1{
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}


hr, .wp-block-separator {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul{
	list-style: none;
	padding:0px;
	margin:0px;
}

li{
	text-transform: uppercase;
}

li a{
	text-decoration: none;
	color:#000000;
}

.featured-image-caption{
	font-size:10px;
	text-transform: uppercase;
}

.wp-element-caption{
	font-size:10px;
	text-transform: uppercase;
	text-align:center;
}

.upper{
	text-transform: uppercase;
}

strong{
	font-weight: 700;
}

.wp-block-button__link {
    color: #000000;
    background-color: #FFFFFF;
    border:1px solid #000000;
    box-shadow: none;
    border-radius:1px;
    text-decoration: none;
    padding: 5px;
    font-size:12px;
    text-transform: uppercase;
}

button{
	    color: #000000;
    background-color: #FFFFFF;
    border:1px solid #000000;
    box-shadow: none;
    text-decoration: none;
    padding: 5px;
    font-size:12px;
    text-transform: uppercase;
}

#cta{
	border:1px solid #ebebeb;
	padding:10px;
	margin-top:20px;
}

.italic{
	font-style:italic;
}

.gray{
	color:gray;
}

/*== HOME PAGE ==*/

#big-container{
	width:90%;
	max-width:1230px;
	height:auto;
	min-height:600px;
	background-color:#FFFFFF;
	margin:5% auto 5% auto;
	border:1px solid #000000;
	position:relative;
}

header{
	position:absolute;
	top:0;
	left:0;
	width:15%;
	border-width: 0 1px 1px 0;
	border-color:#000000;
	border-style: solid;
	height:100%;
	display: flex;
	flex-direction: column;
}

#logo-wrapper{
	width:100%;
	height:170px;
	background-color:#fdebe4;
	border-bottom:1px solid #000000;
}

#logo{
	width:105px;
	margin:auto;
	vertical-align: middle;
	margin-top:20%;
}


/*== NAVIGATION ==*/

#navigation-wrapper{
	width:100%;
	height:auto;
	padding-top:15%;
	text-align: center;
}

#mobile-navigation-wrapper{
	display: none;
}

.menu-main-navigation-left-container ul li{
	padding: 0 0 1% 0;
}

.menu-main-navigation-left-container ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color:#000000;
	font-size:15px;
}

.menu-main-navigation-left-container ul li a:hover{
	color:#fdebe4;
}

#socials-wrapper{
	width:100%;
	height:150px;
	padding-top:20%;
	text-align: center;
	bottom:0;
	left:0;
	position: absolute;
}

.aioseo-breadcrumb a{
	text-decoration: none;
}

#upper-main-wrapper{
	width:85%;
	margin-left:15%;
	display: flex;
	flex-direction: row;
}

#upper-main-wrapper-left{
	width:78%;
	height:auto;
}

#upper-main-wrapper-right{
	width:22%;
	border-left:1px solid #000000;
	
}

#upper-main-nav{
	width:100%;
	height:35px;
	line-height: 35px;
	display: flex;
	flex-direction:row;
	border-bottom:1px solid #000000;
	text-transform: uppercase;
	font-size: 12px;
}



.upper-main-nav-item{
	text-align:center;
}

.upper-main-nav-item:nth-child(1){
	width:57%;
	height:auto;
	border-right:1px solid #000000;
}

.upper-main-nav-item:nth-child(2){
	width:14%;
	border-right:1px solid #000000;
}

.upper-main-nav-item:nth-child(3){
	width:14%;
	border-right:1px solid #000000;
}

.upper-main-nav-item:nth-child(4){
	width:14%;
}

.upper-main-nav-item-contact{
	width:100%;
	height:35px;
	line-height: 35px;
	border-bottom:1px solid #000000;
	background-color: #fdebe4;
	text-align: center;
}

#content-wrapper{
	width:100%;
	height:auto;
	display: flex;
	flex-direction: row;
}

#content{
	width:50%;
	height:auto;
	padding:4%;
}

#content-full{
	width:95%;
	padding:5%;
	height:auto;
	min-height:424px;
}

#featured-image{
	width:36%;
	height:440px;
	padding:4%;
}

#process-wrapper{
	width:76%;
	padding:12%;
	height:auto;
	text-align:center;
}


#lower-main-wrapper{
	width:85%;
	min-height:125px;
	margin-left:15%;
	border-top:1px solid #000000;
	display:flex;
	flex-direction: column;
	text-align:center;

}

#lower-main-header{
	width:100%;
	height:auto;
	margin-top:2%;
}

.wpforms-container{
	margin-bottom:0px;
}

.wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-form .wpforms-field-sublabel, .wpforms-container .wpforms-form .wpforms-field-description, .wpforms-container .wpforms-form textarea, .wpforms-container .wpforms-form li, .wpforms-container .wpforms-form th {
    hyphens: auto;
    text-transform: uppercase;
    font-weight:normal;
}

.wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month], .wpforms-container input[type=number], .wpforms-container input[type=password], .wpforms-container input[type=range], .wpforms-container input[type=search], .wpforms-container input[type=tel], .wpforms-container input[type=text], .wpforms-container input[type=time], .wpforms-container input[type=url], .wpforms-container input[type=week], .wpforms-container select, .wpforms-container textarea, .wp-core-ui div.wpforms-container input[type=date], .wp-core-ui div.wpforms-container input[type=datetime], .wp-core-ui div.wpforms-container input[type=datetime-local], .wp-core-ui div.wpforms-container input[type=email], .wp-core-ui div.wpforms-container input[type=month], .wp-core-ui div.wpforms-container input[type=number], .wp-core-ui div.wpforms-container input[type=password], .wp-core-ui div.wpforms-container input[type=range], .wp-core-ui div.wpforms-container input[type=search], .wp-core-ui div.wpforms-container input[type=tel], .wp-core-ui div.wpforms-container input[type=text], .wp-core-ui div.wpforms-container input[type=time], .wp-core-ui div.wpforms-container input[type=url], .wp-core-ui div.wpforms-container input[type=week], .wp-core-ui div.wpforms-container select, .wp-core-ui div.wpforms-container textarea {
    height: 35px;
    box-sizing: border-box;
    border-radius: 0px !important;
    border: 1px solid #000000;
}

.wp-block-image{
	margin: 0 1em .5em 0;
}

#clients-wrapper{
	width:90%;
	min-height:77px;
	margin:auto;
}

#client-list{
	width:100%;
	height:auto;
	display:flex;
	flex-direction: row;
	justify-content: center;
	padding:5px 0 30px 0;
}

#client-list li{
	width:150px;
	padding:0 3%;
	font-size:12px;
	line-height: 1em;
	text-transform: none;
}

#client-list li a{
	font-size:11px;
	text-transform: none;
}

.services h2{
	padding-bottom:0px;
}

.vp-filter__style-minimal .vp-filter__item>* {
    color: #000000;
    display: block;
    font-size: 12px !important;
    font-weight:400 !important;
    letter-spacing:normal !important;
    line-height: var(--vp-filter-minimal--items__line-height);
    border:1px solid #000000;
    margin:0 5px;
}

.vp-filter__style-minimal .vp-filter__item a:hover {
    color:pink !important;
}

.vp-filter__style-minimal .vp-filter__item a:visited {
    color:black !important;
}

.vp-portfolio__item-wrap .vp-portfolio__item {
    border: 1px solid #efefef;
    border-radius: 5px;
}

.vp-filter__style-minimal .vp-filter__item a {
    text-decoration: none !important;
}

.blog-card{
	margin-bottom:20px;
}

.blog-card p{
	padding-bottom:0px;
}

.date{
	font-style: italic;
	color:#333333;
}

#read-more-wrapper{
	margin-top:2%
}

.read-more{
	text-transform: uppercase;
	padding:5px;
	border:1px solid #000000;
	margin:5px 0;
}

footer{
	width:85%;
	height:35px;
	margin-left:15%;
	line-height:35px;
	border-top:1px solid #000000;
}

#footer-items{
	width:100%;
	height:auto;
	display:flex;
}

.footer-item{
	width:46%;
	height:auto;
	padding:0 2%;
	color:gray;
}

.footer-item:nth-child(1){
	text-transform: uppercase;
	font-size:9px;
}

.footer-item:nth-child(2){
	font-size:10px;
	text-align:right;
	font-style: italic;
}


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


header{
	position: inherit;
	width:100%;
	height:auto;
}

#navigation-wrapper{
	display:none;
}

#mobile-navigation-wrapper{
	display:block;
}

#logo-wrapper{
	height:auto;
	padding:3% 0;
	border-bottom:0px;
}

#logo{
	margin-top:0%;
	width:100px;
}

#socials-wrapper{
	display:none;
}

#upper-main-wrapper{
	padding-left:0px;
	margin-left:0px;
	width:100%;
	flex-direction: column;
}

#upper-main-nav{
	display:none;
}

#upper-main-wrapper-left{
	width:100%;
}

#upper-main-wrapper-right{
	width:100%;
	margin:auto;
	border-left:0px;
}

.upper-main-nav-item-contact {
  border-top: 1px solid #000000;
}

#featured-image{
	height:auto;
	padding-left:0px;
}

#process-wrapper{
	width:90%;
	height:auto;
	padding:5%;
}

#lower-main-wrapper{
	margin:0px;
	width:100%;
}

#lower-main-header{
	margin-top:5%;
}

#client-list{
	flex-wrap:wrap;
}

#client-list li{
	padding:3%;
}

footer{
	width:100%;
	height:auto;
	padding-left:0px;
	margin-left:0px;
	line-height:20px;
}

#footer-items{
	flex-direction: column;
}

.footer-item{
	width:96%;
	height:auto;
	text-align:center !important;
}

.vp-filter__style-minimal .vp-filter__item {
  margin-top:1%;
}

}

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

body{
	font-size: 20px;
}

p{
	font-size:20px;
}

#content-wrapper{
	flex-direction: column-reverse;

}

#featured-image{
	width:90%;
	margin:auto;
	height:auto;
}

#content{
	width:90%;
	height:auto;
	margin:auto;
	padding-top:0px;
	text-align: center;
}

#content-full{
	width:90%;
}

#client-list li{
	font-size:20px;
	width:100%;
}

}
