/*
	Theme Name: Yahtzee
	Theme URI: 
	Description: 
	Version: 1.1
	Author: Ben Pell
	Author 
	Tags: Blank, HTML5, CSS3

	License: 
	License URI: 
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Poppins', sans-serif;
	color:#444;
	background-color: #F9F6EF;
	transition: 2s;
    overflow-x: hidden !important;
}



/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {

}



a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	position: none;
}
/* logo */
.logo {
	width: 33.3%;
	float: left;
}


/* NAV */


.responsive-menu-item-link {
	color: red;
}

nav {
	color: red;
	display: block;
	float: right;
	width: 50%;
}


ul {
	color: red;
	list-style:none;
}

li {
	color: red;
	padding: 3%;
	margin: 0;
}




/* footer */
.footer {

	margin: 0%;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/
body{
	background: #ffffff !important;
}


.pink {
    padding: 0;
}

#hero3 {
    display: block;
}

h1 {
    font-size: 60px;
	color: #046C5D;
	font-weight: 300;
}


h2 {
	font-size: 40px;
	color: #046C5D;
	font-weight: 300;
}

h3 {
	margin-top: 0;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px;
	color: #046C5D;
	text-transform: uppercase;
	font-weight: 600;
}

h4 {
	
	font-size: 30px;
	color: #046C5D;
	font-weight: 600;
}

h5 {
	font-size: 15px;
	color: #046C5D;
	font-weight: 300;
}

p {
	color: #046C5D;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}

p a{

	color: #046C5D;	
}

hr{
	margin: 30px auto;
	width: 100px;
	height: 4px;
	border: 0 !important;
	background-color: #046C5D;
}


.map-row .vc_column-inner {
    padding-top:0px !important;
}

.map-row  .wpb_content_element{
	margin-bottom: 0 !important;   
}

#responsive-menu-button {
    outline: none;
}


blockquote{
	margin: 0 !important;

	
}

blockquote p{
	font-size: 30px;
	line-height: 40px;
	
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
#hero3 {
    display: none;
}
.pink {
    padding: 5%;
}

h1 {
    font-size: 23px;
}
h2 {
	font-size: 15px;
}
h5 {
    font-size: 12px;
}
}
@media only screen and (min-width:480px) {
#hero3 {
    display: none;
}
#appointments2 {
    padding: 0%;   
}
h1 {
    font-size: 23px;
}
h2 {
	font-size: 15px;
}
h5 {
    font-size: 12px;
}
}
@media only screen and (min-width:768px) {
#hero3 {
    display: none;
}

.logo {
	width: 33%;
}
h1 {
    font-size: 23px;
}
h2 {
	font-size: 18px;
}

h5 {
    font-size: 20px;
}
}
@media only screen and (min-width:1024px) {
#hero3 {
    display: none;
}

h1 {
    font-size: 32px;
}

h2 {
	font-size: 22px;
}
h5 {
    font-size: 20px;
}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
.pink {
    padding: 0%;
}

#hero3 {
    display: block;
}

h1 {
    font-size: 48px;
}

h2 {
	font-size: 27px;
}

h5 {
    font-size: 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    New Styles
\*------------------------------------*/


    #responsive-menu-button{
        transform: scale( 0.8, 0.8);
        top: 30px !important;
        right: 30px !important;
    }

.social-Icons img{
    margin: 0;
}

.peep-form .nf-form-title{
	text-align: center;
}
.peep-form .nf-response-msg{
	
	
}

.peep-form .nf-form-content input:not([type=button]), .peep-form .nf-form-content textarea, .peep-form .nf-form-content .list-select-wrap>div select{
		border-color: #046c5d;
		color: #046c5d;


}

.peep-form .nf-form-content .list-select-wrap .nf-field-element>div{
		border-color: #046c5d !important;
	
}

.peep-form input{
}

.peep-form .nf-form-content input[type=button]{
	background-color: #046c5d;
	color: #ffffff;
	width: 100%;

}
.peep-form .nf-pass.field-wrap .nf-field-element:after{
		color: #046c5d;

}
.peep-form .nf-pass .ninja-forms-field{
		color: #046c5d;
		border-color: #046c5d;

}

.big-text P{
	font-size: 30px;
	line-height: 40px;
	color: #046c5d !important;
}

.link-button{
	text-decoration: underline;
	
}

.link-button .vc_btn3{
	background-image: none !important;
	background-color: transparent !important;
	border-radius:  0 !important;
	border-color: transparent !important;
	border-left-width: 0 !important;
	border-top-width: 0 !important;
	border-right-width: 0 !important;
	color: #046c5d !important;
    padding-top: 0 !important;
    padding-bottom: 3px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;	
    border-bottom: 4px solid #046c5d !important;
}

.link-button .vc_btn3{
	font-size: 20px !important;
}


.link-button .vc_btn3-size-lg.vc_general.vc_btn3 {

font-size: 30px !important;	
}

