@import url('styles/reset.css');
@import url('styles/fonts/MyFontsWebfontsKit.css');

/*
Theme Name: Thermador Blog v2
Author: RD&M
Author URI: http://rudeluvdesigns.com
Description: A custom wordpress theme for Thermador's Blog
Version: 1.0
License: 
*/

body {
	font-family: 'Helvetica', Arial, sans-serif;
}

p {
	font: 12px/18px 'Helvetica', Arial, sans-serif;
	margin: 10px 0;
}

a {
	text-decoration: none;
	color: #209ae4;
}

.clear {
	clear: both;
}

.white { color: #fff; }
.black { color: #000; }
.blue  { color: #209ae4; }

/* Main Content Areas
-----------------------------------------------------*/

#header {
	padding-top: 30px;
	background-color: #fff;
	position: relative;
	margin-bottom: 30px;
}

#content {
	position: relative;
}

#footer {
	position: relative;
}

#subfooter {
	background-color: #000000;
    margin-top: 20px;
    position: relative;
}

/* Sub Content Areas
-----------------------------------------------------*/

#main-content {
	width: 64%;
	margin-right: 3%;
}

#sidebar-content {
	width: 33%;
	float: right;
}

#content > .inner-container > div {
	float:left;
}

.inner-container {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

/* Header
-----------------------------------------------------*/

h3#blog-title {
	text-align: center;
	margin: 30px 0 30px;
}

#blog-title {
 height:40vh;
background-image: URL("https://thermadorblog.wpengine.com/wp-content/uploads/2022/10/thermador-blog-header-image-background-only.png");
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

#blog-title img {
	display: inline-block;
}

#blog-title .header-img-container {
	width: 5%;
	height: 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-color: #000;
	vertical-align: top;
}

#blog-title .header-img-container img {
	width: auto;
	height: 100%;
}
/*
#blog-title span {
	color: #000;
	display: block;
	margin-top: 5px;
	font: 12px/18px 'Helvetica', Arial, sans-serif;
	font-style: italic;
}
*/

#blog-title #header-copy-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -415px;
	margin-top: -98px;
}

#blog-title #header-images {
    position: relative;
    padding:100px;
  
}

.link-container {
    text-decoration: none;
    color: #209ae4;
}

#blog-title #header-overlay {
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.toolbar {
	position: absolute;
	top: 7px;
	right: 0;
}

.social-container {
	display: inline-block;
	position: relative;
	top: 2px;
}

.social-container ul {
	list-style-type: outside none outside;
	text-align: center;
}

#header .social-container ul li {
	display: inline-block;
	margin-left: 15px;
}

#footer .social-container ul li {
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
}

.search-container {
	width: 200px;
	display: inline-block;
	position: relative;
	background-color: #fff;
	vertical-align: top;
	border: 1px #666 solid;

	-moz-border-radius: .6em; 
	-webkit-border-radius: .6em;
	border-radius: .6em;
}

#searchform {
	vertical-align: top;
	height: 25px;
}

#searchform #s {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #333333;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 7px;
    position: relative;
    text-transform: uppercase;
    width: 85%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

#searchform #searchsubmit {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
    font-weight: bold;
    margin: 8px 0 0;
    padding: 0;
    width: 20px;
    cursor: pointer;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

#header-top {
	padding-bottom: 30px;
	border-bottom: 1px #666 solid;
}

#header-bottom {
	position: relative;
	padding-bottom: 20px;
}

#menus h3 {
	padding-top: 15px;
}

.menu-nav-container {
	display: inline-block;
}

#menu-nav {
	padding-top: 60px;
	display: inline-block;
}

#menu-nav li {
	display: inline-block;
}

#menu-nav li a {
	color: #fff;
	text-decoration: none;
	font-family: 'AvenirLTStd-Medium';
	font-size: 2em;
	font-weight: bold;
	margin-right: 20px;
	text-transform: uppercase;
}

#menu-nav li a:hover {
	color: #209ae4;
}

