/*
Theme Name: ViaGen
Theme URL: https://magnetsites.com/
Description: 
Author: magnetsites
Author URI: https://magnetsites.com/
*/


@charset "utf-8";
/* CSS Document */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}
img, fieldset {
  border: 0;
}
/* set html5 elements to block */



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/************************************************************************************ 
GENERAL STYLING
*************************************************************************************/

body {
	font-family: 'FuturaPT-Book', sans-serif;
	font-size:20px;
	line-height: 1.5;
	color: #000;
	font-weight: normal;
}
.page-section {
	padding: 50px 0;
}

b, strong {
	font-weight: bold;
}
p {
  padding: 0;
}
a {
  text-decoration:none;
  color: #2B5396;
}
a:hover, a:focus {
  color: #1DCDFE;
}

/* list */
.page-section p:last-child,
.page-section ul li:last-child,
.page-section ol li:last-child {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.page-section ul,
.page-section ol {
	margin: 0 0 20px;
}
.page-section ul ol,
.page-section ol ul,
.page-section ul ul,
.page-section ol ol {
	margin-bottom: 0;
}
.page-section ol {
	padding-left: 25px;
}
.page-section ol li {
	list-style-type: decimal !important;
	padding: 7.5px 0 !important;
}
.page-section ol li:before {
	content: none !important;
}
.page-section ul li {
	position: relative;
	list-style-type: none;
	padding: 7.5px 0 7.5px 25px;
}
.page-section ul li:before {
	content: '\f00C';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	color: #2B5396;
}
.page-section .sitemap-menu > li {
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 25px;
	padding-left: 20px;
}
.page-section .sitemap-menu .sub-menu > li {
	font-weight: normal;
	text-transform: none;
	padding-left: 20px;
}
.page-section .woocommerce ul#shipping_method li {
	padding: 0;
}
.post-type-archive-product .page-section li:before,
ul.products li:before,
.woocommerce .product-addon-totals li:before,
.page-section .woocommerce-shipping-methods li:before,
.page-section .sitemap-menu li:before,
ul.woocommerce-error li:before {
	content: none;
}
ul.woocommerce-error li {
	padding: 0;
}
.page-section .sitemap-menu ul.sub-menu li:before {
	content: '\f101';
}
.page-section ul ul li:before,
.page-section .sitemap-menu ul.sub-menu ul li:before {
	content: '\f105';
}
.page-section #wpsl-wrap ul li:before {
	content: none;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
    margin: 0 0 20px;
}
h1 {
	font-size: 48px;
	line-height: 1.25;
	margin-top: 50px;
}
h2 {
	font-size: 36px;
	line-height: 1.33;
	margin-top: 40px;
}
h3 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 10px;
}
h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}
h5 {
	font-size: 20px;
	line-height: 28px;
	margin-top: 5px;
}
h6 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
p{
	margin: 0 0 20px;
}
p:last-child {
	margin: 0;
}
ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
a{
	color: #2B5396;
}
a:hover, a:focus {
	color: #1DCDFE;
	text-decoration: none;
}
a img{
	border: 0px none;
}

img{
    max-width: 100%;
    height: auto;
}

/* Wordpress Default CSS */
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
    clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

/* Bootstrap */
.container{

}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.no-padding{
    padding: 0px !important;
}
.no-margin{
    margin: 0px !important;
}
.no-left-padding{
    padding-left: 0px !important;
}
.no-right-padding{
    padding-right: 0px !important;
}
label {
    font-weight: bold;
    margin-bottom: 5px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-direction: column;
}
.embed-responsive {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 20px 5px #ccc;
	-moz-box-shadow: 0 0 20px 5px #ccc;
	box-shadow: 0 0 20px 5px #ccc;
}
iframe.embed-responsive-item {
	width: 100%;
}
a.site-btn,
.gform_button.button {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	background-color: #46d6fe;
	color: #fff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-radius: 5px;
	display: inline-block;
	max-width: 100%;
	text-align: center;
}
a.site-btn:hover,
.gform_button.button:hover {
	background-color: #2b5396;
}
.button {
	border: 1px solid transparent !important;
	background-color: #46d6fe !important;
	color: #fff !important;
	padding: 8px 16px !important;
}
.button:hover {
	background-color: #2b5396 !important;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), button, select {
	height: 38px; /* Height of all buttons is 38px */
}

/* Header Styles */

