/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
#footer-callout-wrap {
    background-color: transparent;
    border-top: 0;
}
form legend {
    border-bottom:none;
}
/* Existing paragraph only */
.gform_wrapper .gfield--type-html p{
    padding: 20px 25px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.7;
}
/* Phone number */
.gform_wrapper .gfield--type-html p a{
    text-decoration: underline;
    font-weight: 700;
}
.gfield_radio .gfield-choice-input{
	    margin-right: 4px;
}
body {
    overflow-x:hidden;
}
a:focus {
    outline:none !important;
}

.display_archive {
    font-size: 16px !important;
}
.display_archive .campaign {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    transition: .3s;
}

.display_archive .campaign:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}
.display_archive a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    color: #1F4F27;
}

.display_archive a:hover {
    color: #1F4F27;
}

.display_archive p {
    margin-top: 10px;
    color: #666;
}
#site-header {
    background-color: transparent !important;
}
.top-bar-right {
    float: none;
}
#top-bar-wrap {
      background-color: transparent !important;
    border-bottom: none !important;
}
.top-bar-left {
    float: none !important;
}
#topbar-template {
    display: unset;
}
.oew-testimonial-bubble .swiper-slide-next .oew-testimonial-content {
    background-color:#1F4F27 !important;
    color:#fff !important;
     padding:30px 15px 20px !important;
}
.oew-testimonial-bubble .swiper-slide-next .oew-testimonial-content h3 {
    color:#fff !important;
}
.oew-testimonial-bubble .swiper-slide-next .oew-testimonial-content:after {
    background-color:#1F4F27 !important;
}
.oew-testimonial-bubble .oew-testimonial-content {
    height: 300px;
    padding:30px 15px 20px !important;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.60);  
}
.oew-testimonial-carousel .swiper-pagination {
	    bottom: -40px;
    position: absolute;
}
.imgcls {
    background-size: 100% 100% !important;
}
.gfromcls .ginput_container_image_choice .gfield_radio {
   flex-wrap: nowrap !important;
}
.gfromcls .gfield-choice-image-wrapper {
	aspect-ratio: unset !important;
}
.gfromcls .ginput_container_image_choice .gfield-choice-image {
    inline-size: 40% !important;
    object-fit: contain !important;
    height: 100px !important;
	margin:0 auto;
}
.gfromcls .gform_required_legend {
   display: none;
}
.gfromcls form legend {
  border-bottom: none;
}
.gfromcls .gfield-image-choice-wrapper-outer {
    text-align: center;
}
.gfromcls .gfield-image-choice-wrapper-inner {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.learnbtn {
	position: absolute;
    bottom: 0;
}
@media screen and (max-width: 767px) {
   .imgcls {
	   background-color:#1F4F27 !important;
       background-image:none !important;
	}
	.oew-testimonial-bubble .oew-testimonial-content {
		height: 220px;
	}
	.oew-testimonial-wrapper {
    	width: 100%;
	}
	.gfromcls .ginput_container_image_choice .gfield_radio {
       flex-wrap: wrap !important;
    }
}