/*---- =Block: Roth =Text Header ----*/

.editor-styles-wrapper .rothtextheader {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	}

.editor-styles-wrapper .rothHeaderBlock {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	text-align: left;
	}
	
.editor-styles-wrapper .rothHeaderBlock h1  {
	font-family: 'Buket-RetroBasic';
	font-weight: normal;
	font-size: 48px;
	transition: font-size 0.5s;
	}

.editor-styles-wrapper .rothHeaderBlock a  {	
    display: inline-block;
    margin-top: 25px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #00202d;
    letter-spacing: 1px;
    font-weight: 800;
	}
	
.editor-styles-wrapper .rothHeaderBlock a.arrow-link:after {
    margin-top: 0px;
    border: 2px solid #00202d;
	}
	
@media screen and (max-width: 1024px) {
		
	.editor-styles-wrapper .rothHeaderBlock h1  {
		font-size: 40px;
		transition: font-size 0.5s;
		}
	}
	
@media screen and (max-width: 600px) {
		
	.editor-styles-wrapper .rothHeaderBlock h1  {
		font-size: 32px;
		transition: font-size 0.5s;
		}
	}