.top-header {
	background: #2b5396;
	padding: 15px 0;
}
.top-header a {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	margin: 5px 0 0 25px;
	float: right;
}
.top-header a:hover,
.top-header a:focus {
	color: #1DCDFE;
}
.top-header #emma-form {
	width: auto !important;
	float: right;
	clear: none !important;
}
.top-header a:after,
.top-header #emma-form {
	clear: both;
}
.top-header ul#emma-form-elements {
	display: inline-block;
}
.top-header #emma-form.emma-only-email.emma-horizontal-layout ul#emma-form-elements li.emma-form-row {
	width: calc(100% - 100px);
	margin: 0;
}
.top-header .emma-horizontal-layout ul#emma-form-elements li.emma-form-row-last {
	width: 100px !important;
	position: relative;
	left: -7.5px;
}
.top-header ul#emma-form-elements .emma-form-input {
	padding: 5px 10px;
	line-height: 22px;
	border: 1px solid #fff;
	outline-color: #fff;
	height: auto;
}
.top-header #emma-form input[type="submit"] {
	padding: 5px 10px;
	line-height: 22px;
	border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	-moz-border-radius: 7.5px;
	border: 1px solid #1DCDFE;
	background-color: #1DCDFE;
}
.top-header #emma-form input[type="submit"]:hover,
.top-header #emma-form input[type="submit"]:focus {
	background-color: #2b5396;
}
.header {
	margin: 20px 0;
	z-index: 2;
}
.page-template-template-home .header {
	position: absolute;
	width: 100%;
}
.logo {
	display: inline-block;
}
img.custom-logo {
    max-width: 185px !important;
}
ul.navbar-nav {
	float: right;
}
ul.navbar-nav li {
	display: inline-block;
	margin: 0 auto;
}
ul.navbar-nav li a {
	color: #2B5396;
	font-size: 28px;
	line-height: 1;
	padding: 0;
	margin: 0 20px;
}
ul.navbar-nav > li:last-child a {
	margin-right: 0;
}
ul.navbar-nav li > a:hover,
ul.navbar-nav li.menu-item-has-children:hover:before,
ul.navbar-nav .current-page-item > a,
ul.navbar-nav .current-page-ancestor > a,
ul.navbar-nav .current_page_item > a,
ul.navbar-nav .current_page_ancestor > a,
ul.navbar-nav .current-menu-item > a,
ul.navbar-nav .current-menu-ancestor > a {
	color: #1DCDFE;
	background: transparent;
}

/* Sub Menu */

/* ul.navbar-nav > li > ul.sub-menu:before {
    background: url(images/nav-arrow.png) no-repeat scroll center top;
    top: -10px;
    content: "";
    height: 10px;
    left: 0px;
    position: absolute;
    width: 100%;
}
ul.navbar-nav > li.menu-item-has-children > a {
	position: relative;
	padding-right: 30px;
	margin: 0;
}
ul.navbar-nav > li.menu-item-has-children:last-child > a {
	padding-right: 0;
}
ul.navbar-nav > li.menu-item-has-children > a:after {
	content: '\f107';
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 3px;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
}*/
ul.navbar-nav > li > ul.sub-menu{   
    top: 24px;
	z-index: 111;
    width: inherit;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
	-webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

ul.navbar-nav li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

ul.navbar-nav li ul.sub-menu {
    position: absolute;
	width: 200px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 0 0;
    margin: 0;
}
ul.navbar-nav li ul.sub-menu li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #fff;
}
ul.navbar-nav li ul.sub-menu li a {
    display: inline-block;
    font-size: 18px;
	line-height: 1.33;
    color: #fff;
	padding: 10px 15px;
	margin: 0;
	width: 100%;
	background-color: #2b5396;
}
/* ul.navbar-nav li ul.sub-menu li:last-child a {
	margin: 0;
	text-transform: initial;
}*/
ul.navbar-nav li ul.sub-menu li a:hover{
    text-decoration: none;
	background: #46d6fe;
}
ul.navbar-nav > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
	position: relative;
}
ul.navbar-nav > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	position: absolute;
	top: 0;
	left: 200px;
	padding: 0;
}
ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > a:after {
	content: '\f105';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.33;
	position: absolute;
	right: 6px;
	font-family: 'FontAwesome';
}
ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	z-index: 111;
	width: inherit;
	visibility: hidden;
	opacity: 0;
}

ul.navbar-nav li ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
	visibility: visible;
	opacity: 1;
}


