/*
Theme Name: Custom Template
*/

/** Additional CSS for Video Iframe **/
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  border-radius: 12px; /* optional rounded corners */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*** Slider CSS ***/
/* Banner container */
#banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 600px;
}

/* Background slider layer */
.slider-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Each slide image */
.banner-slider .slick-slide {
  position: relative;
}

.banner-slider .slick-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

/* Overlay covers only background images */
.banner-slider .slick-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* adjust darkness */
  z-index: 1;
  pointer-events: none;
}

/* Make sure overlay is above image but below the content */
.banner-slider .slick-slide img {
  position: relative;
  z-index: 0;
}

/* Caption and content layer */
.banner-content {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 0 5%;
}

/* Caption styling */
.banner-content h2.title {
  font-family: 'Neuton', serif;
  font-size:40px;
  font-weight:400;
  color:#fff;
  margin:0;
  padding:0;
}

.banner-content p.description {
  font-weight:400;
  font-size:15px;
  line-height:120%;
}

/* Buttons */
#banner a{
  width:254px;
  text-align:center;
  margin:5px 0 !important;
}

#banner a.get{
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  background: #005CA0;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}

#banner a.get:hover{
  background:#8ED23C;
}

#banner a.let{
  background:#8ED23C;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}

#banner a.let:hover{
    background: #005CA0;
}

/*** Slider CSS ***/

.CallToActionsManager__wrapper.vidalytics-cta-button-container.CallToActionsManager__wrapper--expanded {
    display: none;
}
.revenue {
    color: #fff;
    background-color: #3276b1;
    height: 70.3906px;
    width: 850px;
    border: 1px solid  #285E8E;
    margin: 0 0 15px 0;
    padding: 6px 0 6px 0;
    text-align:center;
    justify-content:center;
    display:flex;
    align-items:center;
    font-size:24px;
    margin-top:40px !important;
}

div#gform_confirmation_message_1 {
    text-align: center;
}
body{
	scroll-behavior: smooth;
  background:url(images/body-bg.jpg) center top repeat;
  font-family: 'Roboto', sans-serif;
  color:#333333;
  overflow-x: hidden !important;
}
.sticky-nav .navbar-collapse, .sticky-nav .navbar-header {
    width: 100% !important;
}
.contact-details a:hover {
    color: #428bca;
}
#return-top{
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
    bottom: 35px;
    right: 60px;
    background-color: #fff;
}
#return-top i {
    color: black;
    margin: 0;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#fixed-nav {
    width: 100%;
    max-width: 1908px;
    height: auto;
    padding: 0;
    z-index: 99;
    height: 95px;
    display: none;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
}

#fixed-nav ul{
    margin: auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
#fixed-nav ul a{
    padding: 0px 10px;
}
#fixed-nav ul > li {
    padding: 10px 0px 0 10px;
    margin-top: 0;
}
.form-IAIC{    
  box-shadow: 2px 5px 5px #333;
      padding: 20px 22px;
}
.container{
  max-width: 1240px;
  width: 100%;
}
.right{
  text-align:right;
  float:right;
}

.aligncenter{
  margin:0 auto;
  display: block;
}

.alignleft{
  float:left;
  margin:0 10px 10px 0;
}

.alignright{
  float:right;
  margin:0 0 10px 10px;
}
.clear{
  clear:both;
}

a{
  color:#005CA0;
  font-size:30px;
  font-weight:300;
  text-decoration:none !important;
}

a:hover, a:focus{
  color:#8ED23C;
}

h1{
  font-family: 'Neuton', serif;
  font-weight:400;
  color:#005CA0;
  font-size:35px;
  margin:0 0 20px 0;
  padding:0;
}

h3{
  font-family: 'Neuton', serif;
  font-weight:400;
  color:#005CA0;
  line-height:100%;
  font-size:24px;
  margin:0;
  padding:0;
}

