/*
Theme Name: NWRRC
Template: Total
Theme URI: https://madebyewd.com
Author: EWD
Author URI: https://madebyewd.com
Version: 2.0
Description: Premium Multi-purpose WordPress Child Theme developed by EWD, www.madebyewd.com. This is a child theme development of the framework Total theme which must also be present for this theme to work correctly. EWD for Web Design and Web Development, WordPress Web Design Specialists. EWD provide a whole range of services including WordPress Support Packages. For hosting tryGB Hosting, www.gbhosting.co.uk for feature packed low-cost web hosting and domain names. Please note a link to our website must always exist in the footer of your website. If you want to remove it, contact us and we will provide you a current value to remove our link.
Tags: custom-colors,accessibility-ready,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 1.0
Updated: 2020-09-22 10:02:40
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Universal */

h5, h6 {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    color: #00815b;
}

.hide-post-edit .ticon.ticon-times {
	color: #fff!important;
	padding-right: 0vw!important;
}

/* Headers */

/* Content */

.vc_figure-caption {
    font-size: 0.9em !important;
}

/* Navigation */



/* Forms */

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 0px;
}

/* Footer */

/* Device Screen Widths */

/* Desktop Screens  */

@media only screen and (min-width: 1025px) {
    body.wpex-has-vertical-header #site-header.header-six {
    box-shadow: 0 0 7px rgb(0 0 0 / 30%)!important;
}
}

form.wpcf7-form.init {
    padding-left: 0vw;
}

/* Tablets  max width 1024px */

@media screen and (max-width: 1024px) {
    #site-logo img {
        max-width: 75%;
        opacity: 1!important;
    }
	
.wptb-table-container table {
    min-width: auto!important;
}

}

/* Tablets Portrait min width 768px  max width 1024px*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}


/* Tablets Landscape min width 768px max widht 1024px  */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

/* Phones */

@media screen and (max-width: 767px) {}

/* Phones Portrait */

@media only screen and (min-device-width: 320px) and (max-device-height: 766px) and (orientation: portrait) {}

/* Phones Landscape */

@media only screen and (min-device-width: 320px) and (max-device-height: 766px) and (orientation: landscape) {}