@media(min-width: 1280px) {
    .cfh-full-width {
        max-width: none !important;
    }
}

.fixed-width {
    max-width: 1200px;
    margin: 0 auto;
}

@media(min-width: 993px) {
    .cfh-button-wrap .cfh-button {
        font-size: 14px !important;
    }
    .cfh-section-title {
       font-size: 25px !important;  
    }
}

.block-editor-block-list__block .block-editor-url-input input[type=text],
.block-editor-url-input input[type=text],
.components-popover .block-editor-url-input input[type=text] {
    width: 100%;
}


.cfh-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.cfh-pagination {
    width: 100%;
    margin: 15px auto 0 auto;
}
    
 .cfh-pagination .screen-reader-text {
    display: none;
}


.cfh-pagination .nav-links {
    display: flex;
    justify-content: center;
}

 .cfh-pagination .page-numbers {
    height: 48px;
    min-width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: brandon_grotesquebold;
    font-size: 19.2px;
    border: 1px solid #949494;
    border-right: 1px solid transparent;
    color: #000;
    background-color: #fff;
    letter-spacing: 0;
    line-height: 28.8px;
    transition: 0.3s;
}

.cfh-pagination .page-numbers:last-child {
    border-right: 1px solid #949494;
}

.cfh-pagination .page-numbers.prev {
    color: #4B626E;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.cfh-pagination .page-numbers.next {
    color: #4B626E;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.cfh-pagination .page-numbers.current {
    background-color: #4B626E;
    border-color: #4B626E;
    color: #fff;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	font-family: 'brandon_grotesquemedium';
	font-weight: 500;
	color: #516773;
}

.wp-block-quote {
	border: none;
	background-color: #f8f6f0;
	padding: 15px;
	margin: 0 45px;	
}

.wp-block-quote p {
	margin: 0 !important;
}

.wp-block-button {
	display: inline-block;
}

.wp-block-button .wp-block-button__link {
	margin: 0;
    padding: 0 23px;
    height: 52px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: brandon_grotesquebold;
    font-size: 16px;
    color: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 27.22px;
    position: relative;
    background-color: #4B626E;
    border-radius: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media(max-width: 768px) {
    .wp-block-button .wp-block-button__link {
        height: 37px;
        font-size: 12px;
        line-height: 19px;
    }
}

.wp-block-button:hover .wp-block-button__link {
	background-color: #1E2A30;
}

blockquote {
	width: 80% !important;
	margin: 0 auto !important;
	left: 0 !important;
}

@media(max-width: 768px) {

	blockquote {
		width: 100% !important;
		margin: 0 auto !important;
		left: 0 !important;
	}

}

.edit-post-settings-sidebar__panel-block select {
	width: 100%;
}