/**
Theme Name: cst
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: https://cst-instruments.uk
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cst
Template: astra
*/
:root {
  --tda-global-color-0: #023835;
  --tda-global-color-1: #be6c44;
}
button:focus,button:active,input:focus{outline:none!important}
input::-webkit-input-placeholder{opacity:.9}
input:-ms-input-placeholder{opacity:.9}
input::placeholder{opacity:.9}
body.single .ast-single-post-featured-section{display:none}

@media (min-width: 1024px) {
body.single .ast-article-single .single-layout-1{display:flex;flex-wrap:wrap}

body.single .ast-article-single .single-layout-1 .entry-content.clear {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}

body.single .ast-article-single .single-layout-1 .tda-post-product-thumbnail-left{
  flex-grow: 1;

    width:48%;
    padding-right:1.5%;

}
body.single .ast-article-single .single-layout-1 .entry-header {
   flex-grow: 1;
width:50%;
}
}
.ast-article-single img{box-shadow:none!important;}
.tda-post-product-title{padding-top:20px;}
.wpcf7-form-control.wpcf7-textarea{max-height:80px;}