/* Footer Styles */

.footer {
	background: #3768a7;
	color: #ebf0f6;
}
.footer h3 {
	color: #fff;
	margin: 50px 0 20px;
}
.footer a {
	display: inline-block;
	color: #ebf0f6;
}
.footer a:hover,
.footer a:focus {
	color: #222020;
}
.footer .sub-menu {
	display: none;
}
.footer-about {
	margin-right: 50px;
}
.footer-links ul li {
	display: inline-block;
	width: 100%;
	margin: 4px 0;
}
.footer-links ul li:first-child {
	margin-top: 0;
}
.social-media-icons h3 {
	height: 36px;
}
.social-media-icons img.custom-logo {
	max-width: 100% !important;
}
.social-media-icons ul {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.social-media-icons ul li {
	display: inline-block;
	font-size: 34px;
	line-height: 1;
}
.social-media-icons i {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 25px;
	line-height: 1;
	background: #ebf0f6;
	color: #3768a7;
	height: 35px;
	width: 35px;
	border-radius: 5px;
	text-align: center;
	padding-top: 5px;
}
.social-media-icons i:hover,
.social-media-icons i:focus {
	background: #222020;
}
.switcher {
	max-width: 100%;
}
.bottom-footer {
	background: #5f86b9;
	padding: 5px 0;
	margin-top: 50px;
}
.bottom-footer-nav ul li {
	display: inline-block;
	margin-right: 20px;
}
.cpyryt {
	text-align: right;
}

/* 404 Error */
.error-404 h1 {
    color: #777;
    font-size: 20vw;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.error-404 h3 {
    margin-bottom: 30px;
}

/* Homepage Banner Section */
.home-heading {
	color: #2B5396;
}
.home-banner-image-container {
	position: relative;
}
.home-banner-image-container img {
	width: 100%;
	height: auto;
}
.home-banner-text-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.home-banner-text-container > .container {
	height: 100%;
	position: relative;
}
.home-banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	font-size: 30px;
	line-height: 1.33;
}
.home-banner-content .h1 {
	color: #1DCDFE;
	font-size: 60px;
	line-height: 1.5;
	margin-top:50px;
}

.home-banner-content h1 {
	font-size: 30px;
    line-height: 1.33;
	margin-top:0;
}

.home-story-box-container {
	padding: 50px 0;
}
.home-story-box {
	padding: 30px 60px;
}
.home-story-box img {
	height: 190px;
	width: auto;
}
.home-story-box h3 {
	margin: 20px 0 0;
}
.home-story-box a {
	color: #fff;
}

.home-cta-boxes {
	background: #d7e1ed;
	margin-bottom: 60px;
	padding-top: 20px;
}

a.single-cta-box {
	display: inline-block;
	background: #fff;
	width: 100%;
	padding: 40px;
	color: #000;
	-webkit-box-shadow: 0 0 20px 5px #ccc;
    -moz-box-shadow: 0 0 20px 5px #ccc;
    box-shadow: 0 0 20px 5px #ccc;
	position: relative;
	top: 60px;
}
a.single-cta-box:hover,
a.single-cta-box:focus {
	-webkit-box-shadow: 0 0 20px 0 #1DCDFE;
    -moz-box-shadow: 0 0 20px 0 #1DCDFE;
    box-shadow: 0 0 20px 0 #1DCDFE;
}
a.single-cta-box > img {
	height: 65px;
	width: auto;
}
a.single-cta-box > h4 {
	color: #2B5396;
	margin: 20px 0;
	height: 30px;
}
a.single-cta-box > p {
	height: 90px;
}

section.home-story-video-section {
	padding: 75px 0 55px;
}

.home-latest-post-section {
	background: #d7e1ed;
	padding: 50px 0;
}
.home-latest-post-section img {
	height: 225px;
	width: 100%;
	margin: 25px 0;
}
.home-latest-post-section h4 {
	color: #000;
}
.home-latest-post-section a:hover h4,
.home-latest-post-section a:focus h4 {
	color: #2B5396;
}
.home-latest-post-section p {
	margin-bottom: 25px;
}

.home-testimonials-section {
	padding: 50px 0;
}
.home-single-testimonial {
	position: relative;
	padding: 25px 0 25px 25px;
}
.home-single-testimonial:before {
	content: '"';
	font-size: 50px;
	position: absolute;
	left: 0;
	transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
}
.home-single-testimonial img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.home-single-testimonial h4 {
    display: inline-block;
    margin-left: 15px;
	color: #2B5396;
}

/*Contact Page */
.contact_address {
  float: left;
  margin: 0 2%;
  text-align: center;
  width: 100%;
}
.contact_iframe {
  float: left;
  width: 100%;
  margin-top: 20px;
}

/* Blog Page */

.single-post-box {
    display: inline-block;
    margin: 25px 0;
    width: 100%;
}
.single-post-box:first-child {
    margin-top: 0;
}
.single-post-box h2 {
    margin: 0;
}
.single-post-box p {
    margin: 10px 0 20px;
}
.pagination_nav {
	text-align: center;
}
.pagination_nav .page-numbers {
	border: 1px solid #46d6fe;
	padding: 3px 5px;
	margin: 2px;
	display: inline-block;
}
.pagination_nav .page-numbers.dots {
	border: 0;
}
.pagination_nav .page-numbers.current,
.pagination_nav .page-numbers:hover {
	background: #46d6fe;
	color: #fff;
}

/* Sidebar */
.sidebar-section {
	border: 1px solid #dddddd;
	padding: 0 20px 20px;
}
.sidebar-section h2 {
	background: #1DCDFE;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 10px;
	text-align: center;
	width: calc(100% + 40px);
	margin-left: -20px;
}

/* Stories Pages */
.single-story-box {
	padding: 25px 0;
}
.single-story-box h3 {
	margin: 15px 0;
}
.single-story .entry img {
	float: left;
	margin: 0 20px 5px 0;
}
.story-edit {
  margin: 0;
}
.story-edit .post-edit-link {
	border: 1px solid #4076bd;
	color: #4076bd;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}
.story-edit .post-edit-link:hover {
	background-color: #4076bd;
	color: #fff;
}

/* Equine Page */
.equine-landing-page-banner img {
	width: 100%;
	height: auto;
}
.equine-page-quote-section {
	background: rgba(0, 0, 0, 0) url("images/quote-bg.jpg") repeat-x scroll 0 0 / auto 100%;
	border-top: 1px solid #ffffff;
	padding: 50px 0;
}
.equine-page-quote-section div >h4:first-child {
	display: inline-block;
	border-top: 1px solid #000;
	padding: 20px 50px 0 50px;
	margin-top: 50px;
}
.equine-page-quote-section h3,
.equine-page-quote-section h4 {
	font-weight: normal;
}
.equine-page-gallery img {
	-webkit-box-shadow: 0 0 20px 5px #ccc;
	-moz-box-shadow: 0 0 20px 5px #ccc;
	box-shadow: 0 0 20px 5px #ccc;
}

/* Pet Template */
.content-in-two-cols p {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}
.pet-template-bg-section {
	background: #f0e8d1 url(images/md-bg.jpg) no-repeat scroll center center / cover;
}


/* START WooCommerce */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #1DCDFE !important;
	padding: 8px 16px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #2B5396 !important;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	padding: 8px 16px !important;
}

.woocommerce ul.products li {
	text-align: center;
}
.woocommerce ul.products li h2 {
	font-size: 22px !important;
}
.woocommerce ul.products li.product .price {
	color: #000 !important;
	font-weight: bold !important;
}
.woocommerce ul.products li .button {
	background: #1DCDFE none repeat scroll 0 0;
	border-radius: 5px;
	color: #ffffff;
	float: none;
	font-size: 16px;
	font-weight: normal;
	padding: 12px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	min-width: 200px;
}
.woocommerce ul.products li .button:hover {
	background: #2B5396 none repeat scroll 0 0;
	color: #ffffff;
}
.woocommerce div.product form.cart {
	margin: 25px 0;
}
.woocommerce div.product form.cart .variations label {
	color: #000;
	font-size: 24px;
	line-height: 1.33;
	font-weight: bold;
}
.wc-pao-addons-container {
	margin-bottom: 25px;
}
.wc-pao-addons-container .wc-pao-addon-container:nth-child(odd) {
	margin-bottom: 0;
}
h2.wc-pao-addon-heading {
	font-size: 24px;
}
.single.woocommerce span.onsale {
	display: none;
}
.single_variation del .amount {
	display: none;
}
.variations_button .single_add_to_cart_button.button::before {
	content: "Submit";
	display: block;
	font-size: 20px;
}
.variations_button .single_add_to_cart_button.button.alt {
	font-size: 0;
}
.product_cat-brand-products .variations_button .single_add_to_cart_button.button::before {
	content: "Add to cart";
	display: block;
	font-size: 20px;
}
.product_meta {
	display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 150px;
}
.woocommerce-message,
.woocommerce-error {
	border-color: #1DCDFE !important;
	font-weight: bold !important;
}
.woocommerce-message .button.wc-forward {
	background: #1DCDFE !important;
	color: #ffffff !important;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 8px 16px;
}
.woocommerce-message .button.wc-forward:hover {
	background: #2B5396 !important;
}
.woocommerce-message::before,
.woocommerce-error:before {
	color: #2B5396 !important;
}

.single-product .wc-pao-subtotal-line p.price {
	display: none; /* Hide Subtotal Price */ 
}

/* Change Delivery date to Preferred Shipping Date on Checkout Page */
.woocommerce-checkout #delivery_date_field div {
	display: none;
}
.woocommerce-checkout #delivery_date_field input {
	border: 1px solid #ccc;
}
.woocommerce-checkout .ui-state-default {
	text-align: center !important;
}
.woocommerce-checkout .ui-datepicker-week-end {
    display: none;
}
.woocommerce-checkout #dd__checkout_field h2::before {
	content: "Preferred Shipping Date";
	display: block;
	font-size: 25px;
}
.woocommerce-checkout #dd__checkout_field h2 {
	font-size: 0;
	margin: 15px 0 0;
}
.woocommerce-checkout #delivery_date_field label::before {
	color: #444444;
	content: "Select Shipping Date *";
	display: block;
	font-size: 17px;
}
.woocommerce-checkout #delivery_date_field label {
	font-size: 0;
}
/* End of Change Delivery date to Preferred Shipping Date on Checkout Page */