#secondary-nav {
	position: relative;
	display: inline-block;
	padding-top: 10px;
	width: 100%;
	margin-top:40px;
}
#secondary-nav .menu {
	list-style: none;
	float: right;
	text-align: center;
	width: 100%;
}
#secondary-nav .menu li {
	display: inline-block;
	margin: 0 14px;
}
#secondary-nav .menu li a {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}
#secondary-nav .menu li a:hover {
	color: #209ae4;
}


/* Index Content
-----------------------------------------------------*/

.half {
	width: 45%;
	margin: 1% 2%;
	display: inline-block;
	vertical-align: top;
}

#cover {
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 6px 17px rgba(10,11,11,.25); /* drop shadow */
	-webkit-box-shadow: 0 6px 17px rgba(10,11,11,.25); /* drop shadow */
	box-shadow: 0 6px 17px rgba(10,11,11,.25); /* drop shadow */
}

#cover .sticky-img-container {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

#cover .sticky-img-container img {
	width: 100%;
	height: auto;
}

#cover .post-date, .index .post-date {
	position: relative;
	margin-top: 20px;
}

h3.index-title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
	font-family: 'AvenirLTStd-Medium';
}

h3.index-title a {
	color: #000;
}

.index .post {
	width: 45%;
	margin: 0 4% 2% 0;
	display: inline-block;
	vertical-align: top;
}

.index .index-title {
	font-size: 18px;
	font-family: 'AvenirLTStd-Medium';
}

.index .post-image-container {
	width: 100%;
	height: 115px;
	overflow: hidden;
}

.index .post-image-container img {
	width: 100%;
	height: auto;
}

.read-more {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'AvenirLTStd-Medium';
}

#pagination {
	font-family: 'AvenirLTStd-Medium';
}

/* Content
-----------------------------------------------------*/

#cover { 
	width: 100%;
	margin: 0 0 30px;
}

.post {
	position: relative;
}

/*h3.post-title {
	padding: 15px;
	background-color: #000;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'AvenirLTStd-Medium';
}

h3.post-title a {
	color: #fff;
}

h3.post-title a:hover {
	color: #209ae4;
}*/

.post-details {
	position: relative;
}

.author-img {
	display: inline-block;
	width: auto !important;
}

h4.author-title {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	/*font-family: 'AvenirLTStd-Medium';*/
}

h4.author-title a {
	color: #000;
}

h4.author-title a:hover {
	color: #209ae4;
}


h4.author-title span {
	display: block;
	color: #000;
	text-transform: none;
	font-size: 12px;
	padding-bottom: 3px;
	font-weight: normal !important;
}

h5.post-date {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
}

.post-content {
	margin-bottom: 15px;
}

.post-content img {
	width: 100%;
	height: auto;
}

.meta {
	border-top: 1px solid #CCCCCC;
    font: 12px/18px Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    padding-top: 10px;
}

.post-categories li { 
	float: left;
	margin-right: 10px;
}

table img {
	width: auto !important;
	height: auto !important;
}

table {
	font: 12px/18px Helvetica, Arial, sans-serif;
}

table tr td {
	padding-bottom: 15px;
}

strong {
	font-weight: bold;
}

#pagination {
	background-color: #000;
}

#pagination a {
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	display: inline-block;
}

#pagination .past-page {
	width: auto;
	text-align: left;
	position: absolute;
}

#pagination .next-page {
	width: auto;
	text-align: right;
}

/* Comments
-----------------------------------------------------*/

#comments {
	margin: 30px 0;
	border-top: 1px #ccc solid;
	padding-top: 20px;
}

h2.comments-title, #reply-title {
	padding: 10px;
	color: #fff;
	background-color: #000;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	clear: both;
	margin-bottom: 15px;
	font-family: 'AvenirLTStd-Medium';
}

.commentlist {
	margin-bottom: 50px;
}

article.comment {
	margin-bottom: 20px;
}

.comment-avatar {
	display:inline-block;
	margin-right:3%;
	vertical-align:top;
	width:6%;
}

.comment-avatar img {
	width: 100%;
	height: auto;
}

