/*
Theme Name: BTCA
Theme URI: https://oceanwp.org/
Description: OceanWP Custom Child Theme
Author: FWUK
Author URI: https://freelanceworks.co.uk/
Template: oceanwp
Version: 1.0
*/

a, a:hover, a:focus { text-decoration: none; outline: none !important; }
form textarea {	min-height: initial; line-height: 1.5; resize: vertical; }

/* Align main menu on Top menu header style */
#site-header.top-header .header-top .right {
    display: none;
}
div#site-header-inner {
    display: flex;
    display: -webkit-flex;
}
#site-header.top-header .header-top .left {
    margin: 0 auto;
}
