@charset "UTF-8";
/*
Theme Name: Twenty Nineteen
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  scroll-behavior: smooth;
}

.main-left-sec.fullwidthpage {width:100%;}
.blog-post-block {
    width: 48%;
    display: inline-block;
    margin: 0 2% 2% 0;
    background: #fff;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
}
.blog-post-block:nth-child(2n+2){margin-right:0;}
.blog-post-block .info{padding: 15px;}
.blog-post-block .info h3{
padding: 0 0 10px 0;min-height: 60px;
    line-height: 25px;
}
.blog-post-block .info time{
    color: #5B5B5C;
    padding: 0 0 10px 0;
    display: block;
}
.blog-post-block .info p{
    color: #5B5B5C;
    padding: 0 0 14px 0;
    min-height:170px;
}
.blog-post-block .img img {width:100%;}
.blog-post-block .info a.btn.v3{
    display: inline-block;
    padding: .7em 1.75em;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #0d85dd;
    border-color: #0d85dd;
    transition: color .4s ease 0s;
    border-style: solid;
    border-width: 2px;
}
.blog-post-block .info a.btn.v3:hover{
    color: #fff;
    background-color: #0d85dd;
}

.v2-btn .btn:not(.v1), .btn.v2 {
    transition: color .4s ease 0s;
    border-style: solid;
    border-width: 2px;
}
.btn:hover:not(.no-hover):before, a:hover .btn:not(.no-hover):before {
    transition: transform .2s ease 0s;
}
.btn:hover:not(.no-hover):before, a:hover .btn:not(.no-hover):before, .btn:hover:not(.no-hover):after, a:hover .btn:not(.no-hover):after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.pagination {    display: block; margin:40px 0 0 0 !important;
    text-align: center;
    margin: 0 auto;}
.pagination ul li{display:inline-block;}
.pagination ul li a {padding:4px 8px; border:1px solid #d1d1d1;}
.pagination ul li.active a{background-color: #2298d6; color:#fff;}

.light-bg:not(.v1-btn) .btn:not(.light):not(.opposite):not(.v1),
.v2-btn.light-bg .btn:not(.v1),
.btn.v2.dark,
.v2-btn.dark-bg .btn.dark:not(.v1),
.v2-btn.dark-bg .btn.opposite:not(.v1) {
    border-color: #0d85dd;
    color: #fff;
}

.light-bg:not(.v1-btn) .btn:not(.light):not(.opposite):not(.v1):before,
.v2-btn.light-bg .btn:not(.v1):before,
.btn.v2.dark:before,
.v2-btn.dark-bg .btn.dark:not(.v1):before,
.v2-btn.dark-bg .btn.opposite:not(.v1):before,
.light-bg:not(.v1-btn) .btn:not(.light):not(.opposite):not(.v1):after,
.v2-btn.light-bg .btn:not(.v1):after,
.btn.v2.dark:after,
.v2-btn.dark-bg .btn.dark:not(.v1):after,
.v2-btn.dark-bg .btn.opposite:not(.v1):after {
    background-color: #0d85dd;
}

.light-bg:not(.v1-btn) .btn:not(.light):not(.opposite):not(.v1):not(.no-hover):hover,
.light-bg:not(.v1-btn) a:hover .btn:not(.light):not(.opposite):not(.v1):not(.no-hover),
.v2-btn.light-bg .btn:not(.v1):not(.no-hover):hover,
.v2-btn.light-bg a:hover .btn:not(.v1):not(.no-hover),
.btn.v2.dark:not(.no-hover):hover,
a:hover .btn.v2.dark:not(.no-hover),
.v2-btn.dark-bg .btn.dark:not(.v1):not(.no-hover):hover,
.v2-btn.dark-bg a:hover .btn.dark:not(.v1):not(.no-hover),
.v2-btn.dark-bg .btn.opposite:not(.v1):not(.no-hover):hover,
.v2-btn.dark-bg a:hover .btn.opposite:not(.v1):not(.no-hover) {
    color: #FFF;
}
.sidebar-sec{    width: 30%;
    float: right;}
.widget_archive .screen-reader-text{display:none;}
#archives-dropdown-2{
    font-size: 17px;
    margin: 15px 0 15px 0;
}
h2.widget-title{    text-transform: uppercase;}
.widget ul{margin:15px 0 0 0;}
.widget ul li {font-size:18px;;margin-bottom:10px;}
.widget ul li a{color:#5B5B5C;}
.sidebar-sec section.widget{margin-bottom:20px;}
.widget_categories ul li.current-cat a{color:#2298d6; text-decoration:underline; }
.defaultPage p{    padding: 0 0 20px;}
.defaultPage table{margin-bottom:25px;}
.defaultPage p strong {
    text-transform: lowercase;
    display: inline-block
}

.single .defaultPage p strong { display:unset;text-transform:unset; }

.defaultPage h2 { color: #0d85dd;font-size: 30px;font-weight: 300;margin-bottom: 10px; }
.defaultPage img{width:auto; max-width:100%;}
.defaultPage ul {list-style:disc inside;}
.defaultPage ol { margin-left:35px; }
.defaultPage ul li,.defaultPage ol li {margin:0 0 20px 0;line-height:30px;}
.defaultPage iframe{width:100%; min-height:200px;}

/* Hide Banner on Main Blog Pg */
.blog .inner2.banner { display:none; }

