/*
 Theme Name:   Travelify Child
 Description:  Travelify Child Theme
 Author:       Kevin Johnston
 Template:     travelify
 Version:      1.0.0
*/


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


add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style');
function enqueue_parent_theme_style() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
}

/* The following statements are to adjust formatting of the various comment forms
in the website. - KLJ */

.wpcf7 input[type="text"] {width:355px;}

.wpcf7 textarea.wpcf7-textarea { width:670px;}

#wpcf7-f2167-p753-o1 form {
   width: 685px;
   margin: 0 auto;
}

#wpcf7-f1155-p375-o1 form {
   width: 685px;
   margin: 0 auto;
}

/* The following statement removes the title from the "Who We Are" (The Wonderful Church Life) page, so that it will not display at the left. The title is replaced by the manual one within the page itself (centered). - KLJ */

.page-id-1209 .entry-title { display: none; }