p{
  font-size:17px;
  font-weight: 300;
  margin-bottom:15px;
  margin-top:15px;
}

td {
    font-size: 17px;
}

a.read,
.default-content.top a{
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #005CA0;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}

a.read:hover{
  background:#8ED23C;
}

#header{
  padding:18px 0;
}

#header p{
  font-family: 'Neuton', serif;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  line-height: 35px;
  margin: 0;
  padding: 0;
}

#header .col-md-6{
  margin-bottom:20px;
}
#header .tagline {
    max-width: 400px;
    text-align: right;
    float: right;
}
#header .tagline h4{
  font-size: 25px;
  color: #000;
  margin-top: 0;
  font-family: 'Neuton', serif;
}
.navbar-default{
  background:#fff;
  -moz-background-clip: border;     /* Firefox 3.6 */
    -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
    background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
        
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
        
    -moz-background-clip: content;     /* Firefox 3.6 */
    -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
    background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
    border:5px solid rgba(0,0,0,0.2);
  margin: 0 auto;
  max-width: 1240px;
  padding: 0px;
}
div#gform_wrapper_15 {
    background: #005CA0;
    padding-left: 15px;
}
.navbar-default .navbar-nav>li>a{
  font-size:15px;
  font-weight:300;
  padding:18px 15px !important;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
}
.dropdown-menu>li>a{
  font-size: 15px;
  font-weight: 300;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  width: 85%;
  float: left;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
  background:none;
  color:#005A9F;
  border-top:5px solid #005A9F;
  border-bottom:5px solid #005A9F;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
  background:none;
  color:#005A9f;
  border-top:5px solid #005A9F;
  border-bottom:5px solid #005A9F;
}

.navbar-nav{
  margin:-5px 0 -5px 0;
}

#header .socials{
  padding: 7px;
  text-align: right;
}

#header .socials img {
  padding-right:5px;
}

.wrapper{
  background:#fff;
  -moz-background-clip: border;     /* Firefox 3.6 */
    -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
    background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
        
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
        
    -moz-background-clip: content;     /* Firefox 3.6 */
    -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
    background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
    border:5px solid rgba(0,0,0,0.2);
  margin: 0 auto;
  max-width: 1240px;
  padding: 0px;
}

/* #banner{
  margin: 0 auto;
  max-width: 1230px;
  background: #fff;
}

#banner img{
  padding:25px;
  width:100%;
}

#banner .carousel-caption{
  left: 25%;
  right: 0;
  padding-bottom: 0;
  text-align: left;
  width:73%;
      bottom: 30px;
}


#banner .carousel-caption h2{
  font-family: 'Neuton', serif;
  font-size:40px;
  font-weight:400;
  color:#fff;
  margin:0;
  padding:0;
}

#banner .carousel-caption p{
  font-weight:400;
  font-size:15px;
  line-height:120%;
}

#banner a{
  width:254px;
  text-align:center;
  margin:5px 0 !important;
}

#banner a.get{
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  background: #005CA0;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}

#banner a.get:hover{
  background:#8ED23C;
}

#banner a.let{
  background:#8ED23C;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}

#banner a.let:hover{
    background: #005CA0;
}

.carousel-control.right{
  background: url(images/right.jpg) center right no-repeat !important;
}


.carousel-control.left{
  background: url(images/left.jpg) center right no-repeat !important;
}

.carousel-control.right:hover{
  background: url(images/right-hover.jpg) center right no-repeat !important;
}


.carousel-control.left:hover{
  background: url(images/left-hover.jpg) center right no-repeat !important;
}


.carousel-control{
  width: 2% !important;
  opacity: 1 !important;
} */
#top{
  margin:0;
  padding:0 18px 20px;

}

#top h3{
  font-family: 'Neuton', serif;
  font-weight:400;
  color:#005CA0;
  font-size:24px;
  line-height:100%;
  margin-bottom:20px;
}

