/*
Theme Name: Rosebud
Theme URI: http://rosebud.mikado-themes.com
Description: A Flower Shop and Florist WordPress Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: rosebud
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

h1 {
text-shadow: 2px 3px 2px rgba(49,21,167,0.55);
}
.mkdf-page-subtitle {
text-shadow: 1px 2px 1px rgba(0,0,0,0.24);
}
/* Dataroots make form placeholder transparent on focus css method */
input:focus::-webkit-input-placeholder { 
	color:transparent !important; }
input:focus:-moz-placeholder { 
	color:transparent !important; } /* Firefox 18- */
input:focus::-moz-placeholder { 
	color:transparent !important; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { 
	color:transparent !important; } /* IE 8 and older ;) */

.mkdf-pli-title entry-title {
	
	}

@media (max-width: 680px) {
	h2.mkdf-page-subtitle {		
		font-size: 15px !important;
        line-height: 0.9em !important;
	}	

	h1.mkdf-page-title {
		padding: 20px 0px 0px 0px;
	}	
	.mkdf-title-holder .mkdf-title-image img {
    display: block;
    width: 170% !important;
    }
	/*.wp-caption, img {
    max-width: 170% !important;
    height: auto;
}*/
	/*.mkdf-title-holder {
    max-width: 170% !important;
    height: auto;
}*/
	.mkdf-title-image {
    display: block;
    width: 170% !important;
    }
}


