
iframe {
    max-width: 100%;
}

/* TEST PAGE */

mark {
    background: #003899;
    color: #fff;
    padding: 3px;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ffa328;
}
::selection {
    color: #fff; 
    background: #ffa328;
}
.text-shadow-box {
    background-color: #003899;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #F92C20;
    color: #FFFFFF !important;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.text-shadow-box-light {
    background-color: #F92C20;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #003899;
    color: #FFFFFF !important;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.text-shadow-box ul:not(.accordion) li::before,
.text-shadow-box-light ul:not(.accordion) li::before {
	color: #fff !important;
}
.text-highlight {
    font-size: 1.333rem;
    text-align: center;
    margin: 1.111em auto;
    padding: 1em 2%;
    border-top: solid 2px #fea241;
    border-bottom: solid 2px #ff0018;
    line-height: 1.4;
}
.shadowbox {
    box-shadow: 2px 8px 20px 0 rgba(31,32,68,.25);
    padding: 40px 40px 30px 40px;
    margin-bottom: 35px;
}
a > .shadowbox:hover {
    box-shadow: 2px 8px 20px 0 rgba(31,32,68,.65);
}
blockquote {
    border-left: 15px solid #f6322f;
    background-color: #e0e0e0;
    padding: 1.5rem;
    color: #383838;
}
blockquote p {
    color: #383838;
    margin-bottom: 0;
}
.page-header h1 {
    font-weight: 900;
    text-shadow: none;
    font-size: 2.8rem;
    line-height: 3.5rem;
}
.header-wrapper {
	background-color: #fff;
}

.top-bar-announcement {
    background: #f6322f;
    color: #fff;
    padding: 5px 30px;
    font-weight: 700;
}

a.top-bar-btn {
    color: #fea241;
    background: #fff;
    padding: 5px 10px;
    margin: 10px;
    white-space: nowrap;
    border-radius: 3px;
}

a.top-bar-btn:hover {
    background: #fea241;
    color: #fff;
}

.header {
	color: #383838;
    padding-bottom: 0;
    background-color: transparent;
    background-image: url(/wp-content/uploads/header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header-region {
    padding-bottom: 25px;
}
.header-logo {
	padding-top: 30px;
}
#header-phone {
	margin-top: 15px;
	margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
}
#header-phone-text {
    font-size: 20px;
    font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#header-phone-number {
	color: #00309d;
    font-size: 21px;
    font-weight: 900;
}
#header-phone-number span {
	color: #383838;
    font-size: 17px;
    font-weight: 500;
}
.social-text {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px;
}
.custom-social-icons a {
    font-size: 16.5px;
}
.svg-inline--fa.fa-stack-2x {
    height: 1em;
    width: 1em;
}
header .custom-social-icons {
    text-align: left;
    margin-top: 20px;
}
svg.fa-square {
	background: #fee232;
	background: -moz-linear-gradient(top, #fee232 0%, #fda403 100%);
	background: -webkit-linear-gradient(top, #fee232 0%,#fda403 100%);
	background: linear-gradient(to bottom, #fee232 0%,#fda403 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee232', endColorstr='#fda403',GradientType=0 );
	border-radius: 6px;
	color: transparent;
}
a:hover svg.fa-square {
	background: #fda403;
	background: -moz-linear-gradient(top, #fda403 0%, #fee232 100%);
	background: -webkit-linear-gradient(top, #fda403 0%,#fee232 100%);
	background: linear-gradient(to bottom, #fda403 0%,#fee232 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda403', endColorstr='#fee232',GradientType=0 );
}
header svg.fa-inverse {
    color: #383838;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button),
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	background-color: rgba(39,23,28,0.8) !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover,
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li:not(.has-form) a:not(.button):hover {
	background-color: #f6322f !important;
}
.top-bar-section ul li > a:hover {
	color: #f6322f !important;
}
.top-bar-section .has-dropdown>a:hover::after {
	color: #f6322f !important;
}
.mobile-banner img {
	width: 100%;
	height: auto;
}
h1.home-title {
	font-size: 50px;
	line-height: 1;
	font-weight: 900;
	color: #00309d;
	margin-bottom: 40px;
	padding-bottom: 0;
	text-align: center !important;
}
.home .content-wrapper {
	margin: 0;
	padding: 90px 0;
}
.home .content-wrapper h2 {
	font-size: 38px;
	line-height: 1;
	font-weight: 900;
	color: #1b1b1b;
	margin-bottom: 25px;
	text-align: center;
}
.content-wrapper h2 {
	font-size: 2.3rem;
	line-height: 2.6rem;
	font-weight: 900;
}
.content-wrapper h3 {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 900;
}
.content-wrapper h4 {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 900;
}
.content-wrapper h5 {
	font-size: 1.5rem;
	line-height: 1.9rem;
	font-weight: 900;
}
.content-wrapper h6 {
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 900;
}
.content-wrapper p {
	font-size: 20px;
	color: #1c1c1c;
	line-height: 1.4;
}
.content-wrapper:not(.blog) a:not(.button) {
	transition: none;
}
.content-wrapper:not(.blog) p > a:not(.button):hover,
.content-wrapper:not(.blog) li > a:not(.button):hover {
	border-bottom: 3px solid #f6322f;
}
.content-area ul:not(.accordion) {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 17px;
}
.content-area ul:not(.accordion) li:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f105";
    font-weight: 900;
    margin: 0 5px 0 -15px;
    color: #003899;
}
.content-area ol {
    font-size: 1.1rem;
    line-height: 1.595rem;
}
strong {
	font-weight: 900;
}
.slider-inner {
	position: relative;
}
.request-service-btn {
    position: absolute;
    bottom: 5vh;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    transition: all 1s ease;
}
.request-service-btn:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.request-service-btn img {
	max-width: 150px;
}
.home .button.large.show-for-small-only {
	border-radius: 0;
	margin-bottom: 0;
	background-color: #ffbe36;
	color: #000 !important;
}
#awards-section {
	background: #003a9b;
	background: -moz-linear-gradient(left, #003a9b 0%, #8f8f8f 50%, #fa2c21 100%);
	background: -webkit-linear-gradient(left, #003a9b 0%,#8f8f8f 50%,#fa2c21 100%);
	background: linear-gradient(to right, #003a9b 0%,#8f8f8f 50%,#fa2c21 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a9b', endColorstr='#fa2c21',GradientType=1 );
	padding: 15px 0;
    position: relative;
    z-index: 1;
}
#awards-section .trust-branding-logos {
	flex-wrap: nowrap;
}
#cta-section {
	text-align: center;
}
#cta-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
    flex-flow: column wrap;
    -ms-flex-flow: column wrap;
}
.cta-box-wrapper {
    height: 185px;
    overflow: hidden;
}
.cta-box-wrapper a {
	transition: none;
}
.cta-box {
	text-transform: uppercase;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
}
.cta-box:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    cursor: pointer;
}
.cta-title {
	font-weight: 900;
	font-size: 42px;
	color: #fff;
	line-height: 1.2;
	padding-top: 50px;
	display: inline-block;
}
.cta-btn {
	background-color: #1c1c1c;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    padding: 4px 10px;
}
#cta-cooling {
	background-image: url(/wp-content/uploads/cta-bg-cooling.png);
}
#cta-heating {
	background-image: url(/wp-content/uploads/cta-bg-heating.png);
}
#cta-duct {
	background-image: url(/wp-content/uploads/cta-bg-duct.png);
}
#why-us-section {
    background-image: url(/wp-content/uploads/areas-we-serve-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    font-family: Lato;
	color: #fff;
    padding: 90px 0 50px;
}
#why-us-section h2 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 100;
	color: #fff;
    margin-bottom: 65px;
}
#why-us-section h2 strong {
	font-size: 38px;
}
.why-us-img {
	margin-bottom: 30px;
	height: 61px;
}
#why-us-section .why-us-box:not(:last-of-type) img {
	position: relative;
	top: 10px;
}
.why-us-title {
	font-size: 26px;
	line-height: 26px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.why-us-text {
	font-size: 17px;
	line-height: 1.4;
}
.why-us-box.columns {
    padding-bottom: 45px;
}
.postscript-cities {
    padding: 85px 0;
}
.postscript-cities h3 {
	font-size: 44px;
	color: #fff;
	font-weight: 900;
	line-height: 1.25;
}
.ryno-cities .ryno-column {
	padding-left: 0;
}
.ryno-cities .ryno-column li {
	font-size: 19px;
	font-weight: 400;
	line-height: 2;
}
.ryno-cities .ryno-column li > a {
	color: #ffa328;
	text-decoration: none;
	transition: none;
}
.ryno-cities .ryno-column li > a:hover {
	color: #ffa328;
	border-bottom: 3px solid #ff0017;
}
.rsa-homepage h2.rsa-grid-template__heading {
	color: #fff;
	font-size: 44px;
}

.rsa-homepage .rsa-grid-template__city {
	font-size: 19px;
	text-align: center;
}

.rsa-homepage a.rsa-grid-template__link {
	border-bottom: 3px solid transparent;
}

.rsa-homepage a.rsa-grid-template__link:hover {
	color: #ffa328;
    border-bottom: 3px solid #ff0017;
}

#review-section {
	background-image: url(/wp-content/uploads/reviews-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	text-align: center;
	padding: 90px 15px 85px;
}
#review-section h2 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 100;
	color: #fff;
	margin-bottom: 45px;
}
#review-section p {
	font-size: 28px;
	color: #fff;
	line-height: 1.286;
}
#review-section .button.large {
	display: inline-block;
	border-radius: 0;
	background-color: #002372;
    max-width: 300px;
    margin: 15px auto 0;
}
#review-section .button:hover {
	background-color: #02194f;
}
.postscript-contact {
	background-image: url(/wp-content/uploads/contact-form-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 80px 0 60px;
}
.postscript-contact h2 {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 100;
	color: #fff;
}
.postscript-contact h2 strong {
	font-size: 44px;
}
.postscript-contact p {
	color: #fff;
}
.postscript-contact .select2-container--default .select2-selection--single {
	background-color: #686868;
	border: 0;
	border-radius: 0;
	height: 43px;
	margin-bottom: 16px;
	padding-left: 15px;
	font-size: 16px;
}
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
    height: 43px;
    line-height: 43px;
    text-align: left;
    padding-left: 0;
}
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 43px;
	width: 34px;
}
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}
.postscript-contact .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
}
.select2-search {
    display: none !important;
}
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
.postscript-contact textarea.wpcf7-form-control.wpcf7-textarea.cf-textarea {
	background-color: #686868 !important;
	color: #fff;
	font-weight: normal;
	border: 0;
	font-size: 16px;
	padding-left: 15px;
}
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.cf-text {
	height: 43px;
}
.postscript-contact textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.cf-textarea {
	height: 103px;
}
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.postscript-contact textarea.wpcf7-form-control.wpcf7-textarea.cf-textarea::placeholder {
	color: #fff;
	font-size: 16px;
}
.postscript-contact .wpcf7-submit {
    font-size: 24px;
    font-weight: 900;
    border: 0;
    text-transform: uppercase;
    padding: 15px 35px;
    max-width: 180px;
    margin: 15px auto;
    text-align: center;
    background-color: #f6322f;
    border-radius: 0;
}
.postscript-contact .wpcf7-submit:hover {
	background-color: #002372;
}
.postscript-contact div.wpcf7-response-output {
	color: #fff;
}
span.wpcf7-not-valid-tip {
	top: initial !important;
    left: 0 !important;
    width: 215px;
}
.footer-main {
	background: #bebebe;
	background: -moz-linear-gradient(top, #bebebe 0%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #bebebe 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #bebebe 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#f6f6f6',GradientType=0 );
	text-align: center;
}
.footer-main p  {
	color: #1c1c1c;
	font-size: 1.1rem;
	line-height: 1.3;
}
.footer-main strong {
	font-size: 20px;
}
.trust-branding-logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: row wrap;
}
.trust-branding-logos div {
    margin: 10px 5px;
}
.brand-title {
	color: #00309d;
	font-size: 20px;
	font-weight: 900;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer-bottom {
	background: #003a9b;
	background: -moz-linear-gradient(left, #003a9b 0%, #8f8f8f 50%, #fa2c21 100%);
	background: -webkit-linear-gradient(left, #003a9b 0%,#8f8f8f 50%,#fa2c21 100%);
	background: linear-gradient(to right, #003a9b 0%,#8f8f8f 50%,#fa2c21 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a9b', endColorstr='#fa2c21',GradientType=1 );
	padding-top: 25px;
}
p.copyright {
	color: #fff;
	font-family: inherit;
	letter-spacing: inherit;
	font-size: 14px;
}
p.copyright a {
	color: #fff;
}
button.large:focus,
.button.large:focus {
	background-color: #ea8e2d;
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem;
}
p.coupon-disclaimer {
    font-size: 11px !important;
    line-height: 14px !important;
    margin-top: 35px;
}

.review-logos {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.review-logos div {
    margin: 10px;
}

.coupon-text h3 {
    font-size: 38px !important;
    line-height: 38px;
}
.coupon-details {
    line-height: 1 !important;
    margin-top: 20px !important;
    font-size: 1.4rem !important;
    width: 100% !important;
}
.coupon-watcher + p {
    margin-top: 20px;
}
.coupon img {
    margin-top: 20px;
    width: 200px;
}
.coupon-phone {
    font-size: 25px !important;
    font-weight: 900;
    margin-top: 12px;
}
.sidebar-form {
    background-color: #003899;
    box-shadow: 0.5rem 0.5rem 0 #f6322f;
    padding: 20px 20px 0;
    margin-bottom: 50px;
    position: relative;
}
.sidebar-form h2 {
    font-size: 36px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.sidebar-form img {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sidebar-form input,
.sidebar-form textarea,
.sidebar-form select {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}
.sidebar-form input[type=submit] {
    background-color: #f6322f;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 174px;
    padding: 12px;
}
.sidebar-form input[type=submit]:hover {
	background-color: #e21e1b;
}
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
}
.sidebar-form input.wpcf7-form-control.wpcf7-text::placeholder,
.sidebar-form input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #383838;
}
#ryno-products-wrap .product-category-link:hover {
	border-bottom: none;
}
.pagination {
    text-align: center;
    padding: 30px 0 15px;
}
.single-post-h2 + a > img {
    display: none;
}
.blog-btn.button.large {
	display: inline-block;
	width: unset;
}

picture.aligncenter {
	text-align: center;
}

@media screen and (min-width: 640px) {
	.header-logo {
		padding-top: 0;
	}
	header .custom-social-icons {
		margin-top: 45px;
	}
	.social-text {
		max-width: 240px;
	}
	#header-phone {
		margin-top: 35px;
		margin-bottom: 0;
		text-align: right;
	}
	#sticky-btn {
		position: fixed;
		top: 340px;
		right: 0;
	}
	#angies-list {
		order: 0;
	}
	#cta-wrapper {
	    flex-direction: row;
	    -ms-flex-direction: row;
	}
	.cta-box-wrapper {
	    flex-basis: 33.33%;
	    -ms-flex-basis: 33.33%;
	}
	#why-us-section {
		padding: 90px 0;
	}
	#why-us-section h2 strong {
	    font-size: 44px;
	}
	.why-us-box.columns {
	    padding: 0 20px;
	}
	#review-section h2 {
    	font-size: 36px;
    }
	.trust-branding-logos div {
	    margin: 10px 30px;
	}
	.footer-bottom {
		padding-top: 0;
	}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	#header-phone-number {
		font-size: 16px;
	}
	#header-phone-number span {
		font-size: 15px;
	}
}