#top p{
  font-size:17px;
  font-weight:300;
  line-height:140%;
  margin-top:10px;
}

#top a.read, #top input.read{
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #005CA0;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}

#top a.read:hover, #top input.read:hover {
  background:#8ED23C;
}

#main{
  background:#EEEEEE;
  padding:18px 30px;
}

#main h3{
  margin:0;
  padding:0;
}

/*#main img{
  width: 150px;
  height:150px;
}*/

#bottom{
  margin:0;
  padding:40px 40px 0;
  text-align:center;
}

#bottom h2{
  font-size:30px;
  color:#8ED23C;
  font-family: 'Neuton', serif;
  font-weight:400;
  margin:0;
  padding:0;
  line-height: 100%;

}

#bottom p{
  font-weight:300;
  font-size: 17px;
  border-bottom:1px solid #EEEEEE;
  padding:0 0 50px;
}

#memberships{
  text-align:center;
}

#memberships .col-md-3{
  width:20%;
}

#memberships h3{
  font-size:30px;
  margin: 25px 0;
  padding: 0;
}

#memberships p{
  font-weight:300;
  font-size:17px;
  margin-top:15px;
}

#footer{
  margin:20px 0;
}
#footer .ft-info{
  text-align:center;
}

#footer .ft-info p.p-num{
  font-family: 'Neuton', serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height:0;
  margin:20px 0 30px;
  padding: 0;
}

.pvc_stats { float:none !important; text-align:center !important; background:url("https://equipmentreliability.net/wp-content/plugins/page-views-count/chart-bar.png") no-repeat 25px center !important;}

#footer .ft-info a img{
  padding:0 5px;
}


#footer h3{
  margin-bottom:15px;
}

#footer .col p{
  line-height: 140%;
  color:#000;
  min-height: 120px;
}

#copy .top-copy {
  background: #005CA0;
  padding: 20px 0 20px;
  margin: 0;
  display: flex;
  justify-content: center;
}

#copy .bottom-copy.row.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#copy .website-by {
  text-align: center;
}

#copy .nav>li>a:hover, #copy .nav>li>a:focus{
  background:none;
  color:#fff;
}

#copy .navbar-nav>li>a{
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  margin: 7px 0;
  padding: 0 6px;
  border-right: 1px solid #fff;
  line-height: 120%;
}
 #copy p{
  color:#fff;
  margin:0;
  padding:0;
  line-height:120%;
  text-align: right;
 }
 #copy .policy {
    text-align: left;     
}
 #copy .policy a {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 120%;
    font-size: 17px;
    font-weight: 300;
}
#copy .policy a:hover {
    color: #005CA0;
}

#copy p.customa { line-height:0;}

#copy img { vertical-align:top; margin-top:-10px;}

 .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{
  font-weight:700 !important;
  font-size:13px !important;
  color:#333 !important;
  font-family: 'Roboto', sans-serif !important;
  padding:5px 0 !important;
 }

 .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{
  font-weight: 300 !important;
  color:#005B9F !important;
  font-size:15px !important;
  font-family: 'Roboto', sans-serif !important;
 }

 .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
  box-shadow:none !important;
 }

 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  margin-top:15px !important;
  width:13.05% !important;
 }

 .woocommerce li.product .links{
  height: auto;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
  padding:20px;
  font-size: 21px;
  font-family: 'Roboto', sans-serif !important;
  color:#fff;
  min-height:205px;
}

.woocommerce li.product:hover .links{
  display:block;
  background:rgba(0,92,160,0.7);
  transition: all 0.2s ease-in-out 0s;
}

.woocommerce ul.products li.product a.browse, .woocommerce-page ul.products li.product a.browse{
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #8ED23C;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  font-family: 'Roboto', sans-serif !important;
}

.woocommerce ul.products li.product a.browse:hover, .woocommerce-page ul.products li.product a.browse:hover{
  background:#005CA0;
}