.peep-footer{
	padding: 60px 15px;
	text-align: center;
	color: #046c5d;
	
	background-image: url(/wp-content/themes/yahtzee/img/Memphis-Wiggle-Pattern-pink.gif); 
	background-repeat: repeat;
	

}

.peep-footer a{
	text-decoration: none;
	color: #046c5d;

	
}

.style-one-bg{
/*
	background-image: url(http://peep.joeledwards.website/wp-content/uploads/2019/06/Memphis-Wiggle-Pattern.gif); 
	background-size: 250px 150px !important;
	background-repeat: repeat;
*/
	
}

	.parallax-bg, .hero-text, .two-cols{
		min-height: auto !important;

	}




.header-large{
    max-width: 450px;   
    margin: 0 auto;
}

.arrow-down{
    width: 74px;
    margin: 0 auto;
}




.is-active{
    
}


.button#responsive-menu-button{
    top: 30px;
    left: 30px;
}
#responsive-menu-wrapper{
    display: flex;
    height: 100%;
}

#responsive-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.responsive-menu-inner{
   width:  40px !important;
   transform: rotate(180deg)
}


.is-active .responsive-menu-inner{
    width:  50px !important;
   transform: rotate(45deg)
}


.brand-list{
    padding-left: 30px;
}


.brand-row:nth-child(odd){
    display: flex;
}


.intro-text-home p{
		text-transform: uppercase;
		font-size: 30px;
		color: #046c5d;
	
	
}


/*
.brand-row:nth-child(odd) .brands-image{
    order: 1;
}
*/





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



.peep-form .vc_column-inner.vc_custom_1565868589474{
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.header-large{
    max-width: 350px;   
    margin: 0 auto;
}


    p {
        font-size: 17px;
        line-height: 26px;
        padding-left: 15px;
        padding-right: 15px;        
    }
	blockquote p {
    font-size: 17px !important;
	}	
    .brands-gap{
        display: none;
    }
    
    #responsive-menu-button{
        transform: scale( 0.6, 0.6);

    }

	.link-button .vc_btn3-size-lg.vc_general.vc_btn3{
		font-size: 20px !important;	
	    border-bottom: 3px solid #046c5d !important;
	}


}

@media only screen and (max-width:960px) {
 
 .header-large{
    padding-left: 15px;
    padding-right: 15px;
}

   
   .wrapper{
	    width: 100vw;
		overflow-x: hidden;
	}

	.hero-text, .two-cols{
/*
		padding-top: 150px;
		padding-bottom: 150px;*/
		padding-left: 15px;
		padding-right: 15px;

	}


	.big-text P{
		font-size: 20px;
		line-height: 30px;
	}	


	.parallax-bg{
		max-width: 100vw !important;
		overflow: hidden;
	}
	
	
	
	.parallax-bg.vc_row, .small-banner.vc_row{
		margin-left: 0;
		margin-right: 0;
	}
	
	.parallax-bg .vc_column_container > .vc_column-inner, .small-banner .vc_column_container > .vc_column-inner{
		padding-left: 0;
		padding-right: 0;
	}
	.parallax-bg  .vc_parallax-inner, .small-banner .vc_parallax-inner{
		background-image: none !important;
		
	}
	
	.parallax-bg .wpb_content_element, .small-banner .wpb_content_element{
		margin-bottom: 0;
	}
	
	.parallax-bg .vc_column-inner, .small-banner .vc_column-inner{
		padding-top: 0 !important;
	}
	.small-banner-spacer.vc_empty_space{
		display: none;
	}
	
	.header-small img{
		width: 70vw;
	}
	

}	


@media only screen and (min-width:960px) {
	.vc_parallax.parallax-bg, .hero-text, .two-cols{
		min-height: 100vh !important;

	}

	.wrapper .vc_parallax.parallax-bg::before{
		content: " ";
		display: block;
		position: absolute;
		z-index: 99;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;		
		box-shadow: inset 0px 0px 15px rgba(0,0,0, 0.3);
	}
	
	.small-banner-spacer{
	    min-height: 350px;
	}
	.parallax-bg img,  .small-banner img{
		display: none;
	}

}

@media only screen and (max-width:992px) {
	.brands-list{
	    padding-left: 15px !important;
	    padding-right: 15px !important;    
	    padding-bottom: 50px !important;    
	    
	}
    .brands-list  .vc_column-inner  {
        padding-top: 0px !important;
    }	
    
    .brands-list  .vc_column-inner  {
        padding-top: 0px !important;
    }    
}



@media only screen and (min-width:992px) {

	.brand-row:nth-child(even) .brands-image{
	    order: 2;
	}
	.brand-row:nth-child(even) .brands-list{
	    order: 1;
	}

}








/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 0px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 0px 20px;
}
.alignleft {
	float:left;
	margin:5px 0px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 0px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 0px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 0px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 0px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