.comment-container {
	display: inline-block;
	vertical-align: top;
	width: 88%;
}

.comment-container .reply {
	font-size: 12px;
}

.comment-meta {
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

.comment-meta cite {
	text-transform: uppercase;
}

.comment-container a {
	color: #333;
}

.comment-container a:hover {
	color: #209ae4;
}

.comment-time {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:0;
	top:0;
}

.comment-content p {
	margin: 10px 0;
}

#respond label {
	display: none;
}

#respond input, #respond textarea {
	border: none;
	background-color: #eee;
	color: #333;
	padding: 10px;
}

#respond p {
	margin: 0 0 10px 0;
}

#respond .form-submit input {
	background-color: #fff;
	cursor: pointer;
	color: #209ae4;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 0;
	float: right;
}

#respond .comment-notes {
	display: none;
}

#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
	/*width: 33%;*/
	width: 100%;
}

#respond p.comment-form-author input,
#respond p.comment-form-email input,
#respond p.comment-form-url input {
	width: 100%;
}

#respond form {
	position: relative;
}

#respond p.comment-field {
	/*width: 66%;
	height: 100%;
	position: absolute;
	top: 1px;
	right: 0;*/
}

#respond p.comment-field textarea {
	width: 100%;
	height: 128px;
	font: 12px/18px Helvetica, Arial, sans-serif;
}

#respond .form-allowed-tags {
	clear: both;
}

.form-allowed-tags {
	display: none;
}

span.required {
	display:none;
}


/* Category Page
-----------------------------------------------------*/

#category-list {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	color: #209ae4;
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
}

#category-list li {
	margin-bottom: 10px;
}

/* Sidebar
-----------------------------------------------------*/

#sidebar-content a.sidebar-ad {
	display: block;
	margin-bottom: 20px;
}

#sidebar-content a.sidebar-ad img  {
	width: 100%;
}

#sidebar-content {
	font-size: 12px;
	line-height: 18px;
}

#sidebar-content > div {
	margin-bottom: 50px;
}

#sidebar-content ul li { 
	margin-bottom: 15px;
}

h3.sidebar-title, h3.side-title, h3.post-title {
	/*font-size: 24px;
	color: #fff;
	background-color: #000;
	padding: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 24px;
	font-family: 'AvenirLTStd-Medium';*/

	font-size: 20px;
	color: #fff;
	background-color: #000;
	padding: 12px 8px 8px 8px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'AvenirLTStd-Medium';
}

.author-box {
	margin: 10px 0;
}

#sidebar-content .avatar {
	padding-right: 5px;
}

/* Footer
-----------------------------------------------------*/

#footer .inner-container {
	padding-top: 50px;
	margin-top: 50px;
	margin-bottom: 30px;
	border-top: 1px #ccc solid;
}

.footer-col {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 10px 0;
}

h3.footer-title {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0 2px;
}

#footer .footer-col ul li a {
	font: 11px/18px Verdana, sans-serif;
	color: #333;
}

#footer-left, #footer-right {
	display: inline-block;
	vertical-align: top;
}

#newsletter-signup {
	border-top: 1px #ccc solid;
	padding-top: 15px;
	margin-top: 10px;
}

#newsletter_label,
#newsletter_email,
#newsletter_submit {
	float: left;
	height: 40px;
	text-transform: uppercase;
}

#newsletter_label {
	font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    padding-top: 10px;
    width: 135px;
}

#newsletter_email {
	width: 250px;
	border: none;
	background-color: #eee;
	padding: 0 10px;
}

#newsletter_submit {
	background-color: #000;
	color: #fff;
	border: none;
	cursor: pointer;
}

/* Sub Footer
-----------------------------------------------------*/

#subfooter p {
	color: #fff;
}

#subfooter ul {
	float: right;
	margin: 20px 0;
}

#subfooter li {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}

#subfooter li a {
	font: 10px/12px Verdana, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

#subfooter li a:hover {
	color: #209ae4;
}

#copyright {
	display: inline-block;
}

/* Media Queries
-----------------------------------------------------*/