@media screen and (min-width: 1024px) {
	.header-wrapper {
		position: fixed;
    	z-index: 2;
    	width: 100%;
	}
	#sticky-btn {
		top: 360px;
	}
	.smaller #sticky-btn {
		top: 200px;
	}
	.spacer {
		padding-top: 332px;
	}
	.header-wrapper.smaller {
		height: 156px;
		border-bottom: 3px solid #cfcfcf;
	}
	.smaller .header-logo img {
		width: 100px;
	}
	.smaller #header-phone-text {
		display: none !important;
	}
	.smaller .social-text {
		display: none;
	}
	.smaller .custom-social-icons {
		margin-top: 12px;
	}
	.smaller #header-phone {
		margin-top: 0;
	}
	.smaller .top-bar {
    	height: 2.5rem;
	}
	.smaller #menu-main-menu > li.has-dropdown:after {
		top: 26%;
	}
	.smaller .top-bar-section li.active:not(.has-form) a:not(.button),
	.smaller .top-bar-section li:not(.has-form) a:not(.button) {
		line-height: 2.5rem;
		transition: none;
	}
	h1.home-title {
		text-align: left;
	}
	#header-phone {
		margin-top: 50px;
	}
	#header-phone-number {
		font-size: 26px;
	}
	#header-phone-number span {
		font-size: 22px;
	}
	.request-service-btn {
		bottom: 8vh;
	}
	.request-service-btn img {
		max-width: 100%;
	}
	#angies-list {
		position: relative;
		top: -65px;
	}
	.cta-box-wrapper {
		height: 365px;
	}
	.cta-title {
		font-size: 60px;
		padding-top: 130px;
	}
	.cta-btn {
	    font-size: 24px;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section .has-dropdown > a {
		font-size: 11px !important;
	}
	.social-text {
	    font-size: 14px;
	}
	.custom-social-icons a {
	    font-size: 12px;
	}
	.ryno-row {
		max-width: 610px;
	}
	.ryno-cities .ryno-column {
	    padding-left: 15px;
	    width: auto !important;
	}
	.ryno-cities .ryno-column li {
    	font-size: 15px;
    }
}

@media screen and (min-width: 1200px) {
	.request-service-btn {
		bottom: 12vh;
	}
}

@media screen and (min-width: 1600px) {
	.request-service-btn {
		bottom: 15vh;
	}
}

@media screen and (max-width: 1023px) {
	ul.ryno-list {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 639px) {
    a.mobile-phone-icon {
        position: absolute;
        bottom: -67px;
        left: 15px;
        color: #fff;
        font-size: 25px;
        z-index: 4;
    }
    .top-bar {
        height: 3rem;
    }
    .top-bar.expanded {
        overflow: hidden !important;
    }
    .top-bar .toggle-topbar.menu-icon a {
        font-size: 20px;
	}
	.page-header h1 {
		font-size: 2rem;
	}
	.single-post-h2 {
		font-size: 2rem !important;
	}
	iframe[src*="youtube.com"] {
		max-width: 100%;
	}
}