/*
Theme Name: 	KnowHow
Theme URI: 		https://herothemes.com/?=knowhow
Author: 		HeroThemes
Author URI: 	https://herothemes.com/
Description: 	<strong>For updates:</strong> <a href="http://twitter.com/herothemes">Follow us on twitter</a> &ndash; <a href="http://www.facebook.com/herothemes">Join the Facebook Group</a>
Version: 		1.1.16
License: 		ThemeForest Regular License
License URI: 	http://themeforest.net/licenses/regular
Text Domain:	knowhow
*/

#article_title {
  font-weight: 900;
}

.entry-content {
	max-width: 666px;
}

div.forminator-custom-form {
  display: none !important;
}

form.forminator-custom-form {
    margin-bottom: 40px;
    display: flex !important;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    height: 198px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 896px) and (max-width: 975px) {
  form.forminator-custom-form {
     background-size: contain;
  } 
}

@media (min-width: 771px) and (max-width: 895px) {
  form.forminator-custom-form {
    height: initial;
  } 
} 

@media (min-width: 595px) and (max-width: 770px) {
  form.forminator-custom-form {
    height: 198px;
  } 
} 

@media (min-width: 520px) and (max-width: 594px) {
  form.forminator-custom-form {
    height: initial;
  } 
} 

@media (min-width: 445px) and (max-width: 519px) {
  form.forminator-custom-form {
    height: 198px;
    background-size: cover;
  } 
} 
