/* 2020 Election box */
.fusion-countdown .fusion-dash-wrapper {
    display: inline-block;
 		padding: 0 !important;
		padding-top: 20px !important
}

/* featured candidate */
.fusion-portfolio-one .fusion-image-wrapper {
	 height: 100%;
	 width: 46% !important;
}

.fusion-image-wrapper img{
  margin-top: 30px;	
  width: 70%;
}

.fusion-portfolio-text-floated .fusion-portfolio-content {
    vertical-align: middle;
    padding-top: 25px !important;
} 

/* portfolio page */
.fusion-button-wrapper.fusion-alignleft {
    margin-top: 0px;
}

.fusion-portfolio-text-floated .fusion-rollover {
    margin-top: 30px;
}

/* media queries */

/* --iPhone 5 --- */
/* Portrait and Landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
}

/* Portrait*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
}

/* Landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
}

/* --iPhone 6 -- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {   

/* 2020 Election box */
.fusion-countdown .fusion-countdown-counter-wrapper {
    margin-top: 15px;
    margin-bottom: 0px;
}

.fusion-countdown .fusion-dash-wrapper {
    display: inline-block;
    padding-top: 30px !important;
		padding: 0;
}

.fusion-text br {
		display:none;
}

/* featured candidate */
.fusion-portfolio-wrapper {
    text-align: center;
}

.fusion-portfolio-one .fusion-image-wrapper {
	height: 100%;
}

.fusion-image-wrapper img{
margin-top: 45px !important;	
width: 70%;
}

.fusion-portfolio-text-floated .fusion-portfolio-content {
    vertical-align: middle;
    padding-top: 0px !important;
} 

.fusion-portfolio-wrapper#fusion-portfolio-1 .fusion-portfolio-content {
    text-align: center !important;
}

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {          
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 	
}

/* ---iPhone 6+ -- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
}

/* ----- Galaxy S5 ------ */
/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {


/* 2020 election */
.fusion-countdown .fusion-dash-wrapper {
    display: inline-block;
    padding-top: 30px !important;
		padding: 0;
}

.fusion-text br {
		display:none;
}

/* featured candidate */
.fusion-portfolio-wrapper {
    text-align: center;
}

.fusion-portfolio-one .fusion-image-wrapper {
	height: 100%;
}

.fusion-image-wrapper img{
margin-top: 45px !important;	
width: 70%;
}

.fusion-portfolio-text-floated .fusion-portfolio-content {
    vertical-align: middle;
    padding-top: 0px !important;
}

.fusion-portfolio-wrapper#fusion-portfolio-1 .fusion-portfolio-content {
    text-align: center !important;
}

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {      
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
}

/* --- Galaxy S6--- */
@media only screen and 
(min-device-width : 360px) and 
(max-device-width : 640px) and 
(-webkit-min-device-pixel-ratio : 3) { } 