/*

.woocommerce-ordering select {
	background: #2B5396 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	padding: 5px;
}
.panel.entry-content {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.woocommerce-tabs.wc-tabs-wrapper {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 10px;
	padding: 30px 20px 20px;
}
ul li.product_cat-initiate-cloning .button.addtocartbutton::after {
	color: #ffffff;
	content: "Purchase Cloning";
	left: 27px;
	position: absolute;
}
ul li.product_cat-initiate-cloning .button.addtocartbutton {
	color: rgba(0, 0, 0, 0);
	position: relative;
	text-align: center;
}
.product-cat-initiate-cloning .single_add_to_cart_button:before {
	color: #ffffff;
	content: "Purchase Cloning";
	left: 27px;
	position: absolute;
}
.product-cat-initiate-cloning .single_add_to_cart_button {
	color: rgba(0, 0, 0, 0) !important;
	padding: 12px 0 10px !important;
	position: relative !important;
	text-align: center;
	width: 195px !important;
}
.woocommerce .product-cat-initiate-cloning .quantity .qty {
	padding: 7px 0;
}
.cart .required-product-addon abbr[title] {
	display: none;
}
.woocommerce form .required-product-addon .form-row .input-text, 
.woocommerce-page form .required-product-addon .form-row .input-text {
	max-width: 125px;
}
*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	display: inline-block;
	width: 100%;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"],
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:first-child {
	display: inline-block;
	margin-right: 5px;
	position: static;
}
/* END WooCommerce */