.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button{
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  background: #8ED23C !important;
  padding: 5px !important;
  display: inline-block !important;
  text-decoration: none !important;
  text-align: center;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Roboto', sans-serif !important;
  text-shadow: none !important;
  padding: 10px 12px !important;
}

.woocommerce a.button:hover{
  background:#005CA0 !important;
}

.contact-details p{
  color: #000;
  font-family: 'Glyphicons Halflings' !important;
}

.contact-details a{
  color:#000;
  font-size:15px;
}

.contact-details span{
  font-size:15px;
  font-weight:300;
}

.contact-details h3{
  background: #fff;
  padding: 10px !important;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  font-size: 30px;
}

#gform_1{
  background: #005CA0;
  padding: 10px;
  border-radius: 10px;

}


.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #005CA0;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover{
  background:#8ED23C;
}

div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
  margin: 0 !important;
}

.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
  width: auto !important;
}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
  border: none !important;
  height: 33px !important;
}

div.woocommerce-tabs .panel {
  padding: 20px !important;
}

.posted_in a {
  font-size: 15px;
}

.woocommerce .links a {
  width: 100%;
  padding: 10px 0 !important
}

.gthumb img {
  width: auto !important;
  height: auto !important;
}

div.stens {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

div.stens h2 {
  margin-top: 0;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	text-align: center !important;  
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none !important;
  display: inline-block !important;
  min-width: 150px !important;
	text-align: center !important;
}

.post-type-archive-product ul.products {
  text-align: center;
}

/*overrides*/

.lists td{
  width: 13%;
  text-align: center;
  border: 1px solid #333;
  padding: 0 7px;
}

.lists{
  margin-top:40px;
}
.chosen-container a { font-size: 15px; }
.payment_method_paypal img { width: auto !important; height: auto !important; }

.padlock{
  width: 10px !important; 
  height: 10px !important; 
    }
img.gfield_captcha {
    height: inherit!important;
}
img.privacy {
    height: 50px!important;
    width: 50px!important;
}
.maps{
  margin-top: 2%;
}
#post-11 hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}
.contact-details .fa-home:before{
  margin-right: 10px;
  /*padding-bottom: 5%;*/
}
.contact-details .fa-phone-square:before{
  margin-right: 10px;
  /*padding-bottom: 5%;*/
}
.contact-details .fa-envelope:before{
  margin-right: 10px;
  /*padding-bottom: 5%;*/
}
.contact-details .fa-home{
  margin-right: 10px;
  /*padding-bottom: 5%;*/
}
.contact-details .fa-phone-square{
  margin-right: 10px;
  /*padding-bottom: 5%;*/
}
.contact-details .fa-envelope{
  margin-right: 10px;
  /*padding-bottom: 5%;*/
}
.postid-630 #main img {
    width: auto !important;
    height: auto !important;
}
.postid-649 #main img {
    width: auto !important;
    height: auto !important;
}
#gform_submit_button_11 {
	color: #fff;
    font-size: 13px;
    font-weight: 700;
    background: #005CA0;
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
	border: 0 !important;
}
#gform_submit_button_11:hover {
	background: #8ED23C;
}
#gform_11 ul li.gfield {
	margin-bottom: 20px;
}
#main #gform_11 img {
  width: auto !important;
  height: auto !important;
}
#menu-item-715 {
    visibility: hidden;
}


div.tutorial-form {
  background: #789476;
  margin: 50px auto;
  padding: 20px;
}

div.tutorial-form .info {
  color: #fff
}

div.tutorial-form .info p {
  font-size: 16px
}

div.tutorial-form .info p > strong {
  font-size: 30px
}

div.tutorial-form .gform_wrapper label.gfield_label {
  color: #fff
}

div.tutorial-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}

div.tutorial-form form {
  max-width: 800px;
  width: 100%;
}

div.tutorial-form .info p a {
  font-size: 15px
}