@media only screen and (min-width: 1066px) {
	.inner-container {
		width: 980px;
	}
}

@media only screen and (max-width: 1065px) {
	.inner-container {
		width: 92%;
	}

	#sidebar-content .author-title {
		display: block;
	}
}

@media only screen and (min-width: 741px) {
	#mobile-menu {
		display: none;
	}
	#mobile-search {
		display: none;
		margin:10px;
	}
	#menus {
		display: block!important;
	}
}


@media only screen and (max-width: 1170px) {

	#blog-title #header-copy-img {
		position: absolute;
		left: 15%;
		top: 12%;
		margin-left: auto;
		margin-top: 0;
		width: 70%;
	}

}

@media only screen and (max-width: 740px) {
	#content {
		overflow: hidden;
	}

	.tags a {
		display: inline-block;
	}

	#content > .inner-container > div {
		display: block;
	}

	#main-content {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#sidebar-content {
		width: 100%;
	}

	#menus {
		display: none;
	}

	#mobile-search {
		display: inline-block;
		margin:10px;
		width:77%;
	}

	#mobile-menu {
		padding: 20px 0 10px;
		display: block;
		text-align: right;
	}

	#mobile-menu a {
		margin-left: 15px;
	}

	.search-container {
		position: absolute;
		top: 0;
		z-index: -1;
		display: none;
	}

	#mobile-search {
		background-color: #fff;
		-moz-border-radius: .6em; 
		-webkit-border-radius: .6em;
		border-radius: .6em;
		border: 1px #666 solid;
	}

	#searchform {
		height: 25px;
	}

	#searchform #s {
	    font-size: 12px;
	}

	#searchform #searchsubmit {
	    font-size: 12px;
	    width: 14%;
	}

	.menu-nav-container {
		display: block;
	}

	#menu-nav {
		padding-top: 0;
	}

	#menu-nav li {
		display: block;
		margin-bottom: 5px;
	}

	#menu-nav li a {
		color: #fff;
		text-decoration: none;
		font-size: 2em;
		font-weight: bold;
		margin: 0;
		text-transform: uppercase;
	}

	#secondary-nav {
		padding-top: 0;
		display: block;
		float: none;
	}

	#secondary-nav .menu {
		list-style-type: none;
		float: none;
		text-align: left; 
	}
	#secondary-nav .menu li {
		display: block;
		margin: 0 0 10px 0;
	}
	#secondary-nav .menu li a {
		font-size: 1.4em;
		font-weight: bold;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		font-family: 'AvenirLTStd-Medium';
	}

	#cover .sticky-img-container {
		text-align: center;
	}

	#cover .sticky-img-container img {
		height: 100%;
		width: auto;
	}

	.sticky-content .half {
		width: 84%;
		display: block;
		margin: 2% 8% 4%;
	}

	.index .post {
		width: 100%;
		display: block;
		margin: 2% 0 4%;
		border-bottom: 1px #ccc solid;
	}

	.social-container ul li {
		margin-left: 8px;
	}

	#menus h3 {
		display: none;
	}

}


/*New Hero code starts here*/
#header-copy-container{
	position: absolute;
	left: 60%;
	top: 60%;
	margin-left: -415px;
	margin-top: -98px;
	display:none;
  }
#custom-header-copy-container{
  position: relative;
  width:100%;
  height:100%;
  min-height:300px;
  padding-top:15vh;
}
  #header-copy {
	  text-align:center;
	  font-family: 'Didot', sans-serif;
	  color:#fff;
	  font-size:5rem;
	  font-style:italic;
  }
  
  .bold-normal{
	font-weight:600;
	font-style:normal;
	font-family: 'Didot', sans-serif;
  
  }
  
  #header-subcopy{
	  text-align:center;
	  color:#fff;
	  font-size:2rem;
	  font-family: 'Didot', sans-serif;
	  line-height: 0px;
  }
  
  #header-subcopy img{
	width:9rem;
  }

