/*
Theme Name: peakpelvic
Template: generatepress
*/


/************************************************
**  
**  GeneratePress Tweaks Section
**
************************************************/



/************************************************
**  
**  Custom Styles Section
**
************************************************/

.site-footer a {
	text-transform: normal;
	text-decoration: none;
	color: #ffffff;
}

.button-footer {
	font-family: "Playfair Display", Sans-serif;
	font-size: 17px;
	background-color: #ffffff;
	color: #000000;
	padding: 15px;
	font-weight: 700!important;
	border-radius: 30px;
}

.nav-menu-button {
	background-color: #c2c7bd;
	border-radius: 30px;
}




/* =Contact Form 7 Styles
-------------------------------------------------------------- */
.wpcf7-form {
    background: none;
    width : 100%;
	max-width: 600px;
    overflow: hidden;
    margin: 0px;
}
.wpcf7-form-control-wrap {
	margin: 0px;
	padding: 0px;
}
.wpcf7-form input.wpcf7-form textarea {
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    font-size: 16px;
    float: none;
    margin: 0px 0px 0px 0px;
}
.wpcf7-form input {
    line-height: 1;
    font-size: 16px;
	padding: 3px;
    height: 30px;
}
.wpcf7-form textarea {
    line-height: 1;
	background-color: #f9f9f9;
	margin: 0px;
    font-size: 16px;
	padding: 3px;
    height: 200px;
	width: 100%;
}
.wpcf7-form p {
    font-size : 16px;
	text-align: left;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
}
.wpcf7-form-control.wpcf7-text { width: 100%; padding: 3px; margin: 0px;}
span.wpcf7-list-item {
	font-family: Arial, Helvetica, sans-serif;
}
span.wpcf7-list-item-label { vertical-align: top; padding: 0px 30px 0px 0px;}
span.wpcf7-form-control.wpcf7-radio { vertical-align: bottom;}
.wpcf7-form-control.wpcf7-submit {
 	margin-left: 0px;
	color: #000;
	background-color: #e6e6e6;
	border: 1px solid #000;
	padding: 5px 10px 5px 10px;
}
.wpcf7-form-control.wpcf7-submit:hover {
	color: #000;
	background-color: #73c6cf;
}


/************************************************
**  
**  Media Queries Section
**
************************************************/


/* When the screen width is less than 470px */
@media only screen and (max-width: 470px) {
	
}

/* When the screen width is less than 600px */
@media only screen and (max-width: 600px) {
	
	
}

/* When the screen width is between 470px and 600px */
@media only screen and (min-width: 470px) and (max-width: 600px){
	
}


/* When the screen width is between 600px and 770px */
@media only screen and (min-width: 600px) and (max-width: 770px){
	
}

/* When the screen width is less than 770px */
@media only screen and (max-width: 770px) {
   
}

/* When the screen width is between 770px and 1100px */
@media only screen and (min-width: 770px) and (max-width: 1100px){
	
}



