
/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
.main-navigation a[href="#"]:hover {
	cursor: default;
}

.accordion-item .accordion-button::after {
	transform-origin: 29px;
}

/* Blog page Search Bar
------------------------------------------------------- */
.search-bar__wrapper .search-form {
	width: 100%;
	max-width: unset;
	height: 40px;
	margin-left: 0px;
}

.search-bar__wrapper .search-no-results .search-input.search-input--hide, .search-bar__wrapper .search-input.search-input--hide, .search-bar__wrapper .search-input {
	padding-left: 10px;
	width: 100%;
	opacity: 1;
	font-size: 20px;
}

/* Blog Category List
------------------------------------------------------- */
.blog-category-list {
	margin: 30px 0 6px;
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
}

.blog-category-list a {
	padding: 5px 10px;
	background-color: #ed1c24;
	color: #fff;
	transition: .3s all ease-in-out;
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.blog-category-list a:hover {
		background-color: #ba1015;
	}
}

/* New Form Styling
------------------------------------------------------- */
.postscript-contact .gform_heading, .main-contact-form .gform_heading, .sidebar-form .gform_heading {
	display: none;
}

.postscript-contact .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 16px;
}

.postscript-contact .gform_body .ginput_container > input, .postscript-contact .gform_body .ginput_container > input::placeholder {
	color: #fff !important;
	font-size: 16px;
	opacity: 1;
	font-family: "Whitney", Arial, sans-serif;
	font-weight: 500;
	padding-left: 0 !important;
	background: transparent !important;
	border: none;
	border-radius: 0;
}

.postscript-contact .gform_body .ginput_container > input {
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #fff;
}

.main-contact-form .gform_wrapper .gform_footer input.button {
	border: none;
	cursor: pointer;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: .625rem;
	padding: .62522rem 0rem;
	text-align: center;
	transition: all .3s ease;
	width: 100%;
	text-transform: uppercase;
	border-radius: 60px;
	line-height: 1;
}

.main-contact-form .gform_wrapper .gform_footer input.button, .main-contact-form .gform_wrapper .gform_footer input.button:hover {
	background-color: #ed1c24;
	color: #fff;
}

.sidebar-form--gform {
	min-width: 314px;
	padding-bottom: 0px;
}

.sidebar-form .gform_footer input[type=submit] {
	margin: 0 auto;
}

.sidebar-form .gform_footer input[type=submit], .sidebar-form .gform_footer input[type=submit]:hover {
	background-color: #ed1c24;
	color: #fff;
}

.sidebar-form .gform_body .ginput_container > input, .sidebar-form .gform_body .select2-container--default .select2-selection--single {
	padding-left: 15px !important;
	margin-bottom: 0;
}

.sidebar-form .gform_body .ginput_container > input, .sidebar-form .gform_body .select2-container--default .select2-selection--single, .sidebar-form .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #fff !important;
	border: none;
	border-radius: 5px;
}

.sidebar-form .gform_body .ginput_container > input, .sidebar-form .gform_body .select2-container--default .select2-selection--single, .sidebar-form .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered, .sidebar-form .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	line-height: 40px;
}

.sidebar-form .gform_body .ginput_container > input, .sidebar-form .gform_body .ginput_container > input::placeholder, .sidebar-form .gform_body .select2-container--default .select2-selection--single, .sidebar-form .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
	font-size: 15px;
	opacity: 1;
	font-weight: 600;
	font-family: "Whitney Book", Arial, sans-serif;
}

@media only screen and (min-width: 576px) {
	.postscript-contact .gform_body .ginput_container > input, .postscript-contact .gform_body .ginput_container > input::placeholder {
		font-size: 18px;
	}
}

@media only screen and (min-width: 992px) and (hover: hover) {
	.main-contact-form .gform_wrapper .gform_footer input.button:hover {
		background-color: #ba1015;
	}
	
	.sidebar-form .gform_footer input[type=submit]:hover {
		background-color: #ba1015;
	}
}