div.tutorial-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important
}

#bottom h2 {
  color: #005CA0 !important
}

.contact-details i {
  margin: 10px 0
}

.contact-details h3 {
  margin-bottom: 20px !important
}

hr{
  border-top: 1px solid #888383 !important;
}

section.revenue-form iframe {
  width: 100%;
  height: 148vh;
  border: 0;
}
div#dijit__TemplatedMixin_1 {
  display: none !important;
}
.mcPrivacyBadge {
  display: none !important;
}
section.revenue-form {
  display: none;
}

section.revenue-form {
  display: none !important;
}

/* 04-28-2022 */
.contact-phone i {
  padding-right: 5px;
}
section#footer .contact-phone {
  margin-top: 10px;
}
.contact-phone {
  font-size: 18px;
  color: #000;
}
.contact-phone a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

/* div#vidalytics_embed_lXSvIW15ixuxESkY {
    display: none;
}

div#vidalytics_embed_G4vWy7XafCmWZmb0 {
    display: none;
} */

.vid-hide {
	display: none !important;
}

p img.aligncenter {
    object-fit: contain;
}

@media (max-width: 1366px){
  #fixed-nav ul > li {
    padding: 30px 10px 0 10px; 
    margin-top: 0;
  }
}
@media (max-width: 1200px){
	body iframe#bontact_main_ifrm{
		display: none !important;
	}
}
@media (max-width: 1024px){
  #fixed-nav, .navbar{
    display: none !important;
  }
}
#fixed-nav ul.dropdown-menu {
    flex-wrap: wrap;
    text-align: left;
    display: none;
}
#fixed-nav ul.dropdown-menu.open{
  display: block;
}
#fixed-nav .dropdown-menu>li>a,
#fixed-nav ul.dropdown-menu>li {
    display: block;
    padding: 0 5px;
}
.hidden-label label.gfield_label {
    display: none !important;
}
@media (max-width: 414px){
  section.revenue-form iframe {
    height: 124vh;
}
  #main {
      padding: 18px 0px;
  }
  .tablepress td, .tablepress th{
     padding: 5px 0px !important;
  }
}

h3.gform_title {
    color: #fff;
}
@media ( max-width: 375px ) {
  section.revenue-form iframe {
    height: 116vh;
  }
}
@media (max-width: 600px) {
	.tablepress {
    	overflow-x: scroll;
	    display: block;
	}
	.tablepress tbody td, .tablepress tfoot th {
		padding: 10px !important;
	}
}
@media ( max-width: 320px ) {
  section.revenue-form iframe {
    height: 110vh;
  }
}
body img.gform_ajax_spinner {
    display: none !important;
}

/* 3 25 2019 */
.skaip-buttons-status-skype {
    font-size: 18px;
    font-weight: bold;
}

a#skaip-buttons {
  display: none;
}

.blog-title a {
    font-weight: 900;
}
.blog-p p {
    font-size: 17px;
    font-weight: 500;
}
h3.center-xs {
    text-align: center;
    margin-bottom: 25px;
}
#main li {
    font-size: 17px;
    line-height: 1;
    margin-top: 20px;
}

textarea#comment, input#author, input#email, input#url {
    width: 100%;
}

.comment-respond input#submit {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background: #005CA0;
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
    border: none;
}

.comment-respond input#submit:hover {
    background: #8ED23C;
}

div#respond {
    box-shadow: 0px 0px 10px;
    border-radius: 5px;
    padding: 20px;
}

h3#comments {
    margin-bottom: 25px;
    font-size: 25px;
}

.comment-meta.commentmetadata a {
    font-size: 18px;
    font-weight: 500;
}

cite {
    font-weight: 900;
    font-size: 18px;
}

.commentlist p {
    font-size: 18px;
    font-weight: 500;
}

a.comment-reply-link {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background: #005CA0;
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
    border: none;
}

a.comment-reply-link:hover {
    background: #8ED23C;
}

