/*
Theme Name: Farah Child
Description: Child theme for the Farah. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: PeThemes
Author URI: http://pethemes.com
Template: farah
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* theme hacks */
.first--load .site-header { opacity: 1 !important;}
html, body { width: 100%; max-width: 100vw; overflow-x: hidden;}
/*body > header { position: sticky; top:0px;z-index: 999999;}*/

.site-header.header--sticky, .site-header.header--fixed { top: 0px; }

/* remove before going online */
.page-id-12745 .site-header, .page-id-12745 header {display: none;}

/* contact form :focus */
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #FFF !important;
}

/* hide title on hover image */
.single-image img {pointer-events: none !important;}
/* end theme hacks */