/*
 Theme Name:   Frederick Muller
 Theme URI:    http://frederickmuller.com
 Description:  Theme for Frederick Muller Photography website
 Author:       Dynamique Web
 Author URI:   http://dynamiqueweb.co.nz
 Template:     photographer-wp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:        
 Text Domain:  Photographer-child
*/



.s1 {
    font-size: 40px;
    line-height: 1.1;
}

.button.big {
	float:right;
}
.bookingtext > h4 {
	margin-top: 20px;
}

.bookingtext-about > h4 {
	margin-top: 10px;
}


.site-title img {
	max-height: 200px;
}

.row.aboutphoto {
    margin-left: 80px;
}

.aboutphoto img {
    margin-left: -30px;
}


/* Media Queries */ 
@media only screen and (max-width : 320px) {
.aboutphoto img {
	margin-left: 0px;
		margin-right: 40px;
}

blockquote .s1 > i {
    font-size: 10px;
}

.button.big {
	float: none;
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.aboutphoto img {
	margin-left: 0px;
	margin-right: 40px;
   } 

blockquote .s1 > i {
    font-size: 20px;
    line-height: 0.8;
}

.button.big {
	float: none;
}

}

@media screen and (max-width: 768px) { 
.grecaptcha-badge { 
    visibility: hidden;
	opacity: 0;
}
.col-xs-6:nth-child(2n+1) { 
clear: left; 
} 

.row.aboutphoto { 
	margin-left: 0; 
	text-align: center; 
}
}