/* Homepage Giveaways */
.home-giveaway { margin-bottom:0px; }
.home-giveaway .left-half .button-sec { margin-right:3%; }
.home-giveaway .right-half .button-sec {  margin-left:3%; }
.home-giveaway .button-sec a.btn { background-color: #0d85dd;color: #ffffff;font-weight: bold; }
.home-giveaway .button-sec a.btn span { color: #b8e1fe;font-weight: normal; }

/* Motorcycle Giveaway */
.page-id-1844 #mc4wp-form-2 .contact-pg-form input[type="text"], .page-id-1844 #mc4wp-form-2 .contact-pg-form input[type="email"], .page-id-1844 #mc4wp-form-2 .contact-pg-form input[type="tel"], .page-id-1844 #mc4wp-form-2 .contact-pg-form select { margin-bottom:15px; }


/* Kindness Hero Giveaway */
.page-id-2941 #mc4wp-form-2 .contact-pg-form input[type="text"], .page-id-2941 #mc4wp-form-2 .contact-pg-form input[type="email"], .page-id-2941 #mc4wp-form-2 .contact-pg-form input[type="tel"], .page-id-2941 #mc4wp-form-2 .contact-pg-form select { margin-bottom:15px;padding:15px 0 15px 15px; }
.page-id-2941 #mc4wp-form-2 .contact-pg-form textarea { margin-bottom:10px;padding:15px 0 15px 15px; }

/* Motorcycle Banner Adjustments */
.page-id-914 .inner2 .sec_head h1  { text-shadow: -3px 2px 11px rgba(0,0,0,0.55); }
.page-id-914 .inner2 .sec_head h3 { text-shadow: -3px 2px 11px rgba(0,0,0,0.95);font-weight:500; }
.page-id-914 .inner2.banner { min-height:500px; }
.page-id-914 .inner2 .logo_line { display:none; }
.page-id-914 .sec_head { text-align:right;margin-right:5%; }
.page-id-914 .inner2.banner:before { background-color: rgba(2,28,45, 0); }

/* Hurricane Sally Form */
.google-form { height:1520px;width:100%; }
.google-form-2 { height:1820px;width:100%; }


/* Landing Pg 2 */
.block-row { width:100%;margin:0;padding:0;display:inline-block; }
.block-3 { width:33%;padding:50px 5%;float:left; }
.block-2 { width:50%;padding:50px 5%;float:left; }

.blue_sec p { color:#fff; }
.blue_sec h3 { color: #a4d7fd;font-size:1.3rem;font-weight: bold;font-family: 'Montserrat', sans-serif;margin-bottom: 10px;text-transform:uppercase; }

.block-2 h4 { text-transform:uppercase;font-size:1.25rem;color:#ff4500; }
.block-2 blockquote.wp-block-quote { margin-left:25px; }
.block-2 blockquote.wp-block-quote p { font-size:1rem;line-height:1.7rem; }

.bgimg-sec { padding-bottom:60px; }
.bgimg-sec h2 { color:#fff;font-family: 'Montserrat', sans-serif;font-weight: 700;margin-bottom:15px;font-size:3rem;padding-top:60px; }
.bgimg-sec p { color:#fff;padding: 40px 15%;font-size:1.3rem; }

.txt-center { text-align:center; }
.txt-left { text-align:left; }

.page-id-6483 .real .container {display:none;}
.page-id-4678 .real .container {display:none;}

.real_in a.btn {
    padding: 14px;
    background-color: #0d85dd;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

.real_in a.btn:hover {
    background-color: #08314d;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.main-inner-cnt a.btn {
    padding: 14px;
    background-color: #0d85dd;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
	text-decoration: none;
}

.main-inner-cnt a.btn:hover {
    background-color: #08314d;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
	text-decoration: none;
}

.real_in h2 {
    color: #0d85dd;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 50px;
}

/* Inner Pg Slider Adjustment */
.client-us-inner-sec .slick-slider .slick-slide { max-height:450px; }

.header .logo img, .banner_in .ban_img img { height:auto; }

.star-sec {margin-left:40%}

@media(max-width:1200px){
.page-id-914 .inner2.banner { min-height:400px;background-position-x: -120px; }
	.page-id-914 .inner2.banner:before { background-color: rgba(2,28,45, 0.25); }
}
@media (max-width: 767px) {
	.page-id-914 .inner2 .sec_head h1, .page-id-914 .sec_head h3 { text-shadow: -3px 2px 11px rgba(0,0,0,0.95); }
	.page-id-914 .sec_head { text-align:center;margin:120px 0 0 0; }
.page-id-914 .inner2.banner { min-height:300px;background-position-x: -120px; }
	.block-3 { width:100%;float:none;padding:35px 3%; }
	.block-2 { width:100%;float:none;padding:35px 3%; }
	.bgimg-sec h2 { font-size:2rem; }
	.home .home-mobile-banner img { height:auto; }
	.home .form-sec .btn { width:100%; }
	.page-id-74754   .header-right-part h5 {
		display: none;}
	.page-id-74754 .header-right-part h4 {
		display: none;}
	.page-id-74754 .banner.inner1 {display:none;}
	.page-id-74754 .footer-form-sec {display:none;}
	body.page-template-realtrial .sec_head h2 {
    font-size: 32px !important;
	
}
	.page-id-75939   .header-right-part h5 {
		display: none;}
	.page-id-75939 .header-right-part h4 {
		display: none;}
	.page-id-75939 .banner.inner1 {display:none;}
	.page-id-75939 .footer-form-sec {display:none;}
	
	.page-id-75940   .header-right-part h5 {
		display: none;}
	.page-id-75940 .header-right-part h4 {
		display: none;}
	.page-id-75940 .banner.inner1 {display:none;}
	.page-id-75940 .footer-form-sec {display:none;}
		

}

@media (max-width: 992px) {
    .page-id-74754 .header-right-part h5 {
        display: none;
    }
	.page-id-74754 .banner.inner1 {display:none;}
		.page-id-74754 .footer-form-sec {display:none;}
	body.page-template-realtrial .sec_head h2 {
		font-size: 32px !important;}
	 .page-id-75939 .header-right-part h5 {
        display: none;
    }
	.page-id-75939 .banner.inner1 {display:none;}
		.page-id-75939 .footer-form-sec {display:none;}
	
	 .page-id-75940 .header-right-part h5 {
        display: none;
    }
	.page-id-75940 .banner.inner1 {display:none;}
		.page-id-75940 .footer-form-sec {display:none;}

}
	
.h3-landing {
    color: white;
    margin: 0;
    padding: 0;
    top: -24px;
    position: relative;
}


/* Show .landing-msg only on the specified pages */
.page-id-7 .landing-msg,
.page-id-49574 .landing-msg,
.page-id-49575 .landing-msg {
    display: block;
}

.landing-msg {
    color: #1d3d62;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: none;
    font-size: larger;
}

