/*
Theme Name:   	ART Preliminary
Theme URI:    	https://everywhererightnow.com
Author:       	Everywhere Right Now LLC
Author URI:     https://everywhererightnow.com
Template:     	storefront
Description:  	A custom theme developed exclusively for Advanced Radiation Therapeutics, LLC.
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {font-family: 'Open Sans', sans-serif;}

a:focus, .focus a {
	outline: none !important;
}
a, #logo a, a img, button, .button, .gform_button, #searchform button[type="submit"], .search-submit, .mc4wp-form-fields input[type="submit"] {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	}
#logo a:hover, a img:hover, #searchform button[type="submit"]:hover {
	opacity:0.75;
	filter:alpha(opacity=85);
	}
a, a:visited {
	color:#0791be;
	text-decoration:none !important;
	}
a:hover {
	color:#333;
	text-decoration:none;
	}
.home .entry-header, .edit-link, .storefront-product-pagination, #site-navigation-menu-toggle, .gform_required_legend {
	display:none;
}
button, .button, button.alt, .button.alt {
	background:#f70;
	color:#FFF !important;
}
button:hover, .button:hover, button.alt:hover, .button.alt:hover {
	background:#fc0;
	color:#000 !important;
}
.return-to-shop .button, .added_to_cart {
	color:#FFF !important;
}
.return-to-shop .button:hover {
	color:#333 !important;
}
p {
	color:#000;
}
h1.entry-title {
	color:#124c70;
}
.widget {
  margin: 0;
}
.home.page:not(.page-template-template-homepage) .site-header, .site-branding {
	margin-bottom:0;
}
.site-header {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.top-bar {
	background:#124c70;
}
#text-2 p {
	text-align:center;
	color:#5CE9FF;
	font-size:0.9em;
	padding:0.21em;
	margin:0;
}
.site-info p {
	text-align:center;
	color:#124c70;
	font-size:0.9em;
}
.site-footer {
  background-color: #D6EDF1;
}
.dkbl h3 {
	color: #124c70;
	font-size:1.32em;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper textarea:focus {
	outline:none;
	background:#D6EDF1;
}
.gform_wrapper input[type="submit"], .gform_wrapper .button {
	background-color: #3eacbd;
	border-color: #3eacbd;
	color: #FFF;
	font-size:1.2em;
}
.gform_wrapper input[type="submit"]:hover, .gform_wrapper .button:hover {
	background-color: #124c70;
	border-color: #124c70;
	color: #fff !important;
}
.gfield_label {
	color:#124c70;
}
.gform-field-label--type-sub {
	color:#3eacbd;
}

































/* Align Navbar To The Right of the Logo + PHP */
    @media (min-width: 768px) {
        #masthead .col-full {
            display: flex;
            align-items: center;
        }

        #masthead .main-navigation {
            text-align: right;
        }

        .woocommerce-active .site-header div.site-branding {
            width: auto;
        }
    }
/* ##### END ##### */