/* =Broadband Label Styles
------------------------------------------------------- */

/* Base styles for bbl class */
.bbl {
	font-size: small;
	line-height: 1.4;
	border: 1px solid #000;
	float: left;
	padding: .5rem;
	margin-bottom: .5rem;
	background-color: #fff;
	min-width: 250px;
	max-width: 380px;
}

/* Link styles for bbl class */
.bbl a, .bbl a:active, .bbl a:hover, .bbl a:visited {
	color: #007bff;
}

/* Paragraph styles within bbl class */
.bbl p {
	margin: 0;
}

/* Section styles within bbl class */
.bbl section {
	border-bottom: 2px solid #000;
	padding: 0 0 .25rem;
	margin: 0 0 .5rem;
}

/* Header styles within bbl sections */
.bbl section h4 {
	font-weight: 700;
	font-size: .9rem;
	margin: 0 0 .1rem;
}

/* Floating span and anchor tags within bbl sections */
.bbl section h4 span, .bbl section h5 span, .bbl section ul li span:last-of-type, .bbl section p span:last-of-type, .bbl section p a {
	float: right;
	font-weight: 700;
}

/* Subheader styles within bbl sections */
.bbl section h5 {
	font-weight: 400;
	font-size: .8rem;
	padding-left: 1em;
	margin: 0;
}

/* Unordered list styles within bbl sections */
.bbl section ul {
	padding: 0 0 0 1em;
	margin: 0 0 .5rem;
}

/* List item styles within bbl sections */
.bbl section ul li {
	list-style-type: none;
	padding: 0 0 0 .8em;
}

/* Header section specific styles */
.bbl section.header {
	border-bottom-width: 10px;
}

/* Header section H1, H2, H3 styles */
.bbl section.header h1, .bbl section.header h2 {
	font-weight: 700;
}

.bbl section.header h1, .bbl section.header h2, .bbl section.header h3 {
	margin: 0 0 .1rem;
}

/* Header section H1 specific style */
.bbl section.header h1 {
	font-size: 2rem;
	border-bottom: 2px solid #000;
}

/* Header section H2 specific style */
.bbl section.header h2 {
	font-size: 1.2rem;
}

/* Header section H3 specific style */
.bbl section.header h3 {
	font-size: 1rem;
}

/* Paragraph styles within header section */
.bbl section.header p {
	margin: 0;
}

/* Span styles within header paragraph */
.bbl section.header p span:last-of-type {
	float: none;
}

/* Monthly section specific styles */
.bbl section.monthly {
	border-bottom: 2px solid #000;
	padding: 0 0 .25rem;
	margin: 0 0 .5rem;
}

/* Monthly section H4 specific style */
.bbl section.monthly h4 {
	font-weight: 700;
	font-size: 1rem;
	border-bottom: 5px solid #000;
	margin: 0 0 .1rem;
}

/* Paragraph styles within monthly section */
.bbl section.monthly p {
	margin-top: .4em;
}

/* Span styles within monthly paragraph */
.bbl section.monthly p span {
	float: none;
	font-weight: 700;
}

/* Anchor tag styles within monthly paragraph */
.bbl section.monthly p a {
	float: none;
}

/* Additional charges section specific styles */
.bbl section.additional-charges > h5:nth-of-type(0n+3) {
	margin: 0 0 .5rem;
}

/* Discounts section specific styles */
.bbl section.discounts p {
	padding-left: 1em;
	margin-top: .1rem;
}

/* Anchor tag styles within discounts section */
.bbl section.discounts p a {
	float: none;
}

/* Unordered list styles within discounts section */
.bbl section.discounts ul {
	margin: .4em 0 .2em;
}

/* ACP section specific styles */
.bbl section.acp p {
	padding-left: 1em;
}

