/* -------------- @MEDIA -------------*/

/* ----------- iPhone 1-5S and GALAXY S3-S5 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 640px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	 #container {width:94%; padding:3%;}
	 #wordmark {width:100% !important; margin-left:5px !important;
	 height: 32px;
	-webkit-background-size: 32%;
  -moz-background-size:  32%;
  -o-background-size:  32%;
  background-size:  32%;}
	/*.giveOptionTabs li {height:50px;}
	.giveOptionTabs li:first-child a, .giveOptionTabs li:nth-child(2) a, .giveOptionTabs li:nth-child(3) a {padding:15px 10px !important; font-size:.563em;}*/
	.giveOptionTabs {margin-top:0px;}
	.giveOptionTabs p {font-size:.563em !important; height:37px;}
	.giveOptionTabs a {padding:15px 8px !important;}
	#txtFundSearch {width:77%;}
	#txtDonorFName {width:60%;}
	#txtDonorStreet1 {width:68%;}
	#txtDonorStreet2 {width:18%;}
	#txtDonorEmail2 {width:85%;}
	.prevButton {margin-right:8px; width:40%;}
	.continueButton2 {width:40%;}
	.submitPayment {width:50%;}
    #sitecues-badge { display: none;}
}
  
  
/* iPhone 1-5: Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 640px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  #container {width:94%; padding:3%;}
	  #wordmark {margin-left:5px !important;}
	  /*.giveOptionTabs li {height:50px;}
	.giveOptionTabs li:first-child a, .giveOptionTabs li:nth-child(2) a, .giveOptionTabs li:nth-child(3) a {padding:15px 20px !important; font-size:.875em;}*/
	.giveOptionTabs {margin-top:0px;}
	.giveOptionTabs p {font-size:.875em !important; height:45px;}
	.giveOptionTabs a {padding:15px 20px !important;}
	#txtGive {width:92%;}
	#txtFundSearch {width:85%;}
	#txtDonorFName {width:60%;}
	#txtDonorLName {width:75%;}
	#txtDonorStreet1 {width:60%;}
	#txtDonorStreet2 {width:15%;}
	#txtDonorEmail2 {width:72%;}
    #sitecues-badge {
        display: none;
    }
  }
  
  
 /* ----------- iPhone 6 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  	#container {width:94%; padding:3%;}
	#wordmark {margin-left:5px !important;}
	/*.giveOptionTabs li {height:50px;}
	.giveOptionTabs li:first-child a, .giveOptionTabs li:nth-child(2) a, .giveOptionTabs li:nth-child(3) a {padding:15px 12px !important; font-size:.625em;}*/
	.giveOptionTabs {margin-top:0px;}
	.giveOptionTabs p {font-size:.625em !important; height:38px;}
	.giveOptionTabs a {padding:15px 11px !important;}
	#txtFundSearch {width:82%;}
	#txtDonorFName {width:40%;}
	#txtDonorStreet1 {width:90%;}
	#txtDonorStreet2 {width:90%;}
    #sitecues-badge {
        display: none;
    }
  }
  
  
  /* iPhone 6: Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  	#container {width:94%; padding:3%;}
	#wordmark {margin-left:5px !important;}
	/*  .giveOptionTabs li {height:50px;}
	.giveOptionTabs li:first-child a, .giveOptionTabs li:nth-child(2) a, .giveOptionTabs li:nth-child(3) a {padding:15px 25px !important;}*/
	#txtGive {width:92%;}
	#txtFundSearch {width:85%;}
    #sitecues-badge {
        display: none;
    }
  }
  
  
  /* ----------- iPhone 6+ ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  	#container {width:94%; padding:3%;}
	#wordmark {margin-left:5px !important;}
	/*.giveOptionTabs li {height:50px;}
	.giveOptionTabs li:first-child a, .giveOptionTabs li:nth-child(2) a, .giveOptionTabs li:nth-child(3) a {padding:15px 12px !important; font-size:.688em;}*/
	.giveOptionTabs {margin-top:0px;}
	.giveOptionTabs p {font-size:.688em !important; height:40px;}
	.giveOptionTabs a {padding:15px 11px !important;}
	#txtGive {width:92%;}
	#txtFundSearch {width:82%;}
    #sitecues-badge {
        display: none;
    }
  }
  
  
  /* iPhone 6+: Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	 #container {width:94%; padding:3%;}
	 #wordmark {margin-left:5px !important;}
	  .giveOptionTabs li {height:50px;}
	.giveOptionTabs li:first-child a, .giveOptionTabs li:nth-child(2) a, .giveOptionTabs li:nth-child(3) a {padding:15px 35px !important;}
	#txtGive {width:92%;}
	#txtFundSearch {width:85%;}
    #sitecues-badge {
        display: none;
    }
  }


/* ----------- iPhone X ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

  
  
  /*600 x 800*/
@media only screen and (min-width: 590px) and (max-width : 760px) {
	#container {
	width:94%;
	padding:3%;}
}




@media only screen and (max-width : 1020px) and (min-width : 760px) {
	
	
}



@media only screen and (max-width : 1050px) and (min-width : 1022px) {
	
}