/*---:[ Mobile Menu ]:---*/
#questionsBoxText{
  display: none;
}

#footer .menu{
	display: none;
}

#menuToggle
{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-user-select: none;
    user-select: none;
    z-index: 999999;
    width: 50px;
    height: 40px;
    background-color: #06293d;
    border-right: solid 1px #fff;
}

#menuToggle a
{
  text-decoration: none;
  color: #fff;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
    background-color: #06293d;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
    display: block;
    width: 60%;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    margin: 5px auto;
    top: 5px;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0px;
  padding: 50px;
  padding-top: 125px;
  
  background: #06293d ;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


/*---:[ END OF Mobile Menu ]:---*/



#content {
   border-right: 0.5px solid #fff;
}

#content_box {
    background: none;
}

#mobileHeader, #mobileMenu{
  	display: none;
	max-height: 40px;
    background: #06293d;
}

.mobilead{
	display: none;
}

.primisWrapper{
	max-width: 700px; 
	margin: 10px auto; 
	float: none; 
	display: block;
}

.postauthor .avatar{
	display: none;
}

@media only screen and (max-width: 1085px) {
	#footerCopyright{
		width: calc(100% - 20px);
    	padding: 5px;
    	margin: 0 auto;	
	}

	.wp-pagenavi span.current, .page, .extend, .last, .first {
		display: none;
	}

	.previouspostslink, .nextpostslink{
   	 	padding: 10px !important;
   	 	font-size: 16px !important;
	}

	.previouspostslink{
    	margin: 0 20px !important;
	}

    .pages{
		padding: 10px !important;
    	font-size: 16px !important;
	}

	.wp-caption{
		max-width: 100%;
	}

	img{
		max-width: 100%;
    	height: auto;
	}

	.primisWrapper{
		max-width: 100%; 
        position: relative;
    	top: 50px;
    	margin-bottom: 50px;
		margin-top: 0;
	}

  .headline_area img{
    display: none;
  }

  #page{
    padding: 0;
  }

  .custom #container{
    padding: 0;
  }

  #header{
    display: none;
  }

  #mobileHeader, #mobileMenu{
    display: block;
  }
	
	.mobilead{
		display: block;
	}

  #mobileHeader{
	overflow-x: clip;
    position: absolute;
    z-index: 99999;
    top: 0;
    width: calc(100% - 50px);
    right: 0;
  }

  .custom #header {
    background-size: 100%;
  }

  #sidebar_2{
    display: none;
  }

  #sidebars{
    width: 185px;
  }

  #content, .search #content {
    width: 100%;
    width: calc(100% - 250px);
    border-right: 0.5px solid #fff;
    padding: 30px;
  }

  #main-navigation{
    display: none;
  }

  #header_widget{
    display: none;
  }

  .custom #container{
    border: none;
  }

  #multimedia_box{
    display: none;
  }
}

@media only screen and (max-width: 775px) {
  #sidebar_2{
    display: none;
  }

  #sidebar_1{
    display: none;
  }

  #content, .search #content {
    width: 100%;
    border-right: 0.5px solid #fff;
    width: calc(100% - 60.5px);
    padding: 30px;
  }

	.no_sidebars #content {
    	width: 100%;
    	border-right: 0.5px solid #fff;
    	width: calc(100% - 60.5px);
    	padding: 30px;
	}

  .custom .teasers_box{
    width: 100%;
    margin: 0;
  }

  #page{
    padding: 0;
  }

  .questions-box{
    background: none !important;
  }

  .custom #questions-search{
    padding: 0px;
  }

	.custom #questions-search input[type="text"] {
   	 	float: left;
    	height: 30px;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 18px;
    	width: 220px;
    	background-color: #fff;
    	border: 2px solid #999;
   		 border-radius: 5px;
	}

	.custom #questions-search input[type="submit"] {
		margin-top: 10px;
    	margin-left: 0;
    	width: 100%;
	}

	#questionsBoxText{
  		display: block;
		margin-top: 50px;
		font-size: 24px;
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 10px;
	}

}