/* Last paragraph within ACP section */
.bbl section.acp p:last-of-type {
	padding: .2em 0 0 2em;
	font-weight: 700;
}

/* Anchor tag styles within ACP section */
.bbl section.acp p a {
	float: none;
}

/* Speeds section specific styles */
.bbl section.speeds p {
	padding-left: 1em;
}

/* Data section specific styles */
.bbl section.data p {
	padding-left: 1em;
}

/* Policies section specific styles */
.bbl section.policies p {
	font-weight: 700;
}

/* Support section specific styles */
.bbl section.support p {
	padding-left: 1em;
	margin-top: .2em;
}

/* Anchor tag styles within support section */
.bbl section.support p a {
	float: none;
}

/* Footer section specific styles */
.bbl section.footer {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Paragraph styles within footer section */
.bbl section.footer p:nth-of-type(0n+2) {
	margin: .2em 0;
}

/* Anchor tag styles within footer paragraphs */
.bbl section.footer p:nth-of-type(0n+2) a {
	float: right;
}

/* Home Section Nine - Pay Your Bill - ADD-On to Hero
------------------------------------------------------- */
.hs9 {
	background: bottom center/576px 100% no-repeat url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/optimized/rev-eb3a7cd/www.gvec.net/wp-content/uploads/mobilepayyourbillbg.png");
	padding: 45vw 0 70px;
	position: relative;
	z-index: 3;
	margin-top: -70px;
}

.hs9__heading, .hs9__text-container p {
	color: #fff;
}

.hs9__text-container {
	margin-bottom: 50px;
}

.hs9__button-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hs9__button-wrapper--outer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.hs9__button-wrapper {
	width: 100%;
	max-width: 320px;
}

.hs9__button-wrapper:hover {
	max-width: 350px;
}

.hs9__button {
	width: 100%;
}

.hs9__button-wrapper .button__label {
	padding: 0 .5em;
}

.hs9__button-wrapper:not(:last-of-type) {
	margin-bottom: 24px;
}

.hs9__button-wrapper--outer:not(:last-of-type) {
	margin-bottom: 24px;
}

@media only screen and (min-width: 400px) {}

@media only screen and (min-width: 576px) {
	.hs9 {
		background: bottom center/100% 100% no-repeat url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/optimized/rev-eb3a7cd/www.gvec.net/wp-content/uploads/mobilepayyourbillbgx2.png");
	}
	
	.hs9__button-wrapper .button--sec:hover .button__label::after {
		margin-left: 5px;
	}
}

@media only screen and (min-width: 992px) {
	.hs9 {
		background: bottom center/1600px 100% no-repeat url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/optimized/rev-eb3a7cd/www.gvec.net/wp-content/uploads/payyourbillbg.png");
		margin-top: -180px;
		padding: 256px 0 145px;
	}
	
	.hs9__text-container {
		max-width: 865px;
		margin: 0 auto 80px;
	}
}

@media only screen and (min-width: 1200px) {
	.hs9__button-wrapper .button__bg-animation {
		display: block;
	}
	
	.hs9__button-container {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.hs9__button-wrapper:not(:last-of-type) {
		margin-bottom: 0;
	}
	
	.hs9__button-wrapper--outer {
		width: 33%;
		justify-content: start;
	}
	
	.hs9__button-wrapper--outer:nth-of-type(2) .hs9__button-wrapper {
		margin: 0 auto;
	}
	
	.hs9__button-wrapper--outer:nth-of-type(3) .hs9__button-wrapper {
		margin-left: auto;
	}
	
	.hs9__button-wrapper--outer:not(:last-of-type) {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1600px) {
	.hs9 {
		background: bottom center/100% 100% no-repeat url("https://cdn-ilemllm.nitrocdn.com/RaPNmSqCskILlNDlfXIaMImbliRxjZzL/assets/images/optimized/rev-eb3a7cd/www.gvec.net/wp-content/uploads/payyourbillbgx2.png");
	}
}