ol.commentlist {
    background: #fff;
    padding: 20px 30px;
    margin: 25px 0;
    border-radius: 5px;
}
.request-btn{
    margin-bottom:2rem;
}
.carousel-inner>.item{
    max-height:420px;
}

.cta {
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  text-align: center;
}

.cta .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8ED23C;
}

.cta--link {
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.cta--link,
.cta--link:hover {
  color: #fff;
}

.cta--link i {
  font-size: 20px;
    margin-left: 0.5rem;
}

a.cta--link:hover span {
  text-decoration: underline !important;
}

.ads .btn-primary {
  white-space: normal;
  margin-bottom: 15px;
}

.ads  {
  margin-top: 30px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.banner-notice {
  font-weight: 700;
  color: black;
  margin-top: 13px;
  padding-top: 10px;
  background-color: #fff;
  padding: 5px;
}

.additional-logo{
  position: relative;
  bottom: 10px;
  left: 35px;
}
.additional-logo img{
  width: 100%;
}

.default-content a {
  font-size: 17px;
}

@media(max-width: 1080px){
  .additional-logo{
    left: 65px;
  }
}
@media (max-width: 991px){
  .logo-wrapper{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .additional-logo {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 100%;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .additional-logo img{
    width: 45%;
  }
  #header .tagline{
    width: 100%;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}

/* RSS */
.wpra-item-list {
  list-style: none !important;
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.wprss_feed_template-template-default .navbar {
  display: none;
}
div.wpra-list-template .wpra-item-list > li.wpra-item {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 30%;
  padding: 10px;
  border: 3px solid #ddd;
  margin: 5px;
}


div.wpra-list-template .wpra-item-list > li.wpra-item > a {
  font-size: 20px !important;
  font-weight: 700;
}

.wprss-feed-meta .feed-source a {
  font-size: 14px !important;
}

.wprss-feed-meta {
  font-size: 14px !important;
}


li.wpra-item.feed-item {
  background: #e8e8e8;
}

ul#gform_fields_20 {
  list-style: none;
  padding-left: 0;
}


ul#gform_fields_20 input, textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
}


ul#gform_fields_20 li {
  margin-bottom: 20px;
}

div#gform_wrapper_20 {
  margin: 30px 0;
}

button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index:99;
}

a.amazon-link {
  transition: 0.3s;
}
a.amazon-link:hover {
  color: #8ED23C !important;
}

.single-post #main a {
  font-size: 16px !important;
}

.single-post #main h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* APPOINTMENT FORM */
li label {
  font-weight: 400;
}
.appointment-form .gform_page_footer input.button:hover,
div#booking_form_div1 button.btn.btn-default:hover {
  background-color: #8ED23C;
}
.appointment-form .gform_page_footer input.button, div#booking_form_div1 button.btn.btn-default {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #005CA0;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  border: 0;
  transition: 0.3s;
}
.appointment-form .gform_page_footer input.button:focus,
div#booking_form_div1 button.btn.btn-default:focus {
  outline: none;
}
ul#gform_fields_21_5 ul.gfield_radio li, ul#gform_fields_21_4 ul.gfield_radio li {
  display: flex;
  margin: 0 10px !important;
}
ul#gform_fields_21_5 ul.gfield_radio, ul#gform_fields_21_4 ul.gfield_radio {
  display: flex;
  align-items: center;
}
/* ARPTIL 9 2021 */
section.cta {
  display: none;
}

/* Platforms */
.list--platforms {
  list-style: none;
  padding-left: initial;

}

.list-item-link--platforms {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 8px;
  max-width: 200px;
  justify-content: center;
    font-size: 14px;

}

.list-item--platforms {
    margin-top: 16px;
    
}

.list-item-title--platforms {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.list-item-link--platforms:hover {
  opacity: 0.75;
}

.list-item-title--platforms {
  margin-left: 12px;
}