/* Gravity Forms */
.gform_fields li {
	padding: 0 !important;
}
.gform_wrapper .gform_fields input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_fields select {
	height: 38px;
}
.gfield_checkbox li input, .gfield_checkbox li input[type=checkbox], .gfield_radio li input[type=radio], .gform_wrapper .gform_fields div.ginput_container {
	margin-top: 0 !important;
}

/* Submit your pet story page */
.submit-your-story-form {
	width: 68%;
	float: right;
}
.submit-your-story-gallery {
	width: 30%;
	float: left;
}
.submit-your-story-gallery img {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	max-width: 150px;
	width: 100%;
}

/* FAQs */
div#faq-accordion .panel {
	border: 1px solid #000;
	margin-bottom: 15px;
}
div#faq-accordion > h2 {
	margin-top: 25px;
}
div#faq-accordion > div > a {
	padding: 10px;
	background: #f4f4f4;
	display: inline-block;
	width: 100%;
	padding-right: 50px;
	color: #000;
	position: relative;
}
div#faq-accordion > div > a[aria-expanded="true"]:after {
	content: '\f106';
}
div#faq-accordion > div > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
div#faq-accordion .panel-collapse > div {
	padding: 10px;
}

.alert-banner {text-align:center;background-color:#46d6fe;color:#ffffff;padding:12px 20px;font-weight:700;}

.awd_name_parent_ctl{width:100vw; position:absolute; margin-left: 178%; bottom: 0}
.awd_name_ctl{width:10vw; display: inline-block;}
.awd_name_ctl > p{text-align:center; color:white}
.awd_name_ctl_2{margin-left: 4.25%; position: absolute; top:0;}
.awd_pet_name{font-size:0.7em; font-weight: 900}
.awd_pet_description{font-size:0.3em; font-weight: 400}
.home-banner-content{height:100%; padding-top:5%}

@media only screen and (max-width: 1200px){
	.awd_name_parent_ctl{display:none;}
	.home-banner-image-container > img{object-fit: cover; max-width: none; width: 100vw; height: 30vw;}
}
@media only screen and (min-width: 1250px){
	.awd_name_parent_ctl{margin-left:179%}
}
@media only screen and (min-width: 1300px){
	.awd_name_parent_ctl{margin-left:180%}
}
@media only screen and (min-width: 1350px){
	.awd_name_parent_ctl{margin-left:181%}
}
@media only screen and (min-width: 1400px){
	.awd_name_parent_ctl{margin-left:182%}
}
@media only screen and (min-width: 1450px){
	.awd_name_parent_ctl{margin-left:183%}
}
@media only screen and (min-width: 1500px){
	.awd_name_parent_ctl{margin-left:184%}
	.awd_pet_name{font-size:0.9em;}
	.awd_pet_description{font-size:0.4em;}
}
@media only screen and (min-width: 1550px){
	.awd_name_parent_ctl{margin-left:185%}
	.awd_pet_name{font-size:0.9em;}
	.awd_pet_description{font-size:0.4em;}
}
@media only screen and (min-width: 1600px){
	.awd_name_parent_ctl{margin-left:186%}
	.awd_pet_name{font-size:0.9em;}
	.awd_pet_description{font-size:0.4em;}
}
@media only screen and (min-width: 1650px){
	.awd_name_parent_ctl{margin-left:187%}
	.awd_pet_name{font-size:0.9em;}
	.awd_pet_description{font-size:0.4em;}
}
@media only screen and (min-width: 1700px){
	.awd_name_parent_ctl{margin-left:188%}
	.awd_pet_name{font-size:0.9em;}
	.awd_pet_description{font-size:0.4em;}
}
@media only screen and (min-width: 1750px){
	.awd_name_parent_ctl{margin-left:189%}
	.awd_pet_name{font-size:0.9em;}
	.awd_pet_description{font-size:0.4em;}
}
@media only screen and (min-width: 1800px){
	.awd_name_parent_ctl{margin-left:190%}
	.awd_pet_name{font-size:0.9em;}
	.awd_pet_description{font-size:0.4em;}
}
@media only screen and (min-width: 1850px){
	.awd_name_parent_ctl{margin-left:191%}
	.awd_pet_name{font-size:0.9em;}
	.awd_pet_description{font-size:0.4em;}
}
@media only screen and (min-width: 1900px){
	.awd_name_parent_ctl{margin-left:192%}
	.awd_pet_name{font-size:0.9em;}
	.awd_pet_description{font-size:0.4em;}
}
@media only screen and (min-width: 1950px){
	.awd_name_parent_ctl{margin-left:193%}
	.awd_pet_name{font-size:0.9em;}
	.awd_pet_description{font-size:0.4em;}
}
@media only screen and (min-width: 2000px){
	.awd_name_parent_ctl{margin-left:194%}
	.awd_pet_name{font-size:1em;}
	.awd_pet_description{font-size:0.5em;}
}
@media only screen and (min-width: 2250px){
	.awd_name_parent_ctl{margin-left: 196%;}
	.awd_pet_name{font-size:1em;}
	.awd_pet_description{font-size:0.5em;}
}
@media only screen and (min-width: 2500px){
	.awd_name_parent_ctl{margin-left: 200%;}
	.awd_pet_name{font-size:1em;}
	.awd_pet_description{font-size:0.5em;}
}
@media only screen and (min-width: 2750px){
	.awd_name_parent_ctl{margin-left: 205%;}
	.awd_pet_name{font-size:1.2em;}
	.awd_pet_description{font-size:0.6em;}
}