/*
Theme Name: Magazine News Byte Premium Child
Template: magazine-news-byte-premium
Author: wpHoot
Version: 1.0
*/

/* * * * * * * * * * * * * * * *
 * GENERAL CUSTOMIZATIONS
 */

/* Custom Classes */
.lcta-center { display: block; margin-left: auto; margin-right: auto; text-align: center; }
.lcta-detour { text-align: center; font-size: 1.2em; background-color: #ffe0bc; color: #c8640d; padding: .8em; }
.lcta-alert { text-align: center; font-size: 1.2em; background-color: #ff0000; color: #c8640d; padding: .8em; }
.lcta-font-medium { font-size: 20px; line-height: 150%; }
.lcta-quicknav a + a::before { color: #777; content: ' // '; }
.lcta-nowrap { white-space: nowrap; }

/* WordPress Class Overrides */
.has-large-font-size { line-height: normal; }  /* Space large fonts correctly */
.loop-pretitle { display: none; }  /* Remove breadcrumbs from title - e.g. Parent >> Page Title */
.more-link { display: none; }  /* Hide the 'Read More' links on posts */
div.menu-toggle, div.menu-toggle-active { display: none; }  /* Hide wpHoot menu on mobile */

/* * * * * * * * * * * * * * * *
 * CONTACT FORM 7
 */
.hoot-cf7-style .wpcf7-form p.full { width: 94%; }
.hoot-cf7-style .wpcf7-form p textarea { width: 100%; }
.hoot-cf7-style .wpcf7-form .submit input { width: auto; }
.wpcf7 input[type="submit"] { padding: 13px 55px 15px; font-size: 1em; line-height: 1.428571em; }
.lcta-col-one-third select, .wpcf7-date { -moz-appearance:none; width: 100%; }
.lcta-col-one-third { position: relative; margin-right: 4%; float: left; margin-bottom: 20px; width: 30.66%; }
.lcta-col-last { margin-right: 0 !important; clear: right; }
@media only screen and (max-width: 767px) { .lcta-col-one-third { width: 100%; margin-right: 0; } }