/*
Theme Name: The Wedding Day Child
Author: Vamtam
Author URI: http://vamtam.com
Template: the-wedding-day
*/
@media (min-width: 1300px) {
  body.full header.main-header .first-row { background-size: 101% auto; }
}

.page-id-6172 header.main-header .first-row,
body.page-id-6172 {
 background: #fff;
}
.circle-image  {  
width: 230px;
height: 230px;
-webkit-border-radius: 115px;
-moz-border-radius: 115px;
-ms-border-radius: 115px;
-o-border-radius: 115px; 
border-radius: 115px;
}

.circle-image2  {  
width: 380px;
height: 350px;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px; 
}

body.page-id-6172 .copyrights { display: none }

.button {
    background-color: #659ad2; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: "Montserrat", Times, serif !important;
}

blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
}

wpcf7-form-control {    
	background-color: #659ad2 !important;
	font-family: "Montserrat", Times, serif !important;
}

wpcf7-submit {    
	background-color: #659ad2 !important;
	font-family: "Montserrat", Times, serif !important;
}

minimal-brown {    
	font-family: "Montserrat", Times, serif !important;
}

wpcf7-form-control.wpcf7-submit {    
	background-color: #659ad2 !important;
}

input.wpcf7-form-control.wpcf7-submit {    
	background-color: #659ad2 !important;
	color: #FFFFFF !important;
	border-radius: 25px !important;
}

@media (max-width:768px){
	aside.right{
		display:none;
	}
	.row > div.parallax-bg-suspended {
		background-attachment: fixed !important;
		background-position: center center !important;
		background-size: cover !important;
		left: 0px !important;
		right: 0px !important;
		margin-left: -30px !important;
		margin-right: -30px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media (min-width:960px){
	aside.right {
		position: absolute;
		right: 0px;
	}
}

.limit-message {
	font-size: 30px;
	text-align: center;
	padding: 30px;
	font-weight: bold;
}