/* DESKTOP 1 */
@media only screen 
and (min-width : 1050px) 
and (max-width : 1120px)
and (orientation : landscape) {
.newsletter p {
  width: 60%;
}
.newsletter input.email {
  width: 25%;
}
.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}
.accordion .widget {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-weight: normal;
	background: url("../svg/arrow-down.svg") no-repeat 97% 5px;
	background-size: 2%;
}
.accordion .widget.is-active {
	background: url("../svg/arrow-up.svg") no-repeat 97% 5px;
	background-size: 2%;
}

.accordion .widget div {
	margin: 0;
	padding-bottom: 0.8rem;
	display: none;
}
.sidebar3 ul li:nth-child(1),
.sidebar3 ul li:nth-child(2),
.sidebar3 ul li:nth-child(3),
.sidebar3 ul li:nth-child(4),
.sidebar3 ul li:nth-child(5) {
  width: 100%;
  margin:0;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
}

@media only screen 
and (min-width : 1121px) 
and (max-width : 1200px)
and (orientation : landscape) {
.tester{
  width:50px;
  height: 50px;
  background:#F9F;
  position: fixed;
  top: 0;
  left:0;
  z-index: 50;
}	
.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}
.accordion .widget {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-weight: normal;
	background: url("../svg/arrow-down.svg") no-repeat 97% 5px;
	background-size: 2%;
}
.accordion .widget.is-active {
	background: url("../svg/arrow-up.svg") no-repeat 97% 5px;
	background-size: 2%;
}

.accordion .widget div {
	margin: 0;
	padding-bottom: 0.8rem;
	display: none;
}
.sidebar3 ul li:nth-child(1),
.sidebar3 ul li:nth-child(2),
.sidebar3 ul li:nth-child(3),
.sidebar3 ul li:nth-child(4),
.sidebar3 ul li:nth-child(5) {
  width: 100%;
  margin:0;
}
.newsletter p {
  width: 60%;
  font-size: 14px;
}
.newsletter input.email {
  width: 25%;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
}

@media only screen 
and (min-width : 1201px) 
and (max-width : 1400px)
and (orientation : landscape) {
.tester{
  width:50px;
  height: 50px;
  background: yellow;
  position: fixed;
  top: 0;
  left:0;
  z-index: 50;
}
.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}
.accordion .widget {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-weight: normal;
	background: url("../svg/arrow-down.svg") no-repeat 97% 5px;
	background-size: 2%;
}
.accordion .widget.is-active {
	background: url("../svg/arrow-up.svg") no-repeat 97% 5px;
	background-size: 2%;
}

.accordion .widget div {
	margin: 0;
	padding-bottom: 0.8rem;
	display: none;
}
.sidebar3 ul li:nth-child(1),
.sidebar3 ul li:nth-child(2),
.sidebar3 ul li:nth-child(3),
.sidebar3 ul li:nth-child(4),
.sidebar3 ul li:nth-child(5) {
  width: 100%;
  margin:0;
}
.newsletter p {
  width: 60%;
  font-size: 16px;
}
.newsletter input.email {
  width: 25%;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
}

/* DESKTOP 2 */
@media only screen 
and (min-width : 1401px) 
and (max-width : 1500px)
and (orientation : landscape) {
.tester{
  width:50px;
  height: 50px;
  background: green;
  position: fixed;
  top: 0;
  left:0;
  z-index: 50;
}	
.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}
.accordion .widget {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-weight: normal;
	background: url("../svg/arrow-down.svg") no-repeat 97% 5px;
	background-size: 2%;
}
.accordion .widget.is-active {
	background: url("../svg/arrow-up.svg") no-repeat 97% 5px;
	background-size: 2%;
}

.accordion .widget div {
	margin: 0;
	padding-bottom: 0.8rem;
	display: none;
}
.sidebar3 ul li:nth-child(1),
.sidebar3 ul li:nth-child(2),
.sidebar3 ul li:nth-child(3),
.sidebar3 ul li:nth-child(4),
.sidebar3 ul li:nth-child(5) {
  width: 100%;
  margin:0;
}
.newsletter p {
  width: 60%;
}
.newsletter input.email {
  width: 25%;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
}
/* DESKTOP 3 */
@media only screen 
and (min-width : 1501px)
and (max-width : 1800px) 
and (orientation : landscape) {
.tester{
  width:50px;
  height: 50px;
  background: red;
  position: fixed;
  top: 0;
  left:0;
  z-index: 50;
}	
.newsletter p {
  width: 60%;
}
.newsletter input.email {
  width: 25%;
}
}