@media only screen and (max-width: 1170px) {

	#header-copy-container{
		position: absolute;
		left: 15%;
		top: 12%;
		margin-left: auto;
		margin-top: 0;
		width: 70%;
	}
  #header-copy {
	  
	  font-size:2.4rem;
	  
  }
	#header-subcopy img{
	  width:5rem;
	}
  }

  @media only screen and (max-width: 600px) {

   #header-copy {
	  
	  font-size:1.4rem;
	  
  }
	#header-subcopy img{
	  width:3rem;
	}
  }

/*New Footer code starts here*/


/* Style the buttons that are used to open and close the accordion panel */
#footer .inner-container {
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-top: 1px #ccc solid;
  }
 
  .inner-container {
	width: 92%;
  }
  .inner-container {
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 980px;
  }
  
  .footer-col {
	font: 11px/18px Verdana, sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: 0 85px 10px 0;
	width:155px;
  }
  
  #subfooter {
	background-color: #000000;
	margin-top: 20px;
	position: relative;
  }
  h3.footer-title {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0 2px;
  }
  
  
  ol,
  ul {
	list-style: none;
  }
  
  
  .footer-col ul li a span{
	 font: 11px/18px Verdana, sans-serif;
  }

.footer-col ul li a {
	font: 11px/18px Verdana, sans-serif;
	color: #333;
  }
  
  #footer .social-container {
	display: inline-block;
	position: relative;
	top: 2px;
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 980px;
	width:92%;
  }

  .footer-ul{
	  text-align: right!important;
  }
  
  .social-container a {
	color: #333;
  }
  
  h3.footer-title {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-transform: none!important;
	margin: 10px 0 2px;
	cursor:auto;
  }

  #footer .social-container ul li {
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
	font:Verdana, sans-serif;
}
.accordion {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border-top: 1px solid #000;
	border-bottom: 0px;
	border-right:0px;
	border-left:0px;
	transition: 0.4s;
	background-color:#ffffff;
  }
  
  
  .panel {
	font: Verdana, sans-serif!important;
	background-color: white;
	display: block;
	overflow: hidden;
	text-decoration:none;
	color:#000;
  }
  
  
  .footer-divider{
	  display:none;
	}
  .f-dropdown{
		pointer-events: none;
  }
  .block{
	display:block!important;
  }

  @media only screen and (max-width: 600px) {
	#footer .inner-container {
		border-top: 0px solid;
	}
	.footer-ul{
	  text-align:left!important;
	}
	.footer-col {
	  width:100%;
	  margin:0px;
	}
   .footer-divider{
	  border-top:1px solid #000000;
	  display:block;
	  min-width:100%;
	}
	h3.footer-title{
		cursor:pointer;  
		margin:0px;
		padding:0px 8px;
	   }
	.panel {
		display: none;
		padding: 0px 12px ;
	}
	.f-dropdown{
		pointer-events: auto;
  }
  }

/*New code starts here*/

#header-copy-container{
  position: relative;
  width:100%;
  height:100%;
  min-height:300px;
}
#header-copy {
    text-align:center;
    font-family: 'Didot', sans-serif;
    color:#fff;
    font-size:5rem;
    font-style:italic;
}

.bold-normal{
  font-weight:600;
  font-style:normal;
  font-family: 'Didot', sans-serif;

}

#header-subcopy{
    text-align:center;
    color:#fff;
    font-size:2rem;
    font-family: 'Didot', sans-serif;
    line-height: 0px;
}

#header-subcopy img{
  width:9rem;
}

#shiftnav-toggle-main{
	display:none;
}

@media only screen and (max-width: 600px) {
	
#shiftnav-toggle-main{
	display:block;
}
#header-bottom {
	padding-bottom:0px;
}
#header-copy {
    
    font-size:2.4rem;
    
}
  #header-subcopy img{
    width:7rem;
  }
}

#shiftnav-toggle-main {
	background-color:#fff !important;
	font-size:20px !important;
}

#shiftnav-toggle-main.shiftnav-toggle-style-burger_only{
	margin-top:105px!important;
}

#shiftnav-toggle-main .shiftnav-toggle-burger{
	padding:10px 20px !important;
}