/* 
 Theme Name:   Hello Child
 Theme URI:    
 Description:  
 Author:       pensole_admin
 Author URI:   
 Template:     elementor-hello-theme-master
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

body {
	font-family: "proxima-nova", Sans-serif;
    font-size: 16px;
    line-height: 26px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "atrament-web", Sans-serif;
}
h1,h2,h3 {
	font-weight:600!important;
}
h1 {
	font-size:44px;
	font-weight:600;
}
.gform_wrapper .gform_page_footer a.gform_save_link,
.elementor-widget-theme-post-content p a  {
	color:#fcb515;
}
.gform_wrapper .gform_page_footer a.gform_save_link:hover,
.elementor-widget-theme-post-content p a:hover  {
	color:#231f20;
}
a.program-thumb,
a.event-thumb {
	transition: transform 250ms ease-out;
}
a.program-thumb:hover,
a.event-thumb:hover {
    transform: scale(1.05);
}
.elementor-widget-theme-post-content a,
.accordion-wrapper a {
	color:#fcb515;
}
img.alignright {
    float: right;
    margin: 0 0 15px 15px;
}
img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

#gform_1 input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fcb515;
    background-color: rgba(0,0,0,0);
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #fcb515;
    padding: 12px 24px;
	cursor:pointer;
}
#gform_1 input[type="submit"]:hover {
	color: #ffffff;
    background-color: #fcb515;
    border-color: #fcb515;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.gform_confirmation_message {
	text-align:center;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  
    max-width: 16px;
}

@media (max-width:767px) {
	.elementor-button.elementor-size-sm {
		padding:12px 13px!important;
	}
	h1 {
		font-size:36px;
	}
	h3 {
		font-size:24px!important;
	}
	.elementor-location-header {
	 	position:fixed;
		z-index:999;
		width:100%;
	}
	body .site-main,
	.elementor-location-single,
	.elementor-location-archive {
		padding-top:63px;
	}
}
@media (max-width:480px) {
	img.alignright,
	img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
}