@media only screen and (max-width: 1025px) {
.primary-navigation a {
		
		font-size: 10px;
}
}

.so-widget-sow-button-wire-c4d472989443-29 .ow-button-base a {

  border: 1px solid #ffffff;
		
}

.desktop-only {
    display: block;
}

@media (max-width: 680px) {
    .desktop-only {
        display: none;
    }
}

.mobile-only {    
display: none;
}

@media (max-width: 680px) {    
	.mobile-only {        
	display: block;    
	}
}


/* remove top margin from other pages */



/* Remove Footer */
.site-footer > .site-info { display: none; }

.site-footer {
    
    padding-bottom: 0; 
}

.no-widgets .site-footer {
		
		margin-top: 0;
}

.site-main, .widget-area, .site-footer {
	padding-bottom: 0;	
		
}


@media screen and (min-width: 1025px) {
.widget h1 {
 
    font-size: 40px;
		letter-spacing: 3px;
			

  }
}

@media screen and (max-width: 1024px) {
.widget h1 {
    font-size: 24px;
		letter-spacing: 3px;
  }
}



@media screen and (min-width: 1025px) {
.widget h2 {
 
    font-size: 30px;
			letter-spacing: 3px;
  }
}

@media screen and (max-width: 1024px) {
.widget h2 {
    font-size: 21px;
		letter-spacing: 3px;

  }
}

@media screen and (min-width: 1025px) {
.widget h3 {
    font-size: 24px;
		
  }
}

@media screen and (max-width: 1024px) {
.widget h3 {
    font-size: 20px;

  }
}


@media screen and (min-width: 1025px) {
.widget h4 {
    font-size: 16px;
		
  }
}

@media screen and (max-width: 1024px) {
.widget h4 {
    font-size: 14px;

  }
}


@media screen and (min-width: 1025px) {
.widget h5 {
    font-size: 14px;
		
  }
}

@media screen and (max-width: 1024px) {
.widget h5 {
    font-size: 10px;

  }
}

@media screen and (min-width: 1025px) {
.widget h6 {
    font-size: 12px;
		
  }
}

@media screen and (max-width: 1024px) {
.widget h6 {
    font-size: 10px;

  }
}

@media screen and (max-width: 1024px) {
.site-header, .site-main, .widget-area, .site-footer {
		
		padding-top: 0;
}
}