/*
Theme Name: Mike Weinberg Custom
Version: 1.0
Description: A child theme of Luxe
Author: milesaustin
Template: luxe
*/

@import url("../luxe/style.css");

/*Skeleton CSS*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

.bspr {
	display: none;
}


@media (max-width: 830px) {
.six.columns {
	display: inline-block;
	width: 100%;
	margin: auto;
}

.six.columns img {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	padding: 10px 0;
}

}

.six.columns { 
	height: 650px;
	padding: 10px 5px;
	margin: auto;
}
.six.columns h3 {
	text-align: center;
	font-size: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: 400;
	max-width: 550px;
	margin: auto;
}

.pagination-links {
	margin: auto;
	display: block;
	font-family: 'Montserrat';
	width: 350px;
}



.six.columns img:hover {
	opacity: .5;
}

.six.columns p {
	text-align: center;
	font-size: 14px;
	padding: 0 15px 0 15px;
	color: black;
	font-family: 'Montserrat';
	font-weight: 300;
	max-width: 550px;
	margin: auto;
}

.six.columns a {
	color: black;
	font-size: 20px;
}
.six.columns a:hover {
	color: #404040;
}

.blogcontainer form {
	margin: auto;
	display: block;
}

.searchandfilter ul {
	margin: auto;
	display: block;
	padding: 30px 0 0 0;
	width: 700px;
}

.searchandfilter ul li {
	margin-left: 25px;
	font-family: 'Montserrat';
	margin-top: 10px;
}

.searchandfilter input {
	width: 200px;
	font-family: 'Montserrat';
	font-size: 12px;
	height: 25px;
}

.searchandfilter select {
	width: 200px;
	font-family: 'Montserrat';
	text-align: center;
	font-size: 12px;
	height: 28px;
	border-radius: none;
}

input[type=submit]{
	background-color: transparent;
	border: #CF102D 1px solid;
	height: 28px;
	width: 150px;
	color: #CF102D;
}

input[type=submit]:hover{
	background-color: #CF102D;
	border: #CF102D 1px solid;
	color: white;
}

#newsletterbox {
	width: 100%;
	display: block;
	text-align: center;
	background: #67797a;
	margin-top: 50px;
	padding: 15px 0 50px 0;
}

#newsletterbox h2 {
	font-weight: 300;
	margin: 0;
}

#newsletterbox .row {
	max-width: 1100px;
	margin: auto;
}

#newsletterbox img {
	width: 130px;
	height: 90px;
	margin-top: 10px;
}

#newsletterbox h2, p, label {
	color: white;
}

#newsletterbox p {
	margin-bottom: 10px;
}

#newsletterbox label {
	margin: 10px 0 10px 0;
}

#newsletter input::placeholder {
  color: white;
  opacity: .9;
}

#newsletterbox input {
	padding: 5px;
	margin: 10px 0 10px 0;
	color: white;
	font-size: 20px;
	text-align: center;
	font-family: 'Montserrat';
	font-weight: 300;
	border-bottom: 2px solid white;
}

#newsletterbox form {
	margin-top: 10px;
}

#newsletterbox input[type=submit] {
	padding: 10px 20px 15px 20px;
	font-family:'Montserrat';
	font-size: 16px;
	height: 40px;
	width: 200px;
	background: transparent;
	border: 2px solid #edd349;
	color: #edd349;
}

#newsletterbox input[type=submit]:hover {
	border: 1px solid #edd349;
	background: #edd349;
	color: white;
}

.cnt a {
	color: #d76243;
	font-family: 'Montserrat';
    font-weight: 400;
}


.blogcontainer {
	width: 95%;
	margin: auto;
	padding-left: 25px;
}

.blogcontainer h1 {
	font-weight: 500;
}

input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid black;
}

.img img {
    object-fit: scalex;
	margin: auto;
	display: block;
	height: 250px;
	width: 500px;
	margin-bottom: 10px;
}
#sub1, #sub2 {
	height: 150px;
}


@media (min-width: 300px) {
#tcb_landing_page a:not(.tcb-button-link) {
    color: black;
	}
}

a.tve-m-trigger .t_tve_horizontal .tve_red {
	color: #000000;